#map {
  height: 530px; }

.address .container {
  position: relative; }
.address_inner {
  background: #fff;
  border-bottom: 4px solid #282a73;
  position: absolute;
  z-index: 1;
  padding: 40px;
  width: 620px;
  top: 60px;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.23);
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.23); }
  .address_inner > div {
    color: #4c4c4f;
    font-size: 18px;
    line-height: 26px; }
  .address_inner strong {
    color: #4145bc;
    font-weight: 700; }
  .address_inner a {
    color: inherit; }
.address_location {
  background: url("../img/address-location.png") no-repeat left top 5px;
  padding-left: 50px; }
.address_phone {
  background: url("../img/address-phone.png") no-repeat left center;
  padding-left: 65px;
  margin-bottom: 30px;
  margin-left: 15px; }
.address_email {
  background: url("../img/address-email.png") no-repeat left center;
  padding-left: 65px;
  margin-left: 15px; }

form .form_group {
  margin-bottom: 20px; }
form label {
  color: #282a73;
  font-family: 'Orbitron', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  letter-spacing: 1px; }
form .form-control {
  height: auto;
  padding: 8px 15px;
  border-radius: 0;
  border: 2px solid #c0c0c0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
form textarea.form-control {
  resize: none;
  height: 228px; }
form input[type="submit"] {
  background: #282a73;
  color: #fff;
  font-family: 'Orbitron', sans-serif;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  width: 230px;
  border: 0;
  padding: 13px 0;
  margin: 10px 0 0 0; }

@media screen and (max-width: 767px) {
  .address_inner {
    position: static;
    margin: 0 -15px;
    width: auto; } }

/*# sourceMappingURL=contact.css.map */
