@charset "UTF-8";
/*
/*      +-+-+-+-+-+-+-+ +-+-+ +-+-+-+-+-+-+
/*      |Created by Serkan Hürsgünel|
/*      +-+-+-+-+-+-+-+ +-+-+ +-+-+-+-+-+-+
/*
/*     This website and its content is copyright of Serkan Hürsgünel © 2020. All rights reserved.
 */
/* Font Face*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("font/open-sans-v17-latin-ext_latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Light"), local("OpenSans-Light"), url("font/open-sans-v17-latin-ext_latin-300.eot?#iefix") format("embedded-opentype"), url("font/open-sans-v17-latin-ext_latin-300.woff2") format("woff2"), url("font/open-sans-v17-latin-ext_latin-300.woff") format("woff"), url("font/open-sans-v17-latin-ext_latin-300.ttf") format("truetype"), url("font/open-sans-v17-latin-ext_latin-300.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-regular - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("font/open-sans-v17-latin-ext_latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("font/open-sans-v17-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("font/open-sans-v17-latin-ext_latin-regular.woff2") format("woff2"), url("font/open-sans-v17-latin-ext_latin-regular.woff") format("woff"), url("font/open-sans-v17-latin-ext_latin-regular.ttf") format("truetype"), url("font/open-sans-v17-latin-ext_latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-700 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("font/open-sans-v17-latin-ext_latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("font/open-sans-v17-latin-ext_latin-700.eot?#iefix") format("embedded-opentype"), url("font/open-sans-v17-latin-ext_latin-700.woff2") format("woff2"), url("font/open-sans-v17-latin-ext_latin-700.woff") format("woff"), url("font/open-sans-v17-latin-ext_latin-700.ttf") format("truetype"), url("font/open-sans-v17-latin-ext_latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-800 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url("font/open-sans-v17-latin-ext_latin-800.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("font/open-sans-v17-latin-ext_latin-800.eot?#iefix") format("embedded-opentype"), url("font/open-sans-v17-latin-ext_latin-800.woff2") format("woff2"), url("font/open-sans-v17-latin-ext_latin-800.woff") format("woff"), url("font/open-sans-v17-latin-ext_latin-800.ttf") format("truetype"), url("font/open-sans-v17-latin-ext_latin-800.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* 
// Responsive breakpoint mixins
*/
/*Clearfix @extend %clearfix; */
#sliderblok .sliderlar .slide .slidebaslik h2 {
  *zoom: 1; }
  #sliderblok .sliderlar .slide .slidebaslik h2:before, #sliderblok .sliderlar .slide .slidebaslik h2:after {
    content: " ";
    display: table; }
  #sliderblok .sliderlar .slide .slidebaslik h2:after {
    clear: both; }

/* Transition  @include transition(all .5s ease-in-out);*/
/*Loader*/
#yukle {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2a58f4;
  /* change if the mask should have another color then white */
  z-index: 999999999;
  /* makes sure it stays on top */ }

#durum {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../assets/images/animasyon.gif);
  background-repeat: no-repeat;
  background-size: 250px auto;
  background-position: center center; }

/*Selection*/
::-moz-selection {
  background: #135DA8;
  color: #FFFFFF;
  text-shadow: none; }
::selection {
  background: #135DA8;
  color: #FFFFFF;
  text-shadow: none; }

/*Link*/
:root a {
  text-decoration: none; }
  :root a:hover {
    text-decoration: none !important; }

*:focus {
  outline: none; }

/*Scroll*/
::-webkit-scrollbar {
  width: 12px; }

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

/*Form Modifiyeleri*/
.duzkenar {
  border-radius: 0px !important;
  padding-right: 30px !important;
  padding-left: 30px !important; }

select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" version="1"><path d="M4 8L0 4h8z"/></svg>');
  padding: .5em;
  padding-right: 1.5em; }

