body {
  font: 20px/24px "Alegreya Sans", sans-serif; }
  @media screen and (max-width: 992px) {
    body {
      font: 16px/20px 'Alegreya Sans', sans-serif; } }

#header {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  position: relative;
  z-index: 113; }
  #header .header-top {
    height: 90px;
    position: relative;
    box-shadow: 0 0.063em 0.188em rgba(0, 0, 0, 0.16);
    position: relative; }
    #header .header-top:after {
      display: block;
      content: " ";
      clear: both; }
    @media screen and (max-width: 767px) {
      #header .header-top {
        height: 60px;
        position: fixed;
        width: 100%;
        background: #fff; } }
    #header .header-top .mobileLogo {
      padding: 14px 0 14px 15px; }
    #header .header-top .header-left {
      float: left;
      padding-left: 30px;
      width: 40%; }
      @media screen and (max-width: 992px) {
        #header .header-top .header-left {
          padding-left: 15px; } }
      #header .header-top .header-left img {
        float: left;
        margin: 0 20px 0 0; }
      #header .header-top .header-left .text {
        overflow: hidden;
        max-width: 300px;
        color: #9b9b9b;
        font-family: "ff-market-web";
        font-size: 20px -2px;
        font-weight: 400;
        line-height: 21px;
        padding-top: 28px; }
        @media screen and (max-width: 992px) {
          #header .header-top .header-left .text {
            font-size: 16px; } }
        #header .header-top .header-left .text a {
          color: #9b897f; }
    #header .header-top .header-right {
      float: right;
      width: 40%; }
      #header .header-top .header-right .menu-opner {
        float: right;
        width: 90px;
        height: 90px;
        background-color: #8cb2b8;
        line-height: 90px;
        text-align: center;
        color: #fff;
        font-size: 30px;
        cursor: pointer; }
        @media screen and (max-width: 767px) {
          #header .header-top .header-right .menu-opner {
            width: 60px;
            height: 60px;
            line-height: 60px;
            font-size: 20px; } }
      #header .header-top .header-right .weather-info {
        float: right;
        width: 155px;
        height: 90px;
        padding: 30px 0;
        box-sizing: border-box;
        border-left: 1px solid #eee;
        text-align: center;
        margin: 0 0 0 30px; }
        #header .header-top .header-right .weather-info div {
          padding-left: 45px;
          color: #8cb2b8;
          background: url("../images/weather-icon.png") no-repeat;
          display: inline-block;
          font-size: 16px;
          font-weight: 500;
          line-height: 19px; }
          #header .header-top .header-right .weather-info div span {
            display: block;
            color: #9b897f;
            font-size: 19px;
            font-weight: 700;
            line-height: 23px;
            opacity: 0.5; }
      #header .header-top .header-right .zoover-info {
        float: right;
        padding: 25px 0;
        font-size: 33px;
        font-weight: 700;
        letter-spacing: -0.9px;
        line-height: 40px;
        color: #f26924; }
    #header .header-top .logo-holder, #header .header-top .logo-drop {
      left: 50%;
      top: 0;
      position: absolute;
      margin: 0 0 0 -115px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
      width: 230px;
      height: 150px;
      background: #fff; }
      #header .header-top .logo-holder a, #header .header-top .logo-drop a {
        display: block;
        width: 160px;
        margin: 20px auto 0; }
        #header .header-top .logo-holder a img, #header .header-top .logo-drop a img {
          margin: 0 auto; }
    #header .header-top .logo-drop {
      height: 90px;
      display: none; }
      @media screen and (max-width: 992px) {
        #header .header-top .logo-drop {
          display: block;
          box-shadow: none; } }
      #header .header-top .logo-drop a {
        display: block;
        width: 132px;
        margin: 8px auto 0; }
        #header .header-top .logo-drop a img {
          margin: 0 auto; }
    #header .header-top .overlay-mob {
      display: none;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      top: 60px;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 112; }
    #header .header-top .mega-dropdown {
      position: absolute;
      top: 90px;
      left: 0;
      right: 0;
      height: 400px;
      background: #fff;
      box-shadow: 0 0 7px rgba(0, 0, 0, 0.16) inset;
      z-index: 1;
      display: none;
      padding: 50px; }
      @media screen and (max-width: 992px) {
        #header .header-top .mega-dropdown {
          padding: 30px 20px 15px; } }
      @media screen and (max-width: 767px) {
        #header .header-top .mega-dropdown {
          top: 60px;
          left: auto;
          right: 0;
          width: 250px;
          background-color: #8cb2b8;
          padding: 20px 20px 100px;
          position: fixed;
          height: 100%;
          z-index: 999; } }
      #header .header-top .mega-dropdown h2 {
        color: #9b897f;
        font: 700 20px/24px "Alegreya Sans", sans-serif;
        margin: 0 0 30px; }
        @media screen and (max-width: 992px) {
          #header .header-top .mega-dropdown h2 {
            font-size: 16px;
            margin-bottom: 10px; } }
        @media screen and (max-width: 767px) {
          #header .header-top .mega-dropdown h2 {
            cursor: pointer;
            font-size: 18px;
            color: #fff;
            margin-bottom: 15px; } }
      #header .header-top .mega-dropdown h2.drop-inn-menu {
        position: relative; }
        #header .header-top .mega-dropdown h2.drop-inn-menu:after {
          position: absolute;
          right: 0;
          content: "\f107";
          font-family: FontAwesome;
          font-size: 16px;
          color: #fff; }
      #header .header-top .mega-dropdown h2.drop-inn-menu.active:after {
        position: absolute;
        right: 0;
        content: "\f106";
        font-family: FontAwesome;
        font-size: 16px;
        color: #fff; }
      #header .header-top .mega-dropdown ul {
        margin: 0 0 0 -20px;
        padding: 0;
        list-style: none; }
        @media screen and (max-width: 767px) {
          #header .header-top .mega-dropdown ul {
            display: none; } }
        #header .header-top .mega-dropdown ul li {
          margin-bottom: 5px; }
          #header .header-top .mega-dropdown ul li a {
            font-size: 18px;
            font-weight: 500;
            line-height: 21px;
            color: #9b897f;
            padding: 5px 50px 5px 20px;
            display: inline-block;
            position: relative;
            white-space: nowrap; }
            @media screen and (max-width: 992px) {
              #header .header-top .mega-dropdown ul li a {
                font-size: 16px;
                display: block; }
                #header .header-top .mega-dropdown ul li a:hover {
                  color: #9b897f;
                  text-decoration: none; } }
            #header .header-top .mega-dropdown ul li a:hover {
              background: url("../images/menu-hover.png") no-repeat;
              color: #fff;
              background-size: 100% 31px; }
              #header .header-top .mega-dropdown ul li a:hover:after {
                content: "\f105";
                position: absolute;
                top: 7px;
                height: 18px;
                right: 12px;
                width: 18px;
                line-height: 18px;
                text-align: center;
                background: #fff;
                border-radius: 100%;
                font-family: FontAwesome;
                color: #8cb2b8;
                font-size: 13px; }
                @media screen and (max-width: 767px) {
                  #header .header-top .mega-dropdown ul li a:hover:after {
                    display: none; } }
              @media screen and (max-width: 767px) {
                #header .header-top .mega-dropdown ul li a:hover {
                  background: url("../images/menu-hover-mob.svg") no-repeat;
                  color: #9b897f; } }
            @media screen and (max-width: 767px) {
              #header .header-top .mega-dropdown ul li a {
                font-size: 16px;
                color: #fff; } }
      #header .header-top .mega-dropdown .mob-menu-contact {
        padding-top: 20px; }
        #header .header-top .mega-dropdown .mob-menu-contact .phone-panel {
          background-color: #9b897f;
          border-radius: 44px;
          box-shadow: 0 2px 4px rgba(140, 178, 184, 0.3);
          text-align: center;
          color: #fff;
          display: block;
          font-size: 23px;
          height: 40px;
          line-height: 40px;
          margin: 0 auto 10px;
          text-align: center;
          width: 220px; }
        #header .header-top .mega-dropdown .mob-menu-contact a.mail-link {
          text-align: center;
          display: block;
          color: white;
          font-size: 16px;
          font-weight: 700;
          line-height: 16px; }
  #header .header-bottom {
    background-color: rgba(140, 178, 184, 0.1);
    height: 60px;
    padding: 12px; }
    #header .header-bottom .menu ul {
      margin: 0;
      padding: 0;
      list-style: none;
      text-align: center;
      position: relative;
      left: -12px; }
      #header .header-bottom .menu ul li {
        font-size: 20px;
        font-weight: 500;
        line-height: 37px;
        margin: 0 12px 0 0;
        display: inline-block; }
        @media screen and (max-width: 992px) {
          #header .header-bottom .menu ul li {
            font-size: 16px; } }
        #header .header-bottom .menu ul li a {
          color: #6c6c6c;
          background-color: rgba(141, 178, 184, 0.1);
          display: block;
          padding: 0 20px;
          border-radius: 30px; }
          #header .header-bottom .menu ul li a:hover {
            text-decoration: none;
            background: #8cb2b8;
            color: #fff; }
        #header .header-bottom .menu ul li a.active {
          background: #8cb2b8;
          color: #fff; }
      #header .header-bottom .menu ul li.sep {
        width: 240px; }
        @media screen and (max-width: 1020px) {
          #header .header-bottom .menu ul li.sep {
            width: 214px; } }

