@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

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

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 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 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

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

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

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

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

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

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

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 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;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

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

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

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

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

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

@font-face {
  font-family: "LusitanaTR";
  src: url("/fonts/lusitana_tr.eot?8f1t3r");
  src: url("/fonts/lusitana_tr.eot?8f1t3r#iefix") format("embedded-opentype"), 
      url("/fonts/lusitana_tr.ttf?8f1t3r") format("truetype"), 
      url("/fonts/lusitana_tr.woff?8f1t3r") format("woff"), 
      url("/fonts/lusitana_tr.woff2?8f1t3r") format("woff2"), 
      url("/fonts/lusitana_tr.svg?8f1t3r#Lusitana") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "em";
  src: url("/fonts/em.eot?xv23qj");
  src: url("/fonts/em.eot?xv23qj#iefix") format("embedded-opentype"), url("/fonts/em.ttf?xv23qj") format("truetype"), url("/fonts/em.woff?xv23qj") format("woff"), url("/fonts/em.woff2?xv23qj") format("woff2"), url("/fonts/em.svg?xv23qj#em") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=ico-], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "em" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-but-ok:before {
  content: "";
  color: #368192;
}

.ico-down-ok:before {
  content: "";
  color: #fff;
}

.ico-logo:before {
  content: "";
  color: #fff;
}

.ico-no-1:before {
  content: "";
}

.ico-no-2:before {
  content: "";
}

.ico-no-3:before {
  content: "";
}

.ico-play:before {
  content: "";
  color: #fff;
}

.ico-ucgen:before {
  content: "";
  color: #fff;
}

.ico-right-arrow:before {
  content: "";
}

.ico-bg:before {
  content: "";
  color: #fff;
}

.ico-bigplay:before {
  content: "";
  color: #fff;
}

.ico-hamburger span {
  display: block;
  height: 3px;
  background-color: #368192;
  margin-top: 3px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.ico-hamburger .path1 {
  width: 14px;
  margin-top: 0px;
}

.ico-hamburger .path2 {
  width: 17px;
}

.ico-hamburger .path3 {
  width: 20px;
}

a.hamburger:hover .ico-hamburger .path1 {
  width: 20px;
}

a.hamburger:hover .ico-hamburger .path3 {
  width: 14px;
}

a.hamburger.open .ico-hamburger .path1 {
  width: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 5px;
  background-color: #fff;
}

a.hamburger.open .ico-hamburger .path2 {
  opacity: 0;
  background-color: #fff;
}

a.hamburger.open .ico-hamburger .path3 {
  width: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -9px;
  background-color: #fff;
}

.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-inner, .fancybox-outer, .fancybox-skin {
  position: relative;
}

.fancybox-skin {
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: -10px -10px 0 #474747;
  box-shadow: -10px -10px 0 #474747;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-iframe, .fancybox-image {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
  background-image: url(https://www.escapemood.com/images/fancybox_sprite.png);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

.fancybox-close, .fancybox-nav, .fancybox-nav span {
  cursor: pointer;
  z-index: 8040;
  position: absolute;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(https://www.escapemood.com/images/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
}

.fancybox-nav {
  top: 0;
  width: 40%;
  height: 100%;
  text-decoration: none;
  background: url(https://www.escapemood.com/images/fix.gif);
  -webkit-tap-highlight-color: transparent;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock, .fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock {
  width: auto;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(https://www.escapemood.com/images/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-title {
  visibility: hidden;
  font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: 0 0;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
    background-image: url(https://www.escapemood.com/images/fancybox_sprite@2x.png);
    background-size: 44px 152px;
  }

  #fancybox-loading div {
    background-image: url(https://www.escapemood.com/images/fancybox_loading@2x.gif);
    background-size: 24px 24px;
  }
}
@-webkit-keyframes push_text_right {
  from {
    opacity: 0;
    -webkit-transform: translateX(-60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
}
@keyframes push_text_right {
  from {
    opacity: 0;
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(5px) scale(1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateX(-20px) scale(0.9);
  }
  26% {
    opacity: 0;
    -webkit-transform: translateX(20px) scale(0.9);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateX(5px) scale(1);
  }
}
@keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(5px) scale(1);
            transform: translateX(5px) scale(1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateX(-20px) scale(0.9);
            transform: translateX(-20px) scale(0.9);
  }
  26% {
    opacity: 0;
    -webkit-transform: translateX(20px) scale(0.9);
            transform: translateX(20px) scale(0.9);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateX(5px) scale(1);
            transform: translateX(5px) scale(1);
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  background: #F0F1F1 url(https://www.escapemood.com/images/grid.png) repeat left top;
  min-width: 320px;
}

img {
  display: block;
}

a {
  border: none;
  text-decoration: none;
}
a img {
  border: none;
}

.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 104;
  opacity: 0;
  background-color: #535353;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: opacity 0.3s, visibility 0.3s ease-in-out;
  transition: opacity 0.3s, visibility 0.3s ease-in-out;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.overlay.open {
  display: block;
  visibility: visible;
  opacity: 1;
}

.menu-holder {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.menu-holder-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 90px 0;
}
.menu-holder-inner nav {
  display: block;
  position: relative;
  float: left;
  margin: 0 auto;
  top: 0;
}

#menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  list-style: none;
}
#menu .menu-item {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 8px 0;
}
#menu .menu-item span.seperator {
  display: inline-block;
  width: 1px;
  margin: 0 16px;
}
#menu .menu-item a {
  display: inline-block;
  position: relative;
  float: none;
  width: auto;
  height: auto;
  margin: 0 auto;
  color: #fff;
}
#menu .menu-item a:hover {
  color: #D8D8D8;
}
#menu .menu-item a span {
  display: inline-block;
  position: relative;
  float: left;
  font-family: LusitanaTR, sans-serif;
  font-weight: 700;
  vertical-align: top;
  font-size: 60px;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  #menu .menu-item a span {
    font-size: 38.2px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  #menu .menu-item a span {
    font-size: 41.8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #menu .menu-item a span {
    font-size: 49px;
  }
}
#menu .menu-item a.en span, #menu .menu-item a.tr span {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 20px !important;
  padding-top: 10px;
  font-weight: normal;
}

.overlay.open .menu-item a {
  -webkit-animation-name: push_text_right;
          animation-name: push_text_right;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
          animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

#menu .menu-item:nth-child(1) > a {
  -webkit-animation-delay: 70ms;
          animation-delay: 70ms;
}

#menu .menu-item:nth-child(2) > a {
  -webkit-animation-delay: 140ms;
          animation-delay: 140ms;
}

#menu .menu-item:nth-child(3) > a {
  -webkit-animation-delay: 210ms;
          animation-delay: 210ms;
}

