@import url(./fonts/css/fontawesome-all.css);
/*$FF			//Font-family
$FW			//font-weight
$FS			//font-size
$C			//color*/
/*$FF			//Font-family
$FW			//font-weight
$FS			//font-size
$C			//color*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*$FF			//Font-family
$FW			//font-weight
$FS			//font-size
$C			//color*/
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

/*$FF			//Font-family
$FW			//font-weight
$FS			//font-size
$C			//color*/
html, body {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-base-color: #293c45;
  scrollbar-3dlight-color: #293c45;
  scrollbar-arrow-color: #293c45;
  scrollbar-track-color: #293c45;
  scrollbar-darkshadow-color: #293c45;
  scrollbar-face-color: #293c45;
  scrollbar-highlight-color: #293c45;
  scrollbar-shadow-color: #293c45; }

.container {
  max-width: 1170px;
  padding: 0;
  width: 100%; }

.row {
  margin-left: 0 !important;
  margin-right: 0 !important; }

a {
  outline: none; }
  a:hover, a:focus, a:active {
    text-decoration: none !important; }

.isMobil {
  display: none; }
  @media (max-width: 768px) {
    .isMobil {
      display: inline-block; } }

.pager {
  float: right; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  padding: 0; }

a:hover {
  text-decoration: none; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #000;
  background-color: #F5F5F5; }

::-webkit-scrollbar {
  width: 10px;
  color: #ddd;
  background-color: #F5F5F5; }

::-webkit-scrollbar-thumb {
  background-color: #293c45;
  border: 2px solid #293c45; }

/*$FF			//Font-family
$FW			//font-weight
$FS			//font-size
$C			//color*/
header {
  font-family: "Muli", sans-serif; }
  header #tinfo {
    border-bottom: 1px solid #ececec;
    padding: 13px 0 10px;
    position: relative;
    z-index: 99999 !important; }
    @media (max-width: 768px) {
      header #tinfo {
        padding-left: 5px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      header #tinfo {
        padding-left: 5px; } }
    header #tinfo #info a {
      color: #18adc9;
      margin-right: 5px;
      font-size: 12px;
      font-weight: 600; }
      @media (max-width: 768px) {
        header #tinfo #info a {
          margin-right: 4px; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        header #tinfo #info a {
          margin-right: 4px; } }
      header #tinfo #info a i {
        margin-right: 5px; }
        @media (max-width: 768px) {
          header #tinfo #info a i {
            margin-right: 0; } }
        @media (min-width: 768px) and (max-width: 1024px) {
          header #tinfo #info a i {
            margin-right: 0; } }
    header #tinfo #tright {
      padding-right: 0; }
      header #tinfo #tright #mik {
        color: #293c45;
        font-size: 12px;
        font-weight: 600;
        display: inline-block;
        float: left;
        margin-top: 10px;
        margin-bottom: -10px; }
        @media (max-width: 768px) {
          header #tinfo #tright #mik {
            display: none; } }
      header #tinfo #tright #tlang {
        font-size: 10px;
        color: #a7adb0;
        position: relative;
        text-align: right;
        padding-right: 50px;
        padding-top: 15px;
        margin-bottom: 0;
        float: right;
        margin-top: -15px;
        font-weight: 600; }
        @media (max-width: 768px) {
          header #tinfo #tright #tlang {
            color: transparent; } }
        header #tinfo #tright #tlang a {
          display: inline-block;
          position: absolute;
          right: 0;
          top: 2px;
          width: 35px;
          height: 35px;
          font-weight: 700;
          font-size: 12px;
          padding: 12px 9px;
          background-color: #FFF;
          color: #b9b9b9;
          z-index: 99;
          -webkit-box-shadow: 0 0 10px -3px #000;
          -moz-box-shadow: 0 0 10px -3px #000;
          box-shadow: 0 0 10px -3px #000; }
          @media (max-width: 768px) {
            header #tinfo #tright #tlang a {
              top: 6px;
              right: 5px; } }
          header #tinfo #tright #tlang a.en {
            top: 36px; }
            @media (max-width: 768px) {
              header #tinfo #tright #tlang a.en {
                top: 40px; } }
          header #tinfo #tright #tlang a.aktif {
            background-color: #18adc9;
            color: #FFF; }
  header .container#head {
    padding: 10px 0 0;
    z-index: 9;
    position: relative; }
    @media (max-width: 768px) {
      header .container#head .row #logo {
        margin-left: 10px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      header .container#head .row #logo {
        margin-left: 10px; } }
    header .container#head .row button {
      display: none;
      position: absolute;
      right: 7px; }
      @media (max-width: 768px) {
        header .container#head .row button {
          color: #FFF;
          display: block;
          margin-top: 30px;
          background-color: #293c45; } }
      @media (max-width: 768px) {
        header .container#head .row button svg {
          margin: 5px; } }
    header .container#head .row .acik {
      height: auto;
      margin: 0;
      display: block;
      z-index: 99999 !important;
      width: 80%;
      position: absolute;
      right: 0;
      top: 80px; }
      header .container#head .row .acik li a {
        display: block;
        text-align: center; }
      header .container#head .row .acik li ul {
        display: block;
        position: relative;
        top: 0;
        padding: 0;
        width: 100%; }
        header .container#head .row .acik li ul li {
          text-align: center;
          display: block; }
          header .container#head .row .acik li ul li a {
            width: 100%; }
    @media (max-width: 768px) {
      header .container#head .row ul {
        display: none;
        background-color: #FFF;
        z-index: 99999 !important;
        position: relative; } }
    header .container#head .row ul li {
      position: relative;
      float: left; }
      @media (max-width: 768px) {
        header .container#head .row ul li {
          display: block;
          width: 100%; } }
      header .container#head .row ul li a {
        float: left;
        color: #293c45;
        margin-right: 35px;
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 15px;
        padding-top: 10px;
        border-bottom: 3px solid transparent; }
        @media (max-width: 768px) {
          header .container#head .row ul li a {
            color: #293c45 !important;
            display: block;
            width: 100%; } }
        header .container#head .row ul li a.aktif, header .container#head .row ul li a:hover {
          font-weight: 700;
          border-bottom-color: #18adc9; }
      header .container#head .row ul li ul {
        width: 200px;
        display: none;
        position: absolute;
        left: 0;
        background-color: #FFF;
        border-radius: 5px;
        padding: 5px 0;
        top: 43px;
        -webkit-box-shadow: 0 0 5px -2px #000;
        -moz-box-shadow: 0 0 5px -2px #000;
        box-shadow: 0 0 5px -2px #000; }
        @media (max-width: 768px) {
          header .container#head .row ul li ul {
            position: relative;
            width: 100%;
            background-color: transparent; } }
        header .container#head .row ul li ul li {
          clear: both;
          width: 100%; }
          header .container#head .row ul li ul li a {
            display: block;
            width: 100%;
            padding: 10px 20px;
            color: #293c45; }
            header .container#head .row ul li ul li a::before {
              content: '.';
              position: absolute;
              width: 80%;
              height: 0;
              font-size: 0;
              left: 20px;
              bottom: 0;
              border-bottom: 1px solid #e6e6e6; }
            header .container#head .row ul li ul li a:hover {
              background-color: #18adc9;
              color: #FFF; }
              header .container#head .row ul li ul li a:hover::before {
                border-color: transparent; }
          header .container#head .row ul li ul li:last-child a::before {
            border-color: transparent; }
      header .container#head .row ul li:hover ul {
        display: block; }
    header .container#head #map {
      display: block;
      text-align: right;
      padding: 10px 0; }
      @media (max-width: 768px) {
        header .container#head #map {
          margin-top: 25px; } }
      header .container#head #map a {
        color: #000;
        font-size: 10px;
        font-weight: 700;
        padding-right: 5px; }
      header .container#head #map i {
        font-size: 10px !important;
        margin-right: 5px; }
  header.anasayfa ul li a {
    color: #FFF !important; }
  header.anasayfa ul li ul li a {
    color: #293c45 !important; }
    header.anasayfa ul li ul li a:hover {
      color: #FFF !important; }
  header.anasayfa #mik {
    color: #FFF !important; }
  header.anasayfa #tinfo {
    border-color: #8c9498 !important; }

/*$FF			//Font-family
$FW			//font-weight
$FS			//font-size
$C			//color*/
.kenburn-slider {
  width: 100%;
  margin: 40px auto;
  position: relative;
  z-index: 0 !important; }
  .kenburn-slider .slides {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0; }
    .kenburn-slider .slides > li {
      float: left;
      width: 100%;
      overflow: hidden;
      height: 800px;
      position: relative; }

.flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0; }
  .flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
    padding: 10px 15px;
    text-decoration: none;
    position: absolute;
    height: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 8 !important;
    text-align: center;
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 5em; }
  .flex-direction-nav .flex-prev {
    left: 10px; }
  .flex-direction-nav .flex-next {
    right: 10px; }

.slide-image {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: auto;
  left: 0; }
  @media (max-width: 768px) {
    .slide-image {
      min-height: 500px;
      width: 200% !important;
      margin-left: -100px; } }
  .flex-active-slide .slide-image {
    animation: zoomout 5s; }

li .meta {
  position: absolute;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: "Muli", sans-serif;
  max-width: 1170px;
  width: 100%;
  margin: 190px auto 0;
  left: 0;
  right: 0; }
  @media (max-width: 768px) {
    li .meta {
      margin: 120px auto 0; } }

.kenburn-slider li h1 {
  width: 45%;
  font-size: 68px;
  font-family: "Muli", sans-serif;
  line-height: 75px;
  font-weight: 800; }
  @media (max-width: 768px) {
    .kenburn-slider li h1 {
      width: 100%;
      font-size: 54px;
      line-height: 60px; } }

.kenburn-slider li h2 {
  padding: 13px 18px 0;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 300;
  margin-top: 0;
  line-height: 30px;
  color: #FFF;
  width: 38%; }
  @media (max-width: 768px) {
    .kenburn-slider li h2 {
      width: 100%; } }

.kenburn-slider li h1,
.kenburn-slider li h2 {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

.kenburn-slider li.flex-active-slide .meta h1,
.kenburn-slider li.flex-active-slide .meta h2 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

.kenburn-slider li.flex-active-slide .meta h2 {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

/*$FF			//Font-family
$FW			//font-weight
$FS			//font-size
$C			//color*/
.news-holder {
  margin: 0 auto;
  font-family: "Muli", sans-serif;
  font-size: 16px; }
  .news-holder * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

#list {
  background: transparent url("../img/hlubg.jpg") no-repeat right top;
  background-size: cover;
  display: block;
  width: 50%;
  float: left;
  padding: 30px 0 29px; }
  @media (max-width: 768px) {
    #list {
      width: 65%; } }
  #list .news-headlines {
    list-style: none;
    position: relative;
    float: left;
    width: 100%; }
    @media (max-width: 768px) {
      #list .news-headlines {
        z-index: 6 !important; } }
    #list .news-headlines li {
      padding: 9px 20px 14px 40%;
      margin-bottom: 15px;
      font-size: 28px;
      position: relative;
      z-index: 20;
      color: #fff;
      text-align: left;
      display: block;
      align-items: center; }
      @media (max-width: 768px) {
        #list .news-headlines li {
          z-index: 9 !important;
          padding: 9px 5px 14px 5px; } }
      #list .news-headlines li span {
        display: block;
        width: 130px;
        padding: 6px 0 17px;
        background-color: #FFF;
        margin-right: -150px;
        margin-top: -9px;
        float: right;
        transition: .9s;
        opacity: 0;
        transition-duration: 0s; }
        @media (max-width: 768px) {
          #list .news-headlines li span {
            margin-right: -130px; } }
        #list .news-headlines li span a {
          background-color: #18adc9;
          color: #FFF;
          padding: 10px 10px;
          font-size: 12px; }
          @media (max-width: 768px) {
            #list .news-headlines li span a {
              z-index: 9 !important; } }
      #list .news-headlines li.selected {
        color: #293c45 !important; }
        @media (max-width: 768px) {
          #list .news-headlines li.selected {
            z-index: 11 !important;
            color: #293c45 !important; } }
        #list .news-headlines li.selected span {
          opacity: 1;
          transition: .2s;
          transition-duration: 4s; }
          @media (max-width: 768px) {
            #list .news-headlines li.selected span {
              z-index: 1 !important; } }
          @media (max-width: 768px) {
            #list .news-headlines li.selected span a {
              z-index: 1 !important; } }
      #list .news-headlines li:hover, #list .news-headlines li a:hover {
        cursor: pointer;
        text-decoration: none; }
    #list .news-headlines .highlight {
      width: 100%;
      background: #fff;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      color: #293c45 !important; }
      @media (max-width: 768px) {
        #list .news-headlines .highlight img {
          z-index: 1 !important; } }
      #list .news-headlines .highlight:before {
        display: none; }