/*** Banner***/
.banner {
  position: relative; }
  @media screen and (max-width: 767px) {
    .banner {
      padding-top: 60px; } }
  .banner img {
    width: 100%;
    margin: -8px 0 0;
    height: auto; }
    @media screen and (max-width: 767px) {
      .banner img {
        height: 250px; } }
  .banner .banner-holder {
    position: absolute;
    left: 80px;
    right: 80px;
    bottom: 0;
    padding-bottom: 80px; }
    @media screen and (max-width: 1024px) {
      .banner .banner-holder {
        left: 0;
        right: 0;
        padding-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .banner .banner-holder {
        /*            top: 0;
                    bottom: auto;*/ } }
    .banner .banner-holder h1 {
      font-size: 60px;
      font-weight: 700;
      line-height: 62px;
      color: #fff;
      text-shadow: 0 1px 7px rgba(0, 0, 0, 0.5); }
      @media screen and (max-width: 1199px) {
        .banner .banner-holder h1 {
          font-size: 40px;
          line-height: 45px; } }
      @media screen and (max-width: 992px) {
        .banner .banner-holder h1 {
          font-size: 40px;
          line-height: normal; } }
      @media screen and (max-width: 767px) {
        .banner .banner-holder h1 {
          font-size: 23px;
          line-height: 19px; } }
      .banner .banner-holder h1 span {
        display: block; }
    .banner .banner-holder .banner-cap {
      overflow: hidden; }
      .banner .banner-holder .banner-cap .price-box {
        float: left;
        background: #8ba336;
        width: 84px;
        height: 84px;
        box-shadow: 0 5px 7px rgba(0, 0, 0, 0.29);
        color: #fff;
        border-radius: 100%;
        box-sizing: border-box;
        padding: 10px;
        margin: 0 15px 0 0; }
        @media screen and (max-width: 767px) {
          .banner .banner-holder .banner-cap .price-box {
            width: 64px;
            height: 64px;
            padding: 5px;
            text-align: center; } }
        .banner .banner-holder .banner-cap .price-box span {
          font-family: "ff-market-web";
          font-size: 16px;
          font-weight: 400;
          line-height: 24px;
          color: #fff;
          display: block;
          transform: rotate(-15deg); }
          @media screen and (max-width: 767px) {
            .banner .banner-holder .banner-cap .price-box span {
              font-size: 12px;
              position: relative;
              left: -5px; } }
        .banner .banner-holder .banner-cap .price-box strong {
          font-weight: 500;
          line-height: 40px;
          font-size: 42px;
          font-weight: 500;
          line-height: 40px;
          position: relative;
          top: -7px; }
          @media screen and (max-width: 767px) {
            .banner .banner-holder .banner-cap .price-box strong {
              font-size: 24px;
              line-height: 30px; } }
          .banner .banner-holder .banner-cap .price-box strong em {
            font-size: 27px; }
      .banner .banner-holder .banner-cap .caption-text {
        font-size: 20px;
        font-weight: 400;
        line-height: 27px;
        color: #fff; }
        @media screen and (max-width: 767px) {
          .banner .banner-holder .banner-cap .caption-text {
            display: none; } }
    .banner .banner-holder .caption-right {
      background: url("../images/bg-w1.png") no-repeat -10px 0;
      max-width: 315px;
      margin: 130px auto 0;
      color: #fff;
      font-family: "ff-market-web";
      font-size: 24px;
      padding: 20px 20px 20px 30px;
      font-weight: 400; }
      @media screen and (max-width: 992px) {
        .banner .banner-holder .caption-right {
          font-size: 18px; } }
      @media screen and (max-width: 767px) {
        .banner .banner-holder .caption-right {
          margin-top: 10px; } }
      .banner .banner-holder .caption-right a {
        color: #fff; }

/**** Reservation panel ****/
.reservation-panel {
  background-image: linear-gradient(180deg, #f4f8f8 0%, white 100%);
  min-height: 500px;
  padding: 26px 0 0; }
  .reservation-panel:after {
    display: block;
    content: " ";
    clear: both; }
  .reservation-panel h2 {
    font-size: 33px;
    color: #8cb2b8;
    margin: 0 0 5px;
    line-height: 35px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .reservation-panel h2 {
        font-size: 16px;
        line-height: 20px; } }
  .reservation-panel .search-filters {
    padding: 0 0 80px;
    text-align: center; }
    @media screen and (max-width: 992px) {
      .reservation-panel .search-filters {
        padding: 0 0 40px; } }
    .reservation-panel .search-filters form > div {
      margin: 0 5px 10px 5px; }
    .reservation-panel .search-filters .date-holder {
      width: 266px;
      padding: 8px 40px 8px 10px;
      position: relative;
      background-color: white;
      border: 2px solid rgba(255, 255, 255, 0.8);
      border-radius: 8px;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
      display: inline-block;
      vertical-align: top; }
      @media screen and (max-width: 992px) {
        .reservation-panel .search-filters .date-holder {
          width: 208px; } }
      @media screen and (max-width: 767px) {
        .reservation-panel .search-filters .date-holder {
          padding: 8px 40px 8px 10px;
          float: none;
          margin: 0 auto 10px;
          width: 266px;
          display: block; } }
      .reservation-panel .search-filters .date-holder:after {
        content: "\f073";
        position: absolute;
        right: 10px;
        width: 20px;
        top: 10px;
        font-size: 20px;
        color: #8cb2b8;
        font-family: FontAwesome; }
      .reservation-panel .search-filters .date-holder input {
        height: 30px;
        border: 0;
        outline: none;
        width: 100%;
        color: #6c6c6c;
        font-size: 20px; }
        @media screen and (max-width: 992px) {
          .reservation-panel .search-filters .date-holder input {
            font-size: 16px; } }
        @media screen and (max-width: 767px) {
          .reservation-panel .search-filters .date-holder input {
            font-size: 16px;
            font-weight: 500;
            line-height: 19px; } }
    .reservation-panel .search-filters .select-box {
      width: 185px;
      display: inline-block;
      vertical-align: top; }
      @media screen and (max-width: 992px) {
        .reservation-panel .search-filters .select-box {
          width: 150px; } }
      @media screen and (max-width: 767px) {
        .reservation-panel .search-filters .select-box {
          width: 185px;
          margin: 0 auto 10px;
          float: none;
          display: block; } }
      @media screen and (max-width: 767px) {
        .reservation-panel .search-filters .select-box .select-area {
          float: none;
          display: block; } }
      @media screen and (max-width: 992px) {
        .reservation-panel .search-filters .select-box .select-area span {
          font-size: 16px;
          position: relative;
          top: -2px; } }
      @media screen and (max-width: 767px) {
        .reservation-panel .search-filters .select-box {
          width: 266px; } }
      @media screen and (max-width: 767px) {
        .reservation-panel .search-filters .select-box .select-area {
          height: 40px;
          font-size: 16px;
          font-weight: 500;
          line-height: 40px; } }
    .reservation-panel .search-filters .btn-filters {
      display: inline-block;
      width: 260px; }
      @media screen and (max-width: 1199px) {
        .reservation-panel .search-filters .btn-filters {
          width: 250px; } }
      @media screen and (max-width: 992px) {
        .reservation-panel .search-filters .btn-filters {
          width: 160px; } }
      @media screen and (max-width: 767px) {
        .reservation-panel .search-filters .btn-filters {
          width: 220px; } }
      .reservation-panel .search-filters .btn-filters input {
        border: 0;
        height: 50px;
        background-color: #8cb2b8;
        border-radius: 44px;
        box-shadow: 0 2px 4px rgba(140, 178, 184, 0.3);
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        width: 100%; }
        @media screen and (max-width: 992px) {
          .reservation-panel .search-filters .btn-filters input {
            font-size: 16px; } }
        @media screen and (max-width: 767px) {
          .reservation-panel .search-filters .btn-filters input {
            font-size: 20px; } }
  .reservation-panel .white-box {
    min-height: 250px;
    background-color: white;
    border: 1px solid rgba(140, 178, 184, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
    margin-bottom: 60px;
    text-align: center;
    padding: 30px; }
    @media screen and (max-width: 767px) {
      .reservation-panel .white-box {
        margin-bottom: 15px; } }
    @media screen and (max-width: 1024px) {
      .reservation-panel .white-box {
        padding: 15px; } }
    .reservation-panel .white-box img {
      max-height: 39px; }
    .reservation-panel .white-box h3 {
      color: #9b897f;
      margin: 10px 0;
      font-size: 26px; }
      @media screen and (max-width: 992px) {
        .reservation-panel .white-box h3 {
          font-size: 20px; } }
    .reservation-panel .white-box p {
      color: #4a4a4a;
      margin: 0 0 20px; }
    .reservation-panel .white-box .box-link {
      text-shadow: 0 1px 2px transparent;
      color: white;
      font-family: "ff-market-web";
      font-size: 20px;
      font-weight: 400;
      line-height: 36px;
      display: inlin-block;
      padding: 10px 40px;
      background: url(../images/bg-link.png) no-repeat;
      background-size: 100% 38px; }
      @media screen and (max-width: 992px) {
        .reservation-panel .white-box .box-link {
          padding: 10px 20px;
          font-size: 16px; } }
      .reservation-panel .white-box .box-link i {
        margin: 0 0 0 10px; }
      .reservation-panel .white-box .box-link:hover {
        background: url(../images/bg-link-h.png) no-repeat;
        text-decoration: none;
        background-size: 100% 38px; }

/*** slider panel ***/
.slider-panel {
  background: url("../images/bg-slider.png") no-repeat;
  padding: 0 0 0px 50px; }
  @media screen and (max-width: 1024px) {
    .slider-panel {
      padding: 0 0 0px 15px;
      overflow: hidden; } }
  @media screen and (max-width: 992px) {
    .slider-panel {
      background-size: cover;
      -webkit-background-size: cover; } }
  @media screen and (max-width: 767px) {
    .slider-panel {
      padding: 0; } }
  .slider-panel .left-block {
    float: left;
    width: 24%;
    height: auto;
    padding: 60px 0 25px; }
    @media screen and (max-width: 1300px) {
      .slider-panel .left-block {
        padding: 50px 0 0; } }
    @media screen and (max-width: 1199px) {
      .slider-panel .left-block {
        width: 30%;
        height: auto; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .slider-panel .left-block {
        padding: 22px 0 0;
        height: auto;
        width: 35%; } }
    @media screen and (max-width: 767px) {
      .slider-panel .left-block {
        width: 100%;
        text-align: center;
        padding: 40px 15px 0;
        height: auto;
        float: none; } }
    .slider-panel .left-block h2 {
      color: #fff;
      font-size: 36px;
      font-weight: 700;
      line-height: 38px;
      margin: 0 0 20px; }
      @media screen and (max-width: 1300px) {
        .slider-panel .left-block h2 {
          margin-bottom: 15px; } }
      @media screen and (max-width: 992px) {
        .slider-panel .left-block h2 {
          font-size: 32px;
          margin-bottom: 15px; } }
      .slider-panel .left-block h2 span {
        display: block; }
    .slider-panel .left-block p {
      color: #fff;
      margin: 0 0 20px; }
      @media screen and (max-width: 1300px) {
        .slider-panel .left-block p {
          margin-bottom: 15px; } }
      @media screen and (max-width: 992px) {
        .slider-panel .left-block p {
          margin-bottom: 10px; } }
    .slider-panel .left-block .left-link {
      color: #fff;
      background: url("../images/bg-fill.png") no-repeat;
      font-family: "ff-market-web";
      padding: 10px 40px 10px 20px;
      display: inline-block;
      background-size: 100% 45px; }
      .slider-panel .left-block .left-link i {
        margin: 0 0 0 10px; }
      .slider-panel .left-block .left-link:hover {
        text-decoration: none; }
  .slider-panel .right-panel {
    padding: 30px 0 0 68px;
    overflow: hidden;
    position: relative; }
    @media screen and (max-width: 992px) {
      .slider-panel .right-panel {
        padding: 30px 0 0 10px; } }
    @media screen and (max-width: 767px) {
      .slider-panel .right-panel {
        padding: 40px 0 0; } }
    .slider-panel .right-panel .slick-slide img {
      width: 100%;
      max-height: 302px;
      padding-bottom: 0; }
    @media screen and (max-width: 992px) {
      .slider-panel .right-panel .slick-slide {
        padding-bottom: 0; } }
    .slider-panel .right-panel .slick-dots {
      display: none !important; }
    .slider-panel .right-panel .features-list {
      padding: 0px 0 0px 123px; }
      @media screen and (max-width: 1199px) {
        .slider-panel .right-panel .features-list {
          padding: 0px 0 0px 60px; } }
      @media screen and (max-width: 1110px) {
        .slider-panel .right-panel .features-list {
          padding-left: 45px; } }
      @media screen and (max-width: 1024px) {
        .slider-panel .right-panel .features-list {
          padding-left: 30px; } }
      @media screen and (max-width: 992px) {
        .slider-panel .right-panel .features-list {
          padding-left: 25px; } }
      @media screen and (max-width: 767px) {
        .slider-panel .right-panel .features-list {
          padding-left: 0px; } }
      .slider-panel .right-panel .features-list .features-list-holder {
        background: #fff;
        padding: 60px 0 40px; }
        @media screen and (max-width: 1115px) {
          .slider-panel .right-panel .features-list .features-list-holder {
            padding: 80px 0 60px; } }
        @media screen and (max-width: 992px) {
          .slider-panel .right-panel .features-list .features-list-holder {
            padding: 50px 0 30px; } }
        .slider-panel .right-panel .features-list .features-list-holder ul {
          margin-top: 0;
          list-style: none;
          margin: 0px 0 0;
          padding: 0 0 0 30px; }
          .slider-panel .right-panel .features-list .features-list-holder ul li {
            margin: 0 0 18px;
            color: #8cb2b8;
            min-height: 31px; }
            @media screen and (max-width: 992px) {
              .slider-panel .right-panel .features-list .features-list-holder ul li {
                height: 30px; } }
            @media screen and (max-width: 767px) {
              .slider-panel .right-panel .features-list .features-list-holder ul li {
                height: 50px;
                float: left;
                width: 50%; } }
            .slider-panel .right-panel .features-list .features-list-holder ul li img {
              max-width: 30px;
              margin: 0 20px 0 0; }
              @media screen and (max-width: 1024px) {
                .slider-panel .right-panel .features-list .features-list-holder ul li img {
                  margin: 0 15px 0 0; } }
              @media screen and (max-width: 767px) {
                .slider-panel .right-panel .features-list .features-list-holder ul li img {
                  float: left; } }
          @media screen and (max-width: 1024px) {
            .slider-panel .right-panel .features-list .features-list-holder ul {
              padding: 0 0 0 10px; } }
          @media screen and (max-width: 992px) {
            .slider-panel .right-panel .features-list .features-list-holder ul {
              margin: 0;
              /*                        padding: 40px 0 30px;*/ } }
    .slider-panel .right-panel:after {
      content: " ";
      position: absolute;
      height: 60px;
      width: 76%;
      background: #8cb2b8;
      top: -30px;
      left: 68px; }
      @media screen and (max-width: 992px) {
        .slider-panel .right-panel:after {
          display: none; } }

/**** main-column-block ****/
.main-column-block {
  overflow: hidden;
  padding: 74px 0 400px;
  background: url("../images/bg-footer.jpg") no-repeat center bottom;
  min-height: 1350px;
  background-size: 100% auto;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .main-column-block {
      background-size: auto 100%; } }
  @media screen and (max-width: 767px) {
    .main-column-block {
      min-height: 800px; } }
  .main-column-block:before {
    height: 132px;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/bg-main-rp.jpg") repeat-x;
    right: 0; }
  .main-column-block .main-box {
    border: 1px solid rgba(140, 178, 184, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
    min-height: 280px;
    background: #fff;
    text-align: center;
    position: relative;
    margin: 0 0 30px;
    max-height: 280px;
    overflow: hidden; }
    @media screen and (max-width: 480px) {
      .main-column-block .main-box {
        max-height: none; } }
    .main-column-block .main-box > img {
      height: 24px;
      width: 24px; }
    .main-column-block .main-box .main-col-left {
      float: left;
      width: 50%;
      padding: 20px;
      box-sizing: border-box; }
      @media screen and (max-width: 1199px) {
        .main-column-block .main-box .main-col-left {
          width: 45%; } }
      @media screen and (max-width: 1024px) {
        .main-column-block .main-box .main-col-left {
          padding: 20px 10px 10px;
          width: 40%; } }
      @media screen and (max-width: 480px) {
        .main-column-block .main-box .main-col-left {
          width: 100%; } }
    .main-column-block .main-box .main-col-right {
      float: right;
      width: 50%;
      box-sizing: border-box;
      position: relative; }
      @media screen and (max-width: 1199px) {
        .main-column-block .main-box .main-col-right {
          width: 55%; } }
      @media screen and (max-width: 1024px) {
        .main-column-block .main-box .main-col-right {
          width: 60%; } }
      @media screen and (max-width: 480px) {
        .main-column-block .main-box .main-col-right {
          width: 100%; } }
      .main-column-block .main-box .main-col-right img {
        width: 100%;
        height: 100%; }
        @media screen and (max-width: 1199px) {
          .main-column-block .main-box .main-col-right img {
            height: 280px; } }
        @media screen and (max-width: 1024px) {
          .main-column-block .main-box .main-col-right img {
            height: 100%; } }
      .main-column-block .main-box .main-col-right .box-link {
        text-shadow: 0 1px 2px transparent;
        color: white;
        font-family: "ff-market-web";
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        display: inlin-block;
        padding: 10px 40px;
        background: url(../images/bg-link.png) no-repeat;
        background-size: 100% 38px;
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px; }
        .main-column-block .main-box .main-col-right .box-link i {
          margin: 0 0 0 10px; }
    .main-column-block .main-box h2 {
      font-size: 22px;
      color: #9b897f;
      line-height: 26px;
      margin: 5px 0 10px; }
    .main-column-block .main-box p {
      font-size: 14px;
      line-height: 20px;
      color: #4a4a4a; }
    .main-column-block .main-box .price-box {
      display: block;
      background: #8ba336;
      width: 84px;
      height: 84px;
      box-shadow: 0 5px 7px rgba(0, 0, 0, 0.29);
      color: #fff;
      border-radius: 100%;
      box-sizing: border-box;
      padding: 10px 5px;
      margin: 20px auto; }
      .main-column-block .main-box .price-box span {
        font-family: "ff-market-web";
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #fff;
        display: block;
        transform: rotate(-10deg);
        position: relative;
        left: -5px;
        top: 6px; }
      .main-column-block .main-box .price-box strong {
        font-weight: 500;
        line-height: 40px;
        font-size: 27px;
        font-weight: 500;
        line-height: 40px;
        position: relative;
        top: -7px; }
        .main-column-block .main-box .price-box strong em {
          font-size: 20px; }
  .main-column-block .main-box.join-maon-box .price-box {
    position: absolute;
    background: #8ba336;
    width: 84px;
    height: 84px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.29);
    color: #fff;
    border-radius: 100%;
    box-sizing: border-box;
    padding: 10px 5px;
    left: 50%;
    top: 50%;
    margin: -42px 0 0 -42px;
    z-index: 111; }
    @media screen and (max-width: 1199px) {
      .main-column-block .main-box.join-maon-box .price-box {
        margin: -42px 0 0 -62px; } }
    @media screen and (max-width: 1024px) {
      .main-column-block .main-box.join-maon-box .price-box {
        left: 75%;
        transform: translateX(-25%); } }
    @media screen and (max-width: 480px) {
      .main-column-block .main-box.join-maon-box .price-box {
        left: 50%;
        top: 75%;
        transform: none; } }
    .main-column-block .main-box.join-maon-box .price-box span {
      font-family: "ff-market-web";
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      color: #fff;
      display: block;
      transform: rotate(-10deg);
      position: relative;
      left: -5px;
      top: 6px; }
    .main-column-block .main-box.join-maon-box .price-box strong {
      font-weight: 500;
      line-height: 40px;
      font-size: 27px;
      font-weight: 500;
      line-height: 40px;
      position: relative;
      top: -7px; }
      .main-column-block .main-box.join-maon-box .price-box strong em {
        font-size: 20px; }
  @media screen and (max-width: 767px) {
    .main-column-block .slick-slide {
      background: none; } }
  .main-column-block .main-box.singlebox {
    padding: 20px; }
    @media screen and (max-width: 1199px) {
      .main-column-block .main-box.singlebox {
        padding: 20px 0; } }
    @media screen and (max-width: 1024px) {
      .main-column-block .main-box.singlebox {
        padding: 25px 5px 5px; } }
    @media screen and (max-width: 767px) {
      .main-column-block .main-box.singlebox {
        margin: 8px; } }
    @media screen and (max-width: 340px) {
      .main-column-block .main-box.singlebox {
        margin: 2px;
        padding: 25px 2px 5px; } }
    @media screen and (max-width: 767px) {
      .main-column-block .main-box.singlebox img {
        display: inline; } }
    .main-column-block .main-box.singlebox .box-link {
      text-shadow: 0 1px 2px transparent;
      color: white;
      font-family: "ff-market-web";
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      display: inlin-block;
      padding: 10px 40px;
      background: url(../images/bg-link.png) no-repeat;
      background-size: 100% 38px; }
      .main-column-block .main-box.singlebox .box-link i {
        margin: 0 0 0 10px; }
  .main-column-block .heading-main {
    font-size: 36px;
    color: #8cb2b8;
    text-align: center; }
  .main-column-block .phone-panel {
    width: 240px;
    height: 50px;
    background-color: #9b897f;
    border-radius: 44px;
    box-shadow: 0 2px 4px rgba(140, 178, 184, 0.3);
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 29px; }

/**** footer ****/
#footer {
  padding: 104px 0 50px;
  background: url("../images/bg-f1.png") no-repeat;
  background-size: 100% 104px;
  position: relative; }
  @media screen and (max-width: 767px) {
    #footer {
      padding: 0 0 50px 0; } }
  #footer .footer-top {
    background: #fff;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.1);
    max-width: 975px;
    margin: -230px auto 70px;
    padding: 40px 40px 50px;
    color: #4a4a4a;
    line-height: 32px; }
    @media screen and (max-width: 767px) {
      #footer .footer-top {
        margin: -340px auto 50px auto;
        padding: 15px;
        width: 90%; } }
    #footer .footer-top h3 {
      font-size: 24px;
      color: #8cb2b8;
      margin: 0 0 10px; }
    #footer .footer-top ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      #footer .footer-top ul li {
        font-size: 18px;
        color: #4a4a4a; }
        #footer .footer-top ul li a {
          color: #4a4a4a; }
  #footer section {
    text-align: center;
    font-size: 18px;
    color: #4a4a4a;
    line-height: 32px; }
    #footer section img {
      margin: 0 20px;
      position: relative;
      top: -5px; }
      @media screen and (max-width: 767px) {
        #footer section img {
          margin: auto;
          display: inline-block; } }

