@font-face {
	font-family: 'Sequel 100 Wide 85 Wide';
	src: url('/assets/frontend/fonts/Sequel 100 Wide/OGJ Type Design - Sequel 100 Wide 85 Wide.otf');
}

@font-face {
	font-family: 'Sequel 100 Wide 45 Wide';
	src: url('/assets/frontend/fonts/Sequel 100 Wide/OGJ Type Design - Sequel 100 Wide 45 Wide.otf');
}

body {
	font-family: 'Montserrat', sans-serif;
	margin: 0px;	
	background: #f8f8f8;
	padding-top: 122px;
	font-display: swap;
	overflow-x: hidden;
}
/*
section {
	border: 2px dashed red;
}

.container {
	border: 2px dashed blue;
}
*/

.btn-blue {
	background: #0077e6;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Sequel 100 Wide 85 Wide';
	font-size: 12px;
	border-radius: 0px;
}

.btn-green {
	background: #01a515;
	border-radius: 0px;
	color: #fff;	
}

.btn-green:focus {
	box-shadow: none;
}

.btn-blue:hover {
	color: #eee;
}

.top-nav {
	/*z-index: 1;*/
	/*position: relative;*/
	box-shadow: 0px 1px 1px rgba(236,236,236,0.5);
	background: #fff;	
}

.top-nav.transparent {
	background: transparent;
	box-shadow: 0px 1px 1px rgba(255,255,255,0.5);	
}

.top-nav .top-nav-brand {
	background: #0077e6;
	text-align: center;
}

.top-nav-logo:hover {
	text-decoration: none;
}

.language-selection, .site-menu {
	display: inline-block;
}

.language-selection ul, .site-menu ul {
	margin: 0px;
	padding: 0px;	
}

.language-selection ul li, .site-menu ul li {
	list-style: none;
	display: inline-block;
	margin: 0px 2px;
}

.site-menu ul li {
	margin: 0px 8px;
}

.language-selection ul li a, .site-menu ul li a {	
	color: #000;
	font-size: 17px;
	font-weight: 600;
}

.top-nav.transparent .language-selection ul li a, .top-nav.transparent .site-menu ul li a {
	color:#000;
}

.language-selection li.active a, .site-menu li.active a {
	font-weight: bold;	
}

nav.language-selection li.active a {
	color: #0077E6 !important;
}

.offcanvas-collapse {
	position: fixed;
	top: 0; /* Height of navbar */
	bottom: 0;
	right: 100%;
	left:-300px;
	width: 300px;
	overflow-y: auto;
	visibility: hidden;
	background-color: #fff;
	transition-timing-function: ease-in-out;
	transition-duration: .3s;
	transition-property: left, visibility;
	align-items:start;
	color: #000;
	text-align: center;
}

.offcanvas-collapse .holder {
	padding-right: 1rem;
	padding-left: 1rem;
	padding-top:  1rem;
}

.offcanvas-collapse .top-contact-entry {
	padding: 10px 10px;
}

.offcanvas-collapse.open {
	left: 0;
	visibility: visible;
}

.offcanvas-collapse li a {
	color: #000;
	font-weight: 600;
}

.offcanvas-collapse li a:hover {
	text-decoration: underline;
}

.offcanvas-collapse .navbar-nav.language-selection li {
	display: inline-block;
	margin: 0px 10px;
}

.offcanvas-collapse .navbar-nav.language-selection li.active a {
	background: #0077e6;
	color: #fff;
	padding: 6px;
}

.offcanvas-collapse .navbar-nav .nav-item {
	margin: 5px 0px;
}

.offcanvas-collapse .navbar-nav .nav-item.active a {
	color: #0077e6;
}

.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
}

.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}

.nav-scroller .nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	color: rgba(255, 255, 255, .75);
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

/* front page*/

#front-slider {
	margin-top: -8rem;
	/*z-index: 1;*/
	width: 100%;
	position: relative;
}

#front-slider-mobile {
	position: relative;
}

#front-catalog {
	/*box-shadow: 0px 0px 15px #e3e3e3;*/
}

#front-catalog form {
	background: #fff;
	box-shadow: 0px 0px 15px #e3e3e3;
}

#front-catalog label {
	font-size: 15px;
	color: #b9b9b9;
}

