@import url('https://fonts.googleapis.com/css2?family=Zalando+Sans+SemiExpanded:ital,wght@0,200..900;1,200..900&display=swap');

body,
button,
input,
select,
option,
textarea {
	font-family: "Zalando Sans SemiExpanded", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	color: #000;
}

strong {
	font-weight: bold;
}

#impliedsubmit {
	background-color: #C00;
	color: #fff;
	font-weight: 700;
	width: 100%;
	border: none;
	padding: 6px;
}

.topbar {
	background: #cd2c32;
	padding: 7px 15px;
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
}

.topbar a {
	color: #fff;
	font-weight: 500;
}

.topbar a:hover {
	color: #000;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

a {
	color: #030303;
	text-decoration: none;
	font-weight: 700;
}

a:hover {
	color: #333;

}

.text-white a {
	color: #cd2c32;
	font-weight: 300;
	text-decoration: none;
}

.text-white a:hover {
	color: #fff;
}

.topnav {
	z-index: 99;
}

.has-error .form-control,
.has-error .form-select {
	background-color: #f8d7da;
	border: 1px solid #e56464;
}

.has-error .input-group-text {
	background-color: #e56464;
	border: 1px solid #e56464;
	color: #fff;
}

.required {
	color: #F00;
}

.consent .control-label {
	padding-top: 0;
}

.consent input[type=checkbox] {
	margin-left: 0 !important;
	margin-right: 10px;
}

.header {
	background: #fff;
}

.header .tels {
	font-size: 30px;
	font-weight: 700;
	text-align: right;
}

.header .tels a {
	color: #323232;
	text-decoration: none;
}

.borderline {
	position: relative;
	width: 25%;
	height: 3px;
	background-color: #030303;
	margin: 15px 0;
}

.bodycontent {
	/*min-height: 400px;*/
}

/* FOOTER */
.footer {
	background-color: #030303;
	padding: 60px 0;
	color: #fff;
	font-size: 15px;
}

.footer h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	color: #ccc;
	text-decoration: none;
}

.scroller {
	height: 45px;
	overflow: auto;
	display: block;
	margin-top: 20px;
}

.quick-search img {
	opacity: 0.5;
}

.quick-search img:hover {
	opacity: 1.0;
}

.search-toggler .navbar-toggler-icon,
.filter-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(31,48,123, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.search-toggler.navbar-toggler,
.filter-toggler.navbar-toggler {
	border-color: #f8f9fa;
}

.search-toggler .navbar-toggler-icon::after,
.filter-toggler .navbar-toggler-icon::after {
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.3em;
	color: #1f307b;
	padding-left: 30px;
	position: relative;
	top: 2px;
}

.search-toggler .navbar-toggler-icon::after {
	content: "Search";
}

.filter-toggler .navbar-toggler-icon::after {
	content: "Filter";
}

.contact-hours {
	position: relative;
	display: inline-block;
	zoom: 1;
	vertical-align: top;
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	line-height: 24px;
}

.contact-hours .active {
	color: #ccc;
	font-weight: 700;
}

.contact-hours ul li {
	width: 100%;
	font-size: 12px;
}

.contact-hours span {
	width: 50%;
	float: left;
}

.h2,
h2 {
	font-size: 2rem;
	text-transform: uppercase;
	color: #666;
}

.img {
	position: relative;
	background-size: cover;
	background-position: center center;
}

.slick-list {
	/*margin-top:40px !important;*/
}

.white {
	padding: 50px 0;
}

.white h1 {
	font-size: 35px;
	font-weight: 600;
}

.white h2 {
	/* font-size: 20px;*/
}

/* BOXES */
.box_area {
	display: block;
	margin: 0;
	padding: 0px;
}

.box_area.small {
	padding: 75px 0;
}

.box_area.tiny {
	padding: 40px 0;
}

.box_area.nospace {
	padding: 0 !important;
}

.box_area .images {
	position: relative;
}

.box_area .images:after {
	display: block;
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 5;
}

.box_area .text {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);

	color: #fff;
	z-index: 10;
}

