.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;
	
}

.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;
}

.contact-us-container{
	background-color: #1A1A1A;
	padding: 25px;
	padding-top: 50px;
}





.form-control {
  height: 40px;
  background: rgba(255, 255, 255, 0.03);
  color: #d2ad67 !important;
  font-size: 14px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  padding-left: 20px;
  padding-right: 20px; 
}
.form-control::-webkit-input-placeholder {
   color: #d2ad67 !important;
}

.form-control::-moz-placeholder {
   color: #d2ad67 !important;
}

.form-control:-ms-input-placeholder {
   color: #d2ad67 !important;
}

.form-control:-moz-placeholder {
   color: #d2ad67 !important;
}

.form-control:focus, .form-control:active {
   border-color: #bc9864 !important;
   background: rgba(255, 255, 255, 0.1); 
}

textarea.form-control {
  height: inherit !important; 
}

.contact-wrap h3 {
  color: #d2ad67; 
}


.dbox {
  width: 100%;
  margin-bottom: 25px;
  padding: 0 10px; 
}


.dbox p {
  margin-bottom: 0; 
}




.dbox p a {
  color: #d2ad67; 
}



.dbox .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #d2ad67;
  margin: 0 auto;
  margin-bottom: 20px; 
}

.contact-icon-color{
	color: #ffffff !important;
	font-size: 25px;
}

.contactForm .label {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600; }

.contactForm .form-control {
  border: none; }

.contactForm .btn {
  width: 100%;
  display: block; }

#contactForm .error {
  color: #f65c78;
  font-size: 12px; }

#contactForm .form-control {
  font-size: 16px; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: red; }

#form-message-success {
  color: #28a745;
  font-size: 20px;
  font-weight: 700; }

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-size: 16px;
  font-weight: 500; 
}

.btn {
  padding: 12px 16px;
  cursor: pointer;
  border-width: 1px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; 
}
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; 
    } 
  }


  .btn:hover, .btn:active, .btn:focus {
    outline: none !important;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important; 
  }


  .btn.btn-primary {
    background: #bc9864 !important;
    border-color: #bc9864 !important;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600; 
  }
    .btn.btn-primary:hover, .btn.btn-primary:focus {
      border-color: #a57f48 !important;
      background: #a57f48 !important; 
    }