@media screen and (min-width:500px) and (max-width:749px) {

/* START RESET CSS */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* change colours to suit your needs */
ins {
    background-color:#ccc;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

.no-pointer, .no-pointer a {
  cursor: default;
}

/*input, select {
    vertical-align:middle;
}*/

/* END RESET CSS AND START CODE */


/* AWESOME ICONS */

.m-home-icon img {
  filter: invert(57%) sepia(25%) saturate(273%) hue-rotate(15deg) brightness(90%) contrast(91%);
  height: 40px;
}


/* EVENTS HOME */

.events-home-wrapper {
  max-width: 1030px;
  background-color: #e5e5e5;
  padding: 20px;
  border-radius: 15px;
}

.events-list-wrapper {
  max-width: 1060px;
  background-color: #e5e5e5;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 30px;
}

.embla-bottom-spacer {
    margin-bottom: 30px;
}

.embla {
  overflow: hidden;
}
.embla__container {
  display: flex;
}

.embla__slide {
  flex: 0 0 37%;
  justify-content: center;
  align-items: center;
  background: #e5e5e5;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
}

.embla__slide_others {
  flex: 0 0 37%;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
}

.events-holder {
padding: 12px 16px 12px 12px;
height: calc(100% - 24px);
border-radius: 10px;
background-color: #8d896f;
background-image: linear-gradient(rgba(123,120,97,1), rgba(179,174,142,1));
-webkit-transition: filter 0.6s ease;
-moz-transition: filter 0.6s ease;
-o-transition: filter 0.6s ease;
-ms-transition: filter 0.6s ease;
transition: filter 0.6s ease;
}

.events-home-wrapper-flex {
max-width: 1250px;
background-color: #e5e5e5;
padding: 30px 20px 20px 20px;
border-radius: 15px;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 20px;
margin-bottom: 40px;
margin-top: 30px;
position: relative;
}

.events-month {
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: fit-content;
  margin-top: -20px;
  background-color: #FFF;
  border: 1px solid #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  font-family: arial, sans-serif, verdana;
  padding: 5px 15px;
  border-radius: 10px;
}

.events-holder-flex {
padding: 12px 14px 0px 12px;
border-radius: 10px;
background-color: #8d896f;
width: calc(100% - 20px);
height: 100%;
background-image: linear-gradient(rgba(123,120,97,1), rgba(179,174,142,1));
-webkit-transition: filter 0.6s ease;
-moz-transition: filter 0.6s ease;
-o-transition: filter 0.6s ease;
-ms-transition: filter 0.6s ease;
transition: filter 0.6s ease;
}

.events-holder:hover, .events-holder-flex:hover {
  -webkit-filter: brightness(115%);
  -moz-filter: brightness(115%);
  -o-filter: brightness(115%);
  -ms-filter: brightness(115%);
  filter: brightness(115%);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  cursor: pointer;
}

.events-holder-col {
  margin-bottom: 8px;
}

.events-pic {
width: 100%;
border: 2px solid #fff;
background-color: #fff;
border-radius: 10px;
overflow: hidden;
}

.events-pic img {
 width: 100%;
 border-radius: 10px;
}

.events-gallery-holder {
  margin-top: 20px;
  margin-bottom: 20px;
  width: calc(100% - 35px);
  border: 2px solid #fff;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.events-gallery-holder img {
  width: 100%;
  border-radius: 7px;
}

.event-title {
  text-align: center;
  max-width: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 22px;
  font-family: arial, sans-serif, verdana;
  text-shadow: 1px 1px #555;
}

.event-date-holder {
min-height: 40px;
display: flex;
align-items: top;
}

.event-date-icon {
display: flex;
justify-content: center;
align-items: center;
min-width: 28px;
height: 28px;
line-height: 28px;
text-align: center;
border-radius: 28px;
background-color: var(--gen);
margin-right: 8px;
}

.event-date-icon img {
filter: var(--white-f);
height: 14px;
text-align: center;
}

.event-date {
color: #333;
font-size: 14px;
font-weight: bold;
line-height: 22px;
font-family: arial, sans-serif, verdana;
}

.events-pg-wrapper {
  max-width: 1250px;
  background-color: #e5e5e5;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 40px;
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr;
}

.events-pg-pic-holder {
  width: 100%;
  margin-bottom: 20px;
}

.events-pg-pic-holder img {
  width: 100%;
  border-radius: 10px;
}

.events-pg-details-holder {
  width: 100%;
}

.events-pg-schedule-holder {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
}

.events-pg-schedule-title {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  font-family: arial, sans-serif, verdana;
  margin-bottom: 10px;
}

.events-pg-date-holder {
  display: flex;
  align-items: center;
}

.events-pg-date-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  text-align: center;
  border-radius: 50px;
  background-color: var(--gen);
  margin-right: 8px;
}

.events-pg-date-icon img {
  filter: var(--white-f);
  height: 18px;
  vertical-align: middle;
}

.events-pg-date {
  color: #333;
  font-size: 17px;
  line-height: 22px;
  font-family: arial, sans-serif, verdana;
}

.events-pg-desc {
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: 20px;
  color: #333;
  font-size: 16px;
  line-height: 25px;
}

.events-pg-desc p {
  font-family: arial, sans-serif, verdana !important;
  font-weight: normal;
  margin-bottom: 15px;
}

.events-pg-desc a {
    font-family: arial, sans-serif, verdana !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    color: #fff !important;
    padding: 2px 5px;
    border-radius: 5px;
    word-break: break-all;
    word-break: break-word;
    background-color: var(--gen);
  }

.events-pg-desc h2 {
  font-size: 20px;
  line-height: 35px;
  color: #565656;
}

.events-pg-desc h3 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
  margin-top: 25px;
  color: #565656;
}

.events-pg-desc h4 {
  font-size: 17px;
  line-height: 30px;
  color: #565656;
}

.events-pg-desc ul {
  margin-top: 15px;
  margin-bottom: 15px;
}

.events-pg-desc li {
  font-family: arial, sans-serif, verdana !important;
  line-height: 25px;
  margin-bottom: 8px;
  margin-left: 20px;
}

.blurb-image-event {
  border-radius: 7px;
  cursor: default;
}

.events-pg-desc hr {
  margin-top: 15px !important;
}

.events-pg-contact-holder {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
}

.events-pg-contact-holder a, .events-pg-contact-holder p {
  color: var(--gen);
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  font-family: arial, sans-serif, verdana;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.events-pg-contact-holder p {
  display: inline-block;
  padding-left: 22px;
  margin-bottom: 8px;
}

.events-pg-contact-holder img {
  filter: var(--black-f);
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
  margin-left: -22px;
}

/* ADVERTS */

#ad1-sh, #ad1-rh, #ad1-ch {
  margin-bottom: 20px !important;
}

#ad2-rh {
  margin-top: 15px !important;
}

#ad3-rh {
  margin-top: 0px !important;
  margin-bottom: 25px !important;
}

#ad5 {
  margin-top: 30px !important;
}

.ad-cat {
  max-width: 600px;
  margin: 0 auto;
  margin-top: -10px;
  margin-bottom: 30px;
  text-align: center;
}

.ad-cat img {
  border-radius: 10px;
  width: 100%;
}

.advert-article {
  max-width: 1000px;
  height: 120px;
  margin: 20px 0px 20px 20px;
  background-color: #444b7d;
  text-align: center;
  line-height: 120px;
  border-radius: 10px;
}

.advert-article img, .advert-side-article img {
  vertical-align: middle;
  max-width: 80px;
}

.advert-article-live {
  margin: 20px 0px 20px 20px;
  border-radius: 10px;
}

.advert-article-live img {
  vertical-align: middle;
  width: 100%;
  border-radius: 10px;

}

.advert-article-live img:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  transition: 0.2s linear;
}

.advert-side-article {
  max-width: 350px;
  height: 120px;
  margin: 10px 0px 20px 0px;
  background-color: #07375b;
  text-align: center;
  line-height: 120px;
  border-radius: 10px;
}

.advert-prop-search-top {
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 25px;
  max-width: 1030px;
}

.advert-prop-search-bottom {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 1030px;
}

.advert-prop-hp-top, .advert-prop-hp-middle, .advert-prop-hp-bottom {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 1030px;
}

.advert-prop-search-top img, .advert-prop-search-bottom img, .advert-prop-hp-top img, .advert-prop-hp-middle img, .advert-prop-hp-bottom img {
  border-radius: 10px;
  width: 100%;
}

.advert-sidebar-img {
  max-width: 260px;
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
}

/* PROPERTY SIDEBAR GUIDE BUTT */

.prop-side-butt-wraper {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
}

.prop-side-butt-holder {
  border-radius: 10px;
  background-color: #5c9096;
  padding: 10px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.prop-side-butt-holder:hover {
  -webkit-filter: brightness(115%);
  -moz-filter: brightness(115%);
  -o-filter: brightness(115%);
  -ms-filter: brightness(115%);
  filter: brightness(115%);
  cursor: pointer;
}

.prop-side-butt-i img {
  filter: var(--white-f);
  height: 27px;
  margin-right: 15px;
}



.prop-side-butt-title-holder {
}

.prop-side-butt-title {
  font-family: sans-serif, arial, verdana;
  color: #fff;
  font-size: 19px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 3px;
}

.prop-side-butt-by {
  font-family: sans-serif, arial, verdana;
  color: #fff;
  font-size: 14px;
}

.prop-side-butt-arrow {
  margin-left: auto;
}

.prop-side-butt-arrow img {
  filter: var(--white-f);
  height: 20px;
  margin-left: 10px;
}


/* SLIDER HOME */

.slide-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}

.slide-wrap:hover .slider .slide-track {
    animation-play-state: paused;
}

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-260px * 5));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-260px * 5));
  }
}
.slider {
  background: #e5e5e5;
  height: auto;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, #e5e5e5 0%, rgba(229, 229, 229, 0) 100%);
  content: "";
  height: 100%;
  position: absolute;
  width: 20px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 20s linear infinite;
          animation: scroll 20s linear infinite;
  display: flex;
  width: calc(250px * 5);
}
.slider .slide {
  height: auto;
  width: 250px;
  margin-right: 10px;
}

/* SLIDER OTHERS */

.slide-wrap-all {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1050px;
  margin-bottom: 20px;
}

.slide-wrap-all:hover .slider-all .slide-track-all {
    animation-play-state: paused;
}

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-260px * 5));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-260px * 5));
  }
}
.slider-all {
  height: auto;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.slider-all .slide-track-all {
  -webkit-animation: scroll 20s linear infinite;
          animation: scroll 20s linear infinite;
  display: flex;
  width: calc(240px * 3);
}
.slider-all .slide-all {
  height: auto;
  width: 240px;
  margin-right: 20px;
}



.show-00 {
  display: none !important;
}

/* BIG SEARCH BOX */

.home-search-spacer {

}

.splash-search-spacer {
  height: 5px;
}

.splash-search-spacer-stay {
  height: 35px;
}

.splash-search-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: -95px;
  margin-inline: auto;
  width: fit-content;
  background-color: #e9cb51;
  z-index: 2;
  border-radius: 40px 40px 15px 15px;
  padding: 0px 25px;
}

.big-search-wrapper {
  position: relative;
  margin-top: -150px;
  margin-inline: auto;
  width: fit-content;
  background-color: #e9cb51;
  z-index: 1;
  border-radius: 40px 40px 25px 25px;
  padding: 0px 10px;
  border: 10px solid #fff;
  margin-bottom: 20px;
}

.big-search-title-holder {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0px 15px;
  margin-left: 10px;
  margin-bottom: 20px;
}

.big-search-top-butt img {
  filter: var(--white-f);
  height: 17px;
  margin-right: 12px;
}

.big-search-top-butt {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #07375b;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 18px 20px;
  border-radius: 10px;
  margin-bottom: 10px;
  width: 110px;
}

.big-search-top-butt:hover {
  -webkit-filter: brightness(135%);
  -moz-filter: brightness(135%);
  -o-filter: brightness(135%);
  -ms-filter: brightness(135%);
  filter: brightness(135%);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  cursor: pointer;
}

.big-search-input-holder {
display: flex;
justify-content: space-between;
}

.big-search-input {
  background-color: #fff;
  border-radius: 10px;
  line-height: 40px;
  height: 40px;
  width: 100%;
  margin-right: 10px;
}


.big-search-butt {
background-color: #07375b;
font-family: arial;
font-size: 14px;
font-weight: bold;
color: #fff;
line-height: 40px;
padding: 0px 25px;
border-radius: 10px;
}

/* CAT BOXES */

.cat-box-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 20px 20px;
  margin-left: 20px;
  margin-bottom: 30px;
  padding: 0px 30px;
}

.cat-box-holder {
  aspect-ratio: 16/12;
  position: relative;
  border-radius: 10px;
  background-size: cover;

  -webkit-transition: filter 0.6s ease;
  -moz-transition: filter 0.6s ease;
  -o-transition: filter 0.6s ease;
  -ms-transition: filter 0.6s ease;
  transition: filter 0.6s ease;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  transition: 0.2s linear;
}

