.social-media {
  line-height: 51px;
}
.social-media a {
  background: #3b5998;
  border: 1px solid #3b5998;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
}

.social-media a:last-child {
  margin-right: 0;
}

.social-media a i {
  font-size: 21px;
  vertical-align: text-bottom;
}

.social-media a:hover {
  color: #fff;
}

.social-media .facebook {
  color: #fff;
}

.social-media .facebook {
  background: #3b5998;
  border-color: #3b5998;
}

.social-media .twitter {
  color: #4099FF;
}

.social-media .twitter {
  background: #4099FF;
  border-color: #4099ff;
}

.social-media .googleplus {
  color: #d34836;
}

.social-media .googleplus {
  background: #d34836;
  border-color: #d34836;
}

.social-media .pinterest {
  color: #cb2027;
}

.social-media .pinterest {
  background: #cb2027;
  border-color: #cb2027;
}

.social-media .linkedin {
  color: #007bb6;
}

.social-media .linkedin {
  background: #007bb6;
  border-color: #007bb6;
}

.social-media .youtube {
  color: #bb0000;
}

.social-media .youtube {
  background: #bb0000;
  border-color: #bb0000;
}

.social-media .instagram {
  color: #fff;
}

.social-media .instagram {
  background: #125688;
  border-color: #125688;
}

.social-media .tripadvisor {
  color: #00a680;
}

.social-media .tripadvisor:hover {
  background: #00a680;
  border-color: #00a680;
}

/************/
section.offers,
section.places {
  padding: 100px 0;
  position: relative;
  background: #fff;
  overflow: hidden;
}
section.dark {
  background: #d3bc98;
  border-color: #d3bc98;
}
.section-title {
  padding-bottom: 50px;
  position: relative;
}
.section-title h4 {
  color: #374853;
  font-size: 68px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .section-title h4 {
    font-size: 40px;
  }
}
.section-title p {
  color: #374853;
  text-transform: uppercase;
  display: inline-block;
  font-size: 15px;
  line-height: 28px;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}
.section-title .view-all {
  position: relative;
  display: inline-block;
  float: right;
  text-transform: uppercase;
  color: #374853;
  -webkit-transition: .4s;
  transition: .4s;
}
.section-title::after {
  /*
  position: absolute;
  display: block;
  content: '';
  width: 30px;
  height: 1px;
  background: #374853;
  margin-top: 5px;
  /**/
}
section.dark .section-title h4 {
  color: #fff;
}
section.dark .section-title p {
  color: #fff;
}
section.dark .section-title .view-all {
  color: #fff;
  background-color: #be3030;
  padding: 10px;
  font-weight: 600;
}
section.dark .section-title::after {
  background: #e3e3e3;
}

.link-icon, .image-icon, .instagram-icon {
  position: relative;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
img {
  vertical-align: middle;
  border-style: none;
}
.gradient-overlay::after, .gradient-overlay-hover::after, .gradient-slider .slotholder::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  /*background: linear-gradient(45deg, rgb(240, 100, 150), rgb(140, 200, 208));*/
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}
.link-icon::before {
  content: "\f0c1";
}
.link-icon::before, .image-icon::before, .instagram-icon::before {
  font-family: 'FontAwesome';
  position: absolute;
  top: calc(50% - 18px);
  right: calc(50% - 18px);
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 3px;
  text-align: center;
  line-height: 36px;
  color: #a4a4a4;
  z-index: 99;
  font-size: 18px;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  pointer-events: none;
}

.link-icon:hover::before, .image-icon:hover::before, .instagram-icon:hover::before {
  opacity: .8;
}
.gradient-overlay::after, .gradient-overlay-hover:hover::after, .gradient-slider .slotholder::after {
  opacity: .3;
}
/* ===== 11.6 OFFERS ===== */

.offer-item {
  position: relative;
}

.offers-page .offer-item {
  margin-bottom: 30px;
}

.offer-item figure img {
  border-radius: 2px;
  width: 100%;
  height: auto;
}

.offer-item .offer-ribbon {
  position: absolute;
  bottom: 70px;
  left: 0;
  padding: 5px 20px;
  border-radius: 2px;
  background: #be3030;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.offer-item.sm .offer-ribbon {
  position: absolute;
  font-size: 12px;
  padding: 2px 10px;
}

.offer-item .offer-price {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 5px 20px;
  border-radius: 2px;
  background: #be3030;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.offer-item.sm .offer-price {
  position: absolute;
  font-size: 12px;
  padding: 2px 10px;
}

.offer-item .ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right
}

.offer-item .ribbon span {
  font-size: 10px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  height: 20px;
  line-height: 20px;
  display: block;
  background: #be3030;
  -webkit-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 03);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 03);
  position: absolute;
  top: 19px;
  left: -21px
}

.offer-item .ribbon span::after, .offer-item .ribbon span::before {
  content: "";
  position: absolute;
  top: 100%;
  z-index: -1;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #b5191e;
}

.offer-item .ribbon span::before {
  left: 0;
  border-left: 3px solid #b5191e;
  ;
  border-right: 3px solid transparent
}

.offer-item .ribbon span::after {
  right: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid #b5191e;
}