.nh-anim {
  -webkit-transition: all .75s ease-out;
  -moz-transition: all .75s ease-out;
  -o-transition: all .75s ease-out;
  transition: all .75s ease-out;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }

.news-preview {
  float: left;
  width: 50%;
  z-index: 5;
  margin-left: -1px;
  min-height: 304px;
  max-height: 515px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 768px) {
    .news-preview {
      width: 35%; } }
  .news-preview .news-content {
    position: absolute;
    z-index: 10;
    padding: 0;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    overflow: hidden;
    height: 521px; }
    .news-preview .news-content img {
      display: block;
      height: 521px;
      width: auto !important;
      margin: 0 auto 5px auto; }
      @media (min-width: 1920px) {
        .news-preview .news-content img {
          min-height: 521px !important;
          height: auto !important; } }
      @media (min-width: 1170px) and (max-width: 1920px) {
        .news-preview .news-content img {
          min-height: 521px !important;
          height: auto !important; } }
  .news-preview .top-content {
    display: block; }

/*$FF			//Font-family
$FW			//font-weight
$FS			//font-size
$C			//color*/
main .altsayfa {
  font-family: "Muli", sans-serif; }
  main .altsayfa .titlebar {
    background-size: contain; }
    main .altsayfa .titlebar .container {
      padding: 60px 0;
      color: #FFF; }
      @media (max-width: 768px) {
        main .altsayfa .titlebar .container {
          padding: 60px 10px; } }
      main .altsayfa .titlebar .container h3 {
        font-size: 16px;
        margin-bottom: 10px; }
      main .altsayfa .titlebar .container h2 {
        font-weight: 700;
        font-size: 28px; }

main #home .container {
  text-align: center; }
  main #home .container h3 {
    font-family: "Muli", sans-serif;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    padding: 30px;
    line-height: 42px; }
    main #home .container h3 u {
      font-weight: 600; }
  main #home .container a {
    font-family: "Muli", sans-serif;
    display: inline-block;
    background-color: #18adc9;
    padding: 20px 40px;
    text-align: center;
    margin: 0 auto 40px;
    color: #FFF;
    transition: .3s; }
    main #home .container a:hover {
      background-color: #293c45;
      transition: .3s; }