.box_area h2 {
	color: #fff;
}

/* Home results */
.homeresult {
	position: relative;
	overflow: hidden;
}

.homeresult.fullsize {
	/*
	max-height:calc(100vh - 75px);
	*/
	overflow: hidden;
}

.homeresult .title {
	font-weight: 700;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	padding: 20px 150px 20px 20px;
	background: #000;
	color: #fff;
	text-align: right;
	font-size: 13px;
	line-height: 18px;
	z-index: 3;
}

.homeresult .price {
	background: #cd2c32;
	color: #fff;
	position: absolute;
	right: 0;
	top: 58px;
	padding: 10px 140px 10px 40px;
	text-align: right;
	font-size: 25px;
	z-index: 4;
}

.homeresult .logo {
	position: absolute;
	right: 0;
	width: 80px;
	height: 110px;
	background-color: #cd2c32;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: -10px center;
	display: block;
	z-index: 5;
}

.slant-right .homeresult .logo {
	background-image: url(../images/logo-white.png);
}

.homeresult .logo::before {
	display: block;
	content: " ";
	padding: 0;
	margin: 0;
	width: 60px;
	height: 100%;
	top: 0;
	left: -59.5px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
	background: #cd2c32;
	position: absolute;
	z-index: 3;
}

.homeresult .logo::after {
	display: block;
	content: " ";
	padding: 0;
	margin: 0;
	width: 70px;
	height: 100%;
	top: 0;
	left: -70px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
	background: #fff;
	position: absolute;
	z-index: 2;
}

.homeresult.halfsize .title {
	position: inherit;
	display: block;
	font-size: 16px;
}

.homeresult.halfsize .price {
	top: 58px;
	font-size: 19px;
}

.homeresult.halfsize .logo {
	position: absolute;
	right: 0;
	width: 70px;
	height: 104px;
	background-color: #cd2c32;
	background-image: url(../images/logo-white.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: -5px center;
	display: block;
	z-index: 5;
}

.homeresult.halfsize .logo::before {
	display: block;
	content: " ";
	padding: 0;
	margin: 0;
	width: 50px;
	height: 100%;
	top: 0;
	left: -49.5px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
	background: #;
	position: absolute;
	z-index: 3;
	ff4406
}

.homeresult.halfsize .logo::after {
	display: block;
	content: " ";
	padding: 0;
	margin: 0;
	width: 60px;
	height: 100%;
	top: 0;
	left: -60px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
	background: #fff;
	position: absolute;
	z-index: 2;
}

.homeresult .smallprint,
.smallprint {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);

	color: #fff;
	padding: 20px;
	font-size: 13px;
	position: absolute;
	text-align: center;
	z-index: 4;
}

.homeresult .price small {
	color: rgba(255, 255, 255, 0.7);
}

.homeresult .price::before {
	display: block;
	content: " ";
	padding: 0;
	margin: 0;
	width: 30px;
	height: 100%;
	top: 0;
	left: -29.5px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
	background: #cd2c32;
	position: absolute;
}