#front-catalog select {
	font-size: 20px;
	color: #000;
	border: none;
	padding: 0px;
	height: auto;
}

#front-catalog .catalog-grid-item {
	background: #fff;
	padding: 2rem;
	margin: 1rem .5rem;		
	position: relative;
}

#front-catalog .catalog-grid-item:hover {
	box-shadow: 0px 0px 15px #e3e3e3;
}

#front-catalog .catalog-grid-item img {
	width: 100%;
}

.catalog-grid-item .discount {
	position: absolute;
	top: -20px;
	right: -20px;
	text-align: center;
}

.catalog-grid-item .discount img {
	z-index: 100;
	position: relative;
	max-height: 70px;
}

.text-blue {
	color:#0077e6;
}

div#front-add {
	background: #fff;
}

footer {
	background: #fff;
	border-top: 3px solid #f0f0f0;
}

footer .site-menu {
	padding-top: 10px;
}

footer .site-menu ul li a {
	color:#000;
	font-size: 15px;
}

footer hr {
	border-top: 1px solid #f0f0f0;
}

/* Catalog */

.car-catalog-filter {
	background: #fff;
}

.car-catalog-filter label {
	color: #b9b9b9;
	font-size: 16px;
	margin-left: 10px;
}

.btn-white {
	background: #fff;
}

.btn-white.bs-placeholder .filter-option-inner-inner {
	color: #000;
	font-size: 19px;
	font-weight: 500;
}

.dropdown-toggle::after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	border: none;
	color: #000;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
	outline: none !important;
}

.catalog-header h1, .catalog-header h2 {
	font-family: 'Sequel 100 Wide 85 Wide';
	font-size: 38px;	
	color: #000;
}

.car-catalog .catalog-grid-item {
	background: #fff;
	padding: 2rem;
	margin: 1rem .5rem;
	transition: background 0.5s ease;
	position: relative;
}

.car-catalog .catalog-grid-item a {
	display: block;	
}

.car-catalog .catalog-grid-item .item-img {
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}

.car-catalog .catalog-grid-item a img.item-thumbnail {
	transition: all .5s ease;
}

