s@font-face {
  font-family: 'Toyota Display Regular';
  src:  url('../fonts/ToyotaDisplayRegular.woff') format('woff');
  font-display: fallback;
}

@font-face {
  font-family: 'Toyota Display Bold';
  src: url('../fonts/ToyotaDisplayBold.woff') format('woff');
  font-display: fallback;
}

@font-face {
  font-family: 'Toyota Type Regular';
  src: url('../fonts/ToyotaTypeRegular.woff') format('woff');
  font-display: fallback;
}

@font-face {
  font-family: 'Toyota Type Bold';
  src: url('../fonts/ToyotaTypeBold.woff') format('woff');
  font-display: fallback;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  /*-webkit-font-smoothing: antialiased;*/
  /*-moz-osx-font-smoothing: grayscale;*/
  padding: 0 !important;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus,
a:active,
a:hover {
  outline: none;
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
img {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  resize: none;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]:-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

.section-header span, .team-member span, .project-infos span.project-subtitle, .post-masonry .blog-body span, .blog-info span.blog-meta, .comment-body span {
  font-size: .84em;
  color: #aaaaaa;
}

body {
  font-family: "Toyota Type Regular", sans-serif;
  font-size: 1em;
  line-height: 1.75;
  color: #777777;
  /* background-color: #efefef; */
  text-rendering: optimizeLegibility;
}

p {
  color: #2c2c2c;
}

a {
  color: #d10820;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a:hover {
  color: black;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Toyota Type Bold", sans-serif;
  color: #2c2c2c;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  border: none;
  outline: 0;
  padding: 10px 12px;
  color: #aaaaaa;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: #777777;
}

::-webkit-input-placeholder { 
    text-transform: none;
}
:-moz-placeholder { 
    text-transform: none;
}
::-moz-placeholder { 
    text-transform: none;
}
:-ms-input-placeholder { 
    text-transform: none;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.main-btn {
  color: white;
  border: 1px solid white;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}

.submit-btns {
  padding: 10px 15px;
  color: #2c2c2c;
  font-family: 'Toyota Display Bold', sans-serif;
  margin-top: 10px;
  background: #979696;
  transition: 0.5s;
}

.submit-btns:hover,
.submit-btns:active,
.submit-btns:focus {
  color: #fff;
  text-decoration: none;
  background: #d10820;
  padding: 10px 15px;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e2e2e2;
  margin: 40px 0;
}


.site-header {
  position: relative;
  z-index: 8;
  padding: 0;
}

a.btn-left, a.btn-right, .main-header .menu-wrapper a.toggle-menu {
  border: 1px solid #d5d5d5;
  width: 36px;
  height: 36px;
  line-height: 33px;
  text-align: center;
  display: inline-block;
  color: #2c2c2c;
  text-decoration: none;
}

a.btn-left:hover, a.btn-right:hover, .main-header .menu-wrapper a.toggle-menu:hover {
  color: #fff;
  border-color: #2c2c2c;
  background-color: #d10820;
}

.overlay {
  background-color: rgba(47, 46, 46, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.top-header {
  width: 100%;
  overflow: hidden;
  background-color: white;
}

.top-header .dealer-name h2 {
  font-size: 16px;
  color: #2c2c2c;
  margin-top: 8px;
  font-family: 'Toyota Type Regular', sans-serif;
  font-weight: bolder;
  text-transform: uppercase;
  padding: 15px 0 15px 45px;
}

.main-header .logo img {
/*  max-width: 60%;*/
  float: left;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  margin-bottom: 0;
/*  max-height: 55%;*/
  display: inline-block;
  float: none;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
}

.top-header .contact-top ul li:first-child {
  padding-right: 15px;
}

.top-header .contact-top ul li a {
  /* border: 1px solid #d5d5d5; */
  /*line-height: 0px;*/
  text-align: center;
  display: inline-block;
  color: #2c2c2c;
  font-family: 'Toyota Type Regular', sans-serif;
  padding: 25px 15px;
  margin: 0px -2px;
  font-size: 18px;
  /*font-weight: bold;*/
  text-transform: lowercase;
}

/*.top-header .contact-top ul li a:hover,
.top-header .contact-top ul li a:active,
.top-header .contact-top ul li a:focus {
  background: #d10820;
  color: white;
}*/

.top-header .contact-top ul li a i {
  font-size: 20px;
  vertical-align: middle;
  padding: 0 5px 0 0;
}

@media screen and (min-width: 769px) and (max-width: 991px) {
/*  .top-header .logo {
    padding: 20px 0 20px 20px;
    text-align-display: block;
    text-align-text-align: center;
  }*/
}
@media screen and (max-width: 768px) {
  .top-header .dealer-name {
    text-align: center;
    padding: 0;
  }
  .top-header .dealer-name h2 {
    text-align: center;
    padding: 20px;
  }
}
.top-header .logo img {
  max-width: 235px;
  max-height: 75px;
  display: block;
  width: auto!important;
  height: auto;
  max-width: 50px;
  cursor: pointer;
  padding: 35px;
}

.top-header .contact-top {
  /* padding: 15px 60px 15px 0; */
  overflow: hidden;
  text-align: right;
}
.top-header .contact-top ul li {
  display: inline;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
/*  .top-header .contact-top {
    padding: 40px 20px 40px 0;
  }*/
}
@media screen and (max-width: 768px) {
  .top-header .contact-top {
    padding: 0 20px 20px 20px;
    text-align: center;
  }

  .top-header .logo img {
    margin: auto;
  }
}
.top-header a {
  color: #2c2c2c;
}

.main-header {
  width: 100%;
  /*min-height: 96px;*/
  background-color: #efefef;
  padding: 15px;
  border-bottom: 3px solid #d10820;
}

.main-header .tcy-menu-list {
  text-align: center ;
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .main-header {
    padding: 20px;
    min-height: 76px;
  }
}
@media screen and (max-width: 768px) {
  .main-header {
    padding: 20px;
    min-height: 76px;
  }
}
.main-header .main-header-left a {
  font-size: 18px;
}
.main-header .menu-wrapper {
  position: relative;
  z-index: 99;
  text-align: right;
  margin-top: 1%;
}
.main-header .menu-wrapper a.toggle-menu {
  display: none;
  background-color: #2c2c2c;
  color: white;
  border-color: #2c2c2c;
  position: absolute;
  right: 20px;
  overflow: hidden;
}

.main-header .tcy-menu-container {
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-wrap: wrap;
}

.main-header .menu-wrapper a.toggle-menu:hover {
  color: white;
}
.main-header .menu-wrapper ul li {
  display: inline-block;
  margin-left: 10px;
  position: relative;
}
.main-header .menu-wrapper ul li:after {
  content: '/';
  color: #d5d5d5;
  margin-left: 10px;
}
.main-header .menu-wrapper ul li:last-child:after {
  content: '';
  display: none;
}
.main-header .menu-wrapper ul li a {
  color: #2c2c2c;
  font-family: "Toyota Display Bold", sans-serif;
  font-size: 16px;
  padding-right: 30;
  /*text-decoration: none;*/
}
.main-header .menu-wrapper ul li a:hover {
  color: #d10820;
}
.main-header .menu-wrapper ul li.active a {
  color: #d10820;
}
.main-header .menu-wrapper ul li ul {
  position: absolute;
  width: 230px;
  z-index: 9999;
  top: 40px;
  left: 35%;
  margin-left: -115px;
  text-align: center;
  background-color: white;
}
.main-header .menu-wrapper ul li ul:before {
  content: ' ';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  position: absolute;
  top: -10px;
  margin-left: -10px;
  left: 50%;
}
.main-header .menu-wrapper ul li ul li {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0;
  border-bottom: 1px solid #efefef;
}
.main-header .menu-wrapper ul li ul li:last-child {
  border-bottom: 0;
}
.main-header .menu-wrapper ul li ul li a {
  display: block;
  padding: 10px;
  color: #777777 !important;
}
.main-header .menu-wrapper ul li ul li a:hover {
  color: #d10820 !important;
}
.main-header .menu-wrapper ul li ul li:after {
  display: none;
}
.main-header .menu-wrapper ul li ul li ul {
  left: 100% !important;
  margin-left: 1px;
  top: 0;
}
.main-header .menu-wrapper ul li ul li ul:before {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .main-header .menu-wrapper {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .main-header .menu-wrapper {
    margin-top: 0 !important;
  }
}

#responsive-menu {
  display: none;
  width: 100%;
  padding: 30px;
  overflow: hidden;
  background-color: #2c2c2c;
}
#responsive-menu li {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #404040;
}
#responsive-menu li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
#responsive-menu li a {
  font-family: "Toyota Display Bold", sans-serif;
  font-size: 14px;
  color: #fff;
}
#responsive-menu li ul {
  margin-top: 12px;
  padding-top: 12px;
  margin-left: 30px;
  border-top: 1px solid #404040;
}
#responsive-menu li ul li {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #404040;
}
#responsive-menu li ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

#search-icon {
  font-size: 1em;
  float: left;
  margin-right: 3px;
}

