@charset "UTF-8";
@font-face {

  font-family: 'PoetsenOne-Regular';
  src: url('../fonts/PoetsenOne-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;



}
body {
  font-family: 'Helvatica Nue', sans-serif; }

.big-title-container {
  display: block;
  color: #040404; }
  .big-title-container .big-title {
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 30px;
    line-height: 34px; }
    .big-title-container .big-title span {
      color: #ed1a3b; }
  .big-title-container .min-title {
    color: #757575;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300; }

* {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

#toTop {
  position: fixed;
  z-index: 9999999999999;
  bottom: 50px;
  right: 20px;
  background: #fff;
  color: #ed1a3b;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: inline-block;
  font-size: 32px;
  line-height: 38px;
  text-align: center; }

#sticky {
  top: -100px;
  left: 0;
  right: 0;
  position: fixed;
  background: #ed1a3b;
  padding: 5px 0;
  height: 70px;
  z-index: 9999999999999; }
  #sticky a {
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #fff; }
  #sticky.goster {
    top: 0; }

#sticky-footer {
  bottom: -300px;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 9999999999999; }
  #sticky-footer .top {
    display: block; }
    #sticky-footer .top .text {
      margin: 0 0 0 100px;
      background-color: #ed1a3b;
      padding: 17px 15px 0px 20px;
      color: #fff;
      font-size: 22px;
      display: inline-block;
      height: 53px;
      position: relative; }
      #sticky-footer .top .text::after {
        content: '';
        width: 0;
        height: 0;
        border-left: 0px solid transparent;
        border-right: 25px solid transparent;
        border-bottom: 53px solid #ed1a3b;
        position: absolute;
        right: -25px;
        top: 0; }
  #sticky-footer .bottom {
    background: #f8981d;
    padding: 15px 0; }
  #sticky-footer.goster {
    bottom: 0; }