.offer-item .offer-title {
  /*position: absolute;
  bottom: 0;
  left: 0;
  */
  padding: 15px 20px;
  background: rgba(255,255,255,0.9);
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  width: 100%;
}
.offer-item .offer-title a {
  height: 2.2em;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}

.offer-item.sm .offer-title {
  padding: 10px 5px;
  font-size: 13px;
}
.offer-item-text {
  background-color: #fff;
  padding: 15px 20px;
  margin-bottom: 30px;
  height: 150px;
  overflow: hidden;
}

section.offers {
  padding-bottom: 70px;
}

/* ===== 11.11 PLACES ===== */

.places-item {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 30px;
}

section.places-item {
  margin-bottom: 0px;
}

.places-item figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 0%, 1.89)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, hsla(0, 0%, 0%, .8) 0%, rgba(0, 0, 0, 0) 100%);
  padding-bottom: 15px;
  padding-top: 15px;
  color: #fff;
  text-align: left;
  padding-left: 30px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}


.place-details .place-details-image {
  margin-bottom: 40px;
  position: relative;
}

.place-details figure img {
  border-radius: 4px;
}

.place-details .place-details-image .title {
  position: absolute;
  width: 100%;
  background: linear-gradient(0deg, hsla(0, 0%, 0%, .5) 0%, rgba(0, 0, 0, 0) 100%);
  left: 0;
  bottom: 0;
  padding: 15px;
  margin-bottom: 0;
  font-size: 28px;
  color: #fff;
  font-weight: 400;
}

/* ===========================================
// 06. FOOTER
=============================================*/

footer {
  position: relative;
  color: #ccc;
}

footer a {
  color: #ccc;
}

footer .footer-widgets {
  padding: 60px 0;
  background: #f7f8f9;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

footer.white .footer-widgets {
  background: #fff;
}

footer.dark .footer-widgets {
  background: #333;
  border-top-color: #333;
  border-bottom-color: #444;
}

footer .footer-widgets .footer-widget h3 {
  color: #d3bc98;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin: 0;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #d3bc98;
}

.footer-brand {
  margin: -40px 0 40px 0;
  padding: 40px 10px 20px 10px;
  background: #f2f2f2;
  text-align: center;
  position: relative;
}

.footer-brand:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 131.25px 0 131.25px;
  border-color: #f2f2f2 transparent transparent transparent;
  display: block;
  top: 100%;
  position: absolute;
}

footer .footer-widgets .footer-widget .inner {
  padding-top: 15px;
}

footer .footer-widgets .footer-widget .footer-logo {
  margin-bottom: 10px;
  height: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

footer .footer-widgets .footer-widget .tripadvisor-banner {
  background: #f2f2f2;
  border: 1px solid #ececec;
  border-radius: 2px;
  width: 100%;
  text-align: center;
  padding: 10px;
}

footer.dark .footer-widgets .footer-widget .tripadvisor-banner {
  background: #747474;
  border: 1px solid #aaa;
}

footer .footer-widgets .footer-widget .tripadvisor-banner .review {
  font-size: 12px;
  color: #afafaf;
  margin-right: 10px;
}

footer .footer-widgets .footer-widget .tripadvisor-banner img {
  max-width: 150px;
}

footer .footer-widgets .footer-widget .latest-posts, footer .footer-widgets .footer-widget .useful-links, footer .footer-widgets .footer-widget .contact-details {
  list-style: none;
}

footer .footer-widgets .footer-widget .latest-posts li, footer .footer-widgets .footer-widget .useful-links li, footer .footer-widgets .footer-widget .contact-details li {
  padding: 2px 0;
}

footer .footer-widgets .footer-widget .contact-details li i {
  margin-right: 5px;
  width: 15px;
  text-align: center;
}

footer .subfooter {
  background: #fff;
  padding: 15px 0;
}

footer.dark .subfooter {
  background: #333;
}

footer .subfooter .copyrights {
  margin-top: 4px;
}

footer .subfooter .social-media {
  float: right;
  margin-top: 4px;
}

footer .subfooter .social-media a {
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin-bottom: 0;
  border: none;
  background: none;
  color: #fff;
  background: #d7d8d9;
}

footer.dark .subfooter .social-media a {
  background: #232628;
}

footer .subfooter .social-media a i {
  font-size: 13px;
}

footer ul, footer ol {
  margin: 0;
  padding: 0;
}

footer {
  line-height: 1.9em;
}
footer a:hover {
  color: #fff;
}
footer .brand,
footer .secure-payments {
  line-height: 51px;
}
footer .brand img,
footer .secure-payments img {
  height: 50px;
  width: auto;
  vertical-align: middle;
  border-style: none;
}
footer .brand a {
  margin-right: 15px;
}
@media (max-width: 480px)
{
  footer .footer-widget,
  footer .brand,
  footer .social-media,
  footer .secure-payments {
    margin-top: 40px;
    text-align: center;
  }
  footer .footer-widget {
    text-align: left;
  }
  footer .footer-widget .inner li {
    padding: 6px 0;
    font-size: 18px;
  }

  footer .brand a {
    margin: 0 5px;
  }
}