/*-------------------------------
[Table of contents]

1. Bootstrap Core
2. Template Styles
	2.1 Typography
	2.2 Form Elements
	2.3 Preloader
	2.4 Page Structure
	2.5 Header
	2.6 Footer
	2.7 Main Slider
	2.8 Main Slider Buttons
	2.9 Room Card
	2.10 Service Card
	2.11 Special Offer Card
	2.12 Fullwidth Banner
	2.13 GuestBook
	2.14 FAQ Accordeon
	2.15 Instagram
	2.16 Newsletter
	2.17 Modal
	2.18 Simple Slider
	2.19 Filters
	2.20 Review Page
	2.21 Gallery
	2.22 Catalog Widgets (in the Header)
	2.23 Social Widgets  (in the Footer)
	2.24 Slick Carousel
	2.25 Blog
	2.26 Calendar Skin

-----------------------------------*/


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 10px;
    background: #fff;
}

    .team .member .pic {
        overflow: hidden;
        width: 180px;
        border-radius: 50%;
    }

        .team .member .pic img {
            transition: ease-in-out 0.3s;
        }

    .team .member:hover img {
        transform: scale(1.1);
    }

    .team .member .member-info {
        padding-left: 30px;
    }

    .team .member h4 {
        font-weight: 700;
        margin-bottom: 5px;
        font-size: 20px;
        color: #05579e;
    }

    .team .member span {
        display: block;
        font-size: 15px;
        padding-bottom: 10px;
        position: relative;
        font-weight: 500;
    }

        .team .member span::after {
            content: "";
            position: absolute;
            display: block;
            width: 50px;
            height: 1px;
            background: #bfe0fd;
            bottom: 0;
            left: 0;
        }

    .team .member p {
        margin: 10px 0 0 0;
        font-size: 14px;
    }

    .team .member .social {
        margin-top: 12px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .team .member .social a {
            transition: ease-in-out 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50px;
            width: 32px;
            height: 32px;
            background: #ecf6fe;
            color: #0665b7;
        }

            .team .member .social a i {
                font-size: 16px;
                margin: 0 2px;
            }

            .team .member .social a:hover {
                background: #0880e8;
                color: #fff;
            }

            .team .member .social a + a {
                margin-left: 8px;
            }


.header .nav-item.hovered .submenu {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.3s ease 0.15s;
  transition: 0.3s ease 0.15s; }

@media (max-width: 1023px) {
  .header .nav-item.opened .submenu {
    height: auto;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    position: relative; } }

.header .nav-item .arrow {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 12px;
  right: 0;
  text-align: center;
  cursor: pointer;
  background: #f7f7f7;
  border-radius: 2px; }
  @media (max-width: 1023px) {
    .header .nav-item .arrow {
      top: 4px; } }

.header .nav-item .arrow:after {
  content: '\e940';
  font-family: 'hotelfont';
  font-size: 14px;
  line-height: 35px;
  color: #454545; }

.header .nav-item .arrow.opened:after {
  content: '\e941'; }

.footer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-top: 60px;
  background: url("../images/footer-bg.jpg") repeat;
  color: #fff;
  overflow: hidden; }
  @media (max-width: 1023px) {
    .footer {
      margin-top: 80px; } }
  @media (max-width: 767px) {
    .footer {
      margin-top: 60px; } }
  .footer a {
    color: #fff; }
  .footer .col-light {
    position: relative;
    z-index: 3;
    background-color: #f3f3f3;
    color: #212121;
    padding-top: 55px !important;
    padding-left: 45px;
    padding-right: 45px;
    -webkit-box-shadow: 10px 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: 10px 0 20px rgba(0, 0, 0, 0.1); }
    @media (max-width: 1023px) {
      .footer .col-light {
        padding-top: 45px !important;
        padding-bottom: 40px !important; } }
  .footer > .container {
    position: relative; }
  .footer > .container > .row > * {
    padding-top: 58px;
    padding-bottom: 45px; }
    @media (max-width: 1023px) {
      .footer > .container > .row > * {
        padding-top: 42px;
        padding-bottom: 25px; } }

@media (max-width: 1023px) {
  .footer h2 {
    font-size: 50px; }

  .footer h4 {
    font-size: 32px; }

  .footer .col-light {
    padding-left: 15px;
    padding-right: 15px; } }
@media (max-width: 767px) {
  .footer h2 {
    font-size: 44px; }

  .footer h4 {
    font-size: 32px; }

  body.booking-form-on .footer {
    padding-bottom: 20px; } }
.footer-copyright {
  font-size: 15px; }
  .footer-copyright a,
  .footer-copyright span {
    color: #878787; }

.footer-social {
  font-size: 32px;
  line-height: 1em; }
  .footer-social a {
    color: #fff; }
    .footer-social a:hover {
      color: #8f7e57;
      text-decoration: none; }

.place-table {
  width: 100%;
  font-size: 15px;
  line-height: 22px; }
  .place-table tr:not(:last-child) {
    border-bottom: 1px solid #dedddd; }
  .place-table td {
    padding: 4px 0; }
  .place-table span {
    font-size: 14px;
    color: #949494; }

@media (min-width: 576px) and (max-width: 1023px) {
  .place-table tr:nth-child(even) {
    float: right; }

  .place-table tr {
    width: calc(50% - 15px);
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1px 0; }
    .place-table tr > * {
      padding-right: 15px; }
    .place-table tr .text-right {
      margin-left: auto;
      padding-right: 15px; }

  .place-table tr:nth-last-child(2) {
    border-bottom: 0; } }
.footer .google-map {
  position: absolute;
  top: 0;
  right: -33%;
  bottom: 0;
  z-index: 2;
  visibility: hidden;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

@media (max-width: 1023px) {
  .footer .google-map {
    right: 0;
    left: 0; } }
.footer .google-map.opened {
  opacity: 1;
  visibility: visible; }

.footer .btn .opened-text {
  display: none; }

.footer .btn.opened .opened-text {
  display: inline-block; }
  .footer .btn.opened .opened-text + span {
    display: none; }

.footer ul.icn-list {
  font-size: 14px;
  line-height: 24px; }
  @media (max-width: 1023px) {
    .footer ul.icn-list {
      font-size: 15px;
      line-height: 22px; } }
  .footer ul.icn-list li {
    position: relative;
    padding-left: 30px; }
    .footer ul.icn-list li [class*='icon'] {
      position: absolute;
      left: 0;
      top: 1px;
      font-size: 22px;
      color: #a64786; }
  .footer ul.icn-list li:not(:last-child) {
    margin-bottom: 18px; }
  .footer ul.icn-list .phone {
    font-size: 18px; }

.backToTop {
  position: fixed;
  z-index: 1020;
  right: 25px;
  bottom: -25px;
  opacity: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(143, 126, 87, 0.75);
  font-size: 28px;
  line-height: 42px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.25s, bottom 0.75s ease-in-out;
  transition: all 0.25s, bottom 0.75s ease-in-out; }
  @media (max-width: 1023px) {
    .backToTop {
      right: 15px;
      width: 62px;
      height: 62px;
      font-size: 22px;
      line-height: 62px; } }
  @media (max-width: 767px) {
    .backToTop {
      width: 52px;
      height: 52px;
      font-size: 18px;
      line-height: 52px; } }
  .backToTop [class*='icon'] {
    display: inline-block;
    -webkit-transition: 0.25s;
    transition: 0.25s; }
  .backToTop:hover {
    background: #7f704d;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }
    .backToTop:hover [class*='icon'] {
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px); }
  .backToTop.visible {
    opacity: 1;
    bottom: 45px; }
    @media (max-width: 1023px) {
      .backToTop.visible {
        bottom: 15px;
        right: 15px; } }

@media (max-width: 767px) {
  body.booking-form-on .backToTop.visible {
    bottom: 45px; } }
/*slider*/
#mainSliderWrapper {
  position: relative; }

#mainSlider {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

#mainSlider.slick-initialized {
  opacity: 1; }

#mainSlider,
#mainSlider .img--holder {
  height: 680px; }
  @media (max-width: 1229px) {
    #mainSlider,
    #mainSlider .img--holder {
      height: 520px; } }
  @media (max-width: 1023px) {
    #mainSlider,
    #mainSlider .img--holder {
      height: 500px; } }
  @media (max-width: 767px) {
    #mainSlider,
    #mainSlider .img--holder {
      height: 400px; } }
  @media (max-width: 575px) {
    #mainSlider,
    #mainSlider .img--holder {
      height: 190px; } }

#mainSlider {
  margin-bottom: 30px;
  opacity: 0; }
  #mainSlider.slick-initialized {
    opacity: 1;
    z-index: 101; }
  #mainSlider .slide .img--holder {
   /* background-size: cover;*/
    background-position: center bottom;
    background-repeat: no-repeat; }
  #mainSlider .slide-content {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 100; }
    #mainSlider .slide-content .vert-wrap {
      padding-bottom: 109px; }
      @media (max-width: 767px) {
        #mainSlider .slide-content .vert-wrap {
          padding-bottom: 0; } }
  #mainSlider .slide-content.center {
    text-align: center; }
  #mainSlider .slide-txt1 {
    font-size: 90px;
    font-family: "Cormorant Garamond", serif;
    line-height: 1em;
    color: #fff;
    margin: 0;
    letter-spacing: .03em; }
    #mainSlider .slide-txt1:not(:first-child) {
      margin-top: .1em; }
  #mainSlider .slide-txt2 {
    font-size: 20px;
    font-family: "Cormorant Garamond", serif;
    line-height: 1em;
    color: #fff;
    margin: 0;
    letter-spacing: .45em; }
    #mainSlider .slide-txt2:not(:first-child) {
      margin-top: .3em; }
  @media (max-width: 1023px) {
    #mainSlider .slide-txt1 {
      font-size: 50px; }
    #mainSlider .slide-txt2 {
      font-size: 14px; } }
  @media (max-width: 767px) {
    #mainSlider .slide-txt1 {
      font-size: 41px; }
    #mainSlider .slide-txt2 {
      font-size: 14px; }
    #mainSlider .slide-content.center {
      text-align: center;
      left: 0;
      width: 100%; } }
  #mainSlider .slick-prev,
  #mainSlider .slick-next {
    width: 50px;
    height: 50px;
    margin-top: -25px; }
  #mainSlider .slick-prev:before,
  #mainSlider .slick-next:before {
    font-size: 50px;
    line-height: 1em;
    color: #fff; }
  #mainSlider .slick-prev {
    left: 50px; }
  #mainSlider .slick-next {
    right: 50px; }
  @media (max-width: 1199px) {
    #mainSlider .slick-prev {
      left: 0; }
    #mainSlider .slick-next {
      right: 0; }
    #mainSlider .slick-prev,
    #mainSlider .slick-next {
      width: 50px;
      height: 50px;
      margin-top: -25px; }
    #mainSlider .slick-prev:before,
    #mainSlider .slick-next:before {
      font-size: 50px; } }
  @media (max-width: 767px) {
    #mainSlider .slick-prev,
    #mainSlider .slick-next {
      display: none !important; } }

