.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;
	
}



@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;
	}
}



.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;
}


.home-map-holder{
	width: 100%;
	margin: auto;
	margin-bottom:25px;
}

.map{
	width:100%;
	height:450px;
}


label {
    font-size:16px;
    font-weight: 600;
    color: #495057;
}

.form-control{
		height: 35px;
    background: #fff;
    color: #495057;
    font-size: 16px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.input-group-text{
	height: 48px;
	cursor: pointer;
}


.submit-form-btn{
	width: 100%;
	border-radius: 0px;
	background-color: #e6bc6c;
	color: #ffffff;
	border: 2px solid #e6bc6c;
}

.submit-form-btn:hover{
	background-color: #e6bc6c;
	border: 2px solid #1A1A1A;
	color: #ffffff;
}


.bg-primary {
  background: #e6bc6c !important; }

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.login-wrap {
  position: relative;
  background: #fff;
  border-radius: 0px;
  -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24); }

  .login-wrap .icon {
    width: 80px;
    height: 80px;
    background: #e6bc6c;
    border-radius: 50%;
    font-size: 30px;
    margin: 0 auto;
    margin-bottom: 10px; }
    .login-wrap .icon span {
      color: #fff; }

.form-control {
  height: 48px;
  background: rgba(0, 0, 0, 0.05);
  color: #000;
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.2) !important; }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.2) !important; }
  .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.2) !important; }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.2) !important; }
  .form-control:focus, .form-control:active {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.07);
    border-color: transparent; }


.btn {
  cursor: pointer;
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px; 
}
.btn:hover, .btn:active, .btn:focus {
  outline: none; 
}

.btn.btn-primary {
  background: #e6bc6c !important;
  border: 1px solid #e6bc6c !important;
  color: #fff !important; 
}

.btn.btn-primary:hover {
  border: 1px solid #e6bc6c;
  background: transparent;
  color: #e6bc6c; 
}

.btn.btn-primary.btn-outline-primary {
  border: 1px solid #e6bc6c;
  background: transparent;
  color: #e6bc6c; 
}

.btn.btn-primary.btn-outline-primary:hover {
  border: 1px solid transparent;
  background: #e6bc6c;
  color: #fff; 
}

.form-group {
  position: relative; 
}

.form-group .submit {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto; 
}

@media (max-width: 767.98px) {
  .form-group .submit {
    top: 0; 
  } 
}


.input-group-append{
	height: 48px;
  background: rgba(0, 0, 0, 0.05);
}


.password-reset-modal-content{
  border-radius: 0px!important;
}

.password-reset-header{
  background-color: #1A1A1A;
  border-radius: 0px!important;
}


.password-reset-text{
  text-align: center;
  font-weight:600;
  color: #1A1A1A;
}

.password-reset-modal-title{
  color: #e6bc6c;
  text-align: center;
  font-weight:600;
}

.password-reset-close{
  color: #ffffff;
}

.password-reset{
  background: #e6bc6c !important;
  border: 1px solid #e6bc6c !important;
  color: #fff !important; 
  width: 100%;
  height: 48px;
}