/* form */
.form-container label {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 20px 0;
  font-weight: 500;
  display: block;
  color: #757575; }
.form-container .help-block {
  display: block;
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #545454;
  font-weight: 300; }
.form-container .input {
  border: 1px solid #cbcbcb;
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  padding: 10px 15px;
  height: 56px; }
  .form-container .input:after, .form-container .input:active, .form-container .input:focus {
    outline: none;
    border-color: #ed1a3b;
    color: #333; }
.form-container .image {
  position: relative; }
  .form-container .image img {
    position: absolute;
    bottom: -73px; }
.form-container .input-user {
  display: block;
  position: relative; }
  .form-container .input-user::before {
    content: '\f207';
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    left: 10px;
    font-size: 28px;
    top: 15px;
    color: #ccc; }
  .form-container .input-user::after {
    content: 'Adınız ve Soyadınız';
    position: absolute;
    left: 40px;
    font-size: 18px;
    line-height: 22px;
    top: 20px;
    color: #ccc; }
  .form-container .input-user input {
    border-color: #cccac8;
    padding: 10px 15px 10px 40px; }
    .form-container .input-user input:active, .form-container .input-user input:focus {
      outline: none;
      border-color: #666;
      color: #333; }
      .form-container .input-user input:active::after, .form-container .input-user input:focus::after {
        display: none; }
.form-container .input-phone {
  display: block;
  position: relative; }
  .form-container .input-phone input {
    border-color: #cccac8;
    padding: 10px 15px 10px 40px; }
    .form-container .input-phone input:after, .form-container .input-phone input:active, .form-container .input-phone input:focus {
      outline: none;
      border-color: #666;
      color: #333; }
  .form-container .input-phone::before {
    content: '\f2be';
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    left: 10px;
    font-size: 28px;
    top: 15px;
    color: #ccc; }
.form-container .buton {
  margin: 40px 0 0 0;
  height: 58px;
  border-radius: 4px;
  width: 100%;
  display: block;
  border: 0;
  font-size: 18px;
  line-height: 20px;
  background: #f8981d;
  color: #fff;
  padding: 20px 30px; }
  .form-container .buton:hover, .form-container .buton:focus {
    background: #ed1a3b;
    color: #fff; }
  .form-container .buton.kirmizi {
    margin: 0;
    background: #ed1a3b;
    color: #fff; }

.alert {
  line-height: 22px;
  margin: 0; }

#noktalar {
  display: block;
  margin: 40px 0; }
  #noktalar .form {
    margin: 40px 0 0 0;
    padding: 75px 60px 0 60px;
    background-position: center;
    background-size: cover;
    background: url("../../data/harita_bg.png") repeat-x;
    height: 204px;
    width: 100%;
    display: block; }
    #noktalar .form .input {
      border: 1px solid #cbcbcb;
      display: block;
      width: 100%;
      font-size: 18px;
      line-height: 22px;
      padding: 10px 15px;
      height: 56px; }
      #noktalar .form .input:after, #noktalar .form .input:active, #noktalar .form .input:focus {
        outline: none;
        border-color: #999;
        color: #333; }
    #noktalar .form .buton {
      height: 58px;
      border-radius: 4px;
      width: 100%;
      display: block;
      border: 0;
      font-size: 18px;
      line-height: 20px;
      background: #f8981d;
      color: #fff;
      padding: 20px 30px; }
      #noktalar .form .buton:hover, #noktalar .form .buton:focus {
        background: #ed1a3b;
        color: #fff; }
    #noktalar .form .input-map {
      display: block;
      position: relative; }
      #noktalar .form .input-map input {
        border-color: #cccac8;
        padding: 10px 15px 10px 40px; }
        #noktalar .form .input-map input:after, #noktalar .form .input-map input:active, #noktalar .form .input-map input:focus {
          outline: none;
          border-color: #666;
          color: #333; }
      #noktalar .form .input-map::before {
        content: '\f1ab';
        font-family: 'Material-Design-Iconic-Font';
        position: absolute;
        left: 15px;
        font-size: 28px;
        top: 15px;
        color: #ed1a3b; }
  #noktalar .list {
    border: 1px solid #cccac8;
    display: block;
    margin: 70px 0 0 0;
    position: relative;
    padding: 40px; }
    #noktalar .list .list-title {
      display: block;
      text-align: center;
      position: relative;
      margin: -50px 0 0 0; }
      #noktalar .list .list-title div {
        display: inline-block;
        background-color: white;
        color: #888;
        padding: 0 20px; }
    #noktalar .list .list-content {
      display: block;
      margin: 40px 0 0 0; }
      #noktalar .list .list-content .nokta {
        display: block;
        margin: 0 0 30px 0;
        padding: 0 0 30px 0;
        border-bottom: 1px solid #eee;
        overflow: hidden; }
        #noktalar .list .list-content .nokta .left strong, #noktalar .list .list-content .nokta .center strong, #noktalar .list .list-content .nokta .right strong {
          display: block;
          font-weight: bold;
          font-size: 20px;
          line-height: 22px;
          color: #000;
          margin: 0 0 10px 0; }
        #noktalar .list .list-content .nokta .left span, #noktalar .list .list-content .nokta .center span, #noktalar .list .list-content .nokta .right span {
          display: block;
          color: #ed1a3b;
          font-size: 18px;
          line-height: 22px; }
        #noktalar .list .list-content .nokta:last-child {
          margin: 0;
          padding: 0;
          border: 0; }