main #kurumsal .titlebar {
  background: #92a1a8 url("../img/kurumsalTitleBar.jpg") no-repeat right center; }

main #kurumsal #content {
  padding: 50px 0; }
  main #kurumsal #content #left {
    padding-right: 0; }
    main #kurumsal #content #left #licerik {
      max-width: 570px;
      width: 100%;
      float: right;
      text-align: left;
      font-size: 26px;
      line-height: 44px;
      font-weight: 300; }
      @media (max-width: 768px) {
        main #kurumsal #content #left #licerik {
          padding: 10px; } }
      main #kurumsal #content #left #licerik b {
        font-weight: 700; }
      main #kurumsal #content #left #licerik i {
        display: block;
        width: 145px;
        height: 125px;
        margin-bottom: 30px;
        background: transparent url("../img/quote.png") no-repeat top left; }
  main #kurumsal #content #right {
    margin-top: 140px;
    background: transparent url("../img/hcrbg.jpg") no-repeat left top;
    background-size: 100%;
    min-height: 300px; }
    main #kurumsal #content #right #ricerik {
      width: 100%;
      max-width: 570px;
      padding: 50px 10px 100px 200px;
      position: relative;
      color: #FFF;
      line-height: 44px;
      font-size: 28px;
      font-weight: 300; }
      @media (max-width: 768px) {
        main #kurumsal #content #right #ricerik {
          padding: 30px; } }
      main #kurumsal #content #right #ricerik b {
        font-weight: 700; }
      main #kurumsal #content #right #ricerik hr {
        position: absolute;
        left: -150px;
        border-bottom: 8px solid #18adc9;
        width: 90%;
        margin-bottom: 30px; }
        @media (max-width: 768px) {
          main #kurumsal #content #right #ricerik hr {
            left: 0; } }

