/* ==========================================================================
   Body
   ========================================================================== */

body {
	min-width: 320px;
	background-color: #fff;
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Lato', sans-serif;
	margin-top: 358px;
}

/* body.sticky { margin-top: 125px;} */ 

/* ==========================================================================
   Base
   ========================================================================== */

a {
	color: #dc0714;
	text-decoration: none;
}

a:hover {
	color: #cb000c;
}

a:focus {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	color: #333;
	font-weight: normal;
	line-height: 1;
}

p {
	margin-top: 0;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #ccc;
}

img {
	max-width: 100%;
	height: auto;
}

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


/* ==========================================================================
   Container
   ========================================================================== */

.container {
	margin-left: auto;
	margin-right: auto;
	width: 1170px;
	position: relative;
}

.container .row {
	margin-left: -20px;
}

.container-fluid {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container-fluid .row {
	margin-left: -15px;
	margin-right: -15px;
}


/* ==========================================================================
   Header
   ========================================================================== */


.header {
	z-index: 998;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: #474747;
}

/* sticky */
.sticky .header {
	position: fixed;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	transition: all 0.6s ease-in;
}

.sticky .topbar {
	min-height: 50px;
	padding: 0;
}

.sticky .header .content-left .title, .sticky .header .content-left p {
	display: none;
}

.sticky .header .topbar .persons {
	display: none;
}

.sticky .header .topbar .close {
	position: fixed;
	right: 10px;
	top: 7px;
}

.sticky .navbar {
	height: 80px;
}

.sticky .offices {
	margin: 0;
	padding: 10px 0;
}

.sticky .offices > li {
	float: left;
	margin: 0 10px 0 0;
	transition: all 0.2s ease-in-out;
	clear: none;
}

.sticky .offices li label {
	min-width: inherit;
}

.sticky .cta {
	margin: 5px 0 0;
}

.sticky .cta li {
	line-height: 45px;
}

/* topbar */
.topbar {
	color: #fff;
	padding: 15px 0;
	position: relative;
}

/* left */
.topbar .title {
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
}

.topbar .title::after {
	background-color: #dc0714;
	bottom: 0;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	margin-bottom: 15px;
	margin-top: 10px;
	padding-bottom: 0;
	width: 115px;
}

/* ul first */
.sticky .topbar .content-left ul:first-of-type {
	display: none;
}

.topbar .content-left ul:first-of-type {
	list-style: outside none none;
	margin: 0 0 30px;
	padding: 0;
}

/* offices */
.offices {
	list-style: outside none none;
	margin: 6px 0 10px;
	padding: 0;
}

.offices li {
	clear: both;
	line-height: 24px;
}

.offices li label {
	margin: 0;
	min-width: 110px;
	float: left;
	font-size: 20px;
}

.offices li a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-left: 5px;
}

.offices li a span {
	color: #999;
}

/* right */
.topbar .persons {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	display: flex;
}

.topbar .persons li {
	float: left;
	margin: 0 20px 0 0;
	text-align: center;
	align-self: flex-end;
}

.topbar .persons .image img {
	border-radius: 50%;
	opacity: 0.9;
	transition: all 0.3s ease-in 0s;
}

.topbar .persons .image img:hover {
	opacity: 1;
}

.topbar .persons li .name {
	font-size: 18px;
	font-weight: 600;
	margin-top: 5px;
}

.topbar .persons li.team {
	align-self: flex-start;
}

.topbar .persons .image span {
	background-color: #aaa;
	border: 1px solid #aaa;
	border-radius: 50%;
	color: #fff;
	float: left;
	font-size: 15px;
	height: 115px;
	line-height: 18px;
	margin-top: 12px;
	padding: 25px 0;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s all ease-in-out;
	width: 115px;
}

.topbar .persons .image span:hover {
	background-color: #474747;
}

.topbar .persons .image.team > a > span:hover {
	color: #e67e22;
	transition: 0.5s all ease-in-out;
}

.topbar .persons .contact {
	display: inline-block;
	padding: 0;
}

.topbar .persons .contact > li {
	display: inline-block;
	float: left;
	margin: 0 !important;
	padding: 0 5px;
	width: auto;
}

.topbar .persons .contact a {
	color: #e67e22;
	font-weight: 300;
}

.topbar .persons .contact a:hover {
	color: #dc0714;
}

.topbar .close {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 99999;
}

.topbar .close i {
	color: #9b9b9b;
	float: left;
	font-size: 30px;
}

.topbar .close i:hover {
	color: #fff;
}

.cta {
	float: left;
	list-style: outside none none;
	margin: 40px 0 0 0;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 9999;
}

.cta li {
	float: left;
	padding: 1% 0 0 1%;
}

.cta .btn {
	display: block;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

/* navbar */
.navbar {
	background-color: #fff;
	height: 80px;
	left: 0;
	position: relative;
	right: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.6);
}

