a {
  cursor: pointer;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h2 small {
  font-size: 70%;
  color: #888;
}

#main-menu li.menu-item-depth-2 ul {
}

nav#main-menu #menu-item-12414 a {
  cursor: pointer;
}

#divewp_searchbar {
  height: 0;
  padding-top: 1px;
  transition: height 0.15s ease-out;
  overflow: hidden;
}
#divewp_searchbar.active {
  height: 70px;
}
.divewp-pull-right {
  float: right !important;
}

.clearfix {
  clear: both;
}

#post-12881 h5 {
  margin-top: 30px;
  margin-bottom: 5px;
}

#post-12881 .wpcf7-list-item-label {
  font-size: 110%;
  color: #2c3e50;
}

.divewp_teaser {
  display: flex;
  background: #fff;
  transition: box-shadow 0.7s ease;
  margin-bottom: 25px;
  width: 100%;
}

.divewp_teaser:hover {
  box-shadow: 0px 0px 10px #ccc;
}

.divewp_teaser .label {
  display: inline-block;
  width: 75%;
  padding: 20px 25px 20px 25px;
  border: 1px solid #e4e4e4;
  border-right: 0;
}

.divewp_teaser .label .title {
  font-weight: 600;
  font-size: 125%;
}

.divewp_teaser .offer {
  display: inline-block;
  width: 25%;
  text-align: center;
}

.divewp_teaser .offer .getOffer {
  text-transform: uppercase;
  background-color: #2daae1;
  transition: background-color 0.5s ease;
  padding: 4px 5px;
  font-size: 110%;
}
.divewp_teaser .offer .price {
  font-weight: 600;
  font-size: 120%;
  background: #2c3e50;
  color: #ffffff;
  padding: 4px 5px;
}
.divewp_teaser .offer a {
  color: #ffffff;
  font-weight: 600;
  font-size: 95%;
}
.divewp_teaser .offer .getOffer:hover {
  background-color: #5ccdff;
}

@media only screen and (max-width: 767px) {
  .divewp_teaser {
    display: block;
  }
  .divewp_teaser .label {
    width: auto;
    display: block;
    border: 1px solid #e4e4e4;
  }
  .divewp_teaser .label .title {
    text-align: center;
  }
  .divewp_teaser .offer {
    width: 100%;
    display: block;
  }
  .divewp_teaser .offer .getOffer {
    padding: 7px 10px;
  }
}

.divewp_promo_single {
  margin-bottom: 25px;
}
.promoBox {
  border: 1px solid #f7cc17;
  background: #f8f8f8;
  margin-bottom: 0;
  transition: background-color 0.7s ease;
  box-sizing: border-box;
}
.promoBox:hover {
  background: #fff;
}

.promoBox .header a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 97%;
  box-sizing: border-box;
}
.promoBox .header a {
  color: #2c3e50;
}

.promoBox .header.active {
  border-bottom: 1px solid #e4e4e4;
}
.promoBox .header div {
  padding: 7px 0px;
}

.promoBox .header .title {
  font-weight: 600;
}

.promoBox .header .title,
.promoBox .header .promo {
  width: 37.5%;
}

.promoBox .date {
  width: 25%;

  text-align: center;
  font-weight: 600;
  font-size: 12px;
}

.promoBox .content {
  box-sizing: border-box;
  padding: 10px 25px 20px 25px;
}
.promoBox .content .title {
  font-size: 85%;
  font-weight: 800;
}

@media only screen and (max-width: 767px) {
  .promoBox .header a {
    padding: 5px 15px;
  }
  .promoBox .header div {
    padding: 0;
  }
  .promoBox .header .title {
    order: 1;
    width: 50%;
  }
  .promoBox .header .date {
    order: 2;
    width: 50%;
    text-align: right;
  }
  .promoBox .header .promo {
    order: 3;
    display: block;
    float: none;
    width: 100%;
  }

  .promoBox .content {
    box-sizing: border-box;
    padding: 10px 15px 20px 15px;
  }
}

#divewp_promo_overview .dt-sc-toggle.active {
  display: block;
}

#divewp_promo_overview .divewp-filter-toggle-btn {
  width: 100%;
  cursor: pointer;
  background: #f2f2f2;
  font-size: 16px;
  text-align: center;
  padding: 7px 0;
}
#divewp_promo_overview .divewp-filter-toggle-btn:hover {
  background: #f0f0f0;
}

#divewp_promo_overview .divewp-filter-toggle-btn .toggleIcon {
  color: #555;
}

#divewp_promo_overview .divewp-filter-toggle-btn .toggleIcon.active i {
  transform: rotate(0deg);
}

#divewp_promo_overview .divewp-filter-toggle-btn .toggleIcon i {
  display: inline-block;
  transition: 0.3s;
  transform: rotate(-90deg);
}

#divewp_promo_overview label {
  color: #565656;
}

.ui-datepicker .ui-datepicker-title {
  font-size: 16px;
}

#open_datepicker td.ui-datepicker-today,
#open_datepicker tr:nth-child(2n + 1) td.ui-datepicker-today {
  background: #c1e8ff;
  color: inherit;
}

#divewp_promo_overview .filter {
  text-align: left;
  user-select: none;
  background-color: #f8f8f8;
}

#divewp_promo_overview .filter label {
  font-size: 110%;
}

#divewp_promo_overview .filter #open_datepicker {
}

#divewp_promo_overview .filter .types .typeswitch {
  padding: 5px 0;
}

#divewp_promo_overview .filter .types label {
  margin-right: 20px;
  font-size: 120%;
  font-weight: 600;
}

#divewp_promo_overview .filter .dt-sc-toggle-content {
  padding: 0;
}

#divewp_promo_overview .filter .dt-sc-toggle-content .daterange input {
  margin-top: 0;
}

#open_datepicker tr:nth-child(2n + 1) td,
#open_datepicker td,
#open_datepicker .ui-widget-header {
  background: #fff;
}
#open_datepicker tr:nth-child(2n + 1) td:hover,
#open_datepicker td:hover {
  background: #eee;
}

#open_datepicker .ui-datepicker-calendar .ui-datepicker-current-day a {
  color: #000 !important;
  font-weight: bold !important;
}

#divewp_promo_place_filter_all {
  margin-top: 15px;
}

#divewp_promo_place_filter_all .switch-sm {
  margin-right: 9px;
}

#divewp_promo_place_filter {
  margin-top: 3px;
}

#divewp_promo_place_filter ul.sub-menu {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.8s ease;
  margin-left: 10px;
}

#divewp_promo_place_filter ul.sub-menu.active {
  max-height: 1000px;
}

#divewp_promo_overview #divewp_promo_place_filter i {
  transition-duration: 0.3s;
}

#divewp_promo_overview #divewp_promo_place_filter i.active {
  transform: rotate(90deg);
}