::-webkit-input-placeholder {
  color: #FFFFFF; }

.gizle {
  display: none !important; }
  @media only screen and (max-width: 575.98px) {
    .gizle {
      display: block !important; } }

@media only screen and (max-width: 575.98px) {
  .mobilgizle {
    display: none !important; } }
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .mobilgizle {
    display: none !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .mobilgizle {
    display: none !important; } }

a.tumu_btn {
  width: auto;
  height: auto;
  display: inline-block;
  text-align: center;
  padding: 0.3rem 1.6rem;
  border: 1px solid #383E42;
  color: #383E42;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 16px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  a.tumu_btn:hover {
    border: 1px solid #135DA8;
    color: #135DA8; }

a.incele_btn {
  width: auto;
  height: auto;
  display: inline-block;
  text-align: center;
  padding: 0.5rem 1.8rem;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: normal !important;
  margin-top: 2rem;
  border-radius: 22px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  a.incele_btn:hover {
    border: 1px solid #135DA8;
    color: #135DA8; }

.cookie-alert {
  width: 320px;
  height: auto;
  display: block;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999;
  opacity: 0;
  font-family: "Open Sans";
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out; }
  .cookie-alert h5 {
    font-size: 0.8rem;
    font-weight: 700; }

.cookie-alert.show {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms; }

a.btn-link {
  color: #135DA8;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  a.btn-link:hover {
    color: #383E42;
    text-decoration: none; }

/*Scrolltotop*/
#yukari {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  overflow: hidden;
  width: 2rem;
  height: 2rem;
  border: none;
  text-indent: 100%;
  background: url("images/up.png") no-repeat;
  background-size: contain;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  z-index: 999; }
  @media only screen and (max-width: 575.98px) {
    #yukari {
      display: none !important; } }

.container-fluid {
  width: 90% !important; }
  @media only screen and (min-width: 1351px) {
    .container-fluid {
      width: 95% !important; } }
  @media only screen and (min-width: 1200px) and (max-width: 1350px) {
    .container-fluid {
      width: 95% !important; } }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .container-fluid {
      width: 95% !important; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .container-fluid {
      width: 100% !important; } }
  @media only screen and (min-width: 576px) and (max-width: 767.98px) {
    .container-fluid {
      width: 100% !important; } }
  @media only screen and (max-width: 575.98px) {
    .container-fluid {
      width: 100% !important; } }

.normallineheight {
  line-height: normal !important; }

html {
  font-family: "Open Sans";
  height: 100%;
  color: #383E42 !important;
  overflow-x: hidden !important;
  overflow-y: scroll !important; }

body {
  font-family: "Open Sans";
  margin: 0;
  padding: 0;
  color: #383E42 !important;
  overflow: hidden !important;
  -webkit-font-smoothing: antialiased; }

#ustblok {
  width: 100%;
  height: 5.8rem;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  z-index: 22;
  background-color: #FFFFFF;
  border-bottom: 0.375rem solid #135DA8;
  -webkit-box-shadow: 0 8px 6px -6px #383E42;
          box-shadow: 0 8px 6px -6px #383E42; }
  @media only screen and (max-width: 575.98px) {
    #ustblok {
      height: auto; } }
  #ustblok #trigger {
    width: 45px;
    height: 45px;
    display: none;
    position: relative;
    float: left;
    font-size: 1.7rem;
    color: #383E42;
    text-align: center; }
    @media only screen and (max-width: 575.98px) {
      #ustblok #trigger {
        margin-top: 1rem;
        display: block; } }
    @media only screen and (min-width: 576px) and (max-width: 767.98px) {
      #ustblok #trigger {
        margin-top: 1rem; } }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      #ustblok #trigger {
        margin-top: 1rem; } }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      #ustblok #trigger {
        margin-top: 1.5rem; } }
  #ustblok a.logo {
    width: 100%;
    height: 5rem;
    display: block;
    position: relative;
    float: left;
    text-align: center;
    margin-top: 5px; }
    @media only screen and (max-width: 575.98px) {
      #ustblok a.logo img {
        margin-top: 0px; } }
    @media only screen and (max-width: 575.98px) {
      #ustblok a.logo {
        width: 320px;
        height: 4.6875rem;
        float: none;
        text-align: center;
        margin-right: auto;
        margin-left: auto; } }
  #ustblok .anamenublok {
    width: auto;
    height: 2.2rem;
    display: block;
    position: relative;
    float: right;
    margin-right: 1rem;
    margin-top: 1.9rem;
    z-index: 1040 !important; }
    @media only screen and (max-width: 575.98px) {
      #ustblok .anamenublok {
        display: none !important; } }
    @media only screen and (min-width: 576px) and (max-width: 767.98px) {
      #ustblok .anamenublok {
        display: none !important; } }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      #ustblok .anamenublok {
        display: none !important; } }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      #ustblok .anamenublok {
        display: none !important; } }
    #ustblok .anamenublok ul {
      width: auto;
      height: auto;
      display: block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      z-index: 3;
      list-style-type: none;
      list-style: none;
      -webkit-padding-start: 0px !important;
         -moz-padding-start: 0px !important;
              padding-inline-start: 0px !important; }
      #ustblok .anamenublok ul li {
        width: auto;
        height: 2rem;
        display: block;
        position: relative;
        float: left;
        padding-top: 5px; }
        @media only screen and (min-width: 1200px) and (max-width: 1350px) {
          #ustblok .anamenublok ul li {
            margin-right: 0.5rem; } }
        @media only screen and (min-width: 1351px) {
          #ustblok .anamenublok ul li {
            margin-right: 0.8rem; } }
        #ustblok .anamenublok ul li:last-of-type {
          margin-right: 0rem; }
        #ustblok .anamenublok ul li.ikon_btn {
          padding-top: 0rem; }
          #ustblok .anamenublok ul li.ikon_btn a {
            font-size: 1.4rem; }
        #ustblok .anamenublok ul li a {
          font-family: "Open Sans";
          font-size: 16px;
          font-weight: 700;
          color: #383E42;
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
          @media only screen and (min-width: 1351px) {
            #ustblok .anamenublok ul li a {
              font-size: 1rem; } }
          @media only screen and (min-width: 1200px) and (max-width: 1350px) {
            #ustblok .anamenublok ul li a {
              font-size: 0.9rem; } }
          @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
            #ustblok .anamenublok ul li a {
              font-size: 0.8rem; } }
          #ustblok .anamenublok ul li a.active {
            color: #135DA8; }
          #ustblok .anamenublok ul li a:hover {
            color: #135DA8; }
  #ustblok a.ustblok_iletisimno {
    width: auto;
    height: auto;
    display: block;
    position: relative;
    float: right;
    margin-top: 2.2rem;
    margin-right: 1rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    @media only screen and (max-width: 575.98px) {
      #ustblok a.ustblok_iletisimno {
        margin-top: 0.5rem;
        margin-right: 1.1rem; } }
    #ustblok a.ustblok_iletisimno .numara {
      width: auto;
      height: auto;
      display: block;
      position: relative;
      float: left;
      font-family: "Open Sans";
      font-size: 1rem;
      font-weight: 700;
      color: #383E42;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      @media only screen and (max-width: 575.98px) {
        #ustblok a.ustblok_iletisimno .numara {
          display: none; } }
      @media only screen and (min-width: 576px) and (max-width: 767.98px) {
        #ustblok a.ustblok_iletisimno .numara {
          display: none; } }
    #ustblok a.ustblok_iletisimno i {
      width: auto;
      height: auto;
      display: block;
      position: relative;
      float: left;
      color: #383E42;
      margin-right: 0.3rem;
      font-weight: 700;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      @media only screen and (max-width: 575.98px) {
        #ustblok a.ustblok_iletisimno i {
          font-size: 2rem; } }
    #ustblok a.ustblok_iletisimno:hover .numara {
      color: #135DA8; }
    #ustblok a.ustblok_iletisimno:hover i {
      color: #135DA8; }
  #ustblok a.ustblok_iletisimmail {
    width: auto;
    height: auto;
    display: block;
    position: relative;
    float: right;
    margin-top: 2.2rem;
    margin-right: 1rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    @media only screen and (max-width: 575.98px) {
      #ustblok a.ustblok_iletisimmail {
        margin-top: 0.5rem;
        margin-right: 1.1rem; } }
    #ustblok a.ustblok_iletisimmail .mail {
      width: auto;
      height: auto;
      display: block;
      position: relative;
      float: left;
      font-family: "Open Sans";
      font-size: 1rem;
      font-weight: 700;
      color: #383E42;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      @media only screen and (max-width: 575.98px) {
        #ustblok a.ustblok_iletisimmail .mail {
          display: none; } }
      @media only screen and (min-width: 576px) and (max-width: 767.98px) {
        #ustblok a.ustblok_iletisimmail .mail {
          display: none; } }
    #ustblok a.ustblok_iletisimmail i {
      width: auto;
      height: auto;
      display: block;
      position: relative;
      float: left;
      color: #383E42;
      margin-right: 0.3rem;
      font-weight: 700;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      @media only screen and (max-width: 575.98px) {
        #ustblok a.ustblok_iletisimmail i {
          font-size: 2rem; } }
    #ustblok a.ustblok_iletisimmail:hover .mail {
      color: #135DA8; }
    #ustblok a.ustblok_iletisimmail:hover i {
      color: #135DA8; }
  #ustblok a.musterimizolunbtn {
    width: auto;
    height: auto;
    display: block;
    position: relative;
    float: right;
    margin-top: 1.9rem;
    background-color: #F27A00;
    color: #FFFFFF;
    padding: 0.5rem;
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 0.8rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    @media only screen and (max-width: 575.98px) {
      #ustblok a.musterimizolunbtn {
        margin-top: 1rem; } }
    #ustblok a.musterimizolunbtn:hover {
      background-color: #135DA8; }