#search-overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  color: #aaaaaa;
  z-index: 1000;
}

#search-overlay .close-search {
  color: white;
  font-size: 24px;
  float: right;
  margin: 30px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
#search-overlay .search-form-holder {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -70px 0 0 -300px;
  width: 600px;
  height: 140px;
  text-align: center;
  overflow: hidden;
}
#search-overlay .search-form-holder h2 {
  color: white;
  font-family: "Toyota Text", sans-serif;
  font-size: 2.7em;
  font-weight: 300;
  margin-bottom: 30px;
}
#search-overlay .search-form-holder input {
  border: 0;
  outline: 0;
  height: 50px;
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: white;
  background: none;
}
#search-overlay .search-form-holder input:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  #search-overlay .search-form-holder {
    width: 748px;
    top: 40%;
    left: 0;
    margin: 0;
  }
  #search-overlay .search-form-holder h2 {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #search-overlay .search-form-holder {
    width: 100%;
    top: 40%;
    padding: 20px;
    left: 0;
    margin: 0;
  }
  #search-overlay .search-form-holder h2 {
    font-size: 1.2em;
    margin-bottom: 30px;
  }
}

#pageloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: white;
  z-index: 9999;
}

.colored-border {
  border-color: #d10820 !important;
}

.loader-item {
  position: absolute;
  width: 44px;
  height: 44px;
  margin: -22px 0 0 -22px;
  top: 50%;
  left: 50%;
  text-align: center;
  background: white;
  border-left: 4px solid;
  border-right: 4px solid;
  border-top: 4px solid;
  border-bottom: 3px solid transparent !important;
  border-radius: 22px;
}

