@import url(https://fonts.googleapis.com/css?family=Raleway:300);
@import url(https://fonts.googleapis.com/css?family=Lusitana:400,700);
.align-center {
  text-align: center;
}

html {
  height: 100%;
}

body {
  height: 100%;
  position: relative;
}

.row {
  margin: -20px 0;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row .col {
  padding: 0 20px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row .col.x-50 {
  width: 50%;
}

.row .col.x-100 {
  width: 100%;
}

@media screen and (max-width: 980px) {
  .wrapper.contact-wrap > .inner {
    width: 90% !important;
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .wrapper.contact-wrap > .inner .gallery {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.content-wrapper {
  min-height: 100%;
  position: relative;
}

@media (max-width: 1120px) {
  .get-in-touch .title {
    font-size: 2.5rem !important;
    text-align: center;
  }
  .contact-wrap > .inner > .inner > .gallery > div > .contact-logo,
  p,
  ul.icons {
    padding-left: 20px;
    font-size: 12px;
  }
  .contact-wrap > .inner > .inner > .gallery > div > .contact-logo p.uppercase,
  p p.uppercase,
  ul.icons p.uppercase {
    padding-left: 20px;
  }
  .contact-wrap > .inner > .inner > .gallery > div > header.contact-logo > img {
    max-width: 200px;
  }
}

@media (min-width: 981px) {
  .contact-wrap > .inner > .inner > .gallery > div > .contact-logo,
  p,
  ul.icons {
    text-align: left !important;
    padding-left: 20px;
    font-size: 12px;
  }
  .contact-wrap > .inner > .inner > .gallery > div > .contact-logo p.uppercase,
  p p.uppercase,
  ul.icons p.uppercase {
    text-align: center;
    padding-left: 20px;
  }
}

@media (max-width: 980px) {
  .contact-wrap > .inner > .inner > .gallery > div > .contact-logo,
  p,
  ul.icons {
    text-align: center;
    padding-left: 20px;
    font-size: 12px;
  }
  .contact-wrap > .inner > .inner > .gallery > div > .contact-logo p.uppercase,
  p p.uppercase,
  ul.icons p.uppercase {
    text-align: center;
    padding-left: 20px;
  }
  .contact-wrap > .inner > .inner > .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .first {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .second {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.get-in-touch {
  max-width: 650px;
  margin: 0 auto;
}

.get-in-touch .title {
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 36px;
  line-height: 48px;
  padding-bottom: 48px;
}

.contact-form .form-field {
  position: relative;
  margin: 32px 0;
}

.contact-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 2px 0;
  border-color: #000;
  font-family: Lusitana, serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.contact-form .input-text:focus {
  outline: none;
}

.contact-form .input-text:focus + .label, .contact-form .input-text.not-empty + .label {
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
}

.contact-form .label {
  position: absolute;
  left: 20px;
  bottom: 11px;
  font-family: Lusitana, serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #888;
  cursor: text;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.contact-form .submit-btn {
  display: inline-block;
  background-color: #003362;
  color: #fff !important;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
}

.contact-form .submit-btn.hover {
  background-color: #000;
}

.note {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-family: Lusitana, serif;
  font-size: 16px;
  line-height: 21px;
}

.note .link {
  color: #888;
  text-decoration: none;
}

.note .link:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=contact.css.map */