@charset "UTF-8";
@charest "utf-8";
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  min-height: 1px; }

[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; }

.slick-slider * {
  outline: none; }

.slick-arrow, .slick-dots li {
  cursor: pointer; }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s,visibility 0s linear .25s;
  -o-transition: opacity .25s,visibility 0s linear .25s;
  transition: opacity .25s,visibility 0s linear .25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: capitalize; }

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s,visibility 0s;
  -o-transition: opacity .25s,visibility 0s;
  transition: opacity .25s,visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #e5e3df; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%; }

.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff; }

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]:after, .fancybox-button[disabled]:before {
  opacity: .3; }

.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor; }

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s; }

.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--left:after, .fancybox-arrow--right:after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: .6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: .3; }

.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

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

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

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1; }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1; }

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1; }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left, .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

.fancybox-button--pause:before, .fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px; }

.fancybox-button--thumbs, .fancybox-thumbs {
  display: none; }

@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    -webkit-box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;
    box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }

[data-fancybox], [data-fancybox] * {
  outline: 0; }

.hamburger {
  float: right;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #9c1d60;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/* Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
  -o-transition-duration: 0.22s;
  transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word; }

html,
body {
  overflow-x: hidden; }

a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none; }

form *,
button {
  outline: 0; }

address {
  font-style: normal;
  text-transform: none; }

