.txt-center {
  text-align: center;
}
.color-text {
  color: #18232b;
}
.color-main {
  color: #f9ae00 !important;
}
.bg-main {
  background: #f9ae00;
}
.bg-gray {
  background: #f3f3f3;
}
.text-center {
  text-align: center;
}
a,
abbr,
acronym,
address,
applet,
section,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
mainmenu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
section,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
mainmenu,
nav,
section {
  display: block;
}
b,
strong {
  font-weight: bold;
}
img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
li {
  display: list-item;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
sub,
sup,
small {
  font-size: 75%;
}
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg {
  overflow: hidden;
}
.container {
  max-width: 1280px;
  margin: 0px auto;
  position: relative;
}
.clear {
  clear: both;
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
/* -------------------------------------------------------------- 
	 Typography
-------------------------------------------------------------- */

html {
  min-height: 100%;
  background: white !important;
}
body {
  font-family: 'Montserrat';
  font-size: 17px;
  color: #18232b;
  line-height: 160%;
  width: 100%;
  font-weight: 300;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* Headings
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat';
  margin: 0 0 0 0;
  padding: 0;
  font-style: normal;
  line-height: 120%;
  font-weight: 300;
  color: #18232b;
}
h1 {
  font-size: 35px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 25px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
.content p {
  padding: 0 0 15px 0;
}
.content .lead {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}
.content .lead2 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}
.content ul {
  padding: 0 0 20px 15px;
}
.content ul .dot {
  background: #f8b324;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: relative;
  top: -3px;
}
/* Text elements
-------------------------------------------------------------- */

a {
  color: #f9ae00;
  text-decoration: none;
}
a:hover {
  color: #f9ae00;
  text-decoration: none;
}
a:visited {
  color: #f9ae00;
  text-decoration: none;
}
input[type='submit'],
button,
.button {
  display: block;
  width: auto;
  padding: 0px 15px !important;
  margin: 15px 0 0 0;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 42px !important;
  height: 42px !important;
  border: none;
  cursor: pointer;
  font-weight: 400;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #f9ae00;
  opacity: 1;
  border-radius: 5px;
}
.button:hover,
button:hover,
input[type='submit']:hover,
.button-light:hover {
  opacity: 0.7;
}
a.button,
a.button:visited {
  color: #f9ae00 !important;
}
a.button:visited:hover,
a.button:hover {
  color: #f9ae00 !important;
}
a.button {
  display: inline-block;
}
img {
  max-width: 100%;
}
.no-format {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  height: auto !important;
  width: auto !important;
  line-height: inherit !important;
}
/* TemplateStylesheet
-------------------------------------------------------------- */

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 108;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: default;
}
header .logo {
  float: left;
  width: 240px;
  padding: 10px 0;
}
header nav.main {
  float: right;
  width: calc(100% - 250px);
}
header nav.main ul {
  text-align: right;
}
header nav.main ul li {
  display: inline-block;
  padding: 0 9px;
}
header nav.main ul li a {
  display: block;
  line-height: 115px;
  height: 115px;
  color: white;
  font-weight: 300;
  font-size: 18px;
}
header nav.main ul li a:hover {
  color: #f9ae00;
}
header .langs {
  position: absolute;
  top: 0px;
  right: 0;
  line-height: 115px;
  height: 115px;
  padding: 0 15px;
  background: white;
  color: black;
  cursor: default;
}
header .langs a {
  color: black;
}
header .langs a:hover {
  color: #f9ae00;
}
body.scrolled header {
  background: rgba(0, 0, 0, 0.8);
}
.slider-bar {
  position: relative;
  cursor: default;
}
.slider-bar .slider .slide {
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.slider-bar .slider .slide .slide-inner {
  min-height: 700px;
  display: flex;
  align-items: center;
}
.slider-bar .slider .slide .slide-inner .line-top {
  font-size: 80px;
  line-height: 80px;
  color: white;
  font-weight: 800;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  padding: 80px 0 0 0;
  position: relative;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  left: -500px;
  opacity: 0;
}
.slider-bar .slider .slide .slide-inner .line-bottom {
  font-size: 24px;
  line-height: 28px;
  color: white;
  font-weight: 300;
  position: relative;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  left: -500px;
  opacity: 0;
}
.slider-bar .slider .slide.cycle-slide-active .line-top {
  left: 0 !important;
  opacity: 1 !important;
}
.slider-bar .slider .slide.cycle-slide-active .line-bottom {
  left: 0 !important;
  opacity: 1 !important;
}
.slider-bar .sl-dots {
  position: absolute;
  right: 50px;
  top: 50%;
  z-index: 102;
  font-size: 0;
}
.slider-bar .sl-dots span {
  display: block;
  width: 35px;
  height: 5px;
  background: white;
  margin: 10px 0;
  cursor: pointer;
  margin-left: 15px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.slider-bar .sl-dots span:hover {
  background: #f9ae00;
}
.slider-bar .sl-dots span.cycle-pager-active {
  background: #f9ae00;
  width: 50px;
  margin-left: 0;
}
* .section-title {
  font-size: 70px;
  line-height: 74px;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  position: relative;
  font-weight: 800;
}
* .section-title:after {
  position: absolute;
  content: "";
  left: -10px;
  bottom: 0;
  display: block;
  width: 50px;
  height: 3px;
  background: #f9ae00;
}
* .section-title.line-center:after {
  left: 50%;
  margin-left: -25px;
}
* .section-subtitle {
  font-size: 28px;
  margin: 0 0 30px 0;
}
* .row {
  display: block;
}
* .row .item {
  float: left;
}
* .row:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
* .row-2-cols .item {
  width: 48%;
  padding: 20px 0;
}
* .row-2-cols .item:nth-child(2n+1) {
  clear: both;
}
* .row-2-cols .item:nth-child(2n+2) {
  float: right;
}
* .row-3-cols .item {
  width: 31.333%;
  margin: 0 1%;
  padding: 20px 0;
}
* .row-3-cols .item:nth-child(3n+1) {
  clear: both;
}
* .row-4-cols .item {
  width: 23%;
  margin: 0 1%;
  padding: 20px 0;
}
* .row-4-cols .item:nth-child(4n+1) {
  clear: both;
}
.about {
  padding: 60px 0;
}
.about .section-title {
  padding-top: 25px;
}
.about .content {
  padding-left: 0px;
}
.about .about-photo {
  text-align: center;
}
.car {
  padding: 60px 0 0 0;
}
.car .car-info {
  background: url('./images/bg-car.png') #f1f1f1;
  background-position: right bottom;
  background-size: auto 80%;
  background-repeat: no-repeat;
  padding: 70px 0;
}
.car .car-gallery .photo {
  float: left;
  width: 32%;
  padding-bottom: 11px;
}
.car .car-gallery .photo a {
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.car .car-gallery .photo a:hover {
  opacity: 0.7;
}
.car .car-gallery .photo:nth-child(3n+1) {
  clear: both;
}
.car .car-gallery .photo:nth-child(3n+2) {
  margin: 0 2%;
}
.services {
  padding: 50px 0;
}
.services .section-title {
  padding-top: 45px;
}
.services .content {
  padding-left: 0px;
}
.cheaper {
  padding: 110px 0;
  background: url('./images/bg-cheaper.jpg') center center no-repeat;
  background-size: cover;
}
.cheaper .section-title {
  color: white;
  margin-bottom: 60px;
}
.cheaper .content {
  color: white;
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
}
.pricelist {
  padding: 80px 0 0 0;
}
.pricelist .section-title {
  margin-bottom: 60px;
}
.pricelist .row {
  max-width: 1200px;
  margin: 0 auto;
}
.pricelist .pricebox {
  padding: 40px 25px;
  border: 1px solid #ebebeb;
  background: white;
}
.pricelist .pricebox .price-head {
  position: relative;
}
.pricelist .pricebox .price-circle {
  position: absolute;
  top: -85px;
  right: 0;
  display: block;
  width: 140px;
  height: 140px;
  line-height: 140px;
  border-radius: 50%;
  background: #f9ae00;
  color: white;
  font-size: 18px;
  text-align: center;
}
.pricelist .pricebox .price-circle span {
  font-size: 38px;
  font-weight: 800;
}
.pricelist .pricebox .price-title {
  font-size: 27px;
  line-height: 29px;
  font-weight: 700;
  margin: 0 0 10px 0;
  max-width: 340px;
}
.pricelist .pricebox .price-subtitle {
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  color: #f9ae00;
  margin: 0 0 20px 0;
}
.pricelist .pricebox .info {
  font-size: 15px;
  line-height: 18px;
}
.other {
  margin-top: -50px;
  padding: 90px 0;
  background: url('./images/bg-pricelist.png') left center no-repeat #f9ae00;
  background-size: auto 100%;
}
.other .content {
  text-align: center;
  font-weight: 400;
  color: 000;
}
.other .content .lead {
  font-weight: 800;
  margin: 0 0 15px 0;
}
.contact {
  padding: 90px 0 140px 0;
  background: url('./images/bg-contact.jpg') center center no-repeat;
  background-size: cover;
}
.contact .section-title {
  color: white;
}
.contact .content {
  text-align: center;
}
.contact .contact-name {
  font-size: 36px;
  line-height: 40px;
  color: white;
  font-weight: 700;
  margin: 0 0 17px 0;
  padding: 30px 0 0 0;
}
.contact .contact-address {
  font-size: 18px;
  line-height: 20px;
  color: white;
  margin: 0 0 23px 0;
}
.contact .contact-phone {
  font-size: 36px;
  line-height: 40px;
  color: #f9ae00;
  font-weight: 700;
}
.contact .contact-phone a {
  color: #f9ae00;
}
.contact .contact-phone a:hover {
  color: white;
}
footer {
  cursor: default;
}
footer .footer-top {
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
}
footer .footer-top nav ul li {
  display: inline-block;
  padding: 0 10px;
}
footer .footer-top nav ul li a {
  color: #18232b;
}
footer .footer-top nav ul li a:hover {
  color: #f9ae00;
}
footer .footer-bottom {
  padding: 30px 0;
  text-align: center;
  font-size: 12px;
}
footer .footer-bottom .logo {
  margin: 0 0 15px 0;
}
@media (max-width: 1460px) {
  .container {
    padding: 0 10px;
  }
  header .langs {
    position: relative !important;
    height: auto !important;
    text-align: center !important;
    line-height: 16px !important;
    padding: 5px 0;
  }
}
@media only screen and (min-width: 960px) {
  .clear-out-960 {
    clear: none !important;
  }
}
@media (max-width: 999px) and (min-width: 780px) {
  .hide-780 {
    display: none !important;
  }
  .clear-780 {
    clear: both;
  }
  .container {
    padding: 0 10px;
  }
  header {
    position: absolute !important;
  }
  header .logo {
    width: 100% !important;
    text-align: center !important;
  }
  header nav.main {
    display: none !important;
  }
  nav.mobile.nav-show {
    display: block !important;
  }
  .trigger-mobile {
    display: block !important;
  }
  .pricelist .pricebox .price-circle {
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
    margin-bottom: 15px;
  }
}
@media (max-width: 779px) and (min-width: 540px) {
  .hide-540 {
    display: none !important;
  }
  .container {
    padding: 0 10px;
  }
  .parallax {
    height: auto !important;
    background: none;
  }
  .parallax img {
    display: block !important;
  }
  header {
    position: absolute !important;
  }
  header .logo {
    width: 100% !important;
    text-align: center !important;
  }
  header nav.main {
    display: none !important;
  }
  nav.mobile.nav-show {
    display: block !important;
  }
  .trigger-mobile {
    display: block !important;
  }
  .slider-bar .slider .slide {
    width: 100%;
    background-size: cover;
    background-position: center center;
  }
  .slider-bar .slider .slide .slide-inner {
    min-height: 0 !important;
    padding: 120px 0 60px 0;
    display: flex;
    align-items: center;
  }
  .slider-bar .slider .slide .slide-inner .line-top {
    font-size: 66px !important;
    line-height: 66px !important;
  }
  .slider-bar .slider .slide .slide-inner .line-bottom {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  .about .section-title {
    padding-top: 0 !important;
  }
  .car .car-info {
    background: none !important;
    padding: 0 !important;
  }
  .services .section-title {
    padding-top: 0 !important;
  }
  .pricelist {
    padding-bottom: 30px;
  }
  .pricelist .pricebox {
    margin-bottom: 30px;
  }
  .other {
    margin-top: 0 !important;
  }
  * .section-title {
    font-size: 58px;
  }
  * .row-4-cols .item {
    width: 48%;
  }
  * .row-4-cols .item:nth-child(2n+1) {
    clear: both;
  }
  * .row-3-cols .item {
    float: none;
    width: 100%;
    margin: 0;
  }
  * .row-2-cols .item {
    float: none;
    width: 100%;
    margin: 0;
  }
  * .grids .item {
    text-align: left !important;
  }
  * .grids .item .image {
    float: none !important;
    width: 100%;
  }
  * .grids .item .info {
    float: none;
    width: 100%;
  }
  * .grids .item .info .inner {
    padding: 10px 0 20px 0 !important;
  }
}
@media (max-width: 539px) {
  .hide-0 {
    display: none !important;
  }
  .container {
    padding: 0 10px;
  }
  .parallax {
    height: auto !important;
    background: none;
  }
  .parallax img {
    display: block !important;
  }
  header {
    position: absolute !important;
  }
  header .logo {
    width: 100% !important;
    text-align: center !important;
  }
  header nav.main {
    display: none !important;
  }
  nav.mobile.nav-show {
    display: block !important;
  }
  .trigger-mobile {
    display: block !important;
  }
  .slider-bar .slider .slide {
    width: 100%;
    background-size: cover;
    background-position: center center;
  }
  .slider-bar .slider .slide .slide-inner {
    min-height: 0 !important;
    padding: 120px 0 60px 0;
    display: flex;
    align-items: center;
  }
  .slider-bar .slider .slide .slide-inner .line-top {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  .slider-bar .slider .slide .slide-inner .line-bottom {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .about .section-title {
    padding-top: 0 !important;
  }
  .car .car-info {
    background: none !important;
    padding: 0 !important;
  }
  .services .section-title {
    padding-top: 0 !important;
  }
  .pricelist {
    padding-bottom: 30px;
  }
  .pricelist .pricebox {
    margin-bottom: 30px;
  }
  .pricelist .pricebox .price-circle {
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
    margin-bottom: 15px;
  }
  .other {
    margin-top: 0 !important;
  }
  * .section-title {
    font-size: 48px;
  }
  * .row-4-cols .item {
    width: 48%;
  }
  * .row-4-cols .item:nth-child(2n+1) {
    clear: both;
  }
  * .row-3-cols .item {
    float: none;
    width: 100%;
    margin: 0;
  }
  * .row-2-cols .item {
    float: none;
    width: 100%;
    margin: 0;
  }
  * .grids .item {
    text-align: left !important;
  }
  * .grids .item .image {
    float: none !important;
    width: 100%;
  }
  * .grids .item .info {
    float: none;
    width: 100%;
  }
  * .grids .item .info .inner {
    padding: 10px 0 30px 0;
  }
}
.mfp-bg {
  background: black !important;
}
.white-popup {
  max-width: 500px;
  background: white;
  padding: 15px;
  margin: 0 auto;
  position: relative;
}
.white-popup img {
  max-width: 100%;
  margin: 0 0 10px 0;
}
.white-popup h3 {
  margin: 0 0 10px 0;
}
.white-popup p {
  padding: 0 0 10px 0;
}
.trigger-mobile {
  display: none;
  position: fixed;
  z-index: 303;
  right: 10px;
  top: 30px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.menu-btn {
  width: 50px;
  height: 50px;
  border: 0;
  background: transparent;
  -webkit-transition: background .3s;
  transition: background .3s;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  outline: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.menu-btn span {
  display: block;
  position: absolute;
  width: 60%;
  height: 4px;
  background: #f9ae00;
  margin: 2px auto;
  -webkit-transition: all .3s;
  transition: all .3s;
  top: 50%;
  left: 50%;
}
.menu-btn:hover span {
  background: black !important;
}
.menu-btn .line-1 {
  -webkit-transform: translate(-50%, -8px);
  -ms-transform: translate(-50%, -8px);
  transform: translate(-50%, -8px);
}
.menu-btn .line-2 {
  -webkit-transform: translate(-50%, -2px);
  -ms-transform: translate(-50%, -2px);
  transform: translate(-50%, -2px);
}
.menu-btn .line-3 {
  -webkit-transform: translate(-50%, 4px);
  -ms-transform: translate(-50%, 4px);
  transform: translate(-50%, 4px);
}
.menu-btn.active .line-3 {
  opacity: 0;
}
.menu-btn.active .line-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  -ms-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
}
.menu-btn.active .line-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
nav.mobile {
  display: none;
}
nav.mobile {
  position: fixed;
  z-index: 202;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.97);
  padding: 15px 0 0 0;
}
nav.mobile ul {
  padding: 0px 20px 0 20px;
}
nav.mobile ul li {
  margin: 0 0 5px 0;
  text-align: center;
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
}
nav.mobile ul li a {
  color: #f9ae00 !important;
}
nav.mobile ul li a:hover {
  color: black !important;
}
nav.mobile ul li ul {
  display: none;
}
