@charset "UTF-8";
/*!
Theme Name: remaxbayilik
Theme URI: http://underscores.me/
Author: zekeriya güzelsoy
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: remaxbayilik
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

remaxbayilik is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

@font-face {
  font-family: 'Galano Grotesque';
  src: url("fonts/galano_grotesque_bold-webfont.eot");
  src: url("fonts/galano_grotesque_bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/galano_grotesque_bold-webfont.woff2") format("woff2"), url("fonts/galano_grotesque_bold-webfont.woff") format("woff"), url("fonts/galano_grotesque_bold-webfont.ttf") format("truetype"), url("fonts/galano_grotesque_bold-webfont.svg#galanogrotesque-buploadedfile") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Galano Grotesque';
  src: url("fonts/galano_grotesque_medium-webfont.eot");
  src: url("fonts/galano_grotesque_medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/galano_grotesque_medium-webfont.woff2") format("woff2"), url("fonts/galano_grotesque_medium-webfont.woff") format("woff"), url("fonts/galano_grotesque_medium-webfont.ttf") format("truetype"), url("fonts/galano_grotesque_medium-webfont.svg#galanogrotesque-muploadedfile") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Galano Grotesque';
  src: url("fonts/galano_grotesque-webfont.eot");
  src: url("fonts/galano_grotesque-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/galano_grotesque-webfont.woff2") format("woff2"), url("fonts/galano_grotesque-webfont.woff") format("woff"), url("fonts/galano_grotesque-webfont.ttf") format("truetype"), url("fonts/galano_grotesque-webfont.svg#galanogrotesque-ruploadedfile") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Galano Grotesque';
  src: url("fonts/galano_grotesque_extra_bold-webfont.eot");
  src: url("fonts/galano_grotesque_extra_bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/galano_grotesque_extra_bold-webfont.woff2") format("woff2"), url("fonts/galano_grotesque_extra_bold-webfont.woff") format("woff"), url("fonts/galano_grotesque_extra_bold-webfont.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Galano Grotesque';
  src: url("fonts/galano_grotesque_heavy-webfont.eot");
  src: url("fonts/galano_grotesque_heavy-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/galano_grotesque_heavy-webfont.woff2") format("woff2"), url("fonts/galano_grotesque_heavy-webfont.woff") format("woff"), url("fonts/galano_grotesque_heavy-webfont.ttf") format("truetype"), url("fonts/galano_grotesque_heavy-webfont.svg#galanogrotesque-huploadedfile") format("svg");
  font-weight: 900;
  font-style: normal; }

.font-galano {
  font-family: 'Galano Grotesque' !important; }

.font-w-thin {
  font-weight: 100; }

.font-w-extra-light {
  font-weight: 200; }

.font-w-light {
  font-weight: 300; }

.font-w-normal {
  font-weight: 400; }

.font-w-medium {
  font-weight: 500; }

.font-w-semi-bold {
  font-weight: 600; }

.font-w-bold {
  font-weight: 700; }

.font-w-extra-bold {
  font-weight: 800; }

.font-w-heavy {
  font-weight: 900; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
body {
  counter-reset: section; }

@media (min-width: 1200px) {
  .container {
    max-width: 1330px; } }

.remax-bayilik-ana-slider {
  overflow: hidden;
  position: relative;
  max-height: 316px; }
  @media (min-width: 500px) {
    .remax-bayilik-ana-slider {
      max-height: 440px; } }
  .remax-bayilik-ana-slider .slick-prev {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background-color: #9e9e9e;
    border: 0;
    font-size: 0;
    border-radius: 0;
    background-image: url("images/remax-bayilik-header-menu-left.svg");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    display: none !important; }
    @media (min-width: 998px) {
      .remax-bayilik-ana-slider .slick-prev {
        display: block !important; } }
    .remax-bayilik-ana-slider .slick-prev:hover {
      background-color: #797979; }
    .remax-bayilik-ana-slider .slick-prev:focus {
      outline: none; }
  .remax-bayilik-ana-slider .slick-next {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background-color: #9e9e9e;
    border: 0;
    font-size: 0;
    border-radius: 0;
    background-image: url("images/remax-bayilik-mobil-footer-arrow.svg");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    display: none !important;
    cursor: pointer; }
    @media (min-width: 998px) {
      .remax-bayilik-ana-slider .slick-next {
        display: block !important; } }
    .remax-bayilik-ana-slider .slick-next:hover {
      background-color: #797979; }
    .remax-bayilik-ana-slider .slick-next:focus {
      outline: none; }

.remax-bayilik-ana-slider-item {
  position: relative; }
  .remax-bayilik-ana-slider-item .remax-bayilik-ana-slider-banner {
    position: absolute;
    z-index: -1; }

.remax-bayilik-ana-slider-item-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.remax-bayilik-slider-content {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.remax-bayilik-ana-slider-form-button-link a {
  color: #fff; }
  .remax-bayilik-ana-slider-form-button-link a:hover {
    color: #fff; }
  .remax-bayilik-ana-slider-form-button-link a:visited {
    color: #fff; }

/*Mobil ve Desktop 1'inci slider*/
.remax-bayilik-ana-slider-item-text span:nth-child(1) {
  font-family: "Galano Grotesque";
  font-size: 18px;
  color: #787878;
  line-height: normal; }
  .remax-bayilik-ana-slider-item-text span:nth-child(1) i {
    font-style: normal;
    color: #e01c2f;
    font-weight: bold;
    line-height: normal; }
  @media (min-width: 768px) {
    .remax-bayilik-ana-slider-item-text span:nth-child(1) {
      font-size: 30px; } }

.remax-bayilik-ana-slider-item-text span:nth-child(2) {
  font-family: "Galano Grotesque";
  font-size: 18px;
  color: #787878;
  line-height: normal; }
  .remax-bayilik-ana-slider-item-text span:nth-child(2) i {
    font-style: normal;
    color: #e01c2f;
    font-weight: bold; }
  @media (min-width: 768px) {
    .remax-bayilik-ana-slider-item-text span:nth-child(2) {
      font-size: 30px;
      margin-top: -5px; } }

.remax-bayilik-ana-slider-item-text span:nth-child(3) {
  font-family: "Galano Grotesque";
  font-size: 18px;
  color: #787878;
  margin-top: 10px; }
  @media (min-width: 768px) {
    .remax-bayilik-ana-slider-item-text span:nth-child(3) {
      font-size: 25px;
      margin-top: 10px; } }

.remax-bayilik-ana-slider-item-text span:nth-child(4) {
  font-family: "Galano Grotesque";
  font-size: 18px;
  font-weight: bold;
  color: #e01c2f;
  line-height: normal;
  max-width: 250px; }
  @media (min-width: 768px) {
    .remax-bayilik-ana-slider-item-text span:nth-child(4) {
      font-size: 25px;
      margin-top: -5px;
      max-width: unset; } }

