@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Open+Sans:wght@300;400;500;600;700;800&family=Oswald:wght@200;300;400;500;600;700&display=swap');

body {
	font-family:"Lato";
	font-size:15px;
	color:#000;
}


a {}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald';
}

label.error {
  color: red;
  font-weight: 600;
}

.text-primary {
  color: #0178cc;
}

.btn-secondary {

}

@media (min-width: 992px) {
  .tbtns .btn {
    font-size:.8rem;
  }  
}
@media (min-width: 1400px) {
  .tbtns .btn {
    font-size:1rem;
  }  
}


.btn-trade {
	background-color: #82bc00;
	border-color: #82bc00;
}
.btn-trade:hover, .btn-trade:focus, .btn-trade:active, .btn-trade:not(:disabled):not(.disabled).active, .btn-trade:not(:disabled):not(.disabled):active, .show>.btn-trade.dropdown-toggle {
	background-color: #77a412;
	border-color: #77a412;
	color:#fff;
}
.btn-primary {
  background: #dd1323;
  border: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  background: #000;
  border: none;
}
.btn-large {
  font-size:16px;
  font-weight: 700;
  padding: 8px 25px;
}
.btn-outline {
  border:1px solid #fff;
  background: transparent;
}
.btn-outline:hover {
  border:1px solid #000;
}
.padding-50 {
  padding-top: 25px;
  padding-bottom: 25px;
}


header {
  position: relative;
  background: #faf8f9;

  z-index: 1;
}
header.bg {
  background-position: center;
  background-size: cover;
  height: 95vh;
}
@media (min-width:768px) {
  header {
   margin-top:30px;
  }
}
nav.navbar {
  z-index: 10011;
}

@media (min-width: 768px) {
  .padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.topSlinks {
  font-size: 32px;
}
.topSlinks a {
  color:#fff;
  margin-right:5px;
  background-color:#14191c;
  padding:0px 8px;
}

.topSlinks a:hover {
  color:#ca0000;
}

button.btn.btn-secondary.btnPhoneTop {
  border-color: transparent;
  background: transparent;
  color: #f5731c;
  padding: 0px 0px;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0);
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
  color: #f5731c;
  background-color: transparent;
  border-color: transparent;
}

header .block1 {
  /*background-color: rgba(31, 32, 41, 0.8);*/
  border-bottom:1px solid #000;
  font-size: 16px;
}

header .block2 {
}
.navbar-brand img {
	width: 120px;
}
.navbar-expand-lg {

}

.text-custom {
  color: #88ceff !important;
}
@media (max-width:991.5px) {
  .navbar-collapse {
    background: #fff;
  }
}
.navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
  font-size: 15px;
  font-weight:600;
  padding: 10px 15px;
  text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav li.inMenu .nav-link {
  background-color: transparent;
  color:#dd1323;
}

.dropdown-menu {
  background-color: #000;
  margin-top: -1px;
  padding: 0;
  border-radius: 0;
  border: none;
}

.dropdown-item {
  padding: 10px 20px;
  color: #fff;
  border: none;
}

.dropdown-item:last-child {
  border-bottom: none;
}

.dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .dropdown-menu li.inMenu .dropdown-item {
  color: #fff;
  background-color: rgba(31, 32, 41, 1);
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 5px;
    font-size:13px;
  }
	.navbar-brand img {
		width: 120px;
	}
}
@media (min-width: 1400px) {
  .navbar-brand img {
    width: 180px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 10px;
    font-size:14px;
  }
}
.navbar-toggler {
  background-color: #dd1323;
  border-color: #dd1323;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.hero-slide {
  height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	max-height: 100vh;
	overflow: hidden;
}
.hero-slide .hero-slide-overlay {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  padding-bottom:25px;
}
.overlay-g {
  position: absolute;
	z-index: 3;
  top:0;
  left:0;
  width:100%;
  height: 100px;
  background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.5) 60%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.5) 60%, rgba(255,255,255,0) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.5) 60%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}


#contentbox-1292 {
  position: absolute;
  top: 0px;
  max-height: 100vh;
  overflow: hidden;
}
#contentbox-1292 .carousel-control {
  z-index:10001
}
#contentbox-1292 .carousel-indicators {
 display:none;
}