/* ##########################################
        HEADER
########################################## */
#header {
  display: block;
  position: relative; }
  #header .container {
    position: relative; }
  #header #logo {
    position: absolute;
    width: 115px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999999;
    margin: 20px 0 0 0; }
  #header #header-menu {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999999;
    background: #000;
    left: 0;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.73) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.73) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ba000000',GradientType=1 );
    /* IE6-9 */
    /*
    &:after{
      content: '';
      background: $kirmizi;
      height: 40px;
      right: 300px;
      position: absolute;
      top:0;
      right: -1170px;
      width: 100%;
      z-index: 9999999999;
    }
    */ }
    #header #header-menu .navbar {
      position: relative;
      min-height: auto;
      border: 0px;
      margin-bottom: 0px; }
      #header #header-menu .navbar .container-fluid {
        padding: 0 0 0 0; }
    #header #header-menu .navbar-collapse {
      padding: 0px; }
    #header #header-menu .navbar-default {
      background: transparent;
      border: 0;
      display: inline-block;
      float: right; }
      #header #header-menu .navbar-default .navbar-nav li a {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        color: #fff;
        padding: 10px 20px; }
        #header #header-menu .navbar-default .navbar-nav li a:hover {
          background: transparent; }
      #header #header-menu .navbar-default .navbar-nav li:last-child {
        margin: 0; }
        #header #header-menu .navbar-default .navbar-nav li:last-child a {
          background: #ed1a3b; }
      #header #header-menu .navbar-default .navbar-default .navbar-nav > .open > a, #header #header-menu .navbar-default .navbar-default .navbar-nav > .open > a:focus, #header #header-menu .navbar-default .navbar-default .navbar-nav > .open > a:hover {
        color: #000000;
        background-color: #000000; }
      #header #header-menu .navbar-default .dropdown-menu {
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-top-color: transparent;
        box-shadow: none;
        padding: 3px;
        background: transparent; }
        #header #header-menu .navbar-default .dropdown-menu li a {
          cursor: pointer;
          padding: 3px 10px;
          font-size: 13px;
          color: #454553;
          background: transparent; }
          #header #header-menu .navbar-default .dropdown-menu li a:hover {
            background: #454553;
            color: #fff; }

        .navbar-default .navbar-toggle,
        .navbar-default .navbar-toggle:focus,
        .navbar-default .navbar-toggle:hover{
          background-color: #ed1a3b;
        }
        .navbar-default .navbar-toggle .icon-bar {
          background-color: #FFF;
        }

