@charset "UTF-8";
/*!Author: Ali Şahin Özçelik */
/*normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: Arial, sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  font-size: 16px;
  max-width: 100vw;
  overflow-x: hidden;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b {
  font-weight: bolder;
}

strong {
  font-size: 120%;
  line-height: inherit;
  font-weight: normal;
}

small {
  font-size: 80%;
  line-height: inherit;
  font-weight: normal;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 65%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*, *::before, *::after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.t::after, .social-likes::after, .figure .sosyal::after, figure .sosyal::after, .figure.liste::after, figure.liste::after, nav#ana-menu::after, nav#ana-menu .alt-menu::after, .yazarlar .swiper-slider::after, .anket form.anket .radio label::after, .sayfa-izi::after, .detay-araclar::after, .detay-araclar .text-kontrolleri::after, .detay-araclar .text-kontrolleri .boyut::after, article.detay::after, .sayfalama .cont::after, .foto-detay-cont .sag .etiketler::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.swiper-container ul li:before, .modul-baslik .baslik:after, .social-likes .social-likes__counter:before, .figure .foto.golge:after, figure .foto.golge:after, .figure.foto-alti.profil .icerik:before, figure.foto-alti.profil .icerik:before, .manset-slider .figure .etiket:after, .manset-slider figure .etiket:after {
  content: "";
  display: block;
  position: absolute;
}

.swiper-slider > .modul-baslik .baslik, nav#ana-menu i, .yazarlar .swiper-slider > i, .lig-bilgisi .spor-kategorisi i.prev, .lig-bilgisi .spor-kategorisi i.next {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.figure .foto, figure .foto, .fa-webtv, #site-logo, .kan-ihtiyaci .kan-grubu > i, .lig-bilgisi .spor-kategorisi i.prev, .lig-bilgisi .spor-kategorisi i.next {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}

.figure .foto, figure .foto {
  background-size: cover;
}

.fa-webtv, #site-logo, .kan-ihtiyaci .kan-grubu > i, .lig-bilgisi .spor-kategorisi i.prev, .lig-bilgisi .spor-kategorisi i.next {
  background-size: contain;
}

#perspektif, #body, nav#ana-menu, nav#ana-menu .alt-menu {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flex, .modul-baslik, .figure-cont, .tarihte-bugun .time, #footer .ust .ortala, #footer .ust .bulten form, .lig-bilgisi .panel {
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}

.swiper-container ul li:before, .social-likes .social-likes__counter:before, .figure.foto-alti.profil .icerik:before, figure.foto-alti.profil .icerik:before, .manset-slider .figure .etiket:after, .manset-slider figure .etiket:after {
  width: 0;
  height: 0;
  border-style: solid;
}

/**
 * Swiper 3.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: August 22, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #000;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Cube */
