a:link {
  color: #2ccfff; }

a:visited {
  color: white; }

a:hover {
  color: #2ccfff; }

a:active {
  color: white; }

::-webkit-scrollbar {
  width: 5px;
  /* for vertical scrollbars */
  height: 12px;
  /* for horizontal scrollbars */ }

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px; }

::-webkit-scrollbar-thumb {
  background: #353b4b;
  border-radius: 5px; }

hr {
  float: left;
  border: 0;
  border-top: 1px solid #303030; }

html, body {
  height: 100%;
  min-width: 320px; }

body {
  opacity: 0;
  min-height: 100%;
  min-width: 320px;
  margin: 0px;
  padding: 0px;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  font-family: "BPG Arial Caps", sans-serif;
  color: white;
  background-color: #eef2f5; }

.coverPanel {
  float: left;
  padding-top: 100px;
  width: 100%;
  height: 110px;
  background-image: url("../images/BG.png");
  background-size: cover;
  background-repeat: no-repeat; }
  .coverPanel .text1 {
    width: 100%;
    margin-top: 35px;
    text-align: center;
    float: left;
    font-weight: bold;
    font-size: 17px; }
  .coverPanel .text2 {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    float: left;
    font-size: 14px; }

.mainBody {
  padding: 5%; }
  .mainBody .map {
    float: left;
    width: 100%;
    height: 400px;
    margin-top: 30px;
    -webkit-box-shadow: 0px 4px 29px -9px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 29px -9px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 29px -9px rgba(0, 0, 0, 0.2); }
  .mainBody .info {
    background-color: white;
    float: left;
    margin-top: 20px;
    width: 40%;
    padding: 2%;
    -webkit-box-shadow: 0px 4px 29px -9px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 29px -9px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 29px -9px rgba(0, 0, 0, 0.2);
    color: black; }
    .mainBody .info .title {
      margin-top: 0px;
      width: 100%;
      float: left;
      margin-bottom: 10px;
      font-size: 15px;
      border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
      padding-bottom: 10px; }
    .mainBody .info .objectInfo {
      width: 100%;
      float: left;
      margin-bottom: 30px; }
      .mainBody .info .objectInfo .icon {
        width: 30px;
        height: 30px;
        float: left;
        margin-right: 10px; }
      .mainBody .info .objectInfo .name {
        font-size: 14px;
        float: left;
        height: 30px;
        line-height: 30px; }
      .mainBody .info .objectInfo .address {
        font-size: 14px;
        float:left;
        min-width: 100%;
        color: gray;
        margin-left: 40px; }
      .mainBody .info .objectInfo .phone {
        font-size: 14px;
        float: left;
        line-height: 30px;
        color: gray;
        margin-left: 40px; }
      .mainBody .info .objectInfo .email {
        font-size: 14px;
        float: left;
        line-height: 30px;
        color: gray; }
    .mainBody .info .contactLogo {
      height: 30px;
      weidth: 30px;
      float: left;
      margin-left: 10px; }
  .mainBody .contact {
    float: right;
    background-color: white;
    margin-top: 20px;
    width: 48%;
    padding: 2%;
    -webkit-box-shadow: 0px 4px 29px -9px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 29px -9px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 29px -9px rgba(0, 0, 0, 0.2);
    color: black; }
    .mainBody .contact .title {
      margin-top: 0px;
      width: 100%;
      float: left;
      margin-bottom: 10px;
      font-size: 15px;
      border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
      padding-bottom: 10px; }
    .mainBody .contact .inputPanel .title {
      border-radius: 0px;
      border: 0px;
      width: 100%;
      padding: 0px;
      float: left; }
    .mainBody .contact .inputPanel .field {
      padding-left: 10px;
      border-radius: 0px;
      background-color: rgba(0, 0, 0, 0.1);
      border: 0px;
      width: 100%;
      height: 40px;
      float: left;
      margin-bottom: 20px; }
    .mainBody .contact .inputPanel .textField {
      padding: 10px;
      border-radius: 0px;
      background-color: rgba(0, 0, 0, 0.1);
      border: 0px;
      width: 100%;
      height: 80px;
      float: left;
      margin-bottom: 20px; }
    .mainBody .contact .inputPanel .submitButton {
      width: 150px;
      cursor: pointer;
      font-size: 12px;
      float: right;
      color: white;
      background-color: #c73031;
      border-radius: 3px;
      border: 0px;
      height: 40px;
      padding-left: 15px;
      padding-right: 15px;
      font-family: "BPG Arial Caps", sans-serif;
      line-height: 35px; }

@media screen and (max-width: 700px) {
  .mainBody .info {
    width: 94%; }
  .mainBody .contact {
    float: left;
    width: 94%; } }

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