.contact-section {
  background: #31353e;
  color: rgba(255,255,255,.7);
}
.contact-section-map {
  min-height: 680px;
}

.social {
  margin: 0;
  padding: 0;
}
.social li {
  list-style: none;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.social a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  background: #fff;
  color: #e74c3c;
  transition: all 0.3s ease-in-out;
}
.social a:hover {
  background: #31353e;
  color: #fff;
}
.social a i {
  color: #e74c3c;
}
.social a:hover i {
  color: #fff;
}


.contact-section-col {
  padding: 0;
  min-height: 680px;
}
.contact-section-content {
  padding: 100px 50px;
  height: auto;
}
.contact-section-info {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 45px;
}
.contact-section .address {
  text-transform: uppercase;
  margin-bottom: 40px;
}
.contact-section .address li {
  margin-bottom: 20px;
}
.contact-section .address strong {
  color: #fff;
}
.contact-section a {
  color: #fff;
}
.contact-section h2,
.contact-section .h2 {
  color: #fff;
}
.contact-section h2 strong,
.contact-section .h2 strong {
  color: #31353e;
}

.contact-section h3,
.contact-section .h3 {
  color: #ee4136;
  font-style: 26px;
  margin: 15px 0 30px;
}
.contact-section h3 strong,
.contact-section .h3 strong {
  color: #fff;
}

.contact-section .sky-form {
  box-shadow: none;
}
.contact-section .sky-form .input input,
.contact-section .sky-form .textarea textarea,
.contact-section .sky-form .input input:hover,
.contact-section .sky-form .textarea textarea:hover,
.contact-section .sky-form .input input:focus,
.contact-section .sky-form .textarea textarea:focus {
  box-shadow: inset 5px 5px 5px #252930;
  border: none;
  background: #282c34;
  color: rgba(255,255,255,.7);
}
.contact-section .sky-form .textarea-expandable textarea,
.contact-section .sky-form .textarea-expandable textarea:hover,
.contact-section .sky-form .textarea-expandable textarea:focus {
  height: 125px;
}
.contact-section ::-webkit-input-placeholder {color: rgba(255,255,255,.7); opacity: 1;}
.contact-section ::-moz-placeholder {color: rgba(255,255,255,.7); opacity: 1;} /* Firefox 19+ */
.contact-section :-moz-placeholder {color: rgba(255,255,255,.7); opacity: 1;} /* Firefox 18- */
.contact-section :-ms-input-placeholder {color: rgba(255,255,255,.7); opacity: 1;}
