@charset "UTF-8";
/* TEMPLATE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ High Resolution parts */
/* TEMPLATE High Resolution parts end*/
/*===================================================
index
===================================================*/

/* INTERFACE */
main {
  border-top: 6px solid #083935;
}
main .contact-section {
  position: relative;
  width: 100%;
}
main .contact-section .content-inner {
  overflow: hidden;
  max-width: 800px;
}
main .contact-section .content-inner .form-title {
  text-align: center;
  color: #f4ae00;
  font-weight: bold;
}
main .contact-section .content-inner .intro-text {
  text-align: center;
}
main .contact-section .content-inner table {
  width: 100%;
  max-width: 800px;
  margin: 60px auto 0;
}
main .contact-section .content-inner table tr {
  border-bottom: 1px solid #ccc;
}
main .contact-section .content-inner table tr:first-child {
  border-top: 1px solid #ccc;
}
main .contact-section .content-inner table tr th {
  width: 250px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  font-weight: bold;
  text-align: left;
}
main .contact-section .content-inner table tr th .mast {
  font-size: 1.2rem;
  background: #f4ae00;
  padding: 3px 5px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 0 5px;
}
main .contact-section .content-inner table tr td {
  padding: 20px;
}
main .contact-section .content-inner table tr td .sub-head {
  font-weight: bold;
}
main .contact-section .content-inner table tr td input {
  border: 1px solid #ccc;
  width: 100%;
  padding: 2px 10px;
  background-color: #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
main .contact-section .content-inner table tr td input:focus {
  border: 1px solid #0b4e49;
  background-color: #fff;
}
main .contact-section .content-inner table tr td input.short {
  width: 200px;
}
main .contact-section .content-inner table tr td textarea {
  width: 100%;
  padding: 2px 10px;
  border: 1px solid #ccc;
  resize: none;
  background-color: #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
main .contact-section .content-inner table tr td textarea:focus {
  border: 1px solid #0b4e49;
  background-color: #fff;
}
main .contact-section .content-inner table tr td select {
  width: 200px;
  background: #f2f2f2;
  padding: 2px 10px;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  background-image: url('../img/form-select-arrow.png');
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: 90% center;
}
main .contact-section .content-inner table tr td select:focus {
  border: 1px solid #0b4e49;
  background-color: #fff;
}
main .contact-section .content-inner table tr td.address .title {
  display: block;
  font-weight: bold;
}
main .contact-section .content-inner table tr td.address input {
  margin: 0 0 20px 0;
}
main .contact-section .content-inner table tr td.address input:last-child {
  margin: 0;
}
main .contact-section .content-inner table tr td.address select {
  margin: 0 0 20px 0;
}
main .contact-section .content-inner .btn-area {
  overflow: hidden;
}
main .contact-section .content-inner .btn-area .more-btn {
  float: left;
}
main .contact-section .content-inner .btn-area .more-btn:nth-child(2) {
  float: right;
}
main .contact-section .content-inner .more-btn {
  background-color: #f4ae00;
  display: block;
  width: 200px;
  height: 40px;
  margin: 20px auto;
  border: 2px solid #f4ae00;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
main .contact-section .content-inner .more-btn:hover {
  background-color: #fff;
  color: #f4ae00;
}
main .contact-section .content-inner .more-btn:hover .icon {
  fill: #f4ae00;
}
main .contact-section .content-inner .more-btn .icon {
  fill: #f4ae00;
  width: 16px;
  height: 12px;
  margin: 0 5px 0 0;
}