body {
	background: #000;
	color: #FFF;
	font-family: 'Montserrat';
}

.logo {
	font-family: 'Russo One';
	font-size: 30px;
	font-weight: normal;
	color: #FFF;
}
.logo strong {
	color: #F9BF3B;
	font-weight: normal;
}
.logo small {
	font-size: 15px;
}

.navbar-nav .nav-link {
	font-family: 'Russo One';
	text-transform: uppercase;
	color: #FFF;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	color: #F9BF3B;
}

section {
	position: relative;
	padding: 80px 0;
}
section .section-head {
	position: relative;
	padding: 10px 0;
	margin-bottom: 50px;
}
section .section-cta {
	position: relative;
	padding: 10px 0;
	margin-top: 20px;
}
section .section-cta .btn {
	background: #F9BF3B;
	color: #FFF;
	padding: 10px 20px;
	border-radius: 8px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
section .section-cta .btn > * {
	display: inline-block;
	vertical-align: middle;
}
section .section-cta .btn > i {
	margin-right: 10px;
}
section .section-head h1 {
	font-size: 30px;
	text-transform: uppercase;
	margin: 0;
}
section .section-head .underline {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #F9BF3B;
	height: 3px;
	width: 100px;
	border-radius: 100px;
}

/*Landing Section*/
section.landing {
	padding: 200px 0;
	background: url('/img/landing.jpg');
	background-size: cover;
	background-position: center center;
}
section.landing .overlay {
	background: #000;
	opacity: .3;

	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
section.landing .landing-text {
	position: relative;
}
section.landing .landing-text h1 {
	font-size: 50px;
	font-weight: 600;
	max-width: 500px;
}
section.landing .landing-text h1 strong {
	color: #F9BF3B;
}
[v-cloak] {
  display: none!important;
}

.footer {
	position: relative;
}
.dealers-login {
	position: absolute;
	right: 15px;
	bottom: 5px;
	z-index: 1;
}

/*Loader*/
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #F9BF3B;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

/*Carplate Card Styling*/

.carplate-card {
	position: relative;
	padding: 20px;
	margin: 20px 0;

	background: #FFF;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
	border-radius: 4px;

	cursor: pointer;
}
.carplate-card .b2 {
	position: absolute;
	top: 5px;
	right: 5px;

	display: inline-block;
	padding: 0px 10px;
	border-radius: 100px;
	background: #F9BF3B;

	color: #FFF;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
.carplate-card .category {
	color: #777;
	font-size: 14px;
}
.carplate-card .category span {
	font-weight: bold;
	color: #F9BF3B;
}
.carplate-card .carplate h2 {
	margin: 0;
	font-weight: bold;
	font-size: 24px;
	color: #333;
}
.carplate-card .carplate h2 span {
	color: #777;
}
.carplate-card .price span {
	font-size: 16px;
	font-weight: bold;
	color: #F9BF3B;
}

/*Carplate Modal*/

.carplate-display {
	padding: 30px 0;
}

.carplate-display .category {
	color: #777;
	font-size: 14px;
}
.carplate-display .category span {
	font-weight: bold;
	color: #F9BF3B;
}

.carplate-display h2 {
	margin: 0;
	color: #777;
	font-size: 24px;
	font-weight: bold;
}
.carplate-display h2 > * {
	display: inline-block;
	vertical-align: middle;
}
.carplate-display h2 > strong {
	color: #333;
	font-weight: bold;
}
.carplate-display .price {
	display: block;
	font-size: 14px;
	color: #777;
}
.carplate-display .price span {
	display: inline-block;
	min-width: 96px;
}
.carplate-display .price.rrp {
	color: #F9BF3B;
}

/* Fixed footer */
.fixed-footer {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;

	padding: 20px;
	pointer-events: none;
	text-align: right;
	z-index: 99999;
}
.fixed-footer .btn-whatsapp {
	background: #25d366;
    color: #FFF;
    font-size: 30px;
    padding: 12px 14.38px;
    border-radius: 100%;
    line-height: 1;

    pointer-events: all;
}

footer .btn-social {
	background: red;
	border-radius: 100%;
	padding: 6px 8px;
	margin-right: 5px;
}
footer .btn-social.facebook {
	background: #3b5998;
}
footer .btn-social.instagram {
	background: #c13584;
}

.contact-banner {
	background: #F9BF3B;
    padding: 15px 0;
    font-size: 18px;
}
.contact-banner i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    color: #333;
}
.contact-banner span {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    letter-spacing: 1.2px;
    color: #333;
}

/*Gallery Section*/
section.gallery {
	background: #333;
	padding: 30px 0;
}

section.gallery .swiper-slide {
	width: 60%;
	max-width: 500px;
}
section.gallery .swiper-slide img {
	border-radius: 4px;
	width: 100%;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media(max-width: 500px) {
	.logo {
		font-size: 26px;
	}
	section.landing {
		background-position: center center;
	}
}