@font-face {
  font-family: "YyldyzFont";
  src: url("/fonts/Florentia-Light.otf") format("opentype");
}

@font-face {
  font-family: "YyldyzFontBold";
  src: url("/fonts/Florentia-Bold.otf") format("opentype");
}

h1,
h2,
h3,
h4,
h5,
p,
span {
  margin: 0;
  padding: 0;
  color: #2b2c2e;
  line-height: 32px;
}

h1,
h2,
h3,
h4 {
  font-family: "YyldyzFontBold", sans-serif;
}

h5,
h6,
p,
span {
  font-family: "YyldyzFont", sans-serif;
}

h1 {
  font-size: 24pt;
  font-weight: 800;
}

h2 {
  font-size: 18pt;
  font-weight: 800;
}

h3 {
  font-size: 16pt;
  font-weight: 800;
}

h4 {
  font-size: 14pt;
  font-weight: 800;
}

h5 {
  font-size: 11pt;
}

p {
  font-size: 11pt;
}

span {
  font-size: 11pt;
}

@media (max-width: 768px) {
  h1 {
    font-size: 20pt;
  }

  h2 {
    font-size: 16pt;
  }

  h3 {
    font-size: 14pt;
  }

  h4 {
    font-size: 12pt;
  }

  h5 {
    font-size: 10pt;
  }

  p,
  span {
    font-size: 10pt;
  }
}

* {
  font-family: "YyldyzFont";
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
  overflow-x: hidden;
}

:active,
:hover,
:focus {
  outline: 0;
  outline-offset: 0;
}

a {
  text-decoration: none;
  outline: 0;
  color: #2b2c2e;
}

a:hover {
  text-decoration: none;
}

a.button {
  display: block;
  padding: 12px 16px;
  background: #BC9B6A;
  color: #fff;
  font-size: 11pt;
  text-align: center;
  transition: 0.4s ease-in;
}

a.button:hover {
  background: #a8834b;
  transition: 0.4s ease-out;
}

