/* TYP COLORS */
/* BG-COLORS */
/* BUTTON COLORS */
/* BORDER COLORS */
input {
  font-family: 'ProximaNova';
}

select {
  font-family: 'ProximaNova';
}
select option {
  font-family: 'ProximaNova';
}

button, label, textarea {
  font-family: 'ProximaNova';
}

/* ornek */
.inputTypeA {
  width: 100%;
  height: 65px;
  padding: 0 28px 0 28px;
  color: #8b8b8b;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.3px;
  background-color: #fff;
  border: 0;
}
.inputTypeA::-webkit-input-placeholder {
  color: #8b8b8b;
}
.inputTypeA:-moz-placeholder {
  color: #8b8b8b;
}
.inputTypeA::-moz-placeholder {
  color: #8b8b8b;
}
.inputTypeA:-ms-input-placeholder {
  color: #8b8b8b;
}

.selectTypeA {
  width: 200px;
  height: 61px;
  padding: 0 0 0 20px;
  color: #666666;
  font-size: 17px;
  font-weight: 500;
  border: 1px solid #c6c6c6;
  background-color: #f5f5f5;
  background-image: url("../Images/@2x/arrow-down-gray@2x.png");
  background-repeat: no-repeat;
  background-size: 10px 6px;
  background-position: left 90% center;
  background-position-x: 90%;
  background-position-y: center;
}

@media screen\0 {
  /* IE HACK */
  select {
    background-image: none !important;
    -moz-appearance: none !important;
  }
}
.textareaTypeA {
  width: 100%;
  height: 140px;
  padding: 20px 28px;
  color: #8b8b8b;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.3px;
  background-color: #fff;
  border: 0;
  resize: none;
}
.textareaTypeA:focus {
  border-color: #0fc37d;
}
.textareaTypeA::-webkit-input-placeholder {
  color: #8b8b8b;
}
.textareaTypeA:-moz-placeholder {
  color: #8b8b8b;
}
.textareaTypeA::-moz-placeholder {
  color: #8b8b8b;
}
.textareaTypeA:-ms-input-placeholder {
  color: #8b8b8b;
}

/* INPUT TYPE = RADIO */
.chkListTypeA {
  width: 166px;
  margin: 0 auto 0 auto;
}
.chkListTypeA label {
  display: block;
  float: left;
  height: 20px;
  padding-left: 24px;
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
}
.chkListTypeA label input[type=radio] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 1px solid #dddddd;
  background-color: #fff;
  transition: border 0.4s;
  -webkit-transition: border 0.4s;
}
.chkListTypeA label span.text {
  display: block;
  color: #7e7e7e;
  font-size: 14px;
  font-weight: 500;
}
.chkListTypeA label input[type=radio]:checked ~ input[type=radio] {
  border: 4px solid #a8a8a8;
  color: #555;
}

/* INPUT TYPE = CHECKBOX */
.chkListTypeB label {
  display: inline-block;
  height: 20px;
  padding-left: 30px;
  cursor: pointer;
}
.chkListTypeB label input[type=checkbox] {
  display: none;
}
.chkListTypeB label span.box {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #cdcdcd;
  background-color: #fff;
}
.chkListTypeB label span.text {
  display: inline-block;
  margin-top: 1px;
  color: #666;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.030em;
  transition: color 0.4s;
  -webkit-transition: color 0.4s;
}
.chkListTypeB label input[type=checkbox]:checked ~ span.box {
  background-image: url("/Content/Images/icon-tick-dark.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px 7px;
}
.chkListTypeB label input[type=checkbox]:checked ~ span.text {
  color: #333333;
}

.input-validation-error {
    border:2px solid #f00;
    color:#f00;
} 


@media all and (max-width: 767px) {
    #contact .inputTypeA {
    height: 60px;
    padding: 0 20px 0 20px;
    font-size: 16px;
    letter-spacing: -0.2px;
  }
  #contact .textareaTypeA {
    height: 120px;
    padding: 20px 20px;
    font-size: 16px;
    letter-spacing: -0.2px;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  #contact .inputTypeA {
    height: 55px;
    padding: 0 20px 0 20px;
    font-size: 15px;
    letter-spacing: -0.2px;
  }
  #contact .textareaTypeA {
    height: 120px;
    padding: 20px 20px;
    font-size: 15px;
    letter-spacing: -0.2px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
  #contact .inputTypeA {
    height: 55px;
    padding: 0 20px 0 20px;
    font-size: 16px;
    letter-spacing: -0.2px;
  }
  #contact .textareaTypeA {
    height: 120px;
    padding: 20px 20px;
    font-size: 16px;
    letter-spacing: -0.2px;
  }
}
