@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;700&display=swap');
body {
    font-family: 'Mulish', serif;
    font-size: 15px;
    color: #000;
    font-weight: 400;
	margin-top:120px;
}
body#index {
	margin-top:0;
}
a {
	color:#EC6807;
    text-decoration:none;
	font-weight:700;
}
a:hover{
	color:#333;	
}
.text-white a{
	color:#EC6807;
	font-weight:300;
    text-decoration: none;
}
.text-white a:hover{
	color:  #EC6807;
}
.content {
    padding-top: 50px;
    padding-bottom: 50px;
}
#impliedsubmit{
    background-color:#C00;
    color:#fff;
    font-weight:700;
    width:100%;
    border:none;
    padding:6px;
}
#form-block {
    max-width: 500px;
}
#topBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 50%;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #EC6807;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}
#topBtn:hover {
    background-color: #666;
}
span.text-small {
    font-size: 12px;
}
.search {
    width: 95%;
    max-width: 600px;
}
.formbg {
    background: rgba(0,0,0,.7);
    padding: 10px;
    border: solid 1px #000;
}
.basebar {
    background: #EC6807;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}
.basebar a {
    color: #ccc;
    font-weight: 500;
}
.basebar a:hover {
    color: #fff;
}
.carousel-caption {
    bottom: 150px;
}
#vegasSliderInner{
	position:relative;
	top:80px;
}
/*
.vegas-background{
    padding:15px;
}
*/
#slideshow .vegas-content-scrollable {
    overflow:hidden;
}
.caption{
	/*background: rgba(0,0,0,0.1);*/
	padding:20px;	
}
#slideshow .slidespacer{
	height:600px;
}
#slideshow .captionwrap{
	margin-top:80px;
}
#slideshow .captionwrap h1{
	color:#fff;
	font-size:54px;
    font-weight: 500;
}
#slideshow .captionwrap h3{
	color:#fff;
	font-size:24px;
    font-weight: 500;
}
/* AT REVIEWS */
.rating-bgd {
    display: inline-block;
    position: relative;
    cursor: default;
    vertical-align: middle;	
}
.rating-bgd:before {
    color: #dadada;
    font-size: 30px;
    line-height: 30px;
    content: "\2605\2605\2605\2605\2605";
}
.rating:before {
    color: #ffc71f;
    font-size: 30px;
    line-height: 30px;
    content: "\2605\2605\2605\2605\2605";
}
.rating{
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;	
}
#ratings {
    height: 30px;
    line-height: 30px;
    display: inline-block;
}
.reviews .source,
.reviewbox .source{
	width:100px;
}
.reviews li::marker {
    content: "";
}
.scroller {
	height: 50px;
	overflow: auto;
	display: block;
}
.gold{
	color:#FC3;
	margin-bottom:20px;
}
.block{
	padding:40px 
}
.car{
    position:relative;
}
.car .thumbnail{
    position:relative;
    overflow: hidden;
}
.car h2 {
    font-size: 1.4em;
}
.car h3 {
    font-size: 1.0em;
}
.car-img {
    position: relative;
    background-size: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.car-img:hover{
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);    
}
.car ul.specs {
    list-style:none;
    padding-left:0;
}
.car ul.specs li:first-child {
    padding-left: 0;
}
.car ul.specs li {
    font-size: .875rem;
    display: inline-block;
    position: relative;
    padding: 0 10px 0 5px;
    margin: 0;
}
.car ul.specs li:after{
    border-right: 2px solid #fff;
}
.car ul.specs li:not(:last-child):after {
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 3px;
    right: 0;
}
.car .price{
    font-weight: 700;
    font-size: 1.2em;
    color: #EC6807;
}
.car .price small{
    font-weight: 500;
    font-size: 0.8em;
    color: #666;
    text-transform: capitalize;
}
.car .more .btn {
  position: relative;
  top: 0;
  transition: top ease 0.5s;
}
.car .more .btn:hover {
  top: -10px;
}
.img {
    position: relative;
    background-size: cover;
    background-position:center center;
}
/* The ribbons */
.img a span {
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    padding: 15px;
    background: #d10101;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.img.right a span {
    left: auto;
    right: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.img a:hover span {
    background: #000;
    color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
}
@media all and (max-width:768px){
	.ribbon span {
		font-size: 9px;
	}
}
/* OTHER */
h1,h2,h3,h4,h5,h6,
.orangetext{
    color:#EC6807;
}
h6 small{
    color:#000;
}
.bluetext{
	color:#EC6807;
}
.greentext,
a.greentext{
    color:#25d366!important;
}
a.greentext:hover{
    color:#fff!important;
}
.search-button{
	text-transform:uppercase;
}
.lightgrey{
    padding: 50px;
    background-color: #f5f5f5;
}
.lightgrey h1{
    font-size: 35px;
    font-weight: 600;
}
/* BUTTONS */
.btn-primary {
    background-color: #EC6807;
    border-color: #EC6807;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
}
.btn-primary:hover {
    background-color: #01272d;
    border-color: #01272d;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
}
.btn-outline-primary {
    background-color: none;
    border-color: #EC6807;
    color: #EC6807;
    letter-spacing: 1px;
    font-weight: 400;
}
.btn-outline-primary:hover {
    background-color: #EC6807;
    border-color: #EC6807;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
}
.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-yellow {
    background-color: #fffc00;
    border-color: #fffc00;
    color: #000;
    letter-spacing: 1px;
    font-weight: 400;
}
.btn-yellow:hover {
    background-color: #000;
    border-color: #000;
    color: #fffc00;
    letter-spacing: 1px;
    font-weight: 400;
}
.btn-green{
	background: #5cb85c;
	color:#fff !important;
	border:solid 1px  #5cb85c;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active{
	background:#1f853f;
	color:#fff !important;
	border:solid 1px #1f853f;
}
.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{
	background: #00a6f7;
	color:#fff !important;
	border:solid 1px  #00a6f7;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active{
	background:#333;
	color:#fff !important;
	border:solid 1px #333;
}
.btn-red{
	background: #EC6807;
	color:#fff !important;
	border:solid 1px  #EC6807;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active{
	background:#333;
	color:#fff !important;
	border:solid 1px #333;
}
.btn-gold{
	background: #EC6807;
	color:#fff !important;
	border:solid 1px  #EC6807;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
}
.btn-gold:hover,
.btn-gold:focus,
.btn-gold:active{
	background:#EC6807;
	color:#fff !important;
	border:solid 1px #EC6807;
}
.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;
}
.pulse-button {
  /* Button default styles, customize them to match your button */
  display: inline-block;
  /* Apply the pulse animation */
  animation: pulse 1s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.bg-orange{
	background-color:#EC6807;
	color:#fff;
}
.bg-light-grey{
	background:#888888;
}
.bg-darker{
    background:#171717;
}
.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;
}
/* 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;
    background-size: cover;
    background-position: center center;
}
.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: 40%;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    z-index: 10;
}
.box_area h2 {
    color: #fff;
}
.box_area .caption {
    position:absolute;
    bottom:0;
    right:0;
    background:rgba(0, 0, 0, 0.75);
    width:100%;
    height:100%;
    padding:20px;
    display: none;
    color:#fff !important;
    z-index:99;
}
.box_area .caption .caption_content {
    position:absolute;
    bottom:0;
    padding:60px 40px;
}
@media only screen and (min-width: 768px) {
    .negmarginleft {
        margin-left: -80px;
        position: relative;
        z-index: 10;
    }
    .negmarginright {
        margin-right: -80px;
        position: relative;
        z-index: 10;
    }
}
@media(min-width:320px) and (max-width:640px){
    body {
        margin-top:140px;
    }   
    #slideshow .captionwrap h1{
        font-size:34px;
    }
    #slideshow .captionwrap h3{
        color:#fff;
        font-size:14px;
        font-weight: 500;
    }    
    .box_area .text{
        font-size:12px
    }
    .box_area h2{
        font-size:20px
    }
}
@media (min-width: 768px) {
    .box_area .text{
        padding:50px
    }
}

@media (min-width: 992px) {
    .box_area .text{
        padding:100px
    }
}

@media (min-width: 1200px) {
    .box_area .text{
        padding:140px
    }
}
/* REVIEWS */
.reviewsbg h3 {
    color: #fff;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}
.reviewsbg h5 {
    color: #fff;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.reviews .carousel-item {
    min-height: 250px;
}
.reviews p {
    font-style: italic;
    font-size: 17px;
}
.reviews .carousel-control-prev {
    left: -100px;
}
.reviews .carousel-control-next {
    right: -100px;
}
.reviews .carousel-indicators {
    margin-top: 20px;
    margin-bottom: 0px;
    position: inherit !important;
}
.reviews .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
 }