.translate {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

@media (max-width: 991.98px) {
  .translate {
    flex-flow: row nowrap;
  }
}

.translate .lang {
  color: #fff;
  margin-right: 15px;
  border-bottom: 1px dashed #f3f3f3;
  transition: 0.4s ease-in;
}

.translate .lang:hover {
  color: #BC9B6A;
  border-bottom: 1px dashed #BC9B6A;
  transition: 0.4s ease-out;
}

.button_icon {
  padding: 8px 10px;
  background: #BC9B6A;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.4s ease-in;
  display: flex;
  flex-flow: row nowrap;
}

.button_icon:hover {
  background: #a8834b;
  transition: 0.4s ease-out;
}

.button_icon img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.button_icon p {
  color: #fff;
}

div.boxes {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

@media (max-width: 1199.98px) {
  div.boxes {
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  div.box {
    margin: 0 !important;
  }
}

section.contact_map .leaflet-popup-content-wrapper {
  background-color: #003262 !important;
  color: #fff !important;
  width: 136px;
  font-size: 11pt;
}

section.contact_map .leaflet-popup-content {
  width: 98px;
  text-align: center;
  margin: 8px 20px !important;
}

section.contact_map .leaflet-popup-tip-container,
section.contact_map .leaflet-popup-close-button {
  display: none;
}

section.contact_map .map_style {
  height: 550px;
  z-index: 1;
}

section.header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  height: auto;
  z-index: 3;
  display: flex;
  position: fixed;
  transition: top 0.6s ease;
  margin-bottom: 63px;
  /* menu */
  /* menu icon */
  /* menu btn */
  /* 48em = 768px */
}

@media (max-width: 991.98px) {
  section.header {
    top: 75px;
  }
}

section.header ul {
  margin: 0;
  padding: 12px 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

@media (max-width: 991.98px) {
  section.header ul {
    padding: 0;
  }
}

section.header li a {
  display: block;
  padding: 20px 20px;
  transition: 0.4s ease-in;
}

section.header li a:hover,
section.header .menu-btn:hover {
  background-color: #BC9B6A;
  color: #fff;
  transition: 0.4s ease-in;
}

section.header .logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 150px;
  float: left;
  text-align: center;
  padding: 10px 0 0 0;
}

section.header .logo img {
  width: 65px;
  height: auto;
  margin-right: 10px;
}

section.header .logo h2 {
  color: #E1B93F;
}

section.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

section.header .menu-icon {
  cursor: pointer;
  float: right;
  display: block;
  padding: 35px 20px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

section.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

section.header .menu-icon .navicon:before,
section.header .menu-icon .navicon:after {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

section.header .menu-icon .navicon:before {
  top: 5px;
}

section.header .menu-icon .navicon:after {
  top: -5px;
}

section.header .menu-btn {
  display: none;
}

section.header .menu-btn:checked ~ .menu {
  max-height: 100%;
}

section.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

section.header .menu-btn:checked ~ .menu-icon .navicon:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

section.header .menu-btn:checked ~ .menu-icon .navicon:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

section.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
section.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

@media (min-width: 900px) {
  section.header li {
    float: left;
  }

  section.header li a {
    padding: 20px 30px;
  }

  section.header .menu {
    clear: none;
    float: right;
    max-height: none;
  }

  section.header .menu-icon {
    display: none;
  }
}

div.hotel_container {
  width: 1300px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 1199.98px) {
  div.hotel_container {
    width: 90%;
    margin: 0;
    padding: 0 20px;
  }
}

section.top_header {
  background-color: #000;
  z-index: 10;
}

section.top_header .boxes {
  align-items: center;
}

@media (max-width: 991.98px) {
  section.top_header .boxes {
    flex-flow: row nowrap;
  }
}

section.top_header p {
  color: #fff;
  line-height: 24px;
}

section.top_header a {
  margin: 12px 0;
}

section.rooms_carousel {
  background-color: #f5f5f5;
  padding: 40px 0;
}

section.rooms_carousel h1 {
  text-align: center;
  color: #BC9B6A;
  margin: 40px 0;
}

section.rooms_carousel .box {
  flex: 1;
  display: flex;
  flex-direction: column;
}

section.rooms_carousel .box:hover img {
  opacity: 1;
  transition: 0.4s ease-in;
}

@media (max-width: 767.98px) {
  section.rooms_carousel .box {
    margin: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 1199.98px) {
  section.rooms_carousel .box {
    margin-bottom: 20px;
    flex-basis: 40%;
  }

  section.rooms_carousel .box:nth-child(even) {
    margin-right: 0;
  }
}

section.rooms_carousel img {
  width: 100%;
  margin-bottom: 30px;
  opacity: 0.8;
  transition: 0.4s ease-in;
}

section.rooms_carousel .content h4 {
  padding: 0;
  margin: 0;
  color: #BC9B6A;
}

section.rooms_carousel .content .check_details {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
}

section.rooms_carousel .content .check_details:hover .icon {
  margin-left: 5px;
  transition: 0.4s ease-in;
}

section.rooms_carousel .content .check_details a {
  text-align: left;
  padding: 0;
  font-size: 10pt;
  color: #8d8d8d;
  margin-right: 10px;
  transition: 0.4s ease-in;
}

section.rooms_carousel .content .check_details a:hover {
  color: #BC9B6A;
  transition: 0.4s ease-in;
}

section.rooms_carousel .content .check_details img {
  width: 25px;
  height: auto;
  margin: 0;
  transition: 0.4s ease-out;
}

section.paralax {
  background-color: #BC9B6A;
  padding: 120px 0 70px;
}

@media (max-width: 991.98px) {
  section.paralax .boxes {
    flex-flow: column wrap;
  }
}

section.paralax .block {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  margin-bottom: 50px;
}

section.paralax .block:nth-last-child(1) {
  margin-left: 40px;
}

@media (max-width: 991.98px) {
  section.paralax .block:nth-last-child(1) {
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  section.paralax .block {
    margin-left: 0;
    flex-flow: column wrap;
  }
}

section.paralax img {
  width: 140px;
  height: 140px;
  border-radius: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991.98px) {
  section.paralax img {
    margin-bottom: 30px;
  }
}

section.paralax .text_content {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
}

section.paralax h4 {
  margin-bottom: 20px;
}

section.testimonial {
  padding: 100px 0;
}

section.testimonial h1 {
  margin-bottom: 70px;
}

section.testimonial h1,
section.testimonial h5,
section.testimonial p,
section.testimonial h4,
section.testimonial span {
  text-align: center;
}

section.testimonial p {
  margin: 20px 0 35px 0;
}

section.testimonial h4 {
  font-style: italic;
  color: #BC9B6A;
}

section.testimonial span {
  color: #2b2c2e;
  font-size: 14pt;
}

footer {
  padding: 50px 0;
  background-color: #f5f5f5;
}

@media (max-width: 991.98px) {
  footer {
    padding: 50px 0 0;
  }
}

footer .boxes {
  flex-flow: row nowrap;
}

@media (max-width: 991.98px) {
  footer .boxes {
    flex-flow: column wrap;
  }
}

footer .box {
  margin-right: 40px;
  flex: 1;
}

@media (max-width: 991.98px) {
  footer .box {
    margin-right: 0 !important;
    margin-bottom: 50px !important;
  }
}

footer .box:nth-last-child(1) {
  margin-right: 0;
  flex: 2;
}

footer h4 {
  margin-bottom: 30px;
}

footer p,
footer a {
  color: #8d8d8d;
  font-size: 11pt;
}

footer h5 {
  margin-bottom: 15px;
}

footer .block {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  margin-bottom: 20px;
}

footer .block:nth-last-child(1) {
  margin-bottom: 0;
}

footer img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}

footer .content {
  display: flex;
  flex-direction: column;
}

footer .content h4 {
  color: #8d8d8d;
  font-weight: 500;
  font-size: 12pt;
  line-height: 26px;
  margin: 0;
}

footer .content h5 {
  line-height: 22px;
  margin-bottom: 8px;
}

footer .content .check_details {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
}

footer .content .check_details:hover .icon {
  margin-left: 5px;
  transition: 0.4s ease-in;
}

footer .content a {
  margin-right: 10px;
  color: #8d8d8d;
  font-size: 11pt;
  transition: 0.4s ease-in;
}

footer .content a:hover {
  color: #BC9B6A;
  transition: 0.4s ease-in;
}

footer .content img {
  width: 25px;
  height: auto;
  margin: 0;
  transition: 0.4s ease-out;
}

footer .social,
footer .count {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom: 10px;
}

footer .social img,
footer .count img {
  width: 36px;
  height: 36px;
}

footer .count {
  margin-bottom: 0;
  margin-top: 20px;
}

footer .count img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

section.copyright {
  background-color: #e4e4e4;
  padding: 20px 0 13px;
}

section.copyright .box {
  display: flex;
  flex-direction: row;
  align-items: center;
}

section.copyright a {
  color: #8d8d8d;
  font-size: 11pt;
  cursor: pointer;
}

section.copyright a:hover {
  color: #BC9B6A;
}

section.copyright p {
  color: #8d8d8d;
  font-size: 11pt;
}

section.copyright .line {
  margin: 0 8px;
}

section.copyright .link {
  font-family: "YyldyzFontBold", sans-serif;
  margin-left: 10px;
}

section.headings_paralax {
  background-image: url(/img/paralax.jpg);
  width: 100%;
  padding: 90px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  section.headings_paralax {
    padding: 50px 0;
  }
}

section.headings_paralax h1 {
  color: #fff;
  text-align: center;
  line-height: 0;
  font-size: 26pt;
  margin-top: 16px;
}

@media (max-width: 991.98px) {
  section.headings_paralax h1 {
    line-height: 50px;
    font-size: 20pt;
  }
}

section.roompage {
  padding: 60px 0 10px;
}

section.roompage .boxes {
  flex-flow: row nowrap;
}

@media (max-width: 991.98px) {
  section.roompage .boxes {
    flex-flow: row wrap;
  }
}

section.roompage .box_two {
  width: 67%;
}

@media (max-width: 991.98px) {
  section.roompage .box_two {
    width: 100%;
  }
}

section.roompage .box_one {
  width: 30%;
}

@media (max-width: 991.98px) {
  section.roompage .box_one {
    width: 100%;
  }
}

section.roompage hr {
  border-color: #d2d2d259;
  margin: 0;
}

section.roompage .room_name,
section.roompage .room_icons,
section.roompage .room_services,
section.roompage .room_space {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 50px;
}

@media (max-width: 991.98px) {
  section.roompage .room_name {
    flex-direction: column;
  }
}

section.roompage .room_name .price {
  display: flex;
  flex-direction: row;
}

@media (max-width: 991.98px) {
  section.roompage .room_name .price {
    flex-direction: column;
  }
}

section.roompage .room_name .price p {
  margin-right: 20px;
  font-style: italic;
}

section.roompage .room_name .price h2 {
  color: #E1B93F;
  font-family: "YyldyzFont";
  font-weight: 300;
}

section.roompage .room_icons {
  margin-bottom: 20px;
  align-items: flex-start;
}

@media (max-width: 991.98px) {
  section.roompage .room_icons {
    justify-content: center;
    flex-wrap: wrap;
  }
}

section.roompage .room_icons .icon {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  flex: 1;
  text-align: center;
}

@media (max-width: 991.98px) {
  section.roompage .room_icons .icon {
    flex: 30%;
  }
}

section.roompage .room_icons img {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}

section.roompage .room_details {
  margin: 50px 0;
}

section.roompage .room_details h2 {
  margin-bottom: 20px;
}

section.roompage .room_services {
  margin-bottom: 50px;
}

@media (max-width: 991.98px) {
  section.roompage .room_services {
    flex-direction: column;
  }
}

section.roompage .room_services p,
section.roompage .room_services ul {
  display: flex;
  flex: 1;
}

@media (max-width: 991.98px) {
  section.roompage .room_services p {
    margin-bottom: 30px;
  }
}

section.roompage .room_services ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}

@media (max-width: 991.98px) {
  section.roompage .room_services ul {
    margin-right: 0px;
  }
}

section.roompage .room_services li {
  color: #2b2c2e;
  line-height: 32px;
  list-style: none;
  position: relative;
  font-size: 11pt;
}

section.roompage .room_services img {
  height: 16px;
  width: auto;
  margin-right: 8px;
}

section.roompage .room_space {
  margin-bottom: 50px;
}

@media (max-width: 991.98px) {
  section.roompage .room_space {
    flex-direction: column;
  }
}

section.roompage .room_space p,
section.roompage .room_space ul {
  display: flex;
  flex: 1;
}

@media (max-width: 991.98px) {
  section.roompage .room_space p {
    margin-bottom: 30px;
  }
}

section.roompage .room_space ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}

@media (max-width: 991.98px) {
  section.roompage .room_space ul {
    margin-right: 0px;
  }
}

section.roompage .room_space li {
  color: #2b2c2e;
  line-height: 32px;
  list-style: none;
  font-size: 11pt;
}

section.roompage .room_photos {
  margin: 50px 0;
}

section.roompage .room_photos .photos {
  display: flex;
  flex-flow: row wrap;
}

@media (max-width: 991.98px) {
  section.roompage .room_photos .photos {
    justify-content: center;
  }
}

section.roompage .room_photos a {
  margin: 30px 30px 0 0;
}

section.roompage .room_photos a:nth-child(3),
section.roompage .room_photos a:nth-child(6),
section.roompage .room_photos a:nth-child(9) {
  margin: 30px 0 0 0;
}

@media (max-width: 991.98px) {
  section.roompage .room_photos a {
    margin: 30px 0 0;
  }
}

section.roompage .room_photos img {
  width: 270px;
  height: auto;
  opacity: 0.8;
  transition: 0.4s ease-in;
}

section.roompage .room_photos img:hover {
  opacity: 1;
  transition: 0.4s ease-out;
}

section.roompage .more_rooms .block {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  margin-bottom: 20px;
}

section.roompage .more_rooms .block:nth-last-child(1) {
  margin-bottom: 0;
}

section.roompage .more_rooms img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}

section.roompage .more_rooms .content {
  display: flex;
  flex-direction: column;
}

section.roompage .more_rooms .content h4 {
  color: #8d8d8d;
  font-weight: 500;
  font-size: 12pt;
  line-height: 26px;
  margin: 0;
}

section.roompage .more_rooms .content .check_details {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
}

section.roompage .more_rooms .content .check_details:hover .icon {
  margin-left: 5px;
  transition: 0.4s ease-in;
}

section.roompage .more_rooms .content a {
  margin-right: 10px;
  color: #8d8d8d;
  font-size: 11pt;
  transition: 0.4s ease-in;
}

section.roompage .more_rooms .content a:hover {
  color: #BC9B6A;
  transition: 0.4s ease-in;
}

section.roompage .more_rooms .content img {
  width: 25px;
  height: auto;
  margin: 0;
  transition: 0.4s ease-out;
}

section.rooms {
  padding: 80px 0 30px;
}

section.rooms .box {
  padding-bottom: 50px;
}

section.rooms img {
  width: 400px;
  height: auto;
}

section.rooms h4 {
  color: #BC9B6A;
  margin: 20px 0 0 0;
}

section.rooms hr {
  border-color: #d2d2d259;
  margin: 5px 0;
}

section.rooms span {
  margin-left: 10px;
}

section.rooms .price {
  display: flex;
  flex-direction: row;
  padding: 10px 0;
}

section.rooms .price p {
  margin-right: 20px;
  font-style: italic;
}

section.rooms .price h4 {
  color: #E1B93F;
  font-family: "YyldyzFont";
  font-weight: 300;
  margin: 0;
}

section.rooms .button_icon {
  width: 40%;
}

section.rooms .button_icon p {
  margin-right: 10px;
}

section.rooms .button_icon img {
  margin: 0;
  width: 22px;
  height: auto;
}

section.booking_menu {
  background-color: #003262;
  padding: 30px;
}

section.booking_menu .block {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
}

section.booking_menu .box {
  display: flex;
  flex-flow: column nowrap;
  margin-right: 30px;
}

section.booking_menu input,
section.booking_menu select {
  padding: 7px 12px 3px 12px;
}

section.booking_menu option {
  line-height: 26px;
}

section.booking_menu p {
  color: #fff;
}

section.booking {
  padding: 80px 0 30px;
  background-color: #f3f3f3;
  box-shadow: 1px 1px 3px 0.5px rgba(144, 144, 144, 0.3) inset;
}

section.booking .boxes {
  flex-flow: row nowrap;
}

@media (max-width: 991.98px) {
  section.booking .boxes {
    flex-flow: row wrap;
  }
}

section.booking .box_two {
  width: 73%;
}

@media (max-width: 991.98px) {
  section.booking .box_two {
    width: 100%;
  }
}

section.booking .box_one {
  width: 24%;
}

@media (max-width: 991.98px) {
  section.booking .box_one {
    width: 100%;
  }
}

section.booking .block {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0px 2px 8px 0.5px rgba(144, 144, 144, 0.5);
  margin-bottom: 50px;
  align-items: center;
}

@media (max-width: 991.98px) {
  section.booking .block {
    flex-flow: column wrap;
  }
}

section.booking .block img {
  width: 370px;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991.98px) {
  section.booking .block img {
    width: 100%;
    height: auto;
  }
}

section.booking .img {
  width: 360px;
  height: 240px;
  flex: 1;
}

@media (max-width: 991.98px) {
  section.booking .img {
    width: 100%;
    height: auto;
  }
}

section.booking hr {
  border-color: #d2d2d259;
  margin: 40px 0;
}

section.booking .content {
  margin: 0 30px;
  flex: 3;
  display: flex;
  flex-flow: column wrap;
}

@media (max-width: 991.98px) {
  section.booking .content {
    margin-top: 30px 30px 0;
  }
}

section.booking .content h4 {
  color: #BC9B6A;
  margin-bottom: 5px;
}

section.booking .content p {
  font-size: 9pt;
  line-height: 21px;
}

section.booking .content .button_nobg {
  padding-top: 15px;
  font-size: 11pt;
  font-weight: 700;
  color: #BC9B6A;
}

section.booking .content .button_nobg:hover {
  color: #a8834b;
}

section.booking .rates {
  text-align: right;
  flex: 1;
}

@media (max-width: 767.98px) {
  section.booking .rates {
    margin: 30px 0;
  }
}

section.booking .rates p,
section.booking .rates h4,
section.booking .rates a {
  margin-right: 20px;
}

section.booking .rates .left {
  background-color: #5cb85c;
  box-shadow: 1px 1px 3px 0.5px rgba(144, 144, 144, 0.3) inset;
  padding: 0 20px;
  color: #fff;
  margin-right: 0;
  font-size: 10pt;
  margin-bottom: 10px;
}

section.booking .rates h4 {
  color: #BC9B6A;
}

section.booking .rates .nights {
  font-size: 9pt;
  color: #07739f;
  margin-bottom: 20px;
  margin-top: 5px;
  line-height: 10px;
}

section.booking .rates img {
  height: 16px;
  width: 16px;
  margin-left: 10px;
}

section.booking .details {
  flex-flow: column wrap;
  padding: 30px;
  align-items: baseline;
}

section.booking .details h4 {
  font-size: 12pt;
  font-weight: 500;
  margin-bottom: 30px;
}

section.booking .details .boxes {
  flex-flow: row wrap;
}

section.booking .details .box {
  width: 429px;
  display: flex;
  flex-flow: column nowrap;
  margin-right: 30px;
}

@media (max-width: 767.98px) {
  section.booking .details .box {
    width: 90%;
  }
}

section.booking .details .box:nth-child(2) {
  margin-right: 0px;
}

section.booking .details label {
  color: #8d8d8d;
  font-size: 11pt;
  margin-bottom: 10px;
}

section.booking .details input,
section.booking .details textarea,
section.booking .details select {
  padding: 12px 18px;
  margin-bottom: 30px;
}

section.booking .details input::-webkit-input-placeholder,
section.booking .details textarea::-webkit-input-placeholder {
  font-size: 11pt;
  color: #2b2c2e;
}

section.booking .details input::-moz-placeholder,
section.booking .details textarea::-moz-placeholder {
  font-size: 11pt;
  color: #2b2c2e;
}

section.booking .details input:-ms-input-placeholder,
section.booking .details textarea:-ms-input-placeholder {
  font-size: 11pt;
  color: #2b2c2e;
}

section.booking .details input::-ms-input-placeholder,
section.booking .details textarea::-ms-input-placeholder {
  font-size: 11pt;
  color: #2b2c2e;
}

section.booking .details input::placeholder,
section.booking .details textarea::placeholder {
  font-size: 11pt;
  color: #2b2c2e;
}

section.booking .details input:required:invalid,
section.booking .details input:focus:invalid {
  border-left: 4px solid #a94442 !important;
}

section.booking .details input:required:valid {
  border-left: 4px solid #5cb85c !important;
}

section.booking .details .four .box {
  width: 199px;
  display: flex;
  flex-flow: column nowrap;
  margin-right: 30px;
}

section.booking .details .four .box:nth-child(4) {
  margin-right: 0px;
}

section.booking .details .button {
  padding: 20px 20px;
  color: #fff;
  background-color: #BC9B6A;
  border: none;
  cursor: pointer;
  transition: 0.4s ease-out;
}

section.booking .details .button:hover {
  background-color: #a8834b;
  transition: 0.4s ease-in;
}

section.booking .ending {
  align-items: center;
  flex-flow: column wrap;
  text-align: center;
  padding: 50px;
}

section.booking .ending .success_icon {
  height: 150px;
  width: 150px;
  flex: auto;
  margin-bottom: 30px;
}

section.booking .ending h2 {
  color: #BC9B6A;
}

section.booking .services {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}

section.booking .services h2 {
  margin-top: 30px;
  margin-bottom: 40px;
}

section.booking .services h4 {
  margin: 30px 0 10px;
  color: #003262;
}

section.booking .services h4,
section.booking .services p,
section.booking .services a {
  padding: 10px 30px 0;
}

section.booking .services a {
  padding: 20px 0 30px;
}

section.booking .services .img {
  width: 100%;
  height: auto;
  margin: 0;
}

section.booking .services .boxes {
  justify-content: space-between;
  flex-wrap: wrap;
}

section.booking .services .box {
  width: 454px;
  background-color: #fff;
  margin-right: 40px;
  border-bottom: 8px solid #BC9B6A;
  box-shadow: 0px 2px 8px 0.5px rgba(144, 144, 144, 0.5);
  margin-bottom: 35px !important;
}

section.booking .services .box p {
  font-size: 10pt;
}

section.booking .services .box:nth-child(2),
section.booking .services .box:nth-child(4) {
  margin-right: 0;
}

@media (max-width: 991.98px) {
  section.booking .services .box {
    width: auto;
  }
}

section.booking .services .button {
  background-color: transparent;
  color: #BC9B6A;
}

section.booking .about {
  font-size: 12pt;
  color: #003262;
  margin-bottom: 40px;
  text-align: justify;
}

section.booking .about .heading {
  font-size: 28pt;
  color: #BC9B6A;
  font-family: "YyldyzFontBold";
}

section.booking .info_details {
  margin: 50px 0;
}

section.booking .info_details h2 {
  margin-bottom: 20px;
}

section.booking .info_photos {
  margin: 50px 0;
}

section.booking .info_photos h2 {
  margin-bottom: 20px;
}

section.booking .info_photos .photos {
  display: flex;
  flex-flow: row wrap;
}

@media (max-width: 991.98px) {
  section.booking .info_photos .photos {
    justify-content: center;
  }
}

section.booking .info_photos a {
  margin: 30px 30px 0 0;
}

section.booking .info_photos a:nth-child(3),
section.booking .info_photos a:nth-child(6),
section.booking .info_photos a:nth-child(9),
section.booking .info_photos a:nth-child(12),
section.booking .info_photos a:nth-child(15) {
  margin: 30px 0 0 0;
}

@media (max-width: 991.98px) {
  section.booking .info_photos a {
    margin: 30px 0 0 0;
  }
}

section.booking .info_photos img {
  width: 276px;
  height: 175px;
  opacity: 0.8;
  transition: 0.4s ease-in;
  -o-object-fit: cover;
     object-fit: cover;
  border: 10px solid #fff;
  box-shadow: 0px 2px 8px 0.5px rgba(144, 144, 144, 0.5);
}

section.booking .info_photos img:hover {
  opacity: 1;
  transition: 0.4s ease-out;
}

section.booking .room_services {
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 50px;
}

@media (max-width: 991.98px) {
  section.booking .room_services {
    flex-direction: column;
  }
}

section.booking .room_services p,
section.booking .room_services ul {
  display: flex;
  flex: 1;
}

@media (max-width: 991.98px) {
  section.booking .room_services p {
    margin-bottom: 30px;
  }
}

section.booking .room_services ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}

@media (max-width: 991.98px) {
  section.booking .room_services ul {
    margin-right: 0px;
  }
}

section.booking .room_services li {
  color: #2b2c2e;
  line-height: 32px;
  list-style: none;
  position: relative;
  font-size: 11pt;
  display: flex;
}

section.booking .room_services img {
  height: 16px;
  width: auto;
  margin-right: 8px;
  margin-top: 5px;
}

section.booking .box_one .box {
  background-color: #fff;
  box-shadow: 0px 2px 8px 0.5px rgba(144, 144, 144, 0.5);
  padding-bottom: 20px;
  margin-bottom: 50px;
}

section.booking .box_one h4 {
  background-color: #003262;
  padding: 20px;
  color: #fff;
}

section.booking .box_one h5 {
  font-family: "YyldyzFontBold";
}

section.booking .box_one h5,
section.booking .box_one div.icon {
  padding: 15px 20px 0;
}

section.booking .box_one .icon {
  display: flex;
  align-items: center;
}

section.booking .box_one img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  flex: 0;
}