#mp-menu {
  display: none; }
  @media only screen and (max-width: 575.98px) {
    #mp-menu {
      display: block; } }
  @media only screen and (min-width: 576px) and (max-width: 767.98px) {
    #mp-menu {
      display: block; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #mp-menu {
      display: block; } }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #mp-menu {
      display: block; } }

.mp-pusher {
  position: relative;
  left: 0;
  height: 100%; }

.mp-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 18.75rem;
  height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mp-level {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #383E42;
  /*Arkaplan Rengi*/
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

/* overlays for pusher and for level that gets covered */
.mp-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  opacity: 0; }

.mp-level::after, .mp-level::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  opacity: 0; }

.mp-pusher::after {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s; }

.mp-level::after {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  z-index: -1; }

.mp-pusher.mp-pushed::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.mp-level.mp-level-overlay {
  cursor: pointer; }
  .mp-level.mp-level-overlay::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .mp-level.mp-level-overlay.mp-level::before {
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 1; }

.mp-pusher, .mp-level {
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

/* overlap */
.mp-overlap .mp-level.mp-level-open {
  -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0); }

/* First level */
.mp-menu > .mp-level, .mp-menu.mp-overlap > .mp-level {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mp-menu > .mp-level.mp-level-open, .mp-menu.mp-overlap > .mp-level.mp-level-open {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/* cover */
.mp-cover .mp-level.mp-level-open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

/* content style */
.mp-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }
.mp-menu h2 {
  margin: 0;
  padding: 1em;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.125rem;
  font-family: "Open Sans"; }
.mp-menu.mp-overlap h2::before {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 8px;
  font-size: 75%;
  line-height: 1.8;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
  transition: opacity 0.3s, transform 0.1s 0.3s;
  transition: opacity 0.3s, transform 0.1s 0.3s, -webkit-transform 0.1s 0.3s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }
.mp-menu.mp-cover h2 {
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1rem;
  font-family: "Open Sans"; }

.mp-overlap .mp-level.mp-level-overlay > h2::before {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.mp-menu ul li > a {
  display: block;
  color: #FFFFFF;
  font-family: "Open Sans";
  font-size: 0.875rem;
  padding: 0.7em 1em 0.7em 1.8em;
  outline: none;
  -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  -webkit-transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s; }
  .mp-menu ul li > a i {
    display: inline;
    text-align: center !important; }
  .mp-menu ul li > a i::before {
    color: #FFFFFF;
    font-size: 0.625rem !important; }
  .mp-menu ul li > a:hover {
    text-decoration: none; }

.mp-level > ul > li:first-child > a {
  -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2); }

.mp-menu ul li a:hover, .mp-level > ul > li:first-child > a:hover {
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 -1px rgba(0, 0, 0, 0); }

.mp-menu .mp-level.mp-level-overlay > ul > li > a {
  -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 -1px rgba(0, 0, 0, 0); }

.mp-level.mp-level-overlay > ul > li:first-child > a {
  -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 -1px rgba(0, 0, 0, 0); }
.mp-level.mp-level-overlay > ul > li:first-child > a {
  -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0), inset 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 -1px rgba(0, 0, 0, 0), inset 0 1px rgba(0, 0, 0, 0); }
