@charset "utf-8";
/* Table of Contents
==================================================
	#Desktop (1600)
	#Desktop (1366)
	#Desktop (1024)
	#Tablet (Portrait)
	#Mobile (Portrait)
	#Mobile (Landscape)



/* #Additional - Large Screens beyond 1920px
================================================== */
@media only screen and (min-width: 1700px) and (max-width: 2100px) {
  .container {
    max-width: 1170px;
  }

  #slider,
  #slider .home-slider,
  #slider .owl-stage-outer,
  #slider .owl-stage,
  #slider .owl-item {
    height: 100vh;
  }

  /*----------------- Inner Pages -----------------*/
  #innerBanner {
    height: calc(100vh - 107px);
  }
  #innerBanner .banner .caption {
    top: 37%;
  }
}

/* #Additional - Large Screens beyond 1600px
================================================== */
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .container {
    max-width: 1170px;
  }

  #slider,
  #slider .home-slider,
  #slider .owl-stage-outer,
  #slider .owl-stage,
  #slider .owl-item {
    height: 100vh;
  }

  /*----------------- Inner Pages -----------------*/
  #innerBanner {
    height: calc(100vh - 107px);
  }
  #innerBanner .banner .caption {
    top: 25%;
  }
}

/* #Additional - Large Screens beyond 1366px
================================================== */
@media only screen and (min-width: 1180px) and (max-width: 1366px) {
  .container {
    max-width: 1170px;
  }

  #socialIcons {
    top: 40%;
  }
  #slider,
  #slider .home-slider,
  #slider .owl-stage-outer,
  #slider .owl-stage,
  #slider .owl-item {
    height: 100vh;
  }
  #slider .caption {
    top: 40%;
  }

  /*----------------- Inner Pages -----------------*/
  #innerBanner {
    height: calc(100vh - 107px);
  }
  #innerBanner .banner .caption {
    top: 28.5%;
  }
  #innerBanner .banner .caption h1 {
    margin: 0 0 10px 0;
    font-size: 40px;
    line-height: 40px;
  }
  #innerBanner .banner .caption p {
    margin: 0 0 15px 0;
    font-size: 17px;
    line-height: 27px;
  }
}