.home-slider .owl-nav {
  display: none;
}

.loader-item {
  position: absolute;
  width: 44px;
  height: 44px;
  margin: -22px 0 0 -22px;
  top: 50%;
  left: 50%;
  text-align: center;
  background: white;
  border-left: 4px solid;
  border-right: 4px solid;
  border-top: 4px solid;
  border-bottom: 3px solid transparent !important;
  border-radius: 22px;
}

.image-slider .own-nav {
  display: none;
}

.featured-cars {
  padding-bottom: 50px;
}

.post-module {
  position: relative;
  z-index: 1;
  display: block;
  background: #FFFFFF;
  min-height: 300px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  margin: auto;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .post-module {
      height: 270px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .post-module {
      width: 77%;
  }
}

@media screen and (max-width: 767px) {
  .post-module {
      width: 350px;
      margin-bottom: 30px;
  }
}

.post-module:hover,
.hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}

.post-module:hover .thumbnail img,
.hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}

.post-module .thumbnail {
  background: #000000;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.post-module .thumbnail img {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.post-module .post-content {
  border-top: 10px solid #2c2c2c;
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  width: 100%;
  padding: 15px;
  min-height: 150px;
}

.post-module .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #d10820;
  font-size: 18px;
}

.post-module .post-content .sub_title {
  margin: 0;
  padding: 0 0 10px;
  color: #2c2c2c;
  font-size: 14px;
  font-family: 'Toyota Type Regular', sans-serif;
}

