.uk-button-large {
  font-size: 1.8rem;
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
}

html {
  font-size: 10px;
  text-rendering: optimizeSpeed !important;
  -webkit-font-smoothing: auto;
  font-weight: 300;
}

body {
  font-size: 1.6rem;
}

.uk-button-secondary {
  -webkit-animation: pulse 4s infinite;
          animation: pulse 4s infinite;
}

.widget-polylang {
  margin-left: 3rem;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 3rem;
}
.widget-polylang ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.widget-polylang ul li {
  padding: 0;
  margin-left: 1rem;
  list-style: none;
}
.widget-polylang .current-lang a {
  font-weight: bold;
}

.header-phone {
  margin-left: 3rem;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 3rem;
}
.header-phone a {
  font-size: 18px;
  font-weight: 600;
}

.hero .uk-section {
  padding-bottom: 8rem;
}
.hero .title {
  font-size: 200%;
}
.hero .uk-heading-xlarge {
  font-size: 10rem;
}
.hero .uk-button {
  -webkit-box-shadow: 0 0 0 0 #fd256e;
          box-shadow: 0 0 0 0 #fd256e;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-animation: pulse 4s infinite;
          animation: pulse 4s infinite;
}
.hero .uk-position-cover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.53)), to(rgba(0, 0, 0, 0.37)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0.37) 100%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0.37) 100%);
}

.about .uk-tile-default {
  position: relative;
}
.about .uk-tile-default .photo1 {
  position: absolute;
  width: 250px;
  top: 10rem;
  left: -30%;
  -webkit-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
          transform: rotate(-8deg);
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 2px 26px 60px rgba(41, 44, 61, 0.15);
          box-shadow: 2px 26px 60px rgba(41, 44, 61, 0.15);
  -webkit-animation: float1 15s infinite;
          animation: float1 15s infinite;
}
.about .uk-tile-default .photo2 {
  position: absolute;
  bottom: 8rem;
  right: -3rem;
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
  width: 200px;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 2px 26px 60px rgba(41, 44, 61, 0.15);
          box-shadow: 2px 26px 60px rgba(41, 44, 61, 0.15);
  -webkit-animation: float2 20s infinite;
          animation: float2 20s infinite;
}

.services .services-grid .el-item {
  position: relative;
}
.services .services-grid .el-meta {
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  position: absolute;
  top: 1rem;
  right: 2rem;
  font-size: 6rem;
  display: block;
  pointer-events: none;
  opacity: 0.1;
}
.services .about-img1 img {
  border-radius: 8px;
  -webkit-transform: translate(4rem, 0);
      -ms-transform: translate(4rem, 0);
          transform: translate(4rem, 0);
}
.services .about-img2 {
  -webkit-animation: float2 20s infinite;
          animation: float2 20s infinite;
}
.services .about-img2 img {
  -webkit-transform: translate(8rem, -8rem);
      -ms-transform: translate(8rem, -8rem);
          transform: translate(8rem, -8rem);
  border-radius: 8px;
}

.tm-header-transparent .uk-navbar-transparent {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.tm-header-transparent .uk-container {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .uk-position-cover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(white));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, white 100%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, white 100%);
  background-color: transparent !important;
}

.footer .uk-text-bold {
  font-size: 2.4rem;
  color: #fff;
  margin-top: -1rem !important;
}
.footer .uk-text-bold + div {
  color: #fff;
}

