

/* İNCE (Light - 300) */
@font-face {
    font-family: 'Euclid Circular';
    src: url('../fonts/EuclidCircularB-Light.eot');
    src: local('Euclid Circular B Light'), local('EuclidCircularB-Light'),
        url('../fonts/EuclidCircularB-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/EuclidCircularB-Light.woff2') format('woff2'),
        url('../fonts/EuclidCircularB-Light.woff') format('woff'),
        url('../fonts/EuclidCircularB-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* NORMAL (Regular - 400) */
@font-face {
    font-family: 'Euclid Circular';
    src: url('../fonts/EuclidCircularB-Regular.eot');
    src: local('Euclid Circular B Regular'), local('EuclidCircularB-Regular'),
        url('../fonts/EuclidCircularB-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/EuclidCircularB-Regular.woff2') format('woff2'),
        url('../fonts/EuclidCircularB-Regular.woff') format('woff'),
        url('../fonts/EuclidCircularB-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* ORTA KALIN (Medium - 500) */
@font-face {
    font-family: 'Euclid Circular';
    src: url('../fonts/EuclidCircularB-Medium.eot');
    src: local('Euclid Circular B Medium'), local('EuclidCircularB-Medium'),
        url('../fonts/EuclidCircularB-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/EuclidCircularB-Medium.woff2') format('woff2'),
        url('../fonts/EuclidCircularB-Medium.woff') format('woff'),
        url('../fonts/EuclidCircularB-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* YARI KALIN (SemiBold - 600) */
@font-face {
    font-family: 'Euclid Circular';
    src: url('../fonts/EuclidCircularB-SemiBold.eot');
    src: local('Euclid Circular B SemiBold'), local('EuclidCircularB-SemiBold'),
        url('../fonts/EuclidCircularB-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/EuclidCircularB-SemiBold.woff2') format('woff2'),
        url('../fonts/EuclidCircularB-SemiBold.woff') format('woff'),
        url('../fonts/EuclidCircularB-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* TAM KALIN (Bold - 700) */
@font-face {
    font-family: 'Euclid Circular';
    src: url('../fonts/EuclidCircularB-Bold.eot');
    src: local('Euclid Circular B Bold'), local('EuclidCircularB-Bold'),
        url('../fonts/EuclidCircularB-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/EuclidCircularB-Bold.woff2') format('woff2'),
        url('../fonts/EuclidCircularB-Bold.woff') format('woff'),
        url('../fonts/EuclidCircularB-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}



/* Dersler sayfası konular arası boşluk mobil ve desktop farkı için */

/* 1. HER EKRANDA AYNI OLANLAR (Media query dışına yazılır) */
.uk-space-196 {
  margin-bottom: 196px;
} 

.uk-space-496 {
  margin-bottom: 496px;  
}

/* Masaüstü standart değerler (İsimlendirmeye göre varsayılanlar) */
.uk-space-165 {
  margin-bottom: 165px; /* Eksikti, eklendi */
}

.uk-space-140 {
  margin-bottom: 140px;
}


/* 2. SADECE MOBİLDE DEĞİŞECEK OLANLAR (Phone landscape and smaller) */
@media (max-width: 767px) {
  
  .uk-space-165 {
    margin-bottom: 80px;
  }
  
  .uk-space-140 {
    margin-bottom: 80px;
  }

}



/* --- SİTE GENEL ARKA PLAN RENGİ (KESİN ÇÖZÜM) --- */
html, body, .tm-page, .tm-page-container, .uk-block-default, .uk-block-muted {
    background: #ececec !important;
}

/* Tablet and bigger */
@media (min-width: 768px) {
html {
  /* 1 */

  font: normal 20px 'Euclid Circular', 'helvetica', 'arial', sans-serif;
  /* 2 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */

  background: #f5f5f7;
  color: #030303;
  font-weight: 300;
  line-height: 1.7;
}
}

/* Phone landscape and smaller */
@media (max-width: 767px) {
html {
  /* 1 */

  font: normal 16px 'Euclid Circular', 'helvetica', 'arial', sans-serif;
  /* 2 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */

  background: #f5f5f7;
  color: #030303;
  font-weight: 300;
  line-height: 1.7;
}
}
/*

 * Removes default margin.

 */

body {
  margin: 0;
  cursor: default;

}
/* Links

 ========================================================================== */

/*

 * Remove the gray background color from active links in IE 10.

 */

#showmm {
position:absolute;left:-1000%;top:-1000%;
}

a {
  background: transparent;
}
/*

 * Improve readability of focused elements when they are also in an active/hover state.

 */

a:active,  a:hover {
  outline: 0;
}
/*

 * Style

 */

a,  .uk-link {
  color: #030303;
   text-decoration: none;
  cursor: pointer;
}
a:hover,  .uk-link:hover {
  color: #ff2647;
  text-decoration: none;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  transition: all 0.2s ease-in-out;
}
/* 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,  strong {
  
  font-weight: 600 !important;
}
/*

 * 1. Address odd `em`-unit font size rendering in all browsers.

 * 2. Consolas has a better baseline in running text compared to `Courier`

 */

:not(pre) > code, 
:not(pre) > kbd, 
:not(pre) > samp {
  /* 1 */

  font-size: 12px;
  /* 2 */

  font-family: Consolas, monospace, serif;
  /* 3 */

  color: #dd0055;
  white-space: nowrap;
}
/*

 * Emphasize

 */

em {
  color: #dd0055;
}
/*

 * Insert

 */

ins {
  background: #ffffaa;
  color: #030303;
  text-decoration: none;
}
/*

 * Mark

 * Note: Addresses styling not present in IE 8/9.

 */

mark {
  background: #ffffaa;
  color: #030303;
}
/*

 * Quote

 */

q {
  font-style: italic;
}
/*

 * Addresses inconsistent and variable font size in all browsers.

 */

small {
  font-size: 80%;
}
/*

 * Prevents `sub` and `sup` affecting `line-height` in all browsers.

 */

sub,  sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content

 ========================================================================== */

/*

 * Remove the gap between embedded content and the bottom of their containers.

 */

img,  svg {
  vertical-align: middle;
  border-radius: 4px;
}

audio,  canvas,  iframe,  video {
  vertical-align: middle;
}
/*

 * Responsiveness

 * 1. Sets a maximum width relative to the parent and auto scales the height

 * 2. Corrects `max-width` behavior if padding and border are used

 */

audio,  canvas,  img,  svg,  video {
  /* 1 */

  max-width: 100%;
  height: auto;
  /* 2 */

  box-sizing: border-box;
}
/*

 * Preserve original dimensions

 */

.uk-img-preserve,  .uk-img-preserve audio,  .uk-img-preserve canvas,  .uk-img-preserve img,  .uk-img-preserve svg,  .uk-img-preserve video {
  max-width: none;
}
/*

 * 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;
}
/* Block elements

 ========================================================================== */

/*

 * Reset margin

 */

blockquote,  figure {
  margin: 0;
}
/*

 * Margins

 */

p,  ul,  ol,  dl,  blockquote,  pre,  address,  fieldset,  figure {
  margin: 10px 0 30px 0;
}
* + p,  * + ul,  * + ol,  * + dl,  * + blockquote,  * + pre,  * + address,  * + fieldset,  * + figure {
  margin-top: 10px;
}
/* Headings

 ========================================================================== */

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0 10px 0;
  font-family: 'Euclid Circular', 'helvetica', 'arial', sans-serif;
  color: #030303;
  text-transform: none;
  font-style: normal;
  padding-bottom: 10px;
}
/*

 * Margins

 */

* + h1,  * + h2,  * + h3,  * + h4,  * + h5,  * + h6 {
  margin-top: 10px;
}
/*

 * Sizes

 */

/* Tablet and bigger */
@media (min-width: 768px) {
h1,  .uk-h1 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700
}
h2,  .uk-h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
}
h3,  .uk-h3 {
  font-size: 25px;
  line-height: 20px;
  font-weight: 300;
}
h4,  .uk-h4 {
  font-size: 19px;
  line-height: 28px;
  font-weight: 300;
}
h5,  .uk-h5 {
  font-size: 19px;
  line-height: 20px;
  font-weight: 200;
}
h6,  .uk-h6 {
  font-size: 15px;
  line-height: 17px;
  font-weight: 200;
}
}

/* Phone landscape and smaller */
@media (max-width: 767px) {
h1,  .uk-h1 {
  font-size: 31px;
  line-height: 45px;
  font-weight: 700;
}
h2,  .uk-h2 {
  font-size: 23px;
  line-height: 38px;
  font-weight: 500;
}
h3,  .uk-h3 {
  font-size: 18px;
  line-height: 14px;
}
h4,  .uk-h4 {
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
}
h5,  .uk-h5 {
  font-size: 14px;
  line-height: 20px;
}
h6,  .uk-h6 {
  font-size: 13px;
  line-height: 18px;
}
}
/* Lists

 ========================================================================== */

ul,  ol {
  padding-left: 30px;
}
/*

 * Reset margin for nested lists

 */

ul > li > ul,  ul > li > ol,  ol > li > ol,  ol > li > ul {
  margin: 0;
}
/* Description lists

 ========================================================================== */

dt {
  font-weight: 400;
}
dd {
  margin-left: 0;
}
/* Horizontal rules

 ========================================================================== */

/*

 * 1. Address differences between Firefox and other browsers.

 * 2. Style

 */




/* --- GENEL SIFIRLAMA (Üst ve sol boşluğu kökten çözer) --- */
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}



hr {
  /* 1 */

  box-sizing: content-box;
  height: 0;
  /* 2 */

  margin: 10px 0;
  border: 0;
  border-top: 1px solid #f1f2f5;
}
/* Address

 ========================================================================== */

address {
  font-style: normal;
}
/* Blockquotes

 ========================================================================== */

blockquote {
  padding-left: 0;
  border-left: 0 solid #dddddd;
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
  font-weight: 600;
}
/* Preformatted text

 ========================================================================== */

/*

 * 1. Contain overflow in all browsers.

 */

pre {
  padding: 10px;
  background: #f5f5f5;
  font: 12px / 18px Consolas, monospace, serif;
  color: #030303;
  -moz-tab-size: 4;
  tab-size: 4;
  /* 1 */

  overflow: auto;
}

/* Selection pseudo-element

 ========================================================================== */

::-moz-selection {
 background: #3399ff;
 color: #ffffff;
 text-shadow: none;
}
::selection {
  background: #3399ff;
  color: #ffffff;
  text-shadow: none;
}
/* HTML5 elements

 ========================================================================== */

/*

 * 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,  main,  nav,  section,  summary {
  display: block;
}
/*

 * Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.

 */

progress {
  vertical-align: baseline;
}
/*

 * Prevent displaying `audio` without controls in Chrome, Safari and Opera

 */

audio:not([controls]) {
  display: none;
}
/*

 * Address `[hidden]` styling not present in IE 8/9/10.

 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.

 */

[hidden],  template {
  display: none;
}
/* Iframe

 ========================================================================== */

iframe {
  border: 0;
}

/* Fix viewport for IE10 snap mode

 ========================================================================== */

@media screen and (max-width: 400px) {
 @-ms-viewport {
 width: device-width;
}
}
/* ========================================================================

   Component: Grid

 ========================================================================== */

/*

 * 1. Makes grid more robust so that it can be used with other block elements like lists

 */

.uk-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */

  margin: 0;
  padding: 0;
  list-style: none;
}
/*

 * DEPRECATED

 * Micro clearfix

 * Can't use `table` because it creates a 1px gap when it becomes a flex item, only in Webkit

 */

.uk-grid:before,  .uk-grid:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-grid:after {
  clear: both;
}
/*

 * Grid cell

 * 1. Space is allocated solely based on content dimensions

 * 2. Makes grid more robust so that it can be used with other block elements

 * 3. DEPRECATED Using `float` to support IE9

 */

.uk-grid > * {
  /* 1 */

  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */

  margin: 0;
  /* 3 */

  float: left;
}
/*

 * Remove margin from the last-child

 */

.uk-grid > * > :last-child {
  margin-bottom: 20px;
}
/* Grid gutter

 ========================================================================== */

/*

 * Default gutter

 */

/* Horizontal */

.uk-grid {
  margin-left: -20px;
}
.uk-grid > * {
  padding-left: 20px;
}
/* Vertical */

.uk-grid + .uk-grid,  .uk-grid-margin,  .uk-grid > * > .uk-panel + .uk-panel {
  
}

/* Large screen and bigger */

@media (min-width: 1220px) {
/* Horizontal */

.uk-grid {
  margin-left: -20px;
}
.uk-grid > * {
  padding-left: 20px;
}
/* Vertical */

.uk-grid + .uk-grid,  .uk-grid-margin,  .uk-grid > * > .uk-panel + .uk-panel {
  
}
}
/*

 * Collapse gutter

 */

/* Horizontal */

.uk-grid-collapse {
  margin-left: 0;
}
.uk-grid-collapse > * {
  padding-left: 0;
}
/* Vertical */

.uk-grid-collapse + .uk-grid-collapse,  .uk-grid-collapse > .uk-grid-margin,  .uk-grid-collapse > * > .uk-panel + .uk-panel {
  margin-top: 0;
}
/*

 * Small gutter

 */

/* Horizontal */

.uk-grid-small {
  margin-left: -28px;
}
.uk-grid-small > * {
  padding-left: 28px;
}
/* Vertical */

.uk-grid-small + .uk-grid-small,  .uk-grid-small > .uk-grid-margin,  .uk-grid-small > * > .uk-panel + .uk-panel {
 
}
/*

 * Medium gutter

 */

/* Horizontal */

.uk-grid-medium {
  margin-left: -28px;
}
.uk-grid-medium > * {
  padding-left: 28px;
}
/* Vertical */

.uk-grid-medium + .uk-grid-medium,  .uk-grid-medium > .uk-grid-margin,  .uk-grid-medium > * > .uk-panel + .uk-panel {
  
}

/*

 * Large gutter

 */

/* Large screen and bigger */

@media (min-width: 960px) {
/* Horizontal */

.uk-grid-large {
  margin-left: -40px;
}
.uk-grid-large > * {
  padding-left: 40px;
}
/* Vertical */

.uk-grid-large + .uk-grid-large,  .uk-grid-large-margin,  .uk-grid-large > * > .uk-panel + .uk-panel {

}
}

/* Extra Large screens */

@media (min-width: 1220px) {
/* Horizontal */

.uk-grid-large {
  margin-left: -50px;
}
.uk-grid-large > * {
  padding-left: 50px;
}
/* Vertical */

.uk-grid-large + .uk-grid-large,  .uk-grid-large-margin,  .uk-grid-large > * > .uk-panel + .uk-panel {
  margin-top: 50px;
}
}
/* Modifier: `uk-grid-divider`

 ========================================================================== */

/*

 * Horizontal divider

 * Only works with the default gutter. Does not work with gutter collapse, small or large.

 * Does not work with `uk-push-*`, `uk-pull-*` and not if the columns float into the next row.

 */

.uk-grid-divider:not(:empty) {
  margin-left: -20px;
  margin-right: -20px;
}
.uk-grid-divider > * {
  padding-left: 20px;
  padding-right: 20px;
}
.uk-grid-divider > [class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2),  .uk-grid-divider > [class*='uk-width-2-']:nth-child(n+2),  .uk-grid-divider > [class*='uk-width-3-']:nth-child(n+2),  .uk-grid-divider > [class*='uk-width-4-']:nth-child(n+2),  .uk-grid-divider > [class*='uk-width-5-']:nth-child(n+2),  .uk-grid-divider > [class*='uk-width-6-']:nth-child(n+2),  .uk-grid-divider > [class*='uk-width-7-']:nth-child(n+2),  .uk-grid-divider > [class*='uk-width-8-']:nth-child(n+2),  .uk-grid-divider > [class*='uk-width-9-']:nth-child(n+2) {
  border-left: 1px solid #dddddd;
}

/* Tablet and bigger */

@media (min-width: 768px) {
.uk-grid-divider > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
  border-left: 1px solid #dddddd;
}
}

/* Desktop and bigger */

@media (min-width: 960px) {
.uk-grid-divider > [class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
  border-left: 1px solid #dddddd;
}
}

/* Large screen and bigger */

@media (min-width: 1220px) {
/*

200px* Large gutter

200px*/

.uk-grid-divider:not(:empty) {
  margin-left: -40px;
  margin-right: -40px;
}
.uk-grid-divider > * {
  padding-left: 40px;
  padding-right: 40px;
}
.uk-grid-divider:empty {
 
  margin-bottom: 50px;
}
}
/*

 * Vertical divider

 */

.uk-grid-divider:empty {
  
  margin-bottom: 20px;
  border-top: 1px solid #dddddd;
}
/* Match panels in grids

 ========================================================================== */

/*

 * 1. Behave like a block element

 */

.uk-grid-match > * {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 1 */

  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.uk-grid-match > * > * {
  /* 1 */

  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  box-sizing: border-box;
  width: 100%;
}
/* Even grid cell widths

 ========================================================================== */

[class*='uk-grid-width'] > * {
  box-sizing: border-box;
  width: 100%;
}
.uk-grid-width-1-2 > * {
  width: 50%;
}
.uk-grid-width-1-3 > * {
  width: 33.333%;
}
.uk-grid-width-1-4 > * {
  width: 25%;
}
.uk-grid-width-1-5 > * {
  width: 20%;
}
.uk-grid-width-1-6 > * {
  width: 16.666%;
}
.uk-grid-width-1-10 > * {
  width: 10%;
}
.uk-grid-width-auto > * {
  width: auto;
}

/* Phone landscape and bigger */

@media (min-width: 480px) {
.uk-grid-width-small-1-1 > * {
  width: 100%;
}
.uk-grid-width-small-1-2 > * {
  width: 50%;
}
.uk-grid-width-small-1-3 > * {
  width: 33.333%;
}
.uk-grid-width-small-1-4 > * {
  width: 25%;
}
.uk-grid-width-small-1-5 > * {
  width: 20%;
}
.uk-grid-width-small-1-6 > * {
  width: 16.666%;
}
.uk-grid-width-small-1-10 > * {
  width: 10%;
}
}

/* Tablet and bigger */

@media (min-width: 768px) {
.uk-grid-width-medium-1-1 > * {
  width: 100%;
}
.uk-grid-width-medium-1-2 > * {
  width: 50%;
}
.uk-grid-width-medium-1-3 > * {
  width: 33.333%;
}
.uk-grid-width-medium-1-4 > * {
  width: 25%;
}
.uk-grid-width-medium-1-5 > * {
  width: 20%;
}
.uk-grid-width-medium-1-6 > * {
  width: 16.666%;
}
.uk-grid-width-medium-1-10 > * {
  width: 10%;
}
}

/* Desktop and bigger */

@media (min-width: 960px) {
.uk-grid-width-large-1-1 > * {
  width: 100%;
}
.uk-grid-width-large-1-2 > * {
  width: 50%;
}
.uk-grid-width-large-1-3 > * {
  width: 33.333%;
}
.uk-grid-width-large-1-4 > * {
  width: 25%;
}
.uk-grid-width-large-1-5 > * {
  width: 20%;
}
.uk-grid-width-large-1-6 > * {
  width: 16.666%;
}
.uk-grid-width-large-1-10 > * {
  width: 10%;
}
}

/* Large screen and bigger */

@media (min-width: 1220px) {
.uk-grid-width-xlarge-1-1 > * {
  width: 100%;
}
.uk-grid-width-xlarge-1-2 > * {
  width: 50%;
}
.uk-grid-width-xlarge-1-3 > * {
  width: 33.333%;
}
.uk-grid-width-xlarge-1-4 > * {
  width: 25%;
}
.uk-grid-width-xlarge-1-5 > * {
  width: 20%;
}
.uk-grid-width-xlarge-1-6 > * {
  width: 16.666%;
}
.uk-grid-width-xlarge-1-10 > * {
  width: 10%;
}
}
/* Sub-objects: `uk-width-*`

 ========================================================================== */

[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%;
}
/*

 * Widths

 */

/* Whole */

.uk-width-1-1 {
  width: 100%;
}
/* Halves */

.uk-width-1-2,  .uk-width-2-4,  .uk-width-3-6,  .uk-width-5-10 {
  width: 50%;
}
/* Thirds */

.uk-width-1-3,  .uk-width-2-6 {
  width: 33.333%;
}
.uk-width-2-3,  .uk-width-4-6 {
  width: 66.666%;
}
/* Quarters */

.uk-width-1-4 {
  width: 25%;
}
.uk-width-3-4 {
  width: 75%;
}
/* Fifths */

.uk-width-1-5,  .uk-width-2-10 {
  width: 20%;
}
.uk-width-2-5,  .uk-width-4-10 {
  width: 40%;
}
.uk-width-3-5,  .uk-width-6-10 {
  width: 60%;
}
.uk-width-4-5,  .uk-width-8-10 {
  width: 80%;
}
/* Sixths */

.uk-width-1-6 {
  width: 16.666%;
}
.uk-width-5-6 {
  width: 83.333%;
}
/* Tenths */

.uk-width-1-10 {
  width: 10%;
}
.uk-width-3-10 {
  width: 30%;
}
.uk-width-7-10 {
  width: 70%;
}
.uk-width-9-10 {
  width: 90%;
}

/* Phone landscape and bigger */

@media (min-width: 480px) {
/* Whole */

.uk-width-small-1-1 {
  width: 100%;
}
/* Halves */

.uk-width-small-1-2,  .uk-width-small-2-4,  .uk-width-small-3-6,  .uk-width-small-5-10 {
  width: 50%;
}
/* Thirds */

.uk-width-small-1-3,  .uk-width-small-2-6 {
  width: 33.333%;
}
.uk-width-small-2-3,  .uk-width-small-4-6 {
  width: 66.666%;
}
/* Quarters */

.uk-width-small-1-4 {
  width: 25%;
}
.uk-width-small-3-4 {
  width: 75%;
}
/* Fifths */

.uk-width-small-1-5,  .uk-width-small-2-10 {
  width: 20%;
}
.uk-width-small-2-5,  .uk-width-small-4-10 {
  width: 40%;
}
.uk-width-small-3-5,  .uk-width-small-6-10 {
  width: 60%;
}
.uk-width-small-4-5,  .uk-width-small-8-10 {
  width: 80%;
}
/* Sixths */

.uk-width-small-1-6 {
  width: 16.666%;
}
.uk-width-small-5-6 {
  width: 83.333%;
}
/* Tenths */

.uk-width-small-1-10 {
  width: 10%;
}
.uk-width-small-3-10 {
  width: 30%;
}
.uk-width-small-7-10 {
  width: 70%;
}
.uk-width-small-9-10 {
  width: 90%;
}
}

/* Tablet and bigger */

@media (min-width: 768px) {
/* Whole */

.uk-width-medium-1-1 {
  width: 100%;
}
/* Halves */

.uk-width-medium-1-2,  .uk-width-medium-2-4,  .uk-width-medium-3-6,  .uk-width-medium-5-10 {
  width: 50%;
}
/* Thirds */

.uk-width-medium-1-3,  .uk-width-medium-2-6 {
  width: 33.333%;
}
.uk-width-medium-2-3,  .uk-width-medium-4-6 {
  width: 66.666%;
}
/* Quarters */

.uk-width-medium-1-4 {
  width: 25%;
}
.uk-width-medium-3-4 {
  width: 75%;
}
/* Fifths */

.uk-width-medium-1-5,  .uk-width-medium-2-10 {
  width: 20%;
}
.uk-width-medium-2-5,  .uk-width-medium-4-10 {
  width: 40%;
}
.uk-width-medium-3-5,  .uk-width-medium-6-10 {
  width: 60%;
}
.uk-width-medium-4-5,  .uk-width-medium-8-10 {
  width: 80%;
}
/* Sixths */

.uk-width-medium-1-6 {
  width: 16.666%;
}
.uk-width-medium-5-6 {
  width: 83.333%;
}
/* Tenths */

.uk-width-medium-1-10 {
  width: 10%;
}
.uk-width-medium-3-10 {
  width: 30%;
}
.uk-width-medium-7-10 {
  width: 70%;
}
.uk-width-medium-9-10 {
  width: 90%;
}
}

/* Desktop and bigger */

@media (min-width: 960px) {
/* Whole */

.uk-width-large-1-1 {
  width: 100%;
}
/* Halves */

.uk-width-large-1-2,  .uk-width-large-2-4,  .uk-width-large-3-6,  .uk-width-large-5-10 {
  width: 50%;
}
/* Thirds */

.uk-width-large-1-3,  .uk-width-large-2-6 {
  width: 33.333%;
}
.uk-width-large-2-3,  .uk-width-large-4-6 {
  width: 66.666%;
}
/* Quarters */

.uk-width-large-1-4 {
  width: 25%;
}
.uk-width-large-3-4 {
  width: 75%;
}
/* Fifths */

.uk-width-large-1-5,  .uk-width-large-2-10 {
  width: 20%;
}
.uk-width-large-2-5,  .uk-width-large-4-10 {
  width: 40%;
}
.uk-width-large-3-5,  .uk-width-large-6-10 {
  width: 60%;
}
.uk-width-large-4-5,  .uk-width-large-8-10 {
  width: 80%;
}
/* Sixths */

.uk-width-large-1-6 {
  width: 16.666%;
}
.uk-width-large-5-6 {
  width: 83.333%;
}
/* Tenths */

.uk-width-large-1-10 {
  width: 10%;
}
.uk-width-large-3-10 {
  width: 30%;
}
.uk-width-large-7-10 {
  width: 70%;
}
.uk-width-large-9-10 {
  width: 90%;
}
}

/* Large screen and bigger */

@media (min-width: 1220px) {
/* Whole */

.uk-width-xlarge-1-1 {
  width: 100%;
}
/* Halves */

.uk-width-xlarge-1-2,  .uk-width-xlarge-2-4,  .uk-width-xlarge-3-6,  .uk-width-xlarge-5-10 {
  width: 50%;
}
/* Thirds */

.uk-width-xlarge-1-3,  .uk-width-xlarge-2-6 {
  width: 33.333%;
}
.uk-width-xlarge-2-3,  .uk-width-xlarge-4-6 {
  width: 66.666%;
}
/* Quarters */

.uk-width-xlarge-1-4 {
  width: 25%;
}
.uk-width-xlarge-3-4 {
  width: 75%;
}
/* Fifths */

.uk-width-xlarge-1-5,  .uk-width-xlarge-2-10 {
  width: 20%;
}
.uk-width-xlarge-2-5,  .uk-width-xlarge-4-10 {
  width: 40%;
}
.uk-width-xlarge-3-5,  .uk-width-xlarge-6-10 {
  width: 60%;
}
.uk-width-xlarge-4-5,  .uk-width-xlarge-8-10 {
  width: 80%;
}
/* Sixths */

.uk-width-xlarge-1-6 {
  width: 16.666%;
}
.uk-width-xlarge-5-6 {
  width: 83.333%;
}
/* Tenths */

.uk-width-xlarge-1-10 {
  width: 10%;
}
.uk-width-xlarge-3-10 {
  width: 30%;
}
.uk-width-xlarge-7-10 {
  width: 70%;
}
.uk-width-xlarge-9-10 {
  width: 90%;
}
}

/* Sub-object: `uk-push-*` and `uk-pull-*`

 ========================================================================== */

/*

 * Source ordering

 * Works only with `uk-width-medium-*`

 */

/* Tablet and bigger */

@media (min-width: 768px) {
[class*='uk-push-'],  [class*='uk-pull-'] {
  position: relative;
}
/*

200px* Push

200px*/

  /* Halves */

.uk-push-1-2,  .uk-push-2-4,  .uk-push-3-6,  .uk-push-5-10 {
  left: 50%;
}
/* Thirds */

.uk-push-1-3,  .uk-push-2-6 {
  left: 33.333%;
}
.uk-push-2-3,  .uk-push-4-6 {
  left: 66.666%;
}
/* Quarters */

.uk-push-1-4 {
  left: 25%;
}
.uk-push-3-4 {
  left: 75%;
}
/* Fifths */

.uk-push-1-5,  .uk-push-2-10 {
  left: 20%;
}
.uk-push-2-5,  .uk-push-4-10 {
  left: 40%;
}
.uk-push-3-5,  .uk-push-6-10 {
  left: 60%;
}
.uk-push-4-5,  .uk-push-8-10 {
  left: 80%;
}
/* Sixths */

.uk-push-1-6 {
  left: 16.666%;
}
.uk-push-5-6 {
  left: 83.333%;
}
/* Tenths */

.uk-push-1-10 {
  left: 10%;
}
.uk-push-3-10 {
  left: 30%;
}
.uk-push-7-10 {
  left: 70%;
}
.uk-push-9-10 {
  left: 90%;
}
/*

200px* Pull

200px*/

  /* Halves */

.uk-pull-1-2,  .uk-pull-2-4,  .uk-pull-3-6,  .uk-pull-5-10 {
  left: -50%;
}
/* Thirds */

.uk-pull-1-3,  .uk-pull-2-6 {
  left: -33.333%;
}
.uk-pull-2-3,  .uk-pull-4-6 {
  left: -66.666%;
}
/* Quarters */

.uk-pull-1-4 {
  left: -25%;
}
.uk-pull-3-4 {
  left: -75%;
}
/* Fifths */

.uk-pull-1-5,  .uk-pull-2-10 {
  left: -20%;
}
.uk-pull-2-5,  .uk-pull-4-10 {
  left: -40%;
}
.uk-pull-3-5,  .uk-pull-6-10 {
  left: -60%;
}
.uk-pull-4-5,  .uk-pull-8-10 {
  left: -80%;
}
/* Sixths */

.uk-pull-1-6 {
  left: -16.666%;
}
.uk-pull-5-6 {
  left: -83.333%;
}
/* Tenths */

.uk-pull-1-10 {
  left: -10%;
}
.uk-pull-3-10 {
  left: -30%;
}
.uk-pull-7-10 {
  left: -70%;
}
.uk-pull-9-10 {
  left: -90%;
}
}
/* ========================================================================

   Component: Panel

 ========================================================================== */

/*

 * 1. Needed for `a` elements

 * 2. Create position context for badges

 */

.uk-panel {
  /* 1 */

  display: block;
  /* 2 */

  position: relative;
}
/*

 * Allow panels to be anchors

 */

.uk-panel,  .uk-panel:hover {
  text-decoration: none;
}
/*

 * Micro clearfix to make panels more robust

 */

.uk-panel:before,  .uk-panel:after {
  content: "";
  display: table;
}
.uk-panel:after {
  clear: both;
}
/*

 * Remove margin from the last-child if not `uk-widget-title`

 */

.uk-panel > :not(.uk-panel-title):last-child {
  margin-bottom: 0;
}
/* Sub-object: `uk-panel-title`

 ========================================================================== */

/* Tablet and bigger */
@media (min-width: 768px) {
.uk-panel-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 300;
  line-height: 42px;
  text-transform: none;
  color: #030303;
}
}

/* Phone landscape and smaller */
@media (max-width: 767px) {
.uk-panel-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  text-transform: none;
  color: #030303;
}
}
/* Sub-object: `uk-panel-badge`

 ========================================================================== */

.uk-panel-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
/* Sub-object: `uk-panel-teaser`

 ========================================================================== */

.uk-panel-teaser {
  margin-bottom: 20px;
}
/* Sub-object: `uk-panel-body`

 ========================================================================== */

.uk-panel-body {
  padding: 20px;
}
/* Modifier: `uk-panel-box`

 ========================================================================== */

.uk-panel-box {
  padding: 15px;
  background: #ffffff;
  color: #030303;
  border-radius: 12px;
}

}
.uk-panel-box .uk-panel-title {
  color: #030303;
}
.uk-panel-box .uk-panel-badge {
  top: 0;
  right: 0;
}
.uk-panel-box > .uk-panel-teaser {
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
}
/*

 * Nav in panel

 */

.uk-panel-box > .uk-nav-side {
  margin: 0 -20px;
}
/*

 * Sub-modifier: `uk-panel-box-primary`

 */

.uk-panel-box-primary {
  background-color: #030303;
  color: #ffffff;
  box-shadow: none;
  border-radius: 12px;
}
.uk-panel-box-primary .uk-button:hover:not(.uk-button-primary) {
  background: #fac051;
}
.uk-panel-box-primary .uk-button-primary {
  border-color: #ffffff;
  color: #ffffff;
}
.uk-panel-box-primary-hover:hover {
  color: #ffffff;
}
.uk-panel-box-primary .uk-panel-title {
  color: #ffffff;
}
/*

 * Sub-modifier: `uk-panel-box-secondary`

 */

.uk-panel-box-secondary {
  background-color: #ffffff;
  color: #030303;
}
.uk-panel-box-secondary-hover:hover {
  color: #030303;
}
.uk-panel-box-secondary .uk-panel-title {
  color: #030303;
}
/* Modifier: `uk-panel-hover`

 ========================================================================== */

.uk-panel-hover {
  padding: 20px;
  color: #030303;
}
.uk-panel-hover:hover {
  background: #ffffff;
  color: #030303;
}
.uk-panel-hover .uk-panel-badge {
  top: 10px;
  right: 10px;
}
.uk-panel-hover > .uk-panel-teaser {
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
}
/* Modifier: `uk-panel-header`

 ========================================================================== */

.uk-panel-header .uk-panel-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  color: #494c50;
}
/* Modifier: `uk-panel-space`

 ========================================================================== */