.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: 'fa';
  src: url("fonts/fontawesome/fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("fonts/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("fonts/fontawesome/fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("fonts/fontawesome/fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype");
  font-weight: normal;
  font-style: normal;
}
*[class*="fa-"] {
  display: inline-block;
  font: normal normal normal 14px/1 fa;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="fa-"]::before, [class*=" fa-"]::before {
  font-family: fa;
  font-style: normal;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: white;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

@font-face {
  font-family: roboto;
  src: url(fonts/roboto/roboto-regular-mwf.woff) format("woff"), url(fonts/roboto/roboto-regular-mwf.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: roboto;
  src: url(fonts/roboto/roboto-bold-mwf.woff) format("woff"), url(fonts/roboto/roboto-bold-mwf.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: roboto;
  src: url(fonts/roboto/roboto-medium-mwf.woff) format("woff"), url(fonts/roboto/roboto-medium-mwf.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: roboto;
  src: url(fonts/roboto/roboto-light-mwf.woff) format("woff"), url(fonts/roboto/roboto-light-mwf.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: robotoslab;
  src: url(fonts/robotoslab/robotoslab-light-mwf.woff) format("woff"), url(fonts/robotoslab/robotoslab-light-mwf.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: robotoslab;
  src: url(fonts/robotoslab/robotoslab-regular-mwf.woff) format("woff"), url(fonts/robotoslab/robotoslab-regular-mwf.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: robotoslab;
  src: url(fonts/robotoslab/robotoslab-medium-mwf.woff) format("woff"), url(fonts/robotoslab/robotoslab-medium-mwf.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: robotoslab;
  src: url(fonts/robotoslab/robotoslab-bold-mwf.woff) format("woff"), url(fonts/robotoslab/robotoslab-bold-mwf.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
html {
  font-family: roboto;
  background-color: #1a1a1a;
}

body {
  min-width: 1180px;
  overflow: auto;
}
@media (min-width: 320px) and (max-width: 1024px) {
  body {
    min-width: 0;
    overflow-x: hidden;
  }
}

#perspektif {
  -webkit-perspective: 5000px;
  perspective: 5000px;
  -webkit-perspective-origin: 50% 50vh;
  perspective-origin: 50% 50vh;
}

#body {
  -webkit-transform-origin: center 50vh;
  transform-origin: center 50vh;
  background-color: white;
}
@media (min-width: 320px) and (max-width: 730px) {
  #body {
    padding-top: 124px;
  }
}

main.koyu {
  background-color: #f8f8f8;
}

blockquote {
  margin: 0;
}

input[type="search"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

hr {
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
  border: none;
  background-color: #e5e5e5;
  margin: 0;
}
hr.dik {
  height: auto;
}
.flex hr.dik {
  width: 1px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

aside {
  width: 380px;
  float: right;
  padding-bottom: 20px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  aside {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  aside::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  aside > * {
    width: 380px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
  }
  aside > *:nth-child(1), aside > *:nth-child(2) {
    margin-top: 0 !important;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (min-height: 600px) {
  aside {
    min-width: 768px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 810px) and (min-width: 768px) {
  aside {
    margin-left: -20px;
  }
}
@media (min-width: 320px) and (max-width: 730px) {
  aside {
    width: 100%;
    min-width: 0;
    padding-bottom: 20px;
  }
  .ortala > aside {
    width: calc(100% + 40px);
    margin-left: calc(-20px);
  }
  aside > * {
    width: 100%;
  }
}

.swiper-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: robotoslab;
  font-size: 16px;
  font-weight: normal;
  color: #151515;
}
.swiper-container ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.swiper-container ul li:before {
  left: 0;
  top: 0;
  top: calc(((1em * 1.5) - 1em) / 2);
  display: inline-block;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent lime;
}
.swiper-container ul li .time {
  font-family: roboto;
  font-weight: 300;
  opacity: .5;
  font-size: .9em;
}
.swiper-container ul.yesil li:before {
  border-left-color: #049850;
}
.swiper-container ul.sari li:before {
  border-left-color: #f2ac26;
}
.swiper-container ul.mor li:before {
  border-left-color: #8d3ede;
}
.swiper-container ul.kirmizi li:before {
  border-left-color: #eb3940;
}
.swiper-container ul.mavi li:before {
  border-left-color: #3587e3;
}
.swiper-container ul.turuncu li:before {
  border-left-color: #ff9320;
}

button.yesil {
  background-color: #049850;
  color: white;
  display: block;
  border: none;
  width: 100%;
  line-height: 2;
}
button.sari {
  background-color: #f2ac26;
  color: white;
  display: block;
  border: none;
  width: 100%;
  line-height: 2;
}
button.mor {
  background-color: #8d3ede;
  color: white;
  display: block;
  border: none;
  width: 100%;
  line-height: 2;
}
button.kirmizi {
  background-color: #eb3940;
  color: white;
  display: block;
  border: none;
  width: 100%;
  line-height: 2;
}
button.mavi {
  background-color: #3587e3;
  color: white;
  display: block;
  border: none;
  width: 100%;
  line-height: 2;
}
button.turuncu {
  background-color: #ff9320;
  color: white;
  display: block;
  border: none;
  width: 100%;
  line-height: 2;
}

.ortala {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .ortala {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.genel-icerik {
  float: left;
  width: 780px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .genel-icerik {
    float: none;
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 1024px) {
  .genel-icerik.mt:first-child {
    margin-top: 0;
    padding-top: 20px;
  }
}

.fll {
  float: left;
}

.flr {
  float: right;
}

.fa-webtv {
  background-image: url("img/webtv.png");
  background-size: 1em auto;
}
.fa-webtv:before {
  display: inline-block;
  content: " ";
}

.reklam {
  text-align: center;
}

.bdt {
  border-top: 1px solid #e5e5e5;
}

.bdb {
  border-bottom: 1px solid #e5e5e5;
}

.bdl {
  border-left: 1px solid #e5e5e5;
}

.bdr {
  border-right: 1px solid #e5e5e5;
}

.mt {
  margin-top: 20px;
}

.mb {
  margin-bottom: 20px;
}

.ml {
  margin-left: 20px;
}

.mr {
  margin-right: 20px;
}

.pt {
  padding-top: 20px;
}

.pb {
  padding-bottom: 20px;
}

.pl {
  padding-left: 20px;
}

.pr {
  padding-right: 20px;
}

.bg--gri {
  background-color: #f2f2f2;
}

.bg--beyaz {
  background-color: white;
}

.gecis, .modul-baslik .baslik, .modul-baslik .baslik:after, .figure[class*="hover--"] .baslik, figure[class*="hover--"] .baslik, .radio input ~ label:before, .radio .border, nav#ana-menu .birincil-menu > a, nav#ana-menu .ikincil-menu > a, nav#ana-menu .birincil-menu > i, nav#ana-menu .ikincil-menu > i, #header-arama .input, #header-arama .input input, #ikinci-menu .birincil-menu, #ikinci-menu nav#ana-menu .ikincil-menu, nav#ana-menu #ikinci-menu .ikincil-menu, .yazarlar .swiper-slider > i, .lig-bilgisi .spor-kategorisi i.prev, .lig-bilgisi .spor-kategorisi i.next, .liste-slide nav .li, .video-galeri-cont .sag .figure .icerik, .video-detay-cont .sag .figure .icerik, .foto-galeri-cont .sag .figure .icerik, .video-galeri-cont .sag figure .icerik, .video-detay-cont .sag figure .icerik, .foto-galeri-cont .sag figure .icerik, .video-galeri-cont .sag .figure .ikon, .video-detay-cont .sag .figure .ikon, .foto-galeri-cont .sag .figure .ikon, .video-galeri-cont .sag figure .ikon, .video-detay-cont .sag figure .ikon, .foto-galeri-cont .sag figure .ikon {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.golge {
  box-shadow: 0 2px 2px #e5e5e5;
}

.yarim {
  width: 380px;
  width: calc(50% - 10px);
}
@media (min-width: 320px) and (max-width: 1024px) {
  .yarim {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex.tek-sira > * {
  width: 100%;
  margin-right: 20px;
}
.flex.tek-sira > *:last-child {
  margin-right: 0;
}
.ex-flex .flex {
  -webkit-box-pack: justify;
}
.ex-flex .flex.tek-sira > * {
  -webkit-box-flex: 1;
}

.input {
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  color: #666666;
}
.input input {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 20px;
}
.input button {
  position: absolute;
  width: auto;
  height: inherit;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
}

[data-autoheight] .swiper-wrapper {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
[data-autoheight] .swiper-slide {
  height: auto;
}

.modul-baslik {
  border-bottom: 1px solid #e5e5e5;
}
.modul-baslik .baslik {
  display: inline-block;
  line-height: 45px;
  font-family: robotoslab;
  font-size: 16px;
  font-weight: bold;
  color: #151515;
  padding: 0 18px;
  position: relative;
}
.modul-baslik .baslik:after {
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -1px;
}
.modul-baslik .baslik:only-child {
  padding-left: 0;
}
.modul-baslik .baslik.yesil:after {
  background-color: #049850;
}
.modul-baslik .baslik.sari:after {
  background-color: #f2ac26;
}
.modul-baslik .baslik.mor:after {
  background-color: #8d3ede;
}
.modul-baslik .baslik.kirmizi:after {
  background-color: #eb3940;
}
.modul-baslik .baslik.mavi:after {
  background-color: #3587e3;
}
.modul-baslik .baslik.turuncu:after {
  background-color: #ff9320;
}
.swiper-slider > .modul-baslik .baslik {
  cursor: pointer;
}
.swiper-slider > .modul-baslik :not(.aktif) {
  opacity: .5;
}
.swiper-slider > .modul-baslik :not(.aktif):after {
  background-color: transparent !important;
}

.swiper-slider, .swiper-container, .swiper-wrapper, .swiper-slide {
  will-change: transition-duration, transform, height, width;
}

.ex-flex .swiper-slide {
  display: block;
}

.sosyal-ikonlar [class*="fa-"] {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: white;
}
.sosyal-ikonlar .fa-facebook {
  background-color: #3b5998;
}
.sosyal-ikonlar .fa-twitter {
  background-color: #00aced;
}
.sosyal-ikonlar .fa-google-plus {
  background-color: #dd4b39;
}
.sosyal-ikonlar .fa-youtube {
  background-color: #bb0000;
}
.sosyal-ikonlar .fa-linkedin {
  background-color: #007bb6;
}
.sosyal-ikonlar .fa-instagram {
  background-color: #517fa4;
}
.sosyal-ikonlar .fa-pinterest {
  background-color: #cb2027;
}
.sosyal-ikonlar .fa-vine {
  background-color: #00bf8f;
}
.sosyal-ikonlar .fa-snapchat {
  background-color: #fffc00;
}
.sosyal-ikonlar .fa-quora {
  background-color: #a82400;
}
.sosyal-ikonlar .fa-flickr {
  background-color: #ff0084;
}
.sosyal-ikonlar .fa-tumblr {
  background-color: #32506d;
}
.sosyal-ikonlar .fa-vk {
  background-color: #45668e;
}
.sosyal-ikonlar .fa-vimeo {
  background-color: #aad450;
}
.sosyal-ikonlar .fa-foursquare {
  background-color: #0072b1;
}
.sosyal-ikonlar .fa-powerpoint {
  background-color: #d24726;
}
.sosyal-ikonlar .fa-excel {
  background-color: #008641;
}
.sosyal-ikonlar .fa-word {
  background-color: #2b579a;
}
.sosyal-ikonlar .fa-outlook {
  background-color: #0072c6;
}
.sosyal-ikonlar .fa-webtv {
  background-color: #2f303a;
}
.sosyal-ikonlar .fa-rss {
  background-color: #f7941e;
}

.social-likes {
  width: auto;
  font-size: 14px;
  font-weight: 300;
}
.social-likes .social-likes__widget {
  float: left;
  line-height: 26px;
  margin-right: 8px;
  padding-left: 9px;
  cursor: pointer;
}
.social-likes .social-likes__widget[class*="facebook"] {
  background-color: #3b5998;
}
.social-likes .social-likes__widget[class*="facebook"] .social-likes__counter {
  border-color: #3b5998;
}
.social-likes .social-likes__widget[class*="twitter"] {
  background-color: #00aced;
}
.social-likes .social-likes__widget[class*="plusone"] {
  background-color: #dd4b39;
}
.social-likes .social-likes__widget[class*="plusone"] .social-likes__counter {
  border-color: #dd4b39;
}
.social-likes .social-likes__icon {
  margin-right: 9px;
}
.social-likes .social-likes__icon:before {
  font-family: fa;
}
.social-likes .social-likes__button {
  color: white;
}
.social-likes .social-likes__button:after {
  margin-right: 10px;
}
.social-likes .social-likes__button[class*="facebook"] .social-likes__icon:before {
  content: "\f09a";
}
.social-likes .social-likes__button[class*="facebook"]:after {
  content: "Paylaş";
}
.social-likes .social-likes__button[class*="twitter"] .social-likes__icon:before {
  content: "\f099";
}
.social-likes .social-likes__button[class*="twitter"]:after {
  content: "Tweetle";
}
.social-likes .social-likes__button[class*="plusone"] .social-likes__icon:before {
  content: "\f0d5";
}
.social-likes .social-likes__button[class*="plusone"]:after {
  content: "Paylaş";
}
.social-likes .social-likes__counter {
  position: relative;
  display: inline-block;
  background-color: white;
  border-width: 1px;
  border-style: solid;
  line-height: 24px;
  margin-left: 6px;
  padding: 0 9px;
  font-size: 12px;
  font-weight: normal;
}
.social-likes .social-likes__counter:before {
  border-width: 5px 5px 5px 0;
  border-color: transparent white transparent transparent;
  left: -5px;
  top: 45%;
  top: calc(50% - 5px);
}
.social-likes .social-likes__counter:empty {
  display: none;
}
@media (min-width: 320px) and (max-width: 730px) {
  .social-likes .social-likes__button:after, .social-likes .social-likes__counter {
    display: none;
  }
}

.figure, figure {
  position: relative;
  display: block;
  margin: 0;
  height: 140px;
}
.figure > a, figure > a {
  display: block;
}
.figure .foto, figure .foto {
  z-index: 1;
}
.figure .foto.golge:after, figure .foto.golge:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2) 30%, transparent 50%);
}
.figure .ikon.yuvarlak, figure .ikon.yuvarlak {
  position: absolute;
  left: calc(50% - 1em);
  top: calc(50% - 1em);
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  color: white;
  border-radius: 50%;
}
.figure .ikon.yuvarlak.yesil, figure .ikon.yuvarlak.yesil {
  background-color: #049850;
}
.figure .ikon.yuvarlak.sari, figure .ikon.yuvarlak.sari {
  background-color: #f2ac26;
}
.figure .ikon.yuvarlak.mor, figure .ikon.yuvarlak.mor {
  background-color: #8d3ede;
}
.figure .ikon.yuvarlak.kirmizi, figure .ikon.yuvarlak.kirmizi {
  background-color: #eb3940;
}
.figure .ikon.yuvarlak.mavi, figure .ikon.yuvarlak.mavi {
  background-color: #3587e3;
}
.figure .ikon.yuvarlak.turuncu, figure .ikon.yuvarlak.turuncu {
  background-color: #ff9320;
}
.figure .ikon.yuvarlak.fa-play:before, figure .ikon.yuvarlak.fa-play:before {
  margin-right: -.2em;
}
.figure .icerik, figure .icerik {
  z-index: 2;
  display: block;
}
.figure .baslik, figure .baslik {
  display: block;
  font-family: robotoslab;
  font-size: 18px;
}
.figure .alt-baslik, figure .alt-baslik {
  display: block;
  opacity: .7;
  font-size: 16px;
}
.figure .etiket, figure .etiket {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 8px;
}
.figure .etiket.yesil, figure .etiket.yesil {
  background-color: #049850;
}
.figure .etiket.sari, figure .etiket.sari {
  background-color: #f2ac26;
}
.figure .etiket.mor, figure .etiket.mor {
  background-color: #8d3ede;
}
.figure .etiket.kirmizi, figure .etiket.kirmizi {
  background-color: #eb3940;
}
.figure .etiket.mavi, figure .etiket.mavi {
  background-color: #3587e3;
}
.figure .etiket.turuncu, figure .etiket.turuncu {
  background-color: #ff9320;
}
.figure .bilgi-ikon:before, figure .bilgi-ikon:before {
  display: block;
  text-align: center;
}
.figure .sosyal, figure .sosyal {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  color: white;
  opacity: .9;
}
.figure .sosyal > *, figure .sosyal > * {
  display: inline-block;
  float: left;
  line-height: 26px;
  padding: 0 10px;
  font-size: 14px;
}
.figure .sosyal > *:before, figure .sosyal > *:before {
  margin-right: 8px;
  display: inline-block;
}
.figure .sosyal > *.yorum, figure .sosyal > *.yorum {
  background-color: #2b2b2b;
}
.figure .sosyal > *.fa-facebook-square, figure .sosyal > *.fa-facebook-square {
  background-color: #3b5998;
}
.figure .sosyal > *.fa-twitter-square, figure .sosyal > *.fa-twitter-square {
  background-color: #00aced;
}
.figure .sosyal > *:not(.yorum):before, figure .sosyal > *:not(.yorum):before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.figure[class*="hover--"], figure[class*="hover--"] {
  background-size: 100% 0;
  background-repeat: no-repeat;
  background-position: left top, left bottom;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
.figure[class*="hover--"]:hover, figure[class*="hover--"]:hover, .figure[class*="hover--"].aktif, figure[class*="hover--"].aktif {
  background-size: 100% 100%;
}
.figure[class*="hover--"]:hover .baslik, figure[class*="hover--"]:hover .baslik, .figure[class*="hover--"].aktif .baslik, figure[class*="hover--"].aktif .baslik {
  color: white;
}
.figure[class*="hover--"]:hover, figure[class*="hover--"]:hover {
  background-color: rgba(255, 255, 255, 0.15);
  background-blend-mode: lighten;
}
.figure.hover--yesil, figure.hover--yesil {
  background-image: linear-gradient(#049850, #049850), linear-gradient(#049850, #049850);
}
.figure.hover--sari, figure.hover--sari {
  background-image: linear-gradient(#f2ac26, #f2ac26), linear-gradient(#f2ac26, #f2ac26);
}
.figure.hover--mor, figure.hover--mor {
  background-image: linear-gradient(#8d3ede, #8d3ede), linear-gradient(#8d3ede, #8d3ede);
}
.figure.hover--kirmizi, figure.hover--kirmizi {
  background-image: linear-gradient(#eb3940, #eb3940), linear-gradient(#eb3940, #eb3940);
}
.figure.hover--mavi, figure.hover--mavi {
  background-image: linear-gradient(#3587e3, #3587e3), linear-gradient(#3587e3, #3587e3);
}
.figure.hover--turuncu, figure.hover--turuncu {
  background-image: linear-gradient(#ff9320, #ff9320), linear-gradient(#ff9320, #ff9320);
}
.figure.foto-ustu .foto, figure.foto-ustu .foto {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.figure.foto-ustu .icerik, figure.foto-ustu .icerik {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 13px;
}
.figure.foto-ustu .baslik, figure.foto-ustu .baslik {
  color: white;
}
.figure.foto-ustu .etiket, figure.foto-ustu .etiket {
  color: white;
  margin-bottom: 6.5px;
}
.figure.foto-alti, figure.foto-alti {
  height: auto;
}
.figure.foto-alti .foto, figure.foto-alti .foto {
  position: relative;
  height: 138px;
}
@media (min-width: 320px) and (max-width: 730px) {
  .figure.foto-alti .foto, figure.foto-alti .foto {
    height: 50vw;
  }
}
.figure.foto-alti .baslik, figure.foto-alti .baslik {
  padding-top: 6.5px;
}
.figure.foto-alti.profil, figure.foto-alti.profil {
  background-color: white;
}
.figure.foto-alti.profil .icerik, figure.foto-alti.profil .icerik {
  position: relative;
}
.figure.foto-alti.profil .icerik:before, figure.foto-alti.profil .icerik:before {
  border-width: 0 12.5px 13px 12.5px;
  border-color: transparent transparent white transparent;
  top: -13px;
  left: 48%;
  left: calc(50% - 12.5px);
}
.figure.foto-alti.profil .baslik, figure.foto-alti.profil .baslik {
  font-weight: 300;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 6.5px;
}
.figure.foto-alti.profil .alt-baslik, figure.foto-alti.profil .alt-baslik {
  opacity: 1;
  padding: 6.5px 0;
  font-weight: 500;
  color: #2d2d2d;
}
.figure.foto-alti.profil .time, figure.foto-alti.profil .time {
  font-size: 15px;
  font-weight: 300;
  opacity: .7;
}
.figure.liste, figure.liste {
  height: auto;
}
.figure.liste .foto, figure.liste .foto {
  float: left;
  width: 100px;
  height: 100px;
  border: 1px solid #e5e5e5;
  margin-right: 20px;
}
.figure.liste .icerik, figure.liste .icerik {
  display: block;
  color: #151515;
}
.figure.liste .baslik, figure.liste .baslik {
  font-size: 16px;
}
.figure.liste .time, figure.liste .time {
  font-family: roboto;
  font-size: 14px;
  font-weight: 300;
  opacity: .5;
}

.foto-alti a span:last-child strong {
  min-height: 50px !important;
}

.figure-cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.figure-cont[class*="adet--"] {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.figure-cont.adet--5 .figure, .figure-cont.adet--5 figure {
  width: 19%;
  margin-bottom: 20px;
}
@media (min-width: 600px) and (max-width: 1024px) and (min-height: 600px) {
  .figure-cont.adet--5 .figure, .figure-cont.adet--5 figure {
    width: 32%;
    margin-bottom: 20px;
  }
}
@media (min-width: 320px) and (max-width: 730px) {
  .figure-cont.adet--5 .figure, .figure-cont.adet--5 figure {
    width: 100%;
    margin-bottom: 20px;
  }
}
.figure-cont.adet--4 .figure, .figure-cont.adet--4 figure {
  width: 24%;
  margin-bottom: 20px;
}
@media (min-width: 320px) and (max-width: 730px) {
  .figure-cont.adet--4 .figure, .figure-cont.adet--4 figure {
    width: 100%;
    margin-bottom: 20px;
  }
}
.figure-cont.adet--3 .figure, .figure-cont.adet--3 figure {
  width: 246px;
  margin-bottom: 20px;
}
@media (min-width: 600px) and (max-width: 1024px) and (min-height: 600px) and (orientation: portrait) {
  .figure-cont.adet--3 .figure, .figure-cont.adet--3 figure {
    width: 48%;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (min-height: 600px) and (orientation: landscape) {
  .figure-cont.adet--3 .figure, .figure-cont.adet--3 figure {
    width: 30%;
  }
}
@media (min-width: 320px) and (max-width: 730px) {
  .figure-cont.adet--3 .figure, .figure-cont.adet--3 figure {
    width: 100%;
  }
}
.no-flex .figure-cont.adet--3, .ex-flex .figure-cont.adet--3 {
  text-align: justify;
}
.no-flex .figure-cont.adet--3 .figure, .no-flex .figure-cont.adet--3 figure, .ex-flex .figure-cont.adet--3 .figure, .ex-flex .figure-cont.adet--3 figure {
  display: inline-block;
  text-align: initial;
  vertical-align: top;
}
.pl.pr > .figure-cont.adet--3 .figure, .pl.pr > .figure-cont.adet--3 figure {
  width: 32%;
}
@media (min-width: 320px) and (max-width: 730px) {
  .pl.pr > .figure-cont.adet--3 .figure, .pl.pr > .figure-cont.adet--3 figure {
    width: 100%;
  }
}
.figure-cont.adet--2 .figure, .figure-cont.adet--2 figure {
  width: 48%;
  width: calc(50% - 10px);
}
.figure-cont.adet--1 .figure, .figure-cont.adet--1 figure {
  width: 100%;
  margin-bottom: 20px;
}
.figure-cont.adet--1 .figure.foto-alti .foto, .figure-cont.adet--1 figure.foto-alti .foto {
  height: 214px;
}
.no-flex .figure-cont, .ex-flex .figure-cont {
  display: block;
}

.radio {
  position: relative;
}
.radio input {
  display: none;
}
.radio input ~ label:before {
  font-family: fa;
  content: "\f10c";
}
.radio input:checked ~ label:before {
  content: "\f192";
}
.radio .border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  z-index: -1;
}
.radio.yesil input:checked ~ label:before {
  color: #049850 !important;
}
.radio.yesil input:checked ~ .border {
  border-color: #049850 !important;
}
.radio.sari input:checked ~ label:before {
  color: #f2ac26 !important;
}
.radio.sari input:checked ~ .border {
  border-color: #f2ac26 !important;
}
.radio.mor input:checked ~ label:before {
  color: #8d3ede !important;
}
.radio.mor input:checked ~ .border {
  border-color: #8d3ede !important;
}
.radio.kirmizi input:checked ~ label:before {
  color: #eb3940 !important;
}
.radio.kirmizi input:checked ~ .border {
  border-color: #eb3940 !important;
}
.radio.mavi input:checked ~ label:before {
  color: #3587e3 !important;
}
.radio.mavi input:checked ~ .border {
  border-color: #3587e3 !important;
}
.radio.turuncu input:checked ~ label:before {
  color: #ff9320 !important;
}
.radio.turuncu input:checked ~ .border {
  border-color: #ff9320 !important;
}

#header-ust {
  font-family: robotoslab;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: -.01em;
  line-height: 32px;
  position: relative;
  z-index: 10;
}
@media (min-width: 320px) and (max-width: 730px) {
  #header-ust {
    background-color: white;
  }
}
#header-ust .ortala {
  padding-top: 6px;
  padding-bottom: 6px;
}
#header-ust .sosyal {
  position: relative;
}
#header-ust .sosyal [class*="fa-"] {
  margin-right: 6px;
}
#header-ust .sosyal .takip-edin {
  color: rgba(91, 91, 91, 0.8);
  margin-left: 17px;
  display: block;
  float: left;
}
@media (min-width: 320px) and (max-width: 730px) {
  #header-ust .sosyal .takip-edin {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 730px) {
  #header-ust .sosyal {
    height: 32px;
  }
}
#header-ust .sosyal .mobil-ikon {
  display: none;
}
@media (min-width: 320px) and (max-width: 730px) {
  #header-ust .sosyal .mobil-ikon {
    display: inline-block;
    position: relative;
    line-height: 32px;
    width: 32px;
    height: 32px;
    text-align: center;
    color: rgba(91, 91, 91, 0.7);
    z-index: 2;
  }
  #header-ust .sosyal .mobil-ikon > * {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    line-height: inherit;
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  #header-ust .sosyal .mobil-ikon .kapa {
    -webkit-transform: scale(0);
    transform: scale(0);
    font-size: 110%;
  }
}
@media (min-width: 320px) and (max-width: 730px) {
  #header-ust .sosyal .sosyal-ikonlar {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 32px;
    left: 0;
    top: 0;
    box-shadow: 0 0 0 0 white;
    border-radius: 50%;
  }
  #header-ust .sosyal .sosyal-ikonlar > * {
    position: absolute;
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-radius: 50%;
  }
  #header-ust .sosyal .sosyal-ikonlar.acik {
    z-index: 1;
    opacity: 1;
  }
}
#header-ust .tarih {
  color: rgba(91, 91, 91, 0.7);
}
#header.sabit #header-ust {
  display: none;
}

#header-alt {
  position: relative;
  z-index: 2;
}
@media (min-width: 320px) and (max-width: 730px) {
  #header-alt {
    background-color: white;
  }
}
#header-alt .ortala {
  padding-top: 18px;
  padding-bottom: 18px;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 730px) {
  #header-alt .ortala {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
#header-alt .menu-buton {
  display: none;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #header-alt .menu-buton {
    position: relative;
    display: inline-block;
    font-size: 150%;
    width: 1.2em;
    height: 1em;
    margin-right: 20px;
    text-align: center;
    color: #049850;
  }
  #header-alt .menu-buton > span {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #header-alt .menu-buton .kapa {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

#site-logo {
  display: inline-block;
  width: 182px;
  height: 60px;
  overflow: hidden;
}
#site-logo span {
  margin-left: -200%;
  margin-left: -200vw;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #site-logo + hr {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 730px) {
  #site-logo {
    width: 120px;
  }
}

.tarihte-bugun {
  width: 322px;
  max-height: 60px;
  overflow: hidden;
}
.tarihte-bugun .time {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  height: 55px;
  width: 60px;
  color: #272727;
  float: left;
  border: 1px solid black;
  margin-right: 13px;
}
.tarihte-bugun .time b, .tarihte-bugun .time i {
  display: block;
  text-align: center;
  line-height: 1;
  letter-spacing: -.02em;
}
.tarihte-bugun .time b {
  font-size: 32px;
  font-weight: 400;
}
.tarihte-bugun .time i {
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  text-transform: uppercase;
}
.tarihte-bugun blockquote {
  font-size: 14px;
  font-weight: 300;
  color: rgba(39, 39, 39, 0.7);
}
@media (min-width: 320px) and (max-width: 730px) {
  .tarihte-bugun {
    display: none;
  }
}

/* Dropdown Menu SCSS Kodları*/
#ana-menu-cont {
  overflow: inherit !important;
}

#MainMenu {
  position: relative;
}
#MainMenu > ul > li {
  position: relative;
  display: inline-block;
}
#MainMenu > ul > li > a {
  padding: 5px 20px;
  display: inline-block;
  cursor: pointer;
}
#MainMenu > ul > li a.fa-chevron-down {
  padding: 8px 12px 8px 0 !important;
}
#MainMenu > ul > li:hover > a {
  background: #ddd !important;
  color: #555 !important;
}
#MainMenu > ul > li:hover > ul {
  display: block;
}
#MainMenu > ul > li ul {
  display: none;
  list-style: none !important;
  position: absolute;
  z-index: 999;
  left: 0;
  background: #ddd;
  padding: 0 !important;
  min-width: 100%;
  width: inherit;
}
#MainMenu > ul > li ul li a {
  min-width: 160px;
  width: 100%;
  font-size: 12px;
  color: #555 !important;
  display: block;
  padding: 11px 62px 11px 22px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #f1f1f1;
}
#MainMenu > ul > li ul li a:hover {
  background: #fff;
}

