/* Mobile CSS - Start */
.separator_header {
  padding-top: 70px;
}

main {
  width: 90%;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #161616;
  margin: 0px auto;
}

main .contact_intro {
  width: 100%;
  padding: 0px;
}

main .contact_intro .wrapper {
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

main .contact_intro .wrapper h1 {
  font-size: 24px;
  font-weight: 600;
  color: #6edda6;
  text-align: center;
  margin-bottom: 20px;
}

main .contact_intro .wrapper .contact_intro_map {
  width: 100%;
}

main .contact_intro .wrapper .contact_intro_map iframe {
  width: 100%;
  height: auto;
  min-height: 250px;
  display: block;
  border-radius: 6px;
  margin: 0;
}

main .contact_form {
  width: 100%;
  padding: 0px;
}

main .contact_form .wrapper {
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

main .contact_form .wrapper h2 {
  font-size: 20px;
  font-weight: 600;
  color: #6edda6;
  text-align: center;
  margin-bottom: 20px;
}

main .contact_form .wrapper form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

main .contact_form .wrapper form .form_c {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

main .contact_form .wrapper form .form_c:last-child {
  margin-bottom: 0px;
}

main .contact_form .wrapper form .form_c input {
  outline: none !important;
  cursor: pointer !important;
  padding: 8px;
  font-family: Grenze;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  background: #f2f2f2;
  border: 1px solid #d8d8d8;
  -webkit-box-shadow: inset 2px 2px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 2px 2px 4px 1px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-bottom: 20px;
}

main .contact_form .wrapper form .form_c input:last-child {
  margin-bottom: 0px;
}

main .contact_form .wrapper form .form_c textarea {
  outline: none !important;
  cursor: pointer !important;
  padding: 8px;
  font-family: Grenze;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  background: #f2f2f2;
  border: 1px solid #d8d8d8;
  -webkit-box-shadow: inset 2px 2px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 2px 2px 4px 1px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-bottom: 10px;
}

main .contact_form .wrapper form .error {
  width: 100%;
  padding: 8px;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 6px;
  border: 1px solid #c90000;
  margin-bottom: 10px;
}

main .contact_form .wrapper form .error.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .contact_form .wrapper form .error i {
  font-size: 16px;
  color: #c90000;
  text-align: center;
  margin: auto 0px auto 5px;
}

main .contact_form .wrapper form .error p {
  font-family: Grenze;
  font-size: 16px;
  font-weight: 400;
  color: #c90000;
  text-align: left;
  margin: auto 0px auto 10px;
}

main .contact_form .wrapper form .success {
  width: 100%;
  padding: 8px;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 6px;
  border: 1px solid #6edda6;
  margin-bottom: 10px;
}

main .contact_form .wrapper form .success.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .contact_form .wrapper form .success i {
  font-size: 16px;
  color: #6edda6;
  text-align: center;
  margin: auto 0px auto 5px;
}

main .contact_form .wrapper form .success p {
  font-family: Grenze;
  font-size: 16px;
  font-weight: 400;
  color: #6edda6;
  text-align: left;
  margin: auto 0px auto 10px;
}

main .contact_form .wrapper form .btn_send {
  cursor: pointer !important;
  width: 150px;
  padding: 5px 0px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  background: #499971;
  background: -webkit-gradient(linear, left bottom, left top, from(#499971), to(#63c795));
  background: -webkit-linear-gradient(bottom, #499971 0%, #63c795 100%);
  background: -o-linear-gradient(bottom, #499971 0%, #63c795 100%);
  background: linear-gradient(0deg, #499971 0%, #63c795 100%);
  border: 1px solid #6edda6;
  border-radius: 6px;
  -webkit-box-shadow: inset 0px -15px 15px 0px rgba(0, 0, 0, 0.25), inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px -15px 15px 0px rgba(0, 0, 0, 0.25), inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
  margin: 0px auto;
}

main .contact_form .wrapper form .btn_send:hover, main .contact_form .wrapper form .btn_send:active {
  background: #51ab7e;
  background: -webkit-gradient(linear, left bottom, left top, from(#51ab7e), to(#6bd9a2));
  background: -webkit-linear-gradient(bottom, #51ab7e 0%, #6bd9a2 100%);
  background: -o-linear-gradient(bottom, #51ab7e 0%, #6bd9a2 100%);
  background: linear-gradient(0deg, #51ab7e 0%, #6bd9a2 100%);
}

.separator_footer {
  padding-bottom: 15px;
}

/* Mobile CSS - End */
/* Tablet CSS - Start */
@media (min-width: 768px) and (max-width: 1023px) {
  .separator_header {
    padding-top: 95px;
  }
  main {
    width: 95%;
  }
  main .contact_intro .wrapper {
    padding: 20px;
  }
  main .contact_intro .wrapper h1 {
    font-size: 32px;
    text-align: left;
  }
  main .contact_intro .wrapper .contact_intro_map iframe {
    min-height: 300px;
  }
  main .contact_form .wrapper {
    padding: 20px;
  }
  main .contact_form .wrapper h2 {
    font-size: 24px;
    text-align: left;
  }
  main .contact_form .wrapper form .form_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  main .contact_form .wrapper form .form_c input {
    width: 31%;
    margin: 0px;
  }
  main .contact_form .wrapper form .form_c input:last-child {
    margin: 0px;
  }
  main .contact_form .wrapper form .form_c textarea {
    width: 100%;
    margin: 0px auto;
  }
  main .contact_form .wrapper form .error, main .contact_form .wrapper form .success {
    width: 50%;
    margin: 0px auto 20px auto;
  }
  .separator_footer {
    padding-bottom: 20px;
  }
}

/* Tablet CSS - End */
/* Desktop CSS - Start */
@media (min-width: 1024px) {
  .separator_header {
    padding-top: 115px;
  }
  main {
    width: 1024px;
    margin: 0px auto;
  }
  main .contact_intro .wrapper {
    padding: 20px;
  }
  main .contact_intro .wrapper h1 {
    font-size: 42px;
    text-align: left;
  }
  main .contact_intro .wrapper .contact_intro_map iframe {
    min-height: 300px;
  }
  main .contact_form .wrapper {
    padding: 20px;
  }
  main .contact_form .wrapper h2 {
    font-size: 32px;
    text-align: left;
  }
  main .contact_form .wrapper form .form_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  main .contact_form .wrapper form .form_c input {
    width: 31%;
    font-size: 20px;
    margin: 0px;
  }
  main .contact_form .wrapper form .form_c input:last-child {
    margin: 0px;
  }
  main .contact_form .wrapper form .form_c textarea {
    width: 100%;
    font-size: 20px;
    margin: 0px auto;
  }
  main .contact_form .wrapper form .error, main .contact_form .wrapper form .success {
    width: 50%;
    margin: 0px auto 20px auto;
  }
  main .contact_form .wrapper form .error i, main .contact_form .wrapper form .success i {
    font-size: 20px;
  }
  main .contact_form .wrapper form .error p, main .contact_form .wrapper form .success p {
    font-size: 20px;
  }
  main .contact_form .wrapper form .btn_send {
    width: 200px;
    font-size: 20px;
  }
  .separator_footer {
    padding-bottom: 20px;
  }
}

/* Desktop CSS - End */