.mp-level > ul > li:first-child > a:hover {
  -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0), inset 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 -1px rgba(0, 0, 0, 0), inset 0 1px rgba(0, 0, 0, 0); }

/* seems like Chrome 34.0.1847.131 needs the second shadow otherwise the transition breaks */
.mp-back {
  background: rgba(0, 0, 0, 0.1);
  outline: none;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  display: block;
  font-size: 12px;
  padding: 1em;
  position: relative;
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }
  .mp-back::after {
    font-family: "Flaticon";
    position: absolute;
    content: "\f105";
    right: 10px;
    font-size: 1.3em;
    color: rgba(0, 0, 0, 0.3); }
  .mp-back:hover {
    text-decoration: none;
    color: #FFFFFF; }

.mp-menu .mp-level.mp-level-overlay > .mp-back {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: transparent; }
  .mp-menu .mp-level.mp-level-overlay > .mp-back::after {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: transparent; }

.no-csstransforms3d .mp-pusher, .no-js .mp-pusher {
  padding-left: 300px; }

.no-csstransforms3d .mp-menu .mp-level, .no-js .mp-menu .mp-level {
  display: none; }

.no-csstransforms3d .mp-menu > .mp-level, .no-js .mp-menu > .mp-level {
  display: block; }

#mobilustblok {
  display: none; }
  @media only screen and (max-width: 575.98px) {
    #mobilustblok {
      width: 100%;
      height: 3.4375rem;
      display: block;
      position: relative;
      list-style: none;
      z-index: 1040 !important; } }
  #mobilustblok #trigger {
    width: 18%;
    height: 3.4375rem;
    display: block;
    position: relative;
    float: right;
    background: url(images/menu.png) center center no-repeat;
    background-color: #383E42; }
  #mobilustblok li.searchbtn {
    width: 18%;
    height: 3.4375rem;
    text-align: center;
    float: right;
    margin-left: 0px !important;
    background-color: #135DA8;
    padding-top: 0.3125rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    #mobilustblok li.searchbtn a {
      color: #FFFFFF !important;
      text-align: center !important;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      #mobilustblok li.searchbtn a i {
        width: 1.375rem;
        height: 2.0625rem;
        float: none !important;
        font-size: 1.75rem !important;
        text-align: center !important; }
    #mobilustblok li.searchbtn:hover a {
      color: #000000 !important; }