#mainSliderWrapper {
  position: relative; }

.main-slider {
  position: relative; }

#starshine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden; }

.shine {
  display: block;
  position: absolute;
  background-image: url(../images/glitter.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  overflow: hidden;
  z-index: 2;
  opacity: 0;
  width: 130px;
  height: 130px;
  -webkit-animation: glitter 6s linear 0s infinite normal;
          animation: glitter 6s linear 0s infinite normal; }
  .shine.shine-1 {
    top: 50%;
    left: 10%;
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }
  .shine.shine-2 {
    top: 65%;
    left: 50%;
    -webkit-animation-delay: 2s;
            animation-delay: 2s; }
  .shine.shine-3 {
    top: 26%;
    left: 83%;
    -webkit-animation-delay: 4s;
            animation-delay: 4s; }
  .shine.shine-4 {
    top: 5%;
    left: 30%;
    -webkit-animation-delay: 6s;
            animation-delay: 6s; }
  .shine.shine-5 {
    top: 20%;
    left: 60%;
    -webkit-animation-delay: 8s;
            animation-delay: 8s; }

@-webkit-keyframes glitter {
  0% {
    -webkit-transform: scale(0.3) rotate(0deg);
    opacity: 0; }
  25% {
    -webkit-transform: scale(1) rotate(360deg);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.3) rotate(720deg);
    opacity: 0; }
  100% {
    -webkit-transform: scale(0.3) rotate(0deg);
    opacity: 0; } }
@keyframes glitter {
  0% {
    -webkit-transform: scale(0.3) rotate(0deg);
            transform: scale(0.3) rotate(0deg);
    opacity: 0; }
  25% {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.3) rotate(720deg);
            transform: scale(0.3) rotate(720deg);
    opacity: 0; }
  100% {
    -webkit-transform: scale(0.3) rotate(0deg);
            transform: scale(0.3) rotate(0deg);
    opacity: 0; } }
.expand-btns-wrap {
  position: absolute;
  z-index: 102;
  top: 45px;
  right: 0;
  left: 0;
  bottom: 0;
  pointer-events: none; }
  .expand-btns-wrap .container {
    position: relative; }

@media (max-width: 1023px) {
  .expand-btns-wrap {
    top: 15px; } }
.expand-btn + * {
  margin-top: 7px; }

.expand-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: right;
  width: 93px;
  height: 93px;
  top: 0;
  right: 0;
  padding: 5px 8px;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  font-size: 18px;
  line-height: .8em;
  font-family: "Suravaram", serif;
  text-align: center;
  -webkit-transition: 1s;
  transition: 1s;
  cursor-pointer: none;
  pointer-events: auto; }
  .expand-btn a [class*='icon-'] {
    font-size: 25px;
    line-height: 1.1em;
    color: #c3c3c3;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .expand-btn a .txt-sm {
    font-size: 12px;
    line-height: 14px;
    font-family: "Open Sans", sans-serif; }
  .expand-btn a > * + * {
    margin-top: 4px; }
  .expand-btn a:hover {
    background-color: #f3f3f3;
    text-decoration: none;
    color: #212121; }
    .expand-btn a:hover [class*='icon-'] {
      color: #212121; }

.expand-btn a:first-child {
  opacity: 1;
  visibility: visible;
  background-color: rgba(34, 32, 31, 0.9);
  color: #d8d8d8; }
  .expand-btn a:first-child > * + * {
    margin-top: 14px; }
  .expand-btn a:first-child [class*='icon-'] {
    font-size: 33px;
    line-height: 1em;
    color: #c3c3c3; }

.expand-btn.hovered a {
  opacity: 1;
  visibility: visible;
  cursor: pointer; }

.expand-btn.hovered a:nth-child(2) {
  -webkit-transition-delay: .1s;
          transition-delay: .1s; }

.expand-btn.hovered a:nth-child(3) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s; }

.expand-btn.hovered a:nth-child(4) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s; }

.expand-btn.hovered a:nth-child(5) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s; }

.expand-btn.hovered a:nth-child(6) {
  -webkit-transition-delay: .5s;
          transition-delay: .5s; }

.expand-btn.hovered a:nth-child(7) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s; }

.expand-btn.hovered a:nth-child(8) {
  -webkit-transition-delay: .7s;
          transition-delay: .7s; }