.car-catalog .catalog-grid-item a:hover img.item-thumbnail {	
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.car-catalog .catalog-grid-item:hover {
	box-shadow: 0px 0px 15px #e3e3e3;
	background: linear-gradient(#fff 78%, #F9F9F9 22%);
}

.car-catalog .catalog-grid-item.active {
	border: 2px solid #0077e6;
	box-shadow: 0px 0px 15px #80c1ff;
}

.car-catalog .catalog-grid-item.blur img {
	filter: blur(5px);
	filter: grayscale(100%);
}

.car-catalog .catalog-grid-item img.item-thumbnail {
	width: 100%;
}

.car-catalog .catalog-grid-item p {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #000;
}

.catalog-grid-item-options {
	padding: 0px 10px;
	font-size: 14px;
}

.catalog-grid-item-options div {
	padding: 5px;
	color: #999999;
}

.catalog-grid-item-options img {
	margin-right: 10px;
}

.catalog-grid-item-price .total {
	color: #0077e6;
	font-size: 20px;
	font-weight: 800;
	padding-top: 20px;
}

.catalog-grid-item-price .total s {
	font-size: 16px;
	color: #666666;
}

.catalog-grid-item-price .total div {
	line-height: 24px;
}

.catalog-grid-item-price .leasing {
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	color: #000;	
}

.catalog-grid-item-price .leasing span {
	font-size: 35px;
	font-weight: 700;
	color: #36B74B;	
}

.catalog-grid-item-price .leasing sup {
    top: -1em;
}

.catalog-grid-item a {
	text-decoration: none;
}

/* buy car */
.buy-car-section {
	background: #fff;
}

.buy-car-title {
	
}

.buy-car-title h1, .buy-car-title h2 {
	background: url('/assets/frontend/images/h2bg.png') repeat-x center center;	
	font-family: 'Sequel 100 Wide 85 Wide';
	font-size: 38px;	
	color: #000;	
}

.buy-car-title h1 span, .buy-car-title h2 span {
	background: #fff;
	padding-right: 40px;
}

.buy-car-intro {
	font-size: 16px;
	font-weight: 400;
}

.buy-car-info-grid-item {
	padding: 3rem;
}

.buy-car-info-grid-item img {
	
}

.buy-car-info-grid-item div {
	padding: 3rem 0rem;
	font-size: 17px;
}

.buy-car-info-grid-item:hover {
	box-shadow: 0px 0px 15px #f1f1f1;
}

.buy-car-offer h2 {
	font-family: 'Sequel 100 Wide 85 Wide';
	font-size: 38px;	
	color: #000;	
}

.dropzone {
	background: #fafafa;
	border: 1px dashed #acacac;
}

.dropzone .dz-default.dz-message {
	color: #0077e6;
}

.dropzone .dz-default.dz-message img {
	margin-bottom: 20px;
}

.buy-car {
	margin-top: 6rem;
}

.buy-car input[type=text] {
	background: #fff;
	border: none;
	border-radius: 0px;	
	border-bottom: 1px solid #dcdcdc;
	padding: 2rem 0rem;	
}

.buy-car textarea {
	background: #fff;
	border: none;
	border-radius: 0px;	
	border-bottom: 1px solid #dcdcdc;
	padding: 1rem 0rem;	
}

.buy-car input[type=text]:focus, .buy-car textarea:focus {
	box-shadow: none;
	border-bottom: 1px solid #000;
}

.buy-car input[type=text]::placeholder, .buy-car textarea::placeholder {
	color: #000;
}

.buy-car .filter-option {
	padding: 1.25rem 0rem;	
	border-bottom: 1px solid #dcdcdc;
}

.buy-car .bootstrap-select {
	height: auto;
}

.buy-car .bootstrap-select .btn {
 	padding: 0px;
}

.buy-car .btn-white.bs-placeholder .filter-option-inner-inner {
	font-size: 1rem;
}

.buy-car .bootstrap-select .btn:focus, .buy-car .bootstrap-select .btn.focus {
	box-shadow: none;
}

.buy-car .btn-white.bs-placeholder .filter-option-inner-inner {
	font-weight: normal;
}

/* contatcts */
.contacts {
	background: #fff url('/assets/frontend/images/carbuy_big_bg.png');
	background-size: 80%;
	background-position: 50% 10%; 
	background-repeat: no-repeat;
}

.contacts h2 {	
	font-family: 'Sequel 100 Wide 85 Wide';
	font-size: 38px;	
	color: #000;	
}

.contacts .contact-item p.title {
	font-size: 24px;
	font-weight: bold;
}

.contacts .contact-item div {
	margin-top: 20px;
}

.map {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

/* text page */

.textpage {
	background: #fff url('/assets/frontend/images/carbuy_big_bg.png');
	background-size: 80%;
	background-position: 50% 10%; 
	background-repeat: no-repeat;
}

.textpage h2 {	
	font-family: 'Sequel 100 Wide 85 Wide';
	font-size: 38px;	
	color: #000;	
}

.textpage h3 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 3rem;
}

.textpage p {
	font-size: 17px;
	/*line-height: 3rem;*/
}

.quick_social a img {
	margin-right: 10px;
}

.quick_social a {
	display: inline-block;
	margin: 5px 10px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
}
.copyrights {
	color: #aeaeae;
	font-size: 14px;
}

.top-contact-entry {
	text-align: center;
	color: #fff;
	padding: 37px 18px;
}

.top-contact-entry a {
	font-size: 14px;
	font-family: 'Sequel 100 Wide 45 Wide';
	color: #fff;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}

.top-contact-entry a strong {
	font-family: 'Sequel 100 Wide 85 Wide';
	letter-spacing: 2px;
}

.top-contact-entry p {
	margin: 0px;
}

.top-contact-entry span {
	font-size: 13px;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}

.top-contact-entry.bg-green {
	background: #12c365;
}

.top-contact-entry.bg-blue {
	background: #0077e6;
}

/* car view*/

.auto-view {
	background: #fff;
}

.auto-view-header h2 {
	font-size: 34px;
	font-weight: bold;
}

.auto-view .top-prices {
	font-size: 15px;
	font-weight: 700;
	vertical-align: top;
}

.auto-view .top-prices .price span {
	color:#0077e6;
	font-size: 35px;
	margin-left: 10px;
}

.auto-view .top-prices .leasing span {
	color:#12c365;
	font-size: 35px;
	margin-left: 10px;
}

.auto-view .top-prices .leasing span:last-child {
	font-size: 19px;
	font-weight: normal;
	color: #000;
}

.auto-view .car-details div {
	/*display: inline-block;
	margin-right: 30px;*/
	color: #999999;
}

.auto-view .car-details div img {
	margin-right: 10px;
}

.auto-view .btn-green {
	font-weight: bold;
}

.auto-view .btn-green:hover {
	color: #eee;
}

.auto-view .btn-green img {
	margin-right: 30px;
}

.car-specs .holder {
	background: #fff;
}

.car-specs h3 {
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 20px;
}

.main-specs div.entry {
	font-size: 16px;
	color: #999999;
	padding: 20px 0px;
}

.main-specs div.entry span {
	float: right;
	color: #000;
	font-weight: 600;
}

.main-specs div.entry i {
 	color: #0077e6;
 	margin-right: 10px;
}

.owl-nav {
	position: absolute;
	top: 40%;
	width: 100%;
}

@media only screen and (max-width: 1024px) {
	.owl-nav {
		display: none;
	}

	.buy-car-title h1, .buy-car-title h2 {
		font-size: 28px;	
	}

}

.owl-carousel .owl-nav button.owl-prev {	
	left: 0px;
	text-align: right;	
	padding: 1rem 1rem 1rem 1rem !important;
	transition: padding-left 1s ease-in-out;
}

.owl-carousel .owl-nav button.owl-next {
	right: 0px;
	text-align: left;	
	padding: 1rem 1rem 1rem 1rem !important;	
	transition: padding-right 1s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	background: #fff;	
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
	background: #0077e6;	
	color: #fff;
}

.owl-carousel .owl-nav button.owl-prev:hover {
	padding-left: 2rem !important;
}

.owl-carousel .owl-nav button.owl-next:hover {
	padding-right: 2rem !important;
}

/* footer widget */
.footer-contact-widget {
	position: fixed; 
	bottom: 20px; 
	right: 20px;
	z-index: 1001;
}

.footer-contact-button {
	background: #01a515; 
	border-radius: 50%; 
	padding: 20px; 
	width: 4rem; 
	height: 4rem; 
	text-align: center; 
	vertical-align: middle; 
	color: #fff;
	/*box-shadow: 0px 0px 10px rgba(0, 119, 230, 0.5);*/
	animation: chat 1s infinite;
	cursor: pointer;
}

.footer-contact-widget-content {
	z-index: 200;
	background: #fff;
	position: fixed; 
	bottom: 120px; 
	right: 20px;
	box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.1);
}

.footer-contact-widget-content h2 {
	text-align: center;
	background: #01a515;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 4rem;
}

.footer-contact-widget-content .contact-item-holder {	
	margin-top: -2rem;
	padding: 1rem;
	padding-top: 0;
}

.footer-contact-widget-content .contact-item div {
	display: inline-block;
}

.footer-contact-widget-content .contact-item div img {
	margin-top: -20px;
	margin-right: 20px;
}

.footer-contact-widget-content .contact-item a {
	display: block;
	vertical-align: middle;
	font-size: 15px;
	color: #000;
	font-weight: bold;
	padding: 1rem;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	margin-bottom: 2rem;	
}

.footer-contact-widget-content .contact-item a span {
	display: block;
	font-weight: normal;
	color: #8a8a8a;
	margin-top: 5px;
}

.footer-contact-widget-content .contact-item a:hover {
	text-decoration: none;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}

@-webkit-keyframes pulsenew {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 119, 230, 0.5);
    font-size: 28px;
  }
  70% {
    box-shadow: 0 0 0 15px rgba(0, 119, 230, 0);
    font-size: 30px;
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 119, 230, 0);
    font-size: 28px;
  }
}