#menu .menu-item:nth-child(4) > a {
  -webkit-animation-delay: 280ms;
          animation-delay: 280ms;
}

#menu .menu-item:nth-child(5) a.en {
  -webkit-animation-delay: 350ms;
          animation-delay: 350ms;
}

#menu .menu-item:nth-child(5) a.tr {
  -webkit-animation-delay: 420ms;
          animation-delay: 420ms;
}

.rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.wrapper {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 100vh;
  overflow: auto;
}

.swiper-container.Cover {
  width: 100%;
  height: 100%;
}
.swiper-container.Cover .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-next, .swiper-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 80px;
  z-index: 5;
  bottom: 0;
  height: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 26px;
  color: #fff;
  bottom: calc(50% - 40px);
}
@media only screen and (max-width: 580px) {
  .swiper-next, .swiper-prev {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}

.swiper-next {
  right: 0;
  background-color: #535353;
}

.swiper-prev {
  right: 80px;
  background-color: #5c5c5c;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 580px) {
  .swiper-prev {
    right: 60px;
  }
}

.slider-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 5;
  left: 53px;
  bottom: calc(50% + 42px);
  width: 114px;
  height: 114px;
  font-size: 114px;
}
@media only screen and (max-width: 780px) {
  .slider-logo {
    left: 25px;
  }
}
@media only screen and (max-width: 580px) {
  .slider-logo {
    font-size: 20vw;
    bottom: calc(44% + 42px);
  }
}

