﻿/* font */
/* font */
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearence: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.clearfix {
  clear: both;
  min-height: 0px;
  display: block;
}
.fll {
  float: left;
}
.flr {
  float: right;
}
.fln {
  float: none;
}
.tableAbs {
  display: table;
  position: absolute;
}
.table {
  display: table;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.dn {
  display: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.static {
  position: static;
}
.ovisible {
  overflow: visible;
}
.ohidden {
  overflow: hidden;
}
.pointer {
  cursor: pointer;
}
.fullw {
  width: 100%;
}
.fullh {
  height: 100%;
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.wh-100 {
  width: 100%;
  height: 100%;
}
.no-padding {
  padding: 0;
}
*:hover {
  text-decoration: none;
}
@font-face {
  font-family: 'gothamblack';
  src: url("../fonts/gothamblack.eot");
  src: url("../fonts/gothamblack.eot?#iefix") format("embedded-opentype"), url("../fonts/gothamblack.woff") format("woff"), url("../fonts/gothamblack.ttf") format("truetype"), url("../fonts/gothamblack.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothambold';
  src: url("../fonts/gothambold.eot");
  src: url("../fonts/gothambold.eot?#iefix") format("embedded-opentype"), url("../fonts/gothambold.woff") format("woff"), url("../fonts/gothambold.ttf") format("truetype"), url("../fonts/gothambold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothambook';
  src: url("../fonts/gothambook.eot");
  src: url("../fonts/gothambook.eot?#iefix") format("embedded-opentype"), url("../fonts/gothambook.woff") format("woff"), url("../fonts/gothambook.ttf") format("truetype"), url("../fonts/gothambook.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothammedium';
  src: url("../fonts/gothammedium.eot");
  src: url("../fonts/gothammedium.eot?#iefix") format("embedded-opentype"), url("../fonts/gothammedium.woff") format("woff"), url("../fonts/gothammedium.ttf") format("truetype"), url("../fonts/gothammedium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'korinnastdheavy';
  src: url("../fonts/korinnastdheavy.eot");
  src: url("../fonts/korinnastdheavy.eot?#iefix") format("embedded-opentype"), url("../fonts/korinnastdheavy.woff") format("woff"), url("../fonts/korinnastdheavy.ttf") format("truetype"), url("../fonts/korinnastdheavy.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.yksArea {
  position: relative;
  font-family: 'gothammedium';
  font-size: 18px;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
  color: #808087;
}
.yksArea .baslik {
  font-family: 'gothammedium';
  font-size: 30px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  color: #e22084;
  margin-bottom: 10px;
}
.yksArea .nav-pills li a {
  color: #25b7d0;
}
.yksArea .active a {
  background-color: #e22084 !important;
  color: #ffffff !important;
}
@media (max-width: 1199px) {
  .yksArea:before {
    background: none;
  }
}
@media (max-width: 576px) {
  .yksArea:before {
    background: none;
  }
}