@-webkit-keyframes discount {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 119, 230, 0.5);
    font-size: 20px;
  }
  70% {
    box-shadow: 0 0 0 15px rgba(0, 119, 230, 0);
    font-size: 23px;
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 119, 230, 0);
    font-size: 20px;
  }
}

@-webkit-keyframes freeocta {
  0% {
    box-shadow: 0 0 0 0 rgba(39, 130, 34, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(39, 130, 34, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(39, 130, 34, 0);
  }
}

@-webkit-keyframes freefuel {
  0% {
    box-shadow: 0 0 0 0 rgba(201, 23, 23, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(201, 23, 23, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(201, 23, 23, 0);
  }
}

@-webkit-keyframes chat {
  0% {
    box-shadow: 0 0 0 0 rgba(1, 165, 21, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(1, 165, 21, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(1, 165, 21, 0);
  }
}

.slide-text {
	text-align: left;
	position: absolute;
	left: 7%;
	bottom: 20%;
	color: #fff;
}

.leasing form input {
	font-family: 'Montserrat', sans-serif; 
	font-size: 12px;
	background: #fff;
	border-radius: 0px;	
	border: 1px solid #dcdcdc;
	padding: 1rem;	
}

.leasing .indicator {
	border-radius: 5px;
	background: #12c365;
	padding: 2px 10px;
	color: #fff;
	display: inline-block;
	margin: 5px 0px;
	font-weight: 600;
	box-shadow: inset 0px 0px 3px rgba(0,0,0, 0.5);
}

.pad-0 {
	padding-left: 0px;
	padding-right: 0px;
}

.fp-call {
	font-size: 18px;
}

.car-catalog-filter .btn-white.bs-placeholder .filter-option-inner-inner {
	font-size: 15px;
}

.bootstrap-select .dropdown-menu {
	z-index: 1111;
}

#new-top {
	text-align: center !important;
}

#new-top a {
	text-decoration: none;
}

#new-top .spacer {
	position: relative;
	margin: 150px 50px;
	border: 5px solid transparent;
}

#new-top .spacer:hover {
	border: 5px solid #0077e6;
}

#leasingModalNew .form-group {
	font-size: 12px;
}

#leasingModalNew .modal-body {
	font-size: 12px;
}