.slider-text {
  display: block;
  position: absolute;
  width: 450px;
  height: auto;
  z-index: 5;
  left: 57px;
  top: 58%;
}
@media only screen and (max-width: 580px) {
  .slider-text {
    width: 65vw;
    top: 70vh;
  }
}
@media only screen and (max-width: 780px) {
  .slider-text {
    left: 25px;
  }
}
.slider-text h1 {
  font-family: LusitanaTR, sans-serif;
  font-weight: 500;
  font-size: 70px;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 580px) {
  .slider-text h1 {
    font-size: 11vw;
  }
}
.slider-text .ico-down-ok {
  display: block;
  position: absolute;
  bottom: 0px;
  right: -35px;
  font-size: 70px;
  -webkit-animation: scroll 1.1s ease-out infinite forwards;
          animation: scroll 1.1s ease-out infinite forwards;
}
@media only screen and (max-width: 580px) {
  .slider-text .ico-down-ok {
    font-size: 11vw;
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  position: fixed;
  top: -500px;
  left: 0;
  z-index: 99;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F0F1F1;
  -webkit-box-shadow: 0px -2px 7px #666;
  box-shadow: 0px -2px 7px #666;
}
.menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  height: 90px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu .inner .logo {
  display: block;
  width: 90px;
  height: 90px;
}
.menu .inner .logo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu .inner .logo a .ico-logo {
  display: block;
  font-size: 60px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.menu .inner .logo a .ico-logo::before {
  color: #000;
}
.menu .inner .right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 70px;
  height: 15px;
  margin-right: 25px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.menu .inner .right a.lang {
  color: #535353;
  font-size: 14px;
  font-weight: 600;
  margin-right: 25px;
}

.hmwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  position: fixed;
  top: -500px;
  left: 0;
  z-index: 105;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  pointer-events: none;
}
.hmwrap .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  height: 90px;
  margin: 0 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hmwrap .inner a.hamburger {
  display: block;
  width: 20px;
  height: 15px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  pointer-events: all;
  margin-right: 25px;
}
.hmwrap .inner a.hamburger .ico-hamburger {
  display: block;
  width: 20px;
  height: 15px;
  font-size: 20px;
}

.mainslide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  background-color: #535353;
  position: relative;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  height: auto;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content .cb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.content .cb h2 {
  display: inline-block;
  position: relative;
  font-family: LusitanaTR, sans-serif;
  font-size: 6.2vw;
  padding: 0;
  margin: 0;
  float: left;
  color: #5a5a5a;
}
@media only screen and (min-width: 1080px) {
  .content .cb h2 {
    font-size: 66px;
  }
}
.content .cb h2 span {
  display: block;
  position: absolute;
  top: 0;
  font-size: 26px;
}
.content .cb h3 {
  display: inline-block;
  position: relative;
  float: left;
  font-size: 26px;
  padding: 0;
  margin: 8px 0 0 0;
  color: #434343;
  clear: left;
  font-weight: 400;
}
@media only screen and (min-width: 421px) and (max-width: 800px) {
  .content .cb h3 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 420px) {
  .content .cb h3 {
    font-size: 15px;
  }
}
.content .cb p {
  display: inline-block;
  position: relative;
  float: left;
  font-size: 18px;
  padding: 0;
  margin: 20px 0 0 0;
  color: #434343;
  clear: left;
  font-weight: 400;
  max-width: 85%;
  line-height: 26px;
}
@media only screen and (min-width: 421px) and (max-width: 800px) {
  .content .cb p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 420px) {
  .content .cb p {
    font-size: 12px;
    line-height: 16px;
  }
}

.dot-button {
  display: block;
  width: 250px;
  height: 56px;
  background-color: transparent;
  border: 1px dashed #c9c9c9;
  position: relative;
  cursor: pointer;
  line-height: 56px;
  font-size: 18px;
  color: #368192;
  text-align: right;
  padding-right: 15px;
  margin-top: 40px;
  font-weight: 400;
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
  .dot-button {
    width: 180px;
    height: 36px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 421px) and (max-width: 600px) {
  .dot-button {
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    margin-right: 0px !important;
  }
}
@media only screen and (max-width: 420px) {
  .dot-button {
    margin-right: 0px !important;
    width: 120px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 30px;
    font-size: 12px
  }
}
.dot-button span {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 15px;
}
@media only screen and (max-width: 900px) {
  .dot-button span {
    bottom: 9px;
  }
}
.dot-button:hover {
  background-color: #368192;
  color: #fff;
  border: 1px solid #368192;
}
.dot-button:hover span::before {
  color: #fff;
}

.flr {
  float: right;
}

.fll {
  float: left;
}

.mr-30 {
  margin-right: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-60 {
  margin-right: 60px;
}

.cb1 .left {
  z-index: 1;
  width: 60%;
  margin: -60px 0 0 0;
}
.cb1 .right {
  width: 50%;
  height: 550px;
  z-index: 2;
  margin: 0 0 0 -10%;
  background: #fff url(https://www.escapemood.com/images/grid.png) repeat left top;
  padding: 80px 30px 0 80px;
}
@media only screen and (min-width: 421px) and (max-width: 800px) {
    .cb1 .right {
        padding: 50px 30px 0 35px;
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 420px) {
  .cb1 .right {
    padding: 30px 10px 0 15px;
    height: auto;
    margin-bottom: 60px;
  }
}
.cb1 h2 span {
  right: -42px;
}

.cb2 .left {
  z-index: 1;
  width: 50%;
  height: 550px;
  background: #D8D8D8 url(https://www.escapemood.com/images/grid.png) repeat left top;
  padding: 80px 80px 0 30px;
  text-align: right;
}
@media only screen and (min-width: 421px) and (max-width: 800px) {
  .cb2 .left {
    padding: 50px 35px 0 30px;
  }
}
@media only screen and (max-width: 420px) {
  .cb2 .left {
    padding: 30px 15px 0 10px;
    height: auto;
  }
}
.cb2 .right {
  width: 50%;
  z-index: 2;
  margin: -60px 0 0 0;
}
.cb2 h2, .cb2 h3, .cb2 p {
  float: right !important;
}
.cb2 h3 {
  clear: right !important;
}
.cb2 h2 span {
  left: -42px;
}

.cb3 {
  background-color: #D8D8D8;
}
.cb3 .left {
  z-index: 1;
  width: 60%;
  margin: 70px 0 -60px 0;
}
.cb3 .right {
  width: 50%;
  height: 550px;
  z-index: 2;
  margin: 0 0 0 -10%;
  background: #fff url(https://www.escapemood.com/images/grid.png) repeat left top;
  padding: 80px 30px 0 80px;
}
@media only screen and (min-width: 421px) and (max-width: 800px) {
  .cb3 .right {
    padding: 50px 30px 0 35px;
  }
}
@media only screen and (max-width: 420px) {
  .cb3 .right {
    padding: 30px 10px 0 15px;
    height: auto;
  }
}
.cb3 h2 span {
  right: -42px;
}

.smenu {
  position: absolute;
  top: 60px;
  right: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 5;
  -webkit-text-shadow: 1px 1px 1px #555;
  -moz-text-shadow: 1px 1px 1px #555;
  text-shadow: 1px 1px 1px #555;
}
@media only screen and (max-width: 780px) {
  .smenu {
    top: 25px;
    right: 25px;
  }
}
.smenu ul {
  list-style: none;
  margin: 0;
}
.smenu ul li {
  text-align: right;
  margin-bottom: 20px;
}
.smenu ul li a {
  color: #fff;
  font-size: 15px;
}
.smenu ul li:last-child {
  margin-bottom: 0;
}
.smenu .left {
  border-right: 1px dashed #A5A198;
  padding: 0 30px 0 0;
}
@media only screen and (max-width: 780px) {
  .smenu .left {
    padding: 0 15px 0 0;
  }
}
.smenu .right ul {
  padding-left: 30px;
}
@media only screen and (max-width: 780px) {
  .smenu .right ul {
    padding-left: 15px;
  }
}

.epa {
  position: absolute;
  top: 0;
  left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 5;
}
@media only screen and (max-width: 780px) {
  .epa {
    left: 8vw;
  }
}
.epa .left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 20px 20px 0 0;
  -webkit-text-shadow: 1px 1px 1px #555;
  -moz-text-shadow: 1px 1px 1px #555;
  text-shadow: 1px 1px 1px #555;
}
@media only screen and (max-width: 780px) {
  .epa .left {
    display: none;
  }
}
.epa .middle {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.epa .right {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 20px 0 0 20px;
  -webkit-text-shadow: 1px 1px 1px #555;
  -moz-text-shadow: 1px 1px 1px #555;
  text-shadow: 1px 1px 1px #555;
}
@media only screen and (max-width: 780px) {
  .epa .right {
    display: none;
  }
}
.epa .right p {
  color: #fff;
  font-size: 18px;
  display: inline;
}
.epa .right ul {
  list-style: none;
  padding: 8px 0 0 0;
  margin: 0;
}
.epa .right ul li {
  color: #fff;
  font-size: 12px;
  margin: 0 0 8px 0;
}

.sep {
  display: block;
  width: 100%;
  height: 300px;
}

.cb4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  min-height: 490px;
}
@media only screen and (max-width: 767px) {
  .cb4 {
    margin-top: -15%;
  }
}
.cb4 .left {
  width: 33%;
  background-color: #535353;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  background: #535353 url(https://www.escapemood.com/images/bigplay.png) no-repeat top left/110%;
  padding: 80px;
}
@media only screen and (max-width: 999px) {
  .cb4 .left {
    display: none;
  }
}
.cb4 .left .wtch {
  display: block;
  width: 120px;
  height: 60px;
  border: 1px dashed #c9c9c9;
  font-size: 20px;
  font-family: LusitanaTR, sans-serif;
  color: #fff;
  text-align: right;
  padding-right: 12px;
  line-height: 60px;
}
.cb4 .left p {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  margin-top: 50px;
}
.cb4 .right {
  width: 67%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media only screen and (max-width: 999px) {
  .cb4 .right {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cb4 .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: -135px;
  }
}
.cb4 .right .left {
  width: 60%;
  margin-top: -60px;
  position: relative;
  z-index: 1;
  display: block;
}
@media only screen and (max-width: 767px) {
  .cb4 .right .left {
    width: 80%;
    margin-left: 10%;
    height: 40%;
  }
}
.cb4 .right .left a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.cb4 .right .left .ico-play {
  display: block;
  position: absolute;
  width: 150px;
  height: 150px;
  top: calc(50% - 75px);
  left: calc(50% - 75px);
  z-index: 1;
  font-size: 150px;
}
@media only screen and (max-width: 767px) {
  .cb4 .right .left .ico-play {
    font-size: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
  }
}
.cb4 .right .right {
  width: 45%;
  margin-left: -5%;
  background-color: #fff;
  z-index: 2;
  padding: 80px 30px 0 50px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .cb4 .right .right {
    width: 80%;
    padding: 30px 15px 20px 20px;
    margin: 0 0 0 10%;
  }
}
.cb4 .right .right p {
  display: block;
  font-size: 16px;
  color: #434343;
  line-height: 26px;
}
@media only screen and (max-width: 767px) {
  .cb4 .right .right p {
    font-size: 14px;
    line-height: 22px;
  }
}
.cb4 .right .right .ico-down-ok {
  display: block;
  position: relative;
  text-align: end;
  font-size: 65px;
  margin: 15px 0 50px 0;
}
.cb4 .right .right .ico-down-ok::before {
  color: #535353;
}
@media only screen and (max-width: 767px) {
  .cb4 .right .right .ico-down-ok {
    margin: 15px 0 40px 0;
  }
}

.color-sep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100px;
}
.color-sep .left {
  display: inline-block;
  width: 60%;
  height: 150px;
  background-color: #535353;
}
.color-sep .right {
  display: inline-block;
  width: 40%;
  height: 150px;
  background-color: #F0F1F1;
}

.cb5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
@media only screen and (max-width: 799px) {
  .cb5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #535353;
  }
}
.cb5 .left {
  width: 60%;
  background-color: #535353;
  z-index: 1;
  position: relative;
  padding: 80px;
}
@media only screen and (min-width: 800px) and (max-width: 999px) {
  .cb5 .left {
    width: 50%;
  }
}
@media only screen and (max-width: 799px) {
  .cb5 .left {
    width: 100%;
    margin-top: 8%;
    padding: 40px 20px 20px 10%;
  }
}
.cb5 .left h3 {
  display: block;
  font-family: LusitanaTR, sans-serif;
  font-size: 50px;
  color: #fff;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .cb5 .left h3 {
    font-size: 30px;
  }
}
.cb5 .left p {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 28px;
  margin: 25px 25% 0 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .cb5 .left p {
    font-size: 14px;
    margin: 25px 15px 15px 0;
  }
}
.cb5 .right {
  position: relative;
  width: 40%;
  height: auto;
  margin: 0 0 0 -5%;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 800px) and (max-width: 999px) {
  .cb5 .right {
    width: 50%;
  }
}
@media only screen and (max-width: 799px) {
  .cb5 .right {
    width: 100%;
    margin: 0;
  }
}
.cb5 .right .top {
  background-color: #fff;
  height: auto;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  z-index: 2;
  padding-right: 20px;
}
@media only screen and (max-width: 799px) {
  .cb5 .right .top {
    width: 90%;
    margin: 0 5%;
  }
}
.cb5 .right .top .inner-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  float: left;
  width: 50%;
  height: auto;
  padding: 20px 0 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cb5 .right .top .inner-box img {
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
}
.cb5 .right .top .inner-box .caption {
  display: block;
  font-family: LusitanaTR, sans-serif;
  font-size: 20px;
  color: #434343;
  line-height: 50px;
  background-color: #fff;
  margin-top: -33px;
  z-index: 2;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .cb5 .right .top .inner-box .caption {
    width: 70%;
  }
}
.cb5 .right .top .inner-box .det {
  display: block;
  font-size: 13px;
  color: #434343;
  line-height: 20px;
  margin-top: -25px;
}
.cb5 .right .bottom {
  background-color: #535353;
  height: 150px;
  width: 112.5%;
  z-index: 1;
  margin-top: -15%;
}
@media only screen and (min-width: 800px) and (max-width: 999px) {
  .cb5 .right .bottom {
    width: 110%;
  }
}
@media only screen and (max-width: 799px) {
  .cb5 .right .bottom {
    width: 100%;
  }
}

.cb6 {
  background-color: #535353;
}

.Gallery .gal-inner, .GalleryDet .gal-inner {
  display: block;
  position: relative;
  float: left;
}
.Gallery .gal-inner .gal-item, .GalleryDet .gal-inner .gal-item {
  display: block;
  position: relative;
  float: left;
  clear: left;
}
.Gallery .gal-inner .gal-item img, .GalleryDet .gal-inner .gal-item img {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}

.swiper-next-gal, .swiper-prev-gal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 80px;
  z-index: 5;
  bottom: 0;
  height: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 26px;
  color: #fff;
  bottom: calc(50% - 40px);
}
@media only screen and (max-width: 580px) {
  .swiper-next-gal, .swiper-prev-gal {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}

.swiper-next-gal {
  left: 80px;
  background-color: #535353;
}
@media only screen and (max-width: 580px) {
  .swiper-next-gal {
    top: calc(50% - 30px);
    left: 60px;
  }
}

.swiper-prev-gal {
  left: 0px;
  background-color: #5c5c5c;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 580px) {
  .swiper-prev-gal {
    top: calc(50% - 30px);
  }
}

@media only screen and (max-width: 767px) {
  .h50 {
    height: 50px !important;
  }
}

.cb7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 90%;
  position: relative;
  margin-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .cb7 {
    width: 100%;
    margin-bottom: 0px;
  }
}
.cb7 .left {
  width: 20%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .cb7 .left {
    display: none;
  }
}
.cb7 .left .top {
  height: 60%;
  background-color: #535353;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cb7 .left .top span.ico-down-ok {
  margin-bottom: 50px;
  font-size: 58px;
}
.cb7 .left .bottom {
  height: 40%;
}
.cb7 .right {
  position: relative;
}
.cb7 .right img {
  width: 100%;
  height: auto;
}
.cb7 .right .slogan {
  display: block;
  position: absolute;
  z-index: 2;
  color: #fff;
  top: 50px;
  right: 50px;
  width: 48%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .cb7 .right .slogan {
    top: 20px;
    right: 20px;
    width: 60%;
  }
}
.cb7 .right .slogan h4 {
  font-family: LusitanaTR, sans-serif;
  font-size: 4vw;
  display: block;
  padding: 0;
  margin: 0;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  .cb7 .right .slogan h4 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .cb7 .right .slogan h4 {
    font-size: 26px;
  }
}
.cb7 .right .slogan p {
  font-size: 16px;
  display: block;
  padding: 0;
  line-height: 26px;
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  .cb7 .right .slogan p {
    font-size: 1.5vw;
    line-height: 2.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .cb7 .right .slogan p {
    display: none;
  }
}

.clr-1 {
  background: #535353 url(https://www.escapemood.com/images/clr1.png) top center/cover;
}

.clr-2 {
  background: #535353 url(https://www.escapemood.com/images/clr2.png) top center/cover;
}

.clr-3 {
  background: #535353 url(https://www.escapemood.com/images/clr3.png) top center/cover;
}

.map-1 {
  background: #535353 url(https://www.escapemood.com/images/map.jpg) top center/cover;
}

.abt {
  background: #535353 url(https://www.escapemood.com/images/about.jpg) top center/cover;
}

.faq {
  background: #535353 url(https://www.escapemood.com/images/faq-cover.jpg) top center/cover;
}

.slider-cover-wrapper {
  display: block;
  width: 100%;
  height: 100%;
}

.slider-header {
  display: block;
  position: absolute;
  z-index: 2;
  width: 70%;
  height: auto;
  left: 57px;
  top: 50%;
}
@media only screen and (max-width: 780px) {
  .slider-header {
    left: 25px;
    width: 90%;
  }
}
@media only screen and (max-width: 580px) {
  .slider-header {
    top: 55%;
  }
}
.slider-header img {
  display: block;
  width: 100%;
  height: auto;
}

.swiper-next-gal-det, .swiper-prev-gal-det {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 80px;
  z-index: 5;
  bottom: 0;
  height: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 26px;
  color: #fff;
  bottom: calc(50% - 40px);
}
@media only screen and (max-width: 580px) {
  .swiper-next-gal-det, .swiper-prev-gal-det {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}

.swiper-next-gal-det {
  left: 80px;
  background-color: #535353;
}
@media only screen and (max-width: 580px) {
  .swiper-next-gal-det {
    top: calc(50% - 30px);
    left: 60px;
  }
}

.swiper-prev-gal-det {
  left: 0px;
  background-color: #5c5c5c;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 580px) {
  .swiper-prev-gal-det {
    top: calc(50% - 30px);
  }
}

.cbd1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 2;
}
.cbd1 .left {
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 80px;
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  .cbd1 .left {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .cbd1 .left {
    padding: 50px;
  }
}
.cbd1 .left h2, .cbd1 .left p {
  display: block;
  padding: 0;
  margin: 0;
}
.cbd1 .left h2 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .cbd1 .left h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.cbd1 .left p {
  font-size: 18px;
  line-height: 24px;
  width: 75%;
}
@media only screen and (max-width: 767px) {
  .cbd1 .left p {
    font-size: 16px;
    line-height: 20px;
  }
}
.cbd1 .left span.ico-down-ok {
  display: block;
  position: absolute;
  font-size: 60px;
  right: 5%;
  bottom: 25%;
}
.cbd1 .left span.ico-down-ok::before {
  color: #535353;
}
.cbd1 .right {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media only screen and (max-width: 1000px) {
  .cbd1 .right {
    display: none;
  }
}

.cbd2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  padding: 0px;
  margin: 0px;
}
.cbd2 .left {
  width: 50%;
  background-color: #fff;
  z-index: 2;
}
@media only screen and (max-width: 1000px) {
  .cbd2 .left {
    width: 100%;
  }
}
.cbd2 .right {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .cbd2 .right {
    display: none;
  }
}
.cbd2 .right img {
  position: absolute;
  top: -5%;
  left: -10%;
  cursor: default;
}
@media only screen and (max-width: 1000px) {
  .cbd2 .right img {
    display: none;
  }
}

.cbd3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  padding: 0px;
  margin: 0px;
}
@media only screen and (max-width: 1000px) {
  .cbd3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cbd3 .left {
  width: 50%;
  background-color: #fff;
  z-index: 2;
  padding: 30px 70px;
  -ms-flex-item-align: start;
      align-self: auto;
}
@media only screen and (max-width: 1000px) {
  .cbd3 .left {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cbd3 .left {
    padding: 20px;
  }
}
.cbd3 .left p {
  display: block;
  position: relative;
  font-size: 16px;
  color: #434343;
  line-height: 30px;
  font-weight: normal;
  margin: 50px 0;
}
.cbd3 .right {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  z-index: 2;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 100px;
}
@media only screen and (max-width: 1000px) {
  .cbd3 .right {
    width: 100%;
    z-index:5;
  }
}
.cbd3 .right .tbb {
  display: block;
  width: 100%;
  margin-top: -300px;
  padding-bottom: 200px;
}

.cbd3 .right .tbb.about {
    margin-top: -500px;
}
@media only screen and (min-width: 601px) and (max-width: 1000px) {
  .cbd3 .right .tbb {
    padding-top: 70px;
    background-color: #fff;
  }
}
@media only screen and (max-width: 600px) {
  .cbd3 .right .tbb {
    padding-top: 30px;
    background-color: #fff;
    padding-right: 10%;
  }
}
@media only screen and (max-width: 600px) {
  .cbd3 .right .tbb a.dot-button {
    width: 175px !important;
  }
}
.cbd3 .right .tb1 {
  background-color: #DEDEDE;
}
.cbd3 .right .tb2 {
  background-color: #E4E5E5;
}
.cbd3 .right .tb1, .cbd3 .right .tb2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 70px 20px 70px 70px;
}
@media only screen and (max-width: 700px) {
  .cbd3 .right .tb1, .cbd3 .right .tb2 {
    padding: 70px 20px 70px 30px;
  }
}
.cbd3 .right .tb1 h4, .cbd3 .right .tb2 h4 {
  display: block;
  font-size: 44px;
  color: #368192;
  font-family: LusitanaTR, sans-serif;
  font-weight: normal;
}
@media only screen and (max-width: 700px) {
  .cbd3 .right .tb1 h4, .cbd3 .right .tb2 h4 {
    font-size: 36px;
  }
}
.cbd3 .right .tb1 ul, .cbd3 .right .tb2 ul {
  display: block;
  padding: 0;
  margin: 0;
}
.cbd3 .right .tb1 ul li, .cbd3 .right .tb2 ul li {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #434343;
  padding: 8px 0px 8px 25px;
}

.cbd2 .left iframe {
  display: block;
  width: 100%;
  height: 450px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.cform {
  padding-top: 100px;
  position: relative;
}
.cform label {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  font-size: 1.15em;
  font-weight: 600;
  color: #434343;
  margin: 0;
  padding: 0;
  line-height: 1.15em;
}
.cform input[type=text], .cform input[type=email] {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 40px;
  clear: right;
  margin: 13px 0 8px 0;
  line-height: 38px;
  border: 1px solid #E1E1E1;
  background-color: #F9F9F9;
  color: #1c1c1c;
  padding: 0 15px 0 15px;
  font-size: 17px;
  margin-bottom: 24px;
}
.cform textarea {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 250px;
  border: 1px solid #E1E1E1;
  background-color: #F9F9F9;
  color: #1c1c1c;
  font-size: 17px;
  padding: 7px;
  resize: none;
  clear: right;
  margin: 13px 0 24px 0;
}
.cform button {
  position: relative;
  display: inline-block;
  float: right;
  vertical-align: top;
  width: auto;
  outline: 0;
  font-size: 15px;
  line-height: 2em;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px 0 80px 0;
  padding: 12px 55px;
  color: #fff;
  background-color: #368192;
  border: none;
  cursor: pointer;
}
.cform span.error {
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  font-size: 0.8em;
  color: #FF5B50;
  font-weight: 500;
  left: 0;
  bottom: 0;
}
.cform .inp-wrap {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.cform .consucc, .cform .conerr {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  padding: 0;
  font-family: LusitanaTR, sans-serif;
  font-size: 27px;
  line-height: 80px;
  text-align: center;
  border: 1px dashed #d0d0d0;
}
.cform .consucc {
  color: #368192;
}
.cform .conerr {
  color: maroon;
}

.cbd3 .right.cntc {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-top: 0;
  margin-top: -150px;
  background-color: #E4E5E5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media only screen and (max-width: 1000px) {
  .cbd3 .right.cntc {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 1000px) {
  .cbd3 .right.cntc .tb1 {
    padding-bottom: 70px;
  }
}
.cbd3 .right.cntc .tb1 h4, .cbd3 .right.cntc .tb2 h4 {
  margin-bottom: 20px;
}
.cbd3 .right.cntc .tb1 p, .cbd3 .right.cntc .tb1 a, .cbd3 .right.cntc .tb2 p, .cbd3 .right.cntc .tb2 a {
  padding: 0;
  margin: 0;
  color: #434343;
  font-size: 17px;
  line-height: 36px;
}
.cbd3 .right.cntc .tb1 a, .cbd3 .right.cntc .tb2 a {
  width: 185px;
}

.cbd2 .left.det img {
  width: 100%;
}

.cbd3 .left.det {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.cbd3 .left.det p.question {
  display: block;
  font-size: 44px;
  color: #368192;
  font-family: LusitanaTR, sans-serif;
  font-weight: normal;
  margin: 120px 0 0 0;
  line-height: 52px;
}
@media only screen and (max-width: 700px) {
  .cbd3 .left.det p.question {
    font-size: 36px;
  }
}
.cbd3 .left.det p.question:first-child {
  margin: 0;
}
.cbd3 .left.det p.answer {
  display: block;
  position: relative;
  font-size: 16px;
  color: #434343;
  line-height: 24px;
  font-weight: normal;
  margin: 28px 0;
}

.cbd3 .right.det {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media only screen and (max-width: 1000px) {
  .cbd3 .right.det {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .cbd3 .right.det .tbb {
    display: none;
  }
}
.cbd3 .right.det .tb1.foto {
  padding: 0 !important;
}
.cbd3 .right.det .tb2 p {
  display: block;
  position: relative;
  font-size: 16px;
  color: #434343;
  line-height: 30px;
  font-weight: normal;
}
.cbd3 .right.det .tb1 p.answer, .cbd3 .right.det .tb2 p.answer {
  display: block;
  position: relative;
  font-size: 16px;
  color: #434343;
  line-height: 24px;
  font-weight: normal;
  margin: 28px 0;
}
.cbd3 .right.det .tb1 p.question, .cbd3 .right.det .tb2 p.question {
  display: block;
  font-size: 44px;
  color: #368192;
  font-family: LusitanaTR, sans-serif;
  font-weight: normal;
  margin: 120px 0 0 0;
  line-height: 52px;
}
@media only screen and (max-width: 700px) {
.cbd3 .right.det .tb1 p.question, .cbd3 .right.det .tb2 p.question {
    font-size: 36px;
    line-height: 42px;
}
}
.cbd3 .right.det .tb1 p.question:first-child, .cbd3 .right.det .tb2 p.question:first-child {
  margin: 0;
}

.popSlideWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: 120;
  display: none;
}

.popSlideInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #535353;
}

.popSlideClose {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 100000;
  background: url(https://www.escapemood.com/images/close.png) no-repeat center;
  width: 66px;
  height: 66px;
  cursor: pointer;
  display: none;
  -webkit-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-size: 66px auto;
}

.popSlideClose:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.popSlideContent {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popSlideVideo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.psvContainer {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  top: 50%;
  background-color: #000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.psvContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cookieWrapper {
  display: none;
}
.cookieWrapper .inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: fixed;
  width: 100%;
  height: auto;
  background-color: #535353;
  left: 0;
  bottom: 0;
  z-index: 125;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 15px 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cookieWrapper .inner p {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}
.cookieWrapper .inner a.close {
  display: inline-block;
  background-color: #fff;
  font-size: 20px;
  font-family: LusitanaTR, sans-serif;
  padding: 5px 15px;
  color: #535353;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  background-color: #939393;
  padding: 0px;
}

footer .inner .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  padding-top: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 946px) {
  footer .inner .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .inner .top .logo {
  display: inline-block;
}
@media only screen and (max-width: 946px) {
  footer .inner .top .logo {
    text-align: center;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 946px) {
  footer .inner .top .logo a {
    width: 100px;
    display: block;
    margin: 0 auto;
  }
}
footer .inner .top .logo a span {
  display: block;
  font-size: 100px;
  margin: 0 0 0 13px;
}
@media only screen and (max-width: 946px) {
  footer .inner .top .logo a span {
    margin: 0;
    width: 100px;
  }
}
footer .inner .top .logo a:hover span::before {
  color: #535353;
}
footer .inner .top .middle {
  padding: 10px 0 0 10vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media only screen and (max-width: 946px) {
  footer .inner .top .middle {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
  }
}
footer .inner .top .middle ul {
  display: block;
  float: left;
  list-style: none;
  margin-right: 25px;
}
@media only screen and (max-width: 946px) {
  footer .inner .top .middle ul {
    margin: 0 22px;
    padding: 0;
  }
}
footer .inner .top .middle ul li {
  display: block;
  float: left;
  clear: left;
}
footer .inner .top .middle ul li a {
  display: block;
  color: #fff;
  font-size: 18px;
  margin: 10px 0;
}
footer .inner .top .middle ul li a:hover {
  color: #535353;
}
footer .inner .top .middle ul:nth-child(2) {
  clear: left;
}
footer .inner .top .right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 23px;
}
@media only screen and (max-width: 946px) {
  footer .inner .top .right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }
}
footer .inner .top .right .mcaption {
  display: block;
  font-family: LusitanaTR, sans-serif;
  font-size: 28px;
  color: #fff;
}
footer .inner .top .right .frmwrap {
  display: block;
  position: relative;
  font-family: LusitanaTR, sans-serif;
  font-size: 14px;
  color: #fff;
  max-width: 330px;
  width: 100%;
  border: 1px solid #535353;
  height: 40px;
}
footer .inner .top .right .frmwrap #mfrm {
  display: block;
  position: relative;
  float: left;
  border: none;
  height: 38px;
  width: 73%;
  border-radius: 0;
  padding: 0 10px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
footer .inner .top .right .frmwrap #mkaydet {
  display: block;
  position: relative;
  float: left;
  border: none;
  height: 38px;
  width: 27%;
  background-color: #535353;
  color: #fff;
  font-family: LusitanaTR;
  font-size: 15px;
  border-radius: 0;
  cursor: pointer;
}
footer .inner .top .right .desc p {
  display: block;
  text-align: right;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  margin-top: 25px;
  max-width: 510px;
}
@media only screen and (max-width: 946px) {
  footer .inner .top .right .desc p {
    text-align: center;
  }
}

footer .inner .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  padding-top: 40px;
}
footer .inner .bottom p {
  display: block;
  float: left;
  font-size: 10px;
  color: #fff;
  padding-left: 15px;
  cursor: default;
}

@media only screen and (max-width: 640px) {
  .colWrap .left {
    -webkit-box: 1;
    -moz-box: 1;
    -ms-flex: 1 0 100%;
    -webkit-box-flex: 1;
            flex: 1 0 100%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1436px) {
  .menubar .inner .wrapper .sol {
    border-left: 1px solid transparent;
  }
}


#mlist span.error {
    display: block;
    position: absolute;
    z-index: 5;
    background-color: #654e4e;
    border-radius: 5px;
    padding: 8px 15px;
    top: -40px;
    left: 0px;
}

.wab {
  display: inline-flex;
  position: fixed;
  width: 60px;
  height: 60px;
  background-color: #52CB5F;
  bottom: 35px;
  right: 35px;
  border-radius: 50%;
  box-shadow: 0 0 25px #333;
  -webkit-box-shadow: 0 0 25px #333;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}