.hero-home{
	background-image: url('/assets/images/home/background-hero.jpg');
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    border-bottom: 2px solid #d2ad67;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .hero-home{
    height: auto;
  }
}

.hero-text-holder{
	height: 100%;
	background-color: #1A1A1A;
	opacity: 0.9;
}

.hero-text{
	text-align:center;
	color: #e6bc6c;
	padding-top:140px;
	font-size: 55px;
	font-weight: 700;
	margin: 0px!Important;
	
}

.search-holder {
	width: 100%;
    background: #1A1A1A;
    z-index: 2;
    padding: 55px;
    border-bottom: 2px solid #d2ad67;

}

@media only screen and (max-width: 768px) {
	.hero-text-holder{
		height: 100%;
		background-color: #1A1A1A;
		opacity: 0.8;
	}
  	.hero-text{
		text-align:center;
		color: #e6bc6c;
		padding-top:50px;
		padding-bottom:50px;
		font-size: 34px;
		font-weight: 700;
	}
  .search-holder {
		width: 100%;

	}

	.search-container{
		padding: 0px ;
		padding-bottom: 0px;
	}
}

.search-dropdown{    
	height: 55px;
    background: #1A1A1A;
    color: #d2ad67;
    font-size: 16px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #d2ad67;
    text-align: center;
}
.search-dropdown:focus{    
	height: 55px;
    background: #1A1A1A;
    color: #d2ad67;
    font-size: 16px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #d2ad67;
    text-align: center;
}

.search-btn{
	height: 55px;
	border-radius:0px!important;
	background-color: #e6bc6c !important;
	border-color: #e6bc6c;
	color: #1A1A1A;
	font-size:20px;
	font-weight:600;

}

.search-form-button{
	margin-top: 35px;
}

.page-sections{
	padding-left: 15px;
	padding-right:15px;
	padding-top:0px;
	margin: auto;
  	width: 100%;
	
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  	.page-sections{
		padding-left: 0px;
		padding-right: 0px;
		
	}
}

.section-header{
	background-color:#1A1A1A;
	padding-top: 45px;
	padding-bottom: 45px;
	border-bottom: 2px solid #d2ad67;
}

.section-header-text{
	text-align: center;
	font-size:32px;
	color:#e6bc6c;
}

.latest-vehicles-slider{
	width: 100%;
	margin: auto;
	padding: 25px;
}




.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }



.card-icons{
	display: inline-block !important;
	width: 30px!important;
	padding-right: 5px;
	padding-left: 5px;
}

.card-icon-holder{
	text-align:center;
}

.card{
	border-radius:0px !Important;
	border: 2px solid #d2ad67;
	height: 580px;
}

.card-img-top{
	border-radius:0px !Important;
}

.price-text{
	font-size:28px;
	font-weight:600;
	color: #d2ad67;
	text-align: center;
	margin: auto;
}


.listing-type {
  position: absolute;
  top: 0px;
  left: 10px;
  font-size: 22px;
}


.auction-date {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 22px;
}

.auction-badge{
	background-color: #d2ad67;
	border-radius:0px;
	color: #fff;
	font-weight: 400;
}

.auction-date-badge{
	background-color: #0d5e06;
	border-radius:0px;
	color: #fff;
	font-weight: 400;
}

.view-listing-btn{
	background-color: #d2ad67;
	border-radius:0px!Important;
	color:#fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

.syc-block{
	width:95%;
	margin: auto;
	height: 250px;
	text-align:center;
	padding: 25px;
	background-color: #252525;
	border: 2px solid #e6bc6c;
}


.syc-header-text{
	color: #e6bc6c;
	border-bottom: 2px solid #e6bc6c;
}

.syc-text{
	padding-top: 25px;
	padding-bottom:25px;
}

.home-map-holder{
	width: 100%;
	margin: auto;
	margin-bottom:25px;
}

.map{
	width:100%;
	height:450px;
}

.price-line{
	border-top: 2px solid #e6bc6c;
}

.slider-data{
	color: inherit; /* blue colors for links too */
  text-decoration: inherit;
}

.slider-data:hover{
	color: inherit; /* blue colors for links too */
  text-decoration: inherit;
}