@media screen and (max-width: 1024px) {
  #mobil-menu-cont {
    position: absolute;
    background-color: white;
    overflow: auto;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (min-height: 600px) {
  #mobil-menu-cont {
    width: 100%;
    height: 0;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    z-index: 100;
  }
}
@media (min-width: 320px) and (max-width: 730px) {
  #mobil-menu-cont {
    display: none;
    top: 124px;
    right: -100%;
    width: 100%;
    height: calc(100vh - 78px);
    z-index: 1;
  }
  .sabit #mobil-menu-cont {
    top: 79px;
  }
}
#mobil-menu-cont.acik {
  display: block;
}

#ana-menu-cont {
  overflow: hidden;
}
#ana-menu-cont .ortala {
  position: relative;
}
@media (min-width: 600px) and (max-width: 1024px) and (min-height: 600px) {
  #ana-menu-cont {
    padding-bottom: 20px;
  }
}
@media (min-width: 320px) and (max-width: 1024px) {
  #ana-menu-cont .ortala {
    display: -webkit-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

nav#ana-menu {
  position: relative;
  height: 50px;
  width: auto;
  padding-top: 9px;
  font-family: robotoslab;
  font-weight: 700;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  order: 2;
  -webkit-order: 2;
}
nav#ana-menu.acik {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
nav#ana-menu .birincil-menu, nav#ana-menu .ikincil-menu {
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 32px;
  margin-right: 20px;
  color: #5b5b5b;
}
nav#ana-menu .birincil-menu > a, nav#ana-menu .ikincil-menu > a {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
nav#ana-menu .birincil-menu > i, nav#ana-menu .ikincil-menu > i {
  font-size: 12px;
  line-height: inherit;
  vertical-align: 2px;
  padding: 0 2px;
  cursor: pointer;
}
nav#ana-menu .birincil-menu:hover > a, nav#ana-menu .ikincil-menu:hover > a {
  background-color: #f2f2f2;
}
nav#ana-menu .birincil-menu:hover > i, nav#ana-menu .ikincil-menu:hover > i {
  background-color: #f2f2f2;
}
nav#ana-menu .birincil-menu:hover > i:hover, nav#ana-menu .ikincil-menu:hover > i:hover {
  background-color: #e5e5e5;
}
@media (min-width: 320px) and (max-width: 730px) {
  nav#ana-menu .birincil-menu:hover > a, nav#ana-menu .ikincil-menu:hover > a, nav#ana-menu .birincil-menu:hover > i, nav#ana-menu .ikincil-menu:hover > i {
    background-color: transparent;
  }
}
nav#ana-menu .anasayfa {
  font-size: 20px;
}
nav#ana-menu .anasayfa a {
  line-height: 32px;
}
nav#ana-menu .alt-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  height: auto;
  width: auto;
  padding: 9px 0;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
nav#ana-menu .alt-menu.acik {
  display: block;
}
nav#ana-menu .ikincil-menu {
  font-weight: 400;
  padding: 0 9px;
}
nav#ana-menu .ikincil-menu:last-of-type {
  margin-right: 9px;
}
nav#ana-menu .ikincil-menu:hover {
  background-color: #f2f2f2;
}
nav#ana-menu i {
  cursor: pointer;
  font-size: 12px;
  line-height: 32px;
  padding: 0 9px;
}
nav#ana-menu i:hover {
  background-color: #f2f2f2;
}
@media (min-width: 600px) and (max-width: 1024px) and (min-height: 600px) {
  nav#ana-menu {
    float: none;
    height: auto;
    width: 100%;
  }
  nav#ana-menu .birincil-menu, nav#ana-menu .ikincil-menu {
    float: none;
    display: block;
  }
  nav#ana-menu .birincil-menu i, nav#ana-menu .ikincil-menu i {
    display: none;
  }
  nav#ana-menu .alt-menu {
    display: block;
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  nav#ana-menu .ikincil-menu {
    display: inline-block;
  }
}
@media (min-width: 320px) and (max-width: 730px) {
  nav#ana-menu {
    height: auto;
    width: 100%;
  }
  nav#ana-menu .birincil-menu, nav#ana-menu .ikincil-menu {
    display: block;
    float: none;
  }
  nav#ana-menu .birincil-menu > i, nav#ana-menu .ikincil-menu > i {
    display: none;
  }
  nav#ana-menu .birincil-menu .alt-menu, nav#ana-menu .ikincil-menu .alt-menu {
    display: block;
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  nav#ana-menu .birincil-menu .alt-menu > i, nav#ana-menu .ikincil-menu .alt-menu > i {
    display: none;
  }
}

#header-arama {
  padding-top: 5px;
}
#header-arama .input {
  width: 400px;
  height: 40px;
}
#header-arama .input input {
  padding-left: 0;
  padding-right: 0;
  text-indent: 20px;
}
@media (min-width: 600px) and (max-width: 1024px) and (min-height: 600px) {
  #header-arama {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  #header-arama .input {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 320px) and (max-width: 730px) {
  #header-arama {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    max-width: 100%;
  }
  #header-arama .input {
    max-width: 100%;
  }
}
#header-arama.absolute {
  position: absolute;
  right: 0;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #header-arama.absolute {
    position: static;
  }
}
#header-arama.kapali .input {
  width: 30px;
}
#header-arama.kapali .input input {
  text-indent: 40px;
}