.post-module .post-content a {
  text-decoration: overline;
}

.section-heading {
  position: relative;
  padding: 12px 0;
  font-size: 2em;
  font-family: "Toyota Type Bold", sans-serif;
  text-align: center;
  margin: 20px 0 30px;
  color: #2c2c2c;
}

.gallery-pic {
  margin: 10px 50px;
}
.gallery-pic img{
  max-width: 1000px;
  padding: 5px;
  /*filter: grayscale(100%);*/
  /*transition: 1s;*/
  margin-left: auto;
  margin-right: auto;
}

.gallery-pic img:hover{
  /*filter: grayscale(0);*/
  transform: scale(1.1);
}

.section-heading:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #D10821;
  margin: auto;
  -webkit-transform: skew(-40deg,0deg);
  transform: skew(-40deg,0deg);
}

.section-heading:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  bottom: 0;
  left: 15px;
  right: 0;
  background-color: #efefef;
  margin: auto;
  -webkit-transform: skew(-40deg,0deg);
  transform: skew(-40deg,0deg);
}

.sub-heading {
  position: relative;
  padding: 12px 0;
  font-size: 1.5em;
  font-family: "Toyota Type Bold", sans-serif;
  margin: 15px 0;
  color: #2c2c2c;  
}

.sub-heading:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #D10821;
  -webkit-transform: skew(-40deg,0deg);
  transform: skew(-40deg,0deg);
}

/*.csr-photos{
  width: 90%
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.pic{
  position: relative;
  height: 100px;
  border-radius: 10px;
  box-shadow: 3px 3px 5px lightgray;
  cursor: pointer;
}
.pic img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}*/


.call-to-action {
  padding: 15px;
  background: #ababab url('../images/cta-bg.jpg') no-repeat fixed;
  background-size: cover;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .call-to-action {
    padding: 75px 150px;
  }
}

@media screen and (max-width: 767px) {
  .call-to-action {
    padding: 75px 25px;
  }  
}

.call-to-action a {
  text-decoration: none;
  color: #fff;
}

.call-to-action .cta-btn {
  background: rgba(119, 119, 119, 0.7);
  padding: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

@media screen and (max-width: 991px) {
  .call-to-action .cta-btn {
    margin: 30px 0;
  }
}

.call-to-action .cta-btn:hover {
  background: rgba(119, 119, 119, 1);
}

.call-to-action .cta-head {
  font-size: 1.5em;
  padding: 5px 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #ff9b00;
}

.call-to-action .cta-desc {
  font-family: "Toyota Display Regular", sans-serif;
  font-size: 14px;
  color: #fff;
}

.toyota-services {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 0 0;
  flex-wrap: wrap;
}

.toyota-services li {
  display: inline-block;
}

.toyota-services li img {
  width: 100px;
}

@media screen and (max-width: 768px) {
  .cars-holder .filter-categories {
    margin-bottom: 60px;
  }
  .cars-holder .filter-categories ul li {
    display: inline-block;
    margin-right: 10px;
  }
}

.filter-categories {
  text-align: center;
  margin-bottom: 15px;
}
.filter-categories ul li {
  margin-bottom: 10px;
  display: inline-block;
}
.filter-categories ul li span {
  cursor: pointer;
  background: #efefef;
  display: inline-block;
  border-bottom: 1px solid #d5d5d5;
  padding: 5px 10px;
  font-family: 'Toyota Display Bold', sans-serif;
  font-size: 14px;
}

.filter-categories ul li.active span {
  background: #d10820;
  color: white;
}

.cars-holder .grid {
  box-shadow: 0 2px 15px 0 rgba(0,0,0,.14);
}

.cars-holder .mix {
  margin-bottom: 30px;
}

.grid figure {
  margin: 0;
  position: relative;
}

.grid figure img {
  width: 100%;
  display: block;
  position: relative;
  border-bottom: 10px solid #d10820;
}

.grid figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  color: #fff;
  background: #2c2c2c;
}