.divewp-badge {
  background-color: #087dc2;
  padding: 1px 5px;
  color: #fff;
  font-size: 70%;
  font-weight: normal;
  font-family: open sans;
}

#menu-side-menu ul.sub-menu.active {
  max-height: 1000px;
}

#menu-side-menu i {
  transition-duration: 0.3s;
  cursor: pointer;
}

#menu-side-menu i.active {
  transform: rotate(90deg);
}

.widget_categories ul#menu-side-menu li a {
  padding-right: 0;
  display: initial;
}

#divewp_promo_place_filter ul {
  margin-top: 0;
}

#divewp_promo_overview .widget_categories ul li a {
  margin-bottom: 0;
  padding: 0;
  line-height: 30px;
}

#divewp_promo_overview .widget_categories ul li a span.switch {
  margin-right: 9px;
  position: relative;
}

#divewp_promo_overview .widget_categories ul li a:before,
#divewp_promo_overview .widget_archive ul li a:before {
  content: "";
}

#divewp_promo_overview .widget {
  padding: 0;
}

#divewp_promo_overview #divewp_promotions h2 {
  font-weight: 400;
  font-size: 19px;
  margin-bottom: 5px;
  position: relative;
  padding-bottom: 12px;
  text-transform: uppercase;
}
#divewp_promo_overview #divewp_promotions h2:before {
  background: #f7cc18;
  bottom: -1px;
  content: "";
  height: 4px;
  position: absolute;
  width: 74px;
}

#divewp_promo_overview #divewp_promotions h3 {
  font-size: 16px;
  margin: 10px 0px 15px 10px;
}

#divewp_promo_overview #divewp_promotions .promotion-sub-sub-group {
  margin-left: 20px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 43px;
  height: 23px;
  vertical-align: sub;
}

.switch-sm {
  width: 34px;
  height: 17px;
}

/* Hide default HTML checkbox */
.switch input {
  display: none;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-sm .slider:before {
  height: 11px;
  width: 11px;

  bottom: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input:checked + .slider {
  background-color: #2eaae1;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2eaae1;
}

input:checked + .slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}

.switch-sm input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.divewp_prices_disclaimer {
  font-style: italic;
  font-size: 95%;
  margin-bottom: 10px;
}

.divewp_prices .divewp_price_card {
  color: #2c3e50;

  transition: box-shadow 0.5s ease;
  padding: 20px 0px;
}

.divewp_prices .divewp_price_card.type2 {
  border-bottom: 1px solid #d8d8d8;
}

.divewp_prices .divewp_price_card .price_title {
  font-size: 130%;
  margin-bottom: 10px;
}

.divewp_prices .divewp_price_card .price_title_meals {
  padding: 4px 8px;
  background: #f3f3f3;
  font-size: 70%;
  font-weight: bold;
}

.divewp_inpost_list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.divewp_inpost_list ul li {
  display: block;
  width: 200px;
  clear: none;
  padding: 10px;
  border: 1px solid #eceeeb;
  transition: box-shadow 0.4s ease;
}

.divewp_inpost_list ul li:hover {
  box-shadow: 0px 0px 7px #ddd;
}

.divewp_inpost_list ul li:active {
  box-shadow: inset 0px 0px 7px #ddd;
}

.divewp_inpost_list h6 {
  font-weight: 600;
}

.divewp_prices .divewp_price_card .prices_hotel .price_single {
  background: #f8f8f8;
  text-align: center;
  display: inline-block;
  transition: box-shadow 0.5s ease;
  border: 1px solid #cacaca;
  cursor: pointer;
  box-sizing: border-box;
}

.divewp_prices .divewp_price_card .prices_hotel .price_single .inner {
  padding: 15px 10px;
}

.divewp_prices .divewp_price_card .prices_hotel .price_single:hover {
  box-shadow: 0px 0px 7px #bbb;
}

.divewp_prices .divewp_price_card .prices_hotel .price_single .icon {
  font-size: 120%;
}

.divewp_prices .divewp_price_card .prices_hotel .price_single .label {
  font-size: 95%;
}
.divewp_prices .divewp_price_card .prices_hotel .price_single .price {
  font-weight: 600;
  font-size: 130%;
}

.divewp_prices
  .divewp_price_card
  .prices_hotel
  .price_single
  .additionalNights {
  font-size: 85%;
  line-height: 20px;
  margin-top: 8px;
}

.divewp_prices .divewp_price_card .price_single_price {
  font-size: 160%;
  font-weight: 600;
}

.divewp_prices .divewp_price_card.type2 .price_additional {
  margin-top: 20px;
}

.divewp-prices-container .dt-sc-tabs-container {
  margin: 0;
}

.divewp-prices-container .dt-sc-tabs-frame-content {
  padding: 0;
}

.divewp-prices-container ul.dt-sc-tabs-frame {
  margin-bottom: 20px;
}

.divewp_prices_textblocks .title {
  font-size: 130%;
}
.divewp_prices_textblocks .text {
  font-size: 110%;
  font-weight: 400;
}

.divewp-prices-container .dt-sc-titled-box {
  margin: 0;
}

.divewp_prices_textblocks .dt-sc-titled-box {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .divewp-prices-container ul.dt-sc-tabs-frame {
    margin-bottom: 5px;
  }
}

.divewp_additionalCostContainer .divewp_additionalCost {
  border-bottom: 1px solid #dcdcdc;
  padding: 5px 0px;
}

.divewp_additionalCostContainer .divewp_additionalCost .price {
  text-align: right;
}

.diveWpRatingBox ul li {
  border-bottom: 1px solid #e4e8ea;
  font-weight: 600;
  transition: background 0.3s ease;
}

.diveWpRatingBox ul li:hover {
  background: #fbfbfb;
}

.diveWpRatingBox ul li i {
  font-size: 130%;
  margin-left: 2px;
}

.diveWp-readmore {
  cursor: pointer;
}

.widget .diveWp-widget-more a {
  display: block;
  width: 100%;
  background: #f5f5f5;
  text-align: center;
  padding: 5px 0px;
  cursor: pointer;
}

.widget .diveWp-widget-more a:hover {
  box-shadow: 0px 0px 10px #aaa;
}
.widget .diveWp-widget-more a:active {
  box-shadow: inset 0px 0px 10px #aaa;
}

.column.full {
  width: 100%;
}

.divewp_promotions .column {
  margin-left: 1.5%;
}
.divewp_promotions .dt-sc-button i {
  margin-right: 0;
}

.section-title.place-heading span {
  margin-right: 10px;
}

.divewp_diveicons {
  display: inline-block;
}

i.divewpIcon {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  margin-right: 2px;
  vertical-align: sub;
}
i.divewpIcon64 {
  width: 64px;
  height: 64px;
}
i.divewpIcon32 {
  width: 32px;
  height: 32px;
}
i.divewpIcon16 {
  width: 16px;
  height: 16px;
}

.footer-row3 p {
  line-height: 14px;
  font-size: 92%;
}

.dt-sc-ico > h5 {
  font-size: 16px;
}

/**
 * creditcard
 */


.divewp_creditcard_form_container input {
  font-size: 14px;
}

.divewp_creditcard_form_container select {
  height: 49px;
  border: 1px solid #d9d9d9;
  border-radius: 0;
}

.divewp_creditcard_form_container .selection-box:after {
  height: 47px;
}

.divewp_creditcard_form_container .divewp-btn-submit {
  float: left;
}

/* For Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}

.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  cursor: default;
  overflow: auto;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.autocomplete-suggestion {
  padding: 2px 15px;
  font-size: 110%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #f0f0f0;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-group {
  padding: 1px 5px;
  font-size: 13px;
  color: #000;
  display: block;
  border-bottom: 1px solid #d2d2d2;
  background: #f8f8f8;
}

@media only screen and (max-width: 767px) {
  .autocomplete-suggestion {
    padding: 10px 3px 11px 10px;
    border-bottom: 1px solid #e5e5e5;
  }
}

/** theme overwrite */

.frontpageWediveRating .dt-sc-tabs-frame .alignnone {
  margin-bottom: 0;
}
.frontpageWediveRating ul.dt-sc-tabs-frame > li > a {
  padding: 8px 20px;
  line-height: initial;
}

ul.dt-sc-tabs-frame > li > a.current,
.woocommerce-tabs ul.tabs > li.active > a,
.woocommerce-tabs ul.tabs > li > a:hover,
ul.dt-sc-tabs-frame > li > a:hover,
.dt-sc-toggle-frame h5.dt-sc-toggle.active,
.dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active,
#footer .type2 ul.dt-sc-tabs-frame > li > a.current {
  border-bottom-color: #f7cc18;
}