main #uretim .titlebar {
  background: #92a1a8 url("../img/uretimTitleBar.jpg") no-repeat right center; }
  @media (max-width: 768px) {
    main #uretim .titlebar {
      background-position: right top; } }

main #uretim #content {
  padding: 80px 0; }
  main #uretim #content #left {
    width: 50%;
    float: left; }
    @media (max-width: 768px) {
      main #uretim #content #left {
        width: 100%; } }
    main #uretim #content #left #lcontent {
      width: 100%;
      max-width: 570px;
      float: right;
      text-align: left;
      font-size: 18px;
      line-height: 38px; }
      @media (max-width: 768px) {
        main #uretim #content #left #lcontent {
          padding: 10px; } }
      main #uretim #content #left #lcontent b {
        font-weight: 700;
        font-size: 20px; }
      main #uretim #content #left #lcontent span {
        display: block;
        font-weight: 800;
        font-size: 24px;
        margin-top: 50px;
        line-height: 46px; }
        main #uretim #content #left #lcontent span b {
          font-size: 34px;
          color: #18adc9; }
  main #uretim #content #right {
    width: 50%;
    background: transparent url("../img/uretimbg.jpg") no-repeat left top;
    background-size: cover; }
    @media (max-width: 768px) {
      main #uretim #content #right {
        width: 100%;
        margin-top: 50px; } }
    main #uretim #content #right #rcontent {
      width: 100%;
      max-width: 570px;
      padding: 0 20px 80px 40px;
      color: #FFF;
      font-size: 14px;
      font-weight: 300;
      line-height: 22px; }
      @media (max-width: 768px) {
        main #uretim #content #right #rcontent {
          padding: 20px; } }
      main #uretim #content #right #rcontent i {
        display: block;
        width: 145px;
        height: 125px;
        margin-bottom: 50px;
        margin-left: 40px;
        margin-top: -52px;
        background: transparent url("../img/quote.png") no-repeat top left; }
        @media (max-width: 768px) {
          main #uretim #content #right #rcontent i {
            margin-bottom: 20px; } }

