/* ------------------------------------------
[Master Stylesheet]

Template Name: Roberto - Hotel & Resort HTML Template
Template Author: Colorlib
Template Author URL: http://colorlib.com
Version: 1.0.0
Last Update: Feb 9, 2019
---------------------------------------------

---------------------------------------------
[Tables of CSS Content]

+ body

- 01.0 Reboot Area CSS
- 02.0 Spacing Area CSS
- 03.0 Preloader Area CSS
- 04.0 Heading Area CSS
- 05.0 Backtotop Area CSS
- 06.0 Buttons Area CSS
- 07.0 Header Area CSS
- 08.0 Hero Area CSS
- 09.0 Footer Area CSS
- 10.0 Partner Area CSS
- 11.0 Project Area CSS
- 12.0 CTA Area CSS
- 13.0 Testimonial Area CSS
- 14.0 Room Area CSS
- 15.0 About Area CSS
- 16.0 Contact Area CSS
- 17.0 Widget Area CSS
- 18.0 Breadcrumb Area CSS
- 19.0 Blog Area CSS
--------------------------------------------- */
/* Import Fonts & All CSS */
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700");
@import url(assets/css/bootstrap.min.css);
@import url(assets/css/animate.css);
@import url(assets/css/default-assets/classy-nav.css);
@import url(assets/css/owl.carousel.min.css);
@import url(assets/css/magnific-popup.css);
@import url(assets/css/nice-select.css);
@import url(assets/css/font-awesome.min.css);
@import url(assets/css/style.css);
@import url(assets/css/bootstrap-datepicker.min.css);
@import url(assets/css/jquery-ui.min.css);
/* :: 01.0 Reboot Area CSS */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  z-index: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #2a303b;
  line-height: 1.3;
  font-weight: 500;
}

a,
a:active,
a:focus,
a:hover {
  color: #2a303b;
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
  font-weight: 500;
}

li {
  list-style: none;
}

p {
  line-height: 1.7;
  color: #636a76;
  font-size: 16px;
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
}

.bg-overlay {
  position: relative;
  z-index: 1;
}
.bg-overlay::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(14, 39, 55, 0.7);
}

.bg-img {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: "object-fit: cover";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: 20px;
  text-align: center;
  padding-right: 0;
  width: 100%;
  position: fixed;
  top: 20px;
  width: 30px;
  background: #1cc3b2;
  height: 30px;
  line-height: 30px;
}

button.mfp-close,
button.mfp-arrow {
  background: #1cc3b2;
}

.mfp-bottom-bar {
  display: none !important;
}

.mfp-bg {
  background-color: #000000;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gray {
  background-color: #e8f1f8 !important;
}

textarea:focus,
input:focus {
  outline: none;
}

.border {
  border-color: #ebebeb;
}

.mfp-arrow-left::after {
  border-right-color: transparent;
}

.mfp-arrow-left::before {
  border-right-color: #ffffff;
}

.mfp-arrow-right::after {
  border-left-color: transparent;
}

.mfp-arrow-right::before {
  border-left-color: #ffffff;
}

/* :: 02.0 Spacing Area CSS */
.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-150 {
  margin-top: 150px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-100 {
  margin-right: 100px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-100 {
  margin-left: 100px;
}

.pt-50 {
  padding-top: 50px !important;
}

.section-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-padding-0-80 {
  padding-top: 0;
  padding-bottom: 80px;
}

.section-padding-80-0 {
  padding-top: 80px;
  padding-bottom: 0;
}

.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px;
}

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0;
}

/* :: 3.0 Preloader Area CSS */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #1cc3b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #ffffff;
  font-size: 6px;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

/* :: 5.0 Backtotop Area CSS */
#scrollUp {
  position: fixed;
  right: 40px;
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  bottom: 40px;
  background-color: #1cc3b2;
  color: #ffffff;
  text-align: center;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  z-index: 15962536;
}
@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 20px;
    bottom: 20px;
  }
}
#scrollUp:focus,
#scrollUp:hover {
  background-color: #000000;
  color: #ffffff;
}

/* :: 6.0 Buttons Area CSS */
.btn:focus {
  box-shadow: none;
}

