/*!
 * Bootstrap v3.4.1 — bu sitede gerçekten kullanılan bölümler (normalize + temel
 * tipografi + grid). Tam sürüm 112 KB idi ve ilk boyamayı geciktiriyordu;
 * kullanılan sınıflar: .container, .container-fluid, .row, .col-sm-6,
 * .col-md-3/4/6, .col-lg-8, .text-center
 * Copyright 2011-2019 Twitter, Inc. — MIT
 */

/* ---------- Normalize (kullanılan kısım) ---------- */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body { margin: 0; }
article, aside, footer, header, nav, section, figure, figcaption, main { display: block; }
a { background-color: transparent; }
a:active, a:hover { outline: 0; }
b, strong { font-weight: 700; }
h1 { margin: .67em 0; font-size: 2em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 40px; }
button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button { overflow: visible; text-transform: none; -webkit-appearance: button; cursor: pointer; }
button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; }
iframe { border: 0; }

/* ---------- Box sizing ---------- */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* ---------- Temel tipografi ---------- */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
a { color: #337ab7; text-decoration: none; }
a:hover, a:focus { color: #23527c; text-decoration: underline; }
a:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
img { vertical-align: middle; }

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1, h2, h3 { margin-top: 20px; margin-bottom: 10px; }
h4, h5, h6 { margin-top: 10px; margin-bottom: 10px; }
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

p { margin: 0 0 10px; }
ul, ol { margin-top: 0; margin-bottom: 10px; }
ul ul, ul ol, ol ul, ol ol { margin-bottom: 0; }

/* ---------- Grid ---------- */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px)  { .container { width: 750px; } }
@media (min-width: 992px)  { .container { width: 970px; } }
@media (min-width: 1200px) { .container { width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-sm-6,
.col-md-3, .col-md-4, .col-md-6,
.col-lg-8 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-sm-6 { float: left; width: 50%; }
}
@media (min-width: 992px) {
  .col-md-3 { float: left; width: 25%; }
  .col-md-4 { float: left; width: 33.33333333%; }
  .col-md-6 { float: left; width: 50%; }
}
@media (min-width: 1200px) {
  .col-lg-8 { float: left; width: 66.66666667%; }
}

/* ---------- Yardımcılar ---------- */
.text-center { text-align: center; }

.container:before, .container:after,
.container-fluid:before, .container-fluid:after,
.row:before, .row:after {
  display: table;
  content: " ";
}
.container:after, .container-fluid:after, .row:after { clear: both; }