#leasingModalNew select {
	font-family: 'Montserrat', sans-serif; 
	font-size: 12px;
	background: #fff;
	border-radius: 0px;	
	border: 1px solid #dcdcdc;
	padding: 1rem;	
}

#leasingModalNew .btn-leasing {
	font-family: 'Montserrat', sans-serif; 
	font-size: 12px;
	background: #fff;
	border-radius: 0px;	
	border: 1px solid #dcdcdc;
	padding: 8px;
	color: #6c757d;	
}

#leasingModalNew .btn-leasing::after {
	color: #6c757d;	
}

.btn-leasing .dropdown-menu {
	font-size: 12px;
}

#leasingModalNew .radiobox label {
	text-align: center;
	margin: 5px;
}

#leasingModalNew .radiobox .radios {
	width: 15px;
	height: 15px;
}

.leasing-button {
	display: none;
	position: absolute;
	bottom: -30px;
	left: 15px;
	width: 100%;
	
}

.leasing-button a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}

.leasing-button a:hover {
	color: #fafafa;
}

.leasing-grid .leasing-button {
	display: none !important;
	visibility: 0;
}

.leasing-grid .catalog-grid-item {
	/*border: 2px solid #fff;*/
}

.irs {
    font-family: 'Montserrat';
    font-weight: 500;
}

.irs-grid-text {
    color: #fff !important;
    border-radius: 4px;
    background: #0077e6;
    font-size: 14px;
    bottom: -12px;
    padding: 4px 6px;
    transform: rotate(-45deg);
}

.irs--flat .irs-min, .irs--flat .irs-max {
	font-size: 14px;
}

.irs--flat .irs-bar {
    background-color: #12c365;
}

.irs--flat .irs-from::before, .irs--flat .irs-to::before, .irs--flat .irs-single::before {
    border-top-color: #12c365;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    background-color: #12c365;
    font-size: 14px;
}

.irs--flat .irs-handle > i:first-child {
    background-color: #0caa56;
}

.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
    background-color: #12c365;
}

.leasing_app input[type="text"], .leasing_app select {
	background: #fff;
	border: none;
	border-radius: 0px;	
	border-bottom: 1px solid #dcdcdc;
	padding: 2rem 0rem;	
}

.leasing_app textarea {
	background: #fff;
	border: none;
	border-radius: 0px;	
	border-bottom: 1px solid #dcdcdc;
	padding: 1rem 0rem;	
}