.roberto-btn {
  position: relative;
  z-index: 1;
  min-width: 150px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 0 40px;
  text-align: center;
  text-transform: capitalize;
  background-color: #1cc3b2;
  color: #ffffff;
  border: none;
  border-radius: 2px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
.roberto-btn:focus,
.roberto-btn:hover {
  font-weight: 500;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  background-color: #ffffff;
  color: #1cc3b2;
}
.roberto-btn.btn-2 {
  min-width: 180px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #1cc3b2;
  background-color: transparent;
  color: #ffffff;
}
.roberto-btn.btn-2:focus,
.roberto-btn.btn-2:hover {
  color: #ffffff;
  background-color: #1cc3b2;
}

.continue-btn {
  padding: 0;
  line-height: 1;
  color: #afb4bf;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 500;
}
.continue-btn:focus,
.continue-btn:hover {
  text-decoration: underline;
  color: #000000;
}

/* :: 10.0 Partner Area CSS */
.partner-logo-content {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}
.partner-logo-content a {
  display: inline-block;
}
.partner-logo-content a img {
  max-height: 50px;
}
@media only screen and (max-width: 767px) {
  .partner-logo-content a img {
    max-height: 30px;
  }
}

/* :: 11.0 Project Area CSS */
.single-project-slide {
  position: relative;
  z-index: 1;
  height: 800px;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 767px) {
  .single-project-slide {
    height: 650px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-project-slide {
    height: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-project-slide {
    height: 650px;
  }
}
.single-project-slide .project-content {
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-project-slide .project-content .text h6 {
  color: #ffffff;
}
.single-project-slide .project-content .text h5 {
  color: #ffffff;
  margin-bottom: 0;
}
.single-project-slide .hover-effects {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #1cc3b2;
  z-index: 100;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  transition-duration: 800ms;
}
.single-project-slide .hover-effects .text {
  padding: 30px;
}
.single-project-slide .hover-effects .text h6 {
  color: #ffffff;
}
.single-project-slide .hover-effects .text h5 {
  color: #ffffff;
  margin-bottom: 10px;
}
.single-project-slide .hover-effects .text p {
  margin-bottom: 0;
  color: #ffffff;
}
.single-project-slide .hover-effects .project-btn {
  font-size: 16px;
  padding: 0 30px;
  display: block;
  background-color: #0e2737;
  border-radius: 0;
  color: #ffffff;
  text-align: left;
  font-weight: 500;
  height: 100px;
  width: 100%;
  line-height: 100px;
}
.single-project-slide.active .hover-effects {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}

/* :: 12.0 CTA CSS */
.roberto-cta-area {
  position: relative;
  z-index: 1;
}
.roberto-cta-area .cta-content {
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
}
.roberto-cta-area .cta-text h2 {
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 10px;
}
.roberto-cta-area .cta-text h6 {
  margin-bottom: 0;
  color: #ffffff;
}

/* :: 13.0 Testimonial Area CSS */
.roberto-testimonials-area {
  position: relative;
  z-index: 1;
}
.roberto-testimonials-area .testimonial-thumbnail {
  position: relative;
  z-index: 1;
  padding-right: 15px;
}
.roberto-testimonials-area .testimonial-thumbnail img {
  border-radius: 8px;
  width: 100% !important;
}
.roberto-testimonials-area .single-testimonial-slide h5 {
  color: #636a76;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .roberto-testimonials-area .single-testimonial-slide h5 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .roberto-testimonials-area .single-testimonial-slide h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .roberto-testimonials-area .single-testimonial-slide h5 {
    font-size: 16px;
  }
}
.roberto-testimonials-area .single-testimonial-slide .rating-title {
  position: relative;
  z-index: 1;
  margin-top: 15px;
}
.roberto-testimonials-area .single-testimonial-slide .rating-title .rating {
  display: block;
  margin-bottom: 10px;
}
.roberto-testimonials-area .single-testimonial-slide .rating-title .rating i {
  color: #f5b917;
  font-size: 14px;
}
.roberto-testimonials-area .single-testimonial-slide .rating-title h6 {
  margin-bottom: 0;
}
.roberto-testimonials-area .single-testimonial-slide .rating-title h6 span {
  color: #1cc3b2;
  font-size: 14px;
  font-weight: 400;
}

.testimonial-slides .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
.testimonial-slides .owl-dots .owl-dot {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12px;
  flex: 0 0 12px;
  max-width: 12px;
  width: 12px;
  height: 12px;
  background-color: #c0c8d7;
  border-radius: 50%;
  margin: 0 5px;
}
.testimonial-slides .owl-dots .owl-dot.active {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12px;
  flex: 0 0 12px;
  max-width: 12px;
  width: 12px;
  background-color: #1cc3b2;
  border-radius: 50%;
}

.single-testimonial-area {
  position: relative;
  z-index: 1;
}
.single-testimonial-area .testimonial-content {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  padding: 40px;
  border-radius: 3px;
  box-shadow: 0 15px 9px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-testimonial-area .testimonial-content {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single-testimonial-area .testimonial-content {
    padding: 30px;
  }
}
.single-testimonial-area .testimonial-content .ratings-icon {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.single-testimonial-area .testimonial-content .ratings-icon .rating {
  color: #f3b409;
}
.single-testimonial-area .testimonial-content h5 {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-bottom: 0;
  color: #707070;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-testimonial-area .testimonial-content h5 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-testimonial-area .testimonial-content h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .single-testimonial-area .testimonial-content h5 {
    font-size: 16px;
  }
}

/* :: 15.0 About CSS */
.about-content {
  position: relative;
  z-index: 1;
}

.about-us-content {
  position: relative;
  z-index: 1;
}
.about-us-content h5 {
  line-height: 1.8;
  color: #636a76;
  margin-bottom: 30px;
  font-weight: 400;
}
.about-us-content p {
  margin-bottom: 30px;
}
.about-us-content p span {
  color: #1cc3b2;
}

.about-thumbnail {
  position: relative;
  z-index: 1;
}
.about-thumbnail img {
  border-radius: 6px;
  width: 100%;
}

.about-us-thumbnail {
  position: relative;
  z-index: 1;
}
.about-us-thumbnail .single-thumb {
  position: relative;
  z-index: 1;
  margin: 5px;
  display: block;
  overflow: hidden;
  border-radius: 6px;
}
.about-us-thumbnail .single-thumb img {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 6px;
}
.about-us-thumbnail .single-thumb:first-child {
  margin-bottom: 10px;
}
.about-us-thumbnail .single-thumb:hover img,
.about-us-thumbnail .single-thumb:focus img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.single-service-area {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 0 2px 14px 5px rgba(20, 20, 20, 0.05);
  border-radius: 3px;
}
.single-service-area .service-title {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  width: 100%;
  background-color: rgba(42, 48, 59, 0.5);
  bottom: 0;
  left: 0;
  height: 80px;
  text-align: center;
}
.single-service-area .service-title h5 {
  margin-bottom: 0;
  font-size: 22px;
  color: #ffffff;
}
.single-service-area:hover .service-title,
.single-service-area:focus .service-title {
  background-color: #2a303b;
}

.roberto-service-area {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .roberto-service-area .service-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 70px;
  }
}

.single-service--area {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 0 2px 14px 5px rgba(20, 20, 20, 0.05);
  border-radius: 3px;
  padding: 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-service--area {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .single-service--area {
    padding: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    width: 45%;
    margin-bottom: 30px;
  }
}
.single-service--area img {
  margin-bottom: 20px;
  display: inline-block;
  max-height: 40px;
}
@media only screen and (max-width: 767px) {
  .single-service--area img {
    max-height: 30px;
  }
}
.single-service--area h5 {
  margin-bottom: 0;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-service--area h5 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-service--area h5 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .single-service--area h5 {
    font-size: 14px;
  }
}
.single-service--area:hover h5,
.single-service--area:focus h5 {
  color: #1cc3b2;
}

.roberto-about-area {
  position: relative;
  z-index: 1;
}
.roberto-about-area .hotel-search-form-area {
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.roberto-about-area .hotel-search-form-area .nice-select {
  line-height: 35px;
}

.roberto--video--area {
  position: relative;
  z-index: 1;
  padding-top: 150px;
  padding-bottom: 150px;
}
.roberto--video--area .video-content-area {
  position: relative;
  z-index: 1;
}
.roberto--video--area .video-content-area .video-play-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  color: #1cc3b2;
  font-size: 18px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  z-index: 100;
}
.roberto--video--area .video-content-area .video-play-btn i {
  padding-left: 5px;
}
@media only screen and (max-width: 767px) {
  .roberto--video--area .video-content-area .video-play-btn {
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }
}
.roberto--video--area .video-content-area .video-play-btn:hover,
.roberto--video--area .video-content-area .video-play-btn:focus {
  background-color: #1cc3b2;
  color: #ffffff;
}

/* :: 16.0 Contact Area CSS */
.roberto-contact-form {
  position: relative;
  z-index: 1;
}
.roberto-contact-form h2 {
  margin-bottom: 30px;
  font-size: 22px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .roberto-contact-form h2 {
    font-size: 24px;
  }
}
.roberto-contact-form .form-control {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-radius: 2px;
  color: #afb4bf;
  font-size: 14px;
  border: 1px solid #ebebeb;
}
.roberto-contact-form .form-control:focus {
  box-shadow: none;
  border-color: #1cc3b2;
}
.roberto-contact-form textarea.form-control {
  height: 150px;
  padding: 20px;
}

.google-maps-contact-info {
  position: relative;
  z-index: 1;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: -100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .google-maps-contact-info {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.google-maps-contact-content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  padding: 35px;
}
@media only screen and (max-width: 767px) {
  .google-maps-contact-content {
    padding: 20px;
  }
}
.google-maps-contact-content .single-contact-info {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .google-maps-contact-content .single-contact-info h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .google-maps-contact-content .single-contact-info h4 {
    font-size: 14px;
  }
}
.google-maps-contact-content .single-contact-info i {
  display: inline-block;
  font-size: 30px;
  margin-bottom: 15px;
  color: #1cc3b2;
}
@media only screen and (max-width: 767px) {
  .google-maps-contact-content .single-contact-info i {
    font-size: 24px;
  }
}
.google-maps-contact-content .single-contact-info p {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .google-maps-contact-content .single-contact-info p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .google-maps-contact-content .single-contact-info p {
    font-size: 12px;
  }
}
.google-maps-contact-content .google-maps {
  position: relative;
  z-index: 1;
}
.google-maps-contact-content .google-maps iframe {
  width: 100%;
  height: 500px;
  border: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .google-maps-contact-content .google-maps iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .google-maps-contact-content .google-maps iframe {
    height: 300px;
  }
}

/* :: 17.0 Widget Area CSS */
.single-widget-area {
  position: relative;
  z-index: 1;
}
.single-widget-area .widget-title {
  font-size: 22px;
  display: block;
  border-bottom: 1px solid #ebebeb;
  font-weight: 500;
  padding-bottom: 10px;
}

.newsletter-form {
  padding: 40px 30px;
  background-color: #e8f1f8;
  border-radius: 4px;
}
.newsletter-form h5 {
  font-size: 22px;
}
.newsletter-form input {
  height: 46px;
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  color: #636a76;
  font-size: 13px;
  margin-bottom: 20px;
}
.newsletter-form input:focus {
  box-shadow: none;
  border-color: #1cc3b2;
}

.popular-tags {
  position: relative;
  z-index: 1;
  margin-left: -3px;
}
.popular-tags li {
  display: inline-block;
  float: left;
  margin: 3px;
}
.popular-tags li a {
  font-size: 16px;
  display: inline-block;
  padding: 0;
  font-weight: 400;
  text-transform: capitalize;
  color: #afb4bf;
}
.popular-tags li a:hover,
.popular-tags li a:focus {
  color: #1cc3b2;
}

.instagram-feeds {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -7.5px;
  margin-left: -7.5px;
}
.instagram-feeds li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333%;
  flex: 0 0 33.3333333%;
  max-width: 33.3333333%;
  width: 33.3333333%;
}
.instagram-feeds li a {
  display: block;
  padding: 7.5px;
}
.instagram-feeds li a img {
  width: 100%;
}

.single-recent-post {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.single-recent-post:last-child {
  margin-bottom: 0;
}
.single-recent-post .post-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  max-width: 110px;
  width: 110px;
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-recent-post .post-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    width: 80px;
  }
}
.single-recent-post .post-thumb img {
  border-radius: 3px;
}
.single-recent-post .post-content .post-title {
  font-size: 16px;
  display: block;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-recent-post .post-content .post-title {
    font-size: 13px;
  }
}
.single-recent-post .post-content .post-title:hover,
.single-recent-post .post-content .post-title:focus {
  color: #1cc3b2;
}
.single-recent-post .post-content .post-meta {
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
}
.single-recent-post .post-content .post-meta a {
  position: relative;
  z-index: 1;
  font-size: 12px;
  color: #1cc3b2;
  display: inline-block;
  margin-right: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.single-recent-post .post-content .post-meta a:last-child {
  margin-right: 0;
}
.single-recent-post .post-content .post-meta a:last-child::before {
  content: "/";
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 1;
}
.single-recent-post .post-content .post-meta a:hover,
.single-recent-post .post-content .post-meta a:focus {
  color: #000000;
}

/* :: 18.0 Breadcrumb Area CSS */
.breadcrumb-area {
  position: relative;
  z-index: 1;
  height: 300px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-area {
    height: 200px;
  }
}
.breadcrumb-area .page-title {
  color: #ffffff;
  font-size: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-area .page-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area .page-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-area .page-title {
    font-size: 24px;
  }
}
.breadcrumb-area.contact-breadcrumb {
  height: 400px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-area.contact-breadcrumb {
    height: 300px;
  }
}
.breadcrumb-area .room-title {
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-area .room-title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area .room-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-area .room-title {
    font-size: 24px;
  }
}
.breadcrumb-area .room-price {
  font-size: 36px;
  color: #1cc3b2;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-area .room-price {
    font-size: 14px;
  }
}
.breadcrumb-area .room-price span {
  font-size: 18px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-area .room-price span {
    font-size: 12px;
  }
}

.breadcrumb-content {
  position: relative;
  z-index: 1;
}
.breadcrumb-content .breadcrumb {
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
}
.breadcrumb-content .breadcrumb .breadcrumb-item {
  color: #ffffff;
}
.breadcrumb-content .breadcrumb .breadcrumb-item a {
  color: #ffffff;
}
.breadcrumb-content .breadcrumb .breadcrumb-item a:hover,
.breadcrumb-content .breadcrumb .breadcrumb-item a:focus {
  color: #1cc3b2;
}
.breadcrumb-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f105";
  font-family: "FontAwesome";
  color: #ffffff;
}

.text-blue-zorni-600 {
  color: #0e2737 !important;
}