/* logo */
.header .logo {
	display: block;
	float: left;
	max-width: 142px;
	overflow: hidden;
	padding: 15px 0;
	position: relative;
	transition: none 0s ease 0s;
	z-index: 999999;
}

.header .logo img {
	opacity: 1;
}

.header .logo img:hover {
	opacity: 0.9;
}


/* ==========================================================================
   Menu
   ========================================================================== */

.menu {
	float: left;
	list-style: outside none none;
	margin: 0 0 0 45px;
	padding: 25px 0;
}

.menu > li {
	float: left;
	font-size: 14px;
	line-height: 30px;
	padding: 0 15px;
	position: relative;
}

.menu > li > a {
	color: #474747;
	display: block;
	height: 30px;
	padding-bottom: 10px;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.3s ease 0s, background 0.3s ease 0s;
}

.menu > li:last-child {
	color: #fff;
	padding: 0;
	position: absolute;
	right: 0;
}

.menu > li:last-child a {
	background-color: #dc0714;
	border: 1px solid #dc0714;
	color: #fff;
	padding: 0 25px;
}

.menu > li:last-child > a:hover, .menu > li.active:last-child > a {
	background-color: #fff;
	color: #dc0714;
	border: 1px solid #dc0714;
}

.menu > li > a:hover, .menu > li.active > a {
	border-bottom: 2px solid #dc0714;
	color: #dc0714;
}

/* menu > ul */
.menu > li > ul {
	display: none;
	z-index: 100;
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	min-width: 200px;
	background-color: #fff;
	padding-top: 25px;
	padding: 25px 0px 10px 20px;
	margin: 0 -20px;
	box-shadow: 0px 2px 0px #333;

}

.menu > li:hover > ul {
	display: block;
}

.menu > li.last > ul {
	right: 0;
}

.menu > li > ul > li {
	float: none;
	white-space: nowrap;
}

.menu > li > ul > li > a {
	display: block;
	color: #333;
}


.menu > li > ul > li > a:hover, .menu > li > ul > li.active > a {
	color: #dc0714;
}

/* menu > ul > ul */
.menu > li > ul > li > ul {
	display: none;
	z-index: 100;
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	min-width: 200px;
	background-color: #fff;
	padding: 10px 20px 10px;
	box-shadow: 0px 2px 0px #333;
	left: 200px;
	margin-top: -40px;
	border-left: 1px solid #999;
}

.menu > li > ul > li:hover > ul {
	display: block;
}

.menu > li > ul > li.last > ul {
	right: 0;
}

.menu > li > ul > li > ul > li {
	float: none;
	white-space: nowrap;
}

.menu > li > ul > li > ul > li > a {
	display: block;
	color: #333;
}


.menu > li > ul > li > ul > li > a:hover, .menu > li > ul > li > ul > li.active > a {
	color: #dc0714;
}


/* ==========================================================================
   Eyecatcher
   ========================================================================== */

