@font-face {
  font-family: "IonIcons";
  src: url("http://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");
  src: url("http://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"), url("http://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"), url("http://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"), url("http://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}

input::-webkit-input-placeholder {
  color: #a8a8a8;
  font-weight: normal;
}

input:-ms-input-placeholder {
  color: #a8a8a8;
  font-weight: normal;
}

input::-moz-placeholder {
  color: #a8a8a8;
  font-weight: normal;
}

textarea::-webkit-input-placeholder {
  color: #a8a8a8;
  font-weight: normal;
}

textarea:-ms-input-placeholder {
  color: #a8a8a8;
  font-weight: normal;
}

textarea::-moz-placeholder {
  color: #a8a8a8;
  font-weight: normal;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

select option {
  background-color: #fff;
  color: #333;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.select-wrap {
  position: relative;
  width: 10em;
}

.select-wrap:before {
  z-index: 1;
  position: absolute;
  right: 15px;
  top: 0;
  content: "\f123";
  font-family: "IonIcons";
  line-height: 43px;
  color: #fff;
  pointer-events: none;
}

select {
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: #7b7b7b;
  vertical-align: middle;
  border-radius: 10px;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 6px 12px;
  border: 2px solid #000;
  color: #fff;
  width: 100%;
  font-size: 16px;
}

select option {
  background-color: #fff;
  color: #333;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.select-wrap.select-primary:before {
  color: #fff;
}

.select-wrap.select-primary > select {
  background: #0084B4;
  color: #fff;
  border-color: #0084B4;
}

.select-wrap.select-primary > select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}

.select-wrap.select-inverse:before {
  color: #fff;
}

.select-wrap.select-inverse > select {
  color: #fff;
  border-color: #fff;
}

.select-wrap.select-inverse > select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}

p.error {
  color: red;
}

.error input,
.error textarea {
  background-color: #F9E9E9;
}

#confirmArea dl {
  margin-top: 15px;
}
#confirmArea dl dt {
  font-weight: bold;
}
#confirmArea dl dd {
  margin-bottom: 10px;
}

#contactForm {
  margin-top: 20px;
}
#contactForm .form-group {
  margin-top: 10px;
}
#contactForm dt span {
  color: #db2b5c;
}
#contactForm label {
  font-weight: bold;
}
#contactForm label span {
  font-size: 10px;
  font-size: 0.83333rem;
}
#contactForm input[type="text"], #contactForm input[type="email"], #contactForm textarea {
  background: #f7f7f7;
  border: 2px solid #000;
  padding: 8px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: text;
}
#contactForm input[type="text"], #contactForm input[type="email"] {
  width: 100%;
  max-width: 100%;
}
#contactForm textarea {
  width: 100%;
  max-width: 100%;
}
#contactForm #captcha {
  margin-left: 5px;
  width: 5em;
  padding: 5px 5px;
}
#contactForm input[type="submit"] {
  margin-top: 10px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 14px;
  font-size: 1.16667rem;
  width: 188px;
  border: solid 3px #000;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  padding: 6px 10px;
  color: #fff;
  background: #00a0e9;
}
#contactForm input[type="submit"]:hover {
  background: #fff;
  color: #00a0e9;
}
#contactForm .responce {
  margin: 2em 0 0;
}

/* ============================================
 Media Queries
============================================ */
@media screen and (min-width: 768px) {
  #confirmArea dl {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.16667rem;
  }
  #confirmArea dl dd {
    margin-bottom: 15px;
  }

  #contactForm {
    margin-top: 20px;
  }
  #contactForm .form-group {
    margin-top: 15px;
  }
  #contactForm dt span {
    color: #db2b5c;
  }
  #contactForm label {
    font-size: 16px;
    font-size: 1.33333rem;
  }
  #contactForm input[type="text"], #contactForm input[type="email"], #contactForm textarea {
    background: #f7f7f7;
    border: 2px solid #000;
    padding: 12px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: text;
  }
  #contactForm input[type="text"], #contactForm input[type="email"] {
    width: 100%;
    max-width: 100%;
  }
  #contactForm textarea {
    width: 100%;
    max-width: 100%;
  }
  #contactForm #captcha {
    margin-left: 5px;
    width: 5em;
    padding: 5px 5px;
  }
  #contactForm input[type="submit"] {
    margin-top: 20px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 16px;
    font-size: 1.33333rem;
    width: 188px;
    border: solid 3px #000;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    padding: 6px 10px;
  }
}

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