@media (max-width: 799px) {
  #contentbox-1292 picture>img {
    max-height:100vh;
  }
}
@media (min-width: 800px) {
  #contentbox-1292 picture>img {
	min-height:100%;
    min-width:100%;
  }
  #contentbox-1292, #contentbox-1292 .carousel,   #contentbox-1292 .carousel-inner, #contentbox-1292 .carousel-item {
   height:100%;
  }
  #contentbox-1292 .carousel {
   height:100%;
  }

}

.home-search {
	position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 2;
}
.home-search h2 {
  font-size: 42px;
  font-weight: 200;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
	text-shadow: 0 0 5px #000;
}

@media (min-width: 768px) {
  .hero-slide {

    min-height: 95vh;
  }
	.home-search h2 {
	  font-size: 50px;
	}
	.overlay-g {
		height: 40%;
	}
}

@media (min-width: 992px) {
  .hero-slide {
    min-height: 95vh;
  }

  .hero-slide .hero-slide-overlay {
    padding-bottom: 0;
  }
	.home-search h2 {
	  font-size: 62px;
	}
}

#homePageSearch select {
  border: none;
  color: #000;
}

.home-search ::placeholder {
  color: #000;
  opacity: 1;
  /* Firefox */
}

.home-search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

.home-search ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}

.home-search .btn-primary {
  font-weight: 600;
}
.newUsed-row {
	display: none;
}
.fv .boxArea {
    padding: 0 15px;
}
.fv .thumbnail {
    border: 1px solid #787a7d;
    text-align: center;
    min-height: 280px;

}

.fv .namecar {
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 10px;
}
.fv .price {
    display: block;
    font-weight: 600;
    color: #dd1323;
    font-size: 15px;
}
.fv .slick-prev, .fv .slick-next {
    background: transparent!important;
    width: 30px!important;
    height: 30px!important;
}
.fv slick-prev:before, .fv .slick-next:before {
  font-size:40px!important;
  color:#fff!important;
}
.slick-prev::before {
  content: "\f104"!important;
  font-family: FontAwesome!important;
}
.slick-next::before {
  content: "\f105"!important;
  font-family: FontAwesome!important;
}
.slick-dots {
	display: none!important;
}
@media (max-width: 576px) {
	.slick-prev {
		left:0!important;
		z-index: 1;
	}
	.slick-next {
		right:0!important;
	}
}


.homeCTA {
  background: #ececec;
  color:#000;
}
.homeCTA h4 {
  font-size: 28px;
  font-weight: 400;
  margin: 15px 0 0;
}
.homeCTA a {
  color: #000;
  text-decoration: none;
  text-align: center;
  display: block;
}
.homeCTA a:hover {
  color: #dd1323;
}


.home-vehicles h2 {

	font-size:30px;
	font-weight: 500;
	padding:0;
	margin-bottom: 35px;
}
@media (min-width:768px) {
	.home-vehicles h2 {
		font-size:34px;
	}
}
@media (min-width:992px) {
	.home-vehicles h2 {
		font-size:54px;
	}
    header.topMainHeader {
     margin-top:30px;
    }
}
@media (min-width:1200px) {
	.home-vehicles h2 {
		font-size:74px;
	}
}


/**/
footer {
  background-color: #fff;
  color:#000;
  padding: 25px 0;
	border-top:1px solid #ececec;
}

footer a {
  color: #000;
  font-size: 15px;
}

footer a:hover {
  color: #dd1323;
}
footer .site-links {
  font-size: 15px;
  font-weight: 500;
	padding: 0;
}
footer .site-links li {
	padding-bottom:7px;
	list-style: none;
}
footer .site-links a {
  color: #000;
	text-transform: uppercase;
	padding-left:5px;
}
footer .site-links a:hover {
	color:#ca0000;
}
footer .fsl a {
  display: inline-block;
  padding: 5px 10px;
  font-size: 16px;
}
footer .copyrights {
  padding:25px 0;
  color:#5d5d5d;
}
.slinks a {
  display: flex;
  width: 40px;
  height: 40px;
	font-size: 18px;
	align-items: center;
	justify-content: center;
	background: #ddd;
	border-radius: 4px;
	text-decoration: none;
	margin-right: 5px;
}
.slinks a:hover {
  background: #dd1323;
  color:#fff;
}
.container.content {
  padding-top: 25px;
  padding-bottom: 25px;
  min-height: 350px;
}