ul.dt-sc-tabs-frame > li > a {
  border-bottom: 2px solid #eceeeb;
}

.fullwidth-section.talignl {
  text-align: left;
}

.dt-sc-tabs-frame-content,
.woocommerce-tabs .panel {
  border-radius: 5px;
}

.dt-sc-titled-box-content .dt-sc-tabs-frame-content {
  background: none;
}

.package-item .image-overlay span.image-overlay-divewp_liveaboards:before {
  content: "\f21a";
}
.package-item .image-overlay span.image-overlay-divewp_hotels:before {
  content: "\f236";
}

#logo .normal_logo {
  margin: 5px 0;
}

#post-556 .dt-sc-toggle-frame .dt-sc-toggle-content {
  padding: 0 15px;
}

h5.dt-sc-toggle:before,
h5.dt-sc-toggle-accordion:before,
h5.dt-sc-toggle.active:before,
h5.dt-sc-toggle-accordion.active:before {
  content: "" !important;
}
.dt-sc-toggle-frame h5.dt-sc-toggle a,
.dt-sc-toggle-frame h5.dt-sc-toggle-accordion a {
  padding: 14px 15px 13px 15px;
  font-size: 110%;
}

.dt-sc-toggle-frame h5.dt-sc-toggle-accordion a .alignnone {
  margin-bottom: 0;
}

.dt-sc-toggle-frame h5.dt-sc-toggle-accordion a img {
  vertical-align: middle;
  margin-right: 15px;
}

.dt-sc-button.blue {
  color: #ffffff;
  background: #3bb0e5;
}

.divewp_country_list .widget ul li .thumb {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 3px;
  padding: 0;
}

.divewp_country_list .widget ul li {
  transition: box-shadow 0.4s ease;
  padding: 6px 6px 6px 6px;
}

.divewp_country_list .widget ul li:hover {
  box-shadow: 0px 0px 7px #ddd;
}

.divewp_country_list .widget ul li:active {
  box-shadow: inset 0px 0px 7px #ddd;
}

.divewp_country_list .widget ul li a {
  display: block;
}

.divewp_country_list .widget ul li.diveWp-widget-more {
  box-shadow: none;
}

.divewp_country_list .widget ul li .price {
  display: flex;
  flex-direction: row;
}

.divewp_country_list .widget ul li .label {
  font-size: 11px;
  margin-right: 5px;
  text-align: right;
}

.divewp_country_list .widget ul li .amount {
  font-weight: bold;
}

.widget ul li h6 {
  margin-bottom: 5px;
}

.divewp_country_list .widget ul li .divewpIconContainer i.divewpIcon32 {
  width: 24px;
  height: 24px;
}
.dt-sc-team {
  min-height: 439px;
}

.dt-sc-team .text {
  min-height: 262px;
}

.dt-sc-team .dt-sc-social-icons li a {
  height: auto;
  width: auto;
  display: block;
  text-align: center;
  line-height: initial;
  font-size: 100%;
  color: #8b8b8b;
  padding: 15px;
}
.dt-sc-team .dt-sc-social-icons li a i {
  font-size: 20px;
  margin-bottom: 5px;
}

header#header #logo {
  width: 171px;
}

header#header #phone {
  overflow: hidden;
  text-align: center;
}
header#header #phone .inner {
  line-height: 90px;
  font-weight: 600;
}
header#header #phone .inner a {
  color: #1f1f1f;
  font-size: 15px;
}

header#header #phone .inner a:hover {
  color: #087dc2;
}

header#header #main-menu {
  width: auto;
  float: right;
}

@media only screen and (max-width: 1280px) and (min-width: 1120px) {
  header#header #phone {
    display: none;
  }
}

@media only screen and (max-width: 1119px) and (min-width: 960px) {
  header#header #phone {
    display: none;
  }
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
  header#header #phone {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  header#header {
    border-bottom: none;
  }
  header#header #phone .inner {
    line-height: 30px;
  }

  header#header #main-menu {
    width: inherit;
    float: none;
  }

  header#header > .container {
    display: flex;
    flex-direction: column;
  }

  header#header #logo {
    order: 1;
  }

  header#header #primary-menu {
    order: 3;
    width: inherit;
    float: none;
  }

  header#header #phone {
    display: block;
    width: 100%;
    order: 2;
  }
}

.is-sticky header#header {
  background: rgba(255, 255, 255, 0.95);
}

.dt-sc-social-icons li.mail:hover {
  background: #f7cc18;
}

.dt-sc-social-icons li.phone:hover {
  background: #3bb0e5;
}

.dt-sc-social-icons li.web:hover {
  background: #aaa;
}

.dt-sc-social-icons li.instagram:hover {
  background: #9b6954;
}

