/*!
 * Bootstrap v3.3.7
 */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('icons.css');
@import url('icons.css');
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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);
}
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;
  }
}
.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;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1200px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.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: #000000;
}
.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,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse: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,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse: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;
}
.hidden {
  display: none !important;
}
.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;
  }
}
/**
 * Owl Carousel v2.3.4
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*======================================
  Selectric 
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border: 1px solid #DDD;
  background: #F8F8F8;
  position: relative;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}
.selectric-focus .selectric {
  border-color: #aaaaaa;
}
.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@font-face {
  font-family: 'skoda_probold';
  src: url('fonts/skoda_pro_bold-webfont.woff2') format('woff2'), url('fonts/skoda_pro_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'skoda_proextrabold';
  src: url('fonts/skoda_pro_extrabold-webfont.woff2') format('woff2'), url('fonts/skoda_pro_extrabold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'skoda_proregular';
  src: url('fonts/skodapro_regular-webfont.woff2') format('woff2'), url('fonts/skodapro_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/************************************************************* variable ***************************************/
/**** mixins ******/
input,
select,
textarea {
  border: 1px solid #eeeeee;
}
h2,
.h2 {
  font-size: 30px;
  letter-spacing: 0.04em;
  font-family: 'skoda_probold';
}
h3,
.h3 {
  font-size: 24px;
  letter-spacing: 0.05em;
  font-family: 'skoda_probold';
}
h4,
.h4 {
  font-size: 20px;
  letter-spacing: 0.04em;
  font-family: 'skoda_probold';
}
p,
.ptext,
q {
  font-size: 16px;
  line-height: 1.8;
  color: #393939;
  letter-spacing: 0.03em;
  font-weight: 300;
  font-style: normal;
}
.wht-txt h2,
.wht-txt h3,
.wht-txt h4,
.wht-txt h5,
.wht-txt p,
.wht-txt a {
  color: #ffffff !important;
}
.link-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
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,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
img {
  display: block;
}
ol,
ul {
  list-style: none;
}
html {
  -webkit-text-size-adjust: none;
}
a,
a:hover {
  text-decoration: none;
  outline: none;
}
a:focus {
  text-decoration: none;
}
:active,
:focus {
  outline: none !important;
}
p:empty {
  margin: 0 !important;
  padding: 0 !important;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  /* chrome */
  -moz-osx-font-smoothing: grayscale;
  /* moz */
}
svg {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  min-width: 320px;
  overflow: hidden;
  overflow-y: auto;
}
#wrapper {
  display: block;
  height: 100%;
}
[class^="page-"] {
  padding-top: 66px;
  background-color: #f8f8f8;
}
.container {
  width: 1470px;
  margin: 0 auto;
}
.btn-bx {
  background-color: #000000;
  color: #ffffff;
  font-size: 16px;
  line-height: 2.8;
  letter-spacing: 0.03em;
  font-weight: 300;
  text-align: center;
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.btn-bx.btn-w200 {
  width: 200px;
}
.btn-bx.btn-w120 {
  width: 120px;
  line-height: 2.8;
}
.btn-bx.btn-w140 {
  width: 140px;
  line-height: 2.8;
}
.btn-bx.btn-w140:before,
.btn-bx.btn-w140:after {
  border-top: 27px solid #ffffff;
  border-bottom: 27px solid #ffffff;
}
.btn-bx span {
  position: relative;
  z-index: 2;
}
.btn-bx:hover span {
  color: #000000;
  font-weight: 500;
}
.btn-bx:hover span:after {
  border-color: #000000;
}
.btn-3:before,
.btn-3:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 29px solid #ffffff;
  border-bottom: 29px solid #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-3:before {
  border-right: 27px solid transparent;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.btn-3:after {
  border-left: 27px solid transparent;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.btn-3:hover {
  color: #efdfc3;
  box-shadow: 0px 1px 5px 0px rgba(172, 172, 172, 0.2);
}
.btn-3:hover:before {
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
}
.btn-3:hover:after {
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
}
.moz_4data {
  max-height: 119px;
}
.moz_3data {
  max-height: 108px;
}
.moz_2data {
  max-height: 88px;
}
.box_lead .stm-cnt .moz_2data {
  max-height: 44px;
}
.moz_4data,
.moz_3data,
.moz_2data {
  overflow: hidden;
  position: relative;
}
@-moz-document url-prefix() {
  .block-tb.block-xs--1 .box-cnt:hover .moz_4data {
    max-height: 88px;
  }
  .moz_4data:before,
  .moz_3data:before,
  .moz_2data:before {
    content: '\2026';
    background: #f8f8f8;
    bottom: 0;
    position: absolute;
    right: -7px;
    float: right;
    margin-left: -3rem;
    width: 30px;
  }
  .moz_4data:after,
  .moz_3data:after,
  .moz_2data:after {
    content: '';
    background: #f8f8f8;
    position: absolute;
    height: 50px;
    width: 100%;
    z-index: 1;
  }
  .moz_4data:before,
  .moz_3data:before,
  .moz_2data:before {
    width: 42px;
    bottom: 2px;
  }
  .moz_2data:before {
    bottom: -3px;
  }
}
section {
  padding: 60px 0;
}
.pad-align {
  padding: 0px 16%;
}
.watermark-tx {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 200px;
  font-weight: 300;
  color: #e5e5e5;
  opacity: 0.4;
}
.btm-v-line:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 11px;
  width: 1px;
  background-color: #acacac;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.arr-move {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
}
.arr-move:before,
.arr-move:after {
  content: '';
  position: absolute;
  height: 2px;
  background-color: #919191;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.arr-move:before {
  width: 39px;
  top: 18px;
  left: 5px;
}
.arr-move:after {
  width: 10px;
  right: -5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 14px;
}
header {
  position: fixed;
  display: block;
  width: 100%;
  z-index: 999;
}
header.scrolled-page .lower_header_wrapper {
  position: relative;
  top: -60px;
  opacity: 0;
  display: none;
}
header.scrolled-page .header_wrapper {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
header .header_wrapper {
  display: block;
  width: 100%;
  padding: 11px 194px 5px 93px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
header .header_wrapper::before,
header .header_wrapper::after {
  content: '';
  display: table;
  clear: both;
}
header .header_wrapper .logo {
  float: left;
}
header .header_wrapper .logo span {
  width: 156px;
  height: 42px;
  display: inline-block;
}
header .header_wrapper .logo a {
  display: block;
  width: 100%;
}
header .header_wrapper .nav_section {
  float: right;
  text-align: right;
  margin-top: 4px;
}
header .header_wrapper .nav_section nav {
  display: inline-block;
  vertical-align: top;
}
header .header_wrapper .nav_section nav ul::before,
header .header_wrapper .nav_section nav ul::after {
  content: '';
  display: table;
  clear: both;
}
header .header_wrapper .nav_section nav ul li {
  display: inline-block;
  margin: 0px 30px;
}
header .header_wrapper .nav_section nav ul li:last-child {
  margin-right: 0;
}
header .header_wrapper .nav_section nav ul li:last-child a {
  padding-right: 0;
}
header .header_wrapper .nav_section nav ul li.active a:after,
header .header_wrapper .nav_section nav ul li:hover a:after {
  height: 11px;
}
header .header_wrapper .nav_section nav ul li a {
  display: block;
  padding: 11px 1px 19px;
  color: #393939;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.07em;
  font-family: 'skoda_probold';
  position: relative;
  text-transform: uppercase !important;
}
header .header_wrapper .nav_section nav ul li a:after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 2px;
  height: 0;
  background-color: #00b535;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
header .header_wrapper .nav_section nav ul li.noMarg_rgt {
  margin-right: 0;
}
header .header_wrapper .nav_section nav ul li.brand_li {
  display: none;
}
header .header_wrapper .nav_section nav ul li.brand_li a {
  position: relative;
}
header .header_wrapper .nav_section nav ul li.brand_li a .down_arrow {
  position: absolute;
  right: -6px;
  top: 7px;
}
header .header_wrapper .nav_section nav ul li.brand_li a .down_arrow:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #737375;
  border-bottom: 1px solid #737375;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 12px;
  left: 7px;
  float: left;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform-origin: 50% 50%;
}
header .header_wrapper .nav_section nav ul li.brand_li .brand_menu {
  border-top: solid 1px #ACACAC;
}
header .header_wrapper .nav_section nav ul li.brand_li .drop_down {
  height: 0;
  overflow: hidden;
  -webkit-transition: cubic-bezier(0, 0.49, 0.61, 0.85) 0.5s;
  -moz-transition: cubic-bezier(0, 0.49, 0.61, 0.85) 0.5s;
  -o-transition: cubic-bezier(0, 0.49, 0.61, 0.85) 0.5s;
  -ms-transition: cubic-bezier(0, 0.49, 0.61, 0.85) 0.5s;
}
header .header_wrapper .nav_section nav ul li.brand_li .show_drop {
  height: 170px !important;
  -webkit-transition: cubic-bezier(0, 0.49, 0.61, 0.85) 0.5s;
  -moz-transition: cubic-bezier(0, 0.49, 0.61, 0.85) 0.5s;
  -o-transition: cubic-bezier(0, 0.49, 0.61, 0.85) 0.5s;
  -ms-transition: cubic-bezier(0, 0.49, 0.61, 0.85) 0.5s;
}
header .header_wrapper .nav_section nav ul .social_icon {
  border-top: solid 1px #ACACAC;
}
header .header_wrapper .nav_section nav ul .social_icon .social-media {
  padding-left: 0;
  margin-left: -8px;
}
header .header_wrapper .nav_section nav ul .social_icon .social-media li {
  display: inline-block;
  float: left;
  margin: 0 6px;
}
header .header_wrapper .nav_section nav ul .social_icon .social-media li a {
  padding: 0;
}
header .header_wrapper .nav_section nav ul .social_icon .social-media li a i {
  font-size: 18px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
header .header_wrapper .nav_section nav ul .social_icon .social-media li a i:hover {
  color: #00b535;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
header .header_wrapper .nav_section .btn-bx {
  display: inline-block;
  border: 1px solid #00b535;
  background-color: #00b535;
  font-family: 'skoda_probold';
  color: #ffffff;
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.04em;
  margin-left: 54px;
  text-transform: uppercase !important;
}
header .header_wrapper .nav_section .btn-bx span:after {
  top: 5px;
}
header .header_wrapper .nav_section .btn-bx:before,
header .header_wrapper .nav_section .btn-bx:after {
  border-top: 20px solid #ffffff;
  border-bottom: 20px solid #ffffff;
}
header .lower_header_wrapper {
  background: rgba(0, 0, 0, 0.7);
  padding: 0 194px 0 93px;
  display: block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
header .lower_header_wrapper nav {
  display: block;
  text-align: right;
}
header .lower_header_wrapper nav ul {
  display: inline-block;
  vertical-align: bottom;
  text-align: left;
}
header .lower_header_wrapper nav ul::before,
header .lower_header_wrapper nav ul::after {
  content: '';
  display: table;
  clear: both;
}
header .lower_header_wrapper nav ul li {
  display: inline-block;
  margin: 0 34px;
}
header .lower_header_wrapper nav ul li:last-child {
  margin-right: 0;
}
header .lower_header_wrapper nav ul li:last-child a {
  padding-right: 0;
}
header .lower_header_wrapper nav ul li:last-child i {
  width: 19px;
  height: 19px;
  top: 4px;
}
header .lower_header_wrapper nav ul li a {
  display: block;
  color: #acacac;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  font-family: 'skoda_probold';
  text-transform: uppercase !important;
  padding: 7px 12px;
  vertical-align: top;
}
header .lower_header_wrapper nav ul li a i {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  left: -14px;
  top: 3px;
}
.rows-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.rows {
  position: relative;
  width: 30px;
  height: 2px;
  background-color: #707070;
  margin: auto;
  margin-top: 25px;
  -o-transition: 0.46s;
  -ms-transition: 0.46s;
  -moz-transition: 0.46s;
  -webkit-transition: 0.46s;
  transition: 0.46s;
}
.rows:before,
.rows:after {
  position: absolute;
  content: '';
  background-color: inherit;
  width: 100%;
  height: 100%;
  -o-transition: 0.46s;
  -ms-transition: 0.46s;
  -moz-transition: 0.46s;
  -webkit-transition: 0.46s;
  transition: 0.46s;
}
.rows:before {
  top: 500%;
}
.rows:after {
  top: -500%;
}
.rows-container.hb .rows {
  transform: rotate(135deg);
}
.rows-container.hb .rows:before,
.rows-container.hb .rows:after {
  transform: rotate(90deg);
  top: 0;
}
.show_menu {
  right: 0 !important;
  transition: cubic-bezier(0, 0.49, 0.61, 0.85) 0.5s;
}
.header_wrapper .hamburger {
  display: none;
}
.leyer {
  height: 100vh;
  overflow: hidden;
}
.leyer .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.banner {
  display: block;
  width: 100%;
  padding-bottom: 600px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.67);
}
.banner .banner-port {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 600px;
  display: block;
  overflow: hidden;
}
.banner .owl-item,
.banner .owl-stage-outer,
.banner .owl-stage {
  height: 100%;
}
.banner .banner_item {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.banner .banner_item .bg-img {
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner .banner_item .bg-img .video_bann {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner .banner_item .container {
  position: relative;
  height: 100%;
}
.banner .banner_item .banner_box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  padding: 0px 0px;
}
.banner .banner_item .banner_box .brand {
  padding: 137px 0;
  position: relative;
}
.banner .banner_item .banner_box .brand.skoda {
  margin-right: 164px;
}
.banner .banner_item .banner_box .brand i {
  width: 294px;
  height: 298px;
  display: inline-block;
  position: absolute;
  top: 19px;
  right: -84px;
}
.banner .banner_item .banner_box .brand span {
  display: block;
  vertical-align: top;
  text-align: right;
  color: #ffffff;
  font-family: 'skoda_probold';
}
.banner .banner_item .banner_box .brand span:nth-of-type(1) {
  font-size: 68px;
}
.banner .banner_item .banner_box .brand span:nth-of-type(2) {
  font-size: 25px;
  line-height: 1.2;
  text-transform: uppercase !important;
}
.banner .owl-nav {
  display: none;
}
.models {
  padding: 10px 0px 18px;
  background-color: #ffffff;
}
.models h4 {
  line-height: 3.4;
  text-transform: uppercase !important;
  text-align: center;
  position: relative;
}
.models h4:before {
  left: 50%;
}
.models .model-slide {
  margin-top: 22px;
  margin-bottom: 28px;
}
.models .model-slide .model-item {
  float: left;
  width: 100%;
}
.models .model-slide .model-item .sliderImage {
  height: 100px;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 192%;
}
.models .model-slide .model-item .modl-name {
  font-family: 'skoda_probold';
  text-align: center;
  text-transform: uppercase !important;
  font-size: 14px;
  margin-top: 8px;
}
.models .model-slide .model-item:hover .sliderImage {
  background-position: -228px center;
}
.models i {
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  padding: 8px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.models i:hover {
  animation: jerk 1s 3;
}
.about {
  padding: 0;
}
.about .block-abt {
  height: 642px;
}
.about .block-abt::before,
.about .block-abt::after {
  content: '';
  display: table;
  clear: both;
}
.about .block-abt .col-sm-6 {
  display: table;
  height: 100%;
}
.about .block-abt-lft {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding-right: 18%;
}
.about .block-abt-lft h1 {
  text-transform: uppercase !important;
  margin-bottom: 40px;
  padding-top: 70px;
}
.about .block-abt-lft p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.about .block-abt-lft a {
  margin: 70px 0 0;
}
.about .block-abt-rht {
  position: relative;
}
.about .block-abt-rht .abt-ht-img {
  position: absolute;
  top: 110px;
  padding-top: 93.5%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.designs {
  padding: 0;
}
.designs .container {
  position: relative;
  height: 100%;
}
.designs .design-cover {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: top center;
  height: 100vh;
  position: relative;
  padding: 0px 0px;
}
.dgn-layer {
  position: absolute;
  bottom: -60px;
  left: 0px;
  width: 460px;
  background-color: #00b535;
  padding: 70px 80px 40px;
  color: #ffffff;
  z-index: 1;
}
.dgn-layer h2 {
  font-size: 40px;
  text-transform: uppercase !important;
}
.dgn-layer span {
  margin-top: 8px;
}
.dgn-layer span:before,
.dgn-layer span:after {
  background-color: #ffffff;
}
.features {
  padding: 160px 0 60px;
}
.features .career-obj {
  padding: 45px 0px;
}
.features .career-obj::before,
.features .career-obj::after {
  content: '';
  display: table;
  clear: both;
}
.features .career-obj .col-sm-4 {
  padding: 0px 0px;
}
.features .career-obj .col-sm-4:nth-of-type(1) > div {
  padding-left: 0;
  padding-right: 92px;
}
.features .career-obj .col-sm-4:nth-of-type(2) > div {
  padding-left: 49px;
  padding-right: 49px;
}
.features .career-obj .col-sm-4 > div {
  padding-left: 95px;
}
.features .career-obj h3 {
  margin-bottom: 30px;
  letter-spacing: 0.040em;
}
.features .career-obj p {
  margin-bottom: 37px;
}
.features .career-obj a.link-over {
  position: relative;
  font-size: 14px;
  color: #acacac;
  font-family: 'skoda_probold';
  text-transform: uppercase !important;
  overflow: hidden;
  display: table;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.features .career-obj a.link-over:hover {
  color: #00b535 !important;
  opacity: 0.7;
}
.brands-view {
  background-color: #ffffff;
  height: 600px;
  padding-top: 40px;
}
.brands-view h2 {
  font-weight: 500;
}
.brands-view .brand-bx {
  position: relative;
}
.brands-view .brand-align {
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
.brands-view .brand-align figure {
  display: inline-block;
  padding-left: 30px;
}
.brands-view .brand-align i {
  width: 180px;
  height: 180px;
  display: inline-block;
}
.brands-view .brand-align p {
  display: inline-block;
  color: #393939;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  vertical-align: top;
  padding-left: 11%;
  margin-top: 48px;
  width: 1000px;
  max-width: 80%;
}
.brands-view .brand-col {
  margin-left: -19px;
  margin-right: -19px;
  padding-top: 120px;
}
.brands-view .brand-col::before,
.brands-view .brand-col::after {
  content: '';
  display: table;
  clear: both;
}
.brands-view .brand-col .brand-item {
  padding: 0px 19px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.brands-view .brand-col .brand-item .cover-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.brands-view .brand-col .brand-item > div {
  overflow: hidden;
}
.brands-view .brand-col .brand-item:hover .brand-mod > div {
  transform: scale(1.03, 1.03);
}
.brands-view .brand-col .brand-item:hover .othr-lnk:before {
  left: 0%;
  width: 100%;
}
.brands-view .brand-col .brand-item:hover .othr-lnk span {
  padding-right: 18px;
}
.brands-view .brand-col .brand-item:hover .othr-lnk span:after {
  border-top: 4px solid #00b535;
  border-right: 4px solid #00b535;
}
.brands-view .brand-col .brand-mod > div {
  background-size: cover;
  padding-top: 100%;
  width: 100%;
  background-position: center center;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.brands-view .brand-col .othr-lnk {
  padding-top: 8px;
  position: relative;
}
.brands-view .brand-col .othr-lnk:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  width: 0%;
  height: 8px;
  background-color: #00b535;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.brands-view .brand-col .othr-lnk span {
  display: table;
  text-align: center;
  text-transform: uppercase !important;
  margin: 40px auto 20px;
  position: relative;
  padding-right: 22px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.brands-view .brand-col .othr-lnk span:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  top: 4px;
  right: -10px;
  border-top: 4px solid #acacac;
  border-right: 4px solid #acacac;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.news {
  padding-top: 270px;
}
.news .news-col {
  position: relative;
  padding-top: 150px;
}
.news .news-col .watermark-tx {
  left: 30px;
  text-transform: uppercase !important;
}
.news .btn-bx {
  margin-top: 90px;
}
.news .block-tb {
  /* margin-left:-25px; margin-right: -25px;*/
  margin-bottom: 30px;
}
.news .block-tb::before,
.news .block-tb::after {
  content: '';
  display: table;
  clear: both;
}
.news .block-tb.block-xs--1 .wt-clr {
  background-color: #ffffff;
  position: relative;
}
.news .block-tb.block-xs--1 .bg-tag {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  padding-top: 0%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news .block-tb.block-xs--1 .box-cnt {
  position: relative;
  overflow: hidden;
  max-height: 570px;
  min-height: 570px;
  padding: 0 0px;
  width: 100%;
}
.news .block-tb.block-xs--1 .box-cnt span {
  color: #acacac;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.03em;
  font-weight: 300;
}
.news .block-tb.block-xs--1 .box-cnt h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: 0.040em;
  line-height: 1.5;
  margin-top: 35px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news .block-tb.block-xs--1 .box-cnt:hover .bg-tag {
  padding-top: 69%;
}
.news .block-tb.block-xs--1 .box-cnt:hover .const-txt {
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news .block-tb.block-xs--1 .box-cnt:hover .tab-in {
  padding: 40px 60px 67px;
}
.news .block-tb.block-xs--1 .box-cnt:hover .tab-in h3 {
  margin-top: 15px;
  max-height: 78px;
  -webkit-line-clamp: 2;
}
.news .block-tb.block-xs--1 .box-cnt:hover .arr-move:before {
  width: 44px;
  background-color: #232323;
}
.news .block-tb.block-xs--1 .box-cnt:hover .arr-move:after {
  right: -10px;
  background-color: #232323;
}
.news .block-tb.block-xs--1 .tab-in {
  background-color: #ffffff;
  padding: 65px 60px 167px;
  position: relative;
  box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news .block-tb.block-xs--1 .tab-in::before,
.news .block-tb.block-xs--1 .tab-in::after {
  content: '';
  display: table;
  clear: both;
}
.news .block-tb.block-xs--1 .tab-in .link-cover {
  z-index: 2;
}
.news .block-tb.block-xs--1 p {
  margin-top: 30px;
}
.news .block-tb.block-xs--1 .link-to {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  padding: 32px 60px;
  background-color: #ffffff;
  z-index: 1;
}
.news .block-tb.block-xs--1 .link-to span {
  float: left;
}
.news .block-tb.block-xs--1 .link-to .arr-move {
  float: right;
}
.testimonials {
  position: relative;
  padding: 80px 0 125px;
}
.testimonials .slk-nav {
  position: absolute;
  top: 47%;
  left: 0;
  width: 100%;
  height: 35px;
  padding: 0px 7%;
  -webkit-ransform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.testimonials .slk-nav li {
  position: relative;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.testimonials .slk-nav li:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 10px;
  width: 19px;
  height: 19px;
  border-top: solid 1px #707070;
  border-right: solid 1px #707070;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.testimonials .slk-nav li.prev {
  float: left;
}
.testimonials .slk-nav li.next {
  float: right;
}
.testimonials .slk-nav li.next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.testimonials .testi-slide {
  position: relative;
}
.testimonials .testi-slide h2 {
  color: #ffffff;
  position: absolute;
  left: 70px;
  bottom: 40px;
  z-index: 2;
  font-size: 40px;
}
.testimonials .testi-slide h2:after {
  content: '';
  position: absolute;
  right: -161px;
  top: 28px;
  width: 144px;
  height: 2px;
  background-color: #ffffff;
}
.testimonials .bann-mode {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  padding-top: 48.6%;
  overflow: hidden;
}
.testimonials .bann-mode:before,
.testimonials .bann-mode:after {
  content: '';
  position: absolute;
  top: 0px;
  width: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 1;
  -webkit-transition: width 0.7s ease-in-out;
  -moz-transition: width 0.7s ease-in-out;
  -o-transition: width 0.7s ease-in-out;
  -ms-transition: width 0.7s ease-in-out;
  transition: width 0.7s ease-in-out;
}
.testimonials .bann-mode:before {
  left: 0;
}
.testimonials .bann-mode:after {
  right: 0;
}
.testimonials .bann-mode.add-shaded:before,
.testimonials .bann-mode.add-shaded:after {
  width: 0;
}
.testimonials .bann-mode .slider-for {
  position: absolute;
  height: 100%;
  top: 0px;
  width: 100%;
}
.testimonials .bann-mode .slick-list,
.testimonials .bann-mode .slick-track {
  height: 100%;
}
.testimonials .bann-mode .mod-item {
  position: relative;
  height: 100%;
}
.testimonials .bann-mode .mod-item .bann-cvr {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  background-color: rgba(217, 217, 217, 0.4);
}
.testimonials .psn-mode {
  padding: 5.8% 10% 5.8% 0;
  position: relative;
  z-index: 1;
  display: table;
  float: right;
}
.testimonials .psn-mode .slider-nav {
  width: 395px !important;
  box-shadow: 0 14px 26px 0 rgba(0, 0, 0, 0.49);
}
.testimonials .psn-mode .mod-item {
  background-color: #ffffff;
}
.testimonials .psn-mode .mod-item > div {
  padding: 45px 36px;
  text-align: center;
}
.testimonials .psn-mode .mod-item span {
  color: #6a6a6a;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.03em;
  font-weight: 700;
  display: block;
  text-align: center;
}
.testimonials .psn-mode .mod-item span:nth-of-type(1) {
  text-transform: uppercase !important;
}
.testimonials .psn-mode .mod-item span.cpy-name {
  font-size: 18px;
  font-weight: 300;
  color: #acacac;
}
.testimonials .psn-mode .mod-item p {
  margin-top: 38px;
}
.testimonials .psn-mode .psn-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin: 25px auto 25px;
}
.testimonials .psn-mode .psn-img img {
  height: 100%;
}
/*!
 * Models
 */
.classic-banner {
  height: 484px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
}
.classic-banner .container {
  position: relative;
  height: 100%;
}
.classic-banner .banner-caption {
  display: table;
  height: 100%;
  width: 100%;
}
.classic-banner .banner-caption .capt-txt {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 27.5%;
  padding-top: 16%;
}
.classic-banner .capt-txt {
  color: #ffffff !important;
}
.classic-banner .capt-txt h2 {
  font-size: 44px;
  letter-spacing: 0.020em;
  padding-right: 25px;
  line-height: 1.2;
  text-transform: uppercase !important;
}
.classic-banner .capt-txt h2 span {
  display: block;
  font-family: 'skoda_proregular';
  font-weight: 300;
}
.classic-banner .capt-txt label {
  text-align: right;
  display: block;
  font-family: 'skoda_probold';
  font-size: 30px;
}
.classic-banner p,
.classic-banner a {
  color: #ffffff;
}
.classic-banner .bread-crumb {
  font-family: 'Roboto', sans-serif;
  position: absolute;
  right: 0px;
  bottom: 17px;
  z-index: 2;
}
.classic-banner .bread-crumb span {
  color: #00b535 !important;
}
.models-list {
  padding: 60px 0 20px;
}
.models-lst {
  margin-left: -12.5px;
  margin-right: -12.5px;
  position: relative;
  padding: 70px 0 20px;
}
.models-lst::before,
.models-lst::after {
  content: '';
  display: table;
  clear: both;
}
.models-lst .watermark-tx {
  top: 0px;
  left: 2px;
  padding-top: 25%;
  text-transform: uppercase !important;
}
.models-lst .mod-card {
  padding: 0 12.5px;
  margin-bottom: 50px;
  float: none;
  display: inline-block;
  width: 33.2%;
  text-align: left;
  vertical-align: top;
}
.models-lst .mod-card h4 {
  line-height: 2;
  text-transform: uppercase !important;
  text-align: center;
  margin-top: 28px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.models-lst .mod-card:hover .modl-data > div {
  max-height: 132px;
  opacity: 1;
}
.models-lst .mod-card:hover h4 {
  color: #00b535;
  -webkit-mask-image: linear-gradient(-75deg, rgba(0, 181, 53, 0.5) 30%, #00b535 50%, rgba(0, 181, 53, 0.5) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}
.models-lst .brd-pic {
  position: relative;
  overflow: hidden;
}
.models-lst .brd-pic img {
  width: 100%;
}
.models-lst .brd-pic .modl-data {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  padding: 0px 29px;
  overflow: hidden;
}
.models-lst .brd-pic .modl-data > div {
  background-color: rgba(54, 54, 54, 0.98);
  max-height: 0px;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.models-lst .brd-pic .modl-data .kpm-value p,
.models-lst .brd-pic .modl-data a {
  color: #00b535;
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.02em;
}
.models-lst .brd-pic .modl-data .kpm-value {
  padding: 16px 0px;
}
.models-lst .brd-pic .modl-data .kpm-value p {
  font-family: 'Roboto', sans-serif;
  width: 32.8%;
  display: inline-block;
  text-align: center;
}
.models-lst .brd-pic .modl-data a {
  color: #ffffff;
  text-align: right;
  display: block;
  font-weight: 500;
  margin: 0px 37px;
  padding: 16px 22px 16px 0;
  border-top: 1px solid #4e4e4e;
  position: relative;
}
.models-lst .brd-pic .modl-data a:after {
  content: '';
  position: absolute;
  right: 3px;
  top: 30px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.models-lst .brand-mod-tag {
  position: relative;
}
.models-lst .brand-mod-tag i {
  width: 239px;
  height: 297px;
  display: inline-block;
  vertical-align: bottom;
}
.models-lst .brand-mod-tag h1 {
  position: absolute;
  top: 0;
  font-size: 40px;
  text-transform: uppercase !important;
  padding: 22% 15px 22% 90px;
}
/*!
 * Model Details
 */
.model-details-banner {
  height: 95vh;
}
.model-details-banner .capt-txt {
  width: 33.3333% !important;
}
.model-details-banner .capt-txt h3 {
  padding-left: 10px;
}
.model-details-banner .capt-txt label {
  font-size: 122px;
  text-transform: uppercase !important;
  text-align: left;
}
.model-stat {
  margin-top: -220px;
}
.model-stat .price-tag {
  margin-bottom: 60px;
  display: block;
}
.model-stat .price-tag label {
  font-size: 38px;
  letter-spacing: 0.040em;
  color: #ffffff;
}
.model-stat .price-tag p.h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #ffffff;
}
.model-stat .mods-lft-dt {
  padding: 0px 0px;
}
.model-stat .mods-lft-dt .model-viewed {
  padding-top: 90%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.model-stat .mods-rht-dt > div {
  padding-left: 65px;
}
.model-stat .sht-data-box {
  padding-top: 90px;
  padding-bottom: 100px;
}
.model-stat .sht-data-box h2 {
  margin-bottom: 45px;
}
.model-stat .sht-data-box h2 .btn-bx {
  width: 180px;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  color: #232323 !important;
  margin-left: 20px;
}
.model-stat .sht-data-box h2 .btn-bx span {
  color: #232323;
}
.model-stat .sht-data-box h2 .btn-bx span:after {
  border-top: 1px solid #d40026;
  border-right: 1px solid #d40026;
}
.model-stat .sht-data-box p {
  font-size: 18px;
  line-height: 2.2;
}
.model-stat .bttn-col {
  margin-top: 60px;
}
.model-stat .bttn-col a {
  text-transform: uppercase !important;
  width: 240px;
  margin: 0px 15px 0 0;
  display: inline-block;
}
.model-stat .bttn-col a.dwn-btn {
  background-color: transparent;
  font-family: 'skoda_probold';
}
.model-stat .bttn-col a.dwn-btn span {
  color: #000000;
}
.model-stat .bttn-col a.dwn-btn:hover span {
  color: #00b535;
}
.model-stat .bttn-col a.dwn-btn:after {
  content: '\e906';
  font-family: 'icomoon';
  font-size: 15px;
  color: #00b535;
  position: absolute;
  right: 10px;
}
.model-stat .bttn-col a.dwn-btn span {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.model-stat .bttn-col a.dwn-btn span:after {
  display: none;
}
.model-stat .bttn-col .btn-bx {
  font-weight: 500;
}
.page-models-detail section:nth-of-type(even) {
  background-color: #ffffff;
}
.roll-menu {
  margin-top: 35px;
}
.roll-menu::before,
.roll-menu::after {
  content: '';
  display: table;
  clear: both;
}
.roll-menu > div::before,
.roll-menu > div::after {
  content: '';
  display: table;
  clear: both;
}
.roll-menu h1 {
  text-transform: uppercase !important;
  letter-spacing: 0.020em;
  float: left;
  margin-top: 3px;
}
.roll-menu ul {
  padding-right: 55px;
  float: right;
}
.roll-menu ul li {
  display: inline-block;
  line-height: 4.3;
}
.roll-menu ul li a {
  font-family: 'skoda_probold';
  color: #000000;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase !important;
  padding: 13px 30px;
  margin-left: 5px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.roll-menu ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00b535;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.roll-menu ul li a:hover,
.roll-menu ul li a.active {
  color: #ffffff;
}
.roll-menu ul li a:hover:before,
.roll-menu ul li a.active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.roll-menu.fixed {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
  z-index: 99;
  background-color: #ffffff;
  margin-top: 0;
  padding: 10px 15px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.roll-menu.fixed > div {
  width: 1440px;
  margin: 0 auto;
}
.mod-design {
  padding-top: 0px;
  padding-bottom: 80px;
}
.mod-design .viewer-menu {
  margin-top: 60px;
}
.mod-design .viewer-menu ul {
  text-align: center;
}
.mod-design .viewer-menu li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 48px;
}
.mod-design .viewer-menu li:last-child {
  margin-right: 0;
}
.mod-design .viewer-menu li:last-child a {
  width: 86px;
  display: block;
  padding: 6px 28px 5px;
  background-color: #EAEAEA;
  border-radius: 3px;
}
.mod-design .viewer-menu li:last-child:hover a,
.mod-design .viewer-menu li:last-child.active a {
  background-color: #bbbaba;
}
.mod-design .viewer-menu li a {
  font-family: 'skoda_probold';
  color: #ACACAC;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  padding: 6px 0px;
  text-transform: uppercase !important;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mod-design .viewer-menu li a i {
  width: 32px;
  height: 32px;
  display: inline-block;
}
.mod-design .viewer-menu li a i img {
  width: 100%;
}
.mod-design .viewer-menu li.active a,
.mod-design .viewer-menu li:hover a {
  color: #393939;
}
.viewer-mode-type {
  padding-right: 110px;
  position: relative;
}
.viewer-mode-type .int-item > div {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 660px;
}
.viewer-mode-type.show-palette .color-code {
  display: block;
  z-index: 2;
}
.viewer-mode-type .owl-dots {
  display: none;
}
.color-code {
  position: absolute;
  right: 0px;
  width: 110px;
  top: 0px;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 2px 0px 9px -4px #c6c6c6;
  display: none;
}
.color-code ul {
  transform: translate(-50%, -50%);
  top: 50%;
  position: absolute;
  left: 50%;
}
.color-code li {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  position: relative;
  display: block;
  cursor: pointer;
  margin: 0 auto 27px;
}
.color-code li:after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.color-code li.active:after {
  opacity: 1;
}
.mod-spec {
  padding: 25px 0;
}
.group-log {
  position: relative;
  padding-top: 65px;
}
.group-log::before,
.group-log::after {
  content: '';
  display: table;
  clear: both;
}
.group-log span.watermark-tx {
  font-size: 146px;
  text-transform: uppercase !important;
  top: 10px;
  right: 0;
  left: inherit;
}
.group-log h2 {
  letter-spacing: 0.020em;
  display: inline-block;
}
.group-log .brd-log {
  position: relative;
  z-index: 3;
  padding-top: 32px;
}
.group-log .drop-select {
  min-width: 250px;
  float: right;
  position: relative;
}
.group-log .custom-select-trigger {
  letter-spacing: 0.010em;
}
.group-log .custom-select-trigger:after {
  right: 20px;
  margin-top: 0;
  border-bottom: 2px solid #00b535;
  border-right: 2px solid #00b535;
}
.accrd-data {
  border-top: 2px solid #f0f0f0;
  position: relative;
  background-color: #f8f8f8;
}
.xpand-tg {
  border-bottom: 2px solid #f0f0f0;
}
.xpand-tg:last-child {
  border-bottom: 0;
}
.xpand-tg h6 {
  font-family: 'skoda_probold';
  color: #000000;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: normal;
  padding: 26px 45px;
  cursor: pointer;
  position: relative;
}
.xpand-tg h6:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #ACACAC;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.xpand-tg h6 span.plus {
  width: 30px;
  height: 30px;
  padding: 8px;
  border: 2px solid transparent;
  position: absolute;
  right: 12px;
  top: 25px;
}
.xpand-tg h6 span.plus:before {
  position: absolute;
  content: '';
  right: 14px;
  left: auto;
  height: 12px;
  width: 2px;
  background-color: #00b535;
  top: 8px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.xpand-tg h6 span.plus:after {
  position: absolute;
  content: '';
  right: 9px;
  height: 2px;
  width: 12px;
  background-color: #00b535;
  top: 13px;
}
.xpand-tg .accordion-toggle.active:before {
  opacity: 0;
}
.xpand-tg .accordion-toggle.active span.plus:before {
  background-color: #00b535 !important;
  -webkit-transform: rotate(90deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(90deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(90deg) scale(1) skew(0deg) translate(0px);
  -ms-transform: rotate(90deg) scale(1) skew(0deg) translate(0px);
  transform: rotate(90deg) scale(1) skew(0deg) translate(0px);
}
.xpand-tg .accordion-toggle.active span.plus:after {
  background-color: #00b535 !important;
}
.xpand-tg .accordion-content {
  position: relative;
}
.xpand-tg .accordion-content .right-border {
  width: 2px;
  background: #f0f0f0;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 4px;
  z-index: 1;
}
.spec-row-tg {
  margin: 16px -15px 42px;
  overflow: hidden;
}
.spec-row-tg::before,
.spec-row-tg::after {
  content: '';
  display: table;
  clear: both;
}
.spec-row-tg .col-sm-6 {
  padding: 8px 15px 8px 60px;
}
.spec-row-tg .label-tg,
.spec-row-tg .value-tg {
  color: #1D1D1D;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  width: 57%;
  float: left;
  position: relative;
}
.spec-row-tg .label-tg {
  width: 42%;
}
.spec-row-tg .label-tg:after {
  content: ':';
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 18px;
  font-style: normal;
}
.spec-row-tg .value-tg {
  padding-left: 15px;
}
.mod-feat {
  padding: 30px 0 100px;
}
.mod-feat .watermark-tx {
  top: 106px !important;
}
.mod-feat .tab-content {
  margin-top: 45px;
  position: relative;
  border-bottom: 1px solid #EAEAEA;
}
.mod-feat .tab-content .modl-item {
  float: left;
}
.mod-feat .tab-content .modl-item figure {
  overflow: hidden;
}
.mod-feat .tab-content .modl-item h4 {
  letter-spacing: 0.020em;
  line-height: 4.7;
}
.mod-feat .tab-content .screen-loading {
  opacity: 0;
  z-index: 10;
}
.mod-feat .spec-log {
  padding-bottom: 30px;
  border-bottom: 1px solid #EAEAEA;
}
.mod-feat .spec-log .accrd-data {
  background-color: transparent !important;
}
.feat-list-log .table-container {
  position: relative;
  width: 100%;
  height: 378px !important;
  min-height: 378px;
  display: inline-block;
  margin-top: 8px;
  overflow: hidden;
}
.feat-list-log .table-container.fxd-table-height {
  height: 468px !important;
  min-height: 468px;
}
.feat-list-log .table-container.fxd-table-height.table-height {
  height: 100% !important;
}
.feat-list-log .table-container .headcol thead th,
.feat-list-log .table-container .right-table-value thead th {
  color: #1D1D1D;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.02em;
  font-weight: 700;
  padding: 26px 26px;
  text-align: left;
  border-right: 1px solid #EAEAEA;
}
.feat-list-log .table-container .headcol thead th span,
.feat-list-log .table-container .right-table-value thead th span {
  display: block;
  font-weight: 400;
  padding-top: 10px;
}
.feat-list-log .table-container .headcol thead th:last-child,
.feat-list-log .table-container .right-table-value thead th:last-child {
  border-right: 0;
}
.feat-list-log .table-container .headcol tbody tr,
.feat-list-log .table-container .right-table-value tbody tr {
  background-color: #ffffff;
  border-top: 1px solid #EAEAEA;
}
.feat-list-log .table-container .headcol tbody tr:nth-of-type(odd),
.feat-list-log .table-container .right-table-value tbody tr:nth-of-type(odd) {
  background-color: #fafafa;
}
.feat-list-log .table-container .headcol tbody tr td,
.feat-list-log .table-container .right-table-value tbody tr td {
  color: #1D1D1D;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 500;
  padding: 0px 26px;
  text-align: left;
  height: 90px;
  vertical-align: middle;
  border-right: 1px solid #EAEAEA;
  word-break: break-all;
  white-space: normal;
}
.feat-list-log .table-container .headcol tbody tr td:last-child,
.feat-list-log .table-container .right-table-value tbody tr td:last-child {
  border-right: 0;
}
.feat-list-log .table-container .headcol tbody td {
  max-width: 230px;
}
.feat-list-log .table-container .right-table-value table {
  table-layout: fixed;
}
.feat-list-log .table-container .right-table-value thead th {
  text-align: center;
  width: 250px !important;
}
.feat-list-log .table-container .right-table-value tbody tr td {
  text-align: center;
  font-weight: 400;
  position: relative;
}
.feat-list-log .table-container .right-table-value tbody tr td.cell {
  width: 25% !important;
}
.feat-list-log .table-container .right-table-value tbody tr td i {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  vertical-align: bottom;
}
.feat-list-log .table-container .right-table-value tbody tr td i.yes:before,
.feat-list-log .table-container .right-table-value tbody tr td i.no:before {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 18px;
  color: #00B535;
  font-style: normal;
}
.feat-list-log .table-container .right-table-value tbody tr td i.yes:before {
  content: '✔';
}
.feat-list-log .table-container .right-table-value tbody tr td i.no:before {
  content: '❌';
  font-size: 14px;
  color: #ea2d42;
}
.feat-list-log table {
  float: left;
  border: 1px solid #EAEAEA;
}
.feat-list-log th {
  background-color: #F4F4F4;
  padding: 10px;
}
.feat-list-log td {
  padding: 10px;
  margin: 0;
  white-space: nowrap;
}
.feat-list-log .right-table-value {
  overflow: auto;
}
.feat-list-log .right-table-value table {
  width: 100%;
  text-align: center;
  border-left: 0;
}
.xpand-table {
  text-align: center;
  width: 200px;
  margin: 60px auto 0;
}
.xpand-table span {
  color: #000000;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  font-weight: 500;
  display: inline;
  position: relative;
  padding-bottom: 18px;
  cursor: pointer;
}
.xpand-table span:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 45%;
  width: 12px;
  height: 12px;
  border-top: 3px solid #00b535;
  border-right: 3px solid #00b535;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.xpand-table.toggle-height span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.engine-log .brd-log,
.design-log .brd-log {
  padding-top: 0;
  margin-top: 32px;
}
.engine-log .navg-code,
.design-log .navg-code {
  position: absolute;
  right: 0px;
  width: 110px;
  top: 0px;
  height: 100%;
  background-color: #393939;
}
.engine-log .navg-code span,
.design-log .navg-code span {
  height: 50%;
  display: block;
  width: 100%;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.engine-log .navg-code span:before,
.design-log .navg-code span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 45%;
  border-top: 3px solid #00b535;
  border-right: 3px solid #00b535;
  width: 10px;
  height: 10px;
  transform: rotate(45deg) translate(-50%, -50%);
  -moz-transform: rotate(45deg) translate(50%, 50%);
  -ms-transform: rotate(45deg) translate(50%, 50%);
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
}
.engine-log .navg-code span:hover,
.design-log .navg-code span:hover {
  background-color: #2E2E2E;
}
.engine-log .navg-code .next-clnt:before,
.design-log .navg-code .next-clnt:before {
  left: 47%;
  -webkit-transform: rotate(225deg) !important;
  -moz-transform: rotate(225deg) !important;
  -ms-transform: rotate(225deg) !important;
  -o-transform: rotate(225deg) !important;
  transform: rotate(225deg) !important;
  -webkit-transform-style: preserve-3d !important;
  -moz-transform-style: preserve-3d !important;
  -ms-transform-style: preserve-3d !important;
  transform-style: preserve-3d !important;
}
.mod-eng {
  padding-bottom: 90px;
  padding-top: 20px;
}
.bx-eng-type {
  padding-right: 110px;
}
.bx-eng-type .eng-bg-pic {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 668px;
  padding-top: 70px;
  position: relative;
  overflow: hidden;
}
.bx-eng-type .eng-bg-pic::before,
.bx-eng-type .eng-bg-pic::after {
  content: '';
  display: table;
  clear: both;
}
.bx-eng-type .eng-bg-pic:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.89);
}
.bx-eng-type .features-menu {
  text-align: right;
  padding-right: 45px;
}
.bx-eng-type .features-menu li {
  margin-right: 38px;
}
.bx-eng-type .features-menu li a {
  color: #6A6A6A;
}
.bx-eng-type .features-menu li a:after {
  background-color: #6A6A6A;
}
.bx-eng-type .features-menu li:hover a,
.bx-eng-type .features-menu li.active a {
  color: #ffffff;
}
.bx-eng-type .tab-content {
  position: relative;
}
.bx-eng-type .tab-content .screen-loading {
  background-color: rgba(0, 0, 0, 0.92) !important;
}
.bx-eng-type .type-eng-slide .col-sm-5 {
  padding-left: 0;
}
.bx-eng-type .type-eng-slide .eng-item {
  padding-top: 40px;
}
.bx-eng-type .type-eng-slide .eng-item::before,
.bx-eng-type .type-eng-slide .eng-item::after {
  content: '';
  display: table;
  clear: both;
}
.bx-eng-type .type-eng-slide .eng-item .eng-pic {
  width: 310px;
  margin: 0 auto;
}
.bx-eng-type .type-eng-slide .eng-item .eng-pic > div {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 350px;
}
.bx-eng-type .type-eng-slide .eng-item .eng-data {
  color: #ffffff !important;
  padding-right: 35px;
  margin-top: 35px;
}
.bx-eng-type .type-eng-slide .eng-item .eng-data h2 {
  margin-bottom: 35px;
}
.bx-eng-type .type-eng-slide .eng-item .eng-data p {
  font-size: 18px;
  line-height: 2;
  color: #c6c6c6;
  font-weight: 300;
  padding-right: 65px;
}
.bx-eng-type .type-eng-slide .eng-item .inn-tag {
  margin-top: 42px;
}
.bx-eng-type .type-eng-slide .eng-item .inn-tag .ng-col {
  display: inline-block;
  width: 49%;
}
.bx-eng-type .type-eng-slide .eng-item .inn-tag .ng-col i {
  display: inline-block;
  width: 20px;
  height: 25px;
  vertical-align: top;
  position: relative;
  top: 10px;
}
.bx-eng-type .type-eng-slide .eng-item .inn-tag .ng-col span {
  padding-left: 18px;
}
.bx-eng-type .type-eng-slide .eng-item .inn-tag .ng-col span label {
  font-family: 'skoda_proregular';
  color: #ffffff;
  font-size: 17px;
  line-height: 2;
  letter-spacing: normal;
  font-weight: 300;
  color: #c6c6c6;
}
.bx-eng-type .type-eng-slide .eng-item .inn-tag .ng-col span label b {
  display: block;
  color: #ffffff;
  font-size: 18px;
}
.bx-eng-type .type-eng-slide .owl-dots {
  position: relative;
  top: 28px;
  text-align: center;
  opacity: 1;
}
.bx-eng-type .type-eng-slide .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background-color: #797979;
  margin-right: 8px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.bx-eng-type .type-eng-slide .owl-dots .owl-dot:hover,
.bx-eng-type .type-eng-slide .owl-dots .owl-dot.active {
  background-color: #00b535;
}
.apply_form .input_pad.splt-two .input_style {
  width: 48%;
}
.mod-access {
  padding-top: 20px;
  background-color: #f5f4f4 !important;
}
.mod-access .disabled {
  display: none !important;
}
.access-table {
  background-color: #ffffff;
  position: relative;
}
.access-table .access-item {
  position: relative;
  z-index: 2;
}
.access-table .access-item::before,
.access-table .access-item::after {
  content: '';
  display: table;
  clear: both;
}
.access-table .access-item .col-sm-5,
.access-table .access-item .col-sm-7 {
  padding: 0px;
}
.access-table .access-item .col-sm-5 {
  width: 46%;
}
.access-table .access-item .col-sm-7 {
  width: 54%;
  float: right;
}
.access-table .access-item .access-pic {
  width: 340px;
  margin: 0 auto;
  padding: 170px 0;
}
.access-table .access-item .access-cnt {
  background-color: #EAEAEA;
  padding: 75px 100px;
  height: 665px;
  display: table;
}
.access-table .access-item .access-cnt > div {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 65px;
}
.access-table .access-item .access-cnt > div h2 {
  margin-bottom: 42px;
  text-transform: uppercase !important;
}
.access-table .access-item .access-cnt > div p {
  font-size: 18px;
}
.access-table .owl-nav {
  position: absolute;
  left: 52%;
  bottom: 20%;
  z-index: 2;
  width: 106px;
  transform: translate(3%, 2%);
  display: block !important;
}
.access-table .owl-nav button {
  height: 40px;
  display: inline-block;
  width: 40px;
  margin-right: 25px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.access-table .owl-nav button:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  border-top: 3px solid #00b535;
  border-right: 3px solid #00b535;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.access-table .owl-nav button span {
  font-size: 0;
}
.access-table .owl-nav button.disabled {
  display: inline-block !important;
  opacity: 0.4;
}
.access-table .owl-nav .owl-next {
  margin-right: 0;
}
.access-table .owl-nav .owl-next:before {
  left: 15px;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  -o-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  -webkit-transform-style: preserve-3d !important;
  -moz-transform-style: preserve-3d !important;
  -ms-transform-style: preserve-3d !important;
  transform-style: preserve-3d !important;
}
.access-table .owl-nav:after {
  content: '|';
  position: absolute;
  left: 50px;
  top: 8px;
  color: #6A6A6A;
  font-size: 18px;
}
.access-table .owl-dots {
  display: none;
}
.access-table .slide-data-count {
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 315px;
  opacity: 0.04;
  z-index: 1;
  color: #696666;
  line-height: 0.9;
}
.mod-review {
  background-color: #EFEFEF !important;
  padding-bottom: 90px;
  padding-top: 20px;
}
.mod-review .group-log span.watermark-tx {
  top: 42px;
}
.review-testimony {
  padding: 0px 75px;
}
.review-testimony .review-item {
  background-color: #ffffff;
  padding: 50px 70px;
  box-shadow: 0px 1px 18px 0px rgba(10, 56, 24, 0.08);
}
.review-testimony .review-item p {
  font-size: 17px;
  font-weight: 300;
  font-style: italic;
  padding-bottom: 36px;
  color: #1D1D1D;
}
.review-testimony .review-item span,
.review-testimony .review-item label {
  text-transform: uppercase !important;
  display: block;
}
.review-testimony .review-item span {
  font-family: 'skoda_probold';
  font-size: 15px;
  color: #6A6A6A;
}
.review-testimony .review-item label {
  color: #ACACAC;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
}
.review-testimony .owl-stage-outer {
  padding: 35px 0px;
}
.review-testimony .owl-item.active {
  transform: translate(0%, 0%) scale(1, 1);
}
.review-testimony .owl-item.active .review-item {
  background-color: #f7f7f7;
}
.review-testimony .owl-item.active .review-item > div {
  opacity: 0.7;
}
.review-testimony .owl-item.center {
  position: relative;
  z-index: 12;
}
.review-testimony .owl-item.center .review-item {
  width: 130%;
  background-color: #ffffff;
  padding: 66px 60px 66px;
  transform: translate(-9%, 6%) scale(1.2, 1.2);
}
.review-testimony .owl-item.center .review-item > div {
  opacity: 1;
}
.review-testimony .owl-nav {
  position: absolute;
  width: 111%;
  left: -75px;
  top: 50%;
  z-index: 2;
  display: block !important;
  transform: translateY(-50%);
}
.review-testimony .owl-nav button {
  height: 40px;
  display: inline-block;
  width: 40px;
  margin-right: 25px;
  float: left;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.review-testimony .owl-nav button:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 15px;
  border-top: 1px solid #393939;
  border-right: 1px solid #393939;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.review-testimony .owl-nav button:hover:before {
  border-color: #00b535;
}
.review-testimony .owl-nav button span {
  font-size: 0;
}
.review-testimony .owl-nav button.disabled {
  display: inline-block !important;
  opacity: 0.4;
}
.review-testimony .owl-nav .owl-next {
  margin-right: 0;
  float: right;
}
.review-testimony .owl-nav .owl-next:before {
  left: 12px;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  -o-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  -webkit-transform-style: preserve-3d !important;
  -moz-transform-style: preserve-3d !important;
  -ms-transform-style: preserve-3d !important;
  transform-style: preserve-3d !important;
}
.review-testimony .owl-dots {
  position: relative;
  margin-top: 58px;
  text-align: center;
  opacity: 1;
  display: block !important;
}
.review-testimony .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background-color: #C9C9C9;
  margin-right: 8px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.review-testimony .owl-dots .owl-dot:hover,
.review-testimony .owl-dots .owl-dot.active {
  background-color: #00b535;
}
.mod-testdrive {
  padding-bottom: 100px;
}
.features-menu {
  padding-bottom: 10px;
}
.features-menu li {
  display: inline-block;
  margin-right: 50px;
}
.features-menu li a {
  color: #ACACAC;
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  position: relative;
  padding: 6px 0px 10px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.features-menu li a:after,
.features-menu li a:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 3px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.features-menu li a:after {
  background-color: #C7C7C7;
  width: 100%;
}
.features-menu li a:before {
  background-color: #00b535;
  width: 0;
  left: 50%;
  z-index: 1;
}
.features-menu li.active a,
.features-menu li:hover a {
  color: #000000;
}
.features-menu li.active a:before,
.features-menu li:hover a:before {
  width: 100%;
  left: 0;
}
/*!
 *News
 */
.break-news {
  margin-top: 20px;
  background-color: #ffffff;
}
.break-news::before,
.break-news::after {
  content: '';
  display: table;
  clear: both;
}
.break-news .col-sm-8 {
  padding: 0px 0px;
}
.break-news .break-pic {
  padding-top: 55%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.break-news .break-cnt {
  padding: 74px 75px;
}
.break-news .break-cnt h4 {
  max-height: 77px;
  -webkit-line-clamp: 2;
}
.break-news .arr-move {
  margin-top: 15px;
}
.news-crd {
  background-color: #ffffff;
}
.news-crd .link-cover {
  z-index: 2;
}
.news-crd label,
.news-crd h4,
.news-crd .h4 {
  font-family: 'Roboto', sans-serif;
}
.news-crd label {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 13px;
}
.news-crd label span {
  display: inline-block;
  color: #ACACAC;
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: 0.02em;
  font-weight: 300;
  position: relative;
  padding-right: 15px;
}
.news-crd label span:after {
  content: '';
  position: absolute;
  top: 10px;
  right: -7px;
  height: 14px;
  width: 1px;
  background-color: #acacac;
}
.news-crd label span:nth-of-type(1) {
  margin-right: 20px;
}
.news-crd label span:last-child {
  padding-right: 0;
}
.news-crd label span:last-child:after {
  display: none;
}
.news-crd h4,
.news-crd .h4 {
  line-height: 1.8;
  max-height: 112px;
  height: 112px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.news-crd p {
  margin-top: 32px;
  max-height: 200px;
  overflow: hidden;
}
.news-crd .arr-move {
  float: right;
  z-index: 1;
}
.news-crd:hover .arr-move:before {
  width: 44px;
  background-color: #232323;
}
.news-crd:hover .arr-move:after {
  right: -10px;
  background-color: #232323;
}
.all-news-list {
  position: relative;
}
.all-news-list h1 {
  font-family: 'Roboto', sans-serif;
  padding-top: 60px;
  padding-bottom: 15px;
  border-bottom: 1px solid #F1F1F1;
  overflow: hidden;
  position: relative;
}
.all-news-list .watermark-tx {
  right: 0;
  left: inherit;
  top: -15px;
  font-size: 146px;
  text-transform: uppercase !important;
}
.newsRoom .nws-item:first-child {
  display: none;
}
.news-card-contain {
  margin-left: -25px;
  margin-right: -25px;
  margin-top: 30px;
}
.news-card-contain::before,
.news-card-contain::after {
  content: '';
  display: table;
  clear: both;
}
.news-card-contain .nws-item {
  padding: 0 25px;
  margin-bottom: 50px;
}
.news-card-contain .nws-item .nws-pic {
  overflow: hidden;
  position: relative;
  padding-top: 66%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.news-card-contain .news-crd {
  padding: 0px 18px;
  background-color: inherit;
  margin-top: -50px;
  position: relative;
}
.news-card-contain .news-crd .break-cnt {
  background-color: #ffffff;
  padding: 32px 46px 64px;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.04);
}
.xpand-news {
  padding-top: 15px;
}
.xpand-news::before,
.xpand-news::after {
  content: '';
  display: table;
  clear: both;
}
.xpand-news .news-crumb {
  color: #ACACAC;
  margin-bottom: 15px;
}
.xpand-news .news-crumb a {
  color: #ACACAC;
}
.xpand-news .news-crumb span {
  width: 75%;
  display: inline-block;
  height: 23px;
  overflow: hidden;
  vertical-align: text-bottom;
}
.xpand-news .col-md-8 {
  padding-left: 0;
  padding-right: 62px;
  position: relative;
}
.xpand-news .col-md-8 .nws-poster {
  padding-left: 70px;
}
.xpand-news .col-md-8 .nws-poster h1.h4 {
  display: block;
  height: inherit;
  max-height: inherit;
  margin-bottom: 34px;
}
.xpand-news .col-md-8 .break-pic {
  padding-top: 55%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.xpand-news .floating-media {
  position: fixed;
  margin-top: 120px;
  opacity: 0;
}
.xpand-news .floating-media li {
  opacity: 0.87;
}
.xpand-news .floating-media i {
  font-size: 20px;
}
.xpand-news .floating-media i.icon-google-plus {
  font-size: 21px;
}
.xpand-news .floating-media.media_static {
  display: none;
}
.news-dtls-cnt {
  background-color: transparent;
}
.news-dtls-cnt label.dt-admin {
  margin-top: 25px;
  margin-bottom: 25px;
}
.news-dtls-cnt h1.h4 {
  display: block;
  height: inherit;
  max-height: inherit;
  margin-bottom: 34px;
}
.news-dtls-cnt .nws-content p {
  overflow: inherit;
  max-height: inherit;
  height: inherit;
  margin-top: 0px;
  padding-bottom: 25px;
}
.news-dtls-cnt .nws-content ul {
  padding-left: 45px;
  padding-bottom: 25px;
}
.news-dtls-cnt .nws-content ul li p {
  font-size: 16px;
  line-height: 2;
  color: #393939;
  letter-spacing: 0.03em;
  font-weight: 300;
  padding-bottom: 0;
  font-style: normal;
  position: relative;
}
.news-dtls-cnt .nws-content ul li p:before {
  content: '';
  position: absolute;
  left: -19px;
  top: 14px;
  width: 6px;
  height: 6px;
  background-color: #232323;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.recent-nws .rct {
  padding: 10px;
  margin-top: 20px;
  box-shadow: 0px 1px 10px 0px rgba(203, 203, 203, 0.16);
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.recent-nws .rct:hover {
  box-shadow: 0 1px 25px 0 rgba(9, 9, 9, 0.3);
}
.recent-nws .rct .rct-pic {
  width: 138px;
  display: inline-block;
  vertical-align: top;
}
.recent-nws .rct .rct-pic .nws-pic {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 91px;
}
.recent-nws .rct .rct-tlt {
  display: inline-block;
  width: calc(100% - 145px);
  padding-left: 27px;
}
.recent-nws .rct .rct-tlt label {
  margin-bottom: 3px;
}
.recent-nws .rct .rct-tlt label span {
  font-size: 15px;
}
.recent-nws .rct .rct-tlt h4 {
  font-size: 16px;
  max-height: 52px;
  height: 52px;
}
.floating-media ul li {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #393939;
  margin-bottom: 14px;
  border-radius: 50%;
}
.floating-media ul li a {
  display: block;
  line-height: 3.8;
}
.floating-media ul li i {
  font-size: 21px;
  color: #393939;
  text-align: center;
  display: block;
  line-height: 1.8;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.floating-media ul li:hover a i {
  color: #00b535;
}
.social-media li {
  display: inline-block;
  margin-right: 34px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.social-media li a i {
  font-size: 22px;
  color: #989898;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
}
.social-media li:hover a i {
  color: #ffffff;
  animation: jerk 0.8s 1;
}
/** Career page **/
.ui_sub_page_banner {
  width: 100%;
  min-height: 484px;
  max-height: 90%;
  background-color: #f8f8f8;
  position: relative;
}
.ui_sub_page_banner .sub_banner {
  background: #dddddd url("../img/sub-banner/career.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 484px;
}
.ui_sub_page_banner .sub_banner .text_ldiv {
  position: absolute;
  top: 35%;
  width: 407px;
  max-width: 100%;
}
.ui_sub_page_banner .sub_banner .text_ldiv .h2 {
  font-weight: 700;
  letter-spacing: 0;
  color: #ffffff;
  padding-bottom: 20px;
}
.ui_sub_page_banner .sub_banner .text_ldiv .ptext {
  line-height: 40px;
  font-weight: 400;
  color: #ffffff;
}
.sub_page_content {
  background-color: #f8f8f8;
  padding: 100px 0;
}
.sub_page_content .top_content_div .sub_head {
  text-transform: uppercase;
  color: #6a6a6a;
  font-weight: 400;
}
.sub_page_content .top_content_div .h2 {
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #393939;
}
.sub_page_content .top_content_div .ptext {
  line-height: 40px;
  letter-spacing: 0.3px;
}
.sub_page_content .current_opening {
  position: relative;
  padding-top: 50px;
}
.sub_page_content .current_opening .h4 {
  font-weight: 500;
  color: #393939;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 30px;
}
.sub_page_content .current_opening .watermark-tx {
  right: 20px;
  left: auto;
  top: -45px;
  font-size: 192px;
}
.sub_page_content .current_opening .white_box {
  background-color: #ffffff;
  min-height: auto;
  position: relative;
  padding: 90px 0;
}
.sub_page_content .current_opening .white_box .filter_div {
  position: absolute;
  right: 75px;
  top: 40px;
}
.sub_page_content .current_opening .white_box .filter_div .ptext {
  display: inline-block;
  vertical-align: middle;
  padding-right: 22px;
  line-height: 2;
  font-weight: 400;
}
.sub_page_content .current_opening .white_box .filter_div .apply_form {
  float: right;
  width: 260px;
}
.sub_page_content .current_opening .white_box .filter_div .apply_form .custom-select {
  border: 1px solid #acacac;
  padding: 0 5px 0 15px;
  background: rgba(0, 0, 0, 0.08);
}
.sub_page_content .current_opening .white_box .left_w_div {
  width: 100%;
}
.sub_page_content .current_opening .white_box .sory_text {
  font-size: 20px;
  font-style: italic;
}
.sub_page_content .current_opening .white_box .tow_side_div {
  padding: 0 90px;
}
.sub_page_content .current_opening .white_box .tow_side_div .opening_div {
  width: 50%;
  padding-bottom: 70px;
}
.sub_page_content .current_opening .white_box .tow_side_div .opening_div:nth-child(odd) {
  float: left;
  border-right: 1px solid #e5e5e5;
  padding-right: 80px;
}
.sub_page_content .current_opening .white_box .tow_side_div .opening_div:nth-child(even) {
  float: right;
  padding-left: 80px;
}
.sub_page_content .current_opening .white_box .tow_side_div .opening_div:last-child {
  padding-bottom: 0;
}
.sub_page_content .current_opening .white_box .tow_side_div .opening_div .left_text {
  float: left;
  clear: both;
}
.sub_page_content .current_opening .white_box .tow_side_div .opening_div .left_text .h4 {
  text-transform: inherit;
  line-height: 1.2;
  margin-bottom: 11px;
  font-weight: 400;
  width: 275px;
  max-width: 100%;
}
.sub_page_content .current_opening .white_box .tow_side_div .opening_div .left_text svg {
  display: inline-block;
  height: 21px;
  width: 21px;
  vertical-align: middle;
}
.sub_page_content .current_opening .white_box .tow_side_div .opening_div .left_text .date_text {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #6a6a6a;
}
.sub_page_content .current_opening .white_box .tow_side_div .opening_div .left_text .code_text {
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
}
.sub_page_content .current_opening .white_box .tow_side_div .opening_div .left_text .date_text,
.sub_page_content .current_opening .white_box .tow_side_div .opening_div .left_text .code_text {
  font-size: 16px;
  line-height: 1.19;
  letter-spacing: normal;
  color: #6a6a6a;
  font-weight: normal;
  vertical-align: middle;
}
.sub_page_content .current_opening .white_box .tow_side_div .opening_div .btn_div {
  float: right;
}
.sub_page_content .current_opening .white_box .tow_side_div .opening_div .btn_div .apply_btn {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.3px;
  color: #393939;
  display: block;
  height: 50px;
  width: 137px;
  text-align: center;
  overflow: hidden;
  position: relative;
  float: left;
}
.sub_page_content .current_opening .white_box .tow_side_div .opening_div .btn_div .apply_btn:hover {
  color: #ffffff;
}
.sub_page_content .current_opening .white_box .tow_side_div .opening_div .btn_div .apply_btn:hover:after,
.sub_page_content .current_opening .white_box .tow_side_div .opening_div .btn_div .apply_btn:hover:before {
  border-top: 29px solid #393939;
  border-bottom: 29px solid #393939;
}
.sub_page_content .current_opening .white_box .tow_side_div .opening_div .btn_div .apply_btn span {
  position: relative;
  z-index: 1;
}
.career_detail .top_text .ptext {
  font-weight: 400;
  padding-right: 100px;
  color: #6a6a6a;
  text-transform: uppercase;
}
.career_detail .top_text .ptext a i {
  color: #989898;
  padding: 0 8px;
  font-size: 16px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.career_detail .top_text .ptext a i:hover {
  color: #393939;
}
.career_detail .top_text .ptext a i:nth-child(2) {
  font-size: 22px;
}
.career_detail .top_text .ptext a:nth-child(2) i {
  font-size: 22px;
  position: relative;
  top: 3px;
}
.career_detail .detail_text .h2 {
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #393939;
  margin-top: 20px;
  margin-bottom: 35px;
}
.career_detail .detail_text .h4 {
  font-weight: 500;
  color: #393939;
  text-transform: uppercase;
  letter-spacing: .4px;
  margin-bottom: 30px;
}
.career_detail .detail_text .ptext {
  line-height: 40px;
  margin-bottom: 20px;
}
.career_detail .detail_text .ptext:last-child {
  margin-bottom: 0;
}
.career_detail .detail_text hr {
  border-top: solid 1px #d1d1d1;
  margin: 60px 0;
}
.career_detail .detail_text ul.width_100 li {
  padding-left: 52px;
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 40px;
  color: #393939;
  letter-spacing: .03em;
  font-weight: 300;
  font-style: normal;
}
.career_detail .detail_text ul.width_100 li:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 10px;
  background-color: #6a6a6a;
  left: 0;
  top: 20px;
}
.career_detail .detail_text ul.width_100 li p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 40px;
  color: #393939;
  letter-spacing: .03em;
  font-weight: 300;
  font-style: normal;
}
.career_detail .detail_text ul.width_50 li {
  padding-left: 52px;
  padding-right: 60px;
  position: relative;
  width: 50%;
  float: left;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 40px;
  color: #393939;
  letter-spacing: .03em;
  font-weight: 300;
  font-style: normal;
}
.career_detail .detail_text ul.width_50 li:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 10px;
  background-color: #6a6a6a;
  left: 0;
  top: 20px;
}
.career_detail .detail_text ul.width_50 li p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 40px;
  color: #393939;
  letter-spacing: .03em;
  font-weight: 300;
  font-style: normal;
}
.career_detail .apply_form {
  padding-top: 30px;
}
.apply_form {
  /****** CODE ******/
}
.apply_form .row {
  margin-right: -35px;
  margin-left: -35px;
}
.apply_form .form-group {
  width: 49%;
  display: inline-block;
}
.apply_form .form-group:nth-child(odd) {
  margin-right: 130px;
}
.apply_form .textarea {
  width: 100%;
}
.apply_form :focus {
  outline: none;
}
.apply_form .input_pad {
  padding: 0 40px;
}
.apply_form .input_pad.split-two::before,
.apply_form .input_pad.split-two::after {
  content: '';
  display: table;
  clear: both;
}
.apply_form .input_pad.split-two .input_style {
  width: 48%;
}
.apply_form .input_pad.split-two .input_style:nth-of-type(2) {
  float: right;
}
.apply_form .input_pad.captcha-data {
  margin-top: 30px;
}
.apply_form .input_pad.captcha-data span.wpcf7-not-valid-tip {
  top: 85px;
}
.apply_form .input_style {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 70px;
}
.apply_form textarea {
  margin-bottom: -2px;
  resize: none;
}
.apply_form input,
.apply_form textarea {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 1px;
  background: transparent;
}
.apply_form .effect-1 {
  border: 0;
  padding: 8px 0;
  border-bottom: 1px solid #acacac;
}
.apply_form .wpcf7-form-control-wrap ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #6a6a6a;
  transition: 0.4s;
}
.apply_form .wpcf7-form-control-wrap:focus ~ .focus-border,
.apply_form .line_under {
  width: 100% !important;
  transition: 0.4s;
}
.apply_form span.wpcf7-not-valid-tip {
  color: #f00;
  font-weight: normal;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: 28px;
  font-size: 12px;
}
.apply_form div.wpcf7-validation-errors {
  border: none;
  font-size: 12px;
  text-align: center;
  color: #f00;
}
.apply_form .div.wpcf7-acceptance-missing {
  border: none;
  font-size: 12px;
  text-align: center;
  color: green;
}
.apply_form .file-select {
  display: block;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  border-bottom: 1px solid #acacac;
}
.apply_form .file-select .wpcf7-form-control-wrap.chooseFile {
  position: static;
}
.apply_form .file-select .file-select-button {
  display: inline-block;
  height: 20px;
  cursor: pointer;
  position: absolute;
  bottom: 8px;
}
.apply_form .file-select .file-select-button i {
  color: #acacac;
  margin-left: 5px;
  font-size: 14px;
}
.apply_form .file-select .file-select-name {
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
}
.apply_form .file-select input[type="file"] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.apply_form .file-select .file-select-name {
  padding: 10px 10px;
  padding-left: 135px;
}
.apply_form .file-select.file-select-disabled {
  opacity: 0.65;
}
.apply_form ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.9);
}
.apply_form ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.9);
}
.apply_form :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.9);
}
.apply_form :-moz-placeholder {
  color: rgba(0, 0, 0, 0.9);
}
.apply_form [placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}
.apply_form .custom-select-wrapper {
  background-color: transparent !important;
}
.apply_form .custom-select-trigger {
  padding: 0 !important;
  line-height: 36px !important;
}
.apply_form .custom-select {
  border-bottom: 1px solid #acacac;
}
.apply_form .btn-bx span {
  padding-right: 0;
}
.apply_form .btn-bx span:after {
  display: none;
}
.gray_section .video.gallery-port {
  padding-bottom: 70px;
}
.gray_section .video.gallery-port .three_img::before,
.gray_section .video.gallery-port .three_img::after {
  content: '';
  display: table;
  clear: both;
}
.mfp-figure .mfp-title small {
  display: none;
}
.gray_section .video.gallery-port .video_image_div {
  width: 33.333% !important;
  float: left;
  margin-bottom: 28px;
}
.gray_section .video.gallery-port .video_image_div .pad_none {
  background-size: cover;
  width: 100%;
  padding-top: 71%;
}
/*!
 * Contact page
 */
.contact-banner .banner-caption .capt-txt {
  padding-top: 12%;
}
.contact-banner .capt-txt h2 {
  font-size: 36px;
}
.contact-banner .capt-txt label {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: 300;
  text-align: left;
}
.contact {
  padding: 0 0 20px 0 ;
}
.contact .contact_main_div {
  background-color: #ffffff;
  margin-top: -75px;
  position: relative;
  box-shadow: 0px 16px 23px -11px #e4e4e4;
}
.contact .contact_main_div .left_form_div {
  padding: 100px 112px 70px;
}
.contact .left_form_div p {
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 35px;
  font-size: 18px;
}
.contact .left_form_div .apply_form .input_pad {
  height: 90px;
}
.contact .left_form_div .apply_form .input_style {
  margin-bottom: 0 !important;
}
.contact .left_form_div .apply_form textarea {
  height: 90px;
}
.contact input[type="submit"] {
  background-color: #00b535;
  color: #ffffff;
  margin-top: 60px;
}
.mod-address {
  padding-top: 20px;
  padding-bottom: 70px;
}
.mod-address .group-log {
  padding-top: 45px;
}
.mod-address .group-log > div {
  padding-bottom: 38px;
  border-bottom: 1px solid #D1D1D1;
}
.mod-address .address-cover {
  padding-top: 55px;
  padding-bottom: 0px !important;
  margin-left: -22px;
  margin-right: -22px;
  border-bottom: 0 !important;
}
.mod-address .address-cover::before,
.mod-address .address-cover::after {
  content: '';
  display: table;
  clear: both;
}
.mod-address .col-sm-4 {
  padding: 0px 22px;
}
.mod-address .addr-block {
  background-color: #ffffff;
  padding: 70px 60px 65px;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mod-address .addr-block:hover {
  box-shadow: 0px 5px 50px -11px #e4e4e4;
}
.mod-address .addr-block > div {
  padding-left: 28px;
}
.mod-address .addr-block h4 {
  font-family: 'Roboto', sans-serif;
  color: #393939;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: normal;
  padding-bottom: 12px;
  border-bottom: 1px solid #e3e3e3;
  margin-left: 28px;
}
.mod-address .addr-block address p,
.mod-address .addr-block p.mail-to,
.mod-address .addr-block p.timing,
.mod-address .addr-block p.phone-no {
  font-size: 18px;
  line-height: 1.9;
  font-weight: 400;
  position: relative;
}
.mod-address .addr-block address p:before,
.mod-address .addr-block p.mail-to:before,
.mod-address .addr-block p.timing:before,
.mod-address .addr-block p.phone-no:before {
  position: absolute;
  top: 0px;
  left: -30px;
  font-family: 'icomoon';
  font-size: 17px;
  color: #d4d4d4;
}
.mod-address .addr-block address {
  margin-bottom: 20px;
  margin-top: 28px;
}
.mod-address .addr-block address p:before {
  content: '\e907';
}
.mod-address .addr-block p.phone-no {
  font-size: 22px;
  margin-bottom: 7px;
}
.mod-address .addr-block p.phone-no span {
  display: block;
}
.mod-address .addr-block p.phone-no:before {
  content: '\e908';
  top: 6px;
}
.mod-address .addr-block p.mail-to {
  margin-bottom: 8px;
}
.mod-address .addr-block p.mail-to:before {
  content: '\e909';
}
.mod-address .addr-block p.timing:before {
  content: '\e90a';
}
.mod-address .addr-block p.phone-no a,
.mod-address .addr-block p.mail-to a {
  color: #000000;
}
.mod-address .addr-block p.timing,
.mod-address .addr-block address p {
  color: #6A6A6A;
}
.mod-address .addr-block p.map-locate {
  margin-top: 15px;
  position: relative;
}
.mod-address .addr-block p.map-locate:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  top: 8px;
  left: -30px;
  border-top: 4px solid #d4d4d4;
  border-right: 4px solid #d4d4d4;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.mod-address .addr-block .map-locate a {
  display: inline-block;
  font-family: 'skoda_probold';
  font-size: 15px;
  text-transform: uppercase !important;
  color: #acacac;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mod-address .addr-block .map-locate:hover a {
  color: #00b535;
}
/*!
 * Compare page
 */
.compare-cars .container .dgn-layer {
  top: -140px !important;
}
.compare-cars .comparison-cnt {
  padding-top: 120px;
}
.comparison-cnt .watermark-tx {
  font-size: 385px;
  font-family: 'skoda_probold';
  left: 50% !important;
  right: inherit;
  color: #e4e2e2;
  top: 50%;
  transform: translate(-50%, -50%);
}
.comparison-cnt .comp-mod {
  margin-top: 50px;
  position: relative;
}
.comparison-cnt .comp-mod p {
  font-size: 52px;
  text-transform: uppercase !important;
  line-height: 1.1;
  margin: 0;
  color: #6d6c6c;
  letter-spacing: 0.050em;
}
.comparison-cnt .comp-mod p b {
  font-weight: 500;
  color: #232323;
}
.comparison-cnt .comp-mod p label {
  font-weight: 200;
  color: #969696;
}
.comparison-cnt .comp-mod > div {
  position: relative;
}
.comparison-cnt .comp-txt {
  padding: 0px 10%;
}
.comparison-cnt .comp-txt h1 {
  margin-bottom: 42px;
}
.comparison-cnt .comp-txt p {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.050em;
}
.comparison-cnt .comp-txt a.btn-bx {
  margin: 40px 0 0;
  background-color: #00b535;
  font-weight: 400;
}
.compare-table {
  background-color: #ffffff;
  padding-top: 80px;
  padding-bottom: 100px;
}
.compare-table .comp-data-log h2 {
  margin-bottom: 30px;
}
.comp-data-container.table-container {
  height: inherit !important;
  min-height: inherit !important;
  vertical-align: bottom;
  overflow: inherit;
}
.comp-data-container .headcol table {
  border-bottom: 0;
}
.comp-data-container .headcol table thead tr {
  display: table;
  width: 100%;
}
.comp-data-container .headcol table thead tr:nth-of-type(1) th {
  width: 404px;
  height: 307px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 87px !important;
  font-size: 40px !important;
  background-color: #e8e8e8;
}
.comp-data-container .headcol table thead tr:nth-of-type(1) th span {
  font-weight: 300 !important;
}
.comp-data-container .headcol table thead tr {
  background-color: #f4f4f4;
}
.comp-data-container .right-table-value table {
  border-bottom: 0;
}
.comp-data-container .right-table-value table thead tr th {
  text-transform: uppercase !important;
}
.comp-data-container .right-table-value table thead tr th span {
  text-transform: none;
}
.comp-data-container .right-table-value table thead tr:nth-of-type(1) th {
  padding: 0px 0px !important;
  vertical-align: top;
}
.comp-data-container .right-table-value table thead tr:nth-of-type(1) th div {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 307px;
  /*img{width:100%;}*/
}
.remain-compare .accrd-data {
  background-color: #ffffff;
}
.remain-compare .table-container {
  height: inherit !important;
  min-height: inherit !important;
  vertical-align: bottom;
  overflow: inherit;
}
.remain-compare .table-container .headcol table {
  width: 404px;
  border-bottom: 0;
}
.remain-compare .table-container .right-table-value table {
  border-bottom: 0;
}
.varient {
  padding-bottom: 110px;
}
.varient-cnt {
  padding-top: 35px;
}
.varient-cnt .watermark-tx {
  font-size: 200px !important;
  top: 27px !important;
}
.varient-cnt h2 {
  margin-bottom: 18px;
}
.varient-cnt p {
  font-size: 18px;
}
.varient-tab {
  padding: 70px 80px;
  background-color: #ffffff;
  margin-top: 65px;
}
.varient-tab .genuine-sec {
  margin-top: 40px;
}
.varient-tab ul li {
  font-weight: 400;
  color: #000000;
}
.varient-tab ul li p {
  font-weight: 400;
  color: #000000;
}
/*!
 * Spare page
 */
.spare-part,
.compare-cars {
  padding: 0 0 95px;
}
.spare-part .container,
.compare-cars .container {
  position: relative;
}
.spare-part .dgn-layer,
.compare-cars .dgn-layer {
  padding: 60px 70px 40px;
  bottom: inherit;
  top: -170px;
  left: 15px;
}
.spare-part .dgn-layer h2,
.compare-cars .dgn-layer h2 {
  font-size: 30px;
  line-height: 1.6;
  text-transform: capitalize !important;
}
.spare-part .watermark-tx,
.compare-cars .watermark-tx {
  text-transform: uppercase !important;
  left: inherit;
  right: 0;
}
.genuine-sec {
  margin-top: 70px;
  position: relative;
  z-index: 1;
}
.genuine-sec h1 {
  padding-top: 70px;
  margin-bottom: 30px;
}
.genuine-sec p {
  font-size: 18px;
  line-height: 2.1;
}
.genuine-sec ul.split-50,
.genuine-sec ul {
  margin-top: 30px;
}
.genuine-sec ul.split-50::before,
.genuine-sec ul::before,
.genuine-sec ul.split-50::after,
.genuine-sec ul::after {
  content: '';
  display: table;
  clear: both;
}
.genuine-sec ul.split-50 li,
.genuine-sec ul li {
  padding: 7px 30px 7px 18px;
  width: 50%;
  float: left;
  position: relative;
  line-height: 1.3;
  margin-bottom: 7px;
  font-size: 18px;
}
.genuine-sec ul.split-50 li p,
.genuine-sec ul li p {
  line-height: 1.7;
  position: relative;
}
.genuine-sec ul.split-50 li:before,
.genuine-sec ul li:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 12px;
  opacity: 1;
  width: 8px;
  height: 8px;
  background-color: #ACACAC;
  border-radius: 50%;
}
#map-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #212121;
  height: 500px;
}
#map-container #map {
  height: 100%;
}
#map-container .container {
  position: relative;
}
#map-container .dgn-layer {
  bottom: inherit;
  top: -65px;
}
.footer_wrap {
  background-color: #000000;
}
.footer_wrap .top-footer {
  padding: 95px 0 60px;
  color: #d1d1d1;
  position: relative;
}
.footer_wrap .top-footer::before,
.footer_wrap .top-footer::after {
  content: '';
  display: table;
  clear: both;
}
.footer_wrap .top-footer a {
  color: #d1d1d1;
}
.footer_wrap .top-footer i.scroll-up {
  position: absolute;
  top: 55px;
  right: 20px;
  width: 29px;
  height: 35px;
  display: inline-block;
  padding: 4px 6px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 9;
}
.footer_wrap .top-footer i.scroll-up:hover {
  color: #ffffff;
  animation: jerk 1s 3;
}
.footer_wrap .top-footer .foot-logo {
  margin-bottom: 30px;
}
.footer_wrap .top-footer .foot-logo a span {
  width: 170px;
  height: 50px;
  display: inline-block;
}
.footer_wrap address {
  margin-bottom: 40px;
}
.footer_wrap address p {
  color: #d1d1d1;
  letter-spacing: 0.050em;
  font-weight: 300;
}
.footer_wrap .xtra-links {
  padding-left: 100px;
}
.footer_wrap .xtra-links::before,
.footer_wrap .xtra-links::after {
  content: '';
  display: table;
  clear: both;
}
.footer_wrap .xtra-links a.btn-bx {
  border: 1px solid #00b535;
  margin: 32px 0 0 0 !important;
  font-size: 15px;
  font-weight: 500;
}
.footer_wrap .xtra-links a.btn-bx:before,
.footer_wrap .xtra-links a.btn-bx:after {
  border-top: 22px solid #00b535;
  border-bottom: 22px solid #00b535;
}
.footer_wrap .sub-xtra-links li {
  line-height: 3.1!important;
}
.footer_wrap .sub-xtra-links li a {
  font-family: 'skoda_probold';
  text-transform: uppercase;
  font-size: 14px !important;
  color: #acacac !important;
}
.footer_wrap .footer-links li,
.footer_wrap .xtra-links li {
  margin: 14px 0px;
  display: block;
  line-height: 2.3;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer_wrap .footer-links li a,
.footer_wrap .xtra-links li a {
  color: #d1d1d1;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.08em;
  font-weight: 300;
  padding: 9px 0px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}
.footer_wrap .footer-links li a:after,
.footer_wrap .xtra-links li a:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 6px;
  background-color: #00b535;
  left: 0;
  top: 17px;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer_wrap .footer-links li:hover a,
.footer_wrap .xtra-links li:hover a {
  color: #ffffff;
  padding-left: 15px !important;
}
.footer_wrap .footer-links li:hover a:after,
.footer_wrap .xtra-links li:hover a:after {
  opacity: 1;
}
.footer_wrap .brd-links {
  padding-left: 35px;
}
.footer_wrap .brd-links h5 {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase !important;
  position: relative;
  display: table;
  margin-bottom: 30px;
}
.footer_wrap .brd-links h5:after {
  content: '';
  position: absolute;
  top: 10px;
  right: -52px;
  width: 35px;
  height: 1px;
  background-color: #707070;
}
.footer_wrap .brd-links ul::before,
.footer_wrap .brd-links ul::after {
  content: '';
  display: table;
  clear: both;
}
.footer_wrap .brd-links ul li {
  width: 50%;
  float: left;
  line-height: 2.4;
}
.footer_wrap .brd-links ul li:nth-of-type(even) {
  width: 40%;
}
.footer_wrap .brd-links ul li a {
  font-weight: 300;
  font-size: 24px;
}
.footer_wrap .btm-footer {
  border-top: solid 1px rgba(112, 112, 112, 0.3);
}
.footer_wrap .btm-footer > div {
  padding: 56px 0;
}
.footer_wrap .btm-footer > div::before,
.footer_wrap .btm-footer > div::after {
  content: '';
  display: table;
  clear: both;
}
.footer_wrap .btm-footer > div p {
  float: left;
  font-size: 14px;
  color: #969696;
  letter-spacing: 0.04em;
}
.footer_wrap .btm-footer > div p a {
  color: #969696;
}
.footer_wrap .btm-footer > div p:nth-of-type(2) {
  float: right;
}
.footer_wrap .btm-footer > div p:nth-of-type(2) i {
  font-size: 11px;
  color: #00b535;
  animation: blinker 1s linear infinite;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer_wrap .btm-footer > div p:nth-of-type(2) a {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer_wrap .btm-footer > div p:nth-of-type(2):hover i {
  color: #00b535;
}
.footer_wrap .btm-footer > div p:nth-of-type(2):hover a {
  color: #2d8fb3;
}
.drop-select .custom-select-wrapper,
.apply_form .custom-select-wrapper {
  background-color: #E0E0E0;
}
.drop-select .custom-select,
.apply_form .custom-select {
  position: relative;
  display: block;
}
.drop-select .custom-select-trigger,
.apply_form .custom-select-trigger {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 0px 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  line-height: 52px;
  letter-spacing: 1px;
}
.drop-select .custom-select-trigger:after,
.apply_form .custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.9);
  border-right: 1px solid rgba(0, 0, 0, 0.9);
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.drop-select .custom-select.opened .custom-select-trigger:after,
.apply_form .custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}
.drop-select .custom-options,
.apply_form .custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
  background: #ffffff;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.drop-select .custom-select.opened .custom-options,
.apply_form .custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
.drop-select .option-hover:before,
.apply_form .option-hover:before {
  background: #f9f9f9;
}
.drop-select .custom-option,
.apply_form .custom-option {
  position: relative;
  display: block;
  padding: 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.9);
  line-height: 47px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.drop-select .custom-option:hover,
.apply_form .custom-option:hover,
.drop-select .custom-option.selection,
.apply_form .custom-option.selection {
  background: #f9f9f9;
}
/** selectric **/
.bg_gray {
  border: 1px solid #acacac !important;
  background: #dcdcdc;
}
.bg_gray .selectric {
  border: none;
}
.bg_gray .selectric .label {
  padding-left: 12px;
}
.selectric {
  border: none;
  background: transparent;
  position: relative;
  border-bottom: 1px solid #acacac;
}
.selectric:hover {
  border-color: #6a6a6a;
}
.selectric .label {
  color: rgba(0, 0, 0, 0.9);
  font-size: 16px;
  font-weight: 500;
  margin-left: 0;
}
.selectric-items {
  min-height: auto;
  max-height: 165px;
  overflow: auto;
}
.selectric-items li {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
}
/******** loader *******/
.screen-loading {
  text-align: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 3em;
  left: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.99);
}
.loading-dots {
  display: block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-animation: loading-dots-fadein 0.5s linear forwards;
  -moz-animation: loading-dots-fadein 0.5s linear forwards;
  -o-animation: loading-dots-fadein 0.5s linear forwards;
  -ms-animation: loading-dots-fadein 0.5s linear forwards;
  animation: loading-dots-fadein 0.5s linear forwards;
}
.loading-dots i {
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  background: #e0e0e0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 .125em;
  -webkit-animation: loading-dots-middle-dots 0.5s linear infinite;
  -moz-animation: loading-dots-middle-dots 0.5s linear infinite;
  -o-animation: loading-dots-middle-dots 0.5s linear infinite;
  -ms-animation: loading-dots-middle-dots 0.5s linear infinite;
  animation: loading-dots-middle-dots 0.5s linear infinite;
}
.loading-dots.dark-gray i {
  background: #00b535;
}
.loading-dots i:first-child {
  -webkit-animation: loading-dots-first-dot 0.5s infinite;
  -moz-animation: loading-dots-first-dot 0.5s linear infinite;
  -o-animation: loading-dots-first-dot 0.5s linear infinite;
  -ms-animation: loading-dots-first-dot 0.5s linear infinite;
  animation: loading-dots-first-dot 0.5s linear infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate(-1em);
  -moz-transform: translate(-1em);
  -o-transform: translate(-1em);
  -ms-transform: translate(-1em);
  transform: translate(-1em);
}
.loading-dots i:last-child {
  -webkit-animation: loading-dots-last-dot 0.5s linear infinite;
  -moz-animation: loading-dots-last-dot 0.5s linear infinite;
  -o-animation: loading-dots-last-dot 0.5s linear infinite;
  -ms-animation: loading-dots-last-dot 0.5s linear infinite;
  animation: loading-dots-last-dot 0.5s linear infinite;
}
@-moz-keyframes loading-dots-fadein {
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes loading-dots-fadein {
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes loading-dots-fadein {
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes loading-dots-fadein {
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-moz-keyframes loading-dots-first-dot {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes loading-dots-first-dot {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes loading-dots-first-dot {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes loading-dots-first-dot {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-moz-keyframes loading-dots-middle-dots {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
  }
}
@-webkit-keyframes loading-dots-middle-dots {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
  }
}
@-o-keyframes loading-dots-middle-dots {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
  }
}
@keyframes loading-dots-middle-dots {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
  }
}
@-moz-keyframes loading-dots-last-dot {
  100% {
    -webkit-transform: translate(2em);
    -moz-transform: translate(2em);
    -o-transform: translate(2em);
    -ms-transform: translate(2em);
    transform: translate(2em);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes loading-dots-last-dot {
  100% {
    -webkit-transform: translate(2em);
    -moz-transform: translate(2em);
    -o-transform: translate(2em);
    -ms-transform: translate(2em);
    transform: translate(2em);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes loading-dots-last-dot {
  100% {
    -webkit-transform: translate(2em);
    -moz-transform: translate(2em);
    -o-transform: translate(2em);
    -ms-transform: translate(2em);
    transform: translate(2em);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes loading-dots-last-dot {
  100% {
    -webkit-transform: translate(2em);
    -moz-transform: translate(2em);
    -o-transform: translate(2em);
    -ms-transform: translate(2em);
    transform: translate(2em);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.effect-shine:hover {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0, 181, 53, 0.5) 30%, #00b535 50%, rgba(0, 181, 53, 0.5) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}
@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
@-webkit-keyframes blinker {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.waitingForConnection {
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 1);
  -webkit-animation-duration: 1.7s;
}
/*! Media Import Style **/
.model-overview::before,
.model-overview::after {
  content: '';
  display: table;
  clear: both;
}
.if-offer-avail::before,
.if-offer-avail::after {
  content: '';
  display: table;
  clear: both;
}
.if-offer-avail .offer-viewed {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 320px;
}
.if-offer-avail .sht-data-box {
  padding-top: 0;
  padding-bottom: 20px;
}
.if-offer-avail .sht-data-box .bttn-col {
  margin-top: 30px;
}
/*** style2.less**/
.models .model-slide .model-item {
  position: relative;
}
.models .model-slide .model-item > a {
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.models .model-slide .model-item:hover p {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0, 181, 53, 0.5) 30%, #00b535 50%, rgba(0, 181, 53, 0.5) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
  color: #00b535;
}
.page-offer {
  background-color: #ffffff !important;
}
.top_text_div {
  padding: 56px 310px 30px 97px;
  position: relative;
  margin-top: 80px;
}
.top_text_div .h2 {
  line-height: 35px;
  padding-bottom: 50px;
  font-family: 'Roboto', sans-serif;
  position: relative;
  z-index: 3;
  color: #393939;
  font-weight: 600;
}
.top_text_div .ptext {
  position: relative;
  z-index: 4;
}
.image_sec {
  position: relative;
}
.image_sec .offer_img {
  margin-bottom: 35px;
}
.image_sec .offer_img img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.image_sec .offer_img .hoverlay_div {
  position: absolute;
  margin: auto;
  height: 80%;
  width: 85%;
  top: 10%;
  left: 0;
  text-align: center;
  right: 0;
  background-color: rgba(0, 181, 53, 0.91);
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.image_sec .offer_img .hoverlay_div .h3 {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  vertical-align: middle;
  font-weight: normal;
  line-height: 27px;
  letter-spacing: normal;
  font-size: 23px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  opacity: 0;
}
.image_sec .offer_img .hoverlay_div .h3:after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.784 15.914'%3e%3cdefs%3e%3cstyle%3e .a%7bfill:none;stroke:%23fff;stroke-width:4px;%7d %3c/style%3e%3c/defs%3e%3cpath class='a' d='M-4775.783-9212.121l6.541,6.544-6.541,6.543' transform='translate(4777.197 9213.534)'/%3e%3c/svg%3e");
  right: 15px;
  top: 8px;
  height: 14px;
  width: 10px;
  z-index: 2;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.image_sec .offer_img .hoverlay_div a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.image_sec .offer_img:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.image_sec .offer_img:hover .hoverlay_div {
  height: 80%;
  width: 85%;
  top: 10%;
  opacity: 1;
}
.image_sec .offer_img:hover .hoverlay_div .h3 {
  opacity: 1;
}
.image_sec .offer_img:hover .hoverlay_div .h3:after {
  right: 5px;
}
.promotion_sec {
  background-color: #F8F8F8;
}
.promotion_sec .watermark-tx {
  left: auto;
  right: 0;
}
.promotion_sec .top_text_div {
  margin-top: 0;
}
.promotion_sec .top_text_div .h2 {
  padding-bottom: 25px;
}
.slider_sec {
  padding: 50px 0;
}
.slider_sec .promotion_slider {
  padding-right: 110px;
  position: relative;
}
.slider_sec .promotion_slider .owl-nav {
  height: 0;
}
.slider_sec .promotion_slider .owl-nav span {
  font-size: 0;
}
.slider_sec .promotion_slider .owl-nav .owl-next span {
  position: absolute;
  right: 0;
  top: 0;
  height: 50%;
  width: 110px;
  background-color: #393939;
}
.slider_sec .promotion_slider .owl-nav .owl-next span:after {
  top: 50%;
  left: 50%;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 3px solid #00b535;
  border-bottom: 3px solid #00b535;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.slider_sec .promotion_slider .owl-nav .owl-prev span {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50%;
  width: 110px;
  background-color: #393939;
}
.slider_sec .promotion_slider .owl-nav .owl-prev span:after {
  top: 50%;
  left: 50%;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 3px solid #00b535;
  border-bottom: 3px solid #00b535;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.slider_sec .promotion_slider .owl-nav .owl-next,
.slider_sec .promotion_slider .owl-nav .owl-prev {
  opacity: 0.9;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.slider_sec .promotion_slider .owl-nav .owl-next:hover,
.slider_sec .promotion_slider .owl-nav .owl-prev:hover {
  opacity: 1;
}
.apply_form .form-group {
  width: 49%;
  display: inline-block;
}
.apply_form .form-group:nth-child(odd) {
  margin-right: 130px;
}
.apply_form .textarea {
  width: 100%;
}
.apply_form :focus {
  outline: none;
}
.apply_form .input_pad {
  padding: 0 60px;
}
.apply_form .input_style {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 70px;
}
.apply_form textarea {
  margin-bottom: -2px;
  resize: none;
}
.apply_form input,
.apply_form textarea {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 1px;
  background: transparent;
}
.apply_form .effect-1 {
  border: 0;
  padding: 8px 0;
  border-bottom: 1px solid #acacac;
}
.apply_form .effect-1 ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #6a6a6a;
  transition: 0.4s;
}
.apply_form .effect-1:focus ~ .focus-border {
  width: 100%;
  transition: 0.4s;
}
.apply_form .input_pad .btn-bx {
  width: 180px;
  background-color: #00b535;
  color: #ffffff;
}
.apply_form .input_pad .btn-bx:hover {
  color: #00b535;
}
.popup_pinnacle .modal.in {
  background-color: rgba(0, 0, 0, 0.5);
}
.popup_pinnacle .modal.in .modal-dialog {
  margin-top: 120px !important;
}
.popup_pinnacle .modal.in .modal-dialog .modal-content {
  border: none;
  border-radius: 0;
}
.popup_pinnacle .modal.in .modal-dialog .modal-content .modal-header {
  padding: 70px;
  border: none;
}
.popup_pinnacle .modal.in .modal-dialog .modal-content .modal-header .apply_form .input_pad {
  width: 100%;
  padding: 0 40px;
}
.popup_pinnacle .modal.in .modal-dialog .modal-content .modal-header .apply_form textarea {
  height: 50px;
}
.popup_pinnacle .modal.in .modal-dialog .modal-content .modal-header .apply_form .btn-bx {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 150px;
  height: 50px;
  background-color: #00b535;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.popup_pinnacle .modal.in .modal-dialog .modal-content .modal-header .apply_form .btn-bx span {
  padding-right: 0;
  line-height: 51px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.popup_pinnacle .modal.in .modal-dialog .modal-content .modal-header .apply_form .btn-bx span:after {
  opacity: 0;
  top: 4px;
}
.popup_pinnacle .modal.in .modal-dialog .modal-content .modal-header .apply_form .btn-bx:hover {
  color: #00b535;
}
.popup_pinnacle .modal.in .modal-dialog .modal-content .modal-header .apply_form .btn-bx:hover span {
  color: #f8f8f8;
  padding-right: 0px;
  color: #00b535;
}
.popup_pinnacle .modal.in .modal-dialog .modal-content .modal-header .apply_form .btn-bx:hover span:after {
  opacity: 1;
  border-color: #ffffff;
}
@media (min-width: 768px) {
  .popup_pinnacle .modal .modal-dialog {
    width: 650px;
  }
}
@media (min-width: 1201px) {
  .popup_pinnacle .modal .modal-dialog {
    width: 820px;
  }
}
/*** about page ***/
.page-about {
  background-color: #ffffff !important;
}
.page-about .classic-banner {
  position: relative;
}
.page-about .classic-banner:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000000;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.49063375) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.49063375) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.49063375) 0%, rgba(255, 255, 255, 0) 100%);
}
.page-about .classic-banner .banner-caption .capt-txt {
  width: auto;
  padding-top: 23%;
  position: relative;
  z-index: 1;
}
.page-about .classic-banner .banner-caption .capt-txt h2 {
  font-size: 40px;
  text-transform: none !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.page-about .top_text_div {
  padding: 56px 310px 100px 0;
}
.page-about .top_text_div .watermark-tx {
  top: 10px;
}
.gray_section {
  background-color: #f8f8f8;
  padding-top: 100px;
}
.gray_section .video {
  position: relative;
  border-bottom: 1px solid #CECECE;
}
.gray_section .video .watermark-tx {
  top: -75px;
  left: auto;
  right: 0;
}
.gray_section .video .h2 {
  font-family: 'Roboto', sans-serif;
  color: #393939;
  margin-bottom: 30px;
}
.gray_section .video .pad_none {
  padding: 0;
}
.gray_section .video .img-responsive {
  margin-bottom: 30px;
}
.gray_section .video .three_img .video_image_div:nth-of-type(1) {
  width: 67%;
}
.gray_section .video .three_img .video_image_div:nth-of-type(2) {
  width: 32.7777%;
}
.gray_section .video .video_image_div {
  cursor: pointer;
  position: relative;
}
.gray_section .video .video_image_div .video_btn:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer;
  z-index: 11;
  left: 0;
  top: 0;
}
.gray_section .video .video_image_div .img {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 38%;
  cursor: pointer;
}
.gray_section .video .video_image_div .img:after {
  position: absolute;
  content: "";
  height: 63px;
  width: 63px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  z-index: 1;
  left: 0;
  right: 0;
  top: 35%;
}
.gray_section .video .video_image_div .img i {
  left: 14px;
  margin: 0 auto;
  top: 20px;
  right: 0;
  width: 0px;
  height: 20px;
  z-index: 2;
  position: absolute;
  border-right: 8px solid transparent;
  border-top: 9px solid #00b535;
  border-left: 8px solid transparent;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.gray_section .btn-bx {
  display: block;
  margin: 20px auto 60px;
  width: 150px;
  height: 50px;
  background-color: #00b535;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.gray_section .btn-bx span {
  padding-right: 0;
  line-height: 51px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.gray_section .btn-bx span:after {
  opacity: 0;
  top: 4px;
}
.gray_section .btn-bx:hover {
  background-color: rgba(0, 181, 53, 0.74);
}
.gray_section .btn-bx:hover span {
  color: #f8f8f8;
  padding-right: 10px;
}
.gray_section .btn-bx:hover span:after {
  opacity: 1;
  border-color: #ffffff;
}
.close {
  font-size: 25px;
  font-weight: 100;
  color: #dcdcdc;
  border-radius: 50%;
  border: solid 1px #dcdcdc;
  position: absolute;
  right: 30px;
  top: 30px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
  z-index: 99999999999999999;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.close:hover {
  border-color: #00b535;
  color: #00b535;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.gray_section .news {
  position: relative;
  padding-top: 0;
  border-bottom: 1px solid #CECECE;
}
.gray_section .news .watermark-tx {
  left: 120px;
  top: 25px;
}
.gray_section .news .btn-bx {
  margin-top: 90px;
  width: 180px;
  font-size: 16px;
  font-weight: 400;
  line-height: 0;
}
.gray_section .news .btn-bx:hover span {
  font-weight: 400;
  color: #00b535;
}
.gray_section .news .btn-bx:hover span:after {
  top: 6px;
  border-color: #00b535;
}
.gray_section .news .news-col {
  padding-top: 100px;
}
.gray_section .news .news-col .h2 {
  padding-bottom: 35px;
  font-family: 'Roboto', sans-serif;
  color: #393939;
  position: relative;
  z-index: 1;
}
.gray_section .news .news-col .watermark-tx {
  top: auto;
  left: auto;
  right: 15px;
  bottom: -15px;
}
.gray_section .news .news-col .news_box .item {
  margin: 0 20px;
}
.gray_section .news .news-col .news_box .item .box-cnt .arr-move:after,
.gray_section .news .news-col .news_box .item .box-cnt .arr-move:before {
  background-color: #00b535;
}
.career {
  padding: 80px 0;
}
.career .career-contain {
  background-size: cover;
  background-position: center;
  position: relative;
}
.career .career-contain > div {
  padding: 14% 0;
  text-align: center;
}
.career .career-contain h2 {
  margin-bottom: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.career .career-contain p {
  width: 50%;
  max-width: 90%;
  margin: 0 auto;
}
.career .career-contain .btn-bx {
  margin-top: 45px;
  z-index: 2;
  width: 200px;
  font-size: 16px;
  font-weight: 400;
  line-height: 0;
  margin-bottom: 0;
}
.career .career-contain .btn-bx:hover span {
  color: #00b535;
}
.career .career-contain .btn-bx:hover span:after {
  top: 6px;
  border-color: #00b535;
}
.video_pop {
  position: fixed;
  max-height: 0;
  height: 0;
  max-width: 0;
  width: 0;
  background-color: #000;
  z-index: 22;
  bottom: 0;
  left: 0;
  text-align: center;
}
.video_pop iframe {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 90%;
  width: 90%;
  z-index: 1;
  margin: 0 auto;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.video_pop.pop_open {
  max-height: 100%;
  height: calc(34%);
  max-width: 100%;
  width: 100%;
}
.modal-backdrop.in {
  opacity: 0 !important;
  pointer-events: none;
}
.btn-bx {
  border: 1px solid #00b535;
  font-size: 15px;
  font-weight: 400;
  width: 150px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #00b535;
}
.btn-bx span {
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-bx span:after {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-bx:hover {
  background-color: #ffffff !important;
  color: #00b535;
}
.btn-bx:hover span {
  color: #00b535;
}
.btn-bx:hover span:after {
  border-top: 1px solid #00b535;
  border-right: 1px solid #00b535;
}
@keyframes jerk {
  0% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.error_page {
  background-color: #000000;
}
.error_page .classic-banner {
  margin: 60px 0;
}
.error_page .classic-banner .erro_text_div {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.error_page .classic-banner .erro_text_div .h1 {
  font-size: 175px;
  font-weight: normal;
  color: #ffffff;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
.error_page .classic-banner .erro_text_div .h2 {
  font-size: 30px;
  font-weight: 400;
  color: #838383;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 20px;
}
.error_page .classic-banner .erro_text_div p {
  width: 255px;
  max-width: 100%;
  font-size: 18px;
  color: #838383;
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
  margin-bottom: 30px;
}
.error_page .classic-banner .erro_text_div .go_back span {
  color: #ffffff;
  font-size: 18px;
}
.error_page .classic-banner .erro_text_div .go_back .arr-move {
  display: inline-block;
  margin-right: 30px;
  height: 25px;
}
.error_page .classic-banner .erro_text_div .go_back .arr-move:after {
  right: auto;
  left: 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: #ffffff;
}
.error_page .classic-banner .erro_text_div .go_back .arr-move:before {
  background-color: #ffffff;
}
/**** promised page*****/
.promised-car .promised-lst {
  position: relative;
}
.promised-car .promised-lst .h1 {
  font-size: 24px;
  color: #393939;
  float: left;
  margin-top: 15px;
}
.promised-car .promised-lst .sort_div {
  display: inline-block;
  float: right;
  margin-bottom: 20px;
}
.promised-car .promised-lst .sort_div span {
  font-size: 16px;
  color: #2e2e2e;
  vertical-align: middle;
  margin-right: 20px;
  font-weight: 500;
}
.promised-car .promised-lst .sort_div .drop-select {
  display: inline-block;
  vertical-align: middle;
  width: 260px;
  border-radius: 3px;
  background-color: #e0e0e0;
  border: none !important;
  height: 55px;
  padding: 8px 5px;
}
.open_filter {
  height: 686px !important;
  padding-bottom: 50px !important;
  overflow: auto !important;
}
.filter_tab {
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.filter_tab p {
  font-size: 18px;
  line-height: 1.8;
  color: #393939;
  font-weight: 500;
  background: #e0e0e0;
  padding: 5px 10px;
  position: absolute;
  width: 90%;
  top: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.filter_tab p i {
  position: absolute;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg height='385pt' viewBox='-13 0 385 385.49119' width='385pt' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m350.246094 0h-340c-3.671875 0-7.050782 2.011719-8.796875 5.242188-1.746094 3.230468-1.582031 7.160156.425781 10.230468l118.847656 181.640625v118.375c0 3.5 1.828125 6.746094 4.820313 8.558594l99.050781 60c3.085938 1.867187 6.941406 1.929687 10.089844.15625 3.144531-1.773437 5.089844-5.101563 5.089844-8.710937v-178.378907l118.839843-181.640625c2.007813-3.070312 2.175781-7 .425781-10.230468-1.746093-3.230469-5.121093-5.242188-8.792968-5.242188zm0 0'/%3e%3c/svg%3e");
  height: 20px;
  width: 20px;
  right: 15px;
  top: 12px;
  background-repeat: no-repeat;
  background-size: 80%;
  cursor: pointer;
}
.filterDiv {
  background-color: #ffffff;
  padding: 70px 60px;
  width: 28%;
}
.filterDiv .panel {
  margin-bottom: 50px;
}
.filterDiv .panel:last-child {
  margin-bottom: 0;
}
.filterDiv .panel-title {
  border-bottom: 1px solid #d6d6d6;
}
.filterDiv .panel-title a {
  color: #393939;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  position: relative;
  display: block;
  line-height: 2.4;
}
.filterDiv .panel-title a:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 12px;
  right: 7px;
  float: left;
  border-right: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transform-origin: 50% 50%;
}
.filterDiv .panel-title a.active:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.filterDiv .acordian_ul {
  margin-top: 30px;
  margin-left: 15px;
}
.filterDiv .acordian_ul li a {
  font-size: 16px;
  color: #6a6a6a;
  line-height: 2.14;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.filterDiv .acordian_ul li a:hover {
  color: #00b535;
}
.resultDiv {
  width: 72%;
  padding: 0;
  padding-left: 15px;
}
.resultDiv .img_discr {
  margin: -20px 12px 30px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding: 22px;
  box-shadow: 0 5px 50px -11px #e4e4e4;
}
.resultDiv .img_discr table {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #393939;
  line-height: 2.14;
}
.resultDiv .img_discr table .table_head {
  border-bottom: solid 1px #e5e5e5;
}
.resultDiv .img_discr table .table_head th:last-child {
  font-weight: 400;
}
.pagination ul {
  text-align: center;
}
.pagination ul li {
  margin: 0 6px;
  display: inline-block;
}
.pagination ul li a {
  color: #393939;
  font-size: 16px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 3;
  border-radius: 50%;
  display: block;
  position: relative;
  font-weight: 500;
}
.pagination ul li a i {
  position: absolute;
  border-right: 3px solid #00b535;
  border-bottom: 3px solid #00b535;
  height: 10px;
  width: 10px;
  top: 75%;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.pagination ul li.active a {
  color: #ffffff;
  background-color: #00b535;
}
/*** loyalty page **/
.round {
  position: relative;
  padding-left: 20px;
}
.round p {
  position: absolute;
  top: 0;
  left: 35px;
  line-height: 1.2;
}
.round p a {
  color: #4075d9;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.round p a:hover {
  color: #000;
}
.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
}
.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 5px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  width: 10px;
}
.round input[type="checkbox"] {
  visibility: hidden;
}
.round input[type="checkbox"]:checked + label {
  background-color: #00b535;
  border-color: #00b535;
}
.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.loyalty_page .container {
  padding: 0 65px;
}
.loyalty_page .h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.17;
  color: #393939;
  margin-bottom: 60px;
}
.loyalty_page .nav-tabs {
  border-bottom: none;
}
.loyalty_page .nav-tabs li {
  margin-bottom: 0;
  font-size: 22px;
  margin-right: 20px;
}
.loyalty_page .nav-tabs li a {
  color: #acacac;
  border-bottom: 2px solid #acacac;
  line-height: 2;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.loyalty_page .nav-tabs li.active a,
.loyalty_page .nav-tabs li:hover a {
  color: #393939;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #00b535;
}
.loyalty_page .tab-content {
  margin-top: 60px;
}
.loyalty_page .tab-content .apply_form .input_pad {
  padding: 0 38px;
}
/*** site map page ***/
.smap_head {
  color: #000000;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
.smap_head:after {
  position: absolute;
  content: "";
  left: 108%;
  bottom: 14px;
  height: 2px;
  width: 73px;
  background: #00b535;
}
.sitmap_box {
  padding: 35px;
  border: 1px solid #d4d4d4;
  width: 100%;
  overflow: hidden;
}
.sitmap_box p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.sitmap_box ul li {
  margin-bottom: 20px;
  width: 50%;
  float: left;
}
.sitmap_box ul li a {
  font-size: 16px;
  color: #969696;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.sitmap_box ul li:last-child {
  margin-bottom: 0;
}
.sitmap_box ul li:hover a {
  color: #323030;
}
/* ad  page */
.ad {
  padding: 80px 0 20px;
}
.ad .imgDiv {
  width: 49.5%;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
}
.ad .imgDiv img {
  width: auto;
  max-width: 100%;
}
.ad .textDiv {
  padding-left: 30px;
  width: 49.5%;
  display: inline-block;
  vertical-align: top;
}
.ad .textDiv > p {
  margin-bottom: 20px;
}
.ad .textDiv div {
  margin-bottom: 20px;
}
.ad .textDiv div span {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.ad .btn-bx {
  display: inline-block;
  vertical-align: top;
  width: 210px;
}
.ad .btn-bx:nth-of-type(1) {
  margin-right: 12px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .ad {
    padding: 0;
  }
  .ad .imgDiv {
    width: 100%;
  }
  .ad .textDiv {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .contact_main_div .left_form_div .apply_form .input_pad{
    clear: both;
  }
}
@media (max-width: 480px) {
  .ad .btn-bx:nth-of-type(1) {
    margin-right: 6px;
  }
  .ad .btn-bx {
    line-height: 2.6;
    font-size: 14px;
  }
}
a.btn-bx.ins_enqry {
    margin: 0 0 20px 0;
    width: 180px;
}