body {
	font-family: 'Lato', sans-serif;
	color: rgb(65, 64, 66);
}

.country-select a.select-country {
	padding: 8px 16px;
}

.banner {
	height: 600px;
	position: relative;
}
.banner-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.banner-bg-inside {
	height: 100%;
	margin-left: 40px;
	/*background: url(/images/header_background.jpg) no-repeat 50% 50%;
	background-size: cover;
	border-top-left-radius: 7em;*/
}
.banner-bg-inside img {
	width: 100%;
	height: 100%;
	display: block;
	border-top-left-radius: 100px;
}
.banner .navbar {
	padding-top: 0;
	padding-bottom: 0;
	height: 105px;
}
.banner .navbar .navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
	position: absolute;
	left: 35px;
	top: 0px;
}
.banner .navbar .nav-item .nav-link {
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
}

.banner .slogan h2 {
	text-transform: uppercase;
	text-align: center;
	margin-top: 105px;
	color: #fff;
	font-size: 34px;
	font-weight: 400;
}



.footer-save-money {
	background: #0061a0;
	padding: 60px 0;
	color: #fff;
}
.footer-save-money h2 {
	font-weight: 400;
	margin: 5px 0;
}
.footer-save-money p {
	font-weight: 400;
	font-size: 15px;
}


.footer-partners {
	background: #dde2e6;
	padding: 60px 0 20px 0;
}
.footer-partners .intro p {
	font-size: 18px;
	text-align: center;
	color: #3a434d;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 10px;
}
.footer-partners .intro h2 {
	font-size: 31px;
	color: #3a434d;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0;
}



.partner-blocks-wrapper {
	margin-left: -15px;
	margin-right: -15px;
}
.partner-blocks {
	margin-top: 35px;
}
.partner-block {
	display: block;
	text-decoration: none;
	background: #fff;
	border-bottom-right-radius: 10px;
	margin: 15px;
}
.partner-block:hover {
	box-shadow: 0px 0px 10px #6A6A6A;
	transition: all 0.5s ease-in-out;
}
.partner-block .header {
	background: url(/images/home-img.jpg) no-repeat 50% 50%;
	background-size: cover;
	height: 153px;
	position: relative;
}
.partner-block .header p {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 20px;
	width: 80%;
	text-align: center;
}
.partner-block h3 {
	font-size: 19px;
	padding: 5px 20px 0 20px;
	color: #3a434d;
	margin: 5px 0;
}
.partner-block > p {
	font-size: 12px;
	padding: 0 20px;
	color: #3a434d;
	min-height: 30px;
}
.partner-block .read-more {
	display: block;
	border-top: 1px solid #eee;
	padding: 10px 20px 10px 15px;
	margin: 10px 0 0 0;
	text-decoration: none;
}
.partner-block .arrow-link {
	display: inline-block;
	margin-left: 5px;
	width: auto !important;
	display: inline-block !important;
}
.partner-block:hover .arrow-link {
	animation: 3s linear 0.25s normal forwards infinite running arrow-bounce;
}
.owl-theme .owl-dots .owl-dot {
	height: auto;
	margin-right: 5px;
	padding: 2px !important;
	width: auto;
	border: 1px solid #0061a0;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot span {
	background: #0061a0;
	margin: 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: transparent;
}


