/*-- Contact Us --*/
.message-form input {
  margin-top: 0px;
}

.message-form  textarea {
  padding-bottom: 20px;
}

.send {
  margin-top: 20px;
}

.info p {
  padding-bottom: 20px;
}

.info ul {
  margin: 0;
  padding: 0;
}

.info li {
  list-style: none;
  margin: 10px 0;
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 13px;
  color: #333333;
}

.info i {
  color: #d9a931;
  margin-right: 10px;
  font-size: 18px;
}

input, textarea {
  padding: 10px;
  border: 1px solid #e2e2e2;
  width: 100%;
  margin-top: 25px;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  color: #555555;
  outline: none; 
}

textarea {
  height: 165px;
  max-height: 180px;
  max-width: 770px;
  line-height: 18px;
  width: 100%;
  resize: none;
}

.form label {
  margin-left: 10px;
}

.send button {
  width: 90px;
  color: #fff;
  cursor: pointer;
  height: 35px;
  line-height: 25px;
  text-align: center;
  background-color: #d9a931; 
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  border: 0;
  outline: none;
}

#map {
  margin-top: 50px;
}

#button {
  position: absolute;
  top: 200px;
  left: 725px;
}

@media screen and (max-width: 1200px) {
  #button {
    position: absolute;
    top: 200px;
    left: 600px;
  }
}

@media screen and (max-width: 991px) {
  #button {
    position: absolute;
    top: 290px;
    left: 700px;
  }
}

@media screen and (max-width: 766px) {
  #button {
   display: none;
  }
}

.Inputinfo {
  padding-top: 15px;
}

.error {
  border-color: #B30000;
}

.timeline-thumb {
  margin-top: 50px;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  border-bottom: 3px solid #dbdbdb;
}

.timeline-thumb:hover {
  border-color: #d9a931;
}

.timeline-thumb .thumb img {
  width: 100%;
  overflow: hidden;
}
.timeline-thumb .overlay {
  background-color: rgba(0,0,0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.timeline-thumb:hover .overlay {
 visibility: visible;
 overflow: hidden;
 opacity: 1;
 cursor: pointer;
}

.timeline-caption h4 {
  padding-top: 80px;
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 3px 0;
}

.timeline-caption p {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #d9a931;
}

#noty_center_layout_container li {
  background-color: rgb(188, 245, 188);
  color: darkgreen;
}