@media (max-width: 1300px) {
  #sidebar ul {
    margin-top: 33px;
  }
}
@media (max-width: 1200px) {
  #sidebar {
    background-size: 750px;
  }
}
@media (max-width: 1199px) {
  .offcanvas-bg {
    position: fixed;
  }
  /* 
   ===============
   NAVBAR
   ===============
   */
  /*
   ==============
   HOME
   ==============
   */
  /*
   ==============
   ROOM & COTTAGES
   ==============
   */
  /*
   ===============
   ACTIVITY PACKAGES
   ===============
   */
  .sm-mobile-menu .secondary-menu .navbar-2nd > li > .separator {
    display: none;
  }
  .sm-mobile-menu .btn-toggle-container {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
  .sm-mobile-menu .btn-toggle-container .navconbar-toggle {
    display: block;
  }
  .sm-mobile-menu .navbar-offcanvas {
    position: fixed;
    width: 100%;
    max-width: 250px;
    height: 100%;
    left: -250px;
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 999;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.15s ease-in;
  }
  .sm-mobile-menu .navbar-offcanvas.in {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
  .sm-mobile-menu .navbar-offcanvas.navbar-offcanvas-fade {
    opacity: 0;
  }
  .sm-mobile-menu .navbar-offcanvas.navbar-offcanvas-fade.in {
    opacity: 1;
  }
  .sm-mobile-menu .navbar-offcanvas.offcanvas-transform.in {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
  }
  .sm-mobile-menu .navbar-offcanvas.offcanvas-position.in {
    left: 0;
  }
  .sm-mobile-menu .navbar-offcanvas.navbar-offcanvas-right {
    left: auto;
    right: -250px;
  }
  .sm-mobile-menu .navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
    background-image: url('../img/pattern-footer.png');
    background-repeat: repeat;
  }
  .sm-mobile-menu .navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in {
    left: auto;
    right: 0;
  }
  .sm-mobile-menu .navbar-offcanvas .dropdown.open .caret {
    border-top: 0;
    border-bottom: 4px solid;
  }
  .sm-mobile-menu .navbar-offcanvas .dropdown-menu {
    position: relative;
    width: 100%;
    border: inherit;
    box-shadow: none;
    transition: height 0.15s ease-in;
  }
  .sm-mobile-menu .navbar-offcanvas .dropdown-menu.shown {
    display: block;
    margin-bottom: 10px;
  }
  .sm-mobile-menu .navbar-offcanvas .navbar-nav {
    display: block;
    height: auto !important;
    float: none !important;
    margin: 0px !important;
  }
  .sm-mobile-menu .navbar-offcanvas .navbar-nav > li {
    display: block;
  }
  .navbar.navbar-default .navbar-nav {
    padding-top: 40px;
  }
  .navbar.navbar-default .navbar-nav > li > a {
    color: #fff;
  }
  .navbar.navbar-default a.navbar-brand img {
    max-width: 90px;
  }
  .navbar.navbar-default .secondary-menu {
    height: auto;
  }
  .navbar-default .secondary-menu .navbar-toggle {
    padding: 5px 15px;
    margin-right: 0;
    display: block;
  }
  .btn-close-container {
    position: absolute;
    right: 0;
  }
  .btn-close-container button {
    border-radius: 0;
    padding: 8px 15px;
  }
  .sm-mobile-menu .navbar-offcanvas {
    max-width: 300px;
  }
  .sm-mobile-menu .navbar-offcanvas.navbar-offcanvas-right {
    right: -300px;
  }
  .sm-mobile-menu .navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  #main-menu-mobile .navbar-brand {
    margin-top: 25px;
    padding-left: 7px;
  }
  .room-home-slide .room-box .item, .activity-slider .activity-box .item {
    height: 250px;
  }
  .filter-absolute .btn-second {
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    width: 100%;
  }
  .room-list .btn-standard, #room-meeting .btn-standard {
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    width: 100%;
  }
  .btn-room .btn-standard {
    padding: 8px 15px;
  }
  .btn-room .desc {
    font-size: 11px;
  }
  .activity-list .activity-box .item {
    height: 200px !important;
  }
  .imp-fullscreen-tooltips-container .imp-fullscreen-tooltip.imp-tooltip-visible {
    opacity: 0 !important;
  }
  .imp-fullscreen-tooltips-container {
    z-index: -1;
  }
  #meeting-event .meeting-contact .contact-holder .top-bg {
    padding-right: 50px;
  }
  #meeting-event .meeting-contact .contact-holder .top-bg .sub-title {
    font-size: 20px;
  }
  #content {
    min-height: 100%;
  }
}
@media (max-width: 991px) {
  /* 
   ==============
   NAVBAR
   ==============
   */
  /* 
   ==============
   FOOTER
   ==============
   */
  /* 
   ==============
   HOME
   ==============
   */
  /* 
   ==============
   ROOM & COTTAGES
   ==============
   */
  /* 
   ==============
   ACTIVITY
   ==============
   */
  /* 
   ==============
   MEETING
   ==============
   */
  /* 
   ==============
   CONTACT
   ==============
   */
  .navbar.navbar-default {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  #footer-holder .leaf-left img, #footer-holder .leaf-right img {
    width: 220px;
  }
  #footer-holder .leaf-left {
    top: -9%;
  }
  #footer-holder .triangel-top img {
    width: 500px;
  }
  #footer-holder .triangel-bottom img {
    width: 300px;
  }
  .footer-copy p {
    margin: 0;
  }
  #filter .col-sm-6 {
    width: 50% !important;
    margin-bottom: 15px;
  }
  #filter .col-sm-4 {
    width: 33.33333333% !important;
  }
  #welcome-text {
    padding-top: 160px;
  }
  #welcome-text .leaf-left {
    left: -9%;
  }
  #welcome-text .leaf-right {
    right: -30%;
  }
  .room-home-slide .btn-standard {
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    width: 100%;
  }
  #activity-packages .leaf-right {
    top: -12%;
  }
  #activity-packages .leaf-right img {
    width: 400px;
  }
  .room-filter .filter-absolute {
    top: -110px;
  }
  .room .room-desc-box .img-desc {
    text-align: center;
    margin-top: 20px;
  }
  .room .room-desc-box .img-desc ul {
    text-align: center;
  }
  .room-list .room-box .room-img-desc .btn-standard {
    width: auto;
  }
  .room-cottages {
    padding-top: 150px;
  }
  .btn-room .desc {
    font-size: 14px;
  }
  #activity-detail .item {
    height: 350px;
  }
  .other-activity .activity-slider .swiper-button-next, .other-activity .activity-slider .swiper-button-prev {
    display: block;
  }
  .room-style .room-holder .pull-left {
    float: none !important;
    text-align: center;
    padding-left: 0 !important;
  }
  .room-style .room-holder .pull-left + .pull-left {
    margin-top: 20px;
  }
  .meeting-team .team-img {
    height: 270px !important;
  }
  .corporate-img img {
    max-width: 200px;
  }
  .meeting-contact .contact-img img {
    width: 180px;
  }
  .meeting-contact .top-bg {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .meeting-contact .top-bg .sub-title {
    font-size: 20px !important;
  }
  #meeting-event .meeting-contact .contact-holder {
    height: 560px;
  }
  .contact-right {
    margin-bottom: 30px;
  }
  #video-gallery .item {
    height: 300px;
  }
  #testimonial .swiper-testimonial .user .col-xs-3 img {
    height: auto;
  }
}
@media (max-width: 767px) {
  /* 
   ==============
   NAVBAR
   ==============
   */
  /* 
   ==============
   HOME
   ==============
   */
  /* 
   ==============
   ROOM & COTTAGES
   ==============
   */
  /* 
   ==============
   ACTIVITY
   ==============
   */
  /* 
   ==============
   MEETING
   ==============
   */
  /* 
   ==============
   GALLERY
   ==============
   */
  #small-banner .container .box-mid-in {
    vertical-align: middle;
    padding-bottom: 0;
    padding-top: 60px;
  }
  .navbar-toggle {
    margin-top: 32px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 15px;
    padding-left: 30px;
  }
  .filter-absolute {
    width: 95%;
  }
  #filter {
    display: none;
  }
  .box-filter .col-xs-6 {
    margin-bottom: 15px;
  }
  #welcome-text {
    padding-top: 100px;
  }
  #welcome-text .leaf-left img, #welcome-text .leaf-right img {
    height: 250px;
  }
  #welcome-text .leaf-right {
    right: -17%;
    top: -12%;
  }
  .room-home-slide .swiper-button-prev, .activity-slider .swiper-button-prev {
    left: 25px !important;
    top: 40%;
  }
  .room-home-slide .swiper-button-next, .activity-slider .swiper-button-next {
    right: 25px !important;
    top: 40%;
  }
  .room-home-desc .col-sm-4, .room-home-desc .col-sm-8 {
    text-align: center;
  }
  .room-home-desc .col-sm-4 {
    padding-bottom: 15px !important;
  }
  .room-home-desc .col-sm-8 {
    padding-bottom: 20px;
  }
  #meeting .meeting-left-side .meeting-img-holder {
    position: static;
  }
  #meeting .meeting-left-side .meeting-img-holder .meeting-img {
    height: 250px !important;
  }
  #meeting .meeting-right-side {
    padding-right: 15px;
    margin-bottom: 20px;
  }
  .room-home-desc .col-sm-4 {
    padding-right: 15px;
    border: none;
  }
  .room-home-desc .col-sm-8 {
    padding-left: 15px;
  }
  .title-headline {
    font-size: 50px;
  }
  #welcome-text .title {
    font-size: 36px;
  }
  .room .room-img {
    height: 330px;
  }
  .room .btn-room {
    margin-bottom: 35px;
  }
  .room-cottages {
    padding-top: 50px;
  }
  #small-banner .leaf-left {
    bottom: 0;
  }
  #small-banner .leaf-left img {
    width: 200px;
  }
  #small-banner .leaf-right img {
    width: 220px;
  }
  #activity-detail .detail-img {
    margin-bottom: 25px;
  }
  #booking .booking {
    padding: 50px;
  }
  #small-banner .box-mid-in .title {
    font-size: 40px !important;
  }
  .meeting-left-side .meeting-img {
    margin-bottom: 30px;
  }
  .meeting-team .team-img {
    height: 400px !important;
  }
  .meeting-contact .contact-holder .top-bg .col-sm-6 + .col-sm-6 {
    margin-top: 14px;
  }
  .meeting-contact .contact-holder .top-bg .title {
    font-size: 30px;
  }
  .meeting-contact .contact-holder .top-bg .sub-title {
    font-size: 18px !important;
  }
  .meeting-contact .contact-holder .top-bg .contact-info {
    padding: 10px !important;
  }
  .gallery .nav-pills {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .gallery .nav-pills > li {
    display: inline-block;
    margin-bottom: 15px;
  }
  .gallery .nav-pills > li a {
    border: 2px solid #6ea6d0;
    display: inline-block;
  }
  .gallery .nav-pills > li.active > a {
    border-radius: 4px;
    box-shadow: none;
  }
  .gallery .nav-pills > li.active > a:after {
    content: none;
  }
  .gallery .nav-pills > li + li {
    margin-left: 15px !important;
  }
  #video-gallery .item {
    height: 340px;
  }
  #video-gallery .playbutton i {
    font-size: 60px;
  }
}
@media (max-width: 600px) {
  /* 
   ==============
   HOME
   ==============
   */
  /* 
   ==============
   ROOM & COTTAGES
   ==============
   */
  /* 
   ==============
   AKTIVITY PACKAGES
   ==============
   */
  /* 
   ==============
   FACILITY
   ==============
   */
  #activity-packages .col-sm-7 {
    width: 100%;
  }
  #footer-holder .leaf-left img, #footer-holder .leaf-right img {
    width: 150px;
  }
  #footer-holder .leaf-left {
    top: -6%;
  }
  #footer-holder .triangel-top img {
    width: 300px;
  }
  #footer-holder .triangel-bottom img {
    width: 200px;
  }
  #footer-holder .footer-logo img {
    width: 150px;
  }
  .meeting-contact .top-bg {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .slider-gradient {
    width: 100%;
  }
  #filter .col-sm-4 {
    width: 50% !important;
  }
  #filter .btn-filter {
    width: 100% !important;
  }
  #welcome-text {
    padding-top: 100px;
  }
  #activity-packages .leaf-right {
    top: -10%;
  }
  #activity-packages .leaf-right img {
    width: 250px;
  }
  #activity-packages .col-xs-6 {
    width: 100%;
  }
  #meeting .meeting-right-side .box-mid-out {
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .room-list .room .col-xs-6 {
    width: 100%;
    text-align: center;
  }
  .room-list .room .room-desc-box .img-desc ul {
    text-align: center;
  }
  .btn-room .col-xs-6 {
    width: 50% !important;
  }
  .room-collapse .collapse-holder .sub-title {
    padding-top: 20px;
  }
  #room-meeting .col-xs-6 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #room-meeting .left-side {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
  }
  #room-meeting .left-side .btn-standard {
    width: auto;
  }
  #room-meeting .right-side {
    height: 250px;
  }
  #room-meeting .right-side .item {
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .facilities .room-facilities {
    text-align: center;
  }
  .facilities .room-facilities .col-2 {
    width: 33.33333333%;
    display: inline-block;
    float: none;
    margin-top: 20px;
  }
  .facilities .leaf-right {
    top: -115px;
  }
  .facilities .leaf-right img {
    width: 250px;
  }
  #activity-packages .activity-list .col-xs-6 {
    width: 100%;
  }
  .list-facilities .list-holder {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
  #video-gallery .item {
    height: 250px;
  }
}
@media (max-width: 479px) {
  /* 
   ==============
   SMALL BANNER
   ==============
   */
  /* 
   ==============
   HOME
   ==============
   */
  /* 
   ==============
   ROOM & COTTAGES
   ==============
   */
  /* 
   ==============
   ACTIVITY
   ==============
   */
  /* 
   ==============
   MEETING
   ==============
   */
  /* 
   ==============
   ROOM & COTTAGES
   ==============
   */
  /*
   ===============
   GALLERY
   ===============
   */
  /*
   ================
   CONTACT
   ================
   */
  .small-room, .small-activity, .small-gallery, .small-contact, .small-facility {
    height: 300px !important;
  }
  .small-meeting {
    height: 325px !important;
  }
  #small-banner .bg-primer {
    height: 90%;
  }
  #small-banner .bg-seconder {
    top: 90%;
    height: 10%;
  }
  #small-banner .container .box-mid-in .sub-title {
    margin-bottom: -5px;
  }
  .col-xxs {
    width: 100% !important;
  }
  .hidden-xxs {
    display: none;
  }
  .box-filter .col-xs-6 {
    width: 100% !important;
  }
  #welcome-text .leaf-left img, #welcome-text .leaf-right img {
    width: 200px;
  }
  #welcome-text .leaf-left {
    left: -25%;
  }
  .title-headline {
    font-size: 40px;
  }
  .slider-right p {
    font-size: 24px;
  }
  .btn-room {
    margin-bottom: 20px !important;
  }
  .btn-room .desc {
    font-size: 11px;
  }
  .btn-room i {
    display: block;
  }
  .room .room-img {
    height: 250px;
  }
  .room .room-desc-box .img-desc {
    margin-top: 0;
  }
  .room-list .room-box .room-img-desc {
    margin-top: 10px !important;
  }
  .room-collapse button {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .room-collapse .collapse-holder .sub-title {
    font-size: 15px;
  }
  .facilities .room-facilities .col-2 {
    width: 100%;
  }
  #room-meeting .left-side {
    padding: 30px !important;
  }
  #small-banner .leaf-right img {
    display: none;
  }
  #small-banner .container {
    height: 100%;
  }
  #small-banner .container .box-mid-out .box-mid-in .sub-title {
    font-size: 24px;
  }
  #small-banner .container .box-mid-out .box-mid-in .title {
    font-size: 34px !important;
  }
  #activity-detail .item {
    height: 250px;
  }
  #booking .booking {
    padding-left: 20px;
    padding-right: 20px;
  }
  #activity-packages .sub-title {
    margin-bottom: 15px;
  }
  #activity-packages .price {
    margin-bottom: 0px;
  }
  #meeting-event .meeting-left-side .meeting-img {
    height: 200px;
  }
  #meeting-event .meeting-layout .layout-head .title {
    font-size: 30px;
  }
  #meeting-event .meeting-layout .room-style .col-xs-4 {
    width: 100%;
    margin-bottom: 15px;
  }
  #meeting-event .meeting-team .team-img {
    height: 250px !important;
  }
  #meeting-event .corporate-img-holder .corporate-img + .corporate-img {
    padding-left: 0;
    padding-top: 30px;
  }
  #meeting-event .corporate-img-holder .corporate-img {
    text-align: center;
  }
  #meeting-event .meeting-gallery .col-xs-4 {
    width: 50%;
  }
  #meeting-event .meeting-contact .contact-img img {
    display: none;
  }
  #meeting-event .meeting-contact .contact-holder {
    height: 500px;
  }
  #meeting-event .meeting-contact .contact-holder .top-bg {
    left: 15px;
    bottom: 15px;
  }
  .contact-right .box-mid-out {
    padding: 15px;
  }
  .gallery_content_wrapper {
    width: 50%;
  }
  #contact .contact-left {
    padding: 20px 15px;
  }
  #testimonial .container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .testimonial-holder {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
@media (width: 1200px) {
  .room-home-slide .swiper-button-prev, .activity-slider .swiper-button-prev {
    left: 25px !important;
  }
  .room-home-slide .swiper-button-next, .activity-slider .swiper-button-next {
    right: 25px !important;
  }
}
@media (width: 992px) {
  .room-home-slide .swiper-button-prev, .activity-slider .swiper-button-prev {
    left: 25px !important;
    top: 40%;
  }
  .room-home-slide .swiper-button-next, .activity-slider .swiper-button-next {
    right: 25px !important;
    top: 40%;
  }
}
@media (width: 768px) {
  .room-home-slide .swiper-button-prev, .activity-slider .swiper-button-prev {
    left: 25px !important;
    top: 40%;
  }
  .room-home-slide .swiper-button-next, .activity-slider .swiper-button-next {
    right: 25px !important;
    top: 40%;
  }
}
/*# sourceMappingURL=responsive.css.map */