.eyecatcher {
	position: relative;
	height: auto;
	overflow: hidden;
	padding-bottom: 50px;
	background: #dee2eb;
	background: -moz-linear-gradient(top, #dee2eb 0%, #ffffff 50%, #dee2eb 100%, #207cca 100%);
	background: -webkit-linear-gradient(top, #dee2eb 0%, #ffffff 50%, #dee2eb 100%, #207cca 100%);
	background: linear-gradient(to bottom, #dee2eb 0%, #ffffff 50%, #dee2eb 100%, #207cca 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dee2eb', endColorstr='#207cca', GradientType=0);
}

.eyecatcher .slides li img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* caption */
.caption {
	position: relative;
	text-align: center;
}

.caption .group {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	line-height: 18px;
	text-transform: uppercase;
}

.caption .type {
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	line-height: 18px;
	text-transform: uppercase;
}

.caption .type a {
	color: #333333;
}

.caption .detail {
	font-size: 12px;
}

/* intro-groups */
.eyecatcher .intro-groups {
	margin-top: 7.5vh;
}


/* intro-text */
.intro-text {
	height: auto;
	margin: 0 auto;
	padding: 6vh 0;
	text-align: center;
	width: 65%;
}

.wrapper.content .intro-text {
	padding: 10px 100px 50px;
	width: 100%;
}

.intro-text p {
	margin: 5vh 0 0;
}

.intro > p:last-child {
	margin: 0;
}

.wrapper.content .intro-text p {
	font-size: 18px;
	margin: 30px 0 0;
}

.eyecatcher .btn-block {
	width: 100%;
	position: relative;
	text-align: center;
}

.eyecatcher .btn {
	padding: 5px 30px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
	background-color: #DD0615;
}

.eyecatcher .btn:hover {
	background-color: #e67e22;
}

/* Flexslider controls */
.controls {
	padding-top: 10px;
}

.flex-control-nav {
	text-align: center;
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
	border: 1px solid rgba(71, 71, 71, 0.25);
	border-radius: 20px;
	cursor: pointer;
	display: block;
	height: 14px;
	text-indent: -9999px;
	width: 14px;
}

.flex-control-paging li a:hover {
	border: 1px solid #DD0615;
	background: #DD0615;
	background: rgb(221, 6, 21, 0.7);
}

.flex-control-paging li a.flex-active {
	border: 1px solid #DD0615;
	background: #DD0615;
	background: rgb(221, 6, 21, 0.9);
	cursor: default;
}


/* ==========================================================================
   home-blocks
   ========================================================================== */
.home-blocks {
	display: block;
	float: right;
	margin: 0 auto;
	overflow: hidden;
	width: 410px;
	padding-bottom: 50px;
}

.home-blocks .block {
	background-color: #DD0615;
	border-radius: 10px;
	float: left;
	height: 165px;
	margin: 0 10px 20px 0;
	overflow: hidden;
	padding: 10px;
	transition: 0.3s all ease-in-out;
	width: 200px;
}

.home-blocks .block:hover {
	background-color: #e67e22;
	transition: 0.3s all ease-in-out;
}

.home-blocks .block:nth-of-type(2n) {
	margin: 0;
}

.block .title h2 {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	min-height: 40px;
	text-transform: uppercase;
}

.block .title::after {
	background-color: #fff;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	margin-top: 5px;
	padding-bottom: 0;
	width: inherit;
}

.home-blocks .block .description {
	padding-top: 5px;
}

.home-blocks .block .description p {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
}


/* ==========================================================================
   Wrapper
   ========================================================================== */

.wrapper {
	padding-top: 10vh;
}

.wrapper.content {
	padding: 5vh 0;
	background: #dde1ea; /* Old browsers */
	background: -moz-linear-gradient(top, #dde1ea 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #dde1ea 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #dde1ea 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dde1ea', endColorstr='#ffffff', GradientType=0); /* IE6-9 */

}


/* ==========================================================================
   news
   ========================================================================== */
.news.row {
	margin-left: -5%;
}

.news-item {
	background-color: #fff;
	border: 1px solid #ccc;
	float: left;
	margin: 2.5% 0 2.5% 5%;
	min-height: 250px;
	padding: 20px;
	width: 45%;
}

/* news detail */
.news-item.detail {
	width: auto;
}

.news-item .image {
	display: block;
	float: left;
	padding-bottom: 25px;
	width: 25%;
}

/* ==========================================================================
   Content
   ========================================================================== */
.content h1 {
	font-size: 48px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.content h2 {
	color: #dc0714;
	font-weight: bold;
	font-size: 23px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.content h2::after {
	background-color: #dc0714;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 0;
	width: 125px;
}

.content h3 {
	font-size: 16px;
	margin-bottom: 5px;
}

.content img, .content iframe {
	border: none;
}

/* left/right */
.content-left {
	float: left;
	width: 45%;
}

.content-right {
	float: right;
	width: 45%;
}

.wrapper.content h2 {
	margin-top: 50px;
}

.wrapper.content h2:first-of-type {
	margin-top: 0px;
}

/* round image - template */
.wrapper.content .roundimage img {
	width: 100%;
	border-radius: 100%;
}

.wrapper.content .roundimage p {
	text-align: center;
	font-style: italic;
}


/* ==========================================================================
   reviews
   ========================================================================== */

.reviews {
	list-style: outside none none;
	margin: 0;
	padding: 30px 0;
	text-align: center;
}

.reviews p {
	color: #dc0714;
	font-family: "Montserrat", sans-serif;
	font-size: 165px;
	font-weight: bold;
	line-height: 35px;
	margin: 0;
	padding-top: 40px;
}

.reviews .review {
	padding: 0 15vw;
	list-style: outside none none;
}

.reviews .review .title {
	font-size: 24px;
	font-weight: bold;
	font-family: "Montserrat", sans-serif;
	line-height: 29px;
	text-transform: uppercase;
}

.reviews .review .person {
	margin-top: 16px;
}

.reviews .owl-carousel, .reviews .owl-dots {
	padding: 0;
}

/* owl dots */
.owl-dots {
	display: block;
	margin: 10px auto 0;
	text-align: center;
	padding-left: 60px;
}

.owl-dots .owl-dot {
	display: inline-block;
}

.owl-dots .owl-dot span {
	background: #cccbcd none repeat scroll 0 0;
	border-radius: 30px;
	display: block;
	height: 15px;
	margin: 5px 7px;
	transition: opacity 200ms ease 0s;
	width: 15px;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
	background: #ff0000 none repeat scroll 0 0;
}

/* ==========================================================================
   Cars assortiment
   ========================================================================== */

.car-overview {
}

.car-overview .intro {
	padding: 0 10vw;
}

/* usps intro */
.car-overview .intro > ul {
	display: inline-block;
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 50%;
}

.car-overview .intro li {
	padding: 0 25px;
	position: relative;
	text-align: left;
}

.car-overview .intro li::before {
	content: "\f00c";
	color: #dc0714;
	font-family: FontAwesome;
	left: 0;
	padding-right: 10px;
	position: absolute;
}

/* usps sub ul */
.car-overview .intro ul > li > ul {
	font-size: 10px;
	list-style: outside none none;
	padding: 0;
}

.car-overview .intro > ul > li > ul > li {
	padding: 0;
}

.car-overview .intro > ul > li > ul > li::before {
	content: "";
	padding: 0;
}

/* tab divider */
.tab-divider {
	display: inline-block;
	margin: 20px auto 20px;
	padding: 0;
}

.tab-divider li {
	border: 1px solid #ccc;
	cursor: pointer;
	float: left;
	line-height: 40px;
	list-style: outside none none;
	padding: 0 25px;
}

.tab-divider li.active {
	background-color: #fff;
}

.category a {
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 20px;
	padding: 0 10px;
	text-transform: uppercase;
}

.category.active a, .category a:hover {
	color: #dc0714;
}

.category.active::before {
	color: #dc0714;
}


.category:first-of-type a::before {
	color: #000;
	content: "\f0d1";
	font-family: FontAwesome;
	font-weight: 500;
	padding-right: 10px;
}

.category.active:first-of-type a::before, .category.active:last-of-type a::before {
	color: #dc0714;
}

.category:nth-of-type(2) a::before {
	color: #000;
	content: "\f1b9";
	font-family: FontAwesome;
	font-weight: 500;
	padding-right: 10px;
}


/* car */
.car-overview .car {
	position: relative;
	width: 100%;
	min-height: 200px;
	margin-bottom: 30px;
	padding: 30px;

	border: 1px solid #b8b8b8;
	border-radius: 15px;
	background-color: #fff;
}

.car-overview .car .col-4 {
	margin-top: -15px;
}

.car-overview .car .col-5,
.car-overview .car .col-4,
.car-overview .car .col-3 {
	padding: 0;
	text-align: left;
	min-height: 170px;
}

.car-overview .car .col-5 {
	padding-right: 30px;
}

.car-overview .car .group {
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	color: #dc0714;
	font-weight: bold;
	text-transform: uppercase;
}

.car-overview .car .type {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

.car-overview .car .type::after {
	background-color: #dc0714;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	margin-bottom: 15px;
	margin-top: 5px;
	padding-bottom: 0;
	width: 125px;
}

.car-overview .car .price span {
	color: #e67e22;
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-weight: bold;
}

.car-overview .car .more-km span {
	color: #E67E22;
}

.car-overview .car .col-3 .btn {
	width: 100%;
	margin-top: 20px;
	padding: 5px 30px;

	background-color: #dc0714;
	border: 1px solid #dc0714;

	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.car-overview .car .col-3 .btn:hover {
	background-color: #fff;
	color: #dc0714;
	border: 1px solid #dc0714;
}

.car-overview .car .col-3 .custom_button {
	width: 100%;
	margin-top: 20px;
	padding: 5px 30px;

	background-color: #07DB98; 
	border: 1px solid #07DB98;

	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.car-overview .car .col-3 .custom_button:hover {  
	background-color: #fff;
	color: #07DB98;
	border: 1px solid #07DB98; 
}

.car-overview .car .col-12 {
	padding: 0;
}

.car-overview .car .contact-form {
	display: none;
	padding-top: 20px;

	text-align: left;
}

.car-overview .car .contact-form.open {
	display: block;
}

/* Cars assortiment - form-message
   ========================================================================== */

.car-overview .car .bg-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;

	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	padding: 15px;

	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.2);
}

.car-overview .car .form-message {
	position: relative;
	max-width: 350px;
	padding: 25px;

	background-color: #FFFFFF;
	border: 1px solid #B8B8B8;
	border-radius: 15px;

	text-align: left;
	-webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .1);
	box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .1);
}

.car-overview .car .form-message :last-child {
	margin-bottom: 0;
}

.car-overview .car .form-message .close-message {
	position: absolute;
	top: 0;
	right: 0;

	width: 30px;
	cursor: pointer;

	font-family: 'FontAwesome';
	line-height: 30px;
	text-align: center;
	color: #DC0714;
	content: "\f00d";
}

.car-overview .car .form-message .close-message:hover {
	color: #E67E22;
}


.car-overview .car .contact-form tr {
	float: left;
	margin-bottom: 20px;
	width: 33.33%;
}

.car-overview .car .contact-form tr:last-of-type {
	width: 33.33%;
	margin-bottom: 0;
	float: right;
}

.car-overview .car .contact-form tr:last-of-type .btn {
	width: 100%;
	background-color: #dc0714;
	border: 1px solid transparent;

	font-weight: bold;
	text-transform: uppercase;
}

.car-overview .car .contact-form tr:last-of-type .btn:hover {
	background-color: #fff;
	border: 1px solid #dc0714;

	color: #dc0714;
}

.car-overview .car .contact-form td {
	display: block;
	text-align: left;
	width: 100%;
}

.car-overview .car .contact-form td:first-of-type {
	font-weight: bold;
}

.car-overview .car .contact-form input {
	background-color: #F1F3F6 !important;
	width: 90%;
}

.car-overview .car .contact-form tr:nth-child(1) input {
	width: auto;
}

.car-overview .car .contact-form tr:nth-child(3) input,
.car-overview .car .contact-form tr:nth-child(6) input {
	width: 100%;
}

.car-overview .car .contact-form tr:nth-child(1) input[type="radio"] {
	margin-right: 10px;
	width: auto;
}

.car-overview .car .contact-form tr input[type="checkbox"] {
	width: auto;
}

.car-overview .car .contact-form tr:nth-child(1) input:nth-child(2) {
	margin-left: 30px;
}

.car-overview .car .contact-form textarea {
	min-height: 30px !important;
	width: 100%;
	background-color: #efefef;
}

/* ==========================================================================
   contact-page
   ========================================================================== */
.opening-times p {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

/* widget styling */
.ui-widget-header {
	background: #dd0615 none repeat scroll 0 0 !important;
	color: #fff !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background: #d5d5d5 none repeat scroll 0 0 !important;
	border: 1px solid #d3d3d3 !important;
	color: #363636 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background: #dd0615 none repeat scroll 0 0 !important;
	border: 1px solid #dd0615 !important;
	color: #fff !important;
}

.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover {
	background: #dd0615 none repeat scroll 0 0 !important;
	border: 1px solid #dd0615 !important;
	color: #fff !important;
}

/* ==========================================================================
   our-services
   ========================================================================== */

.our-services {
	margin: 50px 0 0;
}

.our-services .column {
	color: #e67e22;
	margin-right: 30px;
	min-height: 400px;
	padding: 60px 0px 60px 0;
}

.our-services .column .image {
	display: block;
	height: auto;
	margin: 10px 0 20px;
	position: relative;
	width: 100%;
}

.our-services .column:last-child {
	border-right: medium none;
}

.our-services .column h2 {
	color: #dc0714;
	font-size: 24px;
	margin-bottom: 30px;
}

.our-services .column .description {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

.our-services .column p {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
}

.our-services .column .price {
	font-weight: bold;
	font-size: 23px;
	color: #dc0714;
	height: 40px;
}

.price {
	width: 104% !important;
}

.our-services .column a {
	bottom: 0;
	color: #dc0714;
	font-weight: bold;
	position: absolute;
}

.our-services .column a.btn {
	padding: 5px 12px;
	border: none;
	background-color: #dc0714;
	color: #fff;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none !important;
	cursor: pointer;
	position: relative;
}

.our-services .column a.btn:hover {
	background-color: #E67E22;
}

.our-services .column ul {
	list-style: outside none none;
	margin: 20px 0 0;
	padding: 0;
}

.our-services .column ul li {
	margin: 2px 0;
}

/* ==========================================================================
   map
   ========================================================================== */

.map {
	background-image: url("../images/map.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	height: 500px;
}

.map .container {
	padding: 0px;
	width: 1040px;
}

/* balloon */
.balloon {
	background: #dc0714 none repeat scroll 0 0;
	border-radius: 20px;
	min-height: 175px;
	margin: 30px auto;
	padding: 20px;
	position: absolute;
	text-align: center;
	width: 270px;
}

.balloon h4 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.balloon .tel {
	color: #fff !important;
	font-size: 14px;
	font-weight: 800;
}

.balloon .tel > a {
	color: #fff !important;
}

.balloon > ul {
	display: block;
	list-style: outside none none;
	margin: 0 auto;
	padding: 20px 0 0;
	text-align: center;
}

.balloon > ul > li {
	float: left;
	list-style: none;
	width: 33.33%;
}

.balloon > ul > li > a {
	color: #fff;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
}

.balloon > ul > li > a:hover {
	color: #e67e22;
}

.balloon > ul > li > a > i {
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #dc0714;
	display: block;
	float: none;
	font-size: 24px;
	height: 38px;
	margin: 0 auto 10px;
	padding: 5px 4px;
	transition: 0.3s all ease-in-out;
	width: 38px;
}

.balloon > ul > li > a > i:hover {
	background-color: #dc0714;
	border: 2px solid #fff;
	color: #fff;
}

.roosendaal {
	top: 155px;
	left: 5px;
}

.dongen {
	top: 25px;
	right: 90px;
}

.breda {
	top: 245px;
	right: -25px;
}

/* arrow */
.arrow-top-right {
	position: absolute;
	top: 0;
	right: -30px;

	border-bottom: 40px solid transparent;
	border-left: 50px solid #dc0714;
	border-right: 0 solid transparent;
}

.arrow-top-left {
	position: absolute;
	top: 0;
	left: -30px;

	border-bottom: 40px solid transparent;
	border-left: 0 solid transparent;
	border-right: 50px solid #dc0714;
}

.arrow-bottom-right-vertical {
	position: absolute;
	right: 0;
	bottom: -30px;

	border-bottom: 50px solid transparent;
	border-left: 0 solid transparent;
	border-right: 40px solid #dc0714;
}

.arrow-bottom-right-horizontal {
	position: absolute;
	right: -30px;
	bottom: 0;

	border-top: 40px solid transparent;
	border-left: 50px solid #dc0714;
	border-right: 0 solid transparent;
}

.arrow-bottom-left {
	position: absolute;
	bottom: -30px;
	left: 0;

	border-bottom: 50px solid transparent;
	border-left: 40px solid #dc0714;
	border-right: 0 solid transparent;

}

/* balloon cirkel */
.balloon.roosendaal::before {
	border: 1px solid #333333;
	border-radius: 50%;
	bottom: -43px;
	content: "";
	height: 26px;
	position: absolute;
	right: -13px;
	width: 26px;
}

.balloon.dongen::before {
	border: 1px solid #333333;
	border-radius: 50%;
	content: "";
	height: 26px;
	right: -43px;
	position: absolute;
	bottom: -13px;
	width: 26px;
}

.balloon.breda::before {
	border: 1px solid #333333;
	border-radius: 50%;
	content: "";
	height: 26px;
	left: -43px;
	position: absolute;
	top: -13px;
	width: 26px;
}

/* pointer */
.pointer {
	border-radius: 50%;
	height: 24px;
	width: 24px;
}

.pointer.large {
	background: #dc0714 none repeat scroll 0 0;
	border: 1px solid #dc0714;
	margin: 30px auto;
	position: relative;
}

.pointer.small {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #333333;
	margin: 30px auto;
	position: relative;
}

/* ==========================================================================
   Sidebar
   ========================================================================== */

.sidebar {
	float: left;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.footer {
	color: #fff;
	position: relative;
	background-color: #333333;
}

.footer .overlay {
	background-image: url("../images/kroonsteen.png");
	background-repeat: no-repeat;
	background-size: cover;
	height: 60px;
	left: 0;
	position: absolute;
	top: 0;
	width: 520px;
}

/* footer-top */
.footer-top {
	padding: 80px 0 0;
	position: relative;
}

.footer h3 {
	color: #fff;
	font-weight: bold;
	font-size: 23px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.footer h3::after {
	background-color: #dc0714;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 0;
	width: 125px;
}

.footer-top .content-left {
	float: left;
	width: 45%;
}

.footer-top .content-right {
	float: right;
	width: 50%;
}

.footer-top .content-left p > a {
	color: #e67e22;
}

footer .offices,
.sticky footer .offices {
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

footer .offices > li,
.sticky footer .offices > li {
	margin: 0 30px 0 0;
	clear: both;
	line-height: 25px;
}

footer .offices > li label,
.sticky footer .offices > li label {
	min-width: 110px;
}

/* social */
.social {
	list-style: outside none none;
	margin: 50px 0 0;
	padding: 0;
	position: relative;
}

.social li {
	float: left;
	font-size: 30px;
	padding-right: 10px;
}

.social a {
	color: #fff;
}

.social a:hover {
	color: #dc0714;
}

/* footer-bottom */
.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	margin-top: 50px;
}

.footer-bottom .links {
	display: table;
	list-style: outside none none;
	margin: 0 auto;
	padding: 10px 0;
}

.footer-bottom .links li {
	border-left: 1px solid #fff;
	float: left;
	line-height: 14px;
	padding: 0 10px;
}

.footer-bottom .links li:first-child {
	border: none;
}

.footer-bottom .links a {
	color: #fff;
}

.footer-bottom .links a:hover {
	color: #e67e22;
}

/* cta-links */
.cta-links {
	float: left;
	list-style: outside none none;
	margin: 0 0 40px;
	padding: 0;
}

.cta-links li:first-child {
	margin: 0;
	width: 150px;
}

.cta-links li {
	float: left;
	margin-left: 20px;
	margin-top: -5px;
	width: 410px;
}

.cta-links p {
	line-height: 20px;
	margin-top: -5px;
}

.cta-links li .btn {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

/* scroll-top */
.scroll-top {
	background-color: #dd0615;
	bottom: 0;
	cursor: pointer;
	font-size: 20px;
	height: 30px;
	padding-top: 2px;
	position: fixed;
	right: 30px;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	width: 30px;
	z-index: 9999;
}

.scroll-top:hover {
	background-color: #e67e22;
}

/* ==========================================================================
   Contact-form
   ========================================================================== */

.contact-form table {
	width: 100%;
}

.contact-form table tr td {
	padding: 5px 0;
}

.contact-form small {
	display: block;
	color: #DD0615;
}


/* ==========================================================================
   Images
   ========================================================================== */

.image img {
	display: block;
	max-width: 100%;
	height: auto;
}


/* ==========================================================================
   CSS3 transition
   ========================================================================== */

a {
	transition: 0.3s;
}

.btn {
	transition: background 0.3s;
}


/* ==========================================================================
   Buttons
   ========================================================================== */

.btn {
	display: inline-block;
	padding: 5px 12px;
	border: none;
	background-color: #e67e22;
	color: #fff;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none !important;
	cursor: pointer;
}

.btn:hover {
	background-color: #dc0714;
	color: #fff;
}

.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

/* Size
   ========================================================================== */
.btn-large {
	padding: 6px 14px;
	font-size: 15px;
}

.btn-small {
	padding: 2px 8px;
	font-size: 12px;
}

.btn-mini {
	padding: 0 6px;
	font-size: 11px;
}


/* ==========================================================================
   Forms
   ========================================================================== */

.form-horizontal .form-group label {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 0;
}

.form-group {
	margin-bottom: 10px;
}

label {
	display: block;
	margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"] {
	display: inline-block;
	height: 30px;
	padding: 5px 6px;
	vertical-align: middle;
	border-radius: 2px;
	color: #595959;
	line-height: 20px;
}

input,
select,
textarea {
	width: 220px;
}

select,
textarea,
input[type="text"],
input[type="password"] {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

select.invalid,
textarea.invalid,
input[type="text"].invalid,
input[type="password"].invalid {
	border: 1px solid #d44950;
}

select.invalid:focus,
textarea.invalid:focus,
input[type="text"].invalid:focus,
input[type="password"].invalid:focus {
	border: 1px solid #d44950;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d44950;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
}

select[multiple],
select[size],
textarea {
	height: auto;
}

select,
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}

/* Size
   ========================================================================== */
.input-mini {
	width: 50px;
}

.input-small {
	width: 110px;
}

.input-medium {
	width: 170px;
}

.input-large {
	width: 260px;
}


/* ==========================================================================
   Alerts
   ========================================================================== */

.alert {
	margin-bottom: 20px;
	padding: 15px;
	background-color: #fcf8e3;
	border: 1px solid #faebcc;
	border-radius: 4px;
	color: #8a6d3b;
}

.alert-error {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}


/* ==========================================================================
   Tables
   ========================================================================== */

table {
	max-width: 100%;
}

th {
	text-align: left;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

.table > tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #eaeaea;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: #f5f5f5;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

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

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

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

.vertical-align {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


/* ==========================================================================
   Clearing
   ========================================================================== */

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.container:after,
.container-fluid:after,
.row:after,
.clear:after,
.clearfix:after {
	clear: both;
}


/* ==========================================================================
   Grid system
   ========================================================================== */

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
		float: left;
	}

	.col-12 {
		width: 100%;
	}

	.col-11 {
		width: 91.66666667%;
	}

	.col-10 {
		width: 83.33333333%;
	}

	.col-9 {
		width: 75%;
	}

	.col-8 {
		width: 66.66666667%;
	}

	.col-7 {
		width: 58.33333333%;
	}

	.col-6 {
		width: 50%;
	}

	.col-5 {
		width: 41.66666667%;
	}

	.col-4 {
		width: 33.33333333%;
	}

	.col-3 {
		width: 25%;
	}

	.col-2 {
		width: 16.66666667%;
	}

	.col-1 {
		width: 8.33333333%;
	}
}


/* ==========================================================================
   Responsive utility classes
   ========================================================================== */

.visible-phone {
	display: none !important;
}

.visible-tablet {
	display: none !important;
}

.hidden-desktop {
	display: none !important;
}

.visible-desktop {
	display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
	.hidden-desktop {
		display: inherit !important;
	}

	.visible-desktop {
		display: none !important;
	}

	.visible-tablet {
		display: inherit !important;
	}

	.hidden-tablet {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.hidden-desktop {
		display: inherit !important;
	}

	.visible-desktop {
		display: none !important;
	}

	.visible-phone {
		display: inherit !important;
	}

	.hidden-phone {
		display: none !important;
	}
}


/* ==========================================================================
   FlexSlider
   ========================================================================== */

.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.slides img {
	width: 100%;
	display: block;
}

.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {
	display: block;
}


/* ==========================================================================
   Logo-3w
   ========================================================================== */

.logo-3w {
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 20px;
	height: 20px;
	background: url(../images/logo-3w.png);
}

/* ==========================================================================
    FAQ
    ========================================================================== */

.module-faq .parallax-window {
	display: none;
	opacity: 0;
	background: none;
	min-height: unset;
}

.faq {
	padding-bottom: 50px;
}

.faq .faq_category {
	margin-left: 20px;
}

.faq .faq_category .title {
	position: relative;

	margin-top: 15px;
	padding: 10px 10px 10px 60px;

	cursor: pointer;
}

.faq .faq_category .title h2 {
	margin: -5px 0 0;
	text-transform: inherit;
	font-weight: 400;
	font-size: 26px;
}

.faq .faq_category .title .icon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 25;

	display: block;
	min-width: 45px;
	padding: 8px 15px;

	font-size: 1.2em;
	text-align: center;
	color: #234D96;

	transition: .2s;
}

.faq .faq_category .title:hover .icon {
	color: #000000;
}

.faq .faq_category .items {
	display: none;
}

.faq .faq_category .items .item {
	width: 100%;
	margin: 0;
	float: none;
}

/* Question
    ========================================================================== */
.faq .faq_category .items .item .question {
	position: relative;

	min-height: 45px;
	padding: 10px 10px 10px 60px;
	background: #e4e4e4;
	border-bottom: 1px solid #fff;

	cursor: pointer;
}

.faq .faq_category .items .item .question h3 {
	margin: 0;
}

.faq .faq_category .items .item .question .icon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 25;

	display: block;
	min-width: 45px;
	padding: 8px 15px;

	font-size: 1.2em;
	text-align: center;
	color: #6d6d6d;

	transition: .2s;
}

.faq .faq_category .items .item .question:hover .icon {
	color: #f59e00;
}

.faq .faq_category .items .item .question h3 {
	color: #6d6d6d;
	font-size: 18px;
	line-height: 25px;
}

/* Answer
    ========================================================================== */
.faq .faq_category .items .item .answer {
	display: none;
	margin-bottom: 25px;
	padding: 10px;
	padding-left: 60px;

	border: 1px solid #e4e4e4;
	border-top: none;
}

:root {
	--orange: #E67E22;
	--red: #dc0714;
}


/* car detail*/
.car-detail .cars-holder .car {
	background: #fff;
	border: 1px solid #B8B8B8;
	border-radius: 15px;
	padding: 50px 60px;
}

.car-detail .cars-holder > .row > div {
	text-align: left;
}

.car-detail .cars-holder > .row {
	margin-bottom: 50px;
	margin-top: 25px;
}

.car-detail .cars-holder .car h2 {
	text-align: left;
	margin-bottom: 35px;
}

.car-detail .cars-holder > .row > div .price span {
	font-size: 18px;
	color: var(--orange);
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
}

.car-detail .cars-holder > .row > div .price {
	font-style: italic;
}

.car-detail .cars-holder > .row > div .notice {
	font-style: italic;
	margin-top: 20px;
}

.car-detail .contact-form table tbody {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
}

.car-detail .contact-form table tbody tr {
	display: inline-flex;
	flex-flow: row wrap;
	flex: 0 0 33.333%;
	max-width: 33.333%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
}

.car-detail .contact-form table tbody tr:nth-of-type(3n + 1) {
	padding-left: 0;
}

.car-detail .contact-form table tbody tr:nth-of-type(3n + 3) {
	padding-right: 0;
}

.car-detail .contact-form table tbody tr:last-of-type {
	margin-left: auto;
	padding-left: 15px;
	padding-right: 0;
}

.car-detail .contact-form table tbody tr button[type=submit] {
	width: 100%;
	background: var(--red);
	border: 1px solid var(--red);
	text-transform: uppercase;
	font-weight: 600;
}

.car-detail .contact-form table tbody tr button[type=submit]:hover {
	background: #fff;
	color: var(--red);
}

.car-detail .contact-form table tbody tr td {
	flex: 0 0 100%;
	max-width: 100%;
	text-align: left;
}

.car-detail .contact-form table tbody tr td:first-of-type {
	font-weight: bold;
}

.car-detail .contact-form table tbody tr td input[type=text],
.car-detail .contact-form table tbody tr td textarea {
	width: 100%;
	max-width: 100%;
	background: #F1F3F6;
}

.car-detail .contact-form table tbody tr td textarea {
	min-width: 100%;
	min-height: 120px;
}

.car-detail .cars-holder .car.gallery_wrapper {
	padding: 30px 83px 0;
}

.slick-dots {
	padding-left: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
}

.slick-dots li button {
	font-size: 0;
	width: 18px;
	height: 18px;
	border-radius: 50px;
	background: #fff;
	border: 1px solid #000000;
}

.slick-dots li:not(:last-of-type) {
	margin-right: 10px;
}

.slick-dots li.slick-active button {
	background: var(--red);
	border: 1px solid var(--red);
}

.second_gallery {
	max-width: 400px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

.more_info_btn {
	background: transparent !important;
	color: var(--red);
	border: none !important;
	padding: 0 !important;
	text-decoration: underline !important;
	text-align: left !important;
}