figure > .car-name {
  color: black;
}

.car-name {
  font-family: 'Toyota Type Bold', sans-serif;
  position: absolute;
  z-index: 1;
  padding: 10px;
  font-size: 16px;
  left: 0;
  color: #fff;
  top: 4px;
}

.grid figcaption a {
  text-align: left;
  padding: 4px 15px;
  margin-left: 20px;
  display: inline-block;
  background: #d10820;
  color: #fff;
  font-size: 13px;
}

.mask figure {
  overflow: hidden;
}

.mask figure img {
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}

.mask figure > .car-name {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.mask figure:hover img {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

.mask figure:hover > .car-name {
  opacity: 0;
}

.mask figcaption {
  height: 50px;
  width: 100%;
  top: auto;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
  border-top: 2px solid #D10821;
}

.mask figure:hover figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}

.mask figcaption a {
  position: absolute;
  top:10px;
  bottom: 10px;
  right: 10px;
  font-family: 'Toyota Display Bold', sans-serif;
  cursor: pointer;
}

.mask figcaption a:hover,
.mask figcaption a:focus,
.mask figcaption a:active {
  color: #d10820;
  background: #fff;
  text-decoration: none;
}

/* .cars-holder .mix {
  display: none;
} */

.quality-service .jumbotron {
  background: #efefef url('../images/quality-service.jpg') no-repeat fixed;
  background-size: cover;
  padding: 185px 0;
  border-radius: 0;
}

.quality-service .service-offers {
  background: #fff;
  box-shadow: 0 2px 15px 0 rgba(0,0,0,.14);
  text-align: center;
  padding: 30px 15px;
  min-height: 450px;
  margin-top: 20px;
}

.quality-service .service-offers img {
  width: 100px;
  margin: auto;
}

.quality-service .service-offers h6 {
  font-size: 1.5em;
  padding: 15px 0;
}

.quality-service .service-offers p {
  padding: 20px;
}

.quality-service .service-offers a {
  padding: 10px 15px;
  color: #2c2c2c;
  font-family: 'Toyota Display Bold', sans-serif;
  margin-top: 10px;
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  width: 120px;
  bottom: 24px;
  margin: auto;
  background: #efefef;
  transition: 0.5s;
}

.quality-service .service-offers a:hover,
.quality-service .service-offers a:active,
.quality-service .service-offers a:focus {
  color: #fff;
  text-decoration: none;
  background: #d10820;
  /* border: 3px solid #d10821; */
  padding: 10px 15px;
}



.quality-service .modal-title {
  padding: 10px 0;
  margin-top: 10px;
}

.quality-service .modal-content {
  text-align: left;
  padding: 0 15px;
  border-radius: 0;
}

.quality-service .modal-content p {
  padding: 0;
}

.quality-service .modal-content i {
  margin-right: 2px;
}


/*CONTACT US*/

.contact-info i{
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 10px;
}

.contact-info h2{
  margin-top: 0;
  color: #000;
}

.contact-info{
  color:#000;
}

.gmap-area {
  background-image: url("../images/map.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
  background-attachment: fixed;
  position: relative;
}

.gmap-area .map-content h5,
.gmap-area .map-content p {
  color: #fff;
}

.gmap-area .gmap iframe {
  /*border-radius: 50%;*/
  height: 320px;
  /*width: 300px;*/
}

.gmap{
  /*height: 300px;*/
  /*width: 300px;*/
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

#contact-page{
  padding-top: 0;
}

.contact-menu a {
  text-decoration: none;
  color: #2c2c2c;
}

.contact-menu a:hover,
.contact-menu a:active,
.contact-menu a:focus {
  color: #d10821
}

.contact-menu .panel-default>.panel-heading,
.contact-menu .panel-group .panel,
.contact-menu .input-group-addon {
  border-radius: 0;
}

.contact-menu .panel-title {
  font-size: 18px;
  margin: 10px 0;
}

.contact-menu .form-group label span {
  color: #d10821;
}

#contact-page .contact-form .form-group label,
#contact-page .contact-form .form-group .checkbox label {
  color: #2c2c2c;
  font-size: 12px;
  font-weight: 700;
}

.form-group .form-control,
.contact-menu .input-group-addon {
  padding: 7px 12px;
  border-color:#2c2c2c;
  box-shadow: none;
  border-radius: 0;
  background: white;
}

.bdate .input-group-addon,
.service-date-time .input-group-addon {
  border-left: 0;
}

textarea #message{
  resize: none;
  padding: 10px;
}