input[type="submit"],
button:hover,
input[type="button"]:hover,
.subscribe-frm input[type="submit"],
.dt-sc-button:hover,
.browse,
.dt-sc-ico-content.type11 .icon,
.package-item:hover .dt-sc-button,
.carousel_items .carousel-arrows a:hover,
.dt-sc-ico-content.type10 .icon,
.dt-sc-pr-tb-col.type3 .dt-sc-button,
.entry-package-thumb .dt-sc-button,
.search-container input[type="submit"]:hover,
.search-container ul.dt-sc-tabs-frame > li > a,
.dt-sc-sorting-container a.active-sort,
.dt-sc-sorting-container a:hover,
.entry-post:hover .entry-detail .dt-sc-button,
.widget .tagcloud a:hover,
.load-more .dt-sc-button,
.support-info a.dt-sc-button,
.dt-sc-event:hover .dt-sc-button,
.widget form.search-container input[type="submit"],
.place-item:hover .dt-sc-button,
.products .package-wrapper:hover .dt-sc-button,
.theme-btn.dt-sc-button,
.search-container input[type="submit"]:hover,
.entry-details .tags a:hover,
.portfolio-single .tags a:hover,
.dt-sc-callout-box .dt-sc-button:hover,
.hotel-thumb-meta .hotel-option-type,
.dt-sc-entry-sorting a:hover,
.dt-sc-entry-sorting a.active_sort,
.yith-wcwl-add-to-wishlist a:hover,
.add_to_wishlist:hover,
.summary.entry-summary .yith-wcwl-wishlistexistsbrowse.show:hover,
.summary.entry-summary .yith-wcwl-wishlistaddedbrowse.show:hover,
.single_add_to_cart_button,
.quantity.buttons_added input[type="button"]:hover,
.widget button,
.dt-sc-ico-content.type3:hover .icon,
.dt-sc-ico-content.type2 .icon span,
.dt-sc-ico-content.type5 .icon,
.dt-sc-ico-content.type9 .icon,
.dt-sc-ico-content.type8:hover .icon,
span.image-overlay-inside:before,
.button:hover,
#open_datepicker .ui-datepicker-calendar .ui-state-active,
.tribe-events-back > a {
  background: #2daae1;
}

.tour-pack-option .dt-sc-button,
.search-container input[type="submit"],
.megamenu-child-container .tribe-events-event-cost,
.section-title:before,
.section-title1:before {
  background: #f7cc18;
}

#main-menu > ul > li.current_page_item > a,
#main-menu > ul > li.current_page_ancestor > a,
#main-menu > ul > li.current-menu-item > a,
#main-menu > ul > li.current-menu-ancestor > a,
.property-item .hotel-details .dt-sc-button.yellow,
.product .package-thumb-wrapper .onsale,
.quantity.buttons_added input[type="button"],
.tribe-events-meta-group .tribe-events-single-section-title:before,
h3.tribe-events-related-events-title:before,
.widget h3.widgettitle:before,
.megamenu-child-container > ul.sub-menu > li > a:before,
.megamenu-child-container > ul.sub-menu > li > .nolink-menu:before,
#frmbooking input[type="submit"]:hover,
.tribe-grid-header > .tribe-grid-content-wrap > .column.tribe-week-today {
  background: #f7cc18;
}

.selection-box:after {
  background-image: url(/wp-content/uploads/themeImg/select.png);
}

.gm-style button {
  border: initial;
  color: initial;
  font-weight: initial;
  margin: initial;
  font-size: initial;
  padding: initial;
  float: none;
  cursor: initial;
  border-radius: initial;
  min-height: initial;
  -webkit-appearance: none;
}

#main-menu ul li.menu-item-simple-parent ul {
  width: 260px;
}

.container-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.container-flex #secondary-left.secondary-has-left-sidebar {
  float: none;
  order: 1;
}

.container-flex #primary.page-with-left-sidebar {
  float: none;
  order: 2;
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
  .container-flex #primary.page-with-left-sidebar {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 319px) {
  .container {
    width: 200px;
  }
}
@media only screen and (max-width: 479px) and (min-width: 320px) {
  .container {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  #post-556 .dt-sc-toggle-frame .dt-sc-toggle-content {
    padding: 0;
  }

  .container {
    width: auto;
    margin: 0 4%;
  }
  header#header .container {
    margin: 0;
  }

  .divewp-post-container > .dt-sc-hr-invisible {
    margin: 10px 0px;
  }

  .breadcrumb-wrappe {
    padding: 7px 0;
  }
  .breadcrumb-wrapper .container h1 {
    margin: 0;
  }

  #main-menu ul li.menu-item-simple-parent ul {
    width: 100%;
  }

  #main-menu {
    padding: 0;
  }

  .container-flex {
    flex-direction: column;
  }
  .container-flex #secondary-left.secondary-has-left-sidebar {
    float: none;
    order: 2;
    margin-top: 30px;
  }

  .container-flex #primary.page-with-left-sidebar {
    float: none;
    order: 1;
  }

  .divewp-prices-container .divewp_additionalCost .dt-sc-one-fourth {
    width: 23.4%;
    margin-left: 0;
    margin-bottom: 0;
  }

  .divewp-prices-container .divewp_additionalCost .dt-sc-three-fourth {
    width: 74.5%;
    margin-left: 0;
    margin-bottom: 0;
  }

  .divewp_prices .divewp_price_card .prices_hotel {
  }

  .divewp_prices .divewp_price_card .prices_hotel .price_single {
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 0;
  }

  .divewp_prices .divewp_price_card .prices_hotel .price_single .inner {
    padding: 7px 10px;
  }
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
  #logo a {
    height: 100%;
    padding: 10px 0px;
  }
}

.container {
  max-width: 1270px;
}

.container-scubadates {
  width: auto;
  margin: auto;
  max-width: 1000px;
}

.dt-sc-callout-box h5 {
  color: #444444;
}

#dt-sc-places-map {
  width: 100%;
  height: 65vh;
  margin-bottom: 20px;
}
.divewp_sidebar_map {
  height: 300px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="range"],
input[type="date"],
textarea,
input.text,
input[type="search"] {
  color: #2f2f2f;
}

#menu-side-menu .sub-menu {
  margin-left: 15px;
}

#menu-side-menu ul {
  margin-top: 0;
}

#menu-side-menu ul.sub-menu {
  overflow: hidden;
  max-height: 0;
  transition: max-height 1s ease-out;
}

#menu-side-menu ul.sub-menu.active {
  max-height: 1000px;
  transition: max-height 1s ease-in;
}

.megamenu-child-container
  ul.sub-menu
  > li
  > ul.sub-menu
  > li
  > ul.sub-menu
  > li
  a {
  padding: 3px 0px;
}

.megamenu-child-container ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.8s ease-out;
}

