/*------------------------------------------------------------------
[Master Stylesheet]

Project:    Clayton Hotel
Version:    1.0.0
Created:    06/10/2017
Last change:  06/10/2017
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1.General Styles
2.Preloader
3.Common Styles For Sections
4.Common Styles For Social Buttons
5.Common Styles For Buttons
6.Navigation Bar
7.Mobile Menu Button
8.Home Page
  8.1.Header Composition
  8.2.Datepicker
  8.3.Section "Booking"
  8.4.Section "About"
  8.5.Section "Best Rooms"
  8.6.Section "Hotel Showcase"
  8.7.Section "Our Blog"
  8.8.Section "Contacts"
  8.9.Footer
9.Page "About"
  9.1.Header Content
  9.2.Section "Advantage"
  9.3.Section "Our Services"
  9.4.Section "Tesmonials"
10.Page "Rooms - List View"
  10.1.Sections  "Rooms List View"
  10.2.Page Pagination
11.Page "Rooms - Grid View"
  11.1.Section "Rooms Grid"
12.Page "Room Detail"
  12.1.Header Content
  12.2.Section "Room Detail"
  12.3.Comments
  12.4.Submission Form
  12.5.Sidebar Content
  12.6.Sidebar "Features"
  12.7.Sidebar "Similar Room"
13.Page "Reservation"
  13.1.Section "Reservation"
  13.2.Sidebar "Reservation Info"
  13.3.Block "Personal Info"
14.Pages "Gallery 3 Columns" and "Gallery 4 Columns"
  14.1.Section "Gallery"
15.Page "Blog Item"
  15.1.Section "Page BLog Item"
  15.2.Blog Comments
  15.3.Sidebar "Search"
  15.4.Sidebar "Category"
  15.5.Sidebar "Resent Posts"
  15.6.Sidebar "Tags"
16.Page "Contacts"
  16.1.Section "Page Contacts"
  16.2.Section "Get Touch"
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700');

/*----------------------------------
1 - General Styles
----------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

*:-moz-placeholder {
  color: #666;
  opacity: 1; }

*::-moz-placeholder {
  color: #666;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #666;
  opacity: 1; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666; }

body input:required:valid,
body textarea:required:valid {
  color: #666; }

.light-placeholder::-webkit-input-placeholder {
  color: #f3f3f3;
  opacity: 1; }

.light-placeholder:-moz-placeholder {
  color: #f3f3f3;
  opacity: 1; }

.light-placeholder::-moz-placeholder {
  color: #f3f3f3;
  opacity: 1; }

.light-placeholder:-ms-input-placeholder {
  color: #f3f3f3;
  opacity: 1; }

body input.light-placeholder:focus:required:invalid,
body textarea.light-placeholder:focus:required:invalid {
  color: #f3f3f3; }

body input.light-placeholder:required:valid,
body textarea.light-placeholder:required:valid {
  color: #f3f3f3; }

html, body {
  height: 100%; }

header {
  position: relative; }

body {
  background-color: #fff;
  color: #878788;
  font-size: 14px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: "lato", sans-serif;
  overflow-x: hidden;
  opacity: 1; }
  body.is-home .site-header {
    min-height: 100vh;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  body.is-nohome .site-header {
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  color: #1c1c1d;
  letter-spacing: .1em;
  font-weight: normal; }

h1 {
  font-size: 51px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

.dropdown {
  position: relative; }

.in {
  display: block; }

/*----------------------------------
2 - Preloader
----------------------------------*/
.preloader {
  position: fixed;
  z-index: 100000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fdfdfd; }

.cssload-thecube {
  width: 51px;
  height: 51px;
  margin: 0 auto;
  top: 50vh;
  margin-top: -51px;
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg); }
  .cssload-thecube .cssload-cube {
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1); }
    .cssload-thecube .cssload-cube:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #dbdbdb;
      animation: cssload-fold-thecube 2.76s infinite linear both;
      -o-animation: cssload-fold-thecube 2.76s infinite linear both;
      -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
      -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
      -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
      transform-origin: 100% 100%;
      -o-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
      -webkit-transform-origin: 100% 100%;
      -moz-transform-origin: 100% 100%; }
  .cssload-thecube .cssload-c2 {
    transform: scale(1.1) rotateZ(90deg);
    -o-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotateZ(90deg);
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -moz-transform: scale(1.1) rotateZ(90deg); }
  .cssload-thecube .cssload-c3 {
    transform: scale(1.1) rotateZ(180deg);
    -o-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotateZ(180deg);
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -moz-transform: scale(1.1) rotateZ(180deg); }
  .cssload-thecube .cssload-c4 {
    transform: scale(1.1) rotateZ(270deg);
    -o-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotateZ(270deg);
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -moz-transform: scale(1.1) rotateZ(270deg); }
  .cssload-thecube .cssload-c2:before {
    animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    -ms-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s; }
  .cssload-thecube .cssload-c3:before {
    animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    -ms-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -moz-animation-delay: 0.69s; }
  .cssload-thecube .cssload-c4:before {
    animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s; }