.remax-bayilik-ana-slider-item-text span:nth-child(1) {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.remax-bayilik-ana-slider-item-text span:nth-child(2) {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.remax-bayilik-ana-slider-item-text span:nth-child(3) {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.remax-bayilik-ana-slider-item-text span:nth-child(4) {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.remax-bayilik-ana-slider-item-text span:nth-child(5) {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.remax-bayilik-ana-slider-item-text span:nth-child(6) {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.remax-bayilik-ana-slider-item-text span:nth-child(7) {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.remax-bayilik-ana-slider-item-text span:nth-child(8) {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.remax-bayilik-ana-slider-item-text span:nth-child(9) {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.remax-bayilik-ana-slider .slick-active .remax-bayilik-ana-slider-item-text span {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.remax-bayilik-ana-slider .slick-active .remax-bayilik-ana-slider-item-text span:nth-child(1) {
  -webkit-animation: textAnimation 1s;
          animation: textAnimation 1s; }

.remax-bayilik-ana-slider .slick-active .remax-bayilik-ana-slider-item-text span:nth-child(2) {
  -webkit-animation: textAnimation 1.2s;
          animation: textAnimation 1.2s; }

.remax-bayilik-ana-slider .slick-active .remax-bayilik-ana-slider-item-text span:nth-child(3) {
  -webkit-animation: textAnimation 1.4s;
          animation: textAnimation 1.4s; }

.remax-bayilik-ana-slider .slick-active .remax-bayilik-ana-slider-item-text span:nth-child(4) {
  -webkit-animation: textAnimation 1.6s;
          animation: textAnimation 1.6s; }

.remax-bayilik-ana-slider .slick-active .remax-bayilik-ana-slider-item-text span:nth-child(5) {
  -webkit-animation: textAnimation 1.8s;
          animation: textAnimation 1.8s; }

.remax-bayilik-ana-slider .slick-active .remax-bayilik-ana-slider-item-text span:nth-child(6) {
  -webkit-animation: textAnimation 2s;
          animation: textAnimation 2s; }

.remax-bayilik-ana-slider .slick-active .remax-bayilik-ana-slider-item-text span:nth-child(7) {
  -webkit-animation: textAnimation 2.2s;
          animation: textAnimation 2.2s; }

.remax-bayilik-ana-slider .slick-active .remax-bayilik-ana-slider-item-text span:nth-child(8) {
  -webkit-animation: textAnimation 2.4s;
          animation: textAnimation 2.4s; }

.remax-bayilik-ana-slider .slick-active .remax-bayilik-ana-slider-item-text span:nth-child(9) {
  -webkit-animation: textAnimation 2.6s;
          animation: textAnimation 2.6s; }

@-webkit-keyframes textAnimation {
  from {
    -webkit-transform: translate(0px, 1000px);
            transform: translate(0px, 1000px); }
  to {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes textAnimation {
  from {
    -webkit-transform: translate(0px, 1000px);
            transform: translate(0px, 1000px); }
  to {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

.remax-bayilik-ana-slider-form-button-link {
  font-family: "Galano Grotesque";
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  width: 212px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2px;
  background-color: #004e9b;
  margin-top: 12px;
  cursor: pointer; }
  .remax-bayilik-ana-slider-form-button-link:visited {
    color: #fff; }
  .remax-bayilik-ana-slider-form-button-link:hover {
    text-decoration: none; }
  @media (min-width: 768px) {
    .remax-bayilik-ana-slider-form-button-link {
      font-size: 16px;
      width: 350px;
      height: 50px;
      padding-left: 20px;
      margin-top: 20px;
      -webkit-box-pack: start;
      -webkit-justify-content: start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start; }
      .remax-bayilik-ana-slider-form-button-link:after {
        content: "";
        background-image: url("images/remax-bayilik-slider-button-arrow.svg");
        background-size: 50%;
        background-repeat: no-repeat;
        background-position: center;
        width: 30px;
        height: 30px;
        margin-left: 14px; } }

.remax-bayilik-ana-slider-adam {
  max-width: 102px; }
  @media (min-width: 768px) {
    .remax-bayilik-ana-slider-adam {
      max-width: unset; } }

/*Mobil ve Desktop 2'inci slider*/
.remax-bayilik-slider-2-content {
  max-width: 218px;
  float: right;
  text-align: center;
  margin-top: 6%;
  margin-right: 0; }
  @media (min-width: 768px) {
    .remax-bayilik-slider-2-content {
      max-width: 374px;
      float: right;
      text-align: center;
      margin-top: 60px;
      margin-right: 10px; } }
  @media (min-width: 998px) {
    .remax-bayilik-slider-2-content {
      max-width: 540px;
      float: right;
      text-align: center;
      margin-top: 60px;
      margin-right: 80px; } }
  .remax-bayilik-slider-2-content .remax-bayilik-ana-slider-item-text span:nth-child(1) {
    font-family: "Galano Grotesque";
    font-size: 16px;
    font-weight: bold;
    color: #e01c2f;
    text-align: left;
    line-height: normal; }
    .remax-bayilik-slider-2-content .remax-bayilik-ana-slider-item-text span:nth-child(1) i {
      font-style: normal;
      color: #004e9b;
      font-weight: bold; }
    @media (min-width: 768px) {
      .remax-bayilik-slider-2-content .remax-bayilik-ana-slider-item-text span:nth-child(1) {
        font-size: 26px;
        text-align: center; } }
  .remax-bayilik-slider-2-content .remax-bayilik-ana-slider-item-text span:nth-child(2) {
    font-family: "Galano Grotesque";
    font-size: 16px;
    font-weight: bold;
    color: #004e9b;
    line-height: normal;
    text-align: left; }
    @media (min-width: 768px) {
      .remax-bayilik-slider-2-content .remax-bayilik-ana-slider-item-text span:nth-child(2) {
        margin-top: 5px;
        font-size: 30px;
        text-align: center; } }
  .remax-bayilik-slider-2-content .remax-bayilik-ana-slider-item-text span:nth-child(3) {
    font-family: "Galano Grotesque";
    font-size: 16px;
    color: #004e9b;
    text-align: left;
    line-height: normal; }
    .remax-bayilik-slider-2-content .remax-bayilik-ana-slider-item-text span:nth-child(3) b {
      color: #e01c2f; }
    @media (min-width: 768px) {
      .remax-bayilik-slider-2-content .remax-bayilik-ana-slider-item-text span:nth-child(3) {
        margin-top: 5px;
        font-size: 25px;
        text-align: center; } }
  .remax-bayilik-slider-2-content .remax-bayilik-ana-slider-item-text span:nth-child(4) {
    font-family: "Galano Grotesque";
    font-size: 14px;
    font-weight: 400;
    color: #004e9b;
    line-height: normal;
    max-width: 250px;
    text-align: left; }
    .remax-bayilik-slider-2-content .remax-bayilik-ana-slider-item-text span:nth-child(4) b {
      color: #e01c2f !important; }
    @media (min-width: 768px) {
      .remax-bayilik-slider-2-content .remax-bayilik-ana-slider-item-text span:nth-child(4) {
        margin-top: 5px;
        font-size: 25px;
        max-width: unset;
        text-align: center; } }
  .remax-bayilik-slider-2-content .remax-bayilik-ana-slider-item-text span:nth-child(5) {
    font-family: "Galano Grotesque";
    font-size: 14px;
    font-weight: 500;
    color: #004e9b;
    line-height: normal;
    max-width: 250px;
    text-align: left;
    margin-left: 0 !important; }
    .remax-bayilik-slider-2-content .remax-bayilik-ana-slider-item-text span:nth-child(5) b {
      color: #e01c2f !important; }
    @media (min-width: 768px) {
      .remax-bayilik-slider-2-content .remax-bayilik-ana-slider-item-text span:nth-child(5) {
        text-align: center;
        font-size: 25px;
        max-width: unset;
        margin: 0 auto;
        margin-top: 5px; } }
  .remax-bayilik-slider-2-content .remax-bayilik-ana-slider-item-text span:nth-child(1) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .remax-bayilik-slider-2-content .remax-bayilik-ana-slider-item-text span:nth-child(2) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .remax-bayilik-slider-2-content .remax-bayilik-ana-slider-item-text span:nth-child(3) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .remax-bayilik-slider-2-content .remax-bayilik-ana-slider-item-text span:nth-child(4) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .remax-bayilik-slider-2-content .remax-bayilik-ana-slider-item-text span:nth-child(5) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .remax-bayilik-slider-2-content .remax-bayilik-ana-slider-item-text span:nth-child(6) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .remax-bayilik-slider-2-content .remax-bayilik-ana-slider-item-text span:nth-child(7) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .remax-bayilik-slider-2-content .remax-bayilik-ana-slider-item-text span:nth-child(8) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .remax-bayilik-slider-2-content .remax-bayilik-ana-slider-item-text span:nth-child(9) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .remax-bayilik-slider-2-content .remax-bayilik-ana-slider-item-text .remax-bayilik-ana-slider-form-button-link {
    background-color: #e01c2f;
    margin: 0 auto;
    margin-top: 20px; }

/*Mobil ve Desktop 3'üncü slider*/
.remax-bayilik-slider-3-content {
  max-width: 235px;
  float: left;
  text-align: center;
  margin-top: 60px;
  margin-left: 10px; }
  @media (min-width: 768px) {
    .remax-bayilik-slider-3-content {
      max-width: 374px;
      text-align: center;
      margin-top: 60px;
      margin-left: 10px; } }
  @media (min-width: 998px) {
    .remax-bayilik-slider-3-content {
      max-width: 540px;
      text-align: center;
      margin-top: 60px;
      margin-left: 80px; } }
  .remax-bayilik-slider-3-content .remax-bayilik-ana-slider-item-text span:nth-child(1) {
    font-family: "Galano Grotesque";
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    color: #e01c2f;
    text-align: left;
    display: none; }
    .remax-bayilik-slider-3-content .remax-bayilik-ana-slider-item-text span:nth-child(1) i {
      font-style: normal;
      color: #004e9b;
      font-weight: bold; }
    @media (min-width: 768px) {
      .remax-bayilik-slider-3-content .remax-bayilik-ana-slider-item-text span:nth-child(1) {
        display: block;
        font-size: 24px;
        text-align: center; } }
  .remax-bayilik-slider-3-content .remax-bayilik-ana-slider-item-text span:nth-child(2) {
    font-family: "Galano Grotesque";
    font-size: 14px;
    color: #004e9b;
    line-height: normal;
    text-align: left;
    display: none; }
    @media (min-width: 768px) {
      .remax-bayilik-slider-3-content .remax-bayilik-ana-slider-item-text span:nth-child(2) {
        margin-top: 5px;
        display: block;
        font-size: 22px;
        text-align: center; } }
  .remax-bayilik-slider-3-content .remax-bayilik-ana-slider-item-text span:nth-child(3) {
    font-family: "Galano Grotesque";
    font-size: 14px;
    color: #004e9b;
    text-align: left;
    display: none; }
    .remax-bayilik-slider-3-content .remax-bayilik-ana-slider-item-text span:nth-child(3) b {
      color: #e01c2f; }
    @media (min-width: 768px) {
      .remax-bayilik-slider-3-content .remax-bayilik-ana-slider-item-text span:nth-child(3) {
        margin-top: 5px;
        display: block;
        font-size: 22px;
        text-align: center; } }
  .remax-bayilik-slider-3-content .remax-bayilik-ana-slider-item-text span:nth-child(4) {
    font-family: "Galano Grotesque";
    font-size: 18px;
    font-weight: bold;
    color: #004e9b;
    line-height: normal;
    max-width: 250px;
    text-align: left; }
    .remax-bayilik-slider-3-content .remax-bayilik-ana-slider-item-text span:nth-child(4) b {
      font-weight: 600;
      color: #004e9b; }
    .remax-bayilik-slider-3-content .remax-bayilik-ana-slider-item-text span:nth-child(4) i {
      font-style: normal;
      color: #004e9b;
      font-weight: bold; }
    @media (min-width: 768px) {
      .remax-bayilik-slider-3-content .remax-bayilik-ana-slider-item-text span:nth-child(4) {
        margin-top: 5px;
        font-size: 22px;
        max-width: unset;
        text-align: center; } }
  .remax-bayilik-slider-3-content .remax-bayilik-ana-slider-item-text span:nth-child(5) {
    font-family: "Galano Grotesque";
    font-size: 18px;
    font-weight: 400;
    color: #004e9b;
    line-height: normal;
    max-width: 250px;
    text-align: left; }
    .remax-bayilik-slider-3-content .remax-bayilik-ana-slider-item-text span:nth-child(5) b {
      font-weight: 600;
      color: #e01c2f; }
    @media (min-width: 768px) {
      .remax-bayilik-slider-3-content .remax-bayilik-ana-slider-item-text span:nth-child(5) {
        margin-top: 5px;
        font-size: 22px;
        max-width: unset;
        text-align: center; } }
  .remax-bayilik-slider-3-content .remax-bayilik-ana-slider-item-text span:nth-child(6) {
    font-family: "Galano Grotesque";
    font-size: 18px;
    font-weight: 400;
    color: #004e9b;
    line-height: normal;
    max-width: 250px;
    text-align: left; }
    @media (min-width: 768px) {
      .remax-bayilik-slider-3-content .remax-bayilik-ana-slider-item-text span:nth-child(6) {
        margin-top: 5px;
        font-size: 22px;
        max-width: unset;
        text-align: center; } }
  .remax-bayilik-slider-3-content .remax-bayilik-ana-slider-item-text span:nth-child(1) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .remax-bayilik-slider-3-content .remax-bayilik-ana-slider-item-text span:nth-child(2) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .remax-bayilik-slider-3-content .remax-bayilik-ana-slider-item-text span:nth-child(3) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .remax-bayilik-slider-3-content .remax-bayilik-ana-slider-item-text span:nth-child(4) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .remax-bayilik-slider-3-content .remax-bayilik-ana-slider-item-text span:nth-child(5) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .remax-bayilik-slider-3-content .remax-bayilik-ana-slider-item-text span:nth-child(6) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .remax-bayilik-slider-3-content .remax-bayilik-ana-slider-item-text span:nth-child(7) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .remax-bayilik-slider-3-content .remax-bayilik-ana-slider-item-text span:nth-child(8) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .remax-bayilik-slider-3-content .remax-bayilik-ana-slider-item-text span:nth-child(9) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .remax-bayilik-slider-3-content .remax-bayilik-ana-slider-item-text .remax-bayilik-ana-slider-form-button-link {
    background-color: #e01c2f;
    margin: 0 auto;
    margin-left: 0;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .remax-bayilik-slider-3-content .remax-bayilik-ana-slider-item-text .remax-bayilik-ana-slider-form-button-link {
        text-align: center;
        margin: 0 auto;
        margin-top: 20px; } }

.remaxbayilik-slideralti-banner {
  height: 70px;
  background-color: #004e9b; }
  @media (min-width: 768px) {
    .remaxbayilik-slideralti-banner {
      height: 90px; } }

.remaxbayilik-slideralti-banner-text {
  font-family: "Galano Grotesque";
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  font-weight: bold; }
  @media (min-width: 768px) {
    .remaxbayilik-slideralti-banner-text {
      font-size: 27px; } }

.remaxbayilik-maddeler-text {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 768px) {
    .remaxbayilik-maddeler-text {
      margin-top: 66px; } }

.remaxbayilik-maddeler {
  position: relative;
  z-index: -2;
  overflow: hidden; }
  .remaxbayilik-maddeler:before {
    counter-increment: section;
    content: counters(section, ".") " ";
    font-size: 600px;
    font-family: "Galano Grotesque";
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 20px;
    line-height: 54%;
    z-index: -1; }

.remaxbayilik-maddeler-cinnabar,
.remaxbayilik-maddeler-labaster {
  display: block;
  float: left;
  position: relative;
  height: 250px;
  width: 100%; }
  @media (min-width: 768px) {
    .remaxbayilik-maddeler-cinnabar,
    .remaxbayilik-maddeler-labaster {
      padding-left: 35px;
      height: 333px; } }

.remaxbayilik-maddeler-labaster {
  background-color: #F7F7F7; }
  .remaxbayilik-maddeler-labaster:before {
    color: #ebeaea; }

.remaxbayilik-maddeler-cinnabar {
  background-color: #e73439; }
  .remaxbayilik-maddeler-cinnabar:before {
    color: #d71829; }

.remaxbayilik-maddeler-text-cinnabar,
.remaxbayilik-maddeler-baslik-cinnabar {
  font-family: "Galano Grotesque";
  color: #e73439;
  font-weight: 600;
  display: inline-block;
  line-height: normal; }

.remaxbayilik-maddeler-baslik-white,
.remaxbayilik-maddeler-baslik-cinnabar {
  font-size: 36px;
  margin-bottom: 10px; }

.remaxbayilik-maddeler-text-white,
.remaxbayilik-maddeler-text-cinnabar {
  font-weight: 500;
  font-size: 14px; }

.remaxbayilik-maddeler-text-white,
.remaxbayilik-maddeler-baslik-white {
  font-family: "Galano Grotesque";
  color: #fff; }

.remaxbayilik-maddeler-baslik-white {
  font-weight: 600; }

.remax-bayilik-ne-kadar-kazanirim-couple {
  max-width: 212px; }
  @media (min-width: 768px) {
    .remax-bayilik-ne-kadar-kazanirim-couple {
      max-width: unset; } }

.remax-bayilik-ne-kadar-kazanirim-couple,
.remax-bayilik-nasil-bir-is-adam {
  position: absolute;
  right: 0;
  bottom: 0; }

/*Maddeler Mobil Slider*/
.remax-bayilik-maddeler-mobil-items ul.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  padding-left: 0;
  margin-left: 0; }
  .remax-bayilik-maddeler-mobil-items ul.slick-dots li {
    list-style-type: none;
    margin-right: 11px;
    cursor: pointer; }
  .remax-bayilik-maddeler-mobil-items ul.slick-dots li button {
    background-color: #c3bcb3;
    font-size: 0;
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 50%; }
  .remax-bayilik-maddeler-mobil-items ul.slick-dots .slick-active button {
    background-color: #e01c2f; }

.bayilik-mobil-madde-1::before {
  content: "1";
  font-size: 400px;
  font-family: "Galano Grotesque";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 20px;
  line-height: 54%;
  z-index: -1; }
  @media (min-width: 768px) {
    .bayilik-mobil-madde-1::before {
      font-size: 600px;
      bottom: 0; } }

.bayilik-mobil-madde-2::before {
  content: "2";
  font-size: 400px;
  font-family: "Galano Grotesque";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 20px;
  line-height: 54%;
  z-index: -1; }
  @media (min-width: 768px) {
    .bayilik-mobil-madde-2::before {
      font-size: 600px;
      bottom: 0; } }

.bayilik-mobil-madde-3::before {
  content: "3";
  font-size: 400px;
  font-family: "Galano Grotesque";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 20px;
  line-height: 54%;
  z-index: -1; }
  @media (min-width: 768px) {
    .bayilik-mobil-madde-3::before {
      font-size: 600px;
      bottom: 0; } }

.bayilik-mobil-madde-4::before {
  content: "4";
  font-size: 400px;
  font-family: "Galano Grotesque";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 20px;
  line-height: 54%;
  z-index: -1; }
  @media (min-width: 768px) {
    .bayilik-mobil-madde-4::before {
      font-size: 600px;
      bottom: 0; } }

.bayilik-mobil-madde-5::before {
  content: "5";
  font-size: 400px;
  font-family: "Galano Grotesque";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 20px;
  line-height: 54%;
  z-index: -1; }
  @media (min-width: 768px) {
    .bayilik-mobil-madde-5::before {
      font-size: 600px;
      bottom: 0; } }

.bayilik-mobil-madde-6::before {
  content: "6";
  font-size: 400px;
  font-family: "Galano Grotesque";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 20px;
  line-height: 54%;
  z-index: -1; }
  @media (min-width: 768px) {
    .bayilik-mobil-madde-6::before {
      font-size: 600px;
      bottom: 0; } }

.remaxbayilik-maddeler-mobil {
  position: relative;
  z-index: -2;
  overflow: hidden;
  padding-left: 15px; }
  .remaxbayilik-maddeler-mobil .remaxbayilik-maddeler-baslik-white,
  .remaxbayilik-maddeler-mobil .remaxbayilik-maddeler-baslik-cinnabar {
    font-size: 21px; }
    @media (min-width: 600px) {
      .remaxbayilik-maddeler-mobil .remaxbayilik-maddeler-baslik-white,
      .remaxbayilik-maddeler-mobil .remaxbayilik-maddeler-baslik-cinnabar {
        font-size: 24px; } }
  .remaxbayilik-maddeler-mobil .remaxbayilik-maddeler-text-white,
  .remaxbayilik-maddeler-mobil .remaxbayilik-maddeler-text-cinnabar {
    font-size: 13px; }
    @media (min-width: 600px) {
      .remaxbayilik-maddeler-mobil .remaxbayilik-maddeler-text-white,
      .remaxbayilik-maddeler-mobil .remaxbayilik-maddeler-text-cinnabar {
        font-size: 17px; } }
  .remaxbayilik-maddeler-mobil span:nth-child(1) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .remaxbayilik-maddeler-mobil span:nth-child(2) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .remaxbayilik-maddeler-mobil span:nth-child(3) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .remaxbayilik-maddeler-mobil span:nth-child(4) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .remaxbayilik-maddeler-mobil span:nth-child(5) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .remaxbayilik-maddeler-mobil span:nth-child(6) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .remaxbayilik-maddeler-mobil span:nth-child(7) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .remaxbayilik-maddeler-mobil span:nth-child(8) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .remaxbayilik-maddeler-mobil span:nth-child(9) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .remaxbayilik-maddeler-mobil span:nth-child(10) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .remaxbayilik-maddeler-mobil span:nth-child(11) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .remaxbayilik-maddeler-mobil span:nth-child(12) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .remaxbayilik-maddeler-mobil span:nth-child(13) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .remaxbayilik-maddeler-mobil span:nth-child(14) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.remax-bayilik-maddeler-mobil-items {
  max-width: 680px;
  margin: 0 auto; }
  .remax-bayilik-maddeler-mobil-items .slick-active .remaxbayilik-maddeler-text span {
    -webkit-transform: X(0);
        -ms-transform: X(0);
            transform: X(0); }
  .remax-bayilik-maddeler-mobil-items .slick-active .remaxbayilik-maddeler-text span:nth-child(1) {
    -webkit-animation: textAnimation 1s;
            animation: textAnimation 1s; }
  .remax-bayilik-maddeler-mobil-items .slick-active .remaxbayilik-maddeler-text span:nth-child(2) {
    -webkit-animation: textAnimation 1.2s;
            animation: textAnimation 1.2s; }
  .remax-bayilik-maddeler-mobil-items .slick-active .remaxbayilik-maddeler-text span:nth-child(3) {
    -webkit-animation: textAnimation 1.4s;
            animation: textAnimation 1.4s; }
  .remax-bayilik-maddeler-mobil-items .slick-active .remaxbayilik-maddeler-text span:nth-child(4) {
    -webkit-animation: textAnimation 1.6s;
            animation: textAnimation 1.6s; }
  .remax-bayilik-maddeler-mobil-items .slick-active .remaxbayilik-maddeler-text span:nth-child(5) {
    -webkit-animation: textAnimation 1.8s;
            animation: textAnimation 1.8s; }
  .remax-bayilik-maddeler-mobil-items .slick-active .remaxbayilik-maddeler-text span:nth-child(6) {
    -webkit-animation: textAnimation 2s;
            animation: textAnimation 2s; }
  .remax-bayilik-maddeler-mobil-items .slick-active .remaxbayilik-maddeler-text span:nth-child(7) {
    -webkit-animation: textAnimation 2.2s;
            animation: textAnimation 2.2s; }
  .remax-bayilik-maddeler-mobil-items .slick-active .remaxbayilik-maddeler-text span:nth-child(8) {
    -webkit-animation: textAnimation 2.4s;
            animation: textAnimation 2.4s; }
  .remax-bayilik-maddeler-mobil-items .slick-active .remaxbayilik-maddeler-text span:nth-child(9) {
    -webkit-animation: textAnimation 2.6s;
            animation: textAnimation 2.6s; }
  .remax-bayilik-maddeler-mobil-items .slick-active .remaxbayilik-maddeler-text span:nth-child(10) {
    -webkit-animation: textAnimation 2.8s;
            animation: textAnimation 2.8s; }
  .remax-bayilik-maddeler-mobil-items .slick-active .remaxbayilik-maddeler-text span:nth-child(11) {
    -webkit-animation: textAnimation 3s;
            animation: textAnimation 3s; }
  .remax-bayilik-maddeler-mobil-items .slick-active .remaxbayilik-maddeler-text span:nth-child(12) {
    -webkit-animation: textAnimation 3.2s;
            animation: textAnimation 3.2s; }
  .remax-bayilik-maddeler-mobil-items .slick-active .remaxbayilik-maddeler-text span:nth-child(13) {
    -webkit-animation: textAnimation 3.4s;
            animation: textAnimation 3.4s; }
  .remax-bayilik-maddeler-mobil-items .slick-active .remaxbayilik-maddeler-text span:nth-child(14) {
    -webkit-animation: textAnimation 3.6s;
            animation: textAnimation 3.6s; }

@keyframes textAnimation {
  from {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.remax-bayilik-mobil-form-alani {
  max-width: 325px;
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 0; }
  .remax-bayilik-mobil-form-alani a {
    font-family: "Galano Grotesque";
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    background-color: #e01c2f;
    padding-top: 13px;
    padding-bottom: 13px;
    text-align: center;
    display: inline-block;
    border-radius: 2px; }
    .remax-bayilik-mobil-form-alani a:hover {
      background-color: #e01c2f;
      color: #fff;
      text-decoration: none; }

.remax-bayilik-form-alani {
  text-align: center; }
  .remax-bayilik-form-alani .remax-bayilik-form-alani-baslik {
    font-family: "Galano Grotesque";
    font-weight: 500;
    font-size: 22px;
    color: #e01c2f;
    margin-top: 37px; }
    .remax-bayilik-form-alani .remax-bayilik-form-alani-baslik strong,
    .remax-bayilik-form-alani .remax-bayilik-form-alani-baslik .remax-bayilik-slash {
      color: #004e9b; }
  .remax-bayilik-form-alani .remax-bayilik-form-alani-button-mobil {
    font-family: "Galano Grotesque";
    font-weight: 700;
    color: #fff;
    font-size: 10px;
    width: 300px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #e01c2f;
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    margin-bottom: 45px; }
    .remax-bayilik-form-alani .remax-bayilik-form-alani-button-mobil:hover {
      text-decoration: none; }
  .remax-bayilik-form-alani .remax-bayilik-form-alani-button {
    font-family: "Galano Grotesque";
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    width: 230px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #e01c2f;
    display: inline-block;
    border-radius: 2px;
    text-align: left;
    padding-left: 24px;
    margin-bottom: 45px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: all ease-in .2s;
    -o-transition: all ease-in .2s;
    transition: all ease-in .2s; }
    .remax-bayilik-form-alani .remax-bayilik-form-alani-button:hover {
      text-decoration: none;
      background-color: #004e9b; }
    @media (min-width: 768px) {
      .remax-bayilik-form-alani .remax-bayilik-form-alani-button {
        font-size: 18px;
        width: 274px;
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #e01c2f;
        display: inline-block;
        border-radius: 2px;
        text-align: left;
        padding-left: 30px;
        margin-bottom: 45px;
        margin: 0 auto;
        max-height: 60px; } }
    .remax-bayilik-form-alani .remax-bayilik-form-alani-button:after {
      content: "";
      background-image: url("images/form-icon.svg");
      background-size: 100%;
      background-repeat: no-repeat;
      width: 30px;
      height: 30px;
      display: block;
      margin-right: 25px;
      margin-top: 0;
      float: right; }

.remax-bayilik-video {
  display: block;
  float: left;
  position: relative; }

.project_v2_video_play {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -32px;
  background-color: white;
  border: solid 3px transparent;
  z-index: 0;
  border-radius: 50%;
  -webkit-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
  cursor: pointer; }
  @media (min-width: 768px) {
    .project_v2_video_play {
      width: 96px;
      height: 96px;
      margin: -32px 0 0 -45.5px; } }
  .project_v2_video_play:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 20px solid #e01c2f;
    border-bottom: 12px solid transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -7.5px;
    border-radius: 3px;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s; }
  .project_v2_video_play:before {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 50%;
    background-color: transparent;
    border: solid 1px #fff;
    z-index: 2;
    border-radius: 50%;
    margin: -8px 0 0 -8px;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s; }
    @media (min-width: 768px) {
      .project_v2_video_play:before {
        width: 108px;
        height: 108px;
        margin: -9px 0 0 -8.5px; } }
  .project_v2_video_play:hover {
    background-color: #e01c2f; }
    .project_v2_video_play:hover:after {
      border-top: 12px solid transparent;
      border-left: 20px solid #fff;
      border-bottom: 12px solid transparent; }
    .project_v2_video_play:hover:before {
      border: solid 1px #e01c2f; }

.remax-bayilik-broker-text {
  font-family: "Galano Grotesque";
  font-weight: 600;
  font-size: 20px;
  position: absolute;
  bottom: 8%;
  margin-left: auto;
  text-align: center;
  margin-right: auto;
  left: 0;
  right: 0;
  color: #fff;
  text-decoration: underline;
  cursor: pointer; }

.remax-bayilik-girisimci-form-gorsel-slide {
  display: block;
  float: left;
  max-width: 641px;
  width: 100%;
  z-index: -1;
  left: 0;
  right: 0; }

.remax-bayilik-girisimci-form-baslik {
  font-family: "Galano Grotesque";
  font-weight: 600;
  font-size: 26px;
  color: #fff; }
  @media (min-width: 992px) {
    .remax-bayilik-girisimci-form-baslik {
      font-size: 36px; } }

.remax-bayilik-girisimci-form-text {
  font-family: "Galano Grotesque";
  font-weight: 400;
  font-size: 13px;
  color: #fff; }
  @media (min-width: 768px) {
    .remax-bayilik-girisimci-form-text {
      font-size: 16px; } }

.remax-gelistirme-akademi-image {
  width: 100%;
  margin: 0 auto;
  display: block; }

.remax-bayilik-girisimci-form-content {
  text-align: center;
  z-index: 9;
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.remax-bayilik-girisimci-form {
  height: 272px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4); }
  @media (min-width: 768px) {
    .remax-bayilik-girisimci-form {
      height: 100%;
      max-width: 679px;
      width: 100%;
      display: block;
      position: relative; } }

.remax-bayilik-akademi-form-alani-button {
  font-family: "Galano Grotesque";
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  width: 230px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #e01c2f;
  border: 1px solid #e01c2f;
  display: inline-block;
  border-radius: 2px;
  text-align: left;
  padding-left: 24px;
  margin-bottom: 45px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all ease-in .2s;
  -o-transition: all ease-in .2s;
  transition: all ease-in .2s; }
  .remax-bayilik-akademi-form-alani-button:focus, .remax-bayilik-akademi-form-alani-button:visited, .remax-bayilik-akademi-form-alani-button:active {
    color: #fff; }
  .remax-bayilik-akademi-form-alani-button:hover {
    text-decoration: none;
    background-color: #fff;
    color: #e01c2f; }
    .remax-bayilik-akademi-form-alani-button:hover:after {
      background-image: url("images/form-icon-hover.svg"); }
  @media (min-width: 768px) {
    .remax-bayilik-akademi-form-alani-button {
      font-size: 18px;
      width: 274px;
      padding-top: 15px;
      padding-bottom: 15px;
      background-color: #e01c2f;
      display: inline-block;
      border-radius: 2px;
      text-align: left;
      padding-left: 30px;
      margin-bottom: 45px;
      margin: 0 auto;
      max-height: 60px; } }
  .remax-bayilik-akademi-form-alani-button:after {
    content: "";
    background-image: url("images/form-icon.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 25px;
    margin-top: 0;
    float: right; }

.remax-bayilik-yapabilirmiyim-form {
  position: relative; }
  .remax-bayilik-yapabilirmiyim-form .remax-bayilik-yapabilirmiyim-form-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }

.remax-bayilik-yapabilirmiyim-form-text,
.remax-bayilik-yapabilirmiyim-form-baslik {
  font-family: "Galano Grotesque";
  color: #fff; }

.remax-bayilik-yapabilirmiyim-form-baslik {
  font-size: 30px;
  margin-top: 46px; }
  @media (min-width: 768px) {
    .remax-bayilik-yapabilirmiyim-form-baslik {
      font-size: 40px;
      margin-top: unset; } }
  .remax-bayilik-yapabilirmiyim-form-baslik strong {
    font-weight: 700;
    font-size: 30px; }
    @media (min-width: 768px) {
      .remax-bayilik-yapabilirmiyim-form-baslik strong {
        font-size: 50px; } }

.remax-bayilik-yapabilirmiyim-form-text {
  font-size: 14px; }
  @media (min-width: 768px) {
    .remax-bayilik-yapabilirmiyim-form-text {
      font-size: 18px; } }

.remax-bayilik-yapabilirmiyim-form-alani-button {
  font-family: "Galano Grotesque";
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  width: 186px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #e01c2f;
  border: 1px solid #e01c2f;
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  margin-bottom: 50px;
  -webkit-transition: all ease-in .2s;
  -o-transition: all ease-in .2s;
  transition: all ease-in .2s; }
  .remax-bayilik-yapabilirmiyim-form-alani-button:focus, .remax-bayilik-yapabilirmiyim-form-alani-button:active, .remax-bayilik-yapabilirmiyim-form-alani-button:visited {
    text-decoration: none;
    color: #fff; }
  .remax-bayilik-yapabilirmiyim-form-alani-button:hover {
    text-decoration: none;
    color: #e01c2f;
    background-color: #fff;
    border: 1px solid #e01c2f; }

.remax-bayilik-bilinirlik-text {
  position: absolute;
  padding-left: 10px;
  padding-top: 20px; }
  @media (min-width: 768px) {
    .remax-bayilik-bilinirlik-text {
      padding-left: 30px; } }

.remax-bayilik-bilinirlik-aciklama {
  font-family: "Galano Grotesque";
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  margin-bottom: 33px; }
  @media (min-width: 768px) {
    .remax-bayilik-bilinirlik-aciklama {
      font-size: 18px;
      margin-bottom: 66px; } }

.remax-bayilik-bilinirlik-madde {
  font-family: "Galano Grotesque";
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 768px) {
    .remax-bayilik-bilinirlik-madde {
      font-size: 20px; } }
  .remax-bayilik-bilinirlik-madde:before {
    content: "";
    background-image: url("images/remax-check.svg");
    background-size: 60%;
    background-repeat: no-repeat;
    display: block;
    width: 30px;
    height: 20px;
    float: left;
    margin-right: 0; }
    @media (min-width: 768px) {
      .remax-bayilik-bilinirlik-madde:before {
        background-size: 100%;
        height: 30px;
        margin-right: 10px; } }

.remax-bayilik-ofisleri-gorseller-alt,
.remax-bayilik-ofisleri-gorseller-ust {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.remax-bayilik-ofisleri-gorseller-ust {
  margin-bottom: 10px; }

.remax-bayilik-ofisleri-gorseller-ust-sag,
.remax-bayilik-ofisleri-gorseller-ust-sol,
.remax-bayilik-ofisleri-gorseller-alt-sol,
.remax-bayilik-ofisleri-gorseller-alt-sag {
  position: relative;
  max-width: 645px;
  width: 100%; }

.remax-bayilik-ofisler-baslik-alani h2 {
  font-family: "Galano Grotesque";
  font-weight: 600;
  font-size: 30px;
  color: #e01c2f;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .remax-bayilik-ofisler-baslik-alani h2:before {
    content: "";
    width: 100%;
    max-width: 860px;
    height: 4px;
    background-color: #EB1C23;
    display: inline-block;
    position: absolute;
    bottom: 0;
    top: 47px; }

.remax-bayilik-ofisler-baslik-alani p {
  font-family: "Galano Grotesque";
  font-weight: 500;
  font-size: 18px;
  color: #282828;
  margin-top: 20px; }
  .remax-bayilik-ofisler-baslik-alani p strong {
    color: #e01c2f; }

.remax-bayilik-arastirma-bilgisi-text {
  font-family: 'Palanquin', sans-serif;
  font-size: 9px;
  color: #868686;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .remax-bayilik-arastirma-bilgisi-text {
      font-size: 14px; } }

.remax-bayilik-nasil-bir-is-adam {
  right: 0;
  max-width: 150px; }
  @media (min-width: 768px) {
    .remax-bayilik-nasil-bir-is-adam {
      right: 26px;
      max-width: unset; } }

.remax-bayilik-ofis-kadin {
  position: absolute;
  bottom: 0;
  right: 4px;
  max-width: 120px; }
  @media (min-width: 768px) {
    .remax-bayilik-ofis-kadin {
      right: 20px;
      max-width: unset; } }

.remax-bayilik-gelecek-ev {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 240px; }
  @media (min-width: 768px) {
    .remax-bayilik-gelecek-ev {
      right: 0;
      max-width: 350px; } }

.remax-bayilik-yapabilirmiyim-adam {
  position: absolute;
  right: 4px;
  bottom: 0;
  max-width: 120px; }
  @media (min-width: 768px) {
    .remax-bayilik-yapabilirmiyim-adam {
      right: 10px;
      max-width: unset; } }

.remax-bayilik-onemli-balon {
  position: absolute;
  bottom: 10%;
  right: 10px;
  max-width: 120px; }
  @media (min-width: 768px) {
    .remax-bayilik-onemli-balon {
      max-width: unset; } }

.remax_bayilik_slash {
  color: #004e9b;
  -webkit-transform: rotate(-11deg);
      -ms-transform: rotate(-11deg);
          transform: rotate(-11deg);
  display: inline-block;
  margin-right: 2px;
  -webkit-transform: translateY(-1px) rotate(-10deg);
      -ms-transform: translateY(-1px) rotate(-10deg);
          transform: translateY(-1px) rotate(-10deg);
  font-size: 18px;
  font-weight: 600; }

.remax-ofis-slash {
  color: #004e9b;
  -webkit-transform: rotate(-11deg);
      -ms-transform: rotate(-11deg);
          transform: rotate(-11deg);
  display: inline-block;
  margin-right: 2px;
  -webkit-transform: translateY(6px) rotate(-10deg);
      -ms-transform: translateY(6px) rotate(-10deg);
          transform: translateY(6px) rotate(-10deg);
  font-size: 24px;
  font-weight: 600; }

/*Slider alanı için*/
.remax-bayilik-popup-alani .container {
  max-width: 650px;
  margin: 0; }

.lity-container .lity-close {
  position: absolute;
  top: -50px; }

.lity-container .lity-close:active {
  top: -50px; }

.remax-bayilik-maddeler-slash,
.remax_slider_bayilik_slash {
  font-style: normal;
  color: #004e9b; }

.site-content .row:before {
  display: none; }

.remax-bayilik-footer-menu .row:before,
.site-content .row:before {
  display: none; }

aside#secondary {
  display: none; }

.remax-bayilik-sosyal-medya-alani {
  background-color: #e01c2f; }
  .remax-bayilik-sosyal-medya-alani .remax-bayilik-sosyal-medya {
    background-color: #e01c2f;
    height: 54px;
    max-width: 480px;
    width: 100%; }
    .remax-bayilik-sosyal-medya-alani .remax-bayilik-sosyal-medya .remax-bayilik-sosyal-medya-yazi {
      font-family: "Galano Grotesque";
      font-weight: 600;
      font-size: 10px;
      color: #fff;
      margin-bottom: 0;
      text-align: left; }
      @media (min-width: 768px) {
        .remax-bayilik-sosyal-medya-alani .remax-bayilik-sosyal-medya .remax-bayilik-sosyal-medya-yazi {
          font-size: 13px; } }

.remax-bayilik-facebook-gorsel {
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media (min-width: 768px) {
    .remax-bayilik-facebook-gorsel {
      width: 27px;
      height: 27px; } }

.remax-bayilik-instagram-gorsel {
  width: 45px;
  height: 45px;
  margin-top: -5px;
  margin-left: -8px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  @media (min-width: 768px) {
    .remax-bayilik-instagram-gorsel {
      width: 45px;
      height: 45px;
      margin-top: -10px;
      margin-left: 0; } }

.remax-bayilik-youtube-gorsel,
.remax-bayilik-linkedin-gorsel,
.remax-bayilik-twitter-gorsel {
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  @media (min-width: 768px) {
    .remax-bayilik-youtube-gorsel,
    .remax-bayilik-linkedin-gorsel,
    .remax-bayilik-twitter-gorsel {
      width: 30px;
      height: 30px; } }

.remax-bayilik-footer-menu-alani {
  background-color: #004e9b; }

.remax-bayilik-footer-menu {
  height: 90px;
  background-color: #004e9b;
  max-width: 350px;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .remax-bayilik-footer-menu {
      max-width: 760px; } }

.remax-bayilik-footer-menu a {
  font-family: "Galano Grotesque";
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  position: relative; }
  .remax-bayilik-footer-menu a:visited {
    color: #fff;
    text-decoration: none; }
  .remax-bayilik-footer-menu a:hover {
    color: #fff;
    text-decoration: none; }
  .remax-bayilik-footer-menu a:before {
    content: "";
    background-image: url("images/remax-bayilik-mobil-footer-arrow.svg");
    background-size: 50%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    position: absolute;
    left: -14px;
    top: 5px; }

.remax-bayilik-turkiye {
  font-family: "Galano Grotesque";
  font-size: 14px;
  color: #716d6e;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0; }

.footer-container-fluid-top,
.footer-container-fluid-bottom {
  width: 100%;
  margin: 0 auto; }

.footer-container-fluid-top {
  background-color: #e01c2f; }

.footer-container-fluid-bottom {
  background-color: #004e9b; }

.remax-bayilik-facebook {
  position: relative;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  @media (min-width: 768px) {
    .remax-bayilik-facebook:before {
      content: "";
      background-image: url("images/remax-bayilik-facebook.svg");
      background-size: 100%;
      display: block;
      height: 27px;
      width: 27px;
      top: -40px;
      position: absolute;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      z-index: -1; }
    .remax-bayilik-facebook:hover .remax-bayilik-facebook-gorsel {
      margin-top: 75px;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
    .remax-bayilik-facebook:hover:before {
      top: 37px;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      z-index: 1; } }

.remax-bayilik-twitter {
  position: relative;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  @media (min-width: 768px) {
    .remax-bayilik-twitter:before {
      content: "";
      background-image: url("images/remax-bayilik-twitter.svg");
      background-size: 100%;
      display: block;
      height: 30px;
      width: 30px;
      top: -40px;
      position: absolute;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      z-index: -1; }
    .remax-bayilik-twitter:hover .remax-bayilik-twitter-gorsel {
      margin-top: 75px;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
    .remax-bayilik-twitter:hover:before {
      top: 37px;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      z-index: 1; } }

.remax-bayilik-linkedin {
  position: relative;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  @media (min-width: 768px) {
    .remax-bayilik-linkedin:before {
      content: "";
      background-image: url("images/remax-bayilik-linkedin.svg");
      background-size: 100%;
      display: block;
      height: 30px;
      width: 30px;
      top: -40px;
      position: absolute;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      z-index: -1; }
    .remax-bayilik-linkedin:hover .remax-bayilik-linkedin-gorsel {
      margin-top: 76px;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
    .remax-bayilik-linkedin:hover:before {
      top: 39px;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      z-index: 1; } }

.remax-bayilik-youtube {
  position: relative;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  @media (min-width: 768px) {
    .remax-bayilik-youtube:before {
      content: "";
      background-image: url("images/remax-bayilik-youtube.svg");
      background-size: 100%;
      display: block;
      height: 30px;
      width: 30px;
      top: -40px;
      position: absolute;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      z-index: -1; }
    .remax-bayilik-youtube:hover .remax-bayilik-youtube-gorsel {
      margin-top: 80px;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
    .remax-bayilik-youtube:hover:before {
      top: 39px;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      z-index: 1; } }

.remax-bayilik-instagram {
  position: relative;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  @media (min-width: 768px) {
    .remax-bayilik-instagram:before {
      content: "";
      background-image: url("images/remax-bayilik-instagram.svg");
      background-size: 100%;
      display: block;
      height: 45px;
      width: 45px;
      top: -50px;
      position: absolute;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      z-index: -1; }
    .remax-bayilik-instagram:hover .remax-bayilik-instagram-gorsel {
      margin-top: 80px;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
    .remax-bayilik-instagram:hover:before {
      top: 36px;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      z-index: 1; }
    .remax-bayilik-instagram .remax-bayilik-instagram {
      margin-left: -7px; } }

.scrollToTop {
  width: 45px;
  height: 45px;
  background-color: #004e9b;
  position: fixed;
  left: calc(100% - 60px);
  bottom: 80px;
  margin-right: 5px;
  margin-bottom: 0;
  -webkit-transition: all ease-in .2s;
  -o-transition: all ease-in .2s;
  transition: all ease-in .2s; }
  .scrollToTop:hover {
    background-color: #e01c2f; }

.arrow {
  cursor: pointer;
  height: 45px;
  left: 14px;
  top: -1px;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transition: -webkit-transform .1s;
  transition: -webkit-transform .1s;
  -o-transition: transform .1s;
  transition: transform .1s;
  transition: transform .1s, -webkit-transform .1s;
  width: 16px; }
  .arrow-top, .arrow-bottom {
    background-color: #fff;
    height: 2px;
    left: -5px;
    position: absolute;
    top: 50%;
    width: 100%; }
    .arrow-top:after, .arrow-bottom:after {
      background-color: #004e9b;
      content: '';
      height: 100%;
      position: absolute;
      top: 0;
      -webkit-transition: all 0.15s;
      -o-transition: all 0.15s;
      transition: all 0.15s; }
  .arrow-top {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
            transform-origin: bottom right; }
    .arrow-top:after {
      left: 100%;
      right: 0;
      -webkit-transition-delay: 0s;
           -o-transition-delay: 0s;
              transition-delay: 0s; }
  .arrow-bottom {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right; }
    .arrow-bottom:after {
      left: 0;
      right: 100%;
      -webkit-transition-delay: 0.15s;
           -o-transition-delay: 0.15s;
              transition-delay: 0.15s; }
  .arrow:hover .arrow-top:after {
    left: 0;
    -webkit-transition-delay: 0.15s;
         -o-transition-delay: 0.15s;
            transition-delay: 0.15s; }
  .arrow:hover .arrow-bottom:after {
    right: 0;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }

.rmx-Popup {
  max-width: 95%; }

@media (min-width: 320px) {
  .rmx-Popup_Banner {
    max-width: 252px;
    margin-top: 20px; } }

@media (min-width: 430px) {
  .rmx-Popup {
    max-width: 410px; } }

@media (min-width: 1000px) {
  .rmx-Popup {
    max-width: 1000px;
    margin-top: -232.946px !important; }
  .rmx-Popup_Banner {
    max-width: unset;
    margin-top: unset; }
  .rmx-Popup_Content {
    background-image: url("images/istanbul-seminer-bg_mobil.jpg");
    background-size: cover; } }

.rmx-Popup_Content {
  border: solid 10px #e11c2d;
  background-image: url("images/istanbul-seminer-bg_mobil.jpg");
  background-size: contain;
  max-width: 100%;
  padding-top: 152%;
  width: 600px;
  max-height: 700px; }

@media (min-width: 420px) {
  .rmx-Popup_Content {
    padding-top: 170%; } }

@media (min-width: 1000px) {
  .rmx-Popup_Content {
    width: auto;
    background-image: none;
    padding-top: 0;
    max-height: unset; } }

.rmx-Popup_Close {
  font-family: "Galano Grotesque";
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  display: block;
  position: absolute;
  top: -35px;
  width: 83px;
  height: 35px;
  -webkit-transition: background-color ease-in .3s;
  -o-transition: background-color ease-in .3s;
  transition: background-color ease-in .3s;
  background-color: #e01c2f;
  padding-top: 6px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0; }

@media (min-width: 768px) {
  .rmx-Popup_Close {
    font-size: 20px;
    top: -45px;
    width: 114px;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; } }

.rmx-Popup_Close:hover {
  color: white;
  background-color: #c7192a;
  text-decoration: none; }

.rmx-Popup_Background {
  display: none;
  /* width: 600px; */ }

@media (min-width: 1000px) {
  .rmx-Popup_Background {
    display: block;
    width: 1000px; } }

.rmx-Popup_Badge {
  font-family: "Galano Grotesque";
  color: #e11c2d;
  display: block;
  font-size: 13px;
  width: 100px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #efefef;
  text-align: center;
  padding: 6px;
  line-height: 1.2;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotateZ(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotateZ(-10deg);
  -webkit-transition: -webkit-transform linear .2s;
  transition: -webkit-transform linear .2s;
  -o-transition: transform linear .2s;
  transition: transform linear .2s;
  transition: transform linear .2s, -webkit-transform linear .2s;
  z-index: 2; }

@media (min-width: 400px) {
  .rmx-Popup_Badge {
    font-size: 15px;
    width: 125px;
    height: 48px; } }

.rmx-Popup_Link {
  display: block;
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 5%;
  width: 90%;
  text-align: center; }

@media (min-width: 1000px) {
  .rmx-Popup_Link {
    width: inherit;
    top: 50%;
    left: 60px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .rmx-Popup_Banner {
    height: 336px; } }

.rmx-Popup_Video {
  border: solid 10px #e11c2d;
  width: 580px;
  position: absolute;
  top: auto;
  right: auto;
  max-width: 89%;
  bottom: 23px;
  padding-top: 46.6%;
  left: 5.5%; }

@media (min-width: 600px) {
  .rmx-Popup_Video {
    padding-top: 47.5%; } }

@media (min-width: 1000px) {
  .rmx-Popup_Video {
    top: 65px;
    right: 28px;
    left: auto;
    bottom: auto;
    padding-top: 31.5%; } }

.rmx-Popup_Video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.remax-bayilik-footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.remax-bayilik-footer-copyright {
  font-family: "Galano Grotesque";
  font-weight: 400;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 700px) {
    .remax-bayilik-footer-copyright {
      font-size: 15px; } }

.remax-bayilik-kreatif-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .remax-bayilik-kreatif-logo span {
    font-family: "Galano Grotesque";
    font-size: 12px;
    margin-top: -15px;
    margin-right: 10px; }

.remax-bayilik-kreatif-logo-svg {
  width: 55px;
  height: 70px;
  padding-top: 10px; }

.remax-bayilik-blog-items-content {
  max-width: 396px;
  width: 100%;
  padding-left: 15px; }

.blog-kategori-baslik {
  font-size: 15px;
  font-family: 'Galano Grotesque';
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  height: 36px;
  overflow: hidden; }

.remax-bayilik-makale-link p {
  font-family: tahoma;
  font-size: 11px;
  line-height: 1.3em;
  color: #7c7c7c;
  max-height: 36px;
  overflow: hidden; }

.blog-kategori-button {
  color: #0066b1;
  line-height: normal;
  font-style: italic;
  font-family: tahoma;
  font-size: 10px;
  display: block;
  margin-top: -1px; }
  .blog-kategori-button:visited, .blog-kategori-button:hover {
    color: #0066b1; }
  @media (min-width: 768px) {
    .blog-kategori-button {
      font-size: 12px; } }

.remax-bayilik-makale-link {
  display: inline-block;
  position: relative;
  width: 100%; }

.remax-bayilik-blog-items {
  border: #d9d9d9 solid 1px;
  max-width: 630px;
  margin: 0 auto; }

.remax-kategori-videolar,
.remax-kategori-makaleler {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  padding: 10px 20px 16px 20px;
  line-height: 48px;
  color: #e01c2f; }

.kategori {
  border-bottom: #e01c2f solid 1px;
  margin-bottom: 30px;
  height: 53px; }

.remax-bayilik-kategori-makale .remax-kategori-makaleler {
  background-color: #e01c2f;
  color: #fff; }
  .remax-bayilik-kategori-makale .remax-kategori-makaleler:visited {
    color: #fff; }

.remax-bayilik-kategori-makale .remax-kategori-videolar {
  -webkit-transition: color 0.14s linear;
  -o-transition: color 0.14s linear;
  transition: color 0.14s linear; }
  .remax-bayilik-kategori-makale .remax-kategori-videolar:visited {
    color: #e01c2f; }
  .remax-bayilik-kategori-makale .remax-kategori-videolar:hover {
    background-color: #e01c2f;
    color: #fff; }
    .remax-bayilik-kategori-makale .remax-kategori-videolar:hover:visited {
      color: #fff; }

.remax-bayilik-kategori-video .remax-kategori-videolar {
  background-color: #e01c2f;
  color: #fff;
  -webkit-transition: color 0.14s linear;
  -o-transition: color 0.14s linear;
  transition: color 0.14s linear; }
  .remax-bayilik-kategori-video .remax-kategori-videolar:visited {
    color: #fff; }

.remax-bayilik-kategori-video .remax-kategori-makaleler {
  -webkit-transition: color 0.14s linear;
  -o-transition: color 0.14s linear;
  transition: color 0.14s linear; }
  .remax-bayilik-kategori-video .remax-kategori-makaleler:visited {
    color: #e01c2f; }
  .remax-bayilik-kategori-video .remax-kategori-makaleler:hover {
    background-color: #e01c2f;
    color: #fff; }

.blog-kategori-ozet ol {
  padding-left: 0; }
  .blog-kategori-ozet ol li {
    color: #7c7c7c;
    font-family: tahoma;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 24px;
    list-style-type: none; }
    .blog-kategori-ozet ol li:before {
      width: 30px;
      height: 30px;
      background: #eb1c23;
      border-radius: 50%;
      z-index: -9 !important;
      margin-left: -45px;
      margin-top: -4px;
      position: absolute;
      counter-increment: section;
      content: counters(section, ".") " ";
      color: #fff;
      text-align: center;
      font-family: 'Galano Grotesque';
      font-size: 17px;
      font-weight: bold;
      line-height: 30px; }
    .blog-kategori-ozet ol li b {
      color: #0066b1;
      font-weight: bold;
      font-family: 'Galano Grotesque';
      font-size: 16px; }

.blog-kategori-detay-baslik {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Galano Grotesque';
  font-weight: bold;
  color: #333; }
  @media (min-width: 768px) {
    .blog-kategori-detay-baslik {
      font-size: 26px; } }

.blog-kategori-ozet p {
  font-family: tahoma;
  font-size: 14px;
  color: #7c7c7c; }

a:hover {
  text-decoration: none; }

.video-kategori-baslik {
  font-family: 'Galano Grotesque';
  font-size: 20px;
  font-weight: bold;
  clear: both;
  color: #333; }
  @media (min-width: 768px) {
    .video-kategori-baslik {
      font-size: 25px; } }

.remax-bayilik-video-baslik {
  font-family: 'Galano Grotesque';
  font-size: 16px;
  width: 400px;
  font-weight: 500;
  color: #eb1c23;
  width: 100%; }
  @media (min-width: 768px) {
    .remax-bayilik-video-baslik {
      font-size: 18px; } }

.remax-bayilik-video-items .project_v2_video_play {
  top: 42%; }
  @media (min-width: 768px) {
    .remax-bayilik-video-items .project_v2_video_play {
      margin: -60px 0 0 -45.5px; } }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
              box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.site {
  padding-top: 66px;
  min-height: calc(100vh - 205px); }

.site-header {
  height: 66px;
  background-color: #fff;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #e0dedf;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999; }
  @media (min-width: 768px) {
    .site-header {
      height: 92px; } }

.site-branding {
  float: left;
  max-width: 189px; }
  @media (min-width: 768px) {
    .site-branding {
      max-width: unset; } }

.site-title, .site-description {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px); }

.main-navigation {
  margin-right: 16px; }

.main-navigation ul li {
  list-style: none; }

.nav-menu-list a,
.main-navigation ul li a {
  font-family: "Galano Grotesque";
  font-weight: bold;
  color: #EB1C23;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative; }
  .nav-menu-list a:before,
  .main-navigation ul li a:before {
    content: ">";
    display: inline-block;
    background-image: url("images/remax-bayilik-header-menu-arrow.svg");
    background-size: 60%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    font-size: 0;
    color: #e01c2f;
    margin-right: 6px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: absolute;
    margin-left: -15px;
    margin-top: 6px; }
  .nav-menu-list a:after,
  .main-navigation ul li a:after {
    content: '';
    position: absolute;
    width: 100%;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #bc1e24;
    -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -o-transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out; }
  .nav-menu-list a:hover,
  .main-navigation ul li a:hover {
    color: #bc1e24; }
    .nav-menu-list a:hover:after,
    .main-navigation ul li a:hover:after {
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transform-origin: bottom left;
          -ms-transform-origin: bottom left;
              transform-origin: bottom left; }
    .nav-menu-list a:hover:before,
    .main-navigation ul li a:hover:before {
      content: "";
      background-image: url("images/remax-bayilik-header-menu-arrow-hover.svg");
      background-size: 60%;
      background-repeat: no-repeat;
      color: #bc1e24; }

.remax__slash {
  color: #004e9b;
  -webkit-transform: rotate(-11deg);
      -ms-transform: rotate(-11deg);
          transform: rotate(-11deg);
  display: inline-block;
  margin-right: 1px; }

#primary-menu {
  max-width: 480px;
  float: right;
  width: 100%; }
  @media (min-width: 1200px) {
    #primary-menu {
      max-width: 570px; } }

.remax-bayilik-menu {
  position: fixed;
  top: 0;
  left: -110%;
  right: 200%;
  z-index: 99;
  width: 100%;
  height: calc(100vh - 63px);
  background-color: #e01c2f;
  -webkit-transition: right 0.5s, left 0.5s;
  -o-transition: right 0.5s, left 0.5s;
  transition: right 0.5s, left 0.5s;
  margin-top: 64px; }

#mobile-overlay-menu-trigger:checked ~ .remax-bayilik-menu {
  left: 0;
  right: 0; }

.remax-bayilik-mobil-header-instagram {
  width: 30px;
  height: 30px;
  float: right; }

#menu-bayilik-remax-menu {
  padding-left: 0;
  margin-left: 0; }

#menu-bayilik-remax-menu li {
  list-style-type: none;
  height: 50px;
  border-bottom: 1px solid #cb192b;
  margin-bottom: 0;
  padding-top: 10px;
  opacity: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all cubic-bezier(0.39, 0.58, 0.57, 1) 0.5s;
  -o-transition: all cubic-bezier(0.39, 0.58, 0.57, 1) 0.5s;
  transition: all cubic-bezier(0.39, 0.58, 0.57, 1) 0.5s; }
  #menu-bayilik-remax-menu li:after {
    content: "";
    background-image: url("images/remax-bayilik-mobil-menu-right-arrow.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-position: center;
    font-family: cursive;
    font-size: 18px;
    color: #fff;
    float: right;
    margin-top: 4px; }

.mobile-overlay-menu--is-open #menu-bayilik-remax-menu li {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
      transform: translateX(0); }

#menu-bayilik-remax-menu li:nth-child(1) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s; }

#menu-bayilik-remax-menu li:nth-child(2) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s; }

#menu-bayilik-remax-menu li:nth-child(3) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s; }

#menu-bayilik-remax-menu li:nth-child(4) {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s; }

#menu-bayilik-remax-menu li:nth-child(5) {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s; }

.burger {
  display: block;
  border: 0;
  background: none;
  outline: 0;
  padding: 0;
  cursor: pointer;
  border-bottom: 3px solid #e01c2f;
  width: 33px;
  position: relative;
  margin-top: -10px; }
  .burger:before {
    content: "";
    display: block;
    border-bottom: 3px solid #e01c2f;
    width: 100%;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
  .burger:after {
    content: "";
    display: block;
    border-bottom: 3px solid #e01c2f;
    width: 80%;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }

.burger span {
  position: absolute;
  left: 0px;
  font-size: 0;
  bottom: -20px;
  color: #e01c2f;
  line-height: 15px;
  height: 15px;
  font-weight: 500;
  overflow: hidden; }
  .burger span:before {
    content: "MENU";
    font-size: 10px;
    float: left;
    width: 100%;
    height: 15px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .burger span:after {
    content: "CLOSE";
    float: left;
    width: 100%;
    height: 15px;
    font-size: 10px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.burger-check:checked ~ div .burger {
  border-bottom: 4px solid transparent;
  -webkit-transition: border-bottom 0.5s ease-in-out;
  -o-transition: border-bottom 0.5s ease-in-out;
  transition: border-bottom 0.5s ease-in-out; }
  .burger-check:checked ~ div .burger:before {
    -webkit-transform: rotate(-405deg) translateY(6px) translateX(-6px);
        -ms-transform: rotate(-405deg) translateY(6px) translateX(-6px);
            transform: rotate(-405deg) translateY(6px) translateX(-6px);
    -webkit-transition: border-bottom-color 0.5s ease-in-out,  -webkit-transform 0.5s ease-in-out;
    transition: border-bottom-color 0.5s ease-in-out,  -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out,  border-bottom-color 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out,  border-bottom-color 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out,  border-bottom-color 0.5s ease-in-out,  -webkit-transform 0.5s ease-in-out;
    border-bottom-color: #e01c2f; }
  .burger-check:checked ~ div .burger:after {
    -webkit-transform: rotate(405deg) translateY(0px) translateX(1.3px);
        -ms-transform: rotate(405deg) translateY(0px) translateX(1.3px);
            transform: rotate(405deg) translateY(0px) translateX(1.3px);
    -webkit-transition: border-bottom-color 0.5s ease-in-out,  -webkit-transform 0.5s ease-in-out;
    transition: border-bottom-color 0.5s ease-in-out,  -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out,  border-bottom-color 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out,  border-bottom-color 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out,  border-bottom-color 0.5s ease-in-out,  -webkit-transform 0.5s ease-in-out;
    border-bottom-color: #e01c2f;
    width: 100%; }
  .burger-check:checked ~ div .burger span {
    font-size: 0;
    bottom: -25px; }
    .burger-check:checked ~ div .burger span:before {
      -webkit-transform: translateY(-15px);
          -ms-transform: translateY(-15px);
              transform: translateY(-15px); }
    .burger-check:checked ~ div .burger span:after {
      -webkit-transform: translateY(-15px);
          -ms-transform: translateY(-15px);
              transform: translateY(-15px); }

#menu-bayilik-remax-menu li a {
  font-family: "Galano Grotesque";
  font-weight: 500;
  font-size: 18px;
  color: #fff; }
  #menu-bayilik-remax-menu li a .remax__slash {
    color: #fff;
    margin-right: 3px; }
  #menu-bayilik-remax-menu li a:hover {
    text-decoration: none; }

.footer-e-bulletin,
.remax-mobil-menu-e-bulten-mail-and-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 360px; }

.remax-mobil-menu-e-bulten-mail-and-button .form-group {
  margin-bottom: 0; }

.footer-e-bulletin__input,
.remax-mobil-menu-e-bulten-mail-and-button .form-group input {
  font-family: "Galano Grotesque";
  font-size: 12px;
  height: 40px;
  border-radius: 0 !important;
  border: 0;
  background-color: #fff;
  width: 240px;
  padding-left: 10px !important;
  -webkit-box-shadow: none;
          box-shadow: none; }

.footer-e-bulletin__button,
.remax-mobil-menu-e-bulten-mail-and-button button {
  font-family: "Galano Grotesque";
  font-size: 14px;
  font-weight: 600;
  width: 90px;
  height: 40px;
  background-color: #fff;
  color: #e01c2f;
  border-radius: 0 !important;
  margin-left: 10px;
  border: 0; }
  .footer-e-bulletin__button:hover,
  .remax-mobil-menu-e-bulten-mail-and-button button:hover {
    background-color: #fff;
    color: #e01c2f; }

.remax-bayilik-menu-ebulten-baslik {
  font-family: "Galano Grotesque";
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 4px; }

.mobil-footer-bulletin .required {
  font-family: "Galano Grotesque";
  font-size: 14px;
  color: #fff;
  margin-top: 5px; }

.remax-mobil-menu-sosyal-medya {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-top: 50px;
  margin-bottom: 50px; }

.remax-mobil-svg {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 8px;
  margin-right: 10px; }

.remax-mobil-sosyal-instagram img {
  margin-top: -12px;
  min-width: 40px; }

.remax-bayilik-mobil-menu-yasal-text {
  font-family: "Galano Grotesque";
  font-size: 12px;
  color: #fff;
  margin-bottom: 2px; }

.remax-bayilik-mobil-© {
  font-family: "Galano Grotesque";
  font-size: 12px;
  color: #fff;
  margin-top: 30px; }
  .remax-bayilik-mobil-© a {
    color: #fff; }

.remax-bayilik-menu-en-form {
  max-width: 200px;
  width: 100%;
  float: right;
  text-align: right; }
  @media (min-width: 1200px) {
    .remax-bayilik-menu-en-form {
      max-width: 230px; } }
  .remax-bayilik-menu-en-form .nav-menu {
    margin: 0;
    padding: 0; }
    .remax-bayilik-menu-en-form .nav-menu .nav-menu-list {
      list-style: none; }

.remax-bayilik-en-tr {
  margin-left: 50px; }
  .remax-bayilik-en-tr .remax-bayilik-en-tr-text {
    font-family: "Galano Grotesque";
    font-size: 15px;
    color: #e01c2f;
    font-weight: bold;
    text-decoration: underline; }
    .remax-bayilik-en-tr .remax-bayilik-en-tr-text:hover {
      color: #bc1e24; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }
