* {
  -webkit-font-smoothing: antialiased;
}
.pageContainer.modelTempPageWrapper a,
a:active,
a:hover,
a:visited {
  color: #fff;
  text-decoration: none;
}
.gallery .owl-carousel .owl-stage-outer .owl-stage {
  margin: auto;
}
.gallery .owl-carousel .owl-stage-outer .owl-stage .owl-item .item img {
  height: 100%;
}
.gallery .owl-carousel .owl-stage-outer .owl-stage .owl-item .item div {
  position: relative;
  display: block;
  height: 220px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: all scale(1) easy-in-out;
  transition-duration: 0.25s;
}
.gallery .owl-carousel .owl-stage-outer .owl-stage .owl-item .item div i {
  display: none;
  font-size: 30px;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  color: #fff;
  right: 50%;
  top: 50%;
  margin-right: -42.5px;
  margin-top: -42.5px;
}
.gallery .owl-carousel .item:hover div {
  transform: scale(0.97);
  transition-duration: 0.25s;
  cursor: pointer;
}
.gallery .owl-carousel .item:hover div i {
  display: block !important;
}
#owl-modal,
#slideView {
  height: 100%;
  display: none;
}
#slideView {
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  background: #27323a;
  overflow: scroll;
  z-index: 1000;
}
#slideView #sideBarGallery {
  height: 100%;
  width: 74px;
  background-color: #1e2a32;
  position: absolute;
  z-index: 1000;
  right: 0;
  display: none;
}
#slideView #sideBarGallery:hover > * {
  cursor: pointer;
  color: red;
}
#slideView #sideBarGallery div {
  transform: rotate(-90deg);
  position: absolute;
  bottom: 160px;
  width: 230px;
  left: -80px;
}
#slideView #sideBarGallery a {
  display: block;
  height: 100%;
  position: absolute;
  right: 5px;
}
#slideView #sideBarGallery button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 15px;
  border-radius: 5px;
  border: none;
}
#owl-modal {
  z-index: 100;
}
#owl-modal img {
  width: 100%;
  height: auto;
}
#owl-modal .owl-item .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#owl-modal .owl-dots .owl-dot span {
  background-color: #7e7e7e;
}
#owl-modal .owl-nav .owl-prev {
  top: 85%;
  right: 220px;
}
#owl-modal .owl-nav .owl-next {
  left: 220px;
  top: 85%;
}
#owl-modal .owl-stage-outer,
#owl-modal .owl-stage-outer * {
  height: 100%;
}
.pageContainer.modelPrice h2 {
  color: #1e2a32 !important;
  margin: 20px 0;
  padding: 0;
}
table#priceTable {
  width: 100%;
  text-align: center;
}
table#priceTable th {
  width: 20%;
  padding: 15px;
  background-color: #1e2a32;
  color: #f5f5f5;
}
table#priceTable tr {
  background-color: #cacaca;
}
table#priceTable tr:nth-child(2n) {
  background-color: #e6e6e6;
}
table#priceTable td {
  padding: 10px;
}
.carStatsWrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.airPollution {
  padding-top: 25px;
  overflow: hidden;
  margin: 0 auto;
}
.airPollution .tableWrapper {
  overflow: hidden;
  width: 50%;
  float: right;
  display: inline-block;
  font-size: 0.8em;
  color: #6c7073;
}
.airPollution .tableWrapper h4 {
  display: inline-block;
  font-size: 0.9em;
}
.airPollution table {
  text-align: center;
  border-spacing: 2px;
  float: right;
  width: 100%;
  font-size: 1em;
  color: #6c7073;
}
.airPollution table thead * {
  background: #777;
  color: #fff;
  padding: 5px;
  font-weight: 100;
}
.airPollution table tbody * {
  border: 1px solid rgba(54, 52, 52, 0.32);
  margin: 5px;
  padding: 5px;
}
.airPollution table tbody tr td:last-child {
  color: #fff;
}
.airPollution h3 {
  text-align: center;
  margin: 60px 0 15px;
  font-size: 40px;
  font-weight: 100;
}
.airPollution .ulWrapper {
  overflow: hidden;
  float: left;
  width: 47%;
  font-size: 0.8em;
  padding: 20px 0;
}
.airPollution .ulWrapper ul {
  margin-bottom: 4px;
  padding-bottom: 25px;
  direction: ltr;
  text-align: center;
  position: relative;
  font-family: Arial;
  font-weight: 400;
}
.airPollution .ulWrapper ul li,
.safety ul li {
  font-size: 15px;
  list-style: none;
  display: inline-block;
  margin: 0 0 0 2px;
  text-align: center;
}
.airPollution .ulWrapper ul li span {
  font-weight: 500;
  padding: 0.6em 0.15em;
  display: inline-block;
  width: 25px;
}
.airPollution h4,
.safety h3 {
  font-weight: 100;
}
.airPollution .ulWrapper h4:nth-child(2) {
  text-align: right;
  font-size: 1.1em;
}
.airPollution .ulWrapper ul::before {
  content: "זיהום  מזערי";
  color: #013b12;
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
}
.airPollution .ulWrapper ul::after {
  content: "זיהום מירבי";
  position: absolute;
  right: 0;
  bottom: 0;
  color: #a72b31;
}
.grn-1,
.grn-2,
.grn-3,
.grn-4 {
  color: #fff !important;
}
.grn-1 {
  background: #264e3d;
}
.grn-2 {
  background: #016442;
}
.grn-3 {
  background: #007947;
}
.grn-4 {
  background: #00904d;
}
.grn-10,
.grn-11,
.grn-5,
.grn-6,
.grn-7,
.grn-8,
.grn-9 {
  color: #000 !important;
}
.grn-5 {
  background: #00a54f;
}
.grn-6 {
  background: #4db848;
}
.grn-7 {
  background: #a6ce38;
}
.grn-8 {
  background: #fff100;
}
.grn-9 {
  background: #fecb09;
}
.grn-10 {
  background: #f9a51b;
}
.grn-11 {
  background: #f5821f;
}
.grn-12,
.grn-13,
.grn-14,
.grn-15 {
  color: #fff !important;
}
.grn-12 {
  background: #f25821;
}
.grn-13 {
  background: #d9391e;
}
.grn-14 {
  background: #c9242b;
}
.grn-15 {
  background: #a72b31;
}
.ulWrapper li.on-1 span::before {
  border-color: #264e3d transparent transparent;
}
.ulWrapper li.on-2 span::before {
  border-color: #016442 transparent transparent;
}
.ulWrapper li.on-3 span::before {
  border-color: #007947 transparent transparent;
}
.ulWrapper li.on-4 span::before {
  border-color: #00904d transparent transparent;
}
.ulWrapper li.on-5 span::before {
  border-color: #00a54f transparent transparent;
}
.ulWrapper li.on-6 span::before {
  border-color: #4db848 transparent transparent;
}
.ulWrapper li.on-7 span::before {
  border-color: #a6ce38 transparent transparent;
}
.ulWrapper li.on-8 span::before {
  border-color: #fff100 transparent transparent;
}
.ulWrapper li.on-9 span::before {
  border-color: #fecb09 transparent transparent;
}
.ulWrapper li.on-10 span::before {
  border-color: #f9a51b transparent transparent;
}
.ulWrapper li.on-11 span::before {
  border-color: #f5821f transparent transparent;
}
.ulWrapper li.on-12 span::before {
  border-color: #f25821 transparent transparent;
}
.ulWrapper li.on-13 span::before {
  border-color: #d9391e transparent transparent;
}
.ulWrapper li.on-14 span::before {
  border-color: #c9242b transparent transparent;
}
.ulWrapper li.on-15 span::before {
  border-color: #a72b31 transparent transparent;
}
.safety {
  padding-top: 25px;
}
.safetyHead {
  overflow: hidden;
}
.apSafetySelected {
  border-radius: 5px;
  margin: 2px !important;
  box-shadow: 0 0 3px #2d2d2d;
  position: relative;
}
.apSafetySelected::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.safetyUlWrapper .apSafetySelected::before {
  border-top: 20px solid #2173ff;
}
.airPollution .apSafetySelected::before {
  border-top: 20px solid #007947;
}
.safety h3 {
  text-align: center;
  margin: 60px 0 15px;
  font-size: 40px;
}
.safety .safetyUlWrapper {
  overflow: hidden;
  width: 48%;
  margin-top: 35px;
  position: relative;
  float: left;
}
.safety ul {
  list-style: none;
  text-decoration: none;
  text-align: center;
  width: 100%;
  direction: ltr;
  padding: 30px 0;
}
.safety ul li {
  display: inline;
  margin-right: -2px;
}
.safety ul li.on span::before {
  right: 5px;
  top: -30px;
}
li.on {
  position: relative;
}
li.on > span {
  border-radius: 10%;
  box-shadow: 0 0 2px 1px #aaa;
  font-size: 1.1em !important;
}
.safety ul::after,
.safety ul::before {
  font-size: 0.7em;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
li.on span::before {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #2173ff transparent transparent;
  border-width: 15px 15px 0;
  right: calc(50% - 15px);
  top: -25px;
}
.safety ul::after {
  content: "רמת \A בטיחות \A גבוהה";
  display: inline-block;
  color: #013b12;
  right: 0;
}
.safety ul::before {
  content: "רמת \A בטיחות \A נמוכה";
  display: inline-block;
  color: #92011e;
  left: 0;
}
.safety-0 {
  background-color: #900;
  color: #fff;
}
.safety-1 {
  background-color: #f30;
  color: #fff;
}
.safety-2 {
  background-color: #fc0;
  color: #fff;
}
.safety-3 {
  background-color: #42ff66;
  color: #fff;
}
.safety-4 {
  background-color: #33a6b0;
  color: #fff;
}
.safety-5 {
  background-color: #38a6ff;
  color: #fff;
}
.safety-6 {
  background-color: #2173ff;
  color: #fff;
}
.safety-7 {
  background-color: #3670ff;
  color: #fff;
}
.safety-8 {
  background-color: #2b4dff;
  color: #fff;
}
.fa-times {
  color: #bf0000;
}
.fa-circle,
.fa-circle-o {
  color: #124aff;
}
.safety ul li.on-0 span::before {
  border-color: #900 transparent transparent;
}
.safety ul li.on-1 span::before {
  border-color: #f30 transparent transparent;
}
.safety ul li.on-2 span::before {
  border-color: #fc0 transparent transparent;
}
.safety ul li.on-3 span::before {
  border-color: #42ff66 transparent transparent;
}
.safety ul li.on-4 span::before {
  border-color: #33a6b0 transparent transparent;
}
.safety ul li.on-5 span::before {
  border-color: #38a6ff transparent transparent;
}
.safety ul li.on-6 span::before {
  border-color: #2173ff transparent transparent;
}
.safety ul li.on-7 span::before {
  border-color: #3670ff transparent transparent;
}
.safety ul li.on-8 span::before {
  border-color: #2b4dff transparent transparent;
}
#safetyDetails .row.equipment {
  width: 100%;
}
#safetyDetails
  .row.equipment
  .col-xs-12
  .legend
  .row
  .col-xs-12.col-sm-4.col-print-4.list {
  direction: ltr;
  text-align: right;
}
#safetyDetails .row.equipment .col-xs-12.col-sm-6.col-md-4.col-print-6 {
  width: 50%;
  float: right;
  direction: ltr;
  text-align: right;
  margin-top: 30px;
}
#safetyDetails .row.equipment .col-xs-12.col-sm-6.col-md-4.col-print-6 .grade {
  font-size: 0.8em;
  font-style: italic;
}
#safetyDetails .row.equipment .col-xs-12.col-sm-6.col-print-6.list {
  width: 50%;
  margin: 15px 0;
  font-size: 0.9em;
}
#safetyDetails .row.equipment .col-xs-12.col-sm-6.col-print-6.list > p {
  font-size: 0.9em;
  color: #1e2a32;
  text-indent: 0;
  text-align: right;
  padding-right: 13px;
  position: relative;
  list-style: none;
  margin-top: 3px;
  direction: rtl;
  line-height: 1.6;
}
#safetyDetails .row.equipment .col-xs-12.col-sm-6.col-print-6.list > p i {
  float: right;
  line-height: 20px;
  padding-left: 5px;
}
#safetyDetails .row.equipment .col-xs-12.col-sm-6.col-print-6.list .count {
  float: right;
  margin-left: 5px;
  color: #2b4dff;
}
#safetyDetails .row.equipment .col-sm-4.list {
  margin-top: 5px;
  width: 33.3333%;
  font-size: 0.8em;
}
#safetyDetails .row.equipment .col-xs-12 {
  width: 100%;
  float: right;
}
#safetyDetails .row.equipment .col-xs-12 .legend {
  width: 100%;
}
#safetyDetails .row.equipment .col-xs-12 h5 {
  font-size: 1.2em;
  font-family: toyotatext_bd, Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.safety ul li span {
  font-size: 0.8em;
  font-weight: 500;
  padding: 0.6em 0.15em;
  display: inline-block;
  min-width: 2em;
}
.safetyHead table thead {
  text-align: right;
}
.safetyHead table thead tr th {
  padding-bottom: 10px;
}
.safetyHead table tbody td:not(:last-child) {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
}
.safetyHead table {
  border-spacing: 2px;
  margin-top: 30px;
  float: right;
  width: 50%;
  color: #6c7073;
}
.safetyHead table thead th {
  font-size: 0.9em;
  padding: 5px;
  background-color: #777;
  color: #fff;
  font-weight: 100;
  text-align: center;
}
.safetyHead table tbody td {
  text-align: center;
  font-size: 0.8em;
  padding: 5px 10px;
  border: 1px solid #ccc;
}
.safetyHead table * {
  border: 1px solid rgba(97, 97, 97, 0.75);
}
.greyBar.newToyotaContainer .pageContainer.greyBarInner {
  overflow: hidden;
}
.greyBar.newToyotaContainer .pageContainer.greyBarInner a {
  float: right;
  margin-right: 10%;
  margin-top: 50px;
}
.greyBar.newToyotaContainer .pageContainer.greyBarInner img {
  width: 20%;
  float: left;
  margin-left: 10%;
}
#mobileOptions {
  display: none;
}
@media (max-width: 1200px) {
  .safety ul,
  .ulWrapper ul {
    text-align: center;
    padding: 20px 0;
  }
}
@media (max-width: 980px) {
  .showModelImg {
    height: 60vh;
  }
  .ulWrapper ul {
    float: none !important;
    margin-bottom: 5px;
  }
  .ulWrapper ul li {
    font-size: 0.5em !important;
  }
  .ulWrapper ul li span {
    width: 15px !important;
  }
}
@media (max-width: 765px) {
  #galleryTitle,
  #slideView,
  .gallery,
  .sectionWraper .linkedDiv,
  .sectionWraper::after {
    display: none;
  }
  #mobile-gallery,
  #mobileOptions,
  #safetyDetails .row.equipment .col-xs-12.col-sm-6.col-md-4.col-print-6,
  #safetyDetails .row.equipment .col-xs-12.col-sm-6.col-print-6.list,
  .airPollution .tableWrapper,
  .airPollution .ulWrapper,
  .safetyHead .safetyUlWrapper,
  .safetyHead table {
    width: 100%;
  }
  .showModelImg {
    height: 40vh;
  }
  #headerText {
    padding: 5px;
    font-size: 0.9em;
    line-height: normal;
  }
  /* h2.primeryBlueTitle {
    font-size: 1.5em;
    padding: 0;
  } */
  table#priceTable {
    font-size: 0.8em;
  }
  #safetyDetails .row.equipment .col-sm-4.list {
    width: 100%;
    margin: 5px 0;
  }
  #mobileOptions {
    display: block;
  }
  #mobileOptions .collapse {
    display: none;
  }
  #mobileOptions h3 span .fa {
    transition-duration: 0.3s;
  }
  #mobileOptions h2,
  #mobileOptions > h3 {
    color: #1e2a32;
    text-align: right;
    font-size: 1.2em;
    border-bottom: 1px solid #ddd;
    font-weight: 100;
  }
  #mobileOptions h2 {
    padding: 15px;
  }
  #mobileOptions > h3 {
    /* background: #f5f5f6; */
    padding: 10px 20px;
    font-size:1rem;
    font-weight:500;
    text-align:center;
  }
  #mobileOptions > h3 span {
    float: left;
    color: #a9abad;
  }
  #next-steps {
    display: block;
    overflow: auto;
    background-color: #27323a;
    padding: 30px;
  }
  #mobile-gallery {
    padding-bottom: 20px;
  }
  #mobileOptions .owl-carousel .owl-stage-outer .owl-stage {
    margin: auto;
  }
  #mobileOptions .owl-carousel .owl-stage-outer .owl-stage .owl-item .item div {
    position: relative;
    display: block;
    height: 220px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: all scale(1) easy-in-out;
    transition-duration: 0.25s;
  }
  .ulWrapper ul li {
    font-size: 0.8em !important;
  }
  .ulWrapper ul li span {
    width: 4.5vw !important;
  }
  .greyBar {
    background: #27323a;
    padding: 10px 0;
  }
  .pageContainer.greyBarInner img {
    display: none;
  }
  #greyBarBtn {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .linkedDiv {
    position: relative;
    width: 48% !important;
    height: 20vh !important;
    margin-top: 20px;
    max-width: 236px;
  }
  .linkedDiv a div {
    font-size: 0.65em;
    height: 45% !important;
    padding: 5px !important;
    position: absolute !important;
    bottom: 0 !important;
    width: 100%;
  }
  .linkedDiv a div h3 {
    padding-top: 0 !important;
  }
  .linkedDiv a div p {
    font-size: 1.1em !important;
  }
  .linkedDiv img {
    widows: 100%;
  }
}
@media (max-width: 320px) {
  #next-steps {
    padding: 0;
  }
  li.on span::before {
    border-width: 10px 10px 0;
    right: calc(50% - 10px);
  }
  .safety ul li.on span::before {
    right: calc(50% - 10px);
    top: -25px;
  }
  .linkedDiv a div {
    height: 50% !important;
  }
}
#safetyDetails .row.equipment p span {
  float: right;
  padding-left: 2px;
}
p.salesText {
  margin: 20px 0;
  font-size: 120%;
  color: red;
}