.leasing_app .btn-white.bs-placeholder, .leasing_app .btn-white {
	padding: 10px 0px;	
}

.leasing_app .btn-white.bs-placeholder .filter-option-inner-inner {
	background: #fff;
	border: none;
	border-radius: 0px;	
	border-bottom: 1px solid #dcdcdc;
	padding: 10px 0px;
	font-size: 1rem;
	font-weight: 400;	
}

.leasing_app input[type=text]:focus, .leasing_app textarea:focus {
	box-shadow: none;
	border-bottom: 1px solid #000;
}

.leasing_app input[type=text]::placeholder, .leasing_app textarea::placeholder {
	color: #000;
}

.white-box {
	background: #fff;
}

.leasing-partners img {
	filter: grayscale(100%);
}

.leasing-partners img:hover {
	filter: none;
}

section.partners {
	/*background: #fff;*/
}

section.partners img {
	transition: all .5s ease;
	filter: grayscale(100%);
}

section.partners img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    filter: none;
}

@keyframes wiggle {
    0% { transform: rotate(0deg); }
   80% { transform: rotate(0deg); }
   85% { transform: rotate(10deg); }
   95% { transform: rotate(-10deg); }
  100% { transform: rotate(0deg); }
}

.call-widget {
	position: fixed;
	top: 180px;
	right: 0px;
	background: #fff;
	padding: 15px 10px;
	border-radius: 12px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 12px;
	border-top-left-radius: 12px;	
	cursor: pointer;
	box-shadow: 0px 3px 5px rgba(199,199,199,0.5);
	z-index: 1000;
}

.call-widget i {
	vertical-align: middle;
	color: #0075e6;
	animation: wiggle 1.5s infinite;
}

.call-widget .actions {
	padding-top: 20px;
    display: none;
    transition: opacity 1s ease-out;
    opacity: 0;
}

.call-widget .actions.show {
    opacity: 1;
    display: block;
}

.auto-view .top-prices .price span.old_price s {
	font-size: 16px;
	color: #666666;
}

.auto-view .top-prices .price span.old_price {
	line-height: 20px;
}

.discount .percentage {
	background: #0077e6;
	color: #fff;
	padding: 0px;
	border-radius: 50%;
	font-weight: 700;
	font-size: 30px;
	z-index: 100;
	position: relative;
	width: 80px;
	height: 80px;
	line-height: 80px;
	transform: rotateY(0deg) rotate(25deg);

	animation: pulsenew 1s infinite;
}

.freeocta {
	border-radius: 50%;
	animation: freeocta 1s infinite;
}

.freefuel {
	border-radius: 50%;
	animation: freefuel 1s infinite;
}

.extra-options .discount {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin: 0px 10px;
}

.extra-options .discount .percentage {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
}

.extra-options .discount img {
	width: 60px;
	height: 60px;
}

.extra-options .discount .percentage {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	animation: discount 1s infinite;
}

.extra-options .discount .freeocta {
	animation: none;
	opacity: 0.2;
	filter: grayscale(1);
}

.extra-options .discount .freefuel {
	animation: none;
	opacity: 0.2;
	filter: grayscale(1);
}

.extra-options .discount .percentage.active, .extra-options .discount .freeocta.active, .extra-options .discount .freefuel.active {
	filter: grayscale(0);
	opacity: 1;
}

.extra-options .discount .freeocta.active {
	animation: freeocta 1s infinite;
}

.extra-options .discount .freefuel.active {
	animation: freefuel 1s infinite;
}