.reviews .carousel-indicators li {
    background-color: #fff;
    opacity: 1.0;
}
.reviews .carousel-indicators .active {
    background-color: #EC6807;
}
@media (min-width: 320px) and (max-width: 640px) {
    .reviews .carousel-inner .carousel-item p {
        font-size: 18px;
    }

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

    .reviews .carousel-control-next {
        right: -40px;
    }
}
/* Whatsapp */
.whatsapp{
    position: fixed;
    right: 20px;
    bottom: 60px;
    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;
}
img.marques{
    width:100px;
    height:auto;
}
.whitebg {
    background-color: #fff;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
}
.whitebg h1 {
    font-size: 34px;
}
.whitebg h2 {
    font-size: 24px;
    letter-spacing: 1px;
}
.whitebg h3 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #EC6807;
}
.whitebg p {
    line-height: 30px;
}
.whitebg a {
    color: #EC6807;
    text-decoration: none;
}
.whitebg a:hover {
    color: #000;
    text-decoration: none;
}
.whitebg .container {
    max-width: 1100px;
}
.lightgreybg {
    background-color: #f5f5f5;
    padding: 60px;
}

.lightgreybg h1 {
    font-size: 30px;
}

.lightgreybg h2 {
    font-size: 24px;
    letter-spacing: 1px;
}