.partner-blocks-page .partner-blocks {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.partner-blocks-page .partner-block {
	box-shadow: 0px 0px 10px #ddd;
}
.partner-blocks-page .partner-block:hover {
	box-shadow: 0px 0px 10px #6A6A6A;
	transition: all 0.5s ease-in-out;
}



span.highlight {
	color: #0061a0;
}



.footer-partner-category-pages {
	padding: 50px 0 35px 0;
}
.partner-page-link {
	display: block;
	box-shadow: 1px 1px 10px #dde2e6;
	border-bottom-right-radius: 10px;
	text-decoration: none;
	margin-bottom: 15px;
}
.partner-page-link:hover {
	box-shadow: 0 3px 8px rgb(106, 106, 106);
	transition: all 0.5s ease-in-out 0s;
}
.partner-page-link > img {
	width: 100%;
}
.partner-page-link .link {
	display: block;
	padding: 15px 20px 15px 15px;
	text-decoration: none;
}
.partner-page-link .arrow-link {
	display: inline-block;
	margin-left: 5px;
	width: auto !important;
	display: inline-block !important;
}
.partner-page-link:hover .arrow-link {
	animation: 3s linear 0.25s normal forwards infinite running arrow-bounce;
}



.footer-top {
	background: #0072bb;
	padding: 35px 0;
	color: #fff;
}
.link-to-top-of-page {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.link-to-top-of-page .icon-up {
	border: 2px solid #fff;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	font-size: 9px;
	text-align: center;
	margin-left: 10px;
	vertical-align: middle;
}
.link-to-top-of-page:hover {
	color: #7fb0cf;
	transition: all .5s ease 0s;
}
.link-to-top-of-page:hover .icon-up {
	border-color: #7fb0cf;
}


.footer {
	background: #0061a0;
	padding: 20px 0 25px 0;
	color: #fff;
}
.footer h2 {
	font-size: 17px;
	font-weight: bold;
	margin: 25px 0 25px 0;
}
.footer .footer-item {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 35px;
}
.footer .footer-item .fa {
	display: inline-block;
	margin-right: 15px;
}
.footer .footer-item-icon {
	display: inline-block;
	width: 44px;
	height: 44px;
	border-radius: 22px;
	border: 2px solid #fff;
	text-align: center;
	font-size: 25px;
	color: #fff;
	margin-right: 10px;
}
.footer .footer-item:hover, .footer .footer-item-icon:hover {
	color: #649fc5;
	transition: all .5s ease 0s;
	border-color: #649fc5;
}


.footer-bottom {
	background: #0061a0;
	padding: 25px 0;
	color: #fff;
	border-top: 1px solid #0072bb;
}
.footer-bottom a {
	color: #fff;
	text-decoration: none;
}
.footer-bottom a:hover {
	color: #649fc5;
	transition: all .5s ease 0s;
}



.container-body {
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.container-body h4 {
	font-style: italic;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}
.container-body h1 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 10px 0 25px 0;
}
.container-body .body-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
}
.container-body.has-page-bottom-image {
	margin-bottom: 0;
	padding-bottom: 0;
}
.container-body .body-text h2 {
	font-size: inherit;
	font-weight: bold;
	margin-top: 25px;
}
.container-body.partner-body {
	
}
.container-body.partner-body img {
	float: right;
	max-width: 100%;
}
.container-body.partner-body h1:first-child {
	margin-top: 0;
}



.page-bottom-image {
	text-align: right;
	margin-top: 50px;
}
.page-bottom-image img {
	max-width: 100%;
}



.form .form-control {
	box-shadow: none;
	height: 65px;
	border-width: 0px 0px 1px 0px;
	border-color: #c1c9d1;
	border-radius: 0;
	padding: 0;
	font-size: 14px;
}
.form textarea.form-control {
	height: 140px;
}
.form #submit-button.checking-chassis-number .default-label {
	display: none;
}
.form #submit-button .check-chassis-number-label {
	display: none;
}
.form #submit-button.checking-chassis-number .check-chassis-number-label {
	display: inline;
}






@media (min-width: 1200px) {
	.container{
		max-width: 1140px;
	}
}



@media (max-width: 480px) {
	.banner {
		height: auto;
	}
	.banner .navbar {
		height: auto;
	}
	.banner .navbar .navbar-brand {
		position: static;
	}
	.navbar-brand img {
		width: 60%;
	}
	
	.banner .slogan h2 {
		font-size: 20px;
		padding: 45px 15px;
		margin: 0;
	}
	
	.banner-bg-inside {
		margin-left: 0;
	}
	
	.partner-blocks-page .partner-blocks {
		grid-template-columns: 1fr;
	}
}