#ikinci-menu-cont {
  background-color: #f2f2f2;
}
@media (min-width: 600px) and (max-width: 1024px) and (min-height: 600px) {
  #ikinci-menu-cont {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

#ikinci-menu {
  padding-top: 8px;
}
#ikinci-menu .birincil-menu, #ikinci-menu nav#ana-menu .ikincil-menu, nav#ana-menu #ikinci-menu .ikincil-menu {
  display: inline-block;
  float: left;
  line-height: 34px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(81, 81, 81, 0.8);
  letter-spacing: -.01em;
  margin-right: 10px;
}
#ikinci-menu .birincil-menu a, #ikinci-menu nav#ana-menu .ikincil-menu a, nav#ana-menu #ikinci-menu .ikincil-menu a {
  display: block;
  padding: 0 10px;
}
#ikinci-menu .birincil-menu:hover, #ikinci-menu nav#ana-menu .ikincil-menu:hover, nav#ana-menu #ikinci-menu .ikincil-menu:hover {
  background-color: white;
}
@media (min-width: 320px) and (max-width: 730px) {
  #ikinci-menu .birincil-menu, #ikinci-menu nav#ana-menu .ikincil-menu, nav#ana-menu #ikinci-menu .ikincil-menu {
    display: block;
    float: none;
  }
  #ikinci-menu-cont {
    background-color: white;
  }
  #ikinci-menu-cont > .ortala {
    padding-left: 0;
    padding-right: 0;
  }
}

/*@media screen and (max-width: 699px) and (min-width: 520px) {*/
@media screen and (max-width: 768px) {
  #MainMenu > ul > li {
    width: 100% !important;
    display: block !important;
  }
  #MainMenu > ul > li:hover {
    background: #ddd !important;
  }
  #MainMenu > ul > li:hover ul {
    display: block !important;
  }

  #MainMenu > ul > li ul {
    display: none;
    opacity: 1 !important;
    position: inherit !important;
    z-index: inherit !important;
    left: inherit !important;
  }

  h3.birincil-menu, nav#ana-menu h3.ikincil-menu {
    float: left !important;
  }
}
@media (min-width: 320px) and (max-width: 730px) {
  #header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
  }
  #header.sabit {
    position: fixed;
  }
  #header .ortala {
    padding-left: 6px;
    padding-right: 6px;
  }
}
#footer {
  color: #9d9d9d;
}
#footer .baslik {
  font-family: robotoslab;
  font-size: 16px;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
}
#footer hr.dik {
  margin-left: 50px;
  margin-right: 50px;
  min-width: 1px;
  background-color: #323232;
}
#footer hr.dik:last-of-type {
  margin-left: 25px;
}
#footer nav a {
  display: list-item;
  list-style-type: square;
  font-family: Arial;
  font-size: 12px;
  line-height: 20.5px;
  margin-left: 1em;
}
#footer nav.parcali {
  -webkit-columns: 150px 4;
  -moz-columns: 150px 4;
  columns: 150px 4;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
#footer .ust {
  background-color: #252525;
  padding: 45px 0;
}
#footer .ust .bulten p {
  font-family: Arial;
  font-size: 11px;
}
#footer .ust .bulten form {
  width: 100%;
  background-color: white;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
#footer .ust .bulten form input {
  width: 100%;
  height: 32px;
  border: none;
  font-family: Arial;
  font-size: 12px;
  padding-left: 10px;
}
#footer .ust .bulten form button {
  background-color: #eb3940;
  color: white;
  border: none;
  font-family: robotoslab;
  font-weight: normal;
  font-size: 15px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #footer .ust .bulten form {
    display: block;
  }
  #footer .ust .bulten form input, #footer .ust .bulten form button {
    display: block;
    width: 100%;
    height: 40px;
  }
}
#footer .ust .bulten .sosyal-ikonlar > * {
  border-radius: 50%;
  margin-right: 10px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #footer .ust .bulten .sosyal-ikonlar > * {
    margin-bottom: 10px;
  }
}
@media (min-width: 320px) and (max-width: 730px) {
  #footer .ust .ortala {
    display: block;
  }
  #footer .ust hr {
    display: none;
  }
  #footer .ust .sutun {
    padding-bottom: 40px;
  }
  #footer .ust .sutun:last-child {
    padding-bottom: 0;
  }
  #footer .ust .sosyal-ikonlar {
    text-align: center;
  }
}
#footer .alt {
  background-color: #1a1a1a;
  font-family: Arial;
  font-size: 12px;
  color: #9d9d9d;
  padding: 15px 0;
}
@media (min-width: 320px) and (max-width: 730px) {
  #footer .alt .ortala > * {
    display: block;
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
}