#footerblok {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin-top: 2rem; }
  #footerblok .footerust {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    padding: 1.2rem 0rem;
    background-color: #383E42; }
    #footerblok .footerust .footerlinkler {
      width: 100%;
      height: auto;
      display: block;
      position: relative;
      padding-top: 1rem; }
      @media only screen and (max-width: 575.98px) {
        #footerblok .footerust .footerlinkler {
          margin-bottom: 1rem; } }
      #footerblok .footerust .footerlinkler a.link {
        color: #FFFFFF;
        margin-right: 1rem;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        #footerblok .footerust .footerlinkler a.link:last-of-type {
          margin-right: 0px; }
        #footerblok .footerust .footerlinkler a.link:hover {
          color: #135DA8;
          text-decoration: none; }
    #footerblok .footerust .footerlogo {
      width: 100%;
      height: auto;
      display: block;
      position: relative;
      text-align: center; }
      @media only screen and (max-width: 575.98px) {
        #footerblok .footerust .footerlogo {
          margin-bottom: 1rem; } }
      #footerblok .footerust .footerlogo img {
        width: 100%;
        height: auto; }
        @media only screen and (max-width: 575.98px) {
          #footerblok .footerust .footerlogo img {
            width: 70%; } }
    #footerblok .footerust .footerlogolar {
      width: 100%;
      height: 1rem;
      display: block;
      position: relative;
      text-align: right;
      padding-top: 0.6rem; }
      @media only screen and (max-width: 575.98px) {
        #footerblok .footerust .footerlogolar {
          margin-bottom: 1rem;
          text-align: center; } }
      #footerblok .footerust .footerlogolar img {
        width: auto;
        height: 1.8rem; }
  #footerblok .footeralt {
    width: 100%;
    height: 3rem;
    display: block;
    position: relative;
    background-color: #135DA8; }
    #footerblok .footeralt .copyright {
      width: 100%;
      height: auto;
      display: block;
      position: relative;
      text-align: center;
      padding-top: 1rem;
      font-family: "Open Sans";
      font-size: 0.8rem;
      font-weight: 300;
      color: #FFFFFF; }

#bannerblok {
  width: 100%;
  height: 13rem;
  display: block;
  position: relative;
  z-index: 1 !important; }
  #bannerblok .bannerbaslik {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 1rem;
    z-index: 5; }
    #bannerblok .bannerbaslik h1 {
      width: 100%;
      height: auto;
      font-size: 1.6rem;
      font-weight: 800;
      font-family: "Open Sans";
      color: #FFFFFF;
      text-align: center;
      text-transform: uppercase; }
      @media only screen and (max-width: 575.98px) {
        #bannerblok .bannerbaslik h1 {
          font-size: 1.1rem; } }
  #bannerblok .bannergolge {
    width: 100%;
    height: 13rem;
    display: block;
    position: absolute;
    top: 0px;
    z-index: 4;
    background: rgba(0, 0, 0, 0.5);
    border-bottom: 6px solid #135DA8; }
    @media only screen and (max-width: 575.98px) {
      #bannerblok .bannergolge {
        border-bottom: 3px solid #135DA8; } }
  #bannerblok .bannerresim {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-size: cover;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat; }

#sliderblok {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1 !important; }
  #sliderblok a.kaydirbtn {
    width: 25px;
    height: 42px;
    display: block;
    position: absolute;
    overflow: hidden;
    right: 49%;
    z-index: 9 !important;
    bottom: 2rem; }
    @media only screen and (max-width: 575.98px) {
      #sliderblok a.kaydirbtn {
        display: none; } }
  #sliderblok a.kaydirbtn span {
    display: block;
    width: 25px;
    height: 42px;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    border-right: 0.125rem solid #FFFFFF;
    border-bottom: 0.125rem solid #FFFFFF;
    margin: 0 0 0.3125rem 0.5rem; }
  #sliderblok a.kaydirbtn .mouse {
    width: 25px;
    height: 42px;
    border-radius: 0.625rem;
    -webkit-transform: none;
            transform: none;
    border: 2px solid #FFFFFF;
    top: 11.25rem; }
  #sliderblok a.kaydirbtn .wheel {
    height: 0.4rem;
    width: 0.125rem;
    display: block;
    margin: 0.3125rem auto;
    background: #FFFFFF;
    position: relative; }
  #sliderblok a.kaydirbtn .wheel {
    -webkit-animation: mouse-wheel 1.2s ease infinite;
    -moz-animation: mouse-wheel 1.2s ease infinite; }