@keyframes glow {
	0%     {background-color:#01a515;}
	50.0%  {background-color:#01e41d;}
	100.0%  {background-color:#01a515;}
}

.glow {
	animation: glow 3s infinite;
}

.sold {
	font-size: 40px;
	text-transform: uppercase;
	border: 3px solid #f54336;
	transform: rotate(10deg);
	padding: 20px 50px;
	color: #f54336;
	border-radius: 10px;
	box-shadow: 0px 0px 3px #f54336;
}

.sold_holder {
	position: relative;
}

.cookie-bar {
	font-size: 12px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: rgba(0,0,0,0.8);
	padding: 10px;
	color: #eee;
	font-weight: 600;
	z-index: 1000;
}

.cookie-bar .btn {
	margin: 0px 10px;	
}

.cookie-info {
	display: none;
}

.cookie-bar td {
	padding: 5px;
}

.cookie-bar .cookie-info a {
	color: #0176e7;
}

.covid-update {
	text-align: center;
	background: #0077E6;
	color: #fff;
	font-size: 16px;
	position: relative;
}

.covid-update a {
	color: #fff;
	text-decoration: underline;
}

.covid-update .distance {
	top: 10px;
	position: absolute;
	left: 10px;
}

.covid-update .distance-right {
	top: 10px;
	position: absolute;
	right: 10px;
}

.front-item {
	background: #fff;	
}

.front-item:hover {
	background-image: linear-gradient(#fff 22%, #F9F9F9 22%);
}

.front-item h3 {
	font-size: 40px;
	font-family: 'Sequel 100 Wide 85 Wide';	
}

.front-item img {
	max-height: 70px;
	margin-bottom: 10px;
	transition: all 0.5s ease;
}

.front-item:hover img {
	max-height: 80px;
	margin-bottom: 0px;
}


.front-item a {
	color: #000;
	text-decoration: none;
}

#leasingModal .modal-dialog {
	max-width: 700px;	
}

#agree, #ads {
	display: inline-block;
}

#agree + label, #ads + label {
	display: inline;
	cursor: pointer;
}

#leasingModal .modal-header {
	color: #fff;
	background: #0077e6;
}

#leasingModal .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    opacity: 1;
}

#leasingModal input, #leasingModal select {
	font-size: 14px;
	border-radius: 0px;
}

#leasingModal .modal-content {
	font-size: 14px;
}

.cookie-agree, .cookie-more {
	font-size: 13px;
}

h2.page-subtitle {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}

.waze {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 1001;
}

.copyrights a {
	color: #000;
}

.card .card-header h2 {
	border: none;
	background: none;
	color: #000;
}

.card .card-header h2 .btn-link {
	color: #000;
}

.new-mot {
	position: absolute;
	left: 16px;
	background: #0077e6;
	color: #fff;
	padding: 3px 10px;
	font-size: 13px;
	font-weight: bold;
	z-index: 1;
}

.new-mot i {
	color: #03fc2c;
}

.mercedes-gang {
	min-height: 400px;
	background: url('/assets/frontend/images/special/mercedes/fons.jpg?v=1') no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.mercedes-gang .mercedes-image {
	position: relative;
	height: 300px;
}

.mercedes-gang .mercedes-image img {
	position: absolute;
}

.mercedes-gang .mersis {
	z-index: 6;
	left: -200px;
  animation-name: mersis;
  animation-duration: 4s;
}

.mercedes-gang .aivars {
	z-index: 5;
  animation-name: aivars;
  animation-delay: 0s;
  animation-duration: 4s;
}

.mercedes-gang .austris {
	z-index: 4;
  animation-name: aivars;
  animation-delay: 0s;
  animation-duration: 5s;
	left: 130px;
	top: 50px;
}

.mercedes-gang .text-line-1 {
	margin-top: 100px;
	margin-left: 60px;
	font-family: 'Sequel 100 Wide 85 Wide';
	font-size: 55px;
	color: #000;
}

.mercedes-gang a {
	text-decoration: none;
}

.mercedes-gang .text-line-1 span {
	color: #E3FF10;
}

.mercedes-gang .text-line-2 {
	margin-top: 60px;
	margin-left: 60px;
	margin-bottom: 50px;
	font-size: 26px;
	font-weight: 600;
	color: #000;
}

.mercedes-gang .text-line-2 span {
	background: #E3FF10;
	padding: 4px;
}

.mercedes-gang .text-line-3 {
	margin-top: 30px;
	margin-left: 60px;
	margin-bottom: 50px;
	font-size: 26px;
	font-weight: 600;
	color: #000;
}

.mercedes-gang .text-line-3 span {
	background: #E3FF10;
	padding: 4px;
}

@media only screen and (max-width: 780px) {
	.mercedes-gang .text-line-1 {
		font-size: 30px;
	}

	.mercedes-gang .text-line-2 {
		font-size: 18px;
	}

	.mercedes-gang .text-line-3 {
		font-size: 18px;
	}
}

@keyframes mersis {
  from {left: 800px;}
  to {left: -200px;}
}

@keyframes aivars {
    0%   {opacity: 0;}
    90%  {opacity: 0;}
    100% {opacity: 1;}
}

.nokermersi {
	position: fixed;
	right: -188px;
	top: 260px;
	z-index: 10;
}

.nokermersi:hover {
  animation-name: minimersis;
  animation-delay: 0s;
  animation-duration: 2s;
  right: 0px;
}

@keyframes minimersis {
    0%   {right: -188px;}
    90%  {right: -20px;}
    100% {right: 0px;}
}

ul#mercedes-countdown {
	list-style: none;
	margin: 50px 0;
	padding: 0;
	display: block;
	text-align: center;
}
ul#mercedes-countdown li {
	display: inline-block;
}
ul#mercedes-countdown li span {
	font-size: 60px;
	font-weight: 300;
	line-height: 60px;
}
ul#mercedes-countdown li.seperator {
	font-size: 60px;
	line-height: 50px;
	vertical-align: top;
}
ul#mercedes-countdown li p {
	color: #a7abb1;
	font-size: 25px;
}