@media (min-width: 768px) {
  .container.innerPage {
    margin-top: 150px;
  }
}

h1.pageTitle {
  margin-bottom: 25px;
  font-size: 32px;
}



/* CSS for home slider */
.hero-text {
  overflow: hidden;
  height: 95vh;
  position: relative;
}

.hero-text h2 {
  margin-bottom: 50px;
}

.hero-text .hero {
  position: relative;
}

.hero-text .hero .hero-slide a:hover span {
  color: #033a71;
}

.hero .hero-slide picture img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: top center;
}
.hero .hero-slide {
  position: relative;

}
.hero .hero-slide .hero-content {
  position: absolute;
  top:100px;
  width:100%;

  padding:0 50px;
}

.slide-headings {
  color:#fff;
  text-transform: uppercase;
  line-height: 1;
  text-align: center
}
.slide-headings h2 {
  color: #d4031e;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-bottom:0;
}
.slide-headings h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
.slide-headings h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 200;
  line-height: 1;
}

@media (min-width: 567px) {
	.hero .hero-slide .hero-content {
		top:0;
	  height: 100%;
	}
	.slide-headings-2 li {
	  font-size: 25px;
		margin-bottom:30px;
	}

}
@media (min-width: 992px) {
  .hero .hero-slide .hero-content {
    padding:0 100px;

  }
  .slide-headings h2 {
    font-size: 50px;
  }
  .slide-headings h3 {
    font-size: 40px;
  }
  .slide-headings h4 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .hero .hero-slide .hero-content {
    padding:0 100px;
  }
  .slide-headings h2 {
    font-size: 73px;
  }
  .slide-headings h3 {
    font-size: 63px;
  }
  .slide-headings h4 {
    font-size: 47px;
  }

}

.slide-headings-2 {
  color:#fff;
  text-transform: uppercase;
  line-height: 1;
}
.slide-headings-2 h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  margin-bottom:0;
}
.slide-headings-2 h3 {
  color: #d4031e;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
.slide-headings-2 h2, .slide-headings-2 h3 {
  text-align: center;
}
.slide-headings-2 ul {
  list-style: none;
  margin: 0;
  padding:0;
}
.slide-headings-2 li {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom:15px;
  text-align: center;
}
.slide-headings-2 li span {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  color: #d4031e;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: block;
  text-align:center;
  line-height: 1.2;
  box-shadow: 2px 3px 0 #d4031e;
  margin-bottom:10px;
  margin-left:auto;
  margin-right:auto;
}

@media (min-width: 768px) {
  .slide-headings-2 h2, .slide-headings-2 h3 {
    text-align: left;
  }
  .slide-headings-2 li {
    display: flex;
    align-items: center;
    text-align: left;
  }
  .slide-headings-2 li span {
      display: inline-block;
      margin-right:10px;
      margin-bottom:0;
      margin-left:0;
  }
}
@media (min-width: 992px) {
  .slide-headings-2 h2 {
    font-size: 40px;
  }
  .slide-headings-2 h3 {
    font-size: 40px;
  }
  .slide-headings-2 li {
    font-size: 30px;
  }
  .slide-headings-2 li span {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .slide-headings-2 h2 {
    font-size: 50px;
  }
  .slide-headings-2 h3 {
    font-size: 50px;
  }
  .slide-headings-2 li {
    font-size: 35px;
  }
  .slide-headings-2 li span {
    font-size: 30px;
  }
}


#contentbox-1292 .slick-dots {
  display: none;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
#contentbox-1292 .slick-prev, #contentbox-1292 .slick-next {
  width: 70px;
  height: 120px;
	z-index: 3;
}
#contentbox-1292 .slick-prev {
  left: 70px;
}
#contentbox-1292 .slick-next {
  right: 70px;
}
#contentbox-1292 .slick-prev::before, #contentbox-1292 .slick-next::before {
  font-size: 100px;
}


.redText {
  color:#f00;
}