main #urunler .titlebar {
  background: #92a1a8 url("../img/urunlerTitleBar.jpg") no-repeat right center; }

main #urunler #content {
  padding: 50px 0; }
  @media (max-width: 768px) {
    main #urunler #content {
      padding-left: 10px;
      padding-right: 10px; } }
  main #urunler #content h2 {
    font-size: 42px;
    color: #18adc9;
    margin-bottom: 50px;
    display: block;
    width: 100%; }
  main #urunler #content span {
    display: block;
    max-width: 50%;
    line-height: 28px;
    margin-bottom: 50px; }
    @media (max-width: 768px) {
      main #urunler #content span {
        max-width: 100%; } }
  main #urunler #content h4, main #urunler #content h5 {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 300;
    padding-bottom: 2px; }
  main #urunler #content #tablo {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      main #urunler #content #tablo {
        overflow-x: auto; } }
    main #urunler #content #tablo::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px #000;
      background-color: #F5F5F5; }
    main #urunler #content #tablo::-webkit-scrollbar {
      height: 8px;
      color: #ddd;
      background-color: #F5F5F5; }
    main #urunler #content #tablo::-webkit-scrollbar-thumb {
      background-color: #18adc9;
      border: 2px solid #18adc9; }
    main #urunler #content #tablo table {
      width: 100%;
      margin-bottom: 20px; }
      main #urunler #content #tablo table tr td {
        border: 1px solid #e7e7e7;
        padding: 5px; }
      main #urunler #content #tablo table tr:first-child th, main #urunler #content #tablo table tr:first-child td {
        background-color: #18adc9 !important;
        color: #FFF;
        padding: 10px !important;
        font-size: 18px;
        font-weight: 700; }
  main #urunler #content #urunresm a {
    min-width: 24%;
    width: 500px;
    max-width: 24%;
    float: left;
    height: 200px;
    position: relative;
    overflow: hidden; }
    main #urunler #content #urunresm a img {
      min-height: 100%;
      max-height: 140%;
      width: auto;
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      margin: auto; }

