@charset "UTF-8";
@font-face {
  font-family: "FontAwesome";
  src: url("fonts//fontawesome-webfont.eot?v=4.7.0");
  src: url("fonts//fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts//fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts//fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts//fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts//fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

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

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

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.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;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.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, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../desktop-images/fancybox_sprite.png");
}

#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;
  background: url("../desktop-images/fancybox_loading.gif") center center no-repeat;
}

.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;
  background: url("../desktop-images/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../desktop-images/fancybox_sprite%402x.png");
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("../desktop-images/fancybox_loading%402x.gif");
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}
@font-face {
  font-family: "toyota_displaybold";
  src: url("fonts//toyotadisplay_bd.eot");
  src: url("fonts//toyotadisplay_bdd41d.eot?#iefix") format("embedded-opentype"), url("fonts//toyotadisplay_bd.svg#toyota_displaybold") format("svg"), url("fonts//toyotadisplay_bd.woff") format("woff"), url("fonts//toyotadisplay_bd.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "toyota_displayregular";
  src: url("fonts//toyotadisplay_rg.eot");
  src: url("fonts//toyotadisplay_rgd41d.eot?#iefix") format("embedded-opentype"), url("fonts//toyotadisplay_rg.svg#toyota_displayregular") format("svg"), url("fonts//toyotadisplay_rg.woff") format("woff"), url("fonts//toyotadisplay_rg.html") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "toyotatextbolditalic-webfont";
  src: url("fonts//toyotatextbolditalic-webfont.eot");
  src: url("fonts//toyotatextbolditalic-webfontd41d.eot?#iefix") format("embedded-opentype"), url("fonts//toyotatextbolditalic-webfont.svg#toyota_textbold_italic") format("svg"), url("fonts//toyotatextbolditalic-webfont.woff") format("woff"), url("fonts//toyotatextbolditalic-webfont.html") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "toyota_textbold";
  src: url("fonts//toyotatextbold-webfont.eot");
  src: url("fonts//toyotatextbold-webfontd41d.eot?#iefix") format("embedded-opentype"), url("fonts//toyotatextbold-webfont.svg#toyota_textbold") format("svg"), url("fonts//toyotatextbold-webfont.woff") format("woff"), url("fonts//toyotatextbold-webfont.html") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "toyota_textregular";
  src: url("fonts//toyotatextregular-webfont.eot");
  src: url("fonts//toyotatextregular-webfontd41d.eot?#iefix") format("embedded-opentype"), url("fonts//toyotatextregular-webfont.svg#toyota_textregular") format("svg"), url("fonts//toyotatextregular-webfont.woff") format("woff"), url("fonts//toyotatextregular-webfont.html") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "toyota_textitalic";
  src: url("fonts//toyotatextitalic-webfont.eot");
  src: url("fonts//toyotatextitalic-webfontd41d.eot?#iefix") format("embedded-opentype"), url("fonts//toyotatextitalic-webfont.svg#toyota_textitalic") format("svg"), url("fonts//toyotatextitalic-webfont.woff") format("woff"), url("fonts//toyotatextitalic-webfont.html") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univers_condensed";
  src: url("fonts//univers-condensed-webfont.eot");
  src: url("fonts//univers-condensed-webfontd41d.eot?#iefix") format("embedded-opentype"), url("fonts//univers-condensed-webfont.svg#univers_57_condensedregular") format("svg"), url("fonts//univers-condensed-webfont.woff") format("woff"), url("fonts//univers-condensed-webfont.html") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univers_condensed_light";
  src: url("fonts//univers-condensedlight-webfont.eot");
  src: url("fonts//univers-condensedlight-webfontd41d.eot?#iefix") format("embedded-opentype"), url("fonts//univers-condensedlight-webfont.svg#univers_47_condensed_lightRg") format("svg"), url("fonts//univers-condensedlight-webfont.woff") format("woff"), url("fonts//univers-condensedlight-webfont.html") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univers_condensedbold";
  src: url("fonts//univers-condensedbold-webfont.eot");
  src: url("fonts//univers-condensedbold-webfontd41d.eot?#iefix") format("embedded-opentype"), url("fonts//univers-condensedbold-webfont.svg#univers_67_condensedbold") format("svg"), url("fonts//univers-condensedbold-webfont.woff") format("woff"), url("fonts//univers-condensedbold-webfont.html") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "toyota_displaybold";
    src: url("fonts//toyotadisplay_bd.svg#toyota_displaybold") format("svg");
  }
  @font-face {
    font-family: "toyota_displayregular";
    src: url("fonts//toyotadisplay_rg.svg#toyota_displayregular") format("svg");
  }
  @font-face {
    font-family: "toyotatextbolditalic-webfont";
    src: url("fonts//toyotatextbolditalic-webfont.svg#toyota_textbold_italic") format("svg");
  }
  @font-face {
    font-family: "toyota_textbold";
    src: url("fonts//toyotatextbold-webfont.svg#toyota_textbold") format("svg");
  }
  @font-face {
    font-family: "toyota_textregular";
    src: url("fonts//toyotatextregular-webfont.svg#toyota_textregular") format("svg");
  }
  @font-face {
    font-family: "toyota_textitalic";
    src: url("fonts//toyotatextitalic-webfont.svg#toyota_textitalic") format("svg");
  }
  @font-face {
    font-family: "univers_condensed_light";
    src: url("fonts//univers-condensedlight-webfont.svg#univers_47_condensed_lightRg") format("svg");
  }
  @font-face {
    font-family: "univers_condensed";
    src: url("fonts//univers-condensed-webfont.svg#univers_57_condensedregular") format("svg");
  }
  @font-face {
    font-family: "univers_condensedbold";
    src: url("fonts//univers-condensedbold-webfont.svg#univers_67_condensedbold") format("svg");
  }
}
body {
  margin: 0;
  color: #737477;
  font: 12px/16px "toyota_displayregular", Arial, Helvetica, sans-serif;
  background: #f6f6f6;
  min-width: 768px;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

img {
  border-style: none;
}

input,
textarea,
select {
  color: #000;
  vertical-align: middle;
  font: 100% Verdana, Geneva, sans-serif;
}

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

blockquote, q {
  quotes: none;
}

q:before,
q:after {
  content: "";
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

h1 {
  font-size: 32px;
  line-height: 35px;
  font-weight: normal;
  margin: 0 0 20px;
}

h2 {
  font-size: 27px;
  line-height: 30px;
  font-weight: normal;
  margin: 0 0 20px;
}

h3 {
  font-size: 24px;
  line-height: 27px;
  font-weight: normal;
  margin: 0 0 20px;
}

h4 {
  font-size: 21px;
  line-height: 24px;
  font-weight: normal;
  margin: 0 0 20px;
}

h5 {
  font-size: 18px;
  line-height: 21px;
  font-weight: normal;
  margin: 0 0 20px;
}

h6 {
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  margin: 0 0 20px;
}

p, ul, ol {
  margin: 0 0 16px;
}

strong {
  font-family: "toyota_displaybold";
}

/* General settings */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.clearafter:after,
.clrfix:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 1px;
  height: 0px;
  margin-top: -1px;
  overflow: hidden;
  visibility: hidden;
  width: 1px;
}

.c-left {
  clear: left;
}

.c-right {
  clear: right;
}

.c-both {
  clear: both;
}

.container {
  max-width: 1166px;
  margin: 0 auto;
  padding: 0 10px;
}

.container:after {
  clear: both;
  content: "";
  display: block;
}

.print-logo {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* custom forms styles */
.customForm-hidden {
  display: block !important;
  position: absolute !important;
  left: -9999px !important;
}

/* custom checkbox styles */
.chk-area,
.rad-area {
  margin: 0 10px 0 0;
  padding: 7px 10px 8px;
  float: left;
  overflow: hidden;
  height: 31px;
  width: 39px;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-color: #d1d1d1 #f0f0f0 #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #f0f0f0;
  box-shadow: inset 0 1px 0 0 #f0f0f0;
}

.chk-area span,
.rad-area span {
  background: url(../images/ico-61.svg) no-repeat;
  background-size: 17px 14px;
  display: block;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.no-svg .chk-area span,
.no-svg .rad-area span {
  background: url(../images/ico-61.png) no-repeat;
}

.chk-checked span,
.rad-checked span {
  opacity: 1;
}

.options-overflow div.drop-list {
  overflow: auto;
}

.options-hidden {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.select-options {
  z-index: 3000;
  background: #fff;
  position: absolute;
  font-family: "toyota_textregular";
  overflow: auto;
  max-height: 300px;
}

.select-options.drop-cs2 {
  background-color: #f0f0f0;
}

.select-options div.drop-list {
  width: 100%;
}

.select-options ul {
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

.select-options.drop-cs2 ul,
.select-options.drop-cs3 ul {
  border: 1px solid #e2e2e2;
  border-width: 0 1px;
}

.select-options ul li {
  overflow: hidden;
  float: left;
  width: 100%;
  border-top: 1px solid #ccc;
}

.select-options.drop-cs2 ul li,
.select-options.drop-cs3 ul li {
  border-top: 0;
}

.select-options ul a {
  text-decoration: none;
  cursor: default;
  display: block;
  overflow: hidden;
  padding: 1px 4px;
  font-size: 9px;
  line-height: 12px;
  color: #a4a4a4;
}

.select-options.drop-cs2 ul a {
  font: 16px/19px "toyota_displaybold";
  color: #8a8c8e;
  padding: 5px 5px 5px 19px;
}

.select-options.drop-cs3 ul a {
  font: 14px/17px "toyota_displaybold";
  color: #8a8c8e;
  padding: 3px 5px 3px 9px;
}

.select-options ul a span {
  cursor: default;
  float: left;
}

.select-options .item-selected a,
.select-options.drop-cs2 .item-selected a,
.select-options.drop-cs3 .item-selected a {
  text-decoration: none;
  background: #666;
  color: #fff;
}

.select-options ul a:hover {
  text-decoration: none;
}

.horizontal-only {
  height: auto;
}

.wrap-jspane-thought {
  margin: auto;
  width: 1166px;
  position: relative;
  z-index: 1;
}

.wrap-jspane-thought .jspHorizontalBar {
  display: none;
}

.wrap-jspane-thought .jspane-arrow-left,
.wrap-jspane-thought .jspane-arrow-right {
  background: url(../images/ico-arrows-sprite.png) no-repeat 0 0;
  border: none;
  cursor: pointer;
  display: block;
  height: 38px;
  left: -42px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 38px;
  z-index: 10;
  outline: 0;
}

.wrap-jspane-thought .jspane-arrow-right {
  background-position: 100% 0;
  left: auto;
  right: -42px;
}

.wrap-jspane-thought .arrow-loading {
  background-image: url(../images/loading.gif);
  height: 32px;
  width: 32px;
  right: -34px;
}

.jspVerticalBar .jspTrack {
  width: 0 !important;
}

.jspContainer {
  overflow: hidden;
  position: relative;
  padding: 0 0 11px;
}

.scroll-pane:focus {
  outline: none;
}

.jspPane {
  position: absolute;
  margin: 0 !important;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  height: 1px;
}

.jspTrack {
  background: #f65452;
  position: relative;
  width: 100% !important;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspHorizontalBar .jspDrag {
  background: #f62b29;
  top: -3px;
  left: 0;
  cursor: pointer;
  height: 8px;
  position: absolute;
}

.jspHorizontalBar .jspDrag .jspDragLeft,
.jspHorizontalBar .jspDrag .jspDragRight {
  position: absolute;
  top: 50%;
  width: 6px;
  height: 4px;
  margin: -2px 0 0;
}

.jspHorizontalBar .jspDrag .jspDragLeft {
  background: url(../images/arrow-03.svg) no-repeat;
  background-size: 6px 4px;
  left: 2px;
}

.jspHorizontalBar .jspDrag .jspDragRight {
  background: url(../images/arrow-04.svg) no-repeat;
  right: 2px;
  background-size: 6px 4px;
}

.no-svg .jspHorizontalBar .jspDrag .jspDragLeft,
.no-svg .jspHorizontalBar .jspDrag .jspDragRight {
  background: url(../images/ico-24.gif) no-repeat;
}

.no-svg .jspHorizontalBar .jspDrag .jspDragRight {
  background-position: -17px 0;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider.sep-bar {
  position: relative;
}

.flexslider.sep-bar:after {
  position: absolute;
  content: "";
  left: -75px;
  bottom: -5px;
  width: 1px;
  height: 115px;
  background: #D1D1D1;
}

.flexslider .slides {
  list-style: none;
  margin: 0;
  padding: 0;
}

.flexslider .slides:after {
  clear: both;
  content: "";
  display: block;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* wrapper */
.wrapper {
  padding: 0 0 !important;
  overflow: hidden;
  position: relative;
}

/* top-bar */
.top-bar {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
  padding: 6px 0;
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #f2f2f2 0%, #f0f0f0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #f0f0f0));
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #f0f0f0 100%);
  background: -o-linear-gradient(top, #f2f2f2 0%, #f0f0f0 100%);
  background: -ms-linear-gradient(top, #f2f2f2 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #f0f0f0 100%);
  -pie-background: linear-gradient(top, #f2f2f2 0%, #f0f0f0 100%);
  font: 11px/16px "toyota_textregular";
  color: #8a8d8e;
}

.top-bar a {
  color: #8a8d8e;
}

.top-bar a:hover {
  color: #EB0A1E;
  text-decoration: none;
}

.top-bar .global {
  float: right;
  margin: 0 0 0 23px;
  padding: 0 0 0 21px;
  cursor: pointer;
  position: relative;
}

.top-bar .global:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 14px;
  height: 14px;
  background: url(../images/ico-27.png) no-repeat;
}

.top-bar ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  word-spacing: 3px;
}

.top-bar ul li {
  float: left;
}

.top-bar ul li + li {
  padding-left: 31px;
  position: relative;
}

.top-bar ul li + li:before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 15px;
  width: 1px;
  background: #fff;
}

.top-bar label {
  float: left;
  padding: 0 10px 0 0;
}

.top-bar select {
  float: left;
  width: 130px;
}

/* header */
#header {
  overflow: hidden;
  font: 15px/32px "toyota_displaybold";
  padding: 12px 0;
  border-bottom: 2px solid #fff;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 57%, #eaeaea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(57%, #ffffff), color-stop(100%, #eaeaea));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 57%, #eaeaea 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 57%, #eaeaea 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 57%, #eaeaea 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 57%, #eaeaea 100%);
  -pie-background: linear-gradient(top, #ffffff 0%, #ffffff 57%, #eaeaea 100%);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
}

#header,
#header-sticky-wrapper {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
}

#header .container {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header a {
  color: #8a8d8e;
}

#header .logo {
  float: left;
  width: 71px;
  height: 60px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 10px 0 4px;
  /*  -webkit-transition:all 0.2s ease;
            transition:all 0.2s ease; */
}
@media (max-width: 425px) {
  #header .logo {
    background: url(../images/logo.png) no-repeat -127px 0;
  }
}

#header .logo a {
  display: block;
  height: 100%;
}

#header .search {
  float: right;
  margin: 15px -27px 0 0;
  padding: 0 54px 0 35px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  display: none;
}

#header .search:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 23px;
  width: 21px;
  height: 21px;
  background: url(../images/ico-25.svg) no-repeat;
  background-size: 21px 21px;
}

.no-svg #header .search:after {
  background: url(../images/icons.png) no-repeat -293px -39px;
}

#header .search.active {
  margin-top: 14px;
  padding-left: 34px;
  padding-right: 53px;
  border: 1px solid #ef000f;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#header .search:hover {
  text-decoration: none;
}

#header nav {
  float: left;
  text-transform: uppercase;
}

#header nav > ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 5px 0 0;
  position: relative;
}

#header nav > ul > li {
  float: left;
  margin: 10px 20px 0 22px;
}

#header nav > ul > li > a {
  float: left;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}

#header nav > ul > li > a:hover {
  border-bottom: 4px solid #ef000f;
  padding-bottom: 24px;
  margin-bottom: -28px;
  text-decoration: none;
}

#header nav > ul > li.active > a,
#header nav > ul > li.active > a:hover {
  margin: -1px -29px;
  padding-left: 28px;
  padding-right: 28px;
  padding-bottom: 0;
  background: none;
  color: #8a8d8e;
  border: 1px solid #ef000f;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#header nav > ul > li.active > a:hover {
  background: #ee000f;
  color: #fff;
}

/* sub-menu */
.sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font: 15px/32px "toyota_displaybold";
  display: none;
  border-top: 5px solid #eb0a1e;
  border-bottom: 2px solid #fff;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
}

.sub-menu .container {
  position: relative;
}

.sub-menu .container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 54px;
  width: 0;
  height: 0;
  border-top: 5px solid #e30a1d;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sub-menu.show-menu .container:before {
  opacity: 1;
}

.sub-menu .logo-2 {
  float: left;
  width: 74px;
  height: 47px;
  background: url(../images/marca_1.png) no-repeat;
  background-size: 74px 47px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 20px 0 0;
}

.no-svg .sub-menu .logo-2 {
  background-image: url(../images/marca_1.png);
}

.sub-menu .btn-toggle {
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 10px;
  width: 132px;
  border-top: 56px solid transparent;
  text-indent: -9999px;
  /*overflow:hidden;*/
  cursor: pointer;
  z-index: 120;
}

.sub-menu .btn-toggle:before,
.sub-menu .btn-toggle:after {
  content: "";
  position: absolute;
  top: 19px;
  left: 102px;
  width: 8px;
  height: 11px;
  background: url(../images/ico-133.png) no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sub-menu .btn-toggle:after {
  opacity: 0;
  background-position: -18px 0;
}

.sub-menu.show-menu .btn-toggle:before {
  opacity: 0;
}

.sub-menu.show-menu .btn-toggle:after {
  opacity: 1;
}

.sub-menu ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  text-transform: uppercase;
}

.sub-menu li {
  float: left;
}

.sub-menu li + li {
  padding-left: 37px;
}

.is-sticky .sub-menu {
  display: block;
  z-index: 110;
}

.sub-menu a {
  color: #8a8d8e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sub-menu a:hover,
.sub-menu .active a {
  color: #ef000f;
  text-decoration: none;
}

.sticky-wrapper > #header {
  top: 0;
}

.is-sticky #header {
  padding-top: 9px;
  padding-bottom: 4px;
}

.is-sticky #header.header-ras {
  height: 72px;
}

.is-sticky #header .container {
  padding-left: 28px;
  padding-right: 28px;
}

.is-sticky #header .logo {
  width: 43px;
  height: 36px;
  background-position: -208px 0;
  margin-left: 10px;
}

.is-sticky #header nav > ul {
  padding-top: 0;
}

.is-sticky #header .search {
  margin-top: 0;
}

.is-sticky #header nav > ul > li > a:hover {
  padding-bottom: 3px;
  margin-bottom: -7px;
}

.is-sticky #header nav > ul > li.active > a,
.is-sticky #header nav > ul > li.active > a:hover {
  padding-bottom: 0;
  margin-bottom: -1px;
}

/* drop */
.drop {
  background: #f9f9f9;
  position: relative;
}

.drop:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #f8f8f8 0%, #cdcdcd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #cdcdcd));
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #cdcdcd 100%);
  background: -o-linear-gradient(top, #f8f8f8 0%, #cdcdcd 100%);
  background: -ms-linear-gradient(top, #f8f8f8 0%, #cdcdcd 100%);
  background: linear-gradient(to bottom, #f8f8f8 0%, #cdcdcd 100%);
  height: 10px;
}

.models-drop, .monte-drop, .acessories-drop {
  display: none;
  z-index: 130;
  position: fixed;
  left: 0;
  right: 0;
}

.monte-drop .container {
  max-width: 1257px;
}

.monte-drop .monte-header {
  padding-left: 55px;
  padding-bottom: 10px;
  border-bottom: solid 1px #dedede;
}

.monte-drop .monte-header h2 {
  text-transform: uppercase;
  color: #3d3d3d;
  padding-top: 50px;
  font-size: 40px;
  display: inline-block;
}

.monte-drop .monte-header h2:before {
  content: "";
  position: absolute;
  top: 35px;
  width: 165px;
  height: 5px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  background: #3d3d3d;
}

.monte-drop .monte-header span {
  display: inline-block;
  font-size: 19px;
  margin-left: 15px;
}

.models-drop .models-list,
.monte-drop .models-list {
  margin: 0 -9px;
  padding: 14px 0 2px;
  list-style: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: -6px;
  text-align: left;
}

.monte-drop .models-list {
  margin-bottom: 35px;
}

.models-drop .models-list li,
.monte-drop .models-list li {
  display: inline-block;
  margin: 0 9px;
  width: 218px;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0;
  vertical-align: top;
  text-align: center;
}

.models-drop .models-list a,
.monte-drop .models-list a {
  color: #575757;
  display: block;
  padding: 5px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.models-drop .models-list a:hover,
.monte-drop .models-list a:hover {
  background: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 1, 1, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 1, 1, 0.2);
}

.models-drop .ico,
.monte-drop .ico {
  display: block;
  height: 99px;
  margin: 0 -26px;
  position: relative;
}

.models-drop img,
.monte-drop img {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.models-drop .text,
.monte-drop .text {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
  padding: 0 0 11px;
}

.models-drop .text strong,
.monte-drop .text strong {
  display: block;
  font: 24px/27px "toyota_displaybold";
}

.models-drop .text span,
.monte-drop .text span {
  display: block;
  margin: -3px 0 0;
}

.models-drop .models-list .holder,
.monte-drop .models-list .holder {
  overflow: hidden;
  position: relative;
  padding: 0 0 5px;
  margin: 0 -5px;
}

.models-drop .models-list .frame,
.monte-drop .models-list .frame {
  position: relative;
  width: 456px;
  float: left;
}

.models-drop .models-list .frame a,
.monte-drop .models-list .frame a {
  float: left;
  width: 208px;
  margin: 0 5px;
}

.models-drop .border,
.monte-drop .border {
  border: 1px solid #ee0000;
  display: inline-block;
  float: right;
  padding: 5px 0;
  height: 22px;
  margin-bottom: 22px;
  border-radius: 3px;
}

.models-drop .toggle-list,
.monte-drop .toggle-list {
  list-style: none;
  margin: 0 6px 0 0;
  padding: 0 0 27px;
  clear: both;
  float: right;
  position: relative;
  font: 14px/17px "toyota_displaybold";
}

.models-drop .toggle-list li,
.monte-drop .toggle-list li {
  float: left;
}

.models-drop .toggle-list a,
.monte-drop .toggle-list a {
  float: left;
  width: 121px;
  text-align: center;
  background: #f0f0f0;
  color: #ee0000;
  padding: 1px 5px 4px;
  margin: 0 0 0 6px;
}

.models-drop .toggle-list a:hover,
.monte-drop .toggle-list a:hover {
  text-decoration: none;
}

.models-drop .toggle-list .mask a,
.monte-drop .toggle-list .mask a {
  background-color: #ee0000;
  color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 0 #aa0000;
  box-shadow: inset 0 -1px 0 0 #aa0000;
}

.models-drop .toggle-list li.mask,
.monte-drop .toggle-list li.mask {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}

#monte-1 .hide-monte,
#acessorios-1 .hide-acessorios,
#monte-1 .hide-all,
#acessorios-1 .hide-all {
  display: none;
}

/* gallery */
.gallery {
  position: relative;
  overflow: hidden;
}

.gallery * {
  -webkit-transform: translateZ(0px);
}

.gallery .slides {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.gallery .slides > li {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1920px;
  min-height: 500px;
  overflow: hidden;
  position: relative;
}

#gallery-01 .slides li.vhidden img {
  visibility: hidden;
}

/*
@media only screen and (max-width:1950px){
  .gallery .slides > li { background-size: 2100px; }
}
*/
/*
@media only screen and (max-width:1280px){
  .gallery .slides > li { background-size: 1536px; }
}
*/
.gallery .slides li > .container {
  display: none;
  min-height: 400px;
  position: relative;
}

.gallery .slides .text {
  padding: 0px 5px 0px;
  color: #eb2d4b;
  font: 28px/26px "toyota_displayregular", sans-serif;
  max-width: 400px;
  color: #494341;
}

.gallery .slides .text img {
  display: block;
  /*margin:-82px -85px 0;*/
  margin: 0px 10px 0px;
  width: 350px;
  height: auto;
}

.gallery .slides .text .ttl {
  display: block;
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 26px;
  font-weight: normal;
  text-transform: uppercase;
}

.gallery .slides .text img + .ttl {
  margin-top: -64px;
}

.gallery .slides .share {
  position: absolute;
  bottom: 33px;
  right: 10px;
  color: #fff;
}

.gallery .slides .share .str {
  display: block;
  text-transform: uppercase;
  font: 11px/14px "toyota_textregular";
  padding: 0 0 1px;
}

.gallery .slides .share .holder {
  overflow: hidden;
}

.gallery .slides .share .f-link {
  float: left;
  margin: 0 10px 0 0;
  width: 27px;
  height: 26px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/ico-02.svg) no-repeat;
  background-size: 27px 26px;
}

.no-svg .gallery .slides .share .f-link {
  background: url(../images/ico-facebook.png) no-repeat;
}

.gallery .slides .share .f-like {
  float: left;
  padding: 3px 0;
}

.gallery .slides .share .f-like img {
  vertical-align: top;
}

.gallery .slides .share .f-like-button {
  width: 85px;
  height: 20px;
  border: none;
}

.gallery .flex-control-nav {
  /*  Thiago Santos
   *  A largura com esse tamanho, fica por cima dos botoes do banner
   *  ,quando este estiver mais para a parte de baixo do banner,
   *  dando o hover apenas nas partes do botao que ficam fora da area.
   *  Removido o width, adicionado um margin-left:0px
   * width:1166px;*/
  /*left:50%;*/
  bottom: 28px;
  font-size: 0;
  left: 0;
  letter-spacing: -6px;
  line-height: 0;
  list-style: none;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.gallery .flex-control-nav li {
  display: inline-block;
  margin: 0 4px 0 3px;
}

.gallery .flex-control-nav a {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border: 3px solid #ccc;
  background-clip: padding-box;
  cursor: pointer;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery .flex-control-nav a.flex-active,
.gallery .flex-control-nav a:hover {
  border-color: #666;
  background: #f00c26;
  background: -moz-linear-gradient(top, #f00c26 0%, #e70819 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f00c26), color-stop(100%, #e70819));
  background: -webkit-linear-gradient(top, #f00c26 0%, #e70819 100%);
  background: -o-linear-gradient(top, #f00c26 0%, #e70819 100%);
  background: -ms-linear-gradient(top, #f00c26 0%, #e70819 100%);
  background: linear-gradient(to bottom, #f00c26 0%, #e70819 100%);
}

.gallery .flex-control-nav a.flex-active {
  cursor: default;
}

/* menu-block */
.menu-block {
  position: fixed;
  /*top:212px;*/
  right: 54px;
  /*width:86px;*/
  width: 82px;
  font: 11px/13px "toyota_textregular";
  text-transform: uppercase;
  z-index: 120;
  top: 50%;
  margin-top: -130px;
}

.menu-block a {
  /*display:block;*/
  display: table;
  width: 100%;
  cursor: pointer;
  text-align: center;
  color: #8a8d8e;
  background: #ededed;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-block a > span {
  display: table-cell;
  width: 100%;
  text-align: center;
  height: 65px;
  padding: 3px 0 0;
  vertical-align: middle;
  line-height: 1.2em;
  font-size: 8px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.menu-block a.active,
.menu-block a:hover {
  text-decoration: none;
  background: #dd1d3e;
  background: -moz-linear-gradient(top, #dd1d3e 0%, #d51732 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd1d3e), color-stop(100%, #d51732));
  background: -webkit-linear-gradient(top, #dd1d3e 0%, #d51732 100%);
  background: -o-linear-gradient(top, #dd1d3e 0%, #d51732 100%);
  background: -ms-linear-gradient(top, #dd1d3e 0%, #d51732 100%);
  background: linear-gradient(to bottom, #dd1d3e 0%, #d51732 100%);
  -pie-background: linear-gradient(top, #dd1d3e 0%, #d51732 100%);
  color: #f6f6f6;
  -webkit-box-shadow: inset 0 -2px 0 0 #a7061d;
  box-shadow: inset 0 -2px 0 0 #a7061d;
}

.menu-block .ico {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  margin: 0 auto 6px;
  height: 30px;
}

.menu-block .ico:before,
.menu-block .ico:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.menu-block .ico:after,
.menu-block .active .ico:before,
.menu-block li:hover .ico:before {
  opacity: 0;
}

.menu-block .active .ico:after,
.menu-block li:hover .ico:after {
  opacity: 1;
}

.menu-block ul {
  margin: 0;
  list-style: none;
  padding: 1px;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.menu-block ul li {
  padding: 3px;
  background: #ededed;
  display: block;
}

.menu-block ul li + li {
  border-top: 1px solid #fff;
}

.menu-block ul a {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.menu-block .location .ico {
  width: 22px;
}

.menu-block .location .ico:before {
  background: url(../images/ico-32.svg) no-repeat;
  background-size: 22px 30px;
}

.menu-block .location .ico:after {
  background: url(../images/ico-32-hover.svg) no-repeat;
  background-size: 22px 30px;
}

.no-svg .menu-block .location .ico:before {
  background: url(../images/icons-menu.png) no-repeat;
}

.no-svg .menu-block .location .ico:after {
  background: url(../images/icons-menu.png) no-repeat -31px 0;
}

.menu-block .ciclo-side .ico {
  width: 35px;
  height: 35px;
}

.menu-block .ciclo-side .ico:before {
  background: url(../images/ico-ciclo-side.png) no-repeat;
  background-size: 100%;
}

.menu-block .ciclo-side .ico:after {
  background: url(../images/ico-ciclo-side-hover.png) no-repeat;
  background-size: 100%;
}

.menu-block .talk .ico {
  width: 33px;
}

.menu-block .talk .ico:before {
  background: url(../images/ico-33.svg) no-repeat;
  background-size: 33px 30px;
}

.menu-block .talk .ico:after {
  background: url(../images/ico-33-hover.svg) no-repeat;
  background-size: 33px 30px;
}

.no-svg .menu-block .talk .ico:before {
  background: url(../images/icons-menu.png) no-repeat -63px 0;
}

.no-svg .menu-block .talk .ico:after {
  background: url(../images/icons-menu.png) no-repeat -106px 0;
}

.menu-block .monte-side .ico {
  background: url("../images/bg-monte-seu-sidebar-small.png") no-repeat -65px 0;
  margin: auto;
  height: 20px;
  width: 65px;
}

.menu-block .monte-side:hover .ico {
  background-position: 0 0;
}

.menu-block .monte-side .ico-camry,
.menu-block .monte-side .ico-corolla {
  background-position: -49px -62px;
  height: 31px;
  width: 48px;
}

.menu-block .monte-side:hover .ico-camry,
.menu-block .monte-side:hover .ico-corolla {
  background-position: 0px -62px;
}

/*.menu-block .monte-side .ico-corolla {
  background-position: -49px -96px;
  height: 35px;
  width: 49px;
}
.menu-block .monte-side:hover .ico-corolla { background-position: 0 -96px; }*/
.menu-block .monte-side .ico-etios-cross {
  background-position: -49px -363px;
  height: 42px;
  width: 49px;
}

.menu-block .monte-side:hover .ico-etios-cross {
  background-position: 0 -363px;
}

.menu-block .monte-side .ico-etios-hatch {
  background-position: -48px -270px;
  height: 41px;
  width: 48px;
}

.menu-block .monte-side:hover .ico-etios-hatch {
  background-position: 0 -270px;
}

.menu-block .monte-side .ico-etios-seda {
  background-position: -48px -316px;
  height: 42px;
  width: 48px;
}

.menu-block .monte-side:hover .ico-etios-seda {
  background-position: 0 -316px;
}

.menu-block .monte-side .ico-hilux-cabine-dupla {
  background-position: -48px -224px;
  height: 41px;
  width: 47px;
}

.menu-block .monte-side:hover .ico-hilux-cabine-dupla {
  background-position: 0 -224px;
}

.menu-block .monte-side .ico-hilux-cabine-simples {
  background-position: -48px -410px;
  height: 45px;
  width: 47px;
}

.menu-block .monte-side:hover .ico-hilux-cabine-simples {
  background-position: 0 -410px;
}

.menu-block .monte-side .ico-prius {
  background-position: -48px -27px;
  height: 32px;
  width: 42px;
}

.menu-block .monte-side:hover .ico-prius {
  background-position: 0 -27px;
}

.menu-block .monte-side .ico-rav4 {
  background-position: -48px -179px;
  height: 41px;
  width: 47px;
}

.menu-block .monte-side:hover .ico-rav4 {
  background-position: 0 -179px;
}

.menu-block .monte-side .ico-sw4 {
  background-position: -48px -135px;
  height: 40px;
  width: 46px;
}

.menu-block .monte-side:hover .ico-sw4 {
  background-position: 0 -135px;
}

.menu-block .ras-side .ico {
  background: url("../images/bg-ras-sidebar.png") no-repeat top center;
  height: 20px;
  width: 65px;
}

.menu-block .ras-side:hover .ico {
  background-position: bottom center;
}

.menu-block .btn-change {
  position: absolute;
  display: none;
  left: -17px;
  top: 35%;
  margin: -14px 0 0;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  /*  width:16px;
    height:25px;*/
  width: 17px;
  height: 75px;
  border-bottom: 2px solid #a7061d;
  background: #da1a39;
  background: -moz-linear-gradient(top, #da1a39 0%, #d31630 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #da1a39), color-stop(100%, #d31630));
  background: -webkit-linear-gradient(top, #da1a39 0%, #d31630 100%);
  background: -o-linear-gradient(top, #da1a39 0%, #d31630 100%);
  background: -ms-linear-gradient(top, #da1a39 0%, #d31630 100%);
  background: linear-gradient(to bottom, #da1a39 0%, #d31630 100%);
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

.menu-block .btn-change:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin: -2px 0 0;
  width: 17px;
  height: 75px;
  background: url(../images/seta_sticker-menu.png) no-repeat;
  left: 2px;
}

.menu-block .reg-form {
  background: #FFFFFF;
  border-radius: 5px;
  margin: 0 2px 0 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 100%;
  top: 0;
  width: 0;
  min-height: 180px;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

.menu-block .reg-form .form:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 1px;
  height: 0px;
  margin-top: -1px;
  overflow: hidden;
  visibility: hidden;
  width: 1px;
}

.menu-block .reg-form .form {
  overflow: hidden;
  margin-right: 30px;
  padding: 22px 0 12px 30px;
  position: relative;
  width: 345px;
  z-index: 1;
}

.menu-block .reg-form-opened {
  width: 405px;
}

.menu-block .reg-form .way-2,
#formMapNoGps .way-2 {
  display: none;
}

.menu-block .reg-form .select-cs2 {
  margin-bottom: 20px;
  width: 280px;
}

.menu-block .reg-form .uf,
.menu-block .reg-form .city {
  display: inline-block;
  float: left;
}

.menu-block .reg-form h3 {
  color: #e70818;
  float: left;
  font: 18px/30px "toyota_displaybold";
  margin: 0 0 20px 0;
  min-height: 30px;
  padding: 3px 10px 0 47px;
  position: relative;
  text-transform: uppercase;
}

.menu-block .reg-form h3:before,
.menu-block .reg-form h3:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #e70818;
  content: "";
  height: 28px;
  left: 6px;
  position: absolute;
  top: 3px;
  width: 28px;
}

.menu-block .reg-form h3:after {
  background-size: 14px 19px;
  background: url(../images/ico-13-white.png) no-repeat;
  height: 19px;
  left: 13px;
  top: 8px;
  width: 14px;
}

.menu-block .reg-form .select-cs2 {
  width: 280px !important;
}

#formMapNoGps .text,
.menu-block .reg-form .text {
  background-color: #f0f0f0;
  font: 16px/19px "toyota_displaybold";
  height: 51px;
  margin: 0;
  padding: 15px 5px 15px 19px;
  text-transform: uppercase;
}

.menu-block .reg-form .search-way {
  width: 280px;
}

.menu-block .reg-form .no-mb,
.menu-block .reg-form .select-no-mb {
  margin-bottom: 0;
}

.menu-block .reg-form .search-way {
  float: left;
}

.menu-block .reg-form .change-search,
.menu-block .reg-form .change-search:hover,
#form-dealer-intern .change-search,
#form-dealer-intern .change-search:hover {
  background: transparent;
  border: none;
  box-shadow: none;
  clear: both;
  color: #878080;
  display: inline;
  float: right;
  text-transform: none;
  width: auto;
}

.menu-block .reg-form .buttons {
  bottom: 36px;
  clear: both;
  position: absolute;
  right: 0;
}

.menu-block .reg-form .btn-submit,
#form-dealer-intern .btn-submit {
  cursor: pointer;
  background: url("../images/ico-lupa.png") no-repeat 50% 50% #eb081f;
  border-bottom: 2px solid #9f0b1a;
  height: 50px;
  margin: 0;
  padding: 0;
  text-indent: -999999px;
  width: 54px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: bottom 0.5s ease;
  transition: bottom 0.5s ease;
}

/* map-area */
#map-area-1 .close-map {
  background: url("../images/bt-close-map.gif") no-repeat 20px 50% red;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  bottom: 16px;
  color: #fff;
  display: block;
  font-size: 10px;
  min-height: 24px;
  padding: 12px 30px 0 45px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  z-index: 120;
  -webkit-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}

.map-area {
  border-bottom: 2px solid #fff;
  height: 530px;
  overflow: hidden;
  position: relative;
}

#map-area-1 {
  position: fixed;
  z-index: 130;
  left: 0;
  right: 0;
  background-color: #e5e3df;
}

.map-area:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 35%, rgba(0, 0, 0, 0.05) 65%, rgba(0, 0, 0, 0.14) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0.01)), color-stop(65%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.14)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 35%, rgba(0, 0, 0, 0.05) 65%, rgba(0, 0, 0, 0.14) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 35%, rgba(0, 0, 0, 0.05) 65%, rgba(0, 0, 0, 0.14) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 35%, rgba(0, 0, 0, 0.05) 65%, rgba(0, 0, 0, 0.14) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 35%, rgba(0, 0, 0, 0.05) 65%, rgba(0, 0, 0, 0.14) 100%);
  height: 18px;
}

.map-area .map {
  width: 100%;
  height: 100%;
}

.map-area .map img {
  width: 100%;
  vertical-align: top;
}

.map-area .wrap {
  position: absolute;
  top: 0;
  left: -102px;
  right: 0;
}

.map-area .wrap .frame {
  max-width: 1057px;
  margin: 0 auto;
  position: relative;
}

.map-area .close {
  background: url(../images/ico-14.png) no-repeat;
  width: 38px;
  height: 38px;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  top: 28px;
  right: 0;
}

/* info-box */
.infoBox > img {
  z-index: 5;
  width: auto !important;
}

.info-box-link, .info-box-link:hover {
  color: #575757;
  text-decoration: none;
}

.infoBox .map-popover {
  position: relative;
  padding: 12px 40px 5px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #b3b3b4;
  border-width: 1px 1px 0;
  color: #737477;
  font: 15px/20px "toyota_displayregular";
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.infoBox .map-popover .name {
  display: block;
  text-transform: uppercase;
  color: #d91a38;
  font: 20px/23px "toyota_displayregular";
  margin: 0 -22px 11px;
}

.infoBox .map-popover .contact-inf {
  position: relative;
  padding: 0 0 12px;
}

.infoBox .map-popover .contact-inf .ico {
  position: absolute;
  top: 2px;
  left: -22px;
  width: 14px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/ico-13.png) no-repeat;
}

.infoBox .map-popover .contact-inf .str {
  display: block;
  font: 12px/17px "toyota_displayregular";
}

.infoBox .map-popover .contact-inf .phone {
  font-weight: normal;
  font-family: "toyota_displaybold";
}

.infoBox .map-popover .contact-inf a {
  font: 12px/17px "toyota_displayregular";
}

.infoBox .map-popover a {
  color: #d71835;
  text-decoration: underline;
}

.infoBox .map-popover a:hover,
.infoBox .map-popover a:focus {
  text-decoration: none;
}

.infoBox .map-popover img {
  width: auto;
}

.infoBox .map-popover .sub-ttl {
  overflow: hidden;
  color: #d4162f;
  text-transform: uppercase;
  font: 12px/15px "univers_condensed";
  padding: 0 0 7px;
}

.infoBox .map-popover .sub-ttl strong {
  float: left;
  font-weight: normal;
  padding: 0 3px 0 0;
  font: 12px/15px "univers_condensed";
}

.infoBox .map-popover .sub-ttl .decor {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #dc2945;
  height: 11px;
}

.infoBox .map-popover .services-list {
  list-style: none;
  margin: 0 -6px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: -3px;
}

.infoBox .map-popover .services-list li {
  display: inline-block;
  vertical-align: top;
  width: 34px;
  padding: 0 6px;
  text-align: center;
}

.infoBox .map-popover .services-list .tbl {
  width: 100%;
  height: 34px;
  display: table;
}

.infoBox .map-popover .services-list .tbl-cell {
  display: table-cell;
  vertical-align: middle;
}

.infoBox .map-popover .arrow {
  position: absolute;
  left: -1px;
  right: 0;
  bottom: -12px;
  height: 14px;
  background: url(../images/bg-infobox-b.png) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

.infoBox .map-popover2 {
  color: #777;
  padding: 11px 17px 16px;
  background: #f9f9f9;
  border: 1px solid #c6c6c6;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.infoBox .map-popover2 .img {
  margin: -11px -17px 11px;
}

.infoBox .map-popover2 .img img {
  vertical-align: top;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.infoBox .map-popover2 .name {
  display: block;
  font: 15px/18px "univers_condensedbold";
}

.infoBox .map-popover2 .address {
  display: block;
  font: 14px/18px "univers_condensed";
}

.infoBox .map-popover2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  margin: 0 0 0 -15px;
  width: 30px;
  height: 14px;
  background: url(../images/bg-popover-arrow.html) no-repeat;
}

/* location-area */
.location-area {
  background: #f9f9f9;
  height: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  font: 15px/16px "univers_condensed", Arial, sans-serif;
  color: #777;
  border-radius: 3px;
}

.location-area .holder {
  padding: 20px 20px 10px 25px;
}

.location-area h2 {
  color: #eb0a1e;
  font: normal 18px/20px "toyota_displayregular";
  margin: 0 0 16px;
  text-transform: uppercase;
}

.map-area .loading {
  background: url("../images/loading.gif") no-repeat 50% 50% #f6f6f6;
  min-height: 400px;
}

.map-area .loading .tabs-header,
.map-area .loading .boxTab {
  display: none !important;
}

#accordion-0004, .map-accordion {
  padding: 0;
  list-style: none;
}

#accordion-0004 li,
.map-accordion li {
  margin: 0 0 12px;
}

#accordion-0004 .opener,
.map-accordion .opener {
  color: #8a8c8e;
  font: 14px/17px "toyota_displaybold";
  padding: 10px 10px 10px 30px;
  padding: 0 0 0 29px;
  position: relative;
}

#accordion-0004 .opener:after,
.map-accordion .opener:after {
  background: url(../images/ico-plus.svg) no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

#accordion-0004 .opener.active:after,
.map-accordion .opener.active:after {
  background: url(../images/ico-minus.svg) no-repeat;
  background-size: 18px 18px;
}

#accordion-0004 address,
.map-accordion address {
  margin: 0 0 9px 21px;
  color: #8a8c8e;
  font: normal 11px/15px "toyota_displayregular";
}

#accordion-0004 address span,
.map-accordion address span {
  display: block;
}

#accordion-0004 address a,
.map-accordion address a {
  color: #8a8c8e;
}

#accordion-0004 address strong,
.map-accordion address strong {
  font-family: "toyota_displaybold";
  font-weight: normal;
}

#accordion-0004 ul,
.map-accordion ul {
  padding: 0 0 0 29px;
  margin: 0;
  list-style: none;
}

#accordion-0004 .btn-more,
.map-accordion .btn-more {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  color: #575757;
  font: 14px/16px "toyota_displayregular";
  display: block;
  margin: 0 19px 8px 0;
  padding: 11px 44px 10px 16px;
  text-transform: uppercase;
  position: relative;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

#accordion-0004 .btn-more:after,
.map-accordion .btn-more:after {
  background: url(../images/arrow-0002.svg) no-repeat;
  height: 18px;
  width: 25px;
  right: 10px;
  top: 50%;
  margin: -9px 0 0;
  position: absolute;
  content: "";
}

.no-svg #accordion-0004 .btn-more:after,
.no-svg .map-accordion .btn-more:after {
  width: 27px;
  background: url(../images/ico-42.png) no-repeat;
}

/* buttons */
.btn-01 {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
  border: 1px solid #fff;
  position: relative;
  cursor: pointer;
  color: #fff;
  font: 14px/17px "toyota_displaybold";
  padding: 5px 8px 6px 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.btn-01 svg {
  width: 36px;
  height: 11px;
  padding: 0 8px 0 18px;
}

/*
.btn-01:after {
  content:'';
  top:50%;
  margin:-5px 0 0;
  right:14px;
  position:absolute;
  width:36px;
  height:11px;
  background:url(../images/ico-01.svg) no-repeat;
  background-size:36px 11px;
}
*/
.no-svg .btn-01:after {
  background-image: url(../images/ico-01.png);
}

.btn-01:hover {
  text-decoration: none;
  background-color: #eb0a1e;
  border-color: #9f0c19;
  border-width: 0 0 2px;
}

.btn-01.first {
  color: #eb0a1e;
  border: 1px solid #eb0a1e;
  margin-bottom: 8px;
  width: 210px;
  padding: 8px 15px 8px 15px;
}

.btn-01.first:after {
  background: url(../images/facebook-btn.png) no-repeat;
  background-position: 0;
  margin: -15px 0 0;
  width: 30px;
  height: 30px;
}

.btn-01.first.a02:after {
  display: none;
}

.btn-01.first:hover {
  color: #fff;
}

.btn-01.first:hover:after {
  background: url(../images/facebook-btn-w.png) no-repeat;
  background-position: 0px 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn-02 {
  display: inline-block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #da1a39;
  background: -moz-linear-gradient(top, #da1a39 0%, #d2162f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #da1a39), color-stop(100%, #d2162f));
  background: -webkit-linear-gradient(top, #da1a39 0%, #d2162f 100%);
  background: -o-linear-gradient(top, #da1a39 0%, #d2162f 100%);
  background: -ms-linear-gradient(top, #da1a39 0%, #d2162f 100%);
  background: linear-gradient(to bottom, #da1a39 0%, #d2162f 100%);
  border-bottom: 2px solid #c5112a;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  padding: 3px 63px 4px 10px;
  position: relative;
}

.btn-02:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  background: url(../images/ico-btn-red.png) no-repeat;
  width: 42px;
  height: 7px;
  margin-top: -3px;
}

.btn-02:hover {
  text-decoration: none;
  background: #f12d4d;
  background: -moz-linear-gradient(top, #f12d4d 0%, #ee2540 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f12d4d), color-stop(100%, #ee2540));
  background: -webkit-linear-gradient(top, #f12d4d 0%, #ee2540 100%);
  background: -o-linear-gradient(top, #f12d4d 0%, #ee2540 100%);
  background: -ms-linear-gradient(top, #f12d4d 0%, #ee2540 100%);
  background: linear-gradient(to bottom, #f12d4d 0%, #ee2540 100%);
  border-bottom-color: #a7061d;
}

.btn-02.alt {
  font: 14px/17px "toyota_displaybold";
  padding: 6px 71px 5px 19px;
}

.btn-03 {
  display: inline-block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-bottom: 2px solid #c5112a;
  color: #fff !important;
  font-size: 16px;
  line-height: 21px;
  padding: 3px 63px 4px 10px;
  position: relative;
  margin: 0;
  padding-right: 70px;
  padding-left: 20px;
  border-width: 0 0 2px;
  background: #eb0a1e;
  font-size: 14px;
  font-family: "toyota_displaybold";
  text-decoration: none !important;
}

.btn-03:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  background: url(../images/ico-btn-red.png) no-repeat;
  width: 42px;
  height: 7px;
  margin-top: -3px;
}

.btn-03:hover {
  text-decoration: none;
  background: #eb0a1e;
  border-bottom-color: #a7061d;
}

/* cars */
.cars {
  background: url(../images/bg-cars.png) no-repeat 50% 0;
  position: relative;
  text-align: center;
  z-index: 5;
  padding: 32px 0;
}

.cars > .container {
  height: 281px;
  position: relative;
}

.cars .box {
  position: absolute;
  width: 234px;
  padding: 0 10px 21px;
  font-size: 10px;
  line-height: 11px;
  color: #8b8d8e;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cars .box:hover {
  border-color: #e4e5e5;
  border-bottom-color: #ababab;
  background: #f5f5f5;
  z-index: 5;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px #ababab, 0 -4px 0 -1px #df091c inset;
  box-shadow: 0 1px 1px #ababab, 0 -4px 0 -1px #df091c inset;
}

.cars .box ul {
  margin: 0 20px 13px;
  padding: 10px 0 0;
  list-style: none;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
  display: none;
  text-align: center;
}

.cars .box:hover ul,
.cars .box:focus ul {
  display: block;
}

.cars .box ul li {
  border-bottom: 1px solid #ccc;
  padding: 8px 25px;
  text-align: left;
}

.cars .box ul li a {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #8a8c8d;
  padding: 0 0 0 20px;
  font-family: "toyota_displaybold";
  text-align: left;
  min-width: 92px;
}

.cars .box ul li a:after {
  background: url(../images/ico-cars-drop.png) no-repeat;
  width: 18px;
  height: 13px;
  left: -5px;
  top: 50%;
  margin: -8px 0 0;
  position: absolute;
  content: "";
}

.cars .box ul li a:hover {
  text-decoration: none;
  color: #EB0A1E;
}

.cars .box .text {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  padding: 3px 23px 13px 0;
  position: relative;
}

.cars .box .text:after {
  content: "";
  width: 23px;
  height: 23px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/ico-plus.svg) no-repeat;
  background-size: 22px 22px;
}

.cars .box:hover .text:after {
  background: url(../images/ico-plus-hov.svg) no-repeat;
  background-size: 22px 22px;
}

.no-svg .cars .box .text:after {
  background: url(../images/ico-plus.png) no-repeat;
}

.no-svg .cars .box:hover .text:after {
  background: url(../images/ico-plus-hov.png) no-repeat;
}

.cars .box .text strong {
  float: left;
  font: 16px/19px "toyota_displaybold";
  text-transform: uppercase;
  margin-right: 5px;
}

.cars .box .text strong em {
  display: block;
  text-align: right;
  font: 11px/14px "toyota_textregular";
  margin: -4px 0 0;
}

.cars .box01 .text {
  padding-bottom: 1px;
  margin: 0 0 -9px 3px;
}

.cars .box02 .text {
  padding-bottom: 11px;
  padding-left: 12px;
  margin: 0 0 -22px 7px;
}

.cars .box03 .text {
  margin: 0 0 -16px;
}

.cars .box04 .text {
  margin: 0 0 -21px 15px;
}

.cars .box05 .text {
  padding-bottom: 8px;
  margin: 0 0 -5px 11px;
}

.cars .box06 .text {
  padding-left: 36px;
  margin: 0 69px -15px 0;
  padding-bottom: 1px;
}

.cars .box07 .text {
  margin: 0 -12px -15px 0;
  padding-bottom: 1px;
}

.cars .box08 .text {
  margin: 0 -12px -15px 0;
  padding-bottom: 1px;
}

.cars .box09 .text {
  margin: 0 -6px -10px 0;
  padding-bottom: 1px;
}

.cars .box10 .text {
  margin: 0 -2px -10px 0;
  padding-bottom: 1px;
}

.cars .box01 {
  left: 0;
  bottom: 101px;
  z-index: 2;
}

.cars .box02 {
  left: 209px;
  bottom: 111px;
  z-index: 2;
}

.cars .box03 {
  left: 428px;
  bottom: 112px;
}

.cars .box04 {
  left: 645px;
  bottom: 119px;
}

.cars .box05 {
  left: 847px;
  bottom: 121px;
}

.cars .box06 {
  left: -26px;
  bottom: 42px;
  z-index: 2;
}

.cars .box07 {
  left: 199px;
  bottom: 23px;
  z-index: 2;
}

.cars .box08 {
  left: 415px;
  bottom: 2px;
  z-index: 2;
}

.cars .box09 {
  left: 647px;
  bottom: -11px;
  z-index: 2;
}

.cars .box10 {
  left: 908px;
  bottom: 45px;
  z-index: 2;
}

.cars .box .ico {
  margin: 0 auto 8px;
}

.cars .box .ico img {
  display: block;
  width: 100%;
}

.cars .box01 .ico {
  width: 255px;
}

.cars .box02 .ico {
  width: 255px;
}

.cars .box03 .ico {
  width: 255px;
}

.cars .box04 .ico {
  width: 255px;
}

.cars .box05 .ico {
  width: 255px;
}

.cars .box06 .ico {
  width: 255px;
  margin: 0 auto -12px;
}

.cars .box07 .ico {
  width: 255px;
  margin: 0 auto -13px;
}

.cars .box08 .ico {
  width: 255px;
  margin: 0 auto -6px;
}

.cars .box09 .ico {
  width: 255px;
  margin: 0 auto -11px;
}

.cars .box10 .ico {
  width: 275px;
  margin: 0 -10px -11px;
}

/* best-choice */
.best-choice {
  margin: 0 0 31px;
}

.best-choice:after {
  clear: both;
  content: "";
  display: block;
}

.best-choice .col-01 {
  float: left;
  width: 682px;
}

.best-choice .col-01 .holder hr {
  border-top: none;
  border-bottom: 1px solid #8a8d8e;
  position: relative;
  top: 50px;
}

.best-choice .col-02 {
  float: right;
  width: 468px;
  border-bottom: 1px solid #8a8d8e;
  padding-bottom: 5px;
}

.best-choice h1,
.best-choice h2 {
  margin: 0 0 5px;
  text-transform: uppercase;
  color: #575757;
  font: 23px/26px "toyota_displaybold";
  /*    padding-top:5px; */
}

.best-choice h1 > span {
  width: 332px;
  display: block;
  height: 50px;
  float: left;
  margin-right: 15px;
}

.best-choice .holder {
  font-size: 0;
  line-height: 0;
  /*  letter-spacing:-3px; */
  margin: 0 0 4px -14px;
}

.best-choice .holder .box-chat-toyota {
  height: 40px;
  line-height: auto;
  margin-left: 14px;
}

.best-choice .holder .box-chat-toyota .ico-chat {
  border: 1px solid #d5d5d5;
  color: #8a8d8e;
  display: block;
  font: 14px/16px "toyota_displayregular", Arial, Helvetica, sans-serif;
  font-weight: bold;
  height: auto;
  margin-bottom: 5px;
  padding: 8px 0;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

.best-choice .holder .box-chat-toyota .ico-chat:before {
  content: "";
  background: url(../images/icons.png) no-repeat 0px -82px;
  display: inline-block;
  height: 15px;
  margin-right: 5px;
  overflow: hidden;
  vertical-align: bottom;
  width: 18px;
}

.best-choice .clearfix:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 1px;
  height: 0px;
  margin-top: -1px;
  overflow: hidden;
  visibility: hidden;
  width: 1px;
}

.best-choice .columns {
  float: left;
  width: 50%;
}

.best-choice .item {
  display: inline-block;
  margin: 0 0 14px 14px;
  width: 332px;
  height: 165px;
  position: relative;
  font: 13px/14px "toyota_displaybold";
  letter-spacing: 0;
  text-transform: uppercase;
  overflow: hidden;
  vertical-align: top;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.best-choice .item .box {
  position: relative;
  z-index: 2;
  display: block;
  height: 163px;
  border: 1px solid #e6e6e6;
  background: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  color: #737477;
}

.best-choice .item .box:hover {
  text-decoration: none;
}

.best-choice .item:hover .box {
  background-color: #000;
}

.best-choice .item .box strong {
  font-weight: normal;
}

.best-choice .item .sub {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 59px;
  background: #fff;
  padding-left: 15px;
  padding-right: 50px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}

.best-choice .item a .sub:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/ico-plus.svg) no-repeat;
  background-size: 24px 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
}

.no-svg .best-choice .item .sub:after {
  background: url(../images/ico-plus.png) no-repeat 50% 50%;
}

.best-choice .item:hover .sub {
  /*width:0;*/
  background: none;
}

.best-choice .item .sub .cell span {
  /*width:156px; */
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}

.best-choice .item:hover .sub .cell span {
  opacity: 0;
}

.best-choice .item .mask {
  position: absolute;
  background: url(../images/img-23.jpg) no-repeat;
  background-size: 100% auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.best-choice .item .box01 .mask {
  background-image: url(../images/img-24.jpg);
}

.best-choice .item .box02 .mask {
  background-image: url(../images/img-25.jpg);
}

.best-choice .item:hover .mask {
  opacity: 0.2;
  background-size: cover;
  background-position: 50% 0;
}

.best-choice .item .sub .tbl {
  display: table;
  width: 100%;
  height: 62px;
}

.best-choice .item .sub .cell {
  display: table-cell;
  /*  width:100%;
    height:62px; */
  vertical-align: middle;
}

.best-choice .item:hover .sub .tbl {
  display: none;
}

.best-choice .box .ttl {
  position: absolute;
  left: 100%;
  top: 50px;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 226px;
}

.best-choice .item:hover .ttl {
  left: 34px;
  right: 34px;
}

.best-choice .box .ttl:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 27px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  background: #fff;
}

.best-choice .box .ttl:before {
  content: "";
  position: absolute;
  top: -9px;
  left: 0;
  width: 27px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  background: #fff;
}

.best-choice .item .like {
  position: absolute;
  bottom: 69px;
  right: 10px;
  z-index: 3;
  color: #d91a37;
  font: 9px/22px "toyota_textregular";
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}

.best-choice .item:hover .like {
  left: 35px;
  right: auto;
  bottom: 89px;
  color: #fff;
}

.best-choice .item .like span {
  float: left;
  margin-left: 2px;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  overflow: hidden;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.best-choice .item:hover .like span {
  background-color: #9a9a9a;
}

.best-choice .item:hover .like:hover span {
  background-color: #d91a37;
  color: #fff;
}

.best-choice .item .like span:first-child {
  margin-left: 0;
}

.best-choice .item .like .ico {
  background: #d91a37 url(../images/ico-like.png) no-repeat 50% 4px;
  text-indent: -9999px;
}

.best-choice .map,
.col-area .map,
.events .map {
  margin: 0 0 32px;
  letter-spacing: 0;
  position: relative;
  border: 1px solid #d5d5d5;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.best-choice .map {
  margin: 0 0 14px;
}

.best-choice .map img {
  height: 343px;
}

.best-choice .map .text,
.col-area .map .text,
.events .map .text {
  position: absolute;
  z-index: 10;
  top: 13px;
  left: 13px;
  right: 13px;
  background: #eb0a1e;
  padding: 11px 10px 10px;
  font: 12px/15px "toyota_textregular";
  color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.best-choice .map h3,
.col-area .map h3,
.events .map h3 {
  float: left;
  max-width: 135px;
  min-height: 40px;
  padding: 3px 10px 0 47px;
  margin: 0;
  font: 18px/20px "toyota_displaybold";
  text-transform: uppercase;
  background: url(../images/ico-13.png) no-repeat;
  position: relative;
}

.best-choice .map h3:before,
.best-choice .map h3:after,
.col-area .map h3:before,
.col-area .map h3:after,
.events .map h3:before,
.events .map h3:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 28px;
  height: 28px;
  background: #f6f6f6;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.best-choice .map h3:after,
.col-area .map h3:after,
.events .map h3:after {
  top: 8px;
  left: 13px;
  width: 14px;
  height: 19px;
  background: url(../images/ico-13.svg) no-repeat;
  background-size: 14px 19px;
}

.no-svg .best-choice .map h3:before,
.no-svg .col-area .map h3:before,
.no-svg .events .map h3:before {
  background: url(../images/ico-13-2.png) no-repeat;
}

.no-svg .best-choice .map h3:after,
.no-svg .col-area .map h3:after,
.no-svg .events .map h3:after {
  display: none;
}

.best-choice .map .address,
.col-area .map .address,
.events .map .address {
  margin: 0;
  overflow: hidden;
  border-left: 2px solid #fac5ca;
  padding: 0 0 0 26px;
}

.best-choice .map .address span,
.col-area .map .address span,
.events .map .address span {
  display: block;
}

.best-choice .map .map-holder,
.col-area .map .map-holder,
.events .map .map-holder {
  overflow: hidden;
  position: relative;
  background: #d5d5d5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.best-choice .map .map-holder img,
.col-area .map .map-holder img,
.events .map .map-holder img {
  vertical-align: top;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.best-choice .map .map-menu,
.col-area .map .map-menu {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 7;
  padding: 15px 0 0;
  font: 12px/14px "toyota_displaybold";
  text-transform: uppercase;
}

.best-choice .map .map-menu .btn-open,
.col-area .map .map-menu .btn-open {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 69px;
  height: 15px;
  margin: 0 auto;
  background: url(../images/ico-16.png) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

.best-choice .map .map-menu .entity,
.col-area .map .map-menu .entity {
  overflow: hidden;
  display: none;
}

.best-choice .map .map-menu ul,
.col-area .map .map-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  width: 100%;
  height: 63px;
  display: table;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.best-choice .map .map-menu li,
.col-area .map .map-menu li {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
}

.best-choice .map .map-menu li:hover,
.col-area .map .map-menu li:hover {
  background-color: #f1f1f1;
}

.best-choice .map .map-menu li + li,
.col-area .map .map-menu li + li {
  border-left: 1px solid #e8e8e8;
}

.best-choice .map .map-menu li a,
.col-area .map .map-menu li a {
  display: block;
  cursor: pointer;
  color: #575757;
  padding: 0 38px 0 14px;
  position: relative;
}

.best-choice .map .map-menu li a:hover,
.col-area .map .map-menu li a:hover {
  text-decoration: none;
}

.best-choice .map .map-menu li a:after,
.col-area .map .map-menu li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9px;
  margin: auto 0;
  width: 18px;
  height: 12px;
  background: url(../images/ico-17.svg) no-repeat;
  background-size: 18px 12px;
}

.no-svg .best-choice .map .map-menu li a:after,
.no-svg .col-area .map .map-menu li a:after {
  width: 19px;
  height: 14px;
  background: url(../images/ico-17.png) no-repeat;
}

.best-choice .map .map-menu li a.ico-2:after,
.col-area .map .map-menu li a.ico-2:after {
  width: 23px;
  height: 23px;
  background-image: url(../images/ico-plus.svg);
  background-size: 23px 23px;
}

.no-svg .best-choice .map .map-menu li a.ico-2:after,
.no-svg .col-area .map .map-menu li a.ico-2:after {
  background: url(../images/ico-plus.png) no-repeat;
}

.best-choice .hidden {
  display: none;
}

/* load-more */
.load-more {
  border-top: 1px solid #8a8d8e;
  position: relative;
  top: 15px;
  text-align: center;
}

.load-more a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -15px;
  background: #f6f6f6;
  color: #8a8d8e;
  font-size: 18px;
  line-height: 27px;
  padding: 0 56px 0 21px;
  cursor: pointer;
}

.load-more a:hover {
  text-decoration: none;
}

.load-more a:after {
  content: "+";
  color: #eb0a1e;
  position: absolute;
  text-align: center;
  top: 50%;
  right: 21px;
  margin: -13px 0 0;
  width: 24px;
  height: 24px;
  font: 21px/27px "toyota_displaybold";
  border: 1px solid #a9abac;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* info-area */
.info-area {
  position: relative;
  z-index: 2;
}

.info-area .head {
  font: 14px/17px "toyota_displaybold";
  color: #8a8d8e;
  padding: 10px 0 15px;
}

.info-area .head:after {
  clear: both;
  content: "";
  display: block;
}

.info-area .head .title01 {
  float: left;
  padding: 30px 0 0;
  margin: -4px 10px 0 0;
  text-transform: uppercase;
  color: #eb0a1e;
  font: 15px/16px "toyota_displaybold";
}

.info-area .head .title01 img {
  float: left;
  width: 276px;
  margin: -30px 10px 0 0;
}

.info-area .head .title02 {
  float: left;
  padding: 60px 0 0;
  margin: 16px 0 32px;
  position: relative;
  text-transform: uppercase;
  color: #eb0a1e;
  font: 18px/19px "toyota_displaybold";
}

.info-area .head .title02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 89px;
  height: 4px;
  background: #575757;
}

.info-area .head .title02 img {
  float: left;
  width: 350px;
  margin: -38px 7px 0 0;
}

.info-area .head .col {
  float: right;
  margin-left: 40px;
}

.info-area .head p {
  margin: 0 0 13px;
}

.info-area .head .option-set {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.info-area .head .option-set li {
  float: left;
}

.info-area .head .option-set li + li {
  margin-left: 8px;
}

.info-area .head .option-set a {
  float: left;
  width: 28px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  margin-right: 6px;
  position: relative;
  cursor: pointer;
}

.info-area .head .option-set a:before,
.info-area .head .option-set a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.info-area .head .option-set a:hover:before,
.info-area .head .option-set a.selected:before,
.info-area .head .option-set a:after {
  opacity: 0;
}

.info-area .head .option-set a:hover:after,
.info-area .head .option-set a.selected:after {
  opacity: 1;
}

.info-area .head .option-set .all {
  width: 24px;
}

.info-area .head .option-set .all:before {
  background: url(../images/ico-28.svg) no-repeat;
  background-size: 24px 20px;
}

.info-area .head .option-set .all:after {
  background: url(../images/ico-28-hover.svg) no-repeat;
  background-size: 24px 20px;
}

.info-area .head .option-set .option-1:before {
  background: url(../images/ico-29.svg) no-repeat;
  background-size: 28px 20px;
}

.info-area .head .option-set .option-1:after {
  background: url(../images/ico-29-hover.svg) no-repeat;
  background-size: 28px 20px;
}

.info-area .head .option-set .option-2:before {
  background: url(../images/ico-30.svg) no-repeat;
  background-size: 28px 20px;
}

.info-area .head .option-set .option-2:after {
  background: url(../images/ico-30-hover.svg) no-repeat;
  background-size: 28px 20px;
}

.info-area .head .option-set .option-3 {
  width: 31px;
  height: 22px;
}

.info-area .head .option-set .option-3:before {
  background: url(../images/ico-31.svg) no-repeat;
  background-size: cover;
}

.info-area .head .option-set .option-3:after {
  background: url(../images/ico-31-hover.svg) no-repeat;
  background-size: cover;
}

.no-svg .info-area .head .option-set .all:before {
  background: url(../images/icon-filter.png) no-repeat;
}

.no-svg .info-area .head .option-set .all:after {
  background: url(../images/icon-filter.png) no-repeat 0 -31px;
}

.no-svg .info-area .head .option-set .option-1:before {
  background: url(../images/icon-filter.png) no-repeat -34px 0;
}

.no-svg .info-area .head .option-set .option-1:after {
  background: url(../images/icon-filter.png) no-repeat -34px -31px;
}

.no-svg .info-area .head .option-set .option-2:before {
  background: url(../images/icon-filter.png) no-repeat -72px 0;
}

.no-svg .info-area .head .option-set .option-2:after {
  background: url(../images/icon-filter.png) no-repeat -72px -31px;
}

.no-svg .info-area .head .option-set .option-3 {
  width: 32px;
}

.no-svg .info-area .head .option-set .option-3:before {
  background: url(../images/icon-filter.png) no-repeat -110px 0;
}

.no-svg .info-area .head .option-set .option-3:after {
  background: url(../images/icon-filter.png) no-repeat -110px -31px;
}

.info-area .more {
  display: block;
  border: 1px solid #8a8d8e;
  padding: 11px 22px 10px;
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 27px;
  color: #8a8d8e;
  text-align: center;
  position: relative;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.info-area .more:hover {
  text-decoration: none;
}

.info-area .more h3 {
  font: 29px/32px "toyota_displaybold";
  color: #eb0a1e;
  margin: 0 0 3px;
  text-transform: uppercase;
}

.info-area .more em {
  font-style: normal;
}

.info-area .more .ico {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px;
  border: 1px solid #696868;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  color: #eb0a1e;
  font: 21px/27px "toyota_displaybold";
}

.info-area .scrollable-area-wrapper {
  margin-bottom: 6px;
}

/* items-container */
.items-container {
  margin: 0 0 0 -8px;
  position: relative;
  font-size: 0;
  line-height: 0;
  min-height: 442px;
  width: auto;
}

.items-container-2 {
  margin-right: -10px;
  margin-bottom: 20px;
}

#wrap-items-container .jspContainer {
  max-height: 442px;
}

#wrap-items-container {
  margin-bottom: 37px;
}

.items-container .item {
  margin: 0 7px 17px 8px;
  position: relative;
  display: inline-block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  vertical-align: top;
  float: left;
}

.items-container .like {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 3;
  color: #d91a37;
  font-size: 9px;
  line-height: 22px;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.items-container .item01:hover .like {
  display: none;
}

.items-container .like span,
.items-container .like a {
  float: left;
  margin-left: 2px;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.items-container .like span:first-child {
  margin-left: 0;
}

.items-container .like .ico {
  background: #d91a37 url(../images/ico-like.png) no-repeat 50% 4px;
  text-indent: -9999px;
}

.items-container img {
  vertical-align: top;
  height: auto;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.items-container .item-link {
  position: relative;
  cursor: pointer;
  display: block;
  height: 100%;
}

.items-container .item-link:hover {
  cursor: default;
}

.items-container .item .mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.items-container .item:hover .mask {
  opacity: 1;
}

.items-container .item.empty-space:hover .mask {
  opacity: 0;
}

.items-container .item.empty-space:hover div:hover .mask {
  opacity: 1;
}

.items-container .item .text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.items-container .item .tbl {
  width: 100%;
  display: table;
  height: 100%;
}

.items-container .item .cell {
  display: table-cell;
  vertical-align: middle;
  padding: 0 32px 8px;
}

.items-container .item .logo img {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.items-container .item01 .logo {
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}

.items-container .item01:hover .logo {
  opacity: 1;
}

.items-container .item01 .logo01 {
  margin-bottom: 16px;
}

.items-container .item01 .logo02 {
  margin-bottom: 8px;
}

.items-container .item01 .logo03 {
  margin-bottom: 10px;
}

.items-container .item01 .logo04 {
  margin-bottom: 15px;
}

.items-container .item01 .ttl {
  display: block;
  position: relative;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  padding: 19px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}

.items-container .item01.style01 .ttl {
  font-size: 13px;
  line-height: 15px;
  padding: 11px 0;
}

.items-container .item01:hover .ttl {
  opacity: 1;
}

.items-container .item01 .ttl:before,
.items-container .item01 .ttl:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 53px;
  height: 2px;
  font-size: 0;
  line-height: 0;
  background: #fff;
}

.items-container .item01 .ttl:before {
  top: auto;
  bottom: 0;
}

.items-container .item01.style02 .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(63, 96, 166, 0.9);
  color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.items-container .item01.style02 .tbl {
  display: table;
  width: 100%;
  height: 100%;
}

.items-container .item01.style02 .hover .tbl-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.items-container .item01.style02 .hover strong {
  display: block;
  font: 16px/16px "univers_condensedbold";
  text-transform: uppercase;
  padding: 0 0 11px;
}

.items-container .item01.style02 .hover strong:before,
.items-container .item01.style02 .hover strong:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../images/ico-quotes.html) no-repeat -13px 0;
  position: relative;
}

.items-container .item01.style02 .hover strong:before {
  background-position: 0 0;
  top: -3px;
  margin-right: 3px;
}

.items-container .item01.style02 .hover strong:after {
  top: 4px;
  margin-left: 3px;
}

.items-container .item01.style02:hover .hover {
  opacity: 1;
}

.items-container .item02 {
  width: 277px;
  font: 13px/15px "toyota_displayregular";
  text-transform: uppercase;
}

.items-container .item02 .item-link {
  display: block;
  height: 110px;
  padding: 18px 20px 2px;
  color: #8a8d8e;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.items-container .item02 .item-link:hover {
  text-decoration: none;
}

.items-container .item02 .holder {
  display: block;
  padding: 30px 0 0;
}

.items-container .item02 .holder:after {
  clear: both;
  content: "";
  display: block;
}

.items-container .item02 .logo,
.items-container .item05 .logo {
  float: left;
  margin: -18px 0 0;
}

.items-container .item05 .logo04 {
  margin-top: -24px;
}

.items-container .item02 .date,
.items-container .item05 .date {
  float: right;
  font-size: 12px;
  line-height: 15px;
  font-style: normal;
  color: #8a8d8e;
}

.items-container .item02 .soc-cell {
  background: #e8e8e8;
  padding: 10px;
  margin: 23px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.items-container .item02 .soc-cell:after {
  clear: both;
  content: "";
  display: block;
}

.items-container .item02 .soc-cell .soc-img {
  float: left;
  margin: 0 5px 0 0;
}

.items-container .item02 .soc-cell .str {
  float: right;
  text-transform: uppercase;
  color: #9e9e9e;
  font: 14px/26px "univers_condensed_light";
}

.items-container .item03 {
  width: 243px;
  background: #5abdea;
  height: 92px;
  padding: 19px 17px;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}

.items-container .item03.style-facebook {
  background: #3f60a6;
}

.items-container .item blockquote {
  min-height: 48px;
}

.items-container .item03 blockquote {
  margin: 0;
  font: 14px/16px "toyota_displaybold";
  text-transform: uppercase;
  padding: 0 0 26px;
  text-align: center;
  position: relative;
}

.items-container .item03 blockquote:before,
.items-container .item03 blockquote:after {
  content: "â€œ";
  display: inline-block;
  vertical-align: top;
  position: relative;
  font: 28px/16px "toyota_displaybold";
}

.items-container .item03 blockquote:before {
  top: 3px;
}

.items-container .item03 blockquote:after {
  top: 10px;
  content: "â€";
}

.items-container .item03 .meta {
  width: 100%;
  text-align: right;
}

.items-container .item03 .meta:after {
  clear: both;
  content: "";
  display: block;
}

.items-container .item03 .photo {
  float: left;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin: -15px 0 0 30px;
}

.items-container .item03 .photo:after,
.items-container .item .f-comment:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  background: url(../images/ico-twitter.svg) no-repeat;
  background-size: 16px 13px;
  width: 16px;
  height: 13px;
  margin-top: -6px;
}

.no-svg .items-container .item03 .photo:after {
  background: url(../images/ico-twitter.png) no-repeat;
}

.items-container .item03.style-facebook .photo:after,
.items-container .item .f-comment:before {
  background: url(../images/ico-facebook2.svg) no-repeat;
  background-size: 7px 14px;
  width: 7px;
  height: 14px;
  margin-top: -7px;
  left: -20px;
}

.no-svg .items-container .item03.style-facebook .photo:after,
.no-svg .items-container .item .f-comment:before {
  background: url(../images/ico-facebook2.png) no-repeat;
}

.items-container .item .f-comment:before {
  left: 10px;
}

.items-container .item03 .photo img {
  vertical-align: top;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.items-container .item03 .meta strong {
  display: block;
  font: 12px/15px "toyota_textbold";
  text-transform: uppercase;
}

.items-container .item03 .meta em {
  display: block;
  font-style: normal;
  font-family: "toyota_textregular";
}

.items-container .item03 .hover {
  position: absolute;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(90, 189, 234, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
}

.items-container .item03.style-facebook .hover {
  background: rgba(63, 96, 166, 0.9);
}

.items-container .item03:hover .hover {
  opacity: 1;
}

.items-container .item03 .hover:hover {
  text-decoration: none;
}

.items-container .item03 .hover .like,
.items-container .item01.style02 .hover .like {
  position: static;
  display: inline-block;
}

.items-container .item03 .hover .cell {
  height: 144px;
  padding-bottom: 0;
  width: 280px;
}

.items-container .item03 .hover strong {
  text-transform: uppercase;
  font-weight: normal;
  font-family: "univers_condensedbold", sans-serif;
  display: block;
  margin-bottom: 14px;
}

.items-container .item03 .hover .like span,
.items-container .item01.style02 .hover .like span {
  background: none;
  -webkit-box-shadow: 0 0 0 2px #fff inset;
  -moz-box-shadow: 0 0 0 2px #fff inset;
  box-shadow: 0 0 0 2px #fff inset;
  color: #fff;
}

.items-container .item03 .hover .like .ico {
  background: #fff url(../images/ico-like-blue.png) no-repeat 50% 4px;
}

.items-container .item03.style-facebook .hover .like .ico,
.items-container .item01.style02 .hover .like .ico {
  background: #fff url(../images/ico-like-blue2.png) no-repeat 50% 4px;
}

.items-container .item04 .cell {
  padding: 0 12px 28px;
}

.items-container .item04 .mask {
  background: rgba(141, 105, 93, 0.77);
}

.items-container .item04 .item-link {
  color: #fff;
}

.items-container .item04 .like {
  left: 16px;
}

.items-container .item04:hover .like span {
  background: none;
  -webkit-box-shadow: 0 0 0 2px #fff inset;
  box-shadow: 0 0 0 2px #fff inset;
  color: #fff;
}

.items-container .item04:hover .like .ico {
  background: #fff url(../images/ico-like-brown.png) no-repeat 50% 4px;
}

.items-container .item04 .ttl {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 14px;
  font-weight: normal;
  position: relative;
  display: block;
  padding: 10px 0;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.items-container .item04:hover .ttl {
  opacity: 1;
}

.items-container .item04 .ttl:before,
.items-container .item04 .ttl:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 53px;
  height: 2px;
  font-size: 0;
  line-height: 0;
  background: #fff;
}

.items-container .item04 .ttl:before {
  top: auto;
  bottom: 0;
}

.items-container .item05 {
  width: 277px;
}

.items-container .item05 .item-link {
  padding: 6px 10px 0;
  height: 124px;
  font-size: 15px;
  line-height: 17px;
  text-transform: uppercase;
  color: #8a8d8e;
  cursor: pointer;
}

.items-container .item05 .item-link:hover {
  text-decoration: none;
}

.items-container .item05 .item-link .t-line {
  display: block;
  min-height: 68px;
  padding: 0 0 10px;
}

.items-container .item05 .item-link .holder {
  background: #e8e8e8;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 -10px;
  padding: 27px 4px 3px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.items-container .style-video02 .mask,
.items-container .item-red-over .mask {
  background: rgba(217, 26, 55, 0.85);
}

.items-container .ico-play {
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/ico-play.png) no-repeat;
  width: 47px;
  height: 47px;
  margin: -23px 0 0 -23px;
  z-index: 10;
}

.items-container .btn-play {
  display: block;
  background: url(../images/ico-play2.png) no-repeat 50% 50%;
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  opacity: 0;
  margin-bottom: 9px;
}

.items-container .style-video .cell {
  padding-bottom: 0;
}

.items-container .style-video:hover .like {
  display: none;
}

.items-container .style-video:hover .ico-play {
  display: none;
}

.items-container .style-video:hover .btn-play {
  opacity: 1;
}

.items-container .item .f-comment {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px 10px 8px 77px;
  min-height: 30px;
  text-align: right;
  text-transform: uppercase;
  font: 12px/15px "toyota_textregular";
  color: #fff;
  background: #3f60a6;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.items-container .item .f-comment img {
  position: absolute;
  left: 26px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.items-container .item .f-comment strong {
  display: block;
  font-weight: normal;
  font-family: "toyota_textbold";
}

.items-container .item .f-comment em {
  display: block;
  font-style: normal;
}

.items-container .item01-2 .like {
  left: auto;
  right: 10px;
  bottom: 82px;
}

.items-container .item01-2:hover .like,
.items-container .item04-2.style-video:hover .like {
  display: block;
}

.items-container .item .item-entity {
  display: none;
  position: relative;
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.items-container .item .item-entity .meta {
  background: #fff;
  position: relative;
  height: 34px;
  color: #575757;
  font-size: 13px;
  line-height: 17px;
  padding: 29px 38px 19px 66px;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.items-container .item .item-entity .meta .photo {
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 11px;
  margin: auto 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.items-container .item .item-entity .meta .author {
  display: block;
  font-weight: normal;
  font-size: 15px;
  font-family: "toyota_displaybold";
}

.items-container .item .item-entity .meta p {
  margin: 0;
}

.items-container .item .item-entity .meta p a {
  font-family: "toyota_textbold";
  color: #3f60a6;
}

.items-container .item .item-entity .comment-holder {
  background: #3f60a6;
  position: relative;
  padding: 8px 10px 13px 66px;
  height: 70px;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.items-container .item .item-entity .comment-holder:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 10px;
  left: 39px;
  margin: auto 0;
  width: 13px;
  height: 26px;
  background: url(../images/ico-114.svg) no-repeat;
  background-size: 13px 26px;
}

.no-svg .items-container .item .item-entity .comment-holder:before {
  background: url(../images/ico-114.png) no-repeat;
}

.items-container .item .item-entity .comment-holder .tbl {
  display: table;
  width: 100%;
  height: 100%;
}

.items-container .item .item-entity .comment-holder .tbl-cell {
  display: table-cell;
  vertical-align: middle;
}

.items-container .item .item-entity .btn-close {
  position: absolute;
  z-index: 15;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/ico-113.svg) no-repeat;
  background-size: 22px 22px;
}

.no-svg .items-container .item .item-entity .btn-close {
  background: url(../images/ico-113.png) no-repeat;
}

.items-container .item.extended {
  width: 424px;
}

.items-container .item.extended .like {
  bottom: 102px;
}

.items-container .item04-2 .like,
.items-container .item02-2 .like {
  left: auto;
  right: 10px;
}

.items-container .item04-2 .item-link:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 10px;
  width: 16px;
  height: 16px;
  background: url(../images/ico-115.svg) no-repeat;
  background-size: 16px 16px;
}

.no-svg .items-container .item04-2 .item-link:before {
  background: url(../images/ico-115.png) no-repeat;
}

.items-container .item04-2 .item-entity .img {
  display: block;
  margin: 0 auto 11px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.items-container .item04-2 .item-entity .comment-holder:before {
  width: 28px;
  height: 28px;
  left: 32px;
  background: url(../images/ico-116.svg) no-repeat;
  background-size: 28px 28px;
}

.no-svg .items-container .item04-2 .item-entity .comment-holder:before {
  background: url(../images/ico-116.png) no-repeat;
}

.items-container .item04-2.style-video:hover .ico-play {
  display: block;
}

.items-container .item04-2.style-video .item-link:before {
  display: none;
}

.items-container .item04-2.style-video .item-entity .meta p a {
  color: #eb0a1e;
}

.items-container .item04-2.style-video .item-entity .comment-holder {
  background: #fff;
  color: #eb0a1e;
}

.items-container .item04-2.style-video .item-entity .comment-holder:before {
  width: 29px;
  height: 22px;
  left: 31px;
  background: url(../images/ico-117.svg) no-repeat;
  background-size: 29px 22px;
}

.no-svg .items-container .item04-2.style-video .item-entity .comment-holder:before {
  background: url(../images/ico-117.png) no-repeat;
}

.items-container .item .video-entity {
  position: relative;
  cursor: pointer;
  display: block;
}

.items-container .item .video-entity:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 128px;
  height: 128px;
  background: url(../images/ico-118.svg) no-repeat;
  background-size: 128px 128px;
}

.no-svg .items-container .item .video-entity:before {
  background: url(../images/ico-118.png) no-repeat;
}

.items-container .item .item-entity img {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.items-container .item .video-entity img {
  display: block;
  width: 100%;
}

.items-container .item02-2 .item-entity .meta .logo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 48px;
  height: 72px;
  display: table;
  float: none;
  margin: 0;
}

.items-container .item02-2 .item-entity .meta .logo .in {
  display: table-cell;
  vertical-align: middle;
}

.items-container .item02-2 .item-entity .meta .logo img {
  vertical-align: top;
  max-width: 48px;
  height: auto;
}

.items-container .item .item-entity .testimonial {
  height: 251px;
  background: #f2f2f2 url(../images/bg-testimonial.jpg);
  padding: 0 73px 0 76px;
  text-transform: uppercase;
  color: #8a8d8e;
  font-size: 18px;
  line-height: 24px;
}

.items-container .item .item-entity .testimonial .tbl {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
}

.items-container .item .item-entity .testimonial .tbl-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 0;
}

.items-container .item .item-entity .testimonial q:before,
.items-container .item .item-entity .testimonial q:after {
  content: "â€œ";
  font-size: 56px;
  display: inline-block;
  vertical-align: top;
  margin: 0 3px 0 -23px;
  position: relative;
  top: 3px;
}

.items-container .item .item-entity .testimonial q:after {
  content: "â€";
  margin: 0 0 0 3px;
  position: relative;
  top: 20px;
}

.items-container .item02-2 .item-entity .comment-holder {
  background: #a1a3a5;
  color: #fff;
  font: 13px/13px "toyota_displaybold";
  padding-bottom: 5px;
}

.items-container .item02-2 .item-entity .comment-holder:before {
  width: 28px;
  height: 28px;
  left: 32px;
  bottom: 0;
  background: url(../images/ico-119.svg) no-repeat;
  background-size: 28px 28px;
}

.no-svg .items-container .item02-2 .item-entity .comment-holder:before {
  background: url(../images/ico-119.png) no-repeat;
}

.items-container .item02-2 .item-entity .comment-holder a {
  color: #fff;
}

.youtube-holder {
  position: relative;
  padding: 25px 0 56.25%;
  height: 0;
}

.youtube-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-car .video-gallery .youtube-holder {
  position: relative;
  height: 333px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  max-width: 560px;
  padding: 0;
  margin-top: 25px;
  overflow: hidden;
}

.single-car .ciclo-banner {
  display: table;
  margin-bottom: 50px;
  width: 100%;
}

.single-car .ciclo-banner-split .banner {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.single-car .ciclo-banner .banner img {
  display: inline;
  max-width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.single-car .ciclo-banner .ta-r {
  text-align: right;
  padding-left: 14px;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

/* model */
.model {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1920px;
  height: 488px;
  max-width: 2560px;
  margin: 0 auto;
}

/*
@media only screen and (max-width:1920px) {
  .model { background-size: 2100px; }
}
*/
@media only screen and (max-width: 1280px) {
  .model {
    background-size: cover;
  }
}
#gallery-01 {
  height: 500px;
}

.model .container {
  position: relative;
}

.model .share,
.slick-slide .share,
#gallery-01 div ul li div.container div.share,
.gallery-area .base .share {
  position: absolute;
  top: 20px;
  right: 33px;
}

.model .share strong,
#gallery-01 div ul li div.container div.share strong,
.gallery-area .base .share strong,
.slick-slide .share strong {
  float: left;
  font: 11px/20px "toyota_displaybold", Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding: 6px 0 0;
}

.model .share a,
#gallery-01 div ul li div.container div.share a,
.gallery-area .base .share a,
.slick-slide .share a {
  float: left;
  width: 35px;
  height: 35px;
  font-size: 0;
  line-height: 0;
  margin: 0 0 0 11px;
  position: relative;
  cursor: pointer;
  z-index: 100;
}

.model .share a:before,
.model .share a:after,
#gallery-01 div ul li div.container div.share a:before,
#gallery-01 div ul li div.container div.share a:after,
.gallery-area .base .share a:before,
.gallery-area .base .share a:after,
.slick-slide .share a:before,
.slick-slide .share a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.model .share a:after,
#gallery-01 div ul li div.container div.share a:after,
.gallery-area .base .share a:after,
.slick-slide .share a:after {
  opacity: 0;
}

.model .share a:hover:before,
#gallery-01 div ul li div.container div.share a:hover:before,
.gallery-area .base .share a:hover:before,
.slick-slide .share a:hover:before {
  opacity: 0;
}

.model .share a:hover:after,
#gallery-01 div ul li div.container div.share a:hover:after,
.gallery-area .base .share a:hover:after,
.slick-slide .share a:hover:after {
  opacity: 1;
}

.model .share a.facebook:before,
#gallery-01 div ul li div.container div.share a.facebook:before,
.gallery-area .base .share a.facebook:before,
.slick-slide .share a.facebook:before {
  background: url(../images/ico-40.png) no-repeat;
}

.model .share a.facebook:after,
#gallery-01 div ul li div.container div.share a.facebook:after,
.gallery-area .base .share a.facebook:after,
.slick-slide .share a.facebook:after {
  background: url(../images/ico-40.png) no-repeat -45px 0;
}

.model .box {
  background: url(../images/bg-mask01.png) no-repeat 0 100%;
  border: 2px solid #fff;
  width: 210px;
  position: absolute;
  top: 43px;
  left: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font: 14px/15px "toyota_displaybold", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 27px 26px 5px;
}

/* SLICK SLIDER */
#gallery-01 .slick-list {
  float: left;
  width: 100%;
  height: 500px;
}

#gallery-01 .slick-list .slick-slide {
  height: 500px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1920px;
  position: relative;
}

#gallery-01 .full-link,
#gallery-01 .slick-list .slick-slide .full-link {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#gallery-01 .wrapper-share,
#gallery-01 .slick-list .wrapper-share {
  position: relative;
  z-index: 2;
  height: 0px;
  min-height: auto;
}

#gallery-01 .full-link:hover .btn-01,
#gallery-01 .slick-list .slick-slide .full-link:hover .btn-01 {
  text-decoration: none;
  background-color: #eb0a1e;
  border-color: #9f0c19;
  border-width: 0 0 2px;
}

#gallery-01 .slick-list .slick-track {
  height: 500px;
}

#gallery-01 .slick-list .slick-active {
  display: block;
}

#gallery-01 .slick-list .slick-slide .container {
  opacity: 0;
  transition: all 0.6s 0.8s;
}

#gallery-01 .slick-list .slick-slide.slick-active .container {
  opacity: 1;
}

#gallery-01 .slick-dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  margin-left: -50px;
  margin-bottom: 0px;
  padding: 0px;
  list-style: none;
  z-index: 5;
}

#gallery-01 .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0px 4px 0px 3px;
  display: inline-block;
  background: #fff;
  border: 3px solid transparent;
  background-clip: padding-box;
  cursor: pointer;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#gallery-01 .slick-dots li button {
  display: none;
}

#gallery-01 .slick-dots li:hover,
#gallery-01 .slick-dots li.slick-active {
  border-color: #666;
  background: #f00c26;
  background: -moz-linear-gradient(top, #f00c26 0%, #e70819 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f00c26), color-stop(100%, #e70819));
  background: -webkit-linear-gradient(top, #f00c26 0%, #e70819 100%);
  background: -o-linear-gradient(top, #f00c26 0%, #e70819 100%);
  background: -ms-linear-gradient(top, #f00c26 0%, #e70819 100%);
  background: linear-gradient(to bottom, #f00c26 0%, #e70819 100%);
}

.model .box.margin {
  top: 25px;
}

.ui-tooltip {
  width: auto;
  min-width: 68px;
  max-width: 90px;
  background: #a5a8ab;
  padding: 5px 5px;
  color: #666;
  font: 11px/13px "toyota_displaybold", Arial, sans-serif;
  color: #fff;
  position: absolute;
  z-index: 9999;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.ui-helper-hidden-accessible {
  display: none;
}

.ui-tooltip .arrow {
  width: 10px;
  height: 5px;
  overflow: hidden;
  position: absolute;
  top: -5px;
  left: 50%;
  margin: 0 0 0 -5px;
  background: url(../images/bg-arrow-tooltip.png) no-repeat;
}

.model .box.etios-hatch {
  background: url(../images/bg-mask03.png) no-repeat 0 100%;
}

.model .box.etios-cross {
  border-color: #dfd1b6;
  background: url(../images/bg-mask03.png) no-repeat 0 100%;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.44);
  padding: 20px 26px 5px;
}

.model .box.corolla {
  border-color: #fff;
  background: url(../images/bg-mask07.png) no-repeat 0 100%;
}

.model .box.etios-cross .text,
.model .box.corolla .text {
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 23px;
}

/*.model .box.corolla {
  color:#000;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0.4) 0%, rgba(128,124,113,0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.4)), color-stop(100%,rgba(128,124,113,0.4)));
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0.4) 0%,rgba(128,124,113,0.4) 100%);
  background: -o-linear-gradient(top,  rgba(255,255,255,0.4) 0%,rgba(128,124,113,0.4) 100%);
  background: -ms-linear-gradient(top,  rgba(255,255,255,0.4) 0%,rgba(128,124,113,0.4) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0.4) 0%,rgba(128,124,113,0.4) 100%);
}
.model .box.corolla .text {
  font-size:19px;
  line-height:23px;
  letter-spacing:1px;
}*/
/*.model .box.corolla .img img {margin-bottom:11px;}
.model .box.corolla ul li a {color:#000;}*/
.model .box.rav4 {
  background: rgba(65, 51, 37, 0.3);
  text-shadow: 1px 1px 1px rgba(1, 1, 1, 0.28);
}

.model .box.rav4 .img .text {
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 1px;
}

.model .box.camry {
  background: rgba(16, 20, 27, 0.7);
}

.model .box.camry .img img {
  margin-bottom: 10px;
}

.model .box.camry .text {
  font-size: 23px;
  line-height: 28px;
  letter-spacing: 1px;
}

.model .box.prius {
  background: url(../images/bg-mask04.png) no-repeat 0 100%;
}

.model .box.prius .text {
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 1px;
}

/*.model .box.prius .img img {margin-bottom:16px;}*/
.model .img {
  text-align: center;
  position: relative;
  padding: 20px 0 5px;
  margin: 0 -10px 0 0;
  min-height: 122px;
}

.model .img:after {
  content: "";
  background: #fff;
  width: 60px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
}

.model .img img {
  vertical-align: top;
  margin: 0 0 6px;
  display: block;
}

.model .img img.raster,
.no-svg .model .img img.vector {
  display: none;
}

.no-svg .model .img img.raster {
  display: block;
}

.model .img .text {
  display: block;
  font: 14px/15px "toyota_displaybold", Arial, sans-serif;
  text-align: left;
}

.model .box ul {
  margin: 0;
  padding: 18px 0 0;
  list-style: none;
  border-top: 1px solid #fff;
}

.model .box ul li {
  padding: 0 0 15px;
}

.model .box ul li a {
  display: block;
  color: #fff;
  position: relative;
  cursor: pointer;
  padding: 0 47px 0 0;
}

.model .box ul li a:after {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  margin: -6px 0 0;
  width: 46px;
  height: 11px;
  background: url(../images/ico-45.svg) no-repeat;
  background-size: 46px 11px;
}

/**
 *  Thiago Santos
 *  Hover com seta e barra a:before vermelhas
 */
/*.model .box ul li:hover a:before{
    content: '';
    background: #eb0a1e;
    width: 32px;
    height: 3px;
    position: absolute;
    top: -5px;
    left: 0;
}
*/
.model .box ul li:hover a:after {
  background: url(../images/ico-45-red.svg) no-repeat;
}

.model .box.corolla ul li:hover a:after, .model .box.corolla ul li:hover a.ico-02:after {
  background: url(../images/ico-44-red.svg) no-repeat;
  background-size: 46px 11px;
  width: 47px;
  margin-top: -7px;
}

.model .box ul li:hover a.ico-02:after {
  background-image: url(../images/ico-124-red.svg);
}

.model .box li a:hover {
  text-decoration: none;
}

/**
********************************
**/
.no-svg .model .box ul li a:after {
  background: url(../images/ico-45.png) no-repeat;
}

.model .box ul li a.ico-02:after {
  width: 23px;
  height: 22px;
  margin-top: -18px;
  background-image: url(../images/ico-124.svg);
  background-size: 23px 22px;
}

.no-svg .model .box ul li a.ico-02:after {
  background: url(../images/ico-124.png) no-repeat;
}

/*.model .box.corolla ul li a:after {
  background:url(../images/ico-44.svg) no-repeat;
  background-size:46px 11px;
  width: 47px;
  margin-top: -7px;
}*/
/*.no-svg .model .box.corolla ul li a:after {
  background:url(../images/ico-44.png) no-repeat;
}*/
.model .box.hilux-cabine-dupla {
  background: url(../images/bg-mask05.png) no-repeat 0 100%;
  padding-bottom: 12px;
}

.model .box.hilux-cabine-dupla .img {
  min-height: 95px;
}

.model .box.sw4 {
  background: url(../images/bg-mask04.png) no-repeat 0 100%;
  padding-bottom: 2px;
}

.model .box.sw4 .img {
  min-height: 109px;
}

/* .model .box.sw4 .img img {margin:-86px -73px -40px -76px;} */
.model .box.sw4 ul {
  padding-top: 19px;
}

/**
 *  *  Thiago Santos
 *   *  Hover com seta e barra a:before vermelhas
 *    */
/*.model .box ul li:hover a:before{
content: '';
background: #eb0a1e;
width: 32px;
height: 3px;
position: absolute;
top: -5px;
left: 0;
}*/
.model .box ul li:hover a:after {
  background: url(../images/ico-45-red.svg) no-repeat;
}

/*.model .box.corolla ul li:hover a:after, .model .box.corolla ul li:hover a.ico-02:after {
background:url(../images/ico-44-red.svg) no-repeat;
           background-size: 46px 11px;
width: 47px;
       margin-top: -7px;
}*/
.model .box ul li:hover a.ico-02:after {
  background-image: url(../images/ico-124-red.svg);
}

.model .box li a:hover {
  text-decoration: none;
}

/**
 * ********************************
 * **/
/* Ricardo - novos icones de download Corolla */
/*.model .box.corolla ul li a.ico-02:after {
  width:23px;
  height:22px;
  margin-top:-18px;
  background-image:url(../images/ico-124-black.svg);
  background-size:23px 22px;
}*/
.model .box.corolla ul li:hover a.ico-02:after {
  background-image: url(../images/ico-124-red.svg);
  width: 23px;
  height: 22px;
  margin-top: -18px;
  background-size: 23px 22px;
}

.no-svg .model .box.corolla ul li a.ico-02:after {
  width: 23px;
  height: 22px;
  margin-top: -18px;
  background-image: url(../images/ico-124-black.png);
  background-size: 23px 22px;
}

/* info-model */
.info-model {
  background: #f6f6f6;
  position: relative;
  z-index: 5;
}

.info-model .box {
  background: #fff;
  position: relative;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: -88px 0 35px;
  padding: 22px 42px 20px;
}

.info-model .box .info {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  color: #8a8c8e;
}

.info-model .box .info li {
  float: left;
  /*  padding:7px 3% 12px 0;*/
  position: relative;
  width: 24.9%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*    top: 0px;*/
}

.info-model .box .info li.concept {
  width: 40%;
}

.info-model .box .info li.model {
  width: 40%;
}

.info-model .box .info embed {
  height: 110px;
}

.info-model .box .info img {
  display: block;
  max-width: 100%;
  height: auto;
}

.info-model .add-model-info {
  float: right;
  margin: -156px 5px 0 0;
  width: 409px;
  position: relative;
  font: 12px/15px "toyota_textregular";
  color: #8a8c8d;
  text-transform: uppercase;
}

.info-model .add-model-info.etios-hatch, .info-model .add-model-info.etios-seda, .info-model .add-model-info.etios-cross {
  width: 432px;
}

.info-model .add-model-info.concept {
  margin: -85px 5px 0 -140px;
  width: 520px;
}

.info-model .color-gallery {
  position: relative;
}

.info-model .color-gallery .switcher {
  position: absolute;
  bottom: -11px;
  right: 190px;
  z-index: 15;
}

.info-model .color-gallery .switcher ul {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}

.info-model .color-gallery .switcher li {
  float: left;
  padding: 4px;
  margin: 0 2px 0 1px;
}

.info-model .color-gallery .switcher a {
  border: 1px solid #cccccc;
  width: 17px;
  height: 17px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.info-model .color-gallery .switcher .color-1 {
  background-color: #d41b24;
}

.info-model .color-gallery .switcher .color-2 {
  background-color: #225ec8;
}

.info-model .color-gallery .switcher .color-3 {
  background-color: #cfd6d8;
}

.info-model .color-gallery .switcher .color-4 {
  background-color: #bcc6cb;
}

.info-model .color-gallery .switcher .color-5 {
  background-color: #697074;
}

.info-model .color-gallery .switcher .color-6 {
  background-color: #312c29;
}

.info-model .color-gallery .switcher a:hover,
.info-model .color-gallery .switcher a.flex-active {
  -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #959595;
  box-shadow: 0 0 0 3px #fff, 0 0 0 4px #959595;
}

.info-model .color-gallery .switcher-more-colors {
  margin-bottom: -10px;
}

.info-model .color-gallery .switcher-more-colors .str {
  float: left;
  padding-top: 17px;
  padding-right: 5px;
}

.info-model .add-model-info .price {
  position: absolute;
  right: 3px;
  bottom: -17px;
}

.info-model .add-model-info .no.price {
  bottom: 40px;
  left: 260px;
}

.info-model .add-model-info .price .value {
  margin: -6px 0 0;
  display: block;
  font-size: 33px;
  line-height: 36px;
}

.info-model .add-model-info .price .value .unit {
  color: #eb0a1e;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 23px;
  position: relative;
  top: 3px;
}

.info-model .add-model-info .price .value strong {
  font-weight: normal;
  font-family: "toyota_displaybold";
  color: #575757;
}

.info-model .add-model-info .price .value sup {
  vertical-align: top;
  font: 13px/16px "toyota_displaybold";
  position: relative;
  top: 3px;
}

.info-model .add-model-info .str {
  display: block;
  padding: 0 0 6px;
}

/* reason-block */
.reason-block {
  padding: 0 0 35px;
  clear: both;
}

.reason-block h1,
.reason-block h2 {
  font: 28px/34px "toyota_displayregular", Arial, sans-serif;
  margin: 0 0 33px;
  color: #575757;
  text-transform: uppercase;
}

.reason-block .reason-list {
  list-style: none;
  margin: 0 -12px 0 -13px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: -3px;
  color: #575757;
}

.reason-block .reason-list > li {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
}

.reason-block .reason-list .in {
  margin: 0 12px 0 13px;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 20px;
}

.reason-block .reason-list .img {
  overflow: hidden;
  height: 176px;
  margin: 0 0 34px;
  -webkit-transition: height 1s ease;
  transition: height 1s ease;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.reason-block .reason-list .img img {
  display: block;
  width: 100%;
  -webkit-transition: margin-top 1s ease;
  transition: margin-top 1s ease;
}

.reason-block .reason-list li:hover .img,
.reason-block .reason-list li:focus .img {
  height: 97px;
}

.reason-block .reason-list li:hover .img img,
.reason-block .reason-list li:focus .img img {
  margin-top: -40px;
}

.reason-block .reason-list .descr {
  position: relative;
  padding: 0 0 32px;
  height: 94px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.reason-block .reason-list .descr:after {
  content: "";
  width: 70px;
  height: 4px;
  background: #7a7f8c;
  position: absolute;
  left: 0;
  bottom: 0;
}

.reason-block .reason-list .name {
  display: block;
  font: 28px/34px "toyota_displaybold", Arial, sans-serif;
  text-transform: uppercase;
  padding: 0 0 12px;
}

.reason-block .reason-list .large {
  display: block;
  padding: 0 0 14px;
  font: 16px/18px "toyota_displayregular", Arial, sans-serif;
  text-transform: uppercase;
}

.reason-block .reason-list p {
  margin: 0;
}

.reason-block .reason-list p sup {
  font-size: 60%;
}

.reason-block .reason-list .entity {
  height: 0;
  opacity: 0;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.reason-block .reason-list .more {
  position: absolute;
  right: -1px;
  bottom: 1px;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/ico-plus.svg) no-repeat;
  background-size: 18px 18px;
}

.no-svg .reason-block .reason-list .more {
  width: 23px;
  height: 23px;
  background: url(../images/ico-plus.png) no-repeat;
}

.reason-block .reason-list li:hover .descr,
.reason-block .reason-list li:focus .descr {
  height: 173px;
}

.reason-block .reason-list li:hover .name,
.reason-block .reason-list li:focus .name {
  color: #da1130;
}

.reason-block .reason-list li:hover .entity,
.reason-block .reason-list li:focus .entity {
  height: auto;
  opacity: 1;
}

.reason-block .btn-05 {
  margin: 0 auto;
  display: block;
  width: 144px;
}

/* features-area */
.features-area {
  padding: 44px 0 29px;
  margin: 0 0 40px;
  background: #fff;
  color: #8a8c8d;
  text-align: center;
  font-size: 0;
  line-height: 0;
  letter-spacing: -6px;
}

.features-area .holder {
  margin: 0 -9px;
}

.features-area .item {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  padding: 0 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.features-area .item .in {
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  overflow: hidden;
  padding: 0 210px 0 10px;
}

.features-area .item .img {
  float: left;
  width: 100%;
  text-align: center;
}

.features-area .item .img img {
  max-width: 100%;
  vertical-align: top;
}

.features-area .item .descr {
  float: right;
  width: 180px;
  margin: 0 -190px 0 10px;
  padding: 9px 0 0;
  position: relative;
}

.features-area .item .descr a {
  color: inherit;
  text-decoration: none;
}

.features-area .item .descr:before {
  content: "";
  width: 91px;
  height: 4px;
  background: #575757;
  position: absolute;
  top: 0;
  left: 0;
}

.features-area .item h3 {
  text-transform: uppercase;
  font: 24px/27px "toyota_displaybold";
  margin: 0 0 11px;
  color: #575757;
}

.features-area .item .str {
  display: block;
  font-weight: normal;
  font-family: "toyota_displaybold";
}

.features-area .item p {
  margin: 0;
}

.features-area .flexslider {
  position: relative;
}

.features-area .slides {
  list-style: none;
  margin: 0;
  padding: 0;
}

.features-area .slides:after {
  clear: both;
  content: "";
  display: block;
}

.features-area .switcher {
  position: absolute;
  right: 20px;
  bottom: 16px;
  width: 180px;
  z-index: 15;
}

.features-area .switcher ol {
  list-style: none;
  margin: 0 0 0 -8px;
  padding: 0;
  letter-spacing: 0;
}

.features-area .switcher li {
  float: left;
  margin: 0 0 0 8px;
}

.features-area .switcher a {
  display: block;
  width: 8px;
  height: 8px;
  overflow: hidden;
  text-indent: -9999px;
  background: #8a8c8d;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.features-area .switcher a:hover,
.features-area .switcher a.flex-active {
  background-color: #eb0a1e;
}

/* download-area */
.download-area {
  font-size: 0;
  line-height: 0;
  letter-spacing: -6px;
  text-align: center;
  padding: 0 0 45px;
}

.download-area .holder {
  margin: 0 -9px;
  text-align: left;
}

.download-area .item {
  display: inline-block;
  vertical-align: top;
  min-width: 386px;
  width: 33.3%;
  padding: 0 9px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.download-area .item .in {
  background: #fff;
  color: #8a8c8d;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.download-area .item .in:after {
  clear: both;
  content: "";
  display: block;
}

.download-area .item .img {
  float: left;
  max-width: 60%;
  margin: 0 16px 0 0;
}

.download-area .item .img img {
  display: block;
  position: relative;
  max-width: 100%;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.download-area .item .descr {
  overflow: hidden;
  padding: 16px 12px 30px 0;
  min-height: 113px;
  text-align: left;
  position: relative;
}

.download-area .item h3 {
  color: #575757;
  text-transform: uppercase;
  font: 24px/27px "toyota_displaybold";
  margin: 0 0 3px;
}

.download-area .item p {
  margin: 0;
}

.download-area .item p strong {
  font-weight: normal;
  font-family: "toyota_displaybold";
}

.download-area .item .download-link {
  position: absolute;
  right: 20px;
  bottom: 8px;
  width: 26px;
  height: 25px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/ico-41.svg) no-repeat;
  background-size: 26px 25px;
}

.no-svg .download-area .item .download-link {
  background: url(../images/ico-41.png) no-repeat;
}

/* col-area */
.col-area {
  padding: 0 0 39px;
}

.col-area .separator {
  padding-top: 50px;
}

.col-area .col-l {
  float: left;
  width: 32%;
}

.col-area .col-r {
  float: right;
  width: 66%;
}

.col-area h2 {
  color: #575757;
  text-transform: uppercase;
  font: 24px/24px "toyota_displaybold";
  position: relative;
  padding: 11px 0 0;
  margin: 0 0 6px;
}

.col-area h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 91px;
  height: 4px;
  background: #575757;
}

.col-area .map {
  margin-bottom: 0;
}

.col-area .map h3 {
  max-width: 66%;
  line-height: 22px;
  min-height: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.col-area .map h3:before {
  top: 0;
}

.col-area .map h3:after {
  top: 5px;
}

.col-area .map .address {
  overflow: visible;
  float: right;
  min-width: 239px;
  padding-left: 17px;
}

/* subscribe-form */
.subscribe-form {
  padding: 14px 0 0;
  font-size: 16px;
  line-height: 18px;
  color: #8a8c8d;
}

.subscribe-form p {
  margin: 0 0 27px;
}

.subscribe-form .row {
  padding: 0 0 20px;
}

.subscribe-form .row:after {
  clear: both;
  content: "";
  display: block;
}

.subscribe-form .text {
  float: left;
  width: 100%;
  height: 35px;
  margin: 0;
  padding: 6px 14px;
  border: 1px solid #d1d1d1;
  border-color: #d1d1d1 #f0f0f0 #fff;
  position: relative;
  background: #fff;
  color: #8a8c8d;
  font: 16px/21px "toyota_displayregular";
  -webkit-box-shadow: inset 0 1px 0 0 #f0f0f0;
  box-shadow: inset 0 1px 0 0 #f0f0f0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.subscribe-form .btn-holder {
  padding: 26px 0 0;
}

.subscribe-form .btn-holder:after {
  clear: both;
  content: "";
  display: block;
}

.subscribe-form .btn-submit {
  float: right;
  cursor: pointer;
  background: #eb0a1e;
  font: 14px/17px "toyota_displaybold";
  margin: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  width: 127px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* financing */
.financing {
  padding: 0 0 20px;
  font-size: 16px;
  line-height: 18px;
}

.financing .col-l {
  float: left;
  width: 57%;
}

.financing .col-r {
  float: right;
  width: 41%;
}

.finance-item {
  margin: 0 0 20px;
  padding: 0 15px 0 0;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.finance-item:after {
  clear: both;
  content: "";
  display: block;
}

.finance-item img {
  float: left;
  max-width: 55%;
  margin: 0 20px 0 0;
  position: relative;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.finance-item .descr {
  overflow: hidden;
  padding: 45px 0;
}

.finance-item h3 {
  text-transform: uppercase;
  margin: 0 0 13px;
  font-size: 21px;
  line-height: 24px;
  font-weight: normal;
  color: #575757;
}

.finance-item p {
  margin: 0;
}

.finance-item .more {
  position: absolute;
  right: 22px;
  bottom: 21px;
  width: 27px;
  height: 18px;
  background: url(../images/ico-42.svg) no-repeat;
  background-size: 27px 18px;
  text-indent: -9999px;
  overflow: hidden;
}

.no-svg .finance-item .more {
  background: url(../images/ico-42.png) no-repeat;
}

.more-arrow-lnk {
  position: absolute;
  right: 22px;
  bottom: 21px;
  width: 27px;
  height: 18px;
  background: url(../images/ico-42.svg) no-repeat;
  background-size: 27px 18px;
  text-indent: -9999px;
  overflow: hidden;
}

.no-svg .more-arrow-lnk {
  background: url(../images/ico-42.png) no-repeat;
}

.content-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 21px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.content-menu > li + li {
  border-top: 1px solid #f5f5f5;
}

.content-menu > li > a {
  display: block;
  cursor: pointer;
  padding: 24px 51px 23px 22px;
  position: relative;
  color: #575757;
  text-transform: uppercase;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #fcfcfc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fcfcfc));
  background: -webkit-linear-gradient(top, #ffffff 0%, #fcfcfc 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #fcfcfc 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #fcfcfc 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fcfcfc 100%);
  -pie-background: linear-gradient(top, #ffffff 0%, #fcfcfc 100%);
}

.content-menu > li:first-child > a {
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.content-menu > li.last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.content-menu > li > a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 29px;
  margin: auto;
  width: 19px;
  height: 14px;
  background: url(../images/ico-42.svg) no-repeat;
  background-size: 19px 14px;
}

.no-svg .content-menu > li > a:after {
  background: url(../images/ico-43.png) no-repeat;
}

.content-menu > li > a:hover {
  text-decoration: none;
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #fcfcfc 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #fcfcfc 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #fcfcfc 0%, #ffffff 100%);
  -pie-background: linear-gradient(top, #fcfcfc 0%, #ffffff 100%);
}

.separator {
  border-top: 1px solid #8a8d8e;
  padding-top: 24px;
}

/* legal-info */
.legal-info {
  padding: 12px 0 10px;
  font: 11px/11px "toyota_textregular";
  color: #a0a1a2;
}

.legal-info .col-l {
  float: left;
  margin: 0 16px 0 0;
}

.legal-info .col-r {
  overflow: hidden;
}

.legal-info p {
  margin: 0 0 12px;
  margin: 0;
}

.legal-info .str {
  display: block;
  color: #8a8c8d;
  font: 20px/23px Arial, Helvetica, sans-serif;
  margin-top: 20px;
}

.legal-info .colored {
  color: #777;
}

.legal-info .logos-list {
  float: left;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 2px 0 0;
}

/* .legal-info .logos-list li + li {padding-top:58px;} */
.legal-info .logos-list img {
  vertical-align: top;
}

.legal-info .logos-list .raster {
  display: none;
}

.no-svg .legal-info .logos-list .vector {
  display: none;
}

.no-svg .legal-info .logos-list .raster {
  display: inline;
}

/* product-header */
#product-header-sticky-wrapper {
  position: relative;
  z-index: 1;
}

#product-header-sticky-wrapper.is-sticky {
  z-index: 101;
}

.is-sticky .product-header {
  z-index: 90;
  left: 0;
  right: 0;
}

.product-header {
  position: relative;
  z-index: 100;
  text-align: right;
  font: 15px/20px "toyota_displaybold", Arial, sans-serif;
  height: 20px;
  text-transform: uppercase;
  padding: 14px 0 13px;
  border-bottom: 2px solid #fff;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
  -pie-background: linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
}

.product-header .holder {
  max-width: 1066px;
  padding: 0 110px 0 10px;
  margin: 0 auto;
}

.product-header .base {
  float: right;
  text-align: left;
}

.product-header .holder:after {
  clear: both;
  content: "";
  display: block;
}

.product-header .logo {
  float: left;
  background: url(../images/logo.png) no-repeat -208px 0;
  width: 43px;
  height: 36px;
  margin: -9px 0;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
  display: none;
}

.product-header .logo a {
  display: block;
  height: 100%;
}

.product-header .nav {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-header .nav li {
  float: left;
  padding: 0 16px;
}

.product-header .nav li a {
  float: left;
}

.product-header a {
  color: #7a7f8c;
}

.product-header .btn-to-top {
  float: left;
  margin: 0 0 0 12px;
  padding: 0 0 0 27px;
  background: url(../images/ico-to-top.png) no-repeat 0 2px;
  display: none;
}

.product-header .btn-search {
  float: left;
  display: none;
  margin: 0 0 0 21px;
  text-indent: -9999px;
  overflow: hidden;
  width: 21px;
  height: 21px;
  background: url(../images/ico-25.svg) no-repeat;
  background-size: 21px 21px;
}

.no-svg .product-header .btn-search {
  background: url(../images/icons.png) no-repeat -293px -39px;
}

.product-header .btn-to-top:hover,
.product-header .btn-to-top:focus,
.product-header .nav li.active > a,
.product-header .nav a:hover,
.product-header .nav a:focus {
  text-decoration: none;
  border-bottom: 4px solid #dd1736;
  margin-bottom: -13px;
  padding-bottom: 9px;
}

.is-sticky .product-header .btn-to-top,
.is-sticky .product-header .btn-search {
  display: block;
}

/* gallery-area */
.gallery-area .base {
  /*  text-align:center;  */ /*  usar este text-align causa bug no interno 360 no browser Safari - panaroma fica distorcido  */
  position: relative;
  background: #c4ced9;
  background: -moz-linear-gradient(top, #c4ced9 0%, #dde4ec 11%, #e0e4ea 12%, #e3e7ed 13%, #f6f7f9 23%, #fefffe 34%, #ffffff 51%, #fcfcfd 61%, #f3f6f8 68%, #d8e0e8 82%, #d3dbe3 85%, #ced5df 86%, #cad3dc 88%, #bdc8d6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c4ced9), color-stop(11%, #dde4ec), color-stop(12%, #e0e4ea), color-stop(13%, #e3e7ed), color-stop(23%, #f6f7f9), color-stop(34%, #fefffe), color-stop(51%, #ffffff), color-stop(61%, #fcfcfd), color-stop(68%, #f3f6f8), color-stop(82%, #d8e0e8), color-stop(85%, #d3dbe3), color-stop(86%, #ced5df), color-stop(88%, #cad3dc), color-stop(100%, #bdc8d6));
  background: -webkit-linear-gradient(top, #c4ced9 0%, #dde4ec 11%, #e0e4ea 12%, #e3e7ed 13%, #f6f7f9 23%, #fefffe 34%, #ffffff 51%, #fcfcfd 61%, #f3f6f8 68%, #d8e0e8 82%, #d3dbe3 85%, #ced5df 86%, #cad3dc 88%, #bdc8d6 100%);
  background: -o-linear-gradient(top, #c4ced9 0%, #dde4ec 11%, #e0e4ea 12%, #e3e7ed 13%, #f6f7f9 23%, #fefffe 34%, #ffffff 51%, #fcfcfd 61%, #f3f6f8 68%, #d8e0e8 82%, #d3dbe3 85%, #ced5df 86%, #cad3dc 88%, #bdc8d6 100%);
  background: -ms-linear-gradient(top, #c4ced9 0%, #dde4ec 11%, #e0e4ea 12%, #e3e7ed 13%, #f6f7f9 23%, #fefffe 34%, #ffffff 51%, #fcfcfd 61%, #f3f6f8 68%, #d8e0e8 82%, #d3dbe3 85%, #ced5df 86%, #cad3dc 88%, #bdc8d6 100%);
  background: linear-gradient(to bottom, #c4ced9 0%, #dde4ec 11%, #e0e4ea 12%, #e3e7ed 13%, #f6f7f9 23%, #fefffe 34%, #ffffff 51%, #fcfcfd 61%, #f3f6f8 68%, #d8e0e8 82%, #d3dbe3 85%, #ced5df 86%, #cad3dc 88%, #bdc8d6 100%);
  -pie-background: linear-gradient(top, #c4ced9 0%, #dde4ec 11%, #e0e4ea 12%, #e3e7ed 13%, #f6f7f9 23%, #fefffe 34%, #ffffff 51%, #fcfcfd 61%, #f3f6f8 68%, #d8e0e8 82%, #d3dbe3 85%, #ced5df 86%, #cad3dc 88%, #bdc8d6 100%);
}

.gallery-area .base img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

.gallery-area .base .share {
  right: 50%;
  margin-right: -563px;
}

.gallery-area .thumbs {
  position: relative;
  max-width: 1166px;
  margin: 0 auto;
  height: 433px;
}

.gallery-area .thumbs .item {
  position: absolute;
}

.gallery-area .thumbs .item img {
  display: block;
  position: relative;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.gallery-area .thumbs .item:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 5px solid #eb0a1e;
  opacity: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-area .thumbs .item:hover:after {
  opacity: 1;
}

.gallery-area .thumbs .item-10:after {
  display: none !important;
}

.gallery-area .thumbs .item-01 {
  left: 0;
  top: 107px;
}

.gallery-area .thumbs .item-02 {
  top: 9px;
  left: 195px;
}

.gallery-area .thumbs .item-03 {
  top: 107px;
  left: 97px;
}

.gallery-area .thumbs .item-04 {
  top: 302px;
  left: 97px;
}

.gallery-area .thumbs .item-05 {
  top: 107px;
  left: 293px;
}

.gallery-area .thumbs .item-06 {
  top: 9px;
  left: 391px;
}

.gallery-area .thumbs .item-07 {
  top: 205px;
  left: 391px;
}

.gallery-area .thumbs .item-08 {
  top: 9px;
  left: 586px;
}

.gallery-area .thumbs .item-09 {
  top: 302px;
  left: 490px;
}

.gallery-area .thumbs .item-11 {
  top: 302px;
  left: 197px;
}

/*.gallery-area .thumbs .item-10,*/
.gallery-area .thumbs .item-final {
  top: 9px;
  left: 781px;
}

.gallery-area .thumbs .item-10.has_acc {
  display: none;
}

.gallery-area .thumbs .item-10_top {
  top: 9px;
  left: 781px;
}

.gallery-area .thumbs .item-10_bottom {
  top: 205px;
  left: 781px;
}

.gallery-area .thumbs1 .item-09 {
  top: 206px;
  left: 586px;
}

.gallery-area .thumbs1 .item-11 {
  top: 302px;
  left: 586px;
}

.gallery-area .thumbs1 .item-12 {
  top: 302px;
  left: 684px;
}

.gallery-area .thumbs2 .item-01 {
  top: 206px;
  left: 0;
}

.gallery-area .thumbs2 .item-02 {
  top: 110px;
  left: 96px;
}

.gallery-area .thumbs2 .item-03 {
  top: 206px;
  left: 96px;
}

.gallery-area .thumbs2 .item-04 {
  top: 10px;
  left: 292px;
}

.gallery-area .thumbs2 .item-05 {
  top: 206px;
  left: 292px;
}

.gallery-area .thumbs2 .item-06 {
  top: 10px;
  left: 488px;
}

.gallery-area .thumbs2 .item-07 {
  top: 10px;
  left: 586px;
}

.gallery-area .thumbs2 .item-08 {
  top: 302px;
  left: 488px;
}

.gallery-area .thumbs2 .item-09 {
  top: 206px;
  left: 586px;
}

.gallery-area .thumbs2 .item-11 {
  top: 302px;
  left: 684px;
}

.gallery-area .thumbs3 .item-01 {
  top: 10px;
  left: 0;
}

.gallery-area .thumbs3 .item-02 {
  top: 10px;
  left: 95px;
}

.gallery-area .thumbs3 .item-03 {
  top: 105px;
  left: 95px;
}

.gallery-area .thumbs3 .item-04 {
  top: 10px;
  left: 285px;
}

.gallery-area .thumbs3 .item-05 {
  top: 10px;
  left: 380px;
}

.gallery-area .thumbs3 .item-06 {
  top: 10px;
  left: 570px;
}

.gallery-area .thumbs3 .item-07 {
  top: 200px;
  left: 380px;
}

.gallery-area .thumbs3 .item-08 {
  top: 200px;
  left: 570px;
}

.gallery-area .thumbs3 .item-10 {
  top: 10px;
  left: 760px;
}

.gallery-area .thumbs4 .item-01 {
  top: 10px;
  left: 0;
}

.gallery-area .thumbs4 .item-02 {
  top: 10px;
  left: 95px;
}

.gallery-area .thumbs4 .item-03 {
  top: 105px;
  left: 95px;
}

.gallery-area .thumbs4 .item-04 {
  top: 10px;
  left: 190px;
}

.gallery-area .thumbs4 .item-05 {
  top: 10px;
  left: 285px;
}

.gallery-area .thumbs4 .item-06 {
  top: 105px;
  left: 285px;
}

.gallery-area .thumbs4 .item-07 {
  top: 10px;
  left: 380px;
}

.gallery-area .thumbs4 .item-08 {
  top: 200px;
  left: 380px;
}

.gallery-area .thumbs4 .item-09 {
  top: 200px;
  left: 475px;
}

.gallery-area .thumbs4 .item-10 {
  top: 10px;
  left: 760px;
}

.gallery-area .thumbs4 .item-11 {
  top: 10px;
  left: 570px;
}

.gallery-area .thumbs4 .item-12 {
  top: 200px;
  left: 570px;
}

.gallery-area .thumbs5 .item-01 {
  top: 10px;
  left: 0;
}

.gallery-area .thumbs5 .item-02 {
  top: 10px;
  left: 95px;
}

.gallery-area .thumbs5 .item-03 {
  top: 105px;
  left: 95px;
}

.gallery-area .thumbs5 .item-04 {
  top: 10px;
  left: 285px;
}

.gallery-area .thumbs5 .item-05 {
  top: 105px;
  left: 285px;
}

.gallery-area .thumbs5 .item-06 {
  top: 10px;
  left: 380px;
}

.gallery-area .thumbs5 .item-07 {
  top: 200px;
  left: 380px;
}

.gallery-area .thumbs5 .item-08 {
  top: 200px;
  left: 475px;
}

.gallery-area .thumbs5 .item-09 {
  top: 10px;
  left: 570px;
}

.gallery-area .thumbs5 .item-11 {
  top: 200px;
  left: 570px;
}

.gallery-area .thumbs5 .item-10 {
  top: 10px;
  left: 760px;
}

.gallery-area .thumbs6 .item-01 {
  top: 10px;
  left: 0;
}

.gallery-area .thumbs6 .item-02 {
  top: 10px;
  left: 95px;
}

.gallery-area .thumbs6 .item-03 {
  top: 105px;
  left: 95px;
}

.gallery-area .thumbs6 .item-04 {
  top: 10px;
  left: 190px;
}

.gallery-area .thumbs6 .item-05 {
  top: 10px;
  left: 285px;
}

.gallery-area .thumbs6 .item-06 {
  top: 105px;
  left: 285px;
}

.gallery-area .thumbs6 .item-07 {
  top: 10px;
  left: 380px;
}

.gallery-area .thumbs6 .item-08 {
  top: 200px;
  left: 475px;
}

.gallery-area .thumbs6 .item-09 {
  top: 10px;
  left: 570px;
}

.gallery-area .thumbs6 .item-11 {
  top: 200px;
  left: 570px;
}

.gallery-area .thumbs6 .item-10 {
  top: 10px;
  left: 760px;
}

.gallery-area .thumbs7 .item-01 {
  top: 10px;
  left: 0;
}

.gallery-area .thumbs7 .item-02 {
  top: 10px;
  left: 95px;
}

.gallery-area .thumbs7 .item-03 {
  top: 105px;
  left: 95px;
}

.gallery-area .thumbs7 .item-04 {
  top: 10px;
  left: 190px;
}

.gallery-area .thumbs7 .item-05 {
  top: 10px;
  left: 285px;
}

.gallery-area .thumbs7 .item-06 {
  top: 105px;
  left: 285px;
}

.gallery-area .thumbs7 .item-07 {
  top: 10px;
  left: 380px;
}

.gallery-area .thumbs7 .item-08 {
  top: 200px;
  left: 380px;
}

.gallery-area .thumbs7 .item-09 {
  top: 200px;
  left: 475px;
}

.gallery-area .thumbs7 .item-11 {
  top: 10px;
  left: 570px;
}

.gallery-area .thumbs7 .item-12 {
  top: 200px;
  left: 570px;
}

.gallery-area .thumbs7 .item-10 {
  top: 10px;
  left: 760px;
}

.gallery-area .thumbs8 .item-01 {
  top: 10px;
  left: 0;
}

.gallery-area .thumbs8 .item-02 {
  top: 107px;
  left: 99px;
}

.gallery-area .thumbs8 .item-03 {
  top: 10px;
  left: 197px;
}

.gallery-area .thumbs8 .item-04 {
  top: 107px;
  left: 296px;
}

.gallery-area .thumbs8 .item-05 {
  top: 10px;
  left: 393px;
}

.gallery-area .thumbs8 .item-06 {
  top: 205px;
  left: 393px;
}

.gallery-area .thumbs8 .item-07 {
  top: 10px;
  left: 588px;
}

.gallery-area .thumbs8 .item-08 {
  top: 205px;
  left: 588px;
}

.gallery-area .thumbs9 {
  height: 324px;
}

.gallery-area .thumbs9 .item-01 {
  top: 10px;
  left: 0;
}

.gallery-area .thumbs9 .item-02 {
  top: 107px;
  left: 97px;
}

.gallery-area .thumbs9 .item-03 {
  top: 10px;
  left: 195px;
}

.gallery-area .thumbs9 .item-04 {
  top: 107px;
  left: 291px;
}

.gallery-area .thumbs9 .item-05 {
  top: 10px;
  left: 388px;
}

.gallery-area .thumbs9 .item-06 {
  top: 107px;
  left: 584px;
}

.gallery-area .thumbs9 .item-07 {
  top: 10px;
  left: 780px;
}

.gallery-area .thumbs .add-str {
  font-size: 12px;
  line-height: 15px;
  color: #8a8c8d;
}

.gallery-area .thumbs9 .add-str {
  position: absolute;
  right: 0;
  top: 204px;
}

.gallery-area .thumbs10 .item-01 {
  top: 10px;
  left: 0;
}

.gallery-area .thumbs10 .item-02 {
  top: 204px;
  left: 0;
}

.gallery-area .thumbs10 .item-03 {
  top: 10px;
  left: 197px;
}

.gallery-area .thumbs10 .item-04 {
  top: 204px;
  left: 197px;
}

.gallery-area .thumbs10 .item-05 {
  top: 10px;
  left: 392px;
}

.gallery-area .thumbs10 .item-06 {
  top: 204px;
  left: 392px;
}

.gallery-area .thumbs10 .item-07 {
  top: 293px;
  left: 490px;
}

.gallery-area .thumbs10 .item-08 {
  top: 10px;
  left: 588px;
}

.gallery-area .thumbs10 .item-09 {
  top: 204px;
  left: 588px;
}

.gallery-area .thumbs10 .item-01 {
  top: 10px;
  left: 0;
}

.gallery-area .thumbs10 .item-02 {
  top: 204px;
  left: 0;
}

.gallery-area .thumbs10 .item-03 {
  top: 10px;
  left: 197px;
}

.gallery-area .thumbs10 .item-04 {
  top: 204px;
  left: 197px;
}

.gallery-area .thumbs10 .item-05 {
  top: 10px;
  left: 392px;
}

.gallery-area .thumbs10 .item-06 {
  top: 204px;
  left: 392px;
}

.gallery-area .thumbs10 .item-07 {
  top: 293px;
  left: 490px;
}

.gallery-area .thumbs10 .item-08 {
  top: 10px;
  left: 588px;
}

.gallery-area .thumbs10 .item-09 {
  top: 204px;
  left: 588px;
}

.gallery-area .thumbs10 .item-12 {
  top: 107px;
  left: 293px;
}

.gallery-area .thumbs10 .item-13 {
  top: 302px;
  left: 97px;
}

/* Conceitos */
/* TS040 */
.gallery-area .thumbs11 .item-01 {
  top: 9px;
  left: 0;
}

.gallery-area .thumbs11 .item-02 {
  top: 9px;
  left: 98px;
}

.gallery-area .thumbs11 .item-03 {
  top: 107px;
  left: 0;
}

.gallery-area .thumbs11 .item-04 {
  top: 302;
  left: 97px;
}

.gallery-area .thumbs11 .item-05 {
  top: 9px;
  left: 195px;
}

.gallery-area .thumbs11 .item-06 {
  top: 205px;
  left: 195px;
}

.gallery-area .thumbs11 .item-07 {
  top: 205px;
  left: 295px;
}

.gallery-area .thumbs11 .item-08 {
  top: 302px;
  left: 195px;
}

.gallery-area .thumbs11 .item-09 {
  top: 302px;
  left: 294px;
}

.gallery-area .thumbs11 .item-11 {
  top: 9px;
  left: 391px;
}

.gallery-area .thumbs11 .item-12 {
  top: 205px;
  left: 391px;
}

.gallery-area .thumbs11 .item-13 {
  top: 9px;
  left: 587px;
}

.gallery-area .thumbs11 .item-14 {
  top: 9px;
  left: 684px;
}

.gallery-area .thumbs11 .item-15 {
  top: 106px;
  left: 587px;
}

.gallery-area .thumbs11 .item-16 {
  top: 9px;
  left: 781px;
}

.gallery-area .thumbs11 .item-17 {
  top: 205px;
  left: 781px;
}

/* FCV */
.thumbs.thumbs12 {
  height: 300px;
}

.gallery-area .thumbs12 .item-01 {
  top: 9px;
  left: 0;
}

.gallery-area .thumbs12 .item-02 {
  top: 9px;
  left: 98px;
}

.gallery-area .thumbs12 .item-03 {
  top: 205px;
  left: 294px;
}

.gallery-area .thumbs12 .item-04 {
  top: 9px;
  left: 394px;
}

.gallery-area .thumbs12 .item-05 {
  top: 107px;
  left: 590px;
}

.gallery-area .thumbs12 .item-06 {
  top: 107px;
  left: 786px;
}

/* FT-1 */
.gallery-area .thumbs13 {
  max-width: 966px;
}

.gallery-area .thumbs13 .item-01 {
  top: 9px;
  left: 0;
}

.gallery-area .thumbs13 .item-02 {
  top: 9px;
  left: 98px;
}

.gallery-area .thumbs13 .item-03 {
  top: 107px;
  left: 0;
}

.gallery-area .thumbs13 .item-04 {
  top: 9px;
  left: 195px;
}

.gallery-area .thumbs13 .item-05 {
  top: 205px;
  left: 295px;
}

.gallery-area .thumbs13 .item-06 {
  top: 9px;
  left: 391px;
}

.gallery-area .thumbs13 .item-07 {
  left: 391px;
  top: 205px;
}

/*
.gallery-area .thumbs13 .item-08 {
  top:302px;
  left:195px;
}
.gallery-area .thumbs13 .item-09 {
  top:302px;
  left:294px;
}
.gallery-area .thumbs13 .item-11 {
  top:9px;
  left:391px;
}
.gallery-area .thumbs13 .item-12 {
  left: 391px;
  top: 205px;
}
*/
.gallery-area .thumbs13 .item-10 {
  left: 587px;
}

/* FV2 */
.thumbs.thumbs14 {
  height: 300px;
}

.gallery-area .thumbs14 .item-01 {
  top: 9px;
  left: 0;
}

.gallery-area .thumbs14 .item-02 {
  top: 9px;
  left: 98px;
}

.gallery-area .thumbs14 .item-03 {
  top: 9px;
  left: 295px;
}

.gallery-area .thumbs14 .item-04 {
  top: 205px;
  left: 295px;
}

.gallery-area .thumbs14 .item-05 {
  top: 9px;
  left: 392px;
}

.gallery-area .thumbs14 .item-06 {
  top: 108px;
  left: 588px;
}

.gallery-area .thumbs14 .item-07 {
  top: 9px;
  left: 685px;
}

.gallery-area .thumbs14 .item-08 {
  top: 106px;
  left: 685px;
}

.gallery-area .thumbs14 .item-09 {
  top: 9px;
  left: 782px;
}

.gallery-area .thumbs .large-photo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}

.gallery-area .thumbs10 .add-str {
  position: absolute;
  right: 0;
  top: 399px;
}

.gallery-area .thumbs .large-photo .tbl {
  display: table;
  width: 100%;
  height: 100%;
}

.gallery-area .thumbs .large-photo .tbl-cell {
  display: table-cell;
  vertical-align: middle;
}

.gallery-area .thumbs .large-photo .in {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 49px;
  padding: 11px 0;
  font: 33px/35px "toyota_displaybold", sans-serif;
  text-transform: uppercase;
  color: #fff;
}

.gallery-area .thumbs .large-photo .in:before,
.gallery-area .thumbs .large-photo .in:after {
  position: absolute;
  left: 0;
  height: 6px;
  width: 56px;
  background: #fff;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-area .thumbs .large-photo .in:before {
  top: 0;
}

.gallery-area .thumbs .large-photo .in:after {
  bottom: 0;
}

.gallery-area .thumbs .item-final:hover .large-photo .in:before,
.gallery-area .thumbs .item-final:hover .large-photo .in:after {
  width: 100%;
}

/* tabs-holder */
.tabs-holder {
  background: #fff;
  padding: 35px 0 70px;
}

.tabs-holder .tab-heading {
  padding: 0 0 10px;
  margin: 0 0 14px;
  border-bottom: 1px solid #c7cacc;
  font-size: 16px;
  line-height: 19px;
}

.tabs-holder .tab-heading:after {
  clear: both;
  content: "";
  display: block;
}

.tabs-holder .tab-heading h2 {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.tabs-holder .tab-heading .lbl {
  float: left;
  margin: -3px 19px 0 0;
}

.tabs-holder .tab-heading .report-choose {
  float: left;
  margin: 0 2px -1px 0;
  min-width: 179px;
}

.tabs-holder .tab-heading .select2 {
  width: auto !important;
  margin-top: -19px;
}

/* info-tabs */
.info-tabs {
  font: 14px/18px "toyota_displayregular", sans-serif;
  color: #8a8c8d;
}

.info-tabs h2 {
  font: 30px/34px "toyota_displaybold", sans-serif;
  margin: 0 0 14px;
  color: #575757;
  text-transform: uppercase;
  border-bottom: 1px solid #c7cacc;
  padding: 0 0 13px;
}

.info-tabs h2 span {
  font-family: "toyota_displayregular";
  color: #8a8c8d;
}

.info-tabs .tabset {
  list-style: none;
  margin: 0 0 38px -14px;
  padding: 0 0 0 0;
  overflow: hidden;
  font: 20px/24px "toyota_displaybold", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.info-tabs .tabset li {
  display: inline-block;
  vertical-align: bottom;
  min-width: 20%;
  padding-top: 2px;
  text-align: center;
  width: auto;
  width: 25%;
}

.info-tabs .tab-versions-list {
  text-align: left;
  width: 82%;
}

.info-tabs .tab-versions-list li {
  display: inline-block;
  float: none;
  min-width: auto;
  text-align: center;
  width: auto;
}

.corolla.ui-tabs .tabset li {
  min-width: 10%;
}

/*.rav4.ui-tabs .tabset{
  width: 100%;
  padding-right: 200px;
  box-sizing: border-box;
}*/
.rav4.ui-tabs .tabset h3 {
  font-size: 19px;
}

/*.etios-seda .tabset li {
  min-width: 16%;
}*/
.etios-seda .tabset li.limited h3 a {
  font-size: 80%;
}

@media only screen and (max-width: 1200px) {
  .etios-seda .tabset {
    width: 100%;
  }
  .single-car .info-tabs .tabset {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .etios-seda .tabset {
    width: 80%;
  }
}
#diesel.ui-tabs .tabset li {
  min-width: 9%;
}

.single-car .ui-tabs .tabset li.limited,
#diesel.ui-tabs .tabset li.limited {
  width: 16%;
}

.single-car .ui-tabs .tabset li.limited a,
#diesel.ui-tabs .tabset li.limited a {
  padding-bottom: 9px;
}

.single-car .ui-tabs .tabset li .border,
#diesel.ui-tabs .tabset li .border {
  border: 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-top: 1px;
  margin-top: -2px;
}

.corolla.ui-tabs .tabset h3 {
  font-size: 18px;
}

#diesel.ui-tabs .tabset a {
  margin-left: 10px;
}

.info-tabs .tabset a {
  display: block;
  margin: 0 0 0 14px;
  padding: 0 0 10px;
  border-bottom: 6px solid #8a8c8d;
  color: #8a8c8d;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.info-tabs .tabset a:hover,
.info-tabs .tabset .ui-tabs-active a {
  text-decoration: none;
  color: #eb0a1e;
  border-color: #eb0a1e;
}

.info-tabs .tabarea {
  position: relative;
}

.info-tabs .info {
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.info-tabs .info h3 {
  font: 30px/34px "toyota_displaybold", sans-serif;
  margin: 0 0 80px;
  color: #575757;
  text-transform: uppercase;
}

.info-tabs .info .bottom-txt {
  font-size: 10px;
  line-height: 12px;
  margin: -9px 0 0 225px;
}

/* list */
.info-tabs .info .list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.info-tabs .info .list li {
  display: table;
  width: 100%;
  margin: 0 0 29px;
}

.info-tabs .info .list .ttl {
  display: table-cell;
  vertical-align: middle;
  width: 140px;
  font: 16px/18px "toyota_displaybold", sans-serif;
  text-transform: uppercase;
  text-align: right;
}

.info-tabs .info .list .item-benefit .ttl {
  color: #000;
  font-family: "arial";
  font-weight: bold;
}

.info-tabs .info .list .item-benefit .ttl span {
  color: #eb0a1e;
  white-space: pre;
}

.info-tabs .info .list .ico {
  display: table-cell;
  width: 85px;
  vertical-align: middle;
  text-align: center;
}

.info-tabs .info .list .ico img {
  vertical-align: top;
}

.info-tabs .info .list .item-benefit .ico img {
  max-height: 35px;
  max-width: 35px;
}

.info-tabs .info .list .ico .raster,
.no-svg .info-tabs .info .list .ico .vector {
  display: none;
}

.no-svg .info-tabs .info .list .ico .raster {
  display: inline;
}

.info-tabs .info .list .txt {
  display: table-cell;
}

.info-tabs .info .list .txt sup {
  display: inline-block;
  vertical-align: top;
  font-size: 8px;
  line-height: 10px;
  margin: 1px 0 0;
}

.info-tabs .list-benefits h3 {
  font: 22px/26px "toyota_displaybold", sans-serif;
  margin: 20px 0;
}

.info-tabs .block {
  float: right;
  position: relative;
  width: 580px;
  padding: 130px 0 0;
}

.info-tabs .photo {
  /*background: url(../images/loading.gif) no-repeat center center;*/
  cursor: ew-resize;
  height: 341px;
}

.info-tabs .photo img {
  bottom: 0;
  left: 0;
  max-width: 100%;
  position: absolute;
}

.info-tabs .photo-no-scroll {
  cursor: default;
}

.info-tabs .photo .spritespin-instance {
  position: absolute !important;
  right: 0;
  bottom: 0;
}

.info-tabs .block .spritespin,
.info-tabs .block .spritespin-canvas,
.info-tabs .block .spritespin-stage {
  bottom: 0;
  right: 0;
  left: initial !important;
  top: initial !important;
}

.info-tabs .block .modelname {
  bottom: -10px;
}

.info-tabs .circle {
  position: absolute;
  left: 179px;
  top: 94px;
  width: 119px;
  height: 76px;
  padding: 43px 0 0;
  text-align: center;
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #eb0a1e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.info-tabs .circle:before {
  position: absolute;
  left: 8px;
  top: 50%;
  width: 15px;
  height: 7px;
  margin-top: -6px;
  background: url(../images/ico-007.png) no-repeat;
  content: "";
}

.info-tabs .circle:after {
  position: absolute;
  right: 8px;
  top: 50%;
  width: 15px;
  height: 7px;
  margin-top: -6px;
  background: url(../images/ico-007.png) no-repeat -15px 0;
  content: "";
}

.info-tabs .circle span {
  display: block;
  font-size: 27px;
  line-height: 26px;
}

.info-tabs .price-box {
  position: absolute;
  right: 0;
  top: -100px;
  width: 203px;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  padding: 0 0 0 15px;
  z-index: 5;
}

.info-tabs .price-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 43px;
  width: 3px;
  background: #eb0a1e;
  content: "";
}

.info-tabs .price-box span {
  display: block;
  overflow: hidden;
}

.info-tabs .price-box em {
  float: left;
  padding: 2px 0 0;
  font-size: 20px;
  line-height: 22px;
  font-style: normal;
  color: #eb0a1e;
}

.info-tabs .price-box strong {
  float: left;
  font: 33px/34px "toyota_displaybold", sans-serif;
  color: #575757;
}

.info-tabs .price-box.noprice strong {
  font: 17px/21px "toyota_displaybold", sans-serif;
}

.info-tabs .price-box strong sup {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 15px;
  margin: 3px 0 0 3px;
}

.info-tabs .price-box.noprice .st, .info-tabs .price-box.noprice sup, .info-tabs .price-box.noprice em {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .info-tabs .price-box {
    top: -30px;
  }
}
.info-tabs .btn-info,
.tabs-map .btn-info {
  display: block;
  position: relative;
  margin: 18px 0 0 -15px;
  padding: 6px 57px 8px 20px;
  background: #eb0a1e;
  font: 14px/16px "toyota_displaybold", sans-serif;
  text-transform: none;
  color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -2px #9f0c19;
  box-shadow: inset 0 -2px #9f0c19;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.info-tabs .btn-info:hover,
.tabs-map .btn-info:hover {
  background: #af0000;
  text-decoration: none;
}

.info-tabs .btn-info:after,
.tabs-map .btn-info:after {
  position: absolute;
  top: 9px;
  right: 19px;
  width: 36px;
  height: 11px;
  background: url(../images/ico-008.png) no-repeat;
  content: "";
}

/* features */
.features {
  padding-top: 53px;
  padding-bottom: 67px;
  font-size: 0;
  line-height: 0;
  color: #7a7f8c;
  letter-spacing: -6px;
}

.features:after {
  clear: both;
  content: "";
  display: block;
}

.features .col-l {
  float: left;
  width: 50%;
}

.features .col-r {
  float: right;
  width: 49%;
}

.features .box {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
}

.features .box:after {
  clear: both;
  content: "";
  display: block;
}

.features .box-01 {
  width: 36.87%;
  padding: 0 0 3.3%;
}

.features .box-02 {
  width: 63.13%;
  padding: 0 0 0 10%;
}

.features .box-03 {
  width: 21.44%;
}

.features .box-04 {
  width: 27.44%;
  padding: 0 0 0 5.3%;
}

.features .box-05 {
  width: 51.12%;
  padding: 0 0 0 8%;
}

.features.template-7 .box-07 {
  margin-top: 50px;
}

.features.template-7 .box-07 img {
  width: 40%;
  float: left;
}

.features .box img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.features .box-01 img {
  width: 86%;
  margin: 5.2% 0 0 7.2%;
}

.features .box-02 img {
  margin: 1.6% 0 -1.2%;
}

.features .box-03 img {
  width: 85.6%;
  margin: 0 0 15.2% -5.6%;
}

.features .box-04 img {
  margin: 0 0 14% -5.8%;
}

.features .box-05 img {
  margin: -17.3% 0 3% -5.4%;
}

.features .box .description {
  overflow: hidden;
}

.features .box-02 .description {
  padding: 0 0 0 18%;
}

.features .box-04 .description {
  padding: 0 0 14%;
}

.features .box h3 {
  position: relative;
  font: 30px/34px "toyota_displaybold", sans-serif;
  margin: 0;
  padding: 9px 0;
  color: #575757;
  text-transform: uppercase;
}

.features .box h3:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  width: 91px;
  background: #555;
  content: "";
}

.features .box h3 a {
  color: #575757;
}

.features .box p {
  margin: 0;
}

.features .box sup {
  font-size: 0.6em;
}

.features .box .alignleft {
  float: left;
}

.features .box .alignright {
  float: right;
}

/* features hatch */
.etios-hatch .features .box-03,
.etios-hatch .features .box-04 {
  margin-top: -10%;
}

.etios-hatch .features .box-04 .description {
  padding-bottom: 10%;
}

.etios-hatch .features .box-05 img {
  margin-top: 0;
}

.etios-hatch .features .box-06 {
  /*margin: 20px 0 0 0;
  width: 50%;*/
}

/* features sedan */
.features.template-2 .box {
  padding: 0 0 5.2%;
}

.features.template-2 .box-01 {
  width: 39.7%;
}

.features.template-2 .box-02 {
  width: 60.03%;
  padding: 0 0 0 7.5%;
}

.features.template-2 .box-03 {
  width: 35.24%;
}

.features.template-2 .box-04 {
  width: 40.82%;
  padding: 2.2% 2.6% 0 14.8%;
}

.features.template-2 .box-05 {
  width: 23.94%;
  padding: 1.9% 0 0 2.7%;
}

.features.template-2 .box-01 img {
  margin: 2.4% 0 -5%;
}

.features.template-2 .box-02 img {
  width: 56%;
}

.features.template-2 .box-03 img {
  display: block;
  margin: 0 auto -1.9%;
}

.features.template-2 .box .alignleft {
  margin: 0 4.1% 0 0;
}

.features.template-2 .box-05 img {
  margin: 0 0 13.7% -11.3%;
}

.features.template-2 .box .description {
  overflow: hidden;
}

.features.template-2 .box-02 .description {
  padding: 6.2% 0 0;
}

.features.template-2 .box-04 .description {
  padding: 0 0 13.6%;
}

/* features cross */
.features.template-3 .box-01 {
  display: block;
  padding-right: 6.9%;
  padding-bottom: 8.1%;
  width: auto;
}

.features.template-3 .box-01 img {
  margin: 0 0 0 9.7%;
  width: 78.5%;
}

.features.template-3 .box-02 {
  width: 46.9%;
  padding-right: 12%;
  padding-left: 0;
}

.features.template-3 .box-02 .description {
  padding-left: 0;
}

.features.template-3 .box-02 img {
  margin-top: 0;
  margin-bottom: 16.3%;
  margin-left: 3%;
}

.features.template-3 .box-03 {
  width: 49.9%;
  padding-right: 8.6%;
}

.features.template-3 .box-03 img {
  width: auto;
  margin-top: 3.8%;
  margin-bottom: 9.6%;
  margin-left: -5%;
}

.features.template-3 .box-04 {
  display: block;
  width: auto;
  padding-top: 1.2%;
  padding-left: 16.6%;
}

.features.template-3 .box-04 .description {
  padding-bottom: 4.8%;
}

.features.template-3 .box-04 img {
  width: 88.4%;
  margin-left: 0.2%;
  margin-bottom: 9%;
}

.features.template-3 .box-05 {
  width: auto;
  display: block;
  padding-left: 0;
}

.features.template-3 .box-05 img {
  margin: 0.5% 7.7% 0 -3.2%;
  width: 47.6%;
}

.features.template-3 .box .alignleft {
  margin-right: 7.7%;
}

/* features corolla */
.features.template-4 .box-01 {
  width: 49%;
  padding-right: 3.4%;
}

.features.template-4 .box-01 img {
  margin-top: 0.7%;
  margin-left: 3.2%;
  margin-bottom: 3.6%;
}

.features.template-4 .box-02 {
  width: 50.5%;
  padding-left: 7%;
  padding-bottom: 10.3%;
}

.features.template-4 .box-02 img {
  margin-top: 0;
  margin-left: 0;
  width: 51.3%;
}

.features.template-4 .box-02 .description {
  padding-left: 0;
}

.features.template-4 .box .alignleft {
  margin-right: 1.2%;
}

.features.template-4 .box-03 {
  padding-top: 10%;
  padding-right: 0.9%;
  width: 48%;
}

.features.template-4 .box-03 img {
  width: auto;
  margin-top: -3.8%;
  margin-left: 0;
  width: 54%;
}

.features.template-4 .box-04 {
  padding-left: 7%;
  width: 28%;
}

.features.template-4 .box-04 img {
  margin-top: -43%;
  margin-left: 3.3%;
  margin-bottom: 0.8%;
  width: 76.6%;
}

.features.template-4 .box-05 {
  padding-left: 2.9%;
  width: 24%;
}

.features.template-4 .box-05 img {
  margin-top: -51.2%;
  margin-left: -5.3%;
  margin-bottom: -8.5%;
  width: 94.7%;
}

/* features rav4 */
.features.template-5 .box-01 {
  width: auto;
  display: block;
  padding-right: 4.3%;
  padding-bottom: 4.6%;
}

.features.template-5 .box-01 img {
  max-width: 200%;
  width: 155.7%;
  margin: -2.9% -17.9% -10% -24.4%;
}

.features.template-5 .box-02 {
  width: auto;
  display: block;
  padding-top: 7.5%;
  padding-left: 0;
}

.features.template-5 .box-02 img {
  margin-top: -6%;
  margin-left: -6.3%;
  margin-right: -1.9%;
  width: 55.6%;
}

.features.template-5 .box-02 .description {
  padding-left: 0;
}

.features.template-5 .box-03 {
  display: block;
  width: auto;
  padding-left: 13.1%;
}

.features.template-5 .box-03 img {
  width: 39.5%;
  margin-top: -5.8%;
  margin-right: 8.7%;
}

.features.template-5 .box-04 {
  width: 55%;
  padding-left: 11.6%;
}

.features.template-5 .box-04 img {
  margin-left: -1.6%;
  margin-bottom: 11.7%;
  width: 64.1%;
}

.features.template-5 .box-05 {
  width: 44%;
  padding-left: 6.3%;
}

.features.template-5 .box-05 img {
  margin-left: -9.8%;
  margin-top: -2.8%;
  margin-bottom: 10.7%;
  width: 99.5%;
}

/* features camry*/
.features.template-6 {
  padding-top: 33px;
}

.features.template-6 .box {
  line-height: 20px;
}

.features.template-6 .box-01 {
  display: block;
  width: auto;
  padding-right: 1.4%;
}

.features.template-6 .box-01 img {
  margin-top: -0.9%;
  margin-left: 5.4%;
  width: 56.9%;
}

.features.template-6 .box-02 {
  width: 37%;
  padding-left: 0;
}

.features.template-6 .box-02 img {
  margin-top: 19.4%;
  margin-left: 8.8%;
  margin-bottom: 17.6%;
  width: 86.1%;
}

.features.template-6 .box-02 .description {
  padding-left: 0;
}

.features.template-6 .box-03 {
  width: 62%;
  padding-left: 10.3%;
}

.features.template-6 .box-03 img {
  width: 84.4%;
  margin-top: 24.6%;
  margin-bottom: 1.7%;
  margin-left: -1.3%;
}

.features.template-6 .box-03 .description {
  padding-right: 19.9%;
}

.features.template-6 .box-04 {
  width: auto;
  display: block;
  padding-left: 15.1%;
}

.features.template-6 .box-04 img {
  margin-left: -9.9%;
  margin-top: 1.4%;
  margin-bottom: 0;
  max-width: 150%;
  width: 113.8%;
}

.features.template-6 .box-04 .description {
  padding-bottom: 7.6%;
}

.features.template-6 .box-05 {
  display: block;
  width: auto;
  padding-top: 9.6%;
  padding-left: 0;
}

.features.template-6 .box-05 img {
  width: 47.6%;
  margin-top: -9.6%;
  margin-left: -1.2%;
  margin-right: 5.6%;
}

/* features prius */
.features.template-7 {
  padding-top: 20px;
}

.features.template-7 .box-01 {
  display: block;
  width: 90%;
  padding-left: 3.6%;
}

.features.template-7 .box-01 img {
  margin-left: -3.1%;
  margin-top: 3.4%;
  margin-bottom: -1.7%;
}

.features.template-7 .box-02 {
  display: block;
  width: 90%;
  padding-left: 3.6%;
  text-align: center;
}

.features.template-7 .box-02 .description {
  padding-left: 0;
  text-align: left;
}

.features.template-7 .box-02 img {
  max-width: 90%;
  margin: 0 5%;
}

.features.template-7 .box-03 {
  display: block;
  width: auto;
  padding-left: 3.7%;
  padding-bottom: 3.5%;
}

.features.template-7 .box-03 img {
  width: 88.2%;
  margin-left: 3.6%;
  margin-bottom: -11.1%;
}

.features.template-7 .box-04 {
  width: 50%;
  padding-left: 5%;
}

.features.template-7 .box-05 {
  width: 50%;
  padding-left: 5%;
}

.features.template-7 .box-04 img,
.features.template-7 .box-05 img {
  width: auto;
  margin: 2.1% 0 3% 3.4%;
}

.features.template-7 .box-06a {
  /*width:100%;*/
  /*padding-left:7.9%;*/
  width: 90%;
  padding-left: 3.6%;
  margin-top: 80px;
}

.features.template-7 .box-06a img,
.features.template-7 .box-06b img {
  margin: 5% 0 5% 3.4%;
  max-width: 100%;
}

.features.template-7 .box-06b {
  padding-left: 4%;
}

/* features hilux-cabine-dupla */
.features.template-9 {
  padding-bottom: 15px;
}

.features.template-9 .col-l {
  width: 52%;
}

.features.template-9 .col-r {
  width: 47.5%;
}

.features.template-9 .box-01 {
  width: 100%;
  padding: 0 0 9.9%;
}

.features.template-9 .box-01 img {
  width: 39%;
  margin: 1.7% 14% 0 4.7%;
}

.features.template-9 .box-02 {
  width: 100%;
  padding: 8% 0 9.6%;
}

.features.template-9 .box-02 img {
  width: 52.6%;
  margin: -8% 7.3% 0 1.5%;
}

.features.template-9 .box-02 .description {
  padding: 0;
}

.features.template-9 .box-03 {
  width: 82.8%;
  width: 100%;
  padding: 0 0 8%;
}

.features.template-9 .box-03 img {
  width: 100%;
  width: 52.3%;
  margin: 2% 2% 0 -2%;
  margin: 0.4% 3% 0 4.5%;
}

.features.template-9 .box-03 .description {
  padding: 0 0 5.2%;
  padding: 0 8.2% 0 0;
}

.features.template-9 .box-04 {
  width: 100%;
  padding: 0;
}

.features.template-9 .box-04 img {
  width: 201%;
  width: 200.7%;
  margin: -12.1% -97% -11% -40.2%;
  margin: -11.3% -100.7% -9.3% -45.4%;
  max-width: 220%;
}

.features.template-9 .box-05 {
  width: 100%;
  padding: 0 0 5%;
}

.features.template-9 .box-05 img {
  width: 56.5%;
  margin: 1.3% -2% 0 -1.8%;
}

.features.template-8 {
  padding-bottom: 55px;
}

.features.template-8 .col-l {
  width: 51.6%;
}

.features.template-8 .col-r {
  width: 47.2%;
}

.features.template-8 .box-01 {
  width: 100%;
  padding: 0 0 8.3%;
}

.features.template-8 .box-01 img {
  width: 39.2%;
  margin: 1.8% 13.6% 0 3.2%;
}

.features.template-8 .box-02 {
  width: 100%;
  padding: 9.5% 0 13.3%;
}

.features.template-8 .box-02 img {
  width: 56.5%;
  margin: -9.5% 6.3% 0 -0.8%;
}

.features.template-8 .box-02 .description {
  padding: 0;
}

.features.template-8 .box-03 {
  width: 80%;
  padding: 0 0 8%;
}

.features.template-8 .box-03 img {
  /*  width:52.3%; */
  margin: 0.4% 3% 0 4.5%;
}

.features.template-8 .box-04 {
  width: 100%;
  padding: 0;
}

.features.template-8 .box-04 img {
  width: 200.7%;
  max-width: 220%;
  margin: -11.3% -100.7% -9.3% -45.4%;
}

.features.template-8 .box-04 .description {
  padding: 0 8.2% 0 0;
}

.features.template-8 .box-05 {
  width: 100%;
  padding: 0;
  position: relative;
  left: -4.2%;
}

.features.template-8 .box-05 img {
  width: 71.3%;
  margin: 0.7% -5.5% 0 -9.6%;
}

.features.template-8_v2 {
  padding-bottom: 55px;
}

.features.template-8_v2 .col-l {
  width: 51.6%;
}

.features.template-8_v2 .col-r {
  width: 47.2%;
}

.features.template-8_v2 .box-01 {
  width: 100%;
  padding: 0 0 8.3%;
}

.features.template-8_v2 .box-01 img {
  width: 49.2%;
  margin: 1.8% 7.6% 0 3.2%;
}

.features.template-8_v2 .box-02 {
  width: 80%;
  padding: 0 0 8%;
}

.features.template-8_v2 .box-02 img {
  /*  width:52.3%; */
  margin: 0.4% 3% 0 4.5%;
}

.features.template-8_v2 .box-02 .description {
  padding: 0 0 5% 0;
}

.features.template-8_v2 .box-03 {
  width: 80%;
  padding: 0 0 8%;
}

.features.template-8_v2 .box-03 img {
  /*  width:52.3%; */
  margin: 0.4% 3% 0 4.5%;
}

.features.template-8_v2 .box-04 {
  width: 100%;
  padding: 0;
  position: relative;
  left: -4.2%;
}

.features.template-8_v2 .box-04 img {
  max-width: 60%;
  margin: 0;
}

.features.template-8_v2 .box-04 .description {
  padding: 0 8.2% 0 0;
}

.features.template-8_v2 .box-05 {
  width: 100%;
  padding: 0 0 10%;
  position: relative;
  left: -4.2%;
}

.features.template-8_v2 .box-05 .description {
  width: 100%;
  margin: 0 0 0 0;
}

.features.template-8_v2 .box-05 img {
  width: 100%;
  margin: 0.7% -5.5% 0 -9.6%;
  float: none;
}

.features.template-8_v2 .box-06 .description {
  padding: 10% 0 0 0;
  clear: both;
}

.features.template-10_2016 {
  padding-bottom: 55px;
}

.features.template-10_2016 .col-l {
  width: 51.6%;
}

.features.template-10_2016 .col-r {
  width: 47.2%;
}

.features.template-10_2016 .box-01 {
  width: 100%;
  padding: 0 0 8.3%;
}

.features.template-10_2016 .box-01 img {
  width: auto;
  max-width: 60%;
  margin: 1.8% 3% 0 1%;
}

.features.template-10_2016 .box-02 {
  width: 80%;
  padding: 0 0 8%;
}

.features.template-10_2016 .box-02 img {
  /*  width:52.3%; */
  margin: 0.4% 3% 0 4.5%;
}

.features.template-10_2016 .box-02 .description {
  padding: 0 0 5% 0;
}

.features.template-10_2016 .box-03 {
  width: 100%;
  padding: 0;
  position: relative;
  left: -4.2%;
}

.features.template-10_2016 .box-03 img {
  max-width: 55%;
  margin: 0;
}

.features.template-10_2016 .box-03 .description {
  padding: 0 4% 0 0;
}

.features.template-10_2016 .box-04 {
  width: 100%;
  padding: 15% 0 0 0;
  position: relative;
  left: -4.2%;
}

.features.template-10_2016 .box-04 img {
  max-width: 80%;
  margin: 0;
}

.features.template-10_2016 .box-04 .description {
  clear: both;
  float: left;
  margin-top: -40px;
  padding: 0 8.2% 0 0;
  width: 70%;
}

.features.template-10_2016 .box-05 {
  width: 100%;
  padding: 0;
  position: relative;
}

.features.template-10_2016 .box-05 .description {
  margin-top: 12%;
  width: 30%;
}

.features.template-10_2016 .box-05 img {
  max-width: 70%;
  margin: 0.7% -5.5% 0 -9.6%;
}

.features.template-10_2016 .box-06 .description {
  padding: 10% 0 0 0;
  clear: both;
}

.features.sw4 {
  padding-top: 30px;
  padding-bottom: 28px;
}

.features.sw4 .box-01 {
  width: 65.6%;
  padding: 1.2% 5.1% 0 0;
}

.features.sw4 .box-01 img {
  width: 64.4%;
  margin: 1.2% 0 0 -6.2%;
}

.features.sw4 .box-02 {
  width: 30.1%;
  padding: 0 0 0 6%;
}

.features.sw4 .box-02 img {
  width: 127.4%;
  max-width: 130%;
  margin: 9.4% -11.4% 0 -8.7%;
}

.features.sw4 .box-02 .description {
  padding: 0;
}

.features.sw4 .box-03 {
  width: 100%;
  padding: 1.1% 13.8% 0 0;
}

.features.sw4 .box-03 img {
  width: 74.1%;
  margin: -22.7% -1.3% -4.2% -21%;
}

.features.sw4 .box-04 {
  width: 50%;
  padding: 4.2% 6.2% 0 3.7%;
}

.features.sw4 .box-04 img {
  width: 79.2%;
  margin: 0 0 0 1.4%;
}

.features.sw4 .box-04 .description {
  padding: 0;
}

.features.sw4 .box-05 {
  width: 49.9%;
  padding: 0 0 0 4%;
}

.features.sw4 .box-05 img {
  width: 86.9%;
  margin: -43.5% 6.9% 0 0;
}

.features.sw4 .box-05 .description {
  padding: 0 41.5% 0 0;
}

.ttl2 {
  text-transform: uppercase;
  color: #575757;
  font: 30px/33px "toyota_displaybold";
  margin: 0 0 11px;
  padding: 39px 0 0;
}

.features.ts040 {
  padding-top: 30px;
  padding-bottom: 28px;
}

.features.ts040 .box-01 {
  width: 55.6%;
  padding: 1.2% 5.1% 0 0;
}

.features.ts040 .box-01 img {
  width: 59.4%;
  margin: 1.2% 0 0 -6.2%;
}

.features.ts040 .box-02 {
  width: 30.1%;
  padding: 0 0 0 6%;
}

.features.ts040 .box-02 img {
  width: 127.4%;
  max-width: 130%;
  margin: 9.4% -11.4% 0 -8.7%;
}

.features.ts040 .box-02 .description {
  padding: 0;
}

.features.ts040 .box-03 {
  width: 100%;
  padding: 1.1% 13.8% 0 0;
  margin-bottom: -260px;
}

.features.ts040 .box-03 .description {
  max-width: 650px;
  margin-top: -170px;
  width: 60%;
}

.features.ts040 .box-03 img {
  width: 54.1%;
  margin: -32.7% -1.3% -4.2% 0;
}

.features.fv2 {
  padding-top: 30px;
  padding-bottom: 28px;
}

.features.fv2 .box-01 {
  width: 60.87%;
  padding: 0 0 3.3%;
}

.features.fv2 .box-01 img {
  width: 46%;
}

.features.fv2 .box-02 {
  width: 29.13%;
  padding: 0 0 0 0;
}

.features.fv2 .box-02 img {
  margin: 1.6% 0 -1.2%;
}

.features.fv2 .box-02 .description {
  padding: 0 0 0 18%;
}

.features.fv2 .box-03 {
  width: 60%;
  margin-top: -260px;
}

.features.fv2 .box-03 .description {
  max-width: 650px;
}

.features.fv2 .box-03 img {
  width: 40.6%;
  margin: 0 20px 15.2% 10%;
}

.features.ft1 {
  padding-top: 30px;
  padding-bottom: 28px;
}

.features.ft1 .box-01 {
  width: 100%;
  padding: 0 0 3.3%;
}

.features.ft1 .box-01 img {
  width: 66%;
}

.features.ft1 .box-02 {
  width: 49%;
  padding: 0 0 0 0;
}

.features.ft1 .box-02 img {
  margin: 1.6% 0 -1.2%;
}

.features.ft1 .box-02 .description {
  padding: 0 5%;
  width: 80%;
}

.features.ft1 .box-03 {
  width: 49%;
}

.features.ft1 .box-03 .description {
  width: 80%;
}

.features.ft1 .box-03 img {
  width: 76.6%;
  margin: 17px 0;
}

.features.fcv .box-01 {
  width: 42%;
  padding-bottom: 5%;
}

.features.fcv .box-02 {
  width: 58%;
}

.features.fcv .box-02 .description {
  padding: 0;
}

.features.fcv .box-03 {
  width: auto;
}

.features.fcv .box-03 img {
  width: 65.6%;
  margin: 0 0 0 5%;
}

/*** FEATURES NEW ***/
#features_new * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#features_new {
  padding: 50px 0 60px 0;
}

#features_new .box {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  margin: 0;
  vertical-align: top;
}

#features_new h3 {
  color: #575757;
  font: 30px/34px "toyota_displaybold", sans-serif;
  margin: 0;
  overflow: hidden;
  padding: 9px 0;
  position: relative;
  text-transform: uppercase;
}

#features_new h3:before {
  background: #555;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 91px;
}

#features_new h3 a {
  color: #575757;
}

#features_new .description {
  overflow: hidden;
}

#features_new p {
  margin: 0;
}

#features_new img {
  height: initial;
  max-width: 100%;
}

#features_new sup {
  font-size: 0.6em;
}

#features_new .alignleft {
  float: left;
}

#features_new .alignright {
  float: right;
}

@media only screen and (max-width: 1186px) {
  #features_new h3 {
    font-size: 18px;
    line-height: 23px;
  }
  #features_new .box {
    font-size: 12px;
  }
}
/*** --FEATURES NEW ***/
/* download-area2 */
.download-area2 {
  color: #8a8c8d;
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 50px;
}

.download-area2 .separator {
  padding-top: 47px;
}

.download-area2 .col-l {
  float: left;
  width: 74.4%;
}

.download-area2 .col-r {
  float: right;
  width: 24.7%;
}

.download-area-3 {
  color: #8a8c8d;
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 50px;
}

.download-area-3 .separator {
  padding-top: 47px;
}

.download-area-3 .col-l {
  float: left;
  width: 50%;
}

.download-area-3 .col-r {
  float: right;
  width: 50%;
}

.download-area-3 .download-items .item {
  width: 46% !important;
}

.download-area-3 .features-item {
  padding: 0px 0 0 129px !important;
  width: 24% !important;
  float: left !important;
}

.download-area-3 .features-item + .features-item {
  margin-top: 0 !important;
}

.download-area-3 .text {
  display: inline-block;
  padding: 0 60px;
  margin-top: 40px;
}

.download-area-3 .text .lnk {
  color: #ee261c;
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .download-area-3 .col-l,
  .download-area-3 .col-r {
    width: 100%;
  }
  .download-area-3 .col-r {
    margin-top: 30px;
  }
  .download-area-3 .features-item {
    width: 24% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .download-area-3 .features-item {
    padding: 0px 0 0 120px !important;
  }
}
/* download-area4 */
.download-area4 {
  color: #8a8c8d;
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 50px;
}

.download-area4 .separator {
  padding-top: 47px;
}

.download-area4 .col-l {
  float: left;
  width: 49%;
}

.download-area4 .col-r {
  float: right;
  width: 49%;
}

.download-area4 .download-items .item {
  width: 48%;
}

.download-area4 .col-r-l,
.download-area4 .col-r-r {
  width: 50%;
  float: left;
}

.download-items {
  margin: 0 -1%;
}

.download-items:after {
  clear: both;
  content: "";
  display: block;
}

.download-items .item {
  float: left;
  width: 31.4%;
  min-height: 290px;
  margin: 0 0.9% 0 1%;
  padding: 0 1.6% 30px 3.2%;
  background: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.download-items .item .img {
  min-height: 154px;
  margin: 0 -6% 3px -12%;
}

.download-items .item .img img {
  display: block;
  width: 100%;
  position: relative;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.download-items .item h3 {
  margin: 0 0 10px;
  text-transform: uppercase;
  color: #575757;
  font: 24px/27px "toyota_displaybold";
}

.download-items .item p {
  margin: 0;
}

.download-items .item a {
  color: #8a8c8d;
}

.download-items .item p strong {
  font-weight: normal;
  font-family: "toyota_displaybold";
}

.download-items .item .more {
  position: absolute;
  right: 6%;
  bottom: 14px;
  width: 26px;
  height: 25px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/ico-41.svg) no-repeat;
  background-size: 26px 25px;
}

.no-svg .download-items .item .more {
  background: url(../images/ico-41.png) no-repeat;
}

.features-item {
  padding: 0 0 0 44.9%;
  position: relative;
  min-height: 122px;
  font-size: 14px;
  line-height: 18px;
}

.features-item:after {
  clear: both;
  content: "";
  display: block;
}

.features-item + .features-item {
  margin-top: 35px;
}

.features-item .img {
  position: absolute;
  left: -6px;
  bottom: 2px;
  width: 46.7%;
  text-align: center;
}

.features-item .img img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.features-item p {
  margin: 0;
}

.features-item .descr {
  position: relative;
  padding: 14px 0 0;
}

.features-item .descr:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 91px;
  height: 4px;
  background: #575757;
}

.features-item h3 {
  text-transform: uppercase;
  margin: 0 0 9px;
  font: 24px/27px "toyota_displaybold";
  color: #575757;
}

/* to-top */
.to-top {
  text-align: right;
  padding: 0 0 8px;
  font: 12px/17px "toyota_displaybold";
  text-transform: uppercase;
}

.to-top a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  padding: 0 25px 0 0;
  color: #8a8c8e;
}

.to-top a:hover {
  text-decoration: none;
}

.to-top a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin: -10px 0 0;
  width: 18px;
  height: 18px;
  background: url(../images/ico-to-top.svg) no-repeat;
  background-size: 18px 18px;
}

.to-top .is-service {
  margin-top: 31px;
  float: right;
}

.to-top .is-service-img {
  float: left;
}

.no-svg .to-top a:after {
  background: url(../images/ico-to-top.png) no-repeat;
}

.to-top.ts040, .to-top.fcv, .to-top.ft1, .to-top.fv2 {
  background: #ffffff;
}

/* wide-visual */
.wide-visual {
  border-bottom: 1px solid #ec1c2e;
}

.wide-visual img {
  display: block;
  width: 100%;
}

/* main */
.main {
  padding: 40px 0 32px;
}

.main:after {
  clear: both;
  content: "";
  display: block;
}

.main.with-aside {
  padding-left: 332px;
}

.main > .content {
  float: right;
  position: relative;
  width: 100%;
}

.main > aside {
  float: left;
  width: 290px;
  margin: 0 42px 0 -332px;
}

/* breadcrumbs */
.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0 0 44px;
  text-transform: uppercase;
  color: #eb0a1e;
  font-size: 13px;
  line-height: 16px;
}

.breadcrumbs:after {
  clear: both;
  content: "";
  display: block;
}

.breadcrumbs li {
  float: left;
}

.breadcrumbs li + li {
  padding-left: 65px;
  position: relative;
}

.breadcrumbs li + li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto 0;
  width: 6px;
  height: 10px;
  background: url(../images/ico-47.svg) no-repeat;
  background-size: 6px 10px;
}

.no-svg .breadcrumbs li + li:before {
  background: url(../images/ico-47.png) no-repeat;
}

.breadcrumbs a {
  color: #8a8d8e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.breadcrumbs a:hover {
  text-decoration: none;
  color: #eb0a1e;
}

.bread-location {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-left: 20px;
  font: 13px/16px "toyota_displayregular", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.bread-location:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 20px;
  top: -4px;
  left: 0px;
  background: url(../images/ico-13.png) 0px 0px no-repeat;
}

.bread-location a {
  margin-left: 10px;
  text-transform: lowercase;
  color: #EB0A1E;
}

/* info-item */
.info-item {
  color: #8a8c8e;
  font-size: 14px;
  line-height: 20px;
}

.info-item:after {
  clear: both;
  content: "";
  display: block;
}

.info-item p {
  margin: 0 0 20px;
}

.info-item h2 {
  text-transform: uppercase;
  font: 22px/25px "toyota_displaybold";
  margin: 0 0 20px;
  color: #575757;
}

.info-item p + h2,
.info-item p + h3 {
  padding-top: 22px;
}

.info-item p strong {
  font-weight: normal;
  font-family: "toyota_displaybold";
}

.info-item p.alert {
  background: #ec182b;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  padding: 4px 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.inclusion-col {
  float: left;
  width: 64%;
  line-height: 23px;
}

.page-title {
  color: #575757;
  text-transform: uppercase;
  padding: 12px 0 0;
  position: relative;
}

.page-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 91px;
  height: 4px;
  background: #575757;
}

.page-title h1,
.page-title h2 {
  margin: 0 0 26px;
  font: 30px/32px "toyota_displaybold";
}

.page-title .colored {
  color: #eb0a1e;
}

.page-title2 {
  padding-bottom: 11px;
  margin-bottom: 65px;
}

.page-title2:before,
.page-title2:after {
  width: 106px;
  height: 4px;
  background: #575757;
}

.page-title2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}

.page-title2 h1,
.page-title2 h2 {
  margin-bottom: 0;
  font: 36px/39px "toyota_displayregular";
  letter-spacing: -1px;
}

.info-item img.alignright {
  margin: 13px 25px 0 20px;
  max-width: 50%;
}

.info-item img.img-offset02 {
  margin: 0 97px 0 20px;
}

.info-item img.img-offset03 {
  margin: -15px 2px 0 20px;
}

.info-item img.img-offset04 {
  margin: 15px 65px 0 20px;
}

.info-item img.img-offset05 {
  margin: 28px 30px 0 20px;
}

.info-item img.img-offset06 {
  margin: -12px 18px 0 20px;
}

.info-item .col-holder {
  padding: 22px 0 0;
}

.page-title + .col-holder {
  padding-top: 0;
}

.info-item .col-holder:after {
  clear: both;
  content: "";
  display: block;
}

.info-item .col-holder .col {
  float: left;
}

.info-item .col-holder .col-1 {
  width: 50%;
}

.info-item .col-holder .col-2 {
  width: 44.5%;
}

.info-item .col-holder .col + .col {
  float: right;
}

.info-item .col-holder + h2 {
  padding-top: 19px;
}

.info-item .list {
  list-style: none;
  margin: 0;
  padding: 8px 0 16px;
}

.info-item .list li {
  position: relative;
  padding: 0 0 4px 21px;
}

.info-item .list li:before {
  content: "";
  width: 17px;
  height: 14px;
  position: absolute;
  top: 2px;
  left: -2px;
  background: url(../images/ico-61.svg) no-repeat;
  background-size: 17px 14px;
}

.no-svg .info-item .list li:before {
  background: url(../images/ico-61.png) no-repeat;
}

.info-item .list2 {
  padding-top: 0;
  padding-bottom: 10px;
}

.info-item .list2 li {
  padding-bottom: 20px;
}

.info-item .img {
  position: relative;
  top: 5px;
  margin: 0 0 10px 19px;
  max-width: 100%;
}

.info-item p a {
  color: #8a8c8e;
  text-decoration: underline;
}

.info-item p a:hover {
  text-decoration: none;
}

.info-item .note-item {
  font-size: 11px;
  line-height: 14px;
  padding: 0 0 0 21px;
}

.info-item .dlist {
  overflow: hidden;
  margin: 0 0 20px;
}

.info-item .dlist dt {
  float: left;
  clear: both;
  font-family: "toyota_displaybold";
}

.info-item .dlist dd {
  margin: 0;
}

.info-item .dlist dd:before {
  content: "-";
  margin: 0 2px 0 3px;
}

.info-item .link {
  text-decoration: none;
  font-family: "toyota_displaybold";
}

.info-item .link:hover {
  text-decoration: underline;
}

/* app-block */
.app-block {
  background-color: #fff;
  clear: both;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 25px;
  padding: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 2px 2px 0px #ccc;
  box-shadow: 1px 2px 2px 0px #ccc;
}

.app-block p {
  margin: 0 0 15px;
}

.app-block .ico-app {
  float: left;
}

.app-block .desc {
  display: table;
  padding-left: 20px;
}

.app-block .desc .title {
  font-size: 30px;
  margin-bottom: 18px;
}

/*.app-block .button-holder {margin:0 0 0 -38px;}*/
.app-block .btn-app,
.btn-app-list {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 20px 0;
  padding: 1px 25px 0;
  min-width: 173px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 17px;
  line-height: 44px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.h24.app-block .btn-app {
  min-width: 240px;
}

.app-block .btn-app.blue,
.btn-app-list.blue {
  background-color: #6f6f6f;
  -webkit-box-shadow: 0 2px 0 0 #6a6a6a;
  box-shadow: 0 2px 0 0 #6a6a6a;
}

.app-block .btn-app.green,
.btn-app-list.green {
  background-color: #97bf31;
  -webkit-box-shadow: 0 2px 0 0 #598f09;
  box-shadow: 0 2px 0 0 #598f09;
}

.app-block .btn-app.light-blue,
.btn-app-list.light-blue {
  background-color: #01bcf3;
  -webkit-box-shadow: 0 2px 0 0 #018de4;
  box-shadow: 0 2px 0 0 #018de4;
}

.app-block .btn-app img,
.btn-app-list img {
  margin: 0 6px 0 0;
  position: relative;
  top: 0;
  top: -2px;
  vertical-align: middle;
}

.app-block .btn-app,
.btn-app-list:hover {
  text-decoration: none;
  opacity: 0.9;
}

/* serviÃ§os > aplicativos > lista de aplicativos */
.app-block .button-holder {
  clear: both;
}

.list-apps:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 1px;
  height: 0px;
  margin-top: -1px;
  overflow: hidden;
  visibility: hidden;
  width: 1px;
}

.list-apps {
  clear: both;
  list-style: none;
  margin: 0 0 0 -23px;
  padding: 0;
}

.list-apps .txt {
  clear: both;
  padding: 12px 0 0 0;
}

.list-apps .ico-app {
  float: left;
  margin-right: 7px;
}

.list-apps .title {
  color: #575757;
  font: 20px/100% "toyota_displaybold";
  margin: 3px 0 0 0;
  text-transform: uppercase;
}

.list-apps li:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 1px;
  height: 0px;
  margin-top: -1px;
  overflow: hidden;
  visibility: hidden;
  width: 1px;
}

.list-apps li {
  background-color: #fff;
  float: left;
  margin: 0 0 25px 23px;
  width: 216px;
  padding: 28px 23px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 2px 2px 0px #ccc;
  box-shadow: 1px 2px 2px 0px #ccc;
}

.list-apps .btn-app-list {
  float: left;
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  min-width: 0 !important;
  padding-left: 0;
  padding-right: 0;
  width: 47%;
}

.list-apps a.green {
  float: right;
}

.list-apps .btn-app-list img {
  max-width: 16px;
}

/* program-list */
.program-list {
  list-style: none;
  margin: 20px -12px 0 -15px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: -6px;
  text-align: center;
  position: relative;
  top: -4px;
}

.program-list > li {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 46.5%;
  margin: 0 1.7% 30px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 0 0 #848484, 1px 2px 0 0 #dcdcdc;
  box-shadow: 0 1px 0 0 #848484, 1px 2px 0 0 #dcdcdc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.program-list .top {
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
  padding: 30px 30px 10px;
  min-height: 96px;
}

.program-list .top .model-name {
  float: left;
  color: #626262;
  text-transform: uppercase;
  position: relative;
  padding: 11px 0 10px;
  font: 22px/20px "toyota_displaybold";
}

.program-list .top .model-name:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 4px;
  background: #575757;
}

.program-list .top .img {
  float: right;
  margin: -30px -30px 0 0;
  height: 125px;
  min-width: 70%;
  position: relative;
}

.program-list .top .img img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  max-height: 100%;
}

.program-list .entity {
  padding: 28px 30px 30px;
  overflow: hidden;
}

.program-list .entity .col-l {
  float: left;
  width: 32%;
  margin: 0 10px 0 0;
}

.program-list .entity .col-r {
  overflow: hidden;
}

.program-list .name {
  display: block;
  font: 16px/19px "toyota_displaybold";
  text-transform: uppercase;
  margin: 0 0 5px;
}

.program-list .entity ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "toyota_textitalic";
}

.program-list .entity li {
  position: relative;
  padding: 0 0 0 10px;
}

.program-list .entity li:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 8px;
  width: 3px;
  height: 3px;
  background: #8a8c8e;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.program-list .entity strong {
  font-weight: normal;
  font-family: "toyota_displaybold";
}

.program-list .entity em {
  font-style: normal;
  font-family: "toyota_textitalic";
}

/* recall-form */
.recall-form label {
  display: block;
  font-family: "toyota_displaybold";
  margin: 0 0 9px;
}

.recall-form .row {
  padding: 0 0 15px;
}

.recall-form .row:after,
.recall-form .btn-holder:after {
  clear: both;
  content: "";
  display: block;
}

.recall-form .text {
  float: left;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 8px 14px;
  border: 1px solid #d1d1d1;
  border-color: #d1d1d1 #f0f0f0 #fff;
  color: #8a8c8d;
  font: 17px/22px "toyota_displayregular";
  background: #fff;
  position: relative;
  -webkit-box-shadow: inset 0 1px 0 0 #f0f0f0;
  box-shadow: inset 0 1px 0 0 #f0f0f0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.recall-form .btn-holder {
  padding: 4px 0 10px;
  font-size: 12px;
  line-height: 14px;
}

.recall-form .btn-submit {
  float: right;
  width: 105px;
  height: 28px;
  border: 0;
  cursor: pointer;
  margin: -4px 0 0 27px;
  padding: 1px 5px 0;
  background: #eb0a1e;
  font: 14px/27px "toyota_displaybold";
  -webkit-box-shadow: 0 2px 0 0 #9f0c19;
  box-shadow: 0 2px 0 0 #9f0c19;
}

.recall-form .btn-submit:hover {
  opacity: 0.9;
}

.data {
  overflow: auto;
  margin: 0 -5px;
}

.data table {
  width: 100%;
  min-width: 600px;
  border-spacing: 0;
  margin: 0 0 20px;
  font-size: 12px;
  line-height: 15px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}

.data th,
.data td {
  background: #fff;
  border: 3px solid #f6f6f6;
  border-width: 2px 0 3px;
  padding: 8px 10px 6px 20px;
  text-align: left;
  vertical-align: top;
}

.data th {
  text-transform: uppercase;
  color: #575757;
  font: 13px/16px "toyota_displaybold";
}

.data th:first-child,
.data td:first-child {
  border-left: 3px solid #f6f6f6;
  -webkit-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}

.data .last-child {
  border-right: 3px solid #f6f6f6;
  -webkit-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}

.data .name {
  display: block;
  font-weight: normal;
  font-family: "toyota_displaybold";
  text-transform: uppercase;
  padding: 0 0 1px;
}

.data em {
  font-style: normal;
  font-family: "toyota_textitalic";
}

.data .btn-download {
  display: block;
  width: 26px;
  height: 25px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/ico-41.svg) no-repeat;
  background-size: 26px 25px;
  margin: 3px 0 0;
}

.no-svg .data .btn-download {
  background: url(../images/ico-41.png) no-repeat;
}

/* economia-block */
.economia-block {
  position: relative;
  z-index: 50;
}

.economia-block .holder {
  padding: 12px 295px 5px 0;
  position: relative;
  z-index: 50;
}

.economia-block .holder:after {
  clear: both;
  content: "";
  display: block;
}

.economia-block .holder .col {
  float: left;
  width: 100%;
}

.economia-block .holder .tbl {
  display: table;
  height: 59px;
}

.economia-block .holder .tbl-cell {
  display: table-cell;
  vertical-align: middle;
}

.economia-block .holder h2 {
  margin: 16px 0 18px;
}

.economia-block .holder p {
  margin: 0;
}

.economia-block .choose-model {
  float: right;
  margin: 4px -295px 0 20px;
  width: 275px;
  position: relative;
  text-transform: uppercase;
  font: 16px/19px "toyota_displaybold";
}

.economia-block .choose-model .select2 {
  width: 100% !important;
}

.economia-block .choose-model .select2-selection {
  background: #FFF;
}

.economia-block .choose-model .select2-selection__rendered {
  color: #8a8d8e;
}

.economia-block .choose-model .btn-open {
  display: block;
  position: relative;
  cursor: pointer;
  background: #fff;
  color: #8a8c8e;
  padding: 16px 49px 14px 19px;
  border: 1px solid #d1d1d1;
  border-color: #d1d1d1 #f0f0f0 #fff;
  -webkit-box-shadow: inset 0 1px 0 0 #f0f0f0;
  box-shadow: inset 0 1px 0 0 #f0f0f0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.economia-block .choose-model .btn-open:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  width: 19px;
  height: 18px;
  background: url(../images/ico-72.svg) no-repeat;
  background-size: 19px 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.no-svg .economia-block .choose-model .btn-open:after {
  background: url(../images/ico-72.png) no-repeat;
}

.economia-block .choose-model .btn-open:hover {
  text-decoration: none;
}

.economia-block .choose-model.opened .btn-open:after {
  opacity: 0;
}

.economia-block .choose-model ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  background: #fff;
  border: 1px solid #f0f0f0;
  max-height: 400px;
  overflow: auto;
  display: none;
}

.economia-block .choose-model li + li {
  padding-top: 5px;
}

.economia-block .choose-model ul a {
  display: block;
  color: #8a8c8f;
  padding: 6px 19px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.economia-block .choose-model ul .active a,
.economia-block .choose-model ul a:hover {
  text-decoration: none;
  background: #ededed;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.economia-block .choose-model ul .active a {
  color: #fff;
  background: #ec182b;
}

.economia-block .flexslider {
  position: relative;
  z-index: 1;
  background: #fff;
  margin: 0 0 50px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.economia-block .flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 0;
}

.economia-block .flex-direction-nav a {
  position: absolute;
  z-index: 55;
  top: 67px;
  width: 17px;
  height: 32px;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.economia-block .flex-direction-nav a:hover {
  opacity: 0.7;
}

.economia-block .flex-direction-nav .flex-prev {
  left: 50%;
  margin-left: -350px;
  background: url(../images/ico-74.svg) no-repeat;
  background-size: 17px 32px;
}

.economia-block .flex-direction-nav .flex-next {
  right: 50%;
  margin-right: -350px;
  background: url(../images/ico-75.svg) no-repeat;
  background-size: 17px 32px;
}

.no-svg .economia-block .flex-direction-nav .flex-prev {
  background: url(../images/ico-74.png) no-repeat;
}

.no-svg .economia-block .flex-direction-nav .flex-next {
  background: url(../images/ico-75.png) no-repeat;
}

.economia-block .slide {
  overflow: hidden;
  padding: 0 40px;
}

.economia-block .slide .item {
  max-width: 425px;
  padding: 10px 63px 0 208px;
  margin: 0 auto 21px;
  background: url(../images/bg-item.png) no-repeat 50% 100px;
}

.economia-block .slide .item,
.economia-block .slide .item * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.economia-block .slide .item:after {
  clear: both;
  content: "";
  display: block;
}

.economia-block .slide .logo {
  float: left;
  width: 145px;
  height: 122px;
  position: relative;
  margin: 10px 0 0 -132px;
}

.economia-block .slide .logo img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.economia-block .slide .logo .raster,
.no-svg .economia-block .slide .logo .vector {
  display: none;
}

.no-svg .economia-block .slide .logo .raster {
  display: block;
}

.economia-block .slide .img {
  margin: 0 -21px 0 -28px;
  position: relative;
  height: 132px;
  max-width: 500px;
  top: 0;
}

.economia-block .slide .img img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

.economia-block .slide ul {
  list-style: none;
  margin: 0 -40px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: -6px;
}

.economia-block .slide li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 33.3%;
  min-width: 250px;
  padding: 16px 20px 30px 40px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.economia-block .slide li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 40px;
  width: 63px;
  height: 3px;
  background: #575757;
}

.economia-block .slide .str {
  display: block;
  text-transform: uppercase;
  font: 14px/17px "toyota_displaybold";
  padding: 0 0 5px;
  color: #575757;
}

.economia-block .slide .add-str {
  display: block;
  color: #8a8c8e;
  text-transform: uppercase;
  font: 13px/16px "toyota_textitalic";
  position: relative;
  top: -5px;
}

.economia-block .slide .price {
  display: block;
  position: relative;
  padding: 0 0 0 28px;
  color: #626262;
}

.economia-block .slide .price:after {
  clear: both;
  content: "";
  display: block;
}

.economia-block .slide .price .unit {
  position: absolute;
  top: 3px;
  left: 0;
  width: 23px;
  text-align: right;
  text-transform: uppercase;
  font: 9px/12px "toyota_displaybold";
}

.economia-block .slide .price .qty {
  position: absolute;
  left: 0;
  top: 12px;
  color: #ec182b;
  text-transform: uppercase;
  font: 17px/20px "toyota_displaybold";
}

.economia-block .slide .price .value {
  float: left;
  font: 32px/35px "toyota_displaybold";
  min-width: 110px;
  padding: 0 5px 0 0;
}

.economia-block .slide .price .total {
  padding: 3px 0 0;
}

.economia-block .slide .price .total span {
  display: block;
  white-space: nowrap;
}

.economia-block .slide .btn-holder {
  text-align: center;
  padding: 0 0 30px;
}

.economia-block .slide .btn-02 {
  font-size: 14px;
  font-family: "toyota_displaybold";
  padding-right: 10px;
  min-width: 130px;
  background: #eb0a1e;
}

.economia-block .slide .btn-02:after {
  display: none;
}

.economia-block .sub-title {
  margin: 0 0 18px;
  padding: 15px 0 0;
  font: 14px/17px "toyota_displaybold";
  text-transform: uppercase;
  color: #575757;
}

.go-reg {
  padding: 28px 0 5px;
}

.go-reg:after {
  clear: both;
  content: "";
  display: block;
}

.go-reg .btn-02 {
  float: right;
  margin-left: 10px;
  font-size: 14px;
  font-family: "toyota_displaybold";
  min-width: 102px;
  padding-right: 72px;
  text-align: center;
  background: #eb0a1e;
}

.inclusion-col .economia-block p {
  margin: 0 0 15px;
}

.inclusion-col .economia-block .list {
  padding-top: 0;
}

.inclusion-col .economia-block .list li {
  padding-bottom: 10px;
}

/* service-menu */
.service-menu {
  margin: 60px 0 20px;
  padding: 10px 22px;
  background: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 1px 0 0 #848484, 1px 2px 0 0 #dcdcdc;
  box-shadow: 0 1px 0 0 #848484, 1px 2px 0 0 #dcdcdc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  float: left;
}

.service-menu .cur-item {
  padding: 26px 0 0;
}

.service-menu img {
  display: block;
  margin: 0 0 10px;
}

.service-menu .icon {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 0 10px;
}

.service-menu .icon-01 {
  width: 94px;
  height: 94px;
  background: url(../images/ico-64.svg) no-repeat;
  background-size: 94px 94px;
}

.no-svg .service-menu .icon-01 {
  background: url(../images/ico-64.png) no-repeat;
}

.service-menu .icon-02 {
  width: 49px;
  height: 88px;
  background: url(../images/ico-49.svg) no-repeat;
  background-size: 49px 88px;
}

.no-svg .service-menu .icon-02 {
  background: url(../images/ico-609.html) no-repeat;
}

.service-menu .icon-03 {
  width: 112px;
  height: 69px;
  background: url(../images/ico-50.svg) no-repeat;
  background-size: 112px 69px;
}

.no-svg .service-menu .icon-03 {
  background: url(../images/ico-60.png) no-repeat;
}

.service-menu .icon-04 {
  width: 116px;
  height: 69px;
  background: url(../images/ico-51.svg) no-repeat;
  background-size: 116px 69px;
}

.no-svg .service-menu .icon-04 {
  background: url(../images/ico-66.png) no-repeat;
}

.service-menu .icon-05 {
  width: 77px;
  height: 61px;
  background: url(../images/ico-52.svg) no-repeat;
  background-size: 77px 61px;
}

.no-svg .service-menu .icon-05 {
  background: url(../images/ico-73.png) no-repeat;
}

.service-menu .icon-06 {
  width: 68px;
  height: 77px;
  background: url(../images/ico-46.svg) no-repeat;
  background-size: 68px 77px;
}

.no-svg .service-menu .icon-06 {
  background: url(../images/ico-46.png) no-repeat;
}

.service-menu .icon-07 {
  width: 56px;
  height: 73px;
  background: url(../images/ico-54.svg) no-repeat;
  background-size: 56px 73px;
}

.no-svg .service-menu .icon-07 {
  background: url(../images/ico-70.png) no-repeat;
}

.service-menu .icon-08 {
  width: 81px;
  height: 81px;
  background: url(../images/ico-55.svg) no-repeat;
  background-size: 81px 81px;
}

.no-svg .service-menu .icon-08 {
  background: url(../images/ico-68.png) no-repeat;
}

.service-menu .icon-09 {
  width: 58px;
  height: 76px;
  background: url(../images/ico-56.svg) no-repeat;
  background-size: 58px 76px;
}

.no-svg .service-menu .icon-09 {
  background: url(../images/ico-123.png) no-repeat;
}

.service-menu .icon-11 {
  width: 84px;
  height: 75px;
  background: url(../images/ico-58.svg) no-repeat;
  background-size: 84px 75px;
}

.no-svg .service-menu .icon-11 {
  background: url(../images/ico-67.png) no-repeat;
}

.service-menu .icon-12 {
  width: 72px;
  height: 67px;
  background: url(../images/ico-59.svg) no-repeat;
  background-size: 72px 67px;
}

.no-svg .service-menu .icon-12 {
  background: url(../images/ico-71.png) no-repeat;
}

.service-menu .icon-13 {
  width: 84px;
  height: 72px;
  background: url(../images/ico-132.png) no-repeat;
  margin: 15px 0 15px;
}

.service-menu .name {
  display: block;
  font: 26px/29px "toyota_displaybold";
  padding: 0 0 10px;
  margin: 0 0 3px;
  border-bottom: 1px solid #ec182b;
  min-height: 94px;
}

.service-menu .btn-open {
  display: block;
  cursor: pointer;
  position: relative;
  color: #575757;
  padding: 13px 36px 13px 0;
  font: 19px/22px "toyota_displaybold";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-menu .btn-open:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 3px;
  width: 30px;
  height: 2px;
  background: #ec182b;
  box-shadow: 0 5px 0 0 #ec182b, 0 -5px 0 0 #ec182b;
}

.service-menu .btn-open:hover {
  text-decoration: none;
  color: #ec182b;
}

.service-menu ul {
  display: none;
  list-style: none;
  margin: 0 -17px;
  padding: 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
  letter-spacing: -6px;
}

.service-menu li {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  float: left;
}

.service-menu li a {
  display: table;
  width: 100%;
  height: 80px;
  color: #575757;
  font-size: 9px;
  line-height: 11px;
  letter-spacing: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.service-menu li span {
  display: table-cell;
  vertical-align: middle;
}

.service-menu li.active a {
  background: none;
  color: #e81428;
}

.service-menu li a:hover {
  text-decoration: none;
  background: #f6f6f6;
}

.service-menu li span:before {
  content: "";
  display: block;
  margin: 40px auto 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-menu .ico-01 span:before {
  width: 35px;
  height: 35px;
  background: url(../images/ico-48.svg) no-repeat;
  background-size: 35px 35px;
}

.service-menu .active .ico-01 span:before {
  background-image: url(../images/ico-48-2.svg);
}

.no-svg .service-menu .ico-01 span:before {
  background: url(../images/ico-48.png) no-repeat;
}

.no-svg .service-menu .active .ico-01 span:before {
  background-image: url(../images/ico-48-2.png);
}

.service-menu .ico-02 span:before {
  width: 21px;
  height: 37px;
  background: url(../images/ico-49.svg) no-repeat;
  background-size: 21px 37px;
}

.service-menu .active .ico-02 span:before {
  background-image: url(../images/ico-49-2.svg);
}

.no-svg .service-menu .ico-02 span:before {
  background: url(../images/ico-49.png) no-repeat;
}

.no-svg .service-menu .active .ico-02 span:before {
  background-image: url(../images/ico-49-2.png);
}

.service-menu .ico-03 span:before {
  width: 46px;
  height: 28px;
  background: url(../images/ico-50.svg) no-repeat;
  background-size: 46px 26px;
}

.service-menu .active .ico-03 span:before {
  background-image: url(../images/ico-50-2.svg);
}

.no-svg .service-menu .ico-03 span:before {
  background: url(../images/ico-50.png) no-repeat;
}

.no-svg .service-menu .active .ico-03 span:before {
  background-image: url(../images/ico-50-2.png);
}

.service-menu .ico-04 span:before {
  width: 57px;
  height: 34px;
  background: url(../images/ico-51.svg) no-repeat;
  background-size: 57px 34px;
}

.service-menu .active .ico-04 span:before {
  background-image: url(../images/ico-51-2.svg);
}

.no-svg .service-menu .ico-04 span:before {
  background: url(../images/ico-51.png) no-repeat;
}

.no-svg .service-menu .active .ico-04 span:before {
  background-image: url(../images/ico-51-2.png);
}

.service-menu .ico-05 span:before {
  width: 43px;
  height: 34px;
  background: url(../images/ico-52.svg) no-repeat;
  background-size: 43px 34px;
}

.service-menu .active .ico-05 span:before {
  background-image: url(../images/ico-52-2.svg);
}

.no-svg .service-menu .ico-05 span:before {
  background: url(../images/ico-52.png) no-repeat;
}

.no-svg .service-menu .active .ico-05 span:before {
  background-image: url(../images/ico-52-2.png);
}

.service-menu .ico-06 span:before {
  width: 29px;
  height: 32px;
  background: url(../images/ico-46.svg) no-repeat;
  background-size: 29px 32px;
}

.service-menu .active .ico-06 span:before {
  background-image: url(../images/ico-53-2.svg);
}

.no-svg .service-menu .ico-06 span:before {
  background: url(../images/ico-53.png) no-repeat;
}

.no-svg .service-menu .active .ico-06 span:before {
  background-image: url(../images/ico-53-2.png);
}

.service-menu .ico-07 span:before {
  width: 29px;
  height: 32px;
  background: url(../images/ico-54.svg) no-repeat;
  background-size: 29px 31px;
}

.service-menu .active .ico-07 span:before {
  background-image: url(../images/ico-54-2.svg);
}

.no-svg .service-menu .ico-07 span:before {
  background: url(../images/ico-54.png) no-repeat;
}

.no-svg .service-menu .active .ico-07 span:before {
  background-image: url(../images/ico-54-2.png);
}

.service-menu .ico-08 span:before {
  width: 31px;
  height: 31px;
  background: url(../images/ico-55.svg) no-repeat;
  background-size: 31px 31px;
}

.service-menu .active .ico-08 span:before {
  background-image: url(../images/ico-55-2.svg);
}

.no-svg .service-menu .ico-08 span:before {
  background: url(../images/ico-55.png) no-repeat;
}

.no-svg .service-menu .active .ico-08 span:before {
  background-image: url(../images/ico-55-2.png);
}

.service-menu .ico-09 span:before {
  width: 25px;
  height: 32px;
  background: url(../images/ico-56.svg) no-repeat;
  background-size: 25px 32px;
}

.service-menu .active .ico-09 span:before {
  background-image: url(../images/ico-56-2.svg);
}

.no-svg .service-menu .ico-09 span:before {
  background: url(../images/ico-56.png) no-repeat;
}

.no-svg .service-menu .active .ico-09 span:before {
  background-image: url(../images/ico-56-2.png);
}

.service-menu .ico-10 span:before {
  width: 40px;
  height: 34px;
  background: url(../images/ico-57.svg) no-repeat;
  background-size: 40px 34px;
}

.service-menu .active .ico-10 span:before {
  background-image: url(../images/ico-57-2.svg);
}

.no-svg .service-menu .ico-10 span:before {
  background: url(../images/ico-57.png) no-repeat;
}

.no-svg .service-menu .active .ico-10 span:before {
  background-image: url(../images/ico-57-2.png);
}

.service-menu .ico-11 span:before {
  width: 37px;
  height: 33px;
  background: url(../images/ico-58.svg) no-repeat;
  background-size: 37px 33px;
}

.service-menu .active .ico-11 span:before {
  background-image: url(../images/ico-58-2.svg);
}

.no-svg .service-menu .ico-11 span:before {
  background: url(../images/ico-58.png) no-repeat;
}

.no-svg .service-menu .active .ico-11 span:before {
  background-image: url(../images/ico-58-2.png);
}

.service-menu .ico-12 span:before {
  width: 39px;
  height: 36px;
  background: url(../images/ico-59.svg) no-repeat;
  background-size: 39px 36px;
}

.service-menu .active .ico-12 span:before {
  background-image: url(../images/ico-59-2.svg);
}

.no-svg .service-menu .ico-12 span:before {
  background: url(../images/ico-59.png) no-repeat;
}

.no-svg .service-menu .active .ico-12 span:before {
  background-image: url(../images/ico-59-2.png);
}

/* servicos-home */
.gallery.visual {
  margin-bottom: 40px;
}

.gallery.visual .slides > li {
  min-height: 300px;
}

.gallery.visual .slides li > .container {
  min-height: 300px;
  display: block;
}

.gallery.visual h1 {
  color: #5e7688;
  text-transform: uppercase;
  margin: 0;
  padding: 65px 0 0;
  font: 49px/53px "toyota_displayregular", sans-serif;
}

/* services */
.services {
  list-style: none;
  margin: 0 -14px;
  padding: 0;
}

.services:after {
  content: "";
  display: block;
  clear: both;
}

.services li {
  float: left;
  margin: 0 1.13% 46px;
  width: 31%;
}

.services .img {
  overflow: hidden;
  position: relative;
  margin: 0 0 16px;
}

.services .img img {
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.services .block {
  position: relative;
  color: #8a8c8d;
  font: 14px/18px "toyota_displayregular", sans-serif;
  padding: 0 0 0 50px;
}

.services .ico {
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  z-index: 20;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
}

.services .ico-0001 {
  top: -1px;
  left: 0;
  width: 39px;
  height: 39px;
  background: url(../images/ico-0001.svg) no-repeat;
  background-size: 39px 39px;
}

.services .ico-0002 {
  top: 1px;
  left: -1px;
  width: 22px;
  height: 39px;
  background: url(../images/ico-0002.svg) no-repeat;
  background-size: 22px 39px;
  text-indent: 0;
}

.services .ico-0002 span {
  width: 20px;
  height: 12px;
  text-align: center;
  position: absolute;
  z-index: 20;
  top: 8px;
  left: 1px;
  right: 1px;
  color: #8a8c8d;
  font: 9px/12px "toyotatextbolditalic-webfont", sans-serif;
  overflow: hidden;
}

.services .ico-0003 {
  top: 1px;
  left: -5px;
  width: 48px;
  height: 30px;
  background: url(../images/ico-0003.svg) no-repeat;
  background-size: 48px 30px;
}

.services .ico-0004 {
  top: 4px;
  left: -3px;
  width: 47px;
  height: 27px;
  background: url(../images/ico-0004.svg) no-repeat;
  background-size: 47px 27px;
}

.services .ico-0005 {
  top: 3px;
  left: 0;
  width: 38px;
  height: 29px;
  background: url(../images/ico-0005.svg) no-repeat;
  background-size: 38px 29px;
}

.services .ico-0006 {
  top: -1px;
  left: 0;
  width: 33px;
  height: 37px;
  background: url(../images/ico-0006.svg) no-repeat;
  background-size: 33px 37px;
}

.services .ico-0007 {
  top: 2px;
  left: 9px;
  width: 25px;
  height: 32px;
  background: url(../images/ico-0007.svg) no-repeat;
  background-size: 25px 32px;
}

.services .ico-0008 {
  top: 3px;
  left: 1px;
  width: 32px;
  height: 32px;
  background: url(../images/ico-0008.svg) no-repeat;
  background-size: 32px 32px;
}

.services .ico-0009 {
  top: 2px;
  left: 7px;
  width: 26px;
  height: 35px;
  background: url(../images/ico-0009.svg) no-repeat;
  background-size: 26px 35px;
}

.services .ico-0010 {
  top: 4px;
  left: 1px;
  width: 37px;
  height: 31px;
  background: url(../images/ico-0010.svg) no-repeat;
  background-size: 37px 31px;
}

.services .ico-0011 {
  top: 4px;
  left: 4px;
  width: 36px;
  height: 31px;
  background: url(../images/ico-0011.svg) no-repeat;
  background-size: 36px 31px;
}

.services .ico-0012 {
  top: 1px;
  left: 0;
  width: 38px;
  height: 35px;
  background: url(../images/ico-0012.svg) no-repeat;
  background-size: 38px 35px;
}

.no-svg .services .ico-0001 {
  background: url(../images/sprite-0001.png) no-repeat;
}

.no-svg .services .ico-0002 {
  background: url(../images/sprite-0001.png) no-repeat -65px 0;
}

.no-svg .services .ico-0003 {
  background: url(../images/sprite-0001.png) no-repeat -87px 0;
}

.no-svg .services .ico-0004 {
  background: url(../images/sprite-0001.png) no-repeat -135px 0;
}

.no-svg .services .ico-0005 {
  background: url(../images/sprite-0001.png) no-repeat -182px 0;
}

.no-svg .services .ico-0006 {
  background: url(../images/sprite-0001.png) no-repeat -220px 0;
}

.no-svg .services .ico-0007 {
  background: url(../images/sprite-0001.png) no-repeat -253px 0;
}

.no-svg .services .ico-0008 {
  background: url(../images/sprite-0001.png) no-repeat -278px 0;
}

.no-svg .services .ico-0009 {
  background: url(../images/sprite-0001.png) no-repeat -310px 0;
}

.no-svg .services .ico-0010 {
  background: url(../images/sprite-0001.png) no-repeat -336px 0;
}

.no-svg .services .ico-0011 {
  background: url(../images/sprite-0001.png) no-repeat -373px 0;
}

.no-svg .services .ico-0012 {
  background: url(../images/sprite-0001.png) no-repeat -409px 0;
}

.services h2 {
  color: #575757;
  font: 14px/18px arial, sans-serif;
  font-weight: bold;
  margin: 0 0 2px;
  /*font:14px/18px 'toyota_displaybold', sans-serif;*/
  /*text-transform:uppercase;*/
}

.services h2 a {
  /*color:#575757;*/
  color: #000000;
  text-decoration: none;
}

.services h2 a span {
  color: #eb0a1e;
}

.services p {
  margin: 0;
}

.services p a {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 0 35px 0 0;
  color: #8a8c8d;
}

.services p a:before {
  content: "";
  position: absolute;
  z-index: 20;
  top: 5px;
  right: 0;
  width: 26px;
  height: 11px;
  background: url(../images/arrow-0001.svg) no-repeat;
  background-size: 26px 11px;
}

.no-svg .services p a:before {
  background: url(../images/sprite-0001.png) no-repeat -39px 0;
}

/* faq */
.faq-area {
  position: relative;
  padding: 0 0 9px;
}

.faq-area.car {
  margin-top: 30px;
}

.faq-area header,
.direct-sales header {
  color: #575757;
  text-transform: uppercase;
  padding: 11px 0 29px;
  position: relative;
}

.direct-sales header {
  padding: 16px 0 21px;
}

.faq-area header:before,
.direct-sales header:before {
  content: "";
  width: 91px;
  height: 4px;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  background: #575757;
}

.faq-area h1,
.direct-sales h1 {
  margin: 0;
  font: 30px/34px "toyota_displaybold", sans-serif;
}

.faq {
  margin: 0 -10px;
}

.faq:after {
  content: "";
  display: block;
  clear: both;
}

.faq > ul {
  float: left;
  width: 31.6%;
  margin: 0 0.8%;
  list-style: none;
  padding: 0;
}

.faq > ul > li {
  margin: 0 0 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  background: #fff;
}

.faq > ul > li > a {
  display: block;
  cursor: pointer;
  position: relative;
  color: #575757;
  text-transform: uppercase;
  font: 13px/14px "toyota_displaybold", sans-serif;
  padding: 11px 10px 11px 52px;
  overflow: hidden;
}

.faq > ul > li > a.ico {
  padding-right: 42px;
}

.faq .tbl {
  display: table;
  width: 100%;
  height: 42px;
}

.faq .tbl-cell {
  display: table-cell;
  vertical-align: middle;
}

.faq > ul > li > a:hover,
.faq > ul > li > ul > li > a:hover {
  text-decoration: none;
}

.faq > ul > li > a:before,
.faq > ul > li > ul > li > a:before {
  content: "";
  position: absolute;
  top: 21px;
  left: 20px;
  z-index: 20;
  width: 23px;
  height: 23px;
  overflow: hidden;
  background: url(../images/ico-plus.svg) no-repeat;
  background-size: 22px 22px;
}

.faq > ul > li > a.active:before,
.faq > ul > li > ul > li > a.active:before {
  background: url(../images/ico-minus.svg) no-repeat;
  background-size: 22px 22px;
}

.faq > ul > li > ul > li > a:before {
  top: 15px;
  left: 52px;
}

.no-svg #accordion-0004 .opener:after,
.no-svg .map-accordion .opener:after {
  width: 23px;
  height: 23px;
  top: -3px;
  background: url(../images/ico-plus.png) no-repeat;
}

.no-svg .faq > ul > li > a:before,
.no-svg .faq > ul > li > ul > li > a:before {
  background: url(../images/sprite-0001.png) no-repeat -447px 0;
}

.no-svg .faq > ul > li > a.active:before,
.no-svg .faq > ul > li > ul > li > a.active:before,
.no-svg #accordion-0004 .opener.active:after {
  background: url(../images/sprite-0001.png) no-repeat -470px 0;
}

.faq > ul > li > a.ico:after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  z-index: 20;
}

.faq > ul > li > a.ico-01:after {
  width: 18px;
  height: 14px;
  background: url(../images/ico-107.svg) no-repeat;
  background-size: 18px 14px;
}

.no-svg .faq > ul > li > a.ico-01:after {
  background: url(../images/ico-107.png) no-repeat;
}

.faq > ul > li > a.ico-02:after {
  width: 18px;
  height: 13px;
  background: url(../images/ico-108.svg) no-repeat;
  background-size: 18px 13px;
}

.no-svg .faq > ul > li > a.ico-02:after {
  background: url(../images/ico-108.png) no-repeat;
}

.faq > ul > li > a.ico-03:after {
  width: 21px;
  height: 16px;
  background: url(../images/ico-155.svg) no-repeat;
  background-size: 21px 16px;
}

.no-svg .faq > ul > li > a.ico-03:after {
  background: url(../images/ico-155.png) no-repeat;
}

.faq > ul > li > a.ico-03:after {
  width: 21px;
  height: 16px;
  background: url(../images/ico-155.svg) no-repeat;
  background-size: 21px 16px;
}

.no-svg .faq > ul > li > a.ico-03:after {
  background: url(../images/ico-155.png) no-repeat;
}

.faq > ul > li > a.active.ico:after {
  display: none;
}

.faq > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: solid 1px #ec182b;
}

.faq > ul > li > ul > li > a {
  display: block;
  cursor: pointer;
  position: relative;
  color: #575757;
  font: 14px/20px "toyota_displayregular", sans-serif;
  padding: 17px 10px 16px 84px;
  overflow: hidden;
}

.faq > ul > li > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 11px 20px 22px 84px;
  border-top: solid 1px #8a8c8e;
}

.faq > ul > li > ul > li > ul > li {
  color: #8a8c8e;
  font: 14px/23px "toyota_displayregular", sans-serif;
}

.faq ul p {
  margin: 0 19px;
  word-wrap: break-word;
  font: 14px/23px "toyota_displayregular", sans-serif;
}

.car .faq ul p {
  margin: 20px 40px;
}

.faq ul p a {
  color: #8a8c8e;
  text-decoration: underline;
  font: 14px/23px "toyota_displaybold", sans-serif;
}

.faq ul p a:hover {
  text-decoration: none;
}

.faq ul .title {
  display: block;
  color: #575757;
  padding: 0 0 12px;
  font: 14px/18px "toyota_displayregular", sans-serif;
}

.faq ul .buttons {
  position: relative;
}

.faq ul .buttons:after {
  content: "";
  display: block;
  clear: both;
}

.faq ul .buttons a:first-child {
  margin-left: 0;
}

.faq ul .buttons a {
  margin: 0 0 0 10px;
  float: left;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background: #eb0a1e;
  padding: 5px;
  text-align: center;
  -webkit-box-shadow: 0 2px 0 #9f0c19;
  -moz-box-shadow: 0 2px 0 #9f0c19;
  box-shadow: 0 2px 0 #9f0c19;
  height: 18px;
  min-width: 53px;
  font: 14px/18px "toyota_displaybold", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq ul .buttons a:hover {
  text-decoration: none;
  background: #d4091b;
}

.faq .media-item {
  position: relative;
  padding: 0 0 45px;
}

.faq .media-item .base {
  display: block;
}

.faq .media-item img {
  display: block;
  width: 100%;
}

.faq .media-item .base.video {
  cursor: pointer;
  position: relative;
}

.faq .media-item .base.video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 58px;
  height: 58px;
  background: url(../images/ico-109.svg) no-repeat;
  background-size: 58px 58px;
}

.no-svg .faq .media-item .base.video:after {
  background: url(../images/ico-109.png) no-repeat;
}

.faq .media-item .btn-exp {
  position: absolute;
  right: 9px;
  bottom: 14px;
  width: 17px;
  height: 15px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/ico-110.png) no-repeat;
}

.fancy-media .fancybox-close {
  top: 26px;
  right: 12px;
  width: 19px;
  height: 19px;
  background: url(../images/ico-111.svg) no-repeat;
  background-size: 19px 19px;
}

.no-svg .fancy-media .fancybox-close {
  background: url(../images/ico-111.png) no-repeat;
}

/* direct-sales */
.direct-sales {
  padding: 0 0 24px;
}

.direct-sales .columns {
  position: relative;
}

.direct-sales .columns:after {
  content: "";
  display: block;
  clear: both;
}

.direct-sales .columns .column-left {
  float: left;
  width: 65%;
  padding: 10px 0 0;
}

.direct-sales .columns .column-right {
  float: right;
  width: 34%;
  padding: 9px 0 0;
}

.direct-sales .title {
  display: block;
  color: #8a8c8e;
  padding: 0 30% 76px 0;
  font: 14px/23px "toyota_displayregular", sans-serif;
}

.direct-sales .title strong {
  font: 14px/23px "toyota_displaybold", sans-serif;
}

.direct-sales .block {
  padding: 0 0 50px;
  color: #8a8c8e;
  font: 14px/21px "toyota_displayregular", sans-serif;
}

.direct-sales .block:after {
  content: "";
  display: block;
  clear: both;
}

.direct-sales .block.small-block {
  padding-right: 30%;
}

.direct-sales .columns .column-left .block {
  padding-bottom: 90px;
}

.direct-sales .columns .block.last-child {
  padding-bottom: 0;
}

.direct-sales .block .img {
  float: left;
  overflow: hidden;
}

.direct-sales .block .img-0001 {
  width: 70.4%;
  margin: -55px -19.7% 0 -5.5%;
}

.direct-sales .block .img-0002 {
  width: 35%;
  margin: -1px 1.4% 0 -5.1%;
}

.direct-sales .block .img-0003 {
  width: 52.8%;
  margin: -7px 8% 0 -45.5%;
}

.direct-sales .block .img-0004 {
  width: 52%;
  margin: -6px 8% 0 -45%;
}

.direct-sales .block .img img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.direct-sales .block .description {
  overflow: hidden;
  position: relative;
  z-index: 20;
  padding: 0 5px 5px 0;
}

.direct-sales .block h2 {
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #575757;
  font: 22px/26px "toyota_displaybold", sans-serif;
}

.direct-sales .block p {
  margin: 0 0 8px;
}

.direct-sales .block strong {
  font: normal 14px/20px "toyota_displaybold", sans-serif;
}

.direct-sales .block p strong span {
  color: #eb0a1e;
}

.direct-sales .block .holder {
  padding: 13px 64px 0 0;
}

.direct-sales .block .holder strong {
  display: none;
  color: #8a8c8e;
}

.direct-sales .block .holder a:hover strong {
  /*display:block;*/
}

.direct-sales .block .holder span {
  display: block;
  color: #eb0a1e;
}

.direct-sales .block .holder a {
  padding: 19px 50px 22px 23px;
  display: block;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.direct-sales .box {
  background: #fff;
  position: relative;
  -webkit-box-shadow: 1px 2px 2px rgba(20, 20, 20, 0.1);
  box-shadow: 1px 2px 2px rgba(20, 20, 20, 0.1);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #8a8c8e;
  font: 14px/20px "toyota_displaybold", sans-serif;
}

.direct-sales .box p {
  margin: 0;
}

.direct-sales .box p a {
  color: #eb0a1e;
}

.direct-sales .block .holder a:after {
  position: absolute;
  z-index: 30;
  bottom: 22px;
  right: 19px;
  width: 25px;
  height: 18px;
  background: url(../images/arrow-0002.svg) no-repeat;
  background-size: 25px 18px;
  content: "";
}

.no-svg .direct-sales .block .holder a:after {
  background: url(../images/sprite-0001.png) no-repeat -493px 0;
}

/* terms */
.terms {
  color: #8a8c8e;
  font: 12px/18px "toyota_displayregular", sans-serif;
  padding: 1px 0 3px;
}

.terms p {
  margin: 0 0 10px;
  text-align: justify;
}

.menu-holder .menu-block {
  top: 289px;
}

/* history-info */
.history-info {
  border-bottom: solid 1px #8a8d8e;
  padding: 32px 0 50px;
  margin: 0 0 60px;
}

.history-info .top {
  padding: 0 0 12px;
  color: #8a8c8e;
  font: 14px/21px "toyota_displayregular", sans-serif;
}

.history-info .top:after {
  content: "";
  display: block;
  clear: both;
}

.history-info .photo {
  float: right;
  width: 22.3%;
  margin: 11px 0 0 5%;
}

.history-info .photo img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.history-info .top .block {
  overflow: hidden;
}

.history-info .top .page-title h1 {
  margin: 0 0 31px;
}

.history-info .top .block p {
  margin: 0;
}

.history-info .section {
  position: relative;
}

.history-info .section:after {
  content: "";
  display: block;
  clear: both;
}

.history-info .box {
  float: left;
  width: 23%;
  padding: 0 5.4% 0 0;
}

.history-info .box .img {
  background: #f6f6f6;
  padding: 7px;
  border: solid 5px #eb0a1e;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}

.history-info .box .img img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.history-info .box .img-model {
  position: relative;
  z-index: 30;
  margin: -49px -6% 0 -6.4%;
  overflow: hidden;
}

.history-info .box .img-model img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.history-info .description {
  overflow: hidden;
  padding: 6px 0 0;
  color: #8a8c8e;
  font: 14px/21px "toyota_displayregular", sans-serif;
}

.history-info .description h2 {
  color: #575757;
  margin: 0 0 9px;
  text-transform: uppercase;
  font: 22px/26px "toyota_displaybold", sans-serif;
}

.history-info .description p {
  margin: 0 0 5px;
}

.thumbs-area {
  padding: 0 0 10px;
}

.thumbs-area h2 {
  color: #575757;
  margin: 0 0 33px;
  padding: 13px 0 0;
  position: relative;
  text-transform: uppercase;
  font: 22px/26px "toyota_displaybold", sans-serif;
}

.thumbs-area h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 91px;
  height: 4px;
  background: #575757;
}

.thumbs-nav {
  list-style: none;
  margin: 0 -12px;
  padding: 0;
}

.thumbs-nav:after {
  content: "";
  display: block;
  clear: both;
}

.thumbs-nav li {
  float: left;
  width: 22.8%;
  padding: 0 1.1% 27px;
}

.thumbs-nav .double-width {
  width: 47.8%;
}

.thumbs-nav a {
  display: block;
  cursor: pointer;
  position: relative;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px rgba(20, 20, 20, 0.3);
  box-shadow: 0 2px 2px rgba(20, 20, 20, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.thumbs-nav a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 2px 2px rgba(20, 20, 20, 0.3);
  box-shadow: 0 4px 10px rgba(20, 20, 20, 0.5);
}

.thumbs-nav a span {
  display: block;
  overflow: hidden;
  height: 239px;
}

.thumbs-nav a span img {
  display: block;
  width: 100%;
  min-width: 270px;
  position: relative;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.thumbs-nav a strong {
  display: block;
  position: relative;
  padding: 5px 60px 5px 20px;
  text-transform: uppercase;
  color: #575757;
  font: 19px/21px "toyota_displaybold", sans-serif;
  height: 77px;
  overflow: hidden;
}

.thumbs-nav a strong:before {
  content: "";
  width: 25px;
  height: 18px;
  position: absolute;
  z-index: 20;
  top: 50%;
  right: 21px;
  margin: -7px 0 0;
  background: url(../images/arrow-0002.svg) no-repeat;
  background-size: 25px 18px;
}

.no-svg .thumbs-nav a strong:before {
  background: url(../images/sprite-0001.png) no-repeat -493px 0;
}

.thumbs-nav a strong b {
  font-weight: normal;
  display: table;
  width: 100%;
  height: 100%;
}

.thumbs-nav a strong em {
  font-style: normal;
  display: table-cell;
  vertical-align: middle;
}

.thumbs-nav2 {
  margin-left: auto;
  margin-right: auto;
}

.thumbs-nav2 li {
  width: 272px;
  padding: 0;
  margin: 0 0 26px;
}

.thumbs-nav2 .double-width {
  width: 570px;
}

/* symbol-info */
.symbol-info {
  border-bottom: solid 1px #8a8d8e;
  padding: 5px 0 41px;
  margin: 0 0 60px;
}

.symbol-info .top {
  padding: 0 2.7% 12px 0;
}

.symbol-info .top:after {
  content: "";
  display: block;
  clear: both;
}

.symbol-info .top .block {
  float: left;
  width: 63%;
  color: #8a8c8e;
  font: 14px/23px "toyota_displayregular", sans-serif;
}

.symbol-info .top .block .page-title h1 {
  margin: 0 0 42px;
}

.symbol-info .top .block p {
  margin: 0;
}

.symbol-info .top .img {
  float: right;
  width: 31%;
  overflow: hidden;
  margin: 14px 0 0;
}

.symbol-info .top .img img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.symbol-info h2 {
  color: #575757;
  text-transform: uppercase;
  margin: 0 0 18px;
  font: 22px/26px "toyota_displaybold", sans-serif;
}

.symbol-info .columns {
  padding: 0 0 10px;
}

.symbol-info .columns:after {
  content: "";
  display: block;
  clear: both;
}

.symbol-info .columns ul {
  float: left;
  width: 43%;
  list-style: none;
  margin: 0;
  padding: 0 0 0 7.7%;
}

.symbol-info .columns ul:first-child {
  padding-left: 0;
}

.symbol-info .columns li {
  padding: 0 0 10px 28px;
  position: relative;
  color: #8a8c8e;
  font: 14px/21px "toyota_displayregular", sans-serif;
}

.symbol-info .columns li:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  z-index: 20;
  width: 17px;
  height: 14px;
  background: url(../images/ico-61.svg) no-repeat;
  background-size: 17px 14px;
}

.no-svg .symbol-info .columns li:before {
  background: url(../images/ico-61.png) no-repeat;
}

/* reasons-info */
.reasons-info {
  margin: 0 0 60px;
  padding: 16px 0 46px;
  border-bottom: solid 1px #8a8d8e;
}

.reasons-info ul {
  list-style: none;
  margin: 0 -12px 0 -13px;
  padding: 0;
  letter-spacing: -3px;
  font-size: 0;
  line-height: 0;
}

.reasons-info:after {
  content: "";
  display: block;
  clear: both;
}

.reasons-info li {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  letter-spacing: 0;
}

.reasons-info .in {
  margin: 0 12px 10px 13px;
  min-height: 233px;
}

.reasons-info .img {
  overflow: hidden;
  height: 136px;
  margin: 0 0 20px;
  -webkit-transition: height 1s ease;
  transition: height 1s ease;
}

.reasons-info .img img {
  display: block;
  width: 100%;
  max-width: 100%;
  -webkit-transition: margin-top 1s ease;
  transition: margin-top 1s ease;
}

.reasons-info li:hover .img,
.reasons-info li:focus .img {
  height: 98px;
}

.reasons-info li:hover .img img,
.reasons-info li:focus .img img {
  margin-top: -19px;
}

.reasons-info .block {
  position: relative;
  padding: 0 25px 10px 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  color: #575757;
  text-transform: uppercase;
  font: 16px/18px "toyota_displayregular", sans-serif;
  height: 37px;
}

.reasons-info li:hover .block,
.reasons-info li:focus .block {
  height: 84px;
}

.reasons-info .block:before {
  content: "";
  width: 70px;
  height: 4px;
  background: #575757;
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
}

.reasons-info h2 {
  color: #575757;
  text-transform: uppercase;
  font: 24px/28px "toyota_displaybold", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
}

.reasons-info li:hover h2,
.reasons-info li:focus h2 {
  color: #e81428;
}

.reasons-info p {
  margin: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  padding: 10px 0 0;
}

.reasons-info li:hover p,
.reasons-info li:focus p {
  height: auto;
  opacity: 1;
}

.reasons-info p span {
  display: block;
}

.reasons-info .opener {
  position: absolute;
  right: 0;
  bottom: 1px;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/ico-plus.svg) no-repeat;
  background-size: 18px 18px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.no-svg .reasons-info .opener {
  background: url(../images/sprite-0001.png) no-repeat -518px 0;
}

.reasons-info li:hover .opener,
.reasons-info li:focus .opener {
  opacity: 0;
}

/* search-col */
.search-col {
  float: left;
  width: 56%;
  padding: 10px 0 20px;
}

.search-form {
  margin: 0 0 32px;
}

.search-form:after {
  clear: both;
  content: "";
  display: block;
}

.search-form .text {
  float: left;
  width: 338px;
  height: 51px;
  padding: 15px 24px;
  margin: 0 10px 0 0;
  border: 1px solid #d1d1d1;
  border-color: #d1d1d1 #f0f0f0 #fff;
  background: #fff;
  color: #8a8c8e;
  text-transform: uppercase;
  position: relative;
  font: 14px/19px "toyota_displaybold";
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.search-form .btn-submit {
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  width: 41px;
  height: 51px;
  line-height: 0;
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
  position: relative;
}

.search-form .btn-submit:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 21px;
  height: 21px;
  background: url(../images/ico-25.svg) no-repeat;
  background-size: 21px 21px;
}

.no-svg .search-form .btn-submit:after {
  background: url(../images/ico-25.html) no-repeat;
}

.search-col .separator {
  border-top-color: #d8d9d9;
  padding-top: 28px;
}

.search-filter {
  padding: 0 0 8px;
}

.search-filter .str {
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: #e81428;
  margin: 0 0 16px;
}

.search-filter .filter-list {
  margin: 0 -22px 12px;
  text-align: center;
  font: 11px/14px "toyota_displaybold";
  text-transform: uppercase;
}

.search-filter .filter-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 70px;
  display: table;
}

.search-filter .filter-list li {
  display: table-cell;
  vertical-align: middle;
  width: 15%;
}

.search-filter .filter-list a {
  display: block;
  cursor: pointer;
  position: relative;
  color: #8a8c8e;
  padding: 40px 0 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-filter .filter-list a:hover,
.search-filter .filter-list .active a {
  text-decoration: none;
  color: #e81428;
}

.search-filter .filter-list a:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 50%;
}

.search-filter .filter-list .ico-01:before {
  top: 3px;
  width: 37px;
  height: 26px;
  margin-left: -19px;
  background: url(../images/ico-95.svg) no-repeat;
  background-size: 37px 26px;
}

.no-svg .search-filter .filter-list .ico-01:before {
  background: url(../images/ico-95.png) no-repeat;
}

.search-filter .filter-list .ico-02:before {
  top: -1px;
  width: 35px;
  height: 34px;
  margin-left: -18px;
  background: url(../images/ico-96.svg) no-repeat;
  background-size: 35px 34px;
}

.no-svg .search-filter .filter-list .ico-02:before {
  background: url(../images/ico-96.png) no-repeat;
}

.search-filter .filter-list .ico-03:before {
  top: 3px;
  width: 34px;
  height: 27px;
  margin-left: -17px;
  background: url(../images/ico-97.svg) no-repeat;
  background-size: 34px 27px;
}

.no-svg .search-filter .filter-list .ico-03:before {
  background: url(../images/ico-97.png) no-repeat;
}

.search-filter .filter-list .ico-04:before {
  width: 30px;
  height: 26px;
  margin-left: -15px;
  background: url(../images/ico-98.svg) no-repeat;
  background-size: 30px 26px;
}

.no-svg .search-filter .filter-list .ico-04:before {
  background: url(../images/ico-98.png) no-repeat;
}

.search-filter .filter-list .ico-05:before {
  top: 1px;
  width: 33px;
  height: 29px;
  margin-left: -17px;
  background: url(../images/ico-99.svg) no-repeat;
  background-size: 33px 29px;
}

.no-svg .search-filter .filter-list .ico-05:before {
  background: url(../images/ico-99.png) no-repeat;
}

.search-filter .filter-list .ico-06:before {
  top: 6px;
  width: 35px;
  height: 22px;
  margin-left: -18px;
  background: url(../images/ico-100.png) no-repeat;
}

.search-result {
  font-size: 14px;
  line-height: 20px;
}

.search-result .str {
  display: block;
  margin: -2px 0 20px;
}

.search-result .str strong {
  font-weight: normal;
  font-family: "toyota_displaybold";
}

.search-result .result-list {
  list-style: none;
  margin: 0;
  padding: 0 0 30px;
}

.search-result .result-list > li {
  position: relative;
  padding: 0 0 22px 60px;
}

.search-result .result-list > li:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 7px;
}

.search-result .result-list > li.modelos:before {
  width: 29px;
  height: 19px;
  background: url(../images/ico-101.svg) no-repeat;
  background-size: 29px 19px;
}

.no-svg .search-result .result-list > li.modelos:before {
  background: url(../images/ico-101.png) no-repeat;
}

.search-result .result-list > li.concessionarias:before {
  width: 27px;
  height: 26px;
  background: url(../images/ico-102.svg) no-repeat;
  background-size: 27px 26px;
}

.no-svg .search-result .result-list > li.concessionarias:before {
  background: url(../images/ico-102.png) no-repeat;
}

.search-result .result-list > li.ofertas:before {
  top: -5px;
  width: 31px;
  height: 24px;
  background: url(../images/ico-103.svg) no-repeat;
  background-size: 31px 24px;
}

.no-svg .search-result .result-list > li.ofertas:before {
  background: url(../images/ico-103.png) no-repeat;
}

.search-result .result-list > li.acessorios:before {
  top: -5px;
  width: 28px;
  height: 25px;
  background: url(../images/ico-104.svg) no-repeat;
  background-size: 28px 25px;
}

.no-svg .search-result .result-list > li.acessorios:before {
  background: url(../images/ico-104.png) no-repeat;
}

.search-result .result-list > li.servicos:before {
  top: 3px;
  left: 9px;
  width: 26px;
  height: 21px;
  background: url(../images/ico-105.svg) no-repeat;
  background-size: 26px 21px;
}

.no-svg .search-result .result-list > li.servicos:before {
  background: url(../images/ico-105.png) no-repeat;
}

.search-result .result-list > li.toyota:before {
  width: 27px;
  height: 17px;
  background: url(../images/ico-106.png) no-repeat;
}

.search-result .result-list .name {
  display: block;
  text-transform: uppercase;
  color: #e81427;
  font-weight: normal;
}

.search-result .result-list .name a {
  color: #e81427;
}

.search-result .result-list p {
  margin: 0;
}

.pagination {
  margin: 20px auto !important;
}

.pagination .pagination-page {
  background: #ddd !important;
}

/* competition-list */
.competition-list {
  list-style: none;
  margin: 0 -1.1%;
  padding: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: -6px;
}

.competition-list > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 47.7%;
  margin: 0 1.1% 2.2%;
  padding: 2.9% 2.5% 2.6%;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0;
  background: #fff;
  height: 620px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main .hidden {
  display: none;
}

.competition {
  font-size: 14px;
  line-height: 21px;
  padding: 10px 0 20px;
}

.competition p {
  margin: 0 0 52px;
}

.competition-list strong {
  font-weight: normal;
  font-family: "toyota_displaybold";
}

.competition-list h2 {
  text-transform: uppercase;
  margin: 0 0 8px;
  font-size: 31px;
  line-height: 31px;
  font-weight: normal;
  color: #575757;
}

.competition-list h2 strong {
  display: block;
}

.competition-list p {
  margin: 0 0 24px;
}

.competition-list .btn-holder {
  text-align: center;
}

.competition-list .btn-02 {
  font: 14px/17px "toyota_displaybold";
  padding: 6px 71px 5px 19px;
}

.competition-list .flexslider {
  position: relative;
  padding: 13px 0 39px;
}

.competition-list .flexslider.offset-1 {
  margin-top: -15px;
  margin-bottom: 12px;
}

.competition-list .flexslider .logo {
  position: absolute;
  top: -19px;
  right: -20px;
  z-index: 15;
}

.competition-list .flexslider .logo img {
  vertical-align: top;
}

.competition-list .flexslider .slides img {
  display: block;
  width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.competition-list .flex-control-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -6px;
  text-align: center;
}

.competition-list .flex-control-nav > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 0 7px;
}

.competition-list .flex-control-nav a {
  display: block;
  background: #8a8c8e;
  width: 8px;
  height: 8px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.competition-list .flex-control-nav a:hover,
.competition-list .flex-control-nav a.flex-active {
  background-color: #eb0a1e;
}

.competition-list + .load-more {
  margin-top: 1.6%;
  margin-bottom: 28px;
}

/* events */
.events {
  padding: 20px 0 20px 6px;
}

.events-list {
  list-style: none;
  margin: 0 -1%;
  padding: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: -6px;
  text-align: center;
  color: #8a8c8e;
}

.events-list > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  overflow: hidden;
  width: 31.3%;
  min-height: 281px;
  margin: 0 1% 2.2%;
  padding: 0 0 26px;
  letter-spacing: 0;
  font-size: 13px;
  line-height: 15px;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.events-list > li.full {
  width: 98%;
  min-height: 231px;
  padding-left: 47%;
}

.events-list img {
  display: block;
  max-width: 100%;
  margin: 0 0 16px;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.events-list .full img {
  position: absolute;
  top: -100px;
  left: 0;
  bottom: -100px;
  margin: auto 0;
  width: 47.4%;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.events-list .category {
  position: absolute;
  z-index: 5;
  top: 10px;
  left: 10px;
  padding: 3px 10px;
  text-transform: uppercase;
  background: #f6f6f6;
  color: #eb0e1e;
  font-size: 11px;
  line-height: 14px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.events-list .category.type-2 {
  color: #fff;
  background-color: #eb0e1e;
}

.events-list .category.off {
  display: none;
}

.events-list .descr {
  padding: 0 20px;
}

.events-list .full .descr {
  padding-top: 41px;
  padding-left: 12px;
}

.events-list header {
  color: #575757;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  padding: 0 0 19px;
}

.events-list .full header {
  font-size: 20px;
  line-height: 23px;
  padding-bottom: 15px;
}

.events-list .name {
  display: block;
  font: 24px/27px "toyota_displaybold";
  margin: 0 0 4px;
}

.events-list .full .name {
  font-size: 30px;
  line-height: 33px;
}

.events-list .name a {
  color: #575757;
}

.events-list .date {
  display: block;
  font-style: normal;
}

.events-list .place {
  display: block;
}

.events-list p {
  margin: 0;
}

.events-list .more {
  position: absolute;
  right: 11px;
  bottom: 9px;
  width: 27px;
  height: 18px;
  background: url(../images/ico-42.svg) no-repeat;
  background-size: 27px 18px;
  text-indent: -9999px;
  overflow: hidden;
}

.no-svg .events-list .more {
  background: url(../images/ico-42.png) no-repeat;
}

.events-list + .load-more {
  margin-top: 24px;
}

.events .col-holder {
  padding: 0 0 28px;
}

.events .col-holder:first-child {
  margin-top: -28px;
}

.events .col-holder:after {
  clear: both;
  content: "";
  display: block;
}

.events .col-holder .col-l {
  float: left;
  width: 48%;
}

.events .col-holder .col-r {
  float: right;
  width: 47.9%;
}

.events .col-holder .offset-2 {
  margin-left: 17px;
}

.events .event-header {
  padding: 0 0 24px;
  color: #575757;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 21px;
}

.events .event-header h1 {
  font: 46px/49px "toyota_displaybold";
  margin: 0 0 15px;
}

.events .event-header .date {
  font-style: normal;
  display: block;
}

.events .event-header .place {
  display: block;
}

.event-descr {
  font-size: 14px;
  line-height: 23px;
  color: #8a8c8e;
}

.event-gallery {
  padding: 0 0 10px;
}

.event-gallery img {
  display: block;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.event-switcher {
  position: relative;
  padding: 28px 40px 16px;
}

.event-switcher .slides > li {
  width: 75px;
  margin: 0 26px 0 0;
}

.event-switcher img {
  display: block;
  width: 100%;
  position: relative;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.event-switcher .flex-control-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
  letter-spacing: -6px;
}

.event-switcher .flex-control-nav li {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 0 7px;
}

.event-switcher .flex-control-nav a {
  display: block;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  width: 8px;
  height: 8px;
  cursor: pointer;
  background: #8a8c8e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.event-switcher .flex-control-nav a:hover,
.event-switcher .flex-control-nav a.flex-active {
  background-color: #ef0c23;
}

.event-switcher .flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.event-switcher .flex-direction-nav a {
  position: absolute;
  width: 17px;
  height: 32px;
  top: 49px;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.event-switcher .flex-direction-nav .flex-prev {
  left: 0;
  background: url(../images/ico-74.svg) no-repeat;
  background-size: 17px 32px;
}

.no-svg .event-switcher .flex-direction-nav .flex-prev {
  background: url(../images/ico-74.png) no-repeat;
}

.event-switcher .flex-direction-nav .flex-next {
  right: 0;
  background: url(../images/ico-75.svg) no-repeat;
  background-size: 17px 32px;
}

.no-svg .event-switcher .flex-direction-nav .flex-next {
  background: url(../images/ico-75.png) no-repeat;
}

.event-switcher .flex-direction-nav a:hover {
  opacity: 0.7;
}

.events .page-title h2 {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 20px;
}

.events .map {
  max-width: 554px;
}

.events .staff {
  position: relative;
  max-width: 193px;
  padding: 34px 256px 14px 40px;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.events .staff ul {
  list-style: none;
  margin: -4px -10px 0 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: -6px;
  text-transform: uppercase;
}

.events .staff li {
  display: inline-block;
  vertical-align: top;
  width: 84px;
  padding: 0 10px 13px 0;
  font: 11px/13px "toyota_textregular";
  letter-spacing: 0;
}

.events .staff li a {
  display: block;
  cursor: pointer;
  color: #575757;
}

.events .staff li img {
  display: block;
  margin: 0 0 5px;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.events .staff .name,
.events .staff .role {
  display: block;
  font-weight: normal;
}

.events .staff .add-info {
  position: absolute;
  top: 34px;
  right: 33px;
  bottom: 37px;
  width: 213px;
  height: 267px;
  display: table;
  color: #575757;
  font-size: 12px;
  line-height: 17px;
  background: #dcdcdd;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.events .staff .add-info .in {
  display: table-cell;
  vertical-align: bottom;
  padding: 30px 10px 30px 23px;
}

.events .staff .add-info .str {
  display: block;
}

.events .staff .add-info a {
  color: #575757;
}

.events .staff .add-info h3 {
  font: 20px/21px "toyota_displaybold";
  text-transform: uppercase;
  margin: 0 0 4px;
}

.events .map .text {
  background: #eb0a1e;
  top: 18px;
}

.events .map .address {
  overflow: visible;
  float: right;
  font-size: 14px;
  line-height: 16px;
  margin-right: 26px;
  padding-top: 5px;
  padding-bottom: 6px;
  padding-left: 23px;
}

.events .img-block {
  padding: 0 0 16px;
}

.events .img-block img {
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* innovation-info */
.innovation-info {
  padding: 0 41.6% 36px 0;
  margin: 0 0 60px;
  font-size: 14px;
  line-height: 23px;
  color: #8a8c8e;
  border-bottom: 1px solid #8a8d8e;
}

.innovation-info:after {
  clear: both;
  content: "";
  display: block;
}

.innovation-info .content-part {
  float: left;
  width: 100%;
}

.innovation-info .page-title h1 {
  margin-bottom: 43px;
}

.innovation-info .img {
  float: right;
  margin: 4.2% -63.2% 0 1.2%;
  width: 61%;
  position: relative;
  text-align: center;
}

.innovation-info .img:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -155px 0 0 -155px;
  width: 310px;
  height: 310px;
  background: #fff;
  box-shadow: 0 0 180px 80px rgb(255, 255, 255);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.innovation-info .img img {
  max-width: 100%;
  height: auto;
}

.innovation-info p {
  margin: 0 0 15px;
}

.innovation-info .img-offset {
  margin: 0 -19.2% 0 9.1%;
  padding: 22px 0 0;
}

.innovation-info .img-offset img {
  display: block;
  width: 100%;
}

/* dealer-info */
.dealer-info {
  padding: 12px 0 0;
}

.dealer-filter {
  width: 49%;
  padding: 0 0 25px;
}

.dealer-filter .row:after {
  clear: both;
  content: "";
  display: block;
}

.dealer-filter .frame {
  float: left;
}

.dealer-filter .frame + .frame {
  padding-left: 1.7%;
}

.dealer-filter .frame-1 {
  width: 17.2%;
}

.dealer-filter .frame-2 {
  width: 81%;
}

.dealer-filter .sel-hold {
  position: relative;
  min-height: 51px;
  padding: 0 0 12px;
}

.dealer-filter .sel-hold .select-area {
  width: auto !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.dealer-filter .sel-hold select {
  float: left;
  width: 100%;
}

.dealer-filter .sel-hold .select2 {
  float: left;
  width: 100% !important;
}

.dealer-filter .sel-hold.select-color-1 .select2-selection {
  background: #FFFFFF;
}

.dealer-filter .sel-hold.select-color-2 .select2-selection {
  background: #f0f0f0;
}

.dealer-filter .sel-hold .select2-selection__rendered {
  color: #8a8d8e;
}

.dealer-info .choose-service,
.report-choose {
  position: relative;
  z-index: 40;
  margin: 0 0 12px;
}

.dealer-info .choose-service .btn-open,
.report-choose .btn-open {
  display: block;
  position: relative;
  cursor: pointer;
  background: #fff;
  color: #8a8c8e;
  font: 16px/19px "toyota_displaybold";
  padding: 15px 32px 15px 19px;
  text-transform: uppercase;
  border: 1px solid #d1d1d1;
  border-color: #d1d1d1 #f0f0f0 #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.dealer-info .choose-service .btn-open:after,
.report-choose .btn-open:after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto 0;
  width: 19px;
  height: 18px;
  background: url(../images/ico-72.svg) no-repeat;
  background-size: 19px 18px;
}

.no-svg .dealer-info .choose-service .btn-open:after,
.no-svg .report-choose .btn-open:after {
  background: url(../images/ico-72.png) no-repeat;
}

.dealer-info .choose-service .btn-open:hover,
.report-choose .btn-open:hover {
  text-decoration: none;
}

.dealer-info .choose-service .service-drop,
.report-choose ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-width: 0 1px;
  padding: 0 18px;
  font-size: 14px;
  line-height: 17px;
  color: #8a8c8e;
  display: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.dealer-info .choose-service .service-drop p {
  margin: 0 0 20px;
}

.dealer-info .choose-service .service-drop ul {
  list-style: none;
  margin: 0 -1px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: -6px;
  text-transform: uppercase;
}

.dealer-info .choose-service .service-drop li {
  display: inline-block;
  vertical-align: top;
  font-size: 9px;
  line-height: 11px;
  letter-spacing: 0;
  text-align: center;
  width: 83px;
  padding: 0 3px 10px;
}

.dealer-info .choose-service .service-drop li a {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 50px 0 0;
  color: #575757;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dealer-info .choose-service .service-drop li a:hover,
.dealer-info .choose-service .service-drop li.active a {
  text-decoration: none;
  color: #e81428;
}

.dealer-info .choose-service .service-drop .ico:before,
.dealer-info .dealer-item .available-service .ico:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.dealer-info .choose-service .service-drop .ico-01:before,
.dealer-info .dealer-item .available-service .ico-01:before {
  margin-top: 1px;
  width: 35px;
  height: 35px;
  background: url(../images/ico-48.svg) no-repeat;
  background-size: 35px 35px;
}

.no-svg .dealer-info .choose-service .service-drop .ico-01:before,
.no-svg .dealer-info .dealer-item .available-service .ico-01:before {
  background: url(../images/ico-48.png) no-repeat;
}

.dealer-info .choose-service .service-drop .ico-01:hover:before,
.dealer-info .choose-service .service-drop .active .ico-01:before {
  background-image: url(../images/ico-48-2.svg);
}

.no-svg .dealer-info .choose-service .service-drop .ico-01:hover:before,
.no-svg .dealer-info .choose-service .service-drop .active .ico-01:before {
  background-image: url(../images/ico-48-2.png);
}

.dealer-info .choose-service .service-drop .ico-02:before,
.dealer-info .dealer-item .available-service .ico-02:before {
  margin-top: 1px;
  width: 21px;
  height: 37px;
  background: url(../images/ico-49.svg) no-repeat;
  background-size: 21px 37px;
}

.no-svg .dealer-info .choose-service .service-drop .ico-02:before,
.no-svg .dealer-info .dealer-item .available-service .ico-02:before {
  background: url(../images/ico-49.png) no-repeat;
}

.dealer-info .choose-service .service-drop .ico-02:hover:before,
.dealer-info .choose-service .service-drop .active .ico-02:before {
  background-image: url(../images/ico-49-2.svg);
}

.no-svg .dealer-info .choose-service .service-drop .ico-02:hover:before,
.no-svg .dealer-info .choose-service .service-drop .active .ico-02:before {
  background-image: url(../images/ico-49-2.png);
}

.dealer-info .choose-service .service-drop .ico-03:before,
.dealer-info .dealer-item .available-service .ico-03:before {
  margin-top: 5px;
  width: 46px;
  height: 28px;
  background: url(../images/ico-50.svg) no-repeat;
  background-size: 46px 28px;
}

.no-svg .dealer-info .choose-service .service-drop .ico-03:before,
.no-svg .dealer-info .dealer-item .available-service .ico-03:before {
  background: url(../images/ico-50.png) no-repeat;
}

.dealer-info .choose-service .service-drop .ico-03:hover:before,
.dealer-info .choose-service .service-drop .active .ico-03:before {
  background-image: url(../images/ico-50-2.svg);
}

.no-svg .dealer-info .choose-service .service-drop .ico-03:hover:before,
.no-svg .dealer-info .choose-service .service-drop .active .ico-03:before {
  background-image: url(../images/ico-50-2.png);
}

.dealer-info .choose-service .service-drop .ico-04:before,
.dealer-info .dealer-item .available-service .ico-04:before {
  margin-top: 2px;
  width: 57px;
  height: 34px;
  background: url(../images/ico-51.svg) no-repeat;
  background-size: 57px 34px;
}

.no-svg .dealer-info .choose-service .service-drop .ico-04:before,
.no-svg .dealer-info .dealer-item .available-service .ico-04:before {
  background: url(../images/ico-51.png) no-repeat;
}

.dealer-info .choose-service .service-drop .ico-04:hover:before,
.dealer-info .choose-service .service-drop .active .ico-04:before {
  background-image: url(../images/ico-51-2.svg);
}

.no-svg .dealer-info .choose-service .service-drop .ico-04:hover:before,
.no-svg .dealer-info .choose-service .service-drop .active .ico-04:before {
  background-image: url(../images/ico-51-2.png);
}

.dealer-info .choose-service .service-drop .ico-05:before,
.dealer-info .dealer-item .available-service .ico-05:before {
  margin-top: 2px;
  width: 43px;
  height: 34px;
  background: url(../images/ico-52.svg) no-repeat;
  background-size: 43px 34px;
}

.no-svg .dealer-info .choose-service .service-drop .ico-05:before,
.no-svg .dealer-info .dealer-item .available-service .ico-05:before {
  background: url(../images/ico-52.png) no-repeat;
}

.dealer-info .choose-service .service-drop .ico-05:hover:before,
.dealer-info .choose-service .service-drop .active .ico-05:before {
  background-image: url(../images/ico-52-2.svg);
}

.no-svg .dealer-info .choose-service .service-drop .ico-05:hover:before,
.no-svg .dealer-info .choose-service .service-drop .active .ico-05:before {
  background-image: url(../images/ico-52-2.png);
}

.dealer-info .choose-service .service-drop .ico-06:before,
.dealer-info .dealer-item .available-service .ico-06:before {
  margin-top: 2px;
  width: 29px;
  height: 32px;
  background: url(../images/ico-53.svg) no-repeat;
  background-size: 29px 32px;
}

.no-svg .dealer-info .choose-service .service-drop .ico-06:before,
.no-svg .dealer-info .dealer-item .available-service .ico-06:before {
  background: url(../images/ico-53.png) no-repeat;
}

.dealer-info .choose-service .service-drop .ico-06:hover:before,
.dealer-info .choose-service .service-drop .active .ico-06:before {
  background-image: url(../images/ico-53-2.svg);
}

.no-svg .dealer-info .choose-service .service-drop .ico-06:hover:before,
.no-svg .dealer-info .choose-service .service-drop .active .ico-06:before {
  background-image: url(../images/ico-53-2.png);
}

.dealer-info .choose-service .service-drop .ico-07:before,
.dealer-info .dealer-item .available-service .ico-07:before {
  margin-top: 2px;
  width: 29px;
  height: 31px;
  background: url(../images/ico-54.svg) no-repeat;
  background-size: 29px 31px;
}

.no-svg .dealer-info .choose-service .service-drop .ico-07:before,
.no-svg .dealer-info .dealer-item .available-service .ico-07:before {
  background: url(../images/ico-54.png) no-repeat;
}

.dealer-info .choose-service .service-drop .ico-07:hover:before,
.dealer-info .choose-service .service-drop .active .ico-07:before {
  background-image: url(../images/ico-54-2.svg);
}

.no-svg .dealer-info .choose-service .service-drop .ico-07:hover:before,
.no-svg .dealer-info .choose-service .service-drop .active .ico-07:before {
  background-image: url(../images/ico-54-2.png);
}

.dealer-info .choose-service .service-drop .ico-08:before,
.dealer-info .dealer-item .available-service .ico-08:before {
  margin-top: 2px;
  width: 31px;
  height: 31px;
  background: url(../images/ico-55.svg) no-repeat;
  background-size: 31px 31px;
}

.no-svg .dealer-info .choose-service .service-drop .ico-08:before,
.no-svg .dealer-info .dealer-item .available-service .ico-08:before {
  background: url(../images/ico-55.png) no-repeat;
}

.dealer-info .choose-service .service-drop .ico-08:hover:before,
.dealer-info .choose-service .service-drop .active .ico-08:before {
  background-image: url(../images/ico-55-2.svg);
}

.no-svg .dealer-info .choose-service .service-drop .ico-08:hover:before,
.no-svg .dealer-info .choose-service .service-drop .active .ico-08:before {
  background-image: url(../images/ico-55-2.png);
}

.dealer-info .choose-service .service-drop .ico-09:before,
.dealer-info .dealer-item .available-service .ico-09:before {
  margin-top: 2px;
  width: 25px;
  height: 32px;
  background: url(../images/ico-56.svg) no-repeat;
  background-size: 25px 32px;
}

.no-svg .dealer-info .choose-service .service-drop .ico-09:before,
.no-svg .dealer-info .dealer-item .available-service .ico-09:before {
  background: url(../images/ico-56.png) no-repeat;
}

.dealer-info .choose-service .service-drop .ico-09:hover:before,
.dealer-info .choose-service .service-drop .active .ico-09:before {
  background-image: url(../images/ico-56-2.svg);
}

.no-svg .dealer-info .choose-service .service-drop .ico-09:hover:before,
.no-svg .dealer-info .choose-service .service-drop .active .ico-09:before {
  background-image: url(../images/ico-56-2.png);
}

.dealer-info .choose-service .service-drop .ico-10:before,
.dealer-info .dealer-item .available-service .ico-10:before {
  margin-top: 2px;
  width: 40px;
  height: 34px;
  background: url(../images/ico-57.svg) no-repeat;
  background-size: 40px 34px;
}

.no-svg .dealer-info .choose-service .service-drop .ico-10:before,
.no-svg .dealer-info .dealer-item .available-service .ico-10:before {
  background: url(../images/ico-57.png) no-repeat;
}

.dealer-info .choose-service .service-drop .ico-10:hover:before,
.dealer-info .choose-service .service-drop .active .ico-10:before {
  background-image: url(../images/ico-57-2.svg);
}

.no-svg .dealer-info .choose-service .service-drop .ico-10:hover:before,
.no-svg .dealer-info .choose-service .service-drop .active .ico-10:before {
  background-image: url(../images/ico-57-2.png);
}

.dealer-info .choose-service .service-drop .ico-11:before,
.dealer-info .dealer-item .available-service .ico-11:before {
  margin-top: 2px;
  width: 37px;
  height: 33px;
  background: url(../images/ico-58.svg) no-repeat;
  background-size: 37px 33px;
}

.no-svg .dealer-info .choose-service .service-drop .ico-11:before,
.no-svg .dealer-info .dealer-item .available-service .ico-11:before {
  background: url(../images/ico-58.png) no-repeat;
}

.dealer-info .choose-service .service-drop .ico-11:hover:before,
.dealer-info .choose-service .service-drop .active .ico-11:before {
  background-image: url(../images/ico-58-2.svg);
}

.no-svg .dealer-info .choose-service .service-drop .ico-11:hover:before,
.no-svg .dealer-info .choose-service .service-drop .active .ico-11:before {
  background-image: url(../images/ico-58-2.png);
}

.dealer-info .choose-service .service-drop .ico-12:before,
.dealer-info .dealer-item .available-service .ico-12:before {
  margin-top: 2px;
  width: 39px;
  height: 36px;
  background: url(../images/ico-59.svg) no-repeat;
  background-size: 39px 36px;
}

.no-svg .dealer-info .choose-service .service-drop .ico-12:before,
.no-svg .dealer-info .dealer-item .available-service .ico-12:before {
  background: url(../images/ico-59.png) no-repeat;
}

.dealer-info .choose-service .service-drop .ico-12:hover:before,
.dealer-info .choose-service .service-drop .active .ico-12:before {
  background-image: url(../images/ico-59-2.svg);
}

.no-svg .dealer-info .choose-service .service-drop .ico-12:hover:before,
.no-svg .dealer-info .choose-service .service-drop .active .ico-12:before {
  background-image: url(../images/ico-59-2.png);
}

.dealer-info .dealer-cols {
  padding: 0 0 20px;
}

.dealer-info .loading {
  min-height: 300px;
}

.dealer-info .loading .col-r,
.dealer-info .loading .col-l {
  display: none;
}

.dealer-info .dealer-cols:after {
  clear: both;
  content: "";
  display: block;
}

.dealer-info .dealer-cols > .col-r {
  float: right;
  width: 45.3%;
}

.dealer-info .dealer-cols > .col-l {
  float: left;
  width: 49%;
}

.dealer-info .map {
  position: relative;
  margin: 0 0 17px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.dealer-info .map img {
  display: block;
  width: 100%;
}

.dealer-info .map .btn-route {
  position: absolute;
  right: 20px;
  bottom: 17px;
  cursor: pointer;
  text-transform: uppercase;
  color: #575757;
  font-size: 18px;
  line-height: 21px;
  padding: 25px 68px 25px 19px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  -pie-background: linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dealer-info .map .btn-route:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  width: 19px;
  height: 14px;
  background: url(../images/ico-17.svg) no-repeat;
  background-size: 19px 14px;
}

.no-svg .dealer-info .map .btn-route:after {
  background: url(../images/ico-17.png) no-repeat;
}

.dealer-info .map .btn-route:hover {
  text-decoration: none;
  color: #e81428;
}

.dealer-info .dealer-item {
  position: relative;
  background: #fff;
  color: #8a8c8e;
  font-size: 14px;
  line-height: 19px;
  margin: 0 0 27px;
  padding: 22px 20px 10px 27px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.dealer-info .dealer-item .base {
  padding: 0 0 14px 0;
  position: relative;
}

.dealer-info .dealer-item .base .express-service {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  background: url("../images/ico-express-lista.png") no-repeat 50% 0;
  padding: 32px 0 0 0;
  font-size: 10px;
  width: 52px;
  line-height: 120%;
}

.dealer-info .dealer-item .distance {
  position: absolute;
  top: 22px;
  right: 17px;
  min-width: 69px;
  padding: 0 0 0 31px;
  font-size: 22px;
  line-height: 25px;
  text-align: right;
}

.dealer-info .dealer-item .distance:before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  width: 26px;
  height: 36px;
  background: url(../images/ico-112.svg) no-repeat;
  background-size: 25px 36px;
}

.no-svg .dealer-info .dealer-item .distance:before {
  background: url(../images/ico-112.png) no-repeat;
}

.dealer-info .dealer-item .distance.closest:before {
  background: url(../images/ico-112r.png) no-repeat;
}

.dealer-info .dealer-item .distance.closest.express:before {
  background: url(../images/ico-express-lista.png) no-repeat;
  width: 36px;
  left: -12px;
}

.dealer-info .dealer-item .heading {
  padding: 0 50% 6px 0;
}

.dealer-info .dealer-item .name {
  display: block;
  color: #e81428;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 25px;
}

.dealer-info .dealer-item .name a {
  color: #e81428;
}

.dealer-info .dealer-item .str {
  display: block;
}

.dealer-info .dealer-item .str a {
  color: #8a8c8e;
  word-wrap: break-word;
}

.dealer-info .dealer-item .bottom {
  padding: 0 0 16px;
}

.dealer-info .dealer-item .bottom:after {
  clear: both;
  content: "";
  display: block;
}

.dealer-info .dealer-item .bottom .btn-02 {
  float: right;
  margin: 0 0 0 10px;
  padding: 6px 20px 5px;
  background: #eb0a1e;
  font: 14px/17px "toyota_displaybold";
}

.dealer-info .dealer-item .bottom .btn-02:after {
  display: none;
}

.dealer-info .dealer-item.opened .entity {
  display: block;
}

.dealer-info .dealer-item.active .bottom .btn-02 {
  background: #cacacb;
  border-bottom-color: #c3c4c4;
  cursor: default;
}

.dealer-info .dealer-item .bottom .btn-open {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  top: 9px;
  padding: 0 0 0 29px;
  text-transform: uppercase;
  color: #8a8c8e;
  font-size: 12px;
  line-height: 23px;
}

.dealer-info .dealer-item .bottom .btn-open:before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: 23px;
  height: 23px;
  background: url(../images/ico-plus.svg) no-repeat;
  background-size: 22px 22px;
}

.no-svg .dealer-info .dealer-item .bottom .btn-open:before {
  background: url(../images/ico-plus.png) no-repeat;
}

.dealer-info .dealer-item.opened .bottom .btn-open:before {
  background-image: url(../images/ico-minus.svg);
}

.no-svg .dealer-info .dealer-item.opened .bottom .btn-open:before {
  background: url(../images/sprite-0001.png) no-repeat -470px 0;
}

.dealer-info .dealer-item .available-service {
  list-style: none;
  margin: 0;
  padding: 0 0 0 9px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -6px;
  text-transform: uppercase;
  color: #575757;
}

.dealer-info .dealer-item .available-service li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 3px 10px;
  padding: 53px 0 0;
  width: 81px;
  text-align: center;
  font-size: 9px;
  line-height: 11px;
  letter-spacing: 0;
}

.dealer-info .dealer-item .available-service .ico-05:before {
  margin-top: 1px;
}

.dealer-info .dealer-item .available-service .ico-07:before {
  margin-top: 6px;
}

.dealer-info .dealer-item .available-service .ico-08:before {
  margin-top: 5px;
}

.dealer-info .dealer-item .entity {
  display: none;
}

.dealer-info .dealer-cols.open-route {
  position: relative;
}

.dealer-info .dealer-cols.open-route > .col-r,
.dealer-info .dealer-cols.open-route > .col-l {
  float: none;
  width: auto;
}

.dealer-info .dealer-cols.open-route > .col-l {
  font-size: 0;
  line-height: 0;
  letter-spacing: -6px;
  margin-left: -0.6%;
  margin-right: -0.6%;
}

.dealer-info .dealer-cols.open-route .dealer-item {
  display: inline-block;
  vertical-align: top;
  width: 48.8%;
  margin-left: 0.6%;
  margin-right: 0.6%;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dealer-info .dealer-cols.open-route .load-more {
  letter-spacing: 0;
}

.dealer-info .dealer-cols.open-route .dealer-item.active {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
}

.dealer-info .dealer-cols.open-route .dealer-item.active .heading {
  padding-bottom: 14px;
}

.dealer-info .dealer-cols.open-route .dealer-item.active .name {
  display: inline-block;
  vertical-align: top;
  margin-right: 26px;
}

.dealer-info .dealer-cols.open-route .dealer-item.active .distance {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 0;
  right: 0;
}

.dealer-info .dealer-cols.open-route .dealer-item.active .heading {
  padding-right: 0;
}

.dealer-info .dealer-cols.open-route .dealer-item.active .base {
  float: left;
  width: 48%;
  padding-bottom: 0;
}

.dealer-info .dealer-cols.open-route .dealer-item.active .str {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}

.dealer-info .dealer-cols.open-route .dealer-item.active .with-sep .str + .str {
  padding-left: 9px;
  position: relative;
}

.dealer-info .dealer-cols.open-route .dealer-item.active .with-sep .str + .str:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.dealer-info .dealer-cols .btn-close {
  position: absolute;
  z-index: 51;
  top: 4px;
  right: -2px;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/ico-111.svg) no-repeat;
  background-size: 18px 18px;
  display: none;
}

.no-svg .dealer-info .dealer-cols .btn-close {
  background: url(../images/ico-111.png) no-repeat;
}

.dealer-info .dealer-cols.open-route .dealer-item.active .group {
  float: right;
  max-width: 49%;
  min-width: 39%;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dealer-info .dealer-cols.open-route .dealer-item.active .bottom {
  padding-bottom: 0;
  margin-top: -6px;
}

.dealer-info .dealer-cols.open-route .dealer-item.active .bottom .btn-open {
  padding-left: 0;
  cursor: default;
  top: 0;
}

.dealer-info .dealer-cols.open-route .dealer-item.active .bottom .btn-open:hover {
  text-decoration: none;
}

.dealer-info .dealer-cols.open-route .dealer-item.active .bottom .btn-open:before {
  display: none;
}

.dealer-info .dealer-cols.open-route .dealer-item.active .available-service {
  padding-left: 0;
  margin-left: -10px;
}

.dealer-info .dealer-cols.open-route .dealer-item.active .available-service li {
  padding-top: 38px;
}

.dealer-info .dealer-cols.open-route .dealer-item.active .available-service .ico:before {
  top: 0;
}

.dealer-info .dealer-cols .list_services {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dealer-info .dealer-cols .list_services li {
  float: left;
  text-align: center;
  max-width: 45px;
  margin: 0 4px;
}

.dealer-info .dealer-cols .list_services li:before {
  background: url("../images/sprite-services_v2.0.svg") no-repeat 0 0;
  content: ".";
  display: block;
  margin: 0 auto 4px;
  overflow: hidden;
  text-indent: -99999px;
  height: 36px;
}

.dealer-info .dealer-cols .list_services li.service-2:before {
  background-position: 0 -36px;
  height: 30px;
  margin-top: 6px;
}

.dealer-info .dealer-cols .list_services li.service-3:before {
  background-position: 0px -66px;
  width: 35px;
  height: 31px;
  margin-top: 6px;
}

.dealer-info .dealer-cols .list_services li.service-4:before {
  background-position: 0 -97px;
  width: 26px;
  height: 33px;
  margin-top: 6px;
}

.dealer-info .dealer-cols .list_services li.service-5:before {
  background-position: 0 -160px;
  width: 35px;
  height: 33px;
  margin-top: 6px;
}

.dealer-info .dealer-cols .list_services li.service-6:before {
  background-position: 0 -129px;
  width: 25px;
  height: 31px;
  margin-top: 8px;
}

.dealer-info .dealer-cols .list_services li span {
  display: block;
  font-size: 9px;
  line-height: 140%;
}

.dealer-info .dealer-cols .list_services li img {
  display: inline;
  max-height: 28px;
}

#form-dealer-intern:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 1px;
  height: 0px;
  margin-top: -1px;
  overflow: hidden;
  visibility: hidden;
  width: 1px;
}

#form-dealer-intern .text {
  color: #8a8c8e;
  float: left;
  margin-bottom: 12px;
  padding: 15px 5px 15px 19px;
  height: 51px;
  background: #f0f0f0;
  border: 1px solid #c5c5c5;
  border-color: #c5c5c5 #e2e2e2 #f0f0f0;
  font: 16px/19px "toyota_displaybold";
  -webkit-box-shadow: inset 0 1px 0 0 #e2e2e2;
  box-shadow: inset 0 1px 0 0 #e2e2e2;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#form-dealer-intern .change-search {
  float: right;
  clear: both;
}

#form-dealer-intern .btn-submit {
  float: right;
  border: none;
}

/* eco-info */
.eco-info {
  font-size: 14px;
  line-height: 21px;
  color: #8a8c8e;
  padding: 0 0 30px;
  margin: 0 0 60px;
  border-bottom: 1px solid #8a8d8e;
}

.eco-info:after {
  clear: both;
  content: "";
  display: block;
}

.eco-info .col-l {
  float: left;
  width: 37.7%;
}

.eco-info .col-r {
  float: right;
  width: 45.6%;
}

.eco-info h2 {
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #575757;
  font: 22px/25px "toyota_displaybold";
}

.eco-info p {
  margin: 0 0 25px;
}

.eco-info .eco-intro {
  line-height: 23px;
  padding: 13px 0 0;
}

.eco-info .eco-item {
  padding: 0 0 9px;
}

.eco-info .eco-item:after {
  clear: both;
  content: "";
  display: block;
}

.eco-info .eco-item-1 {
  padding-top: 16px;
}

.eco-info .eco-item-2 {
  padding-top: 50px;
}

.eco-info .eco-item-3 {
  padding-bottom: 42px;
}

.eco-info .eco-item-4 {
  padding-top: 11px;
  padding-right: 29%;
}

.eco-info .eco-item p {
  margin-bottom: 28px;
}

.eco-info .alignleft {
  margin-right: 10px;
}

.eco-info .alignright {
  margin-left: 10px;
}

.eco-info .alignleft,
.eco-info .alignright {
  max-width: 55%;
  height: auto;
}

.eco-info .img-offset-01 {
  margin: -49px -18.6% 0 6.2%;
}

.eco-info .img-offset-02 {
  margin: 0 6% 0 -7.9%;
}

.eco-info .img-offset-03 {
  margin: -11px -37.4% 15px 5%;
  max-width: 69%;
}

.report-choose .btn-open {
  padding: 13px 46px 13px 16px;
  font-size: 13px;
  line-height: 16px;
  color: #575757;
}

.report-choose .btn-open:after {
  margin-right: 15px;
}

.report-choose ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font: 13px/16px "toyota_displaybold";
  text-transform: uppercase;
}

.report-choose li {
  border-top: 1px solid #f0f0f0;
}

.report-choose li a {
  display: block;
  padding: 5px 16px;
  color: #575757;
}

.report-choose li a:hover {
  text-decoration: none;
  color: #fff;
  background: #575757;
}

.report-choose2 .btn-open {
  background: #f6f6f6;
  color: #575757;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 19px;
  border-color: #cacaca #cacaca #f6f6f6;
  -webkit-box-shadow: inset 0 1px 0 0 #e8e8e8;
  box-shadow: inset 0 1px 0 0 #e8e8e8;
}

.report-choose2 .btn-open:after {
  margin-right: 10px;
}

.report-choose2 ul {
  background: #f6f6f6;
  border-color: #cacaca;
  font-size: 16px;
  line-height: 19px;
  margin-top: 1px;
  padding: 0 0 12px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 0 0 #b7b7b7;
  box-shadow: 0 3px 0 0 #b7b7b7;
}

.report-choose2 li {
  border-top: 0;
}

.report-choose2 li a {
  padding-left: 19px;
  padding-right: 19px;
}

/* reg-form */
.reg-form {
  width: 750px;
  line-height: 23px;
}

.reg-form p {
  margin-bottom: 30px;
}

.reg-form label {
  text-transform: uppercase;
  font-family: "toyota_displaybold";
}

.reg-form .row {
  line-height: 31px;
}

.reg-form .row:after {
  clear: both;
  content: "";
  display: block;
}

.reg-form .frame {
  float: left;
}

.reg-form .frame.alignright {
  float: right;
}

.reg-form .frame + .frame {
  padding-left: 9px;
}

.reg-form .frame-1 {
  width: 509px;
}

.reg-form .frame-2 {
  width: 232px;
}

.reg-form .frame-3 {
  width: 375px;
}

.reg-form .frame-3-2 {
  width: 370px;
}

.reg-form .frame-4 {
  width: 125px;
}

.reg-form .frame-5 {
  width: 266px;
}

.reg-form .frame-6 {
  width: 99px;
}

.reg-form .frame-7 {
  width: 365px;
}

.reg-form .frame-8 {
  width: 150px;
}

.reg-form .frame-9 {
  width: 321px;
}

.reg-form .frame-10 {
  width: 210px;
}

.reg-form .frame-100 {
  width: 100%;
}

.reg-form .lbl {
  display: block;
  text-transform: uppercase;
  font-family: "toyota_displaybold";
  font-weight: normal;
}

.reg-form h4 {
  margin-top: 20px;
  text-transform: uppercase;
  font-family: "toyota_displaybold";
}

#formMapNoGps .text,
.reg-form .text {
  display: block;
  margin: 0 0 10px;
  padding: 5px 10px;
  width: 100%;
  color: #8a8c8e;
  font: 14px/19px "toyota_displaybold";
  background: #fff;
  border: 1px solid #d1d1d1;
  border-color: #d1d1d1 #f0f0f0 #fff;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #f0f0f0;
  box-shadow: inset 0 1px 0 0 #f0f0f0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#formMapNoGps {
  position: relative;
}

#formMapNoGps:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 1px;
  height: 0px;
  margin-top: -1px;
  overflow: hidden;
  visibility: hidden;
  width: 1px;
}

#formMapNoGps .search-way {
  float: left;
  width: 83%;
}

#formMapNoGps .search-way .change-search {
  float: right;
  color: #fff;
  font-size: 12px;
  padding-top: 5px;
}

#formMapNoGps .search-way .uf {
  width: 36%;
  margin-right: 0;
}

#formMapNoGps .search-way .city {
  width: 61%;
  float: right;
}

#formMapNoGps .search-way .select-cs2,
#formMapNoGps .search-way .select2 {
  width: 100% !important;
}

#formMapNoGps .text {
  position: relative;
  margin: 0;
  left: 0;
  top: 0;
}

#formMapNoGps .buttons {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: auto;
  float: right;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(246, 246, 246)));
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 100%);
  background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 100%);
  background: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 100%);
  -pie-background: linear-gradient(rgb(255, 255, 255) 0%, rgb(246, 246, 246) 100%);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px rgba(20, 20, 20, 0.3);
  box-shadow: 0 2px 2px rgba(20, 20, 20, 0.3);
}

#formMapNoGps .bt-search-red {
  background: url("../images/ico-search-red.png") no-repeat 50% 50%;
  border: none;
  cursor: pointer;
  display: block;
  height: 50px;
  overflow: hidden;
  text-indent: -9999px;
  width: 54px;
}

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

.reg-form textarea.text {
  overflow: auto;
  height: 61px;
}

.reg-form .sel-hold {
  position: relative;
  min-height: 31px;
  margin: 0 0 10px;
}

.reg-form .sel-hold .select2 {
  width: 100% !important;
  color: #8a8d8e;
}

.reg-form .sel-hold .select2 .select2-selection {
  height: 31px;
  padding: 6px 5px 6px 9px;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-color: #d1d1d1 #f0f0f0 #fff;
  font: 14px/17px "toyota_displaybold";
  -webkit-box-shadow: inset 0 1px 0 0 #e2e2e2;
  box-shadow: inset 0 1px 0 0 #e2e2e2;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.reg-form .sel-hold .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #8a8d8e;
}

.reg-form .sel-hold .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
  right: 8px;
}

.reg-form .sel-hold .select2-container--default .select2-results > .select2-results__options {
  background-color: #FFF;
}

#select2-lbl-02-results,
#select2-lbl-03-results,
#select2-lbl-04-results,
#select2-lbl-05-results,
#select2-lbl-06-results,
#select2-lbl-07-results,
#select2-lbl-08-results {
  background-color: #FFF;
}

#select2-lbl-02-results .select2-results__option,
#select2-lbl-03-results .select2-results__option,
#select2-lbl-04-results .select2-results__option,
#select2-lbl-05-results .select2-results__option,
#select2-lbl-06-results .select2-results__option,
#select2-lbl-07-results .select2-results__option,
#select2-lbl-08-results .select2-results__option {
  font: 13px/16px "toyota_displaybold";
  padding: 5px 8px;
}

.reg-form select {
  width: 210px;
}

.reg-form .select-area select {
  width: 100%;
}

.reg-form .sel-hold .select-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto !important;
}

.reg-form .text.success,
.reg-form .select-area.success,
.reg-form .rad-area.success,
.reg-form .chk-area.success {
  background: #f6f6f6;
  border-color: #e3e3e3;
}

.reg-form .text.error,
.reg-form .select-area.error,
.reg-form .rad-area.error,
.reg-form .chk-area.error {
  border-color: #eb0e1e;
  -webkit-box-shadow: inset 0 0 0 1px #eb0e1e;
  box-shadow: inset 0 0 0 1px #eb0e1e;
}

.reg-form select.error + .select2 .select2-selection {
  border-color: #eb0e1e;
  -webkit-box-shadow: inset 0 0 0 1px #eb0e1e;
  box-shadow: inset 0 0 0 1px #eb0e1e;
}

.reg-form .radio + label,
.reg-form .chk + label {
  padding-right: 8px;
}

.reg-form .rad-area,
.reg-form .chk-area {
  margin-bottom: 11px;
}

.reg-form .btn-holder {
  padding: 18px 0 50px;
}

.reg-form .btn-holder:after {
  clear: both;
  content: "";
  display: block;
}

.reg-form .btn-holder label {
  line-height: 15px !important;
}

.reg-form .btn-submit {
  float: right;
  cursor: pointer;
  margin: 0;
  padding-right: 66px;
  padding-left: 20px;
  border-width: 0 0 2px;
  background: #eb0a1e;
  font-size: 14px;
  font-family: "toyota_displaybold";
}

.reg-form .separator {
  padding-top: 43px;
}

.reg-form em.error {
  display: none !important;
}

.reg-form .dialog-msg {
  padding: 0 0 42px;
}

.reg-form .dialog-msg:after {
  clear: both;
  content: "";
  display: block;
}

.reg-form .dialog-msg .msg-str {
  float: left;
  text-transform: uppercase;
  color: #575757;
  font: 22px/30px "toyota_displaybold";
}

.reg-form .dialog-msg .btn-02 {
  float: left;
  padding-right: 10px;
  min-width: 43px;
  text-align: center;
  font-size: 14px;
  font-family: "toyota_displaybold";
  background: #eb0a1e;
}

.reg-form .dialog-msg .btn-02:after {
  display: none;
}

.reg-form .dialog-msg .btn-02 + .btn-02 {
  margin-left: 20px;
}

.reg-form .dialog-msg + .show-msg {
  display: block;
}

.reg-form .show-msg {
  color: #eb0e1e;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: normal;
  font-family: "toyota_displaybold";
  display: none;
}

.reg-form .poll-list {
  list-style: none;
  margin: -3px 0 0;
  padding: 0;
  counter-reset: section;
}

.reg-form .poll-list > li {
  position: relative;
  padding: 0 0 0 16px;
}

.reg-form .poll-list > li + li {
  margin-top: 17px;
}

.reg-form .poll-list > li:before {
  content: counter(section) ".";
  counter-increment: section;
  position: absolute;
  top: 0;
  left: -8px;
  font-family: "toyota_displaybold";
  text-align: right;
  width: 23px;
}

.reg-form .poll-list .lbl {
  margin-bottom: 3px;
}

/* logo-list */
.logo-list {
  padding: 0;
  margin: 0 -13px 22px;
  list-style: none;
  font: 8px/10px "toyota_textregular", sans-serif;
  color: #575757;
  font-size: 0;
  line-height: 0;
}

.logo-list .logo-box {
  display: table;
  height: 100%;
  width: 100%;
}

.logo-list .logo-box span {
  display: table-cell;
  vertical-align: middle;
}

.logo-list li {
  display: table;
  float: left;
  width: 23%;
  margin: 0 1% 15px;
  cursor: pointer;
  position: relative;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px rgba(20, 20, 20, 0.3);
  box-shadow: 0 2px 2px rgba(20, 20, 20, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
  height: 256px;
  z-index: 1;
}

.logo-list li.activeHover {
  z-index: 2;
}

.logo-list li:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 2px 2px rgba(20, 20, 20, 0.3);
  box-shadow: 0 4px 10px rgba(20, 20, 20, 0.5);
}

.logo-list span.bt-more {
  background: url("../images/ico-plus.png") center center no-repeat;
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 23px;
  width: 23px;
}

/* premios-list */
.premios-list {
  overflow: hidden;
  border-bottom: 1px solid #8a8d8e;
  color: #8a8c8e;
  padding: 0 0 34px;
  margin: 0 0 60px;
}

.premios-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  font-size: 14px;
  line-height: 20px;
  width: 47%;
}

.premios-list ul:first-child {
  margin: 0 43px 0 0;
}

.premios-list li {
  position: relative;
  padding: 0 0 22px 32px;
}

.premios-list .number {
  position: absolute;
  top: -2px;
  left: 5px;
  color: #e81427;
  font: 21px/23px "toyota_displaybold", sans-serif;
}

.premios-list strong {
  display: block;
  margin: 0 0 2px;
  font: normal 14px/16px "toyota_displaybold", sans-serif;
  text-transform: uppercase;
}

.premios-list p {
  margin: 0;
}

/* page-title */
.ofertas .page-title {
  margin: 0 0 15px;
}

.ofertas .page-title:after {
  clear: both;
  content: "";
  display: block;
}

.ofertas .page-title h1 {
  float: left;
  width: 65%;
}

.page-title .dealer-filter {
  width: 32%;
  float: right;
  margin: -11px 0 0;
}

.dealer-filter .frame-1 {
  width: 27.2%;
}

.dealer-filter .frame-2 {
  width: 71.1%;
}

/* price-block */
.price-block {
  margin: 0 -1.7% -7px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.price-block:after {
  clear: both;
  content: "";
  display: block;
}

.price-block .box {
  display: inline-block;
  vertical-align: top;
  width: 31.4%;
  margin: 0 1.7% 26px 0;
  color: #8a8c8e;
  font-size: 14px;
  line-height: 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px rgba(20, 20, 20, 0.2);
  box-shadow: 0 2px 2px rgba(20, 20, 20, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 19px;
  background: #fff;
}

.price-block .img-box {
  margin: 0 -20px 15px;
}

.price-block .img-box img {
  display: block;
  width: 100%;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.price-block h2 {
  font: normal 27px/30px "toyota_displaybold", sans-serif;
  margin: 0 0 2px;
  color: #575757;
  text-transform: uppercase;
}

.price-block h2 a {
  color: #575757;
}

.price-block h3 {
  font-size: 15px;
  line-height: 17px;
  font-weight: normal;
  margin: 0 0 25px;
  color: #575757;
  text-transform: uppercase;
}

.price-block .price-box {
  overflow: hidden;
  margin: 0 0 37px;
}

.price-block .price-box span {
  float: left;
  padding: 19px 0 0;
  width: 34%;
}

.price-block .price-box .price {
  float: right;
}

.price-block .price-box .price span {
  width: auto;
  padding: 0;
  float: none;
  display: block;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}

.price-block .price-box .price strong {
  color: #575757;
  font: normal 37px/37px "toyota_displaybold", sans-serif;
  display: block;
}

.price-block .price-box .price strong em {
  color: #e81428;
  margin: 2px 5px 0 0;
  display: inline-block;
  vertical-align: top;
  font: normal 15px/17px "toyota_displayregular", sans-serif;
}

.price-block .box.slide {
  display: block;
  width: auto;
  margin: 0 17px 48px 6px;
  padding: 25px 30px 0 0;
  overflow: hidden;
}

.price-block .box.slide .img-box {
  float: left;
  margin: -25px 0 0;
  width: 68%;
}

.price-block .img-box img {
  border-radius: 3px 0 0 3px;
}

.price-block .box.slide .text-box {
  float: right;
  width: 29.4%;
  padding: 0 0 10px;
}

.price-block .box.slide h2 {
  margin: 0 0 7px;
}

.price-block .box.slide .price-box span {
  float: none;
  display: block;
  width: auto;
  padding: 0;
  margin: 0 32px 22px 0;
  line-height: 18px;
}

.price-block .box.slide .price-box .price span {
  margin: 0;
}

.price-block .box.slide .price-box {
  margin: 0 0 27px;
}

.social-block {
  overflow: hidden;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
}

.social-block .soc-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
}

.social-block .soc-nav li {
  float: left;
  margin: 0 14px 0 0;
  display: table;
  height: 20px;
}

.social-block .soc-nav a {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 26px;
  color: #8a8c8e;
}

.social-block .soc-nav .print {
  background: url(../images/ico1.png) no-repeat 0 50%;
}

.social-block .soc-nav .email {
  background: url(../images/ico2.png) no-repeat 0 50%;
}

.social-block .social-box {
  float: right;
}

.social-block .social-box span {
  float: left;
  margin: 5px 0 0;
}

.social-block .social-box .social {
  padding: 0;
  margin: 0 0 0 5px;
  list-style: none;
  float: left;
}

.social-block .social-box .social li {
  float: left;
  margin: 0 0 0 3px;
}

.social-block .social-box .social a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/ico-social.png) no-repeat;
  width: 22px;
  height: 22px;
}

.social-block .social-box .social .facebook {
  background-position: 0 0;
}

.social-block .social-box .social .twitter {
  background-position: -25px 0;
}

.social-block .social-box .social .google {
  background-position: -50px 0;
}

/* top-block */
.top-block {
  overflow: hidden;
  margin: 0 0 22px;
}

.btn-red {
  float: left;
  background: #eb0e1e;
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  padding: 7px 16px;
}

.btn-red:hover {
  background: #ff5b6b;
  text-decoration: none;
}

.top-block .item {
  float: right;
  color: #8a8c8e;
  font-size: 13px;
  line-height: 15px;
  background: url(../images/ico4.png) no-repeat 100% 4px;
  padding: 0 29px 4px 0;
  text-transform: uppercase;
  height: 22px;
}

.top-block .item.brasil {
  background: url(../images/ico3.png) no-repeat 100% 4px;
}

/* content-block */
.content-block {
  border-bottom: 1px solid #000;
  margin: 0 0 49px;
  padding: 0 0 63px;
}

.content-block:after {
  clear: both;
  content: "";
  display: block;
}

.content-block .text-box {
  width: 45%;
  float: left;
  font-size: 14px;
  line-height: 23px;
}

.content-block .img-box {
  width: 47.6%;
  float: right;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(20, 20, 20, 0.2);
  box-shadow: 0 1px 2px rgba(20, 20, 20, 0.2);
  margin: 5px 4px 0 0;
}

.content-block .img-box img {
  display: block;
  width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.content-block .text-box h1 {
  color: #575757;
  font: normal 45px/49px "toyota_displaybold", sans-serif;
  margin: 0 0 21px;
  text-transform: uppercase;
}

.content-block .text-box h2 {
  color: #575757;
  font-size: 19px;
  line-height: 23px;
  font-weight: normal;
  margin: 0 0 26px;
  text-transform: uppercase;
}

.content-block .text-box p {
  margin: 0 0 10px;
}

.content-block .img-box-layout {
  clear: both;
  text-align: center;
}

.content-block .img-box-layout img {
  display: inline;
  max-width: 100%;
}

/* banner-block */
.banner-block {
  margin: 0 0 9px;
}

.banner-block:after {
  clear: both;
  content: "";
  display: block;
}

.banner-block h2 {
  color: #575757;
  margin: 0 28px 0 0;
  padding: 13px 0 0;
  position: relative;
  text-transform: uppercase;
  font: 22px/26px "toyota_displaybold", sans-serif;
  float: left;
}

.banner-block h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 91px;
  height: 4px;
  background: #575757;
}

.banner-block .banner {
  padding: 24px 76px 21px 21px;
  text-transform: uppercase;
  float: left;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(20, 20, 20, 0.2);
  box-shadow: 0 1px 2px rgba(20, 20, 20, 0.2);
  position: relative;
}

.banner-block .banner .btn-red {
  font-size: 11px;
  line-height: 13px;
  padding: 4px 10px;
  margin: 0 19px 0 0;
}

.banner-block .banner .text {
  /* float:left;
  margin:-6px 0 0; */
  font-size: 11px;
  line-height: 15px;
}

.banner-block .banner .date {
  font-style: normal;
  display: block;
}

.banner-block .banner strong {
  font-weight: normal;
  color: #575757;
  display: block;
  font-family: "toyota_displaybold", sans-serif;
}

.banner-block .link-arrow {
  width: 25px;
  height: 18px;
  background: url("../images/arrow-0002.svg") no-repeat scroll;
  top: 50%;
  right: 16px;
  position: absolute;
  margin: -9px 0 0;
}

/* news-block */
.news-block {
  margin: 0 -2% 23px 0;
  padding: 5px 0 0;
}

.news-block .box {
  display: inline-block;
  vertical-align: top;
  width: 47.9%;
  margin: 0 2% 28px 0;
  padding: 46px 23px 40px 25px;
  position: relative;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(20, 20, 20, 0.2);
  box-shadow: 0 1px 2px rgba(20, 20, 20, 0.2);
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.news-block .box.large {
  padding-bottom: 26px;
  padding-bottom: 0;
}

.news-block .date-block {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px 0 10px;
}

.news-block .date-block .btn {
  font-size: 11px;
  line-height: 13px;
  padding: 3px 11px;
  background: #f6f6f6;
  float: left;
  color: #eb0e1e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
}

.news-block .date-block .btn:hover {
  background: #ddd;
  text-decoration: none;
}

.news-block .item {
  float: right;
  color: #8a8c8e;
  font-size: 11px;
  line-height: 13px;
  background: url(../images/ico4.png) no-repeat 100% 0;
  padding: 4px 32px 5px 0;
  text-transform: uppercase;
  min-height: 22px;
}

.news-block .large .item {
  color: #fff;
}

.news-block .brasil .item {
  background: url(../images/ico3.png) no-repeat 100% 0;
}

.news-block .img-box {
  margin: -46px 20px -40px -25px;
  width: 45.8%;
  float: left;
}

.news-block .text-box {
  overflow: hidden;
}

.news-block h2 {
  font: normal 23px/25px "toyota_displaybold", sans-serif;
  color: #575757;
  margin: 0;
  text-transform: uppercase;
}

.news-block h2 a {
  color: #575757;
}

.news-block .large .img-box {
  margin: -46px -25px 22px;
  width: auto;
  float: none;
}

.news-block .large h2 {
  margin: 0 0 9px;
}

.news-block .large .text-box strong {
  display: block;
  color: #575757;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: normal;
}

.news-block .img-box img {
  width: 100%;
  display: block;
  height: auto;
}

.news-block .block {
  display: inline-block;
  vertical-align: top;
  width: 47.9%;
}

.news-block .block .box {
  width: 100%;
  min-height: 167px;
}

.news-block .btn-more {
  width: 25px;
  height: 18px;
  background: url(../images/arrow-0002.svg) no-repeat;
  background-size: 25px 18px;
  bottom: 17px;
  right: 20px;
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
}

.no-svg .news-block .btn-more {
  background: url(../images/sprite-0001.png) no-repeat -493px 0;
}

.filter-block {
  margin: 0 0 38px;
  position: relative;
}

.filter-block:after {
  clear: both;
  content: "";
  display: block;
}

.filter-block:before {
  border-bottom: 1px solid #c7cacc;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 450px;
  content: "";
}

.filter-block .report-choose {
  float: right;
  width: 295px;
  margin: 0 0 0 25px;
}

.filter-block .item-box {
  float: right;
  padding: 15px 0 0;
}

.filter-block .item-box .item {
  float: left;
  width: 22px;
  height: 22px;
  margin: 0 0 0 27px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/ico4.png) no-repeat;
}

.filter-block .item-box .item.brasil {
  background: url(../images/ico3.png) no-repeat;
}

.news .box {
  width: 370px;
  margin-right: 24px;
  font-size: 13px;
  line-height: 17px;
  min-height: 253px;
}

.news .box h2 {
  margin: 0 -19px 11px 0;
  font-size: 22px;
}

.news .box p {
  margin: 0;
}

.news .img-box {
  width: 39.3%;
}

.news .text-box {
  margin: 0 0 -7px;
  overflow: visible;
}

.news .text-box:after {
  clear: both;
  content: "";
  display: block;
}

.news {
  margin: 0 -2% 11px 0;
}

/* compare-area */
.compare-area {
  position: relative;
  padding: 20px 0;
}

.compare-area .btn-close {
  position: absolute;
  z-index: 90;
  top: 9px;
  right: 10px;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/ico-111.svg) no-repeat;
  background-size: 18px 18px;
}

.no-svg .compare-area .btn-close {
  background: url(../images/ico-111.png) no-repeat;
}

.compare-area .compare-header {
  border-bottom: 1px solid #575757;
  margin: 0 0 7px;
  padding: 0 0 14px;
  color: #575757;
}

.compare-area .compare-header h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 33px;
}

.compare-area .compare-header:after {
  clear: both;
  content: "";
  display: block;
}

.compare-area .compare-header .choose-type {
  padding: 4px 0 0 10px;
}

.compare-area .compare-header .report-choose {
  margin: 0;
  min-width: 264px;
}

.compare-area .compare-header .report-choose .btn-open {
  font-size: 14px;
  line-height: 17px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding: 5px 34px 5px 12px;
}

.compare-area .compare-header .report-choose .btn-open:after {
  margin-right: 0;
}

.compare-area .compare-header .report-choose ul {
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}

.compare-area .compare-header .report-choose ul a {
  padding-left: 12px;
}

.compare-area .legend {
  padding: 0 0 37px;
}

.compare-area .legend:after {
  clear: both;
  content: "";
  display: block;
}

.compare-area .legend ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  font: 11px/17px "toyota_textregular";
}

.compare-area .legend li {
  float: left;
  position: relative;
  margin: 0 0 0 15px;
  padding: 0 0 0 31px;
}

.compare-area .legend li:before {
  content: "";
  position: absolute;
}

.compare-area .legend li.ico-01:before {
  width: 10px;
  height: 10px;
  top: 3px;
  left: 12px;
  background: #575757;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.compare-area .legend li.ico-02:before {
  width: 20px;
  height: 2px;
  top: 7px;
  left: 0;
  background: #575757;
}

.compare-area .legend li.ico-03:before {
  content: "NA";
  width: 22px;
  top: 1px;
  left: 3px;
  font: 11px/14px "toyota_textbold";
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #575757;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.compare-area .tabset {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font: 20px/23px "toyota_displaybold";
}

.compare-area .tabset li {
  display: table-cell;
  vertical-align: top;
  width: 1%;
  white-space: nowrap;
}

.compare-area .tabset li + li {
  padding-left: 26px;
}

.compare-area .tabset a {
  display: block;
  color: #8a8c8e;
  padding: 14px 5px 15px;
  border-top: 5px solid #8a8c8e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.compare-area .tabset a:hover,
.compare-area .tabset .ui-state-active a {
  text-decoration: none;
  color: #eb0a1e;
  border-top-color: #eb0a1e;
  background: #fff;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.05), 1px 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.05), 1px 0 0 0 rgba(0, 0, 0, 0.05);
}

.compare-area .tab-holder {
  position: relative;
  padding: 34px 10px 66px;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.compare-area table {
  width: 100%;
  /*border-spacing:10px 0;*/
  font: 11px/13px "toyota_textregular";
  color: #8a8c8d;
  text-align: center;
  /*table-layout: fixed;*/
}

.compare-area thead th {
  text-transform: uppercase;
  white-space: nowrap;
  font: 15px/20px "toyota_displaybold";
  /*color:#eb0a1e;*/
  color: #575757;
  padding: 14px 0;
  width: 20%;
}

.compare-area .sub-head {
  padding: 20px 0 0;
  vertical-align: top;
  text-align: left;
}

.compare-area .sub-head .ico {
  color: #575757;
  display: block;
  position: relative;
  background: #f6f6f6;
  text-transform: uppercase;
  font: 14px/17px "toyota_displaybold";
  padding: 13px 10px 13px 42px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.compare-area .sub-head .ico:before {
  content: "";
  position: absolute;
}

.compare-area .sub-head .motorizacao:before {
  width: 21px;
  height: 15px;
  left: 13px;
  top: 12px;
  background: url(../images/ico-125.svg) no-repeat;
  background-size: 21px 15px;
}

.no-svg .compare-area .sub-head .motorizacao:before {
  background: url(../images/ico-125.png) no-repeat;
}

.compare-area .sub-head .transmissao:before {
  width: 16px;
  height: 21px;
  left: 13px;
  top: 10px;
  background: url(../images/ico-126.svg) no-repeat;
  background-size: 16px 21px;
}

.no-svg .compare-area .sub-head .transmissao:before {
  background: url(../images/ico-126.png) no-repeat;
}

.compare-area .sub-head .suspensao:before {
  width: 18px;
  height: 19px;
  left: 13px;
  top: 12px;
  background: url(../images/ico-128.svg) no-repeat;
  background-size: 18px 19px;
}

.no-svg .compare-area .sub-head .suspensao:before {
  background: url(../images/ico-128.png) no-repeat;
}

.compare-area .sub-head .direcao:before {
  width: 21px;
  height: 27px;
  left: 13px;
  top: 10px;
  background: url(../images/ico-127.svg) no-repeat;
  background-size: 21px 27px;
}

.compare-area .sub-head .direcaosimples:before {
  width: 20px;
  height: 20px;
  left: 13px;
  top: 10px;
  background: url(../images/icone_direcao.png) no-repeat;
}

.no-svg .compare-area .sub-head .direcao:before {
  background: url(../images/ico-127.png) no-repeat;
}

.compare-area .sub-head .freios:before {
  width: 20px;
  height: 19px;
  left: 14px;
  top: 10px;
  background: url(../images/ico-129.svg) no-repeat;
  background-size: 20px 19px;
}

.no-svg .compare-area .sub-head .freios:before {
  background: url(../images/ico-129.png) no-repeat;
}

.compare-area .sub-head .pneus-e-rodas:before {
  width: 20px;
  height: 20px;
  left: 14px;
  top: 10px;
  background: url(../images/ico-130.svg) no-repeat;
  background-size: 20px 20px;
}

.no-svg .compare-area .sub-head .pneus-e-rodas:before {
  background: url(../images/ico-130.png) no-repeat;
}

.compare-area .sub-head .dimensoes-e-capacidades:before {
  width: 20px;
  height: 20px;
  left: 14px;
  top: 10px;
  background: url(../images/ico-131.svg) no-repeat;
  background-size: 20px 20px;
}

.no-svg .compare-area .sub-head .dimensoes-e-capacidades:before {
  background: url(../images/ico-131.png) no-repeat;
}

.compare-area tbody td {
  border-bottom: 1px solid #dfe3e8;
  border-left: 1px solid #dfe3e8;
  height: 22px;
  padding: 15px 5px;
}

.compare-area tbody td.bl-none {
  border-left-color: #fff;
}

.compare-area tbody td.border-none {
  border-bottom-color: #fff;
}

.compare-area tbody th {
  vertical-align: inherit;
  text-align: left;
  padding: 0;
}

.compare-area table .unit {
  /*display:block;
  padding:6px 0 0;*/
  display: table;
  padding: 0;
  margin: 0 10px 0 12px;
  min-width: 140px;
  position: relative;
  font: 12px/15px "toyota_displayregular";
  color: #575757;
  height: 100%;
}

.compare-area table .unit:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 3px;
  background: #c5c5c5;
}

.compare-area table .unit .tbl {
  border-spacing: 0;
  display: table;
  min-height: 42px;
  width: 100%;
  height: 100%;
}

.compare-area table .unit .tbl-cell {
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
}

.compare-area table .report-choose {
  margin: 0;
  text-align: left;
  width: 100%;
  /*width:175px;*/
}

.compare-area table .data-ttl {
  background: #f6f6f6;
  color: #575757;
  display: block;
  font: 11px/13px "toyota_textregular";
  margin-right: 15px;
  min-width: 147px;
  padding: 10px 20px 9px 10px;
  position: relative;
  /*max-width:147px;*/
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.compare-area table .ico-none {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
  width: 20px;
  height: 2px;
  background: #575757;
  margin: 0 auto;
}

.compare-area table .ico-yes {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
  width: 10px;
  height: 10px;
  background: #575757;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
}

.compare-area table .ico-na {
  display: block;
  width: 22px;
  margin: 0 auto;
  color: #575757;
  font: 11px/14px "toyota_textbold";
  text-transform: uppercase;
  border: 1px solid #575757;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.report-choose3 .btn-open {
  padding: 7px 31px 6px 14px;
  font-size: 14px;
  line-height: 16px;
  background: #f6f6f6;
  min-height: 22px;
}

.report-choose3 .btn-open:after {
  top: 6px;
  bottom: auto;
  margin: 0;
}

.report-choose3 ul {
  top: 0;
  font-size: 14px;
  line-height: 16px;
  background: #f6f6f6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.report-choose3 ul a {
  padding: 7px 5px 7px 14px;
}

.back-step.ended {
  cursor: pointer;
}

/* footer */
#footer {
  background: #e8e8e8;
  color: #8a8c8e;
  padding: 24px 10px 12px;
  font-size: 13px;
  line-height: 19px;
}

#footer .container {
  padding-left: 0;
  padding-right: 0;
}

#footer a {
  color: #8a8c8e;
}

#footer a:hover {
  color: #EB0A1E;
  text-decoration: none;
}

#footer .models-col {
  float: left;
  width: 380px;
  margin: 0 20px 0 23px;
}

#footer ul.servicos {
  float: left;
  width: 100%;
  list-style-type: none;
  padding: 0px;
}

#footer ul.servicos li {
  float: left;
  width: 60%;
  margin-bottom: 8px;
}

#footer ul.servicos li:nth-child(2n+2) {
  width: 40%;
}

#footer .col-wrap {
  float: left;
}

#footer .col-wrap-2 {
  width: 320px;
  margin-right: 20px;
}

#footer .col-wrap-2 .head.full h4 {
  width: 100%;
}

#footer .col {
  float: left;
  width: 170px;
  margin: 0 20px;
}

#footer .col-02 {
  width: 156px;
  margin-left: 0px;
}

#footer .col-03 {
  width: 160px;
  margin-left: 20px;
}

#footer .col-04 {
  width: 165px;
  margin-left: 15px;
  margin-right: 0px;
}

#footer .head {
  padding: 0 0 14px;
  text-transform: uppercase;
}

#footer .head h4 {
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #8a8c8e;
  margin: 0;
  padding: 0 0 6px;
  font: 15px/18px "toyota_displaybold";
}

#footer .head.lexus {
  padding: 0px;
}

#footer .head.lexus img {
  padding: 10px 16px;
}

#footer .holder {
  overflow: hidden;
  position: relative;
  margin: -15px 0 0 -20px;
  padding: 9px 0 0 10px;
  text-transform: uppercase;
}

#footer .holder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 0;
  height: 1px;
  background: #8a8c8e;
}

#footer .holder ul {
  float: left;
  list-style: none;
  margin: 0 0 25px;
  padding: 0 0 0 11px;
  width: 49.9%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#footer .holder ul li a {
  float: left;
  width: auto;
  font-size: 11px;
  text-decoration: underline;
  text-transform: capitalize;
}

#footer .holder ul li a:last-child {
  margin-left: 16px;
  position: relative;
}

#footer .holder ul li a:last-child:after {
  position: absolute;
  top: 5px;
  left: -8px;
  height: 11px;
  width: 1px;
  background-color: #8a8c8e;
  content: "";
}

#footer .holder ul li span {
  float: left;
  width: 100%;
}

#footer .holder .link {
  float: left;
  width: 50%;
  padding-left: 10px;
  box-sizing: border-box;
  font-weight: 600;
}

#footer .holder .ico {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 5px 0 5px 45px;
}

#footer .holder .ico:before {
  content: "";
  width: 34px;
  height: 18px;
  position: absolute;
  top: 10px;
  left: 2px;
  background: url(../images/icons.png) no-repeat;
}

#footer .holder .ico-02:before {
  width: 38px;
  height: 13px;
  background-position: -44px 0;
  left: -2px;
  top: 14px;
}

#footer .holder .ico-03:before {
  width: 40px;
  height: 15px;
  background-position: -92px 0;
  top: 12px;
  left: -4px;
}

#footer .holder .ico-04:before {
  width: 44px;
  height: 15px;
  background-position: -142px 0;
  top: 12px;
  left: -8px;
}

#footer .holder .ico-05:before {
  width: 40px;
  height: 16px;
  background-position: -196px 0;
  top: 12px;
  left: -4px;
}

#footer .holder .ico-06:before {
  width: 37px;
  height: 15px;
  background-position: -246px 0;
  top: 12px;
  left: -1px;
}

#footer .holder .ico-07:before {
  height: 13px;
  background-position: -293px 0;
  top: 12px;
}

#footer .list {
  list-style: none;
  margin: 0;
  padding: 0 0 15px;
}

#footer .service-links {
  list-style: none;
  margin: 0 0 0 -20px;
  padding: 6px 0 20px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -6px;
  font-family: "toyota_displaybold";
}

#footer .service-links li {
  display: block;
  vertical-align: top;
  padding: 0 0 5px 20px;
}

#footer .service-links .ico {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 5px 0 5px 27px;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0;
}

#footer .service-links .ico:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
}

#footer .service-links .ico-01:before {
  margin-top: -1px;
  background: url(../images/icon_iphone_footer.png) no-repeat;
  background-size: cover;
}

#footer .service-links .ico-02:before {
  background: url(../images/icon_android_footer.png) no-repeat;
  background-size: cover;
}

#footer .service-links .ico-03:before {
  background: url(../images/icon_windows_phone_footer.png) no-repeat;
  background-size: cover;
}

.no-svg #footer .service-links .ico-01:before {
  background: url(../images/icons.png) no-repeat 0 -28px;
}

.no-svg #footer .service-links .ico-02:before {
  background: url(../images/icons.png) no-repeat -44px -28px;
}

#footer .socials {
  height: 26px;
  list-style: none;
  margin: 10 0px;
  padding: 0 0 3px;
  line-height: 16px;
}

#footer .socials li {
  float: left;
  width: 26px;
  height: 26px;
  margin-right: 5px;
  padding: 0 0 6px;
}

#footer .socials .ico {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 8px 0 8px 43px;
}

#footer .socials .ico:before {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  width: 26px;
  height: 26px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#footer .socials .ico:after {
  content: "";
  position: absolute;
}

#footer .socials .ico-01:before {
  background-color: #3b5e9c;
}

#footer .socials .ico-01:after {
  top: 7px;
  left: 12px;
  width: 7px;
  height: 13px;
  background: url(../images/ico-34.svg) no-repeat;
  background-size: 7px 13px;
}

#footer .socials .ico-02:before {
  background-color: #f93c39;
}

#footer .socials .ico-02:after {
  top: 4px;
  left: 10px;
  width: 12px;
  height: 18px;
  background: url(../images/ico-35.svg) no-repeat;
  background-size: 12px 18px;
}

#footer .socials .ico-03:before {
  background-color: #855C4A;
}

#footer .socials .ico-03:after {
  top: 6px;
  left: 9px;
  width: 15px;
  height: 15px;
  background: url(../images/ico-36-footer.svg) no-repeat;
  background-size: 15px 15px;
}

#footer .socials .ico-04:before {
  background-color: #00699A;
}

#footer .socials .ico-04:after {
  top: 6px;
  left: 9px;
  width: 15px;
  height: 15px;
  background: url(../images/ico-37-footer.svg) no-repeat;
  background-size: 15px 15px;
}

#footer .socials .ico-05:before {
  background-color: #D94835;
}

#footer .socials .ico-05:after {
  top: 6px;
  left: 9px;
  width: 17px;
  height: 23px;
  background: url(../images/ico-38-footer.svg) no-repeat;
  background-size: 15px 15px;
}

.no-svg #footer .socials .ico-01:before {
  background: url(../images/icons.png) no-repeat -92px -28px;
}

.no-svg #footer .socials .ico-02:before {
  background: url(../images/icons.png) no-repeat -142px -28px;
}

.no-svg #footer .socials .ico-03:before {
  background: url(../images/icons.png) no-repeat -92px -65px;
}

.no-svg #footer .socials .ico-04:before {
  background: url(../images/icons.png) no-repeat -142px -65px;
}

.no-svg #footer .socials .ico-05:before {
  background: url(../images/icons.png) no-repeat -192px -65px;
}

.no-svg #footer .socials .ico:after {
  display: none;
}

#footer .contact-list {
  overflow: hidden;
  margin: 0;
  padding: 0 0 10px 32px;
  line-height: 18px;
}

#footer .contact-list dt {
  float: left;
  clear: left;
  width: 32px;
  height: 18px;
  margin: 0 0 9px -32px;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
}

#footer .contact-list dt:after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 5px;
  margin: auto 0;
}

#footer .contact-list dd {
  overflow: hidden;
  margin: 0 0 9px;
}

#footer .contact-list .ico-phone:after {
  width: 17px;
  height: 17px;
  background: url(../images/ico-36.svg) no-repeat;
  background-size: 17px 17px;
}

#footer .contact-list .ico-email:after {
  width: 18px;
  height: 12px;
  background: url(../images/ico-37.svg) no-repeat;
  background-size: 18px 12px;
}

#footer .contact-list .ico-chat:after {
  width: 19px;
  height: 17px;
  background: url(../images/ico-57.svg) no-repeat;
  background-size: 17px 17px;
}

.no-svg #footer .contact-list .ico-phone:after {
  background: url(../images/icons.png) no-repeat -196px -28px;
}

.no-svg #footer .contact-list .ico-email:after {
  background: url(../images/icons.png) no-repeat -246px -28px;
}

.no-svg #footer .contact-list .ico-chat:after {
  background: url(../images/icons.png) no-repeat 0px -82px;
}

#footer .footer-bottom {
  border-top: 1px solid #a6a8a9;
  padding: 10px 20px 0px 10px;
  max-width: 1126px;
}

#footer .logo {
  float: right;
  margin: 0 0 0 10px;
  width: 118px;
  height: 22px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/logo-footer.png) no-repeat;
}

#footer .logo a {
  display: block;
  height: 100%;
}

#footer .footer-nav {
  float: left;
  list-style: none;
  margin: 0;
  padding: 3px 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
}

#footer .footer-nav > li {
  float: left;
  font-size: 11px;
}

#footer .footer-nav > li + li {
  margin-left: 28px;
}

.content-footer {
  padding: 2px 0 0;
}

.content-footer a {
  font-family: "toyota_displaybold";
}

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .config-area video {-webkit-filter: brightness(108.5%);}
}*/
@media only screen and (min-width: 1221px) {
  .menu-block {
    right: 2px !important;
  }
}
@media only screen and (max-width: 1220px) {
  #diesel.ui-tabs .tabset a {
    height: 50px;
  }
  .corolla.ui-tabs .tabset li {
    min-width: 9%;
  }
  .location-area {
    left: 160px;
  }
  #header .search {
    margin-right: -5px;
  }
  /* menu-block */
  .menu-block {
    right: -74px;
  }
  /* .menu-block {right: 2px;} */
  .menu-block .btn-change {
    display: block;
  }
  /* best-choice */
  .best-choice {
    padding-left: 510px;
  }
  .best-choice .col-01 {
    width: 490px;
    margin-left: -510px;
    margin-right: 20px;
  }
  .best-choice .col-02 {
    width: 100%;
  }
  .best-choice .holder {
    margin-left: -18px;
  }
  .best-choice h1 > span {
    width: 236px;
  }
  .best-choice .item {
    width: 236px;
    margin-left: 18px;
  }
  .best-choice .hide-in-tablet {
    display: none;
  }
  .best-choice .map .map-holder {
    height: 264px;
  }
  .best-choice .map .map-holder img {
    position: absolute;
    top: -500px;
    bottom: -500px;
    left: -500px;
    right: -500px;
    margin: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
  }
  /* cars */
  .cars {
    background-size: auto 100%;
  }
  .cars > .container {
    height: 245px;
  }
  .cars .box {
    left: 50%;
    width: 170px;
    padding-left: 26px;
    padding-right: 26px;
  }
  .cars .box ul {
    margin-left: 0;
    margin-right: 0;
    font-size: 11px;
    line-height: 14px;
  }
  .cars .box ul li {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .cars .box .ico {
    width: 210px;
    margin-left: -20px;
  }
  .cars .box01 {
    margin-left: -497px;
    bottom: 82px;
  }
  .cars .box01 .text {
    margin-bottom: -3px;
    margin-left: 10px;
  }
  .cars .box .text strong em {
    margin-top: -2px;
  }
  .cars .box01 .text:after {
    top: 8px;
  }
  .cars .box02 {
    margin-left: -312px;
    bottom: 96px;
  }
  .cars .box02 .text {
    margin-left: 21px;
    margin-bottom: -20px;
  }
  .cars .box02 .text:after {
    top: 8px;
  }
  .cars .box03 {
    margin-left: -133px;
    bottom: 94px;
  }
  .cars .box03 .text {
    margin-bottom: -11px;
  }
  .cars .box04 {
    margin-left: 48px;
    bottom: 97px;
  }
  .cars .box04 .text {
    margin-left: 49px;
    margin-bottom: -14px;
  }
  .cars .box05 {
    margin-left: 227px;
    bottom: 97px;
  }
  .cars .box05 .text {
    margin-bottom: 3px;
  }
  .cars .box06 {
    bottom: 22px;
    margin-left: -525px;
  }
  .cars .box06 .ico {
    margin-bottom: -14px;
  }
  .cars .box06 .text {
    margin-right: 35px;
    margin-left: 24px;
    margin-bottom: -15px;
  }
  .cars .box07 {
    bottom: 11px;
    margin-left: -334px;
  }
  .cars .box07 .ico {
    margin-bottom: -7px;
  }
  .cars .box07 .text {
    margin-right: 23px;
    margin-bottom: -15px;
  }
  .cars .box08 {
    bottom: -3px;
    margin-left: -146px;
  }
  .cars .box08 .ico {
    margin-bottom: -2px;
  }
  .cars .box08 .text {
    margin-right: 1px;
    margin-bottom: -14px;
  }
  .cars .box09 {
    margin-left: 59px;
  }
  .cars .box09 .ico {
    margin-bottom: -7px;
  }
  .cars .box09 .text {
    margin-bottom: -17px;
  }
  .cars .box10 {
    margin-left: 277px;
    bottom: 35px;
  }
  .cars .box10 .ico {
    width: 223px;
    margin-bottom: -9px;
  }
  .cars .box10 .text {
    margin-right: -40px;
    margin-bottom: -12px;
  }
  .menu-holder .holder .menu-block {
    right: 0 !important;
  }
  .faq > ul > li > ul > li > a:before {
    left: 30px;
  }
  .faq > ul > li > ul > li > a {
    padding: 17px 10px 16px 62px;
  }
  .faq > ul > li > ul > li > ul {
    padding: 11px 10px 22px;
  }
  .thumbs-nav a strong {
    padding: 5px 34px 5px 5px;
    font-size: 14px;
    line-height: 18px;
  }
  .thumbs-nav a strong:before {
    right: 5px;
  }
  /* reasons-info */
  .reasons-info .img {
    height: 90px;
  }
  .reasons-info li:hover .img,
  .reasons-info li:focus .img {
    height: 70px;
  }
  .reasons-info .block {
    font-size: 14px;
    line-height: 18px;
    height: 37px;
  }
  .reasons-info li:hover .block,
  .reasons-info li:focus .block {
    height: 100px;
  }
  .reasons-info h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .reasons-info p span {
    display: inline;
  }
}
@media only screen and (max-width: 1186px) {
  /* header */
  .sub-menu li + li {
    padding-left: 25px;
  }
  .gallery-area .base .share {
    right: 20px;
    margin-right: 0;
  }
  .info-model .add-model-info {
    margin-right: -20px;
  }
  .info-model .box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product-header {
    font-size: 13px;
  }
  .product-header .nav li {
    padding-right: 10px;
  }
  /* gallery-area */
  .gallery-area .thumbs {
    overflow: hidden;
    height: auto;
    top: 10px;
    margin: 0 10px 20px;
  }
  .gallery-area .thumbs .item {
    width: 7.5%;
  }
  .gallery-area .thumbs .item img {
    width: 100%;
    height: auto;
  }
  .gallery-area .thumbs .item-01 {
    left: 0;
    top: 25.4%;
  }
  .gallery-area .thumbs .item-02 {
    top: 0;
    left: 16.6%;
  }
  .gallery-area .thumbs .item-03 {
    top: 25.4%;
    left: 8.3%;
    width: 16%;
  }
  .gallery-area .thumbs .item-04 {
    top: 76.7%;
    left: 8.3%;
  }
  .gallery-area .thumbs .item-05 {
    top: 25.4%;
    left: 24.9%;
  }
  .gallery-area .thumbs .item-06 {
    top: 0;
    left: 33.2%;
    width: 16%;
  }
  .gallery-area .thumbs .item-07 {
    top: 51.3%;
    left: 33.2%;
    width: 16%;
  }
  .gallery-area .thumbs .item-08 {
    top: 0;
    left: 50%;
    width: 16%;
  }
  .gallery-area .thumbs .item-09 {
    top: 76.7%;
    left: 42%;
  }
  .gallery-area .thumbs .item-11 {
    top: 76.7%;
    left: 16.8%;
  }
  .gallery-area .thumbs2 .item {
    width: 7.5%;
  }
  .gallery-area .thumbs2 .item-01 {
    left: 0;
    top: 51.3%;
  }
  .gallery-area .thumbs2 .item-02 {
    left: 8.3%;
    top: 25.4%;
  }
  .gallery-area .thumbs2 .item-03 {
    left: 8.3%;
    top: 51.3%;
    width: 16%;
  }
  .gallery-area .thumbs2 .item-04 {
    left: 25.1%;
    top: 0;
    width: 16%;
  }
  .gallery-area .thumbs2 .item-05 {
    left: 25.1%;
    top: 51.3%;
    width: 16%;
  }
  .gallery-area .thumbs2 .item-06 {
    left: 41.9%;
    top: 0;
  }
  .gallery-area .thumbs2 .item-07 {
    left: 50.2%;
    top: 0;
    width: 16%;
  }
  .gallery-area .thumbs2 .item-08 {
    left: 58.5%;
    top: 51.3%;
  }
  .gallery-area .thumbs3 .item {
    width: 7.3%;
  }
  .gallery-area .thumbs3 .item-01 {
    top: 0;
    left: 0;
  }
  .gallery-area .thumbs3 .item-02 {
    top: 0;
    left: 8.2%;
  }
  .gallery-area .thumbs3 .item-03 {
    top: 25.7%;
    left: 8.2%;
    width: 15.4%;
  }
  .gallery-area .thumbs3 .item-04 {
    top: 0;
    left: 24.5%;
  }
  .gallery-area .thumbs3 .item-05 {
    top: 0;
    left: 32.9%;
    width: 15.4%;
  }
  .gallery-area .thumbs3 .item-06 {
    top: 0;
    left: 49.5%;
    width: 15.4%;
  }
  .gallery-area .thumbs3 .item-07 {
    top: 51.8%;
    left: 49.5%;
    width: 15.4%;
  }
  .gallery-area .thumbs4 .item {
    width: 7.3%;
  }
  .gallery-area .thumbs4 .item-01 {
    top: 0;
    left: 0;
  }
  .gallery-area .thumbs4 .item-02 {
    top: 0;
    left: 8.2%;
  }
  .gallery-area .thumbs4 .item-03 {
    top: 25.2%;
    left: 8.2%;
    width: 15.4%;
  }
  .gallery-area .thumbs4 .item-04 {
    top: 0;
    left: 16.4%;
  }
  .gallery-area .thumbs4 .item-05 {
    top: 0;
    left: 24.6%;
  }
  .gallery-area .thumbs4 .item-06 {
    top: 25.2%;
    left: 24.6%;
  }
  .gallery-area .thumbs4 .item-07 {
    top: 0;
    left: 32.8%;
    width: 15.4%;
  }
  .gallery-area .thumbs4 .item-08 {
    top: 50.8%;
    left: 32.8%;
  }
  .gallery-area .thumbs4 .item-09 {
    top: 50.8%;
    left: 41%;
  }
  .gallery-area .thumbs4 .item-11 {
    top: 0;
    left: 49.2%;
    width: 15.4%;
  }
  .gallery-area .thumbs4 .item-12 {
    top: 50.8%;
    left: 49.2%;
    width: 15.4%;
  }
  .gallery-area .thumbs5 .item {
    width: 7.3%;
  }
  .gallery-area .thumbs5 .item-01 {
    top: 0;
    left: 0;
  }
  .gallery-area .thumbs5 .item-02 {
    top: 0;
    left: 8.2%;
  }
  .gallery-area .thumbs5 .item-03 {
    top: 25.2%;
    left: 8.2%;
    width: 15.4%;
  }
  .gallery-area .thumbs5 .item-04 {
    top: 0;
    left: 24.5%;
  }
  .gallery-area .thumbs5 .item-05 {
    top: 25.2%;
    left: 24.5%;
  }
  .gallery-area .thumbs5 .item-06 {
    top: 0;
    left: 32.7%;
    width: 15.4%;
  }
  .gallery-area .thumbs5 .item-07 {
    top: 50.8%;
    left: 32.7%;
  }
  .gallery-area .thumbs5 .item-08 {
    top: 50.8%;
    left: 40.9%;
  }
  .gallery-area .thumbs5 .item-09 {
    top: 0;
    left: 49.1%;
    width: 15.4%;
  }
  .gallery-area .thumbs5 .item-11 {
    top: 50.8%;
    left: 49.1%;
    width: 15.4%;
  }
  .gallery-area .thumbs6 .item {
    width: 7.3%;
  }
  .gallery-area .thumbs6 .item-01 {
    left: 0;
    top: 0;
  }
  .gallery-area .thumbs6 .item-02 {
    left: 8.2%;
    top: 0;
  }
  .gallery-area .thumbs6 .item-03 {
    left: 8.2%;
    top: 25.2%;
    width: 15.4%;
  }
  .gallery-area .thumbs6 .item-04 {
    left: 16.4%;
    top: 0;
  }
  .gallery-area .thumbs6 .item-05 {
    left: 24.6%;
    top: 0;
  }
  .gallery-area .thumbs6 .item-06 {
    left: 24.6%;
    top: 25.2%;
  }
  .gallery-area .thumbs6 .item-07 {
    left: 32.8%;
    top: 0;
    width: 15.4%;
  }
  .gallery-area .thumbs6 .item-08 {
    left: 41%;
    top: 50.8%;
  }
  .gallery-area .thumbs6 .item-09 {
    left: 49.2%;
    top: 0;
    width: 15.4%;
  }
  .gallery-area .thumbs6 .item-11 {
    left: 49.2%;
    top: 50.8%;
    width: 15.4%;
  }
  .gallery-area .thumbs7 .item {
    width: 7.3%;
  }
  .gallery-area .thumbs7 .item-01 {
    top: 0;
    left: 0;
  }
  .gallery-area .thumbs7 .item-02 {
    top: 0;
    left: 8.2%;
  }
  .gallery-area .thumbs7 .item-03 {
    top: 25.2%;
    left: 8.2%;
    width: 15.4%;
  }
  .gallery-area .thumbs7 .item-04 {
    top: 0;
    left: 16.4%;
  }
  .gallery-area .thumbs7 .item-05 {
    top: 0;
    left: 24.6%;
  }
  .gallery-area .thumbs7 .item-06 {
    top: 25.2%;
    left: 24.6%;
  }
  .gallery-area .thumbs7 .item-07 {
    top: 0;
    left: 32.8%;
    width: 15.4%;
  }
  .gallery-area .thumbs7 .item-08 {
    top: 50.8%;
    left: 32.8%;
  }
  .gallery-area .thumbs7 .item-09 {
    top: 50.8%;
    left: 41%;
  }
  .gallery-area .thumbs7 .item-11 {
    top: 0;
    left: 49.2%;
    width: 15.4%;
  }
  .gallery-area .thumbs7 .item-12 {
    top: 50.8%;
    left: 49.2%;
    width: 15.4%;
  }
  .gallery-area .thumbs8 .item {
    width: 7.5%;
  }
  .gallery-area .thumbs8 .item-01 {
    top: 0;
    left: 0;
  }
  .gallery-area .thumbs8 .item-02 {
    top: 25.9%;
    left: 8.4%;
    width: 16%;
  }
  .gallery-area .thumbs8 .item-03 {
    top: 0;
    left: 16.8%;
  }
  .gallery-area .thumbs8 .item-04 {
    top: 25.9%;
    left: 25.2%;
  }
  .gallery-area .thumbs8 .item-05 {
    top: 0;
    left: 33.6%;
    width: 16%;
  }
  .gallery-area .thumbs8 .item-06 {
    top: 51.8%;
    left: 33.6%;
  }
  .gallery-area .thumbs8 .item-07 {
    top: 0;
    left: 50.4%;
    width: 16%;
  }
  .gallery-area .thumbs8 .item-08 {
    top: 51.8%;
    left: 50.4%;
    width: 16%;
  }
  .gallery-area .thumbs9 {
    height: 324px;
  }
  .gallery-area .thumbs9 .item {
    width: 7.4%;
  }
  .gallery-area .thumbs9 .item-01 {
    top: 0;
    left: 0;
  }
  .gallery-area .thumbs9 .item-02 {
    left: 8.4%;
    width: 16%;
    top: 29.9%;
  }
  .gallery-area .thumbs9 .item-03 {
    top: 0;
    left: 16.8%;
  }
  .gallery-area .thumbs9 .item-04 {
    top: 29.9%;
    left: 25.2%;
  }
  .gallery-area .thumbs9 .item-05 {
    top: 0;
    left: 33.4%;
    width: 16%;
  }
  .gallery-area .thumbs9 .item-06 {
    top: 29.9%;
    left: 50.2%;
    width: 16%;
  }
  .gallery-area .thumbs9 .item-07 {
    top: 0;
    left: 67.2%;
    width: 32.8%;
  }
  .gallery-area .thumbs10 .item {
    width: 7.4%;
  }
  .gallery-area .thumbs10 .item-01 {
    top: 0;
    left: 0;
    width: 16%;
  }
  .gallery-area .thumbs10 .item-02 {
    top: 51.8%;
    left: 0;
  }
  .gallery-area .thumbs10 .item-03 {
    top: 0;
    left: 16.7%;
  }
  .gallery-area .thumbs10 .item-04 {
    top: 51.8%;
    left: 16.7%;
    width: 16%;
  }
  .gallery-area .thumbs10 .item-05 {
    top: 0;
    left: 33.7%;
    width: 16%;
  }
  .gallery-area .thumbs10 .item-06 {
    top: 51.8%;
    left: 33.7%;
  }
  .gallery-area .thumbs10 .item-07 {
    top: 77.7%;
    left: 42%;
  }
  .gallery-area .thumbs10 .item-08 {
    top: 0;
    left: 50.4%;
    width: 16%;
  }
  .gallery-area .thumbs10 .item-09 {
    top: 51.8%;
    left: 50.4%;
    width: 16%;
  }
  .gallery-area .thumbs10 .item-12 {
    top: 76.7%;
    left: 8.3%;
  }
  .gallery-area .thumbs10 .item-13 {
    top: 25.4%;
    left: 24.9%;
  }
  .gallery-area .thumbs .item-10 {
    width: 32.8%;
    float: right;
    top: 0;
    left: 0;
    position: relative;
  }
  .gallery-area .thumbs3 .item-10 {
    width: 33.2%;
    margin-right: 0.9%;
  }
  .gallery-area .thumbs4 .item-10,
  .gallery-area .thumbs5 .item-10,
  .gallery-area .thumbs6 .item-10,
  .gallery-area .thumbs7 .item-10 {
    width: 33.2%;
    margin-right: 1.1%;
  }
  /* info-tabs */
  .features .box {
    font-size: 12px;
  }
  .features .box h3 {
    font-size: 18px;
    line-height: 23px;
  }
  .program-list .top .img {
    min-width: 65%;
  }
  .program-list .top .img img {
    max-width: 100%;
  }
  .info-tabs .block {
    width: 50%;
    padding-top: 150px;
  }
  .info-tabs .block .spritespin {
    margin-left: auto;
    margin-right: auto;
  }
  .info-tabs .block .spritespin,
  .info-tabs .block .spritespin-canvas,
  .info-tabs .block .spritespin-stage {
    width: 400px !important;
    height: 230px !important;
  }
  .info-tabs .block .spritespin-stage {
    -webkit-background-size: 2400px 1380px !important;
    background-size: 2400px 1380px !important;
  }
  .info-tabs .info .list {
    font-size: 12px;
    line-height: 14px;
  }
  .info-tabs .info .list .ttl {
    width: 100px;
    font-size: 12px;
    line-height: 15px;
  }
  .info-tabs .info .list .ico {
    width: 75px;
  }
  .config-area .panel {
    width: auto;
    left: 10px;
    right: 10px;
  }
  .events .staff {
    padding-left: 25px;
  }
  .events .staff ul {
    margin-right: -25px;
  }
  .events .staff .add-info {
    right: 22px;
  }
  .social-block .soc-nav {
    float: none;
    margin: 0 0 10px;
    overflow: hidden;
  }
  .social-block .social-box {
    float: none;
    overflow: hidden;
  }
  .news {
    max-width: 788px;
    margin-left: auto;
    margin-right: auto;
    left: 12px;
  }
  .compare-area .btn-close {
    top: 3px;
  }
  /* footer */
  #footer .models-col {
    width: 30%;
  }
  #footer .alignright {
    width: 66%;
  }
  #footer .col-wrap {
    width: 49.9%;
    margin-right: 0px;
  }
  #footer .head.lexus {
    margin-bottom: 30px;
  }
  #footer .holder ul {
    width: 100%;
    clear: both;
    margin-bottom: 0px;
  }
  #footer .contact-list {
    padding-bottom: 2px;
  }
  #footer .col-02,
  #footer .col-04 {
    clear: left;
  }
  #footer .models-col {
    margin-left: 0;
    margin-right: 0;
  }
  #footer .col {
    margin-left: 20px;
    margin-right: 0;
  }
  #footer .logo {
    float: none;
    display: block;
    margin: 0 auto 10px;
  }
  #footer .footer-nav {
    float: none;
    text-align: center;
  }
  #footer .footer-nav > li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
  }
  #footer .footer-nav > li + li {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .reason-block .reason-list .img img {
    width: auto;
  }
  .location-area {
    left: 15px;
  }
  /* header */
  #header .search {
    padding-left: 15px;
    padding-right: 44px;
  }
  #header .search:after {
    right: 14px;
  }
  #header .search.active {
    padding-left: 14px;
    padding-right: 43px;
  }
  #header nav > ul > li {
    margin-right: 20px;
    margin-left: 10px;
  }
  #header nav > ul > li.active > a,
  #header nav > ul > li.active > a:hover {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sub-menu {
    font-size: 13px;
  }
  .sub-menu li + li {
    padding-left: 10px;
  }
  /* map-area */
  .map-area .wrap {
    left: 76px;
  }
  .location-area {
    width: 300px;
  }
  .location-area .holder {
    padding-left: 46px;
    padding-right: 10px;
  }
  .reason-block .reason-list .img {
    height: 150px;
  }
  .reason-block .reason-list li .descr {
    height: 131px;
  }
  .reason-block .reason-list li:hover .descr,
  .reason-block .reason-list li:focus .descr {
    height: 184px;
  }
  .product-header {
    font-size: 11px;
  }
  .product-header .nav li {
    padding-left: 10px;
    padding-right: 5px;
  }
  .product-header .btn-to-top {
    margin-left: 5px;
  }
  .product-header .btn-search {
    margin-left: 9px;
  }
  .features-area .item .in {
    padding-right: 10px;
  }
  .features-area .item .img {
    float: none;
    height: 127px;
    padding-bottom: 20px;
  }
  .features-area .item .img img {
    max-height: 100%;
  }
  .features-area .item .descr {
    margin-right: 0;
    margin-left: 0;
    width: auto;
    float: none;
  }
  .features-area .flexslider {
    padding-bottom: 20px;
  }
  .features-area .switcher {
    bottom: 5px;
    width: auto;
    left: 10px;
    right: 10px;
  }
  .col-area .map .text {
    left: 8px;
    right: 8px;
    top: 5px;
  }
  .col-area .map h3 {
    max-width: 42%;
  }
  .col-area .map .address {
    min-width: 30%;
  }
  .financing .col-l,
  .financing .col-r {
    float: none;
    width: auto;
  }
  /* breadcrumbs */
  .breadcrumbs li + li {
    padding-left: 40px;
  }
  .breadcrumbs li + li:before {
    left: 17px;
  }
  /* info-item */
  .info-item .col-holder .col,
  .info-item .col-holder .col + .col {
    float: none;
    width: auto;
  }
  .info-item img.alignright {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
  .program-list > li {
    width: auto;
    display: block;
  }
  .economia-block .holder {
    padding-right: 0;
  }
  .economia-block .holder .col {
    float: none;
  }
  .economia-block .holder .choose-model {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .economia-block .slide .item {
    margin-left: -40px;
    margin-right: -40px;
    padding-right: 40px;
    padding-left: 185px;
    max-width: 500px;
  }
  .economia-block .slide .logo {
    margin-left: -170px;
  }
  .economia-block .slide .img {
    margin-right: -40px;
  }
  .economia-block .flex-direction-nav a {
    display: none !important;
  }
  /* vendas-diretas */
  .direct-sales .columns .column-left {
    float: none;
    width: auto;
    padding: 0 0 30px;
  }
  .direct-sales .columns .column-right {
    float: none;
    width: auto;
    padding: 0;
  }
  .direct-sales .title {
    padding: 0 0 30px;
  }
  .direct-sales .block {
    padding: 0 0 30px;
  }
  .direct-sales .block.small-block {
    padding-right: 0;
  }
  .direct-sales .columns .column-left .block {
    padding-bottom: 30px;
  }
  .direct-sales .columns .block.last-child {
    padding-bottom: 0;
  }
  .direct-sales .block .img-0001 {
    width: 48%;
    margin: -55px -13% -50px -3%;
  }
  .direct-sales .block .img-0002 {
    width: 35.5%;
    margin: -1px 0.4% 0 -4.1%;
  }
  .direct-sales .block .img-0003 {
    width: 28.8%;
    margin: -7px 3% 0 0.5%;
  }
  .direct-sales .block .img-0004 {
    width: 29%;
    margin: -6px 2.5% 0 1%;
  }
  .competition-list .btn-02 {
    font-size: 12px;
  }
  .events-list .full header {
    font-size: 16px;
    line-height: 19px;
  }
  .events-list .name {
    font-size: 20px;
    line-height: 23px;
  }
  .events-list .full .name {
    font-size: 24px;
    line-height: 27px;
  }
  .events .col-holder .col-l,
  .events .col-holder .col-r {
    width: 100%;
    float: none;
  }
  .events .map {
    max-width: 100%;
  }
  .dealer-info .dealer-item .name {
    font-size: 20px;
  }
  .dealer-info .dealer-item .available-service li {
    width: 68px;
    margin-left: 1px;
    margin-right: 1px;
  }
  .dealer-info .dealer-item .available-service {
    padding-left: 0;
  }
  .dealer-filter {
    width: 100%;
  }
  .dealer-info .dealer-cols > .col-r,
  .dealer-info .dealer-cols > .col-l {
    float: none;
    width: 100%;
  }
  /* logo-list */
  .logo-list {
    margin: 0 0 22px;
  }
  .logo-list li {
    width: 33.33%;
  }
  /* page-title */
  .ofertas .page-title h1 {
    float: none;
    width: 100%;
  }
  .page-title .dealer-filter {
    float: none;
    width: 100%;
  }
  /* price-block */
  .price-block .price-box span {
    float: none;
    width: 100%;
    padding: 0 0 14px;
    display: block;
  }
  .price-block .price-box .price {
    float: none;
  }
  /* content-block */
  .content-block .text-box {
    float: none;
    width: 100%;
  }
  .content-block .img-box {
    float: none;
    width: 100%;
    margin: 0 auto;
    max-width: 700px;
  }
  .news-block.news2 {
    margin: 0;
  }
  .news-block.news2 .box {
    width: 100%;
    float: none;
    margin: 0 0 28px;
    overflow: hidden;
  }
  .news-block.news2 .block {
    width: 100%;
    float: none;
  }
  .news-block.news2 .img-box {
    margin: -46px 20px -40px -25px;
  }
  .news-block.news2 .large .img-box {
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 20px;
  }
  /* .config-area .steps > li {margin-right:13px;} */
  .download-area2 {
    line-height: 17px;
  }
  .download-items .item .img {
    min-height: 134px;
  }
  .download-items .item h3 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 7px;
  }
  .features-item {
    font-size: 12px;
    line-height: 15px;
  }
  .features-item h3 {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 6px;
  }
  .features-item .img {
    left: 0;
    width: 41.7%;
  }
  /* cars */
  .cars > .container {
    height: 172px;
  }
  .cars .box {
    width: 124px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 9px;
  }
  .cars .box .ico {
    width: 155px;
  }
  .cars .box .text {
    padding-right: 15px;
  }
  .cars .box .text strong {
    font-size: 12px;
    line-height: 15px;
  }
  .cars .box .text:after,
  .cars .box:hover .text:after {
    top: 1px;
    width: 17px;
    height: 17px;
    background-size: 17px 17px;
  }
  .cars .box01 {
    margin-left: -354px;
    bottom: 57px;
  }
  .cars .box01 .text {
    margin-bottom: -9px;
  }
  .cars .box01 .text:after,
  .cars .box01:hover .text:after {
    top: 7px;
  }
  .cars .box02 {
    margin-left: -220px;
    bottom: 66px;
  }
  .cars .box02 .text {
    margin-left: 7px;
    margin-bottom: -23px;
  }
  .cars .box02 .text:after,
  .cars .box02:hover .text:after {
    top: 7px;
  }
  .cars .box03 {
    margin-left: -88px;
    bottom: 66px;
  }
  .cars .box03 .text {
    margin-bottom: -15px;
  }
  .cars .box04 {
    margin-left: 45px;
    bottom: 67px;
  }
  .cars .box04 .text {
    margin-left: 28px;
  }
  .cars .box05 {
    margin-left: 177px;
    bottom: 68px;
  }
  .cars .box05 .text {
    margin-bottom: -4px;
  }
  .cars .box06 {
    margin-left: -374px;
    bottom: 10px;
  }
  .cars .box06 .ico {
    margin-bottom: -6px;
  }
  .cars .box06 .text {
    margin-bottom: -12px;
    margin-left: 1px;
  }
  .cars .box07 {
    margin-left: -235px;
    bottom: 6px;
  }
  .cars .box08 {
    margin-left: -95px;
    bottom: -5px;
  }
  .cars .box08 .ico {
    margin-bottom: -4px;
  }
  .cars .box09 {
    margin-left: 53px;
    bottom: -7px;
  }
  .cars .box09 .ico {
    margin-bottom: -12px;
  }
  .cars .box09 .text {
    margin-right: 9px;
  }
  .cars .box10 {
    margin-left: 214px;
    bottom: 24px;
  }
  .cars .box10 .ico {
    width: 165px;
  }
  .cars .box10 .text {
    margin-right: -17px;
  }
  /* best-choice */
  .best-choice {
    padding-left: 370px;
  }
  .best-choice .col-01 {
    margin-left: -370px;
    margin-right: 18px;
    width: 352px;
  }
  .best-choice h1,
  .best-choice h2 {
    font-size: 18px;
    line-height: 21px;
  }
  .best-choice h1 > span {
    width: 166px;
    margin-right: 23px;
  }
  .best-choice .holder {
    margin-left: -20px;
  }
  .best-choice .holder .box-chat-toyota {
    margin-left: 20px;
  }
  .best-choice .item {
    width: 166px;
    margin-left: 20px;
    font-size: 12px;
    line-height: 12px;
  }
  .best-choice .item .mask {
    background-size: cover;
    background-position: center -10px;
  }
  .best-choice .col-01 .holder hr {
    top: 0;
  }
  /* footer */
  #footer .models-col {
    width: 30%;
  }
  #footer .alignright {
    width: 66%;
  }
  #footer .col-wrap {
    width: 49.9%;
    margin-right: 0px;
  }
  #footer .head.lexus {
    margin-bottom: 30px;
  }
  #footer .holder ul {
    width: 100%;
    clear: both;
    margin-bottom: 0px;
  }
  #footer ul.servicos li {
    width: 100%;
  }
  #footer .contact-list {
    padding-bottom: 2px;
  }
  #footer .col-02,
  #footer .col-04 {
    clear: left;
  }
  .price-block .box.slide {
    padding: 0 30px 20px;
  }
  .price-block .box.slide .img-box {
    width: auto;
    float: none;
    margin: 0 -30px 20px;
  }
  .price-block .box.slide .text-box {
    width: auto;
    float: none;
  }
  .price-block .box.slide .social-block .soc-nav {
    float: left;
    overflow: visible;
  }
  .price-block .box.slide .social-block .social-box {
    float: left;
  }
}
@media only screen and (max-width: 880px) {
  #formMapNoGps .search-way .uf {
    width: 40%;
  }
  #formMapNoGps .search-way .city {
    width: 56%;
  }
}
@media only screen and (max-width: 828px) {
  .news {
    max-width: 394px;
    left: 12px;
  }
  .sub-menu {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1110px) {
  .postid-2792 .ui-tabs .tabset li {
    width: 45%;
  }
}
@media only screen and (max-width: 860px) {
  #diesel.ui-tabs .tabset a {
    line-height: 18px;
  }
  #header .logo {
    margin-left: 0;
    margin-right: 5px;
  }
  #header nav > ul > li {
    margin-left: 8px;
    margin-right: 8px;
  }
  #header nav > ul > li.active > a,
  #header nav > ul > li.active > a:hover {
    margin-left: -6px;
    margin-right: -6px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 770px) {
  #diesel.ui-tabs .tabset a {
    line-height: 18px;
  }
}
/*acontace*/
.featured-boxes {
  margin: 36px -11px 16px;
  font-size: 0;
  line-height: 0;
  display: none;
}

.featured-boxes .box {
  padding: 13px 11px;
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  font: 18px/23px "toyota_displaybold", sans-serif;
  color: #575757;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.featured-boxes a.box {
  cursor: pointer;
}

.featured-boxes a.box:hover {
  text-decoration: none;
}

.featured-boxes .box figure {
  margin: 0;
  overflow: hidden;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 2px 2px #ddd;
  box-shadow: 0 2px 2px #ddd;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.featured-boxes .box figure:before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 19px;
  background: url(../images/ico-arrow-red-25x18.svg) no-repeat;
  background-size: 25px 18px;
  width: 25px;
  height: 18px;
}

.no-svg .featured-boxes .box figure:before {
  background: url(../images/ico-arrow-red-25x18.png) no-repeat;
}

.featured-boxes .box .image img {
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  position: relative;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.featured-boxes .box.large {
  width: 50%;
  font-size: 22px;
  line-height: 27px;
}

.featured-boxes .box figcaption {
  display: table-cell;
  width: 1%;
  height: 69px;
  vertical-align: middle;
  padding: 23px 35px 25px 23px;
}

.featured-boxes .box.large figcaption {
  padding: 26px 60px 34px 23px;
}

.featured-boxes .box.large figure:before {
  bottom: 17px;
  right: 23px;
}

.featured-boxes .info-block {
  font-size: 14px;
  line-height: 19px;
  color: #8a8c8e;
  padding: 20px 0 55px;
  border-bottom: 1px solid #8a8d8e;
  margin: 0 11px 50px;
  position: relative;
  display: none;
}

.featured-boxes .info-block:after {
  clear: both;
  content: "";
  display: block;
}

.featured-boxes .info-block p {
  margin: 0 0 5px;
}

.featured-boxes .info-block .text {
  float: left;
  width: 46.5%;
  text-align: justify;
  -webkit-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
}

.featured-boxes .info-block .text p {
  background: url(../images/none.png) no-repeat;
}

.featured-boxes .info-block h2 {
  margin: 0 0 23px;
  color: #575757;
  width: 90%;
  font: 29px/35px "toyota_displaybold", sans-serif;
  text-transform: uppercase;
  text-align: left;
}

.featured-boxes .right-col {
  float: right;
  width: 47.7%;
  padding-top: 3px;
}

.featured-boxes .info-gallery {
  width: 100%;
  margin-bottom: 37px;
  position: relative;
  -webkit-box-shadow: 0 2px 2px #ddd;
  box-shadow: 0 2px 2px #ddd;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.featured-boxes .slides {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
}

.featured-boxes .info-gallery .slides > li {
  float: left;
  width: 100%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.featured-boxes .info-gallery .slides img {
  width: auto;
}

.featured-boxes .info-carousel {
  padding: 0 25px 0 26px;
  position: relative;
}

.featured-boxes .info-carousel .slides li {
  float: left;
  padding: 0 11px;
  position: relative;
  width: 75px !important; /* bug */
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.featured-boxes .slides img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.featured-boxes .info-carousel .slides img {
  border: 2px solid #f6f6f6;
  height: auto;
}

.featured-boxes .slides .video {
  position: relative;
  display: block;
}

.featured-boxes .slides .video:after,
.featured-boxes .slides .video:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  z-index: 5;
}

.featured-boxes .slides .video:before {
  background: rgba(255, 255, 255, 0.9);
  width: 116px;
  height: 116px;
  margin: -58px 0 0 -58px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.featured-boxes .slides .video:after {
  border: solid transparent;
  border-width: 15px 0 15px 25px;
  border-left-color: #eb0a1e;
  margin: -15px 0 0 -8px;
}

.featured-boxes .info-carousel .slides .video:before {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
}

.featured-boxes .info-carousel .slides .video:after {
  border-width: 6px 0 6px 10px;
  margin: -6px 0 0 -4px;
}

.featured-boxes .info-carousel .slides .flex-active-slide img {
  border-color: #eb0a1e;
}

.featured-boxes .info-carousel .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
}

.featured-boxes .info-carousel .flex-prev,
.featured-boxes .info-carousel .flex-next {
  position: absolute;
  top: 50%;
  text-indent: -9999px;
  overflow: hidden;
  width: 17px;
  height: 32px;
  margin-top: -16px;
  background-size: 17px 32px;
}

.featured-boxes .info-carousel .flex-prev {
  left: 0;
  background: url(../images/ico-74.svg) no-repeat;
}

.featured-boxes .info-carousel .flex-next {
  right: 0;
  background: url(../images/ico-75.svg) no-repeat;
}

.no-svg .featured-boxes .info-carousel .flex-prev {
  background-image: url(../images/ico-74.png);
}

.no-svg .featured-boxes .info-carousel .flex-next {
  background-image: url(../images/ico-75.png);
}

.featured-boxes .title {
  margin: 0 11px 23px;
  color: #575757;
  font: 22px/28px "toyota_displaybold", sans-serif;
  text-transform: uppercase;
  position: relative;
  padding: 12px 0 0;
  display: none;
}

.featured-boxes .title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 91px;
  height: 4px;
  background-color: #575757;
}

.featured-boxes.active .box {
  width: 25% !important;
  font-size: 15px;
  line-height: 19px;
  overflow: hidden;
}

.featured-boxes.active .box .image {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.featured-boxes.active .box .image .holder {
  position: relative;
  float: left;
  left: 50%;
}

.featured-boxes.active .box .image img {
  width: auto;
  max-width: none;
  position: relative;
  float: left;
  left: -50%;
  height: 136px;
}

.featured-boxes.active .box figcaption {
  padding: 18px 40px 15px 20px !important;
  height: 95px;
}

.featured-boxes.active .box figcaption br {
  display: none;
}

.featured-boxes .box.hidden {
  display: none;
}

@media only screen and (max-width: 828px) {
  .featured-boxes .info-block .text {
    float: none;
    width: auto;
    margin-bottom: 30px;
  }
  .featured-boxes .right-col {
    float: none;
    max-width: 556px;
    width: auto;
    margin: 0 auto;
  }
  .featured-boxes .box {
    font-size: 14px;
    line-height: 18px;
  }
  .featured-boxes .box.large {
    font-size: 16px;
    line-height: 20px;
  }
  .featured-boxes .box figcaption {
    padding: 10px 35px 10px 10px !important;
  }
  .featured-boxes.active .box {
    font-size: 12px;
    line-height: 14px;
  }
  .featured-boxes.active .box figcaption {
    padding: 10px 30px 10px 10px !important;
    height: auto;
  }
  .featured-boxes.active .box figure:before {
    right: 5px !important;
    bottom: 5px !important;
  }
}
/* new 22.08.14 */
.features .box h3 .help,
.features .help,
#features_new .help {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0 10px;
  font: 11px/16px "toyota_textbold", sans-serif;
  width: 15px;
  height: 15px;
  overflow: hidden;
  background-color: #aeaeae;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.features .box h3 .help:hover,
.features .help:hover,
#features_new .help:hover {
  text-decoration: none;
  background-color: #626262;
}

.features .info-box,
#features_new .info-box {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 26px 0;
}

.features .info-box .close,
#features_new .info-box .close {
  position: absolute;
  top: -16px;
  right: 11px;
  background: url(../images/ico-close-red.svg) no-repeat;
  background-size: 23px 23px;
  width: 23px;
  height: 23px;
  font-size: 0;
  line-height: 0;
}

.no-svg .features .info-box .close,
.no-svg #features_new .info-box .close {
  background-image: url(../images/ico-close-red-23x23.png);
}

.features .info-box .container,
#features_new .info-box .container {
  position: relative;
}

.features .info-box .video iframe,
.features .info-box .video img,
#features_new .info-box .video iframe,
#features_new .info-box .video img {
  vertical-align: top;
  max-width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.features .info-box .video .jp-video,
#features_new .info-box .video .jp-video {
  border: 0;
  max-width: 620px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.features .info-box .video .jp-video.jp-video-large,
#features_new .info-box .video .jp-video.jp-video-large {
  max-width: 1100px;
}

.features .info-box .video .jp-video.jp-video-tablet,
#features_new .info-box .video .jp-video.jp-video-tablet {
  max-width: 747px;
}

.features .info-box .video .jp-video-play,
#features_new .info-box .video .jp-video-play {
  height: 300px;
  margin-top: -300px;
}

.features .info-box .video .jp-interface,
#features_new .info-box .video .jp-interface {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.features .info-box .video .jp-video:hover .jp-interface,
#features_new .info-box .video .jp-video:hover .jp-interface {
  bottom: 0;
}

/* form-holder */
.form-holder {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 13px 0 0;
  background: #fff;
}

.form-holder header {
  padding: 0 0 46px;
}

.form-holder header h2 {
  position: relative;
  font: 36px/38px "toyota_displayregular";
  text-transform: uppercase;
  margin: 0;
  padding: 14px 0 13px;
  color: #575757;
}

.form-holder header h2:before,
.form-holder header h2:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 92px;
  height: 5px;
  background: #585858;
  content: "";
}

.form-holder header h2:after {
  top: auto;
  bottom: 0;
}

.form-holder header h2 strong {
  font-family: "toyota_displaybold", sans-serif;
  font-weight: normal;
}

.form-holder .img {
  position: absolute;
  top: 223px;
  right: -11px;
}

.form-holder .img img {
  vertical-align: top;
}

/* info-form */
.info-form {
  width: 432px;
  color: #575757;
}

.info-form .row {
  overflow: hidden;
  padding: 0 0 7px;
}

.info-form .holder {
  float: left;
}

.info-form .holder + .holder {
  padding-left: 10px;
}

.info-form .holder-01 {
  width: 246px;
}

.info-form .holder-02 {
  width: 176px;
}

.info-form .holder-03 {
  width: 129px;
}

.info-form .holder-04 {
  width: 293px;
}

.info-form .holder-05 {
  width: 282px;
}

.info-form .text {
  background: #f6f6f6;
}

.info-form .lbl {
  font-size: 14px;
  line-height: 16px;
  color: #575757;
  padding: 0 5px 7px;
}

.info-form .txt {
  display: block;
  margin: 3px 0 0;
  padding: 12px 4px 14px;
  font-size: 16px;
  line-height: 18px;
  border-top: 1px solid #c6c9cb;
}

.info-form .select-area {
  float: none;
  width: auto !important;
  margin: 0 0 10px;
}

.info-form .select-area.select-cs3 {
  background: #f6f6f6;
}

.select-options.drop-sel-01 {
  background: #f6f6f6;
}

.info-form.reg-form .btn-submit {
  margin: 10px 0 0;
  padding: 0 74px 0 17px;
  line-height: 30px;
  height: 30px;
}

.info-form .btn-02:after {
  width: 36px;
  height: 11px;
  right: 20px;
  margin-top: -5px;
  background: url(../images/ico-45.png) no-repeat 100% 0;
}

.info-form .btn-holder {
  margin: -14px 5px 0;
  padding: 0;
}

.info-form .show-msg {
  font: 11px/13px "toyota_displaybold", sans-serif;
  text-transform: uppercase;
  color: #ed1c24;
}

/* mail-form */
.mail-form {
  float: left;
  width: auto;
}

.mail-form .text {
  float: left;
  width: 266px;
  background: #f6f6f6;
  margin: 0;
}

.mail-form .btn-submit {
  float: left;
  margin: 0 0 0 10px;
  padding: 0 74px 0 17px;
  height: 30px;
  line-height: 30px;
  text-transform: none;
}

.mail-form .btn-02:after {
  width: 36px;
  height: 11px;
  right: 20px;
  margin-top: -5px;
  background: url(../images/ico-45.png) no-repeat 100% 0;
}

/*
.config-area .tools .ico-02 { min-height:32px; }
.config-area .tools .ico-02.opened:before { background:url(../images/ico-mail.png) no-repeat; }
*/
/* features */
.features .box h3 .help,
.features .help,
#features_new .help {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0 10px;
  font: 11px/16px "toyota_textbold", sans-serif;
  width: 15px;
  height: 15px;
  overflow: hidden;
  background-color: #aeaeae;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.list li a.help {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
  font: 11px/16px "toyota_textbold", sans-serif;
  width: 15px;
  height: 15px;
  overflow: hidden;
  background-color: #aeaeae;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.features .box h3 .help:hover,
.features .help:hover,
#features_new .help:hover {
  text-decoration: none;
  background-color: #626262;
}

.features .info-box,
#features_new .info-box {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 26px 0;
  letter-spacing: 0;
  color: #fff;
  font: 14px/20px "toyota_displayregular", sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 300;
}

.features .info-box .close,
#features_new .info-box .close {
  position: absolute;
  top: -16px;
  right: 11px;
  background: url(../images/ico-close-red.svg) no-repeat;
  background-size: 23px 23px;
  width: 23px;
  height: 23px;
  font-size: 0;
  line-height: 0;
}

.no-svg .features .info-box .close,
.no-svg #features_new .info-box .close {
  background-image: url(../images/ico-close-red-23x23.png);
}

.features .info-box .container,
#features_new .info-box .container {
  position: relative;
}

.features .info-box .video iframe,
.features .info-box .video img,
#features_new .info-box .video iframe,
#features_new .info-box .video img {
  vertical-align: top;
  max-width: 100%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.features .info-box h3,
#features_new .info-box h3 {
  margin: 0 0 24px;
  color: #fff;
  font: 24px/20px "toyota_displaybold", sans-serif;
  text-transform: initial;
}

#features_new .info-box h3:before {
  display: none;
}

.features .info-box .holder,
#features_new .info-box .holder {
  display: table;
  width: 100%;
}

.features .info-box .text,
#features_new .info-box .text {
  display: table-cell;
  vertical-align: middle;
  width: 41.75%;
  padding-right: 80px;
  padding-top: 17px;
}

.features .info-box .image,
#features_new .info-box .image {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 58.15%;
  padding-right: 58px;
}

.features .info-box .image img,
#features_new .info-box .image img {
  vertical-align: top;
  position: relative;
  width: 100%;
  max-width: 100%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

@media (max-width: 1186px) {
  .features .box h3 .help,
  .features .help,
  #features_new .help {
    margin-top: 4px;
  }
  .features .info-box .image,
  #features_new .info-box .image {
    padding-right: 20px;
  }
  .features .info-box .text,
  #features_new .info-box .text {
    padding-right: 40px;
  }
}
/* new 25.08.14 */
/* info-holder */
.info-holder {
  position: relative;
  padding: 0 12px 15px 0;
}

.info-holder:after {
  clear: both;
  content: "";
  display: block;
}

/* info-list */
.info-list {
  float: right;
  position: relative;
  width: 54.23%;
  list-style: none;
  margin: 0;
  padding: 38px 0 0;
  font-size: 14px;
  line-height: 16px;
  color: #8a8c8d;
  z-index: 10;
}

.info-list li {
  display: table;
  width: 100%;
}

.info-list .ico {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 20px;
  border-top: 3px solid #c5c5c5;
}

.info-list .ttl {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px 0 21px;
  width: 125px;
  font: 14px/16px "toyota_displaybold", sans-serif;
  text-transform: uppercase;
  color: #575757;
}

.info-list .descr {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height: 40px;
  padding: 12px 15px 11px 0;
}

.info-list .descr:before {
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  height: 1px;
  background: #c5c5c5;
  content: "";
}

.info-list .descr:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 3px;
  background: #c5c5c5;
  content: "";
}

.info-holder .img {
  width: 52.54%;
  position: absolute;
  left: -25px;
  top: 86px;
}

.info-holder .img img {
  max-width: 100%;
  vertical-align: top;
}

@media only screen and (max-width: 1186px) {
  .features .info-box .video,
  #features_new .info-box .video {
    padding-top: 30px;
  }
}
.lst-accessories {
  margin: 0;
  padding: 0;
}

.lst-accessories li {
  display: inline-table;
  width: 215px;
  margin: 0 7px 30px 7px;
  list-style: none;
  text-align: left;
}

.lst-accessories li a {
  cursor: default;
  text-decoration: none;
}

.lst-accessories li a.see-accessorie {
  cursor: pointer;
  display: block;
  position: relative;
}

.lst-accessories li a.see-accessorie:before {
  background: url(../images/ico-plus.png) no-repeat center center;
  bottom: 0;
  content: "";
  height: 23px;
  position: absolute;
  right: 0;
  width: 23px;
}

.lst-accessories li .see-accessorie .desc {
  display: none;
}

.lst-accessories li span {
  display: block;
  font-size: 12px;
  margin-right: 22px;
}

.lst-accessories li .code {
  color: #8a8c8d;
}

.lst-accessories li .name {
  color: #575757;
  text-transform: uppercase;
}

.lst-accessories li .description {
  text-transform: none;
  display: inline;
}

.lst-accessories li .desc-modal {
  display: none;
}

.lst-type-accessories li {
  min-width: 33.33% !important;
  float: left !important;
}

.accessories .tab-heading img,
.accessories .tab-heading h2 {
  float: left;
}

.accessories .tab-heading h2 {
  margin-top: 35px;
}

.accessories .choose-type, .accessories .info-tabs {
  margin-top: 50px;
}

.modal-accessorie .fancybox-close {
  background: url("../images/ico-close-red-23x23.png") no-repeat center center;
  height: 23px;
  right: 20px;
  top: 15px;
  width: 23px;
}

.modal-accessorie .fancybox-skin {
  padding-top: 40px !important;
}

.modal-accessorie .img {
  float: left;
  text-align: center;
  width: 40%;
}

.modal-accessorie .img img {
  max-width: 100%;
}

.modal-accessorie .desc-info {
  color: #8a8c8e;
  float: right;
  font-size: 14px;
  margin-right: 4%;
  width: 50%;
}

.modal-accessorie .desc-info .description {
  padding-right: 5%;
  overflow: auto;
  max-height: 60%;
}

.modal-accessorie .desc-full {
  width: 95%;
}

.modal-accessorie .desc-info h3 {
  color: #575757;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.modal-accessorie .compare-area {
  clear: both;
  color: #575757;
  padding: 0;
}

.modal-accessorie .compare-area h4 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
  text-transform: uppercase;
}

.modal-accessorie .compare-area table {
  table-layout: fixed;
  width: 100%;
}

.modal-accessorie .compare-area table thead th,
.modal-accessorie .compare-area table tbody td {
  color: #575757;
  font-size: 12px;
  white-space: normal;
}

.modal-accessorie .compare-area table tbody th,
.modal-accessorie .compare-area table tbody td {
  border-bottom: none;
}

/* new 29.08.14 */
.accessories-carousel {
  position: relative;
  padding-top: 5px;
  max-width: 760px;
  margin: 0 auto;
}

/* relacionamento-cliente */
.content-area {
  font-size: 14px;
  line-height: 20px;
}

.content-area .txt-area {
  padding: 0 0 27px;
}

.content-area p {
  margin: 0 0 20px;
}

.content-area .page-title h2 {
  font-size: 22px;
  line-height: 26px;
  margin-top: -3px;
  margin-bottom: 30px;
}

.questions {
  background: #fff;
  margin: 0 0 52px;
  padding: 26px 60px 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 23px;
  color: #8a8c8e;
  position: relative;
}

.questions .slides {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.questions .ttl {
  display: block;
  font: 14px/18px "toyota_displaybold", Helvetica, sans-serif;
  color: #575757;
  margin: 0 0 13px;
  padding: 0 0 14px;
  border-bottom: 1px solid #ec182b;
}

.questions p {
  margin: 0 0 24px;
}

.questions p a {
  text-decoration: underline;
  font-family: "toyota_displaybold", Helvetica, sans-serif;
  color: #8a8c8e;
}

.questions p a:hover {
  text-decoration: none;
}

.questions .points {
  text-decoration: none;
  font-family: "toyota_displayregular", Arial, Helvetica, sans-serif;
  color: #eb0e1e;
}

.questions .btn-hold {
  text-align: right;
  padding: 0 2px;
}

.questions .btn-02 {
  margin: 0;
  padding-right: 70px;
  padding-left: 20px;
  border-width: 0 0 2px;
  background: #eb0a1e;
  font-size: 14px;
  font-family: "toyota_displaybold";
}

.questions .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

.questions .flex-direction-nav .flex-next,
.questions .flex-direction-nav .flex-prev {
  position: absolute;
  width: 17px;
  height: 32px;
  background: url(../images/arrow-05.png) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  left: 16px;
  top: 50%;
  margin: -21px 0 0;
}

.questions .flex-direction-nav .flex-next {
  left: auto;
  right: 16px;
  background-position: 0 -32px;
}

.send-form {
  width: 473px;
  line-height: 20px;
}

.send-form .page-title h2 {
  margin-bottom: 25px;
}

.send-form p {
  margin: 0 0 34px;
}

.send-form .frame-11 {
  width: 173px;
}

.send-form .frame-12 {
  width: 280px;
}

.send-form .frame + .frame {
  padding-left: 20px;
}

.send-form .frame-2 {
  width: 224px;
}

.send-form textarea.text {
  min-height: 80px;
  resize: vertical;
}

.send-form .btn-holder {
  padding-bottom: 0;
}

.send-form .show-msg {
  display: block;
  line-height: 17px;
  float: left;
  max-width: 320px;
}

.show-msg em {
  font-style: normal;
}

.send-form .show-msg em {
  display: block;
  width: 225px;
}

.send-form .show-msg span {
  display: block;
  padding: 10px 0 13px;
}

.send-form .btn-submit.error {
  background: #d4d5d5;
  border-bottom-color: #d0d0d1;
}

.send-form .btn-submit.valid {
  display: none;
}

/* end relacionamento-cliente */
@media only screen and (max-width: 1000px) {
  .accessories-carousel .flex-direction-nav .flex-prev {
    left: -12px;
  }
  .accessories-carousel .flex-direction-nav .flex-next {
    right: -12px;
  }
  .send-form {
    width: 408px;
  }
  .send-form .frame + .frame {
    padding-left: 0;
  }
  .send-form .frame-12,
  .send-form .frame-11,
  .send-form .frame-2 {
    width: 100%;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .accessories-carousel .flex-direction-nav a {
    background-image: url(../images/ico-accessories-arrows%402x.html);
    background-size: 22px 22px;
  }
}
/* new 05.09.14 */
.map .buttons {
  position: absolute;
  bottom: 10px;
  right: 8px;
  left: 8px;
}

.map .buttons:after {
  clear: both;
  content: "";
  display: block;
}

.map .buttons a {
  float: left;
  width: 48.44%;
  text-transform: uppercase;
  color: #535353;
  font-size: 14px;
  line-height: 16px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(246, 246, 246)));
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 100%);
  background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 100%);
  background: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 100%);
  -pie-background: linear-gradient(rgb(255, 255, 255) 0%, rgb(246, 246, 246) 100%);
  position: relative;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.map .buttons a:hover {
  text-decoration: none;
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #fcfcfc 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #fcfcfc 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #fcfcfc 0%, #ffffff 100%);
  -pie-background: linear-gradient(top, #fcfcfc 0%, #ffffff 100%);
}

.map .buttons a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 19px;
  height: 13px;
  margin-top: -6px;
  background: url(../images/ico-42.svg) no-repeat;
  background-size: 19px 13px;
}

.no-svg .map .buttons a:after {
  background: url(../images/ico-43.png) no-repeat;
}

.map .buttons .alignright,
.map .buttons a + a {
  float: right;
}

.map .buttons a span {
  display: table-cell;
  width: 1%;
  height: 50px;
  padding: 5px 42px 4px 18px;
  vertical-align: middle;
}

div.col-r div.map span.marker {
  position: absolute;
  top: 227px;
  left: 50%;
  background: url(../images/ico-pin.png) no-repeat;
  background-size: 38px 37px;
  width: 38px;
  height: 37px;
  margin-left: -8px;
  z-index: 100;
}

div.map div.map-holder span.marker {
  position: absolute;
  top: 95px;
  left: 50%;
  background: url(../images/ico-pin.png) no-repeat;
  background-size: 38px 37px;
  width: 38px;
  height: 37px;
  margin-left: -8px;
  z-index: 100;
}

/* new 07.09.14 */
.wrap-items-container-3 {
  max-height: 735px;
  margin: 0 -8px 0 -9px;
}

.items-container-3 {
  margin: 0 -8px 0 -9px;
}

.wrap-items-container-3 .items-container-3 {
  margin: 0;
}

.items-container-3 .item {
  float: none;
  margin: 0 8px 17px 9px;
}

.items-container-3 .item01 {
  width: 277px;
  height: 130px;
}

.items-container-3 .item01.extended {
  width: 422px;
  height: auto;
}

.items-container-3 .item01.blue {
  background-color: #26a2ee;
}

.items-container-3 .item01.gray {
  background-color: #575757;
}

.items-container-3 .item01 .item-link {
  height: 100%;
  color: #fff;
}

.items-container-3 .item01 .item-link:hover {
  text-decoration: none;
}

.items-container-3 .item01 .cell {
  height: 130px;
  padding: 0 32px;
  width: 1%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.items-container-3 .item01 .item-link:hover > .cell {
  opacity: 0;
}

.items-container-3 .item01 .cell:after {
  content: "â€" !important;
  position: absolute;
  right: 6px;
  top: 50%;
  margin: -14px 0 0;
  font: 50px/50px "toyota_displayregular", sans-serif;
  height: 50px;
}

.items-container-3 .item01 .cell:before {
  content: "â€œ" !important;
  position: absolute;
  left: 10px;
  top: 50%;
  margin: -9px 0 0;
  font: 33px/33px "toyota_displayregular", sans-serif;
  height: 33px;
}

.items-container-3 .item01 .cell .img {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 90px;
  margin-left: -45px;
  text-align: center;
}

.items-container-3 .item01 .cell .img img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.items-container-3 .item01 .cell q {
  display: block;
  padding: 42px 0;
  overflow: hidden;
  font: 12px/16px "toyota_displaybold", sans-serif;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}

.items-container-3 .item01 .cell cite {
  position: absolute;
  bottom: 8px;
  left: 10px;
  font: 11px/25px "toyota_textregular", sans-serif;
}

.items-container-3 .item01 .cell cite img {
  float: left;
  margin: 0 3px 0 0;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.items-container-3 .item01.blue .cell cite {
  color: #9ddaff;
}

.items-container-3 .item01.gray .cell cite {
  color: #ccc;
}

.items-container-3 .item-link .hover {
  opacity: 0;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  border-bottom: 2px solid transparent;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.items-container-3 .blue .item-link .hover {
  border-bottom-color: #0669aa;
}

.items-container-3 .gray .item-link .hover {
  border-bottom-color: #3c3c3c;
}

.items-container-3 .item-link:hover .hover {
  opacity: 1;
}

.items-container-3 .item-link .hover .img {
  position: absolute;
  top: 50%;
  width: 90px;
  left: 50%;
  opacity: 0.2;
  margin: -20px 0 0 -45px;
}

.items-container-3 .item-link .hover strong {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -9px;
  text-transform: uppercase;
  font: 14px/18px "toyota_displaybold", sans-serif;
}

.items-container-3 .hover strong span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 38px;
}

.items-container-3 .hover strong span:after {
  content: "â€" !important;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -26px 0 0;
  font: 50px/50px "toyota_displayregular", sans-serif;
  height: 50px;
}

.items-container-3 .hover strong span:before {
  content: "â€œ" !important;
  position: absolute;
  left: 15px;
  top: 50%;
  margin: -9px 0 0;
  font: 33px/33px "toyota_displayregular", sans-serif;
  height: 33px;
}

.items-container-3 .item .item-entity {
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.items-container-3 .item-entity > header {
  background-color: #fff;
  text-align: center;
  padding: 13px 0;
  min-height: 55px;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.items-container-3 .item-entity > header img {
  vertical-align: top;
  width: auto;
  height: 49px;
}

.items-container-3 .item-entity > header .ico-youtube-play,
.items-container-3 .item-entity > header .ico-vimeo-play,
.items-container-3 .item-entity > header .ico-instagram-play {
  margin: 11px auto 0;
  width: 36px;
  height: 36px;
  background: url(../images/ico-140.png) no-repeat;
}

.items-container-3 .item-entity > header .ico-vimeo-play {
  background: url(../images/ico-143.png) no-repeat;
}

.items-container-3 .item-entity > header .ico-instagram-play {
  background: url(../images/ico-154.png) no-repeat;
}

.items-container-3 .item-entity > header .ico-youtube-play:after,
.items-container-3 .item-entity > header .ico-vimeo-play:after,
.items-container-3 .item-entity > header .ico-instagram-play:after {
  border-width: 6px 0 6px 12px;
  margin: -6px 0 0 -5px;
  display: none;
}

.items-container-3 .item-entity blockquote {
  margin: 0;
  font: 14px/20px "toyota_displayregular", sans-serif;
  color: #8a8d8e;
}

.items-container-3 .item-entity blockquote q {
  display: block;
  padding: 53px 44px;
  position: relative;
}

.items-container-3 .item-entity blockquote q:after {
  content: "â€" !important;
  position: absolute;
  left: 50%;
  bottom: -15px;
  font: 56px/56px "toyota_displayregular", sans-serif;
  height: 56px;
  width: 56px;
  text-align: center;
  margin-left: -28px;
}

.items-container-3 .item-entity blockquote q:before {
  content: "â€œ" !important;
  position: absolute;
  left: 50%;
  top: 12px;
  font: 48px/48px "toyota_displayregular", sans-serif;
  width: 48px;
  margin-left: -24px;
  text-align: center;
}

.items-container-3 .item-entity blockquote cite {
  display: block;
  position: relative;
  overflow: hidden;
  height: 32px;
  padding: 10px 68px 13px;
  font-style: normal;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.items-container-3 .item01.red .item-entity blockquote cite {
  background-color: #eb0a1e;
}

.items-container-3 .item01.blue .item-entity blockquote cite {
  background-color: #26a2ee;
}

.items-container-3 .item01.gray .item-entity blockquote cite {
  background-color: #575757;
}

.items-container-3 .item-entity blockquote cite strong {
  font-weight: normal;
  font-family: "toyota_displaybold";
}

.items-container-3 .item-entity blockquote cite img {
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -16px;
  height: 31px;
  width: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.items-container-3 .item02 {
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.items-container-3 .item02 .item-link {
  padding: 15px 27px 55px 17px;
  height: auto;
}

.items-container-3 .item02 .item-link .logo {
  position: absolute;
  bottom: 12px;
  left: 18px;
  margin: 0;
}

.items-container-3 .item02:hover {
  background-color: #8a8c8d;
}

.items-container-3 .item02:hover .item-link {
  color: #fff;
}

/*.items-container-3 .item02:hover .item-link:after{
  content:'';
  position:absolute;
  right:11px;
  bottom:10px;
  background:url(../images/ico-arrow-white.svg) no-repeat;
  width:16px;
  height:11px;
  background-size:16px 11px;
}
.no-svg .items-container-3 .item02:hover .item-link:after{background-image:url(../images/ico-arrow-white.png);}*/
.items-container-3 .item03 {
  padding: 0;
  width: 277px;
  height: 130px;
  background-size: cover;
  background-position: 0 61%;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 15px;
  position: relative;
  overflow: hidden;
}

.items-container-3 .item03 .logo {
  display: block;
  margin-bottom: 18px;
}

.items-container-3 .item03 img {
  vertical-align: top;
}

.items-container-3 .item03 .cell {
  padding: 8px;
  position: relative;
  z-index: 5;
  width: 1%;
  height: 114px;
  vertical-align: top;
}

.items-container-3 .item03 .cell p {
  opacity: 0;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.items-container-3 .item03:hover .cell p {
  opacity: 1;
}

.items-container-3 .item03:hover .cell {
  vertical-align: middle;
  padding: 8px 30px;
}

.items-container-3 .item03 .item-link {
  color: #fff;
  text-transform: uppercase;
}

.items-container-3 .item03 .item-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.items-container-3 .item03:hover .item-link:after {
  opacity: 1;
}

/*.items-container-3 .item03 .item-link:before{
  content:'';
  position:absolute;
  bottom:10px;
  right:-30px;
  background:url(../images/ico-arrow-white.svg) no-repeat;
  width:16px;
  height:11px;
  background-size:16px 11px;
  z-index:3;
  -webkit-transition:all .3s;
      transition:all .3s;
}
.items-container-3 .item03:hover .item-link:before{right:11px;}
.no-svg .items-container-3 .item03 .item-link:before{background-image:url(../images/ico-arrow-white.png);}*/
.items-container-3 .item03 .item-link:hover {
  text-decoration: none;
}

.items-container-3 .item03.big {
  height: 277px;
  background-position: 0 100%;
}

.items-container-3 .item03.big .cell {
  height: 261px;
}

.items-container-3 .item04 {
  font-size: 12px;
  line-height: 14px;
  /*min-height: 277px;*/
  /*min-width: 277px;*/
  min-width: 130px;
}

.items-container-3 .item04 .hover {
  background-color: rgba(0, 0, 0, 0.8);
  border: 0;
  text-align: left;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.items-container-3 .item04 .hover .cell {
  height: 110px;
  padding: 10px 20px;
  width: 1%;
}

.items-container-3 .item04:hover .ico-play {
  opacity: 0;
}

.items-container .ico-youtube-play,
.items-container .ico-vimeo-play,
.items-container .ico-instagram-play {
  display: block;
  margin-bottom: 18px;
  width: 29px;
  height: 22px;
  background-color: #ec0013;
  font-size: 0;
  line-height: 0;
  position: relative;
  -webkit-border-radius: 8px/6px;
  border-radius: 8px/6px;
}

.items-container .ico-youtube-play:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 4px 0 4px 10px;
  border-left-color: #fff;
}

.items-container .video iframe,
.items-container .video img {
  vertical-align: top;
  max-width: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.items-container .video .jp-video {
  border: 0;
  max-width: 422px;
  width: 422px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.items-container .video .jp-video.jp-video-large {
  max-width: 1100px;
}

.items-container .video .jp-video.jp-video-tablet {
  max-width: 747px;
}

.items-container .video .jp-video-play {
  height: 250px;
  margin-top: -250px;
}

.items-container .video .jp-interface {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -77px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.items-container .video .jp-video:hover .jp-interface {
  bottom: 0;
}

.items-container-3 .item04 .item-entity {
  background-color: #fff;
}

.items-container-3 .item04 .item-entity footer {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #575757;
  padding: 42px 20px 35px;
}

.items-container-3 .item04.big .hover .cell {
  height: 257px;
}

.items-container-3 .item.empty {
  width: 130px;
  height: 130px;
}

.jspVerticalBar {
  position: absolute;
  left: 3px;
  top: 0;
  height: 100%;
  width: 1px;
}

.jspVerticalBar .jspTrack {
  width: 100% !important;
}

.jspVerticalBar .jspTrack,
.jspVerticalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspVerticalBar .jspDrag {
  background: #f62b29;
  left: -3px;
  cursor: pointer;
  width: 8px;
  position: absolute;
}

.jspVerticalBar .jspDrag .jspDragTop,
.jspVerticalBar .jspDrag .jspDragBottom {
  position: absolute;
  left: 50%;
  width: 5px;
  height: 7px;
  margin: 0 0 0 -2.5px;
  background: url(../images/ico-arrows-vertical.png) no-repeat;
}

.jspVerticalBar .jspDrag .jspDragTop {
  top: 2px;
}

.jspVerticalBar .jspDrag .jspDragBottom {
  background-position: 0 -7px;
  bottom: 2px;
}

.jspScrollable:focus {
  outline: none;
}

/* chair-widget */
.chair-widget {
  position: relative;
  width: 210px;
  min-height: 129px;
  padding: 0 0 107px 10px;
  margin: 20px 0;
  font: 16px/15px "toyota_displayregular";
  color: #575757;
}

.chair-widget img {
  position: absolute;
  z-index: 2;
  left: 10px;
  bottom: 28px;
  max-width: 100%;
}

.chair-widget .chair-descr {
  position: relative;
  z-index: 5;
  padding: 33px 0 0 66px;
  min-height: 96px;
}

.chair-widget .chair-ttl {
  display: block;
  text-transform: uppercase;
  font: 24px/27px "toyota_displaybold";
  margin: 0 0 3px;
}

.chair-widget p {
  margin: 0;
}

.chair-widget .chair-num {
  position: absolute;
  z-index: 5;
  bottom: 108px;
  left: 3px;
  color: #eb0a1e;
  font: 104px/107px "toyota_displaybold";
}

.chair-widget:before {
  content: "";
  position: absolute;
  left: 21px;
  bottom: 0;
  height: 69px;
  width: 152px;
  border: 1px solid #e6e6e7;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.chair-widget .chair-slider {
  position: absolute;
  z-index: 10;
  left: 47px;
  bottom: 30px;
  width: 100px;
  color: #8a8c8d;
  font: 11px/14px "toyota_textregular";
}

.chair-widget .chair-slider .min-lbl,
.chair-widget .chair-slider .max-lbl {
  position: absolute;
  top: -8px;
  font: 16px/19px "toyota_displaybold";
  width: 26px;
}

.chair-widget .chair-slider .min-lbl {
  left: -29px;
  text-align: right;
}

.chair-widget .chair-slider .max-lbl {
  right: -29px;
}

.chair-widget .chair-slider .line {
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  text-align: center;
}

.chair-widget .ui-slider {
  margin: 0 14px;
  height: 1px;
  position: relative;
}

.chair-widget .ui-slider:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -14px;
  right: -14px;
  background: #c3c4c5;
}

.chair-widget .ui-slider-handle {
  position: absolute;
  top: -14px;
  left: 0;
  margin-left: -14px;
  width: 28px;
  height: 28px;
  background: url(../images/ico-134.svg) no-repeat;
  background-size: 28px 28px;
  cursor: pointer;
}

/* Comparativo */
tr.style, tr.safety, tr.audio {
  display: none;
}

/* Model Name 360 */
span.modelname {
  position: absolute;
  right: 140px;
  bottom: 20px;
}

/* Gallery Legenda */
span.imgname {
  position: absolute;
  bottom: 30px;
  right: 15%;
  text-transform: uppercase;
}

/* Banner principal legenda */
span.bannername {
  text-transform: uppercase;
  position: absolute;
  right: 910px;
  top: 365px;
  color: #fff;
  text-align: right;
}

/* FAQ - hidden messages */
div.thanks1 {
  display: none;
}

div.thanks2 {
  display: none;
}

div.thanks2 a {
  text-decoration: none;
  font-weight: bold;
}

/* Glossary */
p.glossary {
  padding: 19px;
  color: #8a8c8e;
  font: 14px/23px "toyota_displayregular", sans-serif;
}

/* 360 interno */
#holder360 {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  opacity: 0;
}

/* Fale com a Toyota */
.show-block {
  display: none;
}

/* 404 */
.text404 {
  font-size: 63px;
  text-transform: uppercase;
  font-family: toyota_displaybold;
  top: 150px;
  padding: 0 180px;
  text-align: center;
  color: #d4d4d4;
  line-height: 80px;
}

.text404 > span {
  font-size: 100px;
}

.error404 .search-form {
  width: 390px;
  margin: 0 auto;
}

.error404 p {
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 1100px) {
  .text404 {
    font-size: 40px;
    line-height: 60px;
  }
  .text404 > span {
    font-size: 80px;
  }
}
@media only screen and (max-width: 960px) {
  .text404 {
    padding: 0 50px;
  }
}
#sub-menu-sticky-wrapper {
  position: relative;
  z-index: 110;
}

/* disclaimer preÃ§os */
.st {
  float: right;
  text-transform: none;
  font-size: 10px;
}

/* Back to mobile link */
.fullsite {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: white;
  width: 100%;
  text-align: center;
  line-height: 50px;
}

.fullsite a {
  color: #f00;
}

/* fix urgente */
div#header-sticky-wrapper > .sticky-wrapper {
  top: 0 !important;
}

.imgMapaHome {
  left: -16%;
  width: 640px;
}

#frm-mantenha div input.error {
  border: 3px solid #eb0e1e;
}

/* promo banner interna carros */
.promo {
  padding: 103px 0 30px;
  min-height: 175px;
}

.promo img {
  height: auto;
  max-width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px rgba(20, 20, 20, 0.3);
  box-shadow: 0 2px 2px rgba(20, 20, 20, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.promo img:hover {
  -webkit-box-shadow: 0 2px 2px rgba(20, 20, 20, 0.3);
  box-shadow: 0 4px 10px rgba(20, 20, 20, 0.5);
}

.no-svg .chair-widget .ui-slider-handle {
  background-image: url(../images/ico-134.png);
}

#sub-menu-sticky-wrapper {
  position: relative;
  z-index: 110;
}

#sub-menu-sticky-wrapper.is-sticky {
  z-index: 110;
}

.concept-item h3 {
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 34px;
  font-family: toyota_displaybold;
  color: #00A0FC;
}

.concept-item .conceptimg {
  float: right;
}

.dif-holder.fcv, .dif-holder.ft1, .dif-holder.ts040, .dif-holder.fv2 {
  background: #fff;
}

.gallery-area.fcv, .gallery-area.ft1, .gallery-area.ts040, .gallery-area.fv2 {
  margin-top: -24px;
}

.item-entity .video .instagram-correction iframe {
  height: 285px;
  margin-left: 87px;
  max-width: 100%;
  width: 252px;
}

.dealer-info .choose-service .service-drop .ico-101:hover:before,
.dealer-info .choose-service .service-drop .active .ico-101:before {
  background-image: url(../images/service-icons/funilaria-active.html);
}

.dealer-info .choose-service .service-drop .ico-102:hover:before,
.dealer-info .choose-service .service-drop .active .ico-102:before {
  background-image: url(../images/service-icons/oleo-active.html);
}

.dealer-info .choose-service .service-drop .ico-103:hover:before,
.dealer-info .choose-service .service-drop .active .ico-103:before {
  background-image: url(../images/service-icons/acessorios-active.html);
}

/* 17.10.2014 */
/* do show/hide js with below */
.items-container-3 .item.small .for-big,
.items-container-3 .item.big .for-small {
  display: none;
}

.items-container-3 .item.small .for-small,
.items-container-3 .item.big .for-big {
  display: block;
}

.items-container .small .ico-play {
  width: 35px;
  height: 35px;
  background: url(../images/ico-139.png) no-repeat 0 -62px;
  margin-top: -18px;
  margin-left: -18px;
}

.items-container .big .ico-play {
  width: 52px;
  height: 52px;
  background: url(../images/ico-139.png) no-repeat;
  margin-top: -26px;
  margin-left: -26px;
}

.items-container .small.item06 .ico-play {
  background-position: -62px -62px;
}

.items-container .big.item06 .ico-play {
  background-position: -62px 0;
}

.items-container-3 .item04 .source-holder,
.items-container-3 .item07 .source-holder {
  position: absolute;
  top: 9px;
  left: 9px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.items-container-3 .item04:hover .source-holder,
.items-container-3 .item07:hover .source-holder {
  opacity: 0;
}

.items-container-3 .item04 .source-img,
.items-container-3 .item04 .author-img,
.items-container-3 .item07 .source-img,
.items-container-3 .item07 .author-img {
  float: left;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.items-container-3 .item04 .source-holder .source-img,
.items-container-3 .item04 .source-holder .author-img,
.items-container-3 .item07 .source-holder .source-img,
.items-container-3 .item07 .source-holder .author-img {
  width: 32px;
  max-width: 32px;
  height: auto;
}

.items-container-3 .item04 .source-holder .author-img,
.items-container-3 .item07 .source-holder .author-img {
  margin: 0 0 0 -5px;
}

.items-container-3 .item04.small .hover {
  line-height: 11px;
}

.items-container-3 .item04 .hover .author-holder,
.items-container-3 .item07 .hover .author-holder {
  padding: 0 0 5px 58px;
  margin: 0 -15px 0 0;
}

.items-container-3 .item04 .hover .author-holder:after,
.items-container-3 .item07 .hover .author-holder:after {
  clear: both;
  content: "";
  display: block;
}

.items-container-3 .item04 .hover .author-holder .source-img,
.items-container-3 .item07 .hover .author-holder .source-img {
  margin: 0 0 0 -58px;
  max-width: 33px;
  width: 33px;
  height: auto;
}

.items-container-3 .item04 .hover .author-holder .author-img,
.items-container-3 .item07 .hover .author-holder .author-img {
  margin: 4px 0 0 -28px;
  width: 24px;
  max-width: 24px;
  height: auto;
}

.items-container-3 .item04 .hover .author-holder .author-name,
.items-container-3 .item07 .hover .author-holder .author-name {
  display: table;
  width: 100%;
  height: 33px;
  font: 11px/11px "toyota_textregular";
}

.items-container-3 .item04 .hover .author-holder .author-name span,
.items-container-3 .item07 .hover .author-holder .author-name span {
  display: table-cell;
  vertical-align: middle;
}

.items-container-3 .item03.big {
  height: 277px;
}

.items-container-3 .item03 .image {
  position: absolute;
  top: 0;
  left: 0;
}

.items-container-3 .item02.group-2 .item-link {
  padding: 18px 20px 2px;
  height: 110px;
  /*background:#f4f4f4;*/
  background: #fff;
}

.items-container-3 .item02.group-2 .date {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.items-container-3 .item02.group-2 .item-link:hover {
  background: #8a8c8d;
  color: #fff;
}

.items-container-3 .item02.group-2 .item-link:hover .date {
  color: #fff;
}

.items-container-3 .item02.group-2 .item-link:hover:after {
  display: none;
}

.items-container-3 .item01.red {
  background-color: #ec0012;
}

.items-container-3 .item01.facebook {
  background-color: #3955a1;
}

.items-container-3 .item01.twitter {
  background-color: #50a7f3;
}

.items-container-3 .item01.red:hover {
  background-color: #d50004;
}

.items-container-3 .item01.facebook:hover {
  background-color: #2b458d;
}

.items-container-3 .item01.twitter:hover {
  background-color: #3687cf;
}

.items-container-3 .red .item-link .hover {
  border-bottom-color: #b20040;
}

.items-container-3 .facebook .item-link .hover {
  border-bottom-color: #1a3170;
}

.items-container-3 .twitter .item-link .hover {
  border-bottom-color: #1a3170;
}

.items-container-3 .item01.facebook .cell:before,
.items-container-3 .item01.twitter .cell:before {
  margin-top: -19px;
}

.items-container-3 .item01.facebook .cell:after,
.items-container-3 .item01.twitter .cell:after {
  margin-top: -24px;
}

.items-container-3 .item01.facebook .cell q,
.items-container-3 .item01.twitter .cell q {
  padding-top: 20px;
  padding-bottom: 40px;
}

.items-container-3 .item01.facebook .cell cite,
.items-container-3 .item01.twitter .cell cite {
  padding-left: 20px;
}

.items-container-3 .item01.facebook .cell cite {
  color: #9ddaff;
}

.items-container-3 .item01.twitter .cell cite {
  color: #c6e9ff;
}

.items-container-3 .item01.facebook .cell cite:before,
.items-container-3 .item01.twitter .cell cite:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}

.items-container-3 .item01.facebook .cell cite:before {
  background: url(../images/ico-145.png) no-repeat;
}

.items-container-3 .item01.twitter .cell cite:before {
  background: url(../images/ico-146.png) no-repeat;
}

.items-container-3 .item01.facebook .item-entity > header img,
.items-container-3 .item01.twitter .item-entity > header img {
  margin-top: 9px;
  width: auto;
  height: auto;
}

.items-container-3 .item01.facebook .item-entity blockquote cite {
  background-color: #3a56a2;
}

.items-container-3 .item01.twitter .item-entity blockquote cite {
  background-color: #50a7f3;
}

.items-container-3 .item-entity blockquote cite .tbl {
  display: table;
  width: 100%;
  height: 100%;
}

.items-container-3 .item-entity blockquote cite .tbl-cell {
  display: table-cell;
  vertical-align: middle;
}

.items-container-3 .item01.facebook .item-link .hover .img,
.items-container-3 .item01.twitter .item-link .hover .img {
  top: 42px;
  margin-top: 0;
  margin-left: -22px;
  padding-left: 20px;
  width: 24px;
  opacity: 1;
}

.items-container-3 .item01.facebook .item-link .hover .img:before,
.items-container-3 .item01.twitter .item-link .hover .img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}

.items-container-3 .item01.facebook .item-link .hover .img:before {
  background: url(../images/ico-145.png) no-repeat;
}

.items-container-3 .item01.twitter .item-link .hover .img:before {
  background: url(../images/ico-146.png) no-repeat;
}

.items-container-3 .item01.facebook .item-link .hover .img img,
.items-container-3 .item01.twitter .item-link .hover .img img {
  position: relative;
  max-width: 24px;
  width: 24px;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.items-container-3 .item01.facebook .item-link .hover strong,
.items-container-3 .item01.twitter .item-link .hover strong {
  top: 74px;
  margin-top: 0;
}

.items-container-3 .item01.facebook .hover strong span:after,
.items-container-3 .item01.twitter .hover strong span:after {
  margin-top: -16px;
  right: 10px;
}

.items-container-3 .item07 .item-link {
  color: #fff;
}

.items-container-3 .item07 .hover {
  background: rgba(0, 0, 0, 0.8);
  border: 0;
  text-align: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.items-container-3 .item07 .hover .cell {
  width: 1%;
  padding: 10px 20px;
  height: 110px;
}

.items-container-3 .item07.big .hover .cell {
  height: 257px;
}

.items-container-3 .item07 .hover blockquote {
  margin: 0;
  padding: 0 25px 0 20px;
  position: relative;
  min-height: 32px;
}

.items-container-3 .item07 .hover blockquote:before,
.items-container-3 .item07 .hover blockquote:after {
  position: absolute;
  top: 50%;
}

.items-container-3 .item07 .hover blockquote:before {
  content: "â€œ" !important;
  left: 0;
  margin: -6px 0 0;
  font: 33px/33px "toyota_displayregular", sans-serif;
  height: 33px;
}

.items-container-3 .item07 .hover blockquote:after {
  content: "â€" !important;
  right: 0;
  margin: -16px 0 0;
  font: 50px/50px "toyota_displayregular", sans-serif;
  height: 50px;
}

.items-container-3 .item07 .hover blockquote q {
  display: block;
  text-transform: uppercase;
  font: 12px/16px "toyota_displaybold";
}

.items-container-3 .item07 .tag-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
  font: 12px/15px "toyota_displayregular";
}

.items-container-3 .item07 .tag-list > li {
  display: inline-block;
  vertical-align: top;
}

.items-container-3 .item07.small.small-short .hover .cell {
  padding-left: 10px;
  padding-right: 10px;
}

.items-container-3 .item07.small.small-short .hover blockquote {
  display: none;
}

.items-container-3 .item07.small.small-short .tag-list {
  padding-left: 0;
}

.items-container-3 .item04 .item-link:hover,
.items-container-3 .item07 .item-link:hover {
  text-decoration: none;
}

.items-container-3 .item07.small.small-short .hover .author-holder {
  margin-right: 0;
}

/* end 17.10.2014 */
/* 24.10.2014 */
.sticky-tabset {
  position: relative;
  z-index: 45;
}

.compare-area .is-sticky > .sticky-tabset {
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1186px;
  margin: 0 auto;
  padding: 0 10px;
  z-index: 45;
  background: #f6f6f6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.compare-area .is-sticky > .sticky-part {
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 14px;
  width: 100%;
  max-width: 1186px;
  z-index: 25;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.compare-area table thead th {
  background: #f6f6f6;
  border-bottom: 1px solid #ee000c;
  margin-bottom: 10px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

.compare-area table thead th:before {
  border-left: 2px solid #fff;
  content: ".";
  font-size: 1px;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -99999;
  top: 0;
  width: 1px;
}

.compare-area table thead th.bl-none:before {
  display: none;
}

.compare-area table thead th.bb-none {
  border-bottom: none;
}

.compare-area table thead th.bc-white {
  border-color: #fff;
  border-width: 2px;
}

.compare-area table thead tr.childs-nobg th {
  background: transparent none;
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.compare-area table thead tr.clear-style td {
  border: none !important;
  background: none transparent !important;
}

.compare-area .table-1 th:first-child,
.compare-area .table-1 td:first-child {
  width: 20%;
  padding-left: 0;
  padding-right: 0;
}

.compare-area .table-2 th:first-child,
.compare-area .table-2 td:first-child {
  width: 26%;
  padding-left: 0;
  padding-right: 0;
}

.compare-area .tableFloatingHeaderOriginal {
  background: #fff;
}

.compare-area .tableFloatingHeader .report-choose { /*display:none;*/
  visibility: hidden;
}

.item .source-holder .rounded-mask, .item .author-holder .rounded-mask {
  border-radius: 50%;
  border: none;
  box-shadow: none;
  -moz-border-radius: 50%;
  -moz-border: none;
  -moz-box-shadow: none;
  -webkit-border-radius: 50%;
  -webkit-border: none;
  -webkit-box-shadow: none;
  behavior: url(border-radius.htc);
}

/* end 24.10.2014 */
.concept-item h3 {
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 34px;
  font-family: toyota_displaybold;
  color: #00A0FC;
}

.concept-item .conceptimg {
  float: right;
}

.dif-holder.fcv, .dif-holder.ft1, .dif-holder.ts040, .dif-holder.fv2 {
  background: #fff;
}

.item-entity .video .instagram-correction iframe {
  height: 285px;
  margin-left: 87px;
  max-width: 100%;
  width: 252px;
}

/* Toyota ServiÃ§o Expresso */
ul.list-express {
  float: left;
}

ul.list-express li {
  margin-right: 23px;
}

div#servico-expresso hr {
  margin: 70px 0px;
}

div#servico-expresso header.page-title h1 {
  font: 22px/25px "toyota_displaybold";
}

.dealer-item .name.express {
  font-size: 15px;
  line-height: 20px;
}

div#servico-expresso div.info-item span p {
  background-color: #eb0a1e;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  display: inline;
  padding: 6px 20px;
  font-family: toyota_displaybold;
  border-radius: 4px;
}

div#servico-expresso div.dealer-info {
  margin-top: 15px;
}

.infoBox .map-popover .contact-inf .ico.express {
  background-image: url(../images/ico-express-16x16.png);
  width: 20px;
  left: -26px;
}

div#servico-expresso div.dealer-cols div.col-l {
  width: 53%;
}

div#servico-expresso div.dealer-cols div.col-r {
  width: 44%;
}

div#servico-expresso div.dealer-info div.dealer-filter {
  width: 53%;
}

div#servico-expresso div.dealer-info div.dealer-cols div.col-l div div.base div.group div.bottom a {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

div#servico-expresso div.dealer-info div.dealer-cols div.col-l div div.base div.str-group {
  max-width: 260px;
}

/*rotina de testes*/
.wrap-ajax-progress {
  z-index: 30;
}

/*nova funÃ§Ã£o TPODP*/
#items-container-1 {
  min-width: 5880px;
}

.loading {
  background: url(../images/loading.gif) no-repeat center center;
}

/* Programa de Pneus*/
#boxTablePneus hr {
  border: none;
  border-bottom: solid 1px #575757;
  margin-bottom: 25px;
}

/*
#boxTablePneus .lst-logo-pneu{list-style: none;text-align: right;}
#boxTablePneus .lst-logo-pneu li{display: inline;margin-left: 30px;margin-right: 27px;}
*/
#boxTablePneus .lst-logo-pneu {
  table-layout: fixed;
}

#boxTablePneus .lst-logo-pneu td {
  padding: 10px 0;
  text-align: center;
}

#boxTablePneus .lst-logo-pneu img {
  max-width: 100%;
}

#boxTablePneus .location {
  margin-bottom: -25px;
  color: #8a8c8e;
  font-size: 18px;
  font-family: "toyota_displayregular";
  display: block;
  text-transform: uppercase;
  line-height: 100%;
  text-align: right;
}

#boxTablePneus .location span {
  color: #eb0e20;
  display: block;
  font-family: "toyota_displaybold";
}

#boxTablePneus .location a {
  color: #8a8c8e;
  display: block;
  font-family: "toyota_displaybold";
  font-size: 10px;
  text-decoration: underline;
  margin-top: 16px;
}

.accordionTable {
  table-layout: fixed;
  width: 100%;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 10px;
}

.lst-logo-pneu .border-right-white,
.accordionTable .border-right-white {
  border-right: solid 1px #FFFFFF;
}

.accordionTable thead {
  cursor: pointer;
}

.accordionTable th {
  background: #FFFFFF;
  text-align: left;
  padding: 0 10px;
  text-transform: uppercase;
  display: none;
  height: 65px;
}

.accordionTable th:first-child {
  display: table-cell; /* width: 814px; */
  width: 100%;
  color: #575757;
}

.accordionTable .open th:first-child {
  width: auto;
}

.accordionTable .open th {
  background: #eae8e9;
  border-bottom: solid 1px #ec172c;
  display: table-cell !important;
}

.accordionTable td {
  padding: 15px 10px;
}

.accordionTable tbody {
  background: #FFFFFF;
  display: none;
}

.accordionTable tbody img {
  max-width: 100%;
}

.accordionTable tbody td {
  vertical-align: top;
  border-left: solid 1px #e8e8e8;
}

.accordionTable tbody tr td {
  border-bottom: solid 1px #e8e8e8;
}

.accordionTable tbody tr.last td {
  border-bottom: none;
}

.accordionTable tbody tr:first-child td:first-child {
  vertical-align: middle;
  border: solid 1px #fff;
}

.accordionTable .toggle { /* width: 159px; */
  min-height: 23px;
  display: inline-block;
  background: url(../images/ico-plus.svg) 0 center no-repeat;
  background-size: 22px 22px;
  padding-left: 32px;
  padding-top: 12px;
}

.accordionTable .open .toggle {
  background: url(../images/ico-minus.svg) 0 center no-repeat;
}

.accordionTable .toggle span {
  font-weight: 100;
}

.no-svg .accordionTable .toggle {
  background: url(../images/ico-plus.png) 0 center no-repeat;
}

.no-svg .accordionTable .open .toggle {
  background: url(../images/ico-minus.png) 0 center no-repeat;
}

/* PÃ¡gina de manuais */
.box_manual {
  padding-bottom: 90px;
  margin: 50px 0;
  border-bottom: solid 1px #8a8d8e;
  display: inline-block;
  width: 100%;
}

.box_manual .none {
  display: none;
}

.box_manual .cmbManual {
  float: left;
  width: 300px;
  margin-right: 30px;
}

.box_manual .cmbManual select {
  width: 300px;
}

.box_manual .cmbManual label {
  display: block;
  text-transform: uppercase;
  font-family: "toyota_displaybold";
  font-weight: normal;
  margin-bottom: 5px;
}

.box_manual .pdf_downloads {
  float: left;
  margin-top: 26px;
}

.box_manual .select2 .select2-selection {
  height: 33px;
  padding: 6px 25px 6px 9px;
  background-color: #FFF;
  font: 14px/17px "toyota_displaybold";
  border: 1px solid #d1d1d1;
  border-color: #d1d1d1 #f0f0f0 #fff;
}

.box_manual .select2 .select2-selection__arrow {
  top: 7px;
  right: 12px;
}

.box_manual .select2 .select2-selection__rendered {
  color: #8a8d8e;
}

#select2-cmb_modelo-results,
#select2-cmb_manual-results,
#select2-cmb_ano-results {
  background-color: #FFF;
  border-color: transparent #f0f0f0 #f0f0f0;
}

#select2-cmb_modelo-results .select2-results__option,
#select2-cmb_manual-results .select2-results__option,
#select2-cmb_ano-results .select2-results__option {
  font: 14px/17px "toyota_displaybold";
  color: #8a8d8e;
  min-height: 19px;
  line-height: 16px;
}

.hold-chat {
  border-top: 1px solid #8a8d8e;
  margin-top: 25px;
  padding: 40px 0;
}

.clearafter:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 1px;
  height: 0px;
  margin-top: 0;
  overflow: hidden;
  visibility: hidden;
  width: 1px;
}

/*premios e certificaÃ§Ãµes ~ mundo-toyota/premios/ */
.awards-toyota .page-title p {
  font-size: 14px;
  text-transform: none;
}

.awards-toyota h3 {
  text-transform: uppercase;
  font-family: "toyota_displaybold";
  color: #575757;
  font-size: 23px;
  padding-left: 27px;
}

.awards-toyota .ico-awards {
  background: url("../images/awards/ico-premios.png") no-repeat 0 50%;
}

.awards-toyota .ico-certification {
  background: url("../images/awards/ico-certificado.png") no-repeat 0 50%;
  min-height: 29px;
  padding-top: 2px;
}

.awards-toyota .awards-filter {
  border-bottom: 1px solid #cccccc;
  height: 114px;
  margin-bottom: 30px;
  padding-bottom: 1px;
  position: relative;
  overflow: hidden;
}

.awards-toyota .awards-filter ul,
.awards-toyota .awards-filter li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.awards-toyota .awards-filter .slides li {
  float: left;
  padding-bottom: 4px;
  position: relative;
  width: 222px;
}

.awards-toyota .awards-filter .slides li.active {
  border-bottom: 4px solid #eb0a1e;
  padding-bottom: 0;
}

.awards-toyota .awards-filter .slides li a {
  display: block;
  /*padding: 90px 0 0 0;*/
  height: 110px;
  text-align: center;
  color: #8b8d8e;
  font-family: "toyota_displaybold";
  font-size: 12px;
  text-transform: uppercase;
}

.awards-toyota .awards-filter .slides li a.all {
  color: #eb0a1e;
}

.awards-toyota .awards-filter .slides li a:hover {
  text-decoration: none;
}

.awards-toyota .awards-filter .holder-img {
  height: 90px;
  display: table;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

.awards-toyota .awards-filter .holder-img span {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.awards-toyota .awards-filter .holder-img img {
  max-width: 100%;
  max-height: 89px;
}

.awards-toyota .awards-filter .flex-direction-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

.awards-toyota .awards-filter .flex-direction-nav .flex-prev,
.awards-toyota .awards-filter .flex-direction-nav .flex-next {
  background: url("../images/awards/arrows.png") no-repeat 0 0;
  width: 20px;
  height: 35px;
  display: block;
  overflow: hidden;
  text-indent: -99999px;
  font-size: 10px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -18px;
}

.awards-toyota .awards-filter .flex-direction-nav .flex-next {
  background-position: 100% 0;
  left: auto;
  right: 0;
}

.awards-toyota .awards-filter .flex-direction-nav .flex-disabled {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}

.awards-toyota .info {
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  background: url("../images/awards/bg-info.png") repeat 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-align: left;
  overflow: hidden;
  display: none;
}

.awards-toyota .info .info-box {
  display: block;
  padding: 15px 20px 0;
}

.awards-toyota .info h4 {
  font-family: "toyota_displaybold";
  font-size: 18px;
  margin-bottom: 10px;
}

.awards-toyota .info p {
  font-size: 13px;
  line-height: 120%;
  font-family: "toyota_textregular";
  margin-bottom: 3px;
}

.awardsCars {
  bottom: 10px;
  position: absolute;
  width: 85%;
  font-size: 11px;
  line-height: 120%;
  font-family: "toyota_textregular";
  margin-bottom: 3px;
}

.awards-toyota .info small {
  color: #929495;
  font-size: 12px;
  line-height: 100%;
}

.awards-toyota .info a {
  color: #fff;
  text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
  .awards-toyota .info p {
    font-size: 11px;
  }
}
@media only screen and (max-width: 768px) {
  .awards-toyota .info p {
    font-size: 10px;
  }
}
.toyota-aviso {
  font-family: "toyota_displayregular";
  color: #555;
  font-size: 9px;
  padding: 0 20px 15px 20px;
  text-align: left;
}

#btnEnviarPropostaLead:disabled {
  cursor: not-allowed !important;
}

@media print {
  body {
    min-width: 100%;
  }
  .wrapper {
    padding: 0;
  }
  #header .logo,
  .config-info .item-str:before {
    display: none !important;
  }
  .logo-print {
    position: static;
    top: 0;
    display: block;
    margin: 0 0 0 auto;
  }
  .base-info .img {
    width: 100%;
  }
  .base-info .col {
    clear: both;
    max-width: 100%;
  }
  .config-info {
    page-break-inside: avoid;
    min-height: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 16px;
  }
  .config-info header {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 19px;
  }
  .config-info table {
    margin-bottom: 10px;
  }
  .config-info table th,
  .config-info table td {
    height: 48px;
  }
  .config-info .unit {
    font-size: 13px;
    line-height: 16px;
    padding-top: 16px;
    height: 32px;
  }
  .notes {
    font-size: 11px;
    line-height: 14px;
  }
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-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 {
  margin: 0.67em 0;
  font-size: 2em;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
  width: auto;
  height: 33px;
  color: #9a9a9a;
}

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 {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

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

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

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-tent:before {
  content: "⛺";
}

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

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

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

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

.glyphicon-hourglass:before {
  content: "⌛";
}

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

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

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

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

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

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

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

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

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

a {
  color: #696969;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #e60817;
  text-decoration: none;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  width: 100%;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img, â‰¤ .carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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: #777;
}

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 {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

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;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 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;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

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: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.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: " —";
}

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

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

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

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

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -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-md-3a, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 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-3a, .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-3a {
    width: 20%;
  }
  .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;
  }
}
table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #ddd;
}

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

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

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

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

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: rgba(230, 8, 23, 0.57);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(230, 8, 23, 0.29);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  left: 0px !important;
}

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

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

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

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

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

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

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

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

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

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

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

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

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

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

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

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

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

.has-feedback {
  position: relative;
}

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

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

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

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

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

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

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

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

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

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

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

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

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

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

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

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

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

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

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

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

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default2 {
  margin-top: 5px;
  color: #fff;
  background-color: #AC080B;
}

.btn-default2:focus,
.btn-default2.focus {
  color: #FFF;
  background-color: #89070A;
  border-color: #89070A;
}

.btn-default:hover {
  color: #fff !important;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #e60817;
  border-color: #e60817;
  margin: 0 10px;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c30613;
  border-color: #c70916;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

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

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

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

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

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

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

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

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

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

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

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

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

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

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

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

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

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

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

.open > a {
  outline: 0;
}

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

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

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

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

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

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

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

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

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

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

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

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

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

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  text-transform: uppercase;
  font-weight: bold;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #e60918;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  text-transform: uppercase;
  font-weight: bold;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

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

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

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

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

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

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px;
  border: 0px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 0px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 1024px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

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

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

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

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 1024px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 1024px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px 0px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

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

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    padding: 0 5px;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    max-width: 100%;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

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

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #e60817;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e60817;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  border-radius: 4px;
  margin: 20px 15px 0 20px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #e60817;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

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

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

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

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

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

.label-warning {
  background-color: #f0ad4e;
}

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

.label-danger {
  background-color: #d9534f;
}

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

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

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 2px 8px;
  margin: 0px 5px 0px 0px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

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

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

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

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

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

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

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

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

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

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

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

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

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

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.8;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 370px;
    top: 15%;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

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

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

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

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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;
  }
}

div.legal {
  font-size: 10px;
  line-height: 11px;
  padding-bottom: 20px;
}

#demos .owl-carousel .item {
  height: 10rem;
  background: #4DC7A0;
  padding: 1rem;
}

.i-side {
  font-size: 16px;
  vertical-align: -1px;
  color: #e60817;
  padding-right: 5px;
}

.opcionais label {
  font-size: 11px;
  padding: 0px 2px;
  margin: 4px 0 0 0;
  vertical-align: -2px;
}

.bt-buscar {
  background: #e60817 !important;
  color: #fff !important;
  border: none !important;
}

.bt-buscar:hover {
  background: #980709 !important;
  color: #fff !important;
}

.bt-buscar:focus {
  outline: none !important;
}

.bt-limpar {
  background: none !important;
  color: #8C8C8C;
}

.bt-limpar:hover {
  background: #ddd !important;
  color: #2E2E2E !important;
}

.bt-limpar:focus {
  outline: none !important;
}

.opcionais {
  padding: 0px 5px 10px 5px !important;
}

.car-title {
  text-align: center !important;
}

.seminovos {
  background: #e60817;
  color: #fff !important;
}

.toyota-accordion-single-unit > a.title .minus {
  display: block;
  position: absolute;
  top: 22px;
  right: 20px;
  margin-top: 1px;
  width: 11px;
  height: 3px;
  background-color: #ccc;
}

.toyota-accordion-single-unit > a.title.collapsed .minus {
  margin-top: -2px;
}

.toyota-accordion-single-unit > a.title:hover .minus:after,
.toyota-accordion-single-unit > a.title:hover .minus {
  background-color: #e60817;
}

.toyota-accordion-single-unit > a.title.collapsed .minus:after {
  opacity: 1;
}

.toyota-accordion-single-unit > a.title .minus:after {
  position: absolute;
  content: "";
  display: block;
  top: -4px;
  left: 4px;
  height: 11px;
  width: 3px;
  background-color: #ccc;
  opacity: 0;
}

.navbar-button {
  outline: none;
}

.pesquisar {
  padding-right: 5px;
  vertical-align: 2px;
}

.navbar-search {
  background-color: #e60817;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.row1 {
  padding-top: 20px;
}

.row2 {
  padding-bottom: 20px;
}

.navbar-input {
  padding: 11px 16px;
  border-radius: 30px 0 0 30px;
  border: 0 none;
  outline: 0 none;
  font-size: 15px;
  color: #000;
}

.car-meta-bottom i:hover {
  color: #f00 !important;
}

.navbar-button {
  background-color: #bf0815;
  border: 1px solid #bf0815;
  border-radius: 0 2px 2px 0;
  color: #fff;
  padding: 13px 0;
  height: 40px;
  cursor: pointer;
}

.navbar-button-list {
  background: #e60817 !important;
  border: none !important;
}

.search-list {
  border: solid 1px #ddd;
  border-radius: 5px 0 0 5px;
  margin: 0px 0 10px 0;
  padding-bottom: 7px;
}

.cart-button {
  background-color: #2469d9;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.23), inset 1px 1px 0 0 hsla(0, 0%, 100%, 0.2);
  padding: 10px 0;
  text-align: center;
  height: 41px;
  border-radius: 2px;
  font-weight: 500;
  width: 120px;
  display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
  color: inherit;
  border: none;
  outline: none;
}

.cart-button:hover {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.cart-svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 8px;
}

.item-number {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.1);
  height: 20px;
  padding: 3px 6px;
  font-weight: 500;
  display: inline-block;
  color: #fff;
  line-height: 12px;
  margin-left: 10px;
}

.upper-links {
  display: inline-block;
  padding: 0 11px;
  line-height: 23px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  color: inherit;
  border: none;
  outline: none;
  font-size: 12px;
}

.dropdown {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
}

.dropdown:hover {
  background-color: #e70818;
}

.dropdown:hover .links {
  color: #000;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  display: none;
  background-color: #fff;
  color: #333;
  left: 0px;
  border: 0;
  border-radius: 0;
  box-shadow: 0 4px 8px -3px #555454;
  margin: 0;
  padding: 0px;
}

.links {
  color: #fff;
  text-decoration: none;
}

.links:hover {
  color: #fff;
  text-decoration: none;
}

.profile-links {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e9e9e9;
  box-sizing: border-box;
  display: block;
  padding: 0 11px;
  line-height: 23px;
}

.profile-li {
  padding-top: 2px;
}

.largenav {
  display: none;
}

.smallnav {
  display: block;
}

.smallsearch {
  margin-left: 15px;
  margin-top: 15px;
}

.w100 {
  width: 100% !important;
  margin: 5px 0;
}

.toyota-filter {
  padding: 0;
}

.form-options {
  margin: -10px 0 20px 0 !important;
}

.menu {
  cursor: pointer;
}

.busca-avancada {
  background: none !important;
  border: none !important;
  color: #fff !important;
}

.busca-avancada:hover {
  background: #fff !important;
  border: none !important;
  color: rgb(230, 8, 23) !important;
}

@media screen and (min-width: 768px) {
  .largenav {
    display: block;
  }
  .smallnav {
    display: none;
  }
  .smallsearch {
    margin: 5px 0 0;
  }
}
.input-full {
  width: 100% !important;
}

/*Sidenav*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  box-shadow: 0 4px 8px -3px #555454;
  padding-top: 0px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.hide {
  display: none;
  cursor: pointer;
}

.show:hover .hide {
  display: block !important;
  position: fixed;
  cursor: pointer;
  color: #757575;
  line-height: 30px;
  z-index: 2;
  background: #fff;
  padding: 5px 30px;
  transition: 1s;
  margin: 0px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #fff;
}

@media screen and (max-height: 450px) {
  .sidenav a {
    font-size: 18px;
  }
}
.sidenav-heading {
  font-size: 36px;
  color: #fff;
}

.navbar-brand {
  position: relative;
  z-index: 2;
}

.navbar-nav.navbar-right .btn {
  position: relative;
  z-index: 2;
  padding: 4px 20px;
  margin: 10px 10px;
  transition: transform 0.3s;
}

.navbar .navbar-collapse {
  position: relative;
  overflow: hidden !important;
}

.navbar .navbar-collapse .navbar-right > li:last-child {
  padding-left: 22px;
}

.navbar .nav-collapse {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0em;
  right: 0;
  bottom: 0;
  margin: 0;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

.navbar.navbar-default .nav-collapse {
  background-color: #f8f8f8;
}

.navbar.navbar-inverse .nav-collapse {
  background-color: #222;
}

.navbar .nav-collapse .navbar-form {
  border-width: 0;
  box-shadow: none;
}

.nav-collapse > li {
  float: right;
}

.btn.btn-circle {
  border-radius: 50px;
}

.btn.btn-outline {
  background-color: transparent;
}

.navbar-nav.navbar-right .btn:not(.collapsed) {
  background-color: rgb(230, 8, 23);
  border-color: rgb(230, 8, 23);
  color: rgb(255, 255, 255);
}

.navbar.navbar-default .nav-collapse,
.navbar.navbar-inverse .nav-collapse {
  height: auto !important;
  transition: transform 0.4s;
  transform: translate(0px, -50px);
}

.navbar.navbar-default .nav-collapse.in,
.navbar.navbar-inverse .nav-collapse.in {
  transform: translate(0px, 0px);
}

@media screen and (max-width: 767px) {
  .navbar .navbar-collapse .navbar-right > li:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-options {
    margin-top: 45px;
  }
  .navbar .nav-collapse {
    margin: 7.5px auto;
    padding: 0;
  }
  .navbar .nav-collapse .navbar-form {
    margin: 0;
  }
  .nav-collapse > li {
    float: none;
  }
  .navbar.navbar-default .nav-collapse,
  .navbar.navbar-inverse .nav-collapse {
    transform: translate(-100%, 0px);
  }
  .navbar.navbar-default .nav-collapse.in,
  .navbar.navbar-inverse .nav-collapse.in {
    transform: translate(0px, 0px);
  }
  .navbar.navbar-default .nav-collapse.slide-down,
  .navbar.navbar-inverse .nav-collapse.slide-down {
    transform: translate(0px, -100%);
  }
  .navbar.navbar-default .nav-collapse.in.slide-down,
  .navbar.navbar-inverse .nav-collapse.in.slide-down {
    transform: translate(0px, 0px);
  }
}
.car-listing-row .col-md-3 {
  margin-bottom: 40px;
}

.car-listing-row .col-md-3 {
  margin-bottom: 40px;
}

.car-listing-row .listing-car-item-meta {
  padding-top: 17px;
}

.car-listing-row .listing-car-item-meta .car-title {
  color: #232628;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}

.car-listing-row .listing-car-item-meta .car-title .colored {
  color: #e60817;
}

.car-listing-row .listing-car-item-meta .price {
  position: relative;
  float: right;
  padding: 6px 10px 4px 4px;
  margin-left: 18px;
  background-color: #e60817;
  text-align: right;
}

.car-listing-row .listing-car-item-meta .price.discounted-price {
  padding: 1px 10px 2px 4px;
}

.car-listing-row .listing-car-item-meta .price.discounted-price .sale-price {
  line-height: 16px;
}

.car-listing-row .listing-car-item-meta .price .regular-price,
.car-listing-row .listing-car-item-meta .price .sale-price,
.car-listing-row .listing-car-item-meta .price .normal-price {
  position: relative;
  z-index: 6;
}

.car-listing-row .listing-car-item-meta .price .regular-price {
  font-size: 13px;
  line-height: normal;
  text-decoration: line-through;
}

.car-listing-row .listing-car-item-meta .price .normal-price,
.car-listing-row .listing-car-item-meta .price .sale-price {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.car-listing-row .listing-car-item-meta .price .normal-price {
  line-height: 25px;
  font-weight: bold;
}

.car-listing-row .listing-car-item-meta .price:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: -12px;
  height: 100%;
  width: 32px;
  background-color: #e60817;
  -moz-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -webkit-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
  z-index: 5;
}

.car-listing-row .car-meta-top {
  padding-bottom: 17px;
  border-bottom: 1px solid #ccc;
}

.car-listing-row .car-meta-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.car-listing-row .car-meta-bottom ul li {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 0;
  margin-right: 14px;
  color: #888;
  vertical-align: middle;
}

.car-listing-row .car-meta-bottom ul li i {
  margin-right: -1px;
  font-size: 13px;
  color: #aaa;
  vertical-align: middle;
}

.car-listing-row .car-meta-bottom ul li i.car-icon-road {
  position: relative;
  top: 1px;
}

.car-listing-row .car-meta-bottom ul li i.car-icon-transmission {
  position: relative;
  top: 1px;
}

.car-listing-row .car-meta-bottom ul li span {
  position: relative;
  top: 3px;
  vertical-align: top;
  margin-left: 2px;
  font-size: 13px;
}

.car-listing-row .car-meta-bottom ul li .special-text {
  margin-bottom: 2px;
  text-transform: uppercase;
}

.car-listing-row .car-meta-bottom ul li:last-child {
  margin-right: 0;
}

.car-listing-tabs-unit img {
  width: 100%;
}

.car-listing-tabs-unit .row-4 .col-md-3:nth-child(4n+1) {
  float: left;
  clear: none;
}

.hover figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hover figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

figure {
  width: auto;
  height: 195px;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

.colored-separator {
  text-align: center;
  vertical-align: top;
  font-size: 0;
}

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

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

.colored-separator .first-long {
  margin-right: 3px;
}

.colored-separator .first-long,
.colored-separator .last-short {
  display: inline-block;
  vertical-align: top;
  width: 33px;
  height: 5px;
  -moz-transform: skew(-40deg, 0deg);
  -o-transform: skew(-40deg, 0deg);
  -ms-transform: skew(-40deg, 0deg);
  -webkit-transform: skew(-40deg, 0deg);
  transform: skew(-40deg, 0deg);
  border-radius: 2px;
  background-color: #e60817;
}

.colored-separator .last-short {
  width: 16px;
}

.title {
  margin: 10px 0;
  font-weight: bold;
  text-align: left;
  letter-spacing: -1px;
}

.span-red {
  color: #e60817;
}

.divider {
  margin: 0px 0 25px 0;
}

@font-face {
  font-family: "car-icon";
  src: url(./fonts/car-icon.eot);
  src: url(./fonts/car-icon.eot) format("embedded-opentype"), url(./fonts/car-icon.ttf) format("truetype"), url(./fonts/car-icon.woff) format("woff"), url(./fonts/car-icon.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=car-icon-],
[class*=" car-icon-"] {
  font-family: "car-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.car-icon-barrette:before {
  content: "\e929";
}

.car-icon-buoy-2:before {
  content: "\e925";
}

.car-icon-buoy:before {
  content: "\e926";
}

.car-icon-car-relic:before {
  content: "\e927";
}

.car-icon-star:before {
  content: "\e928";
}

.car-icon-time:before {
  content: "\e924";
}

.car-icon-quotes3:before {
  content: "\e923";
}

.car-icon-author:before {
  content: "\e921";
}

.car-icon-date:before {
  content: "\e922";
}

.car-icon-grid:before {
  content: "\e91f";
}

.car-icon-list:before {
  content: "\e920";
}

.car-icon-load2:before {
  content: "\e91a";
}

.car-icon-load1:before {
  content: "\e91b";
}

.car-icon-transmission_fill:before {
  content: "\e91c";
}

.car-icon-drive_2:before {
  content: "\e91d";
}

.car-icon-engine_fill:before {
  content: "\e91e";
}

.car-icon-add_car:before {
  content: "\e914";
}

.car-icon-air_conditioning:before {
  content: "\e915";
}

.car-icon-auto_electric:before {
  content: "\e916";
}

.car-icon-brake:before {
  content: "\e917";
}

.car-icon-oil-add:before {
  content: "\e918";
}

.car-icon-Tire_Wheel:before {
  content: "\e919";
}

.car-icon-calculator:before {
  content: "\e90f";
}

.car-icon-added:before {
  content: "\e910";
}

.car-icon-add:before {
  content: "\e912";
}

.car-icon-remove:before {
  content: "\e913";
}

.car-icon-delete:before {
  content: "\e90d";
}

.car-icon-share:before {
  content: "\e90e";
}

.car-icon-brochure:before {
  content: "\e911";
}

.car-icon-mail:before {
  content: "\e90b";
}

.car-icon-pin:before {
  content: "\e90c";
}

.car-icon-engine:before {
  content: "\e908";
}

.car-icon-speedometr3:before {
  content: "\e909";
}

.car-icon-transmission2:before {
  content: "\e90a";
}

.car-icon-calendar:before {
  content: "\e902";
}

.car-icon-oil:before {
  content: "\e903";
}

.car-icon-diagnostic:before {
  content: "\e904";
}

.car-icon-Tire_Wheel_Service2:before {
  content: "\e905";
}

.car-icon-Tire_Wheel_Service:before {
  content: "\e906";
}

.car-icon-auto_loan:before {
  content: "\e907";
}

.car-icon-gear:before {
  content: "\e900";
}

.car-icon-key:before {
  content: "\e901";
}

.car-icon-steering_wheel:before {
  content: "\e814";
}

.car-icon-phone2:before {
  content: "\e812";
}

.car-icon-question:before {
  content: "\e813";
}

.car-icon-search:before {
  content: "\e810";
}

.car-icon-reset:before {
  content: "\e811";
}

.car-icon-label-reverse:before {
  content: "\e80c";
}

.car-icon-transmission:before {
  content: "\e80d";
}

.car-icon-fuel:before {
  content: "\e80e";
}

.car-icon-road:before {
  content: "\e80f";
}

.car-icon-speedometr2:before {
  content: "\e800";
}

.car-icon-shop_bag:before {
  content: "\e801";
}

.car-icon-chat2:before {
  content: "\e802";
}

.car-icon-car:before {
  content: "\e803";
}

.car-icon-car_search:before {
  content: "\e804";
}

.car-icon-label:before {
  content: "\e805";
}

.car-icon-speedometr:before {
  content: "\e806";
}

.car-icon-chat:before {
  content: "\e807";
}

.car-icon-application:before {
  content: "\e808";
}

.car-icon-message:before {
  content: "\e809";
}

.car-icon-car_sale:before {
  content: "\e80a";
}

.car-icon-phone:before {
  content: "\e80b";
}

.car-item-options {
  margin: 0 0 20px 0;
}

.classic-filter-row {
  position: relative;
  margin-top: 0px;
  z-index: 50;
}

.classic-filter-row input[type=text] {
  height: 40px;
  line-height: 40px;
}

.classic-filter-row .form-group {
  margin-bottom: 16px;
}

.classic-filter-row .filter-price {
  margin: 7px 0 31px;
}

.classic-filter-row .filter-price h5 {
  margin-bottom: 19px;
}

.classic-filter-row .filter-sidebar {
  padding: 0 22px 30px;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);
}

.classic-filter-row .sidebar-entry-header {
  position: relative;
  min-height: 40px;
  padding: 15px 25px 20px 75px;
  margin: 0 -22px;
  background-color: #e60817;
  border-top: solid 10px #c70411;
}

.classic-filter-row .sidebar-entry-header i {
  position: absolute;
  top: 32px;
  left: 21px;
  font-size: 29px;
  color: #fff;
}

.classic-filter-row .sidebar-entry-header .h4 {
  display: block;
  padding-top: 10px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.toyota-price-range-unit {
  padding: 0 9px;
  background-color: #dfe1e5;
  border-radius: 2px;
}

.row-pad-top-24 {
  padding-top: 24px;
}

.col-md-wider-left {
  padding-left: 6px;
}

.col-md-wider-right {
  padding-right: 6px;
}

.sidebar-action-units:after {
  display: table;
  content: "";
  clear: both;
}

.sidebar-action-units input[type=submit] {
  float: left;
  margin-right: 23px;
  padding: 13px 19px 9px;
  font-size: 12px;
}

.toyota-reset-classic-filter {
  margin-top: 8px;
  display: inline-block;
  position: relative;
  padding-left: 17px;
  color: #888;
  font-size: 13px;
}

.toyota-reset-classic-filter .fa {
  position: absolute;
  top: 5px;
  left: 0;
  color: #e60817;
  font-size: 14px;
}

.toyota-reset-classic-filter span {
  display: inline-block;
  position: relative;
}

.toyota-reset-classic-filter span:after {
  position: absolute;
  content: "";
  display: block;
  bottom: 3px;
  left: 1px;
  right: 0;
  height: 1px;
  background-color: #888;
}

#stm_filter_max_price,
#stm_filter_min_price {
  text-align: center;
}

.classic-filter-pagination .page-numbers {
  border-top: 0;
}

.toyota-car-listing-sort-units {
  margin-top: 4px;
  padding-bottom: 10px;
  margin-bottom: 22px;
  border-bottom: 1px solid #ddd;
}

.toyota-car-listing-sort-units .toyota-sort-by-options {
  float: left;
}

.toyota-car-listing-sort-units .toyota-sort-by-options > span {
  float: left;
  margin-top: 10px;
  margin-right: 9px;
  font-size: 14px;
  color: #888;
}

.toyota-car-listing-sort-units .toyota-sort-by-options .toyota-select-sorting {
  float: left;
}

.toyota-car-listing-sort-units .toyota-view-by {
  float: right;
}

.toyota-car-listing-sort-units .toyota-view-by:after {
  display: table;
  content: "";
  clear: both;
}

.toyota-car-listing-sort-units .toyota-view-by .view-type {
  display: block;
  float: left;
  color: #8f8f8f;
  margin-left: 10px;
  width: 32px;
  height: 32px;
  line-height: 34px;
  text-align: center;
  text-decoration: none !important;
  padding-top: 8px;
}

.toyota-car-listing-sort-units .toyota-view-by .view-type:hover {
  color: #e60817;
}

.toyota-car-listing-sort-units .toyota-view-by .view-type.view-list {
  font-size: 12px;
}

.toyota-car-listing-sort-units .toyota-view-by .view-type.view-grid {
  text-indent: 2px;
  font-size: 16px;
}

.toyota-car-listing-sort-units .toyota-view-by .view-type:hover {
  cursor: pointer;
}

.toyota-car-listing-sort-units .toyota-view-by .view-type:first-child {
  margin-left: 0;
}

.toyota-car-listing-sort-units .toyota-view-by .view-type.active {
  background-color: #e2e2e2;
  color: #8f8f8f;
}

.toyota-car-listing-sort-units .toyota-view-by .view-type.active:hover {
  color: #e60817;
}

.toyota-isotope-sorting {
  position: relative;
}

select {
  opacity: 1;
  visibility: visible;
}

.toyota-isotope-listing-item {
  margin-bottom: 31px;
}

.select2-search {
  display: none;
}

.toyota-filter-chosen-units {
  margin-bottom: 7px;
}

#modern-filter-listing ul.toyota-filter-chosen-units-list {
  height: 0;
}

ul.toyota-filter-chosen-units-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.toyota-filter-chosen-units-list:after {
  display: table;
  content: "";
  clear: both;
}

ul.toyota-filter-chosen-units-list li {
  position: relative;
  float: left;
  padding: 4px 35px 6px 13px;
  margin: 0 15px 10px 0;
  font-size: 13px;
  -webkit-box-shadow: 0 1px 3px rgba(59, 62, 68, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(59, 62, 68, 0.3);
  box-shadow: 0 1px 3px rgba(59, 62, 68, 0.3);
  border-radius: 3px;
  color: #555;
}

ul.toyota-filter-chosen-units-list li:last-child {
  margin-right: 0;
}

ul.toyota-filter-chosen-units-list li > span {
  margin-right: -1px;
  color: #aaa;
}

ul.toyota-filter-chosen-units-list li > i {
  position: absolute;
  top: 0;
  right: 0;
  width: 29px;
  height: 100%;
  line-height: 31px;
  text-align: center;
  font-size: 10px;
  color: #aaa;
}

ul.toyota-filter-chosen-units-list li > i:hover {
  cursor: pointer;
}

.toyota-accordion-single-unit {
  margin-top: 20px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
}

.toyota-accordion-single-unit > a.title {
  position: relative;
  display: block;
  padding: 16px 20px 10px 25px;
  background-color: #fff;
  border-top: 4px solid #ac080b;
  text-decoration: none !important;
}

.toyota-accordion-single-unit > a.title.collapsed {
  padding: 15px 20px 15px 25px;
  border-top-color: #e60817;
}

.toyota-accordion-single-unit > a.title.collapsed .minus {
  margin-top: -2px;
}

.toyota-accordion-single-unit > a.title.collapsed .minus:after {
  opacity: 1;
}

.toyota-accordion-single-unit > a.title h5 {
  margin-bottom: 0;
  text-transform: uppercase;
}

.toyota-accordion-single-unit > a.title .minus {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: 1px;
  width: 11px;
  height: 3px;
  background-color: #ccc;
}

.toyota-accordion-single-unit > a.title .minus:after {
  position: absolute;
  content: "";
  display: block;
  top: -4px;
  left: 4px;
  height: 11px;
  width: 3px;
  background-color: #ccc;
  opacity: 0;
}

.toyota-accordion-single-unit > a.title:hover .minus:after,
.toyota-accordion-single-unit > a.title:hover .minus {
  background-color: #e60817;
}

.toyota-accordion-single-unit .toyota-accordion-content ul {
  padding: 5px 40px 17px 25px;
  margin-bottom: 0;
}

.toyota-accordion-single-unit .toyota-accordion-content ul li {
  margin-bottom: 7px;
  font-size: 13px;
}

.toyota-accordion-single-unit .toyota-accordion-content ul li:hover {
  cursor: pointer;
}

.single-car-prices {
  background-color: #e60817;
}

.single-regular-price {
  padding: 22px 0 13px;
  vertical-align: middle;
}

.single-regular-price > .h3 {
  position: relative;
  top: -1px;
  left: 1px;
  color: #fff;
  vertical-align: middle;
  font-weight: bold;
  font-size: 28px;
}

.single-regular-price > .labeled {
  margin-right: 7px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  vertical-align: middle;
  text-transform: uppercase;
}

.sale-price-description-single {
  padding: 4px 10px;
  background-color: #232628;
  font-size: 12px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.single-car-data {
  padding: 12px 13px 13px 23px;
  margin-bottom: 26px;
  background-color: #f0f2f5;
}

.single-car-data > table tr td.t-label {
  padding-right: 3px;
  text-transform: uppercase;
  color: #888;
  font-size: 11px;
}

.single-car-data > table tr td {
  padding: 11px 0 6px;
}

table > tbody tr td {
  padding: 9px 0 8px;
  font-size: 12px;
  color: #888;
  border-bottom: 1px solid #d5d9e0;
}

.single-car-data > table {
  margin-bottom: 0;
  table-layout: fixed;
}

table {
  width: 100%;
  margin-bottom: 20px;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0, 0);
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(//motors.stylemixthemes.com/wp-content/plugins/stm_vehicles_listing/assets/css/frontend/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.toyota-single-car-content {
  padding-right: 27px;
}

.toyota-single-car-side {
  padding-top: 7px;
  margin-left: -30px;
}

.toyota-big-car-gallery .owl-controls {
  margin-top: 25px;
}

.toyota-thumbs-car-gallery {
  position: relative;
}

.toyota-thumbs-car-gallery:after {
  display: table;
  content: "";
  clear: both;
}

.toyota-thumbs-car-gallery .toyota-single-image {
  max-width: 142px;
  width: auto;
  margin: 0 auto;
}

.toyota-thumbs-car-gallery .toyota-single-image:hover {
  cursor: pointer;
}

.toyota-thumbs-car-gallery .toyota-single-image img {
  max-width: 100%;
  height: auto;
}

.toyota-thumbs-car-gallery .owl-item:hover {
  cursor: pointer;
}

.toyota-thumbs-car-gallery .owl-item:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(35, 38, 40, 0.3);
  visibility: visible;
  opacity: 0;
  max-width: 142px;
  width: auto;
  margin: 0 auto;
}

.toyota-thumbs-car-gallery .owl-item.current:after {
  visibility: visible;
  opacity: 1;
}

.toyota-thumbs-car-gallery .owl-controls {
  margin-top: 0;
}

.toyota-thumbs-car-gallery .owl-prev {
  position: absolute;
  left: -30px;
  top: 0;
  width: 30px;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.toyota-thumbs-car-gallery .owl-prev:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f053";
  color: #fff;
  line-height: 82px;
}

.toyota-thumbs-car-gallery .owl-next {
  position: absolute;
  right: -30px;
  top: 0;
  width: 30px;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.toyota-thumbs-car-gallery .owl-next:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  display: block;
  content: "\f054";
  color: #fff;
  line-height: 82px;
}

.toyota-thumbs-car-gallery .video-preview {
  position: relative;
}

.toyota-thumbs-car-gallery .video-preview:before {
  position: absolute;
  content: "";
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f144";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 51px;
  height: 51px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  text-align: center;
  line-height: 51px;
  color: #e60817;
  font-size: 30px;
  z-index: 20;
}

.toyota-big-car-gallery .video-preview a:before {
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 63px;
  margin: -45px 0 0 -45px !important;
}

.toyota-car-carousels {
  position: relative;
  overflow: hidden;
  margin-bottom: 45px;
}

.toyota-car-carousels:hover .toyota-thumbs-car-gallery .owl-prev {
  left: 0;
}

.toyota-car-carousels:hover .toyota-thumbs-car-gallery .owl-next {
  right: 0;
}

.video-preview {
  position: relative;
}

.video-preview a {
  display: block;
  position: relative;
}

.video-preview a:before {
  position: absolute;
  content: "";
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f144";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 51px;
  height: 51px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  text-align: center;
  line-height: 51px;
  color: #232628;
  font-size: 30px;
  z-index: 20;
}

.video-preview a:hover:before {
  color: #e60817;
}

.toyota-tech-infos {
  margin-top: -6px;
  margin-bottom: 25px;
}

.toyota-tech-infos .toyota-tech-title {
  position: relative;
  padding-top: 10px;
  padding-left: 50px;
  margin-bottom: 9px;
  min-height: 35px;
}

.toyota-tech-infos .toyota-tech-title i {
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 27px;
  color: #e60817;
}

.toyota-tech-infos .toyota-tech-title .title {
  font-size: 16px;
  font-weight: 400;
  color: #232628;
}

.toyota-tech-infos span.h6 {
  font-size: 14px;
  font-weight: 400;
}

.toyota-border-right {
  border-right: 1px solid #ddd;
}

.special-label {
  position: absolute;
  top: 27px;
  left: -81px;
  height: 49px;
  padding: 0 100px;
  line-height: 49px;
  color: #fff !important;
  text-transform: uppercase;
  background-color: #e60817;
  -moz-transform: rotate(-45deg) translateZ(0);
  -o-transform: rotate(-45deg) translateZ(0);
  -ms-transform: rotate(-45deg) translateZ(0);
  -webkit-transform: rotate(-45deg) translateZ(0);
  transform: rotate(-45deg) translateZ(0);
  -webkit-transform-origin: 50% 50%;
  z-index: 10;
}

.special-label-small {
  top: 20px;
  left: -91px;
  height: 32px;
  line-height: 32px;
}

.single-add-to-compare {
  position: fixed;
  top: -30%;
  left: 0;
  right: 0;
  padding-top: 17px;
  min-height: 71px;
  background-color: #e60817;
  z-index: 99;
  opacity: 0;
}

.single-add-to-compare.single-add-to-compare-visible {
  top: 0;
  opacity: 1;
}

.single-add-to-compare .single-add-to-compare-left {
  position: relative;
  padding-left: 55px;
  min-height: 35px;
}

.single-add-to-compare .single-add-to-compare-left .add-to-compare-icon {
  position: absolute;
  left: 0;
  top: 50%;
  color: #d3e0f6;
  font-size: 35px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-add-to-compare .single-add-to-compare-left .toyota-title {
  display: block;
  padding-top: 10px;
  color: #fff !important;
  font-weight: 400;
}

.compare-fixed-link {
  display: block;
  padding: 8px 23px 6px;
  color: #fff !important;
  border: 1px solid #b6ccf0;
  border-radius: 3px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none !important;
}

.compare-fixed-link:hover {
  background-color: #b6ccf0;
  color: #e60817;
}

.toyota-single-car-page {
  margin: 12px 0 60px;
}

.toyota-shareble {
  position: relative;
}

.toyota-shareble:hover .toyota-share {
  border-color: #e60817;
  color: #e60817;
}

.toyota-shareble .st_sharethis_large {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 20;
}

.toyota-shareble .st_sharethis_large:hover {
  cursor: pointer;
}

.car-action-unit {
  position: relative;
  display: block;
  padding: 0 15px;
  padding-left: 32px;
  font-size: 12px;
  text-transform: uppercase;
  color: #888;
  border: 1px solid #ddd;
  line-height: 27px;
  border-radius: 15px;
  text-decoration: none !important;
}

.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels {
  border-bottom: 1px solid #ddd;
}

.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
  border-top: 1px solid #ddd;
}

.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  background-color: transparent !important;
  border-color: transparent !important;
}

.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
  padding: 19px 20px 19px 39px;
  font-size: 16px;
}

.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  font-size: 22px;
  color: #e60817;
}

.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon {
  position: absolute;
  right: 2px;
  left: inherit;
}

.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {
  border: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #aaa;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: transparent;
  border-color: transparent;
}

.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-icon {
  color: #e60817;
}

.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  background-color: transparent;
  border: 0;
  padding: 3px 0 29px 1px;
}

.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
  padding: 0 0 37px 2px !important;
}

.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container {
  padding-top: 4px;
}

.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
  margin: 0;
  background-color: #232628;
  border-left: 4px solid #232628;
  border-right: 4px solid #232628;
  overflow: visible;
}

.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  position: relative;
  margin: 0;
}

.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:before {
  position: absolute;
  content: "";
  display: block;
  top: -4px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #e60817;
  opacity: 0;
}

.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  padding: 13px 18px;
  background-color: #232628;
  border-radius: 0;
  border: 0;
}

.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a .vc_tta-icon {
  position: relative;
  top: 3px;
  color: #fff;
}

.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a .vc_tta-title-text {
  position: relative;
  top: 1px;
  left: 2px;
}

.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a span {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a .vc_tta-title-text:not(:empty):not(:first-child) {
  margin-left: 8px;
}

.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active:before {
  opacity: 1;
}

.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  background-color: #fff;
}

.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a .vc_tta-icon {
  position: relative;
  top: 3px;
  color: #232628;
}

.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a span {
  color: #232628;
}

.vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels {
  background-color: transparent !important;
  border: 0 !important;
}

.vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
  padding: 37px 0 0 2px !important;
  border: 0;
}

.wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav {
  margin: 0;
  background-color: #232628;
  border-left: 4px solid #232628;
  border-right: 4px solid #232628;
  overflow: visible;
}

.wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li {
  position: relative;
  margin: 0;
}

.wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li > a {
  display: block;
  position: relative;
  padding: 18px 18px;
  background-color: #232628;
  border-radius: 0;
  border: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li > a:before {
  position: absolute;
  content: "";
  display: block;
  top: -4px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #e60817;
  opacity: 0;
}

.wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li > a .vc_tta-icon {
  position: relative;
  top: 3px;
  color: #fff;
}

.wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li > a .vc_tta-title-text {
  position: relative;
  top: 1px;
  left: 2px;
}

.wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li.ui-state-active > a:before {
  opacity: 1;
}

.wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li.ui-state-active a {
  background-color: #fff;
  color: #232628;
}

.wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li.ui-state-active a .vc_tta-icon {
  position: relative;
  top: 3px;
  color: #232628;
}

.wpb_tour_tabs_wrapper.ui-tabs .wpb_tab.ui-tabs-panel {
  padding: 37px 0 0 2px !important;
  background-color: transparent !important;
}

.wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav {
  margin: 0;
  background-color: #232628;
  border: 0;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav:before {
  display: none;
}

.wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav:after {
  display: none;
}

.wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav > li {
  float: none;
  position: relative;
  margin: 0;
  display: table-cell;
}

.wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav > li > a {
  display: block;
  position: relative;
  text-align: center;
  padding: 18px 18px;
  background-color: #232628;
  border-radius: 0;
  border: 0;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav > li > a:before {
  position: absolute;
  content: "";
  display: block;
  top: -4px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #e60817;
  opacity: 0;
}

.wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav > li > a .vc_tta-icon {
  position: relative;
  top: 3px;
  color: #fff;
}

.wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav > li > a .vc_tta-title-text {
  position: relative;
  top: 1px;
  left: 2px;
}

.wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav > li.ui-state-active > a:before {
  display: none;
}

.wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav > li.ui-state-active a {
  background-color: #fff;
  color: #e60817;
}

.wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav > li.ui-state-active a .vc_tta-icon {
  position: relative;
  top: 3px;
  color: #e60817;
}

.wpb_tour_tabs_wrapper.stm_tabs_style_2 .wpb_tab.ui-tabs-panel {
  padding: 47px 40px 35px 36px !important;
  background-color: #fff !important;
}

.wpb_tour_tabs_wrapper.stm_tabs_style_2 .wpb_tab.ui-tabs-panel .icon-box .icon-text h4.title {
  margin-bottom: 8px;
  font-weight: 400;
}

.wpb_tour_tabs_wrapper.stm_tabs_style_service ul.wpb_tabs_nav {
  display: block !important;
  vertical-align: top !important;
  width: inherit !important;
  background-color: transparent !important;
}

.wpb_tour_tabs_wrapper.stm_tabs_style_service ul.wpb_tabs_nav:after {
  display: table;
  content: "";
  clear: both;
}

.wpb_tour_tabs_wrapper.stm_tabs_style_service ul.wpb_tabs_nav > li {
  display: block !important;
  float: left !important;
  margin-right: 2px !important;
}

.wpb_tour_tabs_wrapper.stm_tabs_style_service ul.wpb_tabs_nav > li:last-child {
  margin-right: 0 !important;
}

.wpb_tour_tabs_wrapper.stm_tabs_style_service ul.wpb_tabs_nav > li.ui-state-active a {
  background-color: #fff !important;
}

.wpb_tour_tabs_wrapper.stm_tabs_style_service ul.wpb_tabs_nav > li > a {
  font-weight: 900 !important;
  padding: 16px 31px 12px !important;
  background-color: #24292f !important;
  color: #aaa;
}

.wpb_tour_tabs_wrapper.stm_tabs_style_service .wpb_tab.ui-tabs-panel.ui-tabs-panel {
  padding: 70px 0 30px 0 !important;
  background-color: transparent !important;
}

.vc_toggle {
  border-bottom: 1px solid #ddd;
}

.vc_toggle .vc_toggle_title {
  position: relative;
  min-height: 28px;
  padding-bottom: 11px;
  padding-left: 56px;
}

.vc_toggle .vc_toggle_title > h4 {
  display: inline-block;
  font-weight: 400;
}

.vc_toggle .vc_toggle_icon {
  position: absolute;
  left: 0;
  top: -4px;
  display: block;
  width: 28px;
  height: 28px;
  border: 1px solid #aaa;
}

.vc_toggle .vc_toggle_icon:before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  top: 12px;
  left: 9px;
  background-color: #aaa;
}

.vc_toggle .vc_toggle_icon:after {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  top: 9px;
  left: 12px;
  background-color: #aaa;
  opacity: 1;
}

.vc_toggle.vc_toggle_active .vc_toggle_icon {
  border-color: #e60817;
}

.vc_toggle.vc_toggle_active .vc_toggle_icon:before {
  background-color: #e60817;
}

.vc_toggle.vc_toggle_active .vc_toggle_icon:after {
  opacity: 0;
}

.vc_toggle .vc_toggle_content {
  margin-bottom: 5px;
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.single-car-actions .stock-num {
  padding: 3px 15px;
  background-color: #f0f2f5;
  border-radius: 15px;
  font-size: 14px;
  color: #232628;
}

.single-car-actions > ul li {
  float: left;
  margin-right: 13px;
  margin-bottom: 12px;
}

ul.list-style-2 {
  padding: 0;
  list-style: none;
}

ul.list-style-2 li {
  position: relative;
  padding-left: 31px;
  margin-bottom: 8px;
}

ul.list-style-2 li:before {
  position: absolute;
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  left: 3px;
  top: 4px;
  content: "\f058";
  font-size: 14px;
  color: #e60817;
}

.wpb_tabs .wpb_tabs_nav li {
  float: left;
  margin: 0 1px 0 0;
}

.separator {
  border-top: 1px solid #e6e6e6 !important;
  padding-top: 24px;
}

.proposta input {
  border-radius: 4px;
  box-shadow: none;
  border: solid 1px #cacaca;
  height: auto;
  padding: 0px 0 0 10px;
}

.input-info {
  height: 35px !important;
}

.proposta input:focus {
  border: solid 1px #f00;
}

.bt-full {
  width: 100% !important;
}

.proposta .form-label {
  font-weight: 600;
}

.style-proposta {
  background-color: #e8e8e8;
  padding: 15px;
  border-radius: 5px;
  border-top: solid #e60817 5px;
}
.style-proposta input .invalid, .style-proposta textarea .invalid {
  background-color: #fcdbdb !important;
}
.style-proposta input .ng-valid, .style-proposta textarea .ng-valid {
  background-color: #e8e8e8 !important;
}

.bt-enviar {
  display: block;
  text-align: center;
  padding: 17px 28px 28px !important;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #fff !important;
  border-radius: 3px;
  border: none !important;
  background-color: #e60817;
  text-decoration: none !important;
  outline: 0 !important;
  visibility: visible;
  white-space: normal;
  -webkit-box-shadow: 0 2px 0 #A50A0D !important;
  -moz-box-shadow: 0 2px 0 #A50A0D !important;
  box-shadow: 0 2px 0 #A50A0D !important;
}

.tc {
  text-align: center !important;
}

/* ------------------------*/
ul.page-numbers {
  display: block;
  position: relative;
  margin-top: 10px;
  padding: 45px 60px 0;
  border-top: 1px solid #ddd;
  text-align: center;
}

.toyota-blog-pagination .page-numbers {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

ul.page-numbers li {
  display: inline-block;
  margin-bottom: 0;
}

.page-numbers .current {
  background: #ddd !important;
  padding: 10px 15px !important;
  border-radius: 2px !important;
}

ul.page-numbers li > a {
  display: block;
  width: 34px;
  height: 35px;
  margin: 0 8px;
  padding: 0;
  background-color: #D91216;
  color: #fff !important;
  border-top: 0;
  border-radius: 3px;
  line-height: 35px;
  text-decoration: none !important;
}

ul.page-numbers li .next {
  position: absolute;
  right: 0;
  top: 45px;
}

ul.page-numbers li .prev {
  position: absolute;
  left: 0;
  top: 45px;
}

ul.page-numbers li .prev, ul.page-numbers li .next {
  width: 54px;
  height: 35px;
  font-size: 20px;
  border-radius: 3px;
  margin: 0;
}

.toyota-blog-pagination .page-numbers li a.next, .toyota-blog-pagination .page-numbers li a.prev {
  top: 0;
}

.toyota-blog-pagination {
  margin-top: 10px;
}

.toyota-blog-pagination .page-numbers {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.toyota-blog-pagination .page-numbers li a.next,
.toyota-blog-pagination .page-numbers li a.prev {
  top: 0;
}

.post-grid-single-unit {
  position: relative;
  margin-bottom: 50px;
}

.post-grid-single-unit:hover .content {
  border-color: transparent;
  box-shadow: 0 1px 6px rgba(35, 38, 40, 0.4);
}

.post-grid-single-unit .image {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}

.post-grid-single-unit .video-preview {
  position: absolute;
  right: 9px;
  top: 17px;
  padding: 1px 11px 1px 25px;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  background-color: #6c98e1;
  z-index: 20;
}

.post-grid-single-unit .video-preview .fa {
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -6px;
  font-size: 12px;
}

.post-grid-single-unit .sticky-post {
  position: absolute;
  top: 20px;
  left: -90px;
  background-color: #cc6119;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  width: 250px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.post-grid-single-unit .content {
  box-shadow: none;
  border-radius: 1px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateZ(0);
  padding: 25px 40px 14px 40px;
  border: 1px solid #ddd;
}

.post-grid-single-unit .content .title-relative {
  position: relative;
  min-height: 66px;
}

.post-grid-single-unit .content .title-relative a {
  text-decoration: none !important;
}

.post-grid-single-unit .content .title-relative a .title {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 22px;
}

.post-grid-single-unit .content .post-meta-bottom {
  margin-top: 22px;
  padding-top: 12px;
  border-top: 1px solid #ddd;
}

.post-grid-single-unit .content .post-meta-bottom .blog-meta-unit {
  display: inline-block;
  margin-right: 19px;
  padding-left: 25px;
  position: relative;
  font-size: 12px;
  color: #888;
}

.post-grid-single-unit .content .post-meta-bottom .blog-meta-unit:last-child {
  margin-right: 0;
}

.post-grid-single-unit .content .post-meta-bottom .blog-meta-unit.comments {
  padding-left: 22px;
}

.post-grid-single-unit .content .post-meta-bottom .blog-meta-unit.comments i {
  top: 3px;
  font-size: 14px;
}

.post-grid-single-unit .content .post-meta-bottom .blog-meta-unit i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #6c98e1;
  font-size: 15px;
}

.post-grid-single-unit .content .post-meta-bottom .blog-meta-unit a {
  color: #888;
  text-decoration: none !important;
}

.post-grid-single-unit .content .post-meta-bottom .blog-meta-unit a:hover {
  color: #6c98e1;
}

.post-list-single-item {
  margin-bottom: 30px;
}

.post-list-single-item .image {
  position: relative;
  vertical-align: top;
  overflow: hidden;
  max-height: 429px;
}

.post-list-single-item .image img {
  vertical-align: top;
  width: 100%;
}

.post-list-single-item .video-preview {
  position: absolute;
  right: 9px;
  top: 17px;
  padding: 1px 11px 1px 25px;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  background-color: #6c98e1;
  z-index: 20;
}

.post-list-single-item .video-preview .fa {
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -6px;
  font-size: 12px;
}

.post-list-single-item .sticky-post {
  position: absolute;
  top: 20px;
  left: -90px;
  background-color: #cc6119;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  width: 250px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.post-list-single-item .blog-meta {
  position: relative;
  margin-top: -44px;
  padding-left: 36px;
  padding-right: 27px;
  margin-bottom: 0;
  background-color: #232628;
  z-index: 20;
}

.post-list-single-item .absoluted-content {
  position: absolute;
  bottom: 44px;
  left: 0;
  right: 0;
}

.post-list-single-item .absoluted-content .relatived-content {
  padding: 0 36px 31px;
  position: relative;
  z-index: 10;
}

.post-list-single-item .absoluted-content .relatived-content .title {
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  line-height: 28px;
}

.post-list-single-item .absoluted-content .relatived-content .video-preview {
  display: inline-block;
  margin-bottom: 16px;
  position: relative;
  top: 0;
  left: 0;
}

.post-list-single-item .absoluted-content:before {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 189px;
  background: linear-gradient(to top, rgba(35, 38, 40, 0.9), rgba(35, 38, 40, 0));
  z-index: 5;
}

.toyota-blog-pagination {
  position: relative;
}

.toyota-blog-pagination a {
  display: block;
}

.toyota-view-type-list .toyota-blog-pagination {
  margin-top: 30px;
}

.toyota-prev-next {
  display: block;
  position: absolute;
  top: 0;
  width: 54px;
  height: 35px;
  background-color: #6c98e1;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  line-height: 30px;
  font-size: 22px;
  z-index: 15;
}

.toyota-prev-next i {
  color: #fff;
}

.toyota-prev-next.toyota-next-btn {
  right: 0;
}

.toyota-prev-next .toyota-prev-btn {
  left: 0;
}

.toyota-prev-next.disabled {
  background-color: #ddd;
}

.archive-listing-page {
  margin-top: 30px;
  margin-bottom: 46px;
}

.listing-list-loop {
  width: 100%;
  padding-bottom: 21px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.listing-list-loop .video-preview {
  position: absolute;
  right: 9px;
  top: 17px;
  padding: 1px 11px 1px 25px;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  background-color: #e60817;
  z-index: 20;
}

.listing-list-loop .video-preview .fa {
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -6px;
  font-size: 12px;
}

.listing-list-loop:after {
  display: table;
  content: "";
  clear: both;
}

.listing-list-loop .image {
  position: relative;
  float: left;
  max-width: 185px;
  margin: 0 28px 0 0;
  padding-top: 8px;
  overflow: hidden;
}

.listing-list-loop .image .image-inner {
  position: relative;
  overflow: hidden;
}

.listing-list-loop .content {
  overflow: hidden;
}

.listing-list-loop .content .title {
  margin-top: 3px;
  padding-top: 2px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  overflow: hidden;
}

.listing-list-loop .content .meta-top {
  margin-bottom: 18px;
}

.listing-list-loop .content .meta-top:after {
  display: table;
  content: "";
  clear: both;
}

.listing-list-loop .content .meta-top .price {
  min-width: 130px;
  position: relative;
  margin-left: 40px;
  float: right;
  text-align: right;
  background-color: #e60817;
  color: #fff;
}

.listing-list-loop .content .meta-top .price .heading-font {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  letter-spacing: -1px;
}

.listing-list-loop .content .meta-top .price .normal-price {
  position: relative;
  left: -4px;
  padding: 13px 8px 12px 4px;
}

.listing-list-loop .content .meta-top .price .normal-price .label-price {
  max-width: 26px;
  display: inline-block;
  position: relative;
  top: -3px;
  margin-right: 2px;
  line-height: 10px;
  font-size: 10px;
  vertical-align: middle;
  text-transform: uppercase;
  opacity: 0.7;
}

.listing-list-loop .content .meta-top .price .normal-price .heading-font {
  position: relative;
  top: 1px;
  font-size: 22px;
}

.listing-list-loop .content .meta-top .price.discounted-price {
  padding: 1px 7px 3px 0;
}

.listing-list-loop .content .meta-top .price.discounted-price .regular-price {
  position: relative;
  left: -4px;
  padding-right: 4px;
  vertical-align: bottom;
  font-size: 13px;
}

.listing-list-loop .content .meta-top .price.discounted-price .regular-price .label-price {
  opacity: 0.7;
  font-size: 10px;
}

.listing-list-loop .content .meta-top .price.discounted-price .sale-price {
  position: relative;
  left: 5px;
  vertical-align: middle;
  margin-top: 5px;
  padding-right: 10px;
}

.listing-list-loop .content .meta-top .price.discounted-price .sale-price .label-price {
  display: inline-block;
  max-width: 30px;
  margin-right: 2px;
  position: relative;
  top: -4px;
  line-height: 10px;
  font-size: 10px;
  text-transform: uppercase;
  vertical-align: middle;
  opacity: 0.7;
}

.listing-list-loop .content .meta-top .price:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: -11px;
  height: 100%;
  width: 32px;
  background-color: #e60817;
  -moz-transform: skew(-23deg, 0deg);
  -o-transform: skew(-23deg, 0deg);
  -ms-transform: skew(-23deg, 0deg);
  -webkit-transform: skew(-23deg, 0deg);
  transform: skew(-23deg, 0deg);
  z-index: -1;
}

.listing-list-loop .content .meta-middle:after {
  display: table;
  content: "";
  clear: both;
}

.listing-list-loop .content .meta-middle .meta-middle-unit {
  float: left;
  padding-right: 13px;
  margin-right: 9px;
  margin-bottom: 23px;
  border-right: 1px solid #ddd;
}

.listing-list-loop .content .meta-middle .meta-middle-unit:last-child {
  border-right: 0;
}

.listing-list-loop .content .meta-middle .meta-middle-unit.font-exists .meta-middle-unit-top {
  padding-left: 25px;
  padding-bottom: 2px;
}

.listing-list-loop .content .meta-middle .meta-middle-unit.font-exists .value {
  padding-left: 25px;
  font-weight: 400;
}

.listing-list-loop .content .meta-middle .meta-middle-unit:after {
  display: table;
  content: "";
  clear: both;
}

.listing-list-loop .content .meta-middle .meta-middle-unit .meta-middle-unit-top {
  position: relative;
}

.listing-list-loop .content .meta-middle .meta-middle-unit.fuel .meta-middle-unit-top {
  padding-left: 23px;
}

.listing-list-loop .content .meta-middle .meta-middle-unit.fuel .value {
  padding-left: 23px;
}

.listing-list-loop .content .meta-middle .meta-middle-unit.engine .meta-middle-unit-top {
  padding-left: 29px;
}

.listing-list-loop .content .meta-middle .meta-middle-unit.engine .value {
  padding-left: 29px;
}

.listing-list-loop .content .meta-middle .meta-middle-unit.transmission .meta-middle-unit-top {
  padding-left: 29px;
}

.listing-list-loop .content .meta-middle .meta-middle-unit.transmission .value {
  padding-left: 29px;
}

.listing-list-loop .content .meta-middle .meta-middle-unit.drive .meta-middle-unit-top {
  padding-left: 29px;
}

.listing-list-loop .content .meta-middle .meta-middle-unit.drive .value {
  padding-left: 29px;
}

.listing-list-loop .content .meta-middle .meta-middle-unit .icon {
  position: absolute;
  margin-top: 1px;
  top: 50%;
  left: 1px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #e60817;
  font-size: 15px;
}

.listing-list-loop .content .meta-middle .meta-middle-unit .icon .toyota-icon-fuel {
  position: relative;
  top: -1px;
  font-size: 14px;
}

.listing-list-loop .content .meta-middle .meta-middle-unit .icon .toyota-icon-engine_fill {
  position: relative;
  top: 0;
  left: 1px;
  font-size: 18px;
}

.listing-list-loop .content .meta-middle .meta-middle-unit .icon .toyota-icon-transmission_fill {
  position: relative;
  top: 1px;
  left: 1px;
  font-size: 17px;
}

.listing-list-loop .content .meta-middle .meta-middle-unit .icon .toyota-icon-drive_2 {
  position: relative;
  top: 1px;
  left: 1px;
  font-size: 17px;
}

.listing-list-loop .content .meta-middle .meta-middle-unit .name {
  text-transform: uppercase;
  color: #888;
  font-size: 10px;
}

.listing-list-loop .content .meta-middle .meta-middle-unit .value {
  margin-top: -5px;
  margin-bottom: 0;
  line-height: normal;
}

.groupcar-item-options figure {
  height: auto;
}

.groupcar-item-options .car-meta-top {
  border-bottom: none !important;
}

@media (max-width: 1024px) {
  .navbar {
    border-radius: 0px;
    top: 0;
    z-index: 999;
  }
  .navbar-form {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .navbar-options {
    margin-top: 50px;
  }
  .show-mobi {
    padding: 10px 30px !important;
  }
}
@media (max-width: 1980px) {
  .right-city {
    right: 0;
    position: absolute !important;
  }
}
/* Ion.RangeSlider
// css version 2.0.3
// Â© 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}

.irs-line-left {
  left: 0;
  width: 11%;
}

.irs-line-mid {
  left: 9%;
  width: 82%;
}

.irs-line-right {
  right: 0;
  width: 11%;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}

.irs-slider.type_last {
  z-index: 2;
}

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.irs-disabled {
  opacity: 0.4;
}

.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40);
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// Â© Denis Ineshin, 2014    https://github.com/IonDen
// Â© guybowden, 2014        https://github.com/guybowden
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs {
  height: 55px;
}

.irs-with-grid {
  height: 75px;
}

.irs-line {
  height: 10px;
  top: 33px;
  background: #EEE;
  background: linear-gradient(to bottom, #DDD -50%, #FFF 150%); /* W3C */
  border: 1px solid #CCC;
  border-radius: 16px;
  -moz-border-radius: 16px;
}

.irs-line-left {
  height: 8px;
}

.irs-line-mid {
  height: 8px;
}

.irs-line-right {
  height: 8px;
}

.irs-bar {
  height: 10px;
  top: 33px;
  border-top: 1px solid #e60817;
  border-bottom: 1px solid #ac080b;
  background: #ac080b;
  background: linear-gradient(to top, rgb(172, 8, 11) 0%, rgb(172, 8, 11) 100%);
}

.irs-bar-edge {
  height: 10px;
  top: 33px;
  width: 14px;
  border: 1px solid #428bca;
  border-right: 0;
  background: #428bca;
  background: linear-gradient(to top, rgb(66, 139, 202) 0%, rgb(127, 195, 232) 100%); /* W3C */
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px;
}

.irs-shadow {
  height: 2px;
  top: 38px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=30);
}

.irs-slider {
  top: 25px;
  width: 27px;
  height: 27px;
  border: 1px solid #AAA;
  background: #DDD;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(220, 220, 220) 20%, rgb(255, 255, 255) 100%); /* W3C */
  border-radius: 27px;
  -moz-border-radius: 27px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.irs-slider.state_hover, .irs-slider:hover {
  background: #FFF;
}

.irs-min, .irs-max {
  color: #fff;
  font-size: 11px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
  background: #ccc;
}

.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #ac080b;
  border-radius: 3px;
  -moz-border-radius: 3px;
}

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
  background: #999;
}

.irs-grid {
  height: 27px;
}

.irs-grid-pol {
  opacity: 0.5;
  background: #ac080b;
}

.irs-grid-pol.small {
  background: #999;
}

.irs-grid-text {
  bottom: 5px;
  color: #fff;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: "none";
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav .owl-next {
  float: right;
  font-size: 40px;
}
.owl-theme .owl-nav .owl-prev {
  float: left;
  font-size: 40px;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.7 - 2017-04-15T14:28:36.790Z
 * License: MIT
 */
/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}

/* Select2 theme */
/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #D44950;
}

.select2-result-single {
  padding-left: 0;
}

.select2-locked > .select2-search-choice-close {
  display: none;
}

.select-locked > .ui-select-match-close {
  display: none;
}

body > .select2-container.open {
  z-index: 9999; /* The z-index Select2 applies to the select2-drop */
}

/* Handle up direction Select2 */
.ui-select-container[theme=select2].direction-up .ui-select-match,
.ui-select-container.select2.direction-up .ui-select-match {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ui-select-container[theme=select2].direction-up .ui-select-dropdown,
.ui-select-container.select2.direction-up .ui-select-dropdown {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-width: 1px; /* FIXME hardcoded value :-/ */
  border-top-style: solid;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -4px; /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme=select2].direction-up .ui-select-dropdown .select2-search,
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px; /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #5897fb;
}

.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden input {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* Selectize theme */
/* Helper class to show styles when focus */
.selectize-input.selectize-focus {
  border-color: #007FBB !important;
}

/* Fix input width for Selectize theme */
.selectize-control.single > .selectize-input > input {
  width: 100%;
}

/* Fix line break when there's at least one item selected with the Selectize theme */
.selectize-control.multi > .selectize-input > input {
  margin: 0 !important;
}

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #D44950;
}

/* Handle up direction Selectize */
.ui-select-container[theme=selectize].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -2px; /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme=selectize] input.ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 0;
}

/* Bootstrap theme */
/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-select-bootstrap .ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.ui-select-bootstrap > .ui-select-match > .btn {
  /* Instead of center because of .btn */
  text-align: left !important;
}

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices, .ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}

body > .ui-select-bootstrap.open {
  z-index: 1000; /* Standard Bootstrap dropdown z-index */
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important; /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row > span {
  cursor: pointer;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row > span:hover, .ui-select-bootstrap .ui-select-choices-row > span:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active > span {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled > span,
.ui-select-bootstrap .ui-select-choices-row.active.disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
  border-color: #D44950;
}

/* Handle up direction Bootstrap */
.ui-select-container[theme=bootstrap].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}

.ui-select-bootstrap .ui-select-match-text {
  width: 100%;
  padding-right: 1em;
}

.ui-select-bootstrap .ui-select-match-text span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.ui-select-bootstrap .ui-select-toggle > a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px;
}

/* Spinner */
.ui-select-refreshing.glyphicon {
  position: absolute;
  right: 0;
  padding: 8px 27px;
}

@-webkit-keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.ui-select-spin {
  -webkit-animation: ui-select-spin 2s infinite linear;
  animation: ui-select-spin 2s infinite linear;
}

.ui-select-refreshing.ng-animate {
  -webkit-animation: none 0s;
}

/* Include this file in your html if you are using the CSP mode. */
.ng-animate.item:not(.left):not(.right) {
  -webkit-transition: 0s ease-in-out left;
  transition: 0s ease-in-out left;
}

.uib-datepicker .uib-title {
  width: 100%;
}

.uib-day button, .uib-month button, .uib-year button {
  min-width: 100%;
}

.uib-left, .uib-right {
  width: 100%;
}

.uib-position-measure {
  display: block !important;
  visibility: hidden !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

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

.uib-position-body-scrollbar-measure {
  overflow: scroll !important;
}

.uib-datepicker-popup.dropdown-menu {
  display: block;
  float: none;
  margin: 0;
}

.uib-button-bar {
  padding: 10px 9px 2px;
}

[uib-tooltip-popup].tooltip.top-left > .tooltip-arrow,
[uib-tooltip-popup].tooltip.top-right > .tooltip-arrow,
[uib-tooltip-popup].tooltip.bottom-left > .tooltip-arrow,
[uib-tooltip-popup].tooltip.bottom-right > .tooltip-arrow,
[uib-tooltip-popup].tooltip.left-top > .tooltip-arrow,
[uib-tooltip-popup].tooltip.left-bottom > .tooltip-arrow,
[uib-tooltip-popup].tooltip.right-top > .tooltip-arrow,
[uib-tooltip-popup].tooltip.right-bottom > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.top-left > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.top-right > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.bottom-left > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.bottom-right > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.left-top > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.left-bottom > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.right-top > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.right-bottom > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.top-left > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.top-right > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.bottom-left > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.bottom-right > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.left-top > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.left-bottom > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.right-top > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.right-bottom > .tooltip-arrow,
[uib-popover-popup].popover.top-left > .arrow,
[uib-popover-popup].popover.top-right > .arrow,
[uib-popover-popup].popover.bottom-left > .arrow,
[uib-popover-popup].popover.bottom-right > .arrow,
[uib-popover-popup].popover.left-top > .arrow,
[uib-popover-popup].popover.left-bottom > .arrow,
[uib-popover-popup].popover.right-top > .arrow,
[uib-popover-popup].popover.right-bottom > .arrow,
[uib-popover-html-popup].popover.top-left > .arrow,
[uib-popover-html-popup].popover.top-right > .arrow,
[uib-popover-html-popup].popover.bottom-left > .arrow,
[uib-popover-html-popup].popover.bottom-right > .arrow,
[uib-popover-html-popup].popover.left-top > .arrow,
[uib-popover-html-popup].popover.left-bottom > .arrow,
[uib-popover-html-popup].popover.right-top > .arrow,
[uib-popover-html-popup].popover.right-bottom > .arrow,
[uib-popover-template-popup].popover.top-left > .arrow,
[uib-popover-template-popup].popover.top-right > .arrow,
[uib-popover-template-popup].popover.bottom-left > .arrow,
[uib-popover-template-popup].popover.bottom-right > .arrow,
[uib-popover-template-popup].popover.left-top > .arrow,
[uib-popover-template-popup].popover.left-bottom > .arrow,
[uib-popover-template-popup].popover.right-top > .arrow,
[uib-popover-template-popup].popover.right-bottom > .arrow {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0;
}

[uib-popover-popup].popover,
[uib-popover-html-popup].popover,
[uib-popover-template-popup].popover {
  display: block !important;
}

.uib-time input {
  width: 50px;
}

[uib-typeahead-popup].dropdown-menu {
  display: block;
}

.cursor-hand {
  cursor: pointer;
}

.loading-vehicles {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  left: 0;
  top: 0;
  z-index: 990;
  opacity: 0.7;
}

.readonly-group img, .readonly-group .car-title {
  opacity: 0.3;
}

.loading-vehicles {
  position: relative;
}

.loading-vehicles::before {
  background: rgba(255, 255, 255, 0.6) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c2NyaXB0IHR5cGU9InRleHQvZWNtYXNjcmlwdCIgeGxpbms6aHJlZj0iLy9wcmVsb2FkZXJzLm5ldC9qc2NyaXB0cy9zbWlsLnVzZXIuanMiLz48Zz48cGF0aCBkPSJNNjQgMTI4QTY0IDY0IDAgMCAxIDE4LjM0IDE5LjE2TDIxLjE2IDIyYTYwIDYwIDAgMSAwIDUyLjgtMTcuMTdsLjYyLTMuOTVBNjQgNjQgMCAwIDEgNjQgMTI4eiIgZmlsbD0iI2U1NTAwMCIgZmlsbC1vcGFjaXR5PSIxIi8+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgNjQgNjQiIHRvPSIzNjAgNjQgNjQiIGR1cj0iMTgwMG1zIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvZz48L3N2Zz4=") no-repeat center 300px;
  content: "";
  height: 100%;
  left: 0px;
  opacity: 1;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 9;
}

.nano {
  height: 150px;
}
.nano .nano-content {
  padding: 0 5px;
}
.nano .nano-pane {
  background: #888;
}
.nano .nano-pane .nano-slider {
  background: #e60817;
}

.selo-listagem {
	position: absolute;
	top: 15px;
	left: 5px;
	z-index: 10;
	width: 60px;
}

.selo-listagem-toyota {
  position: absolute;
    top: 10px;
    right: 0px;
    z-index: 10;
		width: 50px;
}

.selo-listagem img .selo-listagem-toyota img {
	width: 100%;
	height: 100%;
	object-fit: contain; 
}

select.loading {
  background: #fff url("../images/loader-field.gif") no-repeat 85% center;
}

.loading-vehicles {
  position: relative;
}

.loading-vehicles::before {
  background: rgba(255, 255, 255, 0.6) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNNjQgMTI4QTY0IDY0IDAgMCAxIDE4LjM0IDE5LjE2TDIxLjE2IDIyYTYwIDYwIDAgMSAwIDUyLjgtMTcuMTdsLjYyLTMuOTVBNjQgNjQgMCAwIDEgNjQgMTI4eiIgZmlsbD0iI2U2MDgxNyIgZmlsbC1vcGFjaXR5PSIxIi8+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgNjQgNjQiIHRvPSIzNjAgNjQgNjQiIGR1cj0iMTgwMG1zIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvZz48L3N2Zz4=") no-repeat center 300px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.footer-bar-links {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.footer-bar-links ul {
  list-style: none;
  padding: 0;
}

.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
  height: max-content;
  /* The dots/bullets/indicators */
  /* Fading animation */
}
.slideshow-container .slideshow-banner {
  display: none;
}
.slideshow-container .slideshow-btn-prev, .slideshow-container .slideshow-btn-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.slideshow-container .slideshow-btn-prev:hover, .slideshow-container .slideshow-btn-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.slideshow-container .slideshow-btn-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.slideshow-container .slideshow-btn-dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.slideshow-container .slideshow-btn-dot.active, .slideshow-container .slideshow-btn-dot:hover {
  background-color: #717171;
}
.slideshow-container .slideshow-transaction-fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
.slideshow-container .slideshow-navigator {
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 10px 0;
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.short-description {
  color: rgba(51, 51, 51, 0.7);
}
.short-description h3 {
  font-weight: normal;
  font-size: 12px;
}

.news-information-bar {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  flex-wrap: wrap;
  text-align: left;
}

.fancybox-margin {
  margin-right: 17px;
}

.customForm-unselectable {
  -moz-user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  user-select: none;
}

.car-listing-row .car-item {
  padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

ul.list-style-2 {
  padding: 0;
  list-style: none;
}

ul.list-style-2 li {
  position: relative;
  padding-left: 31px;
  margin-bottom: 8px;
}

ul.list-style-2 li:before {
  position: absolute;
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  left: 3px;
  top: 4px;
  content: "\f058";
  font-size: 14px;
  color: #e60817;
}

.toyota-single-image {
  margin-bottom: 10px;
}

.toyota-thumbs-car-gallery .owl-nav {
  top: 0px;
  height: 0%;
}
.toyota-thumbs-car-gallery .owl-nav .owl-prev:hover, .toyota-thumbs-car-gallery .owl-nav .owl-next:hover {
  background: rgba(255, 0, 0, 0.9) !important;
}
.toyota-thumbs-car-gallery .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  top: 0;
  width: 30px;
  height: 105px;
  background: rgba(0, 0, 0, 0.9) !important;
  margin: 0;
}
.toyota-thumbs-car-gallery .owl-nav .owl-prev:after {
  line-height: 100px;
  font-size: 16px;
}
.toyota-thumbs-car-gallery .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 105px;
  background: rgba(0, 0, 0, 0.9) !important;
  margin: 0;
}
.toyota-thumbs-car-gallery .owl-nav .owl-next:after {
  line-height: 100px;
  font-size: 16px;
}

.paginator-toyota .pagination > li > a {
  color: #333;
}
.paginator-toyota .pagination > .active > a {
  background: #e60817 !important;
  border-color: #e60817;
  color: #fff !important;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

/*# sourceMappingURL=portal.min.css.map */