.uk-panel-space {
  padding: 15px;
}
.uk-panel-space .uk-panel-badge {
  top: 30px;
  right: 30px;
}
/* Modifier: `uk-panel-divider`

 ========================================================================== */

.uk-panel + .uk-panel-divider {
  margin-top: 40px !important;
}
.uk-panel + .uk-panel-divider:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  border-top: 1px solid #dddddd;
}

/* Large screen and bigger */

@media (min-width: 1220px) {
.uk-panel + .uk-panel-divider {
  margin-top: 80px !important;
}
.uk-panel + .uk-panel-divider:before {
  top: -40px;
}
}

@media (min-width: 1220px) {
.uk-panel-box {
  padding: 20px;
  border-radius: 12px;
}
.uk-panel-box > .uk-panel-teaser {
  margin-top: -40px;
  margin-left: -40px;
  margin-right: -40px;
}
.uk-panel-body {
  padding: 80px;
}
}
/* ========================================================================

   Component: Block

 ========================================================================== */

.uk-block {
  position: relative;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Phone landscape and bigger */

@media (min-width: 768px) {
.uk-block {
  padding-top: 20px;
  padding-bottom: 20px;
}
}
/*

 * Micro clearfix to make blocks more robust

 */

.uk-block:before,  .uk-block:after {
  content: "";
  display: table;
}
.uk-block:after {
  clear: both;
}
/*

 * Remove margin from the last-child

 */

.uk-block > :last-child {
  margin-bottom: 0;
}
/* Padding Modifier

 ========================================================================== */

/*

 * Large padding

 */

.uk-block-large {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Tablets and bigger */

@media (min-width: 768px) {
.uk-block-large {
  padding-top: 20px;
  padding-bottom: 20px;
}
}

/* Desktop and bigger */

@media (min-width: 960px) {
.uk-block-large {
  padding-top: 100px;
  padding-bottom: 100px;
}
}
/* Color Modifier

 ========================================================================== */

/*

 * Default

 */

.uk-block-default {
  background: #ffffff;
}
/*

 * Muted

 */

.uk-block-muted {
  background: #ffffff;
}
/*

 * Primary

 */

.uk-block-primary {
  background: #5181fa;
}
/*

 * Secondary

 */

.uk-block-secondary {
  background: #f7f8fc;
}


.uk-block-loading {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #ff2647;
}




/* ========================================================================

   Component: Article

 ========================================================================== */

/*

 * Micro clearfix to make articles more robust

 */

.uk-article:before,  .uk-article:after {
  content: "";
  display: table;
}
.uk-article:after {
  clear: both;
}
/*

 * Remove margin from the last-child

 */

.uk-article > :last-child {
  margin-bottom: 30px;
}
/*

 * Vertical gutter for articles

 */

.uk-article + .uk-article {
  margin-top: 70px;
}
/* Sub-object `uk-article-title`

 ========================================================================== */

.uk-article-title {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 300;
  text-transform: none;
}
.uk-article-title a {
  color: inherit;
  text-decoration: none;
  font-size: 32px;
}
.uk-article-title a:hover {
  color: #ff2647;
  text-decoration: none;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  transition: all 0.2s ease-in-out;}
/* Sub-object `uk-article-meta`

 ========================================================================== */

.uk-article-meta {
  font-size: 16px;
  line-height: 18px;
  color: #030303;
}
/* Sub-object `uk-article-lead`

 ========================================================================== */

.uk-article-lead {
  color: #494c50;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}
/* Sub-object `uk-article-divider`

 ========================================================================== */

.uk-article-divider {
  margin-bottom: 40px;
  border-color: #dddddd;
}
* + .uk-article-divider {
  
}

/* ========================================================================

   Component: Cover

 ========================================================================== */

/*

 * Background image always covers and centers its element

 */

.uk-cover-background {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
/*

 * Emulates image cover, works with video and image elements

 * 1. Parent container which clips resized object

 * 2. Resizes the object to always covers its container

 * 3. Reset the responsive image CSS

 * 4. Center object

 */

/* 1 */

.uk-cover {
  overflow: hidden;
}
.uk-cover-object {
  /* 2 */

  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  /* 3 */

  max-width: none;
  /* 4 */

  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*

 * To center iframes use `data-uk-cover` JavaScript

 */

[data-uk-cover] {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* ========================================================================

   Component: Nav

 ========================================================================== */

.uk-nav,  .uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*

 * Items

 */

.uk-nav li > a {
  display: block;
  text-decoration: none;
}
.uk-nav > li > a {
  padding: 5px 20px;
}
/*

 * Nested items

 */

.uk-nav ul {
  padding-left: 15px;
}
.uk-nav ul a {
  padding: 8px 20px;
}
/*

 * Item subtitle

 */

.uk-nav li > a > div {
  font-size: 14px;
  line-height: 18px;
}
/* Sub-object: `uk-nav-header`

 ========================================================================== */

.uk-nav-header {
  padding: 5px 20px;
  text-transform: none;
  font-weight: 300;
  font-size: 21px;
  font-style: normal;
}
.uk-nav-header:not(:first-child) {
  margin-top: 15px;
}
/* Sub-object: `uk-nav-divider`

 ========================================================================== */

.uk-nav-divider {
  margin: 9px 20px;
}
/* Sub-object: `uk-nav-sub`

 ========================================================================== */

/*

 * `ul` needed for higher specificity to override padding

 */

ul.uk-nav-sub {
  padding: 5px 0 5px 30px;
}
/* Modifier: `uk-nav-parent-icon`

 ========================================================================== */

.uk-nav-parent-icon > .uk-parent > a:after {
  content: "\f104";
  width: 20px;
  margin-right: -10px;
  float: right;
  font-family: FontAwesome;
  text-align: center;
  font-style: normal;
}
.uk-nav-parent-icon > .uk-parent.uk-open > a:after {
  content: "\f107";
}
/* Modifier `uk-nav-side`

 ========================================================================== */

/*

 * Items

 */

.uk-nav-side > li > a {
  color: #9b9d9f;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
}
/*

 * Hover

 * 1. Apply hover style also to focus state

 * 2. Remove default focus style

 */

.uk-nav-side > li > a:hover,  .uk-nav-side > li > a:focus {
  background: none;
  color: #6d6e6f;
  transition: none;
  /* 2 */

  outline: none;
}
/* Active */

.uk-nav-side > li.uk-active > a {
  background: #ff2647;
  color: #ffffff;
  border-radius: 30px;
  outline: none;
  transition: none;
}
/*

 * Sub-object: `uk-nav-header`

 */

.uk-nav-side .uk-nav-header {
  color: #030303;
  font-weight: 400;
}
/*

 * Sub-object: `uk-nav-divider`

 */

.uk-nav-side .uk-nav-divider {
  border-top: 1px solid #dddddd;
}
/*

 * Nested items

 */

.uk-nav-side ul a {
  color: #030303;
  font-size: 18px;
  font-weight: 300;
}
.uk-nav-side ul a:hover {
  color: #ff2647;
}
/* Modifier `uk-nav-dropdown`

 ========================================================================== */

/*

 * Items

 */

.uk-nav-dropdown > li > a {
  color: #030303;
  font-size: 17px;
  font-weight: 300;
}
/*

 * Hover

 * 1. Apply hover style also to focus state

 * 2. Remove default focus style

 */

.uk-nav-dropdown > li > a:hover,  .uk-nav-dropdown > li > a:focus {
  background: rgba(0, 0, 0, 0);
  color: #030303;
  /* 2 */

  outline: none;
}
/*

 * Sub-object: `uk-nav-header`

 */

.uk-nav-dropdown .uk-nav-header {
  color: #030303;
  font-size: 17px;
  font-weight: 300;
}
/*

 * Sub-object: `uk-nav-divider`

 */

.uk-nav-dropdown .uk-nav-divider {
  border-top: 1px solid #dddddd;
}
/*

 * Nested items

 */

.uk-nav-dropdown ul a {
  color: #030303;
  font-size: 17px;
  font-weight: 300;
}
.uk-nav-dropdown ul a:hover {
  color: #030303;
}
/* Modifier `uk-nav-navbar`

 ========================================================================== */

/*

 * Items

 */

.uk-nav-navbar > li > a {
  color: #030303;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.1;
}
/*

 * Hover

 * 1. Apply hover style also to focus state

 * 2. Remove default focus style

 */

.uk-nav-navbar > li > a:hover,  .uk-nav-navbar > li > a:focus {
  background: rgba(0, 0, 0, 0);
  color: #ff2647;
  /* 2 */

  outline: none;
}
/*

 * Sub-object: `uk-nav-header`

 */

.uk-nav-navbar .uk-nav-header {
  color: #494c50;
}
/*

 * Sub-object: `uk-nav-divider`

 */

.uk-nav-navbar .uk-nav-divider {
  border-top: 1px solid #dddddd;
}
/*

 * Nested items

 */

.uk-nav-navbar ul a {
  color: #adb1b4;
}
.uk-nav-navbar ul a:hover {
  color: #5181fa;
}
/* Modifier `uk-nav-offcanvas`

 ========================================================================== */

/*

 * Items

 */

.uk-nav-offcanvas > li > a {
  color: #030303;
  padding: 5px 30px;
  font-size: 24px;
  font-weight: 300;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  border-bottom: 1px solid #eaeaea;
  margin-right: 10px;
  margin-left: 10px;
}
/*

 * Hover

 * No hover on touch devices because it behaves buggy in fixed offcanvas

 * 1. Apply hover style also to focus state

 * 2. Remove default focus style

 */

.uk-nav-offcanvas > .uk-open > a,  html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,  html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
  background: rgba(0, 0, 0, 0);
  color: #030303;
  /* 2 */

  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
/*

 * Active

 * `html .uk-nav` needed for higher specificity to override hover

 */

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: rgba(0, 0, 0, 0);
  color: #030303;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  border-bottom: 1px solid #eaeaea;
  margin-right: 10px;
  margin-left: 10px;
}
/*

 * Sub-object: `uk-nav-header`

 */

.uk-nav-offcanvas .uk-nav-header {
  color: #030303;
}
/*

 * Sub-object: `uk-nav-divider`

 */

.uk-nav-offcanvas .uk-nav-divider {
  border-top: 1px solid #dddddd;
}
/*

 * Nested items

 * No hover on touch devices because it behaves buggy in fixed offcanvas

 */

.uk-nav-offcanvas ul a {
  color: #030303;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  border-bottom: 1px solid #eaeaea;
  margin-right: 10px;
}
html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
  color: #ff2647;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
.uk-nav-navbar > li.uk-active > a {
  color: #ff2647;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
.uk-nav-header > ul.uk-nav-sub {
  margin: 10px 0;
}
.uk-nav-offcanvas .uk-nav-sub {
  margin: 0 0;
  padding: 0 0 5px 30px;
  font-size: 17px;
  font-weight: 300;
}
/* ========================================================================

   Component: Navbar

 ========================================================================== */

.uk-navbar {
  background: rgba(255, 255, 255, 0.99)!important;
  color: #494c50;
  font-style: normal;
}
/*

 * Micro clearfix

 */

.uk-navbar:before,  .uk-navbar:after {
  content: "";
  display: table;
}
.uk-navbar:after {
  clear: both;
}
/* Sub-object: `uk-navbar-nav`

 ========================================================================== */

.uk-navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
/*

 * 1. Create position context for dropdowns

 */

.uk-navbar-nav > li {
  float: left;
  /* 1 */

  position: relative;
}
/*

 * 1. Dimensions

 * 2. Style

 */

.uk-navbar-nav > li > a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */

  height: 80px;
  padding: 0;
  line-height: 80px;
  /* 2 */

  color: #030303;
  font-size: 16px;
  font-family: 'Euclid Circular', 'helvetica', 'arial', sans-serif;
  font-weight: 100;
}
.uk-navbar-nav > li > a:before {
  content: '';
  position: absolute;
  width: 0;
  top: -5px;
  height: 6px;
  background: #ff2647;
  -webkit-transition: width .3s;
  transition: width .3s;
}
/* Appear not as link */

.uk-navbar-nav > li > a[href='#'] {
  cursor: default;
}
/*

 * Hover

 * 1. Apply hover style also to focus state

 * 2. Also apply if dropdown is opened

 * 3. Remove default focus style

 */

.uk-navbar-nav > li:hover > a,  .uk-navbar-nav > li > a:focus,  .uk-navbar-nav > li.uk-open > a {
  background-color: rgba(0, 0, 0, 0);
  color: #ff2647;
  /* 3 */

  outline: none;
}
.uk-navbar-nav > li:hover > a:before,  .uk-navbar-nav > li > a:focus:before,  .uk-navbar-nav > li.uk-open > a:before {
  width: 100%;
}
/* OnClick */

.uk-navbar-nav > li > a:active {
  background-color: rgba(0, 0, 0, 0);
  color: #ff2647;
}
/* Active */

.uk-navbar-nav > li.uk-active > a {
  background-color: rgba(0, 0, 0, 0);
  color: #ff2647;
}
.uk-navbar-nav > li.uk-active > a:before {
  width: 100%;
}
/* Sub-objects: `uk-navbar-nav-subtitle`

 ========================================================================== */

.uk-navbar-nav .uk-navbar-nav-subtitle {
  line-height: 84px;
}
.uk-navbar-nav-subtitle > div {
  margin-top: -31.5px;
  font-size: 12px;
  line-height: 16px;
}
/* Sub-objects: `uk-navbar-content`, `uk-navbar-brand`, `uk-navbar-toggle`

 ========================================================================== */

/*

 * Imitate navbar items

 */

.uk-navbar-content,  .uk-navbar-brand,  .uk-navbar-toggle {
  box-sizing: border-box;
  display: block;
  height: 90px;
  padding: 0 20px;
  float: left;
}
/*

 * Helper to center all child elements vertically

 */

.uk-navbar-content:before,  .uk-navbar-brand:before,  .uk-navbar-toggle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* Sub-objects: `uk-navbar-content`

 ========================================================================== */

/*

 * Better sibling spacing

 */

.uk-navbar-content + .uk-navbar-content:not(.uk-navbar-center) {
  padding-left: 0;
}
/*

 * Link colors

 */

.uk-navbar-content > a:not([class]) {
  color: #5181fa;
}
.uk-navbar-content > a:not([class]):hover {
  color: #ff2647;
}
/* Sub-objects: `uk-navbar-brand`

 ========================================================================== */

.uk-navbar-brand {
  font-size: 30px;
  color: #030303;
  text-decoration: none;
}
/*

 * 1. Apply hover style also to focus state

 * 2. Remove default focus style

 */

.uk-navbar-brand:hover,  .uk-navbar-brand:focus {
  color: #494c50;
  text-decoration: none;
  /* 2 */

  outline: none;
}
/* Sub-object: `uk-navbar-toggle`

 ========================================================================== */

.uk-navbar-toggle {
  font-size: 18px;
  color: #494c50;
  text-decoration: none;
}
/*

 * 1. Apply hover style also to focus state

 * 2. Remove default focus style

 */

.uk-navbar-toggle:hover,  .uk-navbar-toggle:focus {
  color: #5181fa;
  text-decoration: none;
  /* 2 */

  outline: none;
}
/*

 * 1. Center icon vertically

 */

.uk-navbar-toggle:after {
  content: "";
  font-family: FontAwesome;
  /* 1 */

  vertical-align: middle;
}
.uk-navbar-toggle-alt:after {
  content: "\f002";
}
/* Sub-object: `uk-navbar-center`

 ========================================================================== */

/*

 * The element with this class needs to be last child in the navbar

 * 1. This hack is needed because other float elements shift centered text

 */

.uk-navbar-center {
  float: none;
  text-align: center;
  /* 1 */

  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
/* Sub-object: `uk-navbar-flip`

 ========================================================================== */

.uk-navbar-flip {
  float: right;
}
.uk-navbar-toggle {
  height: 35px;
  background: url("../less/uikit/images/default/icon-toggler.svg") no-repeat 50% 0;
}
.uk-navbar-nav > li {
  padding-left: 8px;
  padding-right: 8px;
}
.uk-navbar-nav > li > a {
  position: relative;
  padding: 0;
}

@media (min-width: 960px) {
.uk-navbar-nav > li {
  padding-left: 12px;
  padding-right: 12px;
}
}
.uk-navbar-brand {
  padding-left: 0;
}
/* ========================================================================

   Component: Subnav

 ========================================================================== */

/*

 * 1. Gutter

 * 2. Remove default list style

 */

.uk-subnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */

  margin-left: -20px;
  margin-top: -27px;
  /* 2 */

  padding: 0;
  list-style: none;
}
/*

 * 1. Space is allocated solely based on content dimensions

 * 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied

 * 3. Create position context for dropdowns

 */

.uk-subnav > * {
  /* 1 */

  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */

  padding-left: 20px;
 
  /* 3 */

  position: relative;
}
/*

 * DEPRECATED IE9 Support

 */

.uk-subnav:before,  .uk-subnav:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-subnav:after {
  clear: both;
}
.uk-subnav > * {
  float: left;
}
/* Items

 ========================================================================== */

/* Tablet and bigger */
@media (min-width: 768px) {
.uk-subnav > * > * {
  display: inline-block;
  color: #030303;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
}
}

/* Phone landscape and smaller */
@media (max-width: 767px) {
.uk-subnav > * > * {
  display: inline-block;
  color: #030303;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
}
}
/*

 * Hover

 * 1. Apply hover style also to focus state

 */

.uk-subnav > * > :hover,  .uk-subnav > * > :focus {
  color: #030303;
  text-decoration: underline;
}
/*

 * Active

 */

.uk-subnav > .uk-active > * {
  color: #030303;
}
/* Modifier: 'subnav-line'

 ========================================================================== */

.uk-subnav-line > :before {
  content: "";
  display: inline-block;
  height: 16px;
  vertical-align: middle;
}
.uk-subnav-line > :nth-child(n+2):before {
  border-left: none
}
/* Modifier: 'subnav-pill'

 ========================================================================== */

.uk-subnav-pill > * > * {
  padding: 3px 9px;
}
/*

 * Hover

 * 1. Apply hover style also to focus state

 * 2. Remove default focus style

 */

.uk-subnav-pill > * > :hover,  .uk-subnav-pill > * > :focus {
  background: none;
  color: #030303;
  text-decoration: underline;
  /* 2 */

  outline: none;
}
/*

 * Active

 * `li` needed for higher specificity to override hover

 */

.uk-subnav-pill > .uk-active > * {
  background: none;
  color: #030303;
}
/* Disabled state

 ========================================================================== */

.uk-subnav > .uk-disabled > * {
  background: none;
  color: #cfd0d1;
  text-decoration: none;
  cursor: default;
}
/* ========================================================================

   Component: Breadcrumb

 ========================================================================== */

/*

 * 1. Remove default list style

 * 2. Remove whitespace between child elements when using `inline-block`

 */

.uk-breadcrumb {
  /* 1 */

  padding: 0;
  list-style: none;
  /* 2 */

  font-size: 0.001px;
  font-weight: 300;
  color: #030303;
}
/* Items

 ========================================================================== */

/*

 * Reset whitespace hack

 */

.uk-breadcrumb > li {
  font-size: 1rem;
  vertical-align: top;
}
.uk-breadcrumb > li,  .uk-breadcrumb > li > a,  .uk-breadcrumb > li > span {
  display: inline-block;
  text-decoration: none;
}
.uk-breadcrumb > li:nth-child(n+2):before {
  content: "";
  display: inline-block;
  margin: 0 8px;
  position: absolute;
  top: 50%;
  left: -22px;
  width: 12px;
  height: 2px;
  margin: 0;
  background: #030303;
}
/*

 * Disabled

 */

.uk-breadcrumb > li:not(.uk-active) > span {
  color: #9b9d9f;
}
.uk-breadcrumb > li {
  position: relative;
  padding-right: 34px;
}
/* ========================================================================

   Component: Pagination

 ========================================================================== */

/*

 * 1. Remove default list style

 * 2. Center pagination by default

 * 3. Remove whitespace between child elements when using `inline-block`

 */

.uk-pagination {
  /* 1 */

  padding: 0;
  list-style: none;
  /* 2 */

  text-align: center;
  /* 3 */

  font-size: 0.001px;
}
/*

 * Micro clearfix

 * Needed if `uk-pagination-previous` or `uk-pagination-next` sub-objects are used

 */

.uk-pagination:before,  .uk-pagination:after {
  content: "";
  display: table;
}
.uk-pagination:after {
  clear: both;
}
/* Items

 ========================================================================== */

/*

 * 1. Reset whitespace hack

 * 2. Remove the gap at the bottom of it container

 */

.uk-pagination > li {
  display: inline-block;
  /* 1 */

  font-size: 24px;
  /* 2 */

  vertical-align: top;
}
.uk-pagination > li:nth-child(n+2) {
  margin-left: 5px;
}
/*

 * 1. Makes pagination more robust against different box-sizing use

 * 2. Reset text-align to center if alignment modifier is used

 */

.uk-pagination > li > a,  .uk-pagination > li > span {
  display: inline-block;
  min-width: 30px;
  padding: 3px 5px;
  line-height: 34px;
  text-decoration: none;
  /* 1 */

  box-sizing: content-box;
  /* 2 */

  text-align: center;
  font-weight: 300;
}
/*

 * Links

 */

.uk-pagination > li > a {
  background: rgba(0, 0, 0, 0);
  color: #030303;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  transition: all 0.2s ease-in-out;
}
/*

 * Hover

 * 1. Apply hover style also to focus state

 * 2. Remove default focus style

 */

.uk-pagination > li > a:hover,  .uk-pagination > li > a:focus {
  background-color: #ff2647;
  color: #ffffff;
  /* 2 */

  outline: none;
  border-radius: 500px;
}
/* OnClick */

.uk-pagination > li > a:active {
  background-color: #030303;
  color: #ffffff;
  border-radius: 500px;
}
/*

 * Active

 */

.uk-pagination > .uk-active > span {
  background-color: #030303;
  color: #ffffff;
  border-radius: 500px;
}
/*

 * Disabled

 */

.uk-pagination > .uk-disabled > span {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
/* Previous and next navigation

 ========================================================================== */

.uk-pagination-previous {
  float: left;
}
.uk-pagination-next {
  float: right;
}
/* Alignment modifiers

 ========================================================================== */

.uk-pagination-left {
  text-align: left;
}
.uk-pagination-right {
  text-align: right;
}
/* ========================================================================

   Component: Tab

 ========================================================================== */

.uk-tab {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 0 solid rgba(0, 0, 0, 0);
}
/*

 * Micro clearfix on the deepest container

 */

.uk-tab:before,  .uk-tab:after {
  content: "";
  display: table;
}
.uk-tab:after {
  clear: both;
}
/*

 * Items

 * 1. Create position context for dropdowns

 */

.uk-tab > li {
  margin-bottom: 0;
  float: left;
  /* 1 */

  position: relative;
}
.uk-tab > li > a {
  display: block;
  padding: 8px 0 8px 0;
  border: 0 solid transparent;
  border-bottom-width: 0;
  color: #030303;
  text-decoration: none;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  transition: all 0.2s ease-in-out;
}
.uk-tab > li:nth-child(n+2) > a {
  margin-left: 10px;
}
/*

 * Hover

 * 1. Apply hover style also to focus state

 * 2. Also apply if dropdown is opened

 * 3. Remove default focus style

 */

.uk-tab > li > a:hover,  .uk-tab > li > a:focus,  .uk-tab > li.uk-open > a {
  border-color: none;
  background: #ff2647;
  color: #ffffff;
  border-radius: 2px;
  /* 2 */

  outline: none;
}
.uk-tab > li:not(.uk-active) > a:hover,  .uk-tab > li:not(.uk-active) > a:focus,  .uk-tab > li.uk-open:not(.uk-active) > a {
  margin-bottom: 0;
  padding-bottom: 8px;
}
/* Active */

.uk-tab > li.uk-active > a {
  border-color: none;
  border-bottom-color: transparent;
  background: #030303;
  color: #ffffff;
  border-radius: 30px;
}
/* Disabled */

.uk-tab > li.uk-disabled > a {
  color: #cfd0d1;
  cursor: default;
}
.uk-tab > li.uk-disabled > a:hover,  .uk-tab > li.uk-disabled > a:focus,  .uk-tab > li.uk-disabled.uk-active > a {
  background: none;
  border-color: transparent;
}
/* Modifier: 'tab-flip'

 ========================================================================== */

.uk-tab-flip > li {
  float: right;
}
.uk-tab-flip > li:nth-child(n+2) > a {
  margin-left: 0;
  margin-right: 10px;
}
/* Modifier: 'tab-responsive'

 ========================================================================== */

.uk-tab > li.uk-tab-responsive > a {
  margin-left: 0;
  margin-right: 0;
}
/*

 * Icon

 */

.uk-tab-responsive > a:before {
  content: "\f0c9\00a0";
  font-family: FontAwesome;
}
/* Modifier: 'tab-center'

 ========================================================================== */

.uk-tab-center {
  border-bottom: 0 solid rgba(0, 0, 0, 0);
}
.uk-tab-center-bottom {
  border-bottom: none;
  border-top: 0 solid rgba(0, 0, 0, 0);
}
.uk-tab-center:before,  .uk-tab-center:after {
  content: "";
  display: table;
}
.uk-tab-center:after {
  clear: both;
}
/*

 * 1. Using `right` to prevent vertical scrollbar caused by centering if to many tabs

 */

.uk-tab-center .uk-tab {
  position: relative;
  right: 50%;
  border: none;
  float: right;
}
.uk-tab-center .uk-tab > li {
  position: relative;
  right: -50%;
}
.uk-tab-center .uk-tab > li > a {
  text-align: center;
}
/* Modifier: 'tab-bottom'

 ========================================================================== */

.uk-tab-bottom {
  border-top: 0 solid rgba(0, 0, 0, 0);
  border-bottom: none;
}
.uk-tab-bottom > li {
  margin-top: 0;
  margin-bottom: 0;
}
.uk-tab-bottom > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom-width: 0;
  border-top-width: 0;
}
.uk-tab-bottom > li:not(.uk-active) > a:hover,  .uk-tab-bottom > li:not(.uk-active) > a:focus,  .uk-tab-bottom > li.uk-open:not(.uk-active) > a {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 8px;
  padding-top: 8px;
}
.uk-tab-bottom > li.uk-active > a {
  border-top-color: transparent;
  border-bottom-color: #dddddd;
}
/* Modifier: 'tab-grid'

 ========================================================================== */

/*

 * 1. Create position context to prevent hidden border because of negative `z-index`

 */

.uk-tab-grid {
  margin-left: -10px;
  border-bottom: none;
  /* 1 */

  position: relative;
  z-index: 0;
}
.uk-tab-grid:before {
  display: block;
  position: absolute;
  left: 10px;
  right: 0;
  bottom: 0;
  border-top: 0 solid rgba(0, 0, 0, 0);
  /* 1 */

  z-index: -1;
}
.uk-tab-grid > li:first-child > a {
  margin-left: 10px;
}
.uk-tab-grid > li > a {
  text-align: center;
}
/*

 * If `uk-tab-bottom`

 */

.uk-tab-grid.uk-tab-bottom {
  border-top: none;
}
.uk-tab-grid.uk-tab-bottom:before {
  top: 0;
  bottom: auto;
}

/* Modifier: 'tab-left', 'tab-right'

 ========================================================================== */

/* Tablet and bigger */

@media (min-width: 768px) {
.uk-tab-left,  .uk-tab-right {
  border-bottom: none;
}
.uk-tab-left > li,  .uk-tab-right > li {
  margin-bottom: 0;
  float: none;
}
.uk-tab-left > li > a,  .uk-tab-right > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
}
.uk-tab-left > li:nth-child(n+2) > a,  .uk-tab-right > li:nth-child(n+2) > a {
  margin-left: 0;
  margin-top: 5px;
}
.uk-tab-left > li.uk-active > a,  .uk-tab-right > li.uk-active > a {
  border-color: #dddddd;
}
/*

200px* Modifier: 'tab-left'

200px*/

.uk-tab-left {
  border-right: 0 solid rgba(0, 0, 0, 0);
}
.uk-tab-left > li {
  margin-right: 0;
}
.uk-tab-left > li > a {
  border-bottom-width: 0;
  border-right-width: 0;
}
.uk-tab-left > li:not(.uk-active) > a:hover,  .uk-tab-left > li:not(.uk-active) > a:focus {
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 8px;
  padding-right: 0;
}
.uk-tab-left > li.uk-active > a {
  border-right-color: transparent;
}
/*

200px* Modifier: 'tab-right'

200px*/

.uk-tab-right {
  border-left: 0 solid rgba(0, 0, 0, 0);
}
.uk-tab-right > li {
  margin-left: 0;
}
.uk-tab-right > li > a {
  border-bottom-width: 0;
  border-left-width: 0;
}
.uk-tab-right > li:not(.uk-active) > a:hover,  .uk-tab-right > li:not(.uk-active) > a:focus {
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 8px;
  padding-left: 0;
}
.uk-tab-right > li.uk-active > a {
  border-left-color: transparent;
}
}
.uk-tab > li > a {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}
.uk-tab .uk-active {
  background: none;
}
.uk-tab-responsive > a:before {
  font-style: normal;
}

/* Tablet and bigger */

@media (min-width: 768px) {
.uk-tab > li.uk-active > a:after,  .uk-tab > li:not(.uk-disabled) > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 2px;
  margin-left: 0;
  background: none;
  -webkit-transition: width .3s, margin .3s;
  transition: width .3s, margin .3s;
}
.uk-tab > li > a:after {
  width: 0;
}
.uk-tab > li.uk-active > a:after,  .uk-tab > li > a:hover:after {
  width: 100%;
  margin-left: -50%;
}
.uk-tab > li:not(:first-child) {
  margin-left: 10px;
}
.uk-tab > li {
  margin-right: 10px;
}
.uk-tab > li:nth-child(n+2) > a,  .uk-tab-grid > li:first-child > a {
  margin: 0;
}
.uk-tab-bottom > li > a:after {
  top: 0;
}
.uk-tab-left > li,  .uk-tab-right > li {
  margin: 0 !important;
}
.uk-tab-left > li > a,  .uk-tab-right > li > a {
  margin: 0!important;
  padding: 10px 20px !important;
}
.uk-tab-left > li.uk-active > a:after,  .uk-tab-right > li.uk-active > a:after,  .uk-tab-left > li:not(.uk-disabled) > a:after,  .uk-tab-right > li:not(.uk-disabled) > a:after {
  left: 0;
  height: 100%;
  margin-left: 0;
  -webkit-transition: width .2s;
  transition: width .2s;
}
.uk-tab-left > li.uk-active > a:after,  .uk-tab-right > li.uk-active > a:after,  .uk-tab-left > li > a:hover:after,  .uk-tab-right > li > a:hover:after {
  width: 4px;
}
.uk-tab-left > li > a:hover,  .uk-tab-right > li > a:hover {
  background: none;
  color: #ff2647;
}
.uk-tab-left > li > a:focus,  .uk-tab-right > li > a:focus,  .uk-tab-left > li.uk-active > a,  .uk-tab-right > li.uk-active > a {
  background: #ff2647;
  color: #ffffff;
  border-radius: 2px;
}
.uk-tab-right > li.uk-active > a:after,  .uk-tab-right > li:not(.uk-disabled) > a:after {
  right: 0;
  left: auto;
}
}
/* ========================================================================

   Component: Thumbnav

 ========================================================================== */

/*

 * 1. Gutter

 * 2. Remove default list style

 */

.uk-thumbnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */

  margin-left: -10px;
  margin-top: -10px;
  /* 2 */

  padding: 0;
  list-style: none;
}
/*

 * 1. Space is allocated solely based on content dimensions

 * 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied

 */

.uk-thumbnav > * {
  /* 1 */

  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */

  padding-left: 10px;
  margin-top: 10px;
}
/*

 * DEPRECATED IE9 Support

 */

.uk-thumbnav:before,  .uk-thumbnav:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-thumbnav:after {
  clear: both;
}
.uk-thumbnav > * {
  float: left;
}
/* Items

 ========================================================================== */

.uk-thumbnav > * > * {
  display: block;
  background: #ffffff;
}
.uk-thumbnav > * > * > img {
  opacity: 0.7;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/*

 * Hover

 */

.uk-thumbnav > * > :hover > img,  .uk-thumbnav > * > :focus > img {
  opacity: 1;
}
/*

 * Active

 */

.uk-thumbnav > .uk-active > * > img {
  opacity: 1;
}
/* ========================================================================

   Component: List

 ========================================================================== */

.uk-list {
  padding: 0;
  list-style: none;
}
/*

 * Micro clearfix to make list more robust

 */

.uk-list > li:before,  .uk-list > li:after {
  content: "";
  display: table;
}
.uk-list > li:after {
  clear: both;
}
/*

 * Remove margin from the last-child

 */

.uk-list > li > :last-child {
  margin-bottom: 0;
}
/*

 * Nested lists

 */

.uk-list ul {
  margin: 0;
  padding-left: 20px;
  list-style: none;
}
/* Modifier: `uk-list-line`

 ========================================================================== */

.uk-list-line > li:nth-child(n+2) {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid #eeeeee;
}
/* Modifier: `uk-list-striped`

 ========================================================================== */

.uk-list-striped > li {
  padding: 5px 5px;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #fafafa;
}
/* Modifier: `uk-list-space`

 ========================================================================== */

.uk-list-space > li:nth-child(n+2) {
  margin-top: 10px;
}
.uk-list {
  color: #030303;
}

/* ========================================================================

   Component: Description list

 ========================================================================== */

/* Modifier: `uk-description-list-horizontal`

 ========================================================================== */

/* Tablet and bigger */

@media (min-width: 768px) {
.uk-description-list-horizontal {
  overflow: hidden;
}
.uk-description-list-horizontal > dt {
  width: 160px;
  float: left;
  clear: both;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.uk-description-list-horizontal > dd {
  margin-left: 180px;
}
}
/* Modifier: `uk-description-list-line`

 ========================================================================== */

.uk-description-list-line > dt {
  font-weight: normal;
}
.uk-description-list-line > dt:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #dddddd;
}
.uk-description-list-line > dd {
  color: #030303;
}



/* ========================================================================

   Component: Button

 ========================================================================== */

/* ========================================================================
   MODERN & DİNAMİK ANA BUTON TASARIMI
   ========================================================================== */

/* Firefox iç boşluk (focus) sıfırlama */
.uk-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.uk-button {
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  
  /* Boyut ve Biçim */
  min-height: 44px; /* Mobilde daha rahat tıklama alanı */
  padding: 0 30px;
  border-radius: 50px;
  border: none;
  
  /* Yazı Tipi Ayarları */
  font: inherit;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  
  /* Renkler (Marka Kırmızısı) */
  background: #ff2647;
  color: #ffffff;
  
  /* MODERN GÖLGE (Kendi renginden yumuşak parlama) */
  box-shadow: 0 6px 16px rgba(255, 38, 71, 0.35);
  
  /* Akıcı Geçiş Animasyonu */
  overflow: visible;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.uk-button:not(:disabled) {
  cursor: pointer;
}

/* ÜZERİNE GELİNCE (HOVER) - Buton hafifçe kalkar ve gölgesi yayılır */
.uk-button:hover, 
.uk-button:focus {
  background-color: #fc4662; /* Biraz daha parlak kırmızı */
  color: #ffffff;
  outline: none;
  text-decoration: none;
  
  /* Yukarı kalkma efekti ve genişleyen gölge */
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(255, 38, 71, 0.45);
}

/* TIKLANDIĞINDA (ACTIVE) - Buton içeri basılır */
.uk-button:active, 
.uk-button.uk-active {
  background-color: #d01d38; /* Biraz daha koyu bir ton */
  transform: translateY(1px); /* Aşağı basılma hissi */
  box-shadow: 0 3px 8px rgba(255, 38, 71, 0.3);
}

/* PASİF DURUM (DİSABLED) */
.uk-button:disabled {
  background-color: #f5f5f5;
  color: #9b9d9f;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}













/* ========================================================================

   Component: Icon

 ========================================================================== */


/*

 * 1. Allow margin

 * 2. Prevent inherit font style

 * 4. Correct line-height

 * 5. Better font rendering

 * 6. Remove `text-decoration` for anchors

 */

[class*='uk-icon-'] {
  font-family: FontAwesome;
  /* 1 */

  display: inline-block;
  /* 2 */

  font-weight: normal;
  font-style: normal;
  /* 4 */

  line-height: 1;
  /* 5 */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* 6 */

[class*='uk-icon-'],  [class*='uk-icon-']:hover,  [class*='uk-icon-']:focus {
  text-decoration: none;
}
/* Size modifiers

 ========================================================================== */

.uk-icon-small {
  font-size: 22px;
  vertical-align: 0px;
  color: #9b9d9f;
}
.uk-icon-medium {
  font-size: 40px;
  vertical-align: -16%;
}
.uk-icon-large {
  font-size: 60px;
  vertical-align: -22%;
}
/* Modifier: `uk-icon-justify`

 ========================================================================== */

.uk-icon-justify {
  width: 1em;
  text-align: center;
}
/* Modifier: `uk-icon-spin`

 ========================================================================== */

.uk-icon-spin {
  display: inline-block;
  -webkit-animation: uk-rotate 2s infinite linear;
  animation: uk-rotate 2s infinite linear;
}
/* Modifier: `uk-icon-hover`

 ========================================================================== */

.uk-icon-hover {
  color: #030303;
  -webkit-transition: color .2s;
  transition: color .2s;
}
/*

 * Hover

 */

.uk-icon-hover:hover {
  color: #ff2647;
}
/* Modifier: `uk-icon-button`

 ========================================================================== */

.uk-icon-button {
  box-sizing: border-box;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  color: #030303;
  font-size: 30px;
  text-align: center;
  margin-bottom: 5px;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.15);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.15);
  box-shadow: 0 1px 3px rgba(0,0,0,.15);
  -webkit-transition: background .1s;
  transition: background .1s;
}
/*

 * Hover

 * 1. Apply hover style also to focus state

 * 2. Remove default focus style

 */

.uk-icon-button:hover,  .uk-icon-button:focus {
  background-color: #ffffff;
  color: #ff2647;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.20);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.20);
  box-shadow: 0 5px 10px rgba(0,0,0,.20);
  margin-top: -5px;
  /* 2 */

  outline: none;
}
/* Active */

.uk-icon-button:active {
  background-color: #ffffff;
  color: #ff2647;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.15);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.15);
  box-shadow: 0 1px 3px rgba(0,0,0,.15);
}
/* Icon mapping

 ========================================================================== */
.uk-icon-facebook-f:before,  .uk-icon-facebook:before {
  content: "\f09a";
}

.uk-icon-instagram:before {
  content: "\f16d";
}

.uk-icon-vimeo:before {
  content: "\f27d";
}

.uk-icon-twitter:before {
  content: "\f099";
}

.uk-icon-youtube:before {
  content: "\f167";
}


/* ========================================================================

   Component: Close

 ========================================================================== */

/*

 * Removes inner padding and border in Firefox 4+.

 */

.uk-close::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/*

 * 1. Correct inability to style clickable `input` types in iOS.

 * 2. Remove margins in Chrome, Safari and Opera.

 * 3. Remove borders for `button`.

 * 4. Address `overflow` set to `hidden` in IE 8/9/10/11.

 * 5. Correct `font` properties and `color` not being inherited for `button`.

 * 6. Address inconsistent `text-transform` inheritance which is only inherit in Firefox and IE

 * 7. Remove default `button` padding and background color

 * 8. Style

 */

.uk-close {
  /* 1 */

  -webkit-appearance: none;
  /* 2 */

  margin: 0;
  /* 3 */

  border: none;
  /* 4 */

  overflow: visible;
  /* 5 */

  font: inherit;
  color: inherit;
  /* 6 */

  text-transform: none;
  /* 7. */

  padding: 0;
  background: transparent;
  /* 8 */

  display: inline-block;
  box-sizing: content-box;
  width: 20px;
  line-height: 27px;
  text-align: center;
  vertical-align: middle;
  opacity: 0.6;
  font-size: 30px;
}
/* Icon */

.uk-close:after {
  display: block;
  content: "\f00d";
  font-family: FontAwesome;
}
/*

 * Hover

 * 1. Apply hover style also to focus state

 * 2. Remove default focus style

 * 3. Required for `a` elements

 */

.uk-close:hover,  .uk-close:focus {
  opacity: 0.9;
  /* 2 */

  outline: none;
  /* 3 */

  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
/* Modifier

 ========================================================================== */

.uk-close-alt {
  padding: 2px;
  border-radius: 50%;
  background: #eeeeee;
  opacity: 1;
}
/* Hover */

.uk-close-alt:hover,  .uk-close-alt:focus {
  opacity: 1;
}
/* Icon */

.uk-close-alt:after {
  opacity: 0.5;
}
.uk-close-alt:hover:after,  .uk-close-alt:focus:after {
  opacity: 0.8;
}
/* ========================================================================

   Component: Badge

 ========================================================================== */

.uk-badge {
  display: inline-block;
  padding: 0 12px;
  background: #2196F3;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  border-radius: 2px;
}
/*

 * Keep color when badge is a link

 */

a.uk-badge:hover {
  color: #ffffff;
}
/* Modifier: `uk-badge-notification`;

 ========================================================================== */

.uk-badge-notification {
  box-sizing: border-box;
  min-width: 18px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 24px;
}
/* Color modifier

 ========================================================================== */

/*

 * Modifier: `uk-badge-success`

 */

.uk-badge-success {
  background-color: #4CAF50;
}
/*

 * Modifier: `uk-badge-warning`

 */

.uk-badge-warning {
  background-color: #FF9800;
}
/*

 * Modifier: `uk-badge-danger`

 */

.uk-badge-danger {
  background-color: #F44336;
}
/* ========================================================================

   Component: Alert

 ========================================================================== */

.uk-alert {
  margin-bottom: 20px;
  padding: 10px;
  background: #fafafa;
  color: #030303;
}
/*

 * Add margin if adjacent element

 */

* + .uk-alert {
 
}
/*

 * Remove margin from the last-child

 */

.uk-alert > :last-child {
  margin-bottom: 0;
}
/*

 * Keep color for headings if the default heading color is changed

 */

.uk-alert h1,  .uk-alert h2,  .uk-alert h3,  .uk-alert h4,  .uk-alert h5,  .uk-alert h6 {
  color: inherit;
}
/* Close in alert

 ========================================================================== */

.uk-alert > .uk-close:first-child {
  float: right;
}
/*

 * Remove margin from adjacent element

 */

.uk-alert > .uk-close:first-child + * {
  margin-top: 0;
}
/* Modifier: `uk-alert-success`

 ========================================================================== */

.uk-alert-success {
  background: #4CAF50;
  color: #ffffff;
  border-radius: 2px;
}
/* Modifier: `uk-alert-warning`

 ========================================================================== */

.uk-alert-warning {
  background: #FF9800;
  color: #ffffff;
  border-radius: 2px;
}
/* Modifier: `uk-alert-danger`

 ========================================================================== */

.uk-alert-danger {
  background: #F44336;
  color: #ffffff;
  border-radius: 2px;
}
/* Modifier: `uk-alert-large`

 ========================================================================== */

.uk-alert-large {
  padding: 20px;
}
.uk-alert-large > .uk-close:first-child {
  margin: -10px -10px 0 0;
}
/* ========================================================================

   Component: Thumbnail

 ========================================================================== */

/*

 * 1. Container width fits its content

 * 2. Responsive behavior

 * 3. Corrects `max-width` behavior sed

 * 4. Required for `figure` element

 * 5. Style

 */

.uk-thumbnail {
  /* 1 */

  display: inline-block;
  /* 2 */

  max-width: 100%;
  /* 3 */

  box-sizing: border-box;
  /* 3 */

  margin: 0;
  /* 4 */

  padding: 4px;
  border: 1px solid transparent;
  background: #ffffff;
}
/*

 * Hover state for `a` elements

 * 1. Apply hover style also to focus state

 * 2. Needed for caption

 * 3. Remove default focus style

 */

a.uk-thumbnail:hover,  a.uk-thumbnail:focus {
  border-color: transparent;
  background-color: #ffffff;
  /* 2 */

  text-decoration: none;
  /* 3 */

  outline: none;
  -webkit-box-shadow: 0px 3px 3px -1px rgba(50, 55, 60, 0.3);
  box-shadow: 0px 3px 3px -1px rgba(50, 55, 60, 0.3);
}
/* Caption

 ========================================================================== */

.uk-thumbnail-caption {
  padding-top: 4px;
  text-align: center;
  color: #030303;
}
/* Sizes

 ========================================================================== */

.uk-thumbnail-mini {
  width: 150px;
}
.uk-thumbnail-small {
  width: 200px;
}
.uk-thumbnail-medium {
  width: 300px;
}
.uk-thumbnail-large {
  width: 400px;
}
.uk-thumbnail-expand,  .uk-thumbnail-expand > img {
  width: 100%;
}
/* ========================================================================

   Component: Overlay

 ========================================================================== */

/*

 * 1. Container width fits its content

 * 2. Create position context

 * 3. Set max-width for responsive images to prevent `inline-block` consequences

 * 4. Remove the gap between the container and its child element

 * 5. Needed for transitions and to fixed wrong scaling calculation for images in Chrome

 * 6. Fixed `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit

 * 7. Reset margin

 */

.uk-overlay {
  /* 1 */

  display: inline-block;
  /* 2 */

  position: relative;
  /* 3 */

  max-width: 100%;
  /* 4 */

  vertical-align: middle;
  /* 5 */

  overflow: hidden;
  /* 6 */

  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  /* 7 */

  margin: 0;
}
/* 6 for Safari */

.uk-overlay.uk-border-circle {
  -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%);
}
/*

 * Remove margin from content

 */

.uk-overlay > :first-child {
  margin-bottom: 0;
}
/* Sub-object `uk-overlay-panel`

 ========================================================================== */

/*

 * 1. Position cover

 * 2. Style

 */

.uk-overlay-panel {
  /* 1 */

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* 2 */

  padding: 20px;
  color: #ffffff;
}
/*

 * Remove margin from the last-child

 */

.uk-overlay-panel > :last-child,  .uk-overlay-panel.uk-flex > * > :last-child {
  margin-bottom: 0;
}
/*

 * Keep color for headings if the default heading color is changed

 */

.uk-overlay-panel h1,  .uk-overlay-panel h2,  .uk-overlay-panel h3,  .uk-overlay-panel h4,  .uk-overlay-panel h5,  .uk-overlay-panel h6 {
  color: inherit;
}
.uk-overlay-panel a:not([class]) {
  color: inherit;
  text-decoration: none;
}
.uk-overlay-panel a[class*='uk-icon-']:not(.uk-icon-button) {
  color: inherit;
}
/* Sub-object `uk-overlay-hover` and `uk-overlay-active`

 ========================================================================== */

.uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore) {
  opacity: 0;
}
.uk-overlay-active :not(.uk-active) > .uk-overlay-panel:not(.uk-ignore) {
  opacity: 0;
}
/* Modifier `uk-overlay-background`

 ========================================================================== */

.uk-overlay-background {
  background: rgba(0, 0, 0, 0.2);
}
.uk-overlay-background .uk-button-primary {
  border-color: #030303;
  color: #030303;
}
.uk-overlay-background .uk-button-primary:hover {
  border-color: #5181fa;
  color: #5181fa;
}
/* Modifier `uk-overlay-image`

 ========================================================================== */

/*

 * Reset panel

 */

.uk-overlay-image {
  padding: 0;
}
/* Position modifiers

 ========================================================================== */

.uk-overlay-top {
  bottom: auto;
}
.uk-overlay-bottom {
  top: auto;
}
.uk-overlay-left {
  right: auto;
}
.uk-overlay-right {
  left: auto;
}
/* Sub-object `uk-overlay-icon`

 ========================================================================== */

.uk-overlay-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 50px;
  line-height: 1;
  font-family: FontAwesome;
  text-align: center;
  color: #030303;
  font-style: normal;
  background: url("../less/uikit/images/default/icon-plus.svg") no-repeat 50%;
}
/* Transitions

 ========================================================================== */

.uk-overlay-fade,  .uk-overlay-scale,  .uk-overlay-spin,  .uk-overlay-grayscale,  .uk-overlay-blur,  [class*='uk-overlay-slide'] {
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-property: opacity, transform, filter;
}
.uk-overlay-active .uk-overlay-fade,  .uk-overlay-active .uk-overlay-scale,  .uk-overlay-active .uk-overlay-spin,  .uk-overlay-active [class*='uk-overlay-slide'] {
  transition-duration: 0.8s;
}
/*

 * Fade

 */

.uk-overlay-fade {
  opacity: 0.7;
}
.uk-overlay-hover:hover .uk-overlay-fade,  .uk-overlay-hover.uk-hover .uk-overlay-fade,  .uk-overlay-active .uk-active > .uk-overlay-fade {
  opacity: 1;
}
/*

 * Scale

 */

.uk-overlay-scale {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.uk-overlay-hover:hover .uk-overlay-scale,  .uk-overlay-hover.uk-hover .uk-overlay-scale,  .uk-overlay-active .uk-active > .uk-overlay-scale {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/*

 * Spin

 */

.uk-overlay-spin {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.uk-overlay-hover:hover .uk-overlay-spin,  .uk-overlay-hover.uk-hover .uk-overlay-spin,  .uk-overlay-active .uk-active > .uk-overlay-spin {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}
/*

 * Grayscale

 */

.uk-overlay-grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.uk-overlay-hover:hover .uk-overlay-grayscale,  .uk-overlay-hover.uk-hover .uk-overlay-grayscale,  .uk-overlay-active .uk-active > .uk-overlay-grayscale {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
/*

 * Slide

 */

[class*='uk-overlay-slide'] {
  opacity: 0;
}
/* Top */

.uk-overlay-slide-top {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* Bottom */

.uk-overlay-slide-bottom {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
/* Left */

.uk-overlay-slide-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/* Right */

.uk-overlay-slide-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/* Hover */

.uk-overlay-hover:hover [class*='uk-overlay-slide'],  .uk-overlay-hover.uk-hover [class*='uk-overlay-slide'],  .uk-overlay-active .uk-active > [class*='uk-overlay-slide'] {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
/* DEPRECATED

 * Sub-object `uk-overlay-area`

 ========================================================================== */

/*

 * 1. Set position

 * 2. Set style

 * 3. Fade-in transition

 */

.uk-overlay-area {
  /* 1 */

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* 2 */

  background: rgba(0, 0, 0, 0.3);
  /* 3 */

  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*

 * Hover

 * 1. `uk-hover` to support touch devices

 * 2. Use optional `uk-overlay-toggle` to trigger the overlay earlier

 */

.uk-overlay:hover .uk-overlay-area,  .uk-overlay.uk-hover .uk-overlay-area,  .uk-overlay-toggle:hover .uk-overlay-area,  .uk-overlay-toggle.uk-hover .uk-overlay-area {
  opacity: 1;
}
/*

 * Icon

 */

.uk-overlay-area:empty:before {
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 50px;
  line-height: 1;
  font-family: FontAwesome;
  text-align: center;
  color: #ffffff;
}
/* DEPRECATED

 * Sub-object `uk-overlay-area-content`

 ========================================================================== */

/*

 * Remove whitespace between child elements when using `inline-block`

 * Needed for Firefox

 */

.uk-overlay-area:not(:empty) {
  font-size: 0.001px;
}
/*

 * 1. Needed for vertical alignment

 */

.uk-overlay-area:not(:empty):before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/*

 * 1. Set vertical alignment

 * 2. Reset whitespace hack

 * 3. Set horizontal alignment

 * 4. Set style

 */

.uk-overlay-area-content {
  /* 1 */

  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  vertical-align: middle;
  /* 2 */

  font-size: 1rem;
  /* 3 */

  text-align: center;
  /* 4 */

  padding: 0 15px;
  color: #ffffff;
}
/*

 * Remove margin from the last-child

 */

.uk-overlay-area-content > :last-child {
  margin-bottom: 0;
}
/*

 * Links in overlay area

 */

.uk-overlay-area-content a:not([class]),  .uk-overlay-area-content a:not([class]):hover {
  color: inherit;
}
/* DEPRECATED

 * Sub-object `uk-overlay-caption`

 ========================================================================== */

/*

 * 1. Set position

 * 2. Set style

 * 3. Fade-in transition

 */

.uk-overlay-caption {
  /* 1 */

  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* 2 */

  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  /* 3 */

  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*

 * Hover

 * 1. `uk-hover` to support touch devices

 * 2. Use optional `uk-overlay-toggle` to trigger the overlay earlier

 */

.uk-overlay:hover .uk-overlay-caption,  .uk-overlay.uk-hover .uk-overlay-caption,  .uk-overlay-toggle:hover .uk-overlay-caption,  .uk-overlay-toggle.uk-hover .uk-overlay-caption {
  opacity: 1;
}
/* ========================================================================

   Component: Column

 ========================================================================== */

[class*='uk-column-'] {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
/* Width modifiers

 ========================================================================== */

.uk-column-1-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.uk-column-1-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.uk-column-1-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.uk-column-1-5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}
.uk-column-1-6 {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
}

/* Phone landscape and bigger */

@media (min-width: 480px) {
.uk-column-small-1-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.uk-column-small-1-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.uk-column-small-1-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.uk-column-small-1-5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}
.uk-column-small-1-6 {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
}
}

/* Tablet and bigger */

@media (min-width: 768px) {
.uk-column-medium-1-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.uk-column-medium-1-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.uk-column-medium-1-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.uk-column-medium-1-5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}
.uk-column-medium-1-6 {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
}
}

/* Desktop and bigger */

@media (min-width: 960px) {
.uk-column-large-1-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.uk-column-large-1-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.uk-column-large-1-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.uk-column-large-1-5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}
.uk-column-large-1-6 {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
}
}

/* Large screen and bigger */

@media (min-width: 1220px) {
.uk-column-xlarge-1-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.uk-column-xlarge-1-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.uk-column-xlarge-1-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.uk-column-xlarge-1-5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}
.uk-column-xlarge-1-6 {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
}
}
/* ========================================================================

   Component: Animation

 ========================================================================== */

[class*='uk-animation-'] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* Hide animated element if scrollspy is used */

@media screen {
[data-uk-scrollspy*='uk-animation-']:not([data-uk-scrollspy*='target']) {
  opacity: 0;
}
}
/*

 * Fade

 * Higher specificity (!important) needed because of reverse modifier

 */

.uk-animation-fade {
  -webkit-animation-name: uk-fade;
  animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}
/*

 * Fade with scale

 */

.uk-animation-scale-up {
  -webkit-animation-name: uk-fade-scale-02;
  animation-name: uk-fade-scale-02;
}
.uk-animation-scale-down {
  -webkit-animation-name: uk-fade-scale-18;
  animation-name: uk-fade-scale-18;
}
/*

 * Fade with slide

 */

.uk-animation-slide-top {
  -webkit-animation-name: uk-fade-top;
  animation-name: uk-fade-top;
}
.uk-animation-slide-bottom {
  -webkit-animation-name: uk-fade-bottom;
  animation-name: uk-fade-bottom;
}
.uk-animation-slide-left {
  -webkit-animation-name: uk-fade-left;
  animation-name: uk-fade-left;
}
.uk-animation-slide-right {
  -webkit-animation-name: uk-fade-right;
  animation-name: uk-fade-right;
}
/*

 * Scale

 */

.uk-animation-scale {
  -webkit-animation-name: uk-scale-12;
  animation-name: uk-scale-12;
}
/*

 * Shake

 */

.uk-animation-shake {
  -webkit-animation-name: uk-shake;
  animation-name: uk-shake;
}
/* Direction modifiers

 ========================================================================== */

.uk-animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* Duration modifiers

========================================================================== */

.uk-animation-15 {
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
}
/* Origin modifiers

========================================================================== */

.uk-animation-top-left {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.uk-animation-top-center {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.uk-animation-top-right {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.uk-animation-middle-left {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.uk-animation-middle-right {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.uk-animation-bottom-left {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.uk-animation-bottom-center {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.uk-animation-bottom-right {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
/* Sub-object: `uk-animation-hover`

========================================================================== */

/*

 * Enable animation only on hover

 * Note: Firefox also needs this because animations are not triggered when switching between display `hidden` and `block`

 */

.uk-animation-hover:not(:hover),  .uk-animation-hover:not(:hover) [class*='uk-animation-'],  .uk-touch .uk-animation-hover:not(.uk-hover),  .uk-touch .uk-animation-hover:not(.uk-hover) [class*='uk-animation-'] {
  -webkit-animation-name: none;
  animation-name: none;
}

/* Keyframes: Fade

 * Used by dropdown, datepicker and slideshow component

 ========================================================================== */

@-webkit-keyframes uk-fade {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes uk-fade {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}

/* Keyframes: Fade with slide

 ========================================================================== */

/*

 * Top

 */

@-webkit-keyframes uk-fade-top {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
}
}
 @keyframes uk-fade-top {
 0% {
 opacity: 0;
 transform: translateY(-100%);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}

/*

 * Bottom

 */

@-webkit-keyframes uk-fade-bottom {
 0% {
 opacity: 0;
 -webkit-transform: translateY(100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
}
}
 @keyframes uk-fade-bottom {
 0% {
 opacity: 0;
 transform: translateY(100%);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}

/*

 * Left

 */

@-webkit-keyframes uk-fade-left {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
}
}
 @keyframes uk-fade-left {
 0% {
 opacity: 0;
 transform: translateX(-100%);
}
 100% {
 opacity: 1;
 transform: translateX(0);
}
}

/*

 * Right

 */

@-webkit-keyframes uk-fade-right {
 0% {
 opacity: 0;
 -webkit-transform: translateX(100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
}
}
 @keyframes uk-fade-right {
 0% {
 opacity: 0;
 transform: translateX(100%);
}
 100% {
 opacity: 1;
 transform: translateX(0);
}
}

/* Keyframes: Fade with scale

 ========================================================================== */

/*

 * Scale by 0.2

 */

@-webkit-keyframes uk-fade-scale-02 {
 0% {
 opacity: 0;
 -webkit-transform: scale(0.2);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
}
}
 @keyframes uk-fade-scale-02 {
 0% {
 opacity: 0;
 transform: scale(0.2);
}
 100% {
 opacity: 1;
 transform: scale(1);
}
}

/*

 * Scale by 1.5

 * Used by slideshow component

 */

@-webkit-keyframes uk-fade-scale-15 {
 0% {
 opacity: 0;
 -webkit-transform: scale(1.5);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
}
}
 @keyframes uk-fade-scale-15 {
 0% {
 opacity: 0;
 transform: scale(1.5);
}
 100% {
 opacity: 1;
 transform: scale(1);
}
}

/*

 * Scale by 1.8

 */

@-webkit-keyframes uk-fade-scale-18 {
 0% {
 opacity: 0;
 -webkit-transform: scale(1.8);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
}
}
 @keyframes uk-fade-scale-18 {
 0% {
 opacity: 0;
 transform: scale(1.8);
}
 100% {
 opacity: 1;
 transform: scale(1);
}
}

/* Keyframes: Slide

 * Used by slideshow component

 ========================================================================== */

/*

 * Left

 */

@-webkit-keyframes uk-slide-left {
 0% {
 -webkit-transform: translateX(-100%);
}
 100% {
 -webkit-transform: translateX(0);
}
}
 @keyframes uk-slide-left {
 0% {
 transform: translateX(-100%);
}
 100% {
 transform: translateX(0);
}
}

/*

 * Right

 */

@-webkit-keyframes uk-slide-right {
 0% {
 -webkit-transform: translateX(100%);
}
 100% {
 -webkit-transform: translateX(0);
}
}
 @keyframes uk-slide-right {
 0% {
 transform: translateX(100%);
}
 100% {
 transform: translateX(0);
}
}

/*

 * Left third

 */

@-webkit-keyframes uk-slide-left-33 {
 0% {
 -webkit-transform: translateX(33%);
}
 100% {
 -webkit-transform: translateX(0);
}
}
 @keyframes uk-slide-left-33 {
 0% {
 transform: translateX(33%);
}
 100% {
 transform: translateX(0);
}
}

/*

 * Right third

 */

@-webkit-keyframes uk-slide-right-33 {
 0% {
 -webkit-transform: translateX(-33%);
}
 100% {
 -webkit-transform: translateX(0);
}
}
 @keyframes uk-slide-right-33 {
 0% {
 transform: translateX(-33%);
}
 100% {
 transform: translateX(0);
}
}

/* Keyframes: Scale

 ========================================================================== */

@-webkit-keyframes uk-scale-12 {
 0% {
 -webkit-transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
}
}
 @keyframes uk-scale-12 {
 0% {
 transform: scale(1.2);
}
 100% {
 transform: scale(1);
}
}

/* Keyframes: Rotate

 * Used by icon component

 ========================================================================== */

@-webkit-keyframes uk-rotate {
 0% {
 -webkit-transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(359deg);
}
}
 @keyframes uk-rotate {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(359deg);
}
}

/* Keyframes: Shake

 ========================================================================== */

@-webkit-keyframes uk-shake {
 0%,  100% {
 -webkit-transform: translateX(0);
}
 10% {
 -webkit-transform: translateX(-9px);
}
 20% {
 -webkit-transform: translateX(8px);
}
 30% {
 -webkit-transform: translateX(-7px);
}
 40% {
 -webkit-transform: translateX(6px);
}
 50% {
 -webkit-transform: translateX(-5px);
}
 60% {
 -webkit-transform: translateX(4px);
}
 70% {
 -webkit-transform: translateX(-3px);
}
 80% {
 -webkit-transform: translateX(2px);
}
 90% {
 -webkit-transform: translateX(-1px);
}
}
 @keyframes uk-shake {
 0%,  100% {
 transform: translateX(0);
}
 10% {
 transform: translateX(-9px);
}
 20% {
 transform: translateX(8px);
}
 30% {
 transform: translateX(-7px);
}
 40% {
 transform: translateX(6px);
}
 50% {
 transform: translateX(-5px);
}
 60% {
 transform: translateX(4px);
}
 70% {
 transform: translateX(-3px);
}
 80% {
 transform: translateX(2px);
}
 90% {
 transform: translateX(-1px);
}
}

/* Keyframes: Fade with slide fixed

 * Used by dropdown and search component

 ========================================================================== */

/*

 * Top fixed

 */

@-webkit-keyframes uk-slide-top-fixed {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-10px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
}
}
 @keyframes uk-slide-top-fixed {
 0% {
 opacity: 0;
 transform: translateY(-10px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}

/*

 * Bottom fixed

 */

@-webkit-keyframes uk-slide-bottom-fixed {
 0% {
 opacity: 0;
 -webkit-transform: translateY(10px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
}
}
 @keyframes uk-slide-bottom-fixed {
 0% {
 opacity: 0;
 transform: translateY(10px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}
/* ========================================================================

   Component: Dropdown

 ========================================================================== */

/*

 * 1. Hide by default

 * 2. Set position

 * 3. Box-sizing is needed for `uk-dropdown-justify`

 * 4. Set width

 */

.uk-dropdown,  .uk-dropdown-blank {
  /* 1 */

  display: none;
  /* 2 */

  position: absolute;
  z-index: 1020;
  /* 3 */

  box-sizing: border-box;
  /* 4 */

  width: 200px;
}
/*

 * Dropdown style

 * 1. Reset button group whitespace hack

 */

.uk-dropdown {
  padding: 7px;
  background: #ffffff;
  color: #030303;
  /* 1 */

  font-size: 1rem;
  vertical-align: top;
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2);
}
.uk-dropdown a:hover {
  color: #5181fa;
}
/*

 * 1. Show dropdown

 * 2. Set animation

 * 3. Needed for scale animation

 */

.uk-open > .uk-dropdown,  .uk-open > .uk-dropdown-blank {
  /* 1 */

  display: block;
  /* 2 */

  -webkit-animation: uk-fade 0.2s ease-in-out;
  animation: uk-fade 0.2s ease-in-out;
  /* 3 */

  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Alignment modifiers

 ========================================================================== */

/*

 * Modifier

 */

.uk-dropdown-top {
  margin-top: -5px;
}
.uk-dropdown-bottom {
  margin-top: 5px;
}
.uk-dropdown-left {
  margin-left: -5px;
}
.uk-dropdown-right {
  margin-left: 5px;
}
/* Nav in dropdown

 ========================================================================== */

.uk-dropdown .uk-nav {
  margin: 0 -15px;
}
/* Grid and panel in dropdown

 ========================================================================== */

/*

* Vertical gutter

*/

/*

 * Grid

 * Higher specificity to override large gutter

 */

.uk-grid .uk-dropdown-grid + .uk-dropdown-grid {
  margin-top: 15px;
}
/* Panels */

.uk-dropdown-grid > [class*='uk-width-'] > .uk-panel + .uk-panel {
  margin-top: 15px;
}

/* Tablet and bigger */

@media (min-width: 768px) {
/*

200px* Horizontal gutter

200px*/

.uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid {
  margin-left: -20px;
  margin-right: -20px;
}
.uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-'] {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 40px;
}
/*

200px* Column divider

200px*/

.uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
  border-left: 0px solid #dddddd;
}
/*

200px* Width multiplier for dropdown columns

200px*/

.uk-dropdown-width-2:not(.uk-dropdown-stack) {
  width: 400px;
}
.uk-dropdown-width-3:not(.uk-dropdown-stack) {
  width: 600px;
}
.uk-dropdown-width-4:not(.uk-dropdown-stack) {
  width: 800px;
}
.uk-dropdown-width-5:not(.uk-dropdown-stack) {
  width: 1000px;
}
}

/* Phone landscape and smaller */

@media (max-width: 767px) {
/*

200px* Stack columns and take full width

200px*/

.uk-dropdown-grid > [class*='uk-width-'] {
  width: 100%;
}
/*

200px* Vertical gutter

200px*/

.uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
  margin-top: 15px;
}
}
/*

* Stack grid columns

*/

.uk-dropdown-stack > .uk-dropdown-grid > [class*='uk-width-'] {
  width: 100%;
}
.uk-dropdown-stack > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
  margin-top: 15px;
}
/* Modifier `uk-dropdown-small`

 ========================================================================== */

/*

 * Set min-width and text expands dropdown if needed

 */

.uk-dropdown-small {
  min-width: 150px;
  width: auto;
  padding: 5px;
  white-space: nowrap;
}
/*

 * Nav in dropdown

 */

.uk-dropdown-small .uk-nav {
  margin: 0 -5px;
}
/* Modifier: `uk-dropdown-navbar`

 ========================================================================== */

.uk-dropdown-navbar {
  margin-top: -10px;
  background: #ffffff;
  color: #030303;
}
.uk-open > .uk-dropdown-navbar {
  -webkit-animation: uk-fade 0.2s ease-in-out;
  animation: uk-fade 0.2s ease-in-out;
}
/* Modifier `uk-dropdown-scrollable`

 ========================================================================== */

/*

 * Usefull for long lists

 */

.uk-dropdown-scrollable {
  overflow-y: auto;
  max-height: 200px;
}
/* Sub-object: `uk-dropdown-overlay`

 ========================================================================== */

.uk-dropdown-overlay {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
}



/* ========================================================================

   Component: Modal

 ========================================================================== */

/*

 * This is the modal overlay and modal dialog container

 * 1. Hide by default

 * 2. Set fixed position

 * 3. Allow scrolling for the modal dialog

 * 4. Mask the background page

 * 5. Fade-in transition

 * 6. Deactivate browser history navigation in IE11

 * 7. force hardware acceleration to prevent browser rendering hiccups

 */

.uk-modal {
  /* 1 */

  display: none;
  /* 2 */

  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999 !important;
  /* 3 */

  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */

  background: rgba(0, 0, 0, 0.8);
  /* 5 */

  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  /* 6 */

  touch-action: cross-slide-y pinch-zoom double-tap-zoom;
  /* 7 */

  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/*

 * Open state

 */

.uk-modal.uk-open {
  opacity: 1;
}
/*

 * Prevents duplicated scrollbar caused by 4.

 */

.uk-modal-page,  .uk-modal-page body {
  overflow: hidden;
}
/* Sub-object: `uk-modal-dialog`

 ========================================================================== */

/*

 * 1. Create position context for caption, spinner and close button

 * 2. Set box sizing

 * 3. Set style

 * 4. Slide-in transition

 */

.uk-modal-dialog {
  /* 1 */

  position: relative;
  /* 2 */

  box-sizing: border-box;
  top: 60px;
  margin: 50px auto;
  padding: 20px;
  width: 600px;
  max-width: 100%;
  max-width: calc(100% - 20px);
  /* 3 */

  background: #191919;
  /* 4 */

  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s linear, transform 0.3s ease-out;
}

/* Phone landscape and smaller */

@media (max-width: 767px) {
/*

200px* Fit in small screen

200px*/

.uk-modal-dialog {
  width: auto;
  margin: 10px auto;
}
}
/*

 * Open state

 */

.uk-open .uk-modal-dialog {
  /* 4 */

  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/*

 * Remove margin from the last-child

 */

.uk-modal-dialog > :not([class*='uk-modal-']):last-child {
  margin-bottom: 0;
}
/* Close in modal

 ========================================================================== */

.uk-modal-dialog > .uk-close:first-child {
  margin: -10px -10px 0 0;
  float: right;
}
/*

 * Remove margin from adjacent element

 */

.uk-modal-dialog > .uk-close:first-child + :not([class*='uk-modal-']) {
  margin-top: 0;
}
/* Modifier: `uk-modal-dialog-lightbox`

 ========================================================================== */

.uk-modal-dialog-lightbox {
  margin: 0 auto;
  padding: 0;
  max-width: 90%;
 
  min-height: 50px;
}
/*

 * Close button

 */

.uk-modal-dialog-lightbox > .uk-close:first-child {
  position: absolute;
  top: -12px;
  right: -12px;
  margin: 0;
  float: none;
}

/* Phone landscape and smaller */

@media (max-width: 767px) {
.uk-modal-dialog-lightbox > .uk-close:first-child {
  top: -7px;
  right: -7px;
}
}
/* Modifier: `uk-modal-dialog-blank`

 ========================================================================== */

.uk-modal-dialog-blank {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
/*

* Close button

*/

.uk-modal-dialog-blank > .uk-close:first-child {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  margin: 0;
  float: none;
}

/* Modifier: `uk-modal-dialog-large`

 ========================================================================== */

/* Tablet and bigger */

@media (min-width: 768px) {
.uk-modal-dialog-large {
  width: 930px;
}
}

/* Large screen and bigger */

@media (min-width: 1220px) {
.uk-modal-dialog-large {
  width: 1130px;
}
}
/* Sub-Object: `uk-modal-header` and `uk-modal-footer`

 ========================================================================== */

.uk-modal-header {
  
}
.uk-modal-footer {

}
/*

 * Remove margin from the last-child

 */

.uk-modal-header > :last-child,  .uk-modal-footer > :last-child {
  margin-bottom: 0;
}
/* Sub-Object: `uk-modal-caption`

 ========================================================================== */

.uk-modal-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin-bottom: -10px;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* Sub-Object: `uk-modal-spinner`

 ========================================================================== */

/* ========================================================================
   MODERN FOTOĞRAF GALERİSİ YÜKLEME (MOMENTUMLU SPINNER)   BAŞLANGIÇ
   ========================================================================== */
.uk-modal-spinner {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 44px !important;
    height: 44px !important;
    margin-top: -22px !important; 
    margin-left: -22px !important;
    transform: none !important; 
    border: 4px solid rgba(255, 255, 255, 0.2) !important;
    border-top-color: #ff2647 !important; /* Rekor Sanat Kırmızısı */
    border-radius: 50% !important;
    
    /* İŞTE BURASI DEĞİŞTİ: 0.8s süresi 1.2s yapıldı ve momentum ivmesi eklendi */
    animation: rekor-spin 1.2s infinite cubic-bezier(0.4, 0, 0.2, 1) !important;
    
    font-size: 0 !important; 
    color: transparent !important;
}

.uk-modal-spinner:after {
    content: none !important;
    display: none !important;
}

@keyframes rekor-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Kırmızı çemberin dönme animasyonu */
@keyframes rekor-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ========================================================================
   MODERN FOTOĞRAF GALERİSİ YÜKLEME (MOMENTUMLU SPINNER)  BİTİŞ
   ========================================================================== */

.uk-modal-dialog .uk-close:after {
  content: '';
}
/* Tablet and bigger */
@media (min-width: 768px) {
.uk-modal-dialog > .uk-close:first-child {
  top: 10px;
  right: 10px;
  width: 80px;
  height: 80px;
  background-color: rgba(255,255,255,0.99);
 background-image: url("../less/uikit/images/default/icon-close.svg");
  background-size:28px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 100px;
  opacity: 1;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  transition: all 0.2s ease-in-out;
}

.uk-modal-dialog > .uk-close:first-child:hover {
  background-color: #ff2647;
}
}


/* Phone landscape and smaller */
@media (max-width: 767px) {
.uk-modal-dialog > .uk-close:first-child {
  top: -40px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(255,255,255,0.99);
  background-image: url("../less/uikit/images/default/icon-close.svg");
  background-size:16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 100px;
  opacity: 1;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  transition: all 0.2s ease-in-out;
}

.uk-modal-dialog > .uk-close:first-child:hover {
  background-color: #ff2647;
}
}


/* ========================================================================

   Component: Off-canvas

 ========================================================================== */

/*

 * This is the offcanvas overlay and bar container

 * 1. Hide by default

 * 2. Set fixed position

 * 3. Deactivate browser touch actions in IE11

 * 4. Mask the background page

 */

.uk-offcanvas {
  /* 1 */

  display: none;
  /* 2 */

  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000000000 !important;
  /* 3 */

  touch-action: none;
  /* 4 */

  background: rgba(0, 0, 0, 0.7);
}
.uk-offcanvas.uk-active {
  display: block;
}
/* Sub-object `uk-offcanvas-page`

 ========================================================================== */

/*

 * Prepares the whole HTML page to slide-out

 * 1. Fix the main page and disallow scrolling

 * 2. Side-out transition

 */

.uk-offcanvas-page {
  /* 1 */

  position: fixed;

  /* 2 */
  right: 0;
}
/* Sub-object `uk-offcanvas-bar`

 ========================================================================== */

/*

 * This is the offcanvas bar

 * 1. Set fixed position

 * 2. Size and style

 * 3. Allow scrolling

 * 4. Side-out transition

 * 5. Deactivate scroll chaining in IE11

 */

.uk-offcanvas-bar {
  /* 1 */

  position: fixed;
  border-radius: 20px 0px 0px 20px;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1001;
  /* 2 */

  width: 85%;
  max-width: 100%;
  background: #ffffff;
  /* 3 */

  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */

  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  /* 5 */

  -ms-scroll-chaining: none;
 /*  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08); */

 /* -webkit-box-shadow: 0 16px 24px 2px rgba(0,0,0,0.24),0 6px 30px 5px rgba(0,0,0,0.22),0 8px 10px -5px rgba(0,0,0,0.9); */
 /* box-shadow: 0 16px 24px 2px rgba(0,0,0,0.24),0 6px 30px 5px rgba(0,0,0,0.22),0 8px 10px -5px rgba(0,0,0,0.9); */
}
.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
/* Modifier `uk-offcanvas-bar-flip`

 ========================================================================== */

.uk-offcanvas-bar-flip {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/* Panel in offcanvas

 ========================================================================== */

.uk-offcanvas .uk-panel {
  margin: 20px;
  color: #030303;
}
.uk-offcanvas .uk-panel-title {
  color: #030303;
}
.uk-offcanvas .uk-panel a:not([class]) {
  color: #ff2647;
}
.uk-offcanvas .uk-panel a:not([class]):hover {
  color: #ff2647;
}
/* ========================================================================

   Component: Switcher

 ========================================================================== */

/*

 * 1. Deactivate browser history navigation in IE11

 */

.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
  /* 1 */

  touch-action: cross-slide-y pinch-zoom double-tap-zoom;
}
/*

 * Items

 */

.uk-switcher > :not(.uk-active) {
  display: none;
}
/* ========================================================================

   Component: Text

 ========================================================================== */

/* Size modifiers

 ========================================================================== */

.uk-text-small {
  font-size: 18px;
  line-height: 18px;
}
.uk-text-large {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}
/* Weight modifiers

 ========================================================================== */

.uk-text-bold {
  font-weight: 300;
}
/* Color modifiers

 ========================================================================== */

.uk-text-muted {
  color: #8F8F8F !important;
}
.uk-text-primary {
  color: #ff2647 !important;
}
.uk-text-success {
  color: #4CAF50 !important;
}
.uk-text-warning {
  color: #FF9800 !important;
}
.uk-text-danger {
  color: #F44336 !important;
}
.uk-text-contrast {
  color: #ffffff !important;
}
/* Alignment modifiers

 ========================================================================== */

.uk-text-left {
  text-align: left !important;
}
.uk-text-right {
  text-align: right !important;
}
.uk-text-center {
  text-align: center !important;
}
.uk-text-justify {
  text-align: justify !important;
}
.uk-text-top {
  vertical-align: top !important;
}
.uk-text-middle {
  vertical-align: middle !important;
}
.uk-text-bottom {
  vertical-align: bottom !important;
}

/* Only tablets portrait and smaller */

@media (max-width: 959px) {
.uk-text-center-medium {
  text-align: center !important;
}
.uk-text-left-medium {
  text-align: left !important;
}
}


/* Phone landscape and smaller */
@media (max-width: 767px) {
  .tm-page {
    padding-top: 56px;
  }
  .uk-visible-small {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 8px rgba(0,0,0,.2);
    box-shadow: 0 1px 8px rgba(0,0,0,.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
}



.uk-text-center-small {
  text-align: center !important;
}
.uk-text-left-small {
  text-align: left !important;
}
}
/* Wrap modifiers

 ========================================================================== */

/*

 * Prevent text from wrapping onto multiple lines

 */

.uk-text-nowrap {
  white-space: nowrap;
}
/*

 * Prevent text from wrapping onto multiple lines, and truncate with an ellipsis

 */

.uk-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*

 * Break strings if their length exceeds the width of their container

 */

.uk-text-break {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.uk-text-large {
  color: #494c50;
}
/* ========================================================================

   Component: Utility

 ========================================================================== */

/* Container

 ========================================================================== */

.uk-container {
  box-sizing: border-box;
  max-width: 980px;
  padding: 0 20px;
}

/* Large screen and bigger */

@media (min-width: 1220px) {
.uk-container {
  max-width: 1400px;
  padding: 0 40px;
}
}
/*

 * Micro clearfix

 */

.uk-container:before,  .uk-container:after {
  content: "";
  display: table;
}
.uk-container:after {
  clear: both;
}
/*

 * Center container

 */

.uk-container-center {
  margin-left: auto;
  margin-right: auto;
}
/* Clearing

 ========================================================================== */

/*

 * Micro clearfix

* `table-cell` is used with `:before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit

 * `table` is used again with `:after` because `clear` only works with block elements.

 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari

 */

.uk-clearfix:before {
  content: "";
  display: table-cell;
}
.uk-clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/*

 *  Create a new block formatting context

 */

.uk-nbfc {
  overflow: hidden;
}
.uk-nbfc-alt {
  display: table-cell;
  width: 10000px;
}
/* Alignment of block elements


 ========================================================================== */

/*

 * Float blocks

 * 1. Prevent content overflow on small devices

 */

.uk-float-left {
  float: left;
}
.uk-float-right {
  float: right;
}
/* 1 */

[class*='uk-float-'] {
  max-width: 100%;
}
/* Alignment of images and objects

 ========================================================================== */

/*

 * Alignment

 */

[class*='uk-align-'] {
  display: block;
  margin-bottom: 20px;
}
.uk-align-left {
  margin-right: 20px;
  float: left;
}
.uk-align-right {
  margin-left: 20px;
  float: right;
}

/* Tablet and bigger */

@media (min-width: 768px) {
.uk-align-medium-left {
  margin-right: 20px;
  float: left;
}
.uk-align-medium-right {
  margin-left: 20px;
  float: right;
}
}
.uk-align-center {
  margin-left: auto;
  margin-right: auto;
}
/* Vertical alignment

 ========================================================================== */

/*

 * Remove whitespace between child elements when using `inline-block`

 */

.uk-vertical-align {
  font-size: 0.001px;
}
/*

 *  The `uk-vertical-align` container needs a specific height

 */

.uk-vertical-align:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/*

 * Sub-object which can have any height

 * 1. Reset whitespace hack

 */

.uk-vertical-align-middle,  .uk-vertical-align-bottom {
  display: inline-block;
  max-width: 100%;
  /* 1 */

  font-size: 1rem;
}
.uk-vertical-align-middle {
  vertical-align: middle;
}
.uk-vertical-align-bottom {
  vertical-align: bottom;
}
/* Height

 ========================================================================== */

/*

 * More robust if padding and border are used

 */

[class*='uk-height'] {
  box-sizing: border-box;
}
/*

 * Useful to extend the `html` and `body` element to the full height of the page.

 */

.uk-height-1-1 {
  height: 100%;
}
/*

 * Useful to create image teasers

 */

.uk-height-viewport {
  height: 100vh;
  min-height: 600px;
}
/* Responsive objects

 * Note: Images are already responsive by default, see Base component

 ========================================================================== */

/*

 * 1. Corrects `max-width` and `max-height` behavior if padding and border are used

 */

.uk-responsive-width,  .uk-responsive-height {
  box-sizing: border-box;
}
/*

 * Responsiveness: Sets a maximum width relative to the parent and auto scales the height

 * `important` needed to override `uk-img-preserve img`

 */

.uk-responsive-width {
  max-width: 100% !important;
  height: auto;
}
/*

 * Responsiveness: Sets a maximum height relative to the parent and auto scales the width

 * Only works if the parent element has a fixed height.

 */

.uk-responsive-height {
  max-height: 100%;
  width: auto;
}
/* Margin

 ========================================================================== */

/*

 * Create a block with the same margin of a paragraph

 * Add margin if adjacent element

 */

.uk-margin {
  margin-bottom: 20px;
}
* + .uk-margin {
  margin-top: 12px;
  margin-bottom: 5px !important;
}
.uk-margin-top {
  margin-top: 12px !important;
}
.uk-margin-bottom {
  margin-bottom: 20px !important;
}
.uk-margin-left {
  margin-left: 20px !important;
}
.uk-margin-right {
  margin-right: 20px !important;
}
/*

 * Larger margins

 */

.uk-margin-large {
  margin-bottom: 50px;
}
* + .uk-margin-large {
  margin-top: 50px;
}
.uk-margin-large-top {
  margin-top: 50px !important;
}
.uk-margin-large-bottom {
  margin-bottom: 50px !important;
}
.uk-margin-large-left {
  margin-left: 50px !important;
}
.uk-margin-large-right {
  margin-right: 50px !important;
}
/*

 * Smaller margins

 */

.uk-margin-small {
  margin-bottom: 5px;
}
* + .uk-margin-small {
  margin-top: 5px;
}
.uk-margin-small-top {
  margin-top: 5px !important;
}
.uk-margin-small-bottom {
  margin-bottom: 5px !important;
}
.uk-margin-small-left {
  margin-left: 5px !important;
}
.uk-margin-small-right {
  margin-right: 5px !important;
}
/*

 * Remove margins

 */

.uk-margin-remove {
  margin: 0 !important;
}
.uk-margin-top-remove {
  margin-top: 10px !important;
  margin-bottom: -10px !important;
}
.uk-margin-bottom-remove {
  margin-bottom: 0 !important;
}
/* Padding

 ========================================================================== */

.uk-padding-remove {
  padding: 0 !important;
}
.uk-padding-top-remove {
  padding-top: 0 !important;
}
.uk-padding-bottom-remove {
  padding-bottom: 0 !important;
}
.uk-padding-vertical-remove {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* Border

 ========================================================================== */

.uk-border-circle {
  border-radius: 50%;
}
.uk-border-rounded {
  border-radius: 4px;
}
/* Headings

 ========================================================================== */

.uk-heading-large {
  font-size: 36px;
  line-height: 46px;
}

/* Tablet and bigger */

@media (min-width: 768px) {
.uk-heading-large {
  font-size: 48px;
  line-height: 58px;
}
}
/* Link

 ========================================================================== */

/*

 * Let links appear in default text color

 */

.uk-link-muted,  .uk-link-muted a {
  color: #030303;
}
.uk-link-muted:hover,  .uk-link-muted a:hover {
  color: #030303;
}
/*

 * Reset link style

 */

.uk-link-reset,  .uk-link-reset a,  .uk-link-reset:hover,  .uk-link-reset a:hover,  .uk-link-reset:focus,  .uk-link-reset a:focus {
  color: inherit;
  text-decoration: none;
}
/* Scrollable

 ========================================================================== */

/*

 * Enable scrolling for preformatted text

 */

.uk-scrollable-text {
  height: 300px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  resize: both;
}
/*

 * Box with scrolling enabled

 */

.uk-scrollable-box {
  box-sizing: border-box;
  height: 170px;
  padding: 10px;
  border: 1px solid #dddddd;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
}
.uk-scrollable-box > :last-child {
  margin-bottom: 0;
}
/* Overflow

 ========================================================================== */

.uk-overflow-hidden {
  overflow: hidden;
}
/*

 * Enable scrollbars if content is clipped

 */

.uk-overflow-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.uk-overflow-container > :last-child {
  margin-bottom: 0;
}
/* Position

 ========================================================================== */

.uk-position-absolute,  [class*='uk-position-top'],  [class*='uk-position-bottom'] {
  position: absolute !important;
}
/* Don't use `width: 100%` because it is wrong if the parent has padding. */

.uk-position-top {
  top: 0;
  left: 0;
  right: 0;
}
.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}
.uk-position-top-left {
  top: 0;
  left: 0;
}
.uk-position-top-right {
  top: 0;
  right: 0;
}
.uk-position-bottom-left {
  bottom: 0;
  left: 0;
}
.uk-position-bottom-right {
  bottom: 0;
  right: 0;
}
/*

 * Cover

 */

.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/*

 * Relative

 */

.uk-position-relative {
  position: relative !important;
  margin-top: 0px;
}
@media (max-width: 767px) {
.uk-position-relative {
  margin-top: 3px !important;
}
}
/*

 * Z-index

 */

.uk-position-z-index {
  z-index: 1;
}
/* Display

 ========================================================================== */

/*

 * Display

 * 1. Required if child is a responsive image

 */

.uk-display-block {
  display: block !important;
}
.uk-display-inline {
  display: inline !important;
}
.uk-display-inline-block {
  display: inline-block !important;
  /* 1 */

  max-width: 100%;
}

/*

 * Visibility

 * Avoids setting display to `block` so it works also with `inline-block` and `table`

 */

/* Desktop and bigger */

@media (min-width: 960px) {
.uk-visible-small {
  display: none !important;
}
.uk-visible-medium {
  display: none !important;
}
.uk-hidden-large {
  display: none !important;
}
}

/* Tablets portrait */

@media (min-width: 768px) and (max-width: 959px) {
.uk-visible-small {
  display: none !important;
}
.uk-visible-large {
  display: none !important;
}
.uk-hidden-medium {
  display: none !important;
}
}

/* Phone landscape and smaller*/

@media (max-width: 767px) {
.uk-visible-medium {
  display: none !important;
}
.uk-visible-large {
  display: none !important;
}
.uk-hidden-small {
  display: none !important;
}
}
/* Remove from the flow and screen readers on any device */

.uk-hidden {
  display: none !important;
  visibility: hidden !important;
}
/* It's hidden, but still affects layout */

.uk-invisible {
  visibility: hidden !important;
}
/* Show on hover */

.uk-visible-hover:hover .uk-hidden,  .uk-visible-hover:hover .uk-invisible {
  display: block !important;
  visibility: visible !important;
}
.uk-visible-hover-inline:hover .uk-hidden,  .uk-visible-hover-inline:hover .uk-invisible {
  display: inline-block !important;
  visibility: visible !important;
}
/* Hide on touch */

.uk-touch .uk-hidden-touch,  .uk-notouch .uk-hidden-notouch {
  display: block !important;
}
.uk-link-reset:hover,  .uk-link-reset a:hover,  .uk-link-reset:focus,  .uk-link-reset a:focus {
  color: #ff2647;
}
/* ========================================================================

   Component: Flex

 ========================================================================== */

.uk-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.uk-flex-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
/*

 * Fixes initial flex-shrink value in IE10

 */

.uk-flex > *,  .uk-flex-inline > * {
  -ms-flex-negative: 1;
}
/* Alignment

 ========================================================================== */

/*

 * Vertical alignment

 * Default value is `stretch`

 */

.uk-flex-top {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.uk-flex-middle {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.uk-flex-bottom {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
/*

 * Horizontal alignment

 * Default value is `flex-start`

 */

.uk-flex-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.uk-flex-right {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.uk-flex-space-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  justify-content: center;
}
.uk-flex-space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
/* Direction

 ========================================================================== */

.uk-flex-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.uk-flex-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.uk-flex-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
/* Wrap

 ========================================================================== */

.uk-flex-nowrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.uk-flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.uk-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
/*

 * Horizontal alignment

 * Default value is `stretch`

 */

.uk-flex-wrap-top {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.uk-flex-wrap-middle {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}
.uk-flex-wrap-bottom {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.uk-flex-wrap-space-between {
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between;
}
.uk-flex-wrap-space-around {
  -ms-flex-line-pack: distribute;
  -webkit-align-content: space-around;
  align-content: space-around;
}
/* Item ordering

 ========================================================================== */

/*

 * Default is 0

 */

.uk-flex-order-first {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}
.uk-flex-order-last {
  -ms-flex-order: 99;
  -webkit-order: 99;
  order: 99;
}

/* Phone landscape and bigger */

@media (min-width: 480px) {
.uk-flex-order-first-small {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}
.uk-flex-order-last-small {
  -ms-flex-order: 99;
  -webkit-order: 99;
  order: 99;
}
}

/* Tablet and bigger */

@media (min-width: 768px) {
.uk-flex-order-first-medium {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}
.uk-flex-order-last-medium {
  -ms-flex-order: 99;
  -webkit-order: 99;
  order: 99;
}
}

/* Desktop and bigger */

@media (min-width: 960px) {
.uk-flex-order-first-large {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}
.uk-flex-order-last-large {
  -ms-flex-order: 99;
  -webkit-order: 99;
  order: 99;
}
}

/* Large screen and bigger */

@media (min-width: 1220px) {
.uk-flex-order-first-xlarge {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}
.uk-flex-order-last-xlarge {
  -ms-flex-order: 99;
  -webkit-order: 99;
  order: 99;
}
}
/* Item dimensions

 ========================================================================== */

/*

 * Initial: 0 1 auto

 * Content dimensions, but shrinks

 */

/*

 * No Flex: 0 0 auto

 * Content dimensions

 */

.uk-flex-item-none {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}
/*

 * Relative Flex: 1 1 auto

 * Space is allocated considering content

 * 1. Fixes flex-shrink value in IE10

 */

.uk-flex-item-auto {
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
  /* 1 */

  -ms-flex-negative: 1;
}
/*

 * Absolute Flex: 1 1 0%

 * Space is allocated solely based on flex

 */

.uk-flex-item-1 {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}



/* ========================================================================

   Component: Print

 ========================================================================== */

@media print {
*,  *:before,  *:after {
  background: transparent !important;
  color: black !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
a,  a:visited {
  text-decoration: underline;
}
pre,  blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
}
thead {
  display: table-header-group;
}
tr,  img {
  page-break-inside: avoid;
}
img {
  max-width: 100% !important;
}
@page {
  margin: 0.5cm;
}
p,  h2,  h3 {
  orphans: 3;
  widows: 3;
}
h2,  h3 {
  page-break-after: avoid;
}
}
/* ========================================================================

   Component: Dotnav

 ========================================================================== */

/*

 * 1. Gutter

 * 2. Remove default list style

 */

.uk-dotnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */

  margin-left: -15px;
  margin-top: -15px;
  /* 2 */

  padding: 0;
  list-style: none;
}
/*

 * 1. Space is allocated solely based on content dimensions

 * 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied

 */

.uk-dotnav > * {
  /* 1 */

  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */

  padding-left: 15px;
  margin-top: 15px;
}
/*

 * DEPRECATED IE9 Support

 */

.uk-dotnav:before,  .uk-dotnav:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-dotnav:after {
  clear: both;
}
.uk-dotnav > * {
  float: left;
}
/* Items

 ========================================================================== */

/*

 * Items

 * 1. Hide text if present

 */

.uk-dotnav > * > * {
  display: block;
  box-sizing: content-box;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
  /* 1 */

  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 2px solid rgba(0, 0, 0, 0);
  -webkit-transition: border .3s;
  transition: border .3s;
}
/*

 * Hover

 * 1. Apply hover style also to focus state

 * 2. Remove default focus style

 */

.uk-dotnav > * > :hover,  .uk-dotnav > * > :focus {
  background: rgba(0, 0, 0, 0);
  /* 2 */

  outline: none;
  border-color: #ff2647;
}
/* OnClick */

.uk-dotnav > * > :active {
  background: rgba(0, 0, 0, 0);
  border-color: #ff2647;
}
/* Active */

.uk-dotnav > .uk-active > * {
  background: rgba(0, 0, 0, 0);
  border-color: #ff2647;
}
/* Modifier: `uk-dotnav-contrast`

 ========================================================================== */

.uk-dotnav-contrast > * > * {
  background: rgba(0, 0, 0, 0);
}
/*

 * Hover

 * 1. Apply hover style also to focus state

 */

.uk-dotnav-contrast > * > :hover,  .uk-dotnav-contrast > * > :focus {
  background: rgba(0, 0, 0, 0);
  border-color: #ffffff;
}
/* OnClick */

.uk-dotnav-contrast > * > :active {
  background: rgba(0, 0, 0, 0);
  border-color: #ffffff;
}
/* Active */

.uk-dotnav-contrast > .uk-active > * {
  background: rgba(0, 0, 0, 0);
  border-color: #ffffff;
}
/* Modifier: 'uk-dotnav-vertical'

 ========================================================================== */

/*

 * DEPRECATED

 */

.uk-dotnav-vertical {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
/*

 * DEPRECATED IE9 Support

 */

.uk-dotnav-vertical > * {
  float: none;
}
.uk-dotnav > li {
  position: relative;
}
.uk-dotnav > li > a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 22px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.uk-dotnav > li.uk-active > a:before,  .uk-dotnav > li > a:hover:before,  .uk-dotnav > li > a:active:before {
  content: '';
  background: rgba(0, 0, 0, 0);
}
.uk-dotnav-contrast > li > a:before {
  background: #ffffff;
}
/* ========================================================================

   Component: Slidenav

 ========================================================================== */

/*

 * 1. Required for `a` elements

 * 2. Dimension

 * 3. Style

 */

.uk-slidenav {
  /* 1 */

  display: inline-block;
  /* 2 */

  box-sizing: border-box;
  width: 50px;
  height: 50px;
  /* 3 */

  line-height: 50px;
  color: rgba(50, 50, 50, 0.4);
  font-size: 60px;
  text-align: center;
  position: relative;
  background: #ffffff;
  opacity: 0.90;
  border-radius: 100px;
  margin: 10px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  transition: all 0.2s ease-in-out;
}
/*

 * Hover

 * 1. Apply hover style also to focus state

 * 2. Remove default focus style

 * 3. Required for `a` elements

 * 4. Style

 */

.uk-slidenav:hover,  .uk-slidenav:focus {
  /* 2 */

  outline: none;
  /* 3 */

  text-decoration: none;
  /* 4 */
  opacity: 1;
  color: rgba(50, 50, 50, 0.8);
  cursor: pointer;
  -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.2);
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  transition: all 0.2s ease-in-out;
}
/* Active */

.uk-slidenav:active {
  color: rgba(50, 50, 50, 0.9);
}
/*

 * Icons

 */

.uk-slidenav-previous:before {
  content: "";
  font-family: FontAwesome;
}
.uk-slidenav-next:before {
  content: "";
  font-family: FontAwesome;
}
/* Sub-object: `uk-slidenav-position`

 ========================================================================== */

/*

 * Create position context

 */

.uk-slidenav-position {
  position: relative;
}
/*

 * Center vertically

 */

.uk-slidenav-position .uk-slidenav {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -25px;
}
.uk-slidenav-position:hover .uk-slidenav {
  display: block;
}
.uk-slidenav-position .uk-slidenav-previous {
  left: 0;
}
.uk-slidenav-position .uk-slidenav-next {
  right: 0;
}
/* Modifier: `uk-slidenav-contrast`

 ========================================================================== */

.uk-slidenav-contrast {
  color: rgba(255, 255, 255, 0.5);
}
/*

 * Hover

 * 1. Apply hover style also to focus state

 */

.uk-slidenav-contrast:hover,  .uk-slidenav-contrast:focus {
  color: rgba(255, 255, 255, 0.7);
}
/* Active */

.uk-slidenav-contrast:active {
  color: rgba(255, 255, 255, 0.9);
}
.uk-slidenav-previous,  .uk-slidenav-next {
  background-image: url("../less/uikit/images/default/icon-arrow.svg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  margin-top: -10px !important;
}
.uk-slidenav-previous {
  background-position: 50% -100px;
}
.uk-slidenav-previous:hover,  .uk-slidenav-next:hover {
  opacity: 1;
}

@media (min-width: 1220px) {
.uk-slidenav {
  width: 80px;
  height: 80px;
}
.uk-slidenav-previous {
  background-position: 50% -85px;
}
.uk-slidenav-next {
  background-position: 50% 15px;
}
}


/* ========================================================================

   TAYFUN AKORDEON SSS

 ========================================================================== */



/* ========================================================================
   ÖZEL SSS AKORDEON MODÜLÜ (MODERN KART TASARIMI - SOFT UI)
   ========================================================================== */

.rekor-faq-kapsayici {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.rekor-faq-item {
  background-color: #ffffff;
  border: none;
  border-radius: 12px; /* Köşeler daha fazla yuvarlatıldı (eski: 4px) */
  margin-top: 0 !important;
  margin-bottom: 30px !important; /* Sorular arası boşluk artırıldı (eski: 17px) */
  overflow: hidden; 
  box-sizing: border-box;
  box-shadow: none !important; /* Gölge tamamen kaldırıldı */
  transition: transform 0.3s ease; /* Gölge geçişi silindi, sadece transform kaldı */
}

.rekor-faq-item:hover {
  box-shadow: none !important; /* Hover durumundaki gölge de kaldırıldı */
  transform: translateY(-2px); 
}

h3.accordiont {
  background-color: transparent;
  border: none; 
  cursor: pointer;
  padding: 32px 60px 32px 30px !important; 
  width: 100%;
  text-align: left;
  outline: none;
  margin: 0 !important; 
  display: block; 
  position: relative;
  transition: color 0.3s ease;
  box-sizing: border-box; 
  -webkit-user-select: none;
  user-select: none;
  z-index: 2;
  font-weight: 300;
  line-height: 1.5; 

}

h3.accordiont:hover {
  color: #111111 !important; 
}

h3.accordiont.activet {
  color: #ff2647 !important; 
}

h3.accordiont::before, 
h3.accordiont::after {
  content: '';
  position: absolute;
  top: 50%;
  background-color: currentColor; 
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, background-color 0.3s ease;
  border-radius: 2px; 
}

h3.accordiont::after {
  width: 16px;
  height: 2px;
  right: 30px; 
  margin-top: -1px; 
}

h3.accordiont::before {
  width: 2px;
  height: 16px;
  right: 37px; 
  margin-top: -8px; 
}

h3.accordiont.activet::before {
  transform: rotate(90deg);
  opacity: 0;
}
h3.accordiont.activet::after {
  background-color: #ff2647; 
}

.panelt {
  background-color: transparent; 
  border: none;
  padding: 0 30px 0 30px; 
  max-height: 0;
  overflow: hidden;
  opacity: 0; 
  transition: max-height 0.4s ease-out, opacity 0.4s ease-out, padding 0.4s ease-out; 
  box-sizing: border-box;
}

h3.accordiont.activet + .panelt {
  padding-top: 5px; 
  padding-bottom: 25px; 
  opacity: 1; 
}


/* Masaüstü Ekranlarda Sol Hizalama Eşitlemesi */
@media (min-width: 768px) {
  h3.accordiont {
    /* Sağ taraf 60px kalıyor, sol taraf 30px'ten CTA kutusuyla aynı olan 50px'e çıkıyor */
    padding: 35px 60px 35px 50px !important; 
  }
  
  .panelt {
    /* Açılır içeriğin de başlıkla aynı hizada olması için sol ve sağ boşlukları 50px yapıldı */
    padding: 0 50px 0 50px !important; 
  }
}


/* ========================================================================
   SSS - DAHA FAZLA SORU (CTA) KARTI
   ========================================================================== */

.rekor-faq-cta-kapsayici {
  width: 100%;
  margin: 40px auto 0 auto;
  box-sizing: border-box;
}

.rekor-faq-cta {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 45px 50px; 
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
}

.cta-icerik h3 {
  margin: 0 0 10px 0;
  color: #2c3e50;
  font-weight: 600;
}

.cta-icerik p {
  margin: 0;
}

.cta-buton {
  background-color: #ff2647;
  color: #ffffff !important;
  padding: 16px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 300;
  display: inline-flex;
  align-items: center;
  justify-content: center; 
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 38, 71, 0.3);
  white-space: nowrap; 
  box-sizing: border-box; 
  cursor: pointer;
}

.cta-buton:hover {
  background-color: #fc4662;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 38, 71, 0.4);
  text-decoration: none;
}

@media (max-width: 767px) {
  .rekor-faq-cta {
    flex-direction: column;
    text-align: center;
    padding: 35px 25px; 
    gap: 20px;
  }
  
  .cta-buton {
    width: 100%;
  }
}



/* ========================================================================

   Tayfun Acoordion Bitiş

 ========================================================================== */





/* ========================================================================

   Component: Slider

 ========================================================================== */

/*

 * 1. Create position context

 * 2. Create stacking context to prevent z-index issues with other components

 * 3. Deactivate browser history navigation in IE11

 */

.uk-slider {
  /* 1 */

  position: relative;
  /* 2 */

  z-index: 0;
  /* 3 */

  touch-action: pan-y;
}
/*

 * 1. Reset list style without interfering with grid

 */

.uk-slider:not(.uk-grid) {
  /* 1 */

  margin: 0;
  padding: 0;
  list-style: none;
}
/*

 * Sub-object item

 * 1. Position items above each other

 */

.uk-slider > * {
  /* 1 */

  position: absolute;
  top: 0;
  left: 0;
}
/*

 * Clip child elements

 */

.uk-slider-container {
  overflow: hidden;
}
/*

 * Dragged

 */

.uk-slider:not(.uk-drag) {
  -webkit-transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
}
/*

 * 1. Makes text unselectable

 */


/*

 * 1. Prevents images and links from being dragged (default browser behavior)

 * 2. Disables the default callout shown when you touch and hold a touch target

 * Currently only works in Webkit

 */

.uk-slider a,  .uk-slider img {
  /* 1 */

  -webkit-user-drag: none;
  user-drag: none;
  /* 2 */

  -webkit-touch-callout: none;
}
/*

 * 1. Prevents images and links from being dragged in Firefox

 */

.uk-slider img {
  pointer-events: none;
}
/* Modifier: `uk-slider-fullscreen`

 ========================================================================== */

.uk-slider-fullscreen,  .uk-slider-fullscreen > li {
  height: 100vh;
}
/* ========================================================================

   Component: Slideshow

 ========================================================================== */

/*

 * 1. Create position context

 * 2. Create stacking context to prevent 
 issues with other components

 * 3. Set width because child elements are positioned absolute. Height is set via JS

 * 4. Reset list style

 * 5. Clip child elements

 * 6. Deactivate browser history navigation in IE11

 */

.uk-slideshow {
  /* 1 */

  position: relative;
  /* 2 */

  z-index: 0;
  /* 3 */

  width: 100%;
  /* 4 */

  margin: 0;
  padding: 0;
  list-style: none;
  /* 5 */

  overflow: hidden;
  /* 6 */

  touch-action: pan-y;
}
/*

 * Sub-object item

 * 1. Position items above each other

 * 2. Expand to parent container width

 * 3. Hide by default

 */

.uk-slideshow > li {
  /* 1 */

  position: absolute;
  top: 0;
  left: 0;
  /* 2 */

  width: 100%;
  /* 3 */

  opacity: 0;
}
/*

 * Active

 * 1. Stack at first

 * 2. Show slide

 */

.uk-slideshow > .uk-active {
  /* 1 */

  z-index: 10;
  /* 2 */

  opacity: 1;
}
/*

 * Hide default images which is only relevant to keep existing proportions

 */

.uk-slideshow > li > img {
  visibility: hidden;
}
/*

 * Pointer for controls

 */

[data-uk-slideshow-slide] {
  cursor: pointer;
}
/* Modifier: `uk-slideshow-fullscreen`

 ========================================================================== */

.uk-slideshow-fullscreen,  .uk-slideshow-fullscreen > li {
  height: 93.14vh !important;
}
/* Animations

 ========================================================================== */

/*

 * Fade

 */

.uk-slideshow-fade-in {
  -webkit-animation: uk-fade 0.5s linear;
  animation: uk-fade 0.5s linear;
}
.uk-slideshow-fade-out {
  -webkit-animation: uk-fade 0.5s linear reverse;
  animation: uk-fade 0.5s linear reverse;
}
/*

 * Scroll

 */

.uk-slideshow-scroll-forward-in {
  -webkit-animation: uk-slide-right 0.5s ease-in-out;
  animation: uk-slide-right 0.5s ease-in-out;
}
.uk-slideshow-scroll-forward-out {
  -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
  animation: uk-slide-left 0.5s ease-in-out reverse;
}
.uk-slideshow-scroll-backward-in {
  -webkit-animation: uk-slide-left 0.5s ease-in-out;
  animation: uk-slide-left 0.5s ease-in-out;
}
.uk-slideshow-scroll-backward-out {
  -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
  animation: uk-slide-right 0.5s ease-in-out reverse;
}
/*

 * Scale

 */

.uk-slideshow-scale-out {
  -webkit-animation: uk-fade-scale-15 0.5s ease-in-out reverse;
  animation: uk-fade-scale-15 0.5s ease-in-out reverse;
}
/*

 * Swipe

 */

.uk-slideshow-swipe-forward-in {
  -webkit-animation: uk-slide-left-33 0.5s ease-in-out;
  animation: uk-slide-left-33 0.5s ease-in-out;
}
.uk-slideshow-swipe-forward-out {
  -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
  animation: uk-slide-left 0.5s ease-in-out reverse;
}
.uk-slideshow-swipe-backward-in {
  -webkit-animation: uk-slide-right-33 0.5s ease-in-out;
  animation: uk-slide-right-33 0.5s ease-in-out;
}
.uk-slideshow-swipe-backward-out {
  -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
  animation: uk-slide-right 0.5s ease-in-out reverse;
}
.uk-slideshow-swipe-forward-in:before,  .uk-slideshow-swipe-backward-in:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.9);
  -webkit-animation: uk-fade 0.5s ease-in-out reverse;
  animation: uk-fade 0.5s ease-in-out reverse;
}



/* ========================================================================

   Component: Sticky

 ========================================================================== */

/*

 * 1. More robust if padding and border are used

 */

[data-uk-sticky].uk-active {
  z-index: 980;
  /* 1 */

  box-sizing: border-box;
}
/*

 * Faster animations

 */

[data-uk-sticky][class*='uk-animation-'] {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
[data-uk-sticky].uk-animation-reverse {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
html {
  overflow-y: scroll;
}
.tm-page {
  background: #fafafa;
  z-index: 1;
}
.tm-page-container {
  z-index: 1000;
}
.tm-container {
  max-width: 1903px;
}
.tm-container-small {
  max-width: 980px;
}
.tm-container-medium {
  max-width: 1400px;
}

@media (min-width: 1220px) {
.tm-page-container {
  border: none;
  border-bottom: 0;
}
.tm-container-small {
  margin-top: 30px;
}
.tm-header-absolute .tm-container-small {
  margin-top: 0;
}
}

@media (min-width: 1900px) {
.tm-page-container {
  border: none;
  margin-top: 0;
}
.tm-header-absolute .tm-page-container {
  margin-top: 0;
}
}
[class*='tm-block-padding'] {
  padding: 20px;
}

@media (min-width: 960px) {
.tm-block-padding {
  padding: 40px 80px;
}
.tm-block-padding-large {
  padding: 140px 80px;
}
.tm-block-padding-small {
  padding: 20px 80px;
}
}
.tm-block-divider > div {
  position: relative;
}
.tm-block-divider > div > section:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dddddd;
}
.tm-block-divider > div > section:before {
  top: 0;
}
.tm-block-padding.tm-block-divider > div > section:before,  .tm-block-padding-small.tm-block-divider > div > section:before,  .tm-block-padding-large.tm-block-divider > div > section:before {
  top: -20px;
}

@media (min-width: 960px) {
.tm-block-padding.tm-block-divider > div > section:before {
  top: -40px;
}
.tm-block-padding-large.tm-block-divider > div > section:before {
  top: -140px;
}
}
.tm-header-absolute .tm-top-hero > div {
  padding-top: 0;
}

@media (min-width: 1220px) {
.tm-top-hero {
  position: absolute;
  top: 0;
  right: 0;
  /*bottom: 250px;*/
  left: 0;
}
.tm-hero-container + [class*='tm-container'] {
  margin-top: -250px;
}
.tm-navbar + .tm-hero-container,  .uk-sticky-placeholder + .tm-hero-container {
  min-height: calc(100vh - 80px) !important;
}
.tm-navbar-absolute + .tm-hero-container,  .tm-header-absolute .uk-sticky-placeholder + .tm-hero-container {
  min-height: 100vh !important;
}
}
.tm-bottom-hero {
  height: 100vh;
}
.tm-bottom-hero-container {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100vh;
}
.tm-main-top + .tm-content,  .tm-content + .tm-main-bottom {
  padding-top: 20px;
}

@media (min-width: 1220px) {
.tm-main-top + .tm-content,  .tm-content + .tm-main-bottom {
  padding-top: 1px;
}
}
.tm-logo path,  .tm-logo-small path {
/* fill: #000000; */

}
.tm-logo-small {
  letter-spacing: -0.31em;
}
.tm-toolbar {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #ebebeb;
  color: #030303;
  z-index: 1001;
  font-size: 14px;
  font-weight: 300;
}
.tm-toolbar a {
  color: #030303;
  font-size: 14px;
  font-weight: 300;
}
.tm-toolbar > div {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.tm-toolbar .uk-subnav-line > :nth-child(n+2):before {
  border-color: rgba(255, 255, 255, 0.04);
}

@media (min-width: 1220px) {
.tm-toolbar > div {
  padding-left: 90px;
  padding-right: 90px;
}
}
.tm-navbar {
  background: #ffffff;
}
.tm-navbar > .tm-container {
  max-width: 1920px;
}
.tm-navbar > .tm-container-small {
  max-width: 1000px;
}
.tm-navbar .uk-navbar {
  padding: 15px 15px;
  box-sizing: border-box;
}
.tm-navbar[data-uk-dropdown-overlay] .uk-dropdown-navbar {
  padding-bottom: 30px;
}
.tm-navbar[data-uk-dropdown-overlay] .uk-dropdown {
  box-shadow: none;
}

@media (min-width: 768px) {
.tm-navbar {
  height: 90px;
  padding: 0;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
}
.tm-navbar .uk-navbar {
  padding: 0 20px;
}
}

@media (min-width: 1220px) {
.tm-navbar .uk-navbar {
  padding: 0 50px;
}
}
.tm-navbar-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.tm-navbar,  .tm-page .uk-sticky-placeholder {
  position: relative;
  z-index: 1001;
}
.tm-navbar-content > * {
  padding-left: 20px;
}
.tm-navbar-overlay:not([hidden]) {
  -webkit-animation: none;
  animation: none;
}
.tm-navbar-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.tm-navbar-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  -webkit-transition: background-color 0.5s ease-out 0.8s;
  transition: background-color 0.5s ease-out 0.8s;
}
.tm-navbar-absolute:hover {
  background: #ffffff;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.tm-navbar-absolute.uk-contrast:hover,  .tm-navbar-absolute.uk-block-primary:hover,  .tm-navbar-absolute.uk-block-secondary:hover {
  background: #2a2a2a;
}
.tm-navbar-absolute .uk-navbar {
  background: rgba(255,255,255,0.85);
}






/* ======================================================
   RS MODERN FOOTER V3 - TAM EKRAN, TİTREMESİZ VE ORTALANMIŞ
   (Sabit menü boşluğu ve scroll snap güncellemeleri içerir)
   ====================================================== */

/* --- KAYDIRMA HİZALAMASI --- */
html {
    scroll-snap-type: y proximity;
}

/* --- FOOTER ANA KAPSAYICI --- */
.tm-footer {
    min-height: 100svh !important; 
    background-color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    
    /* GÜNCELLEME: Mobil menü yüksekliğini telafi etmek için asimetrik padding */
    padding: 160px 20px 80px 20px !important; 
    
    margin: 0 !important;
    box-sizing: border-box !important;
    
    /* GÜNCELLEME: Footer'ın başlangıcını ekrana kilitler */
    scroll-snap-align: start; 
}

/* --- İÇERİK KAPSAYICISI --- */
.rs-footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 1000px; 
    width: 100%;
    gap: 40px; 
}

/* --- BAŞLIK VE PARAGRAF --- */
.rs-footer-header h2 {
    font-size: 26px; 
    font-weight: 500;
    color: #111111;
    margin: 0 0 12px 0;
    line-height: 1.3;
}
.rs-footer-header h2 strong {
    font-weight: 700;
}
.rs-footer-header p {
    font-size: 17px; 
    color: #000000;
    margin: 0;
    line-height: 1.5; 
}

/* --- AKSİYON BUTONU --- */
.rs-footer-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ff2a4b; 
    color: #ffffff !important;
    font-size: 17px; 
    font-weight: 600;
    padding: 16px 36px; 
    border-radius: 50px; 
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(255, 42, 75, 0.20); 
}
.rs-footer-btn:hover {
    background-color: #e61d3d;
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(255, 42, 75, 0.30);
    text-decoration: none;
}

/* --- MENÜ LİNKLERİ --- */
.rs-footer-links {
    display: flex;
    flex-wrap: wrap; 
    gap: 15px 30px; 
    justify-content: center;
}
.rs-footer-links a {
    color: #000000;
    text-decoration: none;
    font-size: 16px; 
    font-weight: 300;
    transition: color 0.3s ease;
}
.rs-footer-links a:hover {
    color: #ff2a4b;
}

/* --- SOSYAL MEDYA İKONLARI --- */
.rs-footer-social {
    display: flex;
    gap: 22px;
    justify-content: center;
    align-items: center;
}
.rs-footer-social a {
    display: flex;
    color: #555555;
    transition: all 0.3s ease;
}
.rs-footer-social a:hover {
    color: #ff2647;
    transform: scale(1.50); 
}
.rs-footer-social svg {
    width: 24px; 
    height: 24px;
    fill: currentColor;
}

/* --- TELİF HAKKI (COPY) --- */
.rs-footer-copy {
    font-size: 16px; 
    color: #000000; 
    margin-top: -10px;
    font-weight: 300;
}


/* ======================================================
   DESKTOP VE BÜYÜK EKRANLAR (Tek blokta birleştirildi)
   ====================================================== */
@media (min-width: 992px) { 
    .tm-footer {
        /* GÜNCELLEME: Masaüstünde başlığın optik ağırlığını dengelemek için */
        padding: 90px 20px 60px 20px !important; 
    }

    .rs-footer-content {
        gap: 60px; 
    }
    
    .rs-footer-header h2 {
        font-size: 42px; 
        margin: 0 0 20px 0;
    }
    
    .rs-footer-header p {
        font-size: 21px; 
        max-width: 700px; 
        margin: 0 auto;
    }

    .rs-footer-btn {
        font-size: 20px; 
        padding: 18px 55px; 
    }

    .rs-footer-links {
        gap: 50px; 
    }
    
    .rs-footer-links a {
        font-size: 19px; 
    }

    .rs-footer-social {
        gap: 30px;
    }
    
    .rs-footer-social svg {
        width: 32px; 
        height: 32px;
    }

    .rs-footer-copy {
        font-size: 18px; 
        margin-top: -15px;
        color: #000000;
    }
}












.tm-smoothscroll-bar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 22px;
  padding-right: 20px;
  z-index: 1000;
}
.tm-totop-scroller {
  display: block;
  width: 45px;
  height: 100px;
  background: #030303;
  transition: background .3s;
  -webkit-transition: background .3s;
}
.tm-totop-scroller:before {
  content: '';
  position: absolute;
  width: 45px;
  height: 100px;
  background: url('../images/default/totop-scroller.svg') 0 0 no-repeat;
}
.tm-totop-scroller:hover {
  background: #ff2647;
}

@media (min-width: 768px) {
.tm-totop-scroller {
  position: absolute;
  bottom: 0;
  right: 0;
}
}
.tm-article-date {
  position: absolute;
  width: 50px;
  font-style: normal;
}

@media (min-width: 960px) {
.tm-article-date + div {
  padding-left: 70px;
}
}
.tm-article-date span {
  display: block;
  max-width: 50px;
}
.tm-article-date-day {
  height: 45px;
  background: rgba(0, 0, 0, 0);
  color: #494c50;
  border: 1px solid #dddddd;
  font-size: 20px;
  line-height: 45px;
}
.uk-icon-tags:before {
  content: "\f02c";
}
.tm-article-date-month {
  color: #adb1b4;
  font-size: 14px;
}
.tm-error-icon {
  font-size: 250px;
}
.tm-error-headline {
  font-size: 100px;
}
.tm-offline {
  width: 300px;
}
.tm-socialbuttons {
  line-height: 1;
}
.tm-socialbuttons > div {
  margin-right: 10px;
  float: left;
}
.alignleft {
  display: block;
  margin-right: 20px;
  float: left;
}
.alignright {
  display: block;
  margin-left: 20px;
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.tm-hue-rotate {
  -webkit-animation: hue-rotation 5s linear 0ms !important;
  animation: hue-rotation 5s linear 0ms !important;
}
 @-webkit-keyframes hue-rotation {
 0% {
 -webkit-filter: hue-rotate(0);
 filter: hue-rotate(0);
}
 100% {
 -webkit-filter: hue-rotate(360deg);
 filter: hue-rotate(360deg);
}
}
 @keyframes hue-rotation {
 0% {
 -webkit-filter: hue-rotate(0);
 filter: hue-rotate(0);
}
 100% {
 -webkit-filter: hue-rotate(360deg);
 filter: hue-rotate(360deg);
}
}
[data-tw]:not(.type-writing) {
  opacity: 0;
}

/* Tablet and bigger */
@media (min-width: 768px) {
.tm-title-large {
  font-size: 54px;
  line-height: 23px;
  font-family: 'Euclid Circular', 'helvetica', 'arial', sans-serif;
  font-weight: 500;
  letter-spacing: -3px;
}
}

/* Phone landscape and smaller */
 @media (max-width: 767px) {
.tm-title-large {
  font-size: 30px;
  line-height: 23px;
  font-family: 'Euclid Circular', 'helvetica', 'arial', sans-serif;
  font-weight: 400;
  letter-spacing: -1px;
}
}

.tm-text-color-1 {
  color: #ff2647 !important;
}
.tm-text-color-2 {
  color: #ff381c !important;
}
.tm-text-color-3 {
  color: #0054ff !important;
}
.tm-text-color-4 {
  color: #f1078b !important;
}
.tm-text-color-5 {
  color: #07f1d8 !important;
}
.tm-title-dash {
  padding-left: 30px;
  position: relative;
}
.tm-title-dash:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 2px;
  background: #e2e4e5;
}
.tm-title-dash + .uk-list {
  padding-left: 30px;
}
.tm-subnav-line > :nth-child(n+2) {
  padding-left: 42px;
}
.tm-subnav-line > :nth-child(n+2):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 2px;
  margin-left: 12px;
  background: #dddddd;
}
.tm-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px !important;
}
.tm-title > * {
  padding-right: 10px;
}
.tm-title:after {
  content: '';
  display: block;
  -ms-flex-align: end;
  align-self: flex-end;
  height: 2px;
  background: #ececec;
  margin-bottom: 10px;
  margin-left: 10px;
  flex: 1 0 0%;
}
.tm-button-link {
  padding-left: 2px;
  color: #ff2647;
  text-decoration: none;
}

.tm-button-link:hover {
  color: #ff2647;
  text-decoration: underline;
}
.tm-margin-large-top {
  margin-top: 40px !important;
}
.tm-margin-large-bottom {
  margin-bottom: 40px !important;
}

@media (min-width: 1220px) {
.tm-margin-large-top {
  margin-top: 100px !important;
}
.tm-margin-large-bottom {
  margin-bottom: 100px !important;
}
}
.tm-shadow {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

@media (min-width: 1220px) {
.tm-top-hero-gradient:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
}
.tm-slidenav {
  height: 50px;
  font-weight: 400;
}
.tm-slidenav .tm-slidenav-count {
  display: none;
}
.tm-slidenav .tm-slidenav-count {
  font-size: 24px;
  color: rgba(255, 255, 255, 1);
  font-style: normal;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}
.tm-slidenav .uk-slidenav {
  display: table-cell;
}
.tm-slidenav .tm-slidenav-container a:first-child:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  width: 1px;
  height: 10px;
  background: #e2e4e5;
}
.tm-slidenav .tm-slidenav-container:hover a:first-child:before {
  opacity: 0;
}

@media (min-width: 768px) {
.tm-slidenav .tm-slidenav-count {
  display: block;
}
.tm-slidenav .tm-slidenav-count ul {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tm-slidenav .tm-slidenav-count ul > li {
  position: absolute;
  top: 0;
  line-height: 50px;
  opacity: 0;
  transition: opacity .5s;
  -webkit-transition: opacity .5s;
}
.tm-slidenav .tm-slidenav-count ul > li.uk-active {
  opacity: 1;
}
.tm-slidenav .tm-current {
  color: #ffffff;
}
.tm-slidenav .tm-total {
  float: right;
  line-height: 50px;
  margin-left: 30px;
}
}

@media (min-width: 1220px) {
.tm-slidenav {
  height: 80px;
}
.tm-slidenav .tm-slidenav-count ul > li {
  line-height: 80px;
}
.tm-slidenav .tm-total {
  line-height: 80px;
}
}

.slider-textshadow {
 text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
 color: #ffffff;
}


/* Youtube Hızlı Yükleme Css Kodu

 ========================================================================== */

.youtube { /* continer (responsive) */
  position: relative;
  cursor: pointer;
  background: #ccc no-repeat center center / cover;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0px;
  clear: both;
  border-radius: 12px;
  -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.2);
}
.youtube::before { /* play bubble */
  content: '';
  background: #ff2647;
  height: 80px;
  width: 80px;
  display: block;
  margin: -40px 0 0 -40px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: none;
  transition: all .1s ease;
  z-index: 1;
}
.youtube:hover::before { /* play bubble hover */
  background: #ff2647;
  box-shadow: 0 6px 15px 0 rgba(255, 38, 71, 0.8);
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}
.youtube::after { /* Play Triangle */
  content: '';
  width: 0;
  height: 0;
  line-height: 0px;
  display: block;
  border-style: solid;
  border-width: 20px 0 20px 40px;
  margin: -20px 0 0 -15px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 0;
  z-index: 2;
}
.youtube iframe { /* youtube embed (responsive) */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  border-radius: 4px;
}

@media (max-width: 767px) {

.youtube { /* continer (responsive) */
  position: relative;
  cursor: pointer;
  background: #ccc no-repeat center center / cover;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0px;
  clear: both;
  border-radius: 12px;
  -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.2);
}
.youtube::before { /* play bubble */
  content: '';
  background: #ff2647;
  height: 50px;
  width: 50px;
  display: block;
  margin: -26px 0 0 -26px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: none;
  transition: all .1s ease;
  z-index: 1;
}
.youtube:hover::before { /* play bubble hover */
  background: #ff2647;
  box-shadow: 0 6px 15px 0 rgba(255, 38, 71, 0.8);
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}
.youtube::after { /* Play Triangle */
  content: '';
  width: 0;
  height: 0;
  line-height: 0px;
  display: block;
  border-style: solid;
  border-width: 13px 0 13px 25px;
  margin: -15px 0 0 -10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 0;
  z-index: 2;
}
.youtube iframe { /* youtube embed (responsive) */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  border-radius: 4px;
}	
	
}





/* ========================================================================

                TAWK DESKTOP SAĞ ALT KÖŞE FİXED BAŞLANGIÇ

 ========================================================================== */
@media (max-width: 767px) {
  .wa__btn_popup {
    display: none !important;
  }
}

.wa__btn_popup {
  position: fixed;
  right: 22px;
  bottom: 22px;
  cursor: pointer;
  z-index: 3; /* Eksik noktalı virgül eklendi */
  /* --- BÜYÜTME KODLARI --- */
  transform: scale(1.2); 
  transform-origin: bottom right; 
}

.wa__btn_popup .wa__btn_popup_icon {
  width: 56px;
  height: 56px;
  background: #ff2647;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  /* Modern ve yumuşak ana buton gölgesi */
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.15);
  /* Hover animasyonunun yumuşak olması için geçiş efekti */
  transition: all 0.3s ease; 
}

.wa__btn_popup .wa__btn_popup_icon:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent url(../images/chat_logo.svg) center center no-repeat;
  background-size: 30px auto;
  -webkit-background-size: 30px auto;
  -moz-background-size: 30px auto;
}

.wa__btn_popup .wa__btn_popup_txt {
  position: absolute;
  width: 90px;
  right: 100%;
  background-color: #ffffff;
  font-size: 15px;
  padding: 15px 22px 15px 22px;
  margin-right: 7px;
  letter-spacing: -.03em;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  
  /* YENİ: BEYAZ ZEMİNDEN AYIRAN GÖLGE VE ÇİZGİ EFEKTİ */
  border: 1px solid rgba(0, 0, 0, 0.05); /* Çok hafif, zarif bir dış çizgi */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12); /* Gölge daha geniş ve bir tık daha koyu */
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  
  /* (İsteğe bağlı) Yazı rengini biraz daha koyulaştırarak kontrastı artırabilirsiniz */ 
  font-weight: 400;
}

/* --- HOVER (ÜZERİNE GELİNCE) EFEKTİ --- */
.wa__btn_popup:hover .wa__btn_popup_icon {
  transform: translateY(-3px); /* Buton hafifçe yukarı kalkar */
  box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.2); /* Kalktığı için gölgesi artar */
}
/* ========================================================================

                TAWK DESKTOP SAĞ ALT KÖŞE FİXED BİTİŞ

 ========================================================================== */





/* ========================================================================

                     MOBİL BOTTOM FİXED MENÜ BAŞLANGIÇ 

 ========================================================================== */

/* Masaüstü ve Tablet (Gizli) */
@media (min-width: 768px) {
  .uk-visible-small-bottom {
    display: none !important;
  }
}

/* Mobil Alt Sabit Menü (Birleştirilmiş Nihai Kod) */
@media (max-width: 767px) {
  .uk-visible-small-bottom {
    position: fixed;
    bottom: 4px;
    left: 0;
    right: 0;
    width: 90%;
    height: 64px;
    margin: auto;
    border: 1px solid white;
    border-radius: 50px; 
    box-sizing: border-box;
    
    /* Gölgelendirme ve Bulanıklık */
    -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 8px rgba(0,0,0,.2);
    box-shadow: 0 1px 8px rgba(0,0,0,.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    
    /* Arka Plan Rengi */
    background-color: rgba(245, 245, 245, 0.8);
    
    /* Flex Ayarları */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    z-index: 100;

    /* --- GİZLEME VE ANİMASYON (YENİ EKLENEN KISIM) --- */
    /* Başlangıçta görünmez ve tıklanamaz yap, biraz aşağı kaydır */
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    /* Yumuşak bir geçiş efekti ekle */
    transition: all 0.3s ease-in-out;
  }

  /* --- JS İLE TETİKLENECEK SINIF (YENİ EKLENEN KISIM) --- */
  .uk-visible-small-bottom.goster {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.mobil-menu-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  padding-top: 6px;
  text-align: center;
  z-index: 101;
}

.mobil-menu-icons {
  line-height: 1;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  display: inline-block;
  word-wrap: normal;
  z-index: 101;
}

.mobil-menu-icons-chat{
  content: '';
  width: 100%;
  height: 30px;
  background: transparent url(../images/icons-chat-mobile.svg) center center no-repeat;
  line-height: 1;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  display: inline-block;
  word-wrap: normal;
  z-index: 101;
}

.mobil-menu-icons-map{
  content: '';
  width: 100%;
  height: 30px;
  background: transparent url(../images/icons-map-mobile.svg) center center no-repeat;
  line-height: 1;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  display: inline-block;
  word-wrap: normal;
  z-index: 101;
}

.mobil-menu-icons-phone{
  content: '';
  width: 100%;
  height: 30px;
  background: transparent url(../images/icons-phone-mobile.svg) center center no-repeat;
  line-height: 1;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  display: inline-block;
  word-wrap: normal;
  z-index: 101;
}

/* ========================================================================

                     MOBİL BOTTOM FİXED MENÜ BİTİŞ 

 ========================================================================== */





/* ========================================================================

   GİTAR METOT DYN TUBE VİDEO PLAYER MODAL AÇILIR VİDEO

 ========================================================================== */

/* İsteğe göre değiştirilebilir değerler */
:root {
  --dyntube-radius: 50px;
  --dyntube-max-width: 720px;
}

/* Ana kapsayıcı */
.dyntube-wrap {
  display: flex;
  justify-content: center;   /* yatayda ortala */
  align-items: flex-start;   /* yukarı hizala (navbar taşmasını önler) */
  width: 95%;
  
  margin: 0 auto;
  padding: 0;
}

/* Video oran kabı */
.dyntube {
  position: relative;
  width: 100%;
  max-width: var(--dyntube-max-width);
  aspect-ratio: 1 / 1;       /* varsayılan oran (1080x1350) */
  border-radius: var(--dyntube-radius);
  overflow: hidden;
}

/* İsteğe bağlı yardımcı sınıflar */
.dyntube--shadow {
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.2);
}
.dyntube--ar-1-1 { aspect-ratio: 1 / 1; }
.dyntube--ar-4-5 { aspect-ratio: 4 / 5; }
.dyntube--ar-4-3 { aspect-ratio: 4 / 3; }
.dyntube--ar-16-9 { aspect-ratio: 16 / 9; }

/* Dyntube’un iframe'ini tam doldur */
.dyntube [data-dyntube-key],
.dyntube [data-dyntube-key] > iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0;
  display: block;
}

/* UIkit boşluk sıfırlama (isteğe bağlı) */
.uk-section,
.uk-container {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Mobil uyumluluk */
@media (max-width: 768px) {
  .dyntube {
    width: 100%;
    max-width: none;
  }
}


 

.dyn-tube-alt-menu-butonlar {
  position: fixed;
  bottom: 130px;
  left: 0;
  right: 0;
  width: 60%;
  margin: auto;
  height: 64px;
  border: 1px solid white;
  box-sizing: border-box;
  border-radius: 50px;
  -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 8px rgba(0,0,0,.2);
  box-shadow: 0 1px 8px rgba(0,0,0,.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(245, 245, 245, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  z-index: 100;
  cursor: move;
  touch-action: none;
  user-select: none;

  /* İç boşluklar */
  padding-left: 18px;
  padding-right: 26px;
  padding-top: 5px;
}


.metot-video-icons {
  line-height: 1;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  display: inline-block;
  word-wrap: normal;
  z-index: 2001;
}
.metot-video-icons-play{
  content: '';
  width: 100%;
  height: 22px;
  background: transparent url(../images/play.svg) center center no-repeat;
  line-height: 1;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  display: inline-block;
  word-wrap: normal;
  z-index: 2001;
}
.metot-video-icons-pause{
  content: '';
  width: 100%;
  height: 22px;
  background: transparent url(../images/pause.svg) center center no-repeat;
  line-height: 1;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  display: inline-block;
  word-wrap: normal;
  z-index: 2001;
}
.metot-video-icons-restart{
  content: '';
  width: 100%;
  height: 22px;
  background: transparent url(../images/restart.svg) center center no-repeat;
  line-height: 1;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  display: inline-block;
  word-wrap: normal;
  z-index: 2001;
}
/* === Rekor Sanat Dyntube Player – BİTTİ === */













/* ========================================================================
   TAM EKRAN TEPE SLİDER BAŞLANGIÇ
   ========================================================================== */

.tam-ekran-slider {
    width: 100vw !important; 
    margin-left: calc(50% - 50vw) !important; 
    margin-top: -40px !important; 
    height: 100vh;
    height: 100dvh; 
    position: relative;
    overflow: hidden; 
    background-color: #222;
}

.slider-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
    will-change: transform; 
}

.slide {
    min-width: 100%; 
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.slider-picture { position: absolute; inset: 0; z-index: 0; }
.slider-image { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.slider-overlay { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.2); z-index: 1; pointer-events: none; }

/* İçerik Kapsayıcısı */
.slider-content {
    position: relative;
    z-index: 2;
    padding: 20px;
    margin-top: -140px; /* Genel grubu yukarı çeker */
    /* YENİ EKLENEN: Sağ ve soldan oklar için 100px güvenli alan */
    padding: 20px 100px;
}

@media (max-width: 768px) {

.slider-content {
    margin-top: -60px; /* Mobilde Genel grubu yukarı çeker */ 
    padding: 20px 20px; /* YENİ: Mobilde sağ/sol 100px boşluğu iptal edip 20px'e düşürür */
} 
}

.slider-textshadow h1, .slider-textshadow h2 {
    color: #ffffff; 
    line-height: 1.2; 
    margin: 0 0 10px 0; /* Varsayılan margin kaynaklı aşağı kaymaları önler */
}
.slider-textshadow h1 { font-size: clamp(40px, 6vw, 70px); line-height: 1.2; font-weight: bold; margin-bottom: 5px; }
.slider-textshadow h2 { font-size: clamp(26px, 6vw, 50px); font-weight: 500; margin-bottom: 30px; } /* Ok için boşluk bıraktık */


/* --- AŞAĞI KAYDIR BUTONU (Yazının hemen altına sabitlendi) --- */
.slider-scroll-down {
    display: flex; 
    justify-content: center;
    align-items: center;
    width: 52px; 
    margin: -40px auto 0 auto; 
    z-index: 10;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.slider-scroll-down img {
    display: block;
}

.slider-scroll-down:hover {
    /* Artık absolute olmadığı için translateX(-50%) yazmamıza gerek kalmadı. 
       Sadece yukarı kayması yeterli! */
    transform: translateY(-5px);
}




/* --- YÖN OKLARI (Masaüstü) --- */

/* 1. ANA BUTON KUTUSU (Hizalama ve Tıklama Alanı) */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    color: white;
    border: none;
    cursor: pointer;
    z-index: 10;
    padding: 10px;
    transition: opacity 0.3s, transform 0.3s;
    opacity: 0.7;

    /* Buton içindeki SVG'yi tam merkeze oturtan kodlar: */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 2. SADECE İÇERİDEKİ ÇİZİM (Boyut ve Gölge Merkezi) */
.slider-arrow svg {
    /* Boyutları buradan ayarlıyoruz. (Not: 100px devasa olabilir, şık durması için 50px-60px civarı deneyebilirsiniz) */
    width: 70px;  
    height: 70px; 
    
    /* Gölgeyi görünmez kutuya değil, direkt ok çizimine yapıştırır */
    filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.8));
}

/* 3. ÜZERİNE GELİNCEKİ HAREKET */
.slider-arrow:hover { 
    opacity: 1; 
    transform: translateY(-50%) scale(1.1); 
}




.slider-arrow:hover { opacity: 1; transform: translateY(-50%) scale(1.1); }
.prev-arrow { left: 20px; }
.next-arrow { right: 20px; }
.slider-arrow.hidden { display: none !important; }

/* --- YUVARLAKLAR (Dots) --- */
.slider-dots {
    position: absolute;
    /* Masaüstünde merkezin ne kadar altında duracağını ayarlıyoruz */
    top: calc(50% + 280px); 
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px; 
    z-index: 10;
    align-items: center;
}
.dot {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background-color: rgba(255, 255, 255, 0.99); 
    cursor: pointer;
    transition: all 0.3s ease; 
}
.dot.active {
    width: 26px; 
    background-color: #ff2647; 
}

/* --- MOBİL UYUMLULUK --- */
@media (max-width: 768px) {
    .slider-arrow { display: none !important; }
    
    /* Mobilde noktaları daha aşağı almak için değeri artırıyoruz */
    .slider-dots { top: calc(50% + 220px); } 
    
    /* Mobilde ikon boyutu KÜÇÜLTÜLMEDİ, orjinal boyutta bırakıldı. */
    .slider-scroll-down img { width: 52px; } 
}



/* ========================================================================
   KAMPANYA SLAYTI ÖZEL STİLLERİ (AÇIK TEMA & SOLA YASLI DÜZEN)
   ========================================================================== */

/* Arka plan karartması yerine, yazının okunabilirliğini artıracak 
   soldan sağa doğru eriyen beyaz bir geçiş (gradient) kullanıyoruz. */
.kampanya-overlay {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0) 60%); 
}

/* Masaüstü Düzeni: Yazıları sadece sol tarafta tutmak için flex-start kullanıyoruz */
.kampanya-content-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center; /* Dikeyde (aşağı-yukarı) tam ortalar */
    justify-content: flex-start; /* Yatayda en sola yaslar */
    width: 100%;
    
    margin: 0 auto;
    height: 100%;
    padding: 0 150px; /* Sol kenardan içeride kalması için nefes boşluğu */
}

/* Sol Taraf: Yazı Kutusu */
.kampanya-text-box {
    text-align: left; /* Tüm metinleri kendi içinde sola yaslar */
    max-width: 550px; /* Yazıların sağdaki modellerin üzerine taşmasını engelleyen sınır */
    width: 100%;
    margin-top: -180px; /* Dikey ortalamayı göz kararı düzeltmek için */
}

/* Başlıklar ve Metinler (Açık temaya uygun koyu renkler) */
.kampanya-text-box h1 {
    font-size: clamp(35px, 5vw, 65px);
    margin-bottom: 15px;
    color: #212529; /* Koyu antrasit/siyah */
    line-height: 1.1; /* Satır aralığını daraltarak daha tok bir görünüm sağlar */
}

.kampanya-text-box h2 {
    font-size: clamp(20px, 3vw, 35px);
    margin-bottom: 15px;
    color: #495057; /* Koyu gri */
    font-weight: 500;
}

/* Son Gün Yazısı */
.kampanya-text-box .son-gun {
    font-size: clamp(16px, 2vw, 22px);
    color: #000000;
    font-weight: 800; /* Kalın vurgu */
    margin-bottom: 25px;
}

/* Buton Grubu Düzeni */
.kampanya-btn-group {
    display: flex;
    justify-content: flex-start; /* Butonları sola hizalar */
    gap: 15px;
    flex-wrap: wrap; /* Ekrana sığmazsa alt satıra geçsin */
}

/* 1. Buton (Dolu - Kurumsal Renk) */
.kampanya-btn {
    display: inline-block;
    background-color: #ff2647; 
    color: #fff;
    padding: 12px 35px;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 38, 71, 0.3);
    border: 2px solid #ff2647; /* İkinci butonla hizanın bozulmaması için kenarlık eklendi */
}

.kampanya-btn:hover {
    background-color: #e01f3d;
    border-color: #e01f3d;
    transform: translateY(-3px);
    color: #fff;
}

/* 2. Buton (İçi Boş / Çerçeveli) */
.kampanya-btn.btn-outline {
    background-color: transparent;
    color: #ff2647;
    box-shadow: none;
}

.kampanya-btn.btn-outline:hover {
    background-color: #ff2647;
    color: #fff;
    box-shadow: 0 4px 15px rgba(255, 38, 71, 0.3);
}


/* --- MOBİL UYUMLULUK --- */
@media (max-width: 768px) {
    
    .slide.kampanya-slide .slider-content {
        margin-top: 0 !important;
    }

    .kampanya-content-wrapper {
        flex-direction: column; 
        padding: 60px 20px; 
        margin-top: 0; 
        height: 100%; 
        width: 100%;
        max-width: none;
        box-sizing: border-box;
    }

    .kampanya-text-box {
        text-align: center; /* Mobilde yazılar ortalansın */
        padding-right: 0;
        margin-bottom: 20px;
        margin-top: 0;
        flex: 0 0 auto; 
        max-width: 100%; /* Mobilde tam genişlik kullansın */
    }

    .kampanya-btn-group {
        justify-content: center; /* Mobilde butonlar ortalansın */
    }
    
    .kampanya-overlay {
        /* Mobilde arka plan resminin yapısına göre yazının okunmasını kolaylaştırmak için aşağıdan yukarıya geçiş */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0) 70%); 
    }

    /* 1. Başlıklar ve metinler arasındaki boşlukları daraltıyoruz */
    .kampanya-text-box h1 {
        margin-bottom: 5px; /* 15px'ten düşürüldü */
    }

    .kampanya-text-box h2 {
        margin-bottom: 1px; /* 15px'ten düşürüldü */
        line-height: 1.1;    /* Satır aralığını biraz toparlıyoruz */
    }

    .kampanya-text-box .son-gun {
        margin-bottom: 10px; /* 25px'ten düşürüldü */
    }


    /* 3. Butonların kapladığı alanı biraz daha kompakt hale getiriyoruz */
    .kampanya-btn-group {
        gap: 5px; /* 15px'ten 10px'e düşürüldü */
    }

    .kampanya-btn {
        padding: 8px 21px; /* Butonların iç boşluğu mobilde biraz küçültüldü */
        font-size: 1rem;    /* Yazı boyutu bir tık küçültüldü */
    }

}

/* --- MOBİL SLİDER ANİMASYON HIZI --- */
@media (max-width: 768px) {
    .slider-track {
        transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
    }
}

/* ========================================================================
   TAM EKRAN TEPE SLİDER BİTİŞ
   ========================================================================== */









/* ========================================================================
   MOBİL MENÜ BAŞLANGIÇ
   ========================================================================== */

@media (min-width: 768px) {
  .rk-hamburger-btn, .rk-offcanvas, .rk-overlay { display: none !important; }
}

/* Tetikleyici Hamburger Buton - Konum ve Geçiş Ayarları */
.rk-hamburger-btn {
  background: none; border: none; cursor: pointer; color: #000000;
  display: inline-flex; align-items: center; justify-content: center;
  position: fixed; 
  top: 13px; /* Logoyla dikey hizalama */
  left: 13px; 
  padding: 10px;
  z-index: 10000;
  transition: opacity 0.3s ease, visibility 0.3s ease; 
}

/* HAMBURGER VE X BUTON ANİMASYONU (Sanatsal Yaylanma Efekti) */
.rk-hamburger-lines {
  display: block;
  height: 20px; 
  width: 33px; /* Yatayda daha uzun çizgiler */
  position: relative;
  /* X'e dönüşürken butonun genel ölçeklenmesi için geçiş */
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.rk-hamburger-lines .line {
  display: block;
  position: absolute;
  height: 3px; /* Zarif çizgi kalınlığı */
  width: 100%;
  background: #000000;
  border-radius: 4px;
  left: 0;
  /* cubic-bezier ile fiziksel bir yaylanma hissi */
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), 
              opacity 0.3s ease;
}

/* Çizgilerin Başlangıç Konumları */
.rk-hamburger-lines .line1 { top: 0px; transform-origin: center; }
.rk-hamburger-lines .line2 { top: 9px; transform-origin: center; }
.rk-hamburger-lines .line3 { top: 18px; transform-origin: center; }

/* Menü Açıldığında X'e Dönüşme ve Küçülme Efekti */
.rk-hamburger-btn.rk-is-open .rk-hamburger-lines {
  transform: scale(0.7); /* X butonu hamburger haline göre bir tık daha küçük */
}

.rk-hamburger-btn.rk-is-open .line1 {
  transform: translateY(9px) rotate(45deg);
}
.rk-hamburger-btn.rk-is-open .line2 {
  opacity: 0; 
  transform: scaleX(0); 
}
.rk-hamburger-btn.rk-is-open .line3 {
  transform: translateY(-9px) rotate(-45deg);
}

/* Arka Plan Karartma (Overlay) */
.rk-overlay {
  position: fixed; top: 0; left: 0; width: 100vw; height: 100vh;
  background-color: rgba(255, 255, 255, 0.8); z-index: 9998;
  opacity: 0; visibility: hidden; transition: opacity 0.3s ease;
}
.rk-overlay.rk-active { opacity: 1; visibility: visible; }

/* Menü Ana Kasa - Tam Ekran */
.rk-offcanvas {
  position: fixed; top: 0; left: 0; 
  width: 100vw; 
  height: 100dvh; 
  bottom: 0; 
  background: #f7f8fc; 
  z-index: 9999; display: flex; flex-direction: column;
  transform: translateY(-100%); 
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.rk-offcanvas.rk-active { transform: translateY(0); }

/* Üst Kısım: Logo Alanı */
.rk-menu-header {
  display: flex;  
  justify-content: space-between; 
  align-items: center; 
  height: 70px;
  box-sizing: border-box;
  padding: 0 20px;
  background: #f7f8fc;
}

.rk-logo { 
  height: 35px; 
  width: auto;
  object-fit: contain;
}

/* Menü Kaydırma Alanı */
.rk-menu-scroll {
  flex: 1; overflow-y: auto; 
  padding: 0 20px;
  display: flex; flex-direction: column; 
  scrollbar-width: none; -ms-overflow-style: none;
  background: #f7f8fc;
}
.rk-menu-scroll::-webkit-scrollbar { display: none; }

/* Liste ve Link Tasarımları */
.rk-menu-list, .rk-submenu { list-style: none; padding: 0; margin: 0; }

.rk-menu-list {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  flex: 1; 
}

/* Ana Başlık Altı Çizgiler ve Derinlik Efekti */
.rk-menu-list > li { 
  border-bottom: 1px solid #e6e9ed; 
  box-shadow: 0 1px 0 #ffffff; 
}

.rk-menu-list > li:last-child {
  border-bottom: none;
  box-shadow: none;
}

.rk-menu-item {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 2px; 
  text-decoration: none; color: #111; font-size: 16px; font-weight: 500;
  transition: color 0.2s ease;
}

.rk-text { flex: 1; }

.rk-arrow { 
  color: #111; 
  transition: transform 0.3s ease; 
  display: inline-flex; align-items: center; 
}

/* Aktif Menü Ok Dönüşü */
.rk-has-submenu.rk-open > .rk-menu-item .rk-arrow { 
  transform: rotate(180deg); 
}

/* Alt Menü (Akordeon) */
.rk-submenu { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; }
.rk-submenu li a {
  display: block; 
  padding: 8px 0 8px 17px; 
  color: #030303; text-decoration: none; font-size: 15px; font-weight: 400; transition: color 0.2s;
}
.rk-submenu li a:hover { color: #111; }
.rk-submenu li:last-child { margin-bottom: 15px; }

/* Menü Alt Sabit Alan (Kayıt Butonu ve Linkler) */
.rk-menu-footer {
  padding: 20px 25px 30px 25px; 
  margin-top: auto;
  background-color: #f7f8fc;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px; 
}

.rk-register-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #ff2647; 
  color: #ffffff !important;
  font-size: 16px; 
  font-weight: 600;
  padding: 16px 0; 
  border-radius: 30px;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(244, 63, 94, 0.25); 
  transition: all 0.3s ease;
}

.rk-register-btn:active {
  transform: scale(0.97);
}

.rk-login-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px; 
}

.rk-login-links a {
  color: #111;
  text-decoration: none;
  font-size: 15px; 
  font-weight: 400;
  transition: color 0.2s ease;
}

.rk-divider {
  width: 1px;
  height: 16px; 
  background-color: #d1d5db;
}

/* ========================================================================
   MOBİL MENÜ BİTİŞ
   ========================================================================== */



.uk-comment-meta {
  margin: 2px 0 0 0;
  font-size: 16px;
  line-height: 24px;
  color: #030303;
  font-style: normal;
  font-weight: 300;
}




/* ========================================================================
   MOBİL CHROME EKRAN ZIPLAMA / İSTENMEYEN HAREKET (KESİN ÇÖZÜM)
   ========================================================================== */
@media (max-width: 767px) {
  
  /* Chrome barı kaybolduğunda ekranın uzayıp kısalmasını (zıplamayı) engeller.
     Boyutu en küçük ekran durumuna (svh) kilitler. */
  .tam-ekran-slider,
  .uk-height-viewport,
  .tm-hero-container {
    height: 100svh ;
    min-height: 100svh ;
    max-height: 100svh ;
  }

  /* Temanın (UIkit) JavaScript ile arkada hesaplama yapıp sayfayı titretmesini önler */
  .uk-sticky-placeholder {
    transition: none ;
    animation: none ;
  }
}


/* ========================================================================
   FOTOĞRAF GALERİSİ HAFİF CSS KODLARI DESKTOP 4 TABLET 3 MOBİL 2
   ========================================================================== */

.rs-hafif-galeri {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Mobil Ekranlar: 2 Sütun */
    gap: 8px; 
    margin: 30px 0;
    padding: 0;
}

/* Tablet Ekranlar (768px ve üzeri): 3 Sütun */
@media (min-width: 768px) {
    .rs-hafif-galeri {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
}

/* Masaüstü Ekranlar (960px ve üzeri): 4 Sütun */
@media (min-width: 960px) {
    .rs-hafif-galeri {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Galeri Kartı - Kurumsal, Sabit ve Sade */
.rs-galeri-kart {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1; /* Fotoğrafları kare formuna sokar */
    border-radius: 12px;
    overflow: hidden;
    background-color: #f7f8fc;
    text-decoration: none !important;
}

.rs-galeri-kart img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Resmi sündürmez, boşluksuz oturtur */
    display: block;
    border: none;
    margin: 0;
    padding: 0;
}




/* ========================================================================
   REKOR SANAT GENİŞ DUYURU & MAKALE ALANI (KUTUSUZ - BÜYÜK YAZI)
   ========================================================================== */
.rs-duyuru-alani {
    max-width: 980px; /* Sitenizin standart içerik genişliği */
    margin: 20px 0px 0px 50px;
    padding: 20px 0; 
}

/* Mobil Uyumluluk: Telefondan girildiğinde marginleri sıfırla */
@media (max-width: 767px) {
    .rs-duyuru-alani {
        margin: 0; /* Masaüstündeki 50px sol boşluğu mobilde iptal eder */
        padding: 20px 10px; /* Yazılar telefon ekranının tam sınırlarına yapışmasın diye sağdan-soldan hafif (15px) nefes payı bırakır */
    }
}

/* Tarih ve Etiket Bilgisi */
.rs-duyuru-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 15px;
    color: #8F8F8F; /* Sitenizdeki uk-text-muted rengi */
}

.rs-duyuru-meta i {
    color: #ff2647;
}

.rs-duyuru-etiket {
    color: #ff2647;
    font-weight: 600;
    letter-spacing: 1px;
}

/* Büyük Duyuru Başlığı */
.rs-duyuru-baslik {
    font-size: 38px; /* Çok daha büyük ve vurucu */
    font-weight: 600;
    color: #111111;
    line-height: 1.3;
    margin: 0 0 35px 0;
}

/* Ferah Duyuru Metinleri */
.rs-duyuru-metin {
    font-size: 20px; /* Sitenizin kendi büyük font boyutuna eşitlendi */
    font-weight: 300;
    color: #030303;
    line-height: 1.8; /* Rahat okuma için geniş satır aralığı */
    margin: 0 0 25px 0; /* Paragraflar arası geniş boşluk */
}

/* Duyuru İçi Fotoğraf Kullanımı İçin */
.rs-duyuru-gorsel {
    width: 100%;
    border-radius: 12px; /* Sitenizin tarzına uygun oval köşe */
    margin-bottom: 35px;
    object-fit: cover;
}

/* Mobil Uyumluluk */
@media (max-width: 767px) {
    .rs-duyuru-baslik {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .rs-duyuru-metin {
        font-size: 17px; /* Mobilde rahat okuma boyutu */
        line-height: 1.7;
        margin-bottom: 20px;
    }
    .rs-duyuru-meta {
        font-size: 14px;
    }
}





/* ========================================================================
   SİTEDEKİ TÜM GÖRSELLERİ FARKLI KAYDETME YASAĞI
   ========================================================================== */

img {
  pointer-events: none; /* Tıklamayı engeller */
  -webkit-user-drag: none; /* Sürükleyip masaüstüne bırakmayı engeller */
  user-select: none; /* Seçilmeyi engeller */
}



/* ========================================================================
   PREMIUM BELİRME (REVEAL) EFEKTİ - V3 (Maksimum Sınır & 3D Derinlik)
   ========================================================================== */

.premium-reveal {
    opacity: 0;
    
    /* scale 0.98'den 0.96'ya düştü. 
       YENİ: perspective ve rotateX(-4deg) ile geriye doğru hafif yatık başlıyor */
    transform: perspective(1000px) translate3d(0, 50px, 0) scale(0.96) rotateX(-4deg); 
    
    /* Blur 8px'den 12px'e çıktı. Daha dramatik bir netleşme. */
    filter: blur(12px); 
    
    /* Hissiyatı dengelemek için süre 0.8s'den 0.9s'ye çok az uzatıldı */
    transition: 
        opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), 
        transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    
    will-change: opacity, transform, filter; 
}

.premium-reveal.aktif {
    opacity: 1;
    /* Tam boyut, sıfır eğim, net görüntü */
    transform: perspective(1000px) translate3d(0, 0, 0) scale(1) rotateX(0);
    filter: blur(0);
}




/* ========================================================================
   TÜM SİTE İÇİN METİN SEÇİNCE ARKA PLAN KIRMIZI OLSUN YAZI BEYAZA DÖNSÜN
   ========================================================================== */


::selection {
    background-color: #ff2647; /* Kurumsal renginizin HEX veya RGB kodunu buraya yazın */
    color: #ffffff; /* Seçili metnin okunaklı olması için yazı rengi (örneğin beyaz) */
}

/* Firefox tarayıcıları için uyumluluk */
::-moz-selection {
    background-color: #ff2647;
    color: #ffffff;
}