.cat-box-holder:hover {
  -webkit-filter: brightness(105%);
  -moz-filter: brightness(105%);
  -o-filter: brightness(105%);
  -ms-filter: brightness(105%);
  filter: brightness(105%);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.cat-box-holder img {
  position: absolute;
  left: 15px;
  bottom: 50px;
  height: 30px;
  filter: var(--white-f);
}

.cat-box-titles-pop {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color:  #69633d;
  padding: 3px 8px 3px 8px;
  border-radius: 0px 15px 15px 0px;
  font-family: verdana;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 18px;
  margin-bottom: 15px;
}

/* NEW HOME GALLERY */

.hg-holder {
  max-width: 1050px;
}

  .hp {
    max-height: 168px !important;
  }

  .hg-table-holder {
    width: 100%;
  }

  .hg-table-holder td {
    padding: 2px 3px;
  }

  .hide-mobile, .show-mobile-hp {
    display: none;
  }

  .hg-pic-titles {
    filter: "alpha(opacity=100)" !important;
    opacity: 1 !important;
}

.hg-pic-titles.history_heritage {
  background-color: rgba(157, 125, 48, 0.8) !important;
}

.hg-pic-titles.tours_activities{
  background-color: rgba(0, 148, 112, 0.8) !important;
}

.hg-pic-titles.upper_rock{
  background-color: rgba(158, 72, 43, 0.8) !important;
}

.hg-pic-titles.europa_point{
  background-color: rgba(209, 9, 47, 0.8) !important;
}

.hg-pic-titles.beaches_bays{
  background-color: rgba(7, 114, 132, 0.8) !important;
}

.hg-pic-titles.wildlife_nature{
  background-color: rgba(87, 118, 53, 0.8) !important;
}

.hg-pic-titles.where_stay_hotels{
  background-color: rgba(60, 94, 135, 0.8) !important;
}

.hg-pic-titles.where_eat{
  background-color: rgba(213, 66, 8, 0.8) !important;
}

.hg-pic-titles.comp_bg{
  background-color: rgba(20, 104, 101, 0.8) !important;
}

.hg-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.hg-wrapper:hover {
  cursor: pointer;
  overflow: hidden;
}

.hg-wrapper-i {
  position: absolute;
  left: 11px;
  bottom: 43px;
  height: 25px;
  filter: var(--white-f);
}

.hg-holder-img {
  width: 100%;
  min-height: 100px;
  -webkit-transition: filter 0.6s ease;
  -moz-transition: filter 0.6s ease;
  -o-transition: filter 0.6s ease;
  -ms-transition: filter 0.6s ease;
  transition: filter 0.6s ease;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  transition: 0.2s linear;
}

.hg-holder-img:hover {
  -webkit-filter: brightness(85%) blur(2px);
  -moz-filter: brightness(85%) blur(2px);
  -o-filter: brightness(85%) blur(2px);
  -ms-filter: brightness(85%) blur(2px);
  filter: brightness(85%) blur(2px);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.hg-pic-titles-pop {
  filter: "alpha(opacity=100)";
  opacity: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color:  #69633d;
  padding: 3px 8px 3px 8px;
  border-radius: 0px 15px 15px 0px;
  font-family: verdana;
  font-size: 11.5px;
  font-weight: bold;
  color: #fff;
  line-height: 18px;
  margin-bottom: 10px;
}

.hg-pic-titles-pop:hover, .hg-holder:hover + .hg-pic-titles-pop {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.hg-pic-titles {
  filter: "alpha(opacity=0)";
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color:  #8d896f;
  padding: 3px 8px 3px 8px;
  border-radius: 0px 15px 15px 0px;
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 18px;
  margin-bottom: 20px;
}

.hg-pic-titles:hover, .hg-holder:hover + .hg-pic-titles {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.a-ratio {
  aspect-ratio: 16/7;
}

/* HIDE MOBILE */

.m-hide-footer5, .m-splash-tags-holder, .m-cat-photo {
  display: none;
}

.hide-mobile i, .hide-mobile a, .hide-mobile form {
  display:none !important;
}

/* PAYMENTS */

.payment-wrapper {
  border-radius: 15px;
  overflow: hidden;
  background-color: #dedede;
  margin-bottom: 20px;
}

/* QUICK FIND */

.hide-qf {
  display: none !important;
}

.qf-butt-bottom-wrapper, .qf-butt-bottom-wrapper-eat, .qf-butt-bottom-wrapper-comp, .qf-butt-bottom-wrapper-tourism {
  position: fixed;
  text-align: right;
  bottom: 0px;
  z-index: 5;
  right: 1%;
}

@keyframes pulse {
  0% { transform: scale(0.9); }
  50% { transform: scale(1.03); }
  100% { transform: scale(0.9); }
}

.qf-butt-bottom-wrapper img, .qf-butt-bottom-wrapper-eat img, .qf-butt-bottom-wrapper-comp img, .qf-butt-bottom-wrapper-tourism img  {
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(88, 120, 243, 0.4);
  -moz-animation: pulse 2s infinite;
  -webkit-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

.qf-img, .qf-img-eat, .qf-img-comp, .qf-img-tourism {
  display: inline-block;
}

.qf-butt-wrapper, .qf-butt-wrapper-eat, .qf-butt-wrapper-comp, .qf-butt-wrapper-tourism {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 8;
}

.qf-butt-title-holder, .qf-butt-title-holder-eat, .qf-butt-title-holder-comp, .qf-butt-title-holder-tourism {
  height: 44px;
  background-image: linear-gradient(rgba(213,66,8,1), rgba(255,133,2,1));
  border-radius: 0px 0px 20px 20px;
  width: 380px;
  margin: 0 auto;
  text-align: center;
  box-shadow: 4px 4px 10px rgba(0,0,0,0.8);
  cursor: pointer;
}

.qf-butt-i {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  line-height: 44px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
  margin-right: 3px;
}

.qf-butt-title {
  vertical-align: top;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  line-height: 44px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
  font-weight: bold;
  font-family: arial, sans-serif, verdana;
}

.qf-arr-dn-lt {
  color: #fff;
  font-size: 18px;
  line-height: 44px;
  float: left;
  margin-left: 20px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

.qf-arr-dn-rt {
  color: #fff;
  font-size: 18px;
  line-height: 44px;
  float: right;
  margin-right: 20px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

.qf-big-ar-dn {
  position: relative;
  bottom: -3px;
}

#qf-wrapper, #qf-wrapper-eat, #qf-wrapper-comp, #qf-wrapper-tourism, #qf-wrapper-events  {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  background-color: rgba(0,0,0,0.9);
  width: 100%;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 120px;
}

.qf-holder {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.qf-food-holder{
  display: inline-block;
  width: 32%;
  text-align: center;
  margin-top: 30px;
  vertical-align: top;
  margin-bottom: 30px;
}

.qf-circle-holder {
  width: 138px;
  height: 138px;
  border-radius: 100px;
  border: 1px solid var(--eat);
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
}

.qf-circle-holder:hover {
  -webkit-filter: brightness(105%);
  -moz-filter: brightness(105%);
  -o-filter: brightness(105%);
  -ms-filter: brightness(105%);
  filter: brightness(115%);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  cursor: pointer;
}

.qf-circle-image img {
  margin-top: 4px;
  width: 130px;
  height: 130px;
  border-radius: 100px;
}

.qf-circle-text {
  margin-top: 14px;
  font-weight: bold;
  font-family: arial, sans-serif, verdana;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.qf-loc {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0px 30px;
}

.qf-loc li {
  display: inline-block;
  list-style: none;
  font-weight: bold;
  font-family: arial, sans-serif, verdana;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  margin-right: 15px;
  margin-left: 15px;
}

.qf-loc li:hover {
  -webkit-filter: brightness(105%);
  -moz-filter: brightness(105%);
  -o-filter: brightness(105%);
  -ms-filter: brightness(105%);
  filter: brightness(115%);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  cursor: pointer;
}

.qf-loc img {
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
}

.qf-hr {
  border-bottom: 1px solid grey;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 36px;
  margin: 50px 65px 0px 65px;
}

.qf-search {
  display: inline-block;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: -10px;
}

.comp-cat-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 1060px;
  max-height: 1700px;
  margin-top: 20px;
}

.comp-cat-holder {
  width: 30%;
  border: 1px solid var(--comp);
  padding: 0px 5px 10px 5px;
  border-radius: 10px;
}

.comp-cat-header {
  font-weight: bold;
  font-family: arial, sans-serif, verdana;
  color: #fff;
  font-size: 22px;
  line-height: 50px;
}

.comp-cat-subs {
  font-family: arial, sans-serif, verdana;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.comp-cat-subs:hover {
  text-decoration: underline;
  cursor: pointer;
}

.qf-title-wrapper {
  max-width: 1060px;
  margin: 0 auto;
  text-align: center;
  padding: 0px 20px;
}

.qf-title-header {
  font-weight: bold;
  font-family: arial, sans-serif, verdana;
  color: #fff;
  font-size: 30px;
  line-height: 50px;
}

.qf-title-desc {
  font-family: arial, sans-serif, verdana;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

/* SPECIAL OFFER NEW */

.new-special-wrapper {
  margin-top: 40px;
  background-image: url('../images/main/special/wave-bg.png');
  background-repeat: repeat-x;
  width: 100%;
  z-index: 2;
  border-radius: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.new-special-title {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  font-weight: bold;
  font-family: arial, sans-serif, verdana;
  text-align: center;
}

.new-special-title-image {
  text-align: center;
  padding: 5px 0px;
}

.new-special-desc {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-family: arial, sans-serif, verdana;
  text-align: center;
  padding: 5px 80px;
}

.new-sp-circle-wrapper {
  text-align: center;
  margin: 0 auto;
}

.new-sp-list-wrapper {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 15px;
  margin-bottom: 20px;
  margin-top: -15px;
  background-image: url('../images/main/special/paint-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}

.new-sp-listing-wrapper {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 15px;
  margin-bottom: 10px;
  margin-top: 0px;
  margin-left: 20px;
  background-image: url('../images/main/special/paint-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}

.new-sp-list-blurb-wrapper {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
  background-image: url('../images/main/special/paint-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}

.new-sp-circle-holder-outer {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

.new-sp-circle-holder {
  width: 165px;
  vertical-align: top;
  position: relative;
  margin: 0 auto;
}

.new-sp-circle-holder:hover {
  -webkit-filter: brightness(115%);
  -moz-filter: brightness(115%);
  -o-filter: brightness(115%);
  -ms-filter: brightness(115%);
  filter: brightness(115%);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  cursor: pointer;
}

.new-sp-circle {
  margin: 0 auto;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #fff;
  padding: 5px;
  margin-top: 18px;
  box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
}

.new-sp-circle-img {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-size: cover;
  z-index: 2;
}

.new-sp-title {
  margin-top: 6px;
  color: #222;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  font-family: arial, sans-serif, verdana;
  text-align: center;
  padding: 0px 12px;
}

.new-sp-red {
  position: absolute;
  left: 11px;
  top: 4px;
}

.new-sp-red-text {
  position: absolute;
  left: 10px;
  top: 37px;
  width: 108px;
  height: 15px;
  color: #fff;
  line-height: 15px;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0px;
  text-align: center;
  -ms-transform: rotate(-34deg); /* IE 9 */
  -webkit-transform: rotate(-34deg); /* Safari 3-8 */
  transform: rotate(-34deg);
  white-space: nowrap;
}

  .sp-hide-6, .sp-hide-7 {
    display: none;
  }

.new-sp-circle-wrapper-home {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 20px 40px;
  padding-left: 20px;
  padding-right: 40px;
  padding-bottom: 10px;
}

.new-sp-circle-holder-outer-home {
  width: 100%;
  position: relative;
  overflow: visible;
  margin-bottom: 10px;
  height: 100%;
}

.new-sp-circle-holder-home {
  height: 100%;
}

.new-sp-circle-holder-outer-home:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  cursor: pointer;
}

.new-sp-circle-home {
  width: 100%;
  border-radius: 10px 80px 10px 10px;
  background-color: #fff;
  padding: 8px 8px 8px 8px;
  margin-top: 18px;
  box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
  height: 91%;
}

.new-sp-circle-img-home {
  width: 100%;
  aspect-ratio: 16/11;
  border-radius: 10px 80px 0px 0px;
  background-size: cover;
  z-index: 2;
}

.new-sp-title-home {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  font-family: arial, sans-serif, verdana;
  text-align: center;
  padding: 8px 12px;
  background-color: #444;
  border-radius: 0px 0px 10px 10px;
}

.new-sp-desc-home {
  margin-top: 6px;
  color: #222;
  font-size: 14px;
  line-height: 20px;
  font-family: arial, sans-serif, verdana;
  text-align: center;
  padding: 10px;
}

.new-sp-red-home {
  position: absolute;
  left: -5px;
  top: -12px;
}

.new-sp-red-text-home {
  position: absolute;
  left: -5px;
  top: 21px;
  width: 108px;
  height: 15px;
  color: #fff;
  line-height: 15px;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0px;
  text-align: center;
  -ms-transform: rotate(-34deg); /* IE 9 */
  -webkit-transform: rotate(-34deg); /* Safari 3-8 */
  transform: rotate(-34deg);
  white-space: nowrap;
}


.new-sp-circle-wrapper-less {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 30px;
  padding-left: 10px;
  padding-right: 25px;
}

.new-sp-circle-holder-outer-less {
  width: 100%;
  position: relative;
  overflow: visible;
  margin-bottom: 10px;
  height: 100%;
}

.new-sp-circle-holder-less {
  height: 100%;
}

.new-sp-circle-holder-outer-less:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  cursor: pointer;
}

.new-sp-circle-less {
  width: 100%;
  border-radius: 10px 80px 10px 10px;
  background-color: #fff;
  padding: 8px 8px 8px 8px;
  margin-top: 18px;
  box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
  height: 91%;
}

.new-sp-circle-img-less {
  width: 100%;
  aspect-ratio: 16/14;
  border-radius: 10px 80px 0px 0px;
  background-size: cover;
  z-index: 2;
}

.new-sp-title-less {
  margin-top: 0px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  font-family: arial, sans-serif, verdana;
  text-align: center;
  padding: 8px 12px;
  background-color: #444;
  border-radius: 0px 0px 10px 10px;
}

.new-sp-desc-less {
  margin-top: 6px;
  color: #222;
  font-size: 14px;
  line-height: 20px;
  font-family: arial, sans-serif, verdana;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
}

.new-sp-more-less {
  margin-top: 6px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  font-family: arial, sans-serif, verdana;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
}

.new-sp-red-less {
  position: absolute;
  left: -5px;
  top: -12px;
}

.new-sp-red-text-less {
  position: absolute;
  left: -5px;
  top: 21px;
  width: 108px;
  height: 15px;
  color: #fff;
  line-height: 15px;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0px;
  text-align: center;
  -ms-transform: rotate(-34deg); /* IE 9 */
  -webkit-transform: rotate(-34deg); /* Safari 3-8 */
  transform: rotate(-34deg);
  white-space: nowrap;
}


.new-sp-top-wrapper {
  margin: 0px auto;
  margin-bottom: 15px;
  margin-top: 0px;
  background-image: url('../images/main/special/paint-bg-1200.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  max-width: 830px;
  display: table;
}

.new-sp-top-circle-holder-outer {
  display: table-cell;
  vertical-align: middle;
  width: 150px;
}

.new-sp-top-circle {
  margin: 0 auto;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #fff;
  padding: 5px;
  box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
}

.new-sp-top-details-holder-outer {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  width: 100%;
}

.new-sp-top-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  font-family: arial, sans-serif, verdana;
  margin-bottom: 2px;
}

.new-sp-top-desc {
  color: #333;
  font-size: 15px;
  line-height: 18px;
  font-family: arial, sans-serif, verdana;
}

.new-sp-top-click {
  margin-top: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  font-family: arial, sans-serif, verdana;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 8px 30px 30px 8px;
}

.new-sp-top-click:hover {
  -webkit-filter: brightness(115%);
  -moz-filter: brightness(115%);
  -o-filter: brightness(115%);
  -ms-filter: brightness(115%);
  filter: brightness(115%);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  cursor: pointer;
}

.no-hover {
  -webkit-filter: brightness(100%) !important;
  -moz-filter: brightness(100%) !important;
  -o-filter: brightness(100%) !important;
  -ms-filter: brightness(100%) !important;
  filter: brightness(100%) !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
  cursor: default !important;
}


/* SPECIAL OFFER */

.sp-wrapper-travel {
  border: 1px solid #339645 !important;
  background-color: #e0f7e4 !important;
}

.sp-title-travel {
  color: #339645 !important;
}

.sp-more-travel {
  background-color: #007181 !important;
}

.sp-holder-travel {
  background-color: #339645 !important;
}

.sp-wrapper-prop {
  border: 1px solid var(--prop) !important;
  background-color: #efd8e3 !important;
}

.sp-title-prop {
  color: var(--prop) !important;
}

.sp-more-prop {
  background-color: #007181 !important;
}

.sp-holder-prop {
  background-color: var(--prop) !important;
}

.sp-wrapper-hotel {
  border: 1px solid #781b6d !important;
  background-color: #f3e0f1 !important;
}

.sp-title-hotel {
  color: #781b6d !important;
}

.sp-more-hotel {
  background-color: #2b5e83 !important;
}

.sp-holder-hotel {
  background-color: #781b6d !important;
}

.special-wrapper {
  position: relative;
  border: 1px solid var(--eat);
  margin-left: 20px;
  border-radius: 15px;
  min-height: 140px;
  margin-bottom: 20px;
  background-color: #ffe7cb;
  box-shadow: 4px 4px 4px #ccc !important;
  display: table;
}

.special-wrapper-advert {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.special-pic-holder {
  position: relative;
  height: 114px;
  width: 155px;
  overflow: hidden;
  margin-top: 13px;
  margin-left: 13px;
  border-radius: 13px;
}

.special-pic-holder img {
  min-height: 114px;
  position:absolute;
  top:-100%; left:0; right: 0; bottom:-100%;
  margin: auto;
  width: 100%;
  display: table-cell;
}

.special-details-holder {
  display: table-cell;
  padding: 13px;
  vertical-align: middle;
  width: 100%;
}

.special-details-title {
  font-size: 17px;
  color: var(--eat);
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 22px;
  margin-right: 56px;
}

.special-details-desc {
  font-size: 13px;
  text-align: left;
  margin-top: 3px;
  line-height: 18px;
  color: #444;
  margin-right: 56px;
  font-weight: normal;
}

.special-details-more {
  background-color: #197b30;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  margin-top: 9px;
  padding: 5px 12px;
  border-radius: 10px;
  display: inline-block;
  line-height: 14px;
  margin-right: 56px;
}

.special-price-holder {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 46px;
  background-color: var(--eat);
  border-radius: 0px 15px 15px 0px;
  vertical-align: middle;
}

.special-price {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 18px;
  text-shadow: 1px 1px 1px #555;
  height: 100%;
  white-space: nowrap;
}

.special-offer {
  position: absolute;
  left: -4px;
  top: -4px;
}

.special-offer-text {
  position: absolute;
  left: -8px;
  top: 26px;
  width: 108px;
  height: 15px;
  color: #fff;
  line-height: 15px;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0px;
  text-align: center;
  -ms-transform: rotate(-34deg); /* IE 9 */
  -webkit-transform: rotate(-34deg); /* Safari 3-8 */
  transform: rotate(-34deg);
  white-space: nowrap;
}

.sp_desc, .sp_title {
    line-height: 18px;
}

.sp_title_en, .sp_desc_en, .sp_more_en, .sp_more_link_en, .sp_offer_type_en {
  padding: 10px 10px 10px 0px;
  width: 100%;
  margin: -15px 0px 0px 20px;
  border-bottom: 1px solid #528ba6;
  line-height: 18px;
}

.sp_title_es, .sp_desc_es, .sp_more_es, .sp_more_link_es, .sp_offer_type_es {
  padding: 10px 10px 10px 0px;
  width: 100%;
  margin: 0px 0px 0px 20px;
  border-bottom: 1px solid #528ba6;
  line-height: 18px;
}

.sp_lang_en, .sp_lang_es {
  float: left;
  border-radius: 20px;
  padding: 3px;
  color: #fff;
  font-weight: bold;
  line-height: 20px;
  width: 20px;
  height: 20px;
  background-color: #528ba6;
  text-align: center;
}

.sp_lang_en {
  margin: -10px 5px 0px -11px;
}

.sp_lang_es {
  margin: 5px 5px 0px -11px;
}

.sp_more_link_en, .sp_more_link_es, .rest_360, .rest_video, .travel_360, .filename {
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-all;
word-break: break-word;
}

.sp-side-nav-wrapper {
margin-bottom: 8px;
margin-top: 8px;
position: relative;
display: table;
width: 100%;
}

.sp-side-nav-image img {
  max-height: 80px;
}

.sp-side-nav-image {
  height: 80px;
  margin-right: 10px;
  float: left;
  border-radius: 10px;
  overflow: hidden;
  max-width: 108px;
}

.sp-side-nav-holder {
  width: 100%;
  margin-left: 155px;
  height: 80px;
  vertical-align: middle;
  display: table-cell;
}

.sp-side-nav-title {
  font-size: 13px;
  font-weight: bold;
  color: #8d8871;
  line-height: 15px !important;
  text-transform: uppercase;
}

.sp-side-nav-desc {
  font-size: 13px;
  line-height: -6px !important;
}

.sidebar-nav-special {
  margin-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

.sidebar-nav-special a {
  font-size: 14px;
  color: #3c3c3c;
  width: 350px;
}

.sidebar-nav-special a:hover > li {
  color: #5e5e5e;
}

.sidebar-nav-special a:hover > li img {
  -webkit-filter: brightness(110%); /* Safari 6.0 - 9.0 */
  filter: brightness(110%);
}

.sidebar-nav-special ul li {
border-bottom: 1px solid #eeeeee;
line-height: 15px;
list-style-type: none;
}

.special-offer-side {
  position: absolute;
  left: -3px;
  top: -3px;
}

.special-offer-text-side {
  position: absolute;
  left: -3px;
  top: 20px;
  width: 74px;
  height: 12px;
  color: #fff;
  line-height: 12px;
  font-weight: bold;
  font-size: 8px;
  letter-spacing: 0px;
  text-align: center;
  -ms-transform: rotate(-34deg); /* IE 9 */
  -webkit-transform: rotate(-34deg); /* Safari 3-8 */
  transform: rotate(-34deg);
  white-space: nowrap;
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
    margin-bottom: 20px;
    border-radius: 10px;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-holder1, .video-holder2 {
  overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.video-teaser {
  width: 100%;
  border-radius: 10px;
}

.video-holder1 .caption, .video-holder2 .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #ff0000;
  border-radius: 0px 8px 0px 8px;
  padding: 5px 8px 5px 8px;
  -moz-opacity: 0.8;
  opacity:.80;
  filter: alpha(opacity=80);
  margin-bottom: 2px;
}

.video-youtube-button {
  display: none;
}

.video-holder1:hover .video-youtube-button, .video-holder2:hover .video-youtube-button {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    margin: -25px 0px 0px -34px;
  }

#video-image img {
  width: 100%;
  border-radius: 10px;
}

.sidebar-prop_img {
  position:relative;
  padding-bottom:50%;
  overflow: hidden;
  border-radius: 10px;
}

.sidebar-prop_img img {
  position:absolute;
  top:-50%; bottom:-50%;
  margin:auto;
  width: 100%;
  height: auto;
  min-height: 130px;
  max-width: 700px;
  -webkit-transition: transform .4s;
  -moz-transition: transform .4s;
  -o-transition: transform .4s;
  -ms-transition: transform .4s;
  transition: transform .4s;
}

.side-price {
  position: absolute;
  left: 24px;
  bottom: 28px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  border-radius: 8px 8px 0px 0px;
  padding: 6px 8px 6px 12px;
  background-color: var(--prop);
  -moz-opacity: 0.9;
  opacity:.90;
  filter: alpha(opacity=90);
}

.side-caption {
  position: absolute;
  height: 24px;
  line-height: 24px;
  left: 24px;
  bottom: 4px;
  font-family: sans-serif, arial, verdana;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  border-radius: 0px 8px 8px 8px;
  padding: 0px 8px 0px 12px;
  background-color: #4d8f95;
  -moz-opacity: 0.9;
  opacity:.90;
  filter: alpha(opacity=90);
  letter-spacing: -0.5px;
}

.side-flag {
  position: absolute;
  left: 4px;
  bottom: 14px;
  width: 22px;
  height: 22px;
  border: 3px solid #fff;
  border-radius: 22px;
  cursor: default;
  background-color: #fff;
}

.side-flag img {
  position: absolute;
  left: 0px;
  bottom: 0px;
  max-width: 22px;
  max-height: 22px;
}

/* ADMIN PAGES */

.admin-wrapper {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.container_cat {
  margin-top: 10px;
}

.container_page_info_add {
  width: 97%;
  margin-top: 10px;
}

.container_full_width {
  width: 100%;
  margin-top: 10px;
}

.filename {
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  padding-left: 5px;
}

.logoutbutt {
  margin-left: 20px;
  margin-top: 20px;
}

.page_map, .rest_map, .rest_menu, .rest_web, .rest_fb {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
}

.blurb_content, .page_fact, .page_desc, .page_title, .imgdesc_bp, .page_id, .page_lang, .cat_id, .cat_title,
.imgtitle_bp, .imgtitle_pp, .imgdesc_pp, .imgtitle, .imgdesc, .cat_url, .cat_lang, .cat_group, .cat_desc  {
  line-height: 22px;
  font-size: 14px !important;
}

/* SUPER ADMIN TOP MENU */

.admin-menu {
  margin-left: 70px;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 20px;
  color: #333;
}

.admin-menu a {
  color: #333;
}

/* ADMIN ROTATOR BACKGROUNDS */

.beaches_en { background-color: #80bcd2; }
.beaches_es { background-color: #a8dbee; }

.to_do_en { background-color: #af977b; }
.to_do_es { background-color: #cfb08c; }

.to_see_en { background-color: #769b58; }
.to_see_es { background-color: #86b163; }

/* ADMIN RESTAURANTS */

.menu-padding {
  padding-bottom: 0px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 20px !important;
}

.menu-list-holder{
  background-color: #508b38;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 22px;
  color: white;
  font-weight: bold;
  border-radius: 10px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 20px;
}

.menu-list-holder img {
  height: 14px;
  filter: var(--white-f);
  margin-right: 5px;
  vertical-align: text-bottom;
}

.hour-empty {
  background-color: #e46b3f !important;
}

.container_rest {
  width: 100%;
  margin-top: 10px;
  line-height: 18px;
}

.container_rest .id {
  text-align: center;
}

.rest-edit-holder {
  background-color: #f7f7f7;
  border-radius: 15px 15px 0px 0px;
  overflow: visible;
  margin-bottom: 20px;
}

.rest-edit-table th {
  background-color: #528ba6;
  border: 1px solid white;
  padding: 15px;
  font-size: 14px;
  color: white;
}

.rest-edit-table tr {
  border: 1px solid #528ba6;
}

.rest-edit-table td {
  border: 1px solid #528ba6;
  padding: 15px;
  vertical-align: middle;
  font-size: 13px;
}

.rest-edit-holder img {
  padding: 5px;
  vertical-align: middle;
}

.rest-edit-holder .imgdelete {
  text-align: center;
}

.admin-page-edit-table {
  line-height: 20px;
}

.get_value {
  margin-left: 20px;
}

.check-list-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.check-list {
flex-basis: 32%;
line-height: 20px;
margin-bottom: 20px;
}

.most-popular-facilities {
  margin-top: 10px;
  margin-bottom: 10px;
}

.popular-facilities {
  margin-top: 10px;
  margin-bottom: 10px;
}

.check-list-pop-fac {
flex-basis: 40%;
line-height: 17px;
padding-bottom: 10px;
padding-left: 25px;
text-indent: -25px;
}

.check-list-dishes {
flex-basis: 32%;
line-height: 40px;
}

input[type="checkbox"] {
  margin-right: 7px;
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 10px;
}

input[type="checkbox"] + label {
  color: #888;
}

input[type="checkbox"]:checked + label {
  color: #333;
}

#cuisine-updated {
padding-top: 15px;
}

.checked-cuisine {
  border-radius: 20px;;
  margin-bottom: 5px;
  padding: 5px;
  background-color: #005b7f;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}

th.cuisine-list {
  padding-top: 30px;
  width: 20%;
  vertical-align: top;
}

#dishes-updated {
padding-top: 15px;
}

.checked-dishes {
  border-radius: 20px;;
  margin-bottom: 5px;
  padding: 5px;
  background-color: #005b7f;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}

th.dishes-list {
  padding-top: 30px;
  width: 20%;
  vertical-align: top;
}

/* FRONTEND CODE */

body, p, span, li {
    font-family: Verdana;
    font-weight: normal;
}

/* HOME PAGE */

.home-wrapper {
  max-width: 750px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 40px;
  position: relative;
}

.m-home-wrapper {
  max-width: 750px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 40px;
  position: relative;
}

.pop-wrapper {
  }

  #justified-gallery-see-small, #justified-gallery-do-small {
    max-height: 357px;
  }

  #justified-gallery-see-big, #justified-gallery-do-big, #justified-gallery-stay-big, #justified-gallery-eat-big, #justified-gallery-see, #justified-gallery-do, #justified-gallery-stay, #justified-gallery-eat {
    display: none;
  }

  #justified-gallery-stay-small {
    max-height: 357px;
    width: 100%;
  }

  #justified-gallery-eat-small {
    max-height: 495px;
    width: 100%;
  }

  #justified-gallery-sidebar {
  max-height: 165px;
  width: 100%;
  }

  #justified-gallery-footer {
  max-height: 165px;
  width: 100%;
  }

  #justified-gallery1, #justified-gallery2 {
    max-height: 250px;
    width: 100%;
  }

  .m-shared-photos {
  margin-left: 35px;
  margin-right: 35px;
  margin-bottom: 30px;
  }

  .m-recommendations {
    margin-left: 35px;
    margin-right: 35px;
  }

  .m-travel-menu  {
  margin-left: 35px;
  margin-right: 35px;
  margin-bottom: 30px;
  }

  .m-rest-loc-menu  {
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 30px;
  }

  #justified-gallery-sidebar-home {
  max-height: 167px;
  width: 100%;
  }

  .home-pic-titles {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color:  #8d896f;
  padding: 3px 8px 3px 8px;
  border-radius: 0px 15px 15px 0px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 18px;
  margin-bottom: 15px;
  margin-right: 8px;
  }

/* you need this to stop title blinking */
.home-pic-titles:hover {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}

img:hover + .home-pic-titles {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

h1.pop-title, h1.pop-title a {
  font-weight: normal;
  font-family: 'Amatic SC', cursive;
  font-size: 55px;
  color: #8d896f;
  text-align: center;
  margin-top: 30px;
  text-transform: uppercase;
}

h2.pop-title, h2.pop-title a {
  font-weight: normal;
  font-family: 'Amatic SC', cursive;
  font-size: 55px;
  color: #8d896f;
  text-align: center;
  margin-top: 30px;
  text-transform: uppercase;
}

.pop-desc-home {
  font-family: sans-serif, arial;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  line-height: 26px;
  color: #3c3c3c;
}

.pop-desc-narrow-home {
  font-family: sans-serif, arial;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  line-height: 26px;
  color: #3c3c3c;
}

.pop-desc {
  font-family: sans-serif, arial;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
  line-height: 26px;
  color: #3c3c3c;
}

.pop-desc-narrow {
  font-family: sans-serif, arial;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
  line-height: 26px;
  color: #3c3c3c;
}

.sidebar-home{
  display: none;
}

/* VERY TOP NAV */

.very-top-wrapper {
  width: 100%;
  height: 8px;
  background-color: #3c3c3c;
}

.very-top-holder {
  display: none;
}

.m-sticky-line-very-top {
  border-left: 6px solid #3c3c3c;
  position: fixed;
  z-index: 10;
  top: 0px;
  width: 100%;
  height: 8px;
  background-color: #3c3c3c;
}

.m-flag-holder {
  position: fixed;
  z-index: 10;
  top: -5px;
  left: -5px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #3c3c3c;
}

.m-flag-holder img {
  margin-left: 11px;
  margin-top: 11px;
}

.m-flag-holder-select {
  position: fixed;
  z-index: 10;
  top: 0px;
  left: 0px;
}

.m-flag-holder-select-big {
  position: fixed;
  z-index: 10;
  top: -8px;
  left: -8px;
  width: 154px;
  height: 154px;
  border-radius: 0px 77px 77px 77px;
  background-color: #3c3c3c;
  z-index: 10;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
}

.m-flag-holder-select-small {
  position: fixed;
  z-index: 10;
  top: 90px;
  left: 59px;
  width: 94px;
  height: 94px;
  border-radius: 45px;
  background-color: #3c3c3c;
  z-index: 11;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
}

.m-flag-holder-select-images {
  position: fixed;
  z-index: 10;
  top: 0px;
  left: 0px;
}

.m-flag-holder-select-big-img {
  position: relative;
  top: 7px;
  left: 7px;
  z-index: 12;
}

.m-flag-holder-select-small-img {
  position: relative;
  top: 47px;
  left: -58px;
  z-index: 13;
}

.m-sticky-line-top {
  border-left: 6px solid #3c3c3c;
  position: absolute;
  top: -21px;
  right: 143px;
  width: 20px;
  height: 20px;
}

.very-top-nav-i img {
  filter: var(--white-f);
  height: 13px;
  margin-right: 6px;
}

.very-top-nav-i:hover img {
  filter: var(--gold-f);
}

.very-top-nav-i {
  color: #fff;
}

.very-top-nav-i:hover {
  color: #8d896f;
}

.very-top-nav ul {
  display: none;
}

.very-top-nav ul li {
  display: inline-block;
}

.very-top-nav ul li a {
  font-size: 10px;
  margin-right: 24px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
  line-height: 40px;
  letter-spacing: 1px;
}

.very-top-nav ul li a:hover {
  color: #8d896f;
}

/* START FLAGS */

.flags {
  float: right;
  line-height: 40px;
}

.flags a {
  text-decoration: none;
}


.flag-nav-dropdown {
  width: 70px;
}

.flag-nav-dropdown img {
  max-width: 18px;
  margin-left: 8px;
  margin-right: 8px;
  vertical-align: middle;
}

.flag-nav-dropdown nav ul {
	-webkit-font-smoothing: antialiased;
	list-style: none;
	padding: 0px;
  margin: 0;
  background: #3c3c3c;
}

.flag-nav-dropdown nav li {
	float: right;
	margin: 0;
	padding: 0;
  width: 70px;
  height: 40px;
	position: relative;
}

.flag-nav-dropdown nav a {
  text-shadow: 1px 1px 1px #000;
	color: #fff;;
	display: block;
	font-size: 10px;
	text-decoration: none;
  text-align: right;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.flag-nav-dropdown nav li:hover a {
	background: #3c3c3c;
  text-shadow: 1px 1px 1px #000;
	color: #fff;
  border-radius: 0px 0px 10px 10px;
}

.flag-nav-dropdown nav li ul {
	float: right;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 1;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.flag-nav-dropdown nav li:hover ul {
	opacity: 1;
	top: 40px;
	visibility: visible;
  border-radius: 0px 0px 10px 10px;
}

.flag-nav-dropdown nav li ul li {
	float: none;
	width: 70px;
  height: 40px;
}

.flag-nav-dropdown nav li ul a:hover {
background-color: #555;
}

.cf:after, .cf:before {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}

/* MAIN LOGO */

.m-top-logo-wrapper {
  width: 100%;
  height: 110px;
}

.m-top-logo-image {
  float: left;
  margin-left: 36px;
  margin-top: 28px;
}

#sticky-m {
    display: none;
    z-index: 9999999;
}
#sticky-m.fixed {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999999;
}

.m-top-button-sticky {
  float: right;
  height: 40px;
  width: 40px;
  background-color: #fff;
  text-align: center;
  margin-top: 34px;
  margin-right: 30px;
  z-index: 9999;
  border: 1px solid #333;
  border-radius: 5px;
}

.m-top-button-sticky i {
  font-size: 26px;
  color: #8d896f;
  line-height: 40px;
}

.m-top-menu-sticky {
  position: relative;
  z-index: 9999;
  top: -60px;
  left: -260px;
  width: 240px;
  background-color: rgba(49, 49, 49, 0.8);
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #3c3c3c;

}

.m-top-menu-sticky ul a {
  display: block;
  border-bottom: 1px solid #888;
  height: 40px;
  padding-left: 25px;
  text-align: left;
  list-style: none;
}

.m-top-menu-sticky ul a:last-child {
  border-bottom: none;
}

.m-top-menu-sticky ul a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
  line-height: 40px;
  letter-spacing: 1px;
}

.m-top-menu-sticky ul li i {
  font-size: 13px;
  padding-right: 8px;
}

.m-top-menu-sticky ul a:hover {
  color: #8d896f;
}

.m-sticky-line {
  border-top: 6px solid #3c3c3c;
  position: absolute;
  top: 37px;
  right: -20px;
  width: 20px;
  height: 20px;
}

.top-logo-wrapper {
  display: none;
}

.top-logo {
  max-width: 1110px;
  height: 80px;
  margin: 0 auto;
  border-bottom: 3px solid #3c3c3c;
}

.top-logo-image {
  text-align: center;
  max-width: 647px;
  height: 73px;
  margin: 25px auto;
}

.top-logo-image img {
  padding-top: 6px;
  height: 47px;
}

/* MAIN NAV BAR */

.top-nav-wrapper {
  width: 100%;
  height: 50px;
  background-color: #fff;
  margin-bottom: 0px;
}

.top-nav-i img {
  filter: var(--black-f);
  height: 13px;
  margin-right: 8px;
}

.top-nav-i:hover img {
  filter: var(--gold-f);
}

.top-nav-i {
  color: #333;
}

.top-nav-i:hover {
  color: #8d896f;
}

.top-nav {
  max-width: 1110px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.top-nav ul li {
display: inline-block;
margin-right: 20px;
}

.top-nav ul li, .top-nav ul li a {
  font-size: 13px;
  color: #3c3c3c;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 50px;
  cursor: pointer;
}

.top-nav ul li:hover, .top-nav ul li a:hover {
  color: #8d896f;
}

.search-img {
  float: right;
  margin-top: -39px;
  margin-right: 10px;
  color: #3c3c3c;
}

.search-form {
float: right;
position: relative;
height: 40px;
width: 250px;
margin-top: 0px;
margin-right: 0px;
background-color: #3c3c3c;
z-index: 99;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}

.search-form input {
  height: 38px;
  width: 205px;
  margin-left: -10px;
  background: transparent;
  color: #fff;
  border: none;
  font-style: italic;
  -webkit-box-shadow: 0 0 0 30px #3c3c3c inset;
  -webkit-text-fill-color: #fff;
}

.search-form input:focus {
  outline: 0px;
}

.footer-search {
  height: 40px;
  width: 100%;
  background-color: #3c3c3c;
  z-index: 99;
  border-radius: 5px;
}

.footer-search input {
  height: 38px;
  width: 145px;
  background: transparent;
  border: none;
  font-style: italic;
  font-size: 12px;
  border-radius: 5px;
  background-color: #333333;
  -webkit-box-shadow: 0 0 0 30px #333333 inset;
  color: #fff;
}

.footer-search input:focus {
  outline: 0px;
}

.sidebar-search {
height: 40px;
width: 260px;
background-color: #fff;
z-index: 99;
border-radius: 5px;
border: 1px solid #cccccc;
margin: 0px auto;
margin-bottom: 20px;
}

.sidebar-search input {
  height: 38px;
  width: 80%;
  background: transparent;
  color: #3c3c3c;
  border: none;
  font-style: italic;
  font-size: 14px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 30px #fff inset;
  -webkit-text-fill-color: #555;
}

.sidebar-search input:focus {
  outline: 0px;
}

.sidebar-search img {
  height: 16px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

.mobile-search-black {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 999999;
  background-color: rgba(0,0,0,0.9);
  text-align: center;
}

.pc-search-wrapper, .mobile-search-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  padding: 20px 0px;
  box-shadow: none !important;
}

.pc-search, .mobile-search {
  height: 50px;
  width: 390px;
  background-color: #fff;
  z-index: 1;
  border-radius: 5px;
  border: 1px solid #cccccc;
}

.pc-search img, .mobile-search img  {
  height: 22px;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 13px;
  vertical-align: bottom;
}

.pc-search input {
  display: none;
}

.mobile-search input {
  width: 85%;
  height: 46px;
  background: transparent;
  color: #3c3c3c;
  border: none;
  font-size: 16px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 30px #fff inset;
  -webkit-text-fill-color: #555;
}

.pc-search input:focus, .mobile-search input:focus {
  outline: 0px;
}

.search-text-m {
  font-family: sans-serif, arial, verdana;
  display: inline-block;
  font-size: 16px;
  color: #555;
  font-weight: normal;
}

.qfbox-search-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
}

.qfbox-search {
height: 50px;
width: 390px;
background-color: #fff;
z-index: 99;
border-radius: 5px;
border: 1px solid #cccccc;
margin-top: 25px;
text-align: left;
}

.qfbox-search img {
  height: 22px;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 13px;
  vertical-align: bottom;
}

.qfbox-search input {
    display: none;
  width: 85%;
  height: 48px;
  background: transparent;
  color: #3c3c3c;
  border: none;
  font-size: 18px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 30px #fff inset;
  -webkit-text-fill-color: #555;
}

.qfbox-search input:focus {
  outline: 0px;
}

.qfbox-closer {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 45px;
  width: 45px;
  cursor: pointer;
}

.qfbox-closer img {
  filter: var(--white-f);
  height: 35px;
}

#speed-search-results-mobile {
  display: none;
  position: absolute;
  top: 80px;
  left: 7%;
  width: calc(100% - 14%);
  z-index: 1;
  margin: 0 auto;
}

#speed-search-results-mobile li {
  border-radius: 7px;
  margin-bottom: 3px;
  position: relative;
  list-style: none;
  overflow: hidden;
}

.speed-type-li-travel {
  border: 2px solid var(--travel);
}

.speed-type-li-travel .speed-type {
  background-color: #f0ffea;
}

.speed-type-li-stay {
  border: 2px solid var(--stay);
}

.speed-type-li-stay .speed-type {
  background-color: #fbe5fb;
}

.speed-type-li-about {
  border: 2px solid var(--events);
}

.speed-type-li-about .speed-type {
  background-color: #edeffe;
}

.speed-type-li-comp {
  border: 2px solid var(--comp);
}

.speed-type-li-comp .speed-type {
  background-color: #f1fcfe;
}

.speed-type-li-eat {
  border: 2px solid var(--eat);
}

.speed-type-li-eat .speed-type {
  background-color: #feede7;
}

.speed-type-li-event {
  border: 2px solid var(--events);
}

.speed-type-li-event .speed-type {
  background-color: #edeffe;
}

.speed-type {
  font-family: sans-serif, arial, verdana;
  font-size: 16px;
  color: #333;
  line-height: 17px;
  font-weight: normal;
  min-height: 50px;
  text-align: left;
  border: 1px solid #ddd;
  background-color: #fff;
  padding-left: 30px;
  padding-top: 15px;
  margin-bottom: -15px;
}

.speed-type:hover {
  background-color: #ddd;
}

.speed-type:last-child {
 border-bottom: none;
}

.speed-type img {
  height: 14px;
  margin-left: -18px;
  margin-right: 7px;
  vertical-align: baseline;
}

.search-tag-holder {
  position: absolute;
  bottom: -3px;
  right: -3px;
  border-radius: 7px 0px 7px 0px;
  font-family: sans-serif, arial, verdana;
  font-size: 11px;
  color: #fff;
  z-index: 99;
  padding: 4px 7px 2px 7px;
}

#searchBoxDisplay {
  display: none;
}

.m-top-search {
  float: left;
  position: relative;
  top: 7px;
  left: 30px;
  height: 30px;
  width: 225px;
  z-index: 99;
  border-radius: 5px;
}

.m-top-search input {
  height: 24px;
  width: 180px;
  background: transparent;
  border: none;
  font-style: italic;
  font-size: 12px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 30px #555 inset;
  -webkit-text-fill-color: #fff;
  padding-left: 5px;
}

.m-top-search input:focus {
  outline: 0px;
}

.m-top-search i {
  color: #fff;
  font-size: 14px;
  padding-right: 10px;
}

.closeSearch {
float: right;
color: #fff;
font-size: 16px;
margin: -30px 10px 0px 0px;
}

.fabutton {
  background: none;
  padding: 0px;
  border: none;
  outline:none;
  cursor: pointer;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 1px 1px 8px 1px #333;
  opacity: 0.9;
}

.sticky + .content {
  padding-top: 60px;
}

/* BIG NAV MOBILE*/

.m-dark {
  position: absolute;
  top: 118px;
  background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  width: 100%;
  height: 1800px;
  z-index: 9;
}

.m-big-nav-butt-holder { /*to stop side scroll on mobile */
  width: 160px;
  height: 124px;
  overflow: hidden;
  position: fixed;
  z-index: 10;
  right: 0px;
  top: 0px;
}

.m-big-nav-butt {
  background-color: #fff;
  border: 10px solid #333;
  border-radius: 70px;
  width: 60px;
  height: 60px;
  position: absolute;
  right: -4px;
  top: -4px;
  text-align: center;
}

.m-big-nav-butt-right {
  width: 20px;
  height: 20px;
  background-color: #333;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: -1;
}

.m-big-nav-butt img {
  filter: var(--gold-f);
  height: 24px;
  padding-top: 18px;
}

.m-mobile-nav-bg {
  position: absolute;
  top: -16px;
  right: 0px;
  z-index: -1;
}

.m-side-nav-butt-sticky {
  position: fixed;
  top: 50px;
  right: 0px;
  background-color: #333;
  height: 60px;
  width: 60px;
  border-radius: 60px 0px 0px 60px;
  z-index: 21;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}

.m-side-nav-butt-circle {
  margin-left: 5px;
  margin-top: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  background-color: #fff;
}

.m-side-nav-butt-circle i {
  font-size: 30px;
  color: #8d896f;
  line-height: 50px;
}

.m-nav-wrapper {
  position: relative;
  top: 117px;
  left: 0px;
  background-image: linear-gradient(#fff, #fff);
  z-index: 9;
  border-radius: 0px 0px 20px 20px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
}

.m-search-box-spacer {
  height: 25px;
}

.m-home-icon {
  margin: 0 auto;
  width: 50px;
  color: #8d896f;
  font-size: 44px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

.m-nav-wrapper-bottom-circle {
  position: relative;
  bottom: -20px;
  margin: 0 auto;
  height: 20px;
  width: 50px;
  background-color: #fff;
  border: 0px solid #777;
  border-radius: 0px 0px 10px 10px;
  text-align: center;
}

.m-nav-wrapper-bottom-circle img {
  filter: var(--gold-f);
  height: 14px;
  cursor: default;
}

.m-mobile-nav-bg-corner {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 34px;
  width: 120px;
}

.m-mobile-nav-bg-corner img {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
}

.m-nav-search-box-holder {
  height: 50px;
  border: 0px solid #777;
  margin: 0 auto;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px #999;
  background-color: #fff;
  text-align: left;
  margin-bottom: 40px;
    line-height: 50px;
}

.search-icon-mobile img {
  filter: var(--gold-f);
  line-height: 50px;
  height: 18px;
  margin-left: 15px;
  margin-right: 10px;
  cursor: default;
  vertical-align: baseline;
}

.m-nav-search-box-holder input {
  height: 45px;
  width: 270px;
  line-height: 45px;
  color: #888;
  font-size: 17px;
  text-align: left;
  border: none;
}

.m-nav-search-box-holder input:focus {
  outline: none;
}

.m-nav-search-box-holder input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: #888 !important;}

    .page-search-box-holder {
      display: flex;
      align-items: center;
      height: 50px;
      border: 0px solid #777;
      margin: 30px auto;
      width: 500px;
      border-radius: 15px;
      box-shadow: 0px 0px 15px #999;
      background-color: #fff;
      text-align: left;
    }

    .page-search-box-holder img {
      height: 22px;
      margin-left: 15px;
      margin-right: 10px;
      vertical-align: bottom;
    }

.page-search-box-holder input {
  height: 40px;
  width: 300px;
  line-height: 50px;
  color: #888;
  font-size: 17px;
  text-align: left;
  border: none;
}

.page-search-box-holder input:focus {
  outline: none;
}

.page-search-box-holder input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: #888 !important;}

.num-search-travel-butt {
  cursor: pointer;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 16px;
  background-color: var(--travel);
  color: #fff;
  margin: 20px auto;
  width: 300px;
  text-align: center;
}

.num-search-stay-butt {
  cursor: pointer;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 16px;
  background-color: var(--stay);
  color: #fff;
  margin: 20px auto;
  width: 300px;
  text-align: center;
}

.num-search-rest-butt {
  cursor: pointer;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 16px;
  background-color: var(--eat);
  color: #fff;
  margin: 20px auto;
  width: 300px;
  text-align: center;
}

.num-search-comp-butt {
  cursor: pointer;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 16px;
  background-color: var(--comp);
  color: #fff;
  margin: 20px auto;
  width: 300px;
  text-align: center;
}

.num-search-prop-butt {
  cursor: pointer;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 16px;
  background-color: var(--prop);
  color: #fff;
  margin: 20px auto;
  width: 300px;
  text-align: center;
}

.search-results-travel, .search-results-stay, .search-results-rest, .search-results-comp, .search-results-butt {
  padding-top: 10px;
}

.search-results-prop {
  padding-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0px 15px;
}

.m-nav-title-drop {
  font-family: arial, sans-serif, verdana;
  color: #222;
  font-size: 32px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.m-nav-title-drop img {
  filter: var(--gold-f);
  height: 15px;
  margin-left: 3px;
}

.sub-nav-holder {
  margin: 25px 10px 20px 30px;
  text-align: center;
}

.sub-nav-butt {
  background-color: #8d896f;
  border-radius: 10px;
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-family: verdana;
  color: #fff;
  margin-right: 5px;
  margin-bottom: 15px;
}

.sub-nav-butt-off {
  display: inline-block;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: bold;
  font-family: sans-serif, arial, verdana;
  color: #aaa;
  margin-right: 5px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #aaa;
  margin-bottom: 15px;
}

.sub-nav-butt-off:hover {
  color: #e2e2e2;
  background-color: #555;
  transition: all .2s;
  cursor: pointer;
}

.lable-nav-holder {
  text-align: center;
  margin: 0px 10px 10px 10px;
}

.pic-nav-holder {
  display: inline-block;
  position: relative;
  width: 40%;
  padding: 15%;
  box-sizing: border-box;
  border-radius: 0px 15px 0px 10px;
  margin: 0px 5px 10px 5px;
  background-size: cover;
}

.pic-nav-holder:hover {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
  transition: all .2s;
  cursor: pointer;
}

.pic-nav-text {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #eee;
  border-radius: 0px 10px 0px 10px;
  padding: 5px 10px;
  font-size: 13px;
  font-family: verdana;
  font-weight: bold;
  color: #fff;
  line-height: 20px;
  /*border-top: 5px solid #fff;
  border-right: 5px solid #fff;*/
}

/* CRUMBS */

.crumbs {
  background-color: #8d896f;
  color: #222;
  font-size: 12px;
  line-height: 26px;
  font-family: sans-serif, arial, verdana;
  padding: 8px 16px 8px 15px;
}

.crumbs-arrow {
  float: left;
  color: #fff;
  margin-left: 2px;
}

.crumbs-holder {
  margin-left: 26px;
}

.crumbs li {
  display: inline-block;
  margin-right: 8px;
}

.crumbs li a {
  color: #fff;
}

.crumbs li a:hover {
  text-decoration: underline;
}

.crumbs img {
  margin-right: 8px;
  margin-left: 9px;
  height: 12px;
}

.crumbs-mobile-fader {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 8px;
  margin-bottom: -8px;
  z-index: 999;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(141, 137, 111, 0));
}

/* PROP SEARCH SPLASH */

.prop-search-splash-wrapper {
  position: relative;
  width: 100%;
  height: 240px;
  z-index: 1;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center;
}

.prop-search-splash {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center;
}

/* POST SPLASH */

.post-splash-wrapper {
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 0px;
}

.post-grey {
  -webkit-filter: grayscale(100%) blur(5px); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) blur(5px);
}

.post-splash {
  width: 100%;
  height: 470px;
  background-size: cover;
  background-position: center;
  -webkit-animation: zoomIn 7s; /* Safari 4+ */
  -moz-animation:    zoomIn 7s; /* Fx 5+ */
  -o-animation:      zoomIn 7s; /* Opera 12+ */
  animation:         zoomIn 7s; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes zoomIn {
  0%   { transform: scale(1.4); }
  100% { transform: scale(1); }
}
@-moz-keyframes zoomIn {
  0%   { transform: scale(1.4); }
  100% { transform: scale(1); }
}
@-o-keyframes zoomIn {
  0%   { transform: scale(1.4); }
  100% { transform: scale(1); }
}
@keyframes zoomIn {
  0%   { transform: scale(1.4); }
  100% { transform: scale(1); }
}

.ban-wrapper, .ban-wrapper-home {
  max-width: 1800px;
  height: 470px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 30px;
}

.ban-wrapper-prop-search {
  max-height: 320px;
  max-width: 1800px;
  margin: 0 auto;
  overflow: visible;
  margin-bottom: 0px;
}

.splash-video {
  margin-bottom:0px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 410px;
  box-sizing: border-box;
  z-index: 1;
}

.vid-loader {
  position: relative;
  text-align: center;
  margin: -30px auto;
  z-index: 2;
}

#vid {
  left: 50%;
 min-height: 100%;
 min-width: 101%;
 position: absolute;
 top: 50%;
 transform: translate(-50%, -50%);
}

.post-splash-bg-overlay-video, .post-splash-bg-overlay-video-cat {
  background-image: url('../images/main/main-post-overlayer-bg-ms-video.png');
  background-position: bottom;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
}

.post-splash-bg-overlay {
  background-image: url('../images/main/main-post-overlayer-bg-ms.png');
  background-position: bottom;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
}

.post-splash-overlay-holder {
  width: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  margin-bottom: 30px;
}

.post-splash-overlay {
  max-width: 1110px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

.splash-tags-holder {

}

.category-tag {
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  display: inline-block;
  padding: 3px 8px;
  margin-right: 10px;
  border-radius: 0px 10px;
}

.category-tag-list {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
  padding: 3px 9px 3px 9px;
  border-radius: 0px 10px 0px 10px;
}

.category-tag-list img, .category-tag img {
  height: 13px;
  vertical-align: text-bottom;
  margin-right: 2px;
}

.m-category-tag-list {
  display: none;
}

.m-tag-corner-shadow {
  display: none;
}

.category-tag-eat {
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  padding: 2px 8px 2px 8px;
  margin-right: 10px;
  border-radius: 0px 10px 0px 10px;
}

h1.splash-title {
  font-weight: bold;
  color: #fff;
  font-size: 30px;
  line-height: 38px;
  margin-top: 8px;
  margin-bottom: 5px;
  text-shadow: 1px 1px 1px #000;
}

.splash-title-eat {
  clear:left;
  font-weight: bold;
  color: #fff;
  font-size: 45px;
  line-height: 60px;
  margin-top: 20px;
  margin-bottom: 15px;
  text-shadow: 1px 1px 1px #000;
}

.splash-comments {
  vertical-align: top;
  padding-top: 3px;
  padding-bottom: 10px;
}

.recommend-text-top {
  display: inline-block;
  padding-left: 30px;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  height: 25px;
  margin-right: 8px;
}

.con_spl_txt {
  padding-bottom: 20px !important;
}

.splash-comments img {
  display: inline-block;
  height: 20px;
  margin: 0px 5px 0px -30px;
  vertical-align: middle;
}

/* SEE AND DO PAGE */

.see-do-wrapper {
  max-width: 1070px;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 40px;
}

.beaches-scroll-holder {
  width: 100%;
  position: relative;
}

.beaches-scroll-holder-image {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.beach-title a {
  font-size: 18px;
  font-weight: bold;
  color: #3c3c3c;
  line-height: 23px;
}

.beach-title a:hover {
  color: #8d896f;
}

.beach-desc-small {
  margin-top: 10px;
  font-size: 13px;
  max-width: 350px;
  color: #3c3c3c;
  line-height: 22px;
}

.beach-desc {
  display: none;
}

.paper-europa {
  background-image: url('../images/main/paper_europa.png');
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  border-radius: 0px;
}

.paper-history {
  background-image: url('../images/main/paper_history.png');
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  border-radius: 0px;
}

.paper-more-do-slider {
  background-image: url('../images/main/paper_more_do_slider.png');
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 3;
  border-radius: 0px;
}

.monkey-reserve {
  background-image: url('../images/main/monkey_reserve.png');
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  border-radius: 0px;
}

.monkey-wildlife {
  background-image: url('../images/main/monkey_wildlife.png');
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  border-radius: 0px;
}

.monkey-tours {
  background-image: url('../images/main/monkey_tours.png');
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  border-radius: 0px;
}

.monkey-rest {
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  border-radius: 0px;
}

.monkey-hotel {
  background-image: url('../images/main/monkey_hotel.png');
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  border-radius: 0px;
}

.paper-bottom-hotel {
  background-image: url('../images/main/paper-bottom-hotel.png');
  background-repeat: repeat-x;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  border-radius: 0px;
}

.paper-bottom-hostel {
  background-image: url('../images/main/paper-bottom-hostel.png');
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  border-radius: 0px;
}

.upper-rock-featured {
  position: relative;
  margin-bottom: 20px;
}

.upper-rock-featured-image {
  width: 100%;
  border-radius: 8px;
  z-index: -1;
}

.upper-rock-overlay {
  position: absolute;
  bottom: 0px;
  padding-bottom: 20px;
  z-index: 2;
  width: 100%;
}

.upper-rock-bg-overlay-featured {
  background-image: url('../images/main/small-overlayer-bg.png');
  background-position: bottom;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 10px;
}

.upper-rock-bg-overlay {
  background-image: url('../images/main/smallest-overlayer-bg.png');
  background-position: bottom;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 10px;
}

.upper-rock-title {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  padding: 10px;
  line-height: 28px;
  width: 95%;
}

.upper-rock-tags-holder {
  text-align: center;
  width: 100%;
  float: left;
}

.upper-rock-title a {
  color: #fff;
}

.upper-rock-recommend, .upper-rock-recommend a {
  font-size: 13px;
  color: #fff;
  text-align: center;
}

.upper-rock-recommend img {
  height: 16px;
  vertical-align: bottom;
}

.upper-rock-list-wrapper {
  width: 100%;
  margin-bottom: -50px;
}

.upper-rock-list-holder {
  float: left;
  width: 48.5%;
  position: relative;
  margin-bottom: 20px;
}

.upper-rock-list-holder:nth-child(even) {
    float: right;
}

.upper-rock-list-holder-image {
  width: 100%;
  border-radius: 8px;
  max-height: 218px;
}

.upper-rock-list-overlay {
  position: absolute;
  bottom: 0px;
  padding-bottom: 15px;
  width: 100%;
  z-index: 2;
}

.upper-rock-list-title {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 5px;
  line-height: 22px;
}

.upper-rock-list-title a {
  color: #fff;
}

.history-top-wrapper {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}

.history-featured-holder {
  float: left;
  width: 48.5%;
  margin-bottom: 20px;

}

.history-featured {
  position: relative;
  margin-bottom: 15px;
}

.history-featured-image {
  width: 100%;
  border-radius: 8px;
  z-index: -1;
}

.history-featured-overlay {
  position: absolute;
  bottom: 0px;
  padding-bottom: 15px;
  z-index: 2;
  width: 100%;
}

.history-featured-tags-holder {
  text-align: center;
  width: 100%;
}

.history-featured-category-tag {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  margin: 5px 5px;
  padding: 2px 5px 2px 5px;
  border-radius: 0px 10px 0px 10px;
}
.history-featured-category-tag img {
  height: 13px;
  vertical-align: text-bottom;
}

.history-featured-title a {
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  color: #3c3c3c;
}

.history-featured-title a:hover {
  color: #8d896f;
}

.history-featured-recommend {
  font-size: 13px;
  line-height: 20px;
  padding-top: 15px;
  color: #3c3c3c;
  padding-bottom: 3px;
}

.history-featured-desc {
  margin-top: 10px;
  font-size: 13px;
  max-width: 350px;
  color: #3c3c3c;
  line-height: 22px;
}

.history-small-list-wrapper {
  float: right;
  width: 48.5%;
  margin-bottom: 20px;
}

.history-small-list-holder {
  width: 100%;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #dcdcdc;
}

.history-small-list-holder.hist_small_3 {
  display: none;
}

.history-small-image {
  width: 100%;
}

.history-small-image img {
  width: 85px;
  height: 85px;
  border-radius: 8px;
  margin-right: 12px;
  margin-bottom: 10px;
}

.history-small-right {
}

.history-small-title a {
  font-size: 13px;
  font-weight: bold;
  color: #3c3c3c;

}

.history-small-title a:hover {
  color: #8d896f;
}

.history-small-recommend {
  font-size: 11px;
  line-height: 15px;
  padding-top: 8px;
  color: #3c3c3c;
  padding-bottom: 3px;
}

.history-small-desc {
  margin-top: 3px;
  font-size: 12px;
  color: #3c3c3c;
  line-height: 18px;
}

.history-bigger-list-wrapper {
  width: 100%;
  margin-bottom: -25px;
}

.history-bigger-list-holder {
  position: relative;
  vertical-align: top;
  width: 30%;
  margin-bottom: 25px;
  margin-left: 3px;
  margin-right: 3px;
  display: inline-block;
}

.history-bigger-list-holder-image {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 8px;
}

.history-bigger-title a {
  font-size: 15px;
  font-weight: bold;
  color: #3c3c3c;
  line-height: 20px;
}

.history-bigger-title a:hover {
  color: #8d896f;
}

.history-bigger-desc {
  display: none;
}

.hist_small_2 {
  display: none;
}

.wildlife-featured {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}

.wildlife-featured-image {
  width: 100%;
  border-radius: 8px;
  z-index: -1;
}

.wildlife-overlay {
  position: relative;
  background-color: #fff;
  margin-top: -35px;
  z-index: 5;
  border-radius: 8px;
  margin-left: 20px;
  margin-right: 20px;
}

.wildlife-title {
  padding: 20px 10px 10px 20px;
}

.wildlife-title a {
  font-size: 22px;
  font-weight: bold;
  color: #3c3c3c;
  line-height: 28px;
}

.wildlife-title a:hover {
  color: #8d896f;
}

.wildlife-tags-holder {
  position: absolute;
  margin-top: -12px;
  margin-left: 20px;
}

.wildlife-recommend, .wildlife-recommend a {
  font-size: 13px;
  padding-left: 20px;
  color: #3c3c3c;
  padding-bottom: 3px;
}

.wildlife-recommend img {
  height: 14px;
  margin-right: 2px;
  vertical-align: bottom;
}

.wildlife-list-wrapper {
  width: 100%;
  margin-bottom: -10px;
}

.wildlife-list-holder {
  float: left;
  width: 48.5%;
  position: relative;
  margin-bottom: 20px;
}

.wildlife-list-holder:nth-child(even) {
    float: right;
}

.wildlife-list-holder-image {
  width: 100%;
  border-radius: 8px;
  z-index: -1;
}

.wildlife-list-overlay {
  position: absolute;
  bottom: 0px;
  padding-bottom: 15px;
  width: 100%;
  z-index: 2;
}

.wildlife-list-title {
  padding-left: 12px;
  padding-right: 12px;
}

.wildlife-list-title a {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 20px;
}

.wildlife-bg-overlay {
  background-image: url('../images/main/smallest-overlayer-bg.png');
  background-position: bottom;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 10px;
}

.wildlife-desc-small {
  margin-top: 6px;
  padding-left: 20px;
  padding-right: 15px;
  font-size: 13px;
  color: #3c3c3c;
  line-height: 22px;
  font-weight: normal;
}

.wildlife-desc {
  display: none;
}

.europa-wrapper {
  width: 100%;
  margin-top: -15px;
}

.europa-holder {
  position: relative;
  float: left;
  width: 47%;
  margin-top: 15px;
  vertical-align: top;
}

.europa-holder:nth-child(even) {
  position: relative;
  float: right;
  width: 47%;
  margin-top: 15px;
  vertical-align: top;
}

.europa-holder-image {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
}

/* HOURS AND ADMISSION PRICES */

.hours-prices-wrapper {
  margin-left: 20px;
  background-color: #e9e9e9;
  padding: 25px 20px 25px 20px;
  border-radius: 20px 20px 0px 0px;
}

.hours-prices-wrapper-roundbottom {
  margin-left: 20px;
  background-color: #e9e9e9;
  padding: 25px 20px 25px 20px;
  border-radius: 20px 20px 20px 20px;
  overflow:auto;
  margin-bottom: 20px;
}

.opening-hours-holder {
  width: 100%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.opening-hours-title, .admission-prices-title {
  line-height: 22px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.contact-prices-title {
  line-height: 22px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.opening-hours-text {
  line-height: 22px;
  font-size: 14px;
  margin-left: 35px;
}

.opening-hours-title img, .admission-prices-title img {
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 15px;
}

.admission-prices-holder {
  width: 100%;
  padding-top: 20px;
  border-top: 2px solid white;
}

.admission-prices-text {
  line-height: 22px;
  font-size: 14px;
  margin-left: 27px;
}

.admission-prices-text a:link, .admission-prices-text a:visited {
  font-size: 12px;
  font-weight: bold;
  color: #555;
}

.contact-prices-wrapper {
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 25px 20px 25px 20px;
  border-radius: 0px 0px 20px 20px;
  border: 2px solid #e9e9e9;
}

.contact-prices-wrapper-roundtop {
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 25px 20px 25px 20px;
  border-radius: 20px 20px 20px 20px;
  border: 2px solid #e9e9e9;
}

.contact-prices-text {
  line-height: 22px;
  font-size: 14px;
  text-align: center;
}

.contact-prices-text img {
  height: 14px;
  vertical-align: middle;
  margin-right: 3px;
}

.contact-prices-text a:link, .contact-prices-text a:visited {
  font-size: 12px;
  font-weight: bold;
  color: #555;
}

.contact-prices-text a:hover {
  font-size: 12px;
  font-weight: bold;
  color: var(--travel);
}

.reserve-ticket-price {
  margin-left: 20px;
  padding: 25px 20px 25px 20px;
  border: 2px solid #e9e9e9;
  border-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
}

.reserve-ticket-price-complete {
  margin-left: 20px;
  padding: 25px 20px 25px 20px;
  border: 2px solid #e9e9e9;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

/* CATEGORY SIDEBAR */

  #sidebar-right{
    display: none;
  }

  #sidebar-right .sidebar__inner{
    margin-left: 0px;
  }

/* CATEGORY PAGE */

  .admin-cat {
    margin-right: 420px;
  }

  #content-left {
  color: #3c3c3c;
  }

  .cat-title {
    font-family: 'Amatic SC', cursive;
    font-size: 60px;
    color: #8d896f;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
  }

  .cat-desc {
    font-family: sans-serif, arial;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 30px;
    line-height: 22px;
    color: #3c3c3c;
  }

  .clear-cat {
    clear: left;
    margin-bottom: 25px;
  }

  .clear-upper-rock {
    clear: both;
    margin-bottom: 30px;
  }

  .clear-europa {
    clear: both;
  }

  .clear-wildlife {
    clear: both;
  }

  .clear-hotels {
    clear: left;
    margin-bottom: 30px;
  }

  .clear-self-catering {
    clear: both;
    margin-bottom: 20px;
  }

  .clear-rest-top {
    clear: left;
  }

  .clear-rest-middle {
    clear: left;
    margin-bottom: 30px;
  }

  .clear-rest-bottom {
    clear: left;
    margin-bottom: 10px;
  }

  .cat-list-holder {
    width: 100%;
    min-height: 160px;
  }

  .cat-list-details {
    vertical-align: middle;
    display: table;
  }

  .cat-list-loc {
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    color: #8d896f;
    margin-bottom: 7px;
  }

  .cat-list-loc img {
    height: 18px;
    vertical-align: bottom;
  }

  .cat-list-recommend {
    font-size: 14px;
    margin-top: 6px;
    line-height: 20px;
  }

  .cat-list-desc {
    display: none;
  }

  .cat-list-desc-short {
    font-size: 13px;
    line-height: 22px;
    font-weight: normal;
  }

/* TRAVEL POST SIDEBAR */

  #sidebar{
    display: none;
  }

  #sidebar.sidebar__inner{
    margin-right: 15px;
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
  }

  .sidebar-spacer {
    height: 25px;
  }

  .sidebar-spacer2 {
    height: 25px;
  }

  .clearfix:after{
    display: block;
    content: "";
    clear: both;
  }

  .sidebar-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  color: #3c3c3c;
  font-weight: bold;
  padding-top: 15px;
  width: 100%;
  height: 30px;
  border-bottom: 2px solid #3c3c3c;
  margin-bottom: 10px;
}

.sidebar-nav {
  margin-bottom: 25px;
  width: 100%;
}

.sidebar-nav a {
  font-size: 14px;
  color: #3c3c3c;
  width: 260px;
}

.sidebar-nav a > li .post-count {
  -webkit-transition: filter 0.4s ease;
  -moz-transition: filter 0.4s ease;
  -o-transition: filter 0.4s ease;
  -ms-transition: filter 0.4s ease;
  transition: filter 0.4s ease;
}

.sidebar-nav a:hover > li .post-count {
  -webkit-filter: brightness(140%);
  -moz-filter: brightness(140%);
  -o-filter: brightness(140%);
  -ms-filter: brightness(140%);
  filter: brightness(140%);
}

.sidebar-nav a:hover > li {
  color: #8d896f;
}

.sidebar-nav ul li {
border-bottom: 1px solid #eeeeee;
line-height: 45px;
list-style-type: none;
}

.sidebar-nav img {
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

.sidebar-nav-about-mobile {
  margin: -10px 10px 35px 10px !important;
  width: calc(100% - 30px) !important;
  padding: 10px 0px 10px 15px !important;
  border: 2px solid var(--events) !important;
  border-radius: 10px !important;
}

.post-count {
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  float: right;
  width: 32px;
  height: 32px;
  border-radius: 25px;
  margin-top: 8px;
}

.about-icon-holder {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 32px !important;
  width: 32px !important;
  border-radius: 32px !important;
  margin-right: 10px !important;
  vertical-align: middle !important;
  text-align: center  !important;
}

.about-icon-holder img {
  max-height: 50% !important;
  max-width: 50% !important;
  margin-right: 0px;
}

/* SIDEBAR RECOMMEND */

.rec-photo-holder {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 20px;
}

.rec-photo-holder img {
  width: 80px;
  height: 80px;
  border-radius: 40px;
}

.rec-msg-holder {
  display: table;
}

/* GLOBE */

.globe-wide-advert {
  margin-top: 25px;
  margin-bottom: 25px;
}

.globe-wide-advert img {
  width: 100%;
  max-width: 650px;
  border: 0;
  border-radius: 8px;
  }

/* SIDEBAR SLIDESHOW */

.sidebar-rotator {
  position: relative;
  margin-top: 20px;
  margin-bottom: 25px;
  z-index: 0;
}

.sidebar-rotator .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 0px 8px 0px 8px;
  padding: 5px 8px 5px 8px;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  border-radius: 8px;
  }

  .most-shared-photos {
    margin-bottom: 25px;
  }

  .most-shared-photos img {
    width: 110px;
    height: 78px;
    margin-bottom: 3px;
  }

  .side-recommend  {
    font-size: 14px;
    width: 85%;
    margin: 30px auto 0px auto;
  }

  .side-recommend .p-header {
    text-transform: uppercase;
    font-weight: bold;
    color: #8d896f;
    margin-bottom: 3px;
    line-height: 16px;
  }

  .side-recommend .p-name {
    display: inline;
    font-style: italic;
    margin-right: 5px;
    color: #111;
  }

  .side-recommend .p-content {
    display: inline;
    line-height: 18px;
    color: #111;
    line-height: 16px;
  }

/* TRAVEL POST CONTENT */

.top-body-wrapper {
  width: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-top: 0px;
  position: relative;
}

.content-wrapper{
    max-width: 1110px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
  }

  .content-wrapper-rest{
      max-width: 1110px;
      padding-left: 0px;
      padding-right: 0px;
      margin: 0 auto;
    }

  #content-right {
    margin-left: -15px;
    color: #3c3c3c;
  }

  .post-subtitle-wrapper {
    width: 100%;
  }

  .post-subtitle-icon-about {
    float: left;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    width: 38px;
    border-radius: 38px;
    margin-right: 10px;
    vertical-align: middle;
  }

  .post-subtitle-icon-about img {
    max-width: 60%;
    max-height: 60%;
  }

  .post-subtitle-icon img {
    float: left;
    display: inline-block;
    height: 34px;
    margin-right: 10px;
  }

  .post-subtitle-label {
    padding-top: 7px;
    line-height: 22px;
    padding-right: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    color: #565656;
  }

  .post-subtitle-label-about {
    margin-left: 45px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 2px;
    color: #565656;
  }

  .post-subtitle-label-map {
    line-height: 34px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 2px;
    color: #565656;
    display: inline;
    padding-right: 5px;
  }

  .post-subtitle-address {
    line-height: 18px;
    font-weight: normal;
    text-transform: capitalize;
    font-size: 13px;
    margin-left: 50px;
    margin-top: -4px;
  }

  /* ADMIN PAGE */

  .container_page_info {
    margin-top: 10px;
  }

  #result_page_info {
    background-color: #b9f6c8;
    font-size: 14px;
    font-weight: bold;
    border-radius: 15px;
    padding: 15px 25px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    position: fixed;
    top: -6px;
    left: 5px;
    border: 2px dashed #565656;
    z-index: 999;
  }

  .admin-page-upload-holder {
    border: 2px dashed #528ba6;
    background-color: #f7f7f7;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .admin-page-edit-table, .admin-page-edit-table_add_page_id {
    width: 100%;
  }

  .admin-page-edit-holder_add_page_id {
    background-color: #f7f7f7;
    border-radius: 15px 15px 0px 0px;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .admin-page-edit-holder {
    background-color: #f7f7f7;
    border-radius: 15px 0px 0px 15px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .admin-page-edit-table th, .admin-page-edit-table_add_page_id th {
    background-color: #528ba6;
    border: 1px solid white;
    padding: 15px;
    font-size: 12px;
    color: white;
    vertical-align: middle;
    line-height: 18px;
    width: 80px;
  }

  .admin-page-edit-table th select, .admin-page-edit-table_add_page_id th select {
    margin-top: 8px;
  }

  .admin-page-edit-table tr, .admin-page-edit-table_add_page_id tr {
    border: 1px solid #528ba6;
  }

  .admin-page-edit-table td, .admin-page-edit-table_add_page_id td {
    border: 1px solid #528ba6;
    padding: 15px;
    font-size: 12px;
    vertical-align: middle;
  }

  /* NEW ADMIN STUFF*/

  .hour-wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr 2fr; /* fraction*/
    margin-left: 20px;
    margin-bottom: -5px;
  }

  .hour-day {
    background-color: #528ba6;
    padding: 15px;
    font-size: 14px;
    color: white;
    font-weight: bold;
    vertical-align: middle;
    border-radius: 10px 0px 0px 10px;
  }

  .hour-open-holder {
    border-width: 1px 1px 1px 0px;
    border-color: #528ba6;
    border-style: solid;
    background-color: #f7f7f7;
  }

  .hour-close-holder {
    border-width: 1px 1px 1px 0px;
    border-color: #528ba6;
    border-style: solid;
    background-color: #f7f7f7;
  }

  .hour-open {
    padding: 15px;
    font-size: 13px;
    line-height: 22px;
    vertical-align: middle;
    border-bottom: 1px solid #528ba6;
  }

  .hour-close {
    padding: 15px;
    font-size: 13px;
    line-height: 22px;
    vertical-align: middle;
  }

  .image-delete-butt {
    border-radius: 0px 0px 0px 50px;
    width: 50px;
    height: 50px;
    background-color: #cce3e8;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 9;
    text-align: center;
    border: 1px solid #528ba6;
  }

/* MAP */

.map-image, .map-image-wide {
  position: relative;
  box-shadow: 4px 4px 4px #999;
  margin-top: 10px;
  margin-bottom: 25px;
  margin-left: 20px;
  z-index: 1;
  border: 1px solid #555;
  overflow: hidden;
  text-decoration: none;
  color: #222;
  height: 248px;
}

.map-image-image{
  position:relative;
  left:50%;
  transform: translateX(-50%);
}

.map-image-wide-image {
  position:relative;
  left:50%;
  transform: translateX(-50%);
  width: 100%;
  top: -25%;
}

.map-plus {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 12px;
  top: 12px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #999;
}

.map-minus {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 12px;
  top: 44px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #999;
}

.map-plus img {
  height: 15px;
}

.map-minus img {
  width: 15px;
}

.map, .map-rest {
    position: relative;
    height: 250px;
    box-shadow: 5px 5px 5px #999;
    margin-top: 10px;
    margin-bottom: 25px;
    margin-left: 20px;
    z-index: 1;
  }

  .map-event {
      position: relative;
      height: 200px;
      box-shadow: 5px 5px 5px #999;
      margin-top: 20px;
      margin-bottom: 25px;
      z-index: 1;
    }

  .map-rest object, .map-event object {
  pointer-events: none;
  border: none !important;
  }

.map-iframe {
width: 100%;
height: 250px;
border: 1px solid #555;
}

.map-larger-button {
  font-size: 11px;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
  padding: 0px 5px 0px 5px;
  background-color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  border: 1px solid #999;
}

.map-larger-button a {
  text-decoration: none;
  color: #222;
}

#clearBox {
  position: relative;
  top: -265px;
  left: 0px;
  margin-bottom: -250px;
  display: block;
  width: 100%;
  height: 250px;
  text-decoration: none;
  z-index: 2;
}

/* COMPANY PAGE */

.comp-wrapper {
  margin-top: 5px;
  margin-left: 20px;
  margin-bottom: 10px;
}

.comp-details-wrapper {
  position: relative;
  margin-bottom: 20px;
  margin-top: 10px;
  border: 1px solid var(--eat);
  margin-left: 20px;
  border-radius: 15px 15px 15px 15px;
  padding: 30px;
  font-family: verdana, sans-serif, arial;
  font-size: 14px;
  line-height: 24px;
  min-height: 110px;
}

.comp-logo {
  float: right;
  margin-top: -15px;
  margin-right: -15px;
  margin-left: 10px;
  margin-bottom: 10px;
  height: 140px;
  width: 255px;
  background-color: #fff;
  border-radius: 75px 15px 15px 75px;
  box-shadow: inset 0 0 10px #777;
  -moz-box-shadow: inset 0 0 10px #777;
  -webkit-box-shadow: inset 0 0 10px #777;
}

.comp-logo img {
  margin-left: 10px;
  margin-top: 10px;
  height: 120px;
  border-radius: 60px 10px 10px 60px;
}

.comp-video-wrapper {
  margin-bottom: 20px;
  margin-top: 10px;
  margin-left: 20px;
  border-radius: 15px;
  padding: 20px 20px 1px 20px;
}

.event-video-wrapper {
  margin-top: 10px;
  border-radius: 15px;
}

.video-container-event {
  margin-bottom: 0px !important;
}

.virtual-tour-wrapper {
  margin-bottom: 25px;
  margin-top: 10px;
  margin-left: 20px;
  border-radius: 15px;
  padding: 20px 20px 5px 20px;
}

.virtual-tour-container {
    overflow: hidden;
    position: relative;
    width:100%;
    margin-bottom: 15px;
    border-radius: 10px;
}

#vr-changer {
  animation: vr-anim 5s infinite;
}

@keyframes vr-anim {
  0% {
    filter: grayscale(1) brightness(0.3);
  }

  50% {
    filter: grayscale(0);
  }

  100% {
    filter: grayscale(1) brightness(0.3);
  }
}

.icon360 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.comp-map {
    box-shadow: 4px 4px 4px #ccc;
    border: 1px solid #bbb;
    border-radius: 15px;
    overflow: hidden;
}

.comp-icon-holder {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  margin-left: 30px;
}

.comp-follow-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  box-shadow: 4px 4px 4px #ccc !important;
}

.comp-follow-icon img {
  height: 30px;
  filter: var(--white-f);
}

.comp-app-holder {
  margin-top: 5px;
  margin-left: 0px;
}

.comp-app-icon {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
}

.comp-app-icon img {
  max-width: 150px;
}

.comp-advert-wrapper-small {
  display: none;
}

.comp-advert-wrapper {
  border-radius: 15px;
  border: 2px solid var(--comp);
  height: 100px;
  margin-left: 20px;
  margin-top: 7px;
  margin-bottom: 22px;
  overflow: hidden;
}

.comp-advert-icon {
  float: left;
  padding-top: 16px;
  width: 96px;
  height: 84px;
  text-align: center;
  border: 2px solid var(--comp);
}

.comp-advert-holder {
  height: 96px;
}

.comp-advert-top {
  font-family: arial, sans-serif, verdana;
  font-size: 22px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  margin-top: 8px;
}

.comp-advert-bottom {
  font-family: arial, sans-serif, verdana;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #86266f;
  height: 50px;
  line-height: 50px;
}


/* TRAVEL POST BLURB */

.ran-ord {
  font-size: 14px;
  font-weight: bold;
  color: #8d896f;
}

.comp-wrapper {
  margin-top: 5px;
  margin-left: 20px;
  margin-bottom: 10px;
}

h2.pop-title-comp {
  font-weight: normal;
  font-family: 'Amatic SC';
  font-size: 55px;
  color: #8d896f;
  text-align: center;
  margin-top: 30px;
  text-transform: uppercase;
}

.clear-comp {
  margin-bottom: 25px;
}

  .blurb {
    margin-top: 5px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .blurb p, .blurb_content p, .blurb_content_admin p {
    font-size: 14px;
    line-height: 25px;
    color: #565656;
    font-weight: normal;
  }

  .blurb a {
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    color: #565656;
    word-break: break-all;
    word-break: break-word;
  }

  .blurb h2 {
    font-size: 18px;
    line-height: 30px;
    color: #565656;
  }

  .blurb h4, .blurb h3 {
    font-size: 16px;
    line-height: 27px;
    color: #565656;
  }

  .blurb li {
    font-family: Verdana;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0px;
    margin-left: 30px;
    color: #565656;
  }

  .blurb-about {
    margin-top: 14px;
    margin-bottom: 40px;
    margin-left: 20px;
  }

  .blurb-about p, .blurb_content_about p {
    font-size: 14px;
    line-height: 25px;
    color: #565656;
    font-weight: normal;
    margin-bottom: 15px;
  }

  .blurb-about a {
      font-size: 13px;
      font-weight: bold;
      line-height: 25px;
      color: #fff !important;
      padding: 2px 5px;
      border-radius: 5px;
      word-break: break-all;
      word-break: break-word;
    }

  .blurb-about h2 {
    font-size: 20px;
    line-height: 35px;
    color: #565656;
  }

  .blurb-about h3 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 12px;
    margin-top: 25px;
    color: #565656;
  }

  .blurb-about h4 {
    font-size: 17px;
    line-height: 30px;
    color: #565656;
  }

  .blurb-about ul {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .blurb-about li {
    font-family: Verdana;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 8px;
    margin-left: 30px;
    color: #565656;
  }

  .blurb-image-img-about {
    border-radius: 7px;
    cursor: default;
  }

  .blurb-about hr {
    margin-top: 15px !important;
  }

/* BLURB IMAGES */

.caption2 img {
  filter: var(--white-f);
  height: 25px;
}

.blurb-image-container {
/* only needed to make the blur not cover the description */
}

.blurb-image {
  overflow: hidden;
  position: relative;
}

.blurb-image:hover {
  cursor: pointer;
  overflow: hidden;
}

.blurb-image-img {
  border-radius: 7px;
}

.blurb-image .image-zoom-icon {
  display: none;
}

.blurb-image:hover .image-zoom-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  font-size: 50px;
  color: #fff;
  text-shadow: 0 0 3px #000;
  opacity: 0.6;
  margin: -25px 0px 0px -25px;
}

  .blurb-image-description {
    padding: 5px 5px 0px 5px;
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
  }

  /* IMAGES */
  img.float-left {
    float: left;
    margin: 5px 25px 10px 0px;
    border-radius: 7px;
    max-width: 100%;
  }
  img.float-right {
    float: right;
    margin: 15px 0px 15px 25px;
    border-radius: 7px;
    max-width: 100%;
  }
  img.center-img {
    display: block;
    margin: 20px auto;
    border-radius: 7px;
    max-width: 100%;
  }

  figure {
    margin: 15px auto;
    text-align: center;
    max-width: 100%;
  }

  figcaption {
    font-size: 13px;
    color: #555;
    margin-top: 8px;
    font-style: italic;
  }

  .a-remove-space {
    margin-left: -11px !important;
  }

/* INTERESTING FACT */

  .interesting-fact-wrapper {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
  }

  .interesting-fact-holder {
    margin-left: 30px;
    background-color: #e9e9e9;
    padding: 30px 40px 25px 50px;
    border-radius: 20px;

  }

  .interesting-fact-title {
    font-size: 20px;
    margin-bottom: 15px;
    color: #565656;
  }

  .interesting-fact-desc p {
    font-size: 15px !important;
    line-height: 20px;
    color: #565656;
  }

  .interesting-icon-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: var(--travel);
  }

  .interesting-icon-holder img {
    height: 24px;
  }

  /* CHECK PRICE COMP */

    .check-price-holder-comp {
      width: 100%;
      text-align: center;
      margin-top: 35px;
      margin-bottom: 30px;
      margin-left: 10px;
      margin-right: 10px;
    }

    .check-price-comp {
      display: inline;
      font-size: 15px;
      font-weight: bold;
      text-align: center;
      padding: 10px 15px;
      background-color: #3b5998;
      color: #fff;
      text-shadow: 1px 1px 1px #333;
      border-radius: 10px;
      box-shadow: 2px 2px 2px #888;
    }

    .check-price-comp:hover {
      background-color: #3b78bd;
    }

    /* PUBLISHED BY BOX */

    .published-by-wrapper {
      max-width: 730px;
      border: 2px solid var(--travel);
      display: flex;
      padding: 15px;
      margin-bottom: 30px;
      margin-top: -15px;
      border-radius: 20px;
      margin-left: 20px;
      align-items: center;
    }

    .published-by-logo-holder {
      margin-right: 10px;
    }

    .published-text-1 {
      font-size: 15px;
      font-weight: bold;
      font-style: italic;
      line-height: 20px;
      margin-bottom: 3px;
    }

    .published-text-2 {
      font-size: 14px;
      font-style: italic;
      line-height: 20px;
    }

    .published-by-logo-holder img {
      border-radius: 5px;
    }

/* PLEASE NOTE BOX */

.please-note-wrapper {
  max-width: 730px;
  border: 2px solid var(--travel);
  display: inline-block;
  padding: 15px;
  margin-bottom: 25px;
  margin-top: 5px;
  border-radius: 20px;
  margin-left: 20px;
}

.please-note-wrapper-wide {
  max-width: 1050px;
  border: 2px solid var(--travel);
  padding: 15px;
  margin-left: 20px;
  margin-bottom: 25px;
  margin-top: 5px;
  border-radius: 20px;
}

.please-note-wrapper-stay {
  border: 2px solid var(--stay);
  margin-bottom: 20px;
}

.please-note-wrapper-eat {
  border: 1px solid var(--eat);
  margin-bottom: 20px;
}

.please-note-icon {
float: left;
margin-right: 10px;
}

.please-note-icon img {
height: 20px;
}

.please-note-title {
  font-weight: bold;
  color: var(--travel);
  float: left;
  margin-right: 5px;
}

.please-note-title-stay {
  color: var(--stay);
}

.please-note-title-eat {
  color: var(--eat);
}

.please-note-text {
font-size: 13px;
line-height: 22px;
overflow: hidden;
font-weight: normal;
}

.please-note-link {
  font-weight: bold;
}

/* POST GALLERY */

.gallery-wrapper {
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  max-width: 730px;
  border-radius: 10px;
  background-color: #e9e9e9;
  padding: 20px 15px 15px 15px;
}

.gallery-wrapper-stay {
  margin-top: 10px;
}

.gallery-copyright-holder {
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
}

.gallery-copyright-icon {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  margin-right: 3px;
}

.gallery-copyright-icon img {
  display: inline-block;
  height: 22px;
}

.gallery-copyright-text {
  display: inline-block;
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  vertical-align: top;
  padding-top: 4px;
}

/* ADMIN GALLERY */

#result {
  background-color: #b9f6c8;
  font-size: 14px;
  font-weight: bold;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.image-seperator {
  background-color: #f7f7f7;
  width: 25px;
  border-top: 0px;
  border-bottom: 0px;
  border-left: 1px solid #528ba6;
  border-right: 1px solid #528ba6;
  height: 20px;
  margin-top: -20px;
  margin-left: 80%;
}

.gallery-upload-holder {
  border: 2px dashed #528ba6;
  background-color: #f7f7f7;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.gallery-edit-holder {
  background-color: #f7f7f7;
  border-radius: 15px 0px 0px 0px;
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: 20px;
}

.gallery-edit-table {
  width: 100%;
}

.gallery-edit-table th {
  background-color: #528ba6;
  border: 1px solid white;
  padding: 15px;
  font-size: 12px;
  color: white;
  vertical-align: middle;
  line-height: 22px;
  width: 80px;
}

.content-border {
  border: 1px solid #528ba6 !important;
}

.gallery-edit-table tr {
  border: 1px solid #528ba6;
}

.gallery-edit-table td {
  border: 1px solid #528ba6;
  padding: 15px;
  vertical-align: middle;
  font-size: 12px !important;
}

.gallery-edit-holder img {
  padding: 5px;
  vertical-align: middle;
}

.gallery-edit-holder .imgdelete {
  text-align: right;
  margin-top: 7px;
  margin-right: 7px;
}

/* RELATED ARTICLES */

.related-header {
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  color: #3c3c3c;
  font-weight: bold;
  padding-top: 15px;
  height: 30px;
  border-bottom: 2px solid #3c3c3c;
  margin-bottom: 20px;
  margin-left: 10px;
}

.related-wrapper {
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 5px;
}

.related-image {
  position: relative;
}

.related-image img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
}

.related-holder:hover img {
  -webkit-filter: brightness(65%);
  -moz-filter: brightness(65%);
  -o-filter: brightness(65%);
  -ms-filter: brightness(65%);
  filter: brightness(75%);
}


.related-tag {
  position: absolute;
  bottom: 1px;
  left: 0px;
  height: 24px;
  font-size: 11px;
  line-height: 24px;
  color: #fff;
  padding: 0 7px;
  overflow: hidden;
  border-radius: 0 5px 0 5px;
}

.related-tag-stay {
  position: absolute;
  bottom: 2px;
  left: 0px;
  height: 24px;
  font-size: 11px;
  line-height: 24px;
  color: #fff;
  padding: 0 7px;
  overflow: hidden;
  border-radius: 0 5px 0 5px;
}

.related-tag img, .related-tag-stay img, .related-tag-eat img {
  height: 14px;
  vertical-align: middle;
  margin-right: 2px;
}

.related-holder a:hover.related-tag img, .related-holder a:hover .related-tag-stay img, .related-holder a:hover .related-tag-eat img {
  filter: var(--white-f);
}

.related-tag-eat {
  position: absolute;
  bottom: 2px;
  left: 0px;
  height: 24px;
  font-size: 11px;
  line-height: 24px;
  color: #fff;
  padding: 0 7px;
  overflow: hidden;
  border-radius: 0 5px 0 5px;
}

.related-title {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    padding: 8px 5px 0px 5px;
    color: #3c3c3c;
}

/* RECOMMENDATIONS (deleted) */

/* FOOTER */

.footer-wrapper {
  position: relative;
  background-color: #222;
  width: 100%;
  overflow: hidden;
}

.footer-logo {
  width: 240px;
  margin: 0 auto;
}

.footer-logo img {
  width: 240px;
}

.footer-col-wrapper {
  max-width: 1110px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.footer-col-holder {
  float: left;
  display: inline-block;
  width: 44%;
  margin-right: 20px;
  vertical-align: top;
  margin-bottom: 20px;
  margin-top: 20px;
}

.footer-col-header {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
  color: #dcdcdc;
  margin-bottom: 30px;
  padding-left: 0px;
}

.footer-col-header img {
  filter: var(--white-f);
  height: 12px;
  margin-right: 7px;
}

.footer-col-list ul {
  list-style: circle outside;
  padding-left: 18px;
}

.footer-col-list li {
  font-size: 12px;
  line-height: 20px;
  color: #a1a1a1;
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
}

.footer-col-list li a {
  font-size: 12px;
  line-height: 20px;
  color: #a1a1a1;
}

.footer-medium-image {
  max-width: 60%;
  max-height: 60%;
  border-radius: 7px;
  margin-top: 5px;
  margin-right: 20%;
}

.footer-small-image {
  max-width: 35%;
  max-height: 35%;
  border-radius: 7px;
  margin-top: 8px;
  margin-right: 15px;
  float: left;
}

.footer-p-header {
  text-transform: uppercase;
  font-weight: bold;
  color: #dcdcdc;
}

.footer-p-header a:link, .footer-p-header a:hover, .footer-p-header a:visited {
  text-transform: uppercase;
  font-weight: bold;
  color: #dcdcdc;
}

.footer-p-name {
  width: 100%;
  font-style: italic;
  margin-right: 5px;
}

.footer-p-content img {
  filter: var(--white-f);
  height: 12px;
  margin-right: 1px;
}

.footer-p-content {
  display: inline-block;
}

.footer-p-content-small {
  margin-top: 3px;
}

.footer-very-bottom {
  background-color: #111;
  height: 190px;
}

.footer-very-bottom-holder {
  max-width: 1110px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

.footer-copyright {
  color: #dcdcdc;
  font-size: 11px;
  line-height: 17px;
  padding-top: 10px;
  width: 100%;
  display: table;
}

.footer-nav-i img {
  filter: var(--white-f);
  height: 12px;
  margin-right: 7px;
}

.footer-nav-i:hover img {
  filter: var(--gold-f);
  cursor: pointer;
}

.footer-nav-i {
  color: #fff;
}

.footer-nav-i:hover {
  color: #8d896f;
  cursor: pointer;
}

.footer-nav ul {
  text-align: center;
}

.footer-nav ul li {
  display: inline-block;
}

.footer-nav ul li a {
  font-size: 10px;
  margin-right: 24px;
  color: #dcdcdc;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
  line-height: 40px;
  letter-spacing: 1px;
}

.footer-nav ul li a:hover {
  color: #8d896f;
}

.footer-search img {
  filter: var(--white-f);
  height: 15px;
  margin-left: 10px;
  margin-right: 8px;
}

.footer-search {
  height: 40px;
  border-radius: 5px;
  background-color: #333;
  margin-bottom: 30px;
}

.footer-hide, .footer-hide2 {
  display: none;
}

.footer-share-space {
  margin: 0px 35px 50px 35px;
}

.footer-facebook {

}

.like-anchor {
  font-size: 11px !important;
  margin-right: 24px;
  color: #dcdcdc;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
  line-height: 40px;
  letter-spacing: 1px;
  align-items: normal;
  background-color: rgba(0,0,0,0);
  border-color: rgb(0, 0, 238);
  border-style: none;
  box-sizing: content-box;
  cursor: pointer;
  display: inline;
  font: inherit;
  height: auto;
  padding: 0;
  perspective-origin: 0 0;
  text-align: start;
  transform-origin: 0 0;
  width: auto;
  outline: 1 solid red;
  -moz-appearance: none;
  -webkit-logical-height: 1em;
  -webkit-logical-width: auto;
}

.like-anchor:hover  {
  color: #8d896f;
}

@supports (-moz-appearance:none) {
  .like-anchor::-moz-focus-inner {
    border: none;
    padding: 0;
  }

  .like-anchor:focus {
    outline-style: dotted;
    outline-width: 1px;
  }
}

.extra-blurb {
  line-height: 22px;
  font-weight: normal;
  font-size: 15px !important;
  color: #565656;
}

.extra-blurb a:link {
  font-weight: bold;
}

.black_overlay{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:9999;
      -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.login-holder {
  display: none;
  position: fixed;
  width: 300px;
  z-index: 15;
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -150px;
  background: #696969;
  text-align: center;
  border-radius: 20px;
  z-index:99999;
  overflow: auto;
  border: 4px solid #dadada;
  -moz-opacity: 0.9;
  opacity:.90;
  filter: alpha(opacity=90);
  -webkit-box-shadow:inset 2px 2px 6px 1px #222;
  box-shadow:inset 2px 2px 6px 1px #222;
  -moz-box-shadow:inset 2px 2px 6px 1px #222;
}

.loginbutt {
  margin-bottom: 17px;
}

.loginlogo {
  margin-top: 17px;
  margin-bottom: 17px;
}

.loginerror {
  display: block;
  font-size: 12px;
  color: #fff;
  margin-top: -4px;
  margin-bottom: 13px;
  line-height: 18px;
}

.client-help-box {
  border-style: solid;
  border-color: #528ba6;
  border-width: 1px 1px 1px 1px;
  border-radius: 0px 0px 0px 15px;
  margin-left: 21px;
  margin-top: -21px;
  margin-bottom: 20px;
  padding: 20px 15px 10px 15px;
  font-size: 12px;
  line-height: 22px;
  background-color: #cce3e8;
  -webkit-box-shadow:inset 2px 2px 6px 1px #888;
  box-shadow:inset 2px 2px 6px 1px #888;
  -moz-box-shadow:inset 2px 2px 6px 1px #888;
  z-index: 10;
}

.rounded-client-box {
  border-radius: 15px 15px 15px 15px !important;
  margin-top: 20px !important;
}

.move1px {
  margin-left: 20px;
}

.client-help-box ul li {
  padding-bottom: 15px;
}

.client-help-box i {
  color: #528ba6;
}

.welcome-client {
  margin-bottom: 30px;
  text-align: center;
  border: 2px dashed #528ba6;
  background-color: #f7f7f7;
  border-radius: 15px;
  padding: 10px 20px 15px 20px;
  margin-left: 20px;
}

.welcome-client i {
  display: inline;
  font-size: 18px;
  font-weight: bold;
  color: #528ba6;
  padding-right: 7px;
}

.welcome-day {
  display: inline;
  font-size: 18px;
  font-weight: bold;
  color: #528ba6;
  line-height: 30px;
}

.welcome-admin {
  display: inline;
  font-size: 14px;
  padding-top: 10px;
  line-height: 22px;
}

.welcome-title {
  display: inline;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}

.no-mobile-admin {
  /*margin-top: 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  color: #e4480e;*/
  display: none;
}

.no-mobile-admin i {
  /*font-size: 14px;*/
  display: none;
}

/* SHARE BUTTONS */

#back-top {
  position: fixed;
  border-radius: 20px;
  width: 80px;
  height: 40px;
  bottom: 140px;
  right: -45px;
  z-index: 998;
  background-color: #000;
  filter: "alpha(opacity=30)";
  opacity: 0.3;
}

#back-top img {
  filter: var(--white-f);
  height: 18px;
  margin-top: 11px;
  margin-left: 12px;
}

.share-gib {
  text-align: center;
  width: 400px;
  position: fixed;
  bottom: 10px;
  left: 50%;
  margin-left: -200px;
  z-index: 998;
}

.circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-right: 10px;
}

.circle:hover {
  cursor: pointer;
  background-color: #bcbcbc;
  -webkit-transition: background-color .3s ease-out;
  -moz-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
}

.circle-side {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #555;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  color: #555;
  text-align: center;
  font-size: 22px;
  line-height: 40px;
  margin-right: 8px;
}

.circle-side:hover img {
  filter: var(--gold-f)
}

.circle-side img {
  height: 18px;
}

.circle-small img {
  vertical-align: middle;
  height: 16px;
}

.follow-us {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.fb, .fb-side:hover  {
  background-color: #3b5998;
}

.fb:hover {
  color: #3b5998;
}

.gg, .gg-side:hover {
  background-color: #dc4e41;
}

.gg:hover {
  color: #dc4e41;
}

.wa, .wa-side:hover {
  background-color: #00c160;
}

.wa:hover {
  color: #00c160;
}

.tw, .tw-side:hover {
  background-color: #00a9f1;
}

.tw:hover {
  color: #00a9f1;
}

.pin, .pin-side:hover {
  background-color: #dd150d;
}

.pin:hover {
  color: #cb0c13;
}

.inst-side:hover {
  background-color: #222;
}

.in {
  background-color: #0072ad;
}

.in:hover {
  color: #0072ad;
}

.more {
  background-color: #4582ec;
}

.more:hover {
color: #4582ec;
}

.share-more-icons-wrapper {
  position: fixed;
  margin: 30px auto 90px auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 1210px;

  border-radius: 15px;
  background-color: rgba(0,0,0,0.9);
  box-shadow: 5px 5px 15px #000;
  display: none;
  z-index: 999;
}

.gibraltar-social-share-logo {
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}

.gibraltar-social-share-logo p {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 40px;
  text-shadow: 5px 5px 3px #000;
}

.share-more-icons-holder {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: stretch;

}

.share-more-icons {
  color: #fff;
  font-size: 84px;
  padding: 50px;
}

.share-more-icons:hover {
color: #a78d3a;
text-shadow: 2px 2px 4px #000000;
cursor: pointer;
-webkit-transition: color .2s ease-out;
-moz-transition: color .2s ease-out;
-o-transition: color .2s ease-out;
transition: color .2s ease-out;
}

.close-share-more {
  position: relative;
  float: right;
  bottom: 12px;
  right: -12px;
  width: 41px;
  height: 41px;
  background-image: url('../images/icons/div-close.png');
}

.close-share-more:hover {
  background-image: url('../images/icons/div-close-hover.png');
}

#containerFBfoot {
  text-align: center;
}

/* WHERE TO STAY */

.splash-stars {
  font-size: 25px;
  color: #ffc03e;
  margin-bottom: 5px;
}

.splash-stars img {
  height: 40px;
  margin-right: 5px;
}

.check-price-holder {
  width: 100%;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 25px;
  margin-left: 10px;
  margin-right: 10px;
}

.check-price {
  display: inline;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 10px 15px;
  background-color: var(--stay);
  color: #fff;
  text-shadow: 2px 2px 2px #333;
  border-radius: 10px;
  box-shadow: 2px 2px 2px #888;
}

.check-price:hover {
  background-color: #8b217e;
}

.pop-fac-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 730px;
  border: 2px solid var(--stay);
  padding: 25px 15px 0px 15px;
  margin-bottom: 30px;
  margin-top: 10px;
  border-radius: 10px;
  margin-left: 20px;
}

.pop-fac-holder {
  flex-basis: 32%;
  margin-bottom: 20px;
  justify-content: center;
}

.pop-fac-icon {
  text-align: center;
  background-color: var(--stay);
  max-width: 50px;
  max-height: 50px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.pop-fac-title-holder {
}

.pop-fac-title {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  padding-left: 5px;
  padding-right: 5px;
}

.check-in-out-wrapper {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 40px;
}

.check-in-out-holder {
  display: table;
  width: 100%;
  background-color: #ebebeb;
  padding: 30px 20px 30px 20px;
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #ebebeb;
  margin-bottom: 10px;
}

.check-in-out-title {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  font-weight: bold;
  color: var(--stay);
  padding: 10px;
  line-height: 20px;
}

.check-in-out-desc {
  display: table-cell;
  vertical-align: middle;
  width: 65%;
  font-size: 13px;
  line-height: 20px;
}

.cards-icon {
  float: left;
  padding-right: 5px;
}

.cards-icon img {
  max-width: 43px;
}

.hotel-featured {
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
}

.hotel-featured-image {
  width: 100%;
  border-radius: 8px;
  z-index: -1;
  max-height: 350px;
}

.hotel-overlay {
  position: absolute;
  bottom: 0px;
  padding-bottom: 20px;
  z-index: 2;
  width: 100%;
}

.hotel-bg-overlay {
  background-image: url('../images/main/smallest-overlayer-bg.png');
  background-position: bottom;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 10px;
}

.hotel-title {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 18px;
  padding-top: 13px;
  padding-bottom: 4px;
  line-height: 26px;
  width: 100%;
}

.hotel-title a {
  color: #fff;
}

.hotel-recommend {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 8px;
}

.hotel-recommend img {
  height: 16px;
  vertical-align: bottom;
}

.hotel-tags-holder {
  text-align: center;
  width: 100%;
  float: left;
}

.hotel-list-wrapper {
  width: 100%;
  margin-bottom: -20px;
}

.hostel-list-wrapper {
  width: 100%;
  margin-bottom: -20px;
}

.hotel-list-holder {
  float: left;
  width: 48.5%;
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
}

.hotel-list-holder:nth-child(even) {
    float: right;
}

.hotel-list-holder-image {
  width: 100%;
  border-radius: 8px;
}

.hotel-list-overlay {
  position: absolute;
  bottom: 0px;
  padding-bottom: 15px;
  width: 100%;
  z-index: 2;
}

.hotel-list-title {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 5px;
  line-height: 22px;
}

.hotel-list-title a {
  color: #fff;
}

.hotel-list-recommend {
  font-size: 12px;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
}

.hotel-list-recommend img {
  height: 16px;
  vertical-align: bottom;
}

.hotel-holiday {
  font-size: 22px;
  color: #ffc03e;
  text-align: center;
  margin-top: 5px;
}

.hotel-holiday img {
  height: 20px;
  vertical-align: bottom;
}

.hotel-list-holiday {
  font-size: 18px;
  color: #ffc03e;
  text-align: center;
  width: 100%;
  margin-top: -12px;
  margin-bottom: 5px;
}

.hotel-list-holiday img {
  height: 18px;
  vertical-align: bottom;
}

.list-stars {
  font-size: 22px;
  color: #ffc03e;
  width: 100%;
  text-align: center;
  line-height: 34px;
}

.list-stars img {
  height: 30px;
  margin-right: 4px;
}

.list-small-stars {
  font-size: 17px;
  color: #ffc03e;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}

.list-small-stars img {
  height: 20px;
  margin-right: 4px;
}

.list-stars-cat {
  font-size: 20px;
  color: #ffc03e;
  margin-bottom: 10px;
  width: 100%;
}

.list-stars-cat img {
  height: 20px;
  margin-right: 4px;
}

/* RESTAURANTS */

.rest-do-wrapper {
  max-width: 1070px;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 40px;
}

.open-hours-wrapper {
  margin-bottom: 20px;
  margin-top: 13px;
  border: 1px solid var(--eat);
  margin-left: 20px;
  border-radius: 15px;
  padding: 10px;
  position: relative;
}

.open-status {
  position: absolute;
  top: -12px;
  right: 0;
  padding: 6px 12px 6px 12px;
  background-color: var(--eat);
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border-radius: 25px;
  margin-right: 30px;
}

.open-hours-holder {
  width: 100%;
  margin: 15px;
}

.day-of-week {
  float: left;
  font-weight: bold;
  font-size: 14px;
  min-width: 135px;
  color: var(--eat);
}

.hours-open {
  display: inline;
  display: table;
  padding-right: 10px;
  font-size: 14px;
  line-height: 18px;
}

.contact-icon {
  float: left;
  font-size: 25px;
  margin-right: 15px;
  }

.contact-icon img {
  height: 28px;
  vertical-align: middle;
  }

.contact-details-wrapper {
  margin-bottom: 20px;
  margin-top: 10px;
  border: 1px solid var(--eat);
  margin-left: 20px;
  border-radius: 15px;
  padding: 10px 30px 25px 30px;
}

.stay-border-thin {
  border: 1px solid var(--stay) !important;
}

.travel_bd_thin {
  border: 1px solid var(--travel) !important;
}

.contact-details-holder {
  margin-top: 20px;
}

.contact-tel {
  display: inline;
  display: table;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
}

.contact-add {
  display: inline;
  display: table;
  font-size: 14px;
  line-height: 24px;
}

.contact-add a {
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  color: #413c3c;
}

.contact-follow-holder {
  display: inline;
}

.contact-follow {
  display: inline;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

.follow-icon-holder {
  display: inline;
}

.follow-icon {
  display: inline;
  font-size: 28px;
  margin-left: 6px;
}

.gallery-wrapper-rest {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
  max-width: 730px;
  border-radius: 20px;
  padding: 20px 15px 15px 15px;
  background-color: #e9e9e9;
}

.gallery-wrapper-rest-wide {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
  max-width: 1130px;
  border-radius: 20px;
  padding: 30px 25px 15px 25px;
  background-color: #e9e9e9;
}

#hours_content {
  margin-top: 10px;
  margin-bottom: 32px;
}

.good-for-title {
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  margin-right: 10px;
  color: var(--eat);
}

.good-for {
  display: table;
  font-size: 14px;
  line-height: 24px;
}

.rest-type-icon-wrapper {
  padding-left: 5px;
  width: 100%;
  text-align: center;
}

.rest-type-icon-holder {
  display: inline-block;
  text-align: center;
  border: 1px solid var(--eat);
  margin-right: 7px;
  margin-right: 7px;
  margin-top: 25px;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background-color: var(--eat);
  background-size: contain;
  position: relative;
  box-shadow: 4px 4px 4px #ccc !important;
}

.rest-type-icon {
  font-size: 50px;
}

.rest-type-icon-cafe {
  font-size: 42px;
  padding-top: 5px;
}

.rest-type-icon-holder .tooltiptext {
  visibility: hidden;
  font-size: 12px;
  line-height: 18px;
  width: 100px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 107%;
  margin-left: -55px;
  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 1s;
}

.rest-type-icon-holder .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.rest-type-icon-holder:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* RESTAURANTS - SEARCH LIST PAGE */

.rest-home-icons {
  width: 100%;
}

.rest-sid-type-icon-holder {
  float: left;
  border: 1px solid var(--eat);
  margin-right: 5px;
  margin-top: 0px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: var(--eat);
  background-size: contain;
  position: relative;
  margin-bottom: 10px;
}

.rest-sid-type-icon-holder .tooltiptext {
    visibility: hidden;
    font-size: 12px;
    line-height: 18px;
    width: 100px;
    border: 3px solid #fff;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 107%;
    margin-left: -38px;
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1s;
}

.rest-sid-type-icon-holder .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.rest-sid-type-icon-holder:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.rest-sid-type-wrapper-small {
  width: 100%;
}

.icon-spacer {
  margin-top: 10px;
}

.rest-sid-type-icon-holder-smaller {
  float: left;
  border: 1px solid var(--eat);
  margin-right: 5px;
  margin-top: 0px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: var(--eat);
  background-size: contain;
  margin-bottom: 5px;

}

.rest-sid-type-icon-holder-small {
  float: left;
  border: 1px solid var(--eat);
  margin-right: 5px;
  margin-top: 0px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: var(--eat);
  background-size: contain;
  position: relative;
  margin-bottom: 5px;
}

.sid-list-add {
  font-size: 13px;
  line-height: 17px;
  clear: both;
}

.sid-list-tel {
  padding-top: 7px;
  clear: both;
  font-size: 15px;
  font-weight: bold;
  line-height: 17px;
}

.sid-list-tel img {
  height: 18px;
  margin-right: 5px;
  vertical-align: bottom;
}

.sid-list-event {
  padding-left: 30px;
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
  line-height: 17px;
  clear: both;
  font-family: arial, sans-serif, verdana;
}

.sid-list-event img {
  margin-left: -28px;
  filter: var(--gen-f) !important;
  height: 22px;
  margin-right: 5px;
  vertical-align: middle;
}

.sid-list-add-bigger {
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
}

.sid-list-recommend {
  font-size: 11px;
  line-height: 18px;
  margin-top: 6px;
  color: #fff;
  background-color: var(--eat);
  border-radius: 0px 10px 0px 10px;
  padding: 0px 5px 2px 5px;
  display: inline-block;
}

.sid-list-recommend img {
  height: 12px;
  vertical-align: middle;
}

.rest-loc-list-count {
  /*border: 1px solid #e4480e;
  color: #e4480e;*/
  background-color: var(--eat);
}

.small-title-spacer {
  margin-top: 4px;
  margin-bottom: 9px;
}

.rest-small-recommend {
  font-size: 11px;
  padding-top: 3px;
  color: #3c3c3c;
  padding-bottom: 2px;
}

.bigger-title-spacer {
  margin-top: 8px;
  margin-bottom: 7px;
}

/*GENERAL INFORMATION*/

.please-note-wrapper-gen {
  border: 2px solid var(--gen);
  margin-bottom: 20px;
}

.please-note-title-gen {
  color: var(--gen);
}

.link-out {
  margin-top: 15px;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  background-color: var(--gen);
}

.link-out img {
  filter: var(--white-f);
  height: 20px;
  margin-right: 2px;
}

.contact-form-wrapper {
  border: 2px solid var(--gen);
  display: inline-block;
  padding: 25px;
  margin-top: 25px;
  border-radius: 20px;
  width: 85%;
}

.contact-name {
  height: 40px;
  width: 300px;
  background-color: #fff;
  z-index: 99;
  border-radius: 10px;
  border: 1px solid #999;
  margin-bottom: 15px;
}

.contact-name input {
  height: 38px;
  width: 250px;
  background: transparent;
  border: none;
  font-style: italic;
  font-size: 14px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 30px #fff inset;
  -webkit-text-fill-color: #333;
}

.contact-name input:focus {
  outline: 0px;
}

.contact-name img {
  filter: var(--gen-f);
  height: 18px;
  padding-left: 10px;
  padding-right: 4px;
  vertical-align: middle;
}

.contact-message {
  height: 240px;
  width: 100%;
  background-color: #fff;
  z-index: 99;
  border-radius: 10px;
  border: 1px solid #999;
  margin-bottom: 15px;
  padding-top: 15px;
}

.contact-message textarea {
  height: 200px;
  width: 85%;
  background: transparent;
  border: none;
  font-style: italic;
  font-size: 16px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 30px #fff inset;
  -webkit-text-fill-color: #333;
  resize: none;
}

.contact-message textarea:focus {
  outline: 0px;
}

.contact-message img {
  filter: var(--gen-f);
  height: 18px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
}

.contact-button {
  background-color: var(--gen);
  height: 40px;
  width: 100px;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
  outline: 0px;
}

.contact-text {
  font-size: 14px;
  margin-top: 20px;
  line-height: 22px;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

#error-name, #error-email, #error-msg {
  color: red;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: -5px;
  line-height: 18px;
}

#error-name img, #error-email img, #error-msg img {
  filter: invert(19%) sepia(77%) saturate(7476%) hue-rotate(4deg) brightness(112%) contrast(129%);
  height: 13px;
  margin-top: -5px;
}

#con-form-done {
  background-color: #b9f6c8;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

#con-form-done img {
  height: 14px;
  filter: var(--black-f);
}

/*MEDIA OPTIONS PAGE*/

.media-holder {
  text-align: center;
}

.media-holder textarea {
  margin-top: 10px;
  background-color: #eee;
  padding: 10px;
  vertical-align: top;
  font-size: 14px;
  width: 97%;
  resize: vertical;
  margin-bottom: 5px;
}

.media-blurb {
  font-size: 15px;
  line-height: 25px;
  color: #565656;
  margin-top: 5px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.media-blurb a {
  color: #565656;
}

.media-blurb p {
  line-height: 15px;
}

.cat-list-desc {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
}

} /*END CSS*/

/*EXCEPTIONS*/

@media screen and (min-width:500px) and (max-width:599px) {

.events-home-wrapper-flex {
  grid-template-columns: 1fr 1fr;
}

}
@media screen and (min-width:500px) and (max-width:549px) {

  .qfbox-search, .pc-search {
  width: 340px;
  }

  .qf-food-holder{
    width: 48% !important;
  }

  .qf-circle-holder {
    width: 158px !important;
    height: 158px !important;
  }

  .qf-circle-image img {
    width: 150px !important;
    height: 150px !important;
  }

  .comp-advert-wrapper {
    display: none;
  }

  .comp-advert-wrapper-small {
    display: block;
    margin-left: 15px;
    margin-top: 7px;
    margin-bottom: 22px;
  }

  .comp-advert-icon-small {
    margin: 0px auto;
    text-align: center;
    width: 84px;
    height: 60px;
    padding-top: 8px;
    border-radius: 20px 20px 0px 0px;
  }

  .comp-advert-icon-small img {
    width: 54px;
    height: 54px;
  }

  .comp-advert-holder-small {
    border-radius: 15px;
    border: 2px solid var(--comp);
    padding: 20px;
    text-align: center;
  }

  .comp-advert-top-small {
    font-family: arial, sans-serif, verdana;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 3px;
  }

  .comp-advert-bottom-small {
    font-family: arial, sans-serif, verdana;
    font-size: 35px;
    line-height: 40px;
    color: #86266f;
    font-weight: bold;
  }

}

@media screen and (min-width:550px) and (max-width:749px) {

.hide-qf {
  display: none;
}

}

@media screen and (min-width:550px) and (max-width:599px) {

  .comp-advert-top {
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    margin-top: 22px;
  }

  .comp-advert-bottom {
    font-size: 28px;
    height: 38px;
    line-height: 38px;
  }

}

@media screen and (min-width:600px) and (max-width:649px) {

  .comp-advert-top {
    font-size: 16px;
    height: 27px;
    line-height: 27px;
    margin-top: 18px;
  }

  .comp-advert-bottom {
    font-size: 32px;
    height: 38px;
    line-height: 38px;
  }

}

@media screen and (min-width:650px) and (max-width:699px) {

  .comp-advert-top {
    font-size: 18px;
    height: 32px;
    line-height: 30px;
    margin-top: 15px;
  }

  .comp-advert-bottom {
    font-size: 36px;
    height: 38px;
    line-height: 38px;
  }

}

@media screen and (min-width:700px) and (max-width:749px) {

  .comp-advert-top {
    font-size: 20px;
    height: 32px;
    line-height: 30px;
    margin-top: 15px;
  }

  .comp-advert-bottom {
    font-size: 38px;
    height: 38px;
    line-height: 38px;
  }

}

@media screen and (min-width:500px) and (max-width:649px) {

.owl1.owl-carousel.owl-loaded.owl-drag {
  display: none;
}

}

@media screen and (min-width:650px) and (max-width:749px) {

  .owl1.owl-carousel.owl-loaded.owl-drag, .owl3.owl-carousel.owl-loaded.owl-drag {
    display: none;
  }

  .qf-circle-holder {
    width: 158px !important;
    height: 158px !important;
  }

  .qf-circle-image img {
    width: 150px !important;
    height: 150px !important;
  }

}

@media screen and (min-width:570px) and (max-width:749px) {

  .related-holder {
    float: left;
    display: inline-block;
    width: 30%;
    margin-right: 1px;
    margin-left: 10px;
  }

  .related-holder img {
    -webkit-transition: filter 0.6s ease;
    -moz-transition: filter 0.6s ease;
    -o-transition: filter 0.6s ease;
    -ms-transition: filter 0.6s ease;
    transition: filter 0.6s ease;
  }

  .l-l {
    float: left;
    margin: 5px 25px 10px 0px;
    max-width: 340px;
  }

  .l-r {
    float: right;
    margin: 5px 0px 10px 25px;
    max-width: 340px;
  }

  .p-l {
    float: left;
    margin: 5px 25px 10px 0px;
    max-width: 280px;
  }

  .p-r {
    float: right;
    margin: 15px 0px 15px 25px;
    max-width: 280px;
  }

.beach-recommend, .beach-recommend a {
    font-size: 13px;
    padding-top: 15px;
    color: #3c3c3c;
    padding-bottom: 3px;
  }

  .beach-recommend a:hover {
    color: #8d896f;
  }

  .beach-recommend img {
    height: 12px;
    vertical-align: middle;
  }

  .history-bigger-recommend {
    font-size: 11px;
    line-height: 20px;
    padding-top: 8px;
    color: #3c3c3c;
    padding-bottom: 3px;
    line-height: 16px;
  }

  .history-bigger-recommend img {
    height: 12px;
  }

  .upper-rock-list-recommend {
    font-size: 11px;
    color: #fff;
    text-align: center;
    width: 100%;
  }

  .upper-rock-list-recommend img {
    height: 15px;
    vertical-align: middle;
    margin-right: 1px;
  }

  .wildlife-list-recommend {
    padding-top: 8px;
    padding-left: 12px;
    font-size: 12px;
    color: #fff;
  }

  .wildlife-list-recommend img {
    height: 14px;
    vertical-align: middle;
    margin-right: 3px;
  }

  .cat-list-photo {
    float: left;
    display: inline-block;
    margin-right: 30px;
  }

  .cat-list-photo img {
    border-radius: 200px 15px 15px 200px;
    max-width: 200px;
  }

  .cat-list-video {
    float: left;
    display: inline-block;
    margin-right: 30px;
  }

  .cat-list-video video {
    border-radius: 200px 15px 15px 200px;
    max-width: 200px;
    height: 156px;
    object-fit: cover;
  }

  .cat-list-title, .cat-list-title a:link, .cat-list-title a:visited {
    font-size: 23px;
    line-height: 27px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 8px;
    color: #3c3c3c;
  }

  .cat-list-title a:hover {
    color: #8d896f;
  }

  .rest-sid-type-wrapper {
  width: 100%;
  }

}

@media screen and (min-width:500px) and (max-width:569px) {

  img.float-left {
    float: none !important;
    display: block !important;
    max-width: 100% !important;
    max-height: 360px !important;
    width: auto !important; /* Let browser decide width for portrait */
    height: auto !important;
    object-fit: contain !important; /* Show whole image, no crop */
    border-radius: 7px !important;
    margin: -20px auto 20px !important;
    clip-path: inset(0 round 7px); /* Keeps the rounded corners */
  }
  img.float-right {
    float: none !important;
    display: block !important;
    max-width: 100% !important;
    max-height: 360px !important;
    width: auto !important; /* Let browser decide width for portrait */
    height: auto !important;
    object-fit: contain !important; /* Show whole image, no crop */
    border-radius: 7px !important;
    margin: -20px auto 20px !important;
    clip-path: inset(0 round 7px); /* Keeps the rounded corners */
  }

  .blurb-image-img-about {
    width: 80%;
    border-radius: 7px;
  }

  .blurb-image {
    text-align: center;
  }

  /* SPECIAL OFFER NEW */

  .hide-ad {
    display: none !important;
  }

  .new-special-wrapper {
    margin-top: 40px;
    background-image: url('../images/main/special/wave-bg.png');
    background-repeat: repeat-x;
    width: 100%;
    z-index: 2;
    border-radius: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .new-special-title {
    color: #fff;
    font-size: 23px;
    line-height: 30px;
    font-weight: bold;
    font-family: arial, sans-serif, verdana;
    text-align: center;
  }

  .new-special-title-image {
    text-align: center;
    padding: 5px 0px;
  }

  .new-special-title-image img {
    max-width: 300px;
  }

  .new-special-desc {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-family: arial, sans-serif, verdana;
    text-align: center;
    padding: 0px 25px;
  }

  .new-sp-circle-wrapper {
    text-align: center;
    margin-left: 33px;
    margin-right: 33px;
  }

  .new-sp-list-wrapper {
    text-align: center;
    margin: 0 auto;
    border-radius: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-top: -15px;
    background-image: url('../images/main/special/paint-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
  }

  .new-sp-footer-wrapper {
    text-align: center;
    margin: 0 auto;
    border-radius: 20px;
    padding-bottom: 15px;
    margin-bottom: 0px;
    margin-top: -15px;
    background-image: url('../images/main/special/paint-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
  }

  .new-sp-listing-wrapper {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 15px;
    margin-bottom: 10px;
    margin-top: 0px;
    margin-left: 20px;
    background-image: url('../images/main/special/paint-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
  }

  .new-sp-list-blurb-wrapper {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
    background-image: url('../images/main/special/paint-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
  }

  .new-sp-circle-holder-outer {
    display: inline-block;
    width: 40%;
    vertical-align: top;
  }

  .new-sp-circle-holder {
    width: 165px;
    vertical-align: top;
    position: relative;
    margin: 0 auto;
  }

  .new-sp-circle-holder:hover {
    -webkit-filter: brightness(105%);
    -moz-filter: brightness(105%);
    -o-filter: brightness(105%);
    -ms-filter: brightness(105%);
    filter: brightness(115%);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    cursor: pointer;
  }

  .new-sp-circle {
    margin: 0 auto;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    background-color: #fff;
    padding: 5px;
    margin-top: 18px;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
  }

  .new-sp-circle-img {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    background-size: cover;
    z-index: 2;
  }

  .new-sp-title {
    margin-top: 10px;
    color: #222;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    font-family: arial, sans-serif, verdana;
    text-align: center;
    padding: 0px 12px;
  }

  .new-sp-red {
    position: absolute;
    left: 11px;
    top: 4px;
  }

  .new-sp-red-text {
    position: absolute;
    left: 10px;
    top: 37px;
    width: 108px;
    height: 15px;
    color: #fff;
    line-height: 15px;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 0px;
    text-align: center;
    -ms-transform: rotate(-34deg); /* IE 9 */
    -webkit-transform: rotate(-34deg); /* Safari 3-8 */
    transform: rotate(-34deg);
    white-space: nowrap;
  }

  .related-holder {
    float: left;
    display: inline-block;
    width: 45%;
    margin-right: 3px;
    margin-left: 12px;
  }

  .related-holder img {
    -webkit-transition: filter 0.6s ease;
    -moz-transition: filter 0.6s ease;
    -o-transition: filter 0.6s ease;
    -ms-transition: filter 0.6s ease;
    transition: filter 0.6s ease;
  }

  .rel3-hide, .rel-hide3 {
  display: none;
  }

  .l-l {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 340px;
  }

  .l-r {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 340px;
  }

  .p-l {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 280px;
  }

  .p-r {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 280px;
  }

  .beach-recommend {
    display: none;
  }

  .history-bigger-recommend, .upper-rock-list-recommend, .wildlife-list-recommend {
    display: none;
  }

  .cat-list-photo {
    float: left;
    display: inline-block;
    margin-right: 30px;
  }

  .cat-list-photo img {
    border-radius: 200px 15px 15px 200px;
    max-width: 150px;
  }

  .cat-list-video {
    float: left;
    display: inline-block;
    margin-right: 30px;
  }

  .cat-list-video video {
    border-radius: 200px 15px 15px 200px;
    max-width: 150px;
    height: 117px;
    object-fit: cover;
  }

  .cat-list-title, .cat-list-title a:link, .cat-list-title a:visited {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 5px;
    color: #3c3c3c;
  }

  .cat-list-title a:hover {
    color: #8d896f;
  }

  .rest-sid-type-wrapper {

  }

  .upper-rock-list-title {
    margin-bottom: -5px;
  }

}

@media screen and (min-width:600px) and (max-width:749px) {

  #speed-search-results-mobile {
    left: 12%;
    width: calc(100% - 24%);
  }

  .events-gallery-holder {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
  }

  .cat-box-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px 20px;
    margin-left: 20px;
    margin-bottom: 30px;
    padding: 0px 10px;
  }

  .new-sp-circle-wrapper-home {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 20px 25px;
    padding-left: 15px;
    padding-right: 25px;
    padding-bottom: 10px;
  }

  .new-sp-circle-home {
    width: 100%;
    border-radius: 10px 50px 10px 10px;
    background-color: #fff;
    padding: 5px;
    margin-top: 18px;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
    height: 92%;
  }

  .new-sp-circle-img-home {
    width: 100%;
    aspect-ratio: 16/11;
    border-radius: 10px 50px 0px 0px;
    background-size: cover;
    z-index: 2;
  }

  .new-sp-circle-wrapper-less {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 30px;
    padding-left: 10px;
    padding-right: 25px;
  }

  .pic-nav-holder {
    width: 30%;
    padding: 12%;
    margin: 0px 5px 10px 5px;
    background-size: cover;
  }

}