.megamenu-child-container
  ul.sub-menu
  > li
  > ul.sub-menu
  > li
  > ul.sub-menu.active {
  max-height: 500px;
  transition: max-height 0.8s ease-in;
}

.megamenu-child-container {
  overflow-y: auto;
}

.megamenu-child-container > ul.sub-menu > li {
  width: 227px;
}

.megamenu-4-columns-group .megamenu-child-container {
  width: 1039px;
}

#main-menu > ul.menu > li > a {
  font-size: 15px;
}

.megamenu-child-container > ul.sub-menu > li > a {
  font-weight: 400;
  font-size: 19px;
  margin-bottom: 1px;
}

.section-title.place-heading {
  margin-bottom: 19px;
}

.hotel-type {
  display: none;
}

.dt-sc-places-container .place-title h4 {
  margin-bottom: 0;
  font-weight: 600;
}

.widget {
  padding: 0px 0px 20px;
}

#custom-post-type-categories-2 .children {
  display: none;
}

.dt-sc-ico-content.type11 .icon {
  margin-right: auto;
  margin-left: auto;
  float: none;
}

/* specials */

#divewp_specials_container .filter {
  margin-bottom: 40px;
  float: none;
}

.dt-sc-callout-box.type2 #divewp_special_form_filter {
  text-align: left;
}

#divewp_specials_container .filter .types .typeswitch {
  padding: 5px 0;
}
#divewp_specials_container .filter .types label {
  margin-right: 20px;
  font-size: 120%;
  font-weight: 600;
}

#divewp_specials {
  max-width: 900px;
  margin: auto;
}

#divewp_specials .divewp_special {
  margin: 20px 0px 40px;
  transition: box-shadow 0.5s ease;
  min-height: 150px;
}
#divewp_specials .divewp_special:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

#divewp_specials .divewp_special .head {
  background: #2564b0;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  min-height: 150px;
}

#divewp_specials .divewp_special .head:hover {
  box-shadow: 0px 0px 7px #000;
}

#divewp_specials .divewp_special .head:active {
  box-shadow: inset 0px 0px 7px #000;
}

#divewp_specials .divewp_special .head .head-main .inner {
  padding: 19px;
}
#divewp_specials .divewp_special .head .head-main {
  color: white;

  width: 100%;
}
#divewp_specials .divewp_special .head .head-main h2 {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
  color: white;
}
#divewp_specials .divewp_special .head .head-main a {
  color: #c5c5c5;
  margin-right: 10px;
}
#divewp_specials .divewp_special .head .head-main a:hover {
  color: #ffffff;
}
#divewp_specials .divewp_special .head .head-main .date {
  font-weight: 600;
}

#divewp_specials .divewp_special .head .head-main .price {
  float: right;
  font-size: 130%;
  height: 52px;
  vertical-align: bottom;
  margin-right: 19px;
  position: relative;
  width: 170px;
}

#divewp_specials .divewp_special .head .head-main .price span {
  position: absolute;
  bottom: 0;
  right: 0;
}

#divewp_specials .divewp_special .head .head-thumb {
  float: right;
  width: 225px;
}

#divewp_specials .divewp_special .head .head-thumb img {
  height: auto;
}

#divewp_specials .divewp_special .content {
  padding: 20px;
}

#divewp_specials .divewp_special .footer {
  padding: 0 20px;
}

#divewp_specials .divewp_special .footer .dt-sc-button {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  #divewp_specials .divewp_special .head .head-main .price {
    float: none;
    height: auto;
  }
  #divewp_specials .divewp_special .head .head-main .price span {
    position: relative;
  }

  #divewp_specials .divewp_special .head .head-thumb {
    float: none;
    width: 100%;
  }
}

.divewp_share ul li a {
  cursor: pointer;
}
.divewp_share ul li.share-link a:hover {
  background: #bbb;
}
.divewp_share ul li.share-fb a:hover {
  background: #3b5998;
}
.divewp_share ul li.share-wa a:hover {
  background: #25d366;
}

ol.breadcrumb {
  padding: 0;
}

/** Tripadvisor */

.TA_cdsratingsonlynarrow {
  height: 45px;
}

.cdsROW.narrow {
  padding: 0 !important;
  width: auto !important;
  margin-top: -35px;
  text-align: left !important;
}
.cdsROW.narrow .logo {
  float: left;
  padding: 0 !important;
}
.cdsROW.narrow .cdsRating {
  float: left;
  margin-right: 10px;
}

/* plugins */

/* popup */
.noscroll {
  overflow-y: hidden;
  height: 100%;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="range"],
input[type="date"],
textarea,
input.text,
input[type="search"] {
  border: 1px solid #d9d9d9;
  border-radius: 0;
}

.divewp-popup-content input[type="text"],
.divewp-popup-content input[type="password"],
.divewp-popup-content input[type="email"],
.divewp-popup-content input[type="url"],
.divewp-popup-content input[type="tel"],
.divewp-popup-content input[type="number"],
input[type="range"],
input[type="date"],
textarea,
input.text,
input[type="search"] {
  font-size: 13px;
  padding: 10px 12px;
}
.divewp-popup-content textarea {
  height: 150px;
}
.divewp-popup-content #subject {
  font-weight: 800;
}

.divewp-popup-content input[name="reiseteilnehmer"] {
  height: 50px;
}

.dt-sc-ico-content.type10 .icon {
  border-color: #eaeaea;
}

/* Packages */
.package-wrapper .package-details div.divewp-promotion-item {
  padding: 5px 20px;
  margin-bottom: 2px;
  line-height: 21px;
}
.package-wrapper .package-details div.divewp-promotion-item .date {
  font-size: 90%;
}
.package-wrapper .package-details div.divewp-promotion-item .offer {
  font-size: 100%;
  font-weight: 600;
}

.divewp_promotions .package-item .package-details .hotels-list {
  min-height: 104px;
}

.carousel_items .package-item .offer {
  min-height: 42px;
}

iframe {
  min-width: 100%;
  width: 100px;
  *width: 100%;
}

.clear {
  clear: both;
}
.nobr {
  white-space: nowrap;
}