.surmanset .figure, .surmanset figure {
  height: 153px;
}
@media (min-width: 320px) and (max-width: 730px) {
  .surmanset {
    display: block;
  }
  .surmanset .figure, .surmanset figure {
    width: 100%;
    height: 50vw;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.manset-slider .figure, .manset-slider figure {
  height: 446px;
}
.manset-slider .figure .icerik, .manset-slider figure .icerik {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding-right: 70px;
}
.manset-slider .figure .baslik, .manset-slider figure .baslik {
  font-size: 24px;
}
.manset-slider .figure .etiket, .manset-slider figure .etiket {
  position: absolute;
  bottom: 100%;
  left: 0;
  line-height: 24px;
  margin-bottom: 0;
}
.manset-slider .figure .etiket:after, .manset-slider figure .etiket:after {
  border-width: 3px 5px 0 5px;
  border-color: lime transparent transparent transparent;
  top: 100%;
  left: 50%;
  left: calc(50% - 5px);
}
.manset-slider .figure .etiket.yesil:after, .manset-slider figure .etiket.yesil:after {
  border-top-color: #049850;
}
.manset-slider .figure .etiket.sari:after, .manset-slider figure .etiket.sari:after {
  border-top-color: #f2ac26;
}
.manset-slider .figure .etiket.mor:after, .manset-slider figure .etiket.mor:after {
  border-top-color: #8d3ede;
}
.manset-slider .figure .etiket.kirmizi:after, .manset-slider figure .etiket.kirmizi:after {
  border-top-color: #eb3940;
}
.manset-slider .figure .etiket.mavi:after, .manset-slider figure .etiket.mavi:after {
  border-top-color: #3587e3;
}
.manset-slider .figure .etiket.turuncu:after, .manset-slider figure .etiket.turuncu:after {
  border-top-color: #ff9320;
}
.manset-slider .figure .bilgi-ikon, .manset-slider figure .bilgi-ikon {
  position: absolute;
  right: 13px;
  bottom: 13px;
  color: white;
  font-family: robotoslab;
  font-size: 13px;
  font-weight: 300;
}
.manset-slider .figure .bilgi-ikon:before, .manset-slider figure .bilgi-ikon:before {
  font-size: 2em;
}
.manset-slider i.prev, .manset-slider i.next {
  display: none;
}
.manset-slider nav {
  background-image: linear-gradient(#049850, #049850);
  background-size: 100% 3px;
  background-position: left top;
  background-repeat: no-repeat;
}
.manset-slider nav > span {
  height: 91px;
  margin-right: 2px !important;
  border-top: 3px solid #049850;
}
.manset-slider nav > span:last-child {
  margin-right: 0 !important;
}
.manset-slider nav > span.swiper-pagination-bullet-active {
  border-top-color: #eb3940;
}
.ex-flex .manset-slider nav {
  width: 100%;
}
.ex-flex .manset-slider nav > span {
  display: block;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 730px) {
  .manset-slider {
    width: calc(100% + 40px);
    margin-left: calc(-20px);
    position: relative;
  }
  .manset-slider .figure, .manset-slider figure {
    height: 100vw;
  }
  .manset-slider i.prev, .manset-slider i.next {
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    position: absolute;
    display: inline-block;
    top: 40%;
    color: white;
    font-size: 3em;
    z-index: 2;
    text-shadow: 1px 1px 1px black;
  }
  .manset-slider i.prev:active, .manset-slider i.next:active {
    -webkit-transform: rotateX(30deg) translateY(3px);
    transform: rotateX(30deg) translateY(3px);
  }
  .manset-slider i.prev.swiper-button-disabled, .manset-slider i.next.swiper-button-disabled {
    opacity: 0;
  }
  .manset-slider i.prev {
    left: 10px;
  }
  .manset-slider i.next {
    right: 10px;
  }
  .manset-slider nav {
    display: none;
  }
}

.yan-manset .figure, .yan-manset figure {
  height: 160px;
}
@media screen and (min-width: 1025px) {
  .yan-manset.mt:first-child {
    margin-top: 0;
  }
}

.yazarlar .swiper-container {
  height: 328px;
  margin-bottom: 20px;
}
.yazarlar .swiper-slider > i {
  display: block;
  line-height: 35px;
  background-color: #049850;
  width: 50%;
  float: left;
  cursor: pointer;
  text-align: center;
  color: white;
  font-size: 1.5em;
}
.yazarlar .swiper-slider > i + i {
  background-color: #03904c;
}
.yazarlar .swiper-slider > i.swiper-button-disabled {
  background-color: #cecece;
}

.kan-ihtiyaci {
  background-color: #e82929;
  color: white;
  font-family: robotoslab;
}
.kan-ihtiyaci .hastane {
  line-height: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  padding-top: 5px;
  font-size: 20px;
  font-weight: 400;
}
.kan-ihtiyaci .icerik {
  padding: 10px 20px;
}
.kan-ihtiyaci .kan-grubu {
  position: relative;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  text-align: center;
}
.kan-ihtiyaci .kan-grubu > i {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 100px;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 612 612"><path fill="white" d="M305.992,580.365L305.992,580.365c-3.54,0-6.927-1.422-9.41-3.938L77.001,353.557C27.374,303.929,0,244.828,0,187.201 C0,94.155,61.816,31.635,153.828,31.635c79.094,0,110.44,35.135,152.164,84.176c41.724-49.036,73.06-84.176,152.158-84.176 c92.022,0,153.85,62.52,153.85,155.566c0,57.627-27.363,116.733-77.049,166.424L315.396,576.429 C312.913,578.949,309.526,580.365,305.992,580.365z M153.828,58.052c-77.397,0-127.411,50.695-127.411,129.149 c0,50.568,24.621,103.038,69.335,147.747l210.24,213.395l210.213-213.325c44.762-44.772,69.378-97.242,69.378-147.815 c0-78.454-50.024-129.149-127.433-129.149c-68.362,0-93.211,29.217-134.381,77.625l-7.744,9.088 c-2.511,2.938-6.178,4.623-10.033,4.623l0,0c-3.857,0-7.529-1.685-10.033-4.623l-7.693-9.03 C247.076,87.291,222.212,58.052,153.828,58.052z"/></svg>');
}
.kan-ihtiyaci .kan-grubu > strong {
  position: relative;
  line-height: 100px;
  font-size: 35px;
  top: -9px;
}
.kan-ihtiyaci .kan-grubu > small {
  font-size: 15px;
  vertical-align: 24px;
  margin-right: -12px;
}
.kan-ihtiyaci .bilgi {
  margin-bottom: 10px;
}
.kan-ihtiyaci .bilgi > span {
  font-size: 15px;
  display: block;
}
.kan-ihtiyaci .bilgi > b {
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.lig-bilgisi .fikstur {
  color: #151515;
}
.lig-bilgisi select {
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 12px;
  width: 100%;
  height: 38px;
  border-color: #e5e5e5;
  text-transform: capitalize;
}
.lig-bilgisi .panel {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-family: robotoslab;
}
.lig-bilgisi .panel .takim {
  text-align: center;
}
.lig-bilgisi .panel .takim img {
  height: 66px;
  width: auto;
}
.lig-bilgisi .panel .takim h6 {
  font-size: 16px;
  font-weight: 400;
}
.lig-bilgisi .panel .bilgi {
  text-align: center;
}
.lig-bilgisi .panel .bilgi > * {
  display: block;
}
.lig-bilgisi .panel .bilgi b {
  font-size: 20px;
}
.lig-bilgisi .panel .bilgi .time {
  font-size: 16px;
  font-weight: 300;
}
.lig-bilgisi table.bilgi {
  width: 100%;
}
.lig-bilgisi table.bilgi td:first-child {
  padding-right: 20px;
}
.lig-bilgisi table.bilgi td:last-child {
  padding-left: 20px;
  width: 100%;
  font-weight: 300;
}
.lig-bilgisi .spor-kategorisi .swiper-slider {
  position: relative;
}
.lig-bilgisi .spor-kategorisi i.prev, .lig-bilgisi .spor-kategorisi i.next {
  position: absolute;
  z-index: 2;
  font-size: 62px;
  top: 20px;
  cursor: pointer;
  background-image: url("img/arrow.png");
  width: 30px;
  height: 42px;
}
.lig-bilgisi .spor-kategorisi i.prev:hover, .lig-bilgisi .spor-kategorisi i.next:hover {
  background-color: #eaeaea;
}
.lig-bilgisi .spor-kategorisi i.prev.swiper-button-disabled, .lig-bilgisi .spor-kategorisi i.next.swiper-button-disabled {
  opacity: 0;
}
.lig-bilgisi .spor-kategorisi i.prev {
  left: 0;
}
.lig-bilgisi .spor-kategorisi i.next {
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.liste-slide {
  color: #151515;
}
.liste-slide .swiper-container {
  height: 310px;
  border-bottom: 1px solid #e5e5e5;
}
.liste-slide .figure .foto, .liste-slide figure .foto {
  height: 210px;
}
.liste-slide .figure .icerik, .liste-slide figure .icerik {
  padding-top: 20px;
}
.liste-slide .figure .baslik, .liste-slide figure .baslik {
  padding-top: 0;
}
.liste-slide .figure .time, .liste-slide figure .time {
  opacity: .5;
}
.liste-slide i.prev, .liste-slide i.next {
  display: none;
}
.liste-slide nav > * {
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
}
.liste-slide nav .li {
  position: relative;
  padding: 10px 47px;
  padding-right: 0;
  border-bottom: 1px solid #e5e5e5;
  font-family: robotoslab;
  font-size: 16px;
  opacity: .8;
}
.liste-slide nav .li:before {
  display: inline-block;
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  font-size: 30px;
  line-height: 1;
}
.liste-slide nav .li.yesil:before {
  color: #049850;
}
.liste-slide nav .li.sari:before {
  color: #f2ac26;
}
.liste-slide nav .li.mor:before {
  color: #8d3ede;
}
.liste-slide nav .li.kirmizi:before {
  color: #eb3940;
}
.liste-slide nav .li.mavi:before {
  color: #3587e3;
}
.liste-slide nav .li.turuncu:before {
  color: #ff9320;
}
.liste-slide nav .li.aktif, .liste-slide nav .li:hover {
  opacity: 1;
}
.liste-slide nav .li:last-child {
  border-bottom: none;
}
.liste-slide.video .swiper-container {
  height: 210px;
  border-bottom: none;
}
.liste-slide.video .figure .ikon, .liste-slide.video figure .ikon {
  font-size: 30px;
}
.liste-slide.video nav .figure, .liste-slide.video nav figure {
  border: none;
  padding-top: 7px;
  padding-bottom: 7px;
}
.liste-slide.video nav .figure .foto, .liste-slide.video nav figure .foto {
  height: 85px;
  border: none;
}
.liste-slide.video nav .figure .icerik, .liste-slide.video nav figure .icerik {
  padding-top: 0;
}
@media (min-width: 600px) and (max-width: 1024px) and (min-height: 600px) {
  .liste-slide .swiper-slider {
    display: -webkit-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
  }
  .liste-slide .swiper-container {
    border-bottom: none;
  }
  .liste-slide .swiper-container, .liste-slide nav {
    width: 50%;
    margin: 0;
  }
  .liste-slide nav {
    padding-left: 20px;
  }
  .liste-slide nav .li:first-child {
    padding-top: 0;
  }
  .liste-slide nav .swiper-container {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 730px) {
  .liste-slide {
    position: relative;
    width: calc(100% + 40px);
    margin-left: calc(-20px);
    background-color: #f2f2f2;
  }
  .liste-slide .swiper-container {
    border-bottom: none;
  }
  .liste-slide i.prev, .liste-slide i.next {
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    position: absolute;
    display: inline-block;
    top: 30%;
    color: white;
    font-size: 3em;
    z-index: 2;
    text-shadow: 1px 1px 1px black;
  }
  .liste-slide i.prev:active, .liste-slide i.next:active {
    -webkit-transform: rotateX(30deg) translateY(3px);
    transform: rotateX(30deg) translateY(3px);
  }
  .liste-slide i.prev.swiper-button-disabled, .liste-slide i.next.swiper-button-disabled {
    opacity: 0;
  }
  .liste-slide i.prev {
    left: 10px;
  }
  .liste-slide i.next {
    right: 10px;
  }
  .liste-slide nav {
    display: none;
  }
  .liste-slide .icerik {
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .liste-slide.video .swiper-container {
    height: auto;
  }
}

.anket {
  font-family: robotoslab;
}
.anket form.anket > h5 {
  font-size: 20px;
  font-weight: normal;
  padding-top: 15px;
  padding-bottom: 15px;
}
.anket form.anket .radio {
  margin-bottom: 10px;
}
.anket form.anket .radio .border {
  border-color: #e5e5e5;
}
.anket form.anket .radio label {
  display: block;
  line-height: 50px;
  padding-left: 16px;
  cursor: pointer;
}
.anket form.anket .radio label > *, .anket form.anket .radio label:before {
  float: left;
}
.anket form.anket .radio label:before {
  margin-right: 17px;
  color: #e5e5e5;
}
.anket form.anket .radio label img {
  height: 50px;
  padding: 14px 0;
  width: auto;
  margin-right: 11px;
}
.anket form.anket button {
  height: 50px;
}

.sayfa-izi {
  font-family: inherit;
}
.sayfa-izi > * {
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  padding: 8px 10px;
  color: rgba(26, 26, 26, 0.9);
  margin-right: 10px;
  border: 1px solid rgba(26, 26, 26, 0.2);
}
.sayfa-izi .baslik {
  color: rgba(26, 26, 26, 0.5);
}
@media (min-width: 320px) and (max-width: 730px) {
  .sayfa-izi {
    display: none;
  }
}

header.detay-header {
  color: #1a1a1a;
}
header.detay-header .time {
  font-size: 14px;
  font-weight: 300;
  opacity: .8;
}

h1.detay-baslik {
  font-size: 29px;
  font-weight: 500;
}

.detay-img {
  margin-top: 10px;
}
.detay-img img {
  display: block;
  width: 100%;
  height: auto;
}

.detay-cont {
  padding: 15px 20px;
}
@media (min-width: 320px) and (max-width: 730px) {
  .detay-cont {
    width: calc(100% + 40px);
    margin-left: calc(0px - 20px);
  }
}

.detay-araclar .social-likes {
  float: left;
}
.detay-araclar .text-kontrolleri {
  float: right;
  width: auto;
  line-height: 24px;
}
.detay-araclar .text-kontrolleri .boyut {
  float: left;
  margin-right: 10px;
}
.detay-araclar .text-kontrolleri .boyut button {
  border: 1px solid #e5e5e5;
  background-color: #f6f6f6;
  float: left;
  width: 1.5em;
  padding-top: 0;
  padding-bottom: 0;
}
.detay-araclar .text-kontrolleri .boyut button.def {
  border-left: none;
  border-right: none;
  background-color: white;
}
.detay-araclar .text-kontrolleri .yazdir {
  float: right;
}
.detay-araclar .text-kontrolleri .yazdir button {
  line-height: inherit;
  border: none;
  background-color: transparent;
}

article.detay h4 {
  font-weight: 500;
}
article.detay p {
  font-weight: 300;
}
article.detay b {
  font-weight: 700;
}
article.detay iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 320px) and (max-width: 730px) {
  article.detay iframe {
    width: 100vw;
    height: 56vw;
    margin-left: -20px;
  }
}
@media screen and (max-width: 1024px) {
  article.detay > .reklam, article.detay > img {
    float: none !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}

.kategori-haber.aside-item .figure .foto, .kategori-haber.aside-item figure .foto {
  width: 130px;
  height: 85px;
}

.aside-video .video-cont {
  position: relative;
  height: 0;
  padding-top: 56%;
}
.aside-video .video-cont iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.aside-video .aciklama {
  font-weight: 500;
  padding-top: 8px;
}

.video-galeri-cont, .video-detay-cont, .foto-galeri-cont {
  background-color: #2f303a;
  padding: 60px 0;
}
.video-galeri-cont .figure .foto, .video-detay-cont .figure .foto, .foto-galeri-cont .figure .foto, .video-galeri-cont figure .foto, .video-detay-cont .video-galeri-cont figure .foto, .video-galeri-cont figure .video-detay-cont .foto, .foto-galeri-cont .video-galeri-cont figure .foto, .video-galeri-cont figure .foto-galeri-cont .foto, .video-galeri-cont .video-detay-cont figure .foto, .video-detay-cont figure .video-galeri-cont .foto, .video-detay-cont figure .foto, .foto-galeri-cont .video-detay-cont figure .foto, .video-detay-cont figure .foto-galeri-cont .foto, .video-galeri-cont .foto-galeri-cont figure .foto, .foto-galeri-cont figure .video-galeri-cont .foto, .video-detay-cont .foto-galeri-cont figure .foto, .foto-galeri-cont figure .video-detay-cont .foto, .foto-galeri-cont figure .foto, .video-galeri-cont .sol .figure .ikon, .video-detay-cont .sol .figure .ikon, .foto-galeri-cont .sol .figure .ikon, .video-galeri-cont .sol figure .ikon, .video-detay-cont .video-galeri-cont .sol figure .ikon, .video-galeri-cont .sol figure .video-detay-cont .ikon, .foto-galeri-cont .video-galeri-cont .sol figure .ikon, .video-galeri-cont .sol figure .foto-galeri-cont .ikon, .video-galeri-cont .video-detay-cont .sol figure .ikon, .video-detay-cont .sol figure .video-galeri-cont .ikon, .video-detay-cont .sol figure .ikon, .foto-galeri-cont .video-detay-cont .sol figure .ikon, .video-detay-cont .sol figure .foto-galeri-cont .ikon, .video-galeri-cont .foto-galeri-cont .sol figure .ikon, .foto-galeri-cont .sol figure .video-galeri-cont .ikon, .video-detay-cont .foto-galeri-cont .sol figure .ikon, .foto-galeri-cont .sol figure .video-detay-cont .ikon, .foto-galeri-cont .sol figure .ikon {
  -webkit-transition: all 6s;
  transition: all 6s;
}
.video-galeri-cont .figure, .video-detay-cont .figure, .foto-galeri-cont .figure, .video-galeri-cont figure, .video-detay-cont figure, .foto-galeri-cont figure {
  overflow: hidden;
}
.video-galeri-cont .figure .foto, .video-detay-cont .figure .foto, .foto-galeri-cont .figure .foto, .video-galeri-cont figure .foto, .video-detay-cont figure .foto, .foto-galeri-cont figure .foto {
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
@supports (mix-blend-mode: multiply) {
  .video-galeri-cont .figure .foto:before, .video-detay-cont .figure .foto:before, .foto-galeri-cont .figure .foto:before, .video-galeri-cont figure .foto:before, .video-detay-cont figure .foto:before, .foto-galeri-cont figure .foto:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(transparent, transparent, silver);
    mix-blend-mode: color-burn;
  }
}
.video-galeri-cont .figure .icerik, .video-detay-cont .figure .icerik, .foto-galeri-cont .figure .icerik, .video-galeri-cont figure .icerik, .video-detay-cont figure .icerik, .foto-galeri-cont figure .icerik {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.video-galeri-cont .figure:hover .foto, .video-detay-cont .figure:hover .foto, .foto-galeri-cont .figure:hover .foto, .video-galeri-cont figure:hover .foto, .video-detay-cont figure:hover .foto, .foto-galeri-cont figure:hover .foto {
  -webkit-transform: rotate(2deg) scale(1.1);
  transform: rotate(2deg) scale(1.1);
}
.video-galeri-cont .figure:hover .foto .ikon, .video-detay-cont .figure:hover .foto .ikon, .foto-galeri-cont .figure:hover .foto .ikon, .video-galeri-cont figure:hover .foto .ikon, .video-detay-cont figure:hover .foto .ikon, .foto-galeri-cont figure:hover .foto .ikon {
  -webkit-transform: rotate(-2deg) scale(0.9);
  transform: rotate(-2deg) scale(0.9);
}
.video-galeri-cont .sol, .video-detay-cont .sol, .foto-galeri-cont .sol {
  width: 680px;
  height: 382.5px;
}
.video-galeri-cont .sol .figure, .video-detay-cont .sol .figure, .foto-galeri-cont .sol .figure, .video-galeri-cont .sol figure, .video-detay-cont .sol figure, .foto-galeri-cont .sol figure {
  width: 100%;
  height: inherit;
}
.video-galeri-cont .sol .figure .ikon, .video-detay-cont .sol .figure .ikon, .foto-galeri-cont .sol .figure .ikon, .video-galeri-cont .sol figure .ikon, .video-detay-cont .sol figure .ikon, .foto-galeri-cont .sol figure .ikon {
  font-size: 200%;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .video-galeri-cont .sol, .video-detay-cont .sol, .foto-galeri-cont .sol {
    float: none !important;
    width: 100% !important;
    height: 54vw;
    margin-bottom: 20px;
  }
}
.video-galeri-cont .sag, .video-detay-cont .sag, .foto-galeri-cont .sag {
  width: 480px;
  height: 382.5px;
  -webkit-align-content: space-between;
  align-content: space-between;
}
.video-galeri-cont .sag .figure, .video-detay-cont .sag .figure, .foto-galeri-cont .sag .figure, .video-galeri-cont .sag figure, .video-detay-cont .sag figure, .foto-galeri-cont .sag figure {
  height: 181.25px;
}
.video-galeri-cont .sag .figure .icerik, .video-detay-cont .sag .figure .icerik, .foto-galeri-cont .sag .figure .icerik, .video-galeri-cont .sag figure .icerik, .video-detay-cont .sag figure .icerik, .foto-galeri-cont .sag figure .icerik {
  bottom: -100%;
}
.video-galeri-cont .sag .figure:hover .icerik, .video-detay-cont .sag .figure:hover .icerik, .foto-galeri-cont .sag .figure:hover .icerik, .video-galeri-cont .sag figure:hover .icerik, .video-detay-cont .sag figure:hover .icerik, .foto-galeri-cont .sag figure:hover .icerik {
  bottom: 0;
}
.video-galeri-cont .sag .figure:hover .ikon, .video-detay-cont .sag .figure:hover .ikon, .foto-galeri-cont .sag .figure:hover .ikon, .video-galeri-cont .sag figure:hover .ikon, .video-detay-cont .sag figure:hover .ikon, .foto-galeri-cont .sag figure:hover .ikon {
  opacity: 0;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .video-galeri-cont .sag, .video-detay-cont .sag, .foto-galeri-cont .sag {
    width: 100%;
    height: auto;
    float: none !important;
  }
  .video-galeri-cont .sag .figure, .video-detay-cont .sag .figure, .foto-galeri-cont .sag .figure, .video-galeri-cont .sag figure, .video-detay-cont .sag figure, .foto-galeri-cont .sag figure {
    margin-bottom: 20px;
  }
  .video-galeri-cont .sag .figure .icerik, .video-detay-cont .sag .figure .icerik, .foto-galeri-cont .sag .figure .icerik, .video-galeri-cont .sag figure .icerik, .video-detay-cont .sag figure .icerik, .foto-galeri-cont .sag figure .icerik {
    bottom: 0;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (min-height: 600px) {
  .video-galeri-cont .sag .figure, .video-detay-cont .sag .figure, .foto-galeri-cont .sag .figure, .video-galeri-cont .sag figure, .video-detay-cont .sag figure, .foto-galeri-cont .sag figure {
    width: 49%;
    height: 26vw;
  }
}
@media (min-width: 320px) and (max-width: 730px) {
  .video-galeri-cont .sag .figure, .video-detay-cont .sag .figure, .foto-galeri-cont .sag .figure, .video-galeri-cont .sag figure, .video-detay-cont .sag figure, .foto-galeri-cont .sag figure {
    width: 100%;
    height: 50vw;
  }
}

.video-detay-cont {
  padding: 37px 0;
}
.video-detay-cont .sol {
  position: relative;
  width: 850px;
  height: 478.125px;
}
.video-detay-cont .sol iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.video-detay-cont .sag {
  display: block;
  width: 310px;
  height: 478.125px;
  overflow-y: auto;
  /* Let's get this party started */
  /* Handle */
}
.video-detay-cont .sag::-webkit-scrollbar {
  width: 8px;
}
.video-detay-cont .sag::-webkit-scrollbar-thumb {
  background: transparent;
}
.video-detay-cont .sag:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
}
.video-detay-cont .sag .figure, .video-detay-cont .sag figure {
  height: 85px;
  font-size: 1em;
}
.video-detay-cont .sag .figure > a, .video-detay-cont .sag figure > a {
  height: inherit;
}
.video-detay-cont .sag .figure .foto, .video-detay-cont .sag figure .foto {
  height: inherit;
  float: left;
  border: none;
  width: 150px;
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.video-detay-cont .sag .figure .foto:before, .video-detay-cont .sag figure .foto:before {
  display: none;
}
.video-detay-cont .sag .figure .foto .ikon, .video-detay-cont .sag figure .foto .ikon {
  position: static;
}
.video-detay-cont .sag .figure .icerik, .video-detay-cont .sag figure .icerik {
  position: static;
  display: block;
  height: inherit;
  color: white;
  background-color: transparent;
}
.video-detay-cont .sag .figure .icerik .baslik, .video-detay-cont .sag figure .icerik .baslik {
  font-size: .9em;
  font-weight: 300;
  padding-right: 5px;
}
.video-detay-cont .sag .figure:hover .foto, .video-detay-cont .sag figure:hover .foto {
  -webkit-transform: none;
  transform: none;
}
.video-detay-cont .sag .figure:last-child, .video-detay-cont .sag figure:last-child {
  margin-bottom: 0;
}
.video-detay-cont header {
  padding-top: 20px;
  height: auto !important;
}
.video-detay-cont header .baslik {
  font-weight: normal;
  font-size: 22px;
  color: white;
  padding-bottom: .5em;
}
.video-detay-cont header .izlenme {
  color: white;
  text-align: center;
}
.video-detay-cont header .izlenme output {
  display: block;
  font-size: 22px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .video-detay-cont .ortala {
    display: -webkit-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .video-detay-cont div.sol {
    float: none;
    -webkit-order: 2;
    order: 2;
    width: 100%;
    height: 54vw;
  }
  .video-detay-cont div.sag {
    float: none;
    -webkit-order: 3;
    order: 3;
    display: -webkit-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: auto;
    overflow: visible;
  }
  .video-detay-cont div.sag .figure, .video-detay-cont div.sag figure {
    width: 49%;
    margin-bottom: 20px;
  }
  .video-detay-cont header {
    float: none;
    -webkit-order: 1;
    order: 1;
  }
}
@media (min-width: 320px) and (max-width: 730px) {
  .video-detay-cont div.sag .figure, .video-detay-cont div.sag figure {
    width: 100%;
  }
}

.sayfalama {
  text-align: center;
}
.sayfalama .cont {
  display: inline-block;
  width: auto;
}
.sayfalama .cont a {
  display: inline-block;
  float: left;
  line-height: 46px;
  padding: 0 15px;
  border-right: 1px solid #eaeaea;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sayfalama .cont a:last-child {
  border-right-width: 0;
}
.sayfalama .cont a.active, .sayfalama .cont a:hover {
  color: white;
}
.sayfalama.yesil a.active, .sayfalama.yesil a:hover {
  background-color: #049850;
}
.sayfalama.sari a.active, .sayfalama.sari a:hover {
  background-color: #f2ac26;
}
.sayfalama.mor a.active, .sayfalama.mor a:hover {
  background-color: #8d3ede;
}
.sayfalama.kirmizi a.active, .sayfalama.kirmizi a:hover {
  background-color: #eb3940;
}
.sayfalama.mavi a.active, .sayfalama.mavi a:hover {
  background-color: #3587e3;
}
.sayfalama.turuncu a.active, .sayfalama.turuncu a:hover {
  background-color: #ff9320;
}
@media (min-width: 320px) and (max-width: 730px) {
  .sayfalama .cont {
    position: relative;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sayfalama .cont a {
    float: none;
    border: none;
  }
  .sayfalama .cont a:not(.sayi) {
    position: absolute;
    top: calc(50% - 26px);
    border: none;
    background-color: #e5e5e5;
  }
  .sayfalama .cont a.geri {
    left: 0;
  }
  .sayfalama .cont a.ileri {
    right: 0;
  }
}

.foto-galeri-cont {
  background-color: transparent;
  padding: 10px 0;
}
.foto-galeri-cont .sag {
  width: 490px;
}
.foto-galeri-cont .sag .figure, .foto-galeri-cont .sag figure {
  width: calc(50% - 5px);
  height: 186.25px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .foto-galeri-cont .sag {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 730px) {
  .foto-galeri-cont .sag .figure, .foto-galeri-cont .sag figure {
    width: 100%;
  }
}

.foto-detay-cont .sol {
  width: 800px;
}
.foto-detay-cont .sol .lazy-img-cont img {
  width: 100%;
  height: auto;
}
.foto-detay-cont .sol .ortala {
  width: 100%;
  text-align: center;
}
.foto-detay-cont .sol .ortala .social-likes {
  display: inline-block;
  width: auto;
  margin-top: 20px;
}
.foto-detay-cont .sag {
  width: 360px;
  padding-top: 20px;
}
.foto-detay-cont .sag .baslik {
  font-size: 26px;
  font-weight: normal;
}
.foto-detay-cont .sag article {
  color: rgba(0, 0, 0, 0.8);
}
.foto-detay-cont .sag .etiketler strong {
  display: block;
  float: left;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.8em;
}
.foto-detay-cont .sag .etiketler a {
  display: inline-block;
  float: left;
  line-height: 2em;
  border: 1px solid currentColor;
  font-size: 13px;
  font-weight: 300;
  color: #049850;
  padding: 0 1em;
  margin-left: 1em;
  margin-bottom: .5em;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .foto-detay-cont .sol, .foto-detay-cont .sag {
    width: 100%;
  }
}

#body {
  background-color: inherit !important;
}

#header {
  background: #fff;
}

.MainContainer {
  background: #fff;
  border: 15px solid #fff;
  margin: 0 auto;
  width: 78%;
}

main.koyu {
  background-color: inherit !important;
}

aside.mt.masonry {
  width: 340px !important;
}

.genel-icerik .detay-img {
  max-width: 100% !important;
}
.genel-icerik .detay-img img {
  padding-right: 25px;
}

.detay-cont .HaberDetay {
  display: block;
  width: 100%;
  padding: 5px;
  background: #f1f1f1;
}
.detay-cont .HaberDetay .text-kontrolleri {
  margin: 0 auto;
  width: 436px !important;
  float: none !important;
}

#BackSideDark {
  background: rgba(0, 0, 0, 0.5);
  right: 0;
  z-index: 9998 !important;
}

.PopOverContainer {
  display: none;
}

.PopOverContainer, #BackSideDark {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
}

#PopOverWindow {
  z-index: 9999;
  width: 70%;
  height: 70%;
  position: relative;
  margin: 0 auto;
  top: 10%;
}
#PopOverWindow * {
  -webkit-transition: ease-out 0.3s;
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
#PopOverWindow #WindowCloseBt {
  position: absolute;
  right: -20px;
  top: -20px;
  opacity: 0.7;
  cursor: pointer;
}
#PopOverWindow #WindowCloseBt:before {
  content: "x";
  background: #fff;
  width: 45px;
  height: 45px;
  display: block;
  text-align: center;
  line-height: 36px;
  font-size: 23px;
  font-weight: 900;
  color: #666;
  border-radius: 25px;
  border: 3px solid;
  border-color: rgba(0, 0, 0, 0.7) !important;
}
#PopOverWindow #WindowCloseBt:hover {
  opacity: 1 !important;
}
#PopOverWindow img {
  width: 100%;
  border-radius: 25PX;
  border: 15px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.HeadImage img {
  width: 100%;
  margin-bottom: -5px;
}

.SolBlok {
  position: relative;
}

.Satir .BaslikAlani .Cizgi {
  top: -11px !important;
  z-index: 1;
  position: relative;
  background: #ddd !important;
}
.Satir .BaslikAlani .Yazi {
  position: relative;
  z-index: 2;
  width: 75px;
  background: #fff;
  font-weight: 900;
}
.Satir ul {
  margin: 0 !important;
  padding: 18px 0 !important;
}
.Satir ul li {
  display: inline-block;
}
.Satir ul li a {
  cursor: pointer;
  display: block;
  padding: 10px;
  border: 1px solid #ddd;
  width: 40px;
  text-align: center;
  font-size: 20px;
  letter-spacing: -1px;
}
.Satir ul li a:hover {
  background: #eee !important;
}
.Satir ul .ActiveBox a {
  background: #008641;
  color: #fff !important;
  border-color: #008641 !important;
}

.Satir03 {
  width: 100%;
}
.Satir03 tr:nth-child(odd) {
  background: #ddd !important;
}
.Satir03 tr:nth-child(even) {
  background: #f1f1f1 !important;
}
.Satir03 tr.IcSatir {
  padding: 15px 0;
  display: block;
}
.Satir03 tr.IcSatir .Sutun01 {
  width: 14%;
  text-align: center;
  font-weight: 900 !important;
}
.Satir03 tr.IcSatir .Sutun02 {
  width: 8%;
  text-align: left;
}
.Satir03 tr.IcSatir .Sutun03 {
  width: 32%;
  text-align: right;
}
.Satir03 tr.IcSatir .Sutun04 {
  width: 3%;
  text-align: right;
  font-weight: 900 !important;
}
.Satir03 tr.IcSatir .Sutun05 {
  width: 1%;
}
.Satir03 tr.IcSatir .Sutun06 {
  width: 3%;
  text-align: left;
  font-weight: 900 !important;
}
.Satir03 tr.IcSatir .Sutun07 {
  width: 32%;
  text-align: left;
}

.Satir04 img {
  width: 100%;
  border: 15px solid #DDD;
  margin: 15px 0;
}

.Satir05 .IcBaslik {
  text-align: center;
  font-size: 22px;
}
.Satir05 .SezonTablari {
  text-align: center;
}
.Satir05 .SezonTablari .Devre01 {
  text-align: right;
  border-right: 1px solid #eee;
}
.Satir05 .SezonTablari .Devre02 {
  text-align: left;
}
.Satir05 .SezonTablari div {
  padding: 0 15px;
  margin: 20px 0;
  width: 40%;
  display: inline-block;
}
.Satir05 .SezonTablari div a {
  display: block;
  padding: 10px 23px;
  background: #F9F9F9;
}
.Satir05 .SezonTablari div:first-child a {
  float: right;
}
.Satir05 .SezonTablari div:last-child a {
  float: left;
}
.Satir05 .SezonTablari div a.ActiveTab {
  background: #ddd !important;
}
.Satir05 .Tablolar * {
  font-size: 10px !important;
}
.Satir05 .Tablolar .Sutunlar {
  float: left;
  padding: 15px;
  width: 50%;
}
.Satir05 .Tablolar .Sutunlar .Baslik {
  text-align: center;
  border-width: 1px 1px 0px 1px;
  border-color: #999;
  border-style: solid;
  background: #eee;
  padding: 6px;
  font-size: 14px !important;
}
.Satir05 .Tablolar .Sutunlar .SkorTablosu {
  width: 100%;
  border: 1px solid #999;
}
.Satir05 .Tablolar .Sutunlar .SkorTablosu .Sonuclar {
  height: 40px !important;
}
.Satir05 .Tablolar .Sutunlar .SkorTablosu .Sonuclar .Sutun01 {
  width: 44%;
  text-align: right;
}
.Satir05 .Tablolar .Sutunlar .SkorTablosu .Sonuclar .Sutun02 {
  width: 5%;
  text-align: right;
  font-weight: 900 !important;
}
.Satir05 .Tablolar .Sutunlar .SkorTablosu .Sonuclar .Sutun03 {
  width: 1%;
}
.Satir05 .Tablolar .Sutunlar .SkorTablosu .Sonuclar .Sutun04 {
  width: 5%;
  text-align: left;
  font-weight: 900 !important;
}
.Satir05 .Tablolar .Sutunlar .SkorTablosu .Sonuclar .Sutun05 {
  width: 45%;
  text-align: left;
}

main > div > .ortala {
  background: #fafafa !important;
  box-shadow: 32px 0 0 0 #fafafa, -32px 0 0 0 #fafafa !important;
  border-top: 20px solid #fafafa;
  margin-top: inherit !important;
}

main > .ortala {
  background: #fafafa !important;
  box-shadow: 32px 0 0 0 #fafafa, -32px 0 0 0 #fafafa !important;
  border-top: 20px solid #fafafa;
  margin-top: inherit !important;
}

@media (max-width: 1024px) and (min-width: 320px) {
  aside.mt.masonry {
    margin-left: inherit !important;
    margin-right: inherit !important;
    width: inherit !important;
  }

  .genel-icerik.mt:first-child {
    display: inline-block !important;
  }
}
@media (max-width: 1024px) and (min-width: 320px) {
  aside.mt.masonry {
    margin-left: inherit !important;
    margin-right: inherit !important;
    width: inherit !important;
  }

  .genel-icerik.mt:first-child {
    display: inline-block !important;
  }
}
.foto-galeri-cont {
  background-color: #2f303a !important;
}

.Sutunlar {
  margin-top: 10px;
  width: 100%;
  font-size: 10px !important;
}
.Sutunlar .Baslik {
  text-align: center;
  border-width: 1px 1px 0px 1px;
  border-color: #999;
  border-style: solid;
  background: #eee;
  padding: 6px;
  font-size: 14px !important;
}
.Sutunlar .SkorTablosu {
  width: 100%;
  border: 1px solid #999;
}
.Sutunlar .SkorTablosu .Sonuclar {
  height: 40px !important;
}
.Sutunlar .SkorTablosu .Sonuclar .Sutun01 {
  width: 44%;
  text-align: right;
}
.Sutunlar .SkorTablosu .Sonuclar .Sutun02 {
  width: 5%;
  text-align: right;
  font-weight: 900 !important;
}
.Sutunlar .SkorTablosu .Sonuclar .Sutun03 {
  width: 1%;
}
.Sutunlar .SkorTablosu .Sonuclar .Sutun04 {
  width: 5%;
  text-align: left;
  font-weight: 900 !important;
}
.Sutunlar .SkorTablosu .Sonuclar .Sutun05 {
  width: 45%;
  text-align: left;
}

.KucukTablo {
  margin-top: 15px;
}
.KucukTablo .Satir ul li a {
  padding: 4px !important;
  width: 30px !important;
  font-size: 12px !important;
  margin: 0 0 5px 2px !important;
}

#body > header {
  z-index: 999;
  -webkit-box-shadow: 0px -12px 19px 12px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px -12px 19px 12px rgba(0, 0, 0, 0.31);
  box-shadow: 0px -12px 19px 12px rgba(0, 0, 0, 0.31);
  position: relative;
}

#header-alt {
  height: 70px;
}

#ikinci-menu-cont {
  display: none;
}

.bdb {
  border-bottom: none !important;
}

#header-ust {
  display: none;
}

#header-arama.absolute {
  display: none;
}