@media only screen and (max-width: 780px) {

	ul#mercedes-countdown li span {
		font-size: 40px;
		font-weight: 300;
		line-height: 40px;
	}
	ul#mercedes-countdown li.seperator {
		font-size: 40px;
		line-height: 40px;
	}

	ul#mercedes-countdown li p {
		font-size: 16px;
	}

}

.specialpage {
	background: #fff;
}

#map-canvas, #map-canvas2 { 
	height: 400px; 
	width: 100%;
}

.merc-social a {
	display: block;
	text-align: center;
	color: #000;
	text-decoration: none;
}

.merc-social a:hover {
	color: #777;
}

.partners-special a img {
	transition: transform 0.4s;
	max-height: 150px;
}

.partners-special a:hover img {
	filter: grayscale(100%);
	transform: scale(1.1) rotate(0.01deg);
}

.mb-entries a {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.comming_soon {
	position: absolute; 
	top: 10px; 
	width: 100%; 
	text-align: center; 
	font-weight: 600; 
	color: #000; 
	text-transform: uppercase;
}

.profile input[type="text"], .profile input[type="email"], .profile input[type="password"] {
		background: #fff;
		border: 1px solid #c4c4c4;
		border-radius: 0px;
		padding: 2rem 0rem;
		transition: border 0.5s ease-in;
		padding: 10px 8px;
}

.profile .form-control.is-invalid, .profile .form-control.is-invalid:focus {
		border-color: #dc3545;
}

.profile input:focus {
		box-shadow: none;
		border: 1px solid #dcdcdc;
}

.profile input:hover {
		
}

.profile {
	background: #fff url('/assets/frontend/images/carbuy_big_bg.png');
	background-size: 80%;
	background-position: 50% 0%; 
	background-repeat: no-repeat;
}

.profile h2 {	
	font-family: 'Sequel 100 Wide 85 Wide';
	font-size: 38px;	
	color: #000;	
}

.profile h3 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 3rem;
}

.profile p {
	font-size: 17px;
	/*line-height: 3rem;*/
}

.profile .addcar {
	background: #fff; 
	border: 1px solid #eee; 
	font-size: 14px !important;	
	border-radius: 10px;
	padding: 1rem;
}

.profile .addcar input {
	background: #f0f0f0;
}

.profile .addcar .selectpicker, .profile .addcar .form-control, .profile .addcar .dropdown-menu {
	font-size: 14px !important;	
}

.profile .addcar .btn-white {
	border: 1px solid #c4c4c4;
	background: #f0f0f0;
}

.profile .addcar .btn-white.bs-placeholder .filter-option-inner-inner {
	font-size: 14px !important;
	font-weight: 400;
}

.profile .btn-group .btn-white {
	border: 1px solid #ccc;
}

.profile .profile-car-table td {
	vertical-align: middle;
}

.profile .img-holder {
	margin: 10px;
}

.profile .img-holder .controls {
	position: absolute;
}

.profile .img-holder img {
	width: 100%;
	border-radius: 10px;	
}

.profile .btn-white {
	border: 1px solid #ccc;
}