.lightgreybg h3 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #EC6807;
}

.lightgreybg a {
    color: #EC6807;
    text-decoration: none;
}

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

.lightbg {
    background-color: #f5f5f5;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
}

.contactblock p,
.contactblock li {
    font-size: 15px;
}

.btn-outline-primary {
    background-color: none;
    border-color: #EC6807;
    border: 1px solid;
    color: #EC6807 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-outline-primary:hover {
    background-color: #EC6807;
    border-color: #EC6807;
    border: 1px solid;
    color: #fff !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-primary {
    background-color: #EC6807;
    border-color: #EC6807 !important;
    border: 1px solid;
    color: #fff !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-primary:hover {
    background-color: #000;
    border-color: #000 !important;
    border: 1px solid;
    color: #fff !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-danger {
    color: #fff !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-danger:hover {
    color: #fff !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn-orange {
	background:#EC6807;
    border-color: #EC6807 !important;
    border: 1px solid;	
    color: #fff !important;
    letter-spacing: 1px;
}

.btn-orange:hover {
	background:#333;
    border-color: #333 !important;
    border: 1px solid;	
    color: #fff !important;
}
.btn-white {
	background:#fff;
    border-color: #fff !important;
    border: 1px solid;	
    color: #EC6807 !important;
    letter-spacing: 1px;
}