section.booking .box_one p {
  font-size: 10pt;
}

section.booking .box_one .top,
section.booking .box_one .info {
  margin: 0 20px;
  line-height: 20px;
}

section.booking .box_one hr {
  border-color: #d2d2d259;
  margin: 20px 0;
}

section.booking .box_one .info {
  color: #8d8d8d;
  margin-bottom: 10px;
}

section.booking .box_one .justify {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.booking .box_one .justify a {
  font-size: 12pt;
  color: #8d8d8d;
  padding: 5px;
  cursor: pointer;
}

section.booking .box_one .justify a:hover {
  color: #5a5a5a;
}

section.booking .box_one .button {
  margin: 0 20px;
}

section.booking .box_one #button {
  margin: 0 20px;
  display: block;
  background: #BC9B6A;
  color: #fff;
  padding: 12px 50px;
  font-size: 11pt;
  text-align: center;
  transition: 0.4s ease-in;
  border: none;
}

section.booking .box_one #button:hover {
  background: #a8834b;
  transition: 0.4s ease-out;
}

section.contact_form {
  padding: 80px 0 30px;
  background-color: #f3f3f3;
}

section.contact_form .boxes {
  flex-flow: row nowrap;
}

@media (max-width: 991.98px) {
  section.contact_form .boxes {
    flex-flow: row wrap;
  }
}