@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0.375rem);
    transform: translateY(0.375rem); } }
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }
@keyframes mouse-scroll {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }
  #sliderblok .sliderlar {
    width: 100%;
    /*height: 37.5rem;*/
    /*height: 42.5rem;*/
    display: block;
    position: relative;
    z-index: 1 !important; }
    @media only screen and (max-width: 575.98px) {
      #sliderblok .sliderlar {
        height: 12rem; 
        /*height: 32rem;*/ 
      } }
    #sliderblok .sliderlar .slide {
      width: 100%;
      height: 37.5rem;
      /*height: 42.5rem;*/
      display: block;
      position: relative; }
      @media only screen and (max-width: 575.98px) {
        #sliderblok .sliderlar .slide {
          height: 32rem; } }
      #sliderblok .sliderlar .slide .slidebaslik {
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        bottom: 30%;
        margin: auto;
        z-index: 2222 !important; }
        @media only screen and (max-width: 575.98px) {
          #sliderblok .sliderlar .slide .slidebaslik {
            bottom: 15%; } }
        #sliderblok .sliderlar .slide .slidebaslik h2 {
          width: 80%;
          height: auto;
          display: block;
          position: relative;
          margin-right: auto;
          margin-left: auto;
          color: #FFFFFF;
          text-align: center;
          font-family: "Open Sans";
          font-size: 3rem;
          font-weight: 800;
          text-shadow: 0rem 2.4px 4.8px #000000; }
          @media only screen and (max-width: 575.98px) {
            #sliderblok .sliderlar .slide .slidebaslik h2 {
              width: 90%;
              font-size: 1.6rem;
              text-align: center; } }
      #sliderblok .sliderlar .slide .slideresim {
        width: 100%;
        /*height: 100%;*/
        display: block;
        position: absolute;
        background-size: cover;
        z-index: 1;
        background-position: center top;
        background-repeat: no-repeat; }
        @media only screen and (min-width: 1351px) {
          #sliderblok .sliderlar .slide .slideresim {
            background-position: center center; } }
    #sliderblok .sliderlar .slick-list {
      width: 100% !important; }
    #sliderblok .sliderlar .slick-prev:before,
    #sliderblok .sliderlar .slick-next:before {
      font-family: "Flaticon" !important;
      font-size: 24px;
      line-height: 1;
      color: #FFFFFF;
      background-color: none;
      padding: 10px;
      opacity: 0.8;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      border-radius: 12.5rem 12.5rem 12.5rem 12.5rem;
      -moz-border-radius: 12.5rem 12.5rem 12.5rem 12.5rem;
      -webkit-border-radius: 12.5rem 12.5rem 12.5rem 12.5rem;
      color: #FFFFFF;
      border: 0.125rem solid #FFFFFF; }
    #sliderblok .sliderlar .slick-prev {
      left: 10px;
      z-index: 4;
      height: 42px;
      width: 42px; }
    #sliderblok .sliderlar .slick-next {
      height: 42px;
      width: 42px;
      right: 20px;
      z-index: 4; }
    #sliderblok .sliderlar .slick-prev:hover:before,
    #sliderblok .sliderlar .slick-prev:focus:before,
    #sliderblok .sliderlar .slick-next:hover:before,
    #sliderblok .sliderlar .slick-next:focus:before {
      opacity: 1; }
    #sliderblok .sliderlar .slick-dots {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      padding: 10;
      margin: 0;
      list-style: none;
      text-align: center; }
    #sliderblok .sliderlar .slick-dots li.slick-active button:before {
      color: #135DA8; }

#ortablok {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin-top: 2rem; }
  #ortablok h2 {
    font-family: "Open Sans";
    font-weight: 800;
    font-size: 1.2rem;
    color: #135DA8;
    text-align: left; }
  #ortablok .col-form-label {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 1rem; }
  #ortablok .kategoriler {
    padding-bottom: 1rem;
    /* the slides */
    /* the parent */ }
    #ortablok .kategoriler .kategori_btn {
      width: 100%;
      height: 15.625rem;
      display: block;
      position: relative;
      -webkit-box-shadow: 0 8px 6px -6px #383E42;
              box-shadow: 0 8px 6px -6px #383E42; }
      #ortablok .kategoriler .kategori_btn h3 {
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        bottom: 1rem;
        z-index: 3;
        font-family: "Open Sans";
        font-weight: 800;
        font-size: 1.1rem;
        color: #FFFFFF;
        text-align: center; }
      #ortablok .kategoriler .kategori_btn .kategoribtn_maske {
        width: 100%;
        height: 20rem;
        display: block;
        position: absolute;
        top: 0px;
        z-index: 2;
        background: #135ea8;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 94, 168, 0)), to(#135ea8));
        background: linear-gradient(180deg, rgba(19, 94, 168, 0) 0%, #135ea8 100%); }
      #ortablok .kategoriler .kategori_btn .kategoribtn_resim {
        width: 100%;
        height: 15.625rem;
        display: block;
        position: absolute;
        z-index: 1;
        background-size: cover;
        background-position: center center; }
    #ortablok .kategoriler .slick-prev:before,
    #ortablok .kategoriler .slick-next:before {
      font-family: "Flaticon" !important;
      font-size: 32px;
      line-height: 1;
      color: #FFFFFF;
      background-color: none;
      padding: 10px;
      opacity: 0.8;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    #ortablok .kategoriler .slick-prev {
      left: -10px;
      z-index: 4;
      height: 42px;
      width: 42px; }
    #ortablok .kategoriler .slick-next {
      height: 42px;
      width: 42px;
      right: 0px;
      z-index: 4; }
    #ortablok .kategoriler .slick-prev:hover:before,
    #ortablok .kategoriler .slick-prev:focus:before,
    #ortablok .kategoriler .slick-next:hover:before,
    #ortablok .kategoriler .slick-next:focus:before {
      opacity: 1; }
    #ortablok .kategoriler .slick-slide {
      margin: 0 10px; }
    #ortablok .kategoriler .slick-list {
      margin: 0 -10px; }
    #ortablok .kategoriler .slick-dots {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      padding: 10;
      margin: 0;
      list-style: none;
      text-align: center; }
    #ortablok .kategoriler .slick-dots li.slick-active button:before {
      color: #135DA8; }