@media (max-width: 730px) and (min-width: 320px) {
  #body {
    padding-top: 70px !important;
  }
}
.swiper-pagination-clickable > span {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.p {
  padding: 15px;
}

.yazar-detay:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.yazar-detay > img {
  float: left;
  width: auto;
  height: 200px;
  margin-right: 0;
  border-right: 15px solid white;
}

@media (min-device-width: 320px) and (max-width: 736px) {
  .yazar-detay > img {
    border-right: none;
  }
}
.yazar-detay > h1 {
  font-size: 30px;
  font-weight: 300;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
}

.yazar-detay > a {
  display: inline-block;
  font-weight: 300;
  margin-bottom: 5px;
  line-height: 23px;
}

.yazar-detay > a > span {
  margin-right: 5px;
}

.yazar-detay > p {
  margin-bottom: 30px !important;
  display: block;
}

.yazar-detay > p > .baslik {
  display: block;
  font-size: 20px;
  line-height: 1.1;
}

.yazar-detay > p > span {
  display: block;
  font-size: 15px;
  color: rgba(42, 42, 42, 0.7);
  margin-top: 5px;
}

.yazar-detay > p > time {
  background-color: #049850;
  color: #FFF;
  border: none;
  margin-top: 10px;
  padding: 0 5px;
  display: inline-block;
}

.flex > * {
  margin-right: 15px;
}

.flex > *:last-of-type {
  margin-right: 0;
}

.flex[class*="adet--"] {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex[class*="adet--"] > * {
  margin-bottom: 15px;
}

.flex.adet--2 > * {
  width: calc((100% - 15px) / 2);
}

.flex.adet--2 > *:nth-of-type(2n + 2) {
  margin-right: 0;
}

.flex.adet--3 > * {
  width: calc((100% - 30px) / 3);
}

.flex.adet--3 > *:nth-of-type(3n + 3) {
  margin-right: 0;
}

.flex.adet--4 > * {
  width: calc((100% - 45px) / 4);
}

.flex.adet--4 > *:nth-of-type(4n + 4) {
  margin-right: 0;
}

.flex.adet--5 > * {
  width: calc((100% - 60px) / 5);
}

.flex.adet--5 > *:nth-of-type(5n + 5) {
  margin-right: 0;
}

.flex.adet--6 > * {
  width: calc((100% - 75px) / 6);
}

.flex.adet--6 > *:nth-of-type(6n + 6) {
  margin-right: 0;
}

.flex.adet--7 > * {
  width: calc((100% - 90px) / 7);
}

.flex.adet--7 > *:nth-of-type(7n + 7) {
  margin-right: 0;
}

.flex.adet--8 > * {
  width: calc((100% - 105px) / 8);
}

.flex.adet--8 > *:nth-of-type(8n + 8) {
  margin-right: 0;
}

.flex.adet--9 > * {
  width: calc((100% - 120px) / 9);
}

.flex.adet--9 > *:nth-of-type(9n + 9) {
  margin-right: 0;
}

.ie-10 .flex > * {
  width: 23%;
}

.ie-9 .flex {
  display: block;
}

.ie-9 .flex > * {
  width: 23%;
  float: left;
  margin-right: 2%;
}

.ie-9 .flex > *:nth-child(4n) {
  width: 25%;
  margin-right: 0;
}

.flex.dikey {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
}

@media (min-device-width: 320px) and (max-width: 1024px) {
  .flex.dikey {
    display: block;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    height: auto !important;
  }

  .flex.dikey::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
}
.flex.dikey > * {
  margin-right: 0 !important;
}

@media (min-device-width: 320px) and (max-width: 1024px) {
  .flex.dikey > * {
    width: 50%;
    float: left;
    padding-left: 0 !important;
  }

  .flex.dikey > * .foto {
    position: relative;
    width: 40%;
    height: 100px !important;
    float: left;
  }

  .flex.dikey > * .icerik {
    float: right !important;
    width: 55% !important;
  }
}
.flex.dikey > *:last-child {
  margin-bottom: 0 !important;
}

.flex.dikey.dar-bolum {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

@media (min-device-width: 320px) and (max-width: 736px) {
  .flex.mobil-uyumlu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-device-width: 320px) and (max-width: 736px) and (orientation: portrait) {
  .flex.mobil-uyumlu > * {
    margin-right: 0 !important;
    margin-bottom: 15px;
  }
}
@media (min-device-width: 320px) and (max-width: 736px) and (orientation: landscape) {
  .flex.mobil-uyumlu > * {
    width: 45%;
    margin-bottom: 15px;
  }

  .flex.mobil-uyumlu > *:nth-child(odd) {
    margin-right: 15px;
  }

  .flex.mobil-uyumlu > *:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-device-width: 320px) and (max-width: 736px) and (orientation: portrait) {
  .flex.adet--3 > * {
    width: 100%;
    margin-right: 0 !important;
  }
}
@media (min-device-width: 320px) and (max-width: 736px) and (orientation: landscape) {
  .flex.adet--3 > * {
    width: 45%;
  }

  .flex.adet--3 > *:nth-child(even) {
    margin-right: 0 !important;
  }

  .flex.adet--3 > *:nth-child(odd) {
    margin-right: 15px !important;
  }
}
@media (min-device-width: 320px) and (max-width: 736px) {
  .flex.adet--4 > * {
    margin-right: 0 !important;
  }
}
@media (min-device-width: 320px) and (max-width: 736px) and (orientation: portrait) {
  .flex.adet--4 > * {
    width: 100%;
  }
}
@media (min-device-width: 320px) and (max-width: 736px) and (orientation: landscape) {
  .flex.adet--4 > * {
    width: calc(50% - 7.5px);
  }
}
.flex.sinema figure, .flex.sinema .figure, .flex.sinema figure {
  font-family: robotoslab;
}

.flex.sinema figure .icerik, .flex.sinema .figure .icerik, .flex.sinema figure .icerik {
  height: auto !important;
  padding-left: 0;
  padding-right: 0;
}

.flex.sinema figure .foto, .flex.sinema .figure .foto, .flex.sinema figure .foto {
  height: 150px !important;
}

.flex.sinema figure .baslik, .flex.sinema .figure .baslik, .flex.sinema figure .baslik {
  font-size: 16px !important;
  font-weight: 400 !important;
  height: auto !important;
}

.flex.sinema.cover figure, .flex.sinema.cover .figure, .flex.sinema.cover figure {
  height: 280px;
  margin-bottom: 10px;
}

.flex.sinema.cover figure .foto, .flex.sinema.cover .figure .foto, .flex.sinema.cover figure .foto {
  height: 100% !important;
}

.flex-tab > *:not(.swiper-container) {
  flex: 1 1;
  padding: 10px;
}

.flex-tab > *:not(.swiper-container).aktif, .flex-tab > *:not(.swiper-container):hover {
  flex: 2 1;
  border-bottom-color: transparent;
}

.flex-tab > *:not(.swiper-container), .flex-tab .swiper-slide {
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(42, 42, 42, 0.2);
  border-bottom: 1px solid rgba(42, 42, 42, 0.2);
  color: rgba(42, 42, 42, 0.2);
  font-weight: 300;
}

.flex-tab > *:not(.swiper-container) > svg, .flex-tab > *:not(.swiper-container) > img, .flex-tab .swiper-slide > svg, .flex-tab .swiper-slide > img {
  display: inline-block;
  width: 32px;
  fit-content: contain;
}

.flex-tab > *:not(.swiper-container) > svg path, .flex-tab > *:not(.swiper-container) > img path, .flex-tab .swiper-slide > svg path, .flex-tab .swiper-slide > img path {
  fill: rgba(42, 42, 42, 0.2);
  color: rgba(42, 42, 42, 0.2);
}

.flex-tab > *:not(.swiper-container) > time, .flex-tab .swiper-slide > time {
  display: block;
}

.flex-tab > *:not(.swiper-container):last-of-type, .flex-tab .swiper-slide:last-of-type {
  border-right-width: 0;
}

.flex-tab > *:not(.swiper-container).aktif, .flex-tab > *:not(.swiper-container):hover, .flex-tab .swiper-slide.aktif, .flex-tab .swiper-slide:hover {
  border-bottom-color: transparent;
  color: rgba(42, 42, 42, 0.7);
}

.flex-tab > *:not(.swiper-container).aktif > svg path, .flex-tab > *:not(.swiper-container):hover > svg path, .flex-tab .swiper-slide.aktif > svg path, .flex-tab .swiper-slide:hover > svg path {
  fill: rgba(42, 42, 42, 0.7);
}

.flex-tab:hover > *.aktif:not(:hover) {
  flex: 1 1;
  border-bottom-color: rgba(42, 42, 42, 0.2);
}

.flex-tab[class*="asagi-ok--"] > *:not(.swiper-container), .flex-tab[class*="asagi-ok--"] .swiper-slide {
  border-bottom: none;
  color: #161616;
  position: relative;
}

.flex-tab[class*="asagi-ok--"] > *:not(.swiper-container)::before, .flex-tab[class*="asagi-ok--"] .swiper-slide::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: transparent transparent transparent transparent;
  bottom: -10px;
  left: calc(50% - 10px);
  display: none;
}

.flex-tab[class*="asagi-ok--"] > *:not(.swiper-container).aktif, .flex-tab[class*="asagi-ok--"] > *:not(.swiper-container):hover, .flex-tab[class*="asagi-ok--"] .swiper-slide.aktif, .flex-tab[class*="asagi-ok--"] .swiper-slide:hover {
  color: white;
}

.flex-tab[class*="asagi-ok--"] > *:not(.swiper-container).aktif::before, .flex-tab[class*="asagi-ok--"] .swiper-slide.aktif::before {
  display: block;
}

.flex-tab.asagi-ok--yesil > *:not(.swiper-container).aktif::before, .flex-tab.asagi-ok--yesil .swiper-slide.aktif::before, .flex-tab.asagi-ok--yesil > *:not(.swiper-container):hover::before, .flex-tab.asagi-ok--yesil .swiper-slide:hover::before {
  border-top-color: #1d94f3;
}

.flex-tab.asagi-ok--kirmizi > *:not(.swiper-container).aktif::before, .flex-tab.asagi-ok--kirmizi .swiper-slide.aktif::before, .flex-tab.asagi-ok--kirmizi > *:not(.swiper-container):hover::before, .flex-tab.asagi-ok--kirmizi .swiper-slide:hover::before {
  border-top-color: #e82626;
}

.flex-tab.asagi-ok--sari > *:not(.swiper-container).aktif::before, .flex-tab.asagi-ok--sari .swiper-slide.aktif::before, .flex-tab.asagi-ok--sari > *:not(.swiper-container):hover::before, .flex-tab.asagi-ok--sari .swiper-slide:hover::before {
  border-top-color: #eaac27;
}

.flex-tab.asagi-ok--turuncu > *:not(.swiper-container).aktif::before, .flex-tab.asagi-ok--turuncu .swiper-slide.aktif::before, .flex-tab.asagi-ok--turuncu > *:not(.swiper-container):hover::before, .flex-tab.asagi-ok--turuncu .swiper-slide:hover::before {
  border-top-color: #fd7800;
}

.flex-tab.asagi-ok--mavi > *:not(.swiper-container).aktif::before, .flex-tab.asagi-ok--mavi .swiper-slide.aktif::before, .flex-tab.asagi-ok--mavi > *:not(.swiper-container):hover::before, .flex-tab.asagi-ok--mavi .swiper-slide:hover::before {
  border-top-color: #33bcf0;
}

.flex-tab.asagi-ok--lacivert > *:not(.swiper-container).aktif::before, .flex-tab.asagi-ok--lacivert .swiper-slide.aktif::before, .flex-tab.asagi-ok--lacivert > *:not(.swiper-container):hover::before, .flex-tab.asagi-ok--lacivert .swiper-slide:hover::before {
  border-top-color: #2f303a;
}

.flex-tab.asagi-ok--pembe > *:not(.swiper-container).aktif::before, .flex-tab.asagi-ok--pembe .swiper-slide.aktif::before, .flex-tab.asagi-ok--pembe > *:not(.swiper-container):hover::before, .flex-tab.asagi-ok--pembe .swiper-slide:hover::before {
  border-top-color: #e4457d;
}

.flex-tab.asagi-ok--kahverengi > *:not(.swiper-container).aktif::before, .flex-tab.asagi-ok--kahverengi .swiper-slide.aktif::before, .flex-tab.asagi-ok--kahverengi > *:not(.swiper-container):hover::before, .flex-tab.asagi-ok--kahverengi .swiper-slide:hover::before {
  border-top-color: #c96738;
}

.flex-tab.asagi-ok--mor > *:not(.swiper-container).aktif::before, .flex-tab.asagi-ok--mor .swiper-slide.aktif::before, .flex-tab.asagi-ok--mor > *:not(.swiper-container):hover::before, .flex-tab.asagi-ok--mor .swiper-slide:hover::before {
  border-top-color: #7226d0;
}

.flex-tab.asagi-ok--pastel-mor > *:not(.swiper-container).aktif::before, .flex-tab.asagi-ok--pastel-mor .swiper-slide.aktif::before, .flex-tab.asagi-ok--pastel-mor > *:not(.swiper-container):hover::before, .flex-tab.asagi-ok--pastel-mor .swiper-slide:hover::before {
  border-top-color: #795ab4;
}

.flex-tab.asagi-ok--pastel-mavi > *:not(.swiper-container).aktif::before, .flex-tab.asagi-ok--pastel-mavi .swiper-slide.aktif::before, .flex-tab.asagi-ok--pastel-mavi > *:not(.swiper-container):hover::before, .flex-tab.asagi-ok--pastel-mavi .swiper-slide:hover::before {
  border-top-color: #165dbc;
}

.flex-tab.asagi-ok--gri > *:not(.swiper-container).aktif::before, .flex-tab.asagi-ok--gri .swiper-slide.aktif::before, .flex-tab.asagi-ok--gri > *:not(.swiper-container):hover::before, .flex-tab.asagi-ok--gri .swiper-slide:hover::before {
  border-top-color: #989898;
}

.slidernew{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 88px;
    margin-top: 3px;
    margin-right: 1px !important;
}

/* Anket */
.anket {
    height: auto;
    padding: 5px 0px 1px 0px;
}
.anketsonuc {
    height: auto;
    padding: 5px 0px 4px;
}
.anket .anketSoru h3 {
  padding: 10px;
}
.anket .anketSoru div {
  padding: 7px;
}
.anket .anketSoru input[type=radio]:not(old) {
  width: 2em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0;
}
.anket .anketSoru input[type=radio]:not(old) + label {
  display: inline-block;
  margin-left: -2em;
  line-height: 1.5em;
}
.anket .anketSoru input[type=radio]:not(old) + label > span {
  display: inline-block;
  width: 1.15em;
  height: 1.15em;
  border-radius: 0.25em;
  background: url("../img/radiosecilmedi.png");
  background-image: url("../img/radiosecilmedi.png");
  vertical-align: bottom;
  margin: 0px 4px 4px 0px;
}
.anket .anketSoru input[type=radio]:not(old):checked + label > span > span {
  display: block;
  width: 1.15em;
  height: 1.15em;
  border-radius: 0.125em;
  background: url("../img/radiosecildi.png");
  background-image: url("../img/radiosecildi.png");
  margin: 0px 4px 4px 0px;
}
.anket button {
  background-color: #3687e3;
  text-align: center;
  padding: 7px 10px 7px 10px;
  color: #fff;
  margin: 30px auto;
  width: 90% !important;
  display: block;
}

.anketsonuc ul li {
  height: 60px;
  list-style-type: none;
}
.anketsonuc ul li .anket {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0px 7px;
}
.anketsonuc ul li .anket .anketBar {
  width: 85%;
  background-color: #f5f5f5;
  height: 28px;
}
.anketsonuc ul li .anket .anketBar .anketFirst {
  background: #0b9b55;
  background: -moz-linear-gradient(left, #0b9b55 0%, #25bb75 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0b9b55), color-stop(100%, #25bb75));
  background: -webkit-linear-gradient(left, #0b9b55 0%, #25bb75 100%);
  background: -o-linear-gradient(left, #0b9b55 0%, #25bb75 100%);
  background: -ms-linear-gradient(left, #0b9b55 0%, #25bb75 100%);
  background: linear-gradient(to right, #0b9b55 0%, #25bb75 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b9b55', endColorstr='#25bb75', GradientType=1 );
  padding: 13px;
}
.anketsonuc ul li .anket .anketBar .anketSecond {
  background: #eb9721;
  background: -moz-linear-gradient(left, #eb9721 0%, #f8ad45 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #eb9721), color-stop(100%, #f8ad45));
  background: -webkit-linear-gradient(left, #eb9721 0%, #f8ad45 100%);
  background: -o-linear-gradient(left, #eb9721 0%, #f8ad45 100%);
  background: -ms-linear-gradient(left, #eb9721 0%, #f8ad45 100%);
  background: linear-gradient(to right, #eb9721 0%, #f8ad45 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb9721', endColorstr='#f8ad45', GradientType=1 );
  padding: 13px;
}
.anketsonuc ul li .anket .anketBar .anketThird {
  background: #ed6d17;
  background: -moz-linear-gradient(left, #ed6d17 0%, #f27c32 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ed6d17), color-stop(100%, #f27c32));
  background: -webkit-linear-gradient(left, #ed6d17 0%, #f27c32 100%);
  background: -o-linear-gradient(left, #ed6d17 0%, #f27c32 100%);
  background: -ms-linear-gradient(left, #ed6d17 0%, #f27c32 100%);
  background: linear-gradient(to right, #ed6d17 0%, #f27c32 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed6d17', endColorstr='#f27c32', GradientType=1 );
  padding: 13px;
}
.anketsonuc ul li .anket .anketBar .anketFourth {
  background: #f31f1c;
  background: -moz-linear-gradient(left, #f31f1c 0%, #f33834 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #f31f1c), color-stop(100%, #f33834));
  background: -webkit-linear-gradient(left, #f31f1c 0%, #f33834 100%);
  background: -o-linear-gradient(left, #f31f1c 0%, #f33834 100%);
  background: -ms-linear-gradient(left, #f31f1c 0%, #f33834 100%);
  background: linear-gradient(to right, #f31f1c 0%, #f33834 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f31f1c', endColorstr='#f33834', GradientType=1 );
  padding: 13px;
}
.anketsonuc ul li .anket .sonuc {
  padding-left: 10px;
  height: 28px;
}
.anketsonuc ul li .title {
  padding: 7px;
}

.arsivArama{
	border: 1px solid #ddd;
	padding: 0px 0px 30px 0px;
	background-color: #FFFFFF;
	font-weight: 300;
	font-size: 16px;
	color: #222222;
	position: relative;
	overflow-y: scroll;
	height:15em;
}

.secimBaslik{
	color:#28a982;
	/*background-color: #abcabc;*/
	font-size:16px;
	position:relative;
	top: 2px;
	text-transform: uppercase;
	padding-top: 2%;
	text-align:center;
	font-weight: bold;
	display: block;
    text-align: left;

	padding-left: 25px;
}

.secimForm {
	height:5em;
	width:100%;
	border:0px;
	outline:0px;
	font-size:16px;
	overflow-y: scroll;
	max-height:10em;
	padding-top:7px;
	margin-top:15px;
	height:15em;
	padding-left:1em;

}
.OncekiSyfa{
	float:right;
	margin-top:10px;
}