header {
  padding: 20px;
  position: absolute;
  z-index: 50;
  width: 100%;
  font-family: 'Saira Semi Condensed', sans-serif; }
  header:after {
    content: "";
    display: block;
    clear: both; }
  header .logo {
    float: left;
    width: 141px;
    height: 141px;
    background-image: url(../img/logo.png);
    display: none; }
  header button {
    float: left;
    width: 65px;
    height: 45px;
    border-right: 1px solid #fff;
    background-color: transparent;
    background-image: url(../img/menu.png);
    background-position: left center;
    display: none; }
  header ul {
    float: left; }
    header ul:after {
      content: "";
      display: block;
      clear: both; }
    header ul li {
      float: left; }
      header ul li a {
        display: block;
        padding: 10px 10px;
        font-weight: 400;
        font-size: 17px;
        color: #fff;
        text-transform: uppercase; }
        header ul li a:hover {
          border-bottom: 1px solid #fff; }
  header .tel {
    float: right;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    line-height: 1;
    text-transform: capitalize;
    padding-right: 35px;
    background-image: url(../img/banner-telefon-icon.png);
    background-position: right center; }
    header .tel span, header .tel p {
      display: block;
      border-right: 1px solid #fff;
      padding: 0 10px; }

footer {
  background-color: #212121;
  padding: 100px 0; }
  footer > div {
    max-width: 1170px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    @media (max-width: 1190px) {
      footer > div {
        margin-left: 10px;
        margin-right: 10px; } }
    footer > div h6 {
      font-family: 'Playfair Display', serif;
      font-weight: 700;
      font-size: 50px;
      color: #fff;
      text-transform: capitalize;
      margin-bottom: 25px; }
    footer > div > a, footer > div address {
      display: inline-block;
      font-family: 'Saira Semi Condensed', sans-serif;
      font-weight: 400;
      font-size: 30px;
      color: #ffbb03;
      margin: 0 25px; }
    footer > div address {
      font-size: 25px;
      margin: 20px 20%;
      padding: 20px;
      border-top: 1px solid #ffbb03; }

@media (max-width: 850px) {
  header button {
    display: block; }
  header ul {
    display: none;
    width: 100%;
    background-color: black;
    margin-top: 10px; }
    header ul li {
      float: none; }
  header .tel {
    position: absolute;
    right: 20px;
    top: 20px;
    margin-top: 0; } }

@media (max-width: 500px) {
  footer > div > a, footer > div address {
    margin: 0;
    font-size: 20px; }
  footer > div address {
    padding: 20px 0; } }

body {
  background-color: #212121; }

.devambutton {
  text-align: center;
  margin-top: 80px; }
  .devambutton a {
    display: inline-block;
    padding: 5px 20px;
    border: 2px solid #9c8254;
    border-radius: 2px;
    color: #fff;
    font-size: 23px; }

section h2 {
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  margin-bottom: 25px; }
  section h2 + p {
    padding: 0 10px;
    font-family: 'Saira Semi Condensed', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    margin-bottom: 50px; }

section .tum-button {
  display: inline-block;
  padding: 15px;
  border: 2px solid #9c8254;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: 'Saira Semi Condensed', sans-serif; }
  section .tum-button:hover {
    background-color: rgba(0, 0, 0, 0.3); }

section .banner {
  position: relative; }
  section .banner .sliders .slider {
    height: 100vh;
    text-align: center;
    color: #fff;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
    position: relative; }
    section .banner .sliders .slider:after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.4); }
    section .banner .sliders .slider div {
      position: absolute;
      z-index: 2;
      width: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 10px; }
      section .banner .sliders .slider div h1 {
        font-family: 'Playfair Display', serif;
        font-weight: 400;
        font-size: 65px;
        text-transform: capitalize; }
      section .banner .sliders .slider div p {
        font-family: 'Saira Semi Condensed', sans-serif;
        font-size: 25px;
        margin: 20px 0; }
  section .banner .sliders .slick-dots {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    section .banner .sliders .slick-dots li {
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background-color: #fff;
      border: 2px solid transparent;
      margin-bottom: 5px; }
      section .banner .sliders .slick-dots li.slick-active {
        background-color: transparent;
        border: 2px solid #fff; }
      section .banner .sliders .slick-dots li * {
        display: none; }
  section .banner .alt-ok {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 13px;
    height: 24px;
    background-image: url(../img/banner-alt-ok-icon.png); }

section .kurumsal {
  background-color: #272727;
  padding: 100px 0; }
  section .kurumsal > div {
    max-width: 1170px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: 'Saira Semi Condensed', sans-serif;
    line-height: 1; }
    @media (max-width: 1190px) {
      section .kurumsal > div {
        margin-left: 10px;
        margin-right: 10px; } }
    section .kurumsal > div:after {
      content: "";
      display: block;
      clear: both; }
    section .kurumsal > div > div {
      float: left;
      width: 33.33%; }
      section .kurumsal > div > div div {
        display: inline-block;
        font-weight: 700;
        font-size: 120px;
        color: #fff;
        text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4); }
      section .kurumsal > div > div span {
        display: inline-block;
        font-weight: 700;
        font-size: 80px;
        color: #ffbb03;
        font-size: 30px;
        text-transform: capitalize; }
      section .kurumsal > div > div p {
        font-weight: 300;
        font-size: 16px;
        color: #fff;
        text-transform: capitalize; }

section .medya {
  background-color: #212121;
  padding: 100px 0; }
  section .medya .medya-kat .slick-dots {
    margin-bottom: 15px; }
    section .medya .medya-kat .slick-dots:after {
      content: "";
      display: block;
      clear: both; }
    section .medya .medya-kat .slick-dots li {
      float: left;
      margin: 0 5px;
      opacity: .5;
      cursor: pointer; }
      section .medya .medya-kat .slick-dots li button {
        height: 40px;
        padding: 0 20px;
        border: 1px solid #fff;
        color: #fff;
        background-color: transparent;
        font-family: 'Saira Semi Condensed', sans-serif;
        font-weight: 300;
        font-size: 15px;
        text-transform: capitalize; }
      section .medya .medya-kat .slick-dots li.slick-active {
        opacity: 1; }
  section .medya .medya-kat .medya-ken .ic-slider .slick-arrow {
    position: absolute;
    z-index: 100;
    left: 20px;
    top: 50%;
    width: 45px;
    height: 45px;
    background-image: url(../img/banner-alt-ok-icon.png);
    background-color: transparent;
    font-size: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border: 1px solid #fff; }
    section .medya .medya-kat .medya-ken .ic-slider .slick-arrow.slick-next {
      left: auto;
      right: 20px;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  section .medya .medya-kat .medya-ken .ic-slider a {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -o-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: .5; }
    section .medya .medya-kat .medya-ken .ic-slider a:hover {
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    section .medya .medya-kat .medya-ken .ic-slider a.slick-center {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1; }
    section .medya .medya-kat .medya-ken .ic-slider a div {
      height: 500px;
      background-size: cover; }

section .haberler {
  background-image: url(../img/haberler-background.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0; }
  section .haberler > div {
    max-width: 1170px;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1190px) {
      section .haberler > div {
        margin-left: 10px;
        margin-right: 10px; } }
    section .haberler > div:after {
      content: "";
      display: block;
      clear: both; }
    section .haberler > div a {
      float: left;
      width: 33.33%;
      font-family: 'Saira Semi Condensed', sans-serif;
      -webkit-transition: all 0.1s ease-out;
      -moz-transition: all 0.1s ease-out;
      -o-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out;
      color: #fff; }
      section .haberler > div a:hover {
        -webkit-transition: all 0.1s ease-out;
        -moz-transition: all 0.1s ease-out;
        -o-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out; }
      section .haberler > div a:hover {
        color: #ffbb03; }
        section .haberler > div a:hover p {
          border-color: #ffbb03; }
      section .haberler > div a h3 {
        font-weight: 700;
        font-size: 25px;
        text-transform: capitalize;
        margin-bottom: 15px; }
      section .haberler > div a p {
        padding: 15px;
        border-left: 1px solid #fff; }
  section .haberler .tum-button {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-top: 25px;
    color: #fff; }

section .planlar {
  padding: 100px 0;
  background-color: #272727; }
  section .planlar .planlar-slider {
    max-width: 1170px;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1190px) {
      section .planlar .planlar-slider {
        margin-left: 10px;
        margin-right: 10px; } }
    section .planlar .planlar-slider .slick-arrow {
      width: 27px;
      height: 50px;
      background-color: transparent;
      font-size: 0;
      background-image: url(../img/anasayfa-2-ok-icon.png);
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      section .planlar .planlar-slider .slick-arrow:hover {
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
      section .planlar .planlar-slider .slick-arrow.slick-prev {
        left: -30px; }
        section .planlar .planlar-slider .slick-arrow.slick-prev:hover {
          left: -40px; }
      section .planlar .planlar-slider .slick-arrow.slick-next {
        right: -30px;
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg); }
        section .planlar .planlar-slider .slick-arrow.slick-next:hover {
          right: -40px; }
    section .planlar .planlar-slider a {
      height: 800px;
      background-size: auto 100%;
      margin: 0 7px;
      position: relative;
      padding: 55px 0 0;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      section .planlar .planlar-slider a:hover {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
      section .planlar .planlar-slider a:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 1;
        -webkit-transition: all 0.1s ease-out;
        -moz-transition: all 0.1s ease-out;
        -o-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out; }
        section .planlar .planlar-slider a:after:hover {
          -webkit-transition: all 0.1s ease-out;
          -moz-transition: all 0.1s ease-out;
          -o-transition: all 0.1s ease-out;
          transition: all 0.1s ease-out; }
      section .planlar .planlar-slider a > * {
        z-index: 2; }
      section .planlar .planlar-slider a .fiyat {
        display: inline-block;
        position: relative;
        background-color: #ffbb03;
        padding: 10px 20px;
        font-family: 'Saira Semi Condensed', sans-serif;
        font-weight: 300;
        font-size: 20px;
        color: #212121; }
      section .planlar .planlar-slider a h3 {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-family: 'Playfair Display', serif;
        font-weight: 700;
        font-size: 40px;
        color: #fff;
        text-transform: capitalize;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
        section .planlar .planlar-slider a h3:hover {
          -webkit-transition: all 0.2s ease-out;
          -moz-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; }
      section .planlar .planlar-slider a div {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 0;
        z-index: 2;
        font-family: 'Saira Semi Condensed', sans-serif;
        color: #fff;
        line-height: 1; }
        section .planlar .planlar-slider a div p {
          font-weight: 700;
          text-transform: uppercase; }
        section .planlar .planlar-slider a div span {
          font-weight: 3;
          text-transform: capitalize;
          display: block;
          margin-bottom: 20px; }
      section .planlar .planlar-slider a:hover {
        background-size: auto 110%; }
        section .planlar .planlar-slider a:hover:after {
          opacity: .5; }

section .satilmis {
  background-color: #212121;
  padding: 50px 0; }
  section .satilmis h2 {
    color: #ffbb03; }
  section .satilmis > div {
    max-width: 1170px;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1190px) {
      section .satilmis > div {
        margin-left: 10px;
        margin-right: 10px; } }
    section .satilmis > div p {
      border: 1px solid #ffbb03;
      padding: 15px; }
      section .satilmis > div p:after {
        content: "";
        display: block;
        clear: both; }
      section .satilmis > div p span {
        float: left;
        border-bottom: 1px solid #ffbb03;
        border-right: 1px solid #ffbb03;
        width: 16.66%;
        text-align: center;
        height: 85px;
        line-height: 85px;
        font-family: 'Saira Semi Condensed', sans-serif;
        font-weight: 500;
        font-size: 50px;
        color: #ffbb03; }
        section .satilmis > div p span:nth-of-type(6n+0) {
          border-right: 0; }
        section .satilmis > div p span:nth-last-of-type(1), section .satilmis > div p span:nth-last-of-type(2), section .satilmis > div p span:nth-last-of-type(3), section .satilmis > div p span:nth-last-of-type(4), section .satilmis > div p span:nth-last-of-type(5), section .satilmis > div p span:nth-last-of-type(6) {
          border-bottom: 0; }

section .odeme {
  background-image: url(../img/haberler-background.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0; }
  section .odeme > div {
    max-width: 1170px;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1190px) {
      section .odeme > div {
        margin-left: 10px;
        margin-right: 10px; } }
    section .odeme > div:after {
      content: "";
      display: block;
      clear: both; }
    section .odeme > div > div {
      float: left;
      width: 50%;
      text-align: center;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.5);
      font-family: 'Saira Semi Condensed', sans-serif;
      padding: 25px;
      height: 220px;
      border-bottom: 3px solid transparent;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      section .odeme > div > div:hover {
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
      section .odeme > div > div:hover {
        border-bottom-color: #ffbb03; }
      section .odeme > div > div h3 {
        font-weight: 700;
        font-size: 25px;
        text-transform: uppercase;
        padding-bottom: 20px;
        border-bottom: 1px solid #ffbb03;
        margin-bottom: 25px; }
      section .odeme > div > div h4 {
        font-weight: 500;
        font-size: 18px;
        text-transform: capitalize; }

section .neler {
  background-image: url(../img/neler-background.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0 0; }
  section .neler > div {
    max-width: 1170px;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1190px) {
      section .neler > div {
        margin-left: 10px;
        margin-right: 10px; } }
    section .neler > div:after {
      content: "";
      display: block;
      clear: both; }
    section .neler > div a {
      float: left;
      width: 29.33%;
      margin: 0 2%;
      background-color: #2c2c2c;
      border-top: 15px solid #c5a075;
      padding-top: 60px;
      font-family: 'Saira Semi Condensed', sans-serif;
      color: #fff;
      text-align: center;
      margin-bottom: -50px; }
      section .neler > div a div {
        margin-bottom: 60px;
        height: 145px; }
      section .neler > div a h4 {
        font-weight: 700;
        font-size: 30px;
        line-height: 1;
        text-transform: capitalize; }
      section .neler > div a p {
        margin: 20px 0 60px;
        padding: 0 30px; }

section .iletisim {
  padding: 150px 0 100px;
  background-color: #212121; }
  section .iletisim ::-webkit-input-placeholder {
    color: #f4f1ee; }
  section .iletisim ::-moz-input-placeholder {
    color: #f4f1ee; }
  section .iletisim :-moz-input-placeholder {
    color: #f4f1ee; }
  section .iletisim :-ms-input-placeholder {
    color: #f4f1ee; }
  section .iletisim ::-webkit-input-placeholder,
  section .iletisim ::-moz-input-placeholder,
  section .iletisim :-moz-input-placeholder,
  section .iletisim :-ms-input-placeholder {
    text-transform: uppercase; }
  section .iletisim > div {
    max-width: 1170px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.35); }
    @media (max-width: 1190px) {
      section .iletisim > div {
        margin-left: 10px;
        margin-right: 10px; } }
    section .iletisim > div:after {
      content: "";
      display: block;
      clear: both; }
    section .iletisim > div > div {
      width: 50%;
      height: 500px;
      float: left;
      background-size: cover;
      padding: 50px;
      text-align: center;
      color: #fff; }
      section .iletisim > div > div h5 {
        font-family: 'Playfair Display', serif;
        font-weight: 700;
        font-size: 40px;
        text-transform: capitalize; }
      section .iletisim > div > div p {
        margin: 10px 0 20px;
        font-family: 'Saira Semi Condensed', sans-serif;
        color: rgba(255, 255, 255, 0.8); }
      section .iletisim > div > div form:after {
        content: "";
        display: block;
        clear: both; }
      section .iletisim > div > div form input {
        float: left;
        width: 49%;
        height: 60px;
        background-color: #252626;
        border: 1px solid #2f2f2f;
        padding-left: 15px;
        margin-bottom: 10px;
        font-size: 15px; }
        section .iletisim > div > div form input:nth-of-type(1) {
          margin-right: 2%; }
        section .iletisim > div > div form input:nth-of-type(3) {
          width: 100%; }
      section .iletisim > div > div form button {
        width: 100%;
        height: 60px;
        background-color: #c5a075;
        color: #fff;
        font-size: 15px;
        text-transform: uppercase; }

section.alt-sayfa {
  padding-top: 100px; }
  section.alt-sayfa .ust {
    height: 200px;
    text-align: center;
    position: relative;
    color: #fff;
    padding: 40px 0;
    text-transform: capitalize;
    font-family: 'Saira Semi Condensed', sans-serif;
    margin-bottom: 50px; }
    section.alt-sayfa .ust:before {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      top: 0;
      background-image: url(../img/photos/1.jpg);
      background-blend-mode: luminosity;
      background-size: cover;
      opacity: .2;
      background-color: #212121; }
    section.alt-sayfa .ust h1 {
      position: relative;
      font-size: 45px; }
    section.alt-sayfa .ust ul li {
      display: inline-block;
      font-size: 20px; }
      section.alt-sayfa .ust ul li:before {
        content: "";
        width: 16px;
        height: 15px;
        display: inline-block;
        background-image: url(../img/ust-ok.png);
        margin-right: 7px; }
      section.alt-sayfa .ust ul li:nth-of-type(1):before {
        background-image: url(../img/ust-anasayfa.png); }
  section.alt-sayfa .sayfa > div {
    max-width: 1170px;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1190px) {
      section.alt-sayfa .sayfa > div {
        margin-left: 10px;
        margin-right: 10px; } }
    section.alt-sayfa .sayfa > div:after {
      content: "";
      display: block;
      clear: both; }
  section.alt-sayfa + footer {
    background-color: #101010; }

section.galeri .sayfa > div a {
  float: left;
  width: 31.33%;
  background-size: cover;
  border: 1px solid #fdbb03;
  margin: 0 1% 25px;
  height: 220px;
  position: relative;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }
  section.galeri .sayfa > div a:hover {
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
  section.galeri .sayfa > div a:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    background-color: #fdbb03;
    opacity: 0; }
  section.galeri .sayfa > div a:hover:before {
    opacity: .5; }

section.derece .sayfa > div > div {
  float: left;
  width: 31.33%;
  border: 1px solid #fdbb03;
  margin: 0 1% 25px;
  height: 220px;
  position: relative;
  overflow: hidden; }

section.fiyatlar .sayfa > div > a {
  float: left;
  width: 31.33%;
  height: 800px;
  background-size: auto 100%;
  margin: 0 1% 25px;
  position: relative;
  padding: 55px 0 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  section.fiyatlar .sayfa > div > a:hover {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  section.fiyatlar .sayfa > div > a .fiyat {
    display: inline-block;
    position: relative;
    background-color: #ffbb03;
    padding: 10px 20px;
    font-family: 'Saira Semi Condensed', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #212121; }
  section.fiyatlar .sayfa > div > a h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    section.fiyatlar .sayfa > div > a h3:hover {
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
  section.fiyatlar .sayfa > div > a div {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 0;
    z-index: 2;
    font-family: 'Saira Semi Condensed', sans-serif;
    color: #fff;
    line-height: 1; }
    section.fiyatlar .sayfa > div > a div p {
      font-weight: 700;
      text-transform: uppercase; }
    section.fiyatlar .sayfa > div > a div span {
      font-weight: 3;
      text-transform: capitalize;
      display: block;
      margin-bottom: 20px; }
  section.fiyatlar .sayfa > div > a:hover {
    background-size: auto 110%; }
    section.fiyatlar .sayfa > div > a:hover:after {
      opacity: .5; }

section.satilan .sayfa p {
  border: 1px solid #ffbb03;
  padding: 15px;
  margin-bottom: 50px; }
  section.satilan .sayfa p:after {
    content: "";
    display: block;
    clear: both; }
  section.satilan .sayfa p span {
    float: left;
    border-bottom: 1px solid #ffbb03;
    border-right: 1px solid #ffbb03;
    width: 16.66%;
    text-align: center;
    height: 85px;
    line-height: 85px;
    font-family: 'Saira Semi Condensed', sans-serif;
    font-weight: 500;
    font-size: 50px;
    color: #ffbb03; }
    section.satilan .sayfa p span:nth-of-type(6n+0) {
      border-right: 0; }
    section.satilan .sayfa p span:nth-last-of-type(1), section.satilan .sayfa p span:nth-last-of-type(2), section.satilan .sayfa p span:nth-last-of-type(3), section.satilan .sayfa p span:nth-last-of-type(4), section.satilan .sayfa p span:nth-last-of-type(5), section.satilan .sayfa p span:nth-last-of-type(6) {
      border-bottom: 0; }

@media (max-width: 1000px) {
  section .kurumsal > div > div {
    width: 100%;
    margin-bottom: 20px; } }

@media (max-width: 900px) {
  section .banner .sliders .slider div h1 {
    font-size: 45px; }
  section .banner .sliders .slider div p {
    font-size: 20px;
    margin: 25px; }
  section .planlar .planlar-slider a h3 {
    font-size: 30px; } }

@media (max-width: 800px) {
  section .odeme > div > div {
    width: 100%;
    height: auto; }
    section .odeme > div > div h3 {
      font-size: 20px; }
    section .odeme > div > div h4 {
      font-size: 15px; }
  section .iletisim > div > div {
    width: 100%;
    padding: 20px; }
    section .iletisim > div > div:nth-of-type(1) {
      height: 150px; }
    section .iletisim > div > div:nth-of-type(2) {
      height: auto; } }

@media (max-width: 600px) {
  section .medya .medya-kat .medya-ken .ic-slider a div {
    height: 300px; }
  section .medya iframe {
    height: 180px; }
  section .satilmis > div p span {
    width: 25%; }
    section .satilmis > div p span:nth-of-type(6n+0) {
      border-right: 1px solid #ffbb03; }
    section .satilmis > div p span:nth-of-type(4n+0) {
      border-right: 0; }
    section .satilmis > div p span:nth-last-of-type(5), section .satilmis > div p span:nth-last-of-type(6) {
      border-bottom: 1px solid #ffbb03; } }

@media (max-width: 425px) {
  section .satilmis > div p span {
    width: 33.33%;
    font-size: 40px; }
    section .satilmis > div p span:nth-of-type(4n+0) {
      border-right: 1px solid #ffbb03; }
    section .satilmis > div p span:nth-of-type(3n+0) {
      border-right: 0; }
    section .satilmis > div p span:nth-last-of-type(4) {
      border-bottom: 1px solid #ffbb03; }
  section.galeri .sayfa > div a {
    width: 98%; }
  section.derece .sayfa > div > div {
    width: 98%; }
  section.fiyatlar .sayfa > div > a {
    width: 98%; }
  section.satilan .sayfa p span {
    width: 33.33%;
    font-size: 40px; }
    section.satilan .sayfa p span:nth-of-type(4n+0) {
      border-right: 1px solid #ffbb03; }
    section.satilan .sayfa p span:nth-of-type(3n+0) {
      border-right: 0; }
    section.satilan .sayfa p span:nth-last-of-type(4) {
      border-bottom: 1px solid #ffbb03; } }

@media (max-width: 375px) {
  section .planlar .planlar-slider a {
    height: 725px; } }