#bilgiblok {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin-top: 2.3rem;
  /* the slides */
  /* the parent */ }
  #bilgiblok h3 {
    font-family: "Open Sans";
    font-weight: 800;
    font-size: 1.1rem;
    color: #135DA8;
    text-align: left; }
  #bilgiblok .mapcik {
    width: 100%;
    height: auto;
    display: block;
    position: relative; }
    #bilgiblok .mapcik .mapbilgialani {
      width: 19.0625rem;
      height: 11rem;
      display: block;
      position: absolute;
      padding: 1rem;
      top: 1.875rem;
      right: 1.875rem;
      z-index: 10;
      background-color: rgba(255, 255, 255, 0.8); }
      @media only screen and (max-width: 575.98px) {
        #bilgiblok .mapcik .mapbilgialani {
          background-color: white;
          top: auto;
          bottom: 0rem;
          right: 2rem; } }
      #bilgiblok .mapcik .mapbilgialani span.mapadres {
        font-size: 0.875rem;
        color: #383E42;
        font-family: "Open Sans";
        font-family: 400; }
      #bilgiblok .mapcik .mapbilgialani span.maptel {
        font-size: 1.2rem;
        color: #383E42;
        font-family: "Open Sans";
        font-weight: 800; }
      #bilgiblok .mapcik .mapbilgialani .mapsosyalblok {
        width: auto;
        height: 3.75rem;
        display: block;
        position: relative; }
        #bilgiblok .mapcik .mapbilgialani .mapsosyalblok a.mapsosyallink {
          font-size: 1.375rem;
          color: #383E42;
          margin-right: 0.625rem;
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
          #bilgiblok .mapcik .mapbilgialani .mapsosyalblok a.mapsosyallink:hover {
            color: #2385E7; }
    #bilgiblok .mapcik #map {
      height: 21rem;
      width: 100%; }
      @media only screen and (max-width: 575.98px) {
        #bilgiblok .mapcik #map {
          height: 25rem; } }
  #bilgiblok .haberler {
    width: 100%;
    height: auto;
    display: block;
    position: relative; }
    #bilgiblok .haberler .slick-list {
      padding-bottom: 10px !important; }
    #bilgiblok .haberler .haberbtn {
      width: 100%;
      height: 300px;
      display: block;
      position: relative;
      overflow: hidden; }
      #bilgiblok .haberler .haberbtn .haberbtnbaslik {
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        padding: 1.2rem 1rem;
        bottom: 50px;
        z-index: 3; }
        #bilgiblok .haberler .haberbtn .haberbtnbaslik h4 {
          width: 100%;
          height: auto;
          display: block;
          position: relative;
          text-align: center;
          color: #FFFFFF;
          font-size: 1rem;
          font-weight: 800;
          font-family: "Open Sans"; }
          @media only screen and (min-width: 1200px) and (max-width: 1350px) {
            #bilgiblok .haberler .haberbtn .haberbtnbaslik h4 {
              font-size: 1.1rem; } }
        #bilgiblok .haberler .haberbtn .haberbtnbaslik small {
          width: 100%;
          height: auto;
          display: block;
          position: relative;
          text-align: center;
          color: #FFFFFF;
          font-size: 1rem;
          font-weight: 400;
          font-family: "Open Sans"; }
          @media only screen and (min-width: 1351px) {
            #bilgiblok .haberler .haberbtn .haberbtnbaslik small {
              font-size: 1.1rem; } }
      #bilgiblok .haberler .haberbtn a.haberdetaybtn {
        width: auto;
        height: auto;
        display: block;
        position: absolute;
        color: #FFFFFF;
        padding: 0.2rem 1.5rem;
        font-size: 0.8rem;
        font-family: "Open Sans";
        text-align: center;
        bottom: 20px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        border: 1px solid #FFFFFF;
        z-index: 5;
        border-radius: 1.875rem 1.875rem 1.875rem 1.875rem;
        -moz-border-radius: 1.875rem 1.875rem 1.875rem 1.875rem;
        -webkit-border-radius: 1.875rem 1.875rem 1.875rem 1.875rem; }
        #bilgiblok .haberler .haberbtn a.haberdetaybtn:hover {
          background-color: #2385E7;
          color: #FFFFFF; }
      #bilgiblok .haberler .haberbtn .haberbtngredident {
        width: 100%;
        height: 10.625rem;
        display: block;
        position: absolute;
        bottom: 0rem;
        z-index: 2;
        background: #135ea8;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 94, 168, 0)), to(#135ea8));
        background: linear-gradient(180deg, rgba(19, 94, 168, 0) 0%, #135ea8 100%); }
      #bilgiblok .haberler .haberbtn .haberbtnresim {
        width: 100%;
        height: 300px;
        display: block;
        position: absolute;
        top: 0rem;
        z-index: 1;
        background-size: cover;
        background-position: center center; }
  #bilgiblok .slick-slide {
    margin: 0 10px; }
  #bilgiblok .slick-list {
    margin: 0 -10px; }

#logintasiyici {
  background: #FFFFFF;
  height: 100vh; }
  @media only screen and (max-width: 575.98px) {
    #logintasiyici {
      height: 100%; } }
  #logintasiyici:before {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    height: 100%;
    width: 50%;
    background: url(images/login-bg.svg) no-repeat;
    background-size: cover;
    z-index: 0; }
    @media only screen and (max-width: 575.98px) {
      #logintasiyici:before {
        display: none; } }
  #logintasiyici .loginbaslik {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
    #logintasiyici .loginbaslik a.loginlogo {
      width: 350px;
      height: 5rem;
      display: block;
      position: relative;
      margin-top: 0.3125rem; }
      @media only screen and (max-width: 575.98px) {
        #logintasiyici .loginbaslik a.loginlogo {
          width: 150px;
          height: 2rem; } }
    #logintasiyici .loginbaslik ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 2.5rem; }
      @media only screen and (max-width: 575.98px) {
        #logintasiyici .loginbaslik ul {
          margin-top: 1rem; } }
      #logintasiyici .loginbaslik ul li {
        width: auto;
        height: 2.5rem;
        display: block;
        position: relative;
        float: left; }
        #logintasiyici .loginbaslik ul li a {
          display: block;
          color: #FFFFFF; }
          @media only screen and (max-width: 575.98px) {
            #logintasiyici .loginbaslik ul li a {
              color: #135DA8;
              font-size: 0.8rem; } }
      #logintasiyici .loginbaslik ul li + li {
        margin-left: 45px; }
        @media only screen and (max-width: 575.98px) {
          #logintasiyici .loginbaslik ul li + li {
            margin-left: 5px; } }
  #logintasiyici .anaalan {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0;
    z-index: 99; }
    @media only screen and (max-width: 575.98px) {
      #logintasiyici .anaalan {
        padding: 0 0; } }
    @media only screen and (max-width: 575.98px) {
      #logintasiyici .anaalan .login-form {
        margin-top: 4rem; } }
    #logintasiyici .anaalan .login-form .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
      max-width: 370px;
      margin-right: auto; }
      #logintasiyici .anaalan .login-form .inner h1.title {
        font-family: "Open Sans";
        font-size: 2rem;
        font-weight: 800;
        color: #383E42;
        margin-bottom: 0.9375rem; }
      #logintasiyici .anaalan .login-form .inner p.description {
        font-family: "Open Sans";
        font-size: 1rem;
        font-weight: 400;
        color: #383E42;
        margin-bottom: 1.9rem; }
      #logintasiyici .anaalan .login-form .inner .formalani {
        width: 100%;
        height: auto;
        display: block;
        position: relative; }
    #logintasiyici .anaalan .login-content {
      min-height: 100vh; }
      @media only screen and (max-width: 575.98px) {
        #logintasiyici .anaalan .login-content {
          background-color: #135DA8;
          min-height: auto;
          padding-top: 0;
          margin-top: 3rem;
          min-height: auto; } }
      #logintasiyici .anaalan .login-content .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 100%;
        max-width: 460px;
        margin-left: auto;
        padding-left: 90px;
        text-align: center; }
        @media only screen and (max-width: 575.98px) {
          #logintasiyici .anaalan .login-content .inner {
            background-color: #135DA8;
            min-height: auto;
            padding-top: 0;
            padding-bottom: 0;
            padding: 30px;
            margin-right: auto; } }
        #logintasiyici .anaalan .login-content .inner h2.title {
          font-family: "Open Sans";
          font-size: 2rem;
          font-weight: 800;
          color: #FFFFFF; }
        #logintasiyici .anaalan .login-content .inner a.link {
          font-family: "Open Sans";
          font-size: 1rem;
          font-weight: 400;
          color: #FFFFFF; }
        #logintasiyici .anaalan .login-content .inner figure {
          margin-bottom: 60px; }
          @media only screen and (max-width: 575.98px) {
            #logintasiyici .anaalan .login-content .inner figure {
              margin-bottom: 30px; } }
          #logintasiyici .anaalan .login-content .inner figure img {
            max-width: 100%; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

  /* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

  /* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

  /* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

  /* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

  /* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

  /* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

  /* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.placeholder { color:black; }









