/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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 */ }

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

/* 
font-family: 'Lato', sans-serif;
font-family: 'Amiri', serif;

*/
/* GLOBAL */
body {
  font-family: 'Amiri', serif;
  -webkit-transition: 300ms;
  transition: 300ms;
  position: relative;
  color: #5b5a59; }
  body.open {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px); }
    body.open::before {
      content: '';
      display: block;
      background: rgba(0, 0, 0, 0.5);
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 9997;
      top: 140px; }

input, textarea, button {
  outline: 0; }

button {
  cursor: pointer; }

.container {
  width: 1170px;
  margin-left: auto;
  margin-right: auto; }

a {
  -webkit-transition: 300ms;
  transition: 300ms; }

.section-title {
  position: relative; }
  .section-title.comment-page-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px; }
    .section-title.comment-page-title a {
      color: #79a596; }
    .section-title.comment-page-title i {
      margin-left: 5px; }
  .section-title h4 {
    font-size: 18px;
    color: #d8ae5f;
    font-weight: normal;
    font-family: 'Amiri', serif; }
  .section-title h2 {
    font-size: 50px;
    color: #5b5a59;
    font-weight: normal;
    font-family: 'Amiri', serif;
    line-height: 50px;
    margin-top: 10px; }
  .section-title.text-center {
    text-align: center; }
  .section-title .icon {
    margin-bottom: 10px; }
  .section-title .center-select {
    width: 187px;
    -webkit-box-shadow: 0px 0px 10.56px 0.44px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10.56px 0.44px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    z-index: 99; }
    .section-title .center-select li {
      background: #fff;
      height: 71px;
      line-height: 71px;
      border-bottom: 1px solid #d8ae5f;
      font-size: 17px; }
      .section-title .center-select li a {
        color: #d8ae5f; }
      .section-title .center-select li:last-child {
        border: none; }
      .section-title .center-select li.selected {
        background: #d8ae5f; }
        .section-title .center-select li.selected > a {
          color: #fff; }
        .section-title .center-select li.selected:hover ul {
          display: block; }
        .section-title .center-select li.selected ul {
          display: none; }

i.arrow {
  background: url(../img/icons/arrow.png);
  width: 18px;
  height: 12px;
  display: inline-block; }

i.arrow2 {
  background: url(../img/icons/arrow2.png);
  width: 28px;
  height: 12px;
  display: inline-block; }

i.arrow3 {
  background: url(../img/icons/arrow3.png);
  width: 18px;
  height: 12px;
  display: inline-block; }

.page {
  margin-top: 85px; }
  .page-head {
    background: url(../img/pagehead.png) top center;
    height: 115px;
    line-height: 115px; }
    .page-head ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-family: 'Lato', sans-serif;
      font-size: 16px;
      font-weight: 700; }
      .page-head ul li {
        margin-right: 5px; }
        .page-head ul li a {
          color: #fff; }
  .page-content {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #5b5a59;
    line-height: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 75px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.primary-btn {
  width: 120px;
  height: 40px;
  background: #7aa696;
  color: #fff;
  margin-left: auto;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.datepicker-panel {
  font-family: 'Lato', sans-serif !important; }

/* RESPONSIVE */
@media screen and (max-width: 1170px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
  .page {
    margin-top: 30px; }
    .page-content {
      margin-top: 30px; }
  .section-title h2 {
    font-size: 30px !important;
    line-height: 30px !important; }
  .section-title .center-select {
    width: 100%;
    position: relative;
    margin-bottom: 30px; }
  .section-title.comment-page-title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section-title.comment-page-title a {
      width: 100%;
      text-align: center;
      margin-top: 20px; } }

.header {
  height: 178px;
  border-top: 5px solid #e6c895;
  font-family: 'Lato', sans-serif; }
  .header .menu-btn {
    display: none; }
  .header .mobile-menu {
    width: 250px;
    position: fixed;
    height: 100%;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 5px solid #e6c895;
    -webkit-transform: translateX(250px);
    transform: translateX(250px); }
    .header .mobile-menu .logo {
      text-align: center; }
      .header .mobile-menu .logo img {
        max-width: 150px; }
    .header .mobile-menu ul.m-menu li {
      line-height: 45px;
      padding-left: 15px;
      padding-right: 15px; }
      .header .mobile-menu ul.m-menu li a {
        color: #5b5a59; }
        .header .mobile-menu ul.m-menu li a:hover {
          color: #d8ae5f; }
    .header .mobile-menu .header-contact {
      margin-left: 0; }
      .header .mobile-menu .header-contact ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .header .mobile-menu .header-contact ul.lang-mobile {
          -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; }
          .header .mobile-menu .header-contact ul.lang-mobile li {
            margin-left: 10px;
            padding-right: 10px;
            border-right: 1px solid #ddd; }
            .header .mobile-menu .header-contact ul.lang-mobile li:last-child {
              border: none; }
            .header .mobile-menu .header-contact ul.lang-mobile li a {
              color: #5b5a59; }
        .header .mobile-menu .header-contact ul li {
          margin-left: 0;
          margin-bottom: 20px; }
  .header .container {
    height: 178px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header .logo {
    margin-top: 12px; }
  .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .header-contact {
    margin-left: auto; }
    .header-contact ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 25px; }
      .header-contact ul li {
        font-size: 15px;
        color: #5b5a59;
        margin-left: 20px; }
        .header-contact ul li i {
          color: #d8ae5f;
          margin-right: 5px; }
        .header-contact ul li.lang-select {
          background-color: #d8ae5f;
          width: 47px;
          height: 30px;
          border-radius: 4px;
          color: #fff;
          text-align: center;
          line-height: 30px;
          cursor: pointer;
          position: relative; }
          .header-contact ul li.lang-select:hover {
            border-radius: 4px 4px 0 0px; }
            .header-contact ul li.lang-select:hover ul {
              display: block; }
          .header-contact ul li.lang-select ul {
            background-color: #d8ae5f;
            position: absolute;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            padding: 5px 10px;
            top: 5px;
            width: 100%;
            display: none; }
            .header-contact ul li.lang-select ul li {
              margin-left: 0; }
              .header-contact ul li.lang-select ul li a {
                color: #fff; }
                .header-contact ul li.lang-select ul li a:hover {
                  text-decoration: underline; }
          .header-contact ul li.lang-select i {
            color: #fff;
            font-size: 11px;
            margin-right: 0; }
  .header .main-menu {
    border-top: 1px solid #d8ae5f;
    margin-top: 28px;
    padding-top: 37px; }
    .header .main-menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .header .main-menu ul li {
        font-size: 16px;
        margin-left: 35px;
        height: 52px;
        position: relative;
        overflow: hidden; }
        .header .main-menu ul li:first-child {
          margin-left: 0; }
        .header .main-menu ul li:after {
          content: '';
          display: block;
          width: 100%;
          height: 0px;
          background-color: #d8ae5f;
          position: absolute;
          bottom: 0px;
          -webkit-transition: 300ms;
          transition: 300ms; }
        .header .main-menu ul li:hover:after {
          height: 3px; }
        .header .main-menu ul li:hover a {
          color: #d8ae5f; }
        .header .main-menu ul li a {
          color: #5b5a59; }

/* RESPONSIVE */
@media screen and (max-width: 1170px) {
  .header {
    height: 140px; }
    .header .container {
      height: 140px; }
    .header .logo {
      padding-top: 20px;
      padding-left: 20px; }
      .header .logo img {
        height: 100px; }
    .header .menu-btn {
      display: block;
      font-size: 30px;
      color: #d8ae5f;
      -ms-flex-item-align: center;
      align-self: center;
      margin-top: 15px;
      cursor: pointer; }
    .header-right {
      display: none; }
    .header .main-menu {
      display: none; } }

.main-slider {
  max-height: 657px; }
  .main-slider img {
    max-height: 657px; }
  .main-slider .owl-nav {
    display: none; }
  .main-slider .owl-dots {
    display: none; }

/* SEARCH */
.search {
  margin-top: -190px;
  position: relative;
  z-index: 99; }
  .search form {
    background: url(../img/searchbg.png) no-repeat center right #a1c4b8;
    border: 4px solid #72897e;
    height: 160px;
    padding: 30px 20px 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .search form p {
      color: #ffffff;
      font-size: 18px;
      margin-bottom: 15px;
      width: 100%; }
    .search form select, .search form input, .search form button {
      font-family: 'Lato', sans-serif;
      font-weight: 700; }
    .search form select {
      width: 185px;
      height: 48px;
      background: #fff;
      color: #72897e;
      border: none;
      padding-left: 20px;
      padding-right: 20px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .search form input {
      width: 180px;
      height: 48px;
      border: 1px solid #fff;
      background: transparent;
      border-radius: 4px;
      padding-left: 20px;
      padding-right: 20px;
      color: #fff; }
      .search form input::-webkit-input-placeholder {
        color: #fff; }
      .search form input::-moz-placeholder {
        color: #fff; }
      .search form input:-ms-input-placeholder {
        color: #fff; }
      .search form input::-ms-input-placeholder {
        color: #fff; }
      .search form input::placeholder {
        color: #fff; }
    .search form .form-group {
      position: relative;
      margin-right: 9px; }
    .search form i {
      border-left: 1px solid #fff;
      color: #fff;
      width: 35px;
      text-align: center;
      height: 48px;
      line-height: 48px;
      position: absolute;
      right: 0; }
    .search form button {
      width: 170px;
      height: 48px;
      border: none;
      background: #fff;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      color: #72897e;
      border-radius: 4px; }

/* OTELS */
.otels {
  margin-top: 90px; }

.otel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #5b5a59;
  font-size: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px; }
  .otel-list li {
    height: 65px;
    border-right: 1px solid #ebe9e9;
    text-align: center;
    padding-left: 95px;
    padding-right: 95px;
    line-height: 65px;
    cursor: pointer; }
    .otel-list li.active {
      color: #d8ae5f; }
      .otel-list li.active:after {
        background: #d8ae5f; }
    .otel-list li:after {
      content: '';
      display: block;
      width: 140px;
      height: 1px;
      margin: 20px auto 0 auto; }
    .otel-list li:last-child {
      border: none; }

.otel-content-wrap {
  background: #f9f9f9;
  margin-top: 65px;
  height: 450px; }

.otel-content {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.otel-photos {
  width: 430px;
  height: 450px; }
  .otel-photos .owl-stage-outer {
    height: 450px;
    overflow: hidden; }
  .otel-photos img {
    width: 430px;
    height: 450px; }
  .otel-photos .owl-dots {
    display: none; }
  .otel-photos .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -24px;
    margin-left: 20px;
    position: relative;
    z-index: 99; }
    .otel-photos .owl-nav button {
      display: block;
      width: 48px;
      height: 48px;
      text-indent: -9999px;
      margin-right: 15px; }
      .otel-photos .owl-nav button.owl-prev {
        background: url(../img/icons/otelprev.png); }
      .otel-photos .owl-nav button.owl-next {
        background: url(../img/icons/otelnext.png); }

.otel-details {
  width: calc(100% - 430px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.otel-info {
  width: calc(100% - 233px);
  padding: 50px 30px;
  color: #5b5a59; }

.otel-head {
  margin-bottom: 20px; }
  .otel-head .otel-name {
    font-size: 18px;
    color: #d8ae5f; }
  .otel-head .room-type {
    font-size: 25px; }

.otel-text {
  font-family: 'Lato', sans-serif;
  line-height: 27px;
  font-size: 15px;
  font-weight: 700; }
  .otel-text p {
    margin-bottom: 40px; }

.otel-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px; }
  .otel-foot a.make-rez {
    color: #d8ae5f;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .otel-foot a.make-rez i {
      margin-left: 10px; }

.otel-price {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 700; }
  .otel-price span {
    font-family: 'Amiri', serif;
    font-size: 18px;
    color: #d8ae5f;
    display: block;
    margin-top: 5px; }
    .otel-price span i {
      font-style: normal;
      font-size: 14px; }

.otel-props {
  width: 233px;
  border-left: 1px solid #ddd;
  padding: 60px 20px 0 32px; }
  .otel-props ul li {
    font-size: 15px;
    color: #5b5a59;
    font-family: 'Lato', sans-serif;
    line-height: 35px;
    font-weight: 700; }
    .otel-props ul li:before {
      content: '';
      display: inline-block;
      width: 7px;
      height: 7px;
      background: #d8ae5f;
      border-radius: 50%;
      margin-right: 8px;
      top: -2px;
      position: relative; }

/* ABOUT */
.about {
  background: url(../img/about.png) no-repeat top left;
  height: 612px;
  margin-top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .about-image {
    width: 35%;
    padding-left: 50px; }
    .about-image img {
      max-width: 100%;
      border: 5px solid #fff;
      -webkit-box-shadow: 0px 0px 20px 0px black;
      box-shadow: 0px 0px 20px 0px black;
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg); }
  .about-content {
    width: 65%;
    padding-left: 100px;
    max-width: 830px; }
  .about-text {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #5b5a59;
    line-height: 30px;
    font-weight: 700;
    margin-top: 30px; }

/* SERVICES */
.services {
  margin-top: 200px; }
  .services ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px; }
    .services ul li {
      width: 20%;
      height: 150px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center; }
      .services ul li a {
        color: #5b5a59; }
      .services ul li:hover {
        -webkit-box-shadow: 0px 0px 17.1px 0.9px rgba(0, 0, 0, 0.04);
        box-shadow: 0px 0px 17.1px 0.9px rgba(0, 0, 0, 0.04); }
        .services ul li:hover a {
          color: #d8ae5f; }
        .services ul li:hover i.oda-servisi {
          background-position: 0 50px; }
        .services ul li:hover i.sauna {
          background-position: 50px 50px; }
        .services ul li:hover i.kuru-temizleme {
          background-position: 100px 50px; }
        .services ul li:hover i.toplanti-salonu {
          background-position: 150px 50px; }
        .services ul li:hover i.ucretsiz-otopark {
          background-position: 200px 50px; }
        .services ul li:hover i.restoran {
          background-position: 250px 50px; }
        .services ul li:hover i.fitness {
          background-position: 300px 50px; }
        .services ul li:hover i.gazete {
          background-position: 350px 50px; }
        .services ul li:hover i.vale {
          background-position: 400px 50px; }
        .services ul li:hover i.havalimani {
          background-position: 450px 50px; }
      .services ul li i {
        display: block;
        width: 50px;
        height: 50px;
        background-repeat: no-repeat;
        margin: 0 auto;
        -webkit-transition: 200ms;
        transition: 200ms; }
        .services ul li i.oda-servisi {
          background: url(../img/icons/services.png) 0 0; }
        .services ul li i.sauna {
          background: url(../img/icons/services.png) 50px 0; }
        .services ul li i.kuru-temizleme {
          background: url(../img/icons/services.png) 100px 0; }
        .services ul li i.toplanti-salonu {
          background: url(../img/icons/services.png) 150px 0; }
        .services ul li i.ucretsiz-otopark {
          background: url(../img/icons/services.png) 200px 0; }
        .services ul li i.restoran {
          background: url(../img/icons/services.png) 250px 0; }
        .services ul li i.fitness {
          background: url(../img/icons/services.png) 300px 0; }
        .services ul li i.gazete {
          background: url(../img/icons/services.png) 350px 0; }
        .services ul li i.vale {
          background: url(../img/icons/services.png) 400px 0; }
        .services ul li i.havalimani {
          background: url(../img/icons/services.png) 450px 0; }
      .services ul li span {
        font-family: 'Lato', sans-serif;
        font-size: 16px;
        margin-top: 22px;
        display: block;
        font-weight: 700; }

/* NEWS */
.news {
  margin-top: 200px; }
  .news-thumb {
    position: relative; }
    .news-thumb:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      background: #d8ae5f;
      background: -webkit-gradient(linear, left bottom, left top, from(#d8ae5f), to(rgba(8, 177, 40, 0)));
      background: linear-gradient(0deg, #d8ae5f 0%, rgba(8, 177, 40, 0) 100%); }
  .news-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 100px 50px 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff; }
    .news-content a {
      font-family: 'Lato', sans-serif;
      -ms-flex-item-align: end;
      align-self: flex-end;
      margin-bottom: 10px;
      color: #fff;
      font-size: 17px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .news-content a i {
        margin-left: 10px; }
  .news-cat {
    font-size: 18px; }
  .news-name {
    font-size: 30px; }
  .news .owl-nav, .news .owl-dots {
    display: none; }

/* CAMPAIGNS */
.campaigns {
  background: url(../img/campaignbg.png) no-repeat top right;
  height: 615px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .campaigns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px; }
    .campaigns ul li {
      width: 94%;
      margin-left: 3%;
      margin-right: 3%;
      margin-top: 10px;
      margin-bottom: 10px;
      border-radius: 10px;
      background: #fff;
      -webkit-box-shadow: 5px 0px 10px 2px rgba(0, 0, 0, 0.08);
      box-shadow: 5px 0px 10px 2px rgba(0, 0, 0, 0.08);
      height: 212px;
      padding: 30px 20px 0 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .campaigns ul li a {
        font-size: 20px;
        color: #d8ae5f;
        margin-bottom: 15px;
        display: block; }
        .campaigns ul li a.detail {
          margin-top: 15px;
          margin-bottom: 0;
          margin-left: auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-item-align: end;
          align-self: flex-end; }
          .campaigns ul li a.detail i {
            margin-left: 10px; }
      .campaigns ul li p {
        font-size: 16px;
        font-weight: 700;
        line-height: 31px;
        height: 83px;
        font-family: 'Lato', sans-serif; }

/* RESPONSIVE */
@media screen and (max-width: 1170px) {
  .search {
    margin-top: 0px;
    height: auto; }
    .search .container {
      padding: 0; }
    .search form {
      height: auto;
      padding-right: 10px; }
      .search form p {
        width: 100%; }
      .search form select {
        width: 100%; }
      .search form input {
        width: 100%; }
      .search form button {
        width: 100%;
        margin-right: 10px; }
      .search form .form-group {
        margin-bottom: 15px;
        width: calc(50% - 10px); }
        .search form .form-group.otel-select {
          width: 100%; }
  .otels {
    margin-top: 30px; }
  .otel-list li {
    padding: 0;
    width: 33.3333%; }
    .otel-list li:after {
      width: 100%; }
  .otel-content-wrap {
    margin-top: 30px;
    height: auto; }
  .otel-photos {
    width: 100%;
    height: auto; }
  .otel-details {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .otel-foot {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .otel-foot a.make-rez {
      margin-top: 20px; }
  .otel-info {
    width: 100%; }
  .otel-props {
    width: 100%;
    border-top: 1px solid #ddd;
    border-left: none;
    padding: 30px; }
  .about {
    background-size: cover;
    height: auto;
    margin-top: 30px; }
    .about-image {
      display: none; }
    .about-content {
      width: 100%;
      padding: 30px; }
  .services {
    margin-top: 30px; }
  .news {
    margin-top: 30px; }
    .news-name {
      font-size: 20px; }
    .news-content {
      padding: 30px; }
      .news-content a {
        margin-top: 13px; }
  .campaigns {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px; }
    .campaigns ul {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .campaigns ul li {
        width: 100%;
        margin-bottom: 20px;
        height: auto;
        padding: 20px; }
        .campaigns ul li p {
          height: auto; } }

@media screen and (max-width: 667px) {
  .otel-list li {
    font-size: 16px;
    height: 45px;
    line-height: 1.2; }
  .services ul li {
    width: 50%; } }

.page-photo-slider {
  width: 585px; }
  .page-photo-slider .owl-dots {
    display: none; }
  .page-photo-slider .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -24px;
    margin-left: 20px;
    position: absolute;
    right: 0px;
    z-index: 99; }
    .page-photo-slider .owl-nav button {
      display: block;
      width: 48px;
      height: 48px;
      text-indent: -9999px;
      margin-left: 15px; }
      .page-photo-slider .owl-nav button.owl-prev {
        background: url(../img/icons/otelprev.png); }
      .page-photo-slider .owl-nav button.owl-next {
        background: url(../img/icons/otelnext.png); }

.page-half-content {
  width: calc(100% - 610px);
  margin-left: 25px;
  margin-top: -10px; }

.service-list {
  margin-top: 105px; }
  .service-list-title {
    font-size: 30px;
    color: #5b5a59;
    text-align: center;
    margin-bottom: 50px; }
  .service-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
    .service-list ul li {
      text-align: center; }
      .service-list ul li img {
        display: block;
        margin: 0 auto; }
      .service-list ul li span {
        display: block;
        height: 60px;
        margin: 0 auto; }
      .service-list ul li a {
        color: #5b5a59;
        font-size: 16px; }

.gallery {
  margin-top: 95px; }
  .gallery .owl-nav, .gallery .owl-dots {
    display: none; }

/* RESPONSIVE */
@media screen and (max-width: 1170px) {
  .page-photo-slider {
    width: 100%; }
  .page-half-content {
    width: 100%;
    margin-top: 30px;
    margin-left: 0; }
  .service-list {
    margin-top: 30px; }
    .service-list ul {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .service-list ul li {
        width: 25%;
        margin-bottom: 25px; }
  .gallery {
    margin-top: 30px; } }

@media screen and (max-width: 480px) {
  .service-list ul li {
    width: 50%; } }

.contact-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px; }

.contact-info {
  width: 600px; }
  .contact-info .select-contact {
    width: 250px;
    height: 50px;
    background: url(../img/icons/down.png) no-repeat calc(100% - 15px) 23px #d8ae5f;
    border: none;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    font-size: 17px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Amiri', serif;
    margin-bottom: 20px;
    outline: 0; }
  .contact-info ul li {
    color: #424243;
    margin-bottom: 18px; }
    .contact-info ul li i {
      color: #d8ae5f;
      margin-right: 10px; }
  .contact-info form {
    margin-top: 35px;
    max-width: 505px; }
    .contact-info form p {
      font-family: 'Amiri', serif;
      color: #79a596;
      margin-bottom: 10px;
      font-size: 18px; }
  .contact-info .form-group {
    margin-bottom: 15px;
    position: relative; }
    .contact-info .form-group i {
      position: absolute;
      width: 45px;
      border-right: 1px solid #d4d4d4;
      height: 23px;
      color: #7aa696;
      text-align: center;
      top: 12px;
      line-height: 23px; }
    .contact-info .form-group input, .contact-info .form-group textarea {
      background: #eeeded;
      width: 505px;
      height: 48px;
      border: none;
      padding-left: 60px;
      padding-right: 15px; }
      .contact-info .form-group input::-webkit-input-placeholder, .contact-info .form-group textarea::-webkit-input-placeholder {
        color: #a9a9a9; }
      .contact-info .form-group input::-moz-placeholder, .contact-info .form-group textarea::-moz-placeholder {
        color: #a9a9a9; }
      .contact-info .form-group input:-ms-input-placeholder, .contact-info .form-group textarea:-ms-input-placeholder {
        color: #a9a9a9; }
      .contact-info .form-group input::-ms-input-placeholder, .contact-info .form-group textarea::-ms-input-placeholder {
        color: #a9a9a9; }
      .contact-info .form-group input::placeholder, .contact-info .form-group textarea::placeholder {
        color: #a9a9a9; }
    .contact-info .form-group textarea {
      height: 160px;
      padding: 15px 15px 15px 60px;
      resize: none; }

.contact-map {
  width: calc(100% - 600px); }
  .contact-map p {
    color: #6ca795;
    font-size: 18px;
    margin-bottom: 10px; }
  .contact-map img {
    max-width: 100%; }

/* RESPONSIVE */
@media screen and (max-width: 1170px) {
  .contact-info {
    width: 100%; }
    .contact-info .form-group input, .contact-info .form-group textarea {
      width: 100%; }
    .contact-info .primary-btn {
      width: 100%; }
  .contact-map {
    width: 100%;
    margin-top: 25px; }
    .contact-map img {
      width: 100%; } }

.comment-list {
  width: 100%; }
  .comment-list ul li {
    font-size: 16px;
    color: #5b5a59;
    border-bottom: 1px solid #78a495;
    padding-bottom: 60px;
    margin-bottom: 45px;
    background: url(../img/icons/quote.png) no-repeat top left;
    padding-top: 15px; }
    .comment-list ul li:last-child {
      border: none; }

.comment-head {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.comment-text {
  font-weight: 300;
  margin-top: 15px; }

.comment-form {
  height: 0;
  overflow: hidden;
  width: 100%;
  -webkit-transition: 300ms;
  transition: 300ms;
  margin-bottom: 30px; }
  .comment-form i.fa-times {
    margin-left: auto;
    display: block;
    text-align: right;
    margin-bottom: 15px;
    cursor: pointer; }
  .comment-form input {
    background: #eeeded;
    width: 100%;
    height: 50px;
    border: none;
    margin-bottom: 10px;
    padding: 0 15px; }
    .comment-form input::-webkit-input-placeholder {
      color: #a9a9a9; }
    .comment-form input::-moz-placeholder {
      color: #a9a9a9; }
    .comment-form input:-ms-input-placeholder {
      color: #a9a9a9; }
    .comment-form input::-ms-input-placeholder {
      color: #a9a9a9; }
    .comment-form input::placeholder {
      color: #a9a9a9; }
  .comment-form textarea {
    background: #eeeded;
    width: 100%;
    height: 150px;
    border: none;
    padding: 15px;
    resize: none; }
    .comment-form textarea::-webkit-input-placeholder {
      color: #a9a9a9; }
    .comment-form textarea::-moz-placeholder {
      color: #a9a9a9; }
    .comment-form textarea:-ms-input-placeholder {
      color: #a9a9a9; }
    .comment-form textarea::-ms-input-placeholder {
      color: #a9a9a9; }
    .comment-form textarea::placeholder {
      color: #a9a9a9; }

.open-form {
  height: auto; }

.career {
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .career .form-content {
    margin-top: 0px; }
  .career .form-title {
    font-size: 18px;
    color: #79a596;
    font-family: 'Amiri', serif;
    margin-bottom: 15px;
    margin-top: 20px;
    width: 100%; }
    .career .form-title.license-title {
      margin-top: 30px;
      margin-bottom: 20px; }
  .career .form-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .career .form-line textarea {
      width: 100%;
      height: 200px;
      background: #eeeded;
      border: none;
      padding: 15px;
      resize: none;
      border: none;
      margin-bottom: 15px; }
  .career .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .career .form-group p {
      width: 175px;
      color: #a9a9a9;
      height: 42px;
      line-height: 42px; }
      .career .form-group p.mini {
        width: 90px; }
      .career .form-group p i {
        font-style: normal;
        float: right;
        margin-right: 10px; }
    .career .form-group input[type="text"], .career .form-group select {
      width: 375px;
      height: 42px;
      background: #eeeded;
      border: none;
      padding-left: 15px;
      padding-right: 15px; }
      .career .form-group input[type="text"].license, .career .form-group select.license {
        width: 188px; }
    .career .form-group select {
      background: url(../img/selectarrow.png) no-repeat calc(100% - 15px) 18px #eeeded;
      background-size: 14px 8px;
      border-radius: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
  .career .form-course p.mini {
    width: 30px; }
  .career .form-course input[type="text"] {
    width: 435px; }
  .career .form-half-line {
    width: 465px; }
    .career .form-half-line.big {
      width: 550px; }
    .career .form-half-line .license-wrap {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: auto; }
  .career .form-lang-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 35px; }
    .career .form-lang-box input[type="text"] {
      width: 245px;
      height: 42px;
      background: #eeeded;
      border: none;
      padding-left: 15px;
      padding-right: 15px; }
    .career .form-lang-box p.mini {
      width: 40px; }
    .career .form-lang-box .form-checkbox {
      width: calc(100% - 295px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-left: 10px;
      margin-top: -30px; }
      .career .form-lang-box .form-checkbox .radio {
        margin-top: 0; }
      .career .form-lang-box .form-checkbox p {
        width: 100%;
        color: #a9a9a9;
        height: 30px;
        line-height: 30px; }
  .career .radio {
    margin-right: 20px;
    margin-top: 6px; }
    .career .radio input {
      visibility: hidden;
      display: none; }
    .career .radio input + label {
      color: #a9a9a9;
      line-height: 21px;
      position: relative;
      cursor: pointer; }
      .career .radio input + label:before {
        content: '';
        display: inline-block;
        width: 21px;
        height: 21px;
        background: #eeeded;
        border-radius: 50%;
        margin-right: 10px;
        position: relative;
        top: 4px; }
    .career .radio input:checked + label:after {
      content: '';
      display: block;
      width: 13px;
      height: 13px;
      position: absolute;
      top: 3px;
      left: 4px;
      border-radius: 50%;
      background: #646464; }
  .career .former-company {
    margin-bottom: 30px;
    width: 100%; }
    .career .former-company .removeCompany {
      width: 100%;
      cursor: pointer;
      text-align: right; }
    .career .former-company-list {
      width: 100%; }
  .career .removeCourse {
    position: relative;
    top: 12px;
    left: -5px;
    cursor: pointer; }
  .career .removeLang {
    width: 100%;
    display: block;
    cursor: pointer; }
  .career .add-new {
    margin-left: auto;
    float: right;
    position: relative;
    top: 7px; }

/* RESPONSIVE */
@media screen and (max-width: 1170px) {
  .career .form-title {
    margin-top: 10px;
    margin-bottom: 10px; }
    .career .form-title.license-title {
      margin-top: 10px;
      margin-bottom: 10px; }
  .career .form-line {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .career .form-half-line {
    width: 100% !important; }
    .career .form-half-line .license-wrap {
      width: 100%;
      margin-top: 15px; }
  .career .form-group {
    width: 100%; }
    .career .form-group p {
      width: 100% !important; }
      .career .form-group p i {
        float: none; }
    .career .form-group input[type="text"], .career .form-group select {
      width: 100%; }
  .career .form-lang-box {
    width: 100%; }
    .career .form-lang-box .form-checkbox {
      margin: 10px 0 0 0;
      width: 100%; }
  .career .removeCourse {
    top: 5px;
    left: 0; } }

.room-props ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .room-props ul li {
    font-family: 'Lato', sans-serif;
    color: #5b5a59;
    font-weight: 700;
    margin-right: 20px;
    margin-top: 20px; }
    .room-props ul li span {
      color: #d8ae5f; }

.room-slider {
  margin-top: 40px; }
  .room-slider .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 30px; }
  .room-slider .center {
    -webkit-box-shadow: 0px 0px 10.99468px 0.00532px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10.99468px 0.00532px rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    position: relative;
    z-index: 99; }
  .room-slider .owl-dots {
    display: none; }
  .room-slider .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    position: relative;
    z-index: 99;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -35px; }
    .room-slider .owl-nav button {
      display: block;
      width: 48px;
      height: 48px;
      text-indent: -9999px;
      margin-right: 15px; }
      .room-slider .owl-nav button.owl-prev {
        background: url(../img/icons/otelprev.png); }
      .room-slider .owl-nav button.owl-next {
        background: url(../img/icons/otelnext.png); }

.room-types {
  margin-top: 25px;
  margin-bottom: 30px; }
  .room-types ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .room-types ul li {
      width: 25%;
      font-family: 'Lato', sans-serif;
      text-align: center;
      font-size: 24px; }
      .room-types ul li a {
        color: #5b5a59; }
      .room-types ul li img {
        width: 100%; }
  .room-types-name {
    margin-top: 15px; }
  .room-types-photo {
    position: relative;
    overflow: hidden; }
    .room-types-photo:before, .room-types-photo:after {
      content: '';
      display: block;
      width: 100%;
      height: 50%;
      background: rgb(216 174 95 / 50%);
      position: absolute;
      -webkit-transition: 300ms;
      transition: 300ms; }
    .room-types-photo:before {
      top: -50%; }
    .room-types-photo:after {
      bottom: -50%; }
    .room-types-photo:hover:before {
      top: 0; }
    .room-types-photo:hover:after {
      bottom: 0; }

.room-type-content {
  display: none;
  margin-top: 80px; }
  .room-type-content .flexer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.room-detail-slider-wrap {
  width: 50%; }
  .room-detail-slider-wrap .owl-dots {
    display: none; }
  .room-detail-slider-wrap .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    position: relative;
    z-index: 99;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -25px; }
    .room-detail-slider-wrap .owl-nav button {
      display: block;
      width: 48px;
      height: 48px;
      text-indent: -9999px;
      margin-right: 15px; }
      .room-detail-slider-wrap .owl-nav button.owl-prev {
        background: url(../img/icons/otelprev.png); }
      .room-detail-slider-wrap .owl-nav button.owl-next {
        background: url(../img/icons/otelnext.png); }

.room-type-info {
  width: 50%;
  padding-left: 40px; }
  .room-type-info-title {
    font-size: 30px;
    color: #5a5958;
    text-transform: uppercase; }
    .room-type-info-title span {
      color: #d8ae5f; }
  .room-type-info .room-props ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.room-type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px; }
  .room-type-list-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px; }
  .room-type-list-name {
    color: #5b5a59;
    font-size: 19px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    padding-left: 15px; }
  .room-type-list-price {
    width: 113px;
    height: 55px;
    background: #f8f7f7;
    padding: 10px;
    font-family: 'Lato', sans-serif; }
    .room-type-list-price span {
      color: #d8ae5f;
      font-family: 'Amiri', serif; }
  .room-type-list li {
    width: 25%;
    cursor: pointer; }
    .room-type-list li.active img {
      border: 10px solid #d8ae5f; }
    .room-type-list li.active .room-type-list-name {
      color: #a1c4b8; }
    .room-type-list li.active .room-type-list-price {
      background: #d8ae5f;
      color: #fff !important; }
      .room-type-list li.active .room-type-list-price span {
        color: #fff; }
    .room-type-list li img {
      width: 100%;
      height: 220px; }

.big-list ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .big-list ul li {
    width: 20%;
    margin-bottom: 70px; }

.room-service-list {
  margin-left: -40px;
  margin-top: 50px; }
  .room-service-list ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .room-service-list ul li {
      width: 25%;
      margin-bottom: 55px; }

.rez-form p {
  font-family: 'Amiri', serif;
  color: #79a596;
  margin-bottom: 10px;
  font-size: 18px; }

.rez-form form {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.rez-form .form-group {
  margin-bottom: 45px;
  position: relative;
  width: 335px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .rez-form .form-group p {
    min-width: 85px; }
  .rez-form .form-group .radio {
    margin-right: 20px;
    margin-top: -5px; }
    .rez-form .form-group .radio input {
      visibility: hidden;
      display: none; }
    .rez-form .form-group .radio input + label {
      color: #a9a9a9;
      line-height: 21px;
      position: relative;
      cursor: pointer; }
      .rez-form .form-group .radio input + label:before {
        content: '';
        display: inline-block;
        width: 21px;
        height: 21px;
        background: #eeeded;
        border-radius: 50%;
        margin-right: 10px;
        position: relative;
        top: 4px; }
    .rez-form .form-group .radio input:checked + label:after {
      content: '';
      display: block;
      width: 13px;
      height: 13px;
      position: absolute;
      top: 5px;
      left: 4px;
      border-radius: 50%;
      background: #acd2c5; }
  .rez-form .form-group.big {
    width: 753px; }
  .rez-form .form-group.full {
    width: 100%; }
  .rez-form .form-group i {
    position: absolute;
    width: 45px;
    border-right: 1px solid #d4d4d4;
    height: 23px;
    color: #7aa696;
    text-align: center;
    top: 12px;
    line-height: 23px; }
  .rez-form .form-group input, .rez-form .form-group textarea {
    background: #eeeded;
    width: 100%;
    height: 48px;
    border: none;
    padding-left: 60px;
    padding-right: 15px; }
    .rez-form .form-group input::-webkit-input-placeholder, .rez-form .form-group textarea::-webkit-input-placeholder {
      color: #a9a9a9; }
    .rez-form .form-group input::-moz-placeholder, .rez-form .form-group textarea::-moz-placeholder {
      color: #a9a9a9; }
    .rez-form .form-group input:-ms-input-placeholder, .rez-form .form-group textarea:-ms-input-placeholder {
      color: #a9a9a9; }
    .rez-form .form-group input::-ms-input-placeholder, .rez-form .form-group textarea::-ms-input-placeholder {
      color: #a9a9a9; }
    .rez-form .form-group input::placeholder, .rez-form .form-group textarea::placeholder {
      color: #a9a9a9; }
  .rez-form .form-group textarea {
    height: 160px;
    padding: 15px 15px 15px 60px;
    resize: none; }

/* RESPONSIVE */
@media screen and (max-width: 1170px) {
  .room-props ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .room-props ul li {
      width: 100%; }
  .room-slider .owl-nav {
    margin-top: -25px; }
  .room-slider .owl-stage-outer {
    padding: 0; }
  .room-slider .center {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .big-list ul li {
    width: 50%; }
  .room-types {
    margin-top: 0; }
    .room-types ul {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .room-types ul li {
        width: 50%;
        margin-bottom: 25px; }
  .room-type-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px; }
    .room-type-list-name {
      font-size: 15px; }
    .room-type-list-price {
      font-size: 13px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .room-type-list-price span {
        margin-top: 5px; }
    .room-type-list li {
      margin-bottom: 15px;
      width: 50%; }
  .rez-form .form-group {
    width: 100%;
    margin-bottom: 15px; }
    .rez-form .form-group.big {
      width: 100%; } }

@media screen and (max-width: 960px) {
  .room-type-content .flexer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .room-type-info {
    padding-left: 0;
    width: 100%; }
  .room-detail-slider-wrap {
    width: 100%;
    margin-bottom: 30px; } }

@media screen and (max-width: 480px) {
  .room-type-list li {
    width: 100%; }
  .room-service-list {
    margin-left: 0; }
    .room-service-list ul li {
      margin-bottom: 30px;
      width: 50%; } }

.call-you {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .call-you .section-title h2 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 10px; }
  .call-you-content {
    width: calc(100% - 620px); }
    .call-you-content .title-icon {
      float: left;
      margin-right: 10px; }
  .call-you-form {
    background: url(../img/pattern.png) #a1c4b8;
    width: 585px;
    height: 152px;
    border: 2px solid #72897e;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 35px 20px;
    margin-top: 5px; }
    .call-you-form form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .call-you-form p {
      width: 100%;
      font-size: 18px;
      font-family: 'Amiri', serif;
      margin-bottom: 10px;
      color: #fff; }
    .call-you-form .form-group {
      width: 200px;
      margin-right: 13px;
      position: relative; }
      .call-you-form .form-group i {
        color: #72897e;
        border-right: 1px solid #efeeee;
        height: 15px;
        width: 28px;
        display: block;
        line-height: 15px;
        text-align: center;
        position: absolute;
        top: 12px;
        font-size: 9px; }
      .call-you-form .form-group input {
        background: #ffffff;
        width: 100%;
        height: 38px;
        border-radius: 4px;
        padding-left: 35px;
        border: none;
        font-size: 12px; }
        .call-you-form .form-group input::-webkit-input-placeholder {
          color: #b1b1b1; }
        .call-you-form .form-group input::-moz-placeholder {
          color: #b1b1b1; }
        .call-you-form .form-group input:-ms-input-placeholder {
          color: #b1b1b1; }
        .call-you-form .form-group input::-ms-input-placeholder {
          color: #b1b1b1; }
        .call-you-form .form-group input::placeholder {
          color: #b1b1b1; }
    .call-you-form .primary-btn {
      width: 110px;
      height: 38px;
      border-radius: 4px; }

.dugun-photos {
  width: 100%;
  margin-top: 100px; }
  .dugun-photos .section-title {
    margin-bottom: 20px; }
    .dugun-photos .section-title h2 {
      font-size: 35px;
      line-height: 35px; }
  .dugun-photos .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 30px; }
  .dugun-photos .center {
    -webkit-box-shadow: 0px 0px 10.99468px 0.00532px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10.99468px 0.00532px rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    position: relative;
    z-index: 99; }
  .dugun-photos .owl-dots {
    display: none; }
  .dugun-photos .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -24px;
    margin-left: 20px;
    position: relative;
    z-index: 99;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -35px; }
    .dugun-photos .owl-nav button {
      display: block;
      width: 48px;
      height: 48px;
      text-indent: -9999px;
      margin-right: 15px; }
      .dugun-photos .owl-nav button.owl-prev {
        background: url(../img/icons/otelprev.png); }
      .dugun-photos .owl-nav button.owl-next {
        background: url(../img/icons/otelnext.png); }

.salon-info {
  margin-top: 130px; }
  .salon-info .section-title {
    margin-bottom: 15px; }
    .salon-info .section-title h2 {
      font-size: 35px;
      line-height: 35px; }
  .salon-info a {
    color: #acd2c5; }

.ikramlar {
  margin-top: 115px;
  width: 100%; }
  .ikramlar .section-title h2 {
    font-size: 35px;
    line-height: 35px; }
  .ikramlar .ikram-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px; }
  .ikramlar .ikram-box {
    width: calc(33.3333% - 7px);
    margin-right: 10px;
    position: relative;
    margin-bottom: 10px; }
    .ikramlar .ikram-box:nth-child(3n) {
      margin-right: 0; }
  .ikramlar .ikram-thumb a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d8ae5f;
    background: -webkit-gradient(linear, left bottom, left top, from(#d8ae5f), to(rgba(8, 177, 40, 0)));
    background: linear-gradient(0deg, #d8ae5f 0%, rgba(8, 177, 40, 0) 100%); }
  .ikramlar .ikram-thumb a img {
    width: 100%; }
  .ikramlar .ikram-name {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    text-align: center; }
    .ikramlar .ikram-name a {
      color: #fff;
      font-size: 20px; }

.videos {
  margin-top: 130px;
  margin-bottom: 25px;
  width: 100%; }
  .videos .section-title {
    margin-bottom: 25px; }
    .videos .section-title h4 {
      font-size: 18px; }
    .videos .section-title h2 {
      font-size: 27px;
      line-height: 27px; }
  .videos ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
    .videos ul li {
      width: calc(33.3333% - 10px);
      margin-right: 15px;
      margin-bottom: 15px;
      position: relative; }
      .videos ul li:nth-child(3n) {
        margin-right: 0; }
      .videos ul li img {
        width: 100%; }
      .videos ul li a {
        color: #abd1c4; }
      .videos ul li .play {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.9);
        -webkit-box-shadow: 0px 0px 26.6px 1.4px rgba(0, 0, 0, 0.58);
        box-shadow: 0px 0px 26.6px 1.4px rgba(0, 0, 0, 0.58);
        text-align: center;
        line-height: 60px;
        position: absolute;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        font-size: 22px; }

/* RESPONSIVE */
@media screen and (max-width: 1170px) {
  .call-you {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .call-you-content {
      width: 100%;
      text-align: center; }
      .call-you-content .section-title {
        text-align: center; }
        .call-you-content .section-title img {
          display: none; }
    .call-you-form {
      width: 100%;
      margin-top: 10px;
      height: auto;
      padding: 20px; }
      .call-you-form p {
        margin-bottom: 0;
        line-height: 18px; }
      .call-you-form .form-group {
        width: 100%;
        margin-top: 15px;
        margin-right: 0; }
      .call-you-form .primary-btn {
        width: 100%;
        margin-top: 15px; }
  .dugun-photos {
    margin-top: 30px; }
    .dugun-photos .owl-stage-outer {
      padding: 0; }
    .dugun-photos .owl-nav {
      margin-top: -25px; }
    .dugun-photos .center {
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transform: scale(1);
      transform: scale(1);
      position: relative;
      z-index: 99; }
  .salon-info {
    margin-top: 30px; }
  .ikramlar {
    margin-top: 30px; }
  .videos {
    margin-top: 30px; }
    .videos ul li .play {
      width: 30px;
      height: 30px;
      font-size: 14px;
      line-height: 30px;
      top: calc(50% - 15px);
      left: calc(50% - 15px); } }

@media screen and (max-width: 480px) {
  .ikramlar .ikram-box {
    width: 100%;
    margin-right: 0; }
  .videos ul li {
    width: 100%;
    margin-right: 0; } }

.otel-slider img {
  height: 565px; }

.otel-slider + .search {
  margin-top: -80px; }

.branches {
  margin-top: 40px; }

.branch-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  .branch-titles li {
    font-size: 25px;
    color: #a0a0a0;
    border-bottom: 1px solid transparent;
    padding-bottom: 10px;
    font-family: 'Amiri', serif;
    font-weight: normal;
    margin-right: 45px;
    cursor: pointer; }
    .branch-titles li.active {
      color: #79a697;
      border-color: #79a697; }

.branch-content {
  font-weight: 400;
  line-height: 25px;
  display: none; }
  .branch-content span {
    color: #7aa696; }
  .branch-content .primary-btn {
    margin-top: 25px;
    width: 162px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .branch-content .primary-btn i {
      margin-left: 10px; }

.branch-image {
  position: relative;
  margin-bottom: 15px; }
  .branch-image:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #d8ae5f;
    background: -webkit-gradient(linear, left bottom, left top, from(#d8ae5f), to(rgba(8, 177, 40, 0)));
    background: linear-gradient(0deg, #d8ae5f 0%, rgba(8, 177, 40, 0) 100%); }

.otel-opportunities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 100px; }
  .otel-opportunities .section-title h2 {
    font-size: 40px;
    line-height: 40px; }
  .otel-opportunities .what-we-do {
    width: 575px; }
    .otel-opportunities .what-we-do-slider {
      margin-top: 30px;
      position: relative; }
      .otel-opportunities .what-we-do-slider .owl-nav {
        display: none; }
      .otel-opportunities .what-we-do-slider .owl-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px; }
        .otel-opportunities .what-we-do-slider .owl-dots .owl-dot {
          width: 21px;
          height: 21px;
          display: block;
          border: 1px solid #81ab9b;
          border-radius: 50%;
          position: relative;
          margin-left: 10px;
          margin-right: 10px; }
          .otel-opportunities .what-we-do-slider .owl-dots .owl-dot.active:before {
            content: '';
            display: block;
            position: absolute;
            width: 13px;
            height: 13px;
            background: #7aa696;
            border-radius: 50%;
            top: 3px;
            left: 3px; }
      .otel-opportunities .what-we-do-slider img {
        min-height: 485px; }
      .otel-opportunities .what-we-do-slider .owl-stage-outer:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #d8ae5f;
        background: -webkit-gradient(linear, left bottom, left top, from(#d8ae5f), to(rgba(8, 177, 40, 0)));
        background: linear-gradient(0deg, #d8ae5f 0%, rgba(8, 177, 40, 0) 100%);
        top: 0;
        left: 0;
        z-index: 99; }
  .otel-opportunities .campaigns {
    background: none;
    width: 555px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .otel-opportunities .campaigns ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .otel-opportunities .campaigns ul li {
        width: 100%;
        margin-bottom: 60px; }
        .otel-opportunities .campaigns ul li a.title {
          font-family: 'Amiri', serif;
          margin-bottom: 10px; }
        .otel-opportunities .campaigns ul li a.detail {
          margin-top: 0;
          font-size: 17px; }

/* RESPONSIVE */
@media screen and (max-width: 1170px) {
  .otel-slider img {
    height: auto; }
  .branches {
    width: 100%; }
  .branch-titles {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .branch-titles li {
      font-size: 14px;
      width: 33.3333%;
      line-height: 14px;
      text-align: center;
      padding-bottom: 5px;
      margin-bottom: 10px;
      margin-right: 0;
      padding-left: 10px;
      padding-right: 10px; }
  .branch-image {
    width: 100%; }
    .branch-image img {
      width: 100%; }
  .otel-opportunities {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px; }
    .otel-opportunities .what-we-do {
      width: 100%; }
      .otel-opportunities .what-we-do-slider img {
        min-height: 100%;
        height: auto; }
    .otel-opportunities .campaigns ul li {
      margin-bottom: 15px; } }

.footer-top {
  background: #d8ae5f;
  height: 170px; }
  .footer-top .container {
    height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .footer-top .bulten-content {
    color: #fff;
    font-family: 'Lato', sans-serif;
    width: 50%; }
  .footer-top .bulten-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 5px; }
  .footer-top .bulten-text {
    font-size: 16px; }
  .footer-top .bulten-form {
    width: 50%; }
    .footer-top .bulten-form form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .footer-top .bulten-form input {
      width: 100%;
      height: 58px;
      background: #ffffff;
      border-radius: 10px;
      padding-left: 50px;
      padding-right: 35px;
      border: none;
      font-family: 'Lato', sans-serif;
      font-size: 17px;
      font-weight: 700;
      color: #a5a5a5; }
      .footer-top .bulten-form input::-webkit-input-placeholder {
        color: #a5a5a5; }
      .footer-top .bulten-form input::-moz-placeholder {
        color: #a5a5a5; }
      .footer-top .bulten-form input:-ms-input-placeholder {
        color: #a5a5a5; }
      .footer-top .bulten-form input::-ms-input-placeholder {
        color: #a5a5a5; }
      .footer-top .bulten-form input::placeholder {
        color: #a5a5a5; }
    .footer-top .bulten-form i {
      position: absolute;
      color: #d8ae5f;
      margin-left: 22px;
      margin-top: 22px; }
    .footer-top .bulten-form button {
      background: #787878;
      width: 175px;
      height: 58px;
      font-size: 17px;
      border-radius: 10px;
      color: #fff;
      margin-left: -20px;
      font-family: 'Lato', sans-serif; }

.footer-middle {
  padding-top: 87px;
  padding-bottom: 83px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700; }
  .footer-middle .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.footer-info {
  width: 390px; }
  .footer-info p {
    line-height: 31px; }

.footer-logo {
  margin-bottom: 10px; }

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px; }
  .footer-social li {
    margin-right: 10px; }
    .footer-social li a {
      color: #5b5a59; }
      .footer-social li a:hover {
        color: #8bb7a8; }

.footer-menu {
  width: 220px;
  border-left: 1px solid #e9e7e7;
  border-right: 1px solid #e9e7e7;
  margin-left: 30px;
  padding-left: 45px;
  padding-right: 45px; }
  .footer-menu ul li {
    line-height: 37px; }
    .footer-menu ul li a {
      color: #d8ae5f; }

.footer-title {
  color: #d8ae5f; }

.footer-contact {
  margin-left: 40px; }
  .footer-contact-tab-titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px; }
    .footer-contact-tab-titles li {
      font-size: 15px;
      color: #d8d8d8;
      border-bottom: 1px solid transparent;
      padding-bottom: 10px;
      margin-right: 30px;
      cursor: pointer; }
      .footer-contact-tab-titles li.active {
        color: #5b5a59;
        border-color: #d8ae5f; }
      .footer-contact-tab-titles li:last-child {
        margin-right: 0; }
  .footer-contact-tab-content {
    display: none; }
    .footer-contact-tab-content ul li {
      color: #424243;
      margin-bottom: 18px; }
      .footer-contact-tab-content ul li i {
        color: #d8ae5f;
        margin-right: 10px; }

.footer-map {
  position: relative; }
  .footer-map .overlay {
    background: rgb(215 175 95 / 49%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .footer-map .overlay i {
      margin-left: 10px; }
  .footer-map a {
    color: #fff;
    cursor: pointer; }

.footer-bottom {
  background: #d8ae5f;
  height: 70px; }
  .footer-bottom .container {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .footer-bottom .copyright {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    font-family: 'Lato', sans-serif; }

/* RESPONSIVE */
@media screen and (max-width: 1170px) {
  .footer-top {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px; }
    .footer-top .container {
      height: auto;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .footer-top .bulten-content {
      width: 100%; }
    .footer-top .bulten-form {
      margin-top: 15px;
      width: 100%; }
  .footer-middle {
    padding-bottom: 25px; }
    .footer-middle .container {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .footer-info {
    width: 100%;
    text-align: center; }
  .footer-social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .footer-menu {
    margin: 30px 0 0 0;
    width: 100%;
    border: none;
    padding: 0;
    text-align: center; }
  .footer-contact {
    margin-top: 30px;
    margin-left: 0; }
    .footer-contact .footer-title {
      display: none; }
    .footer-contact-tab-titles li {
      width: 33.3333%;
      padding-left: 10px;
      padding-right: 10px;
      text-align: center;
      font-size: 13px; }
  .footer-map {
    width: 100%; }
    .footer-map img {
      width: 100%; }
  .footer-bottom {
    height: auto;
    text-align: center; }
    .footer-bottom .container {
      padding-top: 20px;
      padding-bottom: 20px;
      height: auto;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .footer-bottom .copyright {
      margin-bottom: 10px;
      width: 100%;
      text-align: center; }
    .footer-bottom .author {
      width: 100%; }
      .footer-bottom .author a {
        text-align: center; }
        .footer-bottom .author a img {
          margin: 0 auto; } }


.main-slider .owl-item .item img {
  object-fit: cover !important;
}