.btn-white:hover {
	background:#EC6807;
    border-color: #EC6807 !important;
    border: 1px solid;	
    color: #fff !important;
}
.btn-outline-light {
    background-color: none;
    border-color: #fff;
    border: 1px solid;
    color: #fff !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-outline-light:hover {
    background-color: #fff;
    border-color: #fff !important;
    border: 1px solid;
    color: #000 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.borderline {
    position: relative;
    width: 20%;
    height: 3px;
    background-color: #EC6807;
}
.borderlinegreen {
    position: relative;
    width: 20%;
    height: 3px;
    background-color: #06443e;
}
.borderlinewhite {
    position: relative;
    height: 1px;
    background-color: #fff;
}
.gradientbg {
    background: -moz-linear-gradient(-45deg, #000 45%, #EC6807 100%);
    background: -webkit-linear-gradient(-45deg, #000 45%, #EC6807 100%);
    background: linear-gradient(135deg, #000 45%, #EC6807 100%);
    background-color: #EC6807;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
    color: #fff;
}
.gradientbg h1 {
    font-size: 30px;
    color: #fff;
}
.gradientbg h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}
.bluebg {
    background-color: #EC6807;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
    color: #fff;
}
.bluebg h1 {
    font-size: 30px;
    color: #fff;
}
.bluebg h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}
.blueicon {
    color: #EC6807;
}
.opacitybg {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 80px;
    padding-right: 40px;
    padding-bottom: 80px;
    padding-left: 40px;
}
.box {
    padding: 20px;
    border: 2px solid #f5f5f5;
}
/* REVIEWS */
.reviews .carousel-item {
    min-height: 110px;
}

.reviews p {
    font-size: 18px;
}

.reviews h5 {
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

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

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

.reviews .carousel-indicators {
    margin-top: 20px;
    margin-bottom: 0px;
    position: inherit !important;
}

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

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

@media (min-width: 320px) and (max-width: 640px) {
    .reviews .carousel-inner .carousel-item p {
        font-size: 18px;
    }

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

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

.yellowicon {
    color: #fedb43;
}
.metascroller {
    max-height: 45px;
    overflow-y: auto;
}
#icons .icons-text{
	min-height:80px;
}
.footer {
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
    background-color: #a21b20;
    color: #fff;
    line-height: 25px;
}
.footer a {
    color: #999;
    text-decoration: none;
}
.footer a:hover {
    color: #fff;
    text-decoration: none;
}
.footer h2 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer h3 {
    font-size: 16px;
}
.footer hr {
    border: 1px #555 solid;
}

span.text-grey {
    color: #999;
}
.contact-hours {
    position: relative;
    display: inline-block;
    zoom: 1;
    * display: inline;
    vertical-align: top;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    line-height: 25px;
}
.contact-hours ul li {
    width: 100%;
    font-size: 12px;
}
.contact-hours span {
    width: 50%;
    float: left;
}
.contact-hours .active{
    color:#EC6807;
    font-weight: 700;
}
@media all and (max-width:768px) {
    .topbar {
        font-size: 12px;
    }
    span.text-small {
        font-size: 9px;
    }
}
/* PARALLAX */
.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 30px;
    padding-right: 30px;
}

.parallax h1,
.parallax h2,
.parallax h3{
    color: #FFF;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.parallax h1 {
    font-size: 45px;
}
@media all and (max-width:768px) {
    .parallax {
        background-attachment: unset;
        background-size: cover;
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .parallax h1 {
        color: #FFF;
        font-size: 30px;
        font-weight: 400;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    }
}
/* PARALLAX - INTERNAL PAGES */
.parallax-about {
    background-image: url(../images/parallax-about.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}
.parallax-about h1 {
    color: #FFF;
    font-size: 35px;
    font-weight: 400;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
@media all and (max-width:768px) {
    .parallax-about {
        background-attachment: unset;
        background-size: auto 100%;
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .parallax-about h1 {
        color: #FFF;
        font-size: 30px;
        font-weight: 400;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    }
}
/* PARALLAX - NEW MOTORHOME PAGES */
.parallax-hobby {
    background-image: url(../images/parallax-hobby.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 200px;
    padding-bottom: 200px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

.parallax-hobby h1 {
    color: #FFF;
    font-size: 35px;
    font-weight: 400;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

@media all and (max-width:768px) {
    .parallax-hobby h1 {
        color: #FFF;
        font-size: 30px;
        font-weight: 400;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    }
}
.featured_stock {
    padding: 14px;
    background-color: #f5f5f5;
    border-radius: 0 0 10px 10px;
}
.featured_stock h1 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.featured_stock h2 {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: #EC6807;
}
/* Pagination */
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #EC6807;
    border-color: #EC6807;
}
.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: #666;
    border-color: #666;
}
.page-item {
	padding:2px;
}
/* ABOUT US PAGE */
@media only screen and (min-width: 768px) {
    .negmarginleft {
        margin-left: -80px;
        position: relative;
        z-index: 10;
    }
    .negmarginright {
        margin-right: -80px;
        position: relative;
        z-index: 10;
    }
}
@media only screen and (max-width: 1000px) {
	.icon-panel h3{
		font-size: 1.1rem;
	}
}
@media all and (min-width: 1000px) and (max-width:1200px) {
	.icon-panel h3{
		font-size: 1.1rem;
	}	
}
@media all and (min-width: 1200px) and (max-width:1400px) {
	.icon-panel h3{
		font-size: 1.5rem;
	}	
}
.home-boxes h1 {
    font-size: 30px;
    font-weight: 600;
}
.home-boxes h2 {
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 1px;
}
.home-boxes small {
    color: #EC6807;
    letter-spacing: 1px;
    font-weight: 300;
    text-transform: uppercase;
}
.home-boxes p {
    line-height: 30px;
}
.home-boxes hr {
    border-top-color: #aaa !important;
}
.home-boxes a {
    color: #EC6807;
    text-decoration: none;
}
.home-boxes a:hover {
    color: #000;
    text-decoration: none;
}
/* SPECIALIST CARS - STYLE */
.header-cars {
    padding: 30px;
    background-color: #06443e;
    color: #fff;
}

.header-cars h2 {
    font-size: 23px;
    font-weight: 600;
    color: #222;
}

.header-cars a {
    color: #ddbe8c;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 1px;
}

.header-cars a:hover {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 1px;
}

.offcanvas-header {
    background-color: #06443e !important;
}

.offcanvas-body {
    background-color: #06443e !important;
}

.list-group-flush > .list-group-item {
    background-color: #06443e !important;
    border-color: #ddbe8c;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

.list-group-flush > .list-group-item:hover {
    color: #ddbe8c !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

.btn-secondary {
    background-color: #ddbe8c;
    border-color: #ddbe8c !important;
    border: 2px solid;
    color: #023530 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-secondary:hover {
    background-color: #023530;
    border-color: #023530 !important;
    border: 2px solid;
    color: #ddbe8c !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-success {
    background-color: #06443e;
    border-color: #06443e !important;
    border: 2px solid;
    color: #fff !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-success:hover {
    background-color: #052b27;
    border-color: #052b27 !important;
    border: 2px solid;
    color: #fff !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.featured_stock h2.price_cars {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: #b0976f;
}
.autocomplete {
    position: relative;
    display: inline-block;
}
.autocomplete-items {
    position: absolute;
    border: 1px solid #999;
    -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);
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}
.autocomplete-items div {
    padding: 5px 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div strong {
    color: #ff0000;
}
.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}
.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}
.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;
}
.grecaptcha-badge{
    bottom:64px!important;
}