.contact-desc {
  width: 80%;
  /* margin: auto; */
  /* padding: 10px 20px; */
  font-size: 14px;
  color: #2c2c2c;
}

.contact-desc p {
  margin: 5px 0;
}

.contact-desc ol {
  list-style: decimal;
  list-style-position: inside;
}

.contact-desc ol h4 {
  font-size: 16px;
  padding: 15px 0 5px;
}

.form-group .checkbox-container {
  /* display: block; */
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-group .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.form-group .checkmark {
  border: 1px solid black;
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
}

.form-group .checkbox-container:hover input ~ .checkmark {
  background-color: #eee;
}

.form-group .checkbox-container input:checked ~ .checkmark {
  background-color: #d10821;
}

.form-group .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.form-group .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.form-group .checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-group .car-model {
  width: 150px;
}


/*DATA PRIVACY PAGE*/

.data-privacy h4 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 15px;
}

.data-privacy ul {
  list-style-type: circle;
  list-style-position: inside;
}

/*FOOTER*/
.footer {
  background: #efefef;
  margin-top: 15px; 
  padding: 20px 0;
  color: #637385;
  position: relative;
}

.footer .footer-bottom{
  /*background: #343a40;*/
  color: #686868;
  height: 50px;
  /*width: 1100%;*/
  text-align: center;
  position: absolute;
  bottom: -120px;
  left: -200px;
  padding-top: 100px;
  margin-left: -400px;
}

.footer .site-map-header {
  color: #34404e;
  font-size: 12px;
  margin-top: 15px;
  text-transform: uppercase;
  margin-left: -120px;
}

.footer .site-map a {
  color: #637385;
  font-size: 12px;
  font-family: 'Toyota Display Regular', sans-serif;
  margin-left: -120px;
}

.footer iframe {
  display: block;
}

@media screen and (max-width: 768px) {
  .footer iframe {
    display: block;
    margin: auto;
  }
}

.footer p b {
  text-transform: uppercase;
}

.footer #webmail-modal .modal-dialog {
  width: 300px;
}

.footer #webmail-modal .modal-header{
  background-color: #efefef;
  border-bottom: 3px solid #d10820;
  text-align: center;
  border-radius: 6px 6px 0 0;
}

.footer #webmail-modal label{
  color: #2c2c2c;
}

.footer #webmail-modal .submit-btns {
  color: #fff;
  text-decoration: none;
  background: #d10820;
  border: 3px solid #d10820;
}

.footer #webmail-modal .submit-btns:hover {
  color: #d10820;
  text-decoration: none;
  background: #fff;
  padding: 10px 15px;
  border: 3px solid;
}

.copyright-bottom {
  padding: 20px 0;
  background-color: #1b1b1b;
}

.copyright-bottom h4,
.copyright-bottom h4 a,
.footer p {
  color: #637385;
  font-size: 12px;
  margin-left: -120px;
}

.copyright-bottom h4,
.copyright-bottom h4 a {
  color: #fff;
}

.copyright-bottom h4 a {
  margin-top: 5px;
  display: block;
}

.copyright-bottom h4 a:hover,
.copyright-bottom h4 a:active,
.copyright-bottom h4 a:focus {
  text-decoration: none;
}