main #ik .titlebar {
  background: #92a1a8 url("../img/ikTitleBar.jpg") no-repeat right center; }

main #ik .container {
  padding: 20px 0; }
  main #ik .container form {
    padding: 10px; }
    main #ik .container form .form-group {
      padding: 5px; }
      main #ik .container form .form-group input, main #ik .container form .form-group textarea, main #ik .container form .form-group select {
        outline: none;
        box-shadow: none;
        margin-bottom: 5px;
        font-size: 12px; }
        main #ik .container form .form-group input::placeholder, main #ik .container form .form-group textarea::placeholder, main #ik .container form .form-group select::placeholder {
          font-size: 12px; }

main #arama .titlebar {
  background: #92a1a8 url("../img/kurumsalTitleBar.jpg") no-repeat right center; }

main #arama #content {
  padding: 40px 10px; }
  main #arama #content ul {
    display: block; }
    main #arama #content ul li {
      display: block;
      margin-bottom: 30px; }
      main #arama #content ul li a {
        color: #18adc9;
        font-weight: 700;
        font-size: 26px; }
        main #arama #content ul li a span {
          font-size: 16px;
          display: block;
          color: #293c45; }

main #iletisim .titlebar {
  background: #92a1a8 url("../img/IletisimTitleBar.jpg") no-repeat right center; }

main #iletisim .container#content {
  padding: 50px 0; }
  @media (max-width: 768px) {
    main #iletisim .container#content address {
      padding-left: 10px; } }
  main #iletisim .container#content address h2 {
    color: #18adc9;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 34px; }
  main #iletisim .container#content address span {
    display: block;
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 18px; }
    main #iletisim .container#content address span strong {
      display: block;
      color: #18adc9;
      margin-bottom: 10px; }
  main #iletisim .container#content h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px; }
    @media (max-width: 768px) {
      main #iletisim .container#content h3 {
        padding-left: 10px; } }
  main #iletisim .container#content small {
    display: block;
    margin-bottom: 50px; }
    @media (max-width: 768px) {
      main #iletisim .container#content small {
        padding-left: 10px; } }
  main #iletisim .container#content form .row div {
    margin-bottom: 10px;
    outline: none;
    padding: 10px; }
    @media (max-width: 768px) {
      main #iletisim .container#content form .row div {
        width: 100% !important; } }
    main #iletisim .container#content form .row div input, main #iletisim .container#content form .row div textarea {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      border: none;
      border-bottom: 1px solid #b5b9be;
      padding-left: 0;
      max-height: 300px; }
      main #iletisim .container#content form .row div input:focus, main #iletisim .container#content form .row div input:active, main #iletisim .container#content form .row div textarea:focus, main #iletisim .container#content form .row div textarea:active {
        border-bottom-color: #18adc9;
        outline: none;
        box-shadow: none; }
      main #iletisim .container#content form .row div input::placeholder, main #iletisim .container#content form .row div textarea::placeholder {
        color: #9e9e9e;
        font-size: 14px; }
    main #iletisim .container#content form .row div button {
      background-color: #18adc9;
      border: none;
      border-radius: 0;
      float: right;
      color: #FFF;
      padding: 10px 30px;
      font-size: 12px;
      cursor: pointer;
      transition: .3s; }
      main #iletisim .container#content form .row div button:hover {
        background-color: #e7e7e7;
        color: #18adc9;
        transition: .3s; }