p.demo_store {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 0.5em 0;
  text-align: center;
  background: #ad74a2;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ad74a2),
    to(#96588a)
  );
  background: -webkit-linear-gradient(#ad74a2, #96588a);
  background: -moz-linear-gradient(center top, #ad74a2 0, #96588a 100%);
  background: -moz-gradient(center top, #ad74a2 0, #96588a 100%);
  border: 1px solid #96588a;
  color: #fff;
  z-index: 99998;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.2);
}
.admin-bar p.demo_store {
  top: 28px;
}

.package-wrapper,
.dt-sc-packhelp-wrapper,
.tour-pack-wrapper,
.tour-package-carousel-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.package-wrapper .carousel-arrows,
.dt-sc-packhelp-wrapper .carousel-arrows,
.tour-pack-wrapper .carousel-arrows,
.tour-package-carousel-wrapper .carousel-arrows {
  position: absolute;
  position: absolute;
  right: 0;
  top: -81px;
}
.package-wrapper .carousel-arrows a,
.dt-sc-packhelp-wrapper .carousel-arrows a,
.tour-pack-wrapper .carousel-arrows a,
.tour-package-carousel-wrapper .carousel-arrows a {
  width: 40px;
  height: 40px;
  line-height: 38px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 27px;
  float: left;
}

.package-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
}
.package-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.package-wrapper .package-thumb {
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.package-wrapper .package-thumb img {
  float: left;
}

.pif-has-gallery .secondary-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
ul.products li .package-thumb {
  position: relative;
}
ul.products li .package-thumb .secondary-image {
  backface-visibility: hidden;
  display: block;
  height: auto;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 200ms ease-out 0s;
  width: auto;
}
ul.products li:hover .package-thumb .secondary-image {
  opacity: 1;
}

.carousel_items .dt-sc-one-fourth .package-content .dt-sc-button {
  float: right;
}

.package-wrapper .package-details {
  float: left;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-top: 0;
  padding-top: 22px;
  padding-bottom: 22px;
}
.package-wrapper .package-item:hover .package-details,
.dt-sc-packhelp:hover .dt-sc-packhelp-detail-wrapper {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.woocommerce ul.products li.product .package-wrapper h2 {
  display: none;
}
.package-wrapper .package-details > h5 {
  margin-bottom: 5px;
  font-weight: bold;
}
.package-wrapper .package-details > h5,
.package-wrapper .package-details > p {
  padding-left: 20px;
  padding-right: 20px;
}
.package-wrapper .package-details > p {
  font-size: 13px;
  text-transform: uppercase;
  color: #bdbdbd;
}

ul.products li .dt-sc-one-fourth .package-content .package-meta {
  display: none;
}

.package-wrapper .package-details .package-content {
  border-top-width: 1px;
  border-top-style: solid;
  padding: 14px 20px 5px;
}
.dt-sc-one-fourth .package-wrapper .package-details .package-content,
.page-with-sidebar
  .dt-sc-one-third
  .package-wrapper
  .package-details
  .package-content,
.page-with-both-sidebar
  .dt-sc-one-half
  .package-wrapper
  .package-details
  .package-content {
  text-align: center;
}
.dt-sc-one-fourth .package-content .dt-sc-button,
.dt-sc-one-fourth .yith-wcwl-add-to-wishlist,
.page-with-sidebar .dt-sc-one-third .package-content .dt-sc-button,
.page-with-sidebar .dt-sc-one-third .yith-wcwl-add-to-wishlist,
.page-with-both-sidebar .dt-sc-one-half .package-content .dt-sc-button,
.page-with-both-sidebar .dt-sc-one-half .yith-wcwl-add-to-wishlist {
  display: inline-block;
}
.dt-sc-one-fourth .package-wrapper .package-price,
.page-with-sidebar .dt-sc-one-third .package-wrapper .package-price,
.page-with-both-sidebar .dt-sc-one-half .package-wrapper .package-price {
  margin-right: 0;
}
.dt-sc-one-fourth .yith-wcwl-add-to-wishlist,
.page-with-sidebar .dt-sc-one-third .yith-wcwl-add-to-wishlist,
.page-with-both-sidebar .dt-sc-one-half .yith-wcwl-add-to-wishlist {
  margin-right: 0;
  float: none;
  top: -3px;
  position: relative;
  margin-left: 7px;
}
.page-with-sidebar .dt-sc-one-fourth .yith-wcwl-add-to-wishlist,
.page-with-both-sidebar.page-with-sidebar
  .dt-sc-one-third
  .yith-wcwl-add-to-wishlist {
  margin-top: 10px;
}
.wishlist_table .add_to_cart,
.yith-wcwl-add-button > a.button.alt {
  border-radius: 5px !important;
}

.package-wrapper
  .package-content
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button.show
  .ajax-loading {
  display: none !important;
}

.woocommerce .products .dt-sc-one-fourth ul.package-meta,
.woocommerce .page-with-sidebar .dt-sc-one-third ul.package-meta,
.woocommerce .page-with-both-sidebar .dt-sc-one-half ul.package-meta {
  margin-bottom: 5px;
}

.page-with-both-sidebar
  .dt-sc-one-fourth
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show,
.page-with-sidebar
  .dt-sc-one-fourth
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show {
  padding: 0;
}
.page-with-sidebar
  .products
  li
  .dt-sc-one-fourth
  .yith-wcwl-wishlistaddedbrowse.show,
.page-with-sidebar
  .products
  li
  .dt-sc-one-fourth
  .yith-wcwl-wishlistexistsbrowse.show {
  float: none;
  display: inline-block;
}


/************ Product widgets **************/
.widget ul.product_list_widget li:before {
  content: none;
}
.widget ul.product_list_widget li {
  padding-left: 0;
}
.widget ul.product_list_widget li img {
  float: left;
  height: auto;
  margin-right: 20px;
  margin-top: 5px;
  width: 100px;
}
.widget ul.product_list_widget li p {
  color: #2c3e50;
}

.product_list_widget .star-rating {
  margin-bottom: 10px;
}

/************ Product category **************/
.product-category.product.first {
  margin-left: 0;
}
.product-category.product {
  text-align: center;
}

/*----*****---- << Retina Images >> ----*****----*/

@media only screen and (-moz-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-devicepixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  ul.products li .package-details .yith-wcwl-add-to-wishlist a {
    background-image: url(../images/wish-list@2x.png);
    background-size: 17px 16px;
  }
  ul.products
    li
    .package-details
    .yith-wcwl-add-to-wishlist
    .yith-wcwl-wishlistexistsbrowse
    a,
  ul.products li .package-details .yith-wcwl-wishlistaddedbrowse a {
    background-image: url(../images/wish-list-added@2x.png);
    background-size: 17px 16px;
  }
}

.pswp__counter {
  top: auto;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.pswp__ui {
  float: right;
}
.pswp__ui button {
  width: 50px;
  height: 50px;
  float: left;
  margin-top: 0;
}
.pswp__button--arrow--right:before,
.pswp__button--arrow--left:before {
  top: 11px;
}

.pswp__button {
  background: none !important;
}

.pswp__button.pswp__button--close:before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(images/default-skin.png);
  background-position: 0 -44px;
  width: 50px;
  height: 50px;
  top: 0;
}
.pswp__button.pswp__button--fs:before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(images/default-skin.png);
  background-position: -44px 0;
  width: 50px;
  height: 50px;
  top: 0;
}
.pswp__button.pswp__button--zoom:before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(images/default-skin.png);
  background-position: -88px 0;
  width: 50px;
  height: 50px;
  top: 0;
}

.woocommerce-address-fields .selection-box:after,
.woocommerce-shipping-fields .selection-box:after,
.woocommerce-billing-fields .selection-box:after {
  display: none;
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
  .fullwidth-section.grey-bg .container .welcome-txt {
    width: auto;
  }
}

@media only screen and (max-width: 1280px) {
  .fullwidth-section.grey-bg .container .welcome-txt {
    width: auto;
  }
  .megamenu-child-container > ul.sub-menu > li > a,
  .megamenu-child-container > ul.sub-menu > li > .nolink-menu {
    font-size: 14px;
    font-weight: 600;
  }

  #secondary-left.secondary-has-left-sidebar,
  #secondary-right.secondary-has-right-sidebar,
  #secondary-left.secondary-has-both-sidebar {
    display: block;
    float: none;
  }
  #primary.page-with-left-sidebar,
  #primary.page-with-right-sidebar,
  #primary.page-with-both-sidebar {
    display: block;
    float: none;
  }

  #primary,
  #primary.page-with-both-sidebar {
    width: 100%;
  }

  .banner .search-container .dt-sc-tabs-frame-content {
    padding: 0px 2% 0px;
    background: rgba(255, 255, 255, 0.7);
  }

  .secondary-sidebar#secondary-right,
  .secondary-sidebar#secondary-left {
    width: 100%;
  }
}