@keyframes cssload-fold-thecube {
  0%, 10% {
    -webkit-transform: perspective(94px) rotateX(-180deg);
            transform: perspective(94px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(94px) rotateX(0deg);
            transform: perspective(94px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(94px) rotateY(180deg);
            transform: perspective(94px) rotateY(180deg);
    opacity: 0; } }

@-webkit-keyframes cssload-fold-thecube {
  0%, 10% {
    -webkit-transform: perspective(94px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(94px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(94px) rotateY(180deg);
    opacity: 0; } }

/*----------------------------------
3 - Common Styles For Sections
----------------------------------*/
.text-center {
  text-align: center; }

.s-dark {
  background-color: #c9a627; }
  .s-dark .section-title h2 {
    color: #f3f3f3; }

.s-wide {
  padding: 80px 0; }

.section-title {
  padding-bottom: 40px; }
  .section-title h2 {
    font-family: 'Playfair Display', serif;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: normal; }
    .section-title h2 span {
      color: #C19B77; }
  .section-title--descr {
    padding: 0 15%; }

.divider {
  margin: 25px 0 32px; }
  .divider .line1 {
    background-color: #C19B77;
    border-top: 1px solid #161616;
    margin: 6px 0;
    width: 100px; }
  .divider .line2 {
    background-color: #C19B77;
    border-top: 1px solid #161616;
    width: 65px;
    margin: 6px 0; }

.s-title-center .section-title {
  text-align: center; }

.s-title-center .divider .line1 {
  margin: 6px auto; }

.s-title-center .divider .line2 {
  margin: 6px auto; }

/*----------------------------------
4 - Common Styles For Social Buttons
----------------------------------*/
.soc ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .soc ul li {
    display: inline-block; }
    .soc ul li a {
      font-size: 18px;
      color: #1C1C1D;
      padding: 0 10px;
      -webkit-transition: color .25s ease;
      -o-transition: color .25s ease;
      transition: color .25s ease; }
      .soc ul li a:hover {
        color: #C19B77; }

/*----------------------------------
5 - Common Styles For Buttons
----------------------------------*/

.button {
  font-size: 12px;
  display: inline-block;
  position: relative;
  color: #1c1c1d;
  text-transform: uppercase;
  letter-spacing: .2em;
  padding: 12px 22px;
  background-color: #C19B77; }
  .button:hover, .button:active, .button:focus {
    color: #000;
    text-decoration: none; }

.button:before {
  content: '';
  position: absolute;
  border: #C19B77 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  -o-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left; }

.button:hover:before {
  border: #C19B77 solid 4px;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px; }

.button-border {
  background-color: transparent; }

.button-arrow {
  letter-spacing: .1em;
  text-decoration: none;
  color: #fff; }
  .button-arrow .fa {
    font-size: 15px; }
  .button-arrow .fa:first-child {
    padding-left: 10px; }
  .button-arrow:hover, .button-arrow:active, .button-arrow:focus {
    opacity: 1;
    text-decoration: none;
    color: #fff; }
  .button-arrow:hover .fa, .button-arrow:active .fa, .button-arrow:focus .fa {
    -webkit-transition: all 0.35s;
            transition: all 0.35s;
    margin-left: 10px;
    opacity: 0; }

/*----------------------------------
6 - Navigation Bar
----------------------------------*/

.navbar-left {
  float: left; }

.navbar-right {
  float: right; }

.navbar {
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
z-index: 1;}
  .navbar .navbar-header {
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .navbar .navbar-header .navbar-brand .navbar-brand-logo {
      margin-top: 25px; }

.navbar-full-light {
  background-color: #fff; }

.navbar-brand {
  display: inline-block;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  text-decoration: none;
  text-align: center; }
  .navbar-brand .navbar-brand-logo {
    font-size: 24px;
    color: #1c1c1d;
    line-height: 1.1;
    margin-bottom: 2px;
    font-weight: normal; }
  .navbar-brand .navbar-brand-sublogo {
    margin: 0;
    color: #C19B77;
    font-size: 12px;
    letter-spacing: 0.1em; }
  .navbar-brand:hover, .navbar-brand:active, .navbar-brand:focus {
    text-decoration: none; }

.navbar-collapse {
  margin: 0 15px; }
  .navbar-collapse .navbar-nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .1em;
    margin: 0 -22px; }
    .navbar-collapse .navbar-nav li {
      display: block;
      position: relative;
      float: left; }
      .navbar-collapse .navbar-nav li.active a {
        color: #AD864B; }
      .navbar-collapse .navbar-nav li a {
        display: block;
        color: #000;
        text-decoration: none;
        -webkit-transition: color .25s ease;
        -o-transition: color .25s ease;
        transition: color .25s ease;
        padding: 40px 14px; }
        .navbar-collapse .navbar-nav li a:hover {
          color: #AD864B; }
        .navbar-collapse .navbar-nav li a i {
          font-size: 15px;
          padding-left: 7px;
          -webkit-transform: translateY(1px);
              -ms-transform: translateY(1px);
                  transform: translateY(1px); }

.navbar-collapse .navbar-nav .dropdown:hover .submenu {
  display: block; }

.navbar-collapse .navbar-nav .dropdown .submenu {
  z-index: 100;
  padding: 10px 0;
  position: absolute;
  background-color: #fff;
  float: left;
  top: 100%;
  left: 0;
  display: none;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .navbar-collapse .navbar-nav .dropdown .submenu li a {
    white-space: nowrap;
    padding: 15px 20px; }

/*----------------------------------
7 - Mobile Menu Button
----------------------------------*/

.toggle-mnu {
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 36px;
  right: 15px; }
  .toggle-mnu span:after, .toggle-mnu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    z-index: 100; }
  .toggle-mnu span:after {
    top: 18px; }
  .toggle-mnu span {
    position: relative;
    display: block; }
  .toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
    width: 100%;
    height: 2px;
    background-color: #1C1C1D;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-border-radius: 2px;
            border-radius: 2px; }
  .toggle-mnu.on span {
    background-color: transparent; }
  .toggle-mnu.on span:before {
    -webkit-transform: rotate(45deg) translate(-1px, 0px);
        -ms-transform: rotate(45deg) translate(-1px, 0px);
            transform: rotate(45deg) translate(-1px, 0px); }
  .toggle-mnu.on span:after {
    -webkit-transform: rotate(-45deg) translate(6px, -7px);
        -ms-transform: rotate(-45deg) translate(6px, -7px);
            transform: rotate(-45deg) translate(6px, -7px); }

/*----------------------------------
8 - Home Page
----------------------------------*/

/*----------------------------------
8.1 - Header Compostion
----------------------------------*/

.composition {
  text-align: center;
  position: relative;
  color: #1c1c1d; }
  .composition h1 {
    color: #1c1c1d; }
  .composition p {
    margin-top: 50px;
    font-family: 'lato';
    letter-spacing: .1em;
    text-transform: uppercase; }
  .composition .button {
    margin-top: 25px; }

.welcome p {
  letter-spacing: .1em;
  font-size: 18px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin: 0;
  margin-bottom: -10px;
  font-family: 'Playfair Display', serif; }
  .welcome p span {
    margin: 0 10px; }
  .welcome p::before, .welcome p::after {
    content: '';
    height: 2px;
    background-color: rgba(16, 19, 24, 0.29);
    width: 100%;
    position: relative;
    display: inline-block; }

.welcome .h1 {
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  font-size: 90px;
  letter-spacing: .1em;
  margin: 0;
  border-bottom: 2px solid rgba(16, 19, 24, 0.29);
  padding-bottom: 14px;
  white-space: nowrap; }

/*----------------------------------
8.2 - Datepicker
----------------------------------*/

.datepicker {
  position: absolute;
  background-color: #fff;
  z-index: 1000; }

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
  background-color: #C19B77; }

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
  background-image: none; }

/*----------------------------------
8.3 - Section "Booking"
----------------------------------*/

.s-booking {
  padding: 50px 0; }

.s-book-title h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  color: #C19B77;
  margin: 0 0 0 1px; }

.s-book-title p {
  font-size: 30px;
  font-weight: bold;
  color: #f3f3f3;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin: 0;
  line-height: 25px; }

.s-booking .input-group {
  padding-top: 14px;
  z-index: 0; }
  .s-booking .input-group input, .s-booking .input-group select {
    position: relative;
    background-color: inherit;
    border: none;
    color: #f3f3f3;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    border-bottom: 1px solid #C19B77;
    -webkit-border-radius: 0;
            border-radius: 0;
    outline: none;
    width: 100%; }
  .s-booking .input-group select {
    padding-bottom: 8px; }
  .s-booking .input-group input {
    background-repeat: no-repeat;
    background-position: 97% 37%;
    -webkit-background-size: 14px 14px;
            background-size: 14px; }
  .s-booking .input-group .selectize-control {
    border-bottom: 1px solid #C19B77; }
  .s-booking .input-group .selectize-control .selectize-input, .s-booking .input-group .selectize-control.single .selectize.input-active {
    border: none;
    z-index: 0;
    -webkit-border-radius: 0px;
            border-radius: 0px;
    background-color: inherit;
    display: block;
    font-size: 12px;
    padding: 5px 3px 5px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #f3f3f3;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .s-booking .input-group .selectize-control .selectize-input:focus, .s-booking .input-group .selectize-control.single .selectize.input-active:focus {
      background-color: #fff; }
    .s-booking .input-group .selectize-control .selectize-input:focus, .s-booking .input-group .selectize-control.single .selectize.input-active:focus {
      border-bottom: none; }
  .s-booking .input-group .selectize-dropdown {
    border: 0;
    -webkit-border-radius: 0;
            border-radius: 0;
    text-transform: uppercase;
    z-index: 100; }
    .s-booking .input-group .selectize-dropdown .option {
      padding: 12px 20px 8px; }
    .s-booking .input-group .selectize-dropdown .active {
      background-color: #C19B77;
      color: #fff; }
  .s-booking .input-group .selectize-control.single .selectize-input::after {
    content: '\f107 ';
    font-family: fontawesome;
    font-size: 18px;
    display: block;
    position: absolute;
    top: 37%;
    right: 15px;
    margin-top: -5px;
    border: none; }
  .s-booking .input-group .selectize-control.single .selectize-input.dropdown-active::after {
    content: "";
      content-margin-top: -3px; }

.s-booking .button {
  margin-top: 3px;
  float: right; }

/*----------------------------------
8.4 - Section "About"
----------------------------------*/
.s-about {
  padding-top: 80px; }

.s-about .section-title {
  text-align: center; }

.s-about--content .s-about-descr {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.2);
  padding: 50px; }
  .s-about--content .s-about-descr--title h3 {
  	margin-top: 0;
    font-weight: normal;
    color: #1c1c1d; }
  .s-about--content .s-about-descr--content p.s-about-descr--quote {
    font-size: 18px;
    color: #1c1c1d;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    padding: 5px 0; }

.s-about .s-about-image-wrapper {
  margin-top: 30px;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .s-about .s-about-image-wrapper .s-about--content {
    -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
            transform: translateY(-50px); }
    .s-about .s-about-image-wrapper .s-about--content .s-about-descr {
      margin: 0; }

/*----------------------------------
8.5 - Section "Best Rooms"
----------------------------------*/

.s-best-rooms .text-center {
  padding-top: 50px; }

.s-best-rooms-content {
  position: relative;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .s-best-rooms-content--image img {
    width: 100%; }
  .s-best-rooms-content--descr {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #fff;
    padding: 20px 20px;
    position: absolute;
    width: 100%;
    left: -20px;
    bottom: 20px; }
    .s-best-rooms-content--descr h4 {
      text-transform: uppercase;
      color: #1c1c1d;
      font-weight: 700;
      margin: 0;
      display: inline-block;
      padding-right: 20px;
      margin-top: 7px;
      border-right: 1px solid rgba(48, 65, 76, 0.33); }
    .s-best-rooms-content--descr .price {
      color: #AD864B;
      padding-left: 16px;
      display: inline-block; }
      .s-best-rooms-content--descr .price span {
        font-size: 12px; }
    .s-best-rooms-content--descr .button {
      float: right; }
  .s-best-rooms-content:hover .s-best-rooms-content--descr {
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px); }

.s-best-rooms-second-room {
  margin-bottom: 30px; }
  .s-best-rooms-second-room .s-best-rooms-content--descr {
    padding: 10px 10px;
    left: 0px;
    bottom: 10px; }
    .s-best-rooms-second-room .s-best-rooms-content--descr h4 {
      font-size: 14px;
      margin-top: 10px;
      padding-right: 10px; }
    .s-best-rooms-second-room .s-best-rooms-content--descr .price {
      display: inline-block;
      padding-left: 6px;
      font-size: 14px; }
      .s-best-rooms-second-room .s-best-rooms-content--descr .price span {
        font-size: 12px; }
    .s-best-rooms-second-room .s-best-rooms-content--descr .button {
      float: right; }

/*----------------------------------
8.6 - Section "Hotel Showcase"
----------------------------------*/
.s-hotel-showcase {
  padding-top: 80px; }

.s-hotel-showcase-carousel {
  width: 100%; }
  .s-hotel-showcase-carousel--item .image-popup {
    position: relative;
    display: block; }
    .s-hotel-showcase-carousel--item .image-popup img {
      width: 100%;
      height: auto; }
    .s-hotel-showcase-carousel--item .image-popup::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: #1C1C1D;
      opacity: 0;
      z-index: 999;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
    .s-hotel-showcase-carousel--item .image-popup::after {
      content: '+';
      font-family: 'Playfair Display', serif;
      font-weight: normal;
      font-size: 36px;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 1000;
      opacity: 0;
      -webkit-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease; }
    .s-hotel-showcase-carousel--item .image-popup:hover::before {
      opacity: .76; }
    .s-hotel-showcase-carousel--item .image-popup:hover::after {
      opacity: 1; }
  .s-hotel-showcase-carousel .owl-nav {
    font-size: 30px;
    color: #fff; }
    .s-hotel-showcase-carousel .owl-nav .owl-prev, .s-hotel-showcase-carousel .owl-nav .owl-next {
      position: absolute;
      top: 0;
      z-index: 1;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
      .s-hotel-showcase-carousel .owl-nav .owl-prev .fa, .s-hotel-showcase-carousel .owl-nav .owl-next .fa {
        line-height: 55px; }
      .s-hotel-showcase-carousel .owl-nav .owl-prev::before, .s-hotel-showcase-carousel .owl-nav .owl-next::before {
        content: '';
        position: absolute;
        top: 0;
        z-index: -1;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease; }
      .s-hotel-showcase-carousel .owl-nav .owl-prev.disabled, .s-hotel-showcase-carousel .owl-nav .owl-next.disabled {
        opacity: .4; }
    .s-hotel-showcase-carousel .owl-nav .owl-prev {
      left: 0; }
      .s-hotel-showcase-carousel .owl-nav .owl-prev .fa {
        padding-left: 18px; }
      .s-hotel-showcase-carousel .owl-nav .owl-prev::before {
        left: 0;
        border: 45px solid transparent;
        border-left: 45px solid rgba(0, 0, 0, 0.82);
        border-top: 45px solid rgba(0, 0, 0, 0.82); }
      .s-hotel-showcase-carousel .owl-nav .owl-prev:hover::before {
        border: 45px solid transparent;
        border-left: 45px solid #000;
        border-top: 45px solid #000; }
    .s-hotel-showcase-carousel .owl-nav .owl-next {
      right: 0; }
      .s-hotel-showcase-carousel .owl-nav .owl-next .fa {
        padding-right: 18px; }
      .s-hotel-showcase-carousel .owl-nav .owl-next::before {
        right: 0;
        border: 45px solid transparent;
        border-right: 45px solid rgba(28, 28, 29, 0.82);
        border-top: 45px solid rgba(28, 28, 29, 0.82); }
      .s-hotel-showcase-carousel .owl-nav .owl-next:hover::before {
        border: 45px solid transparent;
        border-right: 45px solid #1c1c1d;
        border-top: 45px solid #1c1c1d; }

/*----------------------------------
8.7 - Section "Our Blog"
----------------------------------*/
.s-our-blog {
  padding: 80px 0 50px; }
 
.s-our-blog .s-our-blog-content .container .row [class*='col-'] {
  margin-bottom: 30px; }

.s-our-blog-news--content {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.2); }
  .s-our-blog-news--content .s-our-blog-content-image img {
    width: 100%;
    height: auto; }
  .s-our-blog-news--content .s-our-blog-content-body {
    padding: 15px; }
    .s-our-blog-news--content .s-our-blog-content-body .news-date {
      padding-top: 3px;
      font-size: 12px; }
/*    .s-our-blog-news--content .s-our-blog-content-body .news-title h3 {
      margin-top: 0; }*/
    .s-our-blog-news--content .s-our-blog-content-body .line-under-date {
      width: 33px;
      height: 1px;
      background-color: #C19B77;
      float: left;
      margin-top: 15px; }
    .s-our-blog-news--content .s-our-blog-content-body .news-descr p {
      color: #878788;
      margin-top: 0; }

.s-our-blog-check-events--content {
  background-color: #1C1C1D;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.2);
  color: #fff;
  text-align: center;
  padding: 60px 0; }
  .s-our-blog-check-events--content .link-image img {
    width: 41px;
    height: auto; }
  .s-our-blog-check-events--content h3 {
    margin-bottom: 0; }
    .s-our-blog-check-events--content h3 a {
      text-decoration: none;
      color: #fff; }

.s-our-blog-events--content {
  position: relative;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.2); }
  .s-our-blog-events--content .s-our-blog-content-image {
    position: relative; }
    .s-our-blog-events--content .s-our-blog-content-image img {
      width: 100%;
      height: auto; }
    .s-our-blog-events--content .s-our-blog-content-image::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: rgba(28, 28, 29, 0.67); }
  .s-our-blog-events--content .s-our-blog-content-body {
    position: absolute;
    bottom: 15px;
    left: 15px; }
    .s-our-blog-events--content .s-our-blog-content-body h3 {
      margin-bottom: 10px; }
    .s-our-blog-events--content .s-our-blog-content-body h3 a {
      color: #fff;
      text-decoration: none; }
  .s-our-blog-events--content .s-our-blog-content-body .line-under-date {
    width: 33px;
    height: 1px;
    background-color: #C19B77;
    float: left; }
  .s-our-blog-events--content .s-our-blog-content-body .button-arrow {
    display: block;
    padding-top: 15px; }

/*----------------------------------
8.8 - Section "Contacts"
----------------------------------*/

.s-contacts .container-fluid .row > [class*='col-'] {
  margin: 0;
  padding: 0; }

.s-contacts .s-contacts-contacts-info {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 15px;
  left: 15px;
  background-color: #1C1C1D;
  padding: 50px;
  color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.2); }
  .s-contacts .s-contacts-contacts-info .section-title h2{
  	margin-top: 0;
    color: #fff; }

.contacts-info .contacts-info--content {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .contacts-info .contacts-info--content > li {
    padding-bottom: 30px; }
    .contacts-info .contacts-info--content > li .icon {
      font-size: 39px;
      float: left;
      color: #C19B77;
      margin-top: -5px; }
    .contacts-info .contacts-info--content > li .contact-info-list-content {
      margin-left: 50px; }
      .contacts-info .contacts-info--content > li .contact-info-list-content .title {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16px; }
      .contacts-info .contacts-info--content > li .contact-info-list-content .descr {
        color: #878788;
        font-size: 14px; }

.s-contacts .map-container #map {
  min-height: 270px; }

/*----------------------------------
8.9 - Footer
----------------------------------*/

.site-footer {
  padding-top: 80px; }

.footer-content-item {
  color: #1c1c1d;
  font-size: 14px;
  margin-bottom: 40px; }
  .footer-content-item .title {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .1em;
    padding-bottom: 25px; }
    .footer-content-item .title h4 {
      text-transform: uppercase;
      font-weight: bold;
      margin: 0; }

.footer-useful-links .usefull-links-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .footer-useful-links .usefull-links-nav ul li {
    padding-bottom: 5px; }
    .footer-useful-links .usefull-links-nav ul li:last-child {
      padding-bottom: 0; }
    .footer-useful-links .usefull-links-nav ul li a {
      color: #1c1c1d; }
      .footer-useful-links .usefull-links-nav ul li a:hover {
        text-decoration: undeline; }
      .footer-useful-links .usefull-links-nav ul li a .fa{
        color: #c9a627;
        padding-right: 6px; }

.footer-latest-news .footer-latest-news-content .footer-latest-news-content-list-item {
  padding-bottom: 10px; }
  .footer-latest-news .footer-latest-news-content .footer-latest-news-content-list-item .news a {
    color: #1c1c1d; }
    .footer-latest-news .footer-latest-news-content .footer-latest-news-content-list-item .news a .fa {
      color: #C19B77;
      padding-right: 6px; }
  .footer-latest-news .footer-latest-news-content .footer-latest-news-content-list-item .date {
    color: #878788;
    font-size: 10px;
    text-transform: uppercase;
    padding-left: 11px;
    line-height: 1; }

.footer-brand-and-social {
  text-align: center;
  margin-top: 3px; }
  .footer-brand-and-social .footer-brand .navbar-brand .navbar-brand-logo {
    font-size: 33px;
    margin-top: 0; }
  .footer-brand-and-social .footer-brand .navbar-brand .navbar-brand-sublogo {
    font-size: 15px; }
  .footer-brand-and-social .soc {
    padding-top: 40px; }

.footer-contacts .contacts-info .contacts-info--content > li {
  padding-bottom: 10px; }
  .footer-contacts .contacts-info .contacts-info--content > li:last-child {
    padding-bottom: 0; }
  .footer-contacts .contacts-info .contacts-info--content > li .icon {
    margin-top: -1px;
    font-size: 18px; }
  .footer-contacts .contacts-info .contacts-info--content > li .contact-info-list-content {
    margin-left: 25px; }
    .footer-contacts .contacts-info .contacts-info--content > li .contact-info-list-content .descr{
      color: #1c1c1d; }

.footer-subscribe-to-newsletter .descr {
  color: #878788;}

.footer-subscribe-to-newsletter form {
  position: relative;
  padding-top: 15px; }
  .footer-subscribe-to-newsletter form input {
    width: 100%;
    font-size: 12px;
    padding: 2px 15px; }
  .footer-subscribe-to-newsletter form a {
    position: absolute;
    top: 16px;
    padding-right: 10px;
    padding-left: 5px;
    right: 0;
    font-size: 16px;
    color: #C19B77; }

.footer-copyright {
  text-align: center;
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid rgba(48, 65, 76, 0.5);
  font-size: 14px; }
  .footer-copyright .fa {
    padding-right: 10px; }

/*----------------------------------
9 - Page "About"
----------------------------------*/

/*----------------------------------
9.1 - Header Content
----------------------------------*/

.header-content {
  padding: 80px 0;
  color: #1c1c1d;
  position: relative; }
  .header-content-title {
    border-left: 2px solid #C19B77;
    padding-left: 30px; }
    .header-content-title h1 {
      margin-top: 0;
      text-transform: uppercase;
      font-weight: bold; }
  .header-content-descr p {
  	margin-bottom: 0;
    width: 50%; }
  .header-content-descr .button {
    margin-top: 20px; }

/*----------------------------------
9.2 - Section "Advantage"
----------------------------------*/

.s-advantage {
  padding: 127px 0; }
  .s-advantage-item {
    color: #fff;
    text-align: center;
    position: relative; }
    .s-advantage-item::before {
      content: '';
      border: 1px solid #C19B77;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 140px;
      height: 140px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      margin: auto; }
    .s-advantage-item p {
      font-size: 42px;
      font-weight: bold;
      letter-spacing: .1em;
      margin: 0;
      line-height: 50px;
      color: #C19B77; }
    .s-advantage-item h3 {
      color: #fff;
      font-size: 21px;
      font-style: italic;
      margin: 0; }

/*----------------------------------
9.3 - Section "Our Services"
----------------------------------*/

.s-our-services-item--logo {
  font-size: 72px;
  color: #C19B77; }

.s-our-services-item--title {
  margin-bottom: 10px; }
  .s-our-services-item--title h3 {
    color: #1C1C1D;
    margin: 0;
    font-weight: bold; }

.s-our-services-item--descr p {
  margin: 0;
  padding-bottom: 50px; }

/*----------------------------------
9.4 - Section "Tesmonials"
----------------------------------*/

.s-tesmonials {
  background-color: #343535; }

.s-tesmonials-carousel .s-tesmonials-carousel-item--image img {
  width: 100%;
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.s-tesmonials-carousel .s-tesmonials-carousel-item--content .name {
  margin-top: 0;
  margin-bottom: 5px;
  color: #fff; }

.s-tesmonials-carousel .s-tesmonials-carousel-item--content .prof {
  font-family: 'Playfair Display', sans-serif;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 13px;
  color: #C19B77; }

.s-tesmonials-carousel .s-tesmonials-carousel-item--content .content {
  margin-top: 0;
  color: #8c8c8c; }

  .s-tesmonials-carousel .s-tesmonials-carousel-item--content .name h4 {
    font-size: 16px;
    font-style: italic;
    margin: 0;
    color: #c6c6c6; }

.s-tesmonials-carousel .owl-dots {
  text-align: center;
  margin-top: 40px; }
  .s-tesmonials-carousel .owl-dots .owl-dot {
    display: inline-block;
    height: 10px;
    width: 10px;
    background-color: #c6c6c6;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin: 4px; }
    .s-tesmonials-carousel .owl-dots .owl-dot.active {
      background-color: #C19B77; }

/*----------------------------------
10 - Page "Rooms - List View"
----------------------------------*/

/*----------------------------------
10.1 - Sections  "Rooms List View"
----------------------------------*/

.s-rooms-list-view .s-rooms-content {
  margin: 0 15px; }

.s-rooms-content-item {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.2);
  margin-bottom: 80px; }
  .s-rooms-content-item--image {
    min-height: 350px;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 -15px; }
  .s-rooms-content-item--content {
    padding: 30px 0; }
    .s-rooms-content-item--content .title {
      color: #1C1C1D;
      border-left: 2px solid #C19B77;
      padding-left: 20px; }
      .s-rooms-content-item--content .title h3 {
        margin: 0; }
      .s-rooms-content-item--content .title p {
        margin-top: 10px;
        font-family: 'Playfair Display', serif;
        font-style: italic; }
        .s-rooms-content-item--content .title p span {
          font-family: 'lato';
          font-weight: bold;
          color: #C19B77; }
    .s-rooms-content-item--content .content {
      padding: 20px 0; }
      .s-rooms-content-item--content .content .information {
        padding-bottom: 10px; }
        .s-rooms-content-item--content .content .information ul {
          padding: 0;
          margin: 0;
          list-style-type: none; }
          .s-rooms-content-item--content .content .information ul li {
            padding: 3px 0;
            font-size: 14px; }
            .s-rooms-content-item--content .content .information ul li span {
              color: #C19B77; }
            .s-rooms-content-item--content .content .information ul li .fa {
              padding-right: 5px; }
    .s-rooms-content-item--content .line {
      width: 100%;
      height: 1px;
      background-color: rgba(48, 65, 76, 0.3); }
    .s-rooms-content-item--content .included {
      padding-top: 10px; }
      .s-rooms-content-item--content .included ul {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        .s-rooms-content-item--content .included ul li {
          padding: 3px 0;
          font-size: 12px;
          font-weight: bold;
          letter-spacing: .1em;
          text-transform: uppercase; }
          .s-rooms-content-item--content .included ul li .icon {
            font-size: 20px;
            color: #C19B77;
            padding-right: 10px; }
    .s-rooms-content-item--content .view-details {
      padding-top: 30px; }
    .s-rooms-content-item--content .descr p {
    	margin-top: 0; }

/*----------------------------------
10.2 - Page Pagination
----------------------------------*/

.page-pagination {
  margin: 0 15px; }
  .page-pagination .pagination-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .page-pagination .pagination-nav ul li {
      display: inline-block;
      width: 37px;
      height: 37px;
      text-align: center;
      margin: 0 3px; }
      .page-pagination .pagination-nav ul li:first-child {
        margin-left: 0; }
      .page-pagination .pagination-nav ul li a {
        line-height: 37px;
        border: 1px solid #878788;
        display: block;
        color: #878788;
        text-decoration: none;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
        .page-pagination .pagination-nav ul li a:hover {
          color: #1C1C1D;
          border: 1px solid #1C1C1D; }
      .page-pagination .pagination-nav ul li.active a {
        background-color: #1C1C1D;
        border: 1px solid #1C1C1D;
        color: #fff; }

/*----------------------------------
11 - Page "Rooms - Grid View"
----------------------------------*/

/*----------------------------------
11.1 - Section "Rooms Grid"
----------------------------------*/
.s-rooms-grid .s-rooms-content-item {
  padding: 20px;
  margin-bottom: 80px; }
  .s-rooms-grid .s-rooms-content-item--image {
    min-height: 0;
    margin: -20px -20px 0; }
    .s-rooms-grid .s-rooms-content-item--image img {
      width: 100%; }
  .s-rooms-grid .s-rooms-content-item--content {
    padding-top: 20px;
    padding-bottom: 0; }
    .s-rooms-grid .s-rooms-content-item--content .content {
      padding: 0; }
    .s-rooms-grid .s-rooms-content-item--content .view-details {
      padding-top: 30px; }
    .s-rooms-grid .s-rooms-content-item--content .descr {
      padding-top: 0px; }

/*----------------------------------
12 - Page "Room Detail"
----------------------------------*/

/*----------------------------------
12.1 - Header Content
----------------------------------*/
.header-content-for-item {
  padding: 0;
  color: #fff;
  text-align: center;
  padding: 80px 0; }
  .header-content-for-item .header-content-for-item--content {
    display: inline-block;
    border-top: 4px solid #C19B77;
    background-color: rgba(28, 28, 29, 0.69);
    padding: 10px 0 20px; }
    .header-content-for-item .header-content-for-item--content .header-content-title {
      border: none;
      padding: 0 100px; }
      .header-content-for-item .header-content-for-item--content .header-content-title h1 {
        color: #fff;
        margin: 0;
        text-transform: none;
        font-weight: normal; }
    .header-content-for-item .header-content-for-item--content .header-content-descr p {
      width: 100%;
      font-family: 'Playfair Display', serif;
      font-style: italic;
      margin: 0; }
      .header-content-for-item .header-content-for-item--content .header-content-descr p span {
        color: #d8a963;
        font-family: 'lato';
        font-weight: bold;
        font-size: 18px; }

/*----------------------------------
12.2 - Section "Room Detail"
----------------------------------*/

.room-detail-content {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.2);
  background-color: #fff; }
  .room-detail-content .room-detail-content--images {
    position: relative; }
    .room-detail-content .room-detail-content--images img {
      width: 100%;
	   height:380px;}
    .room-detail-content .room-detail-content--images .owl-nav {
      font-size: 36px;
      color: #fff; }
      .room-detail-content .room-detail-content--images .owl-nav .owl-prev, .room-detail-content .room-detail-content--images .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-90%);
            -ms-transform: translateY(-90%);
                transform: translateY(-90%); }
      .room-detail-content .room-detail-content--images .owl-nav .owl-prev {
        left: 0;
        padding-left: 30px; }
      .room-detail-content .room-detail-content--images .owl-nav .owl-next {
        right: 0;
        padding-right: 30px; }
    .room-detail-content .room-detail-content--images .owl-dots {
      text-align: center;
      margin-top: 20px; }
      .room-detail-content .room-detail-content--images .owl-dots .owl-dot {
        display: inline-block;
        height: 8px;
        width: 8px;
        background-color: #92a5b2;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        margin: 4px; }
        .room-detail-content .room-detail-content--images .owl-dots .owl-dot.active {
          background-color: #1C1C1D; }

.room-detail-content--main-content {
  padding: 30px;
  position: relative; }
  .room-detail-content--main-content .title {
    color: #1C1C1D;
    border-left: 2px solid #C19B77;
    padding-left: 20px; }
    .room-detail-content--main-content .title h3 {
      margin: 0; }
    .room-detail-content--main-content .title p {
      margin-top: 10px;
      font-family: 'Playfair Display', serif;
      font-style: italic; }
      .room-detail-content--main-content .title p span {
        font-family: 'lato';
        font-weight: bold;
        color: #C19B77; }
  .room-detail-content--main-content .descr {
    margin-top: 30px; }
  .room-detail-content--main-content .information {
    border-top: 1px solid rgba(48, 65, 76, 0.3);
    padding-top: 15px;
    padding-bottom: 10px; }
    .room-detail-content--main-content .information ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      .room-detail-content--main-content .information ul li {
        padding: 3px 0;
        font-size: 14px; }
        .room-detail-content--main-content .information ul li span {
          color: #C19B77; }
        .room-detail-content--main-content .information ul li .fa {
          padding-right: 5px; }
  .room-detail-content--main-content .book-now {
    margin-top: 20px; }

/*----------------------------------
12.3 - Comments
----------------------------------*/

.comments {
  margin-top: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.2);
  padding: 30px; }
  .comments .title {
    color: #1C1C1D;
    padding-left: 20px;
    border-left: 2px solid #C19B77; }
  .comments .comments-items {
    padding-top: 10px; }
    .comments .comments-items .comments-item {
      padding-top: 20px;
      border-bottom: 1px solid rgba(48, 65, 76, 0.3);
      padding-bottom: 10px; }
      .comments .comments-items .comments-item .name {
        font-size: 18px;
        color: #1c1c1d;
        border: none;
        padding-left: 0;
        font-weight: 600; }
      .comments .comments-items .comments-item .date {
        font-family: 'Playfair Display', serif;
        font-style: italic;
        font-size: 14px;
        color: #C19B77;
        margin-top: -5px; }
      .comments .comments-items .comments-item .comments-item--children {
        padding-top: 30px;
        padding-left: 45px; }
  .comments .leave-comment {
    padding-top: 30px; }
    .comments .leave-comment .title {
      padding: 0;
      border: none; }
      .comments .leave-comment .title h4 {
        margin: 0;
        letter-spacing: 0;
        text-transform: uppercase; }

/*----------------------------------
12.4 - Submission Form
----------------------------------*/

form.form {
  padding-top: 20px; }
  form.form .form-group {
    padding-bottom: 15px; }
    form.form .form-group:last-child {
      padding-bottom: 0; }
    form.form .form-group label {
      display: block;
      font-size: 14px;
      color: #1C1C1D;
      font-family: 'Playfair Display', serif;
      font-style: italic;
      font-weight: bold;
      padding-bottom: 3px;
      margin-left: 3px; }
    form.form .form-group input, form.form .form-group textarea, form.form .form-group select {
      display: block;
      width: 100%;
      border: 1px solid rgba(48, 65, 76, 0.23);
      font-size: 12px;
      color: #738089;
      padding: 6px 13px; }
    form.form .form-group .selectize-control {
      border: 1px solid rgba(48, 65, 76, 0.23);
      color: #666; }
    form.form .form-group .selectize-control .selectize-input, form.form .form-group .selectize-control.single .selectize.input-active {
      border: none;
      -webkit-border-radius: 0px;
              border-radius: 0px;
      background-color: inherit;
      display: block;
      font-size: 12px;
      color: #666;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      padding: 7px 13px;
      -webkit-box-shadow: none;
              box-shadow: none; }
      form.form .form-group .selectize-control .selectize-input:focus, form.form .form-group .selectize-control.single .selectize.input-active:focus {
        background-color: #fff; }
      form.form .form-group .selectize-control .selectize-input:focus, form.form .form-group .selectize-control.single .selectize.input-active:focus {
        border-bottom: none; }
    form.form .form-group .selectize-dropdown {
      border: 0;
      -webkit-border-radius: 0;
              border-radius: 0;
      z-index: 100; }
      form.form .form-group .selectize-dropdown .option {
        padding: 8px 20px; }
      form.form .form-group .selectize-dropdown .active {
        background-color: #C19B77;
        color: #fff; }
    form.form .form-group .selectize-control.single .selectize-input::after {
      content: '\f107 ';
      font-family: fontawesome;
      font-size: 18px;
      display: block;
      position: absolute;
      top: 37%;
      right: 25px;
      margin-top: -5px;
      border: none; }
    form.form .form-group .selectize-control.single .selectize-input.dropdown-active::after {
      content: "";
        content-margin-top: -3px; }
    form.form .form-group .button {
      border: none;
      margin-top: 30px; }

/*----------------------------------
12.5 - Sidebar Content
----------------------------------*/

.sidebar-content {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.2);
  padding: 30px; }
  .sidebar-content > .title {
    border-left: 2px solid #C19B77;
    padding-left: 20px;
    color: #1C1C1D; }
    .sidebar-content .title h3 {
      margin-top: 0;
      margin-bottom: 30px; }

/*----------------------------------
12.6 - Sidebar "Features"
----------------------------------*/

.page-room-detail-features .included ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .page-room-detail-features .included ul li {
    font-size: 14px;
    text-transform: uppercase;
    color: #1C1C1D;
    padding: 5px; }
    .page-room-detail-features .included ul li .icon {
      color: #C19B77;
      font-size: 20px;
      padding-right: 10px; }

/*----------------------------------
12.7 - Sidebar "Similar Room"
----------------------------------*/

.page-room-detail-similar-room {
  margin-top: 30px; }
  .page-room-detail-similar-room .similar-rooms .similar-rooms-item {
    margin-bottom: 30px;
    position: relative; }
    .page-room-detail-similar-room .similar-rooms .similar-rooms-item:last-child {
      margin-bottom: 0; }
    .page-room-detail-similar-room .similar-rooms .similar-rooms-item a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 10; }
    .page-room-detail-similar-room .similar-rooms .similar-rooms-item .image img {
      width: 100%; }
    .page-room-detail-similar-room .similar-rooms .similar-rooms-item .image::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      background-color: rgba(28, 28, 29, 0.6); }
    .page-room-detail-similar-room .similar-rooms .similar-rooms-item .title {
      color: #fff;
      padding-left: 10px;
      position: absolute;
      bottom: 15px;
      left: 15px; }
      .page-room-detail-similar-room .similar-rooms .similar-rooms-item .title h3 {
        color: #fff;
        margin: 0;
        font-weight: normal;
        font-size: 21px; }
      .page-room-detail-similar-room .similar-rooms .similar-rooms-item .title p {
        margin-top: 0px;
        margin-bottom: 0;
        font-size: 14px;
        text-transform: none;
        font-family: 'Playfair Display', serif;
        font-style: italic; }
        .page-room-detail-similar-room .similar-rooms .similar-rooms-item .title p span {
          font-family: 'lato';
          font-weight: bold;
          color: #f6bf6c; }

/*----------------------------------
13 - Page "Reservation"
----------------------------------*/

/*----------------------------------
13.1 - Section "Reservation"
----------------------------------*/

.reservation-info .subtitle {
  font-size: 12px;
  font-family: 'Playfair Display', serif;
  color: #C19B77;
  text-transform: uppercase;
  padding-bottom: 5px;
  letter-spacing: .1em; }

/*----------------------------------
13.2 - Sidebar "Reservation Info"
----------------------------------*/

.reservation-info .selected-room {
  position: relative; }
  .reservation-info .selected-room:last-child {
    margin-bottom: 0; }
  .reservation-info .selected-room a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10; }
  .reservation-info .selected-room .image img {
    width: 100%; }
  .reservation-info .selected-room .image::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(28, 28, 29, 0.6); }
  .reservation-info .selected-room .title {
    color: #fff;
    padding-left: 10px;
    position: absolute;
    bottom: 15px;
    left: 15px; }
    .reservation-info .selected-room .title h3 {
      color: #fff;
      margin: 0;
      font-weight: normal;
      font-size: 21px; }
    .reservation-info .selected-room .title p {
      margin-top: 0px;
      margin-bottom: 0;
      font-size: 14px;
      text-transform: none;
      font-family: 'Playfair Display', serif;
      font-style: italic; }
      .reservation-info .selected-room .title p span {
        font-family: 'lato';
        font-weight: bold;
        color: #f6bf6c; }

.selected-data {
  padding-top: 30px; }
  .selected-data .selected-data-item {
    padding: 10px 0;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(48, 65, 76, 0.3); }
    .selected-data .selected-data-item [class*="col-"] {
      padding: 0; }
    .selected-data .selected-data-item .title {
      color: #C19B77;
      font-weight: bold;
      letter-spacing: .1em; }
    .selected-data .selected-data-item .content {
      color: #1C1C1D; }
  .selected-data .total-price {
    padding-top: 10px; }
    .selected-data .total-price .title {
      color: #C19B77;
      letter-spacing: .1em;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 14px; }
    .selected-data .total-price .content {
      padding-top: 5px;
      font-size: 27px;
      font-weight: bold;
      color: #1C1C1D; }

/*----------------------------------
13.3 - Block "Personal Info"
----------------------------------*/

.personal-info {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.2);
  padding: 30px 15px; }
  .personal-info .title {
    text-transform: uppercase;
    color: #1C1C1D;
    padding: 0 15px; }
    .personal-info .title h3 {
      font-weight: bold;
      margin: 0; }
  .personal-info .personal-info-form-wrapper {
    padding-top: 15px; }

/*----------------------------------
14 - Pages "Gallery 3 Columns" and "Gallery 4 Columns"
----------------------------------*/

/*----------------------------------
14.1 - Section "Gallery"
----------------------------------*/

.s-gallery .gallery-nav {
  z-index: 10;
  position: relative;
  text-align: center; }
  .s-gallery .gallery-nav nav {
    display: inline-block;
    background-color: #f5f5f5;
    padding: 0px 65px;
    -webkit-box-shadow: 6px 5px 11px -4px #a3a3a3;
            box-shadow: 6px 5px 11px -4px #a3a3a3; }
  .s-gallery .gallery-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .s-gallery .gallery-nav ul li {
      display: block;
      float: left; }
      .s-gallery .gallery-nav ul li a {
        color: #1C1C1D;
        font-size: 14px;
        text-transform: uppercase;
        display: block;
        padding: 8px 15px 5px;
        text-decoration: none;
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease; }
        .s-gallery .gallery-nav ul li a:hover {
          color: #C19B77; }
      .s-gallery .gallery-nav ul li.active a {
        background-color: #1C1C1D;
        color: #fff; }

.s-gallery .gallery-grid {
  margin-top: -10px; }
  .s-gallery .gallery-grid [class*="col-"] {
    padding: 5px; }
  .s-gallery .gallery-grid .item .image-popup {
    position: relative;
    display: block; }
    .s-gallery .gallery-grid .item .image-popup img {
      width: 100%;
      height: auto; }
    .s-gallery .gallery-grid .item .image-popup::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: #1C1C1D;
      opacity: 0;
      z-index: 9;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
    .s-gallery .gallery-grid .item .image-popup::after {
      content: '+';
      font-family: 'Playfair Display', serif;
      font-weight: normal;
      font-size: 36px;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      opacity: 0;
      -webkit-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease;
      z-index: 10; }
    .s-gallery .gallery-grid .item .image-popup:hover::before {
      opacity: .76; }
    .s-gallery .gallery-grid .item .image-popup:hover::after {
      opacity: 1; }

/*----------------------------------
15 - Page "Blog Item"
----------------------------------*/

/*----------------------------------
15.1 - Section "Page BLog Item"
----------------------------------*/
.s-page-blog-item {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.2);
  margin-bottom: 30px; }
  .s-page-blog-item--image img {
    width: 100%; }
  .s-page-blog-item--content {
    padding: 30px; }
    .s-page-blog-item--content .date-blog-post {
      font-size: 12px;
      color: #878788; }
    .s-page-blog-item--content .title {
      margin-top: 5px;
      color: #1C1C1D;
      border-left: 2px solid #C19B77;
      padding-left: 20px; }
      .s-page-blog-item--content .title h3 {
        margin: 0; }
      .s-page-blog-item--content .title p {
        margin-top: 10px;
        font-family: 'Playfair Display', serif;
        font-style: italic; }
        .s-page-blog-item--content .title p span {
          font-family: 'lato';
          font-weight: bold;
          color: #C19B77; }
    .s-page-blog-item--content .content {
      color: #878788;
      margin-top: 30px; }
    .s-page-blog-item--content .read-more {
      margin-top: 20px; }
    .s-page-blog-item--content .tags p {
      display: inline-block;
      color: #1C1C1D;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: .1em; }
    .s-page-blog-item--content .tags a {
      color: #C19B77;
      padding: 0 5px;
      font-size: 14px;
      text-transform: uppercase; }
      .s-page-blog-item--content .tags a::before {
        content: '#'; }
    .s-page-blog-item--content .under-line-content {
      margin-top: 50px;
      color: #878788;
      font-size: 13px; }
      .s-page-blog-item--content .under-line-content [class*='col-'] {
        padding-left: 0;
        padding-right: 0; }
      .s-page-blog-item--content .under-line-content .icon {
        padding-right: 10px; }
      .s-page-blog-item--content .under-line-content--author {
        float: left;
        border-right: 1px solid #878788; }
      .s-page-blog-item--content .under-line-content--comments {
        text-align: center;
        border-right: 1px solid #878788; }
      .s-page-blog-item--content .under-line-content--social {
        margin-top: -5px; }
        .s-page-blog-item--content .under-line-content--social ul {
          padding: 0;
          margin: 0;
          float: right; }
          .s-page-blog-item--content .under-line-content--social ul li {
            display: inline-block;
            padding: 5px; }
            .s-page-blog-item--content .under-line-content--social ul li:last-child {
              padding-right: 0; }
            .s-page-blog-item--content .under-line-content--social ul li a {
              color: #878788;
              -webkit-transition: color .25s ease;
              -o-transition: color .25s ease;
              transition: color .25s ease; }
              .s-page-blog-item--content .under-line-content--social ul li a .fa {
                line-height: 16px; }
              .s-page-blog-item--content .under-line-content--social ul li a:hover {
                color: #1C1C1D; }

/*----------------------------------
15.2 - Blog Comments
----------------------------------*/
.s-page-blog .comments {
  margin-bottom: 30px; }
  .s-page-blog .comments .comments-items .reply a {
    font-size: 12px;
    text-transform: uppercase;
    font-style: italic;
    color: #1C1C1D;
    letter-spacing: .1em;
    font-family: 'Playfair Display', serif; }

.s-page-blog .page-pagination {
  margin-left: 0;
  padding-top: 50px; }

.s-page-blog .sidebar-content {
  margin-bottom: 30px; }
  .s-page-blog .sidebar-content:last-child {
    margin-bottom: 0; }

/*----------------------------------
15.3 - Sidebar "Search"
----------------------------------*/
.s-page-blog .blog-search .search-form {
  position: relative; }
  .s-page-blog .blog-search .search-form .search {
    border: 1px solid rgba(48, 65, 76, 0.23);
    font-size: 12px;
    padding: 6px 15px;
    position: relative;
    width: 100%; }
  .s-page-blog .blog-search .search-form .button-search {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 15px;
    background: inherit;
    border: none; }
    .s-page-blog .blog-search .search-form .button-search .fa {
      color: #878788;
      font-size: 12px; }

/*----------------------------------
15.4 - Sidebar "Category"
----------------------------------*/

.s-page-blog .blog-category .blog-category-items ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .s-page-blog .blog-category .blog-category-items ul li {
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px; }
    .s-page-blog .blog-category .blog-category-items ul li:first-child {
      padding-top: 0; }
    .s-page-blog .blog-category .blog-category-items ul li:last-child {
      padding-bottom: 0; }
    .s-page-blog .blog-category .blog-category-items ul li a {
      color: #C19B77; }

/*----------------------------------
15.5 - Sidebar "Resent Posts"
----------------------------------*/

.s-page-blog .blog-resent-posts [class*='col-'] {
  padding: 0; }

.s-page-blog .blog-resent-posts--item {
  padding: 15px 0;
  display: block;
  border-bottom: 1px solid rgba(48, 65, 76, 0.3); }
  .s-page-blog .blog-resent-posts--item .image {
    padding-right: 10px; }
    .s-page-blog .blog-resent-posts--item .image a img {
      width: 100%; }
  .s-page-blog .blog-resent-posts--item .post-info .title h5 {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase; }
    .s-page-blog .blog-resent-posts--item .post-info .title h5 a {
      color: #1C1C1D;
      text-decoration: none; }
  .s-page-blog .blog-resent-posts--item .post-info .date {
    font-size: 12px; }

/*----------------------------------
15.6 - Sidebar "Tags"
----------------------------------*/

.s-page-blog .blog-tags .blog-tags-items ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .s-page-blog .blog-tags .blog-tags-items ul .blog-tags-item {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 20px; }
    .s-page-blog .blog-tags .blog-tags-items ul .blog-tags-item a {
      color: #C19B77;
      text-decoration: none; }
      .s-page-blog .blog-tags .blog-tags-items ul .blog-tags-item a::before {
        content: '#'; }

/*----------------------------------
16 - Page "Contacts"
----------------------------------*/

/*----------------------------------
16.1 - Section "Page Contacts"
----------------------------------*/
.s-page-contacts .drop-a-line .section-title {
  padding-bottom: 15px; }

.s-page-contacts .comments {
  margin-top: 0; }

.s-page-contacts .contacts-data--map .map-container #map {
  height: 365px;
  width: 100%; }

.s-page-contacts .contacts-info {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.2);
  padding: 30px;
  margin-top: 30px; }
  .s-page-contacts .contacts-info .contacts-info--content > li .contact-info-list-content {
    color: #1C1C1D; }

.drop-a-line {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.2);
  padding: 30px; }

.drop-a-line-content .section-title h2 {
  margin-top: 0; }

.drop-a-line-content .section-title--descr {
  padding: 0; }

.drop-a-line--message {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0; }
  .drop-a-line--message .leave-comment {
    padding-top: 0;
    margin-top: 0; }
    .drop-a-line--message .leave-comment .comment-form {
      padding-top: 0; }

/*----------------------------------
16.2 - 
----------------------------------*/

.s-get-touch {
  position: relative;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .s-get-touch .s-get-touch--content {
    text-align: center;
    font-family: 'Playfair Display', serif;
    letter-spacing: .1em; }
    .s-get-touch .s-get-touch--content .title {
      font-family: 'lato';
      font-weight: 300;
      font-size: 14px;
      text-transform: uppercase;
      color: #C19B77; }
    .s-get-touch .s-get-touch--content .content {
      color: #1C1C1D;
      font-size: 24px; }

.single-facility{
	background-image: url(../../../images/2.png);
	    border-radius: 4px;
    padding: 15px 25px 5px;
  margin: 9px;
    border: 1px solid #dcdcdc;
    box-shadow: 1px 0px -1px 0px;

}