main #iletisim .row iframe {
  margin-bottom: 20px; }

.anasayfa #slider {
  margin-top: -170px; }
  .anasayfa #slider img {
    width: 100%; }

#home #hslider img {
  width: 100%; }

#infobar {
  width: 50%;
  float: left;
  background-color: #a5c3d2;
  margin-top: -84px;
  z-index: 99;
  position: relative; }
  @media (max-width: 768px) {
    #infobar {
      display: block;
      float: right;
      width: 100%;
      margin-top: -34px;
      z-index: 0; } }
  #infobar span {
    display: block;
    max-width: 570px;
    width: 100%;
    float: right;
    text-align: left;
    color: #FFF;
    padding: 31px 0;
    font-size: 18px;
    font-weight: 800; }
    #infobar span i#arr {
      display: inline-block;
      width: 55px;
      height: 100px;
      margin-top: -85px;
      margin-left: 20px;
      background: transparent url("../img/arrowbottom.png") no-repeat top center; }
    #infobar span small {
      font-size: 10px;
      float: right;
      padding-right: 20px;
      font-weight: 300;
      display: flex;
      align-items: center; }
      @media (max-width: 768px) {
        #infobar span small {
          display: none; } }
      #infobar span small i {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: transparent url("../img/mouse.png") no-repeat top center; }

#infobarr {
  width: 50%;
  float: left;
  margin-top: -38px; }
  @media (max-width: 768px) {
    #infobarr {
      display: block;
      float: right;
      width: 100%;
      margin-top: 0; } }
  #infobarr form input {
    padding: 15px 30px;
    border: none;
    font-size: 14px;
    background-color: transparent;
    outline: none;
    color: #82898c; }
  #infobarr form button {
    border: none;
    background-color: transparent;
    color: #82898c;
    font-size: 16px;
    font-weight: 300;
    padding: 10px;
    outline: none; }
    #infobarr form button i {
      margin-left: 5px; }

/*$FF			//Font-family
$FW			//font-weight
$FS			//font-size
$C			//color*/
#wicons {
  font-family: "Muli", sans-serif;
  font-weight: 600; }
  #wicons div {
    display: flex;
    padding: 20px 0;
    align-items: center; }
    @media (max-width: 768px) {
      #wicons div {
        justify-content: center;
        text-align: center;
        flex-direction: column; } }
    #wicons div i {
      display: inline-block;
      width: 95px;
      height: 115px;
      background-repeat: no-repeat;
      background-position: center center;
      margin-right: 10px;
      border-bottom: 2px solid #18adc9;
      padding-bottom: 20px; }
      @media (max-width: 768px) {
        #wicons div i {
          margin-right: auto;
          margin-left: auto;
          margin-bottom: 10px; } }
    #wicons div#icontedarik i {
      background-image: url("../img/icontedarik.png"); }
    #wicons div#iconcozumortak {
      justify-content: center; }
      #wicons div#iconcozumortak i {
        margin-left: 50px;
        background-image: url("../img/iconcozumortak.png"); }
        @media (max-width: 768px) {
          #wicons div#iconcozumortak i {
            margin-left: auto; } }
    #wicons div#iconkalite i {
      margin-left: 140px;
      width: 80px;
      background-image: url("../img/iconkalite.png"); }
      @media (max-width: 768px) {
        #wicons div#iconkalite i {
          margin-left: auto; } }

