.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) {

  	.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;
}


.home-map-holder{
	width: 100%;
	margin: auto;
	margin-bottom:25px;
}

.map{
	width:100%;
	height:450px;
}

.results-count{
	width: 100%;
	background-color:#d2ad67;
	color: #ffffff;
	padding: 5px;
	font-size: 18px;
	font-weight: 600;
	text-align: right;

}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0rem ;
    border-bottom-left-radius: 0rem ;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
}


.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #d2ad67;
    background-color: #1A1A1A;
    border: 1px solid #d2ad67;
}


.page-link:hover {
    color: #ffffff;
    background-color: #d2ad67;
    border: 1px solid #1A1A1A;
}

.page-item.active .page-link {
    z-index: 3;
    color: #ffffff;
    background-color: #d2ad67;
    border: 1px solid #1A1A1A;
}

.no-listings{
	width: 100%;
	padding: 25px;
	background-color: #1A1A1A;
	color: #d2ad67;
	font-size:18px;
}

.card {
    border: 2px solid #d2ad67;
    border-radius: 0px;
}

.card-title {
    margin-bottom: 0px !important;
    text-align:center;
    color: #d2ad67;
}

.btn-warning {
    color: #ffffff;
    background-color: #d2ad67;
    border-color: #d2ad67;
    width: 100%;
    margin-bottom:5px;
    border-radius:0px;
}
.btn-warning:hover {
    color: #ffffff;
    background-color: #d2ad67;
    border-color: #d2ad67;
}

.timmer-body{
	border-top: 2px solid #d2ad67;
}

.count_down_text{
	color: #1A1A1A;
	font-weight: 600;
}


/*
*/