.expand-btn--social a {
  background-color: #dadada; }
  .expand-btn--social a [class*='icon-'] {
    font-size: 30px;
    line-height: 50px; }
.expand-btn--social a:nth-last-child(1) {
  background-color: #fff; }
.expand-btn--social a:nth-last-child(2) {
  background-color: #f3f3f3; }
.expand-btn--social a:nth-last-child(3) {
  background-color: #e8e8e8; }
.expand-btn--social a:nth-last-child(4) {
  background-color: #e1e1e1; }

a.link-viber:hover [class*='icon-'] {
  color: #7b519c; }

a.link-skype:hover [class*='icon-'] {
  color: #00aff0; }

a.link-telegram:hover [class*='icon-'] {
  color: #0088cc; }

a.link-whatsapp:hover [class*='icon-'] {
  color: #43d854; }

.expand-btn--offer a {
  position: relative;
  padding: 0; }
.expand-btn--offer img {
  width: 100%; }
.expand-btn--offer .txt-wrap {
  position: absolute;
  bottom: 3px;
  left: 3px;
  right: 3px;
  text-align: center;
  overflow: hidden; }
.expand-btn--offer .txt-1 {
  display: inline-block;
  padding: 0 5px;
  font-size: 19px;
  font-family: "Suravaram", serif;
  line-height: 22px;
  letter-spacing: -.5px;
  background-color: rgba(33, 33, 33, 0.8);
  width: 100%;
  color: #fff; }
  .expand-btn--offer .txt-1 span {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    top: -2px; }
  .expand-btn--offer .txt-1 span.theme-color {
    font-size: 22px;
    top: -1px; }
.expand-btn--offer .txt-2 {
  display: inline-block;
  padding: 0 5px;
  font-size: 18px;
  font-family: "Suravaram", serif;
  line-height: 22px;
  background-color: rgba(143, 126, 87, 0.8);
  color: #fff; }

.room-card-photo {
  position: relative;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
  .room-card-photo img {
    width: 100%; }
  .room-card-photo .room-qview {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    padding: 8px 15px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transition: 0.3s;
    transition: 0.3s; }

.room-card-photo:hover .room-qview {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.room-card-info {
  background-color: #f7f7f7;
  padding: 20px 20px; }
  @media (max-width: 767px) {
    .room-card-info {
      padding: 15px; }
      .room-card-info .row {
        margin-left: -5px;
        margin-right: -5px; }
      .room-card-info [class*='col-'] {
        padding: 0 5px; } }
  @media (max-width: 575px) {
    .room-card-info {
      padding: 10px; } }
  .room-card-info > * + * {
    margin-top: 15px; }
  .room-card-info .room-type {
    font-size: 32px;
    line-height: 1em;
    margin-bottom: 0; }
    @media (max-width: 1229px) {
      .room-card-info .room-type {
        font-size: 29px; } }
    @media (max-width: 1023px) {
      .room-card-info .room-type {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .room-card-info .room-type {
        font-size: 27px; } }
  .room-card-info .room-size {
    font-size: 14px; }
    @media (max-width: 767px) {
      .room-card-info .room-size {
        padding: 0 10px; } }
  .room-card-info .room-card-attr {
    font-size: 21px;
    line-height: 24px;
    color: #a39b9b; }
    @media (max-width: 1023px) {
      .room-card-info .room-card-attr {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .room-card-info .room-card-attr {
        font-size: 21px; } }
    .room-card-info .room-card-attr [class*='icon-'] {
      position: relative;
      padding: 0 4px;
      top: 3px; }
  .room-card-info .room-price {
    font-size: 32px;
    font-family: "Suravaram", serif;
    color: #8f7e57; }
    @media (max-width: 767px) {
      .room-card-info .room-price {
        font-size: 28px; } }
  .room-card-info .room-information {
    font-size: 22px;
    font-family: "Suravaram", serif;
    color: #8f7e57;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    @media (max-width: 767px) {
      .room-card-info .room-information {
        font-size: 20px; } }
    .room-card-info .room-information [class*='icon-'] {
      position: relative;
      top: 3px;
      font-size: 21px;
      margin-right: 8px; }
      @media (max-width: 767px) {
        .room-card-info .room-information [class*='icon-'] {
          font-size: 19px; } }
    .room-card-info .room-information:hover {
      color: #212121;
      text-decoration: none; }

.room-carousel .slick-dots {
  margin: 47px 0 -37px; }
  @media (max-width: 1023px) {
    .room-carousel .slick-dots {
      margin: 40px 0 -20px; } }
  @media (max-width: 575px) {
    .room-carousel .slick-dots {
      margin: 25px 0 -20px; } }

.room-grid {
  margin-top: -30px; }

.room-grid .room-card {
  margin-top: 30px; }

.services-carousel, .services-carousel-sm {
  display: block; }
  @media (min-width: 1230px) {
    .services-carousel .slick-list, .services-carousel-sm .slick-list {
      overflow: visible; } }

.services-carousel-sm .slick-dots {
  margin: 20px 0 30px; }

.service-card.slick-slide.slick-active {
  opacity: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

.service-card.slick-slide:not(.slick-active) {
  opacity: 1; }

.service-card {
  -webkit-box-shadow: 0 0 55px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 55px rgba(0, 0, 0, 0.05); }
  .service-card .row {
    margin-left: 0;
    margin-right: 0; }
    @media (max-width: 767px) {
      .service-card .row {
        margin-left: 15px;
        margin-right: 15px; } }
  .service-card .row > [class*='col-'] {
    padding: 0;
    background-size: cover; }
  .service-card .col-content {
    height: 100%;
    padding: 65px 30px 65px 65px; }
  .service-card h3 {
    margin-bottom: 25px; }

@media (max-width: 1023px) {
  .services-carousel {
    margin-left: -15px;
    margin-right: -15px; }

  .service-card .col-content {
    padding: 30px 40px; }
  .service-card h3 {
    font-size: 32px;
    margin-bottom: 10px; } }
@media (max-width: 767px) {
  .service-card .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }

  .service-card .col-content {
    padding: 20px 15px; } }
.service-card-2 {
  position: relative; }
  .service-card-2 h3 {
    font-size: 38px; }
  .service-card-2 > * + * {
    margin-top: 30px;
    margin-bottom: 0; }
  .service-card-2 p:not(:first-child) {
    margin-top: 18px; }
  .service-card-2-more {
    font-size: 19px;
    line-height: 1em;
    padding: 0 5px;
    color: #8f7e57; }
    .service-card-2-more:hover {
      color: #212121;
      text-decoration: none; }

.special-card {
  position: relative; }
  .special-card-photo img {
    max-width: 86%;
    width: auto !important;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
  .special-card-caption {
    position: absolute;
    top: 30px;
    right: 0;
    width: 370px; }
    .special-card-caption-header {
      display: block;
      position: relative;
      padding: 10px 50px 15px 30px;
      background: #8f7e57;
      background: rgba(143, 126, 87, 0.95);
      font-size: 44px;
      line-height: 40px;
      font-family: "Suravaram", serif; }
      .special-card-caption-header, .special-card-caption-header:hover {
        color: #fff;
        text-decoration: none; }
      .special-card-caption-header:after {
        position: absolute;
        top: 22px;
        right: 23px;
        content: '\e93d';
        font-family: 'hotelfont';
        font-size: 24px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
      .special-card-caption-header:before {
        position: absolute;
        top: 41px;
        right: 31px;
        content: '';
        height: 1px;
        width: 0;
        font-family: 'hotelfont';
        font-size: 24px;
        background-color: #fff;
        opacity: .8;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
    .special-card-caption .special-card-caption-header:hover:before {
      width: 30px;
      right: 26px; }
    .special-card-caption .special-card-caption-header:hover:after {
      right: 18px; }
    .special-card-caption-text {
      padding: 14px 30px 22px;
      background: #fff; }
      .special-card-caption-text > * + * {
        margin-top: 10px; }
  .special-card-off {
    font-size: 50px;
    line-height: .9em;
    font-family: "Suravaram", serif;
    color: #8f7e57; }
    .special-card-off span {
      font-size: 24px;
      line-height: 24px; }
  .special-card-more {
    float: right;
    font-size: 22px;
    font-family: "Suravaram", serif;
    line-height: 22px; }
    .special-card-more:hover {
      text-decoration: none; }

@media (max-width: 1229px) {
  .special-card-caption {
    top: 17px;
    width: 250px; }
    .special-card-caption-header {
      padding: 5px 40px 5px 15px;
      font-size: 32px;
      line-height: 26px; }
      .special-card-caption-header, .special-card-caption-header:hover {
        color: #fff;
        text-decoration: none; }
      .special-card-caption-header:before {
        top: 33px; }
      .special-card-caption-header:after {
        position: absolute;
        top: 22px;
        right: 23px;
        content: '\e93d';
        font-family: 'hotelfont';
        font-size: 24px; }
    .special-card-caption-text {
      font-size: 14px;
      line-height: 20px;
      padding: 5px 15px 0; }
      .special-card-caption-text > * + * {
        margin-top: 5px; }
  .special-card-off {
    font-size: 44px;
    line-height: 38px; }
    .special-card-off span {
      position: relative;
      top: -5px;
      font-size: 22px;
      line-height: 22px; }
  .special-card-more {
    display: none; } }
@media (max-width: 575px) {
  .special-card-photo img {
    max-width: 100%; }
  .special-card-caption {
    right: -15px; } }
.special-carousel .slick-track {
  padding-bottom: 10px; }
.special-carousel .slick-dots {
  margin: 35px 0 -15px; }
  @media (max-width: 1023px) {
    .special-carousel .slick-dots {
      margin: 25px 0 -15px; } }

.special-carousel .col-6:nth-child(even) .special-card-caption-header {
  background: #212121;
  background: rgba(33, 33, 33, 0.95); }

.special-grid {
  margin-top: -30px; }
  .special-grid .special-card, .special-grid .special-card-2 {
    margin-top: 30px; }

.special-card-2 {
  position: relative;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
  .special-card-2-photo {
    position: relative;
    max-width: 770px; }
  .special-card-2-caption {
    position: absolute;
    right: 0;
    top: 14%;
    padding: 23px 27px 19px 25px;
    font-size: 50px;
    line-height: 30px;
    background-color: #8f7e57;
    font-family: "Suravaram", serif;
    color: #fff; }
    @media (max-width: 767px) {
      .special-card-2-caption {
        padding: 10px 15px 6px 10px;
        font-size: 30px;
        line-height: 20px; } }
    .special-card-2-caption span {
      display: block;
      font-size: 24px; }
      @media (max-width: 767px) {
        .special-card-2-caption span {
          font-size: 18px; } }
  .special-card-2-info {
    padding: 19px 25px 25px; }
    @media (max-width: 1229px) {
      .special-card-2-info {
        padding: 19px 20px 25px; }
        .special-card-2-info h3 {
          font-size: 32px; } }
    @media (max-width: 1023px) {
      .special-card-2-info {
        padding: 15px 15px 20px; }
        .special-card-2-info h3 {
          font-size: 30px;
          margin-bottom: 10px; }
        .special-card-2-info p {
          margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .special-card-2-info {
        padding: 15px 10px 15px; }
        .special-card-2-info h3 {
          font-size: 24px;
          margin-bottom: 10px; }
        .special-card-2-info p {
          margin-bottom: 10px; } }
  .special-card-2-more {
    display: inline-block;
    font-size: 22px;
    font-family: "Suravaram", serif;
    color: #8f7e57; }
    .special-card-2-more [class*='icon-'] {
      position: relative;
      top: 3px;
      font-size: 21px;
      margin-right: 10px; }
    .special-card-2-more:hover {
      text-decoration: none;
      color: #212121; }
    .special-card-2-more:not(:first-child) {
      margin-top: 9px; }
  .special-card-2 ul.services-list {
    margin: -5px 0 0 0; }

.banner-full {
  position: relative;
  padding: 30px 0;
  background: url(../images/banner-bg.jpg) no-repeat 0 bottom; }
  .banner-full-text1 {
    font-size: 50px;
    font-family: "Suravaram", serif;
    line-height: 1em;
    color: #fff; }
  .banner-full-text2 {
    font-size: 32px;
    font-family: "Suravaram", serif;
    line-height: 1em;
    color: #fff; }
  .banner-full-text3 {
    font-size: 18px;
    line-height: 30px;
    color: #fff; }
  .banner-full-image {
    position: absolute;
    bottom: -40px;
    left: 50%; }
    .banner-full-image img {
      max-width: 100%; }

@media (max-width: 1023px) {
  .banner-full {
    padding: 20px 20px; }
    .banner-full-text1 {
      font-size: 50px;
      line-height: 44px;
      width: 80%; }
    .banner-full-text2 {
      font-size: 24px; }
    .banner-full-image {
      bottom: -35px;
      left: 38%;
      width: 24%; } }
@media (max-width: 767px) {
  .banner-full {
    padding: 20px 0 100px; }
    .banner-full-text1 {
      width: 100%;
      margin-bottom: 5px;
      font-size: 34px;
      line-height: 40px; }
    .banner-full-text2 {
      font-size: 22px; }
    .banner-full-image {
      bottom: -25px;
      left: calc(50% - 75px);
      width: 150px; } }

.guestbook {
  position: relative;
  padding: 0;
  margin-bottom: 145px;
  max-width: 1420px;
  height: 485px;
  background: url(../images/guestbook-bg.jpg) no-repeat center 0;
  overflow: hidden; }
  .guestbook-text1 {
    font-size: 38px;
    font-family: "Suravaram", serif;
    line-height: 1em;
    margin-bottom: 23px; }
  .guestbook-review-author {
    font-size: 16px;
    line-height: 1.2em;
    color: #4f4f4f; }
  .guestbook-review-text {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
    color: #4f4f4f;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500; }
  .guestbook-review a {
    font-size: 24px;
    line-height: 25px;
    font-family: "Suravaram", serif;
    color: #8f7e57; }
    .guestbook-review a:hover {
      text-decoration: none;
      color: #212121; }
  .guestbook-bookmark {
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -10px; }

.reviews-carousel .slick-dots {
  margin: 25px 0 5px; }
  @media (max-width: 1023px) {
    .reviews-carousel .slick-dots {
      margin-top: 15px; } }
  .reviews-carousel .slick-dots button {
    width: 7px;
    height: 7px; }
@media (max-width: 767px) {
  .reviews-carousel {
    margin-bottom: 10px; } }

.guestbook-content {
  padding: 48px 56px 0; }

.guestbook-rating {
  margin-top: 0; }
  .guestbook-rating-value {
    top: 10px;
    position: relative;
    font-size: 50px;
    font-family: "Suravaram", serif;
    line-height: 1em; }
    .guestbook-rating-value span {
      font-size: 23px; }
  .guestbook-rating [class*='icon-'] {
    font-size: 13px;
    margin: 0 2px;
    color: #cecece; }
  .guestbook-rating-unit {
    margin-bottom: 13px;
    font-size: 16px;
    line-height: 30px; }
  .guestbook-rating-visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 575px) {
      .guestbook-rating-visual {
        max-width: 145px; } }
    .guestbook-rating-visual span {
      position: relative;
      display: block;
      width: 100%;
      margin-right: 3px;
      height: 3px;
      background-color: #e0e0e0; }
      .guestbook-rating-visual span:last-child {
        margin-right: 0; }
      .guestbook-rating-visual span.fill {
        background: #8f7e57; }
      .guestbook-rating-visual span.half-fill:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 50%;
        background: #8f7e57; }

@media (max-width: 1400px) {
  .guestbook-content {
    padding: 30px 40px 0 30px; } }
@media (max-width: 1229px) {
  .guestbook {
    margin-bottom: 145px;
    max-width: 1420px;
    height: 462px;
    background-position: calc(50% - 332px) top; }

  .guestbook-text1 {
    font-size: 32px;
    line-height: 1em;
    margin-bottom: 15px; }

  .guestbook-bookmark {
    left: calc(50% - 332px); }

  .guestbook-content {
    padding: 30px 70px 0 80px;
    width: 700px;
    margin: 0 auto; } }
@media (max-width: 767px) {
  .guestbook {
    margin-bottom: 145px;
    max-width: 1420px;
    height: 462px;
    background-position: -668px top; }

  .guestbook-text1 {
    font-size: 28px;
    line-height: 1em;
    margin-bottom: 15px; }

  .guestbook-bookmark {
    left: 40px; }

  .guestbook-content {
    padding: 30px 50px 0 80px;
    width: auto; } }
@media (max-width: 575px) {
  .guestbook {
    margin-bottom: 80px;
    max-width: 1420px;
    height: 460px; }
    .guestbook .slick-dots li:not(.slick-active) button {
      background: #dedede; }

  .guestbook-text1 {
    font-size: 28px;
    line-height: 1em;
    margin-bottom: 15px; }

  .guestbook-review-author {
    font-size: 14px;
    margin-bottom: 10px; }

  .guestbook-content {
    padding: 20px 30px 0 75px; }

  .guestbook-review-text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px; }

  .guestbook-review a {
    font-size: 20px; }

  .reviews-carousel {
    margin-bottom: 0 !important; }

  .reviews-carousel .slick-dots {
    margin: 10px 0 0; }

  .col-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 180px);
            flex: 0 0 calc(100% - 180px);
    max-width: calc(100% - 100px); }

  .guestbook-rating-unit {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px; }

  .guestbook-rating-value {
    top: -5px; } }
@media (max-width: 480px) {
  .guestbook {
    height: 500px;
    background: url(../images/guestbook-bg-sm.jpg) repeat-y -20px 0; }

  .guestbook-bookmark {
    left: 24px; }

  .guestbook-content {
    padding: 20px 15px 0 50px; } }
.faq-item {
  border-bottom: 1px solid #d8d8d8; }
  .faq-item:last-child {
    border-bottom: 0; }
  .faq-item [data-toggle='collapse'] {
    display: block;
    position: relative;
    padding: 13px 0 13px 50px;
    font-size: 32px;
    font-family: "Suravaram", serif;
    line-height: 1em; }
    .faq-item [data-toggle='collapse']:hover {
      text-decoration: none; }
    .faq-item [data-toggle='collapse']:after {
      position: absolute;
      top: 13px;
      left: 3px;
      content: '\e924';
      font-family: 'hotelfont';
      font-size: 23px;
      color: #8f7e57; }
    .faq-item [data-toggle='collapse'][aria-expanded="true"]:after {
      content: '\e923'; }
  .faq-item .faq-item-content > * {
    padding: 6px 0 15px 50px; }

.faq-accordion {
  margin: -15px 0 0; }

@media (max-width: 1023px) {
  .faq-item [data-toggle='collapse'] {
    font-size: 28px;
    padding-left: 40px; } }
.instagram-grid {
  overflow: hidden; }

.instagram-grid > a {
  display: block;
  position: relative;
  float: left;
  width: 16.666%;
  background: #212121;
  overflow: hidden; }
  .instagram-grid > a img {
    width: calc(100% + 1px);
    -webkit-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1); }
  .instagram-grid > a span.icn {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    width: 44px;
    height: 44px;
    background: rgba(33, 33, 33, 0.5);
    color: #ddd;
    text-align: center;
    -webkit-transition: 0.25s;
    transition: 0.25s; }
    .instagram-grid > a span.icn:after {
      position: absolute;
      top: 50%;
      left: 50%;
      content: '\e91e';
      font-family: 'hotelfont';
      font-size: 24px;
      line-height: 1em;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .instagram-grid > a:hover span.icn {
    background: rgba(33, 33, 33, 0); }
  .instagram-grid > a:hover img {
    opacity: .6; }

@media (max-width: 1023px) {
  .instagram-grid > a {
    width: 25%;
    display: none; }

  .instagram-grid > a:nth-child(-n+4) {
    display: block; } }
@media (max-width: 767px) {
  .instagram-grid > a {
    width: 50%; } }
.newsletter-card {
  background: url(../images/newsletter-bg.jpg) repeat right center;
  border-top: 4px solid #8f7e57;
  overflow: hidden;
  padding: 36px 40px 50px;
  color: #fff;
  font-size: 15px;
  line-height: 22px; }
  .newsletter-card .successform, .newsletter-card .errorform {
    color: #fff !important; }
  .newsletter-card label.error {
    color: #fff !important;
    margin-top: 0; }

@media (max-width: 1023px) {
  .newsletter-card {
    padding: 25px 25px 25px; }
    .newsletter-card h2 {
      margin-top: -10px;
      font-size: 50px; }
    .newsletter-card form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .newsletter-card form .btn {
        margin-left: 8px;
        min-height: 42px;
        padding: 7px 20px; }
      .newsletter-card form .form-control {
        min-height: 42px;
        padding: 7px 12px; } }
@media (max-width: 767px) {
  .newsletter-card {
    padding: 20px 15px 20px;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px); }
    .newsletter-card h2 {
      margin-top: 0;
      font-size: 44px; }
    .newsletter-card form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .newsletter-card form .btn {
        margin-left: 0;
        margin-top: 10px; } }
.modal-dialog {
  max-width: 800px;
  margin: 35px auto; }

.modal .close {
  position: absolute;
  right: -32px;
  top: -32px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  opacity: 1;
  text-shadow: 0;
  padding: 12px 12px; }
  .modal .close:hover {
    opacity: .8; }

.modal-body {
  padding: 5px; }

.modal-content {
  border: 0;
  border-radius: 0; }

.modal-form .modal-dialog {
  max-width: 370px; }
  @media (max-width: 767px) {
    .modal-form .modal-dialog {
      max-width: calc(100% - 30px); } }

.modal-form .modal-content .form-control + * {
  margin-top: 8px; }
.modal-form .modal-content textarea {
  min-height: 98px; }

.modal-form .modal-body {
  padding: 20px; }
  .modal-form .modal-body .form-group {
    margin-bottom: 0; }
  .modal-form .modal-body .popover-content {
    position: relative;
    border-color: #efefef;
    margin-top: -3px;
    border-radius: 0;
    bottom: auto !important; }

.modal-form .close {
  font-size: 12px;
  z-index: 1;
  right: 0;
  top: 0;
  color: #212121; }

.modal-backdrop {
  z-index: 1030; }

.modal.fade .modal-dialog {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }

.modal-dialog {
  min-height: calc(100vh - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto;
  overflow-x: hidden; }
  @media (max-width: 768px) {
    .modal-dialog {
      min-height: calc(100vh - 20px); } }

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.mfp-content .mfp-close {
  font-size: 0;
  width: 40px;
  top: -25px;
  right: -27px; }

.mfp-content .mfp-close:after {
  width: 40px;
  height: 30px;
  content: '\e93a';
  text-align: center;
  font-size: 15px;
  font-family: 'hotelfont';
  line-height: 30px; }

.mfp-arrow:after {
  width: 40px;
  height: 40px;
  content: '\e93d';
  text-align: center;
  font-size: 35px;
  font-family: 'hotelfont';
  line-height: 35px;
  border: 0;
  color: #fff; }

.mfp-arrow.mfp-arrow-right {
  right: 15px; }

.mfp-arrow.mfp-arrow-left:after {
  content: '\e93c'; }

.noUi-horizontal {
  height: 6px; }

.noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  left: -7.5px;
  top: -5px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 0 2px rgba(143, 126, 87, 0.5);
          box-shadow: 0 0 2px rgba(143, 126, 87, 0.5); }

.noUi-target {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 12px; }

.noUi-origin {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.noUi-connect {
  background: rgba(255, 255, 255, 0.7);
  border: 0;
  border-radius: 0;
  height: 6px;
  -webkit-transition: background 450ms;
  transition: background 450ms; }

.noUi-handle:before,
.noUi-handle:after {
  display: none;
  border: 0;
  border-radius: 0;
  -webkit-transition: background 450ms;
  transition: background 450ms; }

.side-block h5 {
  bottom: 0; }
.side-block label {
  width: 100%;
  font-size: 14px;
  line-height: 28px; }

.side-block + .side-block {
  margin-top: 30px; }

.overlay {
  position: fixed;
  top: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0); }

.btn-filter {
  background: #fff;
  border: 2px solid #fff;
  padding: 8px 24px;
  color: #8f7e57; }
  .btn-filter:hover {
    background: transparent;
    color: #fff; }

.btn-filter-invert {
  background: transparent;
  color: #fff; }
  .btn-filter-invert:hover {
    background: #fff;
    color: #8f7e57; }

.rating {
  margin-top: 0; }
  .rating-unit {
    font-size: 16px;
    line-height: 30px; }
    @media (max-width: 1023px) {
      .rating-unit {
        font-size: 14px;
        line-height: 28px; } }
    .rating-unit > span {
      padding-bottom: 7px; }
  .rating-visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 210px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 575px) {
      .rating-visual {
        max-width: 145px; } }
    .rating-visual span {
      position: relative;
      display: block;
      width: 100%;
      margin-right: 3px;
      height: 3px;
      background-color: #e0e0e0; }
      .rating-visual span:last-child {
        margin-right: 0; }
      .rating-visual span.fill {
        background: #8f7e57; }
      .rating-visual span.half-fill:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 50%;
        background: #8f7e57; }

.rating-unit + .rating-unit {
  margin-top: 21px; }
  @media (max-width: 575px) {
    .rating-unit + .rating-unit {
      margin-top: 10px; } }

.rating-box .rating-value {
  font-size: 30px;
  line-height: 1em;
  font-family: "Suravaram", serif; }
  @media (max-width: 1023px) {
    .rating-box .rating-value {
      font-size: 26px; } }
.rating-box .recommendation-value {
  font-size: 30px;
  line-height: 1em;
  font-family: "Suravaram", serif; }
  @media (max-width: 1023px) {
    .rating-box .recommendation-value {
      font-size: 26px; } }
  .rating-box .recommendation-value span {
    font-size: 50px;
    color: #8f7e57; }
    @media (max-width: 1023px) {
      .rating-box .recommendation-value span {
        font-size: 40px; } }

.rating-stars [class*='icon-'] {
  position: relative;
  top: 3px;
  color: #cecece;
  padding-right: 3px;
  font-size: 22px; }

.star-1 [class*='icon-']:nth-child(-n+1) {
  color: #8f7e57; }

.star-2 [class*='icon-']:nth-child(-n+2) {
  color: #8f7e57; }

.star-3 [class*='icon-']:nth-child(-n+3) {
  color: #8f7e57; }

.star-4 [class*='icon-']:nth-child(-n+4) {
  color: #8f7e57; }

.star-5 [class*='icon-'] {
  color: #8f7e57 !important; }

.review-box {
  border: 1px solid #e2e2e2;
  padding: 22px 56px 30px 26px; }
  @media (max-width: 767px) {
    .review-box {
      padding: 22px 36px 30px 26px; } }
  @media (max-width: 767px) {
    .review-box {
      padding: 20px; } }
  .review-box-rating [class*='icon-'] {
    color: #cecece;
    padding-right: 2px;
    font-size: 14px; }
  .review-box-rating + * {
    margin-top: 26px; }
  .review-box-author, .review-box-arrival {
    position: relative;
    padding-left: 35px;
    font-size: 14px;
    line-height: 26px; }
    .review-box-author b, .review-box-arrival b {
      font-weight: 600; }
    .review-box-author [class*='icon-'], .review-box-arrival [class*='icon-'] {
      position: absolute;
      top: 5px;
      left: 0;
      font-size: 18px;
      color: #cacaca; }
    .review-box-author + *, .review-box-arrival + * {
      margin-top: 26px; }
  .review-box-title > * {
    margin-bottom: 0; }
  .review-box-text {
    font-size: 15px;
    line-height: 28px; }
  .review-box-date {
    font-size: 14px;
    line-height: 28px;
    color: #959595;
    white-space: nowrap; }
  .review-box-bot {
    font-size: 14px;
    line-height: 26px; }
    .review-box-bot b {
      font-weight: 600; }
    .review-box-bot [class*='icon-'] {
      position: relative;
      top: 1px;
      color: #8f7e57;
      padding-right: 15px; }
  .review-box-text:not(:first-child), .review-box-title:not(:first-child), .review-box-bot:not(:first-child) {
    margin-top: 26px; }
  .review-box-helpful > * {
    padding-right: 10px; }
  .review-box-helpful a {
    padding-right: 4px; }

.review-box + * {
  margin-top: 25px; }

.gallery-item {
  position: relative;
  float: left;
  width: calc(33.333% - 20px);
  margin-bottom: 30px;
  overflow: hidden;
    }
  @media (max-width: 767px) {
    .gallery-item {
      width: calc(50% - 15px); } }
  @media (max-width: 575px) {
    .gallery-item {
      width: 100%;
      margin-bottom: 15px; } }
  .gallery-item img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .gallery-item .hover {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgba(33, 33, 33, 0.6);
    text-decoration: none !important; }
    .gallery-item .hover span {
      display: block; }
    .gallery-item .hover .view {
      position: absolute;
      top: 50%;
      width: 100%;
      margin-top: -22px;
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .gallery-item .hover .view [class*='icon-'] {
        text-align: center;
        font-size: 50px; }
  .gallery-item-image {
    overflow: hidden; }

.gallery-item:hover .hover {
  opacity: 1; }
  .gallery-item:hover .hover .view {
    -webkit-transform: scale(1);
            transform: scale(1); }

.filters-by-category ul {
  margin: 0 0 45px;
  padding: 0;
  list-style: none;
  text-align: center; }
  .filters-by-category ul li {
    display: inline-block;
    margin: 0 3px 10px; }
    @media (max-width: 575px) {
      .filters-by-category ul li {
        display: block;
        margin: 0 auto 5px;
        max-width: 370px; } }
    .filters-by-category ul li a {
      display: block;
      position: relative;
      text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
      font-size: 16px;
	  font-weight:600;
      line-height: 28px;
      padding: 10px 24px;
      font-family: "Open Sans", serif;
      background: #f7f7f7;
      border-radius: 2px;
      text-decoration: none;
      -webkit-transition: .15s;
      transition: .15s; }
      @media (max-width: 767px) {
        .filters-by-category ul li a {
          padding: 5px 20px;
          font-size: 22px;
          line-height: 24px; } }
      .filters-by-category ul li a:hover {
        text-decoration: none; }
      @media (min-width: 1024px) {
        .filters-by-category ul li a:after {
          position: absolute;
          top: calc(100% - 3px);
          left: 50%;
          z-index: -1;
          margin-left: -8px;
          width: 0;
          height: 0;
          border: solid transparent;
          border-width: 8px;
          border-color: transparent;
          border-top-color: #8f7e57;
          content: '';
          pointer-events: none;
          opacity: 0;
          -webkit-transition: .15s;
          transition: .15s;
          text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); } }
    .filters-by-category ul li a.selected {
      color: #fff;
      background-color: #a64786; }
      .filters-by-category ul li a.selected:after {
        opacity: 1; }

.catalog-widget {
  position: relative;
  min-height: 86px;
  display: inline-block;
  top: 4px; }

.catalog-widget-inside {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 210px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  -webkit-transition: 0s;
  transition: 0s; }
  .catalog-widget-inside > a {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
    height: 0;
    visibility: hidden;
    display: block;
    border-top: 1px solid #fafafa;
    -webkit-transition: 0s;
    transition: 0s;
    color: inherit;
    text-decoration: none !important; }
    .catalog-widget-inside > a:hover {
      color: inherit !important;
      text-decoration: none !important; }
  .catalog-widget-inside > a:first-child {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
    padding: 0 35px 0 0;
    background: #fff;
    border-top: 4px solid #8f7e57;
    text-decoration: none;
    height: 86px; }
    .catalog-widget-inside > a:first-child:after {
      position: absolute;
      top: calc(50% - 20px);
      right: 0;
      display: block;
      margin: 0;
      padding: 0;
      width: 40px;
      height: 30px;
      border: 0;
      content: '\e935';
      text-align: center;
      font-size: 15px;
      font-family: 'hotelfont';
      line-height: 30px; }
    .catalog-widget-inside > a:first-child:hover {
      text-decoration: none; }
  .catalog-widget-inside .dropdown-menu {
    width: 100%;
    margin-top: -2px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) !important;
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) !important; }
  .catalog-widget-inside a.dropdown-item {
    padding: 0;
    border-top: 2px solid #f8f8f8; }
    .catalog-widget-inside a.dropdown-item:hover {
      background: transparent; }
  .catalog-widget-inside.show .dropdown-toggle {
    background: #fff; }

body:not(.touch) .catalog-widget-toggle {
  display: none; }

body.touch .catalog-widget-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 86px; }

body:not(.touch) .catalog-widget:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s; }

body:not(.touch) .catalog-widget:hover a {
  -webkit-transition: 0.2s;
  transition: 0.2s; }

body:not(.touch) .catalog-widget a:hover {
  background-color: #fbfbfb; }

body:not(.touch) .catalog-widget:hover a, body.touch .catalog-widget.opened a {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
  height: 86px;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

body:not(.touch) .catalog-widget a > div {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s; }
body:not(.touch) .catalog-widget a:hover > div {
  -webkit-transform: translate(10px, 0);
          transform: translate(10px, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s; }
body:not(.touch) .catalog-widget:hover a:nth-child(2) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
body:not(.touch) .catalog-widget:hover a:nth-child(3) {
  -webkit-transition-delay: .1s;
          transition-delay: .1s; }
body:not(.touch) .catalog-widget:hover a:nth-child(4) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s; }

@media (max-width: 1023px) {
  .catalog-widget {
    top: 0; } }
.widget-booking {
  padding: 15px 0 15px 25px;
  width: 176px;
  height: 82px; }
  .widget-booking img {
    width: 100%; }
  .widget-booking .inside {
    position: relative; }
  .widget-booking-logo {
    position: absolute;
    top: 36px;
    left: -2px;
    width: 95px; }
  .widget-booking-rating {
    position: absolute;
    top: -3px;
    left: 56px;
    width: 51px; }
  .widget-booking-ratingnumber {
    position: absolute;
    top: -8px;
    left: -2px;
    font-family: "Suravaram", serif;
    font-size: 50px;
    line-height: 1em;
    color: #212121; }
  .widget-booking-text {
    position: absolute;
    top: 15px;
    left: 57px;
    font-size: 12px;
    color: #8f7e57; }

.widget-tripadvisor {
  padding: 15px 0 15px 25px;
  width: 176px;
  height: 82px; }
  .widget-tripadvisor img {
    width: 100%; }
  .widget-tripadvisor .inside {
    position: relative; }
  .widget-tripadvisor-logo {
    position: absolute;
    top: 0;
    left: -1px;
    width: 118px; }
  .widget-tripadvisor-rating {
    position: absolute;
    top: 19px;
    left: -1px;
    width: 75px; }
  .widget-tripadvisor-text {
    position: absolute;
    top: 40px;
    left: 0;
    font-size: 12px; }

.widget-expedia {
  padding: 15px 0 15px 25px;
  width: 176px;
  height: 82px; }
  .widget-expedia img {
    width: 100%; }
  .widget-expedia .inside {
    position: relative; }
  .widget-expedia-logo {
    position: absolute;
    top: 28px;
    left: -2px;
    width: 75px; }
  .widget-expedia-rating {
    position: absolute;
    top: -3px;
    left: 62px;
    width: 24px; }
  .widget-expedia-ratingnumber {
    position: absolute;
    top: -12px;
    left: -2px;
    font-family: "Suravaram", serif;
    font-size: 50px;
    line-height: 1em;
    color: #212121; }
  .widget-expedia-text {
    position: absolute;
    width: 50px;
    top: 0;
    left: 87px;
    font-size: 10px;
    line-height: 10px;
    color: #15375e;
    text-align: center; }
    .widget-expedia-text span {
      display: block;
      font-size: 30px;
      height: 17px;
      font-family: "Suravaram", serif; }

.catalog-widget-mobile {
  width: 52px;
  text-align: center; }
  .catalog-widget-mobile a {
    color: inherit;
    text-decoration: none !important; }
    .catalog-widget-mobile a:hover {
      color: inherit !important;
      text-decoration: none !important; }
  .catalog-widget-mobile img {
    width: 100%; }
  .catalog-widget-mobile .widget-ratingnumber {
    font-family: "Suravaram", serif;
    font-size: 35px;
    line-height: .8em;
    color: #212121; }

.social-wrap {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 991px) {
    .social-wrap {
      margin-bottom: 40px; } }
  @media (max-width: 479px) {
    .social-wrap {
      max-width: 100%; } }

iframe.iframe-facebook {
  width: 340px;
  height: 255px;
  max-width: 100%;
  border: 0;
  overflow: hidden; }

/* slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat; }

[class*='-carousel'] {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

[class*='-carousel'].slick-initialized {
  opacity: 1; }

/* arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 49px;
  height: 49px;
  margin-top: -25px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-color: #212121;
  z-index: 200;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.slick-prev:hover,
.slick-next:hover {
  background-color: #8f7e57; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:after,
.slick-next.slick-disabled:after {
  opacity: .75; }

.slick-prev:before,
.slick-next:before {
  font-family: 'hotelfont';
  font-size: 25px;
  line-height: 49px;
  color: #d0d0d0;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0; }

.slick-prev:before {
  content: "\e93c";
  padding-right: 3px; }

.slick-next {
  right: 0; }

.slick-next:before {
  content: "\e93d";
  padding-left: 3px; }

/* dots */
.slick-slider {
  padding: 0;
  list-style: none; }

.slick-slider.nav-dot {
  margin-bottom: 75px; }

@media (max-width: 767px) {
  .slick-slider {
    margin-bottom: 30px; } }
.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 50px 0 -35px;
  list-style: none;
  text-align: center; }
  @media (max-width: 1023px) {
    .slick-dots {
      margin: 35px 0 -20px; } }
  @media (max-width: 575px) {
    .slick-dots {
      margin: 25px 0 -20px; } }

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 0;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  position: relative;
  display: block;
  width: 9px;
  height: 9px;
  margin: 0 10px;
  padding: 0;
  color: transparent;
  background-color: transparent;
  border: 0;
  outline: none;
  border-radius: 50%;
  background: #e1e5e9;
  cursor: pointer; }
  @media (max-width: 575px) {
    .slick-dots li button {
      width: 6px;
      height: 6px;
      margin: 0 6px; } }

.slick-dots li button:after {
  display: none; }

.slick-dots li.slick-active button,
.slick-dots li.slick-active button:hover {
  background-color: #8f7e57; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

@media (max-width: 1023px) {
  .slick-slide .animation {
    opacity: 1 !important;
    animation-name: none !important;
    -webkit-animation-name: none !important; } }
.blog-post {
  margin-bottom: 70px; }
  @media (max-width: 767px) {
    .blog-post {
      margin-bottom: 40px; } }
  .blog-post .post-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0; }
    .blog-post .post-video iframe,
    .blog-post .post-video object,
    .blog-post .post-video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  .blog-post .post-music iframe,
  .blog-post .post-music object,
  .blog-post .post-music embed {
    width: 100%;
    height: auto;
    border: 0; }
  .blog-post .post-image {
    position: relative;
    border-radius: 0; }
    .blog-post .post-image img {
      width: 100%; }
    .blog-post .post-image .post-link-wrapper {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      text-align: center; }
    .blog-post .post-image .post-link {
      font-size: 50px;
      line-height: 1em;
      font-family: "Suravaram", serif;
      color: #fff;
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease;
      text-decoration: none; }
      @media (max-width: 767px) {
        .blog-post .post-image .post-link {
          font-size: 6vw; } }
      .blog-post .post-image .post-link:hover {
        color: #8f7e57;
        text-decoration: none; }
    .blog-post .post-image:not(:first-child) {
      margin-top: 40px; }
  .blog-post .post-title {
    margin-bottom: 0;
    line-height: 1.08em; }
    .blog-post .post-title:not(:first-child) {
      margin-top: 40px; }
  .blog-post .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    overflow: hidden; }
    @media (max-width: 767px) {
      .blog-post .post-meta {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .blog-post .post-meta > * {
      float: left;
      font-size: 15px; }
      .blog-post .post-meta > *:not(:first-child) {
        padding-left: 33px; }
        @media (max-width: 767px) {
          .blog-post .post-meta > *:not(:first-child) {
            padding-left: 15px; } }
      @media (max-width: 767px) {
        .blog-post .post-meta > * {
          font-size: 13px; } }
      .blog-post .post-meta > * [class*='icon'],
      .blog-post .post-meta > * span {
        display: inline-block;
        vertical-align: middle; }
      .blog-post .post-meta > * [class*='icon'] {
        position: relative;
        top: -1px;
        font-size: 18px;
        padding-right: 7px;
        color: #aeaeae; }
        @media (max-width: 767px) {
          .blog-post .post-meta > * [class*='icon'] {
            display: none; } }
      .blog-post .post-meta > *:last-child {
        padding-right: 0; }
    .blog-post .post-meta .post-meta-reviews span {
      font-size: 14px; }
  .blog-post .post-read-more:not(:first-child) {
    margin-top: 25px; }
  .blog-post .post-teaser p {
    padding-left: 44px; }
  .blog-post .post-teaser p:last-child {
    margin-bottom: 0; }
  .blog-post .post-teaser:not(:first-child) {
    margin-top: 27px; }
  .blog-post .post-image + .post-meta {
    margin-top: 0 !important; }
  .blog-post .post-meta-author a {
    color: #8f7e57; }
  @media (max-width: 767px) {
    .blog-post .post-meta .post-meta-social {
      min-width: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      margin-top: 10px;
      text-align: right; } }
  .blog-post .post-meta-social a {
    margin-left: 7px; }
    .blog-post .post-meta-social a:hover [class*='icon'] {
      color: #8f7e57; }
    .blog-post .post-meta-social a [class*='icon'] {
      display: inline-block !important;
      font-size: 20px;
      padding-right: 0;
      color: #aeaeae;
      -webkit-transition: .2s;
      transition: .2s; }

.post-text {
  padding-left: 44px; }
  @media (max-width: 767px) {
    .post-text {
      padding-left: 0; } }
  .post-text:not(:first-child) {
    margin-top: 27px; }
  .post-text .quote {
    margin-left: -44px; }
    @media (max-width: 767px) {
      .post-text .quote {
        margin-left: 0; } }

.post-read-more {
  font-size: 22px;
  line-height: 28px;
  font-family: "Suravaram", serif;
  -webkit-transition: .2s;
  transition: .2s; }
  .post-read-more,
  .post-read-more a {
    color: #8f7e57;
    -webkit-transition: .2s;
    transition: .2s; }
  .post-read-more:hover, .post-read-more:hover a {
    text-decoration: none;
    color: #212121; }
  .post-read-more [class*='icon'] {
    font-size: 21px;
    padding-right: 10px;
    position: relative;
    top: 4px; }

.blog-post:not(.post-preview) .post-meta-date {
  padding: 9px 0 0;
  width: 80px;
  height: 80px;
  font-size: 14px;
  line-height: 14px;
  background-color: #8f7e57;
  color: #fff;
  text-align: center; }
  @media (max-width: 767px) {
    .blog-post:not(.post-preview) .post-meta-date {
      width: 60px;
      height: 60px;
      padding: 5px 0 0; } }
  .blog-post:not(.post-preview) .post-meta-date span {
    font-size: 52px;
    line-height: 42px;
    font-family: "Suravaram", serif; }
    @media (max-width: 767px) {
      .blog-post:not(.post-preview) .post-meta-date span {
        font-size: 32px;
        line-height: 30px; } }

.post-carousel {
  margin-bottom: 0;
  overflow: hidden; }
  .post-carousel .slick-prev,
  .post-carousel .slick-next {
    background-color: #fff;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    margin-top: -33px; }
    .post-carousel .slick-prev:hover,
    .post-carousel .slick-next:hover {
      opacity: .8; }
  .post-carousel .slick-prev:before,
  .post-carousel .slick-next:before {
    font-size: 20px;
    line-height: 67px;
    color: #212121; }
  .post-carousel .slick-prev {
    left: -33px;
    text-align: right;
    padding-right: 10px; }
  .post-carousel .slick-next {
    right: -33px;
    text-align: left;
    padding-left: 10px; }

.blog-post.single {
  margin-bottom: 0; }

.blog-post .post-content {
  padding-bottom: 50px;
  border-bottom: 1px solid #efefef; }

.post-preview {
  margin-top: 20px;
  margin-bottom: 30px; }
  .post-preview .post-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px; }
    .post-preview .post-image > *:first-child {
      min-width: 120px;
      -ms-flex-preferred-size: 120px;
          flex-basis: 120px; }
  .post-preview .post-meta {
    margin-top: 15px; }
  .post-preview .post-meta > *:not(:first-child) {
    padding-left: 10px; }
  .post-preview .post-meta-date [class*='icon'] {
    color: #8f7e57;
    font-size: 13px;
    top: -1px;
    left: 1px; }
  .post-preview .post-title {
    margin-top: 0 !important;
    padding-left: 18px;
    font-size: 16px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600; }
    .post-preview .post-title a {
      text-decoration: none;
      -webkit-transition: color 200ms ease;
      transition: color 200ms ease; }
      .post-preview .post-title a:hover {
        color: #8f7e57; }

.view-more-post {
  margin-bottom: 30px; }

.side-block {
  margin-left: 15px;
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #ededed; }
  @media (max-width: 1023px) {
    .side-block {
      margin-left: 0; } }
  .side-block h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px; }

.side-block:last-child {
  border-bottom: 0;
  margin-bottom: 0; }

/* comments */
.comments-block {
  padding: 35px;
  background-color: #f9f9f9; }
  @media (max-width: 767px) {
    .comments-block {
      padding: 15px; } }
  .comments-block .comment {
    margin: 20px 0 0; }
    .comments-block .comment,
    .comments-block .comment a {
      color: #424242; }
    .comments-block .comment + * {
      margin-top: 40px; }
    .comments-block .comment .userpic {
      width: 58px;
      height: 58px;
      float: left;
      font-size: 30px;
      line-height: 58px;
      background-color: #fff;
      color: #e3e3e3;
      border-radius: 50%;
      text-align: center; }
    .comments-block .comment .text {
      overflow: hidden;
      padding-top: 2px;
      padding-left: 20px; }
      .comments-block .comment .text p {
        margin-bottom: 10px; }
      .comments-block .comment .text .meta {
        margin-bottom: 5px; }
        .comments-block .comment .text .meta [class*='icon'] {
          color: #8f7e57;
          font-size: 13px;
          top: -1px;
          left: 1px;
          padding-right: 7px; }
        .comments-block .comment .text .meta > *:not(:first-child) {
          margin-left: 18px;
          padding-left: 18px;
          position: relative; }
          .comments-block .comment .text .meta > *:not(:first-child):before {
            content: '';
            position: absolute;
            left: 0;
            top: 3px;
            z-index: 1;
            display: block;
            width: 1px;
            height: 17px;
            background-color: #dddddd; }
      .comments-block .comment .text a.reply {
        display: inline-block;
        text-decoration: none; }
        .comments-block .comment .text a.reply:hover {
          color: #8f7e57;
          text-decoration: none; }
        .comments-block .comment .text a.reply [class*='icon'] {
          position: relative;
          color: #8f7e57;
          font-size: 15px;
          padding-right: 7px;
          top: 1px;
          left: 1px; }
    .comments-block .comment.replay {
      margin-left: 115px; }
      @media (max-width: 767px) {
        .comments-block .comment.replay {
          margin-left: 70px; } }
      @media (max-width: 575px) {
        .comments-block .comment.replay {
          margin-left: 30px; } }

.comment-form {
  margin-bottom: 50px; }
  .comment-form .textarea-custom {
    height: 170px; }

.blog-isotope {
  overflow: hidden;
  margin-bottom: 50px;
  margin-top: 10px;
  overflow: visible; }
  .blog-isotope .post-title {
    font-size: 32px;
    line-height: 1.05em; }
    .blog-isotope .post-title:not(:first-child) {
      margin-top: 20px; }
    @media (max-width: 767px) {
      .blog-isotope .post-title {
        font-size: 28px; } }
  .blog-isotope .post-meta {
    margin-left: -20px;
    margin-right: -20px; }
    .blog-isotope .post-meta:first-child {
      margin-top: -20px; }
  @media (max-width: 767px) {
    .blog-isotope .post-meta-social {
      margin-top: 10px; } }
  .blog-isotope .blog-post:not(.post-preview) .post-meta-date {
    padding: 8px 0 0;
    width: 65px;
    height: 65px;
    font-size: 13px;
    line-height: 13px; }
    .blog-isotope .blog-post:not(.post-preview) .post-meta-date span {
      font-size: 42px;
      line-height: 32px; }
  .blog-isotope .blog-post .post-meta > * [class*='icon'] {
    font-size: 15px; }
  .blog-isotope .blog-post .post-meta > *:not(:first-child) {
    padding-left: 20px; }
    @media (max-width: 767px) {
      .blog-isotope .blog-post .post-meta > *:not(:first-child) {
        padding-left: 10px; } }
  .blog-isotope .blog-post .post-image {
    margin-left: -20px;
    margin-right: -20px; }
    .blog-isotope .blog-post .post-image:first-child {
      margin-top: -20px; }
  .blog-isotope .blog-post .post-image .post-link {
    font-size: 32px; }
    @media (max-width: 767px) {
      .blog-isotope .blog-post .post-image .post-link {
        font-size: 6vw; } }
  .blog-isotope .blog-post {
    position: relative;
    float: left;
    width: calc(33.333% - 20px);
    margin-bottom: 30px;
    padding: 20px 20px 24px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
    .blog-isotope .blog-post .quote {
      text-align: left;
      font-size: 16px;
      line-height: 24px; }
    @media (max-width: 1229px) {
      .blog-isotope .blog-post {
        width: calc(50% - 15px); } }
    @media (max-width: 767px) {
      .blog-isotope .blog-post {
        width: 100%; } }

.calendar {
  max-width: 350px; }
  .calendar__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    line-height: 22px;
    font-family: "Suravaram", serif;
    padding: 0 0 15px;
    color: #8f7e57; }
    .calendar__header .prev, .calendar__header .next {
      position: relative;
      top: 2px;
      font-size: 12px;
      color: #8f7e57;
      text-decoration: none; }
      .calendar__header .prev:hover, .calendar__header .next:hover {
        color: #454545;
        text-decoration: none; }
    .calendar__header .prev {
      margin-right: auto; }
    .calendar__header .next {
      margin-left: auto; }
  .calendar table {
    background: #fff;
    border-collapse: collapse;
    font-size: 14px;
    width: 100%;
    border-spacing: 0;
    border-collapse: separate; }
  .calendar td {
    border: 1px solid #fff;
    color: #2c2c2c;
    cursor: pointer;
    line-height: 36px;
    text-align: center;
    font-weight: 400;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .calendar td:hover {
      background-color: #f5f5f5; }
  .calendar th {
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    line-height: 36px;
    font-weight: 600;
    text-align: center;
    background-color: #8f7e57; }
  .calendar tr:first-child td {
    color: #2c2c2c;
    padding-bottom: 10px; }
  .calendar tr:nth-child(even) {
    background-color: #f8f8f8; }
  .calendar .selected,
  .calendar .selected:hover {
    color: #000;
    position: relative; }
    .calendar .selected:after,
    .calendar .selected:hover:after {
      position: absolute;
      z-index: 1;
      content: "";
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      border: 1px solid #8f7e57;
      border-radius: 2px;
      -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
              box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }

/*# sourceMappingURL=style.css.map */