/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=8531970872911cc1fdb4)
 * Config saved to config.json and https://gist.github.com/8531970872911cc1fdb4
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ''; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777; }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%; }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%; }

h1,
.h1 {
  font-size: 36px; }

h2,
.h2 {
  font-size: 30px; }

h3,
.h3 {
  font-size: 24px; }

h4,
.h4 {
  font-size: 18px; }

h5,
.h5 {
  font-size: 14px; }

h6,
.h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff;
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857143; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0; }

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777; }

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: ''; }

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

.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;
  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%; } }

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row: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; } }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.chosen-container * {
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  /*background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;*/
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);*/
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);*/
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;*/
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);*/
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);*/
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  transition: width .2s ease-out .2s, height .2s ease-out .2s,
 margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
 margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
 opacity .2s ease-in-out, background-color .2s ease-in-out; }

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
		sprites locations
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
		sprites locations
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
		sprites locations
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII="); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

/* ---------------------------------------- */
/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/* ---------------------------------------- */

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10; }

.noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

/* Styling;
 */
.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0; }

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  transition: background 450ms; }

.noUi-origin {
  border-radius: 2px; }

.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB; }

/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize; }

.noUi-vertical .noUi-dragable {
  cursor: n-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF,
 inset 0 1px 7px #EBEBEB,
 0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF,
 inset 0 1px 7px #DDD,
 0 3px 6px -3px #BBB; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: '';
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
/*.grabbing {
    cursor:url(grabbing.png) 8 8, move;
}*/
/* fix */
.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); }

@font-face {
  font-family: 'themify';
  src: url("../fonts/themify.eot?-fvbane");
  src: url("../fonts/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("../fonts/themify.woff?-fvbane") format("woff"), url("../fonts/themify.ttf?-fvbane") format("truetype"), url("../fonts/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="ti-"], [class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ti-wand:before {
  content: "\e600"; }

.ti-volume:before {
  content: "\e601"; }

.ti-user:before {
  content: "\e602"; }

.ti-unlock:before {
  content: "\e603"; }

.ti-unlink:before {
  content: "\e604"; }

.ti-trash:before {
  content: "\e605"; }

.ti-thought:before {
  content: "\e606"; }

.ti-target:before {
  content: "\e607"; }

.ti-tag:before {
  content: "\e608"; }

.ti-tablet:before {
  content: "\e609"; }

.ti-star:before {
  content: "\e60a"; }

.ti-spray:before {
  content: "\e60b"; }

.ti-signal:before {
  content: "\e60c"; }

.ti-shopping-cart:before {
  content: "\e60d"; }

.ti-shopping-cart-full:before {
  content: "\e60e"; }

.ti-settings:before {
  content: "\e60f"; }

.ti-search:before {
  content: "\e610"; }

.ti-zoom-in:before {
  content: "\e611"; }

.ti-zoom-out:before {
  content: "\e612"; }

.ti-cut:before {
  content: "\e613"; }

.ti-ruler:before {
  content: "\e614"; }

.ti-ruler-pencil:before {
  content: "\e615"; }

.ti-ruler-alt:before {
  content: "\e616"; }

.ti-bookmark:before {
  content: "\e617"; }

.ti-bookmark-alt:before {
  content: "\e618"; }

.ti-reload:before {
  content: "\e619"; }

.ti-plus:before {
  content: "\e61a"; }

.ti-pin:before {
  content: "\e61b"; }

.ti-pencil:before {
  content: "\e61c"; }

.ti-pencil-alt:before {
  content: "\e61d"; }

.ti-paint-roller:before {
  content: "\e61e"; }

.ti-paint-bucket:before {
  content: "\e61f"; }

.ti-na:before {
  content: "\e620"; }

.ti-mobile:before {
  content: "\e621"; }

.ti-minus:before {
  content: "\e622"; }

.ti-medall:before {
  content: "\e623"; }

.ti-medall-alt:before {
  content: "\e624"; }

.ti-marker:before {
  content: "\e625"; }

.ti-marker-alt:before {
  content: "\e626"; }

.ti-arrow-up:before {
  content: "\e627"; }

.ti-arrow-right:before {
  content: "\e628"; }

.ti-arrow-left:before {
  content: "\e629"; }

.ti-arrow-down:before {
  content: "\e62a"; }

.ti-lock:before {
  content: "\e62b"; }

.ti-location-arrow:before {
  content: "\e62c"; }

.ti-link:before {
  content: "\e62d"; }

.ti-layout:before {
  content: "\e62e"; }

.ti-layers:before {
  content: "\e62f"; }

.ti-layers-alt:before {
  content: "\e630"; }

.ti-key:before {
  content: "\e631"; }

.ti-import:before {
  content: "\e632"; }

.ti-image:before {
  content: "\e633"; }

.ti-heart:before {
  content: "\e634"; }

.ti-heart-broken:before {
  content: "\e635"; }

.ti-hand-stop:before {
  content: "\e636"; }

.ti-hand-open:before {
  content: "\e637"; }

.ti-hand-drag:before {
  content: "\e638"; }

.ti-folder:before {
  content: "\e639"; }

.ti-flag:before {
  content: "\e63a"; }

.ti-flag-alt:before {
  content: "\e63b"; }

.ti-flag-alt-2:before {
  content: "\e63c"; }

.ti-eye:before {
  content: "\e63d"; }

.ti-export:before {
  content: "\e63e"; }

.ti-exchange-vertical:before {
  content: "\e63f"; }

.ti-desktop:before {
  content: "\e640"; }

.ti-cup:before {
  content: "\e641"; }

.ti-crown:before {
  content: "\e642"; }

.ti-comments:before {
  content: "\e643"; }

.ti-comment:before {
  content: "\e644"; }

.ti-comment-alt:before {
  content: "\e645"; }

.ti-close:before {
  content: "\e646"; }

.ti-clip:before {
  content: "\e647"; }

.ti-angle-up:before {
  content: "\e648"; }

.ti-angle-right:before {
  content: "\e649"; }

.ti-angle-left:before {
  content: "\e64a"; }

.ti-angle-down:before {
  content: "\e64b"; }

.ti-check:before {
  content: "\e64c"; }

.ti-check-box:before {
  content: "\e64d"; }

.ti-camera:before {
  content: "\e64e"; }

.ti-announcement:before {
  content: "\e64f"; }

.ti-brush:before {
  content: "\e650"; }

.ti-briefcase:before {
  content: "\e651"; }

.ti-bolt:before {
  content: "\e652"; }

.ti-bolt-alt:before {
  content: "\e653"; }

.ti-blackboard:before {
  content: "\e654"; }

.ti-bag:before {
  content: "\e655"; }

.ti-move:before {
  content: "\e656"; }

.ti-arrows-vertical:before {
  content: "\e657"; }

.ti-arrows-horizontal:before {
  content: "\e658"; }

.ti-fullscreen:before {
  content: "\e659"; }

.ti-arrow-top-right:before {
  content: "\e65a"; }

.ti-arrow-top-left:before {
  content: "\e65b"; }

.ti-arrow-circle-up:before {
  content: "\e65c"; }

.ti-arrow-circle-right:before {
  content: "\e65d"; }

.ti-arrow-circle-left:before {
  content: "\e65e"; }

.ti-arrow-circle-down:before {
  content: "\e65f"; }

.ti-angle-double-up:before {
  content: "\e660"; }

.ti-angle-double-right:before {
  content: "\e661"; }

.ti-angle-double-left:before {
  content: "\e662"; }

.ti-angle-double-down:before {
  content: "\e663"; }

.ti-zip:before {
  content: "\e664"; }

.ti-world:before {
  content: "\e665"; }

.ti-wheelchair:before {
  content: "\e666"; }

.ti-view-list:before {
  content: "\e667"; }

.ti-view-list-alt:before {
  content: "\e668"; }

.ti-view-grid:before {
  content: "\e669"; }

.ti-uppercase:before {
  content: "\e66a"; }

.ti-upload:before {
  content: "\e66b"; }

.ti-underline:before {
  content: "\e66c"; }

.ti-truck:before {
  content: "\e66d"; }

.ti-timer:before {
  content: "\e66e"; }

.ti-ticket:before {
  content: "\e66f"; }

.ti-thumb-up:before {
  content: "\e670"; }

.ti-thumb-down:before {
  content: "\e671"; }

.ti-text:before {
  content: "\e672"; }

.ti-stats-up:before {
  content: "\e673"; }

.ti-stats-down:before {
  content: "\e674"; }

.ti-split-v:before {
  content: "\e675"; }

.ti-split-h:before {
  content: "\e676"; }

.ti-smallcap:before {
  content: "\e677"; }

.ti-shine:before {
  content: "\e678"; }

.ti-shift-right:before {
  content: "\e679"; }

.ti-shift-left:before {
  content: "\e67a"; }

.ti-shield:before {
  content: "\e67b"; }

.ti-notepad:before {
  content: "\e67c"; }

.ti-server:before {
  content: "\e67d"; }

.ti-quote-right:before {
  content: "\e67e"; }

.ti-quote-left:before {
  content: "\e67f"; }

.ti-pulse:before {
  content: "\e680"; }

.ti-printer:before {
  content: "\e681"; }

.ti-power-off:before {
  content: "\e682"; }

.ti-plug:before {
  content: "\e683"; }

.ti-pie-chart:before {
  content: "\e684"; }

.ti-paragraph:before {
  content: "\e685"; }

.ti-panel:before {
  content: "\e686"; }

.ti-package:before {
  content: "\e687"; }

.ti-music:before {
  content: "\e688"; }

.ti-music-alt:before {
  content: "\e689"; }

.ti-mouse:before {
  content: "\e68a"; }

.ti-mouse-alt:before {
  content: "\e68b"; }

.ti-money:before {
  content: "\e68c"; }

.ti-microphone:before {
  content: "\e68d"; }

.ti-menu:before {
  content: "\e68e"; }

.ti-menu-alt:before {
  content: "\e68f"; }

.ti-map:before {
  content: "\e690"; }

.ti-map-alt:before {
  content: "\e691"; }

.ti-loop:before {
  content: "\e692"; }

.ti-location-pin:before {
  content: "\e693"; }

.ti-list:before {
  content: "\e694"; }

.ti-light-bulb:before {
  content: "\e695"; }

.ti-Italic:before {
  content: "\e696"; }

.ti-info:before {
  content: "\e697"; }

.ti-infinite:before {
  content: "\e698"; }

.ti-id-badge:before {
  content: "\e699"; }

.ti-hummer:before {
  content: "\e69a"; }

.ti-home:before {
  content: "\e69b"; }

.ti-help:before {
  content: "\e69c"; }

.ti-headphone:before {
  content: "\e69d"; }

.ti-harddrives:before {
  content: "\e69e"; }

.ti-harddrive:before {
  content: "\e69f"; }

.ti-gift:before {
  content: "\e6a0"; }

.ti-game:before {
  content: "\e6a1"; }

.ti-filter:before {
  content: "\e6a2"; }

.ti-files:before {
  content: "\e6a3"; }

.ti-file:before {
  content: "\e6a4"; }

.ti-eraser:before {
  content: "\e6a5"; }

.ti-envelope:before {
  content: "\e6a6"; }

.ti-download:before {
  content: "\e6a7"; }

.ti-direction:before {
  content: "\e6a8"; }

.ti-direction-alt:before {
  content: "\e6a9"; }

.ti-dashboard:before {
  content: "\e6aa"; }

.ti-control-stop:before {
  content: "\e6ab"; }

.ti-control-shuffle:before {
  content: "\e6ac"; }

.ti-control-play:before {
  content: "\e6ad"; }

.ti-control-pause:before {
  content: "\e6ae"; }

.ti-control-forward:before {
  content: "\e6af"; }

.ti-control-backward:before {
  content: "\e6b0"; }

.ti-cloud:before {
  content: "\e6b1"; }

.ti-cloud-up:before {
  content: "\e6b2"; }

.ti-cloud-down:before {
  content: "\e6b3"; }

.ti-clipboard:before {
  content: "\e6b4"; }

.ti-car:before {
  content: "\e6b5"; }

.ti-calendar:before {
  content: "\e6b6"; }

.ti-book:before {
  content: "\e6b7"; }

.ti-bell:before {
  content: "\e6b8"; }

.ti-basketball:before {
  content: "\e6b9"; }

.ti-bar-chart:before {
  content: "\e6ba"; }

.ti-bar-chart-alt:before {
  content: "\e6bb"; }

.ti-back-right:before {
  content: "\e6bc"; }

.ti-back-left:before {
  content: "\e6bd"; }

.ti-arrows-corner:before {
  content: "\e6be"; }

.ti-archive:before {
  content: "\e6bf"; }

.ti-anchor:before {
  content: "\e6c0"; }

.ti-align-right:before {
  content: "\e6c1"; }

.ti-align-left:before {
  content: "\e6c2"; }

.ti-align-justify:before {
  content: "\e6c3"; }

.ti-align-center:before {
  content: "\e6c4"; }

.ti-alert:before {
  content: "\e6c5"; }

.ti-alarm-clock:before {
  content: "\e6c6"; }

.ti-agenda:before {
  content: "\e6c7"; }

.ti-write:before {
  content: "\e6c8"; }

.ti-window:before {
  content: "\e6c9"; }

.ti-widgetized:before {
  content: "\e6ca"; }

.ti-widget:before {
  content: "\e6cb"; }

.ti-widget-alt:before {
  content: "\e6cc"; }

.ti-wallet:before {
  content: "\e6cd"; }

.ti-video-clapper:before {
  content: "\e6ce"; }

.ti-video-camera:before {
  content: "\e6cf"; }

.ti-vector:before {
  content: "\e6d0"; }

.ti-themify-logo:before {
  content: "\e6d1"; }

.ti-themify-favicon:before {
  content: "\e6d2"; }

.ti-themify-favicon-alt:before {
  content: "\e6d3"; }

.ti-support:before {
  content: "\e6d4"; }

.ti-stamp:before {
  content: "\e6d5"; }

.ti-split-v-alt:before {
  content: "\e6d6"; }

.ti-slice:before {
  content: "\e6d7"; }

.ti-shortcode:before {
  content: "\e6d8"; }

.ti-shift-right-alt:before {
  content: "\e6d9"; }

.ti-shift-left-alt:before {
  content: "\e6da"; }

.ti-ruler-alt-2:before {
  content: "\e6db"; }

.ti-receipt:before {
  content: "\e6dc"; }

.ti-pin2:before {
  content: "\e6dd"; }

.ti-pin-alt:before {
  content: "\e6de"; }

.ti-pencil-alt2:before {
  content: "\e6df"; }

.ti-palette:before {
  content: "\e6e0"; }

.ti-more:before {
  content: "\e6e1"; }

.ti-more-alt:before {
  content: "\e6e2"; }

.ti-microphone-alt:before {
  content: "\e6e3"; }

.ti-magnet:before {
  content: "\e6e4"; }

.ti-line-double:before {
  content: "\e6e5"; }

.ti-line-dotted:before {
  content: "\e6e6"; }

.ti-line-dashed:before {
  content: "\e6e7"; }

.ti-layout-width-full:before {
  content: "\e6e8"; }

.ti-layout-width-default:before {
  content: "\e6e9"; }

.ti-layout-width-default-alt:before {
  content: "\e6ea"; }

.ti-layout-tab:before {
  content: "\e6eb"; }

.ti-layout-tab-window:before {
  content: "\e6ec"; }

.ti-layout-tab-v:before {
  content: "\e6ed"; }

.ti-layout-tab-min:before {
  content: "\e6ee"; }

.ti-layout-slider:before {
  content: "\e6ef"; }

.ti-layout-slider-alt:before {
  content: "\e6f0"; }

.ti-layout-sidebar-right:before {
  content: "\e6f1"; }

.ti-layout-sidebar-none:before {
  content: "\e6f2"; }

.ti-layout-sidebar-left:before {
  content: "\e6f3"; }

.ti-layout-placeholder:before {
  content: "\e6f4"; }

.ti-layout-menu:before {
  content: "\e6f5"; }

.ti-layout-menu-v:before {
  content: "\e6f6"; }

.ti-layout-menu-separated:before {
  content: "\e6f7"; }

.ti-layout-menu-full:before {
  content: "\e6f8"; }

.ti-layout-media-right-alt:before {
  content: "\e6f9"; }

.ti-layout-media-right:before {
  content: "\e6fa"; }

.ti-layout-media-overlay:before {
  content: "\e6fb"; }

.ti-layout-media-overlay-alt:before {
  content: "\e6fc"; }

.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd"; }

.ti-layout-media-left-alt:before {
  content: "\e6fe"; }

.ti-layout-media-left:before {
  content: "\e6ff"; }

.ti-layout-media-center-alt:before {
  content: "\e700"; }

.ti-layout-media-center:before {
  content: "\e701"; }

.ti-layout-list-thumb:before {
  content: "\e702"; }

.ti-layout-list-thumb-alt:before {
  content: "\e703"; }

.ti-layout-list-post:before {
  content: "\e704"; }

.ti-layout-list-large-image:before {
  content: "\e705"; }

.ti-layout-line-solid:before {
  content: "\e706"; }

.ti-layout-grid4:before {
  content: "\e707"; }

.ti-layout-grid3:before {
  content: "\e708"; }

.ti-layout-grid2:before {
  content: "\e709"; }

.ti-layout-grid2-thumb:before {
  content: "\e70a"; }

.ti-layout-cta-right:before {
  content: "\e70b"; }

.ti-layout-cta-left:before {
  content: "\e70c"; }

.ti-layout-cta-center:before {
  content: "\e70d"; }

.ti-layout-cta-btn-right:before {
  content: "\e70e"; }

.ti-layout-cta-btn-left:before {
  content: "\e70f"; }

.ti-layout-column4:before {
  content: "\e710"; }

.ti-layout-column3:before {
  content: "\e711"; }

.ti-layout-column2:before {
  content: "\e712"; }

.ti-layout-accordion-separated:before {
  content: "\e713"; }

.ti-layout-accordion-merged:before {
  content: "\e714"; }

.ti-layout-accordion-list:before {
  content: "\e715"; }

.ti-ink-pen:before {
  content: "\e716"; }

.ti-info-alt:before {
  content: "\e717"; }

.ti-help-alt:before {
  content: "\e718"; }

.ti-headphone-alt:before {
  content: "\e719"; }

.ti-hand-point-up:before {
  content: "\e71a"; }

.ti-hand-point-right:before {
  content: "\e71b"; }

.ti-hand-point-left:before {
  content: "\e71c"; }

.ti-hand-point-down:before {
  content: "\e71d"; }

.ti-gallery:before {
  content: "\e71e"; }

.ti-face-smile:before {
  content: "\e71f"; }

.ti-face-sad:before {
  content: "\e720"; }

.ti-credit-card:before {
  content: "\e721"; }

.ti-control-skip-forward:before {
  content: "\e722"; }

.ti-control-skip-backward:before {
  content: "\e723"; }

.ti-control-record:before {
  content: "\e724"; }

.ti-control-eject:before {
  content: "\e725"; }

.ti-comments-smiley:before {
  content: "\e726"; }

.ti-brush-alt:before {
  content: "\e727"; }

.ti-youtube:before {
  content: "\e728"; }

.ti-vimeo:before {
  content: "\e729"; }

.ti-twitter:before {
  content: "\e72a"; }

.ti-time:before {
  content: "\e72b"; }

.ti-tumblr:before {
  content: "\e72c"; }

.ti-skype:before {
  content: "\e72d"; }

.ti-share:before {
  content: "\e72e"; }

.ti-share-alt:before {
  content: "\e72f"; }

.ti-rocket:before {
  content: "\e730"; }

.ti-pinterest:before {
  content: "\e731"; }

.ti-new-window:before {
  content: "\e732"; }

.ti-microsoft:before {
  content: "\e733"; }

.ti-list-ol:before {
  content: "\e734"; }

.ti-linkedin:before {
  content: "\e735"; }

.ti-layout-sidebar-2:before {
  content: "\e736"; }

.ti-layout-grid4-alt:before {
  content: "\e737"; }

.ti-layout-grid3-alt:before {
  content: "\e738"; }

.ti-layout-grid2-alt:before {
  content: "\e739"; }

.ti-layout-column4-alt:before {
  content: "\e73a"; }

.ti-layout-column3-alt:before {
  content: "\e73b"; }

.ti-layout-column2-alt:before {
  content: "\e73c"; }

.ti-instagram:before {
  content: "\e73d"; }

.ti-google:before {
  content: "\e73e"; }

.ti-github:before {
  content: "\e73f"; }

.ti-flickr:before {
  content: "\e740"; }

.ti-facebook:before {
  content: "\e741"; }

.ti-dropbox:before {
  content: "\e742"; }

.ti-dribbble:before {
  content: "\e743"; }

.ti-apple:before {
  content: "\e744"; }

.ti-android:before {
  content: "\e745"; }

.ti-save:before {
  content: "\e746"; }

.ti-save-alt:before {
  content: "\e747"; }

.ti-yahoo:before {
  content: "\e748"; }

.ti-wordpress:before {
  content: "\e749"; }

.ti-vimeo-alt:before {
  content: "\e74a"; }

.ti-twitter-alt:before {
  content: "\e74b"; }

.ti-tumblr-alt:before {
  content: "\e74c"; }

.ti-trello:before {
  content: "\e74d"; }

.ti-stack-overflow:before {
  content: "\e74e"; }

.ti-soundcloud:before {
  content: "\e74f"; }

.ti-sharethis:before {
  content: "\e750"; }

.ti-sharethis-alt:before {
  content: "\e751"; }

.ti-reddit:before {
  content: "\e752"; }

.ti-pinterest-alt:before {
  content: "\e753"; }

.ti-microsoft-alt:before {
  content: "\e754"; }

.ti-linux:before {
  content: "\e755"; }

.ti-jsfiddle:before {
  content: "\e756"; }

.ti-joomla:before {
  content: "\e757"; }

.ti-html5:before {
  content: "\e758"; }

.ti-flickr-alt:before {
  content: "\e759"; }

.ti-email:before {
  content: "\e75a"; }

.ti-drupal:before {
  content: "\e75b"; }

.ti-dropbox-alt:before {
  content: "\e75c"; }

.ti-css3:before {
  content: "\e75d"; }

.ti-rss:before {
  content: "\e75e"; }

.ti-rss-alt:before {
  content: "\e75f"; }

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #000;
  background: #4c4c4c;
  color: #fff; }

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden; }

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */ }

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px; }

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible; }

.tooltipster-base .tooltipster-content {
  overflow: hidden; }

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute; }

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px; }

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px; }

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px; }

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px; }

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto; }

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px; }

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px; }

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px; }

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px; }

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px; }

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px; }

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px; }

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px; }

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  transition-property: opacity; }

.tooltipster-fade-show {
  opacity: 1; }

.tooltipster-grow {
  transform: scale(0, 0);
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow-show {
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  transform: rotateZ(4deg);
  transition-property: transform; }

.tooltipster-swing-show {
  opacity: 1;
  transform: rotateZ(0deg);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  top: 0;
  transition-property: top;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-dying {
  transition-property: all;
  top: 0px !important;
  opacity: 0; }

.tooltipster-slide {
  left: -40px;
  transition-property: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-dying {
  transition-property: all;
  left: 0px !important;
  opacity: 0; }

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  transform: scale(1.1, 1.1); }

@charset "UTF-8";
/** colors */
/** fonts */
@font-face {
  font-family: 'toyota-display-regular';
  src: url("../fonts/toyota-display-regular.eot");
  src: url("../fonts/toyota-display-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/toyota-display-regular.woff") format("woff"), url("../fonts/toyota-display-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'toyota-display-bold';
  src: url("../fonts/toyota-display-bold.eot");
  src: url("../fonts/toyota-display-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/toyota-display-bold.woff") format("woff"), url("../fonts/toyota-display-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'toyota-text-regular';
  src: url("../fonts/toyota-text-regular.eot");
  src: url("../fonts/toyota-text-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/toyota-text-regular.woff") format("woff"), url("../fonts/toyota-text-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'toyota-text-bold';
  src: url("../fonts/toyota-text-bold.eot");
  src: url("../fonts/toyota-text-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/toyota-text-bold.woff") format("woff"), url("../fonts/toyota-text-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

*,
*:before,
*:after {
  box-sizing: border-box; }

::-moz-selection {
  background-color: #d1001e;
  color: #fff; }

::selection {
  background-color: #d1001e;
  color: #fff; }

@-ms-viewport {
  width: device-width; }

a:focus,
input:focus {
  outline: none;
  color: inherit; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

html,
body {
  height: 100%;
  min-height: 100%;
  color: #1e2a32;
  line-height: 1.6; }

body {
  color: #1e2a32;
  font-family: "toyota-text-regular", sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: scrollbar; }

a {
  color: #1e2a32;
  text-decoration: none;
  transition-property: color, background-color;
  transition-duration: 200ms;
  transition-timing-function: ease; }
  a:hover {
    color: #d1001e; }
  a:active {
    color: #73000d; }
  a[href^="tel"] {
    color: inherit !important;
    text-decoration: none;
    cursor: default; }
    a[href^="tel"]:hover {
      text-decoration: none !important; }

section {
  position: relative; }
  section > img {
    display: block;
    margin: 0 auto; }

strong,
b,
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal; }
  strong.bold,
  b.bold,
  h1.bold,
  h2.bold,
  h3.bold,
  h4.bold,
  h5.bold {
    font-family: "toyota-text-bold", sans-serif; }

h1,
h2,
h3,
h4,
h5,
.header-primary,
.header-secondary,
.header-tetriary,
.header-quaternary {
  line-height: 1.3;
  position: relative; }

h1,
.header-primary {
  font-family: "toyota-text-bold", sans-serif;
  font-size: 66px;
  margin: 0; }

h2,
.header-secondary {
  font-size: 34px;
  margin: 30px 0; }

h3,
.header-tetriary {
  font-size: 24px;
  margin: 30px 0; }

h4,
.header-quaternary {
  font-size: 19px;
  margin: 0; }

span.header-primary, span.header-secondary, span.header-tetriary, span.header-quaternary {
  display: block; }

p {
  font-size: 17px; }

strong,
b {
  font-family: "toyota-text-bold", sans-serif; }

img {
  -ms-interpolation-mode: bicubic; }

.visuallyhidden {
  display: none; }

.module {
  margin-top: 2em;
  margin-bottom: 2em;
  position: relative; }

.text-content a,
.text-content a[href^=tel] {
  color: #d1001e; }
  .text-content a:hover,
  .text-content a[href^=tel]:hover {
    text-decoration: underline; }
  .bg-invert .text-content a, .bg-invert
  .text-content a[href^=tel] {
    color: #fff; }

.text-content p,
.text-content ul {
  margin: 20px 0 0; }
  .text-content p:first-child,
  .text-content ul:first-child {
    margin-top: 0; }

.text-content ul,
.text-content ol {
  font-size: 15px; }

.text-content ul ul,
.text-content ol ol {
  margin-top: 5px;
  padding-left: 20px; }

.text-content p {
  font-size: 15px;
  word-wrap: break-word; }
  .text-content p.lead {
    font-size: 17px; }
  .text-content p.disclaimer {
    font-size: 17px;
    text-align: justify;
    line-height: 160%; }
  .text-content p .title {
    font-family: "toyota-text-bold", sans-serif;
    font-size: 17px; }
  .text-content p + .btn {
    margin-top: 20px; }
  .text-content p small {
    color: #6c7073; }

.text-content.well p {
  font-size: 24px; }

.text-content.well .btn {
  vertical-align: top; }

.text-content.hp-tabs p {
  width: auto !important;
  text-align: center;
  margin-bottom: 20px; }

.text-content .arrow-steps {
  margin: 0;
  padding: 0;
  list-style: none; }
  .text-content .arrow-steps p {
    margin-top: 0;
    margin-bottom: 1em; }

.module > .text-content.text-full p {
  width: 100%; }

@media screen and (min-width: 768px) {
  .module > .text-content p,
  .module > .text-content ul {
    width: 75%; } }

@media screen and (min-width: 768px) {
  .module > .text-content.text-center p,
  .module > .text-content.text-center ul {
    width: auto; } }

.text-red {
  color: #d1001e; }

.text-small {
  font-size: 75%; }

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table; }

.clearfix:after {
  clear: both; }

.bg-invert {
  background-color: #1e2a32;
  color: #fff; }

.bg-yellow {
  background-color: #FFA100; }

.bg-corn-yellow {
  background-color: #efc60a; }

.bg-red {
  background-color: #C60C30; }

.bg-gray {
  background-color: #616365; }

.bg-light-gray {
  background-color: #f7f7f7; }

.bg-silver {
  background-color: #C3C8C8; }

.bg-light-gray {
  background-color: #ededee; }

.bg-black {
  background-color: #231F20; }

.bg-purple {
  background-color: #7C109A; }

.bg-blue-extra-light {
  background-color: #ebf9fe; }

.bg-bluelight {
  background-color: #00A1DE; }

.bg-bluedark {
  background-color: #005293; }

.bg-green {
  background-color: #34B233; }

.bg-lemon {
  background-color: #FAE700; }

.bg-red-venetian {
  background-color: #73000d; }

.bg-gray-alabaster {
  background-color: #f7f7f7; }

.bg-gray-athens {
  background-color: #ededee; }

.bg-gray-blue {
  background-color: #10262F;
  color: #fff; }

.color-white {
  color: #fff; }

.color-yellow {
  color: #FFA100; }

.color-red {
  color: #C60C30; }

.color-gray {
  color: #616365; }

.color-silver {
  color: #C3C8C8; }

.color-black {
  color: #231F20; }

.color-purple {
  color: #7C109A; }

.color-bluelight {
  color: #00A1DE; }

.color-bluedark {
  color: #005293; }

.color-green {
  color: #34B233; }

.color-lemon {
  color: #FAE700; }

section.disclaimer {
  margin-top: 45px;
  padding-top: 45px;
  padding-bottom: 45px;
  border-top: 1px solid #C3C8C8; }
  section.disclaimer .text-content p {
    font-size: 10px; }

.btn {
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  padding: 8px 16px;
  border-radius: 3px;
  border: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(30, 42, 50, 0.5);
  text-decoration: none !important;
  transition: all 200ms ease;
  cursor: pointer; }
  .btn:hover {
    text-decoration: none;
    background-position: 0 -50px !important; }
  .btn.active, .btn:active {
    text-decoration: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 0 8px rgba(30, 42, 50, 0.6);
    background-position: 0 -50px !important; }
  .btn.btn-compact {
    font-size: 15px;
    padding: 4px 12px; }
  .btn.btn-small {
    font-size: 13px;
    padding: 0 12px; }
  .btn.btn-fluid {
    width: 100%; }
  .btn.btn-red {
    color: #fff;
    background-color: #d1001e;
    background: #73000d linear-gradient(to top, #73000d, #d1001e) no-repeat 0 0; }
  .btn.btn-teal {
    color: #fff;
    background-color: #454e55;
    background: #293036 linear-gradient(to top, #293036, #454e55) no-repeat 0 0; }
  .btn.btn-gray {
    color: #6c7073;
    background-color: #fff;
    background: #e8e9ea linear-gradient(to top, #e8e9ea, #fff) no-repeat 0 0; }
  .btn.btn-yellow {
    color: #fff;
    background-color: #efc60a;
    background: #ef9109 linear-gradient(to top, #ef9109, #efc60a) no-repeat 0 0; }
  .btn.btn-blue {
    color: #fff;
    background-color: #00a0f0;
    background: #005faf linear-gradient(to top, #005faf, #00a0f0) no-repeat 0 0; }
  .btn.btn-blue-gray {
    box-shadow: none;
    color: #fff;
    background: #787f84; }
    .btn.btn-blue-gray.active {
      background: #00aeef; }
  .btn.btn-link:after {
    font-family: 'themify';
    content: '\e649';
    float: right; }
  .btn.btn-banner-link {
    background: none;
    color: inherit;
    box-shadow: none; }
    .btn.btn-banner-link:hover {
      text-decoration: underline !important; }
    .btn.btn-banner-link:empty {
      display: none; }
  .btn.btn-flat-red {
    color: #fff;
    line-height: 1.3;
    background: #cf132b;
    padding: 8px 34px; }
    .btn.btn-flat-red:hover {
      background: #73000d; }
  .btn[href^="tel"] {
    color: #fff !important;
    cursor: pointer; }

.btn-group {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(30, 42, 50, 0.5);
  display: inline-block; }
  .btn-group li {
    display: inline-block; }
    .btn-group li .btn {
      border-radius: 0; }
  .btn-group.btn-group-vertical li {
    display: block; }
    .btn-group.btn-group-vertical li .btn {
      border-radius: 3px; }
    .btn-group.btn-group-vertical li + li {
      margin-top: 10px; }

.btn-list .btn {
  margin-right: 10px; }

.vertical-wrapper {
  display: table;
  vertical-align: middle; }
  .vertical-wrapper .vertical-content {
    display: table-cell;
    height: 100%;
    vertical-align: middle; }

.row.row-no-float-model {
  font-size: 0; }
  .row.row-no-float-model [class*="col-sm"],
  .row.row-no-float-model [class*="col-md"],
  .row.row-no-float-model [class*="col-lg"] {
    float: none;
    display: inline-block;
    vertical-align: top;
    max-width: 100%; }
  .row.row-no-float-model.vcenter [class*="col-sm"],
  .row.row-no-float-model.vcenter [class*="col-md"],
  .row.row-no-float-model.vcenter [class*="col-lg"] {
    vertical-align: middle; }
  .tabs-section .row.row-no-float-model.vcenter {
    margin-left: -30px;
    margin-right: -30px; }

.link-anchor {
  position: absolute;
  height: 100px;
  top: -100px;
  display: block;
  z-index: -999;
  pointer-events: none; }
  .main-header-has-breadcrumb + .main-wrapper .link-anchor {
    height: 140px;
    top: -140px; }
  .main-header-has-breadcrumb-tabs + .main-wrapper .link-anchor {
    height: 190px;
    top: -190px; }
  @media screen and (max-width: 767px) {
    .link-anchor {
      height: 80px !important;
      top: -80px !important; } }

.results-description {
  margin-bottom: 2em; }

.tx-indexedsearch-browsebox .browsebox {
  list-style: none;
  margin: 0 20px;
  padding: 0; }
  .tx-indexedsearch-browsebox .browsebox li {
    display: inline-block;
    margin-right: 12px; }
  .tx-indexedsearch-browsebox .browsebox a {
    display: inline-block;
    padding: 2px 6px 1px;
    border-radius: 2px; }
    .tx-indexedsearch-browsebox .browsebox a:hover {
      background: #EDEDEE;
      text-decoration: none;
      color: #1e2a32; }
    .tx-indexedsearch-browsebox .browsebox a.prev {
      margin-left: -25px; }
    .tx-indexedsearch-browsebox .browsebox a.next {
      margin-right: -25px;
      margin-left: -8px; }
    .tx-indexedsearch-browsebox .browsebox a.prev, .tx-indexedsearch-browsebox .browsebox a.next {
      font-weight: bold; }
    .tx-indexedsearch-browsebox .browsebox a.prev:before, .tx-indexedsearch-browsebox .browsebox a.next:after {
      font-family: 'themify';
      font-size: 9px;
      color: #d1001e; }
    .tx-indexedsearch-browsebox .browsebox a.prev:before {
      content: '\e64a';
      margin-right: 8px; }
    .tx-indexedsearch-browsebox .browsebox a.next:after {
      content: '\e649';
      margin-left: 8px; }
  .tx-indexedsearch-browsebox .browsebox .tx-indexedsearch-browselist-currentPage a {
    background: #d1001e;
    color: #fff; }

#cookie-policy-info {
  z-index: 99999;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #121212;
  color: #fff;
  padding: 15px 20px 10px 20px; }
  #cookie-policy-info p {
    font-size: 12px;
    text-align: justify; }
    @media screen and (max-width: 767px) {
      #cookie-policy-info p {
        text-align: left;
        font-size: 10px;
        line-height: 1.2; } }

#cookie-policy-inner {
  max-width: 1200px;
  margin: 0 auto; }

#cookie-policy-close {
  float: right;
  margin: 0 0 15px 15px;
  font-size: 0;
  cursor: pointer;
  text-decoration: none; }
  #cookie-policy-close:after {
    font-size: 24px;
    content: "✖";
    color: #fff; }

.go-to-top {
  width: 50px;
  height: 50px;
  opacity: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #858b90;
  border-radius: 50%;
  z-index: 10;
  transition: opacity .3s; }
  .go-to-top:hover {
    background: #242424; }
  .go-to-top span {
    width: 22px;
    height: 13px;
    display: block;
    background: url("../img/layout/footer-ico-sprite.png") -175px 0 no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -11px; }

.go-to-top.arrow-visible {
  opacity: 1; }

.no-margin {
  margin: 0; }

.mt-25 {
  margin-top: 25px; }

.zaloba-1 {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }

@media screen and (max-width: 991px) {
  .noUi-horizontal .noUi-handle:before {
    content: '' !important;
    position: absolute;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    background: none; }
  .test-ab {
    display: none; } }

@media screen and (max-width: 767px) {
  .btn-phone-only {
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    padding: 8px 16px;
    border-radius: 3px;
    border: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(30, 42, 50, 0.5);
    text-decoration: none !important;
    transition: all 200ms ease;
    cursor: pointer; }
    .btn-phone-only:hover {
      text-decoration: none;
      background-position: 0 -50px !important; }
    .btn-phone-only.active, .btn-phone-only:active {
      text-decoration: none;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 0 8px rgba(30, 42, 50, 0.6);
      background-position: 0 -50px !important; }
    .btn-phone-only.btn-compact {
      font-size: 15px;
      padding: 4px 12px; }
    .btn-phone-only.btn-small {
      font-size: 13px;
      padding: 0 12px; }
    .btn-phone-only.btn-fluid {
      width: 100%; }
    .btn-phone-only.btn-red {
      color: #fff;
      background-color: #d1001e;
      background: #73000d linear-gradient(to top, #73000d, #d1001e) no-repeat 0 0; }
    .btn-phone-only.btn-teal {
      color: #fff;
      background-color: #454e55;
      background: #293036 linear-gradient(to top, #293036, #454e55) no-repeat 0 0; }
    .btn-phone-only.btn-gray {
      color: #6c7073;
      background-color: #fff;
      background: #e8e9ea linear-gradient(to top, #e8e9ea, #fff) no-repeat 0 0; }
    .btn-phone-only.btn-yellow {
      color: #fff;
      background-color: #efc60a;
      background: #ef9109 linear-gradient(to top, #ef9109, #efc60a) no-repeat 0 0; }
    .btn-phone-only.btn-blue {
      color: #fff;
      background-color: #00a0f0;
      background: #005faf linear-gradient(to top, #005faf, #00a0f0) no-repeat 0 0; }
    .btn-phone-only.btn-blue-gray {
      box-shadow: none;
      color: #fff;
      background: #787f84; }
      .btn-phone-only.btn-blue-gray.active {
        background: #00aeef; }
    .btn-phone-only.btn-link:after {
      font-family: 'themify';
      content: '\e649';
      float: right; }
    .btn-phone-only.btn-banner-link {
      background: none;
      color: inherit;
      box-shadow: none; }
      .btn-phone-only.btn-banner-link:hover {
        text-decoration: underline !important; }
      .btn-phone-only.btn-banner-link:empty {
        display: none; }
    .btn-phone-only.btn-flat-red {
      color: #fff;
      line-height: 1.3;
      background: #cf132b;
      padding: 8px 34px; }
      .btn-phone-only.btn-flat-red:hover {
        background: #73000d; }
  .btn-phone-only-links-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .btn-phone-only-links-list li + li {
      margin: 5px 0 0 0; }
    .btn-phone-only-links-list .btn-phone-only {
      width: 100%; } }

@media screen and (max-width: 1199px) {
  .col-lg-6 + .col-lg-6 .text-content p:first-child,
  .col-lg-6 + .col-lg-6 .text-content ul:first-child {
    margin-top: 20px; }
  .text-content .col-lg-6 + .col-lg-6 p:first-child,
  .text-content .col-lg-6 + .col-lg-6 ul:first-child {
    margin-top: 20px; } }

body {
  opacity: 0;
  transition: opacity 400ms ease-in;
  font-size: 0; }
  body.fade-in {
    opacity: 1; }

.main-wrapper {
  padding-bottom: 0;
  overflow: hidden; }

.main-wrapper,
header,
footer,
form {
  font-size: 14px; }

.benefits-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .benefits-list a {
    color: #d1001e; }
  .benefits-list li {
    color: inherit;
    font-size: 17px;
    padding: 4px 0 4px 25px;
    background-size: 17px 13px; }
    .benefits-list li:before {
      content: '';
      display: inline-block;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #d1001e;
      margin: 6px 10px -1px -23px;
      position: absolute; }
    .benefits-list li li {
      font-size: 14px;
      padding: 0;
      list-style-type: disc;
      margin-left: 17px; }
      .benefits-list li li:before {
        display: none; }
  .benefits-list.bullets-pink li::before {
    background: #ab2d84; }
  .benefits-list.small li {
    background-position: 4px 8px;
    font-size: 15px; }
  .text-content + .benefits-list {
    margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .benefits-list {
      width: 75%; } }
  .benefits-list.blue-tick li {
    padding-left: 40px; }
    .benefits-list.blue-tick li:before {
      width: 29px;
      height: 26px;
      margin: 0 0 0 -40px;
      background: url("../img/layout/list-bullet-tick-blue.png") no-repeat 0 0;
      border-radius: 0; }
  .benefits-list.full-width {
    width: 100%; }

@media screen and (max-width: 767px) {
  .plus-marks.left-top, .plus-marks.right-bottom, .plus-marks.right-bottom.left-top {
    background-image: none !important; } }

.plus-marks.left-top {
  background-image: url("../img/layout/bg-plus-left-top.png");
  background-repeat: no-repeat;
  background-position: left 20px top 20px; }
  .plus-marks.left-top.right-bottom {
    background-image: url("../img/layout/bg-plus-left-top.png"), url("../img/layout/bg-plus-right-bottom.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left 20px top 20px, right 20px bottom 20px; }

.plus-marks.right-bottom {
  background-image: url("../img/layout/bg-plus-right-bottom.png");
  background-repeat: no-repeat;
  background-position: right 20px bottom 20px; }

.no-menu .main-header .main-list {
  display: none; }

.no-menu .main-header .brand {
  pointer-events: none; }

.no-menu .main-footer {
  display: none; }

.no-menu-hidden {
  display: none; }

.hp-hero {
  text-align: center;
  margin-top: 60px; }
  .hp-hero .header-secondary {
    margin: 12px 0; }
  .hp-hero .header-tetriary {
    margin: 24px 0 30px; }
  .hp-hero .header-quaternary {
    margin: 30px 0 10px; }
  .hp-hero .text-content {
    text-align: left; }
    .hp-hero .text-content p {
      font-size: 17px;
      width: auto;
      text-align: center; }

.special-red {
  font-size: 110px;
  color: #C60C30;
  font-family: "toyota-display-bold", sans-serif;
  line-height: 1; }
  .special-red small {
    display: block;
    font-size: 16px;
    color: #C60C30;
    line-height: 14px; }
  .special-red sup {
    font-size: 60%;
    line-height: 1; }
  .special-red sub {
    bottom: 0;
    font-size: 60%;
    line-height: 1; }

.link-gold {
  display: block;
  font-size: 15px;
  color: #ef9109; }

.arrow-up-link {
  position: relative;
  padding-right: 20px; }
  .arrow-up-link:after {
    content: ' ';
    width: 13px;
    height: 8px;
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 0;
    background: url("../img/layout/select-arrow.png") no-repeat;
    background-size: 13px 8px;
    transform: rotateZ(180deg); }

@media screen and (min-width: 768px) {
  .anchors-list {
    text-align: center;
    font-size: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none; }
    .anchors-list li {
      display: inline-block; }
      .anchors-list li a {
        font-family: "toyota-display-bold", sans-serif;
        display: block;
        margin: 0 70px;
        padding: 0 10px;
        font-size: 24px;
        text-decoration: none; }
  .main-footer .card-report a:hover {
    cursor: default;
    text-decoration: none; } }

@media screen and (max-width: 991px) {
  .anchors-list li a {
    margin: 0 30px; } }

@media screen and (max-width: 767px) {
  .hp-hero {
    margin: 2em 0; }
  .anchors-list {
    margin-bottom: 0;
    padding: 0;
    list-style: none; }
    .anchors-list li a {
      margin: 0; }
      .anchors-list li a br {
        display: none; } }

.strong {
  font-weight: bold; }

.main-header {
  position: relative;
  height: 78px;
  z-index: 11; }
  .main-header .main-header-stick {
    width: 100%;
    background: #fff url("../img/layout/main-header-bg.png") repeat-x;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); }
  .main-header .menu-wrapper {
    position: static; }
  .main-header .nav-breadcrumb-list {
    display: inline-block;
    padding-top: 30px; }
  .main-header .main-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    height: 78px;
    background-color: transparent;
    transition: background-color 300ms ease; }
    .main-header .main-list > li {
      float: left; }
      .main-header .main-list > li.main-menu-link span em {
        position: relative;
        top: 2px;
        left: 3px; }
      .main-header .main-list > li.main-menu-link:hover .main-menu-link-trigger {
        background-color: #1e2a32;
        color: #fff; }
      .main-header .main-list > li:last-child {
        text-align: center; }
      .main-header .main-list > li.login-link {
        position: relative; }
        .main-header .main-list > li.login-link.login-link-open .login-link-trigger {
          color: #fff;
          background-color: #1e2a32; }
          .main-header .main-list > li.login-link.login-link-open .login-link-trigger em {
            transform: scaleY(-1); }
        .main-header .main-list > li.login-link.login-link-open .login-list-container {
          opacity: 1;
          visibility: visible;
          pointer-events: auto; }
        .main-header .main-list > li.login-link.login-link-open .login-list {
          transform: translateY(0); }
        .main-header .main-list > li.login-link:hover .login-link-trigger {
          background-color: #1e2a32;
          color: #fff; }
      .main-header .main-list > li > span {
        font-family: "toyota-display-bold", sans-serif;
        font-size: 13px;
        text-transform: uppercase;
        color: #1e2a32;
        padding: 0 15px;
        display: block;
        line-height: 78px;
        height: 78px;
        background-color: transparent;
        cursor: pointer;
        transition: color 300ms ease, background-color 300ms ease; }
        .main-header .main-list > li > span em {
          display: inline-block;
          transition: transform 200ms ease; }
        .device-destop .main-header .main-list > li > span:hover {
          color: #fff;
          background-color: #1e2a32; }
    .main-header .main-list .login-list-container {
      position: absolute;
      top: 100%;
      left: -5px;
      padding: 0 5px 5px;
      overflow: hidden;
      opacity: 0;
      visibility: hidden;
      z-index: 10;
      pointer-events: none;
      transition: all 300ms ease; }
    .main-header .main-list .login-list {
      margin: 0;
      padding: 10px 15px;
      list-style: none;
      background: #1e2a32;
      transform: translateY(-10px);
      transition: all 300ms ease;
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); }
      .main-header .main-list .login-list li a {
        font-size: 15px;
        font-family: "toyota-text-bold", sans-serif;
        display: inline-block;
        line-height: 30px;
        color: #fff;
        white-space: pre; }
      .main-header .main-list .login-list li.sub a {
        font-family: "toyota-text-regular", sans-serif;
        line-height: 20px;
        margin: 0 0 5px;
        position: relative;
        top: -5px;
        font-size: 0.9em;
        color: #969c97; }
    .main-header .main-list.main-list-open-main-menu .main-menu-link > span {
      background-color: #1e2a32;
      color: #fff; }
      .main-header .main-list.main-list-open-main-menu .main-menu-link > span em {
        transform: scaleY(-1); }
    .main-header .main-list.main-list-open-main-menu .main-menu-link .main-search-form {
      background-color: #1e2a32; }
      .main-header .main-list.main-list-open-main-menu .main-menu-link .main-search-form .main-search-text {
        background-color: #525b61;
        border-color: #525b61;
        color: #969c97; }
      .main-header .main-list.main-list-open-main-menu .main-menu-link .main-search-form .main-search-submit {
        color: #969c97; }
    .main-header .main-list.main-list-open-main-menu .main-menu-container {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
    .main-header .main-list.main-list-open-main-menu .main-menu {
      transform: translateY(0); }
  .main-header .main-menu-container {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    z-index: 11;
    pointer-events: none;
    transition: all 300ms ease; }
  .main-header .main-menu {
    padding: 35px 0 0;
    background: #1e2a32;
    transform: translateY(-10px);
    transition: all 300ms ease; }
    .main-header .main-menu .tabs-links {
      font-family: "toyota-text-bold", sans-serif;
      width: 100%; }
      .main-header .main-menu .tabs-links:before {
        background-color: #6c7073; }
      .main-header .main-menu .tabs-links .active {
        background-color: #161e23; }
    .main-header .main-menu .tabs-content {
      padding: 70px 0 80px; }
    .main-header .main-menu .tab-content {
      margin: 0; }
  .main-header .sub-list {
    padding: 0;
    list-style: none; }
    .main-header .sub-list .sub-list-block {
      font-size: 15px;
      line-height: 20px;
      background-color: #1a242b;
      border-radius: 4px;
      padding: 18px 20px;
      color: #969c97; }
      .main-header .sub-list .sub-list-block h3 {
        font-family: "toyota-text-bold", sans-serif;
        color: #fff;
        font-size: 15px;
        line-height: 20px;
        margin: 0; }
        .main-header .sub-list .sub-list-block h3 a {
          color: #fff; }
      .main-header .sub-list .sub-list-block ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .main-header .sub-list .sub-list-block ul li {
          margin: 5px 0 0; }
        .main-header .sub-list .sub-list-block ul a {
          color: #969c97; }
          .main-header .sub-list .sub-list-block ul a:hover {
            color: #fff;
            text-decoration: none; }
      .main-header .sub-list .sub-list-block .ti-icon {
        margin-left: 5px; }
      .main-header .sub-list .sub-list-block + .sub-list-block {
        margin-top: 30px; }
      .main-header .sub-list .sub-list-block.highlighted {
        background-color: #d1001e;
        background: #73000d linear-gradient(to top, #73000d, #d1001e) no-repeat 0 0;
        color: #fff; }
        .main-header .sub-list .sub-list-block.highlighted a {
          color: #fff; }
      .main-header .sub-list .sub-list-block.blue-border {
        border-left: 5px solid #00aeef;
        background-color: #616365; }
      .main-header .sub-list .sub-list-block.red-border {
        border-left: 5px solid #d1001e;
        background-color: #616365; }
  .main-header .breadcrumb-list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0; }
    @media screen and (max-width: 991px) {
      .main-header .breadcrumb-list {
        display: none; } }
    .main-header .breadcrumb-list li {
      display: inline-block;
      padding: 0 0 28px;
      position: relative;
      font-size: 13px;
      line-height: 20px;
      white-space: nowrap;
      overflow: hidden;
      padding-right: 12px;
      color: #1e2a32; }
      .main-header .breadcrumb-list li:last-child {
        color: #1e2a32;
        font-family: "toyota-text-bold", sans-serif; }
        .main-header .breadcrumb-list li:last-child:after {
          content: none; }
      .main-header .breadcrumb-list li:first-child {
        float: left; }
        .main-header .breadcrumb-list li:first-child a {
          position: relative;
          top: 0;
          display: block;
          font-size: 0;
          width: 16px;
          height: 16px;
          background: url("../img/layout/home.svg");
          background-size: contain;
          background-repeat: no-repeat; }
      .main-header .breadcrumb-list li:after {
        content: '/';
        position: absolute;
        top: 0;
        right: 0;
        color: #6c7073;
        font-family: "toyota-text-regular", sans-serif; }
      .main-header .breadcrumb-list li + li {
        padding-left: 9px; }
      .main-header .breadcrumb-list li:last-child {
        text-overflow: ellipsis;
        max-width: 0; }
  @media screen and (min-width: 768px) {
    .main-header .section-list {
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 0;
      text-align: center; }
      .main-header .section-list li {
        display: inline-block;
        transition: all 0.4s ease; }
        .main-header .section-list li:hover, .main-header .section-list li.active {
          background: #787f84; }
          .main-header .section-list li:hover a, .main-header .section-list li.active a {
            text-decoration: none; }
        .main-header .section-list li a {
          padding: 15px 12px;
          display: block;
          font-size: 15px;
          line-height: 20px;
          color: #fff; }
    .main-header .section-select {
      display: none; } }
  .main-header .brand {
    display: block;
    line-height: 78px;
    height: 78px;
    width: 184px; }
    .main-header .brand img {
      display: block;
      padding: 21px 0;
      width: 170px;
      float: right; }
      .main-header .brand img.leasing {
        width: auto;
        padding: 27px 0; }
        @media screen and (max-width: 767px) {
          .main-header .brand img.leasing {
            padding: 20px 0; } }
  .main-header.main-header-has-breadcrumb {
    height: 78px; }
  .main-header.main-header-has-breadcrumb-tabs {
    height: 128px; }
    .main-header.main-header-has-breadcrumb-tabs .breadcrumb-list li:last-child a:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -6px;
      width: 0;
      height: 0;
      border-left: 11px solid transparent;
      border-right: 11px solid transparent;
      border-bottom: 11px solid #1e2a32; }
    .main-header.main-header-has-breadcrumb-tabs .breadcrumb-list li:last-child a:after {
      content: none; }

.header-sticked .main-header-stick {
  position: fixed;
  top: 0;
  left: 0; }

@media screen and (max-width: 991px) {
  .main-header .section-list li + li {
    margin-left: 14px; } }

@media screen and (max-width: 767px) {
  .nav-breadcrumb-list {
    display: none; }
  .main-header {
    height: auto; }
    .main-header .brand {
      height: 60px; }
      .main-header .brand img {
        padding: 12px 0; }
    .main-header .main-list {
      height: 60px; }
      .main-header .main-list > li.main-menu-link span em {
        position: static; }
      .main-header .main-list > li.login-link {
        position: static; }
      .main-header .main-list > li > span {
        text-align: center;
        font-size: 24px;
        height: 60px;
        width: 50px;
        line-height: 60px;
        padding: 0; }
        .main-header .main-list > li > span:hover {
          background-color: transparent;
          color: #1e2a32; }
      .main-header .main-list .login-list-container {
        padding: 0;
        left: 0;
        width: 100%; }
      .main-header .main-list .main-search-form {
        width: 100%;
        padding: 0 15px 30px;
        height: auto; }
        .main-header .main-list .main-search-form .main-search-text {
          width: 100% !important;
          opacity: 1;
          background-color: #525b61;
          border-color: #525b61;
          color: #969c97; }
        .main-header .main-list .main-search-form .main-search-submit {
          left: auto;
          top: 2px;
          right: 17px;
          transform: none !important;
          color: #969c97; }
      .main-header .main-list.main-list-open-main-menu > li > span.main-menu-link-trigger {
        background-color: #1e2a32;
        color: #fff; }
      .main-header .main-list.main-list-open-main-menu > li > span em {
        transform: none; }
    .main-header .main-menu-container {
      top: 60px; }
    .main-header .main-menu {
      padding-top: 30px; }
      .main-header .main-menu .tabs-content {
        margin: 30px -15px 0;
        padding: 0;
        width: auto;
        background-color: #1a242b; }
    .main-header .sub-list {
      padding: 18px 0; }
      .main-header .sub-list li {
        width: 100%; }
      .main-header .sub-list .sub-list-block {
        padding: 18px 30px;
        border-radius: 0; }
        .main-header .sub-list .sub-list-block + .sub-list-block {
          margin: 0; }
        .main-header .sub-list .sub-list-block.highlighted {
          margin: 18px 0;
          padding-top: 36px;
          padding-bottom: 36px; }
    .main-header.main-header-has-breadcrumb, .main-header.main-header-has-breadcrumb-tabs {
      height: auto; }
    .main-header .section-list {
      display: none; }
    .main-header .section-select {
      display: block;
      margin: 28px 15px; }
  .main-wrapper {
    max-height: 99999px; }
  .main-menu-open .main-wrapper {
    max-height: 0;
    transition: max-height 0ms ease 300ms; }
  .main-menu-open .main-footer {
    display: none; } }

.main-search-form {
  height: 78px;
  width: 78px;
  padding: 20px 20px 0 15px;
  position: relative;
  background-color: transparent;
  transition: background-color 300ms ease;
  z-index: 2; }
  .main-search-form .main-search-text {
    cursor: default;
    padding-right: 42px;
    width: 0;
    opacity: 0;
    transition: all 300ms ease; }
  .main-search-form .main-search-submit {
    position: absolute;
    top: 22px;
    left: 17px;
    border: none;
    width: 40px;
    background: transparent;
    font-size: 17px;
    padding: 0;
    transform: translateX(0);
    transition: transform 300ms ease, color 300ms ease; }
    .main-search-form .main-search-submit span {
      display: block;
      height: 34px;
      line-height: 34px; }
    .tx-indexedsearch-searchbox .main-search-form .main-search-submit {
      position: absolute;
      left: auto;
      top: 2px;
      right: 0;
      transform: none !important;
      z-index: 10; }
  .tx-indexedsearch-searchbox .main-search-form {
    padding-left: 0; }
    .tx-indexedsearch-searchbox .main-search-form .field {
      position: relative;
      display: inline-block; }

.main-list-open-search .main-search-form .main-search-text,
.tx-indexedsearch-searchbox .main-search-form .main-search-text {
  cursor: auto;
  width: 265px;
  opacity: 1; }

.main-list-open-search .main-search-form .main-search-submit,
.tx-indexedsearch-searchbox .main-search-form .main-search-submit {
  transform: translateX(223px); }

.main-header-new {
  position: relative;
  height: 80px;
  font-size: 15px;
  line-height: 22px;
  z-index: 99; }
  .main-header-new .promo-page .main-header-new-menu,
  .main-header-new .promo-page .main-header-new-menu-wrap,
  .main-header-new .promo-page .main-header-new-search-form,
  .main-header-new .promo-page .main-header-new-breadcrumb-item {
    display: none; }
  .main-header-new .promo-page .main-header-new-brand {
    pointer-events: none; }
  .main-header-new-fixed {
    background-color: #fafafa;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }
  .main-header-new-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left; }
    .main-header-new-menu-item {
      position: relative;
      float: left; }
    .main-header-new-menu-link {
      display: block;
      padding: 29px 40px 29px 20px;
      text-transform: uppercase;
      font-family: "toyota-display-regular", sans-serif;
      color: #58585a;
      transition: background-color 300ms; }
      .main-header-new-menu-link:hover {
        text-decoration: none;
        background-color: #eceded; }
      .main-header-new-menu-link:focus {
        text-decoration: none; }
      .main-header-new-menu-link.active {
        color: #58585a;
        background-color: #eceded; }
        .main-header-new-menu-link.active .main-header-new-menu-icon {
          transform: scaleY(-1); }
        .main-header-new-menu-link.active + .main-header-new-wrap {
          opacity: 1;
          transform: translate3d(0, 0, 0);
          pointer-events: auto; }
    .main-header-new-menu-home {
      display: block;
      margin: 32px 20px 32px 0; }
      .main-header-new-menu-home img {
        width: 100%;
        display: block;
        vertical-align: bottom; }
    .main-header-new-menu-icon {
      position: absolute;
      top: 32px;
      right: 20px;
      transition: transform 300ms; }
    .main-header-new-menu-wrap {
      float: left; }
  .main-header-new-submenu {
    margin: 0;
    padding: 0;
    list-style: none; }
    .main-header-new-submenu-heading {
      font-size: 13px;
      font-weight: bold;
      color: #d1001e;
      letter-spacing: 0.5px;
      margin: 20px 0 6px 20px; }
    .main-header-new-submenu-link {
      display: block;
      padding: 6px 20px;
      font-family: "toyota-display-regular", sans-serif;
      color: #58585a;
      white-space: pre;
      transition: color 300ms; }
      .main-header-new-submenu-link:hover {
        text-decoration: none; }
      .main-header-new-submenu-link.emphasis {
        color: #C60C30; }
      .main-header-new-menu-wrap--login .main-header-new-submenu-link {
        font-size: 13px;
        padding: 2px 20px; }
  .main-header-new-banners {
    margin: 0;
    padding: 0;
    list-style: none; }
    .main-header-new-banners-item {
      position: relative;
      margin: 20px; }
      .main-header-new-banners-item + .main-header-new-banners-item {
        margin-top: 15px; }
      .main-header-new-banners-item img {
        display: block;
        vertical-align: bottom; }
      .main-header-new-banners-item .btn {
        position: absolute;
        right: 12px;
        bottom: 12px; }
      .main-header-new-banners-item-wrap {
        position: relative;
        display: inline-block;
        max-width: 100%;
        vertical-align: bottom;
        border-top: 1px solid #d2dce0;
        padding-top: 15px; }
  .main-header-new-claim {
    float: left;
    margin: 31px 15px 0 35px;
    font-family: "toyota-text-bold", sans-serif;
    font-size: 12px;
    line-height: 22px;
    color: #000; }
  .main-header-new-brand {
    display: block;
    position: relative;
    float: left;
    width: 100px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
    .main-header-new-brand-shadow {
      position: relative;
      display: block;
      width: 100%;
      height: 172px;
      overflow: hidden;
      transition: height 200ms; }
      .not-top .main-header-new-brand-shadow {
        height: 80px; }
    .main-header-new-brand img {
      display: block;
      width: 100%;
      vertical-align: bottom; }
  .main-header-new-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 0;
    min-width: 100%;
    background-color: #eceded;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, -10px, 0);
    transition: opacity 300ms, transform 300ms; }
  .main-header-new-mobile-icon, .main-header-new-mobile-login {
    display: none; }
  .main-header-new-search-form {
    position: relative;
    float: left;
    margin: 17px 15px 0 0; }
  .main-header-new-search-input {
    width: 195px;
    height: 44px;
    padding: 7px 15px;
    font-family: "toyota-display-regular", sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #58585a;
    border: none;
    border-radius: 1px;
    background-color: #eceded;
    opacity: 0;
    pointer-events: none;
    transition: opacity 200ms; }
    .main-header-new-search-input.open {
      opacity: 1;
      pointer-events: auto; }
    .main-header-new-search-input::-webkit-input-placeholder {
      opacity: 0.2; }
    .main-header-new-search-input::-moz-placeholder {
      opacity: 0.2; }
    .main-header-new-search-input:-ms-input-placeholder {
      opacity: 0.2; }
    .main-header-new-search-input::placeholder {
      opacity: 0.2; }
  .main-header-new-search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    font-size: 24px;
    color: #58585a;
    border: none;
    background-color: transparent; }
    .main-header-new-search-submit:focus {
      outline: none; }
  .main-header-new-mobile-search-form {
    display: none; }
  .main-header-new-breadcrumb {
    height: 16px;
    margin: 11px 0 11px 20px;
    padding: 0;
    list-style: none;
    font-size: 0; }
    .main-header-new-breadcrumb-item {
      display: inline-block;
      font-family: "toyota-text-regular", sans-serif;
      color: #6c7073; }
      .main-header-new-breadcrumb-item:last-child .main-header-new-breadcrumb-link {
        font-family: "toyota-text-bold", sans-serif;
        color: #1e2a32; }
      .main-header-new-breadcrumb-item + .main-header-new-breadcrumb-item::before {
        content: '/';
        margin: 0 2px;
        font-size: 12px;
        line-height: 16px; }
    .main-header-new-breadcrumb-link {
      display: inline-block;
      font-size: 12px;
      line-height: 16px;
      color: #6c7073; }
  .main-header-new-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0; }
    .main-header-new-tabs-item {
      display: inline-block; }
      .main-header-new-tabs-item.active {
        background-color: #787f84; }
    .main-header-new-tabs-link {
      display: block;
      padding: 0 20px;
      font-size: 14px;
      font-family: "toyota-text-regular", sans-serif;
      line-height: 48px;
      color: #fff; }
      .main-header-new-tabs-link:hover {
        text-decoration: none;
        background-color: #787f84;
        color: #fff; }
  .main-header-new-part {
    position: relative; }
    .main-header-new-part-left {
      float: left;
      height: 100%; }
    .main-header-new-part-right {
      float: right;
      height: 100%; }
    .main-header-new-part .container {
      position: relative;
      height: 100%; }
    .main-header-new-part--menu {
      height: 80px;
      z-index: 11; }
    .main-header-new-part--breadcrumb {
      border-top: 1px solid #d9dbdc;
      z-index: 10; }
  .main-header-new.has-breadcrumb {
    height: 119px; }
  .main-header-new.has-tabs {
    height: 167px; }
  .main-header-new.stick .main-header-new-fixed {
    position: fixed;
    top: -119px;
    right: 0;
    left: 0;
    transition: transform 200ms; }
  .main-header-new.stick.full .main-header-new-fixed {
    transform: translate3d(0, 119px, 0); }

@media screen and (min-width: 1200px) {
  .main-header-new-menu-wrap--login .main-header-new-wrap {
    display: -ms-flexbox;
    display: flex;
    width: 600px;
    z-index: 1; }
    .main-header-new-menu-wrap--login .main-header-new-wrap .main-header-new-submenu-wrap {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
      .main-header-new-menu-wrap--login .main-header-new-wrap .main-header-new-submenu-wrap:first-child {
        border-right: 1px solid #d9dbdc; } }

@media screen and (max-width: 1199px) {
  .main-header-new {
    height: 60px;
    font-size: 12px;
    line-height: 16px; }
    .main-header-new-menu {
      width: 100%;
      padding: 0;
      background-color: #fafafa;
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
      opacity: 0;
      transform: translate3d(0, -10px, 0);
      transition: opacity 300ms, transform 300ms; }
      .main-header-new-menu-item {
        float: none; }
      .main-header-new-menu-link {
        padding: 12px 20px; }
        .main-header-new-menu-link:hover {
          background-color: transparent; }
        .main-header-new-menu-link.active {
          background-color: transparent; }
          .main-header-new-menu-link.active + .main-header-new-wrap {
            max-height: 300px; }
        .main-header-new-menu-wrap--login .main-header-new-menu-link {
          display: none; }
      .main-header-new-menu-icon {
        position: static;
        margin-left: 5px; }
      .main-header-new-menu-wrap {
        position: absolute;
        top: 100%;
        left: -5px;
        padding-bottom: 10px;
        overflow: hidden;
        pointer-events: none;
        border-top: 1px solid transparent;
        transition: border-top-color 300ms; }
        .main-header-new-menu-wrap.active {
          opacity: 1;
          pointer-events: auto;
          border-top-color: #d9dbdc; }
        .main-header-new-menu-wrap--login {
          pointer-events: none; }
          .main-header-new-menu-wrap--login .main-header-new-wrap {
            right: 0; }
      .main-header-new-menu-wrap.active .main-header-new-menu {
        transform: translate3d(0, 0, 0);
        opacity: 1; }
    .main-header-new-submenu {
      padding: 10px 0; }
      .main-header-new-submenu-link {
        padding: 6px 20px; }
    .main-header-new-banners {
      margin-top: -10px;
      padding-bottom: 5px; }
    .main-header-new-claim {
      margin: 20px 10px 0 0;
      font-size: 8.5px; }
    .main-header-new-brand {
      width: 75px;
      height: 100%;
      overflow: hidden;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
    .main-header-new-wrap {
      position: static;
      min-width: 0;
      max-height: 0;
      padding: 0;
      opacity: 1;
      transform: none;
      pointer-events: none;
      overflow: hidden;
      transition: max-height 300ms; }
      .main-header-new-menu-wrap--login .main-header-new-wrap {
        background-color: transparent;
        max-height: none !important; }
      .active .main-header-new-wrap {
        pointer-events: auto; }
    .main-header-new-search-form {
      display: none; }
    .main-header-new-mobile-search-form {
      display: inline-block;
      position: relative;
      padding: 10px 20px 22px; }
    .main-header-new-mobile-search-input {
      width: 170px;
      height: 24px;
      padding: 4px 8px;
      font-family: "toyota-display-regular", sans-serif;
      font-size: 12px;
      line-height: 16px;
      color: #58585a;
      border: none;
      border-radius: 1px;
      background-color: #fff; }
      .main-header-new-mobile-search-input::-webkit-input-placeholder {
        opacity: 0.2; }
      .main-header-new-mobile-search-input::-moz-placeholder {
        opacity: 0.2; }
      .main-header-new-mobile-search-input:-ms-input-placeholder {
        opacity: 0.2; }
      .main-header-new-mobile-search-input::placeholder {
        opacity: 0.2; }
    .main-header-new-mobile-search-submit {
      position: absolute;
      top: 10px;
      right: 20px;
      width: 24px;
      height: 24px;
      padding: 0;
      font-size: 12px;
      color: #58585a;
      border: none;
      background-color: transparent; }
      .main-header-new-mobile-search-submit:focus {
        outline: none; }
    .main-header-new-mobile-icon {
      display: block; }
      .main-header-new-mobile-icon--hamburger {
        height: 16px;
        margin: 22px 15px 0 0; }
        .main-header-new-mobile-icon--hamburger .main-header-new-mobile-icon-span {
          position: relative;
          display: block;
          top: 7px;
          height: 2px;
          width: 20px;
          background-color: #293036; }
          .main-header-new-mobile-icon--hamburger .main-header-new-mobile-icon-span::before, .main-header-new-mobile-icon--hamburger .main-header-new-mobile-icon-span::after {
            content: '';
            position: absolute;
            left: 0;
            height: 2px;
            width: 100%;
            background-color: #293036; }
          .main-header-new-mobile-icon--hamburger .main-header-new-mobile-icon-span::before {
            top: -7px; }
          .main-header-new-mobile-icon--hamburger .main-header-new-mobile-icon-span::after {
            bottom: -7px; }
      .main-header-new-mobile-icon--login {
        position: absolute;
        top: 18px;
        left: 64px;
        font-size: 24px;
        color: #293036; }
        .main-header-new-mobile-icon--login:hover, .main-header-new-mobile-icon--login:focus {
          color: #293036;
          text-decoration: none; }
    .main-header-new-mobile-login {
      display: block;
      margin: 0 20px;
      border-radius: 3px;
      color: #fff;
      background: #1e2a32;
      text-align: center; }
    .main-header-new-breadcrumb {
      margin-left: 0; }
    .main-header-new-tabs {
      margin-left: -20px; }
    .main-header-new-part--menu {
      height: 60px; }
    .main-header-new.has-breadcrumb {
      height: 94px; }
    .main-header-new.has-tabs {
      height: 142px; }
    .main-header-new.stick .main-header-new-fixed {
      top: -99px; }
    .main-header-new.stick.full .main-header-new-fixed {
      transform: translate3d(0, 94px, 0); } }

@media screen and (min-width: 768px) {
  .main-header-new-menu-wrap {
    right: auto; } }

@media screen and (max-width: 767px) {
  .main-header-new-tabs {
    display: none; }
  .main-header-new.has-tabs {
    height: 170px; }
    .main-header-new.has-tabs.breadcrumb-high {
      height: 200px; }
  .main-header-new .section-select {
    display: block;
    margin: 15px 0; }
    .main-header-new .section-select::before {
      content: none; }
  .main-header-new-breadcrumb {
    height: 100%; }
  .main-header-new.stick .main-header-new-fixed {
    top: -123px; }
  .main-header-new.stick.full .main-header-new-fixed {
    transform: translate3d(0, 123px, 0); } }

@media screen and (min-width: 991px) and (max-width: 1400px) {
  .main-header-new-menu-wrap--login .main-header-new-wrap {
    left: auto;
    right: 0; } }

.main-footer {
  background-color: #EDEDEE;
  padding: 60px 0 20px; }
  .bg-invert + .main-footer {
    margin-top: 0; }
  .main-footer .footer-links {
    margin-top: 25px;
    padding-top: 60px; }
  .main-footer .footer-form {
    background-color: #d1001e;
    border-radius: 3px;
    padding: 15px 20px 25px;
    color: #fff; }
    .main-footer .footer-form .form-fieldset .legend {
      display: block;
      font-size: 24px;
      line-height: 1;
      font-family: "toyota-text-bold", sans-serif; }
    .main-footer .footer-form .form-fieldset label {
      display: block;
      font-size: 14px;
      line-height: 1;
      margin: 3px 0 9px; }
    .main-footer .footer-form select {
      width: 100%; }
  .main-footer .contact-options ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none; }
    .main-footer .contact-options ul li {
      text-align: center;
      line-height: 20px;
      color: #242424;
      font-size: 14px; }
      .main-footer .contact-options ul li .img-slot {
        margin: 15px 0 8px;
        height: 50px;
        position: relative; }
        .main-footer .contact-options ul li .img-slot.ico::before {
          content: " ";
          display: block;
          background-image: url("../img/layout/footer-ico-sprite.png");
          background-repeat: no-repeat;
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%); }
        .main-footer .contact-options ul li .img-slot.envelope-ico::before {
          top: 5px;
          width: 40px;
          height: 30px;
          background-position: -42px 0; }
        .main-footer .contact-options ul li .img-slot.map-ico::before {
          width: 41px;
          height: 40px;
          background-position: -85px 0; }
        .main-footer .contact-options ul li .img-slot.phone-ico::before {
          width: 40px;
          height: 50px;
          background-position: -130px 0; }
        .main-footer .contact-options ul li .img-slot.contact-ico::before {
          width: 40px;
          height: 40px;
          background-position: 0 0; }
        .main-footer .contact-options ul li .img-slot img,
        .main-footer .contact-options ul li .img-slot svg {
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto;
          left: 0;
          right: 0;
          max-width: 40px; }
      .main-footer .contact-options ul li p {
        margin: 0;
        line-height: 20px;
        font-size: 14px; }
      .main-footer .contact-options ul li a {
        display: inline-block;
        line-height: inherit;
        color: #242424; }
  .main-footer .contact-options .footer-contact-notes {
    font-size: 12px;
    line-height: 14px;
    margin: 12px 0 0;
    color: #666;
    width: 50%; }
  .main-footer .footer-sitemap {
    margin: 0;
    list-style: none;
    padding: 35px 0 55px 0;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7; }
    @media screen and (min-width: 1200px) {
      .main-footer .footer-sitemap {
        padding: 35px 0 55px 80px; }
        .main-footer .footer-sitemap .additional-links.col-lg-3 {
          padding-left: 79px; } }
    .main-footer .footer-sitemap h3 {
      margin: 0 0 10px 0;
      font-size: 14px;
      line-height: 22px;
      min-height: 22px;
      font-family: "toyota-text-bold", sans-serif;
      color: #242424; }
      .main-footer .footer-sitemap h3 + .footer-sitemap-links {
        margin-top: 0; }
    @media screen and (min-width: 768px) {
      .main-footer .footer-sitemap .footer-sitemap-category.col-lg-6 {
        padding-left: 36px; }
        .main-footer .footer-sitemap .footer-sitemap-category.col-lg-6 .footer-sitemap-links li {
          width: 50%;
          float: left; }
          .main-footer .footer-sitemap .footer-sitemap-category.col-lg-6 .footer-sitemap-links li:nth-child(even) {
            padding-left: 60px; } }
    .main-footer .footer-sitemap .footer-sitemap-links {
      margin: 32px 0 0;
      padding: 0;
      list-style: none; }
      .main-footer .footer-sitemap .footer-sitemap-links li a {
        display: inline-block;
        font-size: 14px;
        line-height: 22px;
        color: #242424; }
  .main-footer .additional-links h3 {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 22px;
    font-family: "toyota-text-bold", sans-serif;
    color: #242424; }
    .main-footer .additional-links h3 + .footer-sitemap-links {
      margin-top: 0; }
  .main-footer .additional-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0; }
    .main-footer .additional-links ul li {
      display: block; }
      .main-footer .additional-links ul li a {
        display: block;
        font-size: 14px;
        line-height: 22px;
        color: #242424; }
  .main-footer .card-report {
    position: relative;
    margin-top: 30px;
    padding-right: 70px;
    display: none; }
    .main-footer .card-report img,
    .main-footer .card-report svg {
      position: absolute;
      top: 4px;
      right: 0;
      max-width: 50px; }
    .main-footer .card-report p {
      color: #242424;
      font-size: 14px;
      line-height: 22px;
      margin: 0;
      text-align: right; }
      .main-footer .card-report p a {
        color: #242424; }
  .main-footer.leasing .card-report {
    display: none; }
  .main-footer .footer-social {
    margin-top: 30px;
    text-align: right; }
    .main-footer .footer-social-yt, .main-footer .footer-social-fb {
      display: inline-block;
      padding: 0; }
    .main-footer .footer-social a:before {
      content: '';
      float: left;
      height: 22px;
      margin-right: 11px;
      background-size: auto 100%;
      vertical-align: middle; }
    .main-footer .footer-social-yt:before {
      width: 23px;
      background: url("../img/layout/yt-icon.svg") no-repeat 0 50%; }
    .main-footer .footer-social-fb:before {
      width: 22px;
      height: 22px;
      background: url("../img/layout/f_logo.png") no-repeat 0 50%; }
  .main-footer .footer-copyright {
    margin-top: 30px; }

@media screen and (max-width: 991px) {
  .main-footer {
    padding-top: 40px; }
    .main-footer .footer-links {
      margin-top: 40px; }
    .main-footer .contact-options ul {
      margin-top: 10px;
      margin-bottom: 30px; }
    .main-footer .contact-options .footer-contact-notes {
      width: auto; }
    .main-footer .footer-sitemap-category {
      margin-bottom: 22px; }
    .main-footer .additional-links {
      margin-top: 0; } }

@media screen and (max-width: 767px) {
  .main-footer .additional-links ul li {
    display: block; }
    .main-footer .additional-links ul li a {
      display: inline-block; }
  .main-footer .footer-yt {
    margin-top: 20px; }
  .main-footer .footer-sitemap .footer-sitemap-links {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 20px;
         column-gap: 20px; }
    .main-footer .footer-sitemap .footer-sitemap-links li {
      float: none;
      width: 100%; }
      .main-footer .footer-sitemap .footer-sitemap-links li:nth-child(2n) {
        padding-left: 0; } }

.no-menu-footer {
  height: auto;
  padding: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 50px; }
  .no-menu-footer-inner {
    width: 68%;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #6c7073; }

.input-text {
  width: 265px;
  height: 38px;
  line-height: 26px;
  padding: 6px;
  background-color: #ededee;
  border: 2px solid #d9dbdc;
  border-radius: 3px;
  color: #1e2a32;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .input-text:focus {
    color: #1e2a32; }

.input-text-addition {
  position: relative;
  display: inline-block; }
  .input-text-addition .input-text {
    padding-right: 40px; }
  .input-text-addition .tooltip {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    z-index: 9; }

.radio-label {
  position: relative;
  display: inline-block;
  padding-left: 27px;
  cursor: pointer; }
  .radio-label:before {
    content: '';
    display: inline-block;
    margin: 0 8px -3px 0;
    border: 1px solid #d9dbdc;
    background: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 0; }
  .radio-label:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 4px;
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%; }
  .radio-invisible:checked + .radio-label:after {
    background: #000; }

.radio-invisible {
  display: none; }

.checkbox-label:before {
  content: '';
  display: inline-block;
  margin: 0 8px -3px 0;
  border: 1px solid #d9dbdc;
  box-shadow: inset 0 0 0 3px #fff;
  width: 18px;
  height: 18px;
  border-radius: 2px; }

.checkbox-invisible:checked + .checkbox-label:before {
  background: #000; }

.checkbox-invisible {
  display: none; }

.checkbox-fieldset .checkbox-item {
  margin-bottom: 10px; }

.custom-checkbox {
  position: relative;
  padding-left: 20px;
  display: inline-block; }
  .custom-checkbox .icheckbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 2px solid #d9dbdc;
    border-radius: 3px; }
    .custom-checkbox .icheckbox:before, .custom-checkbox .icheckbox:after {
      content: '';
      background: #242424;
      position: absolute;
      opacity: 0;
      transition: opacity 80ms ease, width 0ms ease 80ms; }
    .custom-checkbox .icheckbox:before {
      width: 0;
      height: 3px;
      top: 3px;
      left: 3px;
      transform: rotate(45deg);
      transform-origin: 0 0; }
    .custom-checkbox .icheckbox:after {
      width: 0;
      height: 3px;
      top: 6px;
      left: 5px;
      transform: rotate(-45deg);
      transform-origin: 0 100%; }
    .custom-checkbox .icheckbox.checked:before {
      width: 4px;
      opacity: 1;
      transition: width 150ms ease; }
    .custom-checkbox .icheckbox.checked:after {
      width: 8px;
      opacity: 1;
      transition: width 150ms ease 100ms; }

.if-client-tl {
  display: none; }

select {
  padding: 0 35px; }

.standard-select {
  display: none; }

.select-height {
  height: 86px; }

.chosen-container {
  font-size: 15px;
  z-index: 9; }
  @media (min-width: 768px) {
    .filter-news .chosen-container {
      min-width: 230px; } }
  .chosen-container .chosen-single {
    height: 38px;
    line-height: 34px;
    padding: 0 12px;
    background: #ededee;
    border: 2px solid #d9dbdc;
    border-radius: 3px;
    box-shadow: none;
    color: #1e2a32;
    transition: all 300ms ease;
    z-index: 1111; }
    .chosen-container .chosen-single:hover {
      border: 2px solid #b3d4fc !important; }
    .chosen-container .chosen-single span {
      margin-right: 30px; }
    .chosen-container .chosen-single div {
      width: 18px;
      right: 12px; }
      .chosen-container .chosen-single div b {
        background: url("../img/layout/select-arrow.png") no-repeat 50% 13px;
        background-size: 13px 8px; }
  .chosen-container .chosen-drop {
    margin: -1px 0 0;
    border-radius: 0 0 3px 3px;
    border: 1px solid #b3d4fc;
    opacity: 0;
    max-height: 240px;
    transform: translateY(-10px);
    transition: transform 300ms ease, opacity 300ms ease, left 0ms linear 300ms;
    box-shadow: none; }
    .chosen-container .chosen-drop .chosen-results {
      margin: 0;
      padding: 0;
      max-height: none;
      color: #1e2a32; }
      .chosen-container .chosen-drop .chosen-results li {
        padding: 8px 11px;
        line-height: 20px; }
        .chosen-container .chosen-drop .chosen-results li.result-selected, .chosen-container .chosen-drop .chosen-results li.highlighted {
          background: #b3d4fc;
          color: inherit; }
        .chosen-container .chosen-drop .chosen-results li.group-option {
          padding-left: 30px; }
  .chosen-container.chosen-with-drop {
    z-index: 9999;
    position: relative; }
    .chosen-container.chosen-with-drop .chosen-single {
      border: 2px solid #b3d4fc;
      background: #ededee;
      box-shadow: none; }
      .chosen-container.chosen-with-drop .chosen-single div b {
        background: url("../img/layout/select-arrow.png") no-repeat 50% 13px;
        background-size: 13px 8px; }
    .chosen-container.chosen-with-drop .chosen-drop {
      opacity: 1;
      transform: translateY(0);
      transition: transform 300ms ease, opacity 300ms ease, left 0ms linear 0ms; }
  .chosen-container.custom-select-big .chosen-single {
    font-size: 17px;
    height: 46px;
    line-height: 42px; }
    .chosen-container.custom-select-big .chosen-single div b {
      background-position: 50% 19px; }
  .chosen-container.custom-select-fluid {
    width: 100% !important; }

.device-mobile select {
  display: block !important;
  position: relative;
  height: 38px;
  margin-bottom: -28px;
  z-index: 99;
  opacity: 0.01;
  width: 265px; }
  .device-mobile select.custom-select-big {
    height: 48px;
    margin-bottom: -48px; }

.device-mobile .chosen-container {
  width: 265px; }

.device-mobile .chosen-single {
  padding-right: 30px; }

.file-container {
  overflow: hidden;
  position: relative;
  display: block;
  cursor: pointer; }
  .file-container .file-input {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0; }
  .file-container .btn-small {
    margin: 2px; }

.filter-form {
  padding: 20px 0 0 20px;
  background-color: #e8e9ea;
  border-radius: 3px; }
  .filter-form div.form-group {
    min-width: 145px; }
  .filter-form .form-group {
    margin-bottom: 20px; }
  .filter-form .chosen-container {
    min-width: 100%; }
    .filter-form .chosen-container .chosen-single {
      border-color: #c7c7c7; }
  .filter-form.form-loading .btn {
    opacity: 0.5;
    cursor: default; }

.input-datepicker {
  border: none;
  padding: 2px 0 2px 30px;
  height: 38px;
  line-height: 38px;
  margin-bottom: 5px;
  width: 120px; }

.icon-datepicker {
  background: url("../img/layout/ico-calendar.png");
  width: 21px;
  height: 22px;
  display: inline-block;
  position: absolute;
  cursor: pointer;
  margin-top: 7px; }

.form-horizontal .form-group {
  float: left;
  margin-right: 20px; }
  .form-horizontal .form-group:last-child {
    margin-right: 0; }

.info-text p {
  font-size: 10px; }
  .info-text p .req-star {
    position: static; }

.req-star {
  color: #d1001e;
  font-size: 14px; }

.form-row {
  position: relative; }
  .form-row .req-star {
    color: #d1001e;
    top: 26px;
    margin-left: 4px;
    position: absolute;
    width: 0;
    display: inline-block; }
  .form-row.form-row-no-label .req-star {
    top: 0; }

.ajax-form-loading {
  position: relative; }
  .ajax-form-loading > * {
    opacity: 0.4; }
  .ajax-form-loading:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-bottom: 6px solid #fff;
    border-left: 6px solid #fff;
    border-right: 6px solid #d1001e;
    border-top: 6px solid #d1001e;
    border-radius: 100%;
    height: 55px;
    width: 55px;
    animation: spin 0.8s infinite linear; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
  .ajax-form-loading .btn {
    pointer-events: none; }

.corona-form-wrap .first-step h3, .corona-form-wrap .second-step h3,
.contact-form .first-step h3,
.contact-form .second-step h3 {
  margin-top: 5px; }

.corona-form-wrap .first-step h4, .corona-form-wrap .second-step h4,
.contact-form .first-step h4,
.contact-form .second-step h4 {
  font-size: 18px;
  color: #d1001e; }

.corona-form-wrap .control-label,
.contact-form .control-label {
  margin-bottom: 7px;
  display: block; }

.corona-form-wrap .input-text,
.corona-form-wrap div.custom-select,
.contact-form .input-text,
.contact-form div.custom-select {
  margin-bottom: 15px; }

.corona-form-wrap textarea,
.contact-form textarea {
  height: 330px;
  resize: vertical; }

.corona-form-wrap .btn-delete,
.contact-form .btn-delete {
  float: right;
  margin: -30px 75px 0 20px;
  z-index: 9;
  position: relative; }

.corona-form-wrap .btn-disabled,
.contact-form .btn-disabled {
  pointer-events: none;
  opacity: .4; }

.corona-form-wrap .date-row .input-text,
.contact-form .date-row .input-text {
  width: 65px;
  margin-left: 10px; }
  .corona-form-wrap .date-row .input-text:first-child,
  .contact-form .date-row .input-text:first-child {
    margin-left: 0; }
  .corona-form-wrap .date-row .input-text:last-of-type,
  .contact-form .date-row .input-text:last-of-type {
    width: 110px; }

.corona-form-wrap .file-row,
.contact-form .file-row {
  margin-right: -50px;
  margin-bottom: 10px;
  max-width: 340px; }

.corona-form-wrap .custom-select,
.contact-form .custom-select {
  width: 265px; }
  .corona-form-wrap .custom-select.custom-select-wide,
  .contact-form .custom-select.custom-select-wide {
    width: 570px !important; }
    @media screen and (max-width: 767px) {
      .corona-form-wrap .custom-select.custom-select-wide,
      .contact-form .custom-select.custom-select-wide {
        width: 265px !important; } }

.corona-form-wrap .checkbox-wrapper,
.contact-form .checkbox-wrapper {
  margin: 35px 0 50px; }
  .corona-form-wrap .checkbox-wrapper > label,
  .contact-form .checkbox-wrapper > label {
    display: block;
    margin-bottom: 7px; }
    .corona-form-wrap .checkbox-wrapper > label.checkbox-inline,
    .contact-form .checkbox-wrapper > label.checkbox-inline {
      float: left;
      margin-right: 30px; }
  .corona-form-wrap .checkbox-wrapper.inline:after,
  .contact-form .checkbox-wrapper.inline:after {
    display: table;
    content: '';
    clear: both; }

.corona-form-wrap .btn-red,
.contact-form .btn-red {
  padding: 5px 40px; }

.corona-form-wrap .btn-green,
.contact-form .btn-green {
  color: #fff;
  padding: 5px 40px;
  margin-top: 10px;
  background: #009b3c; }

.corona-form-wrap .info-text p,
.contact-form .info-text p {
  font-size: 12px;
  color: #6c7073;
  padding: 10px 0 0 27px; }

.corona-form-wrap .info-text .information-clause-claim,
.contact-form .info-text .information-clause-claim {
  font-family: "toyota-text-regular", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #1e2a32;
  display: inline-block;
  margin-right: 10px; }

.corona-form-wrap .info-text.without-agree p,
.contact-form .info-text.without-agree p {
  padding-left: 0; }
  .corona-form-wrap .info-text.without-agree p + p,
  .contact-form .info-text.without-agree p + p {
    padding-top: 0; }

.corona-form-wrap .custom-checkbox,
.contact-form .custom-checkbox {
  padding-left: 23px; }
  .corona-form-wrap .custom-checkbox .icheckbox,
  .contact-form .custom-checkbox .icheckbox {
    top: 2px; }

.corona-form-wrap .chosen-container,
.contact-form .chosen-container {
  min-width: 265px; }

.corona-form-wrap .text-tooltip.tooltip,
.contact-form .text-tooltip.tooltip {
  display: block;
  width: auto;
  border: none;
  text-align: left;
  margin-left: 25px;
  margin-top: 15px;
  color: #d1001e;
  font-size: 12px; }

.corona-form-wrap .agree-hidden .text-tooltip.tooltip,
.contact-form .agree-hidden .text-tooltip.tooltip {
  display: inline-block;
  margin: 0;
  color: #000;
  font-weight: bold; }

.promopage-form .control-label {
  text-align: right;
  line-height: 36px; }
  @media screen and (max-width: 991px) {
    .promopage-form .control-label {
      text-align: left;
      line-height: 26px; } }

.promopage-form .checkbox {
  padding: 13px 0;
  display: block; }
  @media screen and (max-width: 991px) {
    .promopage-form .checkbox {
      padding: 5px 0; } }

.firm-form-agreement a {
  color: #d1001e; }
  .firm-form-agreement a:hover {
    text-decoration: underline; }

.form-container {
  padding: 15px 0 0 5px;
  max-width: 700px; }
  .form-container .comfort-pay-form {
    padding-bottom: 20px; }

.client-contact-form.contact-form .if-message {
  max-width: 600px; }
  .client-contact-form.contact-form .if-message .input-text {
    height: 220px; }

.client-contact-form.contact-form .checkbox-wrapper {
  margin: 20px 0; }

.firm-contact-form .input-text.full-width, .client-contact-form .input-text.full-width {
  width: 95%; }
  @media screen and (max-width: 991px) {
    .firm-contact-form .input-text.full-width, .client-contact-form .input-text.full-width {
      width: 89%; } }
  @media screen and (max-width: 767px) {
    .firm-contact-form .input-text.full-width, .client-contact-form .input-text.full-width {
      width: 265px; } }

.firm-contact-form .info-text p, .client-contact-form .info-text p {
  font-size: 12px;
  color: #6c7073;
  padding: 10px 0 0 25px; }

.firm-contact-form .firm-form-agreement, .client-contact-form .firm-form-agreement {
  margin-top: 15px; }

.firm-contact-form .checkbox, .client-contact-form .checkbox {
  margin: 20px 15px 0 0;
  display: inline-block; }

.comfort-pay-form.contact-form .checkbox-wrapper {
  margin-bottom: 10px; }

.comfort-pay-form .firm-form-agreement label {
  padding-left: 27px;
  display: inline-block; }
  .comfort-pay-form .firm-form-agreement label:before {
    margin-left: -27px; }

.widget-form {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  max-width: 430px;
  padding: 20px 20px 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 9;
  transform: translate(100%, 0);
  transition: 300ms transform; }
  .header-sticked .widget-form {
    position: fixed;
    top: 166px;
    z-index: 11; }
    .header-sticked .widget-form.no-scroll {
      position: absolute;
      top: 0;
      z-index: 9; }
    @media screen and (max-width: 767px) {
      .header-sticked .widget-form {
        top: auto;
        bottom: 0; } }
  .widget-form.is-active {
    transform: translate(0, 0); }
    .widget-form.is-active .close {
      display: block; }
  .widget-form .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    z-index: 9;
    display: none; }
    .widget-form .close:hover {
      text-decoration: none; }
  .widget-form .control-label {
    line-height: 1.2; }
  .widget-form .custom-checkbox {
    font-size: 10px;
    margin-left: -20px; }
  .widget-form .form-row {
    margin: 0; }
  .widget-form .text-small {
    margin-top: 10px; }
  .widget-form .input-text {
    width: 264px;
    font-size: 14px; }
  .widget-form .input-datepicker {
    background: #ededee;
    border: 2px solid #d9dbdc;
    padding: 2px 0 2px 40px;
    width: 140px;
    border-radius: 3px; }
  .widget-form .icon-datepicker {
    margin-left: 5px; }
  .widget-form .text-tooltip {
    width: auto;
    border: none; }
  .widget-form .error-info {
    margin-top: 0; }
  @media screen and (max-width: 767px) {
    .widget-form {
      width: 100%;
      max-width: 100%;
      position: static;
      max-height: 0;
      overflow: hidden;
      padding: 0 20px; }
      .widget-form.is-active {
        max-height: 1500px;
        padding: 30px 20px; }
      .widget-form .custom-checkbox {
        margin-left: 0; }
      .widget-form .control-label {
        text-align: left; }
      .widget-form .input-text {
        margin: 0 0 10px 0; } }
  .widget-form.fuel-form {
    z-index: 1; }
    .widget-form.fuel-form .sm-form-text {
      font-size: 13px;
      padding: 10px 0; }
      @media screen and (max-width: 767px) {
        .widget-form.fuel-form .sm-form-text {
          padding: 10px 0 5px; } }
    .widget-form.fuel-form .agreements {
      padding: 7px 0; }
    .widget-form.fuel-form .header-tetriary {
      margin: 15px 0; }
      @media screen and (max-width: 767px) {
        .widget-form.fuel-form .header-tetriary {
          margin: 15px 0 5px; } }
    .widget-form.fuel-form .custom-checkbox {
      margin-left: 0; }
    .widget-form.fuel-form .date-row .input-text {
      width: 45px;
      margin-left: 10px; }
      .widget-form.fuel-form .date-row .input-text:last-of-type {
        width: 65px;
        float: right; }
    .widget-form.fuel-form .account {
      padding: 1px 0; }
    @media screen and (min-width: 768px) {
      .widget-form.fuel-form {
        max-width: 605px;
        min-height: 500px;
        z-index: 11; }
        .widget-form.fuel-form.one-column {
          max-width: 430px;
          min-height: 500px; }
          .widget-form.fuel-form.one-column .header-tetriary {
            margin: 0; }
            .widget-form.fuel-form.one-column .header-tetriary.thx-text {
              margin: 30px 5px; }
          .widget-form.fuel-form.one-column .input-text {
            margin-bottom: 5px; } }
    @media screen and (max-width: 767px) {
      .widget-form.fuel-form .date-row .input-text {
        margin-left: 0;
        margin-right: 5px; }
        .widget-form.fuel-form .date-row .input-text:last-of-type {
          float: none; }
      .widget-form.fuel-form .date-row .control-label {
        width: 100%;
        float: none; } }
  .widget-form.contact-form {
    z-index: 99999; }
  .widget-form.account-form .input-text {
    margin: 0; }
  .widget-form.account-form .header-tetriary {
    margin-top: 0; }
  .widget-form.account-form .custom-checkbox {
    margin-left: 0; }
  @media screen and (min-width: 768px) {
    .widget-form.account-form {
      max-width: 305px; } }

.module .fuel-form .date-row .input-text {
  width: 45px;
  margin-left: 10px; }
  .module .fuel-form .date-row .input-text:last-of-type {
    width: 65px; }

.module .fuel-form .account .form-row {
  margin-bottom: 10px; }

.module .fuel-form .agreements .custom-checkbox {
  font-size: 12px;
  margin-bottom: 10px; }

.header-ico {
  font-size: 22px;
  margin-left: 50px; }
  .header-ico strong {
    display: inline-block; }
  .header-ico:before {
    content: '';
    width: 31px;
    height: 31px;
    display: inline-block;
    background: url("../img/layout/ico-contact.png") center center no-repeat;
    margin: 12px 20px 0 0;
    vertical-align: top; }
    @media screen and (max-width: 767px) {
      .header-ico:before {
        margin: 12px 15px 0 0; } }

.callback-container {
  max-width: 540px;
  margin: 50px auto; }
  .callback-container .header-ico {
    margin-left: 0; }
  .callback-container .text-small {
    margin-top: 10px; }
  @media screen and (max-width: 767px) {
    .callback-container {
      margin: 50px 8%; } }

.whistleblowing-form {
  margin: 40px 0; }
  .whistleblowing-form .input-text {
    width: 95%; }

.agree-show .agree-hide {
  display: none; }

.agree-hide .agree-show {
  display: none; }

.agree-ceidg,
.agree-krs,
.information-clause {
  display: none;
  margin-top: 0 !important; }
  .agree-ceidg.visible,
  .agree-krs.visible,
  .information-clause.visible {
    display: block; }

.information-clause-container {
  height: 210px; }

.information-clause-claim {
  font-family: "toyota-text-regular", sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 15px 5px 5px 0;
  display: inline-block; }

.agreement-list {
  list-style-type: upper-greek;
  padding: 0 0 0 30px;
  font-size: 12px;
  color: #6c7073; }

.error .input-text,
.error .chosen-container .chosen-single,
.error .custom-checkbox .icheckbox,
.error.custom-checkbox .icheckbox {
  border-color: #d1001e; }

.error .checkbox-label::before,
.error .radio-label::before {
  border-color: #d1001e; }

.error-info {
  font-size: 11px;
  color: #d1001e;
  margin: -10px 0 10px;
  display: block; }
  .error-info.special-char {
    margin: 0; }

.error .radio-label + .error-info,
.error .checkbox-label + .error-info,
.error .info-text + .error-info,
.error .custom-checkbox + .error-info,
.error .agree-show + .error-info {
  margin: 3px 0 0 0;
  clear: left; }

.error.custom-checkbox .error-info {
  margin: 3px 0 0 0; }

.error.firm-form-agreement .info-text + .error-info {
  margin: 7px 0 0 26px; }

@media screen and (max-width: 767px) {
  .form-horizontal .form-group {
    float: none; }
    .form-horizontal .form-group + .form-group {
      margin-left: 0;
      margin-top: 20px; }
  .form-horizontal .chosen-container {
    width: 100% !important; }
  .contact-form .file-row {
    max-width: 265px; }
  .contact-form .file-container .input-text {
    width: 265px; }
  .contact-form .btn-delete {
    margin-right: 0; } }

.form-calc-type-leasing .calc-form {
  display: none; }

.calc-form-wrap {
  padding: 20px 0; }

.calc-form .text-small {
  margin-top: 15px; }

.mobile-footer-form-wrap {
  background: #fff; }
  .mobile-footer-form-wrap .header-ico {
    padding-left: 50px;
    margin-left: 0;
    margin-bottom: 10px; }
    .mobile-footer-form-wrap .header-ico::before {
      position: absolute;
      left: 0; }
  .mobile-footer-form-wrap .mobile-footer-form .btn-green {
    margin: 10px 0; }
  .mobile-footer-form-wrap .mobile-footer-form .firm-form-agreement .form-row.error {
    margin: 10px 0 0; }

.corona-form-wrap .if-retail,
.corona-form-wrap .if-business {
  display: none; }

.corona-form-wrap.is-retail .if-retail,
.corona-form-wrap.is-business .if-business {
  display: block; }

.corona-form .select-wrap {
  display: inline-block; }

.corona-form fieldset {
  min-width: auto;
  max-width: 100%;
  padding: 0;
  border: 0;
  margin-bottom: 30px; }

.corona-form .agree-show,
.corona-form .req {
  color: #d1001e; }

.corona-form .block-checkbox {
  display: block; }

.corona-form .hide-error .error-info {
  display: none; }

.datepicker {
  position: absolute;
  background: #fff;
  font-size: 13px;
  margin-top: 11px;
  border-radius: 4px;
  direction: ltr;
  padding: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.datepicker-inline {
  width: 220px; }

.datepicker.datepicker-rtl {
  direction: rtl; }

.datepicker.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown, .datepicker-dropdown-left {
  top: 0;
  left: 0; }

[class*=" datepicker-dropdown"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  border-bottom-color: #fff;
  position: absolute;
  bottom: 100%; }

[class*=" datepicker-dropdown"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute; }

[class*=" datepicker-dropdown-top"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0; }

[class*=" datepicker-dropdown-top"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  border-bottom: 0; }

.datepicker-dropdown-bottom-left:before {
  top: -7px;
  right: 6px; }

.datepicker-dropdown-bottom-left:after {
  top: -6px;
  right: 7px; }

.datepicker-dropdown-bottom-right:before {
  top: -7px;
  left: 6px; }

.datepicker-dropdown-bottom-right:after {
  top: -6px;
  left: 7px; }

.datepicker-dropdown-top-left:before {
  bottom: -7px;
  right: 6px; }

.datepicker-dropdown-top-left:after {
  bottom: -6px;
  right: 7px; }

.datepicker-dropdown-top-right:before {
  bottom: -7px;
  left: 6px; }

.datepicker-dropdown-top-right:after {
  bottom: -6px;
  left: 7px; }

.datepicker > div {
  display: none; }

.datepicker.minutes div.datepicker-minutes {
  display: block; }

.datepicker.hours div.datepicker-hours {
  display: block; }

.datepicker.days div.datepicker-days {
  display: block; }

.datepicker.months div.datepicker-months {
  display: block; }

.datepicker.years div.datepicker-years {
  display: block; }

.datepicker table {
  margin: 0; }

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
  padding: 5px; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.minute:hover {
  background: #eeeeee;
  cursor: pointer; }

.datepicker table tr td.hour:hover {
  background: #eeeeee;
  cursor: pointer; }

.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a; }

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069; }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc; }

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

.datepicker .datepicker-hours span {
  height: 26px;
  line-height: 26px; }

.datepicker .datepicker-hours table tr td span.hour_am,
.datepicker .datepicker-hours table tr td span.hour_pm {
  width: 14.6%; }

.datepicker .datepicker-hours fieldset legend,
.datepicker .datepicker-minutes fieldset legend {
  margin-bottom: inherit;
  line-height: 30px; }

.datepicker .datepicker-minutes span {
  height: 26px;
  line-height: 26px; }

.datepicker table tr td span:hover {
  background: #eeeeee; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399; }

.datepicker table tr td span.old {
  color: #999999; }

.datepicker th.switch {
  width: 145px; }

.datepicker th span.glyphicon {
  pointer-events: none; }

.datepicker thead tr:first-child th,
.datepicker tfoot tr:first-child th {
  cursor: pointer; }

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr:first-child th:hover {
  background: #eeeeee; }

.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
  cursor: pointer;
  width: 14px;
  height: 14px; }

.mCS-toyota-scroll.mCSB_inside > .mCSB_container {
  margin-right: 0; }

.mCS-toyota-scroll .mCSB_scrollTools {
  top: 10px;
  bottom: 10px; }
  .mCS-toyota-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #1e2a32; }
  .mCS-toyota-scroll .mCSB_scrollTools .mCSB_draggerRail {
    background: none; }

.table-overflow {
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%; }

.table-stripped {
  border-bottom: 1px solid #c7c7c7;
  font-size: 15px;
  vertical-align: top;
  min-width: 100%; }
  .table-stripped thead {
    text-align: left; }
    .table-stripped thead th {
      padding: 0 0 15px;
      color: #1e2a32;
      font-family: "toyota-text-bold", sans-serif;
      font-weight: normal;
      text-align: left; }
  .table-stripped tbody tr:nth-child(odd) {
    background: #ededee; }
  .table-stripped tbody tr td {
    padding: 15px;
    border-top: 1px solid #c7c7c7; }
    .table-stripped tbody tr td + td {
      border-left: 1px solid #c7c7c7; }

.hover-table {
  text-align: center; }
  .hover-table td:first-child {
    text-align: left;
    width: 30%; }
  .hover-table .hover:not(:first-child) {
    background: #1a242b;
    color: #fff;
    border: none; }
  .hover-table tr:first-child .hover:not(:first-child) {
    font-size: 1.5em;
    background: #cf132b;
    box-shadow: 0 10px 0 #cf132b, 0 -10px 0 #cf132b;
    z-index: 9;
    position: relative; }
  .hover-table tr:last-child .hover:not(:first-child) {
    box-shadow: 0 10px 0 #1a242b;
    z-index: 8;
    position: relative; }

@media screen and (min-width: 768px) {
  table th.w160,
  table td.w160 {
    width: 160px; } }

section.tabs-section {
  overflow: hidden; }
  section.tabs-section .tabs-links {
    left: 50%;
    transform: translateX(-50%); }
  section.tabs-section .comfort-pay-wrap .tabs-links {
    left: 0;
    transform: translateX(0); }

.tabs-links {
  position: relative;
  text-align: center; }
  .tabs-links:before {
    content: '';
    background-color: #c7c7c7;
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    position: absolute; }
    .leasing .tabs-links:before {
      background-color: #00a0f0; }
  .tabs-links li {
    position: relative; }
  .tabs-links .btn-gray.active {
    color: #fff;
    background-color: #161e23; }
    .leasing .tabs-links .btn-gray.active {
      color: #fff;
      background-color: #00a0f0; }

.tabs-content .owl-wrapper-outer {
  overflow: visible; }
  .tabs-content .owl-wrapper-outer.autoHeight {
    transition: height 400ms ease; }
  .tabs-content .owl-wrapper-outer .owl-wrapper {
    overflow: hidden;
    padding-bottom: 30px; }
    .tabs-content .owl-wrapper-outer .owl-wrapper .owl-item {
      pointer-events: none; }
      .tabs-content .owl-wrapper-outer .owl-wrapper .owl-item.active {
        pointer-events: auto; }

.tabs-content .tab-content {
  margin: 30px 0 0;
  opacity: 0;
  transition: opacity 400ms ease; }

.tabs-content .active .tab-content {
  opacity: 1; }

.faq-tabs .tabs-items {
  margin: 0 0 -1px; }

.faq-tabs .tab-content {
  background: #ededee;
  border: 1px solid #e8e9ea; }

.faq-tabs .btn {
  background-color: #fff;
  border: 1px solid #e8e9ea;
  border-right: none;
  border-radius: 0;
  padding: 20px; }
  @media screen and (max-width: 767px) {
    .faq-tabs .btn {
      font-size: 18px;
      padding: 10px;
      min-height: 70px; } }
  @media screen and (max-width: 380px) {
    .faq-tabs .btn {
      padding: 10px 5px;
      font-size: 17px; } }
  .faq-tabs .btn.active {
    border-bottom: none;
    background-color: #fff;
    background: #ededee linear-gradient(to top, #ededee, #fff) no-repeat 0 0; }

.faq-tabs li:last-child .btn {
  border-right: 1px solid #e8e9ea; }

.table-tabs .tabs-items,
.faq-tabs .tabs-items {
  position: static;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  list-style: none;
  padding: 0; }

.table-tabs .tab-content,
.faq-tabs .tab-content {
  margin-top: 0;
  padding: 25px;
  display: none; }
  .table-tabs .tab-content.active,
  .faq-tabs .tab-content.active {
    opacity: 1;
    display: block; }

.table-tabs .btn,
.faq-tabs .btn {
  height: 100%;
  box-shadow: none;
  line-height: normal; }

.table-tabs .tabs-items {
  margin: 0;
  font-size: 0;
  background: #ededee; }
  .table-tabs .tabs-items li {
    -ms-flex-positive: 1;
        flex-grow: 1; }

.table-tabs .tab-content {
  margin-top: 0;
  padding: 25px;
  background: #e8e9ea;
  display: none; }
  .table-tabs .tab-content.active {
    opacity: 1;
    display: block; }

.table-tabs .btn {
  width: 100%;
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: none;
  line-height: normal;
  background-color: #f7f7f7; }
  .table-tabs .btn.active {
    background-color: #fff;
    background: #e8e9ea linear-gradient(to top, #e8e9ea, #fff) no-repeat 0 0; }

.tabs-select, .section-select {
  display: none;
  margin: 0 15px;
  text-align: left;
  position: relative; }
  .tabs-select:before, .section-select:before {
    content: '';
    background-color: #c7c7c7;
    left: -15px;
    right: -15px;
    top: 50%;
    height: 1px;
    position: absolute; }
  .tabs-select select, .section-select select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9; }
  .tabs-select .btn, .tabs-select .btn-phone-only, .section-select .btn, .section-select .btn-phone-only {
    position: relative;
    width: 100%;
    z-index: 8; }
    .tabs-select .btn:after, .tabs-select .btn-phone-only:after, .section-select .btn:after, .section-select .btn-phone-only:after {
      content: '';
      position: absolute;
      top: 0;
      right: 12px;
      width: 18px;
      height: 100%;
      background: url("../img/layout/select-arrow.png") no-repeat 50% 20px;
      background-size: 13px 8px; }

@media screen and (max-width: 767px) {
  .tabs-links {
    display: none; }
  .tabs-select {
    display: block; } }

.tooltip {
  display: inline-block;
  border: 1px solid #1e2a32;
  color: #1e2a32;
  width: 17px;
  height: 17px;
  line-height: 16px;
  font-size: 10px;
  border-radius: 50%;
  text-align: center;
  cursor: help;
  position: relative; }

.tooltipster-base {
  z-index: 20; }
  .tooltipster-base.tooltipster-default {
    background: #1e2a32;
    border: none;
    border-radius: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    margin-right: 10px; }
    .tooltipster-base.tooltipster-default .tooltipster-content {
      padding: 15px 20px 18px;
      font-size: 13px;
      line-height: 14px;
      font-family: "toyota-text-regular", sans-serif;
      color: #fff; }
  .tooltipster-base .tooltipster-arrow-bottom span,
  .tooltipster-base .tooltipster-arrow-bottom-right span,
  .tooltipster-base .tooltipster-arrow-bottom-left span {
    left: 20px;
    border-bottom: 10px solid;
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent !important;
    top: -10px; }
  .tooltipster-base .tooltipster-arrow-top span,
  .tooltipster-base .tooltipster-arrow-top-right span,
  .tooltipster-base .tooltipster-arrow-top-left span {
    left: 20px;
    border-top: 10px solid;
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent !important;
    bottom: -10px; }

.tooltip-popup {
  position: fixed;
  top: -50%;
  bottom: -50%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  opacity: 0;
  transition: all 200ms ease; }
  .tooltip-popup .vertical-wrapper,
  .tooltip-popup .vertical-content {
    width: 100%;
    height: 100%; }
  .tooltip-popup .tooltip-content {
    background: #1e2a32;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    padding: 15px 20px 18px;
    font-size: 13px;
    line-height: 14px;
    font-family: "toyota-text-regular", sans-serif;
    color: #fff;
    width: 90%;
    margin: auto; }
  .tooltip-popup.tooltip-popup-visible {
    opacity: 1; }

@media screen and (max-width: 767px) {
  .tooltip:before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%; }
  .tooltipster-base {
    display: none; } }

.slider-hp {
  background: #e8e9ea;
  transition: background-color 0.5s ease; }
  .slider-hp.light {
    background-color: #e8e9ea; }
  .slider-hp.dark {
    background-color: #121212; }
    .slider-hp.dark .owl-buttons .owl-prev,
    .slider-hp.dark .owl-buttons .owl-next {
      background-color: rgba(255, 255, 255, 0.15); }
    .slider-hp.dark .owl-pagination .owl-page span {
      background-color: #fff; }
  .slider-hp .slide {
    position: relative; }
    .slider-hp .slide.clickable {
      cursor: pointer; }
    .slider-hp .slide.higher-image {
      height: 600px; }
      .slider-hp .slide.higher-image .btn-banner-link {
        position: absolute;
        right: -300px;
        bottom: -175px;
        font-size: 16px; }
      @media screen and (max-width: 1199px) {
        .slider-hp .slide.higher-image .btn-banner-link {
          right: initial;
          bottom: -170px;
          left: 0; }
        .slider-hp .slide.higher-image .slide-bg {
          background-position: 62% 0; } }
      @media screen and (max-width: 767px) {
        .slider-hp .slide.higher-image .btn-banner-link {
          top: -60px;
          left: -15px;
          bottom: initial; } }
      @media screen and (max-width: 370px) {
        .slider-hp .slide.higher-image {
          top: -57px;
          font-size: 15px; } }
    @media screen and (min-width: 768px) {
      .slider-hp .slide .slider-stick {
        position: absolute;
        top: 100px;
        right: 180px; }
      .slider-hp .slide .badge-wrapper {
        text-align: right; }
        .slider-hp .slide .badge-wrapper .two-lines {
          transform: scale(0.8);
          transform-origin: 100% 50%; } }
    @media screen and (max-width: 1199px) {
      .slider-hp .slide .slider-stick {
        right: 40px; } }
    .slider-hp .slide.light .benefits-list li,
    .slider-hp .slide.light .header-primary,
    .slider-hp .slide.light .header-secondary,
    .slider-hp .slide.light .badge-wrapper,
    .slider-hp .slide.light .badge-wrapper a,
    .slider-hp .slide.light .btn-banner-link {
      color: #000; }
    .slider-hp .slide.dark .benefits-list li,
    .slider-hp .slide.dark .header-primary,
    .slider-hp .slide.dark .header-secondary,
    .slider-hp .slide.dark .badge-wrapper,
    .slider-hp .slide.dark .badge-wrapper a,
    .slider-hp .slide.dark .btn-banner-link {
      color: #fff; }
    .slider-hp .slide.orange .benefits-list li:before {
      background-color: #f3932f; }
    .slider-hp .slide.orange .header-primary,
    .slider-hp .slide.orange .slide .badge-wrapper .two-lines em,
    .slider-hp .slide.orange .slide .badge-wrapper .two-lines strong,
    .slider-hp .slide.orange .slide .badge-wrapper .two-lines a {
      color: #f3932f; }
    .slider-hp .slide.orange .badge-wrapper .two-lines a,
    .slider-hp .slide.orange .badge-wrapper .two-lines em,
    .slider-hp .slide.orange .badge-wrapper .two-lines strong {
      color: #f3932f; }
    .slider-hp .slide.orange.red-price .badge-wrapper .two-lines a,
    .slider-hp .slide.orange.red-price .badge-wrapper .two-lines em,
    .slider-hp .slide.orange.red-price .badge-wrapper .two-lines strong {
      color: #d1001e; }
    .slider-hp .slide.orange.white-price .badge-wrapper .two-lines a,
    .slider-hp .slide.orange.white-price .badge-wrapper .two-lines em,
    .slider-hp .slide.orange.white-price .badge-wrapper .two-lines strong {
      color: #fff; }
    .slider-hp .slide.blue .benefits-list li:before {
      background-color: #00aeef; }
    .slider-hp .slide.blue .header-primary,
    .slider-hp .slide.blue .slide .badge-wrapper .two-lines em,
    .slider-hp .slide.blue .slide .badge-wrapper .two-lines strong,
    .slider-hp .slide.blue .slide .badge-wrapper .two-lines a {
      color: #00aeef; }
    .slider-hp .slide.blue .badge-wrapper .two-lines a,
    .slider-hp .slide.blue .badge-wrapper .two-lines em,
    .slider-hp .slide.blue .badge-wrapper .two-lines strong {
      color: #00aeef; }
    .slider-hp .slide.black .benefits-list li:before {
      background-color: #000; }
    .slider-hp .slide.black .header-primary,
    .slider-hp .slide.black .slide .badge-wrapper .two-lines em,
    .slider-hp .slide.black .slide .badge-wrapper .two-lines strong,
    .slider-hp .slide.black .slide .badge-wrapper .two-lines a {
      color: #000; }
    .slider-hp .slide.black .badge-wrapper .two-lines a,
    .slider-hp .slide.black .badge-wrapper .two-lines em,
    .slider-hp .slide.black .badge-wrapper .two-lines strong {
      color: #000; }
    .slider-hp .slide.white .benefits-list li:before {
      background-color: #fff; }
    .slider-hp .slide.white .header-primary,
    .slider-hp .slide.white .slide .badge-wrapper .two-lines em,
    .slider-hp .slide.white .slide .badge-wrapper .two-lines strong,
    .slider-hp .slide.white .slide .badge-wrapper .two-lines a {
      color: #fff; }
    .slider-hp .slide.white .badge-wrapper .two-lines a,
    .slider-hp .slide.white .badge-wrapper .two-lines em,
    .slider-hp .slide.white .badge-wrapper .two-lines strong {
      color: #fff; }
    .slider-hp .slide.pink .benefits-list li:before {
      background-color: #ab2d84; }
    .slider-hp .slide.pink .header-primary,
    .slider-hp .slide.pink .slide .badge-wrapper .two-lines em,
    .slider-hp .slide.pink .slide .badge-wrapper .two-lines strong,
    .slider-hp .slide.pink .slide .badge-wrapper .two-lines a {
      color: #ab2d84; }
    .slider-hp .slide.pink .badge-wrapper .two-lines a,
    .slider-hp .slide.pink .badge-wrapper .two-lines em,
    .slider-hp .slide.pink .badge-wrapper .two-lines strong {
      color: #ab2d84; }
    .slider-hp .slide .slide-bg {
      background-position: 50% 0;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      overflow: hidden; }
      .slider-hp .slide .slide-bg img {
        display: none; }
    .slider-hp .slide .container {
      position: relative; }
    .slider-hp .slide .vertical-wrapper {
      position: static; }
    .slider-hp .slide .vertical-content {
      height: 500px; }
    .slider-hp .slide .slider-content {
      min-height: 290px;
      position: relative; }
    .slider-hp .slide .slider-header-image {
      float: left;
      display: block;
      margin-right: 25px; }
      @media screen and (max-width: 767px) {
        .slider-hp .slide .slider-header-image {
          margin-top: 15px; } }
      .slider-hp .slide .slider-header-image + .header-primary {
        float: left; }
    .slider-hp .slide .slider-header-ico {
      position: absolute;
      right: -80px; }
      .slider-hp .slide .slider-header-ico img {
        max-width: 300px; }
    .slider-hp .slide .header-primary {
      font-family: "toyota-text-regular", sans-serif; }
      .slider-hp .slide .header-primary img {
        display: none; }
    .slider-hp .slide .header-secondary {
      margin: 0;
      font-family: "toyota-text-regular", sans-serif;
      clear: both; }
    .slider-hp .slide .benefits-list {
      clear: both;
      margin: 25px 0; }
      .slider-hp .slide .benefits-list li {
        color: #000;
        font-size: 15px; }
    .slider-hp .slide img {
      margin-bottom: 15px; }
    .slider-hp .slide .slider-stick {
      display: none !important; }
    .slider-hp .slide .slider-stick {
      display: block;
      margin-bottom: 20px; }
    .slider-hp .slide .badge-wrapper {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 0;
      color: #fff;
      height: 60px; }
      .slider-hp .slide .badge-wrapper .badge {
        display: inline-block;
        position: relative; }
      .slider-hp .slide .badge-wrapper .two-lines p {
        font-size: 23px;
        text-align: center;
        font-weight: 300; }
      .slider-hp .slide .badge-wrapper .two-lines em {
        font-size: 15px;
        line-height: 1.2;
        display: inline-block;
        text-align: center; }
      .slider-hp .slide .badge-wrapper .two-lines strong,
      .slider-hp .slide .badge-wrapper .two-lines b {
        font-size: 40px;
        display: inline-block;
        margin: 7px 5px 0 3px; }
      .slider-hp .slide .badge-wrapper .two-lines a:hover {
        text-decoration: none; }
      .slider-hp .slide .badge-wrapper p {
        font-family: "toyota-text-bold", sans-serif;
        font-size: 22px;
        line-height: 26px;
        margin: 0; }
        .slider-hp .slide .badge-wrapper p em {
          font-family: "toyota-text-regular", sans-serif;
          font-style: normal;
          font-size: 16px; }
        .slider-hp .slide .badge-wrapper p strong,
        .slider-hp .slide .badge-wrapper p b {
          font-size: 28px; }
      .slider-hp .slide .badge-wrapper .tooltip {
        position: absolute;
        left: 100%;
        bottom: 15px;
        margin-left: 5px; }
    .slider-hp .slide .promo-wrapper {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 0;
      text-align: right; }
      .slider-hp .slide .promo-wrapper .promo {
        display: inline-block;
        background: #efc60a;
        padding: 16px 18px;
        transform: rotate(-7deg);
        transform-origin: 0 100%;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .slider-hp .slide .promo-wrapper .promo {
            text-align: left; } }
        .slider-hp .slide .promo-wrapper .promo p {
          font-family: "toyota-display-regular", sans-serif;
          margin: 0;
          font-size: 14px;
          line-height: 16px; }
          .slider-hp .slide .promo-wrapper .promo p strong,
          .slider-hp .slide .promo-wrapper .promo p b {
            font-family: "toyota-display-bold", sans-serif;
            font-size: 32px;
            line-height: 32px; }
    .slider-hp .slide .badge-link {
      position: absolute;
      bottom: 0;
      right: 0;
      max-width: 20%; }
      @media screen and (max-width: 767px) {
        .slider-hp .slide .badge-link {
          bottom: 100%;
          right: auto;
          left: 20px; } }
      .slider-hp .slide .badge-link img {
        margin-bottom: 0; }
  .slider-hp .owl-pagination {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0; }
    .slider-hp .owl-pagination .owl-page {
      display: inline-block; }
      .slider-hp .owl-pagination .owl-page span {
        display: block;
        width: 8px;
        height: 8px;
        margin: 0 3px;
        background-color: #fff;
        opacity: 0.5;
        border-radius: 50%;
        transition: opacity 300ms ease; }
      .slider-hp .owl-pagination .owl-page:hover span, .slider-hp .owl-pagination .owl-page.active span {
        opacity: 1; }
  .slider-hp .owl-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    .slider-hp .owl-buttons .owl-prev,
    .slider-hp .owl-buttons .owl-next {
      position: absolute;
      bottom: 20px;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 32px;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      color: #fff;
      font-weight: bold;
      transition: background-color 300ms ease; }
      .slider-hp .owl-buttons .owl-prev:hover,
      .slider-hp .owl-buttons .owl-next:hover {
        background-color: rgba(0, 0, 0, 0.8); }
      .slider-hp .owl-buttons .owl-prev:focus, .slider-hp .owl-buttons .owl-prev:active,
      .device-mobile .slider-hp .owl-buttons .owl-prev:hover,
      .slider-hp .owl-buttons .owl-next:focus,
      .slider-hp .owl-buttons .owl-next:active,
      .device-mobile
      .slider-hp .owl-buttons .owl-next:hover {
        background-color: rgba(0, 0, 0, 0.5); }
    .slider-hp .owl-buttons .owl-prev {
      left: 20px;
      padding-right: 1px; }
    .slider-hp .owl-buttons .owl-next {
      right: 20px;
      padding-left: 1px; }
  .slider-hp .banner-full-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

@media screen and (max-width: 991px) {
  .slider-hp .owl-buttons .owl-prev:before,
  .slider-hp .owl-buttons .owl-next:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%; }
  .slider-hp .slide .slider-header-ico {
    position: static; } }

@media screen and (max-width: 767px) {
  .slider-hp {
    height: auto;
    padding-bottom: 50px; }
    .slider-hp .slide {
      height: auto; }
      .slider-hp .slide .slide-bg {
        background: none !important;
        position: static; }
        .slider-hp .slide .slide-bg img {
          display: block;
          width: 150%;
          margin: 0 -25%;
          max-width: none; }
      .slider-hp .slide .vertical-content {
        height: auto; }
      .slider-hp .slide .slider-content {
        min-height: 0; }
        .slider-hp .slide .slider-content > img {
          width: 100%;
          height: auto;
          margin-top: 15px; }
      .slider-hp .slide .header-primary {
        font-size: 34px;
        margin: 20px 0; }
      .slider-hp .slide .header-secondary {
        font-size: 24px; }
      .slider-hp .slide .badge-wrapper {
        position: static;
        margin: 20px 0; }
      .slider-hp .slide .promo-wrapper {
        position: static;
        text-align: left;
        height: auto; }
        .slider-hp .slide .promo-wrapper .promo {
          background: transparent;
          margin: 25px 0;
          background: #efc60a; }
          .slider-hp .slide .promo-wrapper .promo p {
            font-family: "toyota-display-regular", sans-serif;
            margin: 0;
            font-size: 15px;
            line-height: 16px; }
            .slider-hp .slide .promo-wrapper .promo p strong,
            .slider-hp .slide .promo-wrapper .promo p b {
              font-family: "toyota-display-bold", sans-serif;
              font-size: 36px;
              line-height: 36px; }
    .slider-hp .owl-pagination {
      bottom: 22px; }
      .slider-hp .owl-pagination .owl-page span {
        background-color: #000; }
    .slider-hp .owl-buttons .owl-prev,
    .slider-hp .owl-buttons .owl-next {
      bottom: 10px; }
    .slider-hp .owl-buttons .owl-prev {
      left: 15px; }
    .slider-hp .owl-buttons .owl-next {
      right: 15px; } }

.slider-ribbon {
  padding: 20px 0 20px 75px;
  width: 300px;
  font-size: 17px;
  line-height: 1.2;
  position: absolute;
  right: 0;
  display: block;
  top: 170px;
  z-index: 10; }
  .slider-ribbon.light {
    color: #fff;
    background: #cf132b url("../img/layout/ico-contact-white.png") left 20px top 35px no-repeat; }
    .slider-ribbon.light:hover {
      color: #fff; }
  .slider-ribbon.dark {
    color: #cf132b;
    border: 1px solid #cf132b;
    border-right: none;
    background: #fff url("../img/content/footer-contact-phone.png") left 20px top 35px no-repeat; }
    .slider-ribbon.dark:hover {
      color: #cf132b; }
  .header-sticked .slider-ribbon {
    position: fixed;
    top: 220px; }
    @media screen and (max-width: 767px) {
      .header-sticked .slider-ribbon {
        top: auto;
        bottom: 0; } }
    .header-sticked .slider-ribbon.no-scroll {
      position: absolute;
      top: 170px; }
  @media screen and (max-width: 480px) {
    .slider-ribbon {
      position: static;
      width: 100%; } }
  .slider-ribbon.unactive {
    display: none; }
  .slider-ribbon h4 {
    font-family: "toyota-text-bold", sans-serif;
    font-size: 17px;
    text-transform: uppercase; }

.callback-badge {
  position: fixed;
  right: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  width: 310px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  bottom: 85px;
  margin-bottom: 80px;
  z-index: 20;
  color: #d1001e;
  cursor: pointer;
  transform-origin: 100% 50%;
  transition: 0.2s transform ease-in-out; }
  @media screen and (max-width: 767px) {
    .callback-badge {
      bottom: 0;
      left: 0;
      right: 50%;
      margin-bottom: 0;
      width: auto;
      background: #fff; }
      .callback-badge .light-xs {
        font-family: "toyota-text-regular", sans-serif; } }
  .callback-badge.inactive {
    transform: scale(0); }
  .callback-badge-trigger {
    display: block;
    -ms-flex: 0 0 64px;
        flex: 0 0 64px;
    width: 64px;
    height: 64px;
    background: #fff url("../img/layout/ico-callback.png") no-repeat 50% 50%;
    border: 0;
    outline: 0;
    border-radius: 50%;
    box-shadow: -3px 2px 5px 0 rgba(0, 0, 0, 0.06), 3px 2px 5px 0 rgba(0, 0, 0, 0.06), 0 0 15px 0 rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out; }
    @media screen and (max-width: 767px) {
      .callback-badge-trigger {
        box-shadow: none; } }
    .callback-badge-trigger:hover {
      background-color: #fafafa;
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16), 0 0 20px 0 rgba(0, 0, 0, 0.12); }
      @media screen and (max-width: 767px) {
        .callback-badge-trigger:hover {
          background-color: #fff;
          box-shadow: none; } }
  .callback-badge-tooltip {
    position: relative;
    -ms-flex: 0 1 225px;
        flex: 0 1 225px;
    padding: 11px 13px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.46;
    background: #fff;
    box-shadow: -3px 2px 5px 0 rgba(0, 0, 0, 0.06), 3px 2px 5px 0 rgba(0, 0, 0, 0.06), 0 0 15px 0 rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 767px) {
      .callback-badge-tooltip {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        box-shadow: none; } }
    .callback-badge-tooltip::after {
      content: '';
      position: absolute;
      left: 100%;
      top: 50%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 0 7px 8px;
      border-color: transparent transparent transparent #fff;
      transform: translateY(-50%); }
    .callback-badge-tooltip-close {
      position: absolute;
      display: block;
      top: 15px;
      right: 15px;
      width: 14px;
      height: 14px;
      padding: 0;
      outline: 0;
      border: 0;
      background: none;
      transition: transform 0.2s ease-in-out; }
      @media screen and (max-width: 767px) {
        .callback-badge-tooltip-close {
          display: none; } }
      .callback-badge-tooltip-close::before, .callback-badge-tooltip-close::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        width: 21px;
        height: 1px;
        margin: auto;
        background: #d1001e;
        transition: background-color 0.2s ease-in-out; }
      .callback-badge-tooltip-close::before {
        left: 0;
        transform-origin: 0 0;
        transform: rotate(45deg); }
      .callback-badge-tooltip-close::after {
        right: 0;
        transform-origin: 100% 0;
        transform: rotate(-45deg); }
      .callback-badge-tooltip-close:hover {
        transform: rotate(90deg); }
        .callback-badge-tooltip-close:hover::before, .callback-badge-tooltip-close:hover::after {
          background: #73000d; }

@media screen and (max-width: 1367px) {
  .slider-hp-small {
    height: 350px; }
    .slider-hp-small .slide {
      height: 350px; }
      .slider-hp-small .slide .vertical-content {
        height: 350px; } }
      @media screen and (max-width: 1367px) and (max-width: 767px) {
        .slider-hp-small .slide .vertical-content {
          height: auto; } }

@media screen and (max-width: 1367px) {
      .slider-hp-small .slide .slider-content {
        min-height: 150px; }
        .slider-hp-small .slide .slider-content .btn.btn-red {
          margin-top: 20px; }
        .slider-hp-small .slide .slider-content .benefits-list {
          display: none; } }

.image-only-header a.btn {
  position: absolute;
  bottom: -20px; }

@media screen and (max-width: 767px) {
  .image-only-header a img {
    position: absolute;
    left: 50%;
    max-width: 160%;
    transform: translateX(-50%);
    display: inline-block; }
  .image-only-header a.btn {
    height: auto; }
  .image-only-header .slider-hp {
    max-height: 320px;
    background-color: #fff; } }

.slider-custom .owl-pagination {
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0; }
  .slider-custom .owl-pagination .owl-page {
    display: inline-block; }
    .slider-custom .owl-pagination .owl-page span {
      display: block;
      width: 8px;
      height: 8px;
      margin: 0 3px;
      background-color: #fff;
      opacity: 0.5;
      border-radius: 50%;
      transition: opacity 300ms ease; }
    .slider-custom .owl-pagination .owl-page:hover span, .slider-custom .owl-pagination .owl-page.active span {
      opacity: 1; }

.slider-custom .owl-buttons {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0; }
  .slider-custom .owl-buttons .owl-prev,
  .slider-custom .owl-buttons .owl-next {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    transform: translateY(-50%);
    transition: background-color 300ms ease; }
    .slider-custom .owl-buttons .owl-prev:hover,
    .slider-custom .owl-buttons .owl-next:hover {
      background-color: rgba(0, 0, 0, 0.8); }
    .slider-custom .owl-buttons .owl-prev:focus, .slider-custom .owl-buttons .owl-prev:active,
    .device-mobile .slider-custom .owl-buttons .owl-prev:hover,
    .slider-custom .owl-buttons .owl-next:focus,
    .slider-custom .owl-buttons .owl-next:active,
    .device-mobile
    .slider-custom .owl-buttons .owl-next:hover {
      background-color: rgba(0, 0, 0, 0.5); }
  .slider-custom .owl-buttons .owl-prev {
    left: 20px;
    padding-right: 1px; }
  .slider-custom .owl-buttons .owl-next {
    right: 20px;
    padding-left: 1px; }

@media screen and (max-width: 991px) {
  .slider-custom .owl-buttons .owl-prev:before,
  .slider-custom .owl-buttons .owl-next:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%; } }

@media screen and (max-width: 767px) {
  .slider-custom .owl-pagination {
    bottom: 22px; }
    .slider-custom .owl-pagination .owl-page span {
      background-color: #000; }
  .slider-custom .owl-buttons .owl-prev,
  .slider-custom .owl-buttons .owl-next {
    bottom: 10px; }
  .slider-custom .owl-buttons .owl-prev {
    left: 15px; }
  .slider-custom .owl-buttons .owl-next {
    right: 15px; } }

.slide-promo p {
  margin-bottom: 0; }

@media screen and (min-width: 1200px) {
  .slide-promo .slider-content {
    padding-left: 20px; } }

.slide-promo-transform {
  text-transform: uppercase;
  font-family: "toyota-display-regular", sans-serif;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .slide-promo-transform {
      margin-top: 20px;
      color: #000; } }

.slide-promo-heading, .slide-promo-subheading {
  margin: 0; }
  .slide-promo-heading + .slide-promo-heading, .slide-promo-subheading + .slide-promo-heading, .slide-promo-heading + .slide-promo-subheading, .slide-promo-subheading + .slide-promo-subheading {
    margin-top: 5px; }

.slide-promo-first-line, .slide-promo-third-line {
  font-weight: bold; }

.slide-promo-first-line, .slide-promo-second-line, .slide-promo-third-line {
  display: block; }
  .slide-promo-first-line + .slide-promo-first-line, .slide-promo-second-line + .slide-promo-first-line, .slide-promo-third-line + .slide-promo-first-line, .slide-promo-first-line + .slide-promo-second-line, .slide-promo-second-line + .slide-promo-second-line, .slide-promo-third-line + .slide-promo-second-line, .slide-promo-first-line + .slide-promo-third-line, .slide-promo-second-line + .slide-promo-third-line, .slide-promo-third-line + .slide-promo-third-line {
    margin-top: 5px; }

.slide-promo-first-line, .slide-promo-second-line {
  font-size: 32px; }
  @media screen and (max-width: 767px) {
    .slide-promo-first-line, .slide-promo-second-line {
      font-size: 22px; } }

.slide-promo-third-line {
  font-size: 26px; }
  @media screen and (max-width: 767px) {
    .slide-promo-third-line {
      font-size: 16px; } }

.slide-promo-opening-hours {
  margin: 40px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 24px; }
  @media screen and (max-width: 767px) {
    .slide-promo-opening-hours {
      display: block;
      margin: 30px 0; } }

.slide-promo-invitation {
  position: relative;
  margin-right: 25px;
  font-size: 20px; }
  .slide-promo-invitation::after {
    content: '';
    position: absolute;
    top: 2px;
    right: -15px;
    bottom: 2px;
    width: 4px;
    background-color: #d1001e; }
    @media screen and (max-width: 767px) {
      .slide-promo-invitation::after {
        content: none; } }
  @media screen and (max-width: 767px) {
    .slide-promo-invitation {
      font-size: 16px; } }

.slide-promo-date {
  font-size: 24px;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .slide-promo-date {
      margin-top: 10px;
      font-size: 16px; } }

.slide-promo-price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 40px 0; }
  .slide-promo-price img {
    width: 190px;
    margin: 0 0 0 25px !important; }
    @media screen and (max-width: 767px) {
      .slide-promo-price img {
        margin: 10px 0 0 0 !important; } }
  @media screen and (max-width: 767px) {
    .slide-promo-price {
      display: block;
      margin: 30px 0; } }

.slide-promo-rate {
  font-size: 32px; }
  @media screen and (max-width: 767px) {
    .slide-promo-rate {
      font-size: 16px; } }
  .slide-promo-rate span {
    text-transform: none;
    font-size: 24px; }
    @media screen and (max-width: 767px) {
      .slide-promo-rate span {
        font-size: 16px; } }

.slide-promo-badge {
  position: absolute;
  right: 15px;
  bottom: 0;
  margin: 0 !important; }
  @media screen and (max-width: 767px) {
    .slide-promo-badge {
      width: 60px; } }

.hub {
  border-bottom: 1px solid #c7c7c7; }
  .hub ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none; }
    .hub ul li {
      margin: 0 0 50px 0; }
      .hub ul li .img-slot {
        position: relative;
        overflow: hidden;
        border-radius: 3px; }
        .hub ul li .img-slot img {
          width: 100%; }
      .hub ul li a {
        text-decoration: none; }
      .hub ul li .header-tetriary {
        margin: 20px 0 10px; }
  .hub .product-ribbon {
    color: #fff;
    background: #d1001e;
    border-radius: 3px;
    padding: 1px 6px;
    position: absolute;
    top: 15px;
    left: 5px;
    font-size: 14px;
    display: inline-block;
    z-index: 9;
    text-transform: uppercase;
    font-family: "toyota-text-bold", sans-serif; }
  .hub .date,
  .hub .pdf {
    font-size: 14px; }
  .hub .date {
    margin-top: 5px;
    display: block;
    color: #969c97; }
  .module:last-child .hub {
    border-bottom: none;
    margin-bottom: -50px; }

.guide .header-quaternary {
  padding: 10px 0; }

.guide .module:last-child .hub {
  margin-bottom: -25px; }

.guide .hub .header-quaternary {
  border-top: 1px solid #1e2a32; }

.articles-filter {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 60px;
  width: 100%;
  margin: auto; }
  .articles-filter + .header-tetriary {
    border-bottom: 1px solid #000;
    margin-bottom: 10px; }
  .articles-filter a {
    color: #1e2a32;
    font-size: 25px;
    font-weight: 600;
    padding: 10px 0;
    width: 100%; }
    .articles-filter a span {
      color: #1e2a32; }
    .articles-filter a:hover {
      font-weight: 200;
      text-decoration: none; }
      .articles-filter a:hover span {
        color: #1e2a32;
        border-bottom: 2px solid #d1001e; }
    .articles-filter a:focus {
      text-decoration: none; }
    .articles-filter a.active {
      background-color: #e8e9ea;
      color: #000; }
      .articles-filter a.active:hover {
        color: #d1001e; }
        .articles-filter a.active:hover span {
          color: #1e2a32; }
    @media screen and (min-width: 1200px) {
      .articles-filter a {
        padding: 10px 0; } }
    @media screen and (max-width: 767px) {
      .articles-filter a {
        font-size: 20px;
        padding: 14px 0; } }
    @media screen and (max-width: 480px) {
      .articles-filter a {
        font-size: 18px;
        padding: 16px 0; } }
    @media screen and (max-width: 420px) {
      .articles-filter a {
        font-size: 15px;
        padding: 18px 0; } }

.article-list {
  padding-bottom: 70px; }
  .article-list .header-tetriary {
    line-height: normal;
    margin: 0 0 3px; }
  .article-list .text-content p {
    font-size: 14px;
    line-height: normal; }
  .article-list .read-more {
    position: absolute;
    color: #d1001e;
    bottom: -10px;
    right: 0; }
    @media screen and (max-width: 1199px) {
      .article-list .read-more {
        bottom: -20px; } }
    @media screen and (max-width: 991px) {
      .article-list .read-more {
        position: static; } }
    .article-list .read-more::after {
      font-family: 'themify';
      content: "\e649";
      font-size: 10px;
      margin-left: 4px; }

.article-item {
  margin-bottom: 30px; }
  .article-item a > div {
    min-height: 150px; }
  .article-item a:hover {
    color: #1e2a32; }
    .article-item a:hover .header-tetriary {
      color: #d1001e; }

.article-categories, .article-date {
  color: #6c7073; }

.article-date {
  font-size: 12px; }

.article-categories {
  display: inline;
  position: absolute;
  font-size: 12px;
  top: 6px;
  left: 22px; }
  .article-categories .category {
    color: #1e2a32;
    background-color: rgba(225, 225, 225, 0.8);
    padding: 2px 5px;
    text-transform: uppercase; }

.article-slider .text-content {
  display: none; }

@media screen and (max-width: 991px) {
  .article-slider.slider-custom {
    margin-bottom: 20px; } }

.article-slider.slider-custom .header-tetriary {
  line-height: normal;
  margin: 5px 0 10px; }

.article-slider.slider-custom .product-feature {
  color: #1e2a32;
  margin-bottom: 70px; }

.article-slider.slider-custom .img-slot {
  border-radius: unset; }

.article-slider.slider-custom .owl-item {
  margin-bottom: 0; }

.article-slider.slider-custom .owl-buttons {
  font-size: 14px;
  position: inherit; }
  .article-slider.slider-custom .owl-buttons .owl-prev, .article-slider.slider-custom .owl-buttons .owl-next {
    top: 24%; }
    @media screen and (max-width: 991px) {
      .article-slider.slider-custom .owl-buttons .owl-prev, .article-slider.slider-custom .owl-buttons .owl-next {
        bottom: 25px;
        top: auto; } }
    .article-slider.slider-custom .owl-buttons .owl-prev:hover, .article-slider.slider-custom .owl-buttons .owl-next:hover {
      color: #b3b3b3; }
  .article-slider.slider-custom .owl-buttons .owl-prev {
    left: -30px; }
    @media screen and (max-width: 991px) {
      .article-slider.slider-custom .owl-buttons .owl-prev {
        left: 20px; } }
  .article-slider.slider-custom .owl-buttons .owl-next {
    right: -30px; }
    @media screen and (max-width: 991px) {
      .article-slider.slider-custom .owl-buttons .owl-next {
        right: 20px; } }

.article-slider.slider-custom .owl-pagination {
  margin: 0 15px;
  padding-top: 15px;
  bottom: 52px; }
  .article-slider.slider-custom .owl-pagination .owl-page span {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid #000;
    opacity: 1; }
  .article-slider.slider-custom .owl-pagination .owl-page.active span {
    background-color: #000; }

.offers-header {
  margin: 30px 0;
  text-align: center; }

.offers-list {
  padding: 0;
  margin-top: -30px;
  margin-bottom: 0;
  list-style: none;
  text-align: center; }
  .offers-list li {
    margin-top: 30px;
    z-index: 2; }
    .offers-list li .offer-wrapper {
      height: 155px;
      position: relative; }
    .offers-list li .video-link .img-slot {
      position: static; }
    .offers-list li a {
      position: absolute;
      top: 0;
      left: 0;
      height: 155px;
      width: 100%;
      background-color: #ededee;
      border-radius: 3px;
      transform: translateY(0);
      transition: all 300ms ease;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0);
      text-decoration: none;
      font-size: 17px; }
      .offers-list li a .img-slot {
        margin: 40px 0 15px;
        height: 40px;
        position: relative; }
        .offers-list li a .img-slot img {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          min-width: 50px; }
          .offers-list li a .img-slot img + img {
            transition: opacity 300ms ease;
            opacity: 0; }
      .offers-list li a:hover {
        color: #fff !important;
        height: 180px;
        transform: translateY(-10px);
        background-color: #1e2a32;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); }
        .offers-list li a:hover img + img {
          opacity: 1; }
        .bg-invert .offers-list li a:hover {
          background-color: #161e23; }
    .offers-list li.promo-offer a {
      color: #d1001e; }
      .offers-list li.promo-offer a:hover {
        background-color: #d1001e; }
  .offers-list.offers-compare li a {
    font-size: 28px;
    cursor: default; }
    .offers-list.offers-compare li a .img-slot {
      height: 1px; }
    .offers-list.offers-compare li a.active {
      background-color: #009deb; }
  @media (max-width: 991px) and (min-width: 768px) {
    .offers-list.offers-compare li a .img-slot {
      margin-top: 20px; } }
  .offers-list #video-popup {
    display: none; }

.device-mobile .offers-list li a:hover {
  height: inherit;
  padding-top: inherit;
  transform: none; }

@media screen and (max-width: 767px) {
  .offers-list {
    padding-bottom: 20px; } }

.product-features {
  margin-bottom: 0;
  padding: 0;
  list-style: none; }
  .product-features li {
    text-align: center; }
    .product-features li .img-slot {
      height: 90px;
      position: relative; }
      .product-features li .img-slot img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 60px;
        height: 60px; }
    .product-features li span {
      display: block;
      font-size: 15px;
      line-height: 20px;
      margin: 0; }

@media screen and (min-width: 1200px) {
  .product-features.table-fixed {
    display: table;
    table-layout: fixed; }
    .product-features.table-fixed li {
      display: table-cell !important;
      width: auto; } }

@media screen and (min-width: 768px) {
  .product-features.table-fixed {
    display: table;
    table-layout: fixed; }
    .product-features.table-fixed li {
      display: table-cell !important;
      width: auto; } }

.product-benefits {
  margin-bottom: 0;
  list-style: none;
  padding: 0; }
  .product-benefits li {
    text-align: center;
    padding-bottom: 40px; }
    .product-benefits li .img-slot {
      height: 90px;
      position: relative; }
      .product-benefits li .img-slot img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    .product-benefits li span {
      display: block;
      font-size: 18px;
      line-height: 20px;
      margin: 0; }

@media screen and (min-width: 1200px) {
  .product-benefits.table-fixed {
    display: table;
    table-layout: fixed; }
    .product-benefits.table-fixed li {
      display: table-cell !important;
      width: auto; } }

@media screen and (min-width: 768px) {
  .product-benefits.table-fixed {
    display: table;
    table-layout: fixed; }
    .product-benefits.table-fixed li {
      display: table-cell !important;
      width: auto; } }

@media screen and (max-width: 767px) {
  .product-benefits {
    padding: 0; } }

.recommended .header-quaternary {
  border-top: 1px solid #1e2a32;
  margin: 10px 0;
  padding: 10px 0 0; }

.recommended .hub {
  border-bottom: none; }

.four-columns ul,
.three-columns ul {
  margin-bottom: -30px;
  padding: 0; }
  .four-columns ul li,
  .three-columns ul li {
    list-style: none;
    font-size: 13px;
    margin-bottom: 30px; }
    .four-columns ul li .img-slot,
    .three-columns ul li .img-slot {
      position: relative;
      margin-bottom: 15px; }
      .four-columns ul li .img-slot:empty,
      .three-columns ul li .img-slot:empty {
        display: none; }

.four-columns h1, .four-columns h2, .four-columns h3, .four-columns h4, .four-columns h5,
.three-columns h1,
.three-columns h2,
.three-columns h3,
.three-columns h4,
.three-columns h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "toyota-display-bold", sans-serif; }

.four-columns p,
.three-columns p {
  font-size: 15px; }

.acc-list {
  border-bottom: 1px solid #c7c7c7; }
  .acc-list .acc {
    position: relative;
    border-top: 1px solid #c7c7c7;
    padding: 15px 0 0 45px;
    background-color: #ededee;
    transition: background-color 300ms ease;
    position: relative;
    z-index: 9; }
    .faq-checks .acc-list .acc {
      padding-left: 0;
      background: transparent; }
    .acc-list .acc .acc-switch {
      display: inline-block;
      font-size: 15px;
      padding-right: 15px;
      text-decoration: none;
      position: relative; }
      .faq-checks .acc-list .acc .acc-switch {
        margin-left: 30px;
        font-family: "toyota-text-bold", sans-serif;
        font-size: 16px;
        color: #00aeef; }
      .acc-list .acc .acc-switch em {
        font-size: 16px;
        position: absolute;
        top: 2px;
        left: -30px;
        transform: rotate(0deg);
        transition: all 300ms ease; }
    .acc-list .acc .acc-content {
      height: 0;
      opacity: 0;
      padding: 0 0 15px;
      visibility: hidden;
      overflow: hidden;
      transition: all 300ms ease;
      backface-visibility: hidden; }
    .acc-list .acc.open {
      background-color: #fff; }
      .acc-list .acc.open .acc-switch {
        font-family: "toyota-text-bold", sans-serif; }
        .acc-list .acc.open .acc-switch em {
          transform: rotate(-90deg); }
      .acc-list .acc.open .acc-content {
        opacity: 1;
        visibility: visible;
        margin-top: 16px; }
  .acc-list .table-stripped,
  .acc-list .download-list {
    margin: 0 0 -16px; }
  .acc-list .text-content {
    padding-right: 15px; }

@media screen and (max-width: 767px) {
  .acc-list .acc {
    padding: 15px 0 0; }
    .acc-list .acc .acc-switch {
      margin-left: 45px; }
  .acc-list .text-content {
    padding-left: 15px; } }

.faq-checks-alert {
  width: 100%;
  max-width: 470px;
  margin: 25px 0 45px;
  display: inline-block;
  padding: 10px 55px;
  color: #fff;
  background-color: #d1001e;
  background: #73000d linear-gradient(to top, #73000d, #d1001e) no-repeat 0 0;
  position: relative; }
  .faq-checks-alert.blue {
    background-color: #00aeef;
    background: #005faf linear-gradient(to top, #005faf, #00aeef) no-repeat 0 0; }
  @media screen and (max-width: 767px) {
    .faq-checks-alert {
      max-width: 100%;
      margin: 30px 0;
      padding: 10px 35px; } }
  .faq-checks-alert::before {
    content: '!';
    font-size: 64px;
    line-height: 1;
    font-family: "toyota-text-bold", sans-serif;
    position: absolute;
    left: 30px;
    top: 7px; }
    @media screen and (max-width: 767px) {
      .faq-checks-alert::before {
        left: 15px; } }
  .faq-checks-alert p {
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px; }
  .faq-checks-alert small {
    margin-top: 5px;
    display: block;
    font-size: 11px;
    line-height: 12px; }

.faq-checks-header {
  position: relative; }
  .faq-checks-header .header-tetriary {
    margin: 0 0 10px; }
  .faq-checks-header .btn {
    position: absolute;
    bottom: 0;
    right: 0; }
    @media screen and (max-width: 767px) {
      .faq-checks-header .btn {
        position: static;
        margin-bottom: 15px; } }

.faq-checks-content {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .faq-checks-content {
      display: block; } }

.faq-checks-col {
  -ms-flex: 1;
      flex: 1;
  padding-right: 15px; }
  @media screen and (max-width: 767px) {
    .faq-checks-col {
      padding-top: 15px;
      padding-bottom: 15px; } }
  .faq-checks-col:nth-child(2) {
    padding-left: 10px; }
    @media screen and (max-width: 767px) {
      .faq-checks-col:nth-child(2) {
        padding-left: 0; } }

.faq-checks-title {
  margin: 5px 0 10px;
  font-family: "toyota-text-bold", sans-serif;
  font-size: 16px; }

.faq-checks-copy {
  padding-top: 3px;
  padding-left: 42px;
  position: relative; }
  .faq-checks-copy::before {
    content: '';
    width: 29px;
    height: 26px;
    background: url(../img/layout/ico-blue-check.png) no-repeat center center/cover;
    position: absolute;
    left: 0;
    top: 0; }
  .faq-checks-copy p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color: #000; }

.faq-checks-disclaimer {
  margin: 35px 0;
  font-size: 10px;
  line-height: 11px; }

.download-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #c7c7c7;
  position: relative;
  z-index: 9; }
  .download-list li:hover,
  .download-list li:hover a {
    color: #d1001e;
    text-decoration: underline;
    cursor: pointer; }
  .download-list .download-file {
    position: relative;
    font-size: 15px;
    padding: 15px;
    border-top: 1px solid #c7c7c7; }
    .download-list .download-file:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 22%;
      width: 1px;
      background: #c7c7c7; }
    .download-list .download-file:nth-child(odd) {
      background: #ededee; }
    .download-list .download-file .file-data {
      position: absolute;
      top: 0;
      right: 0;
      width: 22%;
      padding: 15px 15px 15px 40px; }
      .download-list .download-file .file-data .file-extension {
        text-transform: uppercase; }
      .download-list .download-file .file-data .icon-slot {
        position: absolute;
        top: 12px;
        left: 10px;
        width: 20px;
        height: 26px;
        border: 2px solid #c7c7c7; }
    .download-list .download-file .file-name {
      padding-right: 24%;
      display: block; }
      .download-list .download-file .file-name br {
        display: none; }
    .download-list .download-file.type-text .icon,
    .download-list .download-file.type-text .icon:before,
    .download-list .download-file.type-text .icon:after {
      position: absolute;
      width: 10px;
      height: 2px;
      background: #c7c7c7; }
    .download-list .download-file.type-text .icon {
      top: 10px;
      left: 3px; }
    .download-list .download-file.type-text .icon:before,
    .download-list .download-file.type-text .icon:after {
      content: '';
      left: 0; }
    .download-list .download-file.type-text .icon:before {
      top: -5px; }
    .download-list .download-file.type-text .icon:after {
      top: 5px; }

@media screen and (max-width: 1199px) {
  .download-list .download-file:after {
    right: 27%; }
  .download-list .download-file .file-data {
    width: 27%; }
  .download-list .download-file .file-name {
    padding-right: 30%; } }

@media screen and (max-width: 991px) {
  .download-list .download-file:after {
    right: 22%; }
  .download-list .download-file .file-data {
    width: 22%; }
  .download-list .download-file .file-name {
    padding-right: 24%; } }

@media screen and (max-width: 767px) {
  .download-list .download-file:after {
    content: none; }
  .download-list .download-file .file-data {
    position: static;
    width: auto;
    padding: 0;
    font-size: 13px;
    color: #969c97; }
    .download-list .download-file .file-data .icon-slot {
      display: none; }
  .download-list .download-file .file-name {
    padding-right: 0; }
    .download-list .download-file .file-name br {
      display: block; } }

.image-section {
  color: #fff;
  background-size: cover;
  padding: 65px 0 100px; }
  @media screen and (max-width: 991px) {
    .image-section {
      box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4); }
      .image-section h1,
      .image-section h2,
      .image-section h3,
      .image-section h4 {
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); } }

.calc-criteria {
  background-color: #6c7073;
  padding-top: 20px;
  /*overflow: hidden;*/ }
  .calc-criteria .error-info {
    display: none; }
  .bg-invert .calc-criteria {
    background-color: transparent; }
  .calc-criteria .period-time,
  .calc-criteria .input-price {
    color: #fff;
    margin: 0; }
  .calc-criteria .form-group {
    float: left;
    margin: 0 80px 40px 0;
    position: relative; }
    .calc-criteria .form-group.form-group-fluid {
      width: 100%;
      float: none;
      margin-right: 0; }
    .calc-criteria .form-group:last-child {
      margin-right: 0; }
    .calc-criteria .form-group .label {
      color: #fff;
      font-size: 13px;
      line-height: 20px;
      padding: 0 0 5px;
      display: block;
      min-width: 115px; }
    .calc-criteria .form-group .input-text {
      width: 170px; }
    .calc-criteria .form-group .chosen-container {
      max-width: 100%; }
  .calc-criteria .calc-noui-slider {
    margin-top: 37px;
    margin-bottom: 25px; }
    .calc-criteria .calc-noui-slider.noui-input {
      margin-right: 115px; }
    .calc-criteria .calc-noui-slider.calc-funding-noui-slider {
      width: 270px; }
    .calc-criteria .calc-noui-slider .noui-range {
      position: absolute;
      top: 8px;
      left: 0;
      right: 0;
      height: 0;
      font-size: 15px;
      color: #fff;
      line-height: 1; }
    .calc-criteria .calc-noui-slider .noui-grid {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 0;
      margin: 0;
      padding: 0;
      list-style: none; }
      .calc-criteria .calc-noui-slider .noui-grid li {
        position: absolute;
        top: 0;
        width: 1px;
        height: 7px;
        background-color: #d9dbdc; }
        .calc-criteria .calc-noui-slider .noui-grid li:first-child, .calc-criteria .calc-noui-slider .noui-grid li:last-child {
          display: none; }
    .calc-criteria .calc-noui-slider + .input-text {
      position: absolute;
      top: 42px;
      right: 0;
      width: 100px;
      text-align: center;
      color: #d1001e; }
  .calc-criteria .noUi-base {
    cursor: pointer; }
    .calc-criteria .noUi-base:before {
      content: '';
      position: absolute;
      top: -4px;
      left: 0;
      width: 100%;
      height: 9px; }
  .calc-criteria .noUi-target {
    border: none;
    border-radius: 0;
    box-shadow: none; }
  .calc-criteria .noUi-background {
    background: #d9dbdc; }
  .calc-criteria .noUi-horizontal {
    height: 1px; }
    .calc-criteria .noUi-horizontal .noUi-handle {
      cursor: pointer;
      width: 14px;
      height: 14px;
      left: -7px;
      top: -6px;
      border-radius: 50%;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(30, 42, 50, 0.5);
      background-color: #d1001e;
      background: #73000d linear-gradient(to top, #73000d, #d1001e) no-repeat 0 0;
      border: none; }
      .calc-criteria .noUi-horizontal .noUi-handle:before, .calc-criteria .noUi-horizontal .noUi-handle:after {
        content: none; }
      .calc-criteria .noUi-horizontal .noUi-handle .noui-tooltip {
        position: absolute;
        top: -25px;
        left: -100px;
        right: -100px;
        text-align: center;
        height: 0; }
        .calc-criteria .noUi-horizontal .noUi-handle .noui-tooltip:before {
          content: '';
          position: absolute;
          top: 18px;
          left: 50%;
          margin-left: -6px;
          border-top: 6px solid rgba(30, 42, 50, 0.25);
          border-left: 6px solid transparent;
          border-right: 6px solid transparent; }
        .calc-criteria .noUi-horizontal .noUi-handle .noui-tooltip:after {
          content: '';
          position: absolute;
          top: 19px;
          left: 50%;
          margin-left: -4px;
          border-top: 4px solid #73000d;
          border-left: 4px solid transparent;
          border-right: 4px solid transparent; }
        .calc-criteria .noUi-horizontal .noUi-handle .noui-tooltip .noui-cur-value {
          position: relative;
          display: inline-block;
          min-width: 66px;
          font-family: "toyota-text-bold", sans-serif;
          color: #fff;
          font-size: 16px;
          line-height: 17px;
          padding: 4px 5px 2px;
          border-radius: 2px;
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(30, 42, 50, 0.5);
          background-color: #d1001e;
          background: #73000d linear-gradient(to top, #73000d, #d1001e) no-repeat 0 0; }

/* hide loan or leasing if car has 0 in that cost type */
.form-calc-type-leasing li[data-sum="0"], .form-calc-type-loan li[data-sum="0"] {
  display: none; }

.form-calc-type-loan .calc-type-loan-visible {
  display: block; }

.form-calc-type-loan .calc-type-leasing-visible {
  display: none; }

.form-calc-type-loan .calc-type-loan-visible-inline {
  display: inline-block; }

.form-calc-type-loan .calc-type-leasing-visible-inline {
  display: none; }

.form-calc-type-loan .calc-type-loan-visible-row {
  display: table-row; }

.form-calc-type-loan .calc-type-leasing-visible-row {
  display: none; }

.form-calc-type-loan .calc-type-color {
  color: #ef9109;
  float: right; }

.form-calc-type-loan .calc-criteria .btn.btn-teal.active {
  color: #fff;
  background: #ef9109 0 0 !important; }

.form-calc-type-loan .period-leasing {
  display: none; }

.form-calc-type-loan .noUi-horizontal {
  height: 1px; }
  .form-calc-type-loan .noUi-horizontal .noUi-handle {
    background-color: #efc60a;
    background: #ef9109 linear-gradient(to top, #ef9109, #efc60a) no-repeat 0 0; }
    .form-calc-type-loan .noUi-horizontal .noUi-handle .noui-tooltip:after {
      border-top-color: #ef9109; }
    .form-calc-type-loan .noUi-horizontal .noUi-handle .noui-tooltip .noui-cur-value {
      background-color: #efc60a;
      background: #ef9109 linear-gradient(to top, #ef9109, #efc60a) no-repeat 0 0; }

.form-calc-type-leasing .calc-type-loan-visible {
  display: none; }

.form-calc-type-leasing .calc-type-leasing-visible {
  display: block; }

.form-calc-type-leasing .calc-type-leasing-hidden {
  visibility: hidden; }

.form-calc-type-leasing .calc-type-loan-visible-inline {
  display: none; }

.form-calc-type-leasing .calc-type-leasing-visible-inline {
  display: inline-block; }

.form-calc-type-leasing .calc-type-loan-visible-row {
  display: none; }

.form-calc-type-leasing .calc-type-leasing-visible-row {
  display: table-row; }

.form-calc-type-leasing .calc-type-color {
  color: #00a0f0;
  float: right; }
  .form-calc-type-leasing .calc-type-color sub.netto-text.calc-type-leasing-visible {
    line-height: 1;
    bottom: 1.6em;
    margin-left: 30px;
    margin-top: 1px; }

.form-calc-type-leasing .calc-criteria .btn.btn-teal.active {
  color: #fff;
  background: #005faf 0 0 !important; }

.form-calc-type-leasing .period-loan {
  display: none; }

.form-calc-type-leasing .noUi-horizontal {
  height: 1px; }
  .form-calc-type-leasing .noUi-horizontal .noUi-handle {
    background-color: #00a0f0;
    background: #005faf linear-gradient(to top, #005faf, #00a0f0) no-repeat 0 0; }
    .form-calc-type-leasing .noUi-horizontal .noUi-handle .noui-tooltip:after {
      border-top-color: #005faf; }
    .form-calc-type-leasing .noUi-horizontal .noUi-handle .noui-tooltip .noui-cur-value {
      background-color: #00a0f0;
      background: #005faf linear-gradient(to top, #005faf, #00a0f0) no-repeat 0 0; }

.cars-list {
  position: relative;
  z-index: 9; }

sub.netto-text.calc-type-leasing-visible {
  font-size: 100%; }

.cars-results-list {
  list-style: none;
  margin-top: -30px;
  margin-bottom: 0;
  padding: 0; }
  .cars-results-list .cars-result {
    margin-top: 30px;
    min-height: 215px; }
    .form-calc-type-leasing .cars-results-list .cars-result {
      min-height: 230px; }
    .cars-results-list .cars-result.inactive {
      opacity: 0.2; }
      .cars-results-list .cars-result.inactive a:hover {
        border-color: #fff;
        cursor: default; }
    .cars-results-list .cars-result .img-slot img {
      max-width: 100%; }
    .cars-results-list .cars-result a {
      padding-bottom: 12px;
      text-decoration: none;
      display: block;
      border: 4px solid #fff;
      border-radius: 2px;
      transition: border-color 200ms ease; }
      .form-calc-type-loan .cars-results-list .cars-result a:hover {
        border-color: rgba(239, 145, 9, 0.4); }
      .form-calc-type-leasing .cars-results-list .cars-result a:hover {
        border-color: rgba(0, 95, 175, 0.4); }
    .cars-results-list .cars-result .car-name {
      display: block;
      padding: 5px 18px 0;
      line-height: 1; }
    .cars-results-list .cars-result .car-hybrid {
      position: absolute;
      font-family: Arial,Helvetica,sans-serif;
      font-size: 11px;
      opacity: .9;
      top: 64px;
      line-height: 15px;
      background: #00a0f0;
      border-radius: 2px;
      color: #fff;
      padding: 0 4px; }
    .cars-results-list .cars-result .car-name {
      color: #000;
      font-size: 17px;
      margin: 10px 0 2px;
      position: relative; }
      .cars-results-list .cars-result .car-name .tooltip {
        position: absolute;
        top: 2px;
        right: 10px;
        width: 15px;
        height: 15px;
        line-height: 14px; }
    .cars-results-list .cars-result table {
      margin: 10px 0 0;
      width: 100%;
      font-size: 11px;
      line-height: 12px;
      color: #666; }
      .cars-results-list .cars-result table td {
        vertical-align: top;
        padding-bottom: 6px; }
      .cars-results-list .cars-result table td:first-child {
        padding-left: 18px; }
      .cars-results-list .cars-result table td:last-child {
        padding-right: 18px;
        text-align: right;
        font-weight: bold; }
      .cars-results-list .cars-result table tr:first-child td:last-child {
        font-size: 13px; }

.cars-chosen small,
.cars-chosen sub,
.cars-chosen sup {
  font-size: 15px;
  position: relative; }

.cars-chosen sub {
  top: 0; }

.cars-chosen sup {
  top: -15px; }

.cars-chosen sup + sub {
  margin-left: -36px; }

.cars-result-chosen-car {
  padding-bottom: 10px; }
  .cars-result-chosen-car .img-slot {
    display: inline-block;
    margin: 0 0 19px;
    padding-bottom: 10px;
    border: 1px solid #e8e9ea; }
    .cars-result-chosen-car .img-slot h3, .cars-result-chosen-car .img-slot p {
      font-size: 20px;
      font-family: "toyota-text-bold", sans-serif;
      margin: 0;
      text-align: right; }
  .cars-result-chosen-car p {
    font-size: 20px;
    line-height: 28px; }
    .cars-result-chosen-car p strong,
    .cars-result-chosen-car p b {
      font-family: "toyota-text-bold", sans-serif; }

.cars-result-chosen-calculation {
  text-align: right;
  /*.result-badge {
        .form-calc-type-loan & {
            background: url('../img/layout/smartplan-small-logo.png') left center no-repeat;
        }
        .form-calc-type-leasing & {
            background: url('../img/layout/leasing-small-logo.png') left center no-repeat;
        }
    }*/ }
  .cars-result-chosen-calculation .cars-result-fake-width {
    width: 215px; }
  .cars-result-chosen-calculation .cars-result-heading-slot h4 {
    font-size: 32px;
    font-family: "toyota-text-bold", sans-serif;
    margin: 20px 0 4px 0; }
  .cars-result-chosen-calculation .btn-dealer {
    float: left; }
  .cars-result-chosen-calculation p {
    font-size: 15px;
    line-height: 20px;
    margin: 16px 0; }
    .cars-result-chosen-calculation p:nth-child(2) {
      margin: 0; }
    .cars-result-chosen-calculation p.result-badge {
      display: block;
      font-size: 45px;
      line-height: 20px;
      margin-bottom: 20px; }
      .cars-result-chosen-calculation p.result-badge .product-title {
        font-size: 20px;
        padding: 0 0 26px;
        color: #1e2a32; }
      .form-calc-type-loan .cars-result-chosen-calculation p.result-badge {
        color: #ef9109; }
      .form-calc-type-leasing .cars-result-chosen-calculation p.result-badge {
        color: #00a0f0; }
  .cars-result-chosen-calculation .cars-disclaimer-chosen-car {
    padding-left: 15px;
    text-align: left; }
    .cars-result-chosen-calculation .cars-disclaimer-chosen-car .result-badge {
      display: inline-block;
      margin-top: 15px; }

.cars-disclaimer-chosen-car p {
  font-size: 14px; }

.calc-individual {
  margin-bottom: -36px; }
  .calc-individual .text-content .header-quaternary {
    font-family: "toyota-text-bold", sans-serif; }
  .calc-individual .text-content p {
    margin: 0 0 10px; }
  .calc-individual .form-group {
    margin-bottom: 36px; }
    .calc-individual .form-group .label {
      display: block;
      font-size: 13px;
      margin-bottom: 6px; }
    .calc-individual .form-group .input-text {
      width: 100%; }
    .calc-individual .form-group .custom-checkbox {
      color: #6c7073;
      font-size: 10px;
      line-height: 12px;
      padding-left: 28px;
      width: 200px;
      margin: 24px 0 0; }
      .calc-individual .form-group .custom-checkbox a {
        color: #6c7073;
        text-decoration: underline; }
      .calc-individual .form-group .custom-checkbox .icheckbox {
        border-color: #6c7073; }
        .calc-individual .form-group .custom-checkbox .icheckbox:before, .calc-individual .form-group .custom-checkbox .icheckbox:after {
          background: #6c7073; }
    .calc-individual .form-group .btn {
      margin-left: 27px; }

.calc-bars-results {
  display: none;
  margin-bottom: 0;
  padding: 0 0 20px;
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #c7c7c7; }
  .calc-bars-results li {
    opacity: 1;
    transition: opacity 300ms ease;
    margin-bottom: 30px; }
    .calc-bars-results li .product-results {
      position: relative; }
      .calc-bars-results li .product-results .anchor {
        position: absolute;
        top: -300px;
        left: 0;
        width: 100%;
        height: 1px; }
    .calc-bars-results li .chart {
      height: 160px;
      position: relative; }
      .calc-bars-results li .chart .chart-bar {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 45px;
        margin: 0 auto;
        height: 0;
        background: #e8e9ea;
        border-bottom: 1px solid #000;
        border-radius: 3px 3px 0 0;
        transition: height 300ms ease; }
      .calc-bars-results li .chart .chart-value {
        font-size: 13px;
        position: absolute;
        width: 200%;
        color: #d1001e;
        top: -20px;
        left: -50%;
        right: 0;
        z-index: 2;
        opacity: 1;
        transition: opacity 300ms ease; }
    .calc-bars-results li p {
      font-size: 13px;
      line-height: 16px;
      color: #6c7073;
      margin: 16px 0 12px; }
      .calc-bars-results li p .product-name {
        color: #1e2a32; }
    .calc-bars-results li.product-out-of-range {
      opacity: 0.5; }
      .calc-bars-results li.product-out-of-range .chart .chart-value {
        opacity: 0; }
      .calc-bars-results li.product-out-of-range .product-link-wrap {
        position: relative; }
        .calc-bars-results li.product-out-of-range .product-link-wrap:after {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0; }

.loan-results {
  position: relative; }
  .loan-results .chart {
    height: 100px;
    margin-bottom: 80px;
    border-bottom: 1px solid #6c7073;
    position: relative; }
    .loan-results .chart .chart-bar {
      position: absolute;
      height: 50px;
      top: 25px;
      left: 0;
      width: 0;
      background: #e8e9ea;
      border-radius: 0 3px 3px 0;
      z-index: 2;
      transition: width 300ms ease; }
    .loan-results .chart .chart-value {
      position: absolute;
      top: 15px;
      right: 15px;
      font-size: 13px;
      color: #d1001e;
      font-family: "toyota-display-regular", sans-serif;
      white-space: pre; }
      .loan-results .chart .chart-value.outside {
        left: 100%;
        right: auto;
        margin-left: 10px; }
    .loan-results .chart .values {
      list-style: none;
      margin: 0;
      padding: 0; }
      .loan-results .chart .values li {
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 99px;
        background: #e8e9ea;
        z-index: 1; }
        .loan-results .chart .values li:last-child {
          margin-left: -1px; }
        .loan-results .chart .values li span {
          position: absolute;
          top: 100%;
          left: -50px;
          width: 100px;
          margin-top: 10px;
          text-align: center;
          font-family: "toyota-display-regular", sans-serif;
          font-size: 13px;
          color: #6c7073; }

.calc-funding-email {
  margin: 50px 0 10px 0; }

.calc-savings.bg-invert, .calc-comfort-pay.bg-invert {
  background-color: #1e2a32; }

.calc-value {
  font-size: 24px; }

.calc-promo-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  padding: 2px 3px;
  border: 0;
  border-radius: 5px;
  font-size: 10px;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #e60009 0%, #b8000d 100%); }
  .cars-chosen .calc-promo-badge {
    visibility: hidden;
    top: 5px;
    left: 5px;
    text-align: left;
    font-size: 14px; }
    .cars-chosen .calc-promo-badge.visible {
      visibility: visible; }

.calc-comfort-pay .form-group {
  width: 100%; }

.calc-comfort-pay .btn-group .active {
  background-color: #d1001e; }

.calc-comfort-pay .button-disclaimer {
  font-size: 13px;
  line-height: 20px;
  margin: 5px 0 0;
  opacity: 0.5; }

.calc-comfort-pay-results {
  font-size: 24px;
  font-weight: bold; }
  .calc-comfort-pay-results em {
    font-style: normal;
    font-weight: normal;
    color: #d1001e; }
  .step .calc-comfort-pay-results {
    margin-top: 18px; }

.calc-comfort-pay-rate-count {
  padding-top: 20px;
  font-size: 14px;
  line-height: 1; }
  .calc-comfort-pay-rate-count strong {
    font-size: 26px; }

.calc-form {
  background: #ededee;
  padding: 15px; }
  .calc-form h3 {
    margin: 0 0 10px; }
  .calc-form .header-ico {
    margin: 0; }
  .calc-form .chosen-container {
    width: 100% !important;
    background: #fff; }
    @media screen and (max-width: 1199px) {
      .calc-form .chosen-container {
        width: 98% !important; } }
    .calc-form .chosen-container .chosen-single {
      background: #fff; }
  .calc-form .input-text, .calc-form .custom-select {
    width: 244px;
    background: #fff; }
    @media screen and (max-width: 1199px) {
      .calc-form .input-text, .calc-form .custom-select {
        width: 98%; } }
  .calc-form .input-datepicker {
    background: #fff;
    border: 2px solid #d9dbdc;
    border-radius: 3px;
    width: 130px; }
  .calc-form .icon-datepicker {
    margin-left: 5px; }

.calc-email-form {
  display: none; }

.stickable {
  transform: translate3d(0, 0, 0); }

.calc-funding,
.calc-savings,
.bg-invert {
  transition: transform 200ms; }

.calc-funding {
  top: 40px; }
  .calc-funding .btn-group:not(.calc-type) li:nth-child(2) {
    display: none; }

.calc-savings, .bg-invert {
  top: 0; }

.main-header-new.stick.full + .main-wrapper .calc-funding.stripe-stick,
.main-header-new.stick.full + .main-wrapper .calc-savings.stripe-stick,
.main-header-new.stick.full + .main-wrapper .bg-invert.stripe-stick {
  transform: translate3d(0, 119px, 0); }

@media screen and (min-width: 768px) {
  .stripe-stick {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 10; } }

@media screen and (max-width: 1199px) {
  .calc-criteria .form-group {
    margin-right: 40px; }
    .calc-criteria .form-group.noui-group {
      float: right; }
  .calc-criteria .calc-funding-noui-slider {
    width: 200px; }
  .calc-funding > .container {
    max-width: 750px; } }

@media screen and (max-width: 991px) {
  .calc-criteria .calc-funding-noui-slider {
    width: 310px; }
  .cars-result-chosen-switch {
    text-align: left; }
    .cars-result-chosen-switch .btn {
      margin-top: 10px; }
  .cars-results-list .cars-result a:hover {
    border-color: #fff; }
  .calc-bars-results li .chart {
    height: 150px; } }

@media screen and (max-width: 767px) {
  .calc-criteria .form-group {
    float: none !important; }
  .calc-criteria .calc-funding-noui-slider {
    width: 100%; }
  .cars-results-list {
    margin-top: -10px; }
    .cars-results-list .cars-result {
      margin-bottom: 10px; }
  .calc-individual {
    margin-bottom: -20px; }
    .calc-individual .form-group {
      margin-bottom: 20px; }
      .calc-individual .form-group .custom-checkbox {
        margin-top: 0;
        width: auto; }
      .calc-individual .form-group .btn {
        margin-left: 0; }
  .calc-noui-slider {
    margin-left: 20px;
    margin-right: 20px;
    width: auto !important; }
  .loan-results {
    position: relative; }
    .loan-results .chart .values li span {
      display: none; }
    .loan-results .chart .values li:first-child span {
      left: 0;
      text-align: left; }
    .loan-results .chart .values li:last-child span {
      left: auto;
      right: 0;
      text-align: right; }
    .loan-results .chart .values li:first-child span, .loan-results .chart .values li:last-child span {
      display: block; } }

.calc-funding-disclaimer .not-yaris,
.yaris .calc-funding-disclaimer .is-yaris {
  display: block; }

.calc-funding-disclaimer .is-yaris,
.yaris .calc-funding-disclaimer .not-yaris {
  display: none; }

.car-calc {
  margin: 100px 0; }
  @media screen and (max-width: 767px) {
    .car-calc {
      margin: 50px 0; } }
  .car-calc-logo {
    max-width: 80px; }
  .car-calc-heading {
    text-transform: uppercase; }
  .car-calc-column-gray {
    background: #E8E8E8;
    padding: 10px 0 0 20px; }
  .car-calc .visible-credit,
  .car-calc .visible-leasing {
    display: none; }
  .car-calc.calc-credit .visible-credit {
    display: inline-block; }
  .car-calc.calc-leasing .visible-leasing {
    display: inline-block; }
  .car-calc-switch-wrap {
    text-align: center; }
    .car-calc-switch-wrap span {
      font-weight: normal; }
    @media screen and (min-width: 992px) {
      .car-calc-switch-wrap {
        max-width: 50%;
        margin: 0 auto; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .car-calc .car-rate,
  .car-calc .calc-leasing {
    background: #f3932f;
    opacity: 0.1; } }

.car-calc-category-img {
  width: 220px;
  height: 51px;
  margin-bottom: 60px;
  background: no-repeat center center;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .car-calc-category-img {
      margin-bottom: 20px; } }
  .theme-blue .car-calc-category-img {
    background-image: url("../img/layout/label-leasing-smart-plan.png"); }
  .theme-orange .car-calc-category-img {
    background-image: url("../img/layout/label-kredyt-smart-plan.png"); }

.car-calc-name {
  margin: 12px 0 67px; }
  @media screen and (max-width: 991px) {
    .car-calc-name {
      margin-bottom: 30px; } }
  .car-calc-name h2 {
    margin: 0;
    font-size: 32px;
    line-height: 1; }

.car-calc-filters-wrap {
  padding: 40px 35px 40px 20px;
  border-right: 1px solid #d9dbdc; }
  @media screen and (max-width: 991px) {
    .car-calc-filters-wrap {
      border: 0;
      min-height: 200px;
      padding-right: 20px !important; } }

.callback-form .checkbox-wrapper {
  margin: 0; }

.mobile-contact-form-container {
  margin-top: 50px; }
  .mobile-contact-form-container .firm-form-agreement .checkbox-wrapper {
    max-width: 95%;
    margin: 10px 0; }
  .mobile-contact-form-container:empty {
    margin-top: 0; }

.car-calc-form.ajax-form-loading {
  position: relative; }
  .car-calc-form.ajax-form-loading::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000; }

.car-calc-form fieldset {
  margin: 0;
  padding: 0;
  border: none; }

.car-calc-form .calc-noui-slider-wrap {
  padding-bottom: 1px; }

.car-calc-form .calc-noui-slider {
  margin-top: 37px;
  margin-bottom: 25px; }
  .car-calc-form .calc-noui-slider.noui-input {
    margin-right: 115px; }
  .car-calc-form .calc-noui-slider.calc-funding-noui-slider {
    width: 270px; }
  .car-calc-form .calc-noui-slider .noui-range {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    height: 0;
    font-size: 12px;
    font-family: "toyota-text-bold", sans-serif;
    line-height: 1; }
  .car-calc-form .calc-noui-slider .noui-grid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    margin: 0;
    padding: 0;
    list-style: none; }
    .car-calc-form .calc-noui-slider .noui-grid li {
      position: absolute;
      top: 0;
      width: 1px;
      height: 7px;
      background-color: #d9dbdc; }
      .car-calc-form .calc-noui-slider .noui-grid li:first-child, .car-calc-form .calc-noui-slider .noui-grid li:last-child {
        display: none; }
  .car-calc-form .calc-noui-slider + .input-text {
    position: absolute;
    top: 42px;
    right: 0;
    width: 100px;
    text-align: center;
    color: #d1001e; }

.car-calc-form .noUi-base {
  cursor: pointer; }
  .car-calc-form .noUi-base:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 9px; }

.car-calc-form .noUi-target {
  border: none;
  border-radius: 0;
  box-shadow: none; }

.car-calc-form .noUi-background {
  background-color: #E00918; }
  .theme-blue .car-calc-form .noUi-background {
    background: #009deb; }
  .theme-orange .car-calc-form .noUi-background {
    background: #efc60a; }

.car-calc-form .noUi-horizontal {
  height: 2px; }
  .car-calc-form .noUi-horizontal .noUi-origin {
    background: #d9dbdc; }
  .car-calc-form .noUi-horizontal .noUi-handle {
    cursor: pointer;
    width: 14px;
    height: 14px;
    left: -7px;
    top: -6px;
    border-radius: 50%;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(30, 42, 50, 0.5);
    border: none;
    background-color: #E00918; }
    .theme-blue .car-calc-form .noUi-horizontal .noUi-handle {
      background-color: #009deb;
      background: #005faf linear-gradient(to top, #005faf, #009deb) no-repeat 0 0; }
    .theme-orange .car-calc-form .noUi-horizontal .noUi-handle {
      background-color: #efc60a;
      background: #ef9109 linear-gradient(to top, #ef9109, #efc60a) no-repeat 0 0; }
    .car-calc-form .noUi-horizontal .noUi-handle:before, .car-calc-form .noUi-horizontal .noUi-handle:after {
      content: none; }
    .car-calc-form .noUi-horizontal .noUi-handle .noui-tooltip {
      position: absolute;
      top: -25px;
      left: -100px;
      right: -100px;
      text-align: center;
      height: 0; }
      .car-calc-form .noUi-horizontal .noUi-handle .noui-tooltip .noui-cur-value {
        position: relative;
        display: inline-block;
        min-width: 66px;
        font-family: "toyota-text-bold", sans-serif;
        color: #fff;
        font-size: 16px;
        line-height: 17px;
        padding: 4px 5px 2px;
        border-radius: 2px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(30, 42, 50, 0.5);
        background-color: #E00918; }
        .theme-blue .car-calc-form .noUi-horizontal .noUi-handle .noui-tooltip .noui-cur-value {
          background-color: #009deb;
          background: #005faf linear-gradient(to top, #005faf, #009deb) no-repeat 0 0; }
        .theme-orange .car-calc-form .noUi-horizontal .noUi-handle .noui-tooltip .noui-cur-value {
          background-color: #efc60a;
          background: #ef9109 linear-gradient(to top, #ef9109, #efc60a) no-repeat 0 0; }

.car-calc-form .tooltip {
  width: 16px;
  height: 16px;
  font-size: 11px;
  margin-left: 3px;
  color: #fff;
  background: #d9dbdc;
  border: none; }

.car-calc-form-label {
  font-size: 16px; }

.car-calc-form-block {
  margin-bottom: 32px; }
  @media screen and (max-width: 767px) {
    .car-calc-form-block {
      margin-bottom: 20px; } }
  .car-calc-form-block .custom-checkbox {
    margin-top: 10px;
    display: block; }
    .car-calc-form-block .custom-checkbox.disabled {
      opacity: 0.2;
      transition: 0.2s;
      transition-property: opacity; }
    .car-calc-form-block .custom-checkbox span {
      font-size: 14px; }
    .car-calc-form-block .custom-checkbox .icheckbox {
      top: 5px; }
  .car-calc-form-block .car-calc-switch {
    display: -ms-flexbox;
    display: flex;
    font-size: 0; }
    .car-calc-form-block .car-calc-switch .custom-radio {
      display: inline-block;
      -ms-flex: 1;
          flex: 1;
      font-size: 12px;
      line-height: 38px;
      text-align: center;
      font-weight: bold;
      cursor: pointer;
      height: 40px;
      background: #fff;
      border: solid #d9dbdc;
      border-width: 2px 2px 2px 0;
      position: relative;
      transition: 0.2s;
      transition-property: opacity; }
      .car-calc-form-block .car-calc-switch .custom-radio:first-child {
        border-left: 2px solid #d9dbdc; }
      .car-calc-form-block .car-calc-switch .custom-radio.disabled {
        opacity: 0.2;
        cursor: default;
        visibility: hidden; }
      .car-calc-form-block .car-calc-switch .custom-radio.single {
        cursor: auto; }
    .car-calc-form-block .car-calc-switch .iradio {
      position: absolute;
      left: -2px;
      right: -2px;
      bottom: -2px;
      top: -2px; }
      .car-calc-form-block .car-calc-switch .iradio.checked {
        background: #E00918;
        border-radius: 2px;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
        .theme-blue .car-calc-form-block .car-calc-switch .iradio.checked {
          background-color: #009deb;
          background: #005faf linear-gradient(to top, #005faf, #009deb) no-repeat 0 0; }
        .theme-orange .car-calc-form-block .car-calc-switch .iradio.checked {
          background-color: #efc60a;
          background: #ef9109 linear-gradient(to top, #ef9109, #efc60a) no-repeat 0 0; }
        .car-calc-form-block .car-calc-switch .iradio.checked + span {
          color: #fff;
          position: relative; }

.car-calc-result-wrap {
  overflow: hidden;
  transition: 0.2s max-height; }

.car-calc-section-title {
  margin-top: 0; }

.car-calc-result {
  width: 200%;
  transition: 0.3s;
  transition-property: margin; }

.car-calc-result-section {
  width: 50%;
  float: left;
  position: relative; }

.car-calc-list-item.disabled .car-name,
.car-calc-list-item.disabled .img-slot {
  opacity: 0.2; }

.car-calc-list-item.disabled .car-error {
  display: block; }

.car-calc-list-item.disabled a {
  cursor: default; }
  .car-calc-list-item.disabled a:hover {
    border: 2px solid transparent; }
  .car-calc-list-item.disabled a:focus {
    text-decoration: none; }

.car-calc-list-item a {
  min-height: 150px;
  display: block;
  position: relative;
  border: 2px solid transparent; }
  @media screen and (max-width: 1199px) {
    .car-calc-list-item a {
      min-height: 140px; } }
  .car-calc-list-item a:hover {
    color: inherit;
    text-decoration: none;
    padding: 0;
    border: 2px solid #d9dbdc; }

.car-calc-list-item .img-slot {
  max-height: 225px;
  transition: 0.1s;
  transition-property: opacity; }
  @media screen and (max-width: 991px) {
    .car-calc-list-item .img-slot {
      padding-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    .car-calc-list-item .img-slot {
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .car-calc-list-item .img-slot img {
      width: 100%;
      max-width: 300px; } }

.car-calc-list-item .car-name-wrap {
  min-height: 62px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 5px 5px; }

.car-calc-list-item .car-name {
  font-size: 16px;
  line-height: 1; }

.car-calc-list-item .car-rate {
  display: block; }
  .car-calc-list-item .car-rate > strong {
    font-size: 16px; }
  .theme-blue .car-calc-list-item .car-rate {
    color: #00a0f0; }
  .car-calc-list-item .car-rate .black {
    color: #000;
    font-weight: 400; }

.car-calc-list-item .car-error {
  display: none;
  font-size: 12px;
  line-height: 1; }

.banner-switch-calc {
  padding: 10px 15px;
  border-radius: 2px;
  background: #ededee; }
  .banner-switch-calc p {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.2; }
  .banner-switch-calc img {
    width: 150px; }
  .theme-orange .banner-switch-calc .banner-switch-calc-credit {
    display: none; }
  .theme-blue .banner-switch-calc .banner-switch-calc-leasing {
    display: none; }

.banner-switch-calc-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.car-calc-details {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative; }

.car-calc-back-url {
  margin-top: 55px;
  color: #d1001e;
  display: inline-block;
  font-size: 16px; }
  @media screen and (max-width: 991px) {
    .car-calc-back-url {
      margin-top: 0; } }
  .car-calc-back-url em {
    width: 8px;
    height: 13px;
    margin-right: 5px;
    display: inline-block;
    background: url("../img/layout/arrow-red-back.png") no-repeat center center;
    background-size: cover; }

.car-calc-details-title {
  position: relative; }
  .car-calc-details-title .car-calc-details-value {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px; }
    @media screen and (max-width: 580px) {
      .car-calc-details-title .car-calc-details-value {
        display: block;
        margin-top: 5px; } }
  .car-calc-details-title label {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    vertical-align: middle; }
  .car-calc-details-title .iradio {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.car-calc-details-title-img {
  width: 230px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s opacity; }
  @media screen and (max-width: 767px) {
    .car-calc-details-title-img {
      display: none; } }
  .car-calc-details-title-img p {
    display: none;
    margin: 0;
    font-size: 14px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #060605;
    background: rgba(255, 255, 255, 0.7); }

.car-calc-details-inner {
  display: none;
  padding: 0 0 0 37px;
  margin-top: -55px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .car-calc-details-inner {
      margin-top: 15px;
      padding-left: 0; } }
  .car-calc-details-inner .offset-right {
    margin-left: 250px; }
    @media screen and (max-width: 1199px) {
      .car-calc-details-inner .offset-right {
        margin-left: 200px; } }
    @media screen and (max-width: 767px) {
      .car-calc-details-inner .offset-right {
        margin-left: 0; } }
  .car-calc-details-inner .add-insurance {
    margin-bottom: 10px;
    display: inline-block; }
    .car-calc-details-inner .add-insurance.hide {
      display: none; }
  .car-calc-details-inner > ul {
    padding: 0 0 15px;
    margin: 0; }
  .car-calc-details-inner li {
    list-style: none;
    padding: 0; }
    .car-calc-details-inner li.space-top {
      padding-top: 10px; }
    .car-calc-details-inner li.insurance {
      color: #666; }
      .car-calc-details-inner li.insurance p {
        font-size: 14px;
        margin: 0; }
      .car-calc-details-inner li.insurance .car-calc-details-value,
      .car-calc-details-inner li.insurance .car-calc-details-label {
        font-size: 14px;
        font-weight: normal;
        color: inherit;
        font-family: "toyota-text-regular", sans-serif; }

.car-calc-details-img {
  max-width: 480px;
  margin-bottom: 10px;
  text-align: center;
  opacity: 0;
  transition: 0.3s opacity 0.5s; }
  @media screen and (max-width: 767px) {
    .car-calc-details-img {
      position: static; } }
  .active .car-calc-details-img {
    opacity: 1; }
  .car-calc-details-img img {
    max-width: 230px;
    min-height: 50px; }
    @media screen and (max-width: 1199px) {
      .car-calc-details-img img {
        max-width: 220px; } }

.car-calc-details-item {
  padding: 50px 0 40px;
  list-style: none; }
  @media screen and (max-width: 767px) {
    .car-calc-details-item {
      padding: 20px 0; } }
  .car-calc-details-item.disabled {
    cursor: default; }
    .car-calc-details-item.disabled .car-calc-details-title::before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 9; }
    .car-calc-details-item.disabled .car-calc-details-title label,
    .car-calc-details-item.disabled .car-calc-details-title img,
    .car-calc-details-item.disabled .car-calc-details-title .car-calc-details-value {
      opacity: 0.3; }
    .car-calc-details-item.disabled .car-calc-details-title p {
      display: block; }
  .car-calc-details-item.active .car-cal-details-title-img {
    opacity: 0; }
  .car-calc-details-item.active .car-calc-details-title {
    display: none; }
  .car-calc-details-item .iradio {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: -5px;
    margin-right: 15px;
    border-radius: 50%;
    border: 2px solid #666; }
    .car-calc-details-item .iradio.checked {
      border: 2px solid #b3b3b3; }
      .theme-blue .car-calc-details-item .iradio.checked {
        border-color: #005faf; }
      .theme-orange .car-calc-details-item .iradio.checked {
        border-color: #ef9109; }
      .car-calc-details-item .iradio.checked::before {
        content: '';
        width: 14px;
        height: 14px;
        border-radius: 50%;
        position: absolute;
        left: 2px;
        top: 2px;
        background-color: #b3b3b3; }
        .theme-blue .car-calc-details-item .iradio.checked::before {
          background-color: #009deb;
          background: #005faf linear-gradient(to top, #005faf, #009deb) no-repeat 0 0; }
        .theme-orange .car-calc-details-item .iradio.checked::before {
          background-color: #efc60a;
          background: #ef9109 linear-gradient(to top, #ef9109, #efc60a) no-repeat 0 0; }

.car-calc-details-left {
  width: 100%;
  max-width: 250px;
  display: inline-block;
  padding-right: 50px; }
  @media screen and (max-width: 767px) {
    .car-calc-details-left {
      padding-right: 5px; } }
  @media screen and (max-width: 1199px) {
    .car-calc-details-left {
      max-width: 200px; } }
  @media screen and (max-width: 767px) {
    .car-calc-details-left {
      width: auto;
      max-width: 100%; } }

.car-calc-details-label {
  font-size: 16px;
  text-align: right; }
  @media screen and (max-width: 767px) {
    .car-calc-details-label {
      text-align: left; } }

.car-calc-details-value {
  font-size: 16px;
  color: #1e2a32; }
  .car-calc-details-value span {
    font-family: "toyota-text-bold", sans-serif; }
    .theme-blue .car-calc-details-value span {
      color: #00a0f0; }
    .theme-orange .car-calc-details-value span {
      color: #f3932f; }

.car-calc-details-label.bigger,
.car-calc-details-value.bigger {
  font-size: 18px;
  vertical-align: bottom; }
  @media screen and (max-width: 767px) {
    .car-calc-details-label.bigger,
    .car-calc-details-value.bigger {
      display: block; } }

.car-calc-details-car-name {
  font-size: 18px;
  color: #1e2a32;
  font-family: "toyota-text-bold", sans-serif; }

.car-calc-details-meta {
  margin-top: 15px;
  font-size: 0; }
  @media screen and (max-width: 767px) {
    .car-calc-details-meta {
      display: block;
      margin-top: 15px; } }

.car-calc-details-meta-urls {
  margin: 10px 0 0;
  padding: 0 50px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none; }
  @media screen and (max-width: 767px) {
    .car-calc-details-meta-urls {
      display: block; } }
  .car-calc-details-meta-urls > div {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
  .car-calc-details-meta-urls a {
    font-size: 14px;
    color: #d1001e; }

.car-calc-details-meta-disclaimer {
  padding-right: 30px; }
  @media screen and (max-width: 767px) {
    .car-calc-details-meta-disclaimer {
      padding-top: 15px; } }
  .car-calc-details-meta-disclaimer p {
    margin: 0;
    font-size: 12px;
    color: #666; }

.car-calc-contact {
  background: #ededee; }
  .car-calc-contact .calc-form {
    background: #ededee; }

.car-calc-used .car-calc-form-block {
  display: none; }
  .car-calc-used .car-calc-form-block:first-child {
    display: block; }

.car-calc-used .calc-form .input-text {
  width: 98%; }

.car-calc-used .calc-form .firm-form-agreement {
  font-size: 11px; }

.car-calc-used .car-calc-img {
  width: 340px;
  margin-bottom: 25px; }

.car-calc-used .car-calc-details-img img {
  float: left; }

.car-calc-used .car-calc-details-img-wrapper {
  width: 47%;
  display: inline-block; }

.car-calc-used .car-calc-name {
  margin: 12px 0 30px; }

.car-calc-used .car-calc-section-title {
  margin-bottom: 30px; }

.car-calc-used .car-calc-details-list {
  margin-bottom: 20px; }

@media screen and (min-width: 992px) {
  .car-calc-used .car-calc-filters-wrap {
    min-height: 520px; } }

.car-calc-used .car-calc-details-inner .offset-right {
  margin-left: 80px; }
  @media screen and (max-width: 1199px) {
    .car-calc-used .car-calc-details-inner .offset-right {
      margin-left: 25px; } }
  @media screen and (max-width: 767px) {
    .car-calc-used .car-calc-details-inner .offset-right {
      margin-left: 0; } }

.car-calc-used .car-calc-details-meta-disclaimer p {
  font-size: 14px;
  line-height: 27px; }

.calc-disclaimer-wrap > div {
  padding: 60px 0 0;
  display: none; }
  @media screen and (max-width: 767px) {
    .calc-disclaimer-wrap > div {
      padding: 60px 15px 0; } }

.calc-disclaimer-wrap p {
  margin: 0;
  font-size: 14px; }

.calc-disclaimer-loan p {
  font-size: 17px; }
  .calc-disclaimer-loan p:first-child {
    margin-bottom: 10px; }

.car-calc-banner {
  display: block;
  margin-top: 40px; }

.salon {
  list-style: none;
  padding-left: 40px; }
  @media screen and (max-width: 767px) {
    .salon {
      height: auto;
      padding-bottom: 10px; } }
  .salon p {
    font-size: 14px; }
  .salon h3 {
    font-size: 21px;
    margin: 30px 0 15px; }
  .salon:before {
    background: url("../img/layout/salon-list-pins.png");
    height: 26px;
    width: 25px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 30px; }
    @media screen and (max-width: 767px) {
      .salon:before {
        top: 0; } }
  .salon.toyota-pin:before {
    background-position: bottom; }
  .salon.lexus-pin:before {
    background-position: top; }
  .salon.undefined-pin {
    display: none !important; }

.dealer-search {
  margin: 50px auto;
  font-size: 16px; }
  .dealer-search .checkbox-inline {
    margin: 0 0 0 20px; }
  .dealer-search .input-text {
    border-color: #d9dbdc;
    background: #fff;
    width: 100%;
    padding: 0 50px 0 12px;
    height: 48px;
    line-height: 36px;
    margin: 15px 0 0; }
  .dealer-search-submit {
    background: none;
    border: none;
    position: absolute;
    right: 15px;
    top: 28px;
    color: #1e2a32; }
  .dealer-search-fieldrow {
    position: relative; }

.dealer-search-map {
  width: 100%;
  display: block;
  transform: translate3d(0, 0, 0);
  height: 400px;
  padding-bottom: 50px; }
  .dealer-search-map > div {
    background: #d9dbdc;
    width: 100%;
    height: 300px; }

.arrow-boxes ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.arrow-boxes li {
  text-align: center; }

.arrow-boxes .middle-center {
  display: table;
  height: 100px;
  margin-bottom: 25px;
  width: 100%; }

.arrow-boxes p {
  font-size: 15px;
  width: 100%;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  color: #6c7073; }

.arrow-boxes span {
  font-size: 24px;
  color: #fff;
  background: #cf132b;
  padding: 3px 20px;
  border-radius: 15px;
  margin-top: -10px;
  display: inline-block;
  line-height: 1.1; }
  .arrow-boxes span:empty {
    display: none; }

.arrow-box {
  border: 1px solid #d9dbdc;
  position: relative;
  border-radius: 15px;
  padding: 15px 25px 20px;
  margin: 0 45px 0 46px; }
  .arrow-box:after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    z-index: 9;
    transform: translate(0, -50%);
    width: 124px;
    height: 39px;
    background: url("../img/layout/module-arrow-gray.png"); }
  li:last-child .arrow-box:after {
    display: none; }

.arrow-boxes-red {
  clear: both;
  overflow: hidden;
  position: relative;
  height: 70px;
  margin: 20px auto -2em;
  width: 70%; }
  .arrow-boxes-red:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8.5px 13px;
    border-color: transparent transparent #d1001e;
    margin-left: 3px; }
  .arrow-boxes-red .left,
  .arrow-boxes-red .right {
    width: 50%;
    position: absolute;
    height: 50px; }
  .arrow-boxes-red .left {
    border-bottom: 2px dashed #d1001e;
    border-left: 2px dashed #d1001e;
    bottom: 40%;
    margin-bottom: -2px;
    left: 10px;
    border-bottom-left-radius: 25px; }
  .arrow-boxes-red .right {
    border-top: 2px dashed #d1001e;
    border-right: 2px dashed #d1001e;
    top: 60%;
    right: 0;
    border-top-right-radius: 25px; }

@media screen and (max-width: 1199px) {
  .arrow-box {
    margin: 0; }
    .arrow-box:after {
      background-position: -41px 0;
      width: 33px; } }

@media screen and (max-width: 767px) {
  .arrow-box {
    margin: 0 0 30px; }
    .arrow-box:after {
      transform: rotate(90deg);
      transform-origin: 50% 50%;
      top: 100%;
      left: 50%;
      margin: -3px 0 0 -15px; } }

.arrow-text.header-quaternary {
  background-color: rgba(225, 225, 225, 0.2);
  margin: 50px auto 30px;
  padding: 5px 25px 5px 50px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  .arrow-text.header-quaternary::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    width: 75px;
    height: 55px;
    transform: translate(-50%, -50%); }
  .arrow-text.header-quaternary.green-row::before {
    background: url("/fileadmin/user_upload/Media/ikonki_png/green-row.png") no-repeat; }
    .custom-smartplan-info--blue .arrow-text.header-quaternary.green-row::before {
      background-image: url("/fileadmin/user_upload/Media/ikonki_png/green-row_blue.png"); }
  .arrow-text.header-quaternary.violet-row::before {
    background: url("/fileadmin/user_upload/Media/ikonki_png/violet-row.png") no-repeat; }
    .custom-smartplan-info--blue .arrow-text.header-quaternary.violet-row::before {
      background-image: url("/fileadmin/user_upload/Media/ikonki_png/violet-row_blue.png"); }

@media screen and (max-width: 767px) {
  .arrow-text.header-quaternary {
    padding: 5px 25px 5px 45px;
    width: 85%; }
    .arrow-text.header-quaternary::before {
      left: 6%; } }

@media screen and (max-width: 390px) {
  .arrow-text.header-quaternary {
    width: 100%; } }

.squares-list {
  max-width: 800px;
  margin: 50px auto;
  padding: 0;
  list-style: none; }

.square-wrapper {
  width: 100%;
  border: 5px solid #666;
  border-radius: 4px;
  height: 0;
  padding-top: 100%;
  position: relative;
  margin-top: 30px;
  transition: all 0.4s ease;
  opacity: 0.5;
  font-size: 16px; }
  .square-wrapper.active {
    opacity: 1;
    border: 5px solid #009deb; }
  .square-wrapper a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    color: #fff;
    text-decoration: none; }
    .square-wrapper a div {
      width: 100%;
      height: 100%;
      display: table-row; }
    .square-wrapper a span {
      width: 100%;
      height: 100%;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      padding: 0 20px;
      line-height: 1.3; }

@media screen and (max-width: 389px) {
  .square {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
    .square-wrapper {
      padding-top: 50%; } }

.internet-banking {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 160px; }
  @media screen and (max-width: 767px) {
    .internet-banking {
      display: none; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .internet-banking {
      right: -40px; } }
  .internet-banking p,
  .internet-banking ul li {
    color: #969c97;
    margin-left: 0; }
  .internet-banking .header-tetriary + div {
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    padding: 20px 0; }
  .internet-banking .header-tetriary.on-right {
    padding-left: 20px; }
    .internet-banking .header-tetriary.on-right + p {
      margin-top: -25px;
      font-size: 14px;
      margin-left: 20px; }
  .internet-banking ul {
    padding-left: 20px; }
    .internet-banking ul li {
      font-size: 15px;
      margin-bottom: 20px; }
  .internet-banking .icon {
    background: #e8e9ea;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    position: relative; }
    .internet-banking .icon:after {
      content: "";
      display: block;
      position: absolute;
      margin-left: -10px;
      left: 50%;
      top: 99%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #e8e9ea transparent transparent transparent; }
  .internet-banking img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 60%;
    max-height: 60%; }

.text-accordion {
  margin-bottom: 0;
  margin-left: -1px; }
  .acc-content > .text-accordion {
    margin-left: 0; }
  .text-accordion,
  .text-accordion dd {
    border-left: 1px solid #d9dbdc; }
  .text-accordion dd {
    margin-left: 40px; }
  .text-accordion dt:not(.last-node) {
    cursor: pointer; }
    .text-accordion dt:not(.last-node):hover {
      color: #d1001e; }
    .acc.open .text-accordion dt:not(.last-node),
    .acc.open .text-accordion dt:not(.last-node):hover {
      color: #1e2a32;
      cursor: default; }
  .text-accordion dt,
  .text-accordion span {
    padding: 5px 0 5px 38px;
    display: block;
    position: relative; }
    .text-accordion dt:before,
    .text-accordion span:before {
      content: '';
      position: absolute;
      height: 1px;
      width: 30px;
      background: #d9dbdc;
      top: 14px;
      left: 0; }
  .text-accordion dt + dd {
    display: none; }
    .text-accordion dt + dd.active,
    .acc.open .text-accordion dt + dd {
      display: block; }

.definition-list p {
  color: #666;
  font-size: 1.1em; }

.organisation-structure .org-row.top .org-cell:first-child:after, .organisation-structure .org-row.top .org-cell.mid:before, .organisation-structure .org-cell:before, .organisation-structure .org-cell.small:after {
  content: "";
  height: 1px;
  width: 30px;
  background: #fff;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -15px; }

.organisation-structure .org-row {
  position: relative;
  top: -40px; }
  .organisation-structure .org-row.top {
    top: -20px;
    margin-left: 14%; }
    .organisation-structure .org-row.top .org-cell:first-child:after {
      top: 100%; }
    .organisation-structure .org-row.top .org-cell.mid .org-vertical-wrapper {
      height: 23%; }
  .organisation-structure .org-row:after {
    display: table;
    clear: both;
    content: ""; }

.organisation-structure.four-columns .org-col {
  width: 25%; }

.organisation-structure.five-columns .org-col {
  width: 20%; }

.organisation-structure.three-columns .org-col {
  width: 33.3%;
  padding: 0 3%; }

.organisation-structure.three-columns .top .org-col {
  padding: 0; }

.organisation-structure .org-col {
  float: left; }

.organisation-structure .org-cell {
  border: 1px solid #d9dbdc;
  border-radius: 15px;
  text-align: center;
  margin: 15px;
  padding: 20px;
  font-size: 14px;
  position: relative; }
  .organisation-structure .org-cell:before {
    top: -1px; }
  .organisation-structure .org-cell strong,
  .organisation-structure .org-cell span {
    display: block; }
  .organisation-structure .org-cell.small {
    height: 150px; }
    .organisation-structure .org-cell.small:after {
      top: 100%; }
    .organisation-structure .org-cell.small .org-vertical-wrapper {
      height: 100%; }
  .organisation-structure .org-cell.mid {
    height: 200px;
    margin-top: 30px; }
    .organisation-structure .org-cell.mid:after {
      content: "";
      width: 0;
      height: 30px;
      position: absolute;
      bottom: 100%;
      border-left: 2px dashed #d9dbdc; }
    .organisation-structure .org-cell.mid .org-vertical-wrapper {
      height: 43%; }
  .organisation-structure .org-cell.big {
    height: 380px; }
    .organisation-structure .org-cell.big .org-vertical-wrapper {
      height: 24%; }
  .organisation-structure .org-cell.last:after {
    border-left: none; }
  .organisation-structure .org-cell.last .org-vertical-wrapper {
    height: 25%; }
  .organisation-structure .org-cell.arrow {
    border: none;
    height: 150px; }
    .organisation-structure .org-cell.arrow:before, .organisation-structure .org-cell.arrow:after {
      content: "";
      display: inline-block; }
    .organisation-structure .org-cell.arrow:before {
      top: -23px;
      background: #d1001e;
      width: 2px;
      height: 215px;
      margin-left: 0;
      z-index: 10; }
    .organisation-structure .org-cell.arrow:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 8px 0 8px;
      border-color: #d1001e transparent transparent transparent;
      position: absolute;
      bottom: -50px;
      left: 50%;
      margin-left: -8px; }

.organisation-structure .top .org-cell:before {
  content: none; }

.organisation-structure .top .org-vertical-wrapper {
  margin: 5px 0; }

.organisation-structure .org-vertical-wrapper {
  width: 100%;
  display: table; }

.organisation-structure .org-vertical-inner {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  display: table-cell; }

.organisation-structure .org-arrow {
  z-index: 9;
  position: relative; }
  .organisation-structure .org-arrow:before {
    margin: 0 17%; }
  .organisation-structure .org-arrow:before, .organisation-structure .org-arrow-top:before {
    content: "";
    display: block;
    border-top: 2px dashed #d1001e; }
  .organisation-structure .org-arrow-top:before {
    width: 100px;
    position: absolute;
    top: 0;
    left: 278px;
    height: 300px;
    border-right: 2px dashed #d1001e;
    margin: 30px 17% 0; }
  .organisation-structure .org-arrow .org-col {
    text-align: center;
    position: relative; }
    .organisation-structure .org-arrow .org-col:before, .organisation-structure .org-arrow .org-col:after {
      content: "";
      display: inline-block; }
    .organisation-structure .org-arrow .org-col:before {
      background: #d1001e;
      width: 2px;
      height: 40px; }
    .organisation-structure .org-arrow .org-col:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 8px 0 8px;
      border-color: #d1001e transparent transparent transparent;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -8px; }
    .organisation-structure .org-arrow .org-col.long:before, .organisation-structure .org-arrow .org-col.long:after {
      visibility: hidden; }

@media screen and (max-width: 1199px) {
  .organisation-structure .org-cell {
    padding: 10px; }
  .organisation-structure .org-cell {
    font-size: 12px; }
  .organisation-structure .org-arrow-top:before {
    left: 220px;
    top: -10px;
    height: 280px;
    width: 90px; } }

@media screen and (max-width: 991px) {
  .organisation-structure .org-arrow-top:before {
    left: 170px;
    height: 290px;
    width: 70px; } }

@media screen and (max-width: 767px) {
  .organisation-structure .org-arrow {
    display: none; }
    .organisation-structure .org-arrow-top:before {
      width: 10%;
      top: -25px;
      left: 73%;
      height: 79.5%; }
  .organisation-structure .org-row {
    top: 15px; }
    .organisation-structure .org-row.top {
      margin-left: 0; }
      .organisation-structure .org-row.top .org-cell:first-child:before {
        left: 100%;
        margin-left: 0;
        top: 50%;
        height: 30px;
        width: 1px;
        margin-top: -15px;
        content: "";
        background: #fff;
        display: inline-block;
        position: absolute; }
  .organisation-structure.four-columns .org-col, .organisation-structure.three-columns .org-col, .organisation-structure.five-columns .org-col {
    width: 100%; }
  .organisation-structure .org-col {
    float: none; }
    .organisation-structure .org-col:after {
      display: table;
      clear: both;
      content: ""; }
  .organisation-structure .org-cell {
    font-size: 12px; }
    .organisation-structure .org-cell.small {
      margin-top: 0;
      margin-left: 0; }
      .organisation-structure .org-cell.small:before {
        left: 100%;
        margin-left: 0;
        top: 50%;
        height: 30px;
        width: 1px;
        margin-top: -15px; }
      .organisation-structure .org-cell.small:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 12px 8px 8px;
        border-color: transparent #d1001e transparent transparent;
        right: 0;
        top: 50%;
        left: auto;
        transform: translateY(-50%);
        margin-left: 0; }
      .organisation-structure .org-cell.small .org-vertical-wrapper:before, .organisation-structure .org-cell.small .org-vertical-wrapper:after {
        content: "";
        display: inline-block;
        position: absolute;
        z-index: 10; }
      .organisation-structure .org-cell.small .org-vertical-wrapper:after {
        border-left: none;
        border-top: 2px dashed #d1001e;
        width: 25px;
        height: 0;
        top: 49%;
        right: -20px; }
    .organisation-structure .org-cell.mid {
      margin-top: 0;
      margin-left: 0;
      height: 150px;
      padding: 20px 0; }
      .organisation-structure .org-cell.mid .org-vertical-inner {
        padding: 0 10px; }
      .organisation-structure .org-cell.mid:after {
        top: -25px; }
    .organisation-structure .org-cell.big {
      height: auto;
      margin: 0; }
      .organisation-structure .org-cell.big:before {
        left: 19%; }
      .organisation-structure .org-cell.big .org-vertical-inner {
        padding: 10px 0; } }

.how-to {
  padding: 40px 40px 40px 140px;
  position: relative; }
  .how-to:nth-child(2n-1) {
    background: #ededee; }
  .how-to img,
  .how-to svg {
    position: absolute;
    top: 40px;
    left: 40px;
    max-width: 60px;
    height: auto; }
  .how-to .header-tetriary {
    margin-top: 0; }

.news .date {
  color: #969c97; }

.news .header-tetriary {
  margin: 5px 0 15px; }

.news-pdf {
  display: inline-block;
  position: relative;
  color: #d1001e;
  padding: 15px 0 10px 30px; }
  .news-pdf .icon-slot {
    position: absolute;
    top: 12px;
    left: 0;
    width: 20px;
    height: 26px;
    border: 2px solid #c7c7c7; }
  .news-pdf .icon,
  .news-pdf .icon:before,
  .news-pdf .icon:after {
    position: absolute;
    width: 10px;
    height: 2px;
    background: #c7c7c7; }
  .news-pdf .icon {
    top: 10px;
    left: 3px; }
  .news-pdf .icon:before,
  .news-pdf .icon:after {
    content: '';
    left: 0; }
  .news-pdf .icon:before {
    top: -5px; }
  .news-pdf .icon:after {
    top: 5px; }

.career .header-tetriary {
  margin: 5px 0 10px; }

.career .contact-form {
  margin-top: 30px; }
  .career .contact-form textarea.input-text {
    height: 115px; }

.career .acc-content > h2 {
  padding-top: 30px; }

.career .acc-content .btn {
  margin: 30px 0; }

.career .acc-content p.lead {
  margin-bottom: 20px; }

.stepline {
  text-align: center;
  position: relative;
  padding-bottom: 50px;
  margin-top: 50px; }
  .stepline:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 0;
    margin-left: -1px;
    border-left: 2px dashed #e8e9ea; }
  .stepline .icon {
    background: #e8e9ea;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    position: relative;
    margin: 0 auto; }
    .stepline .icon img,
    .stepline .icon svg {
      max-width: 70%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: auto; }
    .stepline .icon:after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 50%;
      margin-top: -7.5px;
      width: 0;
      height: 0;
      border-style: solid; }
  .stepline .icon-rate-count {
    width: auto;
    background: transparent; }
  .stepline .multiple-icons .icon {
    display: inline-block; }
  .stepline .header-quaternary {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    max-width: 250px;
    line-height: 1.1; }
  .stepline .content-left, .stepline .content-right {
    position: absolute;
    top: 10px;
    font-size: 15px;
    line-height: 1.2; }
  .stepline .content-left {
    right: 50%;
    margin-right: 85px;
    text-align: right; }
  .stepline .content-right {
    left: 50%;
    margin-left: 85px;
    text-align: left; }
  .stepline .step {
    position: relative;
    margin-bottom: 30px; }
    .stepline .step:nth-child(2n-1) .header-quaternary {
      right: calc(50% + 75px);
      text-align: right; }
    .stepline .step:nth-child(2n-1) .icon:after {
      right: 99%;
      border-width: 7.5px 8px 7.5px 0;
      border-color: transparent #e8e9ea transparent transparent; }
    .stepline .step:nth-child(2n) .header-quaternary {
      left: calc(50% + 75px);
      text-align: left; }
    .stepline .step:nth-child(2n) .icon:after {
      left: 99%;
      border-width: 7.5px 0 7.5px 8px;
      border-color: transparent transparent transparent #e8e9ea; }
    .stepline .step .icon.arrow-down:after {
      left: 50%;
      top: 100%;
      margin-left: -4px;
      margin-top: -1px;
      border-width: 10px 4px 0 4px;
      border-color: #e8e9ea #fff #fff #fff; }
    .stepline .step .icon.arrow-none:after {
      display: none; }
    .stepline .step .icon.image {
      width: auto;
      background: none; }
      .stepline .step .icon.image:after {
        display: none; }
    .stepline .step.offset-30 .icon {
      transform: translateX(30px); }
    .stepline .step.offset-30 .content-right {
      transform: translateX(30px); }
    .stepline .step.offset-60 .icon {
      transform: translateX(60px); }
    .stepline .step.offset-60 .content-right {
      transform: translateX(60px); }
    .stepline .step.offset-90 .icon {
      transform: translateX(90px); }
    .stepline .step.offset-90 .content-right {
      transform: translateX(90px); }
    .stepline .step.offset--90 .icon {
      transform: translateX(-92px); }
  .stepline.loose {
    padding-bottom: 0; }
    .stepline.loose .step {
      margin-bottom: 60px; }
      .stepline.loose .step:last-child {
        margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .stepline .header-quaternary, .stepline .content-left, .stepline .content-right {
      position: static;
      transform: none !important;
      text-align: center !important;
      background: #fff;
      padding: 10px 10px 1px;
      margin: 0 auto; }
    .stepline .icon {
      transform: none !important; } }

.board {
  padding-left: 0; }
  .board img {
    float: left; }
  .board .row {
    margin-bottom: 40px; }
    .board .row div {
      position: relative; }
  .board p {
    width: 178px;
    font-size: 16px;
    position: absolute;
    bottom: -6px;
    left: 177px;
    margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .board .row {
    margin-bottom: 0; }
    .board .row .col-xs-12 {
      margin-bottom: 40px; } }

.circle {
  padding: 20px;
  width: 218px;
  height: 222px;
  text-align: center;
  background: url("../img/layout/bg-circle.png?1") no-repeat 50% 50%;
  position: relative; }
  .circle > * {
    position: relative;
    z-index: 2; }
  .circle h4 {
    margin-bottom: 10px;
    min-height: 2.6em;
    font-size: 15px;
    text-transform: uppercase; }
  .circle p {
    font-size: 13px;
    line-height: 1.3; }
  .circle a {
    color: #d1001e; }
  .circle .icon {
    height: 45px;
    text-align: left;
    position: relative; }
    .circle .icon img {
      position: absolute;
      top: 0;
      left: 0;
      transition: 500ms opacity ease; }
    .circle .icon .active {
      opacity: 0; }
  .circle:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../img/layout/bg-circle-active.png?1") no-repeat 50% 50%;
    opacity: 0;
    transition: 500ms opacity ease; }
  .circle:hover:after {
    opacity: 1; }
  .circle:hover a {
    text-decoration: underline; }
  .circle:hover .icon .normal {
    opacity: 0; }
  .circle:hover .icon .active {
    opacity: 1; }

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.bg-white .fancybox-skin {
  background-color: #fff; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010; }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background: none; }

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  top: -50%;
  left: -50%;
  bottom: -50%;
  right: -50%;
  transition: opacity 300ms ease; }

.fancybox-opened + .fancybox-overlay {
  opacity: 1; }

.fancybox-wrap {
  transform: scale(0.85);
  opacity: 0 !important;
  transition-property: transform, opacity;
  transition-duration: 300ms;
  transition-timing-function: ease; }
  .fancybox-wrap.fancybox-opened {
    transform: scale(1);
    opacity: 1 !important; }
  .fancybox-wrap .fancybox-skin {
    border-radius: 0; }
    .lt-ie9 .fancybox-wrap .fancybox-skin {
      border: 1px solid #000; }
  .fancybox-wrap .fancybox-close {
    top: 30px;
    right: 30px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: url("../img/layout/modal-close.png") no-repeat 50% 50%; }
  .fancybox-wrap .fancybox-close.video-close {
    top: -25px;
    right: -25px;
    background: url("../img/layout/video-close.png") no-repeat 50% 50%; }

.video-popup {
  width: 850px;
  height: 480px; }
  @media screen and (max-width: 991px) {
    .video-popup {
      width: 650px;
      height: 380px; } }
  @media screen and (max-width: 767px) {
    .video-popup {
      width: 464px;
      height: 260px; } }
  @media screen and (max-width: 464px) {
    .video-popup {
      max-width: 320px;
      height: 100%; } }
  @media screen and (max-width: 380px) {
    .video-popup {
      max-width: 270px;
      height: 100%; } }

.fancybox-content {
  display: none; }

.modal-content {
  max-width: 750px;
  height: 100%;
  padding: 50px 70px; }
  @media screen and (max-width: 767px) {
    .modal-content {
      padding: 30px; } }
  .modal-content h3 {
    color: #d1001e;
    font-family: "toyota-display-bold", sans-serif;
    font-size: 20px; }
  .modal-content p {
    font-size: 14px; }
  .modal-content .btn.btn-red {
    float: right;
    margin: 30px 0; }

.flyout {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
  padding: 10px 22px 22px;
  border-radius: 3px; }
  .flyout-white {
    background: #fff; }
  .flyout .close {
    float: right;
    font-weight: bold; }
    .flyout .close:hover {
      text-decoration: none; }
  .flyout-heading {
    font-family: "toyota-text-bold", sans-serif;
    margin-top: 12px; }
  @media screen and (max-width: 767px) {
    .flyout {
      position: static;
      padding: 10px;
      transform: translateY(0); } }

.error-page .slider-hp {
  height: 534px; }
  .error-page .slider-hp .slide {
    height: 534px; }
    .error-page .slider-hp .slide .vertical-content {
      height: 534px; }
    .error-page .slider-hp .slide .header-secondary {
      margin-bottom: 1em; }

.error-page em {
  font-style: normal;
  color: #d1001e; }

.error-page p {
  margin-bottom: 25px;
  font-size: 20px; }
  .error-page p small {
    font-size: 0.7em; }

.error-page a {
  text-decoration: underline; }

@media screen and (max-width: 767px) {
  .error-page .slider-hp, .error-page .slider-hp .slide {
    height: auto; } }

.arrow-list {
  list-style: none;
  margin: 0 0 60px;
  padding: 0;
  font-size: 18px; }
  .arrow-list em {
    font-style: normal;
    font-family: "toyota-text-bold", sans-serif;
    color: #ab2d84; }
  .arrow-list strong {
    color: #ab2d84; }
  .arrow-list .heading {
    font-size: 24px; }
    .arrow-list .heading::before {
      top: 0;
      background: #293036 !important; }
    .arrow-list .heading::after {
      display: none; }
  .arrow-list li {
    position: relative;
    padding-left: 70px;
    margin-bottom: 25px;
    line-height: 1.2; }
    .arrow-list li strong {
      display: block;
      text-transform: uppercase;
      color: #ab2d84; }
    .arrow-list li::before, .arrow-list li::after {
      content: '';
      display: block;
      position: absolute; }
    .arrow-list li::before {
      top: -25px;
      bottom: 0;
      left: 5px;
      width: 28px;
      background: #293036; }
    .arrow-list li::after {
      top: 100%;
      left: 0;
      width: 0;
      height: 0;
      z-index: 1;
      border-style: solid;
      border-width: 18px 19px 0 19px;
      border-color: #293036 transparent transparent transparent; }
    .arrow-list li:nth-child(3n)::before {
      background: #ab2d84; }
    .arrow-list li:nth-child(3n)::after {
      border-top-color: #ab2d84; }
    .arrow-list li:nth-child(3n + 1)::before {
      background: #aaaaaa; }
    .arrow-list li:nth-child(3n + 1)::after {
      border-top-color: #aaaaaa; }

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before {
  text-align: center; }

@font-face {
  font-family: VideoJS;
  src: url("../font/1.5.1/VideoJS.eot?#iefix") format("eot"); }

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAA4wAAoAAAAAFfAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AAABWUZFeBGNtYXAAAAE0AAAAOgAAAUriLxC2Z2x5ZgAAAXAAAAnnAAAO5OV/F/5oZWFkAAALWAAAACsAAAA2C4eUa2hoZWEAAAuEAAAAGAAAACQOogcfaG10eAAAC5wAAAAPAAAAeNIAAABsb2NhAAALrAAAAD4AAAA+MMgtQm1heHAAAAvsAAAAHwAAACABLwB5bmFtZQAADAwAAAElAAACCtXH9aBwb3N0AAANNAAAAPkAAAF5vawAenicY2BkZ2CcwMDKwMFSyPKMgYHhF4RmjmEIZzzHwMDEwMrMgBUEpLmmMDh8ZPwoyw7iLmSHCDOCCADu/Qo9AAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD7K/v8PUvCREUTzM0DVAwEjG8OIBwCOWgbUAAB4nI1XfVBU1xV/574vlsUlj/14grDs48FuAgaR3X2LEnY3UZSgEkTwAySAgkIwI8bRfFDjTszYCWRMW9lNa4y2meokmq+2k5ia0dpkmknbkWgSSW3GyaaNf0RTx0wxX7A3Pe/tQmIgHXf3vXvvueeee+45v3POXQYY/PCD/CBDGAYkIE2sxg+OXSJmhmH1OaFX6MU5C5PDMCZi5Rg2i+ELGSthwM14NCbgYGSBIZfhFA1H6Zu0OS0NDkMVfg+npdFm+maCvigI0JBIQIMg0BdJGdTj9ylj7nr+b97+Hl8C1+H2xNAvjPqxjIgaKtItICkSnIISeo40QQls4xxjlzgHsnGGvi7BxQiMlSlkPMhfCh67rAUEUQ6CHxW2O7JARCkKnlUQ7UEIyAEQZe4MdDW9xr5OPFuKbubpRxcPDY8da4MOelDfAYJLW+sGKn/Vlmjfv5+NdB4oOfTazJn3tGxZtL9xFNZX7PPRUbjcRg/SMB2EL+gblXn7shbO/WUbF9u/H5XQ9eKO8iMMr9tY35qYoRi20wGuXV/CHaGDk2fdgHwCk5HUXQpCcgHfBV2NjV3jkq4PHTSUSBwuOQALvxPAps6fiftk6P6yJpcm5bB4dFkgoh195mbiSTnkL3jupq7jh4ZZdvjQRVB4PPx3SsVTu5D/6kd85RU66ttXAeuuXYN1E/Y2sMMzZkZiZNRZlRS/ynr9Xr8Cql2RVNbutXslYo7B9ngsFqcDbCQO22PxeIxcpgMxkh6PjUdwkvw6hvRpZeoCFKshDQzJVr++DWyLx+hAXJcGp3TJMV1ME45xCNvHLsWRrpOZSduOoG0zERuIIwuIkhNkBREglQKLiODD45FQE0BTiE214xE2wp8zOt9NjH3GRtDMk7Ehoq2tzCzGxdyMEQJuD0qGIrQ58ApoWQE3D2h1h6zwuB14wYFIDAA5CZ11jT+92gFZ7B7/p7+hV8jFxBl4aG03wLiVXtBbCylLfIJzkPUAvWAw0yvsVdKdBbC6nnruP/RFkHqWJLZ2Auxdtgy+6qTf7l1WswTJcJ6mGVxwXj92UtfU2WXUNX+qBUCxK6D4FR4f/cufG1sZbiSkMcwdMdoxBxTTEXIp4SCXMNhHoFjvTTFP4vkoPReNRmPRCTwa+3qY0DR7qn7Vjh612wRRTaI04HWCnZ+gIzvS/ZJP0+mynphCui4hzmG0id6+aLSv2BV3FQMYDTHrlGQ/SZ+q4ZdF8aLa5Ar8GW3tVNKEj13cF0buMaesx1i9CL/Uo1tM0h+74o9HjQ+UcPaxy8mH9ccwK8KpKA3rHdIUjTKpfIBxuokpxUGBIILm84ATvHh8tAIe2iZj8KvYwUOXawHMVNgxZvlwSa0z8Zkokkxn3ey2nYTsbMO3mPh8cji7zklsPLD9a9f2s2w/uSt/FgSytWzw5bmS3PielU1P56aGrlz6NzlnbT8h/Wtb+1OxIqxBbC9g7kINUbtAEDxsKWSCe46eltCPmaiUxy2IrODIB8EmixaQrU4IAQ6THg6BFpAdWsCquT16DkL9ccIC/FGeP5AuiDExe8bx+QtzWVsmHcm0kdzqecdn5IhRkTc/zfNPm3ns5sw4Pq86l9gyofh6jkTF5iFChjYbbzZQWFvYb8qZAWyGiV9ya+5bFgnzpuWt3FuX8KYMmsiYZepPseBgGhZcOMt0+4Q8fDOTftJjHIuhdaLsFXFM9AclTi9jbGRq8ZvIOykZei77kfo53eoppVPovbGiyV63p/p/dkWETTjmhjTIm8RP284b04bcNYlRsvO6Gp2JeaiIueVHsgJGF2aASlCQLuG8EsBomzb++/AXmwhaOoLhL7iQ4/uc449gWJ56/XWDARn74v/PL1bRBB4TBEyYrqezSkUPHaWjPWCm13ogAzJ66LVpbTEuXccDZlyXxBQ/IrzKOPS7gAkkIyZ0N6joE6M246aDsO1kgucTJ/EdFWA5pbAcTfoSP4hJeBCni7nEn5IclL4kpDgmMMuH8Kpk0+WrBUIeKCyWS0nPVz7NW86Hnl55GxR5KB3+9tszL+wVRulXNTUn6D8SJvIl3PzP46eZST/tQTllTDXTzmxCaTYna7eJAqcWuD1ulBXQsMz5fQEBCfowCF5FVDF/2yysB9OW5veVEtRAFOy41FoeJEiAOZhDiFstsKAwJ8Hijs72q1jWvWx+uKU5XFZDLx189OK8ojW1u0By5dtLHUN/rwkte68PnhnYVbt0bvWiub9w1+f4C0L3hIuXZ8+xlVSt0eb3tgQsmVZnem5R3U0uf/fmFdqiLTvY3nPnet5/v4f9pLB6QX2krnnFQ1tXtN+2ePlAaUNWcfiWwrncn4ca9ml3hFeHHm+u2bq4MhxUZs3bMH/3jgaPUtlVunFjg2/8yRzf3cHsssKZqlnOqyCWworWykW9lXnspk0ffrjpfCreIpjPWbwnFxt3PAkcQgkUuH1auUMf+txJQ0hK1k1zsNaqQdaLMxfoq9AGGxtJQ+fGw53cE/TY8pWhJruZHiMAcCexFS/eGDp6hntiXGE/gvI7163b29ExfiHxNsnqub/a6/QmPoAn4GpZ2c9cZRX5/57IWUNYuubiQBAddhuxAKe6PA5vuV5dkk0VXkMM3zk42W3Awrgka8LQgjZY+tQIffd5+vnHasnHL/cczldyS4r79i6su6Nu9oPQ8lbaid2Pt9/bXtTTynevq7bkPkITV47d+3NugOzo4M3y77Zxbnb2nhWrl0T/kO4u3H1ig33e1lD6JDYjiKkCHOioF0pZv6T6gxxipxLNhFc8xERA48vq5ZfXdL/QV6c8W3PfwjIsZyI3Csvo72e4FpTVwTv/UYNAKtY+8MB84vogZ1Xr5lW38iJdPZ74xunzO4Gk7BARIkytjlyCoPVoIb3IluMfAYRhEoAO2aGXKc2TNAJaSwdzQEeq7jC7TWYF2Y2jrEIXlyVEhunBs5t7K62a7Z6qB0923/+vPT2v7mwpqV/mTEsTiCB5zz735HOP9VbVWtKKZK08uDJ7vcQN02HogGegY5iNnKUHh12ti9/zzHvsauy+tx+e375j94LuA64MV/5MQbZVNT95/re7jlxZVaVuW5Nffsd9TXfOpXcv6m2Bn3x6FgXg/oz+P0h/ce8g2mTEWxVTzzQzrTruNCcRdbu6VY87gLVXc4uSjXfosak7XxWM4oyl+ockmzCFhJXaGwK8e6sCW2T3sLmPnh5qSZtx9JHFL6QBHGnsTjdtWQ8PFygWtQTIkrI84NILfQSC65FUMFsnOYFHEoSmUCD49a4rt3985PTsd8GzB/5KEnzmhhORgVOZPM+yb5KmpRu38jQqviH6826Lrdrxx6DZdFPo2fVbTiy9AUpDJ3SxGYvpK7u+Rhz8D4BCxssAeJxjYGRgYABi/vcdWfH8Nl8ZuNkZQODSliXbkWl2BrA4BwMTiAIAKDsJfgB4nGNgZGBgZwCChWASxGZkQAVyABOTANd4nGNnYGBgHwAMADNUANMAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IAAHicY2BkYGCQY8hlYGcAASYg5gJCBob/YD4DABa6AakAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2P2XLCMAxFfYE4CWlZSveFP8hHOY4gHhw79VLav68hMNOH6kG60mg5YhM22pr9b1vGMMEUM2TgyFGgxBwVbnCLBZZYYY07bHCPBzziCc94wSve8I4PbGeDFj/VydVSOakpG0T0VH1ZHXuq+xhoftHaHq+yV+21o1P7brWLWnvpiExNJpBb/i18q8D9ZxSOcj8oY8iVPjZBBU2+kGIIypokuqTI+cx3qXMq7Z6PQIsx1DYGrQxtLul50YV50rVcCiNJc0enX4qdkNRYe8j2g46+SIMHapXJw1GFdIWH2DfalQknZeTDWsRW2bqlBK3ORIz9AqJUapQAAAA=) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMlGRXgQAAAEoAAAAVmNtYXDiLxC2AAAB+AAAAUpnbHlm5X8X/gAAA4QAAA7kaGVhZAuHlGsAAADQAAAANmhoZWEOogcfAAAArAAAACRobXR40gAAAAAAAYAAAAB4bG9jYTDILUIAAANEAAAAPm1heHABLwB5AAABCAAAACBuYW1l1cf1oAAAEmgAAAIKcG9zdL2sAHoAABR0AAABeQABAAAHAAAAAKEHAAAAAAAHAAABAAAAAAAAAAAAAAAAAAAAHgABAAAAAQAAD+/W/l8PPPUACwcAAAAAANK0pLcAAAAA0rSktwAAAAAHAAcAAAAACAACAAAAAAAAAAEAAAAeAG0ABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQcAAZAABQAIBHEE5gAAAPoEcQTmAAADXABXAc4AAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxHQcAAAAAoQcAAAAAAAABAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAADxHf//AAAAAPEB//8AAA8AAAEAAAAAAAAAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AUABmALIAxgDmAR4BSAF0AZwB8gIuAo4CugMKA44DsAPqBDgEfAS4BOgFDAWiBegGNgZsBtoHcgAAAAEAAAAABYsFiwACAAABEQECVQM2BYv76gILAAADAAAAAAZrBmsAAgAOABoAAAkCEwQAAxIABSQAEwIAASYAJzYANxYAFwYAAusBwP5Alf7D/loICAGmAT0BPQGmCAj+Wv7D/f6uBgYBUv39AVIGBv6uAjABUAFQAZsI/lr+w/7D/loICAGmAT0BPQGm+sgGAVL9/QFSBgb+rv39/q4AAAACAAAAAAVABYsAAwAHAAABIREpAREhEQHAASv+1QJVASsBdQQW++oEFgAAAAQAAAAABiAGIAAGABMAJAAnAAABLgEnFRc2NwYHFz4BNSYAJxUWEgEHASERIQERAQYHFT4BNxc3AQcXBNABZVW4A7sCJ3ElKAX+3+Wlzvu3XwFh/p8BKwF1AT5MXU6KO5lf/WCcnAOAZJ4rpbgYGGpbcUacVPQBYziaNP70Aetf/p/+QP6LAfb+wjsdmhJEMZhfBJacnAAAAQAAAAAEqwXWAAUAAAERIQERAQILASoBdv6KBGD+QP6LBKr+iwAAAAIAAAAABWYF1gAGAAwAAAEuAScRPgEBESEBEQEFZQFlVFRl/BEBKwF1/osDgGSeK/2mK54BRP5A/osEqv6LAAADAAAAAAYgBg8ABQAMABoAABMRIQERAQUuAScRPgEDFRYSFwYCBxU2ADcmAOABKwF1/osCxQFlVVVluqXOAwPOpeUBIQUF/t8EYP5A/osEqv6L4GSeK/2mK54C85o0/vS1tf70NJo4AWL19QFiAAAABAAAAAAFiwWLAAUACwARABcAAAEjESE1IwMzNTM1IQEjFSERIwMVMxUzEQILlgF24JaW4P6KA4DgAXaW4OCWAuv+ipYCCuCW/ICWAXYCoJbgAXYABAAAAAAFiwWLAAUACwARABcAAAEzFTMRIRMjFSERIwEzNTM1IRM1IxEhNQF14Jb+iuDgAXaWAcCW4P6KlpYBdgJV4AF2AcCWAXb76uCWAcDg/oqWAAAAAAIAAAAABdYF1gAPABMAAAEhDgEHER4BFyE+ATcRLgEDIREhBUD8gD9VAQFVPwOAP1UBAVU//IADgAXVAVU//IA/VQEBVT8DgD9V++wDgAAABgAAAAAGawZrAAcADAATABsAIAAoAAAJASYnDgEHASUuAScBBSEBNhI3JgUBBgIHFhchBR4BFwEzARYXPgE3AQK+AWROVIfwYQESA4416aH+7gLl/dABelxoAQH8E/7dXGgBAQ4CMP3kNemhARJ4/t1OVIfwYf7uA/ACaBIBAVhQ/id3pfY+/idL/XNkAQGTTU0B+GT+/5NNSEul9j4B2f4IEgEBWFAB2QAAAAUAAAAABmsF1gAPABMAFwAbAB8AAAEhDgEHER4BFyE+ATcRLgEBIRUhASE1IQUhNSE1ITUhBdX7VkBUAgJUQASqQFQCAlT7FgEq/tYC6v0WAuoBwP7WASr9FgLqBdUBVT/8gD9VAQFVPwOAP1X9rJX+1ZWVlZaVAAMAAAAABiAF1gAPACcAPwAAASEOAQcRHgEXIT4BNxEuAQEjNSMVMzUzFRQGByMuAScRPgE3Mx4BFQUjNSMVMzUzFQ4BByMuATURNDY3Mx4BFwWL++o/VAICVD8EFj9UAgJU/WtwlZVwKiDgICoBASog4CAqAgtwlZVwASog4CAqKiDgICoBBdUBVT/8gD9VAQFVPwOAP1X99yXgJUogKgEBKiABKiAqAQEqIEol4CVKICoBASogASogKgEBKiAAAAYAAAAABiAE9gADAAcACwAPABMAFwAAEzM1IxEzNSMRMzUjASE1IREhNSERFSE14JWVlZWVlQErBBX76wQV++sEFQM1lv5AlQHAlf5Alv5AlQJVlZUAAAABAAAAAAYgBmwALgAAASIGBwE2NCcBHgEzPgE3LgEnDgEHFBcBLgEjDgEHHgEXMjY3AQYHHgEXPgE3LgEFQCtKHv3sBwcCDx5OLF9/AgJ/X19/Agf98R5OLF9/AgJ/XyxOHgIUBQEDe1xcewMDewJPHxsBNxk2GQE0HSACf19ffwICf18bGf7NHCACf19ffwIgHP7KFxpcewICe1xdewAAAgAAAAAGWQZrAEMATwAAATY0Jzc+AScDLgEPASYvAS4BJyEOAQ8BBgcnJgYHAwYWHwEGFBcHDgEXEx4BPwEWHwEeARchPgE/ATY3FxY2NxM2JicFLgEnPgE3HgEXDgEFqwUFngoGB5YHGQ26OkQcAxQP/tYPFAIcRTm6DRoHlQcFC50FBZ0LBQeVBxoNujlFHAIUDwEqDxQCHEU5ug0aB5UHBQv9OG+UAgKUb2+UAgKUAzckSiR7CRoNAQMMCQVLLRzGDhEBAREOxhwtSwUJDP79DBsJeyRKJHsJGg3+/QwJBUstHMYOEQEBEQ7GHC1LBQkMAQMMGwlBApRvb5QCApRvb5QAAAAAAQAAAAAGawZrAAsAABMSAAUkABMCACUEAJUIAaYBPQE9AaYICP5a/sP+w/5aA4D+w/5aCAgBpgE9AT0BpggI/loAAAACAAAAAAZrBmsACwAXAAABBAADEgAFJAATAgABJgAnNgA3FgAXBgADgP7D/loICAGmAT0BPQGmCAj+Wv7D/f6uBgYBUv39AVIGBv6uBmsI/lr+w/7D/loICAGmAT0BPQGm+sgGAVL9/QFSBgb+rv39/q4AAAMAAAAABmsGawALABcAIwAAAQQAAxIABSQAEwIAASYAJzYANxYAFwYAAw4BBy4BJz4BNx4BA4D+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rh0Cf19ffwICf19ffwZrCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAk9ffwICf19ffwICfwAAAAQAAAAABiAGIAAPABsAJQApAAABIQ4BBxEeARchPgE3ES4BASM1IxUjETMVMzU7ASEeARcRDgEHITczNSMFi/vqP1QCAlQ/BBY/VAICVP1rcJVwcJVwlgEqICoBASog/tZwlZUGIAJUP/vqP1QCAlQ/BBY/VPyClZUBwLu7ASog/tYgKgFw4AACAAAAAAZrBmsACwAXAAABBAADEgAFJAATAgATBwkBJwkBNwkBFwEDgP7D/loICAGmAT0BPQGmCAj+Wjhp/vT+9GkBC/71aQEMAQxp/vUGawj+Wv7D/sP+WggIAaYBPQE9Aab8EWkBC/71aQEMAQxp/vUBC2n+9AABAAAAAAXWBrYAFgAAAREJAREeARcOAQcuAScjFgAXNgA3JgADgP6LAXW+/QUF/b6+/QWVBgFR/v4BUQYG/q8FiwEq/ov+iwEqBP2/vv0FBf2+/v6vBgYBUf7+AVEAAAABAAAAAAU/BwAAFAAAAREjIgYdASEDIxEhESMRMzU0NjMyBT+dVjwBJSf+/s7//9Ctkwb0/vhISL3+2P0JAvcBKNq6zQAAAAAEAAAAAAaOBwAAMABFAGAAbAAAARQeAxUUBwYEIyImJyY1NDY3NiUuATU0NwYjIiY1NDY3PgEzIQcjHgEVFA4DJzI2NzY1NC4CIyIGBwYVFB4DEzI+AjU0LgEvASYvAiYjIg4DFRQeAgEzFSMVIzUjNTM1MwMfQFtaQDBI/uqfhOU5JVlKgwERIB8VLhaUy0g/TdNwAaKKg0pMMUVGMZImUBo1Ij9qQCpRGS8UKz1ZNjprWzcODxMeChwlThAgNWhvUzZGcX0Da9XVadTUaQPkJEVDUIBOWlN6c1NgPEdRii5SEipAKSQxBMGUUpo2QkBYP4xaSHNHO0A+IRs5ZjqGfVInITtlLmdnUjT8lxo0Xj4ZMCQYIwsXHTgCDiQ4XTtGazsdA2xs29ts2QADAAAAAAaABmwAAwAOACoAAAERIREBFgYrASImNDYyFgERIRE0JiMiBgcGFREhEhAvASEVIz4DMzIWAd3+tgFfAWdUAlJkZ6ZkBI/+t1FWP1UVC/63AgEBAUkCFCpHZz+r0ASP/CED3wEySWJik2Fh/N39yAISaXdFMx4z/dcBjwHwMDCQIDA4H+MAAAEAAAAABpQGAAAxAAABBgcWFRQCDgEEIyAnFjMyNy4BJxYzMjcuAT0BFhcuATU0NxYEFyY1NDYzMhc2NwYHNgaUQ18BTJvW/tKs/vHhIyvhsGmmHyEcKypwk0ROQk4seQFbxgi9hoxgbWAlaV0FaGJFDhyC/v3ut22RBIoCfWEFCxexdQQmAyyOU1hLlbMKJiSGvWYVOXM/CgAAAAEAAAAABYAHAAAiAAABFw4BBwYuAzURIzU+BDc+ATsBESEVIREUHgI3NgUwUBewWWitcE4hqEhyRDAUBQEHBPQBTf6yDSBDME4Bz+0jPgECOFx4eDoCINcaV11vVy0FB/5Y/P36HjQ1HgECAAEAAAAABoAGgABKAAABFAIEIyInNj8BHgEzMj4BNTQuASMiDgMVFBYXFj8BNjc2JyY1NDYzMhYVFAYjIiY3PgI1NCYjIgYVFBcDBhcmAjU0EiQgBBIGgM7+n9FvazsTNhRqPXm+aHfijmm2f1srUE0eCAgGAgYRM9Gpl6mJaz1KDgglFzYyPlYZYxEEzv7OAWEBogFhzgOA0f6fziBdR9MnOYnwlnLIfjpgfYZDaJ4gDCAfGAYXFD1al9mkg6ruVz0jdVkfMkJyVUkx/l5Ga1sBfOnRAWHOzv6fAAAHAAAAAAcABM8ADgAXACoAPQBQAFoAXQAAARE2HgIHDgEHBiYjJyY3FjY3NiYHERQFFjY3PgE3LgEnIwYfAR4BFw4BFxY2Nz4BNy4BJyMGHwEeARcUBhcWNjc+ATcuAScjBh8BHgEXDgEFMz8BFTMRIwYDJRUnAxyEzZRbCA2rgketCAEBqlRoCglxYwF+IiEOIysBAkswHQEECiQ0AgE+YyIhDiIsAQJLMB4BBQokNAE/YyIhDiIsAQJLMB4BBQokNAEBPvmD7kHhqs0s0gEnjgHJAv0FD2a9gIrADwUFAwPDAlVMZ3MF/pUHwgc1HTyWV325PgsJED+oY3G9TAc1HTyWV325PgsJED+oY3G9TAc1HTyWV325PgsJED+oY3G9UmQBZQMMR/61g/kBAAAAAAAQAMYAAQAAAAAAAQAHAAAAAQAAAAAAAgAHAAcAAQAAAAAAAwAHAA4AAQAAAAAABAAHABUAAQAAAAAABQALABwAAQAAAAAABgAHACcAAQAAAAAACgArAC4AAQAAAAAACwATAFkAAwABBAkAAQAOAGwAAwABBAkAAgAOAHoAAwABBAkAAwAOAIgAAwABBAkABAAOAJYAAwABBAkABQAWAKQAAwABBAkABgAOALoAAwABBAkACgBWAMgAAwABBAkACwAmAR5WaWRlb0pTUmVndWxhclZpZGVvSlNWaWRlb0pTVmVyc2lvbiAxLjBWaWRlb0pTR2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AVgBpAGQAZQBvAEoAUwBSAGUAZwB1AGwAYQByAFYAaQBkAGUAbwBKAFMAVgBpAGQAZQBvAEoAUwBWAGUAcgBzAGkAbwBuACAAMQAuADAAVgBpAGQAZQBvAEoAUwBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAACAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4AAAECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgAAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play, .video-js .vjs-big-play-button, .video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play:before, .video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before {
  content: '\f101'; }

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play-circle:before {
  content: '\f102'; }

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing:before {
  content: '\f103'; }

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before {
  content: '\f104'; }

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before {
  content: '\f105'; }

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before {
  content: '\f106'; }

.vjs-icon-volume-high, .video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-high:before, .video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before {
  content: '\f107'; }

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control:before {
  content: '\f108'; }

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control:before {
  content: '\f109'; }

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-square:before {
  content: '\f10a'; }

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-spinner:before {
  content: '\f10b'; }

.vjs-icon-subtitles, .video-js .vjs-subtitles-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-subtitles:before, .video-js .vjs-subtitles-button:before {
  content: '\f10c'; }

.vjs-icon-captions, .video-js .vjs-captions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-captions:before, .video-js .vjs-captions-button:before {
  content: '\f10d'; }

.vjs-icon-chapters, .video-js .vjs-chapters-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-chapters:before, .video-js .vjs-chapters-button:before {
  content: '\f10e'; }

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-share:before {
  content: '\f10f'; }

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-cog:before {
  content: '\f110'; }

.vjs-icon-circle, .video-js .vjs-mouse-display, .video-js .vjs-play-progress, .video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle:before, .video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before {
  content: '\f111'; }

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle-outline:before {
  content: '\f112'; }

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle-inner-circle:before {
  content: '\f113'; }

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-hd:before {
  content: '\f114'; }

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button:before {
  content: '\f115'; }

.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-replay:before {
  content: '\f116'; }

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-facebook:before {
  content: '\f117'; }

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-gplus:before {
  content: '\f118'; }

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-linkedin:before {
  content: '\f119'; }

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-twitter:before {
  content: '\f11a'; }

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-tumblr:before {
  content: '\f11b'; }

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-pinterest:before {
  content: '\f11c'; }

.vjs-icon-audio-description {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-audio-description:before {
  content: '\f11d'; }

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.video-js:-moz-full-screen {
  position: absolute; }

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important; }

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit; }

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0; }

.video-js.vjs-16-9 {
  padding-top: 56.25%; }

.video-js.vjs-4-3 {
  padding-top: 75%; }

.video-js.vjs-fill {
  width: 100%;
  height: 100%; }

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto; }

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

.vjs-hidden {
  display: none !important; }

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto; }

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC; }

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s; }

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em; }

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s; }

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none; }

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2; }

.vjs-menu-button {
  cursor: pointer; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto; }

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none; }

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }

.vjs-menu li:focus,
.vjs-menu li:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F; }

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default; }

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em; }

.vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block; }

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden; }

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em; }

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }

.video-js .vjs-menu-button-inline.vjs-slider-active {
  transition: none; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s; }

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.vjs-has-started .vjs-control-bar {
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s; }

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }

@media �screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: ""; } }

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }

.video-js .vjs-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-control:before {
  font-size: 1.8em;
  line-height: 1.67; }

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white; }

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }

.video-js .vjs-custom-control-spacer {
  display: none; }

.video-js .vjs-progress-control {
  -ms-flex: auto;
  flex: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.vjs-live .vjs-progress-control {
  display: none; }

.video-js .vjs-progress-holder {
  -ms-flex: auto;
  flex: auto;
  transition: all 0.2s;
  height: 0.3em; }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em; }

/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  display: block;
  font-size: 0.6em; }

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 0.3em;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0; }

.video-js .vjs-mouse-display:before {
  display: none; }

.video-js .vjs-play-progress {
  background-color: #fff; }

.video-js .vjs-play-progress:before {
  position: absolute;
  top: -0.333333333333333em;
  right: -0.5em;
  font-size: 0.9em; }

.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  display: none;
  position: absolute;
  top: -2.4em;
  right: -1.5em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 0.2em 0.5em;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em; }

.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 1; }

.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5); }

.video-js .vjs-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75); }

.video-js.vjs-no-flex .vjs-progress-control {
  width: auto; }

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  display: none; }

.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff; }

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  cursor: pointer;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-volume-control {
  width: 5em;
  -ms-flex: none;
  flex: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto; }

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em; }

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em; }

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em; }

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em; }

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent; }

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0.5em;
  height: 8em; }

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden; }

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  height: 8em;
  width: 2.9em; }

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 8em; }

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important; }

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%; }

.vjs-has-started .vjs-poster {
  display: none; }

.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

.vjs-controls-disabled .vjs-poster {
  display: none; }

.vjs-using-native-controls .vjs-poster {
  display: none; }

.video-js .vjs-live-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em; }

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js .vjs-time-control {
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em; }

.vjs-live .vjs-time-control {
  display: none; }

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none; }

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.vjs-live .vjs-time-divider {
  display: none; }

.video-js .vjs-play-control {
  cursor: pointer;
  -ms-flex: none;
  flex: none; }

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5); }

.vjs-subtitles {
  color: #fff; }

.vjs-captions {
  color: #fc6; }

.vjs-tt-cue {
  display: block; }

video::-webkit-media-text-track-display {
  transform: translateY(-3em); }

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em); }

.video-js .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer;
  -ms-flex: none;
  flex: none; }

.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center; }

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center; }

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%; }

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px; }

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block; }

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  animation-delay: 0.44s; }

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg); } }

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

.vjs-chapters-button .vjs-menu {
  left: -10em;
  width: 0; }

.vjs-chapters-button .vjs-menu ul {
  width: 24em; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -ms-flex: auto;
  flex: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button {
  display: none; }

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-fullscreen-control {
  display: none; }

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button {
  display: none; }

.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  margin: 0 auto;
  padding: 0.5em;
  height: 15em;
  font-size: 12px;
  width: 40em; }

.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 2em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto; }

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left; }

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both; }

.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em; }

.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px; }

.vjs-caption-settings .vjs-tracksetting label {
  display: block;
  width: 100px;
  margin-bottom: 5px; }

.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px; }

.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px; }

.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0; }

.vjs-caption-settings label > input {
  margin-right: 10px; }

.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px; }

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0)); }

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }

.video-js {
  font-size: 11px;
  color: #fff;
  width: 760px !important;
  height: 0;
  padding-top: 60%;
  max-width: 100%;
  position: relative;
  background: #ccc !important;
  font-family: "toyota-text-regular",sans-serif; }

.vjs-toyota-skin {
  position: relative !important; }
  .vjs-toyota-skin > div:first-child {
    position: absolute !important;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
  .vjs-toyota-skin .vjs-play-progress {
    background: #c82032; }
    .vjs-toyota-skin .vjs-play-progress:before, .vjs-toyota-skin .vjs-play-progress:after {
      opacity: 0 !important; }
  .vjs-toyota-skin .vjs-big-play-button {
    font-size: 3em;
    line-height: 128px;
    height: 128px;
    width: 128px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3) url("../img/layout/play-arrow.png") center center no-repeat !important;
    left: 50%;
    top: 50%;
    margin-left: -64px;
    margin-top: -64px; }
  .vjs-toyota-skin .vjs-volume-menu-button {
    position: absolute;
    height: 60px;
    bottom: -5px;
    right: 0;
    padding-right: 10px;
    padding-top: 20px;
    padding-left: 15px; }
    .vjs-toyota-skin .vjs-volume-menu-button:hover, .vjs-toyota-skin .vjs-volume-menu-button:focus {
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); }
    .vjs-toyota-skin .vjs-volume-menu-button:before {
      left: -10px; }
    .vjs-toyota-skin .vjs-volume-menu-button:hover:before, .vjs-toyota-skin .vjs-volume-menu-button:focus:before {
      left: 15px;
      width: 90px !important;
      background-color: #eee; }
  .vjs-toyota-skin .vjs-menu-button-inline .vjs-menu {
    left: 3.622em; }
  .vjs-toyota-skin .vjs-icon-play:before,
  .vjs-toyota-skin .vjs-play-control:before {
    content: '';
    background: url("../img/layout/player-sprite.png") -28px 5px no-repeat; }
  .vjs-toyota-skin .vjs-menu-button-inline .vjs-menu-content {
    overflow: visible !important; }
  .vjs-toyota-skin .vjs-icon-pause:before,
  .vjs-toyota-skin .vjs-play-control.vjs-playing:before {
    content: '';
    background: url("../img/layout/player-sprite.png") 4px 5px no-repeat; }
  .vjs-toyota-skin.vjs-ended .vjs-play-control:before {
    content: '';
    background: url("../img/layout/player-sprite.png") -28px 5px no-repeat !important; }
  .vjs-toyota-skin .vjs-icon-volume-high:before,
  .vjs-toyota-skin .vjs-mute-control:before,
  .vjs-toyota-skin .vjs-volume-menu-button:before,
  .vjs-toyota-skin .vjs-mute-control.vjs-vol-1:before,
  .vjs-toyota-skin .vjs-volume-menu-button.vjs-vol-1:before,
  .vjs-toyota-skin .vjs-mute-control.vjs-vol-2:before,
  .vjs-toyota-skin .vjs-volume-menu-button.vjs-vol-2:before,
  .vjs-toyota-skin .vjs-mute-control.vjs-vol-3:before,
  .vjs-toyota-skin .vjs-volume-menu-button.vjs-vol-3:before {
    content: '';
    background: url("../img/layout/player-sprite.png") -65px 21px no-repeat; }
  .vjs-toyota-skin .vjs-icon-volume-high:hover, .vjs-toyota-skin .vjs-icon-volume-high:focus,
  .vjs-toyota-skin .vjs-mute-control:hover,
  .vjs-toyota-skin .vjs-mute-control:focus,
  .vjs-toyota-skin .vjs-volume-menu-button:hover,
  .vjs-toyota-skin .vjs-volume-menu-button:focus,
  .vjs-toyota-skin .vjs-mute-control.vjs-vol-1:hover,
  .vjs-toyota-skin .vjs-mute-control.vjs-vol-1:focus,
  .vjs-toyota-skin .vjs-volume-menu-button.vjs-vol-1:hover,
  .vjs-toyota-skin .vjs-volume-menu-button.vjs-vol-1:focus,
  .vjs-toyota-skin .vjs-mute-control.vjs-vol-2:hover,
  .vjs-toyota-skin .vjs-mute-control.vjs-vol-2:focus,
  .vjs-toyota-skin .vjs-volume-menu-button.vjs-vol-2:hover,
  .vjs-toyota-skin .vjs-volume-menu-button.vjs-vol-2:focus,
  .vjs-toyota-skin .vjs-mute-control.vjs-vol-3:hover,
  .vjs-toyota-skin .vjs-mute-control.vjs-vol-3:focus,
  .vjs-toyota-skin .vjs-volume-menu-button.vjs-vol-3:hover,
  .vjs-toyota-skin .vjs-volume-menu-button.vjs-vol-3:focus {
    z-index: 999999;
    background: #fff; }
  .vjs-toyota-skin .vjs-icon-volume-high:hover:before, .vjs-toyota-skin .vjs-icon-volume-high:focus:before,
  .vjs-toyota-skin .vjs-mute-control:hover:before,
  .vjs-toyota-skin .vjs-mute-control:focus:before,
  .vjs-toyota-skin .vjs-volume-menu-button:hover:before,
  .vjs-toyota-skin .vjs-volume-menu-button:focus:before,
  .vjs-toyota-skin .vjs-mute-control.vjs-vol-1:hover:before,
  .vjs-toyota-skin .vjs-mute-control.vjs-vol-1:focus:before,
  .vjs-toyota-skin .vjs-volume-menu-button.vjs-vol-1:hover:before,
  .vjs-toyota-skin .vjs-volume-menu-button.vjs-vol-1:focus:before,
  .vjs-toyota-skin .vjs-mute-control.vjs-vol-2:hover:before,
  .vjs-toyota-skin .vjs-mute-control.vjs-vol-2:focus:before,
  .vjs-toyota-skin .vjs-volume-menu-button.vjs-vol-2:hover:before,
  .vjs-toyota-skin .vjs-volume-menu-button.vjs-vol-2:focus:before,
  .vjs-toyota-skin .vjs-mute-control.vjs-vol-3:hover:before,
  .vjs-toyota-skin .vjs-mute-control.vjs-vol-3:focus:before,
  .vjs-toyota-skin .vjs-volume-menu-button.vjs-vol-3:hover:before,
  .vjs-toyota-skin .vjs-volume-menu-button.vjs-vol-3:focus:before {
    background: url("../img/layout/player-sprite.png") -115px 21px no-repeat;
    width: 80px !important; }
  .vjs-toyota-skin .vjs-icon-volume-high .vjs-slider,
  .vjs-toyota-skin .vjs-mute-control .vjs-slider,
  .vjs-toyota-skin .vjs-volume-menu-button .vjs-slider,
  .vjs-toyota-skin .vjs-mute-control.vjs-vol-1 .vjs-slider,
  .vjs-toyota-skin .vjs-volume-menu-button.vjs-vol-1 .vjs-slider,
  .vjs-toyota-skin .vjs-mute-control.vjs-vol-2 .vjs-slider,
  .vjs-toyota-skin .vjs-volume-menu-button.vjs-vol-2 .vjs-slider,
  .vjs-toyota-skin .vjs-mute-control.vjs-vol-3 .vjs-slider,
  .vjs-toyota-skin .vjs-volume-menu-button.vjs-vol-3 .vjs-slider {
    background: #ccc; }
  .vjs-toyota-skin .vjs-mute-control.vjs-vol-0:before,
  .vjs-toyota-skin .vjs-volume-menu-button.vjs-vol-0:before {
    content: '';
    background: url("../img/layout/player-sprite.png") -139px 21px no-repeat; }
  .vjs-toyota-skin .vjs-mute-control.vjs-vol-0:hover:before, .vjs-toyota-skin .vjs-mute-control.vjs-vol-0:focus:before,
  .vjs-toyota-skin .vjs-volume-menu-button.vjs-vol-0:hover:before,
  .vjs-toyota-skin .vjs-volume-menu-button.vjs-vol-0:focus:before {
    background: url("../img/layout/player-sprite.png") -183px 21px no-repeat; }
  .vjs-toyota-skin .vjs-volume-bar {
    margin: 29px 1.35em; }
  .vjs-toyota-skin .vjs-menu {
    background: #fff; }
  .vjs-toyota-skin .vjs-volume-level {
    background: #c82032 !important; }
    .vjs-toyota-skin .vjs-volume-level:before {
      opacity: 0 !important;
      right: -0.9em;
      top: -0.4em;
      font-size: 1.8em; }
  .vjs-toyota-skin .vjs-big-play-button,
  .vjs-toyota-skin .vjs-menu-button .vjs-menu-content {
    background-color: rgba(255, 255, 255, 0.7); }
  .vjs-toyota-skin .vjs-control-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    background: none;
    height: 50px;
    padding: 10px 50px 10px 20px;
    transition: all 0.3s ease; }
  .vjs-toyota-skin .vjs-control-bar:hover,
  .vjs-toyota-skin .vjs-control-bar:focus {
    background: rgba(0, 0, 0, 0.5); }
  .vjs-toyota-skin .vjs-slider {
    background-color: rgba(255, 255, 255, 0.5); }
  .vjs-toyota-skin .vjs-load-progress {
    background: rgba(255, 255, 255, 0.5); }
    .vjs-toyota-skin .vjs-load-progress div {
      background: rgba(255, 255, 255, 0.75); }

.lt-ie10 .tabs-content .owl-wrapper-outer {
  overflow: hidden; }

.lt-ie10 .tabs-content .tab-content {
  opacity: 1; }

.leasing .main-header .brand img {
  padding: 29px 0; }
  @media screen and (max-width: 767px) {
    .leasing .main-header .brand img {
      padding: 19px 0; } }

.leasing .bg-invert {
  background-color: #000;
  color: #fff; }
  .leasing .bg-invert + section .module.image-section {
    margin-top: 0; }
  .leasing .bg-invert .bg-gray-blue {
    background-color: #10262F; }

.leasing .main-header-stick .bg-invert {
  background: #293036; }

.leasing .hp-hero {
  margin-bottom: 0; }

.leasing .anchors-list a:hover {
  color: #0882c0; }

.leasing .tabs-links .btn-gray.active {
  background: #009deb;
  color: #fff; }

.leasing .tabs-links .tabs-links:before {
  background: #0882c0; }

.leasing .offers-list li a {
  background: #121212;
  color: #fff; }
  .leasing .offers-list li a:hover {
    background: #009deb; }

.leasing .tabs-select {
  color: #000; }

.leasing + .main-footer .contact-options {
  width: 100%;
  margin-left: 0; }

.front-desk-screen .main-header-new-menu-wrap--login,
.front-desk-screen .footer-form,
.front-desk-screen .additional-links,
.front-desk-screen .callback-badge,
.front-desk-screen a[href*="//wnioski.toyotabank.pl"] {
  display: none !important; }

.front-desk-screen .contact-options {
  width: 100% !important; }

.recommend-program.bg-red-venetian {
  color: #fff;
  padding-bottom: 45px; }
  .recommend-program.bg-red-venetian .header-secondary {
    max-width: 660px; }
  .recommend-program.bg-red-venetian li:before {
    background: #fff; }

@media screen and (min-width: 768px) {
  .recommend-program .benefits-list {
    width: 100%; } }

.recommend-program .contact-form .custom-checkbox {
  margin-bottom: 20px; }

.recommend-program.bg-gray-alabaster {
  padding: 30px 0 60px 0; }
  .recommend-program.bg-gray-alabaster h3 {
    margin-top: 0;
    font-size: 19px;
    color: #d1001e; }
  .recommend-program.bg-gray-alabaster .text-content {
    font-size: 13px;
    margin-top: 20px;
    line-height: 30px;
    color: #6c7073; }
    .recommend-program.bg-gray-alabaster .text-content a {
      text-decoration: underline; }
  .recommend-program.bg-gray-alabaster .benefits-list {
    counter-reset: list-counter; }
    .recommend-program.bg-gray-alabaster .benefits-list li {
      padding: 4px 0 4px 45px; }
      .recommend-program.bg-gray-alabaster .benefits-list li:before {
        content: counter(list-counter);
        color: #969c97;
        text-align: center;
        font-size: 18px;
        display: inline-block;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: 2px solid #969c97;
        background: #fff;
        margin: -4px 10px -1px -43px;
        position: absolute;
        counter-increment: list-counter; }

.recommend-program .contact-form {
  margin-bottom: 75px; }
  .recommend-program .contact-form .agreements {
    margin-top: 20px; }
    .recommend-program .contact-form .agreements #agree-ceidg, .recommend-program .contact-form .agreements #agree-krs {
      display: none; }
    .recommend-program .contact-form .agreements #agree-ceidg.visible, .recommend-program .contact-form .agreements #agree-krs.visible {
      display: block; }

.slider-hp .btn-banner-link .text-red {
  font-size: 20px;
  text-decoration: underline; }

.tankuj-korzysci .amount {
  font-family: "toyota-display-bold", sans-serif; }

.tankuj-korzysci.section--third + .info {
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
  margin-top: 10px; }

.tankuj-korzysci.section--third .box-container {
  padding-top: 58px;
  letter-spacing: -0.5px;
  font-family: "toyota-display-regular", sans-serif;
  font-size: 18px;
  line-height: 1.3; }
  .tankuj-korzysci.section--third .box-container.box-heading {
    position: relative;
    padding-left: 0;
    padding-right: 203px;
    text-align: right;
    font-size: 23px;
    line-height: 28px; }
    .tankuj-korzysci.section--third .box-container.box-heading .percent {
      font-size: 62px;
      line-height: 80px;
      font-family: "toyota-display-bold", sans-serif; }
  .tankuj-korzysci.section--third .box-container.box-card {
    padding-left: 0;
    padding-right: 0; }
  .tankuj-korzysci.section--third .box-container .amount {
    font-size: 23px;
    line-height: 50px; }

.tankuj-korzysci.section--third .btn-row {
  padding: 30px 0 15px;
  text-align: center; }
  .tankuj-korzysci.section--third .btn-row .btn {
    font-size: 18px; }

.tankuj-korzysci.section--third .info {
  padding: 0 0 15px 0;
  font-size: 14px;
  text-align: center; }

.tankuj-korzysci .slider-container {
  position: relative;
  padding-top: 60px; }
  .tankuj-korzysci .slider-container .slider {
    position: relative;
    width: 890px;
    padding: 0 150px;
    height: 334px;
    margin: 0 auto;
    background: url("../img/layout/slider-back.png") no-repeat center top; }
    .tankuj-korzysci .slider-container .slider .el-slider {
      position: relative;
      height: 334px;
      float: left;
      display: inline-block;
      cursor: pointer;
      z-index: 2; }
      .tankuj-korzysci .slider-container .slider .el-slider.slide--5 {
        width: 141px; }
      .tankuj-korzysci .slider-container .slider .el-slider.slide--6 {
        width: 146px; }
      .tankuj-korzysci .slider-container .slider .el-slider.slide--8 {
        width: 148px; }
      .tankuj-korzysci .slider-container .slider .el-slider.slide--10 {
        width: 155px; }
      .tankuj-korzysci .slider-container .slider .el-slider.active .slide-txt {
        color: #00030B; }
        .tankuj-korzysci .slider-container .slider .el-slider.active .slide-txt.back {
          opacity: 1; }
      .tankuj-korzysci .slider-container .slider .el-slider .slide-txt {
        padding-left: 41px;
        color: #dddddd;
        transition: opacity ease-out 300ms, color ease-out 300ms; }
        .tankuj-korzysci .slider-container .slider .el-slider .slide-txt.back {
          letter-spacing: 1px;
          opacity: 0; }
        .tankuj-korzysci .slider-container .slider .el-slider .slide-txt.amount {
          font-size: 48px;
          line-height: 55px; }
      .tankuj-korzysci .slider-container .slider .el-slider:hover .slide-txt {
        color: #00030B; }
    .tankuj-korzysci .slider-container .slider .front-slider {
      position: absolute;
      width: 141px;
      height: 334px;
      top: 0;
      left: 50%;
      margin-left: -295px;
      background: url("../img/layout/slider-front.png") no-repeat 0 0;
      overflow: hidden;
      transition: width ease-out 300ms; }
    .tankuj-korzysci .slider-container .slider .slider-arrow {
      position: absolute;
      width: 36px;
      height: 81px;
      top: 50%;
      margin-top: -55px;
      background-image: url("../img/layout/arrow-sprite.png");
      background-repeat: no-repeat; }
      .tankuj-korzysci .slider-container .slider .slider-arrow.arrow--left {
        right: 50%;
        margin-right: 350px;
        background-position: -43px 0; }
        .tankuj-korzysci .slider-container .slider .slider-arrow.arrow--left.active {
          background-position: 0 0; }
      .tankuj-korzysci .slider-container .slider .slider-arrow.arrow--right {
        left: 50%;
        margin-left: 350px;
        background-position: -43px -91px; }
        .tankuj-korzysci .slider-container .slider .slider-arrow.arrow--right.active {
          background-position: 0 -91px; }
      .tankuj-korzysci .slider-container .slider .slider-arrow.active {
        cursor: pointer; }

@media screen and (max-width: 991px) {
  .tankuj-korzysci .txt-sm-center {
    text-align: center; }
  .tankuj-korzysci .small-container .container {
    width: 600px; }
  .tankuj-korzysci .header {
    background-position: 35px 0; }
  .tankuj-korzysci.section--second .slider-container .slider {
    margin: 0 -70px; }
    .tankuj-korzysci.section--second .slider-container .slider .slider-arrow.arrow--left {
      margin-right: 320px; }
    .tankuj-korzysci.section--second .slider-container .slider .slider-arrow.arrow--right {
      margin-left: 320px; }
  .tankuj-korzysci.section--third .box-container.box-heading {
    margin-left: 0;
    margin-right: 0;
    padding-right: 40px; }
    .tankuj-korzysci.section--third .box-container.box-heading .percent {
      position: relative;
      top: 10px;
      left: 0; }
  .tankuj-korzysci .tooltip {
    display: none; }
  .tankuj-korzysci #lp-form-show {
    text-align: center;
    display: block;
    cursor: context-menu; }
    .tankuj-korzysci #lp-form-show .break-line {
      display: inline; }
  .tankuj-korzysci #lp-form-hide, .tankuj-korzysci #lp-form-hide--title {
    display: none !important; }
  .tankuj-korzysci .form-section {
    position: relative;
    width: 750px;
    height: auto;
    top: 0;
    left: 0;
    margin: 0 auto;
    overflow: auto; }
    .tankuj-korzysci .form-section .lp-form {
      position: relative;
      height: auto;
      top: 0;
      right: 0;
      z-index: 10;
      box-shadow: none; }
      .tankuj-korzysci .form-section .lp-form .lp-form-inside {
        padding: 50px 15px; }
        .tankuj-korzysci .form-section .lp-form .lp-form-inside .validate-errors {
          padding-left: 50px; }
        .tankuj-korzysci .form-section .lp-form .lp-form-inside .form-col {
          width: 50%;
          padding-left: 50px; }
          .tankuj-korzysci .form-section .lp-form .lp-form-inside .form-col .saveDataButton {
            padding: 0;
            text-align: center; } }

@media screen and (max-width: 767px) {
  .tankuj-korzysci .txt-sx-center {
    text-align: center; }
  .tankuj-korzysci .small-container .container, .tankuj-korzysci .super-small-container .container {
    width: 100%; }
  .tankuj-korzysci .logo-container .container .logo {
    background-image: url("../img/logo-toyota-retina.png"); }
  .tankuj-korzysci .header {
    height: auto;
    background: #fff; }
    .tankuj-korzysci .header .container {
      background-image: url("../img/car-toyota.jpg");
      background-repeat: no-repeat;
      background-position: -80px 0; }
    .tankuj-korzysci .header .header--box .header-reg {
      display: inline-block;
      margin-bottom: 42px; }
  .tankuj-korzysci.section--second .slider-container .slider {
    margin: 0 auto;
    padding: 0; }
    .tankuj-korzysci.section--second .slider-container .slider .slider-arrow {
      display: none; }
  .tankuj-korzysci.section--third .box-container {
    padding: 30px 0; }
    .tankuj-korzysci.section--third .box-container.box-heading {
      margin-right: 0;
      margin-left: 0;
      padding: 50px 0;
      text-align: center; }
      .tankuj-korzysci.section--third .box-container.box-heading .percent {
        position: relative;
        top: 0;
        left: 0;
        padding-top: 20px; }
    .tankuj-korzysci.section--third .box-container:first-child {
      padding: 50px 0 30px; }
    .tankuj-korzysci.section--third .box-container:nth-child(3) {
      border-bottom: 1px solid #F9C75C;
      border-top: 1px solid #F9C75C; } }

@media screen and (max-width: 767px) {
  .tankuj-korzysci.section--second .slider-container {
    padding: 60px 15px 0; }
    .tankuj-korzysci.section--second .slider-container .slider {
      width: 100%;
      background-size: contain;
      background-position: left center;
      overflow: hidden; }
      .tankuj-korzysci.section--second .slider-container .slider .front-slider {
        display: none; }
      .tankuj-korzysci.section--second .slider-container .slider .el-slider {
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain; }
        .tankuj-korzysci.section--second .slider-container .slider .el-slider .slide-txt {
          padding: 0; }
          .tankuj-korzysci.section--second .slider-container .slider .el-slider .slide-txt.back {
            color: #00030B;
            opacity: 1; }
          .tankuj-korzysci.section--second .slider-container .slider .el-slider .slide-txt.amount {
            color: #00030B; }
        .tankuj-korzysci.section--second .slider-container .slider .el-slider.slide--5 {
          background-image: url("../img/layout/slider-front-5.png"); }
        .tankuj-korzysci.section--second .slider-container .slider .el-slider.slide--6 {
          background-image: url("../img/layout/slider-front-6.png"); }
        .tankuj-korzysci.section--second .slider-container .slider .el-slider.slide--8 {
          background-image: url("../img/layout/slider-front-8.png"); }
        .tankuj-korzysci.section--second .slider-container .slider .el-slider.slide--10 {
          background-image: url("../img/layout/slider-front.png"); } }

@media screen and (max-width: 450px) {
  .tankuj-korzysci .header .container {
    background-position: -375px -35px; }
    .tankuj-korzysci .header .container .header--box {
      padding-top: 49px; }
    .tankuj-korzysci .header .container .heading {
      width: 100%;
      margin-bottom: 70px;
      font-size: 50px; } }

@media screen and (max-width: 350px) {
  .tankuj-korzysci .header .container {
    background-position: -250px 95px;
    background-size: 1000px auto; }
    .tankuj-korzysci .header .container .header--box {
      padding-top: 49px; }
      .tankuj-korzysci .header .container .header--box .header-amount {
        font-size: 120px; }
    .tankuj-korzysci .header .container .heading {
      width: 100%;
      margin-bottom: 100px; } }

.custom-smartplan-info h2, .custom-smartplan-info h3, .custom-smartplan-info .header-tetriary, .custom-smartplan-info .header-quaternary {
  margin: 10px 0; }

.custom-smartplan-info .bg-invert {
  background-color: #242424;
  padding-bottom: 20px; }
  .custom-smartplan-info .bg-invert img {
    float: right;
    position: relative;
    z-index: 10; }

.custom-smartplan-info .download-links {
  text-align: center; }
  .custom-smartplan-info .download-links li {
    display: inline; }
    .custom-smartplan-info .download-links li:first-child a {
      border-right: 1px solid #000; }
    .custom-smartplan-info .download-links li a {
      padding: 0 20px;
      font-size: 18px; }

.custom-smartplan-info .ti-angle-double-down {
  margin-left: 10px; }
  .custom-smartplan-info .ti-angle-double-down::before {
    display: inline-block; }

.custom-smartplan-info .toggle-variant {
  margin-top: 70px;
  display: block; }
  .custom-smartplan-info .toggle-variant p:hover, .custom-smartplan-info .toggle-variant:hover {
    color: #C60C30; }
    @media screen and (max-width: 767px) {
      .custom-smartplan-info .toggle-variant p:hover, .custom-smartplan-info .toggle-variant:hover {
        color: #fff; } }

.custom-smartplan-info .show-variant {
  display: none; }
  @media screen and (max-width: 767px) {
    .custom-smartplan-info .show-variant {
      margin: 0 -15px; } }

.custom-smartplan-info .long-arrow {
  display: block;
  margin: auto; }
  .custom-smartplan-info .long-arrow-m {
    position: absolute;
    top: 2%;
    left: 20px; }

.custom-smartplan-info .choose-toyota {
  margin-bottom: 50px; }
  .custom-smartplan-info .choose-toyota p {
    font-size: 15px; }
  .custom-smartplan-info .choose-toyota .middle-ico {
    text-align: center; }
  @media screen and (max-width: 767px) {
    .custom-smartplan-info .choose-toyota .col-md-4:nth-child(2) {
      padding: 0; }
      .custom-smartplan-info .choose-toyota .col-md-4:nth-child(2) .header-tetriary, .custom-smartplan-info .choose-toyota .col-md-4:nth-child(2) .header-quaternary {
        display: none; }
    .custom-smartplan-info .choose-toyota .middle-ico {
      padding: 5%; }
    .custom-smartplan-info .choose-toyota .arrow {
      transform: rotate(90deg); } }

.custom-smartplan-info .arrow-text.header-tetriary, .custom-smartplan-info .arrow-text .header-quaternary {
  max-width: 340px;
  margin-top: 118px;
  padding: 5px 0 5px 60px;
  margin-left: -60px;
  background-color: rgba(225, 225, 225, 0.2); }

@media screen and (max-width: 991px) {
  .custom-smartplan-info .choose-toyota .col-md-4 {
    text-align: center;
    padding: 2% 4%; }
    .custom-smartplan-info .choose-toyota .col-md-4 .header-tetriary, .custom-smartplan-info .choose-toyota .col-md-4 .header-quaternary {
      font-size: 20px; }
    .custom-smartplan-info .choose-toyota .col-md-4 p {
      font-size: 15px; } }

@media screen and (max-width: 767px) {
  .custom-smartplan-info .arrow-text.header-tetriary, .custom-smartplan-info .arrow-text .header-quaternary {
    padding: 5px 10px;
    margin: 20px auto 0; }
  .custom-smartplan-info .col-sm-6 {
    width: 100%;
    text-align: center; }
    .custom-smartplan-info .col-sm-6 img {
      margin: auto;
      display: block;
      float: none; }
  .custom-smartplan-info .choose-toyota .long-arrow-m {
    left: 8px; } }

@media screen and (max-width: 480px) {
  .custom-smartplan-info .choose-toyota .col-md-4 {
    padding: 4%; }
  .custom-smartplan-info .choose-toyota .long-arrow-m {
    left: -4px; } }

.smartplan-chart {
  height: 410px;
  padding-bottom: 100px; }
  .smartplan-chart .chart {
    content: '';
    display: block;
    width: 320px;
    height: 320px;
    max-width: 100%;
    margin: 0 auto;
    opacity: 0.7;
    transition: opacity 0.3s ease-in-out;
    background: no-repeat 50% 50%; }
    @media screen and (max-width: 767px) {
      .smartplan-chart .chart {
        background-position: 108px 50%;
        background-size: 150px; } }
    .smartplan-chart .chart:hover {
      opacity: 1; }
    .smartplan-chart .chart.chart-smartplan {
      background-image: url("../img/content/smartplan-chart-smartplan.png"); }
    .smartplan-chart .chart.chart-standard {
      background-image: url("../img/content/smartplan-chart-standard.png"); }
  .smartplan-chart .smartplan-chart-tooltip {
    position: absolute;
    display: block;
    padding: 0 50px 3px 0;
    left: 50%;
    border-bottom: 1px solid #242424;
    font-size: 17px;
    line-height: 1.1;
    color: #242424; }
    @media screen and (max-width: 767px) {
      .smartplan-chart .smartplan-chart-tooltip {
        left: 0; } }
    .smartplan-chart .smartplan-chart-tooltip::before {
      content: '';
      display: block;
      width: 20px;
      border-bottom: 1px solid #242424;
      transform: rotate(50deg);
      position: absolute;
      bottom: -9px;
      right: -16px; }
    .smartplan-chart .smartplan-chart-tooltip::after {
      content: '';
      display: block;
      border: 1px solid #242424;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      position: absolute;
      bottom: -30px;
      right: -24px; }
    @media screen and (min-width: 768px) {
      .smartplan-chart .smartplan-chart-tooltip.tooltip-left {
        padding: 0 0 3px 70px; }
        .smartplan-chart .smartplan-chart-tooltip.tooltip-left::before {
          transform: rotate(70deg);
          bottom: 11px;
          right: auto;
          left: -16px;
          width: 25px; }
        .smartplan-chart .smartplan-chart-tooltip.tooltip-left::after {
          bottom: 23px;
          right: auto;
          left: -17px; }
      .smartplan-chart .smartplan-chart-tooltip.tooltip-down-left {
        padding: 0 0 3px 70px; }
        .smartplan-chart .smartplan-chart-tooltip.tooltip-down-left::before {
          transform: rotate(-50deg);
          right: auto;
          left: -16px; }
        .smartplan-chart .smartplan-chart-tooltip.tooltip-down-left::after {
          bottom: -30px;
          right: auto;
          left: -21px; } }
    .smartplan-chart .smartplan-chart-tooltip.tooltip-green {
      border-color: #34B233;
      color: #34B233; }
      .smartplan-chart .smartplan-chart-tooltip.tooltip-green em {
        display: block;
        padding: 5px;
        margin-bottom: -3px;
        font-style: normal;
        background: #fff; }
      .smartplan-chart .smartplan-chart-tooltip.tooltip-green::before {
        border-color: #34B233; }
      .smartplan-chart .smartplan-chart-tooltip.tooltip-green::after {
        border-color: #34B233;
        background: #34B233; }
    .smartplan-chart .smartplan-chart-tooltip.tooltip-black {
      border-color: #000;
      color: #000; }
      .smartplan-chart .smartplan-chart-tooltip.tooltip-black::before {
        border-color: #000; }
      .smartplan-chart .smartplan-chart-tooltip.tooltip-black::after {
        border-color: #000;
        background: #000; }
    .smartplan-chart .smartplan-chart-tooltip strong {
      font-size: 20px; }
    .smartplan-chart .smartplan-chart-tooltip small {
      display: block;
      font-size: 14px; }
    .smartplan-chart .smartplan-chart-tooltip-1-1 {
      top: 33px;
      margin-left: -290px; }
      @media screen and (max-width: 767px) {
        .smartplan-chart .smartplan-chart-tooltip-1-1 {
          top: 93px;
          padding-right: 21px;
          margin-left: 0; } }
    .smartplan-chart .smartplan-chart-tooltip-1-2 {
      top: 175px;
      margin-left: -400px; }
      @media screen and (max-width: 991px) {
        .smartplan-chart .smartplan-chart-tooltip-1-2 {
          margin-left: -350px; } }
      @media screen and (max-width: 767px) {
        .smartplan-chart .smartplan-chart-tooltip-1-2 {
          width: 150px;
          padding-right: 0;
          top: 180px;
          margin-left: 0; }
          .smartplan-chart .smartplan-chart-tooltip-1-2::before {
            bottom: 8px;
            right: -15px;
            transform: rotate(-60deg); }
          .smartplan-chart .smartplan-chart-tooltip-1-2::after {
            bottom: 15px;
            right: -21px; } }
    .smartplan-chart .smartplan-chart-tooltip-1-3 {
      top: 133px;
      margin-left: 120px; }
      @media screen and (max-width: 767px) {
        .smartplan-chart .smartplan-chart-tooltip-1-3 {
          top: 20px;
          width: 190px;
          margin-left: 0; }
          .smartplan-chart .smartplan-chart-tooltip-1-3::before {
            width: 70px;
            bottom: -32px;
            right: -52px;
            transform: rotate(60deg); }
          .smartplan-chart .smartplan-chart-tooltip-1-3::after {
            bottom: -77px;
            right: -44px; } }
    .smartplan-chart .smartplan-chart-tooltip-1-4 {
      top: 283px;
      margin-left: 100px; }
      @media screen and (max-width: 767px) {
        .smartplan-chart .smartplan-chart-tooltip-1-4 {
          top: 263px;
          margin-left: 0;
          padding-right: 40px; }
          .smartplan-chart .smartplan-chart-tooltip-1-4::before {
            width: 60px;
            bottom: 25px;
            right: -45px;
            transform: rotate(-60deg); }
          .smartplan-chart .smartplan-chart-tooltip-1-4::after {
            bottom: 43px;
            right: -37px; } }
    .smartplan-chart .smartplan-chart-tooltip-2-1 {
      top: 58px;
      margin-left: -336px;
      padding-right: 160px; }
      @media screen and (max-width: 767px) {
        .smartplan-chart .smartplan-chart-tooltip-2-1 {
          margin-left: 0;
          top: 33px;
          padding-right: 20px; }
          .smartplan-chart .smartplan-chart-tooltip-2-1::before {
            bottom: -34px;
            right: -47px;
            width: 70px;
            transform: rotate(70deg); }
          .smartplan-chart .smartplan-chart-tooltip-2-1::after {
            bottom: -81px;
            right: -32px; } }
    .smartplan-chart .smartplan-chart-tooltip-2-2 {
      top: 186px;
      margin-left: -380px; }
      @media screen and (max-width: 991px) {
        .smartplan-chart .smartplan-chart-tooltip-2-2 {
          margin-left: -350px; } }
      @media screen and (max-width: 767px) {
        .smartplan-chart .smartplan-chart-tooltip-2-2 {
          margin-left: 0;
          top: 96px;
          width: 190px; } }
    .smartplan-chart .smartplan-chart-tooltip-2-3 {
      top: 198px;
      margin-left: 82px;
      padding-left: 90px; }
      @media screen and (max-width: 767px) {
        .smartplan-chart .smartplan-chart-tooltip-2-3 {
          margin-left: 0;
          padding-left: 0;
          top: 200px;
          padding-right: 80px; }
          .smartplan-chart .smartplan-chart-tooltip-2-3::before {
            bottom: 8px;
            right: -15px;
            transform: rotate(-60deg); }
          .smartplan-chart .smartplan-chart-tooltip-2-3::after {
            bottom: 15px;
            right: -21px; } }
    .smartplan-chart .smartplan-chart-tooltip-2-4 {
      top: 285px;
      margin-left: 90px;
      padding-left: 80px; }
      @media screen and (max-width: 767px) {
        .smartplan-chart .smartplan-chart-tooltip-2-4 {
          top: 260px;
          margin-left: 0;
          padding-left: 0; }
          .smartplan-chart .smartplan-chart-tooltip-2-4::before {
            width: 60px;
            bottom: 25px;
            right: -45px;
            transform: rotate(-60deg); }
          .smartplan-chart .smartplan-chart-tooltip-2-4::after {
            bottom: 42px;
            right: -37px; } }
  .smartplan-chart .smartplan-chart-summary {
    position: absolute;
    top: 335px;
    left: 50%;
    width: 240px;
    padding: 5px;
    margin-left: 170px;
    line-height: 1.3;
    background: #fff; }
    @media screen and (max-width: 767px) {
      .smartplan-chart .smartplan-chart-summary {
        top: 315px;
        left: 0;
        margin-left: 0; } }

.smartplan-bars {
  background-color: #ebf9fe; }
  .smartplan-bars p {
    margin: -25px 0 0; }
  .smartplan-bars-chart {
    position: relative;
    margin: 0 40% 0 130px; }
    @media screen and (max-width: 991px) {
      .smartplan-bars-chart {
        margin: 0; } }
  .smartplan-bars-wrap {
    position: relative;
    height: 100%;
    margin: 35px 0 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex-align: stretch;
        align-items: stretch;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAIAAABuYg/PAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg0Qjk2QUVBREU2QjExRTc4Qjc2RUYyQjQyOTBDMjFFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg0Qjk2QUVCREU2QjExRTc4Qjc2RUYyQjQyOTBDMjFFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODRCOTZBRThERTZCMTFFNzhCNzZFRjJCNDI5MEMyMUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODRCOTZBRTlERTZCMTFFNzhCNzZFRjJCNDI5MEMyMUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6tfJ3UAAAAOElEQVR42uzNIREAIAwAwI3+6dAIPAlmOFrM8F/gc64dXfLUbctGNJLJZDKZTCaTyWQy2YfZE2AAQK4Ft3zRDS4AAAAASUVORK5CYII="); }
    @media screen and (max-width: 991px) {
      .smartplan-bars-wrap {
        padding: 0 20px; } }
    @media screen and (max-width: 767px) {
      .smartplan-bars-wrap {
        padding: 0 0 0 20px; } }
  .smartplan-bars-group {
    position: relative;
    -ms-flex-positive: 1;
        flex-grow: 1;
    text-align: center; }
    .smartplan-bars-group::after {
      content: '';
      position: absolute;
      top: 100%;
      right: 0;
      width: 1px;
      height: 4px;
      background-color: #d2dce0; }
    .smartplan-bars-group:first-child::before {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 1px;
      height: 4px;
      background-color: #d2dce0; }
  .smartplan-bars-list {
    position: relative;
    height: 361px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: center;
        justify-content: center; }
    .smartplan-bars-list-bar {
      position: relative;
      display: inline-block;
      width: 30%; }
      .smartplan-bars-list-bar-na {
        position: absolute;
        right: 0;
        bottom: 5px;
        left: 0;
        font-size: 8px;
        font-weight: bold;
        line-height: 8px;
        text-transform: uppercase;
        color: #35aede; }
        @media screen and (max-width: 767px) {
          .smartplan-bars-list-bar-na {
            font-size: 7px;
            right: 2px;
            left: auto; } }
      .smartplan-bars-list-bar--blue {
        background-color: #35aede; }
      .smartplan-bars-list-bar--gray {
        background-color: #b3b3b3; }
    .smartplan-bars-list-label {
      position: absolute;
      top: 100%;
      right: 0;
      left: 0;
      margin-top: 5px;
      font-size: 13px;
      line-height: 13px; }
      @media screen and (max-width: 767px) {
        .smartplan-bars-list-label {
          font-size: 11px; } }
  .smartplan-bars-scale {
    -ms-flex: none;
        flex: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0; }
    .smartplan-bars-scale-label {
      position: absolute;
      right: 5px;
      margin-top: -7px;
      font-size: 13px;
      line-height: 14px;
      white-space: pre; }
      @media screen and (max-width: 991px) {
        .smartplan-bars-scale-label {
          right: auto;
          left: 0;
          margin-top: -17px; } }
      @media screen and (max-width: 767px) {
        .smartplan-bars-scale-label {
          font-size: 11px; } }
  .smartplan-bars-legend {
    text-align: center; }
    @media screen and (max-width: 359px) {
      .smartplan-bars-legend {
        text-align: left; } }
    .smartplan-bars-legend-label {
      position: relative;
      display: inline-block;
      margin: 0 20px;
      padding: 0 0 0 30px;
      font-size: 13px;
      line-height: 20px; }
      .smartplan-bars-legend-label::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px; }
      .smartplan-bars-legend-label--blue::before {
        background-color: #35aede; }
      .smartplan-bars-legend-label--gray::before {
        background-color: #b3b3b3; }
      @media screen and (max-width: 991px) {
        .smartplan-bars-legend-label {
          font-size: 11px;
          margin: 0; }
          .smartplan-bars-legend-label:first-child {
            float: left; }
          .smartplan-bars-legend-label:last-child {
            float: right;
            margin-right: 8px; } }
      @media screen and (max-width: 359px) {
        .smartplan-bars-legend-label {
          display: block;
          float: none !important; }
          .smartplan-bars-legend-label:last-child {
            margin: 5px 0 0 0; } }
  .smartplan-bars-tooltips {
    position: absolute;
    top: 0;
    left: 100%;
    width: 250px; }
    @media screen and (max-width: 991px) {
      .smartplan-bars-tooltips {
        position: static;
        width: 100%;
        text-align: center;
        overflow: hidden; } }
    @media screen and (max-width: 359px) {
      .smartplan-bars-tooltips {
        text-align: left; } }
    .smartplan-bars-tooltips-item {
      position: absolute;
      left: 0;
      display: inline-block;
      padding: 5px 0 5px 35px; }
      @media screen and (max-width: 991px) {
        .smartplan-bars-tooltips-item {
          position: static;
          margin-top: 25px;
          padding: 0;
          display: inline-block;
          text-align: left;
          vertical-align: top; }
          .smartplan-bars-tooltips-item:first-child {
            float: left; }
          .smartplan-bars-tooltips-item:last-child {
            float: right; } }
      @media screen and (max-width: 359px) {
        .smartplan-bars-tooltips-item {
          display: block;
          float: none !important; } }
      .smartplan-bars-tooltips-item p {
        margin: 0 0 3px;
        font-size: 13px;
        line-height: 16px; }
        @media screen and (max-width: 991px) {
          .smartplan-bars-tooltips-item p {
            font-size: 11px;
            line-height: 14px; } }
      .smartplan-bars-tooltips-item ul {
        margin: 0;
        padding: 0;
        list-style: none; }
      .smartplan-bars-tooltips-item li {
        position: relative;
        padding-left: 13px;
        font-size: 13px;
        line-height: 16px; }
        @media screen and (max-width: 991px) {
          .smartplan-bars-tooltips-item li {
            padding-left: 18px;
            font-size: 11px;
            line-height: 14px; } }
      .smartplan-bars-tooltips-item .dot {
        position: absolute;
        top: 2px;
        left: -5px;
        width: 12px;
        height: 12px;
        font-size: 12px;
        font-weight: bold;
        line-height: 12px;
        border-radius: 50%;
        color: #fff;
        background-color: #b3b3b3;
        text-align: center; }
        @media screen and (max-width: 991px) {
          .smartplan-bars-tooltips-item .dot {
            left: 0; } }
        .smartplan-bars-tooltips-item .dot--minus::before, .smartplan-bars-tooltips-item .dot--plus::before {
          content: '';
          position: absolute;
          top: 5px;
          left: 3px;
          width: 6px;
          height: 2px;
          background-color: #fff; }
        .smartplan-bars-tooltips-item .dot--plus::after {
          content: '';
          position: absolute;
          top: 3px;
          left: 5px;
          width: 2px;
          height: 6px;
          background-color: #fff; }
      .smartplan-bars-tooltips-item .pointer {
        position: absolute;
        height: 1px;
        right: 100%;
        background-color: #000; }
        @media screen and (max-width: 991px) {
          .smartplan-bars-tooltips-item .pointer {
            display: none; } }
        .smartplan-bars-tooltips-item .pointer::before {
          content: '';
          position: absolute;
          left: 0;
          width: 1px;
          background-color: #000; }
        .smartplan-bars-tooltips-item .pointer::after {
          content: '';
          position: absolute;
          left: -17px;
          width: 16px;
          height: 16px;
          border: 1px solid #000;
          border-radius: 50%; }
        .smartplan-bars-tooltips-item .pointer--01 {
          top: 100%;
          width: 81px; }
          @media screen and (max-width: 1199px) {
            .smartplan-bars-tooltips-item .pointer--01 {
              width: 62px; } }
          .smartplan-bars-tooltips-item .pointer--01::before {
            top: 0;
            height: 25px;
            transform: skewX(-20deg);
            transform-origin: 0 0; }
          .smartplan-bars-tooltips-item .pointer--01::after {
            top: 25px; }
        .smartplan-bars-tooltips-item .pointer--02 {
          bottom: 100%;
          width: 41px; }
          @media screen and (max-width: 1199px) {
            .smartplan-bars-tooltips-item .pointer--02 {
              width: 30px; } }
          .smartplan-bars-tooltips-item .pointer--02::before {
            bottom: 0;
            height: 25px;
            transform: skewX(20deg);
            transform-origin: 100% 100%; }
          .smartplan-bars-tooltips-item .pointer--02::after {
            top: -40px; }
      .smartplan-bars-tooltips-item--01 {
        top: 42px; }
      .smartplan-bars-tooltips-item--02 {
        top: 216px; }
      .smartplan-bars-tooltips-item--top {
        border-bottom: 1px solid #000; }
        @media screen and (max-width: 991px) {
          .smartplan-bars-tooltips-item--top {
            border: none; } }
      .smartplan-bars-tooltips-item--bottom {
        border-top: 1px solid #000; }
        @media screen and (max-width: 991px) {
          .smartplan-bars-tooltips-item--bottom {
            border: none; } }
      .smartplan-bars-tooltips-item--blue p {
        color: #35aede; }
      .smartplan-bars-tooltips-item--blue .dot {
        background-color: #35aede; }

.konto-click-list {
  margin: 50px 80px; }
  .konto-click-list.wide {
    margin-left: 0;
    margin-right: 0; }
  .konto-click-list.divided .img-slot {
    margin-bottom: 10px; }
  .konto-click-list.divided p {
    padding: 0 35px 0 10px;
    font-size: 22px;
    font-family: "toyota-text-bold", sans-serif;
    line-height: 1; }
  @media screen and (min-width: 768px) {
    .konto-click-list.divided li {
      height: 215px;
      border-right: 3px solid #1e2a32;
      background: url(../img/layout/bonus-dla-najlepszych-arrow-right.png) no-repeat 85% 0; }
      .konto-click-list.divided li:first-child {
        border-left: 3px solid #1e2a32; }
    .konto-click-list.divided .img-slot {
      max-width: 50%; } }
  .konto-click-list p {
    font-size: 18px;
    line-height: 1.4; }
  .konto-click-list.yellow {
    margin-bottom: 12px; }
  .konto-click-list.white {
    margin-bottom: 25px;
    margin-right: 0; }
    .konto-click-list.white li {
      background: url(../img/layout/ico-plus.png) no-repeat 90% 50%; }
      .konto-click-list.white li:last-child {
        background: none; }
      @media screen and (max-width: 767px) {
        .konto-click-list.white li {
          padding-bottom: 40px;
          background-position: 50% 100%; } }
  @media screen and (max-width: 767px) {
    .konto-click-list {
      margin-left: 0;
      margin-right: 0; }
      .konto-click-list li {
        text-align: center; } }

.konto-click-bonus {
  min-height: 233px;
  padding: 0 0 30px; }
  @media screen and (min-width: 1200px) {
    .konto-click-bonus {
      background: rgba(0, 0, 0, 0) url("/fileadmin/templates/default/img/content/konto_click_bonus_03.png") no-repeat scroll right 0; } }
  .konto-click-bonus h2 {
    margin-bottom: 20px; }
  .konto-click-bonus p {
    margin-bottom: 30px; }

.bonus-text-section p {
  margin: 14px 60px 20px; }

.bonus-text-section img {
  margin: 15px 0 20px; }

.bonus-text-section .lead {
  font-size: 18px;
  margin-top: 55px; }

.bonus-header {
  background: #FFA100; }
  .bonus-header .container {
    padding-top: 50px;
    padding-bottom: 40px; }
  .bonus-header .pre-title {
    font-size: 26px;
    line-height: 1.1;
    text-transform: uppercase; }
  .bonus-header h1 {
    margin-top: 70px;
    font-size: 55px;
    color: #d1001e;
    line-height: 1; }
  .bonus-header .subtitle {
    display: block;
    margin: 12px 0 70px;
    font-size: 30px;
    color: #000; }
  .bonus-header .link {
    font-size: 14px;
    text-decoration: underline; }
  .bonus-header .btn {
    font-size: 20px;
    margin-bottom: 10px; }
  .bonus-header .content p {
    margin: 15px 0 20px;
    font-size: 24px;
    line-height: 1.2; }

.bg-invert .text-link {
  color: #fff; }

.small-lp-brand {
  min-height: 75px; }
  .small-lp-brand img {
    width: 170px;
    display: block; }

.small-lp-claim {
  font-size: 26px;
  font-family: "toyota-display-bold", sans-serif; }

.small-lp-disclaimer p {
  display: inline-block;
  margin-top: 40px;
  padding-right: 20px !important; }

.offers-wrapper a {
  display: block;
  margin: 10px 0;
  font-size: 15px;
  text-decoration: underline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.limit-offer.bg-corn-yellow {
  margin-bottom: 20px; }

.limit-offer .slide {
  padding-top: 40px; }
  .limit-offer .slide .btn-banner-link strong {
    margin-left: 20px; }

.limit-offer .header-secondary {
  margin: 60px 0 10px; }

.limit-offer p {
  font-size: 15px; }

.limit-offer .text-content {
  font-size: 13px;
  margin-bottom: 80px;
  color: #8b7e40; }
  .limit-offer .text-content a {
    color: #8b7e40;
    text-decoration: underline; }

@media screen and (max-width: 767px) {
  .limit-offer .slider-hp, .limit-offer .slider-hp .slide {
    height: auto; } }

.product-features li.promo-offer::before {
  content: ' ';
  background: url("../img/content/limit-row.png") no-repeat;
  font-stretch: ultra-condensed;
  position: absolute;
  width: 100%;
  height: 40px;
  top: 40px;
  left: 0; }

.product-features li.promo-offer:first-child::before {
  background: none; }

.product-features li.promo-offer .img-slot img {
  height: auto !important;
  width: auto; }

.product-features li.promo-offer span {
  color: #73000d; }

.car-1 {
  fill: #cf132b; }

.moto-konto .slider-ribbon {
  background-position: left 20px top 25px; }
  .moto-konto .slider-ribbon span {
    display: none; }

.moto-konto .offers-wrapper a {
  color: white;
  font-weight: 600;
  text-decoration: none; }
  .moto-konto .offers-wrapper a:hover {
    text-decoration: underline; }

.moto-konto .module p {
  font-size: 15px; }
  @media screen and (max-width: 991px) {
    .moto-konto .module p {
      font-size: 14px; } }
  .moto-konto .module p a {
    color: #d1001e; }

.moto-konto .module .header-secondary {
  font-size: 30px;
  font-family: "toyota-display-bold", sans-serif; }
  @media screen and (min-width: 992px) {
    .moto-konto .module .header-secondary {
      text-align: center; } }
  @media screen and (max-width: 991px) {
    .moto-konto .module .header-secondary {
      font-size: 24px; } }

.moto-konto .module .header-tetriary {
  font-size: 23px;
  font-family: "toyota-display-bold", sans-serif; }

.moto-konto .moto-konto-emphasis {
  position: relative;
  font-size: 80px;
  line-height: 0.875; }
  .moto-konto .moto-konto-emphasis::after {
    content: '%';
    font-size: 48px; }
  .moto-konto .moto-konto-emphasis--top::after {
    position: absolute;
    top: 22%;
    left: 100%; }
  .moto-konto .moto-konto-emphasis--yellow {
    color: #e4c62d; }
  .moto-konto .moto-konto-emphasis--red {
    color: #d1001e; }

.moto-konto .module {
  margin: 40px 0; }
  .moto-konto .module .box-container {
    margin: 30px 0;
    display: -ms-flexbox;
    display: flex;
    text-align: center; }
  @media screen and (max-width: 991px) {
    .moto-konto .module.moto-konto--gain,
    .moto-konto .module .return-options-wrapper {
      margin-bottom: 45px; }
      .moto-konto .module.moto-konto--gain .box,
      .moto-konto .module .return-options-wrapper .box {
        padding: 20px; } }
  @media screen and (max-width: 767px) {
    .moto-konto .module.moto-konto--gain .header-tetriary,
    .moto-konto .module .return-options-wrapper .header-tetriary {
      text-align: left; }
    .moto-konto .module.moto-konto--gain .box-container,
    .moto-konto .module .return-options-wrapper .box-container {
      display: block; }
    .moto-konto .module.moto-konto--gain .box,
    .moto-konto .module .return-options-wrapper .box {
      padding: 35px;
      margin: 10px 0; }
      .moto-konto .module.moto-konto--gain .box::after,
      .moto-konto .module .return-options-wrapper .box::after {
        top: 100%;
        left: 50%;
        transform: translate(-50%, -38%); } }
  .moto-konto .module .box {
    padding: 35px;
    margin-right: 10px;
    border: 2px solid #d9dbdc;
    position: relative; }
    .moto-konto .module .box:last-child {
      margin-right: 0; }
      .moto-konto .module .box:last-child::after {
        content: none; }
    .moto-konto .module .box::after {
      content: 'lub';
      width: 50px;
      height: 50px;
      line-height: 48px;
      font-size: 15px;
      background-color: #fff;
      border: 2px solid #d9dbdc;
      border-radius: 30px;
      position: absolute;
      right: -5px;
      top: 50%;
      z-index: 10;
      transform: translate(50%, -50%); }
    .moto-konto .module .box.bg-white {
      border: 2px solid #1e2a32;
      background-color: #fff;
      color: #1e2a32;
      max-width: 50%; }
      @media screen and (max-width: 991px) {
        .moto-konto .module .box.bg-white {
          max-width: 100%; } }
      .moto-konto .module .box.bg-white::after {
        font-weight: 600;
        color: #1e2a32;
        background-color: #fff;
        border: 2px solid #1e2a32; }
  .moto-konto .module.moto-konto--rebate .header-single {
    z-index: 10; }
    .moto-konto .module.moto-konto--rebate .header-single:first-child {
      margin-top: 25px; }
  .moto-konto .module.moto-konto--rebate .outlet-badge {
    position: absolute;
    top: 130px;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%); }
    @media screen and (max-width: 767px) {
      .moto-konto .module.moto-konto--rebate .outlet-badge {
        top: 100px;
        left: 30px;
        max-width: 40vw !important;
        height: auto !important;
        transform: translateX(0) !important; } }
  .moto-konto .module.moto-konto--rebate .full-width .img-wrapper {
    overflow: hidden;
    max-width: 100%; }
    .moto-konto .module.moto-konto--rebate .full-width .img-wrapper .btn {
      position: absolute;
      bottom: 7%;
      left: 50%;
      transform: translateX(-50%); }
  @media screen and (max-width: 767px) {
    .moto-konto .module.moto-konto--rebate .full-width img {
      max-width: initial;
      width: auto;
      height: 370px;
      transform: translateX(-25%); } }
  @media screen and (max-width: 480px) {
    .moto-konto .module.moto-konto--rebate .full-width img {
      max-width: initial;
      width: auto;
      height: 300px;
      transform: translateX(-30%); } }
  .moto-konto .module .header-single:first-child {
    margin-top: 0; }
  .moto-konto .module .header-single:last-child {
    margin-bottom: 0; }
  .moto-konto .module--border {
    border-bottom: 1px solid #d9dbdc;
    padding-bottom: 40px; }

.moto-konto .slider-hp .header-secondary img {
  margin: 0 10px 0 0;
  width: 40px;
  vertical-align: bottom; }

.moto-konto .bg-gray-alabaster .module {
  margin: 0; }

.moto-konto--intro {
  text-align: center; }
  .moto-konto--intro p {
    margin: 0; }
  .moto-konto--intro .header-secondary {
    margin: 20px auto 10px; }
    @media screen and (max-width: 991px) {
      .moto-konto--intro .header-secondary {
        margin: 10px 0 20px; } }
  @media screen and (max-width: 991px) {
    .moto-konto--intro {
      text-align: left; } }

@media screen and (max-width: 991px) {
  .moto-konto--gain {
    text-align: center; } }

@media screen and (max-width: 991px) {
  .moto-konto--gain img {
    margin-bottom: 30px; } }

.moto-konto--return {
  text-align: right; }
  .moto-konto--return .box-container {
    -ms-flex-pack: end;
        justify-content: flex-end; }
    @media screen and (max-width: 991px) {
      .moto-konto--return .box-container {
        -ms-flex-pack: center;
            justify-content: center; } }
  .moto-konto--return.module .box {
    padding: 25px;
    -ms-flex-align: right;
        align-items: right; }
  .moto-konto--return .moto-konto-emphasis {
    font-weight: 600;
    font-size: 48px; }
    .moto-konto--return .moto-konto-emphasis::after {
      font-size: 28px; }
  @media screen and (max-width: 991px) {
    .moto-konto--return .header-tetriary {
      margin-top: 0;
      text-align: left; } }
  @media screen and (max-width: 991px) {
    .moto-konto--return {
      padding: 30px 0;
      text-align: center; }
      .moto-konto--return .moto-konto--halfsies-part {
        width: 100%; } }

@media screen and (max-width: 991px) {
  .moto-konto--rebate .header-thetrary {
    margin: 10px 0; } }

.moto-konto--rebate .header-secondary {
  margin-bottom: 10px; }
  .moto-konto--rebate .header-secondary .car-name {
    font-size: 46px; }
  .moto-konto--rebate .header-secondary .credit-rate {
    margin-top: 10px;
    font-size: 24px;
    font-style: normal; }
  .moto-konto--rebate .header-secondary em {
    font-size: 48px;
    font-style: normal; }
  .moto-konto--rebate .header-secondary small {
    color: #fff;
    font-family: "toyota-text-regular", sans-serif;
    font-size: 15px; }

@media screen and (max-width: 767px) {
  .moto-konto--rebate p,
  .moto-konto--rebate .header-secondary,
  .moto-konto--rebate .header-thetrary {
    text-align: left; } }

.moto-konto--rebate.module p {
  margin-bottom: 45px; }
  .moto-konto--rebate.module p a {
    color: #fff;
    font-family: "toyota-display-bold", sans-serif; }

.moto-konto--halfsies .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }
  @media screen and (max-width: 991px) {
    .moto-konto--halfsies .row {
      -ms-flex-direction: column;
          flex-direction: column; } }

.moto-konto--halfsies-part {
  /*& + & {
                @include media-query(tablet) {
                    margin-top: 35px;
                }
            }*/ }

@media screen and (max-width: 991px) {
  .moto-konto--halfsies-reverse .moto-konto--halfsies-part:first-child {
    -ms-flex-order: 1;
        order: 1; } }

@media screen and (max-width: 991px) {
  .moto-konto--halfsies-reverse .moto-konto--halfsies-part:last-child {
    -ms-flex-order: 0;
        order: 0; } }

.moto-konto-slider {
  padding-bottom: 40px; }
  .moto-konto-slider-item .header-single,
  .moto-konto-slider-item small {
    color: #1e2a32; }
    .bg-gray-blue .moto-konto-slider-item .header-single, .bg-gray-blue
    .moto-konto-slider-item small {
      color: #fff; }
  .moto-konto-slider-item .header-single {
    text-align: center;
    position: absolute;
    font-size: 38px;
    font-family: "toyota-text-bold", sans-serif;
    left: 50%;
    margin: auto;
    top: 10px;
    transform: translateX(-50%); }
    @media screen and (max-width: 767px) {
      .moto-konto-slider-item .header-single {
        text-align: left;
        font-size: 30px;
        transform: none;
        left: 30px; } }
    .moto-konto-slider-item .header-single small {
      display: block;
      margin: 0 auto;
      font-size: 0.5em; }
  .moto-konto-slider .module {
    margin: 0; }
  .moto-konto-slider--no-details .owl-pagination {
    margin-top: 20px;
    padding-bottom: 50px; }
  .moto-konto-slider--no-details .owl-buttons {
    top: 90% !important; }
  .moto-konto-slider .owl-pagination {
    margin-top: 20px;
    font-size: 0;
    text-align: center; }
  .moto-konto-slider .owl-page {
    display: inline-block;
    margin: 0 2px 0 3px; }
    .moto-konto-slider .owl-page span {
      display: block;
      width: 8px;
      height: 8px;
      background-color: #cecece;
      border-radius: 50%;
      transition: background-color 200ms; }
    .moto-konto-slider .owl-page.active span {
      background-color: #d1001e; }
  .bg-gray-blue .moto-konto-slider .owl-buttons .owl-prev,
  .bg-gray-blue .moto-konto-slider .owl-buttons .owl-next,
  .bg-invert .moto-konto-slider .owl-buttons .owl-prev,
  .bg-invert .moto-konto-slider .owl-buttons .owl-next {
    background-color: rgba(255, 255, 255, 0.5);
    color: #000; }
    .bg-gray-blue .moto-konto-slider .owl-buttons .owl-prev:hover,
    .bg-gray-blue .moto-konto-slider .owl-buttons .owl-next:hover,
    .bg-invert .moto-konto-slider .owl-buttons .owl-prev:hover,
    .bg-invert .moto-konto-slider .owl-buttons .owl-next:hover {
      background-color: rgba(255, 255, 255, 0.8); }
    @media screen and (max-width: 767px) {
      .bg-gray-blue .moto-konto-slider .owl-buttons .owl-prev,
      .bg-gray-blue .moto-konto-slider .owl-buttons .owl-next,
      .bg-invert .moto-konto-slider .owl-buttons .owl-prev,
      .bg-invert .moto-konto-slider .owl-buttons .owl-next {
        display: none; } }
  .moto-konto-slider .owl-buttons {
    position: absolute;
    top: 75%;
    left: 0;
    right: 0; }
    .moto-konto-slider .owl-buttons .owl-prev,
    .moto-konto-slider .owl-buttons .owl-next {
      position: absolute;
      bottom: 20px;
      width: 40px;
      height: 40px;
      font-size: 20px;
      text-align: center;
      line-height: 44px;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      color: #fff;
      font-weight: bold;
      transition: background-color 300ms ease; }
      .moto-konto-slider .owl-buttons .owl-prev:hover,
      .moto-konto-slider .owl-buttons .owl-next:hover {
        background-color: rgba(0, 0, 0, 0.8); }
      .moto-konto-slider .owl-buttons .owl-prev:focus, .moto-konto-slider .owl-buttons .owl-prev:active,
      .device-mobile .moto-konto-slider .owl-buttons .owl-prev:hover,
      .moto-konto-slider .owl-buttons .owl-next:focus,
      .moto-konto-slider .owl-buttons .owl-next:active,
      .device-mobile
      .moto-konto-slider .owl-buttons .owl-next:hover {
        background-color: rgba(0, 0, 0, 0.5); }
    .moto-konto-slider .owl-buttons .owl-prev {
      left: 15%;
      padding-right: 1px; }
    .moto-konto-slider .owl-buttons .owl-next {
      right: 15%;
      padding-left: 1px; }

.moto-konto .return-options {
  -ms-flex-pack: center;
      justify-content: center; }
  .moto-konto .return-options p {
    margin: 0; }
  .moto-konto .return-options-item:first-child {
    margin-left: 0; }
    .moto-konto .return-options-item:first-child .return-options-value {
      color: #d1001e; }
  @media screen and (max-width: 767px) {
    .moto-konto .return-options-item {
      width: 100%; } }
  .moto-konto .return-options-price {
    width: 150px;
    margin: auto;
    text-align: left; }
  .moto-konto .return-options-disclaimer {
    display: block;
    font-family: "toyota-display-bold", sans-serif;
    font-size: 15px;
    line-height: 15px;
    color: #d1001e; }
    @media screen and (max-width: 767px) {
      .moto-konto .return-options-disclaimer {
        width: 100%; } }
  .moto-konto .return-options-value {
    white-space: pre;
    font-family: "toyota-display-bold", sans-serif;
    font-size: 48px !important;
    line-height: 56px; }
    @media screen and (max-width: 991px) {
      .moto-konto .return-options-value {
        font-size: 40px !important; } }
    .moto-konto .return-options-value:first-child {
      margin-top: 15px; }
    .moto-konto .return-options-value span {
      font-size: 23px; }
      @media screen and (max-width: 991px) {
        .moto-konto .return-options-value span {
          font-size: 20px; } }
  .moto-konto .return-options-text {
    font-size: 12px;
    line-height: normal; }

.moto-konto .fit-outside {
  margin-right: -20%; }
  @media screen and (max-width: 991px) {
    .moto-konto .fit-outside {
      margin-right: 0; } }

.moto-konto .get-the-app {
  padding-top: 70px; }
  @media screen and (max-width: 991px) {
    .moto-konto .get-the-app {
      padding-top: 40px;
      text-align: center; } }
  .moto-konto .get-the-app .header-secondary {
    margin-bottom: 10px;
    text-align: left; }
    @media screen and (max-width: 991px) {
      .moto-konto .get-the-app .header-secondary {
        margin-top: 20px;
        text-align: center; } }
  @media screen and (max-width: 991px) {
    .moto-konto .get-the-app-icon {
      margin-top: 20px; } }
  .moto-konto .get-the-app-list {
    margin: 25px 0 25px -25px; }
  .moto-konto .get-the-app-item {
    float: left;
    margin-left: 25px; }
  @media screen and (max-width: 991px) {
    .moto-konto .get-the-app .moto-konto--halfsies-part:last-child {
      background-color: #fff; } }

.moto-konto .video-instruction {
  font-size: 15px; }

.moto-konto .video-link-ico {
  padding-right: 50px;
  position: relative; }
  .moto-konto .video-link-ico::before {
    content: '';
    width: 18px;
    height: 18px;
    background: url("https://www-test.toyotabank.pl/fileadmin/user_upload/Media/svg_icons/ico-play-red.svg") 0 0 no-repeat;
    position: absolute;
    left: 153px;
    top: 17px;
    display: block; }
    @media screen and (max-width: 767px) {
      .moto-konto .video-link-ico::before {
        left: 200px;
        top: 0; } }

.moto-konto .video-wrap-inner {
  width: 100%;
  position: relative; }

.moto-konto .video-container {
  padding-bottom: 56.25%;
  height: 0;
  left: 0;
  bottom: 0;
  width: 100%; }

.moto-konto .video-container-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.moto-konto-callback {
  max-height: 0;
  overflow: hidden; }
  .moto-konto-callback.active {
    max-height: none; }

.moto-table {
  width: 100%;
  text-align: center; }
  .moto-table .float-right {
    position: relative;
    top: 0;
    right: 0;
    left: 35%; }
  .moto-table thead {
    font-size: 33px; }
    .moto-table thead td {
      padding: 10px; }
  .moto-table .label {
    font-weight: 200;
    text-align: left;
    font-size: 12px;
    max-width: 100px;
    color: #666; }
  .moto-table tbody {
    font-size: 14px; }
    .moto-table tbody th {
      font-size: 33px; }
    .moto-table tbody tr {
      height: 30px; }
    .moto-table tbody td {
      font-weight: 600;
      padding: 5px; }

.tables-container .moto-table {
  display: none; }
  .tables-container .moto-table.active {
    display: table; }

.moto-noui-slider.noUi-horizontal {
  height: 28px; }

.moto-noui-slider .noUi-connect {
  background-color: red; }

.moto-noui-slider .noui-range {
  position: absolute;
  width: 118%;
  top: 60px;
  left: -85px;
  right: 0;
  height: 0;
  font-size: 15px;
  color: #231F20;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.moto-noui-slider .noui-range-val {
  text-align: center;
  cursor: pointer;
  width: 200px; }
  .moto-noui-slider .noui-range-val:first-child {
    margin-right: 35px; }

.moto-noui-slider .noUi-handle {
  border-radius: 20px;
  background-color: #f44e42;
  box-shadow: 0 4px 8px #666;
  border: none;
  height: 42px;
  width: 42px;
  top: -9px; }
  .moto-noui-slider .noUi-handle::before, .moto-noui-slider .noUi-handle::after {
    left: 12px;
    top: 17px;
    background: none; }
  .moto-noui-slider .noUi-handle-lower {
    display: none; }
  .moto-noui-slider .noUi-handle::before {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #fff; }

.moto-noui-slider .noUi-connect {
  cursor: default; }

.moto-noui-slider .noUi-handle-upper {
  cursor: pointer; }

.moto-popup {
  display: none; }
  @media screen and (max-width: 767px) {
    .moto-popup-container {
      width: 600px;
      max-width: 100%;
      display: block; } }
  @media screen and (min-width: 992px) {
    .moto-popup .gray-box {
      height: 100px;
      background-color: #738891; } }
  @media screen and (min-width: 992px) {
    .moto-popup {
      width: 945px; } }
  .moto-popup .header-thetrary {
    text-align: center; }
    @media screen and (min-width: 992px) {
      .moto-popup .header-thetrary {
        font-size: 30px; } }
  .moto-popup .annotation {
    font-size: 12px;
    text-align: center; }
  .moto-popup .header-thetrary,
  .moto-popup .annotation {
    padding: 20px; }
  .moto-popup .moto-konto-emphasis {
    font-size: 70px;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .moto-popup .moto-konto-emphasis {
        font-size: 45px; } }
    .moto-popup .moto-konto-emphasis::after {
      content: '%';
      font-size: 50px; }
      @media screen and (max-width: 767px) {
        .moto-popup .moto-konto-emphasis::after {
          font-size: 30px; } }
    .moto-popup .moto-konto-emphasis--red {
      color: #d1001e; }
  @media screen and (min-width: 992px) {
    .moto-popup .table-tabs .btn {
      width: 280px;
      color: #cecece;
      border: 2px solid #cecece;
      background-color: #fff;
      font-weight: 200; }
      .moto-popup .table-tabs .btn svg path {
        fill: #cecece; }
      .moto-popup .table-tabs .btn.active {
        background: #fff;
        border: 2px solid transparent;
        color: #d1001e; }
        .moto-popup .table-tabs .btn.active svg path {
          fill: #d1001e; }
      .moto-popup .table-tabs .btn svg {
        display: block;
        padding: 10px 0;
        margin: auto;
        max-width: 100%;
        height: 80px; }
    .moto-popup .table-tabs .tabs-items {
      background-color: #fff; }
      .moto-popup .table-tabs .tabs-items li {
        position: relative; }
        .moto-popup .table-tabs .tabs-items li::after {
          content: ' ';
          width: 100px;
          height: 10px;
          position: absolute;
          top: 50px;
          left: -50px;
          border-top: 2px solid #cecece; }
        .moto-popup .table-tabs .tabs-items li:first-child:after {
          border: none; }
    .moto-popup .tabs-content {
      margin: 0 auto 20px;
      max-width: 580px; }
    .moto-popup .tab-content {
      background: #fff; } }

.gpay .slider-hp .slide .slider-header-ico {
  top: 270px;
  right: unset;
  left: 0; }
  .gpay .slider-hp .slide .slider-header-ico img {
    max-width: 140px; }

.gpay-logo--img {
  padding: 0;
  margin-bottom: 20px; }
  .gpay-logo--img img {
    max-width: 90px; }

.gpay-logo--txt {
  padding: 0; }

.gpay-intro {
  margin-top: 0; }

.gpay-activation {
  margin-top: 0; }
  .gpay-activation--item {
    padding-left: 0; }
    .gpay-activation--item img {
      max-height: 80px;
      margin-bottom: 25px; }

.gpay-how {
  margin-top: 0; }
  .gpay-how-bg {
    background-image: url("../img/content/gpay/platnosc.jpg");
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 40px;
    min-height: 325px; }
    @media screen and (max-width: 420px) {
      .gpay-how-bg {
        background-position: top; } }
  .gpay-how-steps {
    padding-top: 50px; }
    @media screen and (max-width: 991px) {
      .gpay-how-steps {
        padding-bottom: 20px; } }
    @media screen and (max-width: 420px) {
      .gpay-how-steps {
        padding-top: 185px; } }
    .gpay-how-steps--step {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: start;
      margin-bottom: 25px; }
      .gpay-how-steps--step p {
        line-height: 1.4;
        margin: 0; }
      .gpay-how-steps--step img {
        max-width: 35px;
        max-height: 40px;
        margin-right: 10px; }
      .gpay-how-steps--step:nth-of-type(2) img {
        max-height: 35px;
        margin-right: 20px; }
      .gpay-how-steps--step:nth-of-type(3) img {
        max-width: 30px;
        margin-right: 15px; }
  .gpay-how-regulations {
    text-decoration: underline; }

/*# sourceMappingURL=styles.min.css.map */