section.contact_form .box_two {
  width: 73%;
}

@media (max-width: 991.98px) {
  section.contact_form .box_two {
    width: 100%;
  }
}

section.contact_form .box_one {
  width: 24%;
}

@media (max-width: 991.98px) {
  section.contact_form .box_one {
    width: 100%;
  }
}

section.contact_form form {
  display: flex;
  flex-flow: column wrap;
}

section.contact_form h3 {
  margin-bottom: 30px;
}

section.contact_form label {
  color: #8d8d8d;
  font-size: 11pt;
  margin-bottom: 10px;
}

section.contact_form input,
section.contact_form textarea {
  padding: 12px 18px;
  margin-bottom: 30px;
  border: 0;
  box-shadow: 0px 2px 8px 0.5px rgba(144, 144, 144, 0.5);
}

section.contact_form input::-webkit-input-placeholder,
section.contact_form textarea::-webkit-input-placeholder {
  font-size: 11pt;
  color: #2b2c2e;
}

section.contact_form input::-moz-placeholder,
section.contact_form textarea::-moz-placeholder {
  font-size: 11pt;
  color: #2b2c2e;
}

section.contact_form input:-ms-input-placeholder,
section.contact_form textarea:-ms-input-placeholder {
  font-size: 11pt;
  color: #2b2c2e;
}

