@charset "UTF-8";
.btn,
.btn:visited {
  position: relative;
  display: inline-block;
  padding: 0 2em;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #06538c;
  background-color: #06538c;
  transition: all 0.1s linear;
}
@media only screen and (max-width: 480px) {
  .btn,
.btn:visited {
    padding: 0 1em;
    font-size: 16px;
    line-height: 40px;
  }
}
.btn:after,
.btn:visited:after {
  content: "";
  margin-left: 10px;
  font-family: "Fontawesome";
  font-weight: normal;
}
.btn:hover,
.btn:visited:hover {
  color: #06538c;
  border-color: rgba(6, 83, 140, 0.3);
  background-color: #fff;
}
.btn._small,
.btn:visited._small {
  padding: 0 1em;
  font-size: 14px;
  line-height: 36px;
}
.btn._white,
.btn:visited._white {
  color: #06538c;
  border-color: #fff;
  background-color: #fff;
}
.btn._white:hover,
.btn:visited._white:hover {
  color: #fff;
  border-color: #af9b53;
  background-color: #af9b53;
}
.btn._gold,
.btn:visited._gold {
  color: #fff;
  border-color: #af9b53;
  background-color: #af9b53;
}

.contact-title {
  position: relative;
  height: 300px;
  padding: 200px 50px 0;
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  background: url(/images/bg.png) no-repeat center;
  background-size: cover;
}
.contact-title span {
  position: relative;
  z-index: 1;
}
.contact-title:before {
  z-index: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.content-body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 5%;
}
@media screen and (max-width: 1280px) {
  .content-body {
    padding: 50px;
  }
}

.sub-title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #06538c;
}

.required {
  color: #d33;
}

.form-table {
  margin: 50px 0 20px;
}
.form-table th,
.form-table td {
  padding: 30px;
  font-size: 16px;
  vertical-align: top;
  border: 0;
}
.form-table th {
  width: 300px;
  font-weight: normal;
  text-align: right;
  color: #06538c;
  border-bottom: 1px solid rgba(6, 83, 140, 0.5);
  border-right: 5px solid #fff;
  background-color: #fff;
}
.form-table td {
  color: #000;
  border-bottom: 1px solid rgba(6, 83, 140, 0.2);
  background-color: #fff;
}
.form-table tr:first-child th {
  border-top: 1px solid rgba(6, 83, 140, 0.5);
}
.form-table tr:first-child td {
  border-top: 1px solid rgba(6, 83, 140, 0.2);
}
.form-table textarea {
  height: 300px;
}

input[type=submit] {
  position: relative;
  display: inline-block;
  width: 360px;
  height: 60px;
  margin: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  outline: 0;
  border-radius: 5px;
  border: 1px solid #06538c;
  background-color: #06538c;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
input[type=submit]:hover {
  color: #fff;
  border-color: #af9b53;
  background-color: #af9b53;
}
input[type=submit].btn-back {
  width: 200px;
  color: #06538c;
  border: 1px solid rgba(6, 83, 140, 0.5);
  background-color: #fff;
}
input[type=submit].btn-back:hover {
  color: #fff;
  border-color: #af9b53;
  background-color: #af9b53;
}
input[type=submit]:disabled {
  cursor: default;
  color: #828589;
  border: 0;
  background-color: #e2e5e9;
}

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