.banner-holder.banner-holder01 {
  bottom: 45px; }
  .banner-holder.banner-holder01 .box-link1 {
    text-shadow: 0 1px 2px transparent;
    color: white;
    font-family: "ff-market-web";
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    display: inlin-block;
    padding: 10px 40px;
    background: url(../images/bg-link.png) no-repeat;
    background-size: 100% 38px; }
    .banner-holder.banner-holder01 .box-link1 i {
      margin: 0 0 0 10px; }

.main-column-block.main-column-block01 {
  padding-top: 0;
  overflow: visible;
  min-height: 1728px;
  background: url(../images/bg-inner1.jpg) no-repeat center bottom;
  background-size: 100% auto; }
  .main-column-block.main-column-block01:before {
    height: 100%;
    background: url("../images/slice.jpg") repeat-x;
    content: " ";
    background-size: 3px 766px; }
  @media screen and (max-width: 1024px) {
    .main-column-block.main-column-block01 {
      background-size: auto auto; } }

.inner-page-block {
  margin: 0 auto;
  max-width: 950px;
  background: #fff;
  position: relative;
  padding: 70px 0 0; }
  .inner-page-block .cust-breadcrumbs {
    position: absolute;
    z-index: 11;
    left: -100px;
    top: -25px;
    background-color: #afc9ce;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
    line-height: 50px;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 1024px) {
      .inner-page-block .cust-breadcrumbs {
        left: 0; } }
    .inner-page-block .cust-breadcrumbs li {
      color: #fff;
      float: left;
      font-size: 22px;
      margin: 0 20px 0 0;
      position: relative; }
      @media screen and (max-width: 640px) {
        .inner-page-block .cust-breadcrumbs li {
          font-size: 16px; } }
      .inner-page-block .cust-breadcrumbs li a {
        color: #fff;
        padding: 0 5px;
        display: block; }
      .inner-page-block .cust-breadcrumbs li:first-child a {
        background: #8cb2b8;
        padding: 0 20px; }
      .inner-page-block .cust-breadcrumbs li:last-child:before {
        content: "\f105";
        position: absolute;
        left: -12px;
        top: 0;
        color: #fff;
        font-family: FontAwesome;
        font-size: 14px; }
  .inner-page-block .two-cols {
    position: relative;
    margin: 0 -100px 0; }
    @media screen and (max-width: 1024px) {
      .inner-page-block .two-cols {
        margin: 0; } }
    .inner-page-block .two-cols:after {
      display: block;
      content: " ";
      clear: both; }
    .inner-page-block .two-cols .left-aside {
      float: left;
      width: 265px;
      box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
      background: #fff;
      padding: 20px 0;
      margin: 0 30px 0 0; }
      @media screen and (max-width: 480px) {
        .inner-page-block .two-cols .left-aside {
          margin: 0;
          width: 100%;
          float: none; } }
      .inner-page-block .two-cols .left-aside ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .inner-page-block .two-cols .left-aside ul li a {
          display: block;
          padding: 5px 30px;
          line-height: 30px;
          color: #8cb2b8;
          font-size: 20px; }
          .inner-page-block .two-cols .left-aside ul li a:hover {
            background: url("../images/bg-link-h.png") no-repeat 6px 0;
            background-size: 89% 42px;
            color: #fff;
            text-decoration: none; }
        .inner-page-block .two-cols .left-aside ul li a.active {
          background: url("../images/bg-link-h.png") no-repeat 6px 0;
          background-size: 89% 42px;
          color: #fff;
          text-decoration: none; }
    .inner-page-block .two-cols .gallery-holder {
      overflow: hidden; }
      @media screen and (max-width: 480px) {
        .inner-page-block .two-cols .gallery-holder {
          overflow: visible; } }
      .inner-page-block .two-cols .gallery-holder .gal-img-holder {
        overflow: hidden;
        position: relative;
        margin: 0 0 30px; }
        .inner-page-block .two-cols .gallery-holder .gal-img-holder img {
          width: 100%;
          height: auto; }
        .inner-page-block .two-cols .gallery-holder .gal-img-holder p {
          position: absolute;
          left: 0;
          bottom: -9px;
          right: 0;
          color: #fff;
          font-family: "ff-market-web";
          padding: 20px;
          background: url("../images/bg-para.png") no-repeat; }
        .inner-page-block .two-cols .gallery-holder .gal-img-holder .gal-overlay {
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          background: rgba(155, 137, 127, 0.8);
          display: none; }
          .inner-page-block .two-cols .gallery-holder .gal-img-holder .gal-overlay img {
            width: 70px;
            height: 70px;
            position: absolute;
            left: 50%;
            top: 50%;
            margin: -35px 0 0 -35px; }
        .inner-page-block .two-cols .gallery-holder .gal-img-holder:hover p {
          display: none; }
        .inner-page-block .two-cols .gallery-holder .gal-img-holder:hover .gal-overlay {
          display: block; }
  .inner-page-block h2 {
    color: #8cb2b8;
    font-size: 36px;
    margin: 0 0 30px; }
    @media screen and (max-width: 640px) {
      .inner-page-block h2 {
        font-size: 20px; } }

