* {
  margin: 0px;
  padding: 0px;
  outline: none;
  box-sizing: border-box; }

.default {
  width: 100%;
  float: left; }

.contact {
  margin-bottom: 35px; }
  .contact .breadcrumb {
    background: #eeeeee; }
  .contact-top {
    margin-bottom: 35px;
    padding: 20px 0;
    background: #eeeeee; }
    .contact-top__title p {
      line-height: 20px; }
    .contact-top__desc {
      line-height: 20px; }
      .contact-top__desc p {
        color: #2e81b7; }
  .contact-center {
    margin-bottom: 30px; }
    .contact-center__left {
      width: 50%;
      float: left;
      padding-right: 50px; }
      .contact-center__left .left-title {
        margin-bottom: 10px; }
        .contact-center__left .left-title p {
          font-weight: 700;
          line-height: 20px;
          border-left: 4px solid #2e80ba;
          padding-left: 10px;
          padding-right: 100px;
          font-size: 16px;
          color: #3c3c3c; }
      .contact-center__left .left-empty {
        margin-bottom: 20px;
        display: none;
        text-align: center;
        padding: 100px 0px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-weight: 700;
        text-transform: uppercase; }
      .contact-center__left .left-desc {
        margin-bottom: 20px; }
        .contact-center__left .left-desc img {
          float: left;
          height: 20px;
          margin-top: -5px;
          margin-right: 5px; }
        .contact-center__left .left-desc p {
          line-height: 20px;
          font-style: italic; }
        .contact-center__left .left-desc strong {
          color: #2e81b7; }
      .contact-center__left .left-form .form-group {
        margin-bottom: 10px; }
        .contact-center__left .left-form .form-group label {
          width: 80px;
          float: left;
          margin-right: 15px;
          font-size: 13px;
          padding-top: 8px; }
        .contact-center__left .left-form .form-group textarea, .contact-center__left .left-form .form-group input {
          background: #f1f2f6;
          border-radius: 4px;
          border: 0;
          padding: 10px;
          width: calc(100% - 115px);
          float: right; }
        .contact-center__left .left-form .form-group textarea {
          height: 100px;
          -moz-appearance: none;
          outline: 0px none transparent; }
        .contact-center__left .left-form .form-group span {
          color: #bbb1b1;
          font-size: 12px; }
      .contact-center__left .left-form button {
        margin-top: 10px;
        background: #2e81b7;
        width: 100%;
        padding: 15px;
        border-radius: 4px;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer;
        margin-bottom: 20px; }
      .contact-center__left .left-form .form-desc p {
        font-style: italic;
        margin-top: 5px; }
      .contact-center__left .left-form .form-desc a {
        color: #2e81b7;
        font-weight: 700; }
    .contact-center__right {
      width: 50%;
      float: right; }
      .contact-center__right .right-title {
        margin-bottom: 20px; }
        .contact-center__right .right-title p {
          font-weight: 700;
          color: #2e81b7;
          font-size: 16px; }
      .contact-center__right .right-desc {
        margin-bottom: 30px; }
        .contact-center__right .right-desc p {
          margin-bottom: 5px; }
        .contact-center__right .right-desc a, .contact-center__right .right-desc span {
          font-weight: 700;
          color: #2e81b7; }
      .contact-center__right .right-maps iframe {
        width: 100% !important;
        height: 400px !important; }
  .contact-bottom__left {
    width: 80%;
    float: left;
    padding-right: 50px; }
    .contact-bottom__left .comment .content-title {
      font-weight: 700;
      text-transform: uppercase;
      font-size: 16px; }
    .contact-bottom__left .content-comment .form-inline input {
      width: calc(100% / 3 - 3px) !important;
      border-radius: 4px !important; }
    .contact-bottom__left .button-viewadd {
      margin-bottom: 0 !important; }
  .contact-bottom__right {
    width: 20%;
    float: right; }
    .contact-bottom__right img {
      width: 100%; }

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