@charset "UTF-8";
footer {
   background-color: #2b2b2b;
    width: 100%;
    font-size: 16px;
    color: #d5d5d5;}
  @media screen and (max-width: 768px) {
    footer {
      font-size: 30px;
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media screen and (max-width: 576px) {
    footer {
      font-size: 13px;
      padding-top: 15px;
      padding-bottom: 15px; } }
  footer .footerContent {    
    padding: 45px 0;
    }
  @media screen and (min-width: 769px) {
    footer .footerContent>.container>.row{ display: flex;}
    footer .footerContent .footerMenu{flex: 1}
  }
 
    footer .footerContent .mobileSeparator {
      display: none; }
      @media screen and (max-width: 768px) {
        footer .footerContent .mobileSeparator {
          display: block;
          border-bottom: 1px solid #c1c1c1;
          height: 50px;
          margin-bottom: 50px;
          width: 90%;
          margin-left: 40px;
          margin-right: 40px; } }
      @media screen and (max-width: 576px) {
        footer .footerContent .mobileSeparator {
          height: 20px;
          margin-bottom: 20px;
          margin-left: 15px;
          margin-right: 15px; } }
    footer .footerContent .footerMenu {
      border-right: 1px solid #c1c1c1;}
      @media screen and (max-width: 768px) {
        footer .footerContent .footerMenu:nth-child(2) {
          border: none; } }
      footer .footerContent .footerMenu ul {        
        padding: 0;
        padding-left: 40px; }
        @media screen and (max-width: 768px) {
          footer .footerContent .footerMenu ul {           
            padding-left: 30px;
            padding-bottom: 20px; } }
        @media screen and (max-width: 576px) {
          footer .footerContent .footerMenu ul {           
            padding-left: 0;
            padding-bottom: 20px; } }
        footer .footerContent .footerMenu ul li {
          list-style: none; }
          footer .footerContent .footerMenu ul li a {
            color: inherit;
            line-height: 30px; }
            footer .footerContent .footerMenu ul li a:hover {
              text-decoration: none; }
    footer .footerContent .footerSocial {
      border-bottom: 1px solid #c1c1c1;
      height: 50px; }
      @media screen and (max-width: 768px) {
        footer .footerContent .footerSocial {
          padding-left: 30px;
          height: 100px;
          margin-right: 40px; } }
      @media screen and (max-width: 576px) {
        footer .footerContent .footerSocial {
          padding-left: 10px;
          height: 60px;
          margin-right: 15px; } }
      footer .footerContent .footerSocial .wpg-ico {
        float: left;
        padding: 10px;
        list-style: none; }
        @media screen and (max-width: 768px) {
          footer .footerContent .footerSocial .wpg-ico {
            padding-top: 0;
            padding-left: 20px;
            padding-right: 20px; }
            footer .footerContent .footerSocial .wpg-ico:nth-of-type(4) {
              padding-right: 30px; }
            footer .footerContent .footerSocial .wpg-ico:nth-of-type(5) {
              padding-left: 0; } }
        @media screen and (max-width: 576px) {
          footer .footerContent .footerSocial .wpg-ico {
            padding-top: 0;
            padding-right: 10px;
            padding-left: 10px; }
            footer .footerContent .footerSocial .wpg-ico:nth-of-type(4) {
              padding-right: 10px; }
            footer .footerContent .footerSocial .wpg-ico:nth-of-type(5) {
              padding-left: 10px; }
            footer .footerContent .footerSocial .wpg-ico:nth-of-type(6) {
              padding-left: 0; } }
        footer .footerContent .footerSocial .wpg-ico:first-child {
          padding-left: 0; }
        footer .footerContent .footerSocial .wpg-ico a {
          color: inherit; }
          footer .footerContent .footerSocial .wpg-ico a span {
            display: none; }
    footer .footerContent p {
      margin-left: 40px;
      padding-top: 10px; }
      @media screen and (max-width: 768px) {
        footer .footerContent p {
          font-size: 24px; } }
      @media screen and (max-width: 576px) {
        footer .footerContent p {
          font-size: inherit;
          padding-top: 0;
          margin-left: 10px; } }
      footer .footerContent p a {
        color: inherit; }
        footer .footerContent p a:hover {
          text-decoration: none; }

.menuActive {
  background-color: #000000 !important; }

.showLogoLight {
  display: table-cell !important; }

.transformHamburger {
  border-bottom-width: 9px !important;
  border-color: #FFF !important; }
  @media screen and (max-width: 567px) {
    .transformHamburger {
      border-bottom-width: 5px !important; } }

header {
  height: 140px;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  box-sizing: content-box;
  position: fixed;
  z-index: 900;
  margin-top: -141px; }
  header .subheader {
    background-color: #ebebeb;
    height: 40px;
    padding: 10px;
    color: #000; }
    header .subheader .subContactSection {
      width: 50%;
      float: left; }
      header .subheader .subContactSection a {
        color: inherit;
        cursor: pointer;
        margin-right: 20px; }
        header .subheader .subContactSection a:hover {
          text-decoration: none; }
        header .subheader .subContactSection a i {
          margin-right: 10px; }
    header .subheader .settingSection {
      width: 50%;
      float: right; }
      header .subheader .settingSection a {
        color: inherit;
        float: right;
        width: 30px;
        margin: -10px auto 0;
        text-align: center;
        cursor: pointer;
        height: 40px;
        padding-top: 10px; }
      header .subheader .settingSection .languageDropdown {
        float: right;
        cursor: pointer;
        padding-left: 10px;
        width: 61px;
        position: relative; }
        header .subheader .settingSection .languageDropdown > div:after {
          content: "\f0d7";
          font-family: FontAwesome;
          font-size: 13px;
          position: absolute;
          color: #2b2b2b;
          top: 2px;
          right: 10px; }
        header .subheader .settingSection .languageDropdown ul {
          position: absolute;
          padding-left: 0;
          background: #FFF;
          list-style: none;
          margin-top: 10px;
          margin-left: -10px;
          z-index: 120; }
          header .subheader .settingSection .languageDropdown ul li {
            padding-left: 10px;
            background-color: #fafafa;
            height: 25px;
            padding-right: 10px;
            padding-top: 3px; }
            header .subheader .settingSection .languageDropdown ul li:hover {
              background-color: #ababab; }
            header .subheader .settingSection .languageDropdown ul li a {
              min-width: 120px;
              float: none; }
              header .subheader .settingSection .languageDropdown ul li a:hover {
                text-decoration: none; }
              header .subheader .settingSection .languageDropdown ul li a:focus {
                text-decoration: none; }
              header .subheader .settingSection .languageDropdown ul li a:active {
                text-decoration: none; }
            header .subheader .settingSection .languageDropdown ul li img {
              float: right;
              padding-top: 2px; }
  header .contactMenu, header .mobileMenu {
    display: none;
    z-index: 605 !important; }
  header .contactMenu > div {
    height: 80vh;
    display: table;
    width: 100%; }
    header .contactMenu > div ul {
      display: table-cell;
      vertical-align: middle; }
  header .mainHeader {
    display: table;
    height: 100px; }
    header .mainHeader .contactSection {
      display: none; }
    header .mainHeader .hamburgerSection {
      display: none; }
    header .mainHeader .logo, header .mainHeader .logoLight {
      display: table-cell;
      vertical-align: middle;
      table-layout: fixed;
      text-align: center;
      font-size: 32px;
      font-weight: 500;
      line-height: 100%; }
      header .mainHeader .logo a, header .mainHeader .logoLight a {
        max-width: 232px;
        text-decoration: none;
        color: #231f20;
        display: table-cell;
        vertical-align: middle;
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          header .mainHeader .logo a, header .mainHeader .logoLight a {
            width: 10%; } }
        header .mainHeader .logo a img, header .mainHeader .logoLight a img {
          float: left; }
          @media screen and (max-width: 768px) {
            header .mainHeader .logo a img, header .mainHeader .logoLight a img {
              float: none; } }
        header .mainHeader .logo a h1, header .mainHeader .logoLight a h1 {
          font-size: 28px;
          margin-bottom: 0; }
        header .mainHeader .logo a h3, header .mainHeader .logoLight a h3 {
          margin-top: 0;
          font-size: 14px;
          color: #888888; }
    header .mainHeader .logoLight {
      display: none; }
    header .mainHeader nav {
      display: table-cell;
      vertical-align: middle; }
      header .mainHeader nav div {
        float: right; }
        header .mainHeader nav div .wpg-bar-main-menu li {
          float: left;
          margin: 0 20px;
          height: 100%;
          list-style: none;
          font-size: 21px;
          border-bottom: 4px solid transparent;
          position: relative; }
          header .mainHeader nav div .wpg-bar-main-menu li a {
            color: inherit; }
            header .mainHeader nav div .wpg-bar-main-menu li a:hover {
              text-decoration: none; }
          header .mainHeader nav div .wpg-bar-main-menu li .sub-menu {
            z-index: 105;
            display: none;
            padding: 0;
            width: 180px;
            position: absolute;
            background-color: #FFF; }
            header .mainHeader nav div .wpg-bar-main-menu li .sub-menu li {
              margin: 0;
              width: 100%;
              float: left;
              display: inline-block;
              padding-left: 15px; }
              header .mainHeader nav div .wpg-bar-main-menu li .sub-menu li:first-child {
                margin-top: 10px; }
        header .mainHeader nav div .menu-item-has-children:after {
          content: "\f0d7";
          font-family: FontAwesome;
          font-size: 20px;
          position: absolute;
          color: #2b2b2b;
          top: 1px;
          right: -20px; }

@media screen and (max-width: 768px) {
  header {
    border-bottom: none; }
    header .mobileMenu {
      display: none;
      width: 100%;
      height: 100vh;
      position: absolute; }
      header .mobileMenu ul {
        padding: 0; }
        header .mobileMenu ul li {
          text-align: center;
          padding: 23px;
          height: 100px;
          width: 90%;
          border: 2px solid #FFF;
          list-style: none;
          margin: 15px auto; }
          header .mobileMenu ul li a {
            text-decoration: none;
            color: #FFF;
            font-size: 36px; }
          header .mobileMenu ul li .sub-menu {
            display: none; }
    header .contactMenu {
      display: none;
      width: 100%;
      height: 100vh;
      position: absolute; }
      header .contactMenu ul {
        padding: 0; }
        header .contactMenu ul li {
          text-align: center;
          padding: 32px;
          height: 100px;
          width: 90%;
          border: 2px solid #FFF;
          list-style: none;
          margin: 15px auto; }
          header .contactMenu ul li a {
            text-decoration: none;
            color: #FFF;
            font-size: 24px; }
          header .contactMenu ul li .sub-menu {
            display: none; }
    header .subheader {
      display: none; }
    header .mainHeader {
      height: 140px; }
      header .mainHeader .contactSection .phoneIcon {
        width: 82px;
        height: 82px;
        position: absolute;
        top: 25px;
        left: 50px;
        cursor: pointer; }
        header .mainHeader .contactSection .phoneIcon span {
          color: #13a89e;
          font-size: 70px; }
      header .mainHeader .hamburgerSection {
        display: block;
        right: 50px;
        position: absolute;
        top: 25px;
        cursor: pointer;
        margin-top: 7px; }
        header .mainHeader .hamburgerSection .hamline {
          width: 60px;
          height: 21px;
          border-bottom: 6px solid #13a89e;
          transform-origin: 20px 10px;
          transition: transform .3s; }
      header .mainHeader .contactSection {
        display: block; }
      header .mainHeader nav {
        display: none; } }
@media screen and (max-width: 576px) {
  header {
    height: 60px !important;
    margin-top: -60px; }
    header .mobileMenu ul li {
      padding: 10px;
      height: 50px;
      width: 90%;
      border: 1px solid #FFF; }
      header .mobileMenu ul li a {
        font-size: 20px; }
    header .contactMenu ul li {
      padding: 10px;
      height: 50px;
      width: 90%;
      border: 1px solid #FFF; }
      header .contactMenu ul li a {
        font-size: 20px; }
    header .mainHeader {
      height: 60px !important; }
      header .mainHeader .logo, header .mainHeader .logoLight {
        width: 100px;
        height: 36px !important; }
        header .mainHeader .logo a, header .mainHeader .logoLight a {
          width: 100px;
          height: 36px !important; }
          header .mainHeader .logo a img, header .mainHeader .logoLight a img {
            width: 100px;
            height: auto; }
      header .mainHeader .logo, header .mainHeader .logoLight {
        width: 100px;
        height: 36px !important; }
        header .mainHeader .logo a, header .mainHeader .logoLight a {
          width: 100px;
          height: 36px !important; }
          header .mainHeader .logo a img, header .mainHeader .logoLight a img {
            width: 100px;
            height: auto; }
      header .mainHeader .contactSection .phoneIcon {
        width: 24px;
        height: 20px;
        top: 20px;
        left: 20px; }
        header .mainHeader .contactSection .phoneIcon span {
          color: #13a89e;
          font-size: 24px; }
      header .mainHeader .hamburgerSection {
        right: 20px;
        top: 13px; }
        header .mainHeader .hamburgerSection .hamline {
          width: 23px;
          height: 7px;
          border-bottom: 3px solid #13a89e;
          transform-origin: 8px 10px; } }
.singlePostContainer {
  padding-bottom: 35px; }
  @media screen and (max-width: 768px) {
    .singlePostContainer .headerBannerAcc .searchForm {
      display: none; } }
  .singlePostContainer .nextSection {
    display: none; }
  .singlePostContainer .latestPosts {
    display: block; }
    @media screen and (max-width: 768px) {
      .singlePostContainer .latestPosts {
        padding: 40px 15px; } }
    .singlePostContainer .latestPosts h2 {
      font-size: 21px; }
    .singlePostContainer .latestPosts .carousel {
      margin-top: 30px; }
      .singlePostContainer .latestPosts .carousel .postsRow {
        padding: 10px; }
        .singlePostContainer .latestPosts .carousel .postsRow .singlePost {
          margin-top: 0; }
          .singlePostContainer .latestPosts .carousel .postsRow .singlePost a.book {
            width: 50%;
            margin-top: 30px;
            padding: 5px;
            font-size: 18px; }
            @media screen and (max-width: 768px) {
              .singlePostContainer .latestPosts .carousel .postsRow .singlePost a.book {
                width: 100%;
                height: 100px;
                padding: 35px; } }
            @media screen and (max-width: 567px) {
              .singlePostContainer .latestPosts .carousel .postsRow .singlePost a.book {
                width: 100%;
                height: 45px;
                padding: 10px; } }
          .singlePostContainer .latestPosts .carousel .postsRow .singlePost .image {
            height: 200px; }
          .singlePostContainer .latestPosts .carousel .postsRow .singlePost .desc {
            background-color: transparent;
            font-size: 15px;
            padding: 10px 0;
            line-height: 25px; }
            .singlePostContainer .latestPosts .carousel .postsRow .singlePost .desc span {
              font-size: 15px;
              margin-bottom: 0; }
            .singlePostContainer .latestPosts .carousel .postsRow .singlePost .desc h4 {
              font-size: 15px;
              margin-top: 0;
              margin-bottom: 30px; }
            .singlePostContainer .latestPosts .carousel .postsRow .singlePost .desc p {
              font-size: 15px;
              max-height: 170px; }

.singleBlog {
  padding: 0;
  margin-top: 100px; }
  @media screen and (max-width: 576px) {
    .singleBlog {
      margin-top: 20px; } }
  @media screen and (max-width: 768px) {
    .singleBlog .postContent {
      padding: 0 15px; } }
  @media screen and (max-width: 576px) {
    .singleBlog .postContent {
      padding: 0; } }
  .singleBlog .postContent .title {
    border-bottom: 1px solid #bbbaba;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .singleBlog .postContent .title {
        margin-bottom: 20px; } }
    .singleBlog .postContent .title .socialMobile {
      display: none;
      float: right; }
      @media screen and (max-width: 992px) {
        .singleBlog .postContent .title .socialMobile {
          display: block; } }
      .singleBlog .postContent .title .socialMobile a {
        color: #000;
        padding: 5px;
        font-size: 21px; }
    .singleBlog .postContent .title:after {
      content: '';
      position: absolute;
      width: 20%;
      height: 2px;
      bottom: -1px; }
      @media screen and (max-width: 768px) {
        .singleBlog .postContent .title:after {
          display: none; } }
    .singleBlog .postContent .title h2 {
      font-size: 21px;
      text-transform: uppercase;
      margin: 0 0 5px 0; }
      @media screen and (max-width: 576px) {
        .singleBlog .postContent .title h2 {
          font-size: 18px; } }
      .singleBlog .postContent .title h2 a {
        color: inherit; }
        .singleBlog .postContent .title h2 a:hover {
          text-decoration: none;
          color: inherit; }
    .singleBlog .postContent .title h4 {
      font-size: 16px;
      text-transform: uppercase;
      color: #727272;
      margin: 0; }
      @media screen and (max-width: 992px) {
        .singleBlog .postContent .title h4 {
          float: left; } }
      @media screen and (max-width: 768px) {
        .singleBlog .postContent .title h4 {
          font-size: 24px; } }
      @media screen and (max-width: 576px) {
        .singleBlog .postContent .title h4 {
          font-size: 16px; } }
  .singleBlog .postContent .date {
    display: block;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    padding: 10px;
    text-transform: capitalize; }
    @media screen and (max-width: 768px) {
      .singleBlog .postContent .date {
        width: auto;
        display: inline-block;
        padding: 10px 20px;
        margin-bottom: 30px; } }
    @media screen and (max-width: 576px) {
      .singleBlog .postContent .date {
        font-size: 16px;
        padding: 5px 10px; } }
  .singleBlog .postContent .content {
    margin-bottom: 20px;
    padding-right: 0; }
    @media screen and (max-width: 768px) {
      .singleBlog .postContent .content {
        padding-left: 0;
        margin-bottom: 20px; } }
    .singleBlog .postContent .content img {
      width: 100%;
      margin-bottom: 20px;
      height: auto; }
    .singleBlog .postContent .content h3 {
      margin: 30px 0 40px; }
    .singleBlog .postContent .content p {
      font-size: 21px;
      line-height: 33px; }
      @media screen and (max-width: 768px) {
        .singleBlog .postContent .content p {
          font-size: 24px; } }
      @media screen and (max-width: 576px) {
        .singleBlog .postContent .content p {
          font-size: 14px; } }
    .singleBlog .postContent .content .gallery .gallery-item {
      width: 237px !important;
      height: 175px;
      margin-right: 30px; }
      .singleBlog .postContent .content .gallery .gallery-item:nth-of-type(3) {
        margin: 0; }
      .singleBlog .postContent .content .gallery .gallery-item img {
        width: 237px;
        height: 175px;
        border: none !important; }
      @media screen and (max-width: 992px) {
        .singleBlog .postContent .content .gallery .gallery-item {
          width: 100% !important;
          height: auto; }
          .singleBlog .postContent .content .gallery .gallery-item img {
            width: 100%;
            height: auto; } }
    .singleBlog .postContent .content .gallery .nextSlide, .singleBlog .postContent .content .gallery .prevSlide {
      width: 48%;
      float: left;
      height: 100px;
      text-align: center;
      font-size: 36px;
      color: #FFF;
      display: block;
      padding: 20px;
      margin-bottom: 60px; }
      .singleBlog .postContent .content .gallery .nextSlide:hover, .singleBlog .postContent .content .gallery .prevSlide:hover {
        text-decoration: none; }
      @media screen and (max-width: 567px) {
        .singleBlog .postContent .content .gallery .nextSlide, .singleBlog .postContent .content .gallery .prevSlide {
          margin-bottom: 30px;
          font-size: 15px;
          height: 45px;
          padding: 10px; } }
    .singleBlog .postContent .content .gallery .nextSlide {
      margin-left: 20px; }
      @media screen and (max-width: 567px) {
        .singleBlog .postContent .content .gallery .nextSlide {
          margin-left: 10px; } }
  .singleBlog .sidebar {
    padding-right: 0; }
    @media screen and (max-width: 768px) {
      .singleBlog .sidebar {
        padding-left: 0; } }
    .singleBlog .sidebar .section {
      padding-bottom: 60px;
      margin-bottom: 60px;
      text-transform: uppercase; }
      .singleBlog .sidebar .section h5 {
        font-size: 18px;
        margin-bottom: 30px; }
        @media screen and (max-width: 768px) {
          .singleBlog .sidebar .section h5 {
            font-size: 40px;
            margin: 20px; } }
        @media screen and (max-width: 576px) {
          .singleBlog .sidebar .section h5 {
            font-size: 20px;
            margin: 10px; } }
      .singleBlog .sidebar .section.share {
        border-bottom: 1px solid #bbbaba; }
        @media screen and (max-width: 768px) {
          .singleBlog .sidebar .section.share {
            display: none; } }
        .singleBlog .sidebar .section.share a {
          width: 40px;
          height: 40px;
          display: inline-block;
          margin-bottom: 5px;
          color: #FFF;
          text-align: center;
          padding-top: 6px;
          font-size: 20px; }
          .singleBlog .sidebar .section.share a.facebook {
            background-color: #3b5998; }
          .singleBlog .sidebar .section.share a.twitter {
            background-color: #00b6f1; }
          .singleBlog .sidebar .section.share a.google-plus {
            background-color: #f33a24; }
          .singleBlog .sidebar .section.share a.envelope {
            background-color: #cbcaca; }
      .singleBlog .sidebar .section.archive {
        padding: 0;
        margin: 0; }
        @media screen and (max-width: 768px) {
          .singleBlog .sidebar .section.archive {
            background-color: #f1f1f1;
            margin-top: 30px;
            padding: 0 10px; } }
        .singleBlog .sidebar .section.archive > div {
          padding: 0; }
          .singleBlog .sidebar .section.archive > div ul {
            padding: 0;
            margin-bottom: 60px; }
            @media screen and (max-width: 768px) {
              .singleBlog .sidebar .section.archive > div ul {
                margin: 0 20px 60px;
                font-size: 30px; } }
            @media screen and (max-width: 576px) {
              .singleBlog .sidebar .section.archive > div ul {
                margin: 0 10px 30px;
                font-size: 16px; } }
            .singleBlog .sidebar .section.archive > div ul li {
              list-style-type: none;
              padding: 10px 0 10px 15px;
              border-bottom: 1px solid #bbbaba;
              text-transform: capitalize;
              position: relative; }
              .singleBlog .sidebar .section.archive > div ul li i {
                color: #d5d5d5;
                font-size: 18px;
                padding-right: 15px; }
              .singleBlog .sidebar .section.archive > div ul li a {
                font-weight: bold; }
  .singleBlog .pagination {
    text-align: center;
    display: block;
    margin: 10px 0 40px; }
    @media screen and (max-width: 768px) {
      .singleBlog .pagination {
        display: none; } }
    .singleBlog .pagination a.page-numbers {
      color: #2b2b2b;
      padding: 5px;
      font-size: 21px; }
    .singleBlog .pagination span {
      font-size: 21px;
      color: #fff;
      padding: 5px 10px; }

.calendarModal, .bookingModal {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 1000px;
  overflow: hidden;
  display: none;
  position: absolute;
  z-index: 601; }
  .calendarModal i, .bookingModal i {
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 30px;
    cursor: pointer; }
  .calendarModal iframe, .bookingModal iframe {
    width: 50% !important;
    margin: 0 auto;
    margin-top: 200px !important;
    display: block; }
    @media screen and (max-width: 768px) {
      .calendarModal iframe, .bookingModal iframe {
        width: 80% !important; } }

.singleProperty {
  transition: all 1s ease; }
  @media screen and (max-width: 768px) {
    .singleProperty .container {
      padding: 0 50px; } }
  @media screen and (max-width: 567px) {
    .singleProperty .container {
      padding: 0 15px; } }
  @media screen and (max-width: 768px) {
    .singleProperty .galleryHolder {
      padding: 0 !important; } }
  @media screen and (max-width: 567px) {
    .singleProperty .galleryHolder {
      padding: 0 15px !important; } }
  .singleProperty .singlePropertyFont {
    font-size: 30px;
    margin-top: 25px;
    margin-bottom: 30px; }
  .singleProperty .breadcrumbs {
    padding: 40px 15px; }
    @media screen and (max-width: 768px) {
      .singleProperty .breadcrumbs {
        display: none;
        padding: 0; } }
    .singleProperty .breadcrumbs a {
      color: #2b2b2b;
      font-size: 18px; }
      .singleProperty .breadcrumbs a:hover {
        text-decoration: none; }
  .singleProperty .gallery {
    z-index: 0; }
    @media screen and (max-width: 567px) {
      .singleProperty .gallery {
        padding: 0; } }
    .singleProperty .gallery .wpg-cycle-1 div {
      height: 600px;
      width: 100%;
      background-size: cover;
      background-position: 50% 50%; }
      @media screen and (max-width: 567px) {
        .singleProperty .gallery .wpg-cycle-1 div {
          height: 260px; } }
    .singleProperty .gallery .wpg-cycle-2 .load_image_container {
      width: 89px;
      margin-right: 10px; }
      @media screen and (max-width: 567px) {
        .singleProperty .gallery .wpg-cycle-2 .load_image_container {
          width: 64px;
          margin: 0; } }
    .singleProperty .gallery .mobileInfo {
      display: none;
      position: absolute;
      top: 0;
      z-index: 400; }
      @media screen and (max-width: 768px) {
        .singleProperty .gallery .mobileInfo {
          display: block;
          right: 15px; } }
      @media screen and (max-width: 567px) {
        .singleProperty .gallery .mobileInfo {
          right: 0; } }
      .singleProperty .gallery .mobileInfo h2 {
        padding: 15px;
        text-transform: uppercase;
        margin: 0;
        font-size: 20px;
        color: #FFF;
        display: inline-block;
        float: right; }
        .singleProperty .gallery .mobileInfo h2 span {
          font-size: 15px; }
      .singleProperty .gallery .mobileInfo h3 {
        padding: 15px;
        background-color: #FFF;
        margin: 0;
        display: inline-block;
        float: right;
        font-size: 20px; }
      .singleProperty .gallery .mobileInfo a {
        padding: 15px;
        float: right;
        color: #FFF;
        cursor: pointer;
        display: inline-block;
        font-size: 20px; }
  @media screen and (max-width: 768px) {
    .singleProperty .propertyInfo {
      padding: 0 65px !important; } }
  @media screen and (max-width: 567px) {
    .singleProperty .propertyInfo {
      padding: 0 15px !important; } }
  .singleProperty .propertyInfo h1 {
    background-color: #00a000;
    color: #FFF;
    font-size: 36px;
    padding: 10px 20px;
    margin: 0;
    float: left;
    display: inline-block; 
	white-space: nowrap; 
    text-overflow: ellipsis; 
    overflow: hidden;
    width: 100%;
	
	}
    @media screen and (max-width: 768px) {
      .singleProperty .propertyInfo h1 {
        display: none; } }
  .singleProperty .propertyInfo h2 {
    float: left;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 0;
    background-color: #2b2b2b;
    color: #00a000;
    font-size: 24px;
    margin-bottom: 15px; 
	white-space: nowrap; 
    text-overflow: ellipsis; 
    overflow: hidden;
    width: 100%;
	
	}
    @media screen and (max-width: 768px) {
      .singleProperty .propertyInfo h2 {
        display: none; } }
  .singleProperty .propertyInfo h3 {
    font-size: 30px;
    float: left;
    display: inline-block;
    padding: 10px 0 10px 10px;
    margin-top: 0; }
    @media screen and (max-width: 768px) {
      .singleProperty .propertyInfo h3 {
        display: none; } }
  .singleProperty .propertyInfo .topRatingStars {
    float: right;
    padding: 15px;
    margin-right: 15px; }
    @media screen and (max-width: 768px) {
      .singleProperty .propertyInfo .topRatingStars {
        float: left; } }
  .singleProperty .propertyInfo .sectionPrice {
    float: left; }
    @media screen and (max-width: 768px) {
      .singleProperty .propertyInfo .sectionPrice {
        float: right; } }
    .singleProperty .propertyInfo .sectionPrice .social {
      padding: 10px 10px 10px 0;
      float: right; }
      .singleProperty .propertyInfo .sectionPrice .social p {
        float: left;
        padding: 0 10px;
        font-size: 21px; }
      .singleProperty .propertyInfo .sectionPrice .social a {
        font-size: 20px;
        color: #000000;
        padding: 0 10px; }
  .singleProperty .propertyInfo .calendar365 {
    height: 100%;
    margin-top: 7px;
    width: 100%;
    max-width: 100%; }
    .singleProperty .propertyInfo .calendar365 iframe {
      max-width: 100%;
      font-family: inherit !important;
      font-weight: 100 !important;
      z-index: 990; }
    @media screen and (max-width: 992px) {
      .singleProperty .propertyInfo .calendar365 {
        height: auto; } }
    @media screen and (max-width: 768px) {
      .singleProperty .propertyInfo .calendar365 {
        padding: 15px; } }
  .singleProperty .propertyInfo .buttons .bookNow {
    display: block;
    float: left;
    height: 64px;
    text-align: center;
    width: 57%;
    color: #FFF;
    padding: 15px;
    font-size: 28px; }
    @media screen and (max-width: 768px) {
      .singleProperty .propertyInfo .buttons .bookNow {
        width: calc(100% - 30px);
        margin: 0 15px; } }
  .singleProperty .propertyInfo .buttons .viewCalendar {
    float: left;
    display: block;
    text-align: center;
    height: 64px;
    background-color: #2b2b2b;
    width: 40%;
    margin-left: 9px;
    padding: 10px;
    font-size: 21px;
    line-height: 22px; }
    @media screen and (max-width: 768px) {
      .singleProperty .propertyInfo .buttons .viewCalendar {
        display: none; } }
  .singleProperty .propertyInfo .buttons a {
    color: inherit;
    cursor: pointer; }
    .singleProperty .propertyInfo .buttons a:hover {
      text-decoration: none; }
  .singleProperty .description h3 {
    margin-bottom: 27px; }
  .singleProperty .description p {
    font-size: 18px;
    margin: 0; }
  .singleProperty .summary {
    padding-left: 0; }
    @media screen and (max-width: 992px) {
      .singleProperty .summary {
        padding-left: 15px; } }
    .singleProperty .summary ul {
      padding-left: 0; }
      .singleProperty .summary ul li {
        text-align: left;
        list-style: none;
        width: 100%;
        padding: 15px 20px;
        font-size: 18px; }
        .singleProperty .summary ul li span {
          text-align: right;
          float: right; }
        .singleProperty .summary ul li:nth-child(odd) {
          background-color: #f5f5f5; }
  @media screen and (max-width: 768px) {
    .singleProperty .map {
      padding: 0; } }
  .singleProperty .map h3 {
    margin-bottom: 27px; }
    @media screen and (max-width: 768px) {
      .singleProperty .map h3 {
        padding-left: 15px; } }
  .singleProperty .map > div iframe,
  .singleProperty .map > div {
    height: 600px; }
    @media screen and (max-width: 567px) {
      .singleProperty .map > div iframe {
        height: 220px; } }
  .singleProperty .map .ratesTable {
    height: auto; }
    @media screen and (max-width: 768px) {
      .singleProperty .map .ratesTable {
        padding: 15px; } }
    .singleProperty .map .ratesTable .plugin_365_wrapper * {
      font-family: inherit;
      font-size: 17px; }
      @media screen and (max-width: 768px) {
        .singleProperty .map .ratesTable .plugin_365_wrapper * {
          font-size: 14px; } }
    .singleProperty .map .ratesTable .plugin_365_rates_show_left .plugin_365_rates {
      padding-right: 0 !important; }
    .singleProperty .map .ratesTable .plugin_365_additional {
      padding-top: 20px !important; }
    .singleProperty .map .ratesTable .plugin_365_text_title {
      font-size: 12px; }
    .singleProperty .map .ratesTable h3 {
      margin-bottom: 27px; }
      @media screen and (max-width: 768px) {
        .singleProperty .map .ratesTable h3 {
          padding-left: 0; } }
  .singleProperty .amenities {
    padding-left: 0; }
    @media screen and (max-width: 768px) {
      .singleProperty .amenities {
        padding: 0 65px; } }
    @media screen and (max-width: 568px) {
      .singleProperty .amenities {
        padding: 15px 15px; } }
    .singleProperty .amenities ul {
      padding: 0; }
      .singleProperty .amenities ul li {
        width: 50%;
        float: left;
        list-style: none;
        display: table;
        height: 50px; }
        .singleProperty .amenities ul li span {
          background-image: url("../img/amenities_icons.png");
          width: 35px;
          height: 45px;
          display: block;
          float: left; }
        .singleProperty .amenities ul li p {
          font-size: 17px;
          display: table-cell;
          vertical-align: middle;
          width: 100%;
          padding-left: 15px; }
        .singleProperty .amenities ul li:nth-child(4n - 1) {
          background-color: #f5f5f5; }
        .singleProperty .amenities ul li:nth-child(4n) {
          background-color: #f5f5f5; }
  .singleProperty .comments {
    font-size: 18px; }
    .singleProperty .comments .wpg-rev-item {
      width: 100%;
      background-color: #f1f1f1;
      padding: 30px;
      margin-bottom: 20px; }
      @media screen and (max-width: 567px) {
        .singleProperty .comments .wpg-rev-item {
          padding: 15px; } }
      @media screen and (max-width: 567px) {
        .singleProperty .comments .wpg-rev-item .commentContent {
          font-style: italic; } }
      .singleProperty .comments .wpg-rev-item .ratingStars {
        float: right;
        margin-bottom: 30px; }
      .singleProperty .comments .wpg-rev-item .wpg-rev-item-date {
        margin-bottom: 30px; }
        @media screen and (max-width: 567px) {
          .singleProperty .comments .wpg-rev-item .wpg-rev-item-date {
            margin-bottom: 10px; } }
    .singleProperty .comments .wpg-stars {
      width: 100px;
      height: 20px;
      margin-bottom: 10px;
      background-image: url(../img/stars-empty.png);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
    .singleProperty .comments .wpg-stars-inset {
      width: 100%;
      height: 20px;
      background-image: url(../img/stars-complete.png); }
  .singleProperty .writeReview {
    padding-left: 0;
    font-size: 18px; }
    @media screen and (max-width: 992px) {
      .singleProperty .writeReview {
        padding-left: 15px; } }
    .singleProperty .writeReview input {
      height: 50px;
      background-color: #f1f1f1;
      width: 100%;
      border-radius: 0;
      border: none;
      margin-bottom: 20px;
      padding: 15px 20px; }
    .singleProperty .writeReview textarea {
      height: 200px;
      background-color: #f1f1f1;
      width: 100%;
      border: none;
      border-radius: none;
      margin-bottom: 20px;
      padding: 15px 20px; }
    .singleProperty .writeReview input[type="submit"] {
      height: 64px;
      font-size: 30px;
      color: #fff;
      border-radius: 0;
      padding: 0; }
    .singleProperty .writeReview .chooseRating {
      height: 70px;
      background-color: #f1f1f1;
      width: 100%;
      border: none;
      margin-bottom: 20px;
      padding: 15px 20px;
      text-align: center; }
      .singleProperty .writeReview .chooseRating .rateit button.rateit-reset {
        margin-top: 4px;
        float: right;
        margin-left: 20px; }

iframe {
  z-index: 990; }

.blockMap:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10; }

.wpg-slideshow-1 {
  height: 600px;
  margin-bottom: 10px; }
  @media screen and (max-width: 567px) {
    .wpg-slideshow-1 {
      height: 260px;
      border: none; } }

.wpg-slideshow-2 .wpg-cycle {
  max-width: 100%; }

.wpg-slideshow-all {
  padding-bottom: 80px; }

.wpg-slideshow-all .wpg-slideshow-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 600;
  border-top: 1px solid #fff; }

.wpg-cycle-2 img {
  cursor: pointer;
  height: 65px;
  width: 100%; }

.wpg-cycle-min-prev {
  left: 8%;
  cursor: pointer; }

.wpg-cycle-2 .cycle-slide {
  background: #000;
  vertical-align: middle; }

.wpg-cycle-2 .cycle-carousel-wrap {
  background: white; }

.wpg-cycle-2 img {
  display: block; }

.wpg-cycle-2 .cycle-slide-active img,
.wpg-cycle-2 img:hover {
  opacity: .6; }

.wpg-cycle-min-next {
  right: 8%;
  cursor: pointer; }

.wpg-cycle-prev,
.wpg-cycle-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 700;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-decoration: none;
  width: 5%;
  min-width: 36px;
  text-indent: -100000px; }

.wpg-cycle-prev {
  left: 0; }

.wpg-cycle-prev:after,
.wpg-cycle-next:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 28px;
  line-height: 100%;
  text-indent: 0;
  overflow: hidden;
  top: 50%;
  margin-top: -12px;
  font-weight: 400;
  font-family: Dashicons; }

.wpg-cycle-prev:after {
  content: "\f341"; }

.wpg-cycle-next:after {
  content: "\f345"; }

.wpg-cycle-minSlide-prev {
  cursor: pointer;
  float: left;
  height: 100px;
  background-color: #666;
  width: 60px !important;
  display: block;
  z-index: 1000;
  position: relative;
  margin-top: 5px;
  margin-left: 5px;
  content: "´Źů";
  font-family: Dashicons;
  color: white;
  font-size: 28px; }

.wpg-cycle-minSlide-prev:after {
  content: "\f341";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 28px;
  line-height: 100%;
  text-indent: 0;
  overflow: hidden;
  top: 50%;
  margin-top: -12px;
  font-weight: 400;
  font-family: Dashicons; }

.wpg-cycle-minSlide-next {
  cursor: pointer;
  float: right;
  height: 100px;
  background-color: #666;
  width: 60px !important;
  display: block;
  z-index: 1000;
  position: relative;
  margin-top: 5px;
  margin-right: 5px;
  content: "´Źů";
  font-family: Dashicons;
  color: white;
  font-size: 28px; }

.wpg-cycle-minSlide-next:after {
  content: "\f345";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 28px;
  line-height: 100%;
  text-indent: 0;
  overflow: hidden;
  top: 50%;
  margin-top: -12px;
  font-weight: 400;
  font-family: Dashicons; }

.wpg-cycle-next {
  right: 0; }

.wpg-cycle-2 .cycle-slide {
  background: #000;
  vertical-align: middle; }

.wpg-cycle-2 .cycle-carousel-wrap {
  background: white; }

.wpg-cycle-2 img {
  display: block; }

.wpg-cycle-2 .cycle-slide-active img,
.wpg-cycle-2 img:hover {
  opacity: .6; }

/* Accordion amenities */
.amenitiesAccordion .panel-default {
  border: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .amenitiesAccordion .panel-default > .panel-heading {
    border: none !important;
    background: #b1d0ce;
    color: #ffffff;
    padding: 0; }
    .amenitiesAccordion .panel-default > .panel-heading a {
      display: block;
      width: 100%;
      height: 50px;
      padding: 0 20px;
      line-height: 50px;
      color: #fff;
      background: #13a89e;
      text-decoration: none;
      font-size: 24px;
      position: relative; }
      .amenitiesAccordion .panel-default > .panel-heading a:after {
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        content: "";
        width: 12px;
        height: 12px;
        position: absolute;
        right: 19px;
        top: 19px;
        background: url("../img/plus.png") no-repeat center center;
        -ms-transform: rotate(45deg);
        /* IE 9 */
        -webkit-transform: rotate(45deg);
        /* Chrome, Safari, Opera */
        transform: rotate(45deg); }
      .amenitiesAccordion .panel-default > .panel-heading a.collapsed {
        background: #b1d0ce; }
        .amenitiesAccordion .panel-default > .panel-heading a.collapsed:after {
          -ms-transform: rotate(0deg);
          /* IE 9 */
          -webkit-transform: rotate(0deg);
          /* Chrome, Safari, Opera */
          transform: rotate(0deg); }
  .amenitiesAccordion .panel-default .panel-body {
    border-top: none;
    padding: 10px 0 !important; }
.amenitiesAccordion .panel + .panel {
  margin-top: 10px; }

.page404 {
  height: 404px;
  color: #fff; }
  @media screen and (max-width: 992px) {
    .page404 {
      height: 440px; } }
  @media screen and (max-width: 768px) {
    .page404 {
      height: 530px;
      padding-top: 15px; } }
  @media screen and (max-width: 567px) {
    .page404 {
      height: 230px; } }
  .page404 .page404LeftSide {
    font-size: 150px;
    margin-top: 80px;
    float: right;
    margin-right: 150px; }
    @media screen and (max-width: 992px) {
      .page404 .page404LeftSide {
        font-size: 150px;
        margin-top: 35px;
        float: none;
        line-height: 150px;
        text-align: center;
        margin-right: auto; } }
    @media screen and (max-width: 768px) {
      .page404 .page404LeftSide {
        font-size: 150px;
        line-height: normal;
        margin-top: 0; } }
    @media screen and (max-width: 567px) {
      .page404 .page404LeftSide {
        font-size: 65px; } }
  .page404 .page404RightSide {
    font-size: 36px; }
    @media screen and (max-width: 992px) {
      .page404 .page404RightSide {
        text-align: center;
        padding-left: 150px;
        padding-right: 150px; } }
    @media screen and (max-width: 768px) {
      .page404 .page404RightSide {
        text-align: center;
        padding-left: 80px;
        padding-right: 80px; } }
    @media screen and (max-width: 567px) {
      .page404 .page404RightSide {
        font-size: 15px; } }
    .page404 .page404RightSide .firstLine {
      padding-top: 80px; }
      @media screen and (max-width: 992px) {
        .page404 .page404RightSide .firstLine {
          padding-top: 0; } }
      @media screen and (max-width: 768px) {
        .page404 .page404RightSide .firstLine {
          padding-top: 0; } }
    .page404 .page404RightSide .secondLine {
      padding-top: 20px; }
      @media screen and (max-width: 992px) {
        .page404 .page404RightSide .secondLine {
          padding-top: 30px; } }
      @media screen and (max-width: 768px) {
        .page404 .page404RightSide .secondLine {
          padding-top: 65px; } }
      @media screen and (max-width: 567px) {
        .page404 .page404RightSide .secondLine {
          font-size: 15px;
          padding-top: 20px; } }
  .page404 a {
    text-decoration: underline;
    font-style: italic; }

html {
  margin-top: 0 !important; }

body {
  margin-top: 141px !important; }
  @media screen and (max-width: 576px) {
    body {
      margin-top: 60px !important; } }

body.admin-bar {
  margin-top: 141px !important; }
  @media screen and (max-width: 576px) {
    body.admin-bar {
      margin-top: 60px !important; } }

#ui-datepicker-div {
  z-index: 140 !important; }

.lightGreyBackground {
  background-color: #f5f5f5; }

.no-padding {
  padding: 0; }

.no-padding-right {
  padding-right: 0; }

.no-padding-left {
  padding-left: 0; }

a:focus {
  outline: none !important; }

.wpg-properties-options-main-box-checkbox {
  text-align: center;
  margin-top: 27px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px; }
  @media screen and (max-width: 992px) {
    .wpg-properties-options-main-box-checkbox {
      width: 100%; } }

.wpg-properties-options-main-box-checkbox h4,
.wpg-properties-options-main-box-checkbox label {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  font-family: inherit !important; }

.wpg-properties-options-main-box-checkbox label {
  margin-bottom: 0 !important; }

.wpg-properties-options-main-box-checkbox input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #fff;
  background: #cccccc;
  color: #fff;
  margin-left: 15px; }

a.nextSection {
  position: absolute;
  margin: 0px auto 0;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid;
  z-index: 3; }
  a.nextSection.baseColorRevert {
    border-top-color: #FFF; }
    a.nextSection.baseColorRevert:after {
      border-top-color: #FFF; }
  a.nextSection:before {
    content: '';
    content: '';
    position: absolute;
    margin: -30px auto 0;
    right: 0;
    left: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ffffff; }
  a.nextSection:after {
    content: '';
    position: absolute;
    margin: -30px auto 0;
    right: 0;
    left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid; }
  @media screen and (max-width: 768px) {
    a.nextSection {
      display: none; } }

.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 2s linear infinite;
  margin: 200px auto; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.alignright {
  float: right;
  margin-left: 15px; }

.alignleft {
  float: left;
  margin-right: 15px; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto; }

/*# sourceMappingURL=main.css.map */