@media all and (max-width:767px) {

	.homeresult .title,
	.homeresult.halfsize .title {
		position: static;
		width: 100%;
		padding: 20px 100px 20px 20px;
		font-size: 14px;
		text-align: left;
		line-height: 18px;
	}

	.homeresult .price,
	.homeresult.halfsize .price {
		position: initial;
	}

	.homeresult .logo,
	.homeresult.halfsize .logo {
		position: absolute;
		right: 0;
		width: 60px;
		height: 100px;
		background-color: #cd2c32;
		background-image: url(../images/logo-white.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: -5px center;
		display: block;
		z-index: 3;
	}

	.homeresult .price,
	.homeresult.halfsize .price {
		font-size: 15px !important;
		padding: 10px 20px;
		text-align: left;
	}

	.homeresult .price::before {
		display: none;
	}

	.homeresult .logo::before,
	.homeresult.halfsize .logo::before {
		display: block;
		content: " ";
		padding: 0;
		margin: 0;

		width: 30px;
		height: 100%;
		top: 0;
		left: -29.5px;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
		background: #cd2c32;
		position: absolute;
		z-index: 3;
	}

	.homeresult .logo::after,
	.homeresult.halfsize .logo::after {
		display: block;
		content: " ";
		padding: 0;
		margin: 0;
		width: 40px;
		height: 100%;
		top: 0;
		left: -40px;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
		background: #fff;
		position: absolute;
		z-index: 2;
	}

	.homeresult .smallprint,
	.smallprint {
		font-size: 11px;
		position: absolute;
		position: inherit;
		background: #000;
	}
}

.paused {
	animation-play-state: paused;
}

.animated.delay-p3s {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.animated.delay-p5s {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.animated.delay-p9s {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}

/* OTHER */
.greentext,
a.greentext {
	color: #25d366;
}

a.greentext:hover {
	color: #fff;
}

.btn-outline-light {
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

.btn-outline-light:hover {
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

.btn-green {
	background: #25d366;
	color: #fff !important;
	border: solid 1px #25d366;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active {
	background: #075E54;
	color: #fff !important;
	border: solid 1px #075E54;
}

.btn-yellow {
	background: #e3e000;
	color: #333 !important;
	border: solid 1px #e3e000;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active {
	background: #333;
	color: #e3e000 !important;
	border: solid 1px #333;
}

.btn-blue,
.bg-blue {
	background: #030303;
	color: #fff !important;
	border: solid 1px #030303;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
	background: #cd2c32;
	color: #fff !important;
	border: solid 1px #cd2c32;
}

.btn-red {
	background: #dc3545;
	color: #fff !important;
	border: solid 1px #dc3545;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active {
	background: #a52834;
	color: #fff !important;
	border: solid 1px #a52834;
}

.btn-grey {
	background: #bbb;
	color: #333 !important;
	border: solid 1px #bbb;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active {
	background: #999;
	color: #333 !important;
	border: solid 1px #999;
}

.bg-black {
	background-color: #00369c !important;
}

.bg-light-grey {
	background: #888888;
}

.bg-darker {
	background: -moz-linear-gradient(-45deg, #030303 0%, #cd2c32 100%);
	background: -webkit-linear-gradient(-45deg, #030303 0%, #cd2c32 100%);
	background: linear-gradient(135deg, #030303 0%, #cd2c32 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#030303', endColorstr='#cd2c32', GradientType=1);
	font-size: 17px;
	font-weight: 700;
}

.bg-dark .border-bottom,
.bg-dark .border-top,
.bg-dark .border-right,
.bg-dark .border-left {
	border-color: #424242 !important;
}

.bg-dark {
	background: #111111 !important;
}

.bg-darker .border-bottom,
.bg-darker .border-top,
.bg-darker .border-right,
.bg-darker .border-left {
	border-color: #000 !important;
}

.bg-dark.border-bottom,
.bg-dark.border-top,
.bg-dark.border-right,
.bg-dark.border-left {
	border-color: #131313 !important;
}

.btn-primary {
	background-color: #cd2c32;
	color: #fff;
	border-color: #e90a0a;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #000;
	color: #fff;
	border-color: #050505;
}

.btn-danger,
.bg-danger {
	color: #fff;
	background-color: #cd2c32 !important;
	border-color: #cd2c32 !important;
}

.btn-danger:hover,
a.bg-danger:hover {
	color: #fff;
	background-color: #030303 !important;
	border-color: #030303 !important;
}

.author {
	font-style: italic;
}

.select-box,
.search-button {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	color: #60666d;
	border: solid 1px #ddd;
}

/*
@media (min-width: 768px) {
  .select-box {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .select-box {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .select-box {
    width: 30%;
  }
}
*/
.select-box__current {
	position: relative;
	box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	outline: none;
}

.select-box__current:focus+.select-box__list {
	opacity: 1;
	-webkit-animation-name: none;
	animation-name: none;
}

.select-box__current:focus+.select-box__list .select-box__option {
	cursor: pointer;
}

.select-box__current:focus .select-box__icon {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.select-box__icon {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	opacity: 0.3;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}

.select-box__value {
	display: -webkit-box;
	display: flex;
}

.select-box__input {
	display: none;
}

.select-box__input:checked+.select-box__input-text {
	display: block;
}

.select-box__input-text {
	display: none;
	width: 100%;
	margin: 0;
	padding: 15px;
	background-color: #fff;
}

.select-box__list {
	position: absolute;
	width: 100%;
	padding: 0;
	list-style: none;
	opacity: 0;
	-webkit-animation-name: HideList;
	animation-name: HideList;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: step-start;
	animation-timing-function: step-start;
	box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
	max-height: 300px;
	overflow: auto;
	z-index: 99;
}

.select-box__option {
	display: block;
	padding: 15px;
	margin: 0;
	background-color: #fff;
}

.select-box__option:hover,
.select-box__option:focus {
	color: #fff;
	/*
  background: rgb(216,37,43);
    background: -webkit-linear-gradient(bottom, rgba(216,37,43,1) 0%, rgba(143,28,32,1) 100%);
    background: -o-linear-gradient(bottom, rgba(216,37,43,1) 0%, rgba(143,28,32,1) 100%);
    background: linear-gradient(to top, rgba(216,37,43,1) 0%, rgba(143,28,32,1) 100%);
*/
	background: #333;
}

@-webkit-keyframes HideList {
	from {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}

	to {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}

@keyframes HideList {
	from {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}

	to {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}

.select-box.first {
	border-radius: 0.25rem 0 0 0.25rem;
}

.search-button {
	/*
	background: rgb(216,37,43);
    background: -webkit-linear-gradient(bottom, rgba(216,37,43,1) 0%, rgba(143,28,32,1) 100%);
    background: -o-linear-gradient(bottom, rgba(216,37,43,1) 0%, rgba(143,28,32,1) 100%);
    background: linear-gradient(to top, rgba(216,37,43,1) 0%, rgba(143,28,32,1) 100%);
	*/
	background: #333;
	color: #fff;
	border: none;
	padding: 16px;
	border-radius: 0 0.25rem 0.25rem 0;
}

.text-head {
	color: #888881;
}

h2 {
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	color: #000;
}

h3 {
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	color: #030303;
}

h4 {
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	color: #030303;
}

h5 {
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.search-button {
	text-transform: uppercase;
}

.btn-sm {
	text-transform: capitalize !important;
}

h2.title {
	color: #fff;
	font-weight: 700;
	background: #cd2c32;
}

#campervan-hire form {
	font-size: 24px;
}

#campervan-hire h2 {
	color: #000;
	font-size: 38px;
	font-weight: 700;
	text-transform: none;
	margin-bottom: 20px;
}

#campervan-hire h3 {
	color: #000;
	font-size: 28px;
	font-weight: 700;
	text-transform: none;
	margin-bottom: 20px;
}

#campervan-hire h4 {
	color: #000;
	font-size: 22px;
	font-weight: 400;
	text-transform: none;
	line-height: 1.4em;
	margin-bottom: 20px;
}

#campervan-hire .features {
	padding: 15px;
}

#campervan-hire .features span {
	min-height: 90px;
	display: block;
}

#campervan-hire .features p {
	font-size: 20px;
	line-height: 1.4em;
}

#campervan-hire .prices {
	padding: 15px;
}

#campervan-hire .prices h3 {
	font-size: 38px;
	font-weight: 700;
	line-height: 1.0em;
	margin-bottom: 10px;
}

#campervan-hire .prices h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.0em;
	margin-bottom: 10px;
}

#campervan-hire .prices p {
	font-size: 20px;
	line-height: 1.0em;
}

#campervan-hire .carousel-caption {

	position: absolute;
	right: 10%;
	left: 55%;
	top: 80px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: left;
}