section.contact_form input::-ms-input-placeholder,
section.contact_form textarea::-ms-input-placeholder {
  font-size: 11pt;
  color: #2b2c2e;
}

section.contact_form input::placeholder,
section.contact_form textarea::placeholder {
  font-size: 11pt;
  color: #2b2c2e;
}

section.contact_form input:required:invalid,
section.contact_form input:focus:invalid {
  border-left: 4px solid #a94442 !important;
}

section.contact_form input:required:valid {
  border-left: 4px solid #5cb85c !important;
}

section.contact_form .button {
  width: 120px;
  padding: 20px;
  background-color: #BC9B6A;
  color: #fff;
}

section.contact_form .box_one .box {
  background-color: #fff;
  box-shadow: 0px 2px 8px 0.5px rgba(144, 144, 144, 0.5);
  padding-bottom: 20px;
}

section.contact_form .box_one h4 {
  background-color: #003262;
  padding: 20px;
  color: #fff;
}

section.contact_form .box_one h5 {
  font-family: "YyldyzFontBold";
}

section.contact_form .box_one h5,
section.contact_form .box_one div.icon {
  padding: 15px 20px 0;
}

section.contact_form .box_one .icon {
  display: flex;
  align-items: center;
}

section.contact_form .box_one img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  flex: 0;
}