/* #iPad Pro - Large Screens beyond 1024px
================================================== */
@media only screen and (min-width: 959px) and (max-width: 1180px) {
  .container {
    max-width: 960px;
  }
}

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.noscroll {
    padding-right: 0;
  }
  .container {
    max-width: 100%;
    padding: 0 15px;
  }

  #header .logo {
    width: 100px;
  }
  #header .top_right1 {
    display: block !important;
    width: calc(100% - 100px) !important;
  }
  #header .top_right2 {
    display: none !important;
  }
  #header .call_us {
    padding-left: 0px;
    margin: 14px 20px 0 0;
  }
  #header .call_us:before {
    float: left;
    position: static;
  }

  #header .call_us p {
    display: none;
  }
  #header .call_us strong {
    display: none;
  }
  #mainNav {
    display: none;
  }
  #nav-btn,
  #nav-btn + label {
    top: 14px;
    right: 15px;
  }
  #nav-btn:hover + label span,
  #nav-btn:hover + label span::before,
  #nav-btn:hover + label span::after {
    background-color: #333333;
  }
  #nav-btn:checked + label span {
    background: none;
  }
  #nav-btn:checked + label span::before,
  #nav-btn:checked + label span::after {
    background-color: #47c3cd;
  }
  nav .nav_top .menu_logo {
    display: none;
  }
  nav .nav_top .menu_right {
    width: 100%;
    padding: 0 42px 0 0px;
  }
  nav .nav_top .plan {
    width: 100%;
    padding: 14px 0;
    padding-right: 10px;
  }
  nav .nav_top .plan .items {
    margin: 0 5px;
  }
  nav .nav_top .plan .items .icon {
    margin-right: 0;
  }
  nav .nav_top .plan .items p {
    display: none;
  }
  nav .main_links {
    height: calc(100% - 70px);
    padding: 20px 0;
  }
  nav .main_links ul.menu {
    width: 100%;
  }
  nav .main_links ul.menu li {
    position: relative;
    width: 100%;
    border-right: none;
  }
  nav .main_links ul.menu li a {
    margin: 0;
    padding: 18px 0;
    font-size: 18px;
    line-height: 23px;
  }
  nav .main_links ul.menu li .sub_menu_btn {
    display: block;
  }
  nav .main_links ul.menu > li.current > ul.sub-menu,
  nav .main_links ul.menu > li:hover > ul.sub-menu {
    display: none;
  }
  nav .main_links ul.menu li ul.sub-menu {
    padding: 14px 0 0 20px;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e5e5e5;
    position: static;
  }
  nav .main_links ul.menu li ul.sub-menu li a {
    font-size: 14px;
    line-height: 24px;
  }
  nav .main_links ul.menu li ul.sub-menu li.heading a {
    font-size: 16px;
  }
  nav .main_links ul.social {
    width: 100%;
    padding: 15px 15px;
    border-right: none;
  }
  nav .main_links .nav-img-box {
    display: none;
  }
  #navContent .title {
    display: none;
  }
  #navContent .title h5 {
    font-size: 16px;
  }
  #navContent .nav_list {
    width: 100%;
    padding: 13px 0;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
  }
  #navContent .nav_list .nav_btn {
    display: block;
    font-size: 14px;
  }
  .header-divider.stiky {
    height: 70px;
  }
  #header.stiky .logo {
    width: 100px;
    padding: 15px 0;
  }
  #header.stiky .call_us:before {
    filter: none;
  }
  #socialIcons {
    display: none;
  }
  #slider .desktop {
    display: none;
  }
  #slider .tablet {
    display: block;
  }
  #slider .caption h1 {
    font-size: 28px;
    line-height: 32px;
  }

  #slider .caption .button {
    display: none;
  }
  #slider .caption .button:after {
    display: none;
  }
  #slider .owl-theme .owl-dots {
    bottom: 235px;
  }
  #searchForm .search_box .advantages {
    display: none;
  }
  #searchForm .search_box .field {
    width: calc(100% - 30px);
    border-right: none;
    border-bottom: 1px solid #d8d8d8;
  }
  #searchForm .search_box .field.first {
    width: 100%;
  }
  #searchForm .search_box .field label {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 22px;
  }

  #searchForm .search_box .field.last {
    border-bottom: none;
    text-align: center;
  }
  #searchForm .search_box button {
    width: 100%;
    padding: 12px 60px 12px 25px;
    font-size: 16px;
  }
  #searchForm .search_box button:after {
    width: 43px;
    top: 3px;
    bottom: 3px;
    right: 3px;
  }
  #welCome {
    padding-top: 50px;
    padding-bottom: 25px;
  }
  #welCome .content {
    padding-bottom: 30px;
    text-align: center;
  }
  #welCome big {
    font-size: 80px;
    top: -20px;
    left: 0;
    right: 0;
  }
  #welCome h2 {
    font-size: 28px;
    line-height: 32px;
  }
  #welCome h4 {
    font-size: 16px;
    line-height: 28px;
  }
  #welCome h4 br {
    display: none;
  }
  #welCome p {
    font-size: 14px;
    line-height: 24px;
  }
  #welCome .button {
    padding: 12px 60px 12px 25px;
    font-size: 16px;
  }
  #welCome .button:after {
    width: 43px;
    top: 3px;
    bottom: 3px;
    right: 3px;
  }
  #welCome .image {
    text-align: center;
  }
  #ourHotels {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  #ourHotels .title {
    padding: 20px 0 30px 0;
  }
  #ourHotels .title big {
    font-size: 80px;
  }
  #ourHotels .title h2 {
    font-size: 28px;
    line-height: 32px;
  }
  #ourHotels .title p {
    font-size: 14px;
    line-height: 24px;
  }
  #ourHotels .title p br {
    display: none;
  }
  .hotels-listing-full .owl-stage-outer {
    height: 352px;
  }
  .hotels-listing-full .owl-item {
    height: 292px;
    opacity: 1;
  }
  .hotels-listing-full .owl-item.active.center {
    height: 352px;
  }
  .hotels-listing-full .item .info {
    padding: 15px 15px;
  }
  .hotels-listing-full .item .from {
    width: 53px;
    height: 53px;
    padding: 8px 0;
    font-size: 14px;
    line-height: 19px;
  }
  .hotels-listing-full .item .from strong {
    font-size: 16px;
  }
  .hotels-listing-full.owl-theme .owl-nav {
    top: 91.5%;
    margin-top: -22px;
  }
  .hotels-listing-full.owl-theme .owl-nav [class*="owl-"] {
    width: 44px;
    height: 44px;
  }
  .hotels-listing-full.owl-theme .owl-nav button.owl-prev {
    left: 148px;
  }
  .hotels-listing-full.owl-theme .owl-nav button.owl-next {
    right: 150px;
  }
  .hotels-listing-full.owl-theme .owl-nav [class*="owl-"] img {
    width: 22px;
  }
  #beneFits {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #beneFits .items {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.3);
    text-align: center;
  }
  #beneFits .items:nth-child(2n + 2) {
    border-right: none;
  }
  #beneFits .items:nth-last-child(-n + 2) {
    border-bottom: none;
  }
  #beneFits .items .icon {
    margin: 0 auto;
  }
  #beneFits .items p {
    font-size: 16px;
    line-height: 24px;
  }
  #ourPlan {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  #ourPlan .title {
    padding: 20px 0 30px 0;
  }
  #ourPlan .title big {
    font-size: 80px;
  }
  #ourPlan .title h2 {
    font-size: 28px;
    line-height: 32px;
  }
  #ourPlan .title p {
    font-size: 14px;
    line-height: 24px;
  }
  #ourPlan .title p br {
    display: none;
  }
  .plan-listing {
    padding: 0 44px;
  }
  .plan-listing .item p {
    font-size: 20px;
    line-height: 25px;
  }
  .plan-listing .owl-item:nth-child(odd) .item h4 {
    order: 1;
  }
  .plan-listing .owl-item:nth-child(odd) .item .icon {
    order: 2;
    margin: 15px auto -37px auto;
  }
  .plan-listing .owl-item:nth-child(odd) .item .image {
    order: 3;
  }
  .plan-listing.owl-theme .owl-nav {
    margin-top: -22px;
  }
  .plan-listing.owl-theme .owl-nav [class*="owl-"] {
    width: 44px;
    height: 44px;
  }
  .plan-listing.owl-theme .owl-nav [class*="owl-"] img {
    width: 22px;
  }
  #ourOffers {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #ourOffers .title {
    padding: 20px 0 30px 0;
  }
  #ourOffers .title big {
    font-size: 80px;
  }
  #ourOffers .title h2 {
    font-size: 28px;
    line-height: 32px;
  }
  #ourOffers .title p {
    font-size: 14px;
    line-height: 24px;
  }
  #ourOffers .title p br {
    display: none;
  }
  .offers-listing .item .from {
    width: 53px;
    height: 53px;
    padding: 8px 0;
    font-size: 14px;
    line-height: 19px;
    top: -33px;
  }
  .offers-listing .item .from strong {
    font-size: 16px;
  }
  .offers-listing .item p {
    min-height: 48px;
    font-size: 16px;
    line-height: 24px;
  }
  .offers-listing .item p {
    min-height: 46px;
    font-size: 14px;
    line-height: 23px;
  }
  #location {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  #location .title {
    padding: 20px 0 30px 0;
    text-align: center;
  }
  #location .title big {
    font-size: 80px;
    top: 0;
    bottom: auto;
    right: 0;
  }
  #location .title h2 {
    font-size: 28px;
    line-height: 32px;
  }
  #location .title p {
    font-size: 14px;
    line-height: 24px;
  }
  #location .title p br {
    display: none;
  }
  #location .newsletter {
    width: 345px;
    height: 345px;
    padding: 37px 30px;
  }
  #location .newsletter h2 {
    font-size: 24px;
    line-height: 29px;
  }
  #location .newsletter p {
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 24px;
  }
  #location .newsletter .form_group {
    margin-bottom: 20px;
  }
  #location .newsletter .form_field {
    padding: 14px 132px 14px 15px;
    font-size: 14px;
  }
  #location .newsletter .form_submit {
    padding: 13px 17px;
    font-size: 16px;
  }
  #location .newsletter p {
    display: none;
  }
  #location .map img {
    width: 150%;
    max-width: 150%;
    margin-left: -25%;
  }
  #location .map iframe {
    height: 400px;
  }
  #ourHotels2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #ourHotels2 .title {
    order: 1;
    text-align: center;
  }
  #ourHotels2 .title h2 {
    font-size: 28px;
    line-height: 32px;
  }
  #ourHotels2 .title p {
    font-size: 14px;
    line-height: 24px;
  }
  #ourHotels2 .content {
    order: 2;
    padding-top: 30px;
  }
  #ourHotels2 .content ul li {
    width: 50%;
  }
  #ourHotels2 .content ul li a {
    padding: 12px 0;
  }
  #ourHotels2 .content ul li p {
    font-size: 14px;
    line-height: 19px;
  }
  #ourHotels2 .moredetails {
    order: 3;
    text-align: center;
  }
  #ourHotels2 .moredetails .button {
    margin-top: 30px;
    padding: 11px 60px 11px 25px;
    font-size: 16px;
  }
  #ourHotels2 .moredetails .button:after {
    width: 43px;
    top: 2px;
    bottom: 2px;
    right: 2px;
  }
  #azulineClub {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #azulineClub h2 {
    font-size: 28px;
    line-height: 32px;
  }
  #azulineClub p {
    font-size: 14px;
    line-height: 24px;
  }
  #azulineClub p br {
    display: none;
  }
  #azulineClub .button {
    padding: 11px 60px 11px 25px;
    font-size: 16px;
  }
  #azulineClub .button:after {
    width: 43px;
    top: 2px;
    bottom: 2px;
    right: 2px;
  }
  .footerSection {
    padding-top: 50px;
  }
  .footerSection h3 {
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .footerSection h3 {
    font-size: 16px;
  }
  .footerSection .ftr_info {
    padding-bottom: 50px;
  }
  .footerSection .ftr_info .logo {
    margin-bottom: 20px;
  }
  .footerSection .ftr_info .logo img {
    width: 140px;
  }
  .footerSection .ftr_info p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 29px;
  }
  .footerSection .ftr_menu {
    padding-bottom: 50px;
  }
  .footerSection .ftr_menu ul li {
    margin: 0 0 16px 0;
    font-size: 14px;
    line-height: 18px;
  }
  .footerSection .ftr_contact {
    padding-bottom: 50px;
  }
  .footerSection .ftr_contact ul li {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 24px;
  }
  .footerBottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footerBottom .copy_text {
    padding: 5px 0;
    font-size: 14px;
    text-align: center;
  }

  /*----------------- Inner Pages -----------------*/

  #innerBanner .banner .caption h1 {
    margin: 0 0 10px 0;
    font-size: 28px;
    line-height: 32px;
  }
  #innerBanner .banner .caption p {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 24px;
  }


  /*----------------- Hotel Page -----------------*/
  #hotelSection .content {
    padding: 0 70px;
  }
  #hotelSection .content h2 {
    font-size: 28px;
    line-height: 32px;
  }
  #hotelSection .content h4 {
    font-size: 16px;
    line-height: 28px;
  }
  #hotelSection .content p {
    font-size: 14px;
    line-height: 24px;
  }
  #hotelSection .content .button {
    min-width: 180px;
    padding: 12px 60px 12px 25px;
    font-size: 16px;
  }
  #hotelSection .content .button:after {
    width: 43px;
    top: 3px;
    bottom: 3px;
    right: 3px;
  }
  #hotelSection .start {
    padding: 50px 0;
  }
  #hotelSection .rooms {
    padding: 50px 0;
  }
  #hotelSection .rooms .owl-theme .owl-nav {
    margin-top: -20px;
  }
  #hotelSection .rooms .owl-theme .owl-nav [class*="owl-"] {
    width: 40px;
    height: 40px;
  }
  #hotelSection .rooms .owl-theme .owl-nav button.owl-prev {
    left: 10px;
  }
  #hotelSection .rooms .owl-theme .owl-nav button.owl-next {
    right: 10px;
  }
  #hotelSection .rooms .owl-theme .owl-nav [class*="owl-"] img {
    width: 18px;
  }
  #hotelSection .services {
    padding: 50px 0;
  }
  #hotelSection .services .items p {
    font-size: 14px;
  }
  #hotelSection .services .items h6 br {
    display: none;
  }
  #hotelSection .gallery {
    margin: 0 -70px;
  }
  #hotelSection .gallery .owl-theme .owl-nav {
    margin-top: -20px;
  }
  #hotelSection .gallery .owl-theme .owl-nav [class*="owl-"] {
    width: 40px;
    height: 40px;
  }
  #hotelSection .gallery .owl-theme .owl-nav button.owl-prev {
    left: 10px;
  }
  #hotelSection .gallery .owl-theme .owl-nav button.owl-next {
    right: 10px;
  }
  #hotelSection .gallery .owl-theme .owl-nav [class*="owl-"] img {
    width: 18px;
  }
  #hotelSection .kids {
    padding: 50px 0;
  }
  #hotelSection .contact {
    padding: 0 0 50px 0;
  }
  #hotelSection .contact .banner {
    margin: 0 -70px;
  }
  #hotelSection .contact .banner h2 {
    width: 90%;
  }
  #hotelSection .contact .info {
    padding: 50px 0 0 0;
  }
  #hotelSection .contact .info [class*="col-"]:nth-child(2) .items {
    padding-right: 15px;
  }
  #hotelSection .contact .info [class*="col-"]:nth-child(3) .items {
    padding-left: 15px;
  }
  #hotelSection .images {
    display: none;
  }

  /*----------------- Room Page -----------------*/
  #roomsSection {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #roomsSection .content h2 {
    font-size: 28px;
    line-height: 32px;
  }
  #roomsSection .content h4 {
    font-size: 16px;
    line-height: 28px;
  }
  #roomsSection .content h5 {
    font-size: 14px;
    line-height: 26px;
  }
  #roomsSection .content p {
    font-size: 14px;
    line-height: 24px;
  }
  .rooms-listing .item .info {
    padding: 15px 15px;
  }
  .rooms-listing .item h5 {
    min-height: 56px;
    font-size: 18px;
    line-height: 28px;
  }
  .rooms-listing .item .person {
    font-size: 14px;
  }
  .rooms-listing .item .price p.big {
    font-size: 18px;
    line-height: 18px;
  }
  .rooms-listing .item .note p {
    font-size: 11px;
    line-height: 15px;
  }
  .rooms-listing .item .buttons .button {
    min-width: 100%;
    font-size: 13px;
  }

  /*----------------- Gastronomy Page -----------------*/
  #contentSection {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
  }
  #contentSection h2 {
    font-size: 28px;
    line-height: 32px;
  }
  #contentSection h4 {
    font-size: 16px;
    line-height: 28px;
  }
  #contentSection h5 {
    font-size: 14px;
    line-height: 26px;
  }
  #contentSection p {
    font-size: 14px;
    line-height: 24px;
  }
  #contentSection .button {
    padding: 12px 60px 12px 25px;
    font-size: 16px;
  }
  #contentSection .button:after {
    width: 43px;
    top: 3px;
    bottom: 3px;
    right: 3px;
  }
  #contentSection .image {
    margin-bottom: 30px;
  }

  /*----------------- Template Page -----------------*/
  #templateSection {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #templateSection .content h2 {
    font-size: 28px;
    line-height: 32px;
  }
  #templateSection .content h4 {
    font-size: 16px;
    line-height: 28px;
  }
  #templateSection .content h5 {
    font-size: 14px;
    line-height: 26px;
  }
  #templateSection .content p {
    font-size: 14px;
    line-height: 24px;
  }
  #templateSection .benefits .items {
    padding-top: 30px;
  }
  #templateSection .benefits .items .icon {
    width: 74px;
    height: 74px;
  }
  #templateSection .benefits .items .icon img {
    width: 35px;
  }
  #ourGallery {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #ourGallery h2 {
    margin: 0 0 20px 0;
    font-size: 28px;
    line-height: 32px;
  }
  .gallery-full .owl-stage-outer {
    height: 172px;
  }
  .gallery-full .owl-item {
    height: 132px;
    opacity: 1;
  }
  .gallery-full .owl-item.active.center {
    height: 172px;
  }
  .gallery-full .item {
    border-radius: 15px 15px 15px 0px;
  }
  .gallery-full.owl-theme .owl-nav {
    margin-top: -20px;
  }
  .gallery-full.owl-theme .owl-nav [class*="owl-"] {
    width: 40px;
    height: 40px;
  }
  .gallery-full.owl-theme .owl-nav button.owl-prev {
    left: 185px;
  }
  .gallery-full.owl-theme .owl-nav button.owl-next {
    right: 187px;
  }
  .gallery-full.owl-theme .owl-nav [class*="owl-"] img {
    width: 18px;
  }
  #facilities {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #facilities .content {
    text-align: center;
  }
  #facilities .content h2 {
    font-size: 28px;
    line-height: 32px;
  }
  #facilities .content h4 {
    font-size: 16px;
    line-height: 28px;
  }
  #facilities .content h5 {
    font-size: 14px;
    line-height: 26px;
  }
  #facilities .content p {
    font-size: 14px;
    line-height: 24px;
  }
  #facilities .items {
    border-radius: 15px 15px 15px 0px;
  }
  #facilities .items h5 {
    font-size: 18px;
    line-height: 26px;
  }
  #ourOffers2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #ourOffers2 h2 {
    margin: 0 0 20px 0;
    font-size: 28px;
    line-height: 32px;
  }
  #ourLocation {
    padding-top: 50px;
    overflow: hidden;
  }
  #ourLocation .title h2 {
    font-size: 28px;
    line-height: 32px;
  }
  #ourLocation .title p {
    font-size: 14px;
    line-height: 24px;
  }
  #ourLocation .location {
    width: 345px;
    height: 345px;
    padding: 90px 30px;
    margin: 0 auto;
    margin-bottom: -70px;
    position: static;
  }
  #ourLocation .location p {
    font-size: 14px;
    line-height: 24px;
  }
  #ourLocation .image img {
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
  }
}