h2.text-align-left {
  padding-left: 214px; }
  @media screen and (max-width: 1024px) {
    h2.text-align-left {
      padding: 0 0 0 15px; } }

.contact-main-holder {
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    .contact-main-holder {
      overflow: visible; } }
  .contact-main-holder .contact-info-panel.content-info-panel p {
    color: #6e6e6e;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    font-style: normal; }
    .contact-main-holder .contact-info-panel.content-info-panel p:first-child {
      font-style: normal; }
  .contact-main-holder .contact-right-panel {
    float: right;
    width: 260px;
    margin: 0 0 0 30px; }
    @media screen and (max-width: 992px) {
      .contact-main-holder .contact-right-panel {
        margin: 0;
        float: none;
        width: 100%; } }
    .contact-main-holder .contact-right-panel .contact-address {
      background: #fff;
      border: 1px solid rgba(140, 178, 184, 0.3);
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
      padding: 20px; }
      .contact-main-holder .contact-right-panel .contact-address address {
        font-size: 18px;
        color: #6e6e6e; }
    .contact-main-holder .contact-right-panel .contact-map {
      border: 1px solid rgba(140, 178, 184, 0.3);
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
      border-top: 0;
      margin-bottom: 20px; }
      @media screen and (max-width: 480px) {
        .contact-main-holder .contact-right-panel .contact-map img {
          width: 100%; } }
    .contact-main-holder .contact-right-panel a {
      margin: 0 10px 0 5px; }
  .contact-main-holder .contact-info-panel {
    overflow: hidden;
    padding: 20px; }
    @media screen and (max-width: 992px) {
      .contact-main-holder .contact-info-panel {
        padding: 0 15px 0;
        width: 100%; } }
    .contact-main-holder .contact-info-panel p {
      color: #6e6e6e;
      margin: 0 0 30px; }
      .contact-main-holder .contact-info-panel p:first-child {
        font-style: italic; }
    .contact-main-holder .contact-info-panel .form-control {
      border: 2px solid rgba(255, 255, 255, 0.8);
      border-radius: 8px;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
      height: 50px;
      color: #6c6c6c;
      font-size: 20px; }
    .contact-main-holder .contact-info-panel .has-success .form-control-feedback {
      color: #8ba336; }
    .contact-main-holder .contact-info-panel .form-control-feedback {
      top: 6px;
      right: 0;
      z-index: 2;
      display: block;
      width: 64px;
      height: 38px; }
    .contact-main-holder .contact-info-panel .glyphicon-ok:before {
      content: "\e013";
      font-size: 15px; }
    .contact-main-holder .contact-info-panel .glyphicon-remove:before {
      content: "\e014";
      font-size: 15px; }
    .contact-main-holder .contact-info-panel textarea.form-control {
      margin: 10px 0;
      height: 240px;
      resize: none; }
    .contact-main-holder .contact-info-panel .form-group:after {
      display: block;
      content: " ";
      clear: both; }
    .contact-main-holder .contact-info-panel .form-group .chk-label {
      color: #6c6c6c;
      font-size: 16px;
      font-weight: 500;
      position: relative;
      top: -2px;
      opacity: 0.5; }
      @media screen and (max-width: 767px) {
        .contact-main-holder .contact-info-panel .form-group .chk-label {
          font-size: 15px; } }
    .contact-main-holder .contact-info-panel .form-group .btn-submit {
      height: 50px;
      background-color: #8cb2b8;
      border-radius: 44px;
      box-shadow: 0 2px 4px rgba(140, 178, 184, 0.3);
      color: #fff;
      font-size: 20px;
      margin: 0 auto;
      display: block;
      width: 230px;
      border: 0; }
      .contact-main-holder .contact-info-panel .form-group .btn-submit:hover {
        background-color: #76a0a7; }

.inner-page-block.inner-page-block01 {
  margin-bottom: 60px; }

.side-gallery-image .gal-img-holder {
  overflow: hidden;
  position: relative;
  margin: 0 0 30px; }
  .side-gallery-image .gal-img-holder img {
    width: 100%;
    height: auto; }
  .side-gallery-image .gal-img-holder p {
    position: absolute;
    left: 0;
    bottom: -9px;
    right: 0;
    color: #fff;
    font-family: "ff-market-web";
    padding: 20px;
    background: url("../images/bg-para.png") no-repeat; }
  .side-gallery-image .gal-img-holder .gal-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(155, 137, 127, 0.8);
    display: none; }
    .side-gallery-image .gal-img-holder .gal-overlay img {
      width: 70px;
      height: 70px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -35px 0 0 -35px; }
  .side-gallery-image .gal-img-holder:hover p {
    display: none; }
  .side-gallery-image .gal-img-holder:hover .gal-overlay {
    display: block; }

.projects-bxs .projects-heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  color: #6e6e6e;
  margin-bottom: 10px; }
  .projects-bxs .projects-heading span {
    color: #8cb2b8; }
.projects-bxs .white-box {
  min-height: 50px;
  background-color: white;
  border: 1px solid rgba(140, 178, 184, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
  margin-bottom: 60px;
  text-align: center;
  padding: 20px; }
  @media screen and (max-width: 767px) {
    .projects-bxs .white-box {
      margin-bottom: 15px; } }
  @media screen and (max-width: 1024px) {
    .projects-bxs .white-box {
      padding: 10px; } }
  .projects-bxs .white-box img {
    max-height: 22px; }
  .projects-bxs .white-box h3 {
    color: #9b897f;
    margin: 10px 0;
    font-size: 22px; }
    @media screen and (max-width: 992px) {
      .projects-bxs .white-box h3 {
        font-size: 16px; } }
  .projects-bxs .white-box p {
    color: #4a4a4a;
    margin: 0 0 20px;
    font-size: 14px; }
  .projects-bxs .white-box .prj-price {
    color: #8ba336;
    font-size: 30px;
    font-weight: 500;
    line-height: 20px; }

.bottom-num-info {
  padding: 100px 0; }
  @media screen and (max-width: 992px) {
    .bottom-num-info {
      padding: 50px 0; } }

.reservation-panel.reservation-panel-in {
  min-height: 10px;
  background-image: none; }

/*# sourceMappingURL=all.css.map */