section.contact_form .box_one p {
  font-size: 10pt;
}

section.contact_form .box_one .button {
  margin: 0 20px;
}

.slider {
  display: flex;
  flex-flow: column nowrap;
}

.slider #big .item {
  background: #BC9B6A;
  width: 100%;
}

.slider #thumbs {
  margin-top: 10px;
}

.slider #thumbs .item {
  height: 75px;
  width: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  opacity: 0.6;
}

.slider #thumbs .current .item {
  opacity: 1;
}

.slider .owl-theme .owl-nav [class*=owl-] {
  transition: all 0.4s ease;
}

.slider #big.owl-theme {
  position: relative;
}

#owl-main img {
  display: block;
  height: auto;
  width: 100%;
}

#owl-main .slider {
  background-color: #f3f3f3;
}

#owl-main .owl-prev {
  left: -50px;
}

#owl-main .owl-prev:focus {
  outline: none;
}

#owl-main .owl-next {
  right: -50px;
}

#owl-main .owl-next:focus {
  outline: none;
}

section.news {
  padding: 50px 0;
}

section.news h2 {
  color: #2b2c2e;
}

section.news .boxes {
  display: flex;
  flex-flow: row wrap;
}

section.news .box-two {
  flex: 2;
  display: flex;
  flex-flow: column;
  margin-right: 50px;
}