/* ##########################################
        HEADER END
########################################## */
/* ##########################################
        MAIN
########################################## */
#main {
  display: block;
  /* slider */
  /* slider end*/
  /* bg_image */
  /* bg_image end */
  /* tabs  */
  /* tabs end */
  /* about end*/
  /* form end*/
  /* min-about*/
  /* min-about end*/
  /* yararlanma */
  /* yararlanma end */
  /* basvuru-formu */
  /* basvuru-formu end */ }
  #main #main-slider {
    height: 540px; }
    #main #main-slider .item {
      position: relative; }
      #main #main-slider .item .bg {
        height: 540px;
        width: 100%;
        background-size: cover !important;
        background-repeat: repeat !important;
        background-position: top center !important; }
      #main #main-slider .item .text {
        position: absolute;
        top: 220px;
        left: 0;
        right: 0; }
        #main #main-slider .item .text .title {
          width: 70%;
          font-weight: bold;
          font-size: 35px;
          line-height: 40px;
          display: block;
          margin: 0 0 15px 0;
          color: #fff; }
          #main #main-slider .item .text .title span {
            font-family: 'PoetsenOne-Regular', sans-serif;
            color: #f8981d; }
        #main #main-slider .item .text .description {
          margin: 0 0 40px 0;
          display: block;
          width: 60%;
          color: #fff;
          font-size: 20px;
          line-height: 28px; }
        #main #main-slider .item .text .link {
          display: block; }
          #main #main-slider .item .text .link a {
            cursor: pointer;
            font-weight: 700;
            font-size: 20px;
            display: inline-block;
            background-color: #ed1a3b;
            color: #fff;
            border-radius: 4px;
            padding: 25px 30px; }
            #main #main-slider .item .text .link a:hover {
              background-color: #f8981d;
              color: #fff; }
    #main #main-slider .owl-theme {
      position: absolute;
      z-index: 99999;
            /*
            .owl-controls{
                opacity:  1 !important;
                z-index: 99999;
                text-align: right;
                max-width: 1140px;
                margin: -200px auto;
                position: relative;
                z-index: 999999;

                .owl-page{
                    span{
                        cursor: pointer;
                        width: 25px;
                        height: 25px;
                        background: #fff;
                    }
                    &.active{
                        span{
                            opacity: 1;
                            background: $blue;
                        }
                    }
                }
                /*.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span*/
      /* } */ }
  #main #bg-image {
    height: 345px; }
    #main #bg-image .item {
      position: relative; }
      #main #bg-image .item .bg {
        height: 345px;
        width: 100%;
        background-size: cover;
        background-repeat: repeat;
        background-position: top center; }
      #main #bg-image .item .text {
        position: absolute;
        top: 150px;
        left: 0;
        right: 0; }
        #main #bg-image .item .text .title {
          text-align: center;
          font-weight: bold;
          font-size: 29px;
          line-height: 36px;
          display: block;
          margin: 0 0 15px 0;
          color: #fff; }
          #main #bg-image .item .text .title span {
            font-family: 'PoetsenOne-Regular', sans-serif;
            color: #f8981d; }
        #main #bg-image .item .text .description {
          margin: 0 0 40px 0;
          display: block;
          color: #fff;
          font-size: 20px;
          line-height: 28px; }
        #main #bg-image .item .text .link {
          display: block;
          text-align: center; }
          #main #bg-image .item .text .link a {
            cursor: pointer;
            font-weight: 700;
            font-size: 20px;
            display: inline-block;
            background-color: #ed1a3b;
            color: #fff;
            border-radius: 4px;
            padding: 25px 30px; }
            #main #bg-image .item .text .link a:hover {
              background-color: #f8981d;
              color: #fff; }
    #main #bg-image.basvuru {
      height: 666px; }
      #main #bg-image.basvuru .item .text {
        top: 300px; }
        #main #bg-image.basvuru .item .text .description {
          text-align: center; }
      #main #bg-image.basvuru .item .bg {
        height: 666px; }
  #main #tabs {
    display: block;
    margin: 50px 0 0 0; }
    #main #tabs .tab-icerik .baslik {
      font-weight: bold;
      font-size: 30px;
      line-height: 34px;
      display: block;
      margin: 0 0 20px 0;
      color: #000; }
      #main #tabs .tab-icerik .baslik span {
        color: #ed1a3b; }
    #main #tabs .tab-icerik .resim {
      display: block;
      margin: 0 0 20px 0; }
    #main #tabs .tab-icerik .icerik {
      display: block; }
      #main #tabs .tab-icerik .icerik p {
        font-weight: 300;
        font-size: 17px;
        line-height: 22px;
        color: #545454;
        display: block;
        margin: 0 0 20px 0; }
      #main #tabs .tab-icerik .icerik ul li {
        font-weight: 300;
        font-size: 17px;
        line-height: 22px;
        color: #545454;
        display: block;
        margin: 0 0 20px 0; }
        #main #tabs .tab-icerik .icerik ul li:before {
          content: "•";
          padding-right: 10px;
          color: #bab6bd; }
        #main #tabs .tab-icerik .icerik ul li:last-child {
          margin: 0; }
    #main #tabs .tabs-left, #main #tabs .tabs-right {
      border-bottom: none;
      padding-top: 2px; }
    #main #tabs .tabs-left {
      border-right: 1px solid #ddd; }
    #main #tabs .tabs-right {
      background: #fafafa;
      border: 1px solid #ddd;
      padding: 0; }
    #main #tabs .tabs-right > li {
      float: none;
      margin-left: 0px; }
    #main #tabs .tabs-right > li a {
      color: #545454;
      border: 0;
      border-bottom: 1px dashed #ddd; }
    #main #tabs .tabs-right li.active a {
      border-color: #ed1a3b;
      border-radius: 0;
      background: #ed1a3b;
      color: #fff;
      padding: 25px 5px 25px 40px;
      position: relative; }
      #main #tabs .tabs-right li.active a:hover, #main #tabs .tabs-right li.active a:focus {
        border-color: #ed1a3b;
        border-radius: 0;
        background: #ed1a3b;
        color: #fff;
        padding: 25px 5px 25px 40px; }
      #main #tabs .tabs-right li.active a::after {
        content: '';
        position: absolute;
        left: 20px;
        width: 22px;
        height: 18px;
        background: url("../../data/ok.png") no-repeat;
        margin: 4px 0 0 0; }
    #main #tabs .tabs-right > li > a {
      border-radius: 0 4px 4px 0;
      margin-right: 0;
      padding: 25px 5px 25px 15px; }
    #main #tabs .tabs-right > li > a:hover {
      background: #ed1a3b;
      color: #fff;
      border-color: #ed1a3b;
      border-radius: 0;
      margin: 0; }
  #main #about {
    display: block;
    margin: 60px 0; }
    #main #about .about-list {
      position: relative; }
      #main #about .about-list .about-block {
        display: inline-block;
        float: left;
        position: relative;
        overflow: hidden; }
        #main #about .about-list .about-block .about {
          overflow: hidden; }
          #main #about .about-list .about-block .about .about-bg {
            overflow: hidden; }
            #main #about .about-list .about-block .about .about-bg img {
              width: 100%; }
          #main #about .about-list .about-block .about .about-link {
            position: absolute;
            bottom: 10px;
            left: 0;
            border-left: 4px solid #ed1a3b; }
            #main #about .about-list .about-block .about .about-link a.about-title {
              color: #fff;
              font-weight: bold;
              font-size: 15px;
              line-height: 20px;
              padding-left: 10px;
              display: inline-block; }
        #main #about .about-list .about-block:nth-child(1) {
          width: 470px;
          height: 260px; }
          #main #about .about-list .about-block:nth-child(1) .about .about-bg img {
            height: 263px; }
        #main #about .about-list .about-block:nth-child(2) {
          width: 390px;
          height: 260px; }
        #main #about .about-list .about-block:nth-child(3) {
          width: 280px;
          height: 502px; }
          #main #about .about-list .about-block:nth-child(3) .about .about-link {
            bottom: inherit;
            top: 10px; }
          #main #about .about-list .about-block:nth-child(3) .about .about-bg img {
            height: 502px; }
        #main #about .about-list .about-block:nth-child(4) {
          top: -1px;
          width: 235px;
          height: 245px;
          margin: -244px 0 0 0; }
          #main #about .about-list .about-block:nth-child(4) .about .about-bg img {
            height: 263px; }
        #main #about .about-list .about-block:nth-child(5) {
          top: -1px;
          width: 235px;
          height: 245px;
          margin: -244px 0 0 0; }
          #main #about .about-list .about-block:nth-child(5) .about .about-bg img {
            height: 263px; }
        #main #about .about-list .about-block:nth-child(6) {
          top: -1px;
          margin: -244px 0 0 0;
          width: 390px;
          height: 245px; }
          #main #about .about-list .about-block:nth-child(6) .about .about-bg img {
            height: 263px; }
        #main #about .about-list .about-block:hover .about .about-bg img {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
    #main #about .left-right-block {
      display: block;
      padding: 40px 0; }
      #main #about .left-right-block .left {
        text-align: left;
        display: inline-block;
        float: left; }
        #main #about .left-right-block .left a {
          display: inline-block;
          font-weight: 400;
          font-size: 20px;
          line-height: 22px;
          color: #8a8a8a; }
          #main #about .left-right-block .left a img {
            display: inline-block;
            float: left; }
          #main #about .left-right-block .left a span {
            padding-left: 10px;
            display: inline-block;
            float: left; }
          #main #about .left-right-block .left a:hover {
            color: #ed1a3b; }
      #main #about .left-right-block .right {
        text-align: right;
        display: inline-block;
        float: right; }
        #main #about .left-right-block .right a {
          display: inline-block;
          font-weight: 400;
          font-size: 20px;
          line-height: 22px;
          color: #8a8a8a; }
          #main #about .left-right-block .right a i {
            padding-left: 10px;
            display: inline-block;
            float: right; }
          #main #about .left-right-block .right a span {
            padding-left: 10px;
            display: inline-block;
            float: left; }
          #main #about .left-right-block .right a:hover {
            color: #ed1a3b; }
  #main #form .big-title-container {
    position: relative;
    z-index: 999999999;
    text-align: center; }
    #main #form .big-title-container .big-title {
      display: inline-block;
      background: #fff;
      padding: 0 40px; }
  #main #form .form-container {
    position: relative;
    margin: -35px 0 0 0;
    border: 1px solid #cbcbcb;
    padding: 60px 65px 40px 65px; }
  #main #min-about {
    margin: 30px 0 0 0;
    display: block; }
    #main #min-about .block {
      border: 1px solid #cbcbcb;
      padding: 15px;
      overflow: hidden; }
      #main #min-about .block .left {
        border-right: 1px solid #cbcbcb;
        display: inline-block;
        float: left;
        width: 15%; }
      #main #min-about .block .right {
        display: inline-block;
        float: left;
        width: 85%;
        padding: 20px 15px 0 15px;
        font-size: 15px;
        line-height: 20px;
        color: #666;
        font-weight: 300; }
  #main #yararlanma {
    display: block;
    overflow: hidden;
    margin: 50px  0 0 0;
    background: #f8981d;
    padding: 80px 0; }
    #main #yararlanma.basvuru {
      margin: 0; }
    #main #yararlanma .big-title-container {
      display: block;
      margin: 0 0 40px 0; }
      #main #yararlanma .big-title-container .big-title {
        color: #fff; }
    #main #yararlanma .yarar-block .yarar .yarar-icon {
      height: 110px;
      display: block;
      text-align: center;
      margin: 0 0 10px 0; }
      #main #yararlanma .yarar-block .yarar .yarar-icon img {
        display: inline-block; }
    #main #yararlanma .yarar-block .yarar .yarar-title {
      margin: 0 0 10px 0;
      display: block;
      text-align: center; }
      #main #yararlanma .yarar-block .yarar .yarar-title a {
        display: inline-block;
        font-size: 20px;
        line-height: 22px;
        color: #fff;
        font-weight: bold; }
    #main #yararlanma .yarar-block .yarar .yarar-desc {
      padding: 0 40px;
      display: block;
      text-align: center;
      font-weight: 500;
      font-size: 15px;
      line-height: 18px;
      color: #fff; }
  #main #basvuru-formu {
    display: block; }
    #main #basvuru-formu .top {
      display: block;
      padding: 50px 0; }
    #main #basvuru-formu .bottom {
      display: block;
      padding: 50px 0;
      background: #f0f0f0;
      /* Old browsers */
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #f0f0f0 0%, white 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #f0f0f0 0%, white 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 );
      /* IE6-9 */ }
      #main #basvuru-formu .bottom .left-block .left .input-block {
        position: relative;
        display: block;
        margin: 0 0 30px 0; }
        #main #basvuru-formu .bottom .left-block .left .input-block .input {
          height: 56px;
          padding: 15px 35px 15px 15px;
          border: 1px solid #cecece;
          width: 100%;
          font-size: 18px;
          line-height: 22px; }
          #main #basvuru-formu .bottom .left-block .left .input-block .input:focus {
            background: #ed1a3b;
            color: #fff;
            outline: none;
            border-color: #ed1a3b; }
        #main #basvuru-formu .bottom .left-block .left .input-block .buton {
          width: 100%;
          padding: 20px 0;
          text-align: center;
          font-size: 18px;
          line-height: 22px;
          border: 0;
          font-weight: bold;
          background: #f8981d;
          color: #fff;
          display: block;
          border-radius: 5px; }
        #main #basvuru-formu .bottom .left-block .left .input-block.zorunlu::after {
          content: 'Zorunlu';
          font-weight: 300;
          color: #000;
          position: absolute;
          right: 10px;
          top: 20px;
          z-index: 9999;
          color: rgba(0, 0, 0, 0.3); }
        #main #basvuru-formu .bottom .left-block .left .input-block .custom-checkbox {
          margin-bottom: 10px; }
          #main #basvuru-formu .bottom .left-block .left .input-block .custom-checkbox label a {
            color: #757575;
            display: inline-block;
            margin: 10px 0 0 0;
            text-decoration: underline; }
            #main #basvuru-formu .bottom .left-block .left .input-block .custom-checkbox label a:hover {
              text-decoration: underline;
              color: #ed1a3b; }
          #main #basvuru-formu .bottom .left-block .left .input-block .custom-checkbox input[type="checkbox"] {
            display: none; }
          #main #basvuru-formu .bottom .left-block .left .input-block .custom-checkbox input[type="checkbox"] + label {
            position: relative;
            cursor: pointer; }
            #main #basvuru-formu .bottom .left-block .left .input-block .custom-checkbox input[type="checkbox"] + label:hover:before {
              background: #cbcbcb;
              border-color: #cbcbcb; }
            #main #basvuru-formu .bottom .left-block .left .input-block .custom-checkbox input[type="checkbox"] + label:before {
              content: "";
              display: inline-block;
              background: white;
              width: 34px;
              height: 34px;
              border: 1px solid #cbcbcb;
              vertical-align: top;
              margin-right: 7px;
              border-radius: 2px;
              -webkit-transition: all 0.1s;
              transition: all 0.1s; }
            #main #basvuru-formu .bottom .left-block .left .input-block .custom-checkbox input[type="checkbox"] + label:after {
              opacity: 0;
              content: "\f26b";
              font-family: Material-Design-Iconic-Font;
              display: block;
              color: #fff;
              position: absolute;
              font-size: 28px;
              left: 8px;
              top: 3px;
              -webkit-transform: scale(0.5);
                      transform: scale(0.5);
              -webkit-transition: all 0.25s cubic-bezier(0.75, 0.1, 0.1, 0.5);
              transition: all 0.25s cubic-bezier(0.75, 0.1, 0.1, 0.5); }
          #main #basvuru-formu .bottom .left-block .left .input-block .custom-checkbox input[type="checkbox"]:checked + label:before {
            background: #ed1a3b;
            border-color: #ed1a3b; }
          #main #basvuru-formu .bottom .left-block .left .input-block .custom-checkbox input[type="checkbox"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
                    transform: scale(1); }
        #main #basvuru-formu .bottom .left-block .left .input-block:last-child {
          margin: 0; }
      #main #basvuru-formu .bottom .right-block .right .title {
        font-weight: bold;
        display: block;
        color: #000;
        margin: 0 0 20px 0;
        font-size: 30px;
        line-height: 34px; }
      #main #basvuru-formu .bottom .right-block .right .min-title {
        color: #757575;
        display: block;
        font-size: 16px;
        line-height: 20px;
        font-weight: 300; }
        #main #basvuru-formu .bottom .right-block .right .min-title a {
          color: #ed1a3b;
          font-weight: bold; }
      #main #basvuru-formu .bottom .right-block .right .pic {
        margin: 30px 0 0 0;
        display: block; }