.cars-gallery .uk-card {
  background: white;
  -webkit-box-shadow: 0 20px 40px 0 rgba(33, 87, 172, 0.06);
          box-shadow: 0 20px 40px 0 rgba(33, 87, 172, 0.06);
}
.cars-gallery .uk-card-media-top {
  position: relative;
}
.cars-gallery .el-title {
  text-transform: none;
  font-weight: 600;
}
.cars-gallery .el-sales {
  top: 50%;
  right: inherit;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(3deg);
      -ms-transform: translate(-50%, -50%) rotate(3deg);
          transform: translate(-50%, -50%) rotate(3deg);
  padding: 1rem 5rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1px;
  pointer-events: none;
  -webkit-animation: sales 10s infinite;
          animation: sales 10s infinite;
}
.cars-gallery .el-gallery {
  position: absolute;
  right: 0.8rem;
  margin-right: 0rem;
  bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.cars-gallery .el-gallery .uk-badge {
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2px;
  background: transparent;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cars-gallery .el-gallery .uk-badge:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.cars-gallery .el-gallery .uk-badge .uk-icon {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  padding: 5px;
  display: block;
}
.cars-gallery .el-gallery .uk-badge .uk-icon svg {
  width: 1.8rem;
  height: 1.8rem;
}
.cars-gallery .el-price {
  background: rgba(253, 37, 110, 0.9);
  display: inline-block;
  padding: 1rem;
  line-height: 2rem;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-right: 1rem;
  padding-left: 2rem;
  font-weight: 700;
}
.cars-gallery .el-price:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4rem 0 0 3rem;
  border-color: transparent transparent transparent rgba(253, 37, 110, 0.9);
}
.card-footer {
  border-top: 1px solid rgba(54, 54, 54, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0;
}
.card-footer > div {
  font-size: 12px;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  text-align: center;
  padding: 1rem;
  border-right: 1px solid rgba(54, 54, 54, 0.1);
}
.card-footer > div:last-child {
  border-right: 0px;
}
.card-footer > div .uk-icon {
  margin-bottom: 1rem;
}
.card-footer > div .uk-icon svg {
  width: 2rem;
  height: 2rem;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(253, 37, 110, 0.7);
            box-shadow: 0 0 0 0 rgba(253, 37, 110, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(253, 37, 110, 0);
            box-shadow: 0 0 0 20px rgba(253, 37, 110, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(253, 37, 110, 0);
            box-shadow: 0 0 0 0 rgba(253, 37, 110, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(253, 37, 110, 0.7);
            box-shadow: 0 0 0 0 rgba(253, 37, 110, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(253, 37, 110, 0);
            box-shadow: 0 0 0 20px rgba(253, 37, 110, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(253, 37, 110, 0);
            box-shadow: 0 0 0 0 rgba(253, 37, 110, 0);
  }
}
@-webkit-keyframes float1 {
  0% {
    -webkit-transform: translatey(0px) scale(1) rotate(-8deg);
            transform: translatey(0px) scale(1) rotate(-8deg);
  }
  50% {
    -webkit-transform: translatey(-20px) translatey(-20px) scale(1) rotate(-5deg);
            transform: translatey(-20px) translatey(-20px) scale(1) rotate(-5deg);
  }
  100% {
    -webkit-transform: translatey(0px) scale(1) rotate(-8deg);
            transform: translatey(0px) scale(1) rotate(-8deg);
  }
}
@keyframes float1 {
  0% {
    -webkit-transform: translatey(0px) scale(1) rotate(-8deg);
            transform: translatey(0px) scale(1) rotate(-8deg);
  }
  50% {
    -webkit-transform: translatey(-20px) translatey(-20px) scale(1) rotate(-5deg);
            transform: translatey(-20px) translatey(-20px) scale(1) rotate(-5deg);
  }
  100% {
    -webkit-transform: translatey(0px) scale(1) rotate(-8deg);
            transform: translatey(0px) scale(1) rotate(-8deg);
  }
}
@-webkit-keyframes float2 {
  0% {
    -webkit-transform: translatey(0px) rotate(3deg);
            transform: translatey(0px) rotate(3deg);
  }
  50% {
    -webkit-transform: translatey(20px) translatex(-10px) rotate(5deg);
            transform: translatey(20px) translatex(-10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translatey(0px) rotate(3deg);
            transform: translatey(0px) rotate(3deg);
  }
}
@keyframes float2 {
  0% {
    -webkit-transform: translatey(0px) rotate(3deg);
            transform: translatey(0px) rotate(3deg);
  }
  50% {
    -webkit-transform: translatey(20px) translatex(-10px) rotate(5deg);
            transform: translatey(20px) translatex(-10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translatey(0px) rotate(3deg);
            transform: translatey(0px) rotate(3deg);
  }
}
@-webkit-keyframes sales {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(3deg);
            transform: translate(-50%, -50%) rotate(3deg);
  }
  50% {
    -webkit-transform: translate(-50%, -52%) rotate(-3deg);
            transform: translate(-50%, -52%) rotate(-3deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(3deg);
            transform: translate(-50%, -50%) rotate(3deg);
  }
}
@keyframes sales {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(3deg);
            transform: translate(-50%, -50%) rotate(3deg);
  }
  50% {
    -webkit-transform: translate(-50%, -52%) rotate(-3deg);
            transform: translate(-50%, -52%) rotate(-3deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(3deg);
            transform: translate(-50%, -50%) rotate(3deg);
  }
}
/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1600px) {
  /**/
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 1280px) {
  /**/
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 1024px) {
  .hero .title {
    font-size: 24px;
    margin-bottom: 1rem !important;
    letter-spacing: 2px;
  }
  .hero .hero-title {
    font-size: 5.6rem;
    margin-top: 2rem;
    line-height: 6.4rem;
    letter-spacing: 1px;
  }

  .uk-text-lead {
    font-size: 16px;
    letter-spacing: 0.3px;
  }

  .services .el-item .el-title {
    font-size: 2rem;
  }

  #tm-mobile .uk-modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 8rem;
  }
  #tm-mobile .offcanvas-logo img {
    width: 150px;
  }
  #tm-mobile .uk-nav-primary {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
  #tm-mobile .uk-nav-primary > li > a {
    font-size: 2rem;
  }
}
/* Small Devi.ces, Tablets */
@media only screen and (max-width: 960px) {
  /**/
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 767px) {
  /**/
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 640px) {
  html {
    font-size: 9px;
  }

  .hero .uk-background-cover {
    background-position: 0% 50%;
  }
  .hero .title {
    font-size: 18px;
    margin-bottom: 1rem !important;
    letter-spacing: 2px;
  }
  .hero .hero-title {
    font-size: 3.2rem;
    margin-top: 2rem;
    line-height: 4.2rem;
    letter-spacing: 2px;
  }

  .uk-text-lead {
    font-size: 16px;
    letter-spacing: 0.3px;
  }

  .uk-section-large {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about .about-img {
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
  }
  .about .photo1, .about .photo2 {
    display: none;
  }
}
/* Custom, iPhone 8 Plus  */
@media only screen and (max-width: 414px) {
  /**/
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/
}
/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 640px) {
  /**/
}
/* Small Devices, Tablets */
@media only screen and (min-width: 960px) {
  /**/
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 1024px) {
  /**/
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 1200px) {
  /**/
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1600px) {
  /**/
}