section.news .box-one {
  flex: 1;
  display: flex;
  flex-flow: column;
  background: none;
  box-shadow: none;
}

section.news .box-block {
  margin-bottom: 30px;
  display: flex;
  flex-flow: column;
}

section.news h2 {
  color: #2b2c2e;
  margin: 20px 0;
}

section.news h3 {
  color: #2b2c2e;
  margin: 20px 0 0;
}

section.news h4 {
  color: #003262;
  margin: 20px 0 0;
}

section.news p {
  margin-top: 15px;
  line-height: 1.6rem;
  color: #8d8d8d;
  text-indent: 1.8rem;
  text-align: justify;
}

section.news img {
  width: 100%;
  text-align: center;
}

section.news span {
  color: #8d8d8d;
  margin: 30px 0;
  line-height: 2.2;
}

section.news .date_div {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin: 40px 0 10px;
}

section.news .date_div img {
  width: 16px;
  height: 16px;
  margin-right: 15px;
}

section.news p.date {
  color: #BC9B6A;
  text-indent: 0;
  font-size: 1rem;
  margin: 0;
  line-height: 0;
}

section.news p.body {
  font-size: 1.1rem;
}

section.news .photos img {
  width: 381px;
  height: 254px;
}

section.news .photos a {
  margin: 30px 30px 0 0;
}