/* ##########################################
        MAIN END
########################################## */
/* ##########################################
        FOOTER
########################################## */
#footer .footer-links {
  background: #222;
  padding: 30px 0 120px 0; }
  #footer .footer-links .left {
    display: inline-block;
    float: left;
    width: 30%; }
  #footer .footer-links .right {
    width: 70%;
    display: inline-block;
    float: left; }
    #footer .footer-links .right .fo-title {
      margin: 0 0 30px 0;
      display: block; }
      #footer .footer-links .right .fo-title span {
        margin: 0 0 5px 0;
        display: block;
        color: #fff;
        font-weight: bold;
        font-size: 15px; }
      #footer .footer-links .right .fo-title small {
        color: #fff;
        font-style: oblique;
        font-weight: 300;
        font-size: 13px;
        display: block; }
    #footer .footer-links .right p {
      color: #fff;
      font-weight: 300;
      font-size: 15px;
      line-height: 20px; }
  #footer .footer-links .foo-links-box .title {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    display: block;
    margin: 0 0 20px 0; }
  #footer .footer-links .foo-links-box ul li {
    margin: 0 0 10px 0; }
    #footer .footer-links .foo-links-box ul li a {
      color: #fff;
      font-weight: 300;
      font-size: 14px;
      line-height: 18px;
      display: block; }
    #footer .footer-links .foo-links-box ul li:last-child {
      margin: 0; }
#footer .copyright-block {
  display: block;
  padding: 25px 0; }
  #footer .copyright-block .copyright {
    font-weight: 300;
    font-size: 15px;
    color: #454553; }
  #footer .copyright-block .design {
    display: inline-block;
    float: right;
    font-weight: 300;
    font-size: 15px;
    color: #454553; }
    #footer .copyright-block .design a {
      color: #333;
      font-weight: bold; }

/* ##########################################
        FOOTER END
########################################## */