#campervan-hire .carousel-caption h2,
#campervan-hire .carousel-caption h3 {
	line-height: 1.2em;
	color: #fff;
}

#campervan-hire .carousel-caption h2 {
	font-size: 100px;
	margin: 0;
}

#campervan-hire .carousel-caption h3 {
	font-size: 30px;
	margin: 0;
}

#campervan-hire input[type='radio'] {
	margin-left: 20px;
	margin-right: 20px;
}

.bg-dark .table td,
.table th {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-sm {}

.sm-btn {}

/* CAROUSEL */
.text-shadow {
	text-shadow: 2px 2px 4px #000;
}

.small-md {
	font-size: inherit;
	transition: all ease-in-out .4s;
	-webkit-transition: all ease-in-out .4s;
}

.carousel-caption {
	bottom: 150px;
}

#vegasSliderInner {
	position: absolute;
	/*background: rgba(0,0,0,0.6);*/
	padding: 20px;
	top: 100px;
}

#slideshow .vegas-content-scrollable {
	overflow: hidden;
}

.caption {
	/*background: rgba(0,0,0,0.1);*/
	padding: 20px;
}

#slideshow .slidespacer {
	height: 500px;
}

#slideshow .captionwrap {
	margin-top: 80px;
}

#slideshow .captionwrap h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	text-shadow: 2px 2px #666;
}