section.news .photos a:nth-child(2),
section.news .photos a:nth-child(4),
section.news .photos a:nth-child(6),
section.news .photos a:nth-child(8),
section.news .photos a:nth-child(10),
section.news .photos a:nth-child(12) {
  margin-right: 0;
}

section.news .photos a:nth-child(3),
section.news .photos a:nth-child(9),
section.news .photos a:nth-child(15) {
  margin-right: 30px;
}

section.news a.prev-content {
  display: flex;
  flex-flow: column;
  background-color: #fff;
  padding: 20px;
  margin: 10px 0;
  transition: 0.3s ease-in;
  text-decoration: none;
}

section.news a.prev-content:hover {
  transition: 0.3s ease-in;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

section.news p.date-prev {
  color: #003262;
  font-size: 12pt;
  font-weight: 400;
  margin: 0;
  text-indent: 0;
}

section.news i {
  margin-right: 5px;
}

section.news #paginationContainer {
  padding: 0;
  margin: 8px 0 0;
}

section.news ul {
  list-style: none;
  padding-left: 15px;
}

section.news #ResponsiveTable {
  margin-bottom: 30px;
}

section.news #ResponsiveTable #Headrow td {
  text-align: left;
}

section.news .holder {
  margin: 15px 0;
}

section.news .holder a {
  font-size: 10pt;
  cursor: pointer;
  padding: 10px 15px;
  color: #8d8d8d;
}

section.news .holder a:hover {
  color: #003262;
  background: none;
}

section.news .holder a.jp-current,
section.news a.jp-current:hover {
  color: #fff;
  padding: 10px 15px;
  font-weight: bold;
  background: #BC9B6A;
}

section.news .holder a.jp-current,
section.news a.jp-current:hover,
section.news .holder a.jp-disabled,
section.news a.jp-disabled:hover {
  cursor: default;
  color: #fff;
  padding: 10px 15px;
  background: #BC9B6A;
}

section.news .boxes-headline {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 30px 0 0;
}

section.news hr {
  border: 1px solid #cdcdcd;
  margin: 40px 0 0;
}

section.pagination {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

section.pagination ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: #fff;
  box-shadow: 0px 2px 8px 0.5px rgba(144, 144, 144, 0.5);
  border-radius: 10px;
}

section.pagination ul:nth-last-child(1) {
  padding: 10px 20px;
  margin: 0;
}

section.pagination li {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  padding: 0 5px;
  width: auto;
  margin: 0;
}

section.pagination li:before {
  content: "";
}

section.pagination li:nth-last-child(1) a {
  background: #f2f2f2;
}

section.pagination .disabled a,
section.pagination .disabled p {
  background: none;
  color: #d9d9d9;
}

section.pagination .disabled a:hover,
section.pagination .disabled p:hover {
  background: none;
  border: none;
}

section.pagination .active a {
  background: #003262;
  color: #fff;
}

section.pagination .active a:hover {
  background: #00182f;
}

section.pagination a,
section.pagination p {
  color: #8d8d8d;
  padding: 4px 10px;
  border-radius: 5px;
  transition: 0.5s;
  border: 1px solid #fff;
  margin: 0;
}

section.pagination a:hover,
section.pagination p:hover {
  border: 1px solid #00182f;
  transition: 0.5s;
}

section.gallery {
  padding: 80px 0;
}

section.gallery .box {
  margin: 15px 0;
}

section.gallery .box a {
  margin: 30px 30px 0 0;
}

section.gallery .box a:nth-child(3),
section.gallery .box a:nth-child(6),
section.gallery .box a:nth-child(9) {
  margin: 30px 0 0 0;
}

section.gallery .box img {
  width: 380px;
  height: 253px;
  opacity: 0.8;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s ease-in;
  border: 10px solid #fff;
  box-shadow: 0px 2px 8px 0.5px rgba(144, 144, 144, 0.5);
}

section.gallery .box img:hover {
  opacity: 1;
  transition: 0.4s ease-out;
}