/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  body.noscroll {
    padding-right: 0;
  }
  .container {
    max-width: 100%;
    padding: 0 15px;
  }

  #header .logo {
    width: 100px;
  }
  #header .top_right1 {
    display: block !important;
    width: calc(100% - 100px) !important;
  }
  #header .top_right2 {
    display: none !important;
  }
  #header .call_us {
    padding-left: 0px;
    margin: 14px 20px 0 0;
  }
  #header .call_us:before {
    float: left;
    position: static;
  }

  #header .call_us p {
    display: none;
  }
  #header .call_us strong {
    display: none;
  }
  #mainNav {
    display: none;
  }
  #nav-btn,
  #nav-btn + label {
    top: 14px;
    right: 15px;
  }
  #nav-btn:hover + label span,
  #nav-btn:hover + label span::before,
  #nav-btn:hover + label span::after {
    background-color: #333333;
  }
  #nav-btn:checked + label span {
    background: none;
  }
  #nav-btn:checked + label span::before,
  #nav-btn:checked + label span::after {
    background-color: #47c3cd;
  }
  nav .nav_top .menu_logo {
    display: none;
  }
  nav .nav_top .menu_right {
    width: 100%;
    padding: 0 42px 0 0px;
  }
  nav .nav_top .plan {
    width: 100%;
    padding: 14px 0;
    padding-right: 10px;
  }
  nav .nav_top .plan .items {
    margin: 0 5px;
  }
  nav .nav_top .plan .items .icon {
    margin-right: 0;
  }
  nav .nav_top .plan .items h6 {
    display: none;
  }
  nav .main_links {
    height: calc(100% - 70px);
    padding: 20px 0;
  }
  nav .main_links ul.menu {
    width: 100%;
  }
  nav .main_links ul.menu li {
    position: relative;
    width: 100%;
    border-right: none;
  }
  nav .main_links ul.menu li a {
    margin: 0;
    padding: 18px 0;
    font-size: 18px;
    line-height: 23px;
  }
  nav .main_links ul.menu li .sub_menu_btn {
    display: block;
  }
  nav .main_links ul.menu > li.current > ul.sub-menu,
  nav .main_links ul.menu > li:hover > ul.sub-menu {
    display: none;
  }
  nav .main_links ul.menu li ul.sub-menu {
    padding: 14px 0 0 20px;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e5e5e5;
    position: static;
  }
  nav .main_links ul.menu li ul.sub-menu li a {
    font-size: 14px;
    line-height: 24px;
  }
  nav .main_links ul.menu li ul.sub-menu li.heading a {
    font-size: 16px;
  }
  nav .main_links ul.social {
    width: 100%;
    padding: 15px 15px;
    border-right: none;
  }
  nav .main_links .nav-img-box {
    display: none;
  }
  #navContent .title {
    display: none;
  }
  #navContent .title h5 {
    font-size: 16px;
  }
  #navContent .nav_list {
    width: 100%;
    padding: 13px 0;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
  }
  #navContent .nav_list .nav_btn {
    display: block;
    font-size: 14px;
  }
  .header-divider.stiky {
    height: 70px;
  }
  #header.stiky .logo {
    width: 100px;
    padding: 15px 0;
  }
  #header.stiky .call_us:before {
    filter: none;
  }
  #socialIcons {
    display: none;
  }
  #slider .desktop {
    display: none;
  }
  #slider .home-slider .owl-item {
    display: block;
    height: 100vh;
  }
  #slider .home-slider .owl-item .mobile {
    display: block;
    position: relative;
  }
  #slider .home-mobile-slider .owl-item .mobile {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #slider .caption {
    top: 25vh;
  }
  #slider .caption h1 {
    font-size: 28px;
    line-height: 32px;
  }

  #slider .caption .button {
    display: none;
  }
  #slider .caption .button:after {
    display: none;
  }
  #slider .owl-theme .owl-dots {
    bottom: 235px;
  }
  #searchForm .search_box .advantages {
    display: none;
  }
  #searchForm .search_box .field {
    width: calc(100% - 30px);
  }
  #searchForm .search_box .field.first {
    width: 100%;
  }
  #searchForm .search_box .field label {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }

  #searchForm .search_box .field.last {
    text-align: center;
  }
  #searchForm .search_box button {
    width: 100%;
    padding: 12px 60px 12px 25px;
    font-size: 16px;
  }
  #searchForm .search_box button:after {
    width: 43px;
    top: 3px;
    bottom: 3px;
    right: 3px;
  }
  #guestsCodebox .guestsCodeclose {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  #guestsCodebox ul {
    width: 250px;
  }
  #welCome {
    padding-top: 50px;
    padding-bottom: 25px;
  }
  #welCome .content {
    padding-bottom: 30px;
    text-align: center;
  }
  #welCome big {
    font-size: 80px;
    top: -20px;
    left: 0;
    right: 0;
  }
  #welCome h2 {
    font-size: 24px;
    line-height: 32px;
  }
  #welCome h4 {
    font-size: 15px;
    line-height: 24px;
  }
  #welCome h4 br {
    display: none;
  }
  #welCome p {
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
  }
  #welCome .button {
    padding: 12px 60px 12px 25px;
    font-size: 16px;
  }
  #welCome .button:after {
    width: 43px;
    top: 3px;
    bottom: 3px;
    right: 3px;
  }
  #welCome .image {
    text-align: center;
  }
  #ourHotels {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  #ourHotels .title {
    padding: 20px 0 30px 0;
  }
  #ourHotels .title big {
    font-size: 80px;
  }
  #ourHotels .title h2 {
    font-size: 24px;
    line-height: 32px;
  }
  #ourHotels .title p {
    font-size: 13px;
    line-height: 24px;
  }
  #ourHotels .title p br {
    display: none;
  }
  .hotels-listing-full .owl-stage-outer {
    height: 352px;
  }
  .hotels-listing-full .owl-item {
    height: 292px;
    opacity: 1;
  }
  .hotels-listing-full .owl-item.active.center {
    height: 352px;
  }
  .hotels-listing-full .item .info {
    padding: 15px 15px;
  }
  .hotels-listing-full .item .from {
    width: 53px;
    height: 53px;
    padding: 8px 0;
    font-size: 14px;
    line-height: 19px;
  }
  .hotels-listing-full .item .from strong {
    font-size: 16px;
  }
  .hotels-listing-full.owl-theme .owl-nav {
    top: 91.5%;
    margin-top: -22px;
  }
  .hotels-listing-full.owl-theme .owl-nav [class*="owl-"] {
    width: 44px;
    height: 44px;
  }
  .hotels-listing-full.owl-theme .owl-nav button.owl-prev {
    left: -5px;
  }
  .hotels-listing-full.owl-theme .owl-nav button.owl-next {
    right: -3px;
  }
  .hotels-listing-full.owl-theme .owl-nav [class*="owl-"] img {
    width: 22px;
  }
  #beneFits {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #beneFits .items {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.3);
    text-align: center;
  }
  #beneFits .items:nth-child(2n + 2) {
    border-right: none;
  }
  #beneFits .items:nth-last-child(-n + 2) {
    border-bottom: none;
  }
  #beneFits .items .icon {
    margin: 0 auto;
  }
  #beneFits .items p {
    font-size: 16px;
    line-height: 24px;
  }
  #ourPlan {
    padding-top: 50px;
    padding-bottom: 0px;
    overflow: hidden;
  }
  #ourPlan .title {
    padding: 20px 0 30px 0;
  }
  #ourPlan .title big {
    font-size: 80px;
  }
  #ourPlan .title h2 {
    font-size: 24px;
    line-height: 32px;
  }
  #ourPlan .title p {
    font-size: 13px;
    line-height: 24px;
  }
  #ourPlan .title p br {
    display: none;
  }
  .plan-listing {
    padding: 0 44px;
  }
  .plan-listing .item p {
    font-size: 20px;
    line-height: 25px;
  }
  .plan-listing .owl-item:nth-child(odd) .item h4 {
    order: 1;
  }
  .plan-listing .owl-item:nth-child(odd) .item .icon {
    order: 2;
    margin: 15px auto -37px auto;
  }
  .plan-listing .owl-item:nth-child(odd) .item .image {
    order: 3;
  }
  .plan-listing.owl-theme .owl-nav {
    margin-top: -22px;
  }
  .plan-listing.owl-theme .owl-nav [class*="owl-"] {
    width: 44px;
    height: 44px;
  }
  .plan-listing.owl-theme .owl-nav [class*="owl-"] img {
    width: 22px;
  }
  #ourOffers {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #ourOffers .title {
    padding: 20px 0 30px 0;
  }
  #ourOffers .title big {
    font-size: 80px;
  }
  #ourOffers .title h2 {
    font-size: 24px;
    line-height: 32px;
  }
  #ourOffers .title p {
    font-size: 13px;
    line-height: 24px;
  }
  #ourOffers .title p br {
    display: none;
  }
  .offers-listing .item .from {
    width: 53px;
    height: 53px;
    padding: 8px 0;
    font-size: 14px;
    line-height: 19px;
    top: -33px;
  }
  .offers-listing .item .from strong {
    font-size: 16px;
  }
  .offers-listing .item p {
    min-height: 48px;
    font-size: 16px;
    line-height: 24px;
  }
  .offers-listing .item p {
    min-height: 46px;
    font-size: 14px;
    line-height: 23px;
  }
  #location {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  #location .title {
    padding: 20px 0 30px 0;
    text-align: center;
  }
  #location .title big {
    font-size: 80px;
    top: 0;
    bottom: auto;
    right: 0;
  }
  #location .title h2 {
    font-size: 24px;
    line-height: 32px;
  }
  #location .title p {
    font-size: 13px;
    line-height: 24px;
  }
  #location .title p br {
    display: none;
  }
  #location .newsletter {
    width: 345px;
    height: 345px;
    padding: 95px 30px;
    margin: 0 auto;
    margin-bottom: -50px;
    position: static;
  }
  #location .newsletter h2 {
    font-size: 24px;
    line-height: 29px;
  }
  #location .newsletter p {
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 24px;
  }
  #location .newsletter .form_group {
    margin-bottom: 20px;
  }
  #location .newsletter .form_field {
    padding: 14px 132px 14px 15px;
    font-size: 14px;
  }
  #location .newsletter .form_submit {
    padding: 13px 17px;
    font-size: 16px;
  }
  #location .newsletter p {
    display: none;
  }
  #location .map img {
    width: 300%;
    max-width: 300%;
    margin-left: -100%;
  }
  #location .map iframe {
    height: 400px;
  }
  #ourHotels2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #ourHotels2 .title {
    order: 1;
    text-align: center;
  }
  #ourHotels2 .title h2 {
    font-size: 24px;
    line-height: 32px;
  }
  #ourHotels2 .title p {
    font-size: 13px;
    line-height: 24px;
  }
  #ourHotels2 .content {
    order: 2;
    padding-top: 30px;
  }
  #ourHotels2 .content ul li {
    width: 100%;
  }
  #ourHotels2 .content ul li a {
    padding: 12px 0;
  }
  #ourHotels2 .content ul li p {
    font-size: 14px;
    line-height: 19px;
  }
  #ourHotels2 .moredetails {
    order: 3;
    text-align: center;
  }
  #ourHotels2 .moredetails .button {
    margin-top: 30px;
    padding: 11px 60px 11px 25px;
    font-size: 16px;
  }
  #ourHotels2 .moredetails .button:after {
    width: 43px;
    top: 2px;
    bottom: 2px;
    right: 2px;
  }
  #azulineClub {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #azulineClub h2 {
    font-size: 24px;
    line-height: 32px;
  }
  #azulineClub p {
    font-size: 13px;
    line-height: 24px;
  }
  #azulineClub p br {
    display: none;
  }
  #azulineClub .button {
    padding: 11px 60px 11px 25px;
    font-size: 16px;
  }
  #azulineClub .button:after {
    width: 43px;
    top: 2px;
    bottom: 2px;
    right: 2px;
  }
  .footerSection {
    padding-top: 50px;
  }
  .footerSection h3 {
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .footerSection h3 {
    font-size: 16px;
  }
  .footerSection .ftr_info {
    padding-bottom: 50px;
  }
  .footerSection .ftr_info .logo {
    margin-bottom: 20px;
  }
  .footerSection .ftr_info .logo img {
    width: 140px;
  }
  .footerSection .ftr_info p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 29px;
  }
  .footerSection .ftr_menu {
    padding-bottom: 50px;
  }
  .footerSection .ftr_menu ul li {
    margin: 0 0 16px 0;
    font-size: 14px;
    line-height: 18px;
  }
  .footerSection .ftr_contact {
    padding-bottom: 50px;
  }
  .footerSection .ftr_contact ul li {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 24px;
  }
  .footerBottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footerBottom .copy_text {
    padding: 5px 0;
    font-size: 14px;
    text-align: center;
  }


  /*----------------- Inner Pages -----------------*/
  #innerBanner .banner .caption h1 {
    margin: 0 0 10px 0;
    font-size: 28px;
    line-height: 32px;
  }
  #innerBanner .banner .caption p {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 24px;
  }

  /*----------------- Hotel Page -----------------*/
  #hotelSection .content {
    padding: 0 15px;
  }
  #hotelSection .content h2 {
    font-size: 24px;
    line-height: 32px;
  }
  #hotelSection .content h4 {
    font-size: 15px;
    line-height: 24px;
  }
  #hotelSection .content p {
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
  }
  #hotelSection .content .button {
    min-width: 180px;
    padding: 12px 60px 12px 25px;
    font-size: 16px;
  }
  #hotelSection .content .button:after {
    width: 43px;
    top: 3px;
    bottom: 3px;
    right: 3px;
  }
  #hotelSection .start {
    padding: 50px 0;
  }
  #hotelSection .rooms {
    padding: 50px 0;
  }
  #hotelSection .rooms .owl-theme .owl-nav {
    margin-top: -20px;
  }
  #hotelSection .rooms .owl-theme .owl-nav [class*="owl-"] {
    width: 40px;
    height: 40px;
  }
  #hotelSection .rooms .owl-theme .owl-nav button.owl-prev {
    left: 10px;
  }
  #hotelSection .rooms .owl-theme .owl-nav button.owl-next {
    right: 10px;
  }
  #hotelSection .rooms .owl-theme .owl-nav [class*="owl-"] img {
    width: 18px;
  }
  #hotelSection .services {
    padding: 50px 0;
  }
  #hotelSection .services .items h6 {
    font-size: 14px;
  }
  #hotelSection .services .items h6 br {
    display: none;
  }
  #hotelSection .gallery {
    margin: 0 -15px;
  }
  #hotelSection .gallery .owl-theme .owl-nav {
    margin-top: -20px;
  }
  #hotelSection .gallery .owl-theme .owl-nav [class*="owl-"] {
    width: 40px;
    height: 40px;
  }
  #hotelSection .gallery .owl-theme .owl-nav button.owl-prev {
    left: 10px;
  }
  #hotelSection .gallery .owl-theme .owl-nav button.owl-next {
    right: 10px;
  }
  #hotelSection .gallery .owl-theme .owl-nav [class*="owl-"] img {
    width: 18px;
  }
  #hotelSection .kids {
    padding: 50px 0;
  }
  #hotelSection .contact {
    padding: 0 0 50px 0;
  }
  #hotelSection .contact .banner {
    margin: 0 -15px;
  }
  #hotelSection .contact .banner h2 {
    width: 90%;
  }
  #hotelSection .contact .info {
    padding: 50px 0 0 0;
  }
  #hotelSection .contact .info [class*="col-"]:nth-child(2) .items {
    padding-right: 15px;
  }
  #hotelSection .contact .info [class*="col-"]:nth-child(3) .items {
    padding-left: 15px;
  }
  #hotelSection .images {
    display: none;
  }

  /*----------------- Room Page -----------------*/
  #roomsSection {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #roomsSection .content h2 {
    font-size: 24px;
    line-height: 32px;
  }
  #roomsSection .content h4 {
    font-size: 15px;
    line-height: 24px;
  }
  #roomsSection .content h5 {
    font-size: 14px;
    line-height: 26px;
  }
  #roomsSection .content p {
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
  }
  .rooms-listing > .owl-stage-outer {
    overflow: visible;
  }
  .rooms-listing .item .info {
    padding: 15px 15px;
  }
  .rooms-listing .item h5 {
    min-height: 56px;
    font-size: 18px;
    line-height: 24px;
  }
  .rooms-listing .item .person {
    font-size: 14px;
  }
  .rooms-listing .item .price p.big {
    font-size: 18px;
    line-height: 18px;
  }
  .rooms-listing .item .note p {
    font-size: 11px;
    line-height: 15px;
  }
  .rooms-listing .item .buttons .button {
    min-width: 100%;
    font-size: 13px;
  }
  .rooms-listing .item .buttons .button span {
    display: none;
  }

  /*----------------- Gastronomy Page -----------------*/
  #contentSection {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
  }
  #contentSection h2 {
    font-size: 24px;
    line-height: 32px;
  }
  #contentSection h4 {
    font-size: 15px;
    line-height: 24px;
  }
  #contentSection h5 {
    font-size: 14px;
    line-height: 26px;
  }
  #contentSection p {
    font-size: 13px;
    line-height: 24px;
  }
  #contentSection .button {
    padding: 12px 60px 12px 25px;
    font-size: 16px;
  }
  #contentSection .button:after {
    width: 43px;
    top: 3px;
    bottom: 3px;
    right: 3px;
  }
  #contentSection .image {
    margin-bottom: 30px;
  }
  #contentSection .image .award-tag {
    width: 100px;
    height: 100px;
    left: 0px;
  }
  #contentSection .image .award-tag.right {
    right: 0px;
  }
  #contentSection .image .award-tag img {
    width: 70px;
  }

  /*----------------- Template Page -----------------*/
  #templateSection {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #templateSection .content h2 {
    font-size: 24px;
    line-height: 32px;
  }
  #templateSection .content h4 {
    font-size: 15px;
    line-height: 24px;
  }
  #templateSection .content h5 {
    font-size: 14px;
    line-height: 26px;
  }
  #templateSection .content p {
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
  }
  #templateSection .benefits .items {
    padding-top: 30px;
  }
  #templateSection .benefits .items .icon {
    width: 74px;
    height: 74px;
  }
  #templateSection .benefits .items .icon img {
    width: 35px;
  }
  #ourGallery {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #ourGallery h2 {
    margin: 0 0 20px 0;
    font-size: 24px;
    line-height: 32px;
  }
  .gallery-full .owl-stage-outer {
    height: 172px;
  }
  .gallery-full .owl-item {
    height: 132px;
    opacity: 1;
  }
  .gallery-full .owl-item.active.center {
    height: 172px;
  }
  .gallery-full .item {
    border-radius: 15px 15px 15px 0px;
  }
  .gallery-full.owl-theme .owl-nav {
    margin-top: -20px;
  }
  .gallery-full.owl-theme .owl-nav [class*="owl-"] {
    width: 40px;
    height: 40px;
  }
  .gallery-full.owl-theme .owl-nav button.owl-prev {
    left: 37px;
  }
  .gallery-full.owl-theme .owl-nav button.owl-next {
    right: 39px;
  }
  .gallery-full.owl-theme .owl-nav [class*="owl-"] img {
    width: 18px;
  }
  #facilities {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #facilities .content {
    text-align: center;
  }
  #facilities .content h2 {
    font-size: 24px;
    line-height: 32px;
  }
  #facilities .content h4 {
    font-size: 16px;
    line-height: 24px;
  }
  #facilities .content h5 {
    font-size: 14px;
    line-height: 26px;
  }
  #facilities .content p {
    font-size: 14px;
    line-height: 24px;
  }
  #facilities .items {
    border-radius: 15px 15px 15px 0px;
  }
  #facilities .items h5 {
    font-size: 18px;
    line-height: 26px;
  }
  #ourOffers2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #ourOffers2 h2 {
    margin: 0 0 20px 0;
    font-size: 24px;
    line-height: 32px;
  }
  #ourLocation {
    padding-top: 50px;
    overflow: hidden;
  }
  #ourLocation .title h2 {
    font-size: 24px;
    line-height: 32px;
  }
  #ourLocation .title p {
    font-size: 14px;
    line-height: 24px;
  }
  #ourLocation .location {
    width: 345px;
    height: 345px;
    padding: 90px 30px;
    margin: 0 auto;
    margin-bottom: -70px;
    position: static;
  }
  #ourLocation .location p {
    font-size: 14px;
    line-height: 24px;
  }
  #ourLocation .image img {
    width: 200%;
    max-width: 200%;
    margin-left: -50%;
  }
}

@media only screen and (max-width: 350px) {
  #location .newsletter {
    width: 305px;
    height: 305px;
  }
  #location .newsletter .social{
    display: none;
  }

}

/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    /*width: 540px;*/
    max-width: 100%;
    padding: 0 15px;
  }
}