#slideshow .captionwrap h3 {
	color: #fff;
	font-size: 30px;
	text-shadow: 2px 2px #666;
}

@media all and (max-width:840px) {
	h3.small-md {
		font-size: 90% !important;
	}

	h5.small-md {
		font-size: 90% !important;
	}

	.carousel-caption {
		bottom: 10px;
	}
}

@media all and (max-width:500px) {
	.mobile-sm {
		max-width: 180px;
	}

	.carousel-caption {
		padding: 0;
	}

	.sm-btn {
		padding: .25rem .5rem;
		font-size: .875rem;
		line-height: 1.5;
	}

	#homepageslideshow {
		/*margin-top:54px;*/
	}
}

.maxed {
	max-width: 350px;
}

.glow-bottom {
	box-shadow: inset 0 -5px 10px -5px rgba(0, 0, 0, 0.5);
}

.parallax {
	background-image: url('../images/parallax.jpg');
	min-height: 400px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
}

.parallax>.container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.parallax h1 {
	color: #FFF;
	font-size: 40px;
}

.parallax h2 {
	color: #eee;
	font-size: 25px;
}

.gold {
	color: #FC3;
	margin-bottom: 20px;
}

@media all and (max-width:768px) {
	.header .tels {
		font-size: 24px;
		text-align: center;
	}

	.carousel-indicators {
		display: none;
	}
}

.text-muted {
	color: #eee !important;
}

.text-muted a:hover {
	color: #fff !important;
}

.carousel-item.internal {
	max-height: 170px;
}

.result a {
	text-decoration: none;
}

/* Pagination */
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #cd2c32;
	border-color: #cd2c32;
}

.page-item:first-child .page-link {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.page-item.disabled .page-link {
	color: rgba(255, 255, 255, 0.6);
	pointer-events: none;
	cursor: auto;
	background-color: #ccc;
	border-color: #ccc;
}

.page-item {
	padding: 2.5px 5px;
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #fff;
	background-color: #030303;
	border: 1px solid #030303;
	transition: all .2s ease-in-out
}

.page-link:hover {
	z-index: 2;
	color: #fff;
	text-decoration: none;
	background-color: #000;
	border-color: #000;
}

.position-centered {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
}

/* BOXES */
.black {
	padding: 50px 0;
	color: #fff;
	background-color: #cd2c32;
}

.black a {
	color: #fff;
}

.black a:hover {
	color: #ae9dcb;
}

.black h1 {
	color: #fff;
}

.boxzoom {
	position: relative;
	display: block;
	text-align: center;
}

.boxzoom .image::before {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	background: rgba(0, 0, 0, 0.3);
}

.boxzoom .image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 3;
	transition: all .5s ease-in-out;
	background-size: 100%;
}