.banner .search-container .dt-sc-tabs-frame-content {
  background: rgba(255, 255, 255, 0.7);
}

.search-container form > p {
  width: 100% !important;
}

#post-12268 .dt-sc-team {
  min-height: 265px;
}

#wpcf7-f5096-o1 input[type="text"],
#wpcf7-f5096-o1 input[type="password"],
#wpcf7-f5096-o1 input[type="email"],
#wpcf7-f5096-o1 input[type="url"],
#wpcf7-f5096-o1 input[type="tel"],
#wpcf7-f5096-o1 input[type="number"],
#wpcf7-f5096-o1 input[type="range"],
#wpcf7-f5096-o1 input[type="date"],
#wpcf7-f5096-o1 textarea,
#wpcf7-f5096-o1 input.text,
#wpcf7-f5096-o1 input[type="search"] {
  margin-top: 0;
}

.breadcrumb-wrapper {
  padding: 15px 0;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer > ul {
  text-align: left !important;
}

.breadcrumb-wrapper h1 {
  text-transform: initial;
}

#btnSticky {
  display: block;
  text-decoration: none;
  position: fixed;
  right: 0;
  overflow: hidden;
  top: 245px;
  z-index: 9999;

  border-top-left-radius: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 3px;

  animation: bouncea 5s infinite;
  -webkit-animation: bouncea 5s infinite;
  -moz-animation: bouncea 5s infinite;
  -o-animation: bouncea 5s infinite;
  animation-delay: 5s;
}

#btnSticky .dt-sc-button.medium {
  font-size: 15px;
  padding: 15px 10px;
  margin: 0;
  text-transform: uppercase;

  background: #f7cc18;
  color: #000;

  border-top-left-radius: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 3px;

  -webkit-transition: padding 300ms ease;
  -moz-transition: padding 300ms ease;
  -o-transition: padding 300ms ease;
  -ms-transition: padding 300ms ease;
  transition: padding 300ms ease;

  -webkit-animation: 3s ease 0s normal forwards 1 fadein; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: 3s ease 0s normal forwards 1 fadein; /* Firefox < 16 */
  -ms-animation: 3s ease 0s normal forwards 1 fadein; /* Internet Explorer */
  -o-animation: 3s ease 0s normal forwards 1 fadein; /* Opera < 12.1 */
  animation: 3s ease 0s normal forwards 1 fadein;
}

#btnSticky:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
  box-shadow: 0px 0px 7px #888;
}

#btnSticky .dt-sc-button.medium:hover {
  padding-right: 30px;
}

#noteSticky {
  display: block;
  text-decoration: none;
  position: fixed;
  right: 0;
  top: 310px;
  z-index: 9999;

  -webkit-animation: 30s ease 0s normal forwards 1 fadein; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: 30s ease 0s normal forwards 1 fadein; /* Firefox < 16 */
  -ms-animation: 30s ease 0s normal forwards 1 fadein; /* Internet Explorer */
  -o-animation: 30s ease 0s normal forwards 1 fadein; /* Opera < 12.1 */
  animation: 30s ease 0s normal forwards 1 fadein;
}

#noteSticky .inner {
  width: 181px;
  background: #1a5da5;
  padding: 10px 15px;
  color: #fff;
  font-weight: 600;
  font-size: 95%;
  line-height: 25px;
  border-top-left-radius: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 3px;
}

#noteSticky .inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-bottom-color: #235aa7;
  border-top: 0;
  margin-left: 4px;
  margin-top: -20px;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes bounce {
  0%,
  30%,
  100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-5px);
  }
}

@-moz-keyframes bounce {
  0%,
  30%,
  100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-5px);
  }
}

@-o-keyframes bounce {
  0%,
  30%,
  100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-5px);
  }
}

@keyframes bouncea {
  0%,
  30%,
  100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-5px);
  }
}

@media only screen and (max-width: 1650px) {
  #btnSticky {
    display: none;
  }

  #noteSticky {
    display: none;
  }
}

.divewp-widget-title .listType {
  float: right;
  margin-right: 10px;
  font-size: 150%;
}
.divewp-widget-title .listType a {
  color: #bbb;
}
.divewp-widget-title .listType a.active {
  color: #087dc2;
}
.divewp-widget-title h3.widgettitle {
  clear: none;
  float: left;
  width: auto;
  max-width: 300px;
  margin-bottom: 12px;
}

.recent-hotels-widget.listType2 ul li .thumb,
.recent-hotels-widget.listType2 .divewpIconContainer,
.recent-hotels-widget.listType2 ul li .price {
  display: none;
}

.recent-hotels-widget.listType2 ul li {
  margin-bottom: 0;
  padding: 3px 6px 3px 6px;
}
.recent-hotels-widget.listType2 ul li h6 {
  margin-bottom: 0;
  font-weight: 600;
}
.recent-hotels-widget.listType2 ul li a:hover h6 {
  color: #087dc2;
}
.recent-hotels-widget.listType2 ul li:hover {
  box-shadow: none;
}

#divewp_promo_overview .listTypePromo {
  font-size: 180%;
}
#divewp_promo_overview .listTypePromo a {
  color: rgb(187, 187, 187);
}

#divewp_promo_overview .listTypePromo a.active {
  color: rgb(8, 125, 194);
}

#divewp_promotions .divewp_promotions {
  margin-top: 20px;
}
#divewp_promotions .divewp_promotions.list-collapse {
  margin-top: 0;
}

