/*----*/
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
.pageInfoArea {
  margin-bottom: 100px; }

.checkbox, .err-msg {
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.15px;
  color: #000000; }

.frm-group > #message {
  margin: 15px 0;
  height: 220px; }

.input-text {
  width: 100%;
  height: 50px;
  letter-spacing: 0.15px;
  font-weight: 400;
  font-size: 19px;
  line-height: 100%;
  color: #0F70B7;
  border: 0;
  border-bottom: 2px solid #C4C4C4;
  transition: all .5s;
  margin: 15px 0; }
  .input-text::placeholder {
    font-size: 19px;
    color: #C4C4C4;
    transition: all .5s; }
  .input-text.error {
    border-color: #fd8180; }

.focused .input-text {
  border-bottom: 2px solid #0F70B7; }
  .focused .input-text::placeholder {
    font-size: 19px;
    color: #0F70B7; }

.difpageContainer {
  font-weight: 400;
  font-size: 19px;
  line-height: 100%;
  letter-spacing: 0.15px;
  color: #758289; }
  .difpageContainer .iletisimTitle {
    font-weight: 400;
    font-size: 46px;
    line-height: 119%;
    color: #000000;
    max-width: 380px; }

.iletisimTxt {
  font-size: 19px;
  line-height: 100%;
  letter-spacing: 0.15px;
  color: #758289; }

.contactArea .itemArea {
  margin: 5px 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0.1px;
  color: #758289; }
  .contactArea .itemArea a {
    transition: .5s all;
    display: flex;
    align-items: center; }
    .contactArea .itemArea a span {
      margin-left: 10px; }
    .contactArea .itemArea a:hover {
      color: #0f70b7cc; }

.areaContact {
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto; }

@media (max-width: 1529px) {
  .pageInfoArea {
    margin-bottom: 50px; }

  .difpageContainer .iletisimTitle {
    font-size: 30px; }
  .difpageContainer .iletisimTxt, .difpageContainer .contactArea {
    font-size: 16px; } }

/*# sourceMappingURL=iletisim.css.map */