.boxzoom:hover .image {
	transform: scale(1.05);
}

.boxzoom .text {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	display: block;
	z-index: 5;
	color: #fff;
}

.boxzoom .text a,
.boxzoom .text a:hover {
	color: #fff;
	text-decoration: none;
}

.boxzoom h2 {
	font-size: 25px;
	color: #FFF;
}

/* REVIEWS */
.green {
	background: #ccc;
	padding: 60px;
	color: #333;
}

.reviews {
	text-align: center;
}

.reviews .carousel-item {
	min-height: 200px;
}

.reviews p {
	font-style: italic;
	font-size: 16px;
}

.reviews h5 {
	font-size: 20px;
	color: #030303 !important;
}

.reviews h6 {
	font-size: 13px;
	color: #030303;
}

.reviews .carousel-control-prev {
	left: -100px;
}

.reviews .carousel-control-next {
	right: -100px;
}

.reviews .carousel-indicators li {
	background-color: #eee;
}

.reviews .carousel-indicators .active {
	background-color: #666;
}

.review .source {
	width: 100px;
}

.reviewbox {
	padding: 20px;
	background-color: #f5f5f5;
}

.reviewbox .source {
	width: 100px;
}

.gold {
	color: #FC3;
	margin-bottom: 20px;
}

.autocomplete {
	position: relative;
	display: inline-block;
}

.autocomplete-suggestions {
	border: 1px solid #999;
	background: #FFF;
	cursor: default;
	overflow: auto;
	-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	-moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
}

.autocomplete-selected {
	background: #F0F0F0;
}

.autocomplete-suggestions strong {
	font-weight: normal;
	color: #3399FF;
}

.free {
	color: #999;
}

#pcode,
#prevpcode,
#emppcode,
#prevemppcode {
	text-transform: uppercase;
}

.has-error .control-label,
.has-error label {
	color: #e56464;
	font-weight: 700;
}

.has-error .form-control,
.has-error .form-select {
	background-color: #f8d7da;
	border: 1px solid #e56464;
}

.has-error .input-group-text {
	background-color: #e56464;
	border: 1px solid #e56464;
	color: #fff;
}

/* Whatsapp */
.whatsapp {
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: block;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #25d366;
	color: #fff;
	text-align: center;
	padding: 5px;
	transition: all ease-in-out .3s;
	z-index: 99999999;
}

.whatsapp:hover {
	color: #25d366;
	background: #ffffff;
}

.content.finance {
	background-color: #333;
	background-image: url('../images/parallax/home-parallax.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.content.dark {
	background: #bcbcbc;
	color: #fff;
}

.content {
	padding: 50px 0;
}

.content.red {
	background: #d00f10;
	color: #fff;
}

.active-apr {
	background: #000 !important;
	color: #fff !important;
}


.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #fff !important;
	border-radius: 25px !important;
}

.ui-widget-header {
	border: 1px solid #ba0f0f !important;
	background: #d00f10 !important;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.25em !important;
}

.container.small {
	max-width: 800px;
}

.pricecircle {
	position: absolute;
	z-index: 999;
	left: -10px;
	top: -10px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #d00f10;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
	font-size: 11px;
	font-weight: 700 !important;
	text-align: center;
	line-height: 20px;
	padding: 20px 0;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.pricecircle strong {
	font-size: 18px;
	display: block;
}

.pricecircle em {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
}