#divewp_promotions
  .divewp_promotions.list-collapse
  .package-wrapper
  .package-thumb {
  display: inline-block;
  width: 114px;
  margin-right: 0.5em;
}

#divewp_promotions
  .divewp_promotions.list-collapse
  .package-wrapper
  .package-details
  .package-content {
  display: block;
  border: 0;
  padding: 0;
  position: absolute;
  top: 14px;
  right: 20px;
}
#divewp_promotions .divewp_promotions.list-collapse .dt-sc-one-third {
  width: auto;
}
#divewp_promotions .divewp_promotions.list-collapse .column {
  float: none;
  margin-bottom: 0;
  line-height: initial;
}

#divewp_promotions
  .divewp_promotions.list-collapse
  .divewp-promotion-item
  .date {
  display: block;
}
#divewp_promotions
  .divewp_promotions.list-collapse
  .divewp-promotion-item
  .offer {
  display: block;
}

#divewp_promo_overview
  .divewp_promotions.list-collapse
  .package-wrapper
  .package-details
  div.divewp-promotion-item {
  padding: 0;
}

/*
#divewp_promotions  .divewp_promotions.list-collapse .divewp-promotion-item + .divewp-promotion-item .offer{
    margin-top: 0.2em;
  border-top: 1px solid #ccc;
}*/

#divewp_promotions
  .divewp_promotions.list-collapse
  .package-wrapper
  .package-details {
  padding: 4px 0px;
  border: 0;
  cursor: pointer;
  float: none;
}

#divewp_promotions .divewp_promotions.list-collapse .package-item {
  margin-bottom: 0.5em;
  border: 1px solid #eceeeb;
}

#divewp_promo_overview #divewp_promotions .divewp_promotions.list-collapse h2 {
  margin-top: 20px;
}

#divewp_promo_overview
  .divewp_promotions.list-collapse
  .package-wrapper
  .package-details
  > h5 {
  margin-bottom: 0;
}

.divewp_promotions.list-collapse
  .package-wrapper
  .package-item:hover
  .package-details,
.divewp_promotions.list-collapse
  .dt-sc-packhelp:hover
  .dt-sc-packhelp-detail-wrapper {
  box-shadow: none;
}

#divewp_promo_overview .divewp_promotions.list-collapse .promoBox {
  border: 0;
}
#divewp_promo_overview .divewp_promotions.list-collapse .divewp_promo_single {
  border-top: 1px solid #eceeeb;
  margin-bottom: 0;
}

#divewp_promo_overview #divewp_promotions.noHeaders .dt-sc-toggle-content {
  padding: 0;
}

#divewp_promo_overview #divewp_promotions.noHeaders .promoBox > .content {
  padding: 10px 25px 20px 25px;
}

#divewp_promo_overview #divewp_promotions.simpleList .promotion-sub-sub-group {
  margin: 0;
}

#divewp_promo_overview
  #divewp_promotions.simpleList
  .divewp_promotions
  .column {
  margin: 0 2px;
}

#divewp_promo_overview .promoBox .header {
  display: none;
}

#divewp_promo_overview #divewp_promo_form_filter .widget.widget_categories {
  max-height: 360px;
  overflow-y: auto;
  overflow-x: hidden;
}

#divewp_promotions .divewp-list-fadeout {
  max-height: 284px;
  position: relative;
  overflow: hidden;
  -webkit-transition: max-height 2s;
  -moz-transition: max-height 2s;
  transition: max-height 2;
}
#divewp_promotions .divewp-list-fadeout .divewp-read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0px 0;
  z-index: 2;

  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, white);
}

#divewp_promotions .divewp-list-fadeout.active {
  max-height: 10000px;
}

#divewp_promotions .divewp-list-fadeout .diveWp-widget-more {
  margin: 0;
}
#divewp_promotions .divewp-list-fadeout .diveWp-widget-more a {
  background: #f5f5f594;
  color: #000;
}

.divewp-promotions-place-container .divewp-widget-title .button {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  #divewp_promo_overview .dt-sc-hr-invisible {
    display: none;
  }

  #divewp_promotions
    .divewp_promotions.list-collapse
    .divewp-promotion-item
    .offer {
    display: block;
  }

  #divewp_promotions
    .divewp_promotions.list-collapse
    .package-wrapper
    .package-details {
    text-align: left;
  }

  #divewp_promo_overview .listTypePromo {
    display: inline-block;
    position: relative;
    top: inherit;
  }

  #divewp_promotions
    .divewp_promotions.list-collapse
    .package-wrapper
    .package-details
    .package-content {
    display: none;
  }

  #divewp_promotions
    .divewp_promotions.list-collapse
    .package-wrapper
    .package-thumb {
    display: none;
  }

  #divewp_promo_overview
    .divewp_promotions.list-collapse
    .package-wrapper
    .package-details
    div.divewp-promotion-item {
    padding-left: 20px;
  }

  #divewp_promo_overview #divewp_promo_form_filter .widget.widget_categories {
    max-height: auto;
  }
}

.carousel-container.no-title.no-btn .section-title {
  display: none;
}
.carousel-container.no-title.no-btn .aligncenter {
  display: none;
}
.text-light * {
  color: #fff;
}

.text-light-shadow {
  text-shadow: 0 0 7px #000;
}

.divewp_promotions .group-title {
  cursor: pointer;
}

.divewp_promotions_main .package-item {
  margin-bottom: 0;
}

.caroufredsel_wrapper {
  margin-bottom: 0 !important;
}

.divewp_promotions_main .promotion-group {
  margin-bottom: 1em;
}

.divewp_promotions_main #divewp_promotions .column {
  margin: 0px 0.3em;
}

#divewp_promo_overview
  .filterToggle.active
  .divewp-filter-toggle-btn
  .toggleIcon
  i {
  transform: rotate(0deg);
}

i.toggleIcon {
  display: inline-block;
  transition: 0.3s;
  transform: rotate(-90deg);
}
i.toggleIcon.active {
  transform: rotate(0deg);
}

.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center;
}

#divewp_promotions {
  transition: opacity ease 0.3s;
  opacity: 1;
}
#divewp_promotions.loading {
  opacity: 0;
}

.search-container .btn-divewp-search {
  width: 184px;
  height: 44px;
}

.banner .search-container .dt-sc-tabs-frame-content.bgWhite {
  background: #fff;
  box-shadow: 0 0 15px #bababa;
}

.banner .search-container {
  transition: top 0.4s ease;
}

.banner .search-container.search-open {
  position: absolute;
  top: -550px;
  bottom: auto;
}

@media only screen and (max-width: 767px) {
  .banner .search-container.search-open {
    position: relative;
    top: auto;
    bottom: auto;
  }
}