/*$FF			//Font-family
$FW			//font-weight
$FS			//font-size
$C			//color*/
footer {
  font-family: "Muli", sans-serif; }
  footer #foot {
    background-color: #f7f7f7;
    padding: 5px 0; }
    footer #foot .container .row {
      padding: 20px 0; }
      footer #foot .container .row:first-child {
        border-bottom: 1px solid #dddddd;
        padding-bottom: 10px; }
      @media (max-width: 768px) {
        footer #foot .container .row #blogo {
          text-align: center; } }
      footer #foot .container .row ul#bmenu {
        color: #293c45; }
        @media (max-width: 768px) {
          footer #foot .container .row ul#bmenu {
            display: none; } }
        footer #foot .container .row ul#bmenu li a {
          color: #293c45;
          font-weight: 600;
          margin: 15px;
          font-size: 16px; }
        footer #foot .container .row ul#bmenu li:first-child a {
          margin-left: 0; }
      footer #foot .container .row #blang {
        font-size: 10px;
        color: #a7adb0;
        position: relative;
        text-align: right;
        padding-right: 70px;
        padding-top: 15px;
        margin-bottom: 0;
        font-weight: 600; }
        @media (max-width: 768px) {
          footer #foot .container .row #blang {
            display: none; } }
        footer #foot .container .row #blang a {
          display: inline-block;
          position: absolute;
          right: 0;
          top: 2px;
          width: 35px;
          height: 35px;
          font-weight: 700;
          font-size: 12px;
          padding: 12px 9px;
          background-color: #FFF;
          color: #b9b9b9;
          -webkit-box-shadow: 0 0 10px -3px #000;
          -moz-box-shadow: 0 0 10px -3px #000;
          box-shadow: 0 0 10px -3px #000; }
          footer #foot .container .row #blang a.en {
            top: 36px; }
          footer #foot .container .row #blang a.aktif {
            background-color: #18adc9;
            color: #FFF; }
      footer #foot .container .row address .row {
        border: none;
        padding: 0; }
        @media (max-width: 768px) {
          footer #foot .container .row address .row {
            text-align: center;
            margin-top: 20px; } }
        footer #foot .container .row address .row span {
          padding-left: 0;
          display: block;
          line-height: 18px;
          font-weight: 600;
          font-size: 12px;
          text-align: right; }
          footer #foot .container .row address .row span:first-child {
            text-align: center; }
          @media (max-width: 768px) {
            footer #foot .container .row address .row span#btelfaks {
              margin-top: 20px; } }
          footer #foot .container .row address .row span#btelfaks a {
            display: block;
            color: #18adc9;
            margin-bottom: 7px;
            font-size: 18px !important; }
      footer #foot .container .row #fsocial {
        margin-top: 10px;
        float: right;
        text-align: right; }
        @media (max-width: 768px) {
          footer #foot .container .row #fsocial {
            text-align: center; } }
        footer #foot .container .row #fsocial a {
          font-size: 16px;
          margin-right: 10px;
          color: #18adc9; }
          @media (max-width: 768px) {
            footer #foot .container .row #fsocial a {
              font-size: 24px; } }
  footer #bBar {
    background-color: #e7e7e7;
    color: #293c45;
    font-size: 12px;
    padding: 30px 0; }
    @media (max-width: 768px) {
      footer #bBar {
        text-align: center; } }
    footer #bBar #design {
      display: flex;
      float: right;
      color: #3d6097;
      align-items: center;
      font-size: 13px;
      text-align: right;
      padding: 0; }
      @media (max-width: 768px) {
        footer #bBar #design {
          display: block;
          text-align: center;
          margin-top: 10px; } }
      footer #bBar #design a {
        display: inline-flex; }
        footer #bBar #design a img {
          margin-left: 5px; }
