/*ATTRACTIONS*/
.attraction__content {
  padding: 120px 0 80px;
}
.attraction__info {
  width: 40%;
  float: left;
  padding: 0 15px;
}
.addtostory__btn {
  font-size: 32px;
  line-height: 1;
  color: var(--darkBlue);
  font-family: "loretta";
  padding: 0 0 24px 0;
  margin-bottom: 40px;
  background: none;
  border: none;
  border-bottom: 3px solid var(--accent);
  outline: none;
  width: 100%;
  max-width: 100%;
}
.addtostory__btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.addtostory__btn-icon {
  position: relative;
  width: 64px;
  height: 64px;
  border: 2px solid var(--accent);
  border-radius: 100%;
  transition: all .3s ease-in-out;
}
.addtostory__btn:hover .addtostory__btn-icon {
  background: var(--accent);
}
.addtostory__btn-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 32px;
  transition: all .3s ease-in-out;
  transform: translate(-50%, -50%);
}
.addtostory__btn:hover .addtostory__btn-icon svg {
  fill: #fff;
}
.attraction__info-item {
  margin-bottom: 24px;
}
.attraction__info-item span {
  display: block;
  font-size: 24px;
  color: var(--darkBlue);
  margin-bottom: 8px;
  font-family:"loretta";
  line-height: 1;
}
.attraction__info-item p {
  margin-bottom: 0;
  font-size: 18px;
}
.attraction__info-item a {
  color: #4d4d4e;
  text-decoration: none;
}
.attraction__desc {
  width: 60%;
  float: left;
  padding: 0 15px 0 80px;
}
.attraction__desc p {
  margin-bottom: 16px;
}
.attraction__gallery {
  margin-bottom: 80px;
}
.attraction__gallery h2 {
  margin-bottom: 20px;
}
.att__gallery-slider {
}
.att__gallery-slider img {
  height: 650px;
  object-fit: cover;
}
.att__gallery-slider .owl-nav button {
  outline: none;
}
.att__gallery-slider .owl-nav button span {
  display: none;
}
.att__gallery-slider .owl-prev {
  position: absolute;
  top: 50%;
  left: -40px;
  border-top: 12px solid transparent !important;
  border-bottom: 12px solid transparent !important;
  border-right: 16px solid var(--accent) !important;
  transform: translateY(-50%);
}
.att__gallery-slider .owl-next {
  position: absolute;
  top: 50%;
  right: -40px;
  border-top: 12px solid transparent !important;
  border-bottom: 12px solid transparent !important;
  border-left: 16px solid var(--accent) !important;
  transform: translateY(-50%);
}
.attraction__map {
  text-align: center;
}
.attraction__map h2 {
  margin-bottom: 20px;
  text-align: left;
}
.attraction__map iframe {
  width: 100%;
  height: 600px;
}
.back__btn {
  font-size: 24px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  line-height: 1;
  margin: 80px auto;
  font-family: "loretta";
  transition: all .3s ease-in-out;
}
.back__btn:hover {
  color: var(--accent);
  text-decoration: none;
}
.back__btn svg {
  display: inline-block;
  height: 16px;
  width: 16px;
  transition: all .3s ease-in-out;
}
.back__btn:hover svg {
  fill: var(--accent);
}
/*YOUR STORY*/
.page__header-story {
  width: 100%;
  height: 50vh;
  position: relative;
}
.page__header-story img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page__header-story-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page__header-story-info h1 {
  color: #fff;
  margin: 0;
}
.my__bookmarks {
  margin: 70px 0 0;
}
#g-recaptcha-register,
#g-recaptcha-login {
  margin-top: 32px;
}
.my__bookmarks .page__desc h2 {
  margin-bottom: 40px;
  padding-right: 160px;
}
.my__bookmarks .page__desc h2 svg {
  position: absolute;
  top: 20px;
  right: 85px;
  width: auto;
  height: 100px;
  margin-left: 80px;
}
.page__media-bookmarks {
  padding-left: 120px;
}
.page__media-bookmarks > p {
  font-size: 24px;
  font-weight: 700;
  color: var(--darkBlue);
  margin-bottom: 24px;
}
.bookmarks__form {
  width: 100%;
}
#save_bookmarks {
  display: none;
}
#save_bookmarks.active {
  display: block;
}
.bookmarks__form input[type="text"],
.bookmarks__form input[type="email"],
.bookmarks__form input[type="password"] {
  width: 100%;
  height: 64px;
  color: var(--darkBlue);
  padding: 24px;
  font-size: 20px;
  margin-bottom: 16px;
  border-radius: 6px;
  border: 1px solid var(--darkBlue);
}
.bookmarks__form label {
  display: none;
}
.bookmarks__form .bookmark__subscribe {
  display: block;
  font-size: 20px;
  vertical-align: middle;
}
.bookmarks__form input[type="checkbox"] {
  width: 32px;
  height: 32px;
  vertical-align: bottom;
  margin-right: 16px;
}
.bookmarks__form #save_bookmarks_btn {
  width: 120px;
  height: 40px;
  text-align: center;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 17px;
  border: none;
  margin-top: 40px;
  background: var(--accent);
  color: var(--darkBlue);
  font-weight: 600;
}
.bookmarks__form .bookmark__or {
  font-size: 24px;
  font-weight: 700;
  margin: 0 24px;
  line-height: 40px;
  vertical-align: middle;
  color: var(--darkBlue);
}
.bookmark__login-btn {
  width: 120px;
  height: 40px;
  text-align: center;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 17px;
  border: none;
  margin-top: 40px;
  border:1px solid var(--accent);
  color: var(--accent);
  font-weight: 600;
  cursor: pointer;
  transition: all .2s ease-in-out;
}
.bookmark__login-btn:hover {
  background-color: var(--accent);
  color: var(--darkBlue);
}
#bookmark__login-form {
  display: none;
}
#bookmark__login-form.active {
  display: block;
}
.bookmark__form-login {
  width: 120px;
  height: 40px;
  text-align: center;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 17px;
  border: none;
  margin-top: 40px;
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.bookmarks__form-forgot {
  display: block;
  font-size: 18px;
}
.bookmark__register-btn {
  width: 120px;
  height: 40px;
  text-align: center;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 17px;
  border: none;
  margin-top: 40px;
  border:1px solid var(--accent);
  color: var(--accent);
  font-weight: 600;
  cursor: pointer;
  transition: all .2s ease-in-out;
}
.bookmark__register-btn:hover {
  background-color: var(--accent);
  color: #fff;
}
.bookmarks__page .bookmark__item-inner {
  height: auto;
  min-height: 730px;
}
.bookmarks {
  margin: 90px -20px 70px -20px;
}
.bookmark__item {
  float: left;
  width: 33.333%;
  padding: 0 20px;
  margin-bottom: 60px;
}
.bookmark__item-inner {
  width: 100%;
  position: relative;
  border: 1px solid #333333;
}
.my__bookmarks .bookmark__item-inner {
  height: 760px;
}
.bookmark__item-inner {
  height: 680px;
}
.bookmark__item-img {
  position: relative;
  width: 100%;
  height: 400px;
}
.bookmark__item-img .addtoo__story {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 0;
  z-index: 1;
}
.bookmark__item-img .addtoo__story svg {
  height: 48px;
  width: auto;
  fill: #fff;
  stroke: #333333;
}
.bookmark__item.active .addtoo__story svg {
  fill: var(--accent);
  stroke: var(--accent);
}
.bookmark__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bookmark__item-info {
  padding: 24px;
  text-align: center;
}
.bookmark__item h2 {
  color: var(--darkBlue);
  font-size: 24px !important;
  line-height: 28px !important;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.bookmark__item p {
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.bookmark__item-remove {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: calc(100% - 50px);
	padding: 8px;
	margin-left: 25px;
	color: #000000;
	border-top: 1px solid var(--accent);
	cursor: pointer;
	transition: all .3s ease-in-out;
}
.bookmark__item-remove:hover {
  color: var(--accent);
}
.bookmark__item-remove svg {
  width: 16px;
  height: 16px;
  transition: all .3s ease-in-out;
}
.bookmark__item-remove svg polygon,
.bookmark__item-remove svg circle {
  transition: all .3s ease-in-out;
}
.bookmark__item-remove:hover svg polygon {
  fill: var(--accent);
}
.bookmark__item-remove:hover svg circle {
  stroke: var(--accent);
}
.bookmark__item-remove span {
	font-size: 16px;
    line-height: 32px;
    vertical-align: bottom;
}
.yourstory__share {
  margin: 80px 0;
}
.yourstory__share span {
  display: block;
  width: 200px;
  margin: 0 auto 32px;
}
.yourstory__share a {
  margin-right: 30px;
}
.yourstory__share a:last-child {
  margin-right: 0;
}
.yourstory__share a img {
  height: 40px;
}
/*A TO Z*/
.atoz {
  padding-top: 234px;
}
.atoz__items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.atoz__item {
  width: 33.333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.atoz__item-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.atoz__item-inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #534741;
  opacity: 0.5;
}
.atoz__item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 2s ease-in-out;
}
.atoz__item:hover .atoz__item-img {
  transform: scale(1.05);
}
.atoz__item-info {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.atoz__item-info img {
  display: block;
  width: auto;
  height: 80px;
  margin: 0 auto 20px;
}
.atoz__item-info h2 {
  font-size: 36px;
  color: #fff;
  text-align: center;
  margin: 0;
}
/*THINGS TO DO*/
/*.page__header--thingstodo {
height: auto !important;
}*/
.listing__categories {
  position: relative;
  padding: 60px 0;
  background: var(--darkBlue);
}
.listing__categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.listing__categories ul li {
  display: inline-block;
  width: auto !important;
  margin-right: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  border-right: 1px solid #fff;
}
.listing__categories ul li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.listing__categories ul li a {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .3s ease-in-out;
}
.filters__btn {
  position: absolute;
  bottom: 36px;
  right: 46px;
  padding-right: 40px;
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}
.filters__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  border-right: 10px solid transparent !important;
  border-top: 10px solid var(--accent) !important;
  border-left: 10px solid transparent !important;
  transform: translateY(-50%);
  transition: all .3s ease-in-out;
}
.filters__btn.active:after {
  transform: translateY(-50%) rotate(180deg);
}
.filters {
  display: none;
  position: relative;
  padding: 40px 0;
  background: var(--lightBlue);
  /*transition: all .3s ease-in-out;*/
}
.filters form {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}
.filters .select2-container {
  width: auto !important;
  min-width: 240px;
}
.select2-container .select2-selection--single {
  height: 48px !important;
  background: none !important;
  border: 1px solid var(--darkBlue) !important;
  outline: none !important;
  border-radius: 0 !important;
  padding-right: 24px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  	color: var(--darkBlue) !important;
	line-height: 48px !important;
	text-transform: uppercase !important;
	font-size: 16px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50% !important;
  right: 8px !important;
  transform: translateY(-50%) !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  	border-color: var(--darkBlue) transparent transparent transparent !important;
	border-width: 6px 6px 0 6px !important;
	margin: 0 !important;
	transform: translate(-50%, -50%);
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
  color: var(--darkBlue) !important;
  text-transform: uppercase !important;
  font-size: 19px !important;
}
.select2-container--default .select2-results__option--highlighted {
	background: #ddd !important;
}
.filters__btn-close {
  position: absolute;
  top: 24px;
  right: 46px;
  cursor: pointer;
}
.filters__btn-close img {
  width: 40px;
  height: 40px;
}
.filters__clear {
  background: none;
  border: none;
  font-size: 18px;
  color: var(--darkBlue);
  vertical-align: middle;
}
.bookmarks--thingstodo {
  margin-left: 0;
  margin-right: 0;
}
/*.bookmarks .load__more {
  display: block;
  width: 340px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.160em;
  color: var(--accent);
  text-align: center;
  margin: 15px auto;
  background: none;
  border: 1px solid var(--accent);
  border-radius: 0;
  cursor: pointer;
}
.bookmarks .load__more:after {
  right: 70px;
  border-top: 8px solid var(--accent) !important;
  border-right: 8px solid transparent !important;
  border-bottom: none !important;
  border-left: 8px solid transparent !important;
}
.bookmarks .load__more:hover {
  color: #fff;
  background: var(--accent);
}
.bookmarks .load__more:hover:after {
  border-top: 8px solid #fff !important;
}*/
/*CALENDAR*/
.page__search {
  width: 100%;
  padding: 40px;
  background: var(--darkBlue);
}
.page__search form {
  position: relative;
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}
.page__search label {
  display: none;
}
.page__search input[type="search"] {
  width: 100%;
  height: 56px;
  padding: 20px 76px 20px 20px;
  border: none;
  outline: none;
  color: var(--darkBlue);
  font-size: 17px;
}
.page__search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  background: var(--lightBlue);
  border: none;
  outline: none;
}
.page__search button img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  transform: translate(-50%, -50%);
}
.events {
  padding: 100px 0;
}
.events__calendar {
  width: 40%;
  float: left;
}
#calendar__datepicker {
  padding-right: 120px;
}
.ui-widget.ui-widget-content {
  border: none;
}
.ui-datepicker {
  width: 100%;
  background: none;
  border: none;
}
.ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 30px;
}
.ui-datepicker .ui-datepicker-title {
  font-size: 40px;
  color: var(--darkBlue);
  font-family:"loretta";
  font-weight: 400;
  margin: 0;
  line-height: 1;
}
.ui-datepicker-year {
  display: none;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background: none;
  width: 16px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: auto;
  margin: 0;
  cursor: pointer;
  transform: translateY(-50%);
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  top: auto;
  left: auto;
  margin: 0;
  background: none;
}
.ui-datepicker .ui-datepicker-prev span {
  border-top: 10px solid transparent !important;
  border-bottom: 10px solid transparent !important;
  border-right: 14px solid var(--darkBlue) !important;
}
.ui-datepicker .ui-datepicker-next span {
  border-top: 10px solid transparent !important;
  border-bottom: 10px solid transparent !important;
  border-left: 14px solid var(--darkBlue) !important;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background: none;
  border: none;
}
.ui-datepicker-calendar th span {
  color: var(--darkBlue);
  text-transform: uppercase;
  font-size: 14px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  border: none !important;
  background: none !important;
  color: var(--lightBlue); !important;
  font-size: 24px;
/*  font-family: 'Avenir';*/
  text-align: center;
  padding: 4px;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  transition: all .2s ease-in-out;
}
.ui-datepicker-current-day .ui-state-active {
  background: var(--accent) !important;
  color: #fff !important;
  border-radius: 100%;
}
.ui-datepicker table .ui-state-hover {
  background: var(--accent) !important;
  color: #fff !important;
  border-radius: 100%;
}
.featured__events {
  width: 60%;
  float: left;
}
.featured__events-sliderImg {
  position: relative;
}
.featured__events-sliderImg img {
  height: 240px;
  object-fit: cover;
}
.featured__events-sliderDate {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 64px;
  background: var(--lightBlue);
  padding: 8px;
  z-index: 1;
}
.featured__events-sliderDate span {
  display: block;
  font-weight: 700;
  color: var(--darkBlue);
  text-align: right;
  text-transform: uppercase;
}
.featured__events-sliderInfo {
  background: #eeeeee;
  padding: 12px;
  text-align: center;
  border-radius: 0 0 12px 12px;
}
.featured__events-sliderInfo h3 {
  font-weight: 700;
  font-size: 17px;
  color: var(--darkBlue);
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.featured__events-sliderInfo span {
  display: block;
  line-height: 1;
  color: var(--darkBlue);
  margin-bottom: 16px;
}
.featured__events-sliderInfo .btn__red {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.120em;
  padding: 4px 26px;
}
.featured__events-sliderInfo .btn__red:after {
  display: none;
}
.featured__events-slider .owl-nav button {
  outline: none;
}
.featured__events-slider .owl-nav button span {
  display: none;
}
.featured__events-slider .owl-prev {
  position: absolute;
  top: 50%;
  left: -34px;
  border-top: 11px solid transparent !important;
  border-bottom: 11px solid transparent !important;
  border-right: 14px solid var(--darkBlue) !important;
  transform: translateY(-50%);
}
.featured__events-slider .owl-next {
  position: absolute;
  top: 50%;
  right: -34px;
  border-top: 11px solid transparent !important;
  border-bottom: 11px solid transparent !important;
  border-left: 14px solid var(--darkBlue) !important;
  transform: translateY(-50%);
}
.monthly__events {
  margin-bottom: 70px;
}
.monthly__events-filter {
  margin-bottom: 60px;
}
.monthly__events-filter h2 {
  position: relative;
  float: left;
  margin: 0 48px 0 0;
  padding-right: 40px;
  line-height: 48px;
}
.monthly__events-filter h2:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  border-top: 11px solid transparent !important;
  border-bottom: 11px solid transparent !important;
  border-left: 14px solid var(--darkBlue) !important;
  transform: translateY(-50%);
}
.monthly__events-filter form {
  float: left;
}
.monthly__events-filter form .select2-container{
  width: 300px !important;
  margin-right: 48px;
}
.monthly__events-filter .select2-container .select2-selection--single {
  height: 48px !important;
}
.monthly__events-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 17px !important;
  line-height: 48px !important;
}
.monthly__events-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 6px 6px 0 6px !important;
}
.monthly__events-items {
}
.monthly__events-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.monthly__events-item {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 50px;
}
.monthly__events-item-inner {
  width: 100%;
  height: 100%;
  position: relative;
  background: #eeeeee;
}
.monthly__events-itemImg {
  position: relative;
  width: 220px;
  height: 200px;
  float: left;
}
.monthly__events-itemDate {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  background: var(--lightBlue);
  padding: 8px;
  z-index: 1;
}
.monthly__events-itemDate span {
  display: block;
  font-weight: 700;
  color: var(--darkBlue);
  text-align: right;
  text-transform: uppercase;
}
.monthly__events-itemImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.monthly__events-itemInfo {
  float: left;
  width: calc(100% - 220px);
  height: 200px;
  padding: 30px 80px 30px 30px;
}
.monthly__events-itemInfo h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--darkBlue);
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-decoration: none;
  line-height: 1.3;
}
.monthly__events-itemInfo h3 a {
  text-decoration: none;
}
.monthly__events-itemInfo span {
  display: block;
  color: var(--darkBlue);
  margin: 0 0 10px;
}
.monthly__events-itemDesc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.monthly__events-itemDesc p {
  font-size: 14px;
}
.monthly__events-bookmark {
  position: unset;
}
.monthly__events-bookmark a {
  display: flex;
}
.monthly__events-bookmark svg {
  height: 56px;
  fill: #fff;
  stroke: var(--darkBlue);
}
.monthly__events-bookmark.active svg {
  fill: var(--accent);
  stroke: var(--accent);
}
/*SINGLE TOWN*/
.single__town-info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0 120px;
}
.single__town-map {
  width: 50%;
  padding-right: 40px;
}
.single__town-map h2 {
  font-size: 60px;
  margin: 0 0 24px;
}
.single__town-map iframe {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.single__town-desc {
  width: 50%;
  font-size: 25px;
  padding-left: 40px;
}
.single__town-imageCaption {
  width: 100%;
  height: 70vh;
  position: relative;
  margin-bottom: 100px;
}
.single__town-imageCaption img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single__town-imageCaption h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 70px;
  text-align: center;
  transform: translate(-50%, -50%);
}
.single__town-gallery {
  margin-bottom: 80px;
}
.single__town-slider {
}
.single__town-slider img {
  height: 470px;
  object-fit: cover;
}
.single__town-slider .owl-nav button {
  outline: none;
}
.single__town-slider .owl-nav button span {
  display: none;
}
.single__town-slider .owl-prev {
  position: absolute;
  top: 50%;
  left: -56px;
  border-top: 12px solid transparent !important;
  border-bottom: 12px solid transparent !important;
  border-right: 16px solid #b9c6ca !important;
  transform: translateY(-50%);
}
.single__town-slider .owl-next {
  position: absolute;
  top: 50%;
  right: -56px;
  border-top: 12px solid transparent !important;
  border-bottom: 12px solid transparent !important;
  border-left: 16px solid #b9c6ca !important;
  transform: translateY(-50%);
}
.tab__nav {
  display: flex;
  align-items: center;
}
.tab__link {
  position: relative;
  display: block;
  font-size: 30px;
  color: var(--darkBlue);
  text-decoration: none;
  padding: 15px 40px;
  transition: all .3s ease-in-out;
}
.tab__link:hover {
  color: #fff;
  text-decoration: none;
}
.tab__link.active {
  color: #fff;
  border-radius: 6px 6px 0 0;
}
.tab__link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(52, 113, 128, .5);
  border-radius: 6px 6px 0 0;
  z-index: -1;
  transition: height .3s ease-in-out;
}
.tab__link:hover:before {
  height: 72px;
}
.tab__link.active:before {
  height: 72px;
  background: var(--darkBlue);
}
.tab__content {
  width: 100%;
  padding: 40px 20px 0;
  border: 1px solid var(--darkBlue);
}
.tab__item {
  display: none;
}
.tab__item.active {
  display: block;
}
.tab__item .bookmark__item {
  margin-bottom: 40px;
}
/*TOP TEN LIST*/
.topten__items {
  position: relative;
  margin-right: -20px;
  margin-left: -20px;
  margin: 50px 0 100px;
}
.topten__item {
  float: left;
  width: 33.333%;
  padding: 0 20px;
  margin-bottom: 40px;
}
.topten__item-inner {
  position: relative;
  min-height: 770px;
  text-align: center;
  padding-bottom: 40px;
  border: 1px solid #4d4d4d;
}
.topten__item img {
  display: block;
  margin-bottom: 40px;
  width: 100%;
  height: 440px;
  object-fit: cover;
}
.topten__item h2 {
  width: 100%;
  max-height: 78px;
  padding: 0 15px;
  font-size: 30px;
  margin: 0 0 20px;
  color: var(--darkBlue);
  line-height: 40px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.topten__item p {
  font-size: 24px;
  margin-bottom: 40px;
  padding: 0 15px;
  max-height: 66px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.topten__item .btn__red {
  display: inline-block;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  padding: 5px 60px;
  border-radius: 0;
}
.topten__item .btn__red:after {
  display: none;
}
/*EMERGENCY*/
.emergency .bookmark__item-inner {
  height: 595px;
}
.emergency .bookmark__item-img svg {
  fill: none;
  stroke: #fff;
}
.emergency__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px !important;
  height: auto !important;
  transform: translate(-50%, -50%);
}
/*NIGHTLIFE*/
.filters.page__inner-filters {
  background: none;
  display: block;
}
.filters.page__inner-filters .container {
  padding: 0;
}
.nightlife__info {
  margin: 100px 0 40px;
}
.nightlife__info .container {
  display: flex;
  flex-wrap: wrap;
}
.nightlife__desc {
  width: 60%;
  padding-right: 40px;
}
.nightlife__desc h2 {
  font-size: 60px;
  margin: 0 0 40px;
  color: var(--darkBlue);
}
.nightlife__desc p {
  font-size: 24px;
}
.nightlife__video {
  width: 40%;
  padding-left: 40px;
}
.nightlife__video iframe {
  width: 100%;
  height: 340px;
  object-fit: cover;
}
.nightlife {
  margin-top: 40px;
}
.nightlife .container {
  padding: 0;
}
.nightlife .bookmark__item-inner {
  height: 670px;
}

/* ALL SEASONS */
.category__items--allseasons .category__item {
	width: calc(25% - 18px);
}
/*WORKFORCE*/
.category__items--workforce .category__item {
	width: calc(50% - 12px);
}
/*WELLNESS*/
.wellness .container {
  text-align: center;
}
.wellness__info {
  margin: 80px 0 20px;
}
.wellness .bookmark__item-img svg {
  fill: none;
  stroke: #fff;
}
.wellness__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px !important;
  height: auto !important;
  transform: translate(-50%, -50%);
}
/*ABOUT*/
.program__areas {
  padding: 60px 0;
  background: #e8f3ff;
}
.program__areas h2 {
  margin-bottom: 60px;
  text-align: center;
}
.program__areas-inner {
  column-count: 2;
}
.program__areas-item {
  width: 100%;
  margin-bottom: 16px;
  padding: 0 50px;
  break-inside: avoid-column;
}
.program__areas-item h3 {
  font-size: 24px;
  margin: 0 0 8px;
  font-weight: 700;
}
.program__areas-item p {
  font-size: 19px;
  margin: 0;
}
.about__txt-img {
  padding: 70px 0;
}
.about__txt-img-inner {
    display: flex;
    flex-direction: column;
}
.about__txt-img-wrap {
	display: flex;
    gap: 40px;
    align-items: flex-start;
}
.about__txt-img p {
  font-size: 19px;
  line-height: 30px;
}
.about__txt-img img {
	width: 160px;
	height: auto;
	object-fit: contain;
}
.team {
}
.team h2 {
  position: relative;
  margin: 70px 0 60px;
  text-align: center;
}
.team h2:before {
  content: '';
  position: absolute;
  top: -70px;
  left: 50%;
  width: 50%;
  height: 4px;
  background: var(--accent);
  transform: translateX(-50%);
}
.team p {
  font-size: 19px;
}
.team__inner {
  margin: 80px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.team__item {
  width: 25%;
  padding: 0 50px;
  margin-bottom: 70px;
}
.team__item img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  /*height: 280px;
  object-fit: cover;*/
}
.team__item h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
}
.team__item p {
  margin-bottom: 8px;
  font-size: 18px;
}
.team__item a {
  color: var(--darkBlue);
  text-decoration: none;
}
.team__item-btn {
    padding: 14px 40px;
    margin-bottom: 80px;
}
.team__item-btn.btn__red:after {
	display: none;
}
.team__contact-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
}
.team__contact-popup .curtain {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}
.team__popup-form {
	position: absolute;
    width: 480px;
    max-width: 95%;
    max-height: 95%;
    top: 3%;
    left: 50%;
    overflow: auto;
    background: #fff;
    padding: 24px;
    border-radius: 6px;
    transform: translateX(-50%);
    z-index: 1;
}
.team__cc-popup  {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
}
.team__cc-popup .curtain {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}
.hotel__cc-popup  {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
}
.hotel__cc-popup .curtain {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}


.team__popup-form input[type="text"],
.team__popup-form input[type="email"],
.team__popup-form textarea,
.team__popup-form select {
	width: 100%;
	padding: 8px 16px;
	margin-bottom: 8px;
	background: #fff;
	border: 1px solid #ddd;
}
.team__popup-form textarea {
	min-height: 120px;
	resize: vertical;
}
.team__popup-form .btn__red {
    display: block;
    margin: 24px auto;
    padding: 8px 24px;
    cursor: pointer;
}
.team__popup-form .btn__red:after {
	display: none;
}
.team__popup-txt {
	margin-bottom: 16px;
}
.team__popup-txt h4 {
	margin: 0 0 4px;
    line-height: 1.2;
}
.team__contact-close {
    position: absolute;
    top: -40px;
    right: 16px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}
.hotel__contact-close {
    position: absolute;
    top: -40px;
    right: 16px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}
.board {
  margin-bottom: 60px;
}
.board .container {
	padding: 0 50px;
}
.board h2 {
  margin: 0 15px 32px;
  font-size: 24px;
}
.board__inner {
    display: flex;
    flex-wrap: wrap;
}
.board__item {
    width: 16.66666%;
    padding: 0 15px;
    margin-bottom: 24px;
    font-size: 18px;
}
.board__item h3 {
  font-size: 18px;
  color: var(--darkBlue);
  font-weight: 700;
  margin-bottom: 4px;
}
.board__item p {
  margin-bottom: 0;
}
.board__item a {
  display: block;
  color: var(--darkBlue);
  font-size: 14px;
  text-decoration: underline;
}
.tourism__info-map {
  text-align: center;
}

.tourism__center-item {
  position: relative;
  padding: 0 15px 0 60px;
  margin-bottom: 40px;
}
.tourism__center-number {
  position: absolute;
  top: 0;
  left: 10px;
  width: 38px;
  height: 38px;
  color: var(--darkBlue);
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.tourism__center-item-info {
  padding-top: 8px;
}
.tourism__center-item-info h3 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 16px;
}
.tourism__center-item-info p {
  font-size: 19px;
  margin-bottom: 0;
}
.tourism__center-item-info a {
  font-size: 19px;
  text-decoration: none;
}
.page__desc-aboutv2 a {
  display: inline-block;
}

.aboutus__contact-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	padding: 40px;
	width: 640px;
	max-width: 95%;
	background: #fff;
	text-align: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	transform: translate(-50%, -50%);
	border: 1px solid #ddd;
	z-index: 999999;
}
.aboutus__contact-popup-close {
	position: absolute;
	top: 0px;
	right: 12px;
	font-size: 24px;
	cursor: pointer;
}
.aboutus__contact-popup p {
	font-size: 20px;
}
/*CATEGORY*/
.category__items {
  padding: 80px 0;
}
.category__items-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
.category__item {
  width: calc(33.333% - 16px);
  height: 500px;
}
.category__item-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.category__item-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #534741;
  opacity: 0.5;
  z-index: 1;
}
.category__item-inner p {
  width: 100%;
  height: 100%;
}
.category__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category__item h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  font-size: 40px;
  color: #fff;
  text-align: center;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.category__item a {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category__item a:hover {
  text-decoration: none;
  color: #fff;
}
.category__spotlights {
  padding: 40px 0;
  background: var(--lightBlue);
}
.category__spotlights h2 {
  text-align: center;
}
.category__spotlights-singleitem {
  position: relative;
  width: 90%;
  min-height: 200px;
  padding-left: 380px;
  margin: 0 auto 50px;
}
.category__spotlights-singleitem img {
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  height: 200px;
  object-fit: cover;
}
.category__spotlights-singleitem p {
  font-size: 19px;
  line-height: 30px;
}
.category__spotlights-singleitem a {
  font-size: 24px;
  color: var(--darkBlue);
  font-weight: 700;
}
.category__spotlights-btn {
  font-size: 16px !important;
  color: #fff !important;
  padding: 8px 50px 8px 30px;
}
.category__spotlights-items {
  display: flex;
  padding: 15px;
  background: var(--offWhite);
  border-radius: 16px;
  text-align: center;
  margin-bottom: 60px;
}
.category__spotlights-item {
  width: 33.333%;
  padding: 0 5px;
}
.category__spotlights-img {
  position: relative;
  height: 400px;
}
.category__spotlights-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.category__spotlights-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category__spotlights-info {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 32px;
  color: #fff;
  z-index: 2;
}
.category__spotlights-info span {
  display: block;
  font-size: 19px;
  margin-bottom: 10px;
}
.category__spotlights-info h3 {
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
}
.cat__more-btn {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 360px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--darkBlue);
  text-decoration: none;
  border: 1px solid var(--darkBlue);
  border-radius: 6px;
  transition: all .2s ease-in-out;
}
.cat__more-btn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid var(--darkBlue) !important;
  transform: translateY(-50%);
}
.cat__more-btn:hover {
  background: var(--darkBlue);
  color: #fff;
  text-decoration: none;
}
.cat__more-btn:hover:after {
  border-left: 8px solid #fff !important;
}
.category__itineraries {
  padding: 80px 0;
}
.category__itineraries-title {
  display: flex;
  align-items: center;
}
.category__itineraries h2 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 0px;
}
.category__itineraries-item {
  width: 50%;
  height: 80px;
  padding: 0 7px;
  margin-bottom: 14px;
  float: left;
}
.category__itineraries-item-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.category__itineraries-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category__itineraries-item h3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 80px;
  margin: 0;
  background: rgba(83,71,65,0.5);
}
.category__itineraries-item h3:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 45px;
  border-top: 12px solid transparent !important;
  border-bottom: 12px solid transparent !important;
  border-left: 16px solid #fff !important;
  transform: translateY(-50%);
}
.category__pdfs {
  padding: 80px 0;
  text-align: center;
}
.category__pdfs h2 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 60px;
  text-align: center;
}
.category__pdfs img {
  display: block;
  width: auto;
  height: 700px;
  margin: 0 auto 80px;
}
.category__pdfs .btn__red {
  display: block;
  width: 290px;
  margin: 0 auto;
  padding: 9px 30px;
  font-size: 20px;
  letter-spacing: 0.160em;
  font-weight: 700;
  text-align: center;
}
.category__pdfs .btn__red:after {
  display: none;
}
.category__brochures {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.category__brochures > img {
  width: 240px;
  height: auto;
  margin-right: 40px;
}
.category__brochures-links {
  width: calc(100% - 280px);
}
.category__brochures-links p {
  color: var(--darkBlue);
}
.category__brochures-links a {
  color: var(--darkBlue);
  font-size: 19px;
}
.category__brochures-links span {
  font-weight: bold;
  text-decoration: underline;
}
.insta__share-category h2 {
  background: none;
  color: var(--darkBlue);
}
.dti__social-media {
  padding: 80px 0;
}
.dti__social-media h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 40px;
}
.dti__social-media img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.dti__social-media iframe {
  width: 100%;
}
/*SUBCATEGORY*/
.subcategory__desc {
	padding: 100px 0;
}
.subcategory__brochure {
	margin-bottom: 80px;
	background: var(--lightBlue);
	height: 420px;
}
.subcategory__brochure .container,
.subcategory__brochure .row {
	height: 100%;
}
.subcategory__brochure-download {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.subcategory__brochure-download img {
	position: absolute;
	width: 200px;
	height: 450px;
	top: -30px;
	left: 0;
	object-fit: cover;
}
.subcategory__brochure-dwn-info {
	width: calc(100% - 275px);
}
.subcategory__brochure-dwn-info h2 {
	font-size: 50px;
	line-height: 60px;
	color: var(--darkBlue);
	margin-bottom: 30px;
}
.subcategory__brochure-dwn-info a {
	display: inline-block;
	width: 220px;
	height: 40px;
	line-height: 40px;
	background: #dd583c;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 22px;
	letter-spacing: 0.050em;
	text-decoration: none;
}
.subcategory__brochure-info {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.subcategory__brochure-info img {
	display: block;
	width: 150px;
	margin-right: 40px;
}
.subcategory__brochure-info-txt {
	width: calc(100% - 190px);
}
.subcategory__brochure-info-txt p {
	font-size: 24px;
	color: #4d4d4d;
}
.subcategory__brochure-info-txt a {
	font-size: 24px;
	font-weight: 700;
}
/*CONTACT*/
.contact {
	width: 100%;
	min-height: 100vh;
	position: relative;
	padding-top: 270px;
	background: url(../img/contact.jpg) no-repeat center center;
	background-position: fixed;
	background-size: cover;
	text-align: center;
}
.contact h1 {
	font-size: 84px;
	color: #fff;
	margin-bottom: 60px;
}
.contact__info {
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 40px;
}
.contact__info p {
	margin-bottom: 30px;
}
.contact__info a {
	color: #fff;
	text-decoration: none;
}
.contact__info p span {
}
.contact__form h2 {
	font-size: 56px;
	color: #fff;
	font-family:"loretta";
	margin-bottom: 30px;
}
.contact__form form {
	width: 580px;
	max-width: 90%;
	margin: 0 auto;
}
.contact__form form label {
	display: none;
}
.contact__form input[type='text'],
.contact__form input[type='email'] {
	width: 100%;
	height: 58px;
	padding: 10px 28px;
	margin-bottom: 58px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background: none;
	border: 2px solid #fff;
	border-radius: 4px;
}
.contact__form select {
	width: 100%;
    height: 58px;
    padding: 0px 28px;
    margin-bottom: 58px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background: none;
    border: 2px solid #fff;
    border-radius: 4px;
}
.contact__form textarea {
	width: 100%;
	height: 120px;
	padding: 10px 28px;
	margin-bottom: 58px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background: none;
	border: 2px solid #fff;
	border-radius: 4px;
	resize: vertical;
}
.contact__form button {
	width: 220px;
	border: none;
	margin: 60px 0;
}
.contact__form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1; /* Firefox */
}
.contact__form :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
}
.contact__form ::-ms-input-placeholder { /* Microsoft Edge */
	color: #fff;
}
.contact__form-data p {
	color: #fff;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 40px;
}
.contact__form-subscribe {
    display: flex !important;
    flex-wrap: wrap;
    color: #fff;
    font-weight: 700;
    font-size: 21px;
    margin: 0 0 40px;
}
.contact__form-subscribe input {
	width: 24px;
    height: 24px;
}
.contact__form-subscribe span {
	width: calc(100% - 24px);
	padding-left: 24px;
	text-align: left;
}


/*FARMERS MARKETS*/
.farmers__markets {
	padding: 80px 0;
	font-size: 24px;
}
.farmers__markets-item {
	font-size: 24px;
	color: #4d4d4d;
	padding-right: 140px;
	margin-bottom: 40px;
}
.farmers__markets-item a {
	text-decoration: none;
}
.farmers__markets-item-title {
	display: block;
	margin-bottom: 4px;
	font-weight: 700;
}
.farmers__markets-item p {
	margin-bottom: 4px;
}
.farmers__markets-item-phone {
	display: inline-block;
	color: #4d4d4d;
	margin-right: 8px;
	padding-right: 8px;
	border-right: 1px solid #4d4d4d;
}
.farmers__markets-items-info {
	font-size: 19px;
	margin-top: 80px;
}
/*SINGLE EVENTS*/
.page__desc-event {
	padding-right: 200px;
}
.single__event-gallery {
  display: block;
  width: 100%;
  height: 560px;
}
.single__event-gallery .owl-stage-outer,
.single__event-gallery .owl-stage,
.single__event-gallery .owl-item {
  height: 100%;;
}
.single__event-gallery .owl-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single__event-gallery .owl-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
}
.single__event-gallery.owl-carousel .owl-nav button.owl-prev,
.single__event-gallery.owl-carousel .owl-nav button.owl-next {
  position: relative;
  width: 40px;
  height: 40px;
  background: #337080;
  color: #fff;
  font-size: 40px;
  line-height: 1;
}
.single__event-gallery.owl-carousel .owl-nav button.owl-prev span,
.single__event-gallery.owl-carousel .owl-nav button.owl-next span {
  display: none;
}
.single__event-gallery.owl-carousel .owl-nav button.owl-prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid var(--accent) !important;
  transform: translate(-50%, -50%);
}
.single__event-gallery.owl-carousel .owl-nav button.owl-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid var(--accent) !important;
  transform: translate(-50%, -50%);
}
.single__event-date {
	padding-bottom: 24px;
	margin-bottom: 40px;
	border-bottom: 3px solid var(--accent);
}
.single__event-date p {
	font-size: 32px;
	color: var(--darkBlue);
	font-family:"loretta";
	margin-bottom: 16px;
	line-height: 1;
}
.page__content-single-event .page__media .page__desc {
	margin-bottom: 100px;
}
.single__event-info-item {
	margin-bottom: 30px;
}
.single__event-info-item span {
	display: block;
	font-size: 36px;
	color: var(--darkBlue);
	margin-bottom: 20px;
	font-family:"loretta";
	line-height: 1;
}
.single__event-info-item p {
	margin-bottom: 0;
	font-size: 30px;
}
.single__event-info-item a {
	color: #4d4d4e;
	text-decoration: none;
}
.single__event-info-weather {
	color: var(--darkBlue) !important;
	font-size: 24px;
	font-weight: 400 !important;
}
.single__event-info-weather img {
	width: 40px;
	margin-right: 8px;
}
.single__event-bookmark {
	font-size: 24px;
  border-top: 2px solid var(--accent);
  margin-top: 32px;
  max-width: 100%;
  font-weight: 400;
  font-family:"loretta";
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0 0;
  transition: all .2s ease-in-out;
}
.single__event-bookmark:hover {
	background: var(--accent);
	color: #fff;
	padding: 16px;
  text-decoration: none;
}
.single__event-bookmark svg {
	width: auto;
	height: 40px;
	transition: all .2s ease-in-out;
}
.single__event-bookmark:hover svg {
	stroke: #fff;
}

/*TRAIL*/
.page__header-trail {
  	display: flex;
  	align-items: center;
    justify-content: center;
    width: auto;
    position: absolute;
    bottom: 60px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
}
.page__header-trail h1 {
	white-space: nowrap;
	width: auto;
	color: #fff;
}
.page__header-trail img {
	width: 124px !important;
	margin-left: 16px;
}
.page__content--trail {
	width: 1440px;
	max-width: 100%;
	margin: 0 auto;
}
.trail__icons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
	margin: 0 0 80px;
}
.trail__icons a {
	position: relative;
	text-decoration: none;
}
.trail__icons a:before {
	transition: all .2s ease-in-out;
	transform: translate(-50%, 10px);
}
.trail__icons a:after {
	transition: all .2s ease-in-out;
	transform: translate(-50%, 10px) rotate(45deg);
}
.trail__icons a:hover:before {
	transform: translate(-50%, 0);
}
.trail__icons a:hover:after {
	transform: translate(-50%, 0) rotate(45deg);
}
.trail__icons img {
	display: block;
	width: 130px;
	height: 130px;
}
.trail__content {
	display: flex;
	flex-wrap: wrap;
    position: relative;
    padding-top: 32px;
    margin-bottom: 50px;
}
.trail__content .page__desc {
	width: 70%;
}
.trail__content .trail__phone {
    width: 450px;
    max-width: 100%;
    position: absolute;
    top: 0;
    right: -120px;
}

.trail__boxes {
	display: flex;
	flex-wrap: wrap;
    margin-top: 160px;
}
.trail__item {
	position: relative;
	width: 25%;
	padding: 0 16px;
	margin-bottom: 32px;
}
.trail__item-inner {
	position: relative;
  width: 100%;
  height: 320px;
}
.trail__item-bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.trail__item-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 24px;
	text-align: center;
}
.trail__item-imglink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.trail__item-img {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 570px;
	max-width: 80%;
	max-height: 160px;

	transform: translate(-50%, -50%);
}
.trail__item:first-child .trail__item-img {
	width: 530px;
    top: 40%;
}
.trail__item:nth-child(2) .trail__item-img {
	width: 600px;
}
.trail__item:nth-child(3) .trail__item-img {
	width: 440px;
}
.trail__item:nth-child(4) .trail__item-img {
	width: 590px;
}
.trail__item-btns {
	position: absolute;
	bottom: 24px;
	left: 50%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;

	transform: translateX(-50%);
}
.trail__item .btn__red {
	font-size: 14px;
    padding: 8px 24px 8px 8px;
}
.trail__item-small-btns {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:4px;
}
.trail__item-small-btns .btn__red:after {
	display: none;
}
.trail__item-btns .btn__red:after {
    right: 8px;
}
.trail__item.comingsoon .btn__red {
	display: none;
}
.trail__item .btn__cs {
	display: none;
    padding: 8px 24px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    background: none;
    border-radius: 6px;
    outline: none;
    border: 1px solid #fff;
}
.trail__item.comingsoon .btn__cs {
	display: block;
}

/*FINDER*/
.finder__breadcrumbs {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 40px;
}
.finder__breadcrumbs a {
	font-size: 18px !important;
	font-weight: bold;
	color: var(--darkBlue);
	margin: 0 !important;
}
.finder__breadcrumbs span {
	font-weight: 700;
	font-size: 18px;
	color: var(--darkBlue);
}

.page__content--finder {
	overflow-x: hidden;
}
.page__desc--finder {
	width: 1060px !important;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
    align-items: center;
    gap: 40px;
}
.finder__desc {

}
.finder__desc-video {
	width: 50%;
}
.finder__desc-video iframe {
	width: 100%;
}

.finder__items {
	margin-top: 80px !important;
}
.bw-item-card-inner-wrapper {
	min-height: 500px;
}
.finder__video {
	width: 70%;
    margin: 80px auto;
}
.finder__video iframe {
	width: 100%;
    height: 480px;
}
.finder__phone {
	width: 480px;
    height: auto !important;
    object-fit: contain;
    position: relative;
    right: -72px;
    margin-right: -400px;
}

.page__desc--connfinder {
  width: 1060px !important;
  max-width: 100%;
  margin: 0 auto;
	display: flex;
	margin-bottom: 80px;
}
.page__desc--connfinder .finder__desc {
	width: 60%;
}
.page__desc--connfinder .finder__desc-phone {
	width: 40%;
}
.connection__finer-phone {
	width: 50%;
    display: block;
    margin: 0 auto;
}

/*inspiration finder*/
.inspiration-phone img {
	width: 40%;
}
.inspiration__desc {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.inspiration__desc p {
	width: 50%;
}

/*OUTDOOR TRAILS*/
.outdoor__trail-info {

}
.outdoor__trail-info h1 {

}
.outdoor__trail-info p {
	font-size: 19px;
}
.outdoor__trail-info a {
	display: block;
	font-size: 19px;
	font-weight: bold;
	margin-top: 32px;
}
.trail__outdoor {
	margin-top: 80px;
	overflow-x: hidden;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: 32px;
    margin-bottom: 50px;
}
.trail__outdoor-video {
	width: calc(100% - 500px);
}
.trail__outdoor-video iframe {
	width: 100%;
	height: 440px;
}
.trail__outdoor-video a {
	display: block;
	font-size: 19px;
	font-weight: bold;
	margin-top: 16px;
}
.trail__outdoor .trail__phone {
    width: 450px;
    max-width: 100%;
    position: absolute;
    bottom: 40px;
    right: -120px;
}
.trail__rewards {
    margin: 40px 0 80px;
}
.trail__rewards-items {
	display: flex;
    flex-wrap: wrap;
}
.trail__rewards-item {
	display: flex;
	flex-wrap: wrap;
	padding-right: 32px;
}
.trail__rewards-item:nth-child(1) {
    display: block;
	width: 25%;
}
.trail__rewards-item:nth-child(3) {
	width: 30%;
}
.trail__rewards-item:nth-child(2) {
	width: 45%;
}
.trail__rewards-img {
    width: 50%;
}
.trail__rewards-item img {

}
.trail__rewards-item:nth-child(1) .trail__rewards-img {
	width: 100%;
}
.trail__rewards-item:nth-child(1) img {
    width: 220px;
}
.trail__rewards-item:nth-child(3) .trail__rewards-img {
	width: auto;
}
.trail__rewards-item:nth-child(3) .trail__rewards-img img {
	width: 100px;
}
.trail__reward-info {
    width: 50%;
	padding-left: 32px;
}
.trail__rewards-item:nth-child(1) .trail__reward-info {
	width: 100%;
	padding: 24px 0 0;
}
.trail__rewards-item:nth-child(3) .trail__reward-info {
	width: calc(100% - 100px);
}
.trail__reward-info h3 {
	margin: 0 0 24px;
}
.trail__reward-info p {
	font-size: 19px;
}

.zen__finder-main {
	display: flex;
	flex-wrap: wrap;
}
.zen__finder-info {
	width: calc(100% - 400px);
	max-width: 100%;
}
.zen__finder-info h1 {
    font-size: 43px;
}
.zen__finder-info p {
	font-size: 18px;
}
.zen__finder-info a {
	font-size: 18px;
    text-decoration: underline;
    display: inline-block;
    margin-top: 16px;
}


/*CIA CHEF FINDER*/
.ciachef__info {
	display: flex;
    flex-wrap: wrap;
}
.ciachef__info .bwmodule {

}
.ciachef__txt {
	width: 800px;
	max-width: 100%;
	padding: 0 80px 0 0;
}
.ciachef__txt h1 {
	font-size: 58px;
}
.ciachef__txt p {
	font-size: 24px;
}
.ciachef__txt a {
	display: block;
	color: var(--darkBlue);
	font-weight: 600;
	text-decoration: none;
	font-size: 24px;
}

.cia__info {
	padding: 80px 24px;
	margin-bottom: 80px;
	background: rgba(52, 113, 128, 0.15);
}
.cia__info .container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 1440px;
    max-width: 100%;
    margin: 0 auto;
}
.cia__info img {
	width: 50%;
	max-width: 500px;
	padding: 0 80px 0 0;
}
.cia__info-desc {
	width: 50%;
    max-width: 780px;
    font-size: 24px;
}

.cia__trail-rewards {
	margin: 120px 0;
}
.cia__trail-rewards .container {
	width: 1440px;
    max-width: 100%;
    margin: 0 auto;
}
.cia__trail-info {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 120px;
}
.cia__trail-info > div {
	width: 50%;
	padding: 0 20px;
}
.cia__trail-info h2 {
	font-size: 58px;
}
.cia__trail-info  p{
	font-size: 24px;
}
.cia__trail-info iframe {
	width: 100%;
	height: 400px;
}

.cia__rewards {
	display: flex;
	flex-wrap: wrap;
}
.cia__rewards-item {
	width: 100%;
	max-width: 33.333%;
}
.cia__rewards-item:nth-child(2) .cia__item-info{
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
.cia__item-info {
	min-height: 300px;
	padding: 48px 64px 24px;
	margin-bottom: 24px;
	text-align: center;
}
.cia__item-info h3 {
	font-size: 40px;
	text-transform: uppercase;
}
.cia__item-info p {
	font-size: 24px;
}
.cia__item-info a {
	text-decoration: underline;
}
.cia__item-img {
	display: block;
	margin: 0 auto;
	width: 320px;
	max-width: 100%;
	height: 320px;
	border-radius: 100%;
    overflow: hidden;
}
.cia__item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.cia__phone.container {
	width: 1180px;
    max-width: 100%;
    margin: 0 auto 120px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.cia__pass-how {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	width: 360px;
    max-width: 100%;
}
.cia__pass-item {
    text-align: center;
    margin-bottom: 40px;
}
.cia__pass-item img {
	width: auto !important;
	height: 95px;
}
.cia__pass-item h3 {
	font-size: 16px;
    line-height: 22px;
    margin: 10px 0;
    color: #000;
/*    font-family: 'Avenir', sans-serif;*/
    font-weight: 700;
}
.cia__pass-item p {
	font-size: 14px !important;
    line-height: 20px;
}
.cia__phone p {
	font-size: 24px;
}
.cia__phone a {
	text-decoration: underline;
}
.cia__phone img {
	width: 240px;
	max-width: 100%;
}

/*confection finder*/
.confection-trail {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
.confection-trail h2 {
	width: 33.333%;
	font-size: 58px;
	text-align: center;
	padding: 16px 40px;
}
.confection-trail p {
    width: 66.666%;
    font-size: 24px;
    border-left: 1px solid #000;
    padding: 16px 40px;
}

.finder__venues {

}
.finder__venues > h2 {
	margin-bottom: 64px;
}
.finder__venues-items {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 32px;
	margin-bottom: 64px;
}
.finder__venues-items p {
	width: calc(50% - 16px);
	font-style: italic;
	font-size: 21px;
	margin: 0;
}
.finder__venues-items a {
	font-style: normal;
	color: #B25618;
	font-weight: 700;
}
.finder__venues > p {
	font-size: 21px;
}
.finder__venues > p a {
	font-weight: 700;
}
.finder__venues--farm a {
	color: #ba3838;
}
.venues-icon {
	margin: 64px 0;
}
.venues-icon img {
	width: 280px;
	display: block;
	margin: 0 auto;
}

.farm__trail-info {
	position: relative;
}
.farm__trail-info h2 {
    background: #fff;
    z-index: 1;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 40px 0 0;
    line-height: 1;
}
.farm__trail-info span {
	position: absolute;
	top: 50%;
	right: 0;
	width: 100%;
	height: 1px;
	background: #212121;
	transform: translateY(-50%);
}

.farm__rewards {
    display: flex;
    flex-wrap: wrap;
    gap: 160px;
    text-align: center;
    margin: 80px auto;
    justify-content: space-around;
}
.farm__rewards-item {
	position: relative;
    width: calc(50% - 80px);
    margin-bottom: 32px;
}
.farm__rewards-item:first-child:after {
	content: '';
    position: absolute;
    top: 0;
    right: -80px;
    width: 1px;
    height: 75%;
    background: #212121;
}
.farm__item-info {
	font-size: 24px;
	margin-bottom: 40px;
}
.farm__item-info p {
	margin: 0;
}
.farm__item-img {
	width: 100%;
}
.farm__item-img img{
	width: 100%;
}
.farm__rewards-item:nth-child(2) .farm__item-img img {
	width: 90%;
	margin-top: 10px;
}

/*story finder*/
.storyfinder__info {
    display: flex;
    flex-wrap: wrap;
}
.storyfinder__txt {
    width: 800px;
    max-width: 100%;
    padding: 0 80px 0 0;
}
.storyfinder__txt p {
    font-size: 24px;
}
.storyfinder__txt a {
	display: inline-block;
	color: var(--darkBlue);
    font-weight: 600;
    text-decoration: none;
    font-size: 24px;
}
.story__pass > .container {
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #ddd;
}
.story__pass-wrapper {
	width: 1180px;
    max-width: 100%;
    margin: 0 auto 120px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.story__pass-how {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	width: 400px;
    max-width: 100%;
}
.story__pass-item {
    text-align: center;
    margin-bottom: 40px;
}
.story__pass-item img {
	width: auto !important;
	height: 95px;
}
.story__pass-item h3 {
	font-size: 16px;
    line-height: 22px;
    margin: 10px 0;
    color: #000;
/*    font-family: 'Avenir', sans-serif;*/
    font-weight: 700;
}
.story__pass-item p {
	font-size: 14px !important;
    line-height: 20px;
}
.story__phone p {
	font-size: 24px;
}
.story__phone a {
	text-decoration: underline;
}
.story__phone-img {
	width: 320px;
	max-width: 100%;
}
.finder__venues--story a {
	color: var(--darkBlue);
}


/*MEDIA*/
.page__content-media .page__desc {
margin-bottom: 70px;
}
.page__content-media .page__desc h2 {
margin-bottom: 32px;
}
.media__contact {
padding: 60px;
background: #f5fbff;
font-size: 24px;
}
.media__contact p{
font-size: 22px;
}
.media__contact h2 {
	color: var(--darkBlue);
	margin-bottom: 40px;
	line-height: 1;
}
.media__contact p {
line-height: 1;
margin-bottom: 15px;
}
.media__contact a {
line-height: 1;
margin-bottom: 15px;
color: #54504f;
text-decoration: none;
}
.media__contact a:last-child {
font-weight: 700;
color: var(--darkBlue);
text-decoration: underline;
margin-top: 15px;
}
.media__links {
margin-top: 40px;
}
.media__links a {
display: block;
font-size: 24px;
margin-bottom: 8px;
font-weight: 700;
}
/*LGBT*/
.page__media-lgbt img {
  width: 100% !important;
}
.lgbt__couple {
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lgbt__couple-img {
  position: relative;
  width: 50%;
  height: 100%;
}
.lgbt__couple-img > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lgbt__couple-icon {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: auto !important;
  height: 100px !important;
}
.lgbt__couple-info {
  width: 50%;
  height: 100%;
  padding: 60px;
  background: var(--lightBlue);
  display: flex;
  align-items: center;
  justify-content: center;
}
.lgbt__couple-info p {
  font-size: 32px;
  font-family:"loretta";
  color: #fff;
}
.lgbt__couple-info i {
  font-weight: 700;
  font-style: italic;
}
.lgbt__couple-info a {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.lgbt__video {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 80px 80px 0;
}
.lgbt__video iframe {
	width: 50%;
    height: 600px;
    max-width: 100%;
    display: block;
    padding: 0 24px;
}
.lgbt__events {
  padding: 100px 0 80px;
  font-size: 19px;
}
.lgbt__events h2 {
  margin-bottom: 50px;
}
.lgbt__events p a {
  font-weight: 700;
  color: #4d4d4d;
  text-decoration: none;
}
.lgbt__events p a:hover {
  text-decoration: underline;
}
.lgbt__events-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 100px;
  float: right;
  width: 100%;
}
.lgbt__events-img table {
  width: 100% !important;
}
.lgbt__events-img a {
  width: 33.333%;
  text-align: center;
}
.lgbt__events-img img {
  max-width: 220px;
  max-height: 120px;
  width: auto !important;
  height: auto;
}
/*VIDEOS*/
.videos {
  padding: 100px 0;
}
.video__item {
  padding: 0 30px;
  margin-bottom: 80px;
}
.video__item iframe {
  width: 100%;
  height: 460px;
  margin-bottom: 20px;
}
.video__item h2 {
  margin-bottom: 0;
  text-align: center;
}
.video__info {
  padding: 60px 0;
}
.video__info h2 {
  margin-bottom: 40px;
}
.video__info-desc {
  margin: 0 auto;
  font-size: 19px;
}
.video__info-desc .btn__red {
  width: 240px;
  display: block;
  padding: 8px 27px;
  margin: 60px auto 0;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.160em;
  border-radius: 0;
}
.video__info-desc .btn__red:after {
  display: none;
}
.videos__cat {
  padding: 0;
}
.videos__cat-featured {
  padding-top: 100px;
}
.videos__cat-360 {
  padding: 0;
}
.videos__cat-360 .container {
  border: none !important;
}
.videos__cat .container {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--accent);
}
.videos__cat h2 {
  margin-bottom: 60px;
  text-align: center;
}
.videos__cat .video__item {
  text-align: center;
}
.videos__cat .video__item h3 {
  font-size: 32px;
  font-weight: 700;
}
.videos__seeall {
  margin: 0;
  text-align: center;
}
.videos__seeall a {
  color: var(--darkBlue);
  font-size: 29px;
}
.video__archive {
  padding: 50px 0;
  background: var(--offWhite);
}
.video__archive h2 {
  margin-bottom: 60px;
  text-align: center;
}
.video__archive-links {
  display: flex;
  flex-wrap: wrap;
}
.video__archive a {
  width: 50%;
  display: block;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  color: var(--darkBlue);
}
/*ACCESSIBLE TRAVEL*/
.accessible__blogs {
}
.accessible__blogs h3 {
	font-weight: bold;
	font-size: 24px;
	color: var(--darkBlue);
	margin: 40px 0;
}
.accessible__blogs-items {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 40px 0;
}

.press_release_section {
    display: flex;
    flex-direction: column;
    gap: 32px;
    /* padding: 40px 0; */
}
.acb__item {
	display: flex;
	flex-wrap: wrap;
  margin-bottom: 40px;
}
.acb__item img {
	width: 400px;
	height: 280px;
	object-fit: cover;
}
.acb__item-info {
	width: calc(100% - 400px);
	padding:0 0 0 32px;
}
.acb__item-info p,
.acb__item-info a {
  text-align: left;
}
.acb__item-info h3 {
  display: flex;
  gap: 24px;
	font-size: 32px;
	font-weight: 600;
	color: var(--darkBlue);
	padding-bottom: 32px;
	margin: 0 0 24px;
	border-bottom: 1px solid var(--accent);
}
.acb__item-info h3 a {
	font-size: 32px;
  text-decoration: none;
}
.acb__item-info .monthly__events-bookmark svg {
  width: 32px;
  height: 32px;
}
.acb__item-desc {
	text-align: left;
}
.acb__item-desc p {
}

/*OVERNIGHT PACKAGES*/
.overnight__packages {
	margin: 20px 0 60px;
}
.overnight__packages-item {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #8cbac8;
	margin-bottom: 30px;
}
.overnight__packages-item-title {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 400px;
	height: 220px;
	padding: 50px;
	background: #8cbac8;
	color: #fff;
	font-size: 40px;
	line-height: 48px;
	text-align: center;
	font-family:"loretta";
}
.overnight__packages-info {
width: calc(100% - 400px);
display: flex;
align-items: center;
justify-content: center;
font-size: 22px;
line-height: 26px;
padding: 50px;
}
/*TOURISM INDUSTRY PARTNERS*/
.quick__links {
padding: 50px 0 70px;
background: #eef5fc;
}
.quick__links-items,
.quick__links-items p {
width: 100%;
display: flex;
flex-wrap: wrap;
}
.covid__section {
padding: 50px 0 100px;
}
.covid__section-signature {
margin-top: 80px;
}
.covid__section-signature img {
}
/*PHOTOGRAPHER SPOTLIGHTS*/
.photographer__spotlight {
  margin: 100px auto;
}
.photographer__item {
  position: relative;
  margin-top: 80px;
}
.photographer__item h2 {

}
.photographer__item p {
}
.photographer__item img {
  width: 100%;
  display: block;
  margin-bottom: 16px;
}
.photographer__item-caption {
  display: block;
  text-align: right;
  font-style: italic;
  color: var(--darkBlue);
  font-size: 18px;
}
.photographer__item--vertical {
  display: flex;
  flex-wrap: wrap;
}
.photographer__item--vertical .photographer__item-info {
  width: 50%;
  order: 2;
}
.photographer__item--vertical .photographer__item-img {
  width: 50%;
  order: 1;
  padding-right: 60px;
}
/*IN THE SPOTLIGHT*/
.in__spotlights {
  padding-top: 250px;
}
.in__spotlights .container {
  width: 960px;
  max-width: 100%;
}
.spotlights__back-btn {
  display: inline-block;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  color: var(--darkBlue);
  text-decoration: none;
}
.spotlights__items {
}
.spotlights__items-desc a {
  font-weight: 600;
  text-decoration: underline;
}
.spotlights__items-desc img {
  height: auto;
  padding: 4px;
}
.spotlights__items-desc figure {
  margin-bottom: 8px;
}
.spotlights__items-desc figcaption {
  text-align: right;
  width: 100%;
  font-size: 16px;
  font-style: italic;
  color: var(--darkBlue);
}
.spotlights__items-desc p {
  margin-bottom: 8px;
}
.spotlights__item {
  margin-bottom: 60px;
  font-size: 19px;
}
.spotlights__item-title {
  display: flex;
  gap: 40px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--accent);
}
.spotlights__item-info {
  display: block;
  color: var(--darkBlue);
  font-style: italic;
}
.spotlights__item-desc {
  margin-top: 24px;
}
.spotlights__item-desc * {
  max-width: 100% !important;
}
.spotlights__item img {
  display: block;
  width: 100%;
  margin: 0 0 40px !important;
  float: none !important;
}
/* TESTIMONIALS */
.testimonial-item {
  height: 100%;
  box-sizing: border-box;
}

.testimonial-img {
  position: relative;
  height: 400px;               /* fixed height */
  border: 2px solid #244081;   /* border */
  padding: 25px;
  color: #244081;
  overflow: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;      /* keep content & author separated */
  justify-content: space-between;
}

.testimonial-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 0;
}

.testimonial-content,
.testimonial-author {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
}

.testimonial-content {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-description {
  font-size: 19px;
  margin-bottom: 10px;
  color: #244081;
}

.testimonial-author h3 {
  font-size: 24px;
  color: #244081;
  margin-bottom: 0;
}



/*TRAVEL ITINERARIES*/
.blue__text {
  padding: 40px 0;
  background: var(--lightBlue);
  text-align: center;
}
.blue__text p {
  color: var(--darkBlue);
  font-size: 24px;
  margin-bottom: 0;
}
.travel__itineraries {
  padding: 80px 0;
}
.travel__itineraries-group {
  position: relative;
  margin-bottom: 80px;
}
.travel__itineraries-group h2 {
}
.travel__itineraries-nr {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 220px;
}
.travel__itineraries-items {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 240px;
}
.travel__itineraries-item {
  width: 50%;
  height: 160px;
  margin-bottom: 24px;
  padding: 0 12px;
}
.travel__itineraries-item-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  border: 1px solid var(--darkBlue);
}
.travel__itineraries-item img {
  width: 70%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.travel__itineraries-item-info {
  width: 30%;
  text-align: center;
}
.travel__itineraries-item span {
  display: block;
  font-size: 18px;
  color: var(--darkBlue);
  margin-bottom: 16px;
  line-height: 1;
}
.travel__itineraries-item .monthly__events-bookmark {
  position: absolute;
  top: 16px;
  left: 16px;
}

/*REGIONS*/
.regions {
  padding-top: 234px;
}
.region__map {
  padding-right: 50px;
}
.region__map img {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
.region__map-info {
  width: 95%;
  padding: 32px;
  background: #edf8ff;
  font-size: 25px;
}
.region__content {
  padding-left: 50px;
}
.region__content h1 {
  margin-bottom: 50px;
}
.region__item {
  width: 100%;
  margin-bottom: 60px;
}
.region__item img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 40px;
}
.region__item-info {
  font-size: 25px;
}
.region__item-info h2 {
  font-size: 25px;
  margin-bottom: 16px;
  font-weight: 700;
}
.region__item-info p {
  margin-bottom: 0;
}
.category__items-region .category__item {
  /*width: 25%;*/
  width: calc(25% - 18px);
}
.category__items-region .category__item h3 {
  font-size: 27px;
}
.category__items-region .page__inner-title {
  font-size: 48px;
}
.category__items-region .page__inner-desc {
  max-width: 960px;
  margin: 0 auto;
  color: var(--darkBlue);
}
.box__rev250 {
  width: calc(33.333% - 16px);
}

/*LOGIN/REGISTER*/
.register__page {
  padding-top: 234px;
}
.login__form h2 {
  margin-bottom: 16px;
}
.login__register {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.form {
  margin-bottom: 32px;
}
.form label,
.form legend {
  font-size: 18px !important;
  display: block !important;
  margin-bottom: 4px !important;
}
.form input {
  width: 100%;
  height: 40px;
  margin-bottom: 30px;
  padding: 16px;
  font-size: 16px;
  background: none;
  border: 1px solid #ddd;
}
.form textarea {
  width: 100%;
  height: 120px;
  margin-bottom: 30px;
  font-size: 16px;
  background: none;
  resize: vertical;
  border: 1px solid #ddd;
}
.form button {
  display: block;
  width: 160px;
  height: 40px;
  margin-bottom: 16px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  background: var(--darkBlue);
  border: none;
  outline: none;
  transition: all .3s ease-in-out;
}
.form button:hover {
  box-shadow: 0 2px 6px rgb(52 113 128 / 30%);
}
.form a {
  font-size: 16px;
  text-decoration: none;
}
/*REQUEST INFO*/
.request__info {
  padding: 50px 0;
  background: #f0f7fd;
  margin-bottom: 80px;
}
.request__info-form form {
  padding: 0 !important;
}
.request__info-form form p {
  font-size: 19px;
}
.request__info-first-block label {
  font-weight: 700;
  font-size: 19px;
}
.request__info-first-block a {
  font-size: 18px;
}
.mc-field-group ul {
  width: 100%;
}
.request__info-first-block li p {
  font-size: 16px;
}
.request__info-first-block-radio {
  display: flex;
}
.request__info-first-block-radio li {
  margin: 0 16px 0 0 !important;
}

.request__popup {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 40px;
	width: 400px;
	max-width: 95%;
	background:#fff;
	text-align: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	transform: translate(-50%, -50%);
	border: 1px solid #ddd;
	z-index: 999999;
}
.request__popup-close {
	position: absolute;
	top: 0px;
	right: 12px;
	color: var(--darkBlue);
	font-size: 24px;
	cursor: pointer;
}
.request__popup p {
	margin-bottom: 0;
	font-size: 24px;
}
/*Purchase / Awards page*/
.purchase__items {
}
.purchase__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.purchase__item h3 {
  margin: 0;
  width: calc(100% - 300px);
}
.purchase__item form {
}
.purchase__item-order {
  display: flex;
  align-items: center;
  justify-content: center;
}
.purchase__item-order input {
  width: 64px;
  height: 32px;
  font-size: 14px;
}
.purchase__item-order select {
  width: 160px;
  height: 32px;
  font-size: 14px;
  margin-right: 16px;
}
.purchase__item-order .btn {
  margin-left: 16px;
}
.awards__buttons {
  margin-top: 40px;
}
.awards__buttons a {
  margin-right: 24px;
  background: none;
  color: var(--darkBlue);
  border: 1px solid var(--darkBlue);
}
.awards__buttons a:hover {
  box-shadow: none;
  background: var(--darkBlue);
  color: #fff;
}

.award-section-title {
    text-align: center;
    margin: 30px 0;
}

.award-sponsor-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    align-items: center;
}

.award-sponsor-item {
    text-align: center;
    /*flex-basis: calc(25% - 40px);*/
}
/*CHECKOUT*/
.checkout__page form {
  display: flex;
  width: 100%;
  column-gap: 80px;
}
.form__info {
  width: 50%;
}
.checkout__info {
  margin-bottom: 80px;
}
.checkout__item {
  margin-bottom: 24px;
}
.checkout__item--group {
  display: flex;
  align-items: center;
}
.checkout__item-box {
  margin: 0 16px 0 0;
}
.checkout__item label {
  display: block;
  margin-bottom: 4px;
}
.checkout__item input {
  margin-bottom: 0;
  border-radius: 3px;
}
.checkout__item select {
  width: 100%;
  height: 40px;
  padding: 0 16px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.checkout__item-smallinfo {
  font-size: 12px;
  float: right;
  line-height: 25px;
}
.checkout__item-result {
  font-size: 18px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}
.checkout__item-result p {
  margin-bottom: 0;
}
.checkout__item-summary .checkout__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.checkout__item-summary p {
  font-size: 24px;
  margin-bottom: 0;
}
/*WEDDINGS*/
.page__desc-weddings {
  padding-right: 80px;
}
.page__media-wedding p {
  font-size: 24px;
  color: var(--darkBlue);
  margin-bottom: 30px;
}
.wedding__slider {
  display: block;
  width: 100%;
  height: 380px;
}
.wedding__slider .owl-stage-outer,
.wedding__slider .owl-stage,
.wedding__slider .owl-item,
.wedding__slider .owl-item > div {
  height: 100%;
}
.wedding__slider img {
  width: auto !important;
  height: 100%;
  object-fit: cover;
}
.wedding__slider .owl-nav button span {
  display: none;
}
.wedding__slider .owl-prev {
  position: absolute;
  top: 50%;
  left: -30px;
  border-top: 12px solid transparent !important;
  border-bottom: 12px solid transparent !important;
  border-right: 14px solid var(--accent) !important;
  transform: translateY(-50%);
}
.wedding__slider .owl-next {
  position: absolute;
  top: 50%;
  right: -30px;
  border-top: 12px solid transparent !important;
  border-bottom: 12px solid transparent !important;
  border-left: 14px solid var(--accent) !important;
  transform: translateY(-50%);
}
.filters__weddings .select2-container {
  width: 400px !important;
}
.page__media-where {
  padding-left: 120px;
}
/*COLLEGE*/
.page__content-college .page__desc {
  padding-right: 160px;
}
.college__images {
}
.college__item {
  margin-bottom: 150px;
}
.college__item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
}
.college__item p {
  font-size: 17px;
}
/*GETTING HERE*/
.page__getting-here .cat__more-btn {
  width: 300px;
  margin: 100px 0 0;
  text-decoration: none;
}
.getting-here-items {
  margin-top: 100px;
}
/*GUIDE & BROCHURES*/
.page__guide-desc {
  font-size: 19px;
  margin-bottom: 60px;
  text-align: center;
}
.guide__item {
  width: 25%;
  margin-bottom: 32px;
  padding: 0 16px;
}
.guide__item-inner {
  border: 1px solid #ddd;
  text-align: center;
}
.guide__item img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.guide__item h2 {
  font-size: 24px;
  margin-bottom: 16px;
}
.guide__item-download {
  padding: 24px;
}
.guide__item-download a {
  display: block;
  color: var(--accent);
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 16px;
  text-decoration: none;
}
.guide__item-download a:hover {
  text-decoration: underline;
}
.travel__guide-icon {
	display: block;
	text-align: center;
}
.travel__guide-icon-img {
	display: inline-block;
	width: 80px;
	height: 80px;
	position: relative;
	margin-bottom: 16px;
	border: 3px solid #337080;
	border-radius: 100%;
}
.travel__guide-icon svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;

	transform: translate(-50%, -50%);
}
.travel__guide-icon span {
	display: block;
	font-size: 24px;
	font-weight: 700;
}
.travel__guide-iframe {
	width: 100% !important;
	height: 900px;
}

/*INTERNATIONAL TRAVELERS*/
.international__brochure {
  padding: 40px;
  background: #e1eaec;
}
.international__brochure h3 {
  font-size: 48px;
  margin-bottom: 50px;
}
.international__brochure-info {
  display: flex;
}
.international__brochure-info img {
  width: 270px;
  height: auto;
}
.international__brochure-txt {
  padding-left: 40px;
}
.international__brochure-txt p {
  font-size: 24px;
  margin-bottom: 30px;
}
.international__brochure-txt a {
  display: block;
  width: 220px;
  height: 40px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  text-decoration: none;
  background: var(--accent);;
}
.page__desc-international {
  margin-top: 100px;
}
.page__media-international {
  margin-top: 100px;
}
.page__media-international img {
  width: 100%;
}
.international__packages {
  padding: 70px 0 140px;
  background: #e1eaec;
}
.international__packages-item {
  padding: 0 20px;
}
.international__packages-item h2 {
  margin-bottom: 20px;
}
.international__packages-item p {
  font-size: 30px;
  margin-bottom: 40px;
}
.international__packages-item p span {
  font-weight: 700;
}
.international__packages-item img {
  width: 100%;
  height: auto;
}
/*WHATS OPEN*/
.whats__open {
  padding: 60px 0;
}
.whats__open-item {
  width: 100%;
  margin-bottom: 80px;
}
.whats__open-item-title {
  margin-bottom: 40px;
}
.whats__open-item-title a {
  text-decoration: underline;
}
.whats__open-item-images {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 40px;
}
.whats__open-item-images img {
  width: 33.333%;
  padding: 0 15px;
}
.whats__open-item-desc {
  font-size: 24px;
  margin-bottom: 40px;
}
/*TRAILS MAP*/
.trails__block {
  margin-bottom: 80px;
}
.trails__block-listing {
  column-count: 2;
  grid-gap: 30px;
  column-gap: 30px;
}
.trails__block-listing h2 {
  margin-bottom: 40px;
}
/*BACKYARD*/
.backyard__item {
  margin-bottom: 40px;
}
.backyard__item a {
  width: 100%;
}
.backyard__item img {
  width: 100%;
  display: block;
  margin: 0 0 32px;
}
.backyard__item h3 {
  text-align: center;
}

/*NEW SEARCH*/
.search__page {

}
.search__info {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.search__info h2 {

}
.search__info input[type="text"] {
    width: 400px;
    max-width: 100%;
    font-size: 24px;
    padding: 6px 16px;
    border: 1px solid var(--darkBlue);
}

.search__filters {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
#clear__filters {
  color: var(--darkBlue) !important;
}
.search__filters-checkboxes {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 18px;
    flex-wrap: wrap;
}
.search__filters-checkboxes > p {
	margin: 0;
}
.search__checkbox {

}
.search__checkbox label {
	display: flex;
    align-items: center;
	margin-bottom: 0;
}
.search__checkbox input {
	width: 18px;
    height: 18px;
	margin-right: 4px;
}
.search__filters-types {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 18px;
    gap: 16px;
}
.search__types {
	display: flex;
	align-items: center;
	margin: 0;
  width: 160px;
}
.search__types:last-child {
	margin-right: 0;
}
.search__types .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 16px !important;
}
.search__types input[type="text"] {
	width: 180px;
    height: 32px;
    font-size: 24px;
    padding: 4px 16px;
    border: 1px solid var(--darkBlue);
}
#search__clear {
	color: var(--accent);
}
.select2-results__option {
  font-size: 12px !important;
}

.search__results {
	margin-top: 80px;
}
.search__results:last-of-type {
	margin-bottom: 80px;
}
.search__results h3 {

}
.search__results-items {

}
.search__results-item {
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
	gap: 8px;
	margin-bottom: 8px;
}
.search__item-info {
	width: calc(100% - 24px);
}
.search__results-item a {
	display: block;
	font-weight: bold;
}
.search__results-item p {
	width: 100%;
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	margin-bottom: 0;
	transition: all .2s ease-in-out;
}
.search__results-item.active p {
	opacity: 1;
	visibility: visible;
	max-height: 200px;
}
.search__results-show {
	width: 16px;
    height: 16px;
    background: var(--lightBlue);
    cursor: pointer;
    text-align: center;
    color: var(--darkBlue);
    line-height: 16px;
    margin: 4px 0 0 0;
    transition: all .2s ease-in-out;
}
.search__results-show:hover,
.search__results-show.active {
	background: var(--accent);
}
.search__results-show.active span {
	display: block;
	transform: rotate(45deg);
}
.search__results-more {
	padding: 8px 16px 8px 16px;
	font-size: 14px;
	cursor: pointer;
	margin-top: 16px;
}
.search__results-more:after {
	display: none;
}


/*ADS*/
.dti__ads {
	display: flex;
	margin: 40px 0;
}

/*Ambassador Register*/
.ambassador__register ol {
	font-size: 19px;
}
.ambassador__register ol p {
	margin-bottom: 0;
}
.form-register {
	width: 560px;
	max-width: 100%;
	margin-top: 40px;
}
.form__item {
	margin: 0 0 16px;
}
.form__item label {
	display: block;
	margin-bottom: 4px;
	font-size: 19px;
}
.form__item input[type="text"] {
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
}
.form__item select {
    width: 100%;
    height: 40px;
    padding: 0 16px;
    color: #444;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
}
.form__item select option {
	color: #444;
}
.form__item--group {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}
.form__item--city {
    width: 47%;
}
.form__item--state {
    width: 25%;
}
.form__item--zip {
	width: 25%;
}
.form__item-checkbox {
	display: flex !important;
    align-items: flex-start;
    line-height: 1.2;
    gap: 8px;
}

.ambassador__popup {
/*	position: fixed;
	top: 50%;
	left: 50%;*/
	width: 480px;
	max-width: 90%;
	padding: 24px;
	margin: 120px auto;
	font-size: 19px;
	color: #fff;
	background: var(--darkBlue);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
/*	transform: translate(-50%, -50%);*/
	z-index: 999999;
}

@media (min-width: 1025px) and (max-width: 1440px) {
	.topten__item-inner {

    padding-bottom: 20px;
    min-height: 600px;

  }

  .topten__item img {

    height: 320px;

    margin-bottom: 20px;

  }
  .topten__list-info img {
    height: 80px !important;
  }

  .topten__item h2 {

      font-size: 24px;

      line-height: 25px;

  }

  .topten__item .btn__red {

    font-size: 18px;

  }

  /*TRAILS*/
  .trail__icons {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .trail__icons img {
    margin: 0;
    padding: 0 15px;
  }
  .trail__content {
    flex-wrap: wrap;
    overflow-x: hidden;
  }
  .page__desc--things .trail__icons a {
    width: calc(33.333% - 22px) !important;
  }
  .page__header-trail h1 {
    white-space: normal;
  }
  .page__header-trail img {
    display: none;
  }
  .trail__content .trail__phone {
    width: 340px;
  }
  .trail__item-info {
    padding: 16px;
  }
  .trail__item-img {
    width: 80% !important;
  }
  .trail__item .btn__cs {
    bottom: 16px;
    width: 70%;
  }

}



@media (min-width: 1024px) and (max-width: 1366px) {

  .home__welcome-info {

    display: flex;

    flex-wrap: wrap;

  }

  .home__welcome-img {

    width: 40%;
    margin: 40px auto 0;

  }

  .home__welcome-icons {

    position: relative;

    width: 100%;

    order: 3;

    margin-top: 80px;

    text-align: center;

    top: auto;

    transform: unset;

  }

  .home__welcome-btn {

    display: inline-block;

    padding: 0 25px;

  }



  .home__spotlights-items .owl-prev {

    left: -30px;

  }

  .home__spotlights-items .owl-next {

    right: -30px;

  }

  .trail__item {
    width: 50%;
  }
  .trail__item-btns {
    width: 90%;
  }

}



@media (min-width: 1025px) and (max-width: 1600px) {

  .accessibility__btn-img {

    width: 50px;

    height: 50px;

  }

  .accessibility__btn-img img {

    width: 24px;

  }

  .accessibility__btn span {

    font-size: 12px;

  }



  .home__welcome {



  }

  .home__welcome-title {

    margin-bottom: 20px;

  }

  .w__letter {

    height: 90px;

    margin-right: 4px;

  }

  .home__welcome-title-txt span {

    font-size: 34px;

    margin-bottom: 10px;

  }

  .home__welcome-txt {

    font-size: 20px;

    padding-top: 40px;

  }



  .everything__az {

    padding: 60px 0;

  }

  .everything__az h2 {

    font-size: 40px;

    margin-bottom: 60px;

  }

  .az__items {

    margin-bottom: 20px;

  }

  .az__item {

    height: 320px;

  }

  .az__item:nth-child(4),

  .az__item:nth-child(6) {

    height: 650px;

  }

  .az__item-info img {

    height: 80px;

    margin-bottom: 12px;

  }

  .az__item-info h3 {

    font-size: 20px;

  }

  .everything__az .btn__red {

    font-size: 16px;

    padding: 12px 50px;

  }



  .home__spotlights {

    padding: 60px 0;

  }

  .home__spotlights h2 {

    font-size: 40px;

    margin-bottom: 60px;

  }

  .home__spotlights-items .owl-prev {

    left: -40px;

  }

  .home__spotlights-items .owl-next {

    right: -40px;

  }



  .home__locations {

    padding: 60px 0;

  }

  .home__locations h2 {

    font-size: 40px;

    margin-bottom: 60px;

  }



  .home__locations-info h3 {

    font-size: 32px;

  }

  .home__locations-item p {

    font-size: 16px;

  }



  .topten__list h2,

  .topten__itineraries h2 {

    font-size: 40px;

  }

  .insta__share h2 {

    height: auto !important;
    line-height: 1 !important;
    padding: 40px;

  }

  .footer__contact-link {

    font-size: 32px;

  }

  .social__icons {

    width: 100%;

  }

  .footer__info-copyright {

    width: 100%;

  }

  .my__bookmarks .page__desc h2 {
    padding-right: 30px;
	}

  .my__bookmarks .page__desc h2 svg {
    top: 10px;
    right: 20px;
    height: 80px;
	}

  .bookmark__item-remove span {
    font-size: 18px;
  }

  .featured__images-meet h3 {
    font-size: 32px;
  }
  .featured__images-submit h3 {
    font-size: 32px;
  }
  .featured__images .btn__red {
    padding: 7px 48px 7px 24px;
    font-size: 14px;
  }

}

@media (min-width: 1366px) and (max-width: 1440px) {
  .home__spotlights-img {
    height: 360px;
  }
  .addtostory__btn {
      font-size: 32px;
      padding: 0 0px 30px 0;
      margin-bottom: 40px;
  }
  .addtostory__btn-icon {
      width: 64px;
      height: 64px;
  }
  .addtostory__btn-icon svg {
    height: 32px;
  }
  .attraction__info-item p {
    font-size: 24px;
  }
  .att__gallery-slider img {
    height: 550px;
  }
  .attraction__map iframe {
    height: 550px;
  }
  .bookmark__item-img {
    height: 320px;
  }
  .bookmark__item-inner,
  .nightlife .bookmark__item-inner {
      height: 580px;
  }
  .bookmarks__page .bookmark__item-inner {
    height: auto;
    min-height: 650px;
  }
  .my__bookmarks .bookmark__item-inner {
      height: 640px;
  }
  .bookmark__item-remove span {
      font-size: 18px;
  }
  .page__header-category h1 {
      font-size: 80px;
  }
  .about__txt-img p {
    width: 100%;
  }
  .team__item {
      width: 33.333%;
  }
  .contact {
    padding-top: 180px;
  }
  .contact h1 {
      font-size: 72px;
  }
  .page__desc-event {
      padding-right: 40px;
  }
  .single__event-date p {
      font-size: 40px;
  }
  .single__event-info-item p {
    font-size: 24px;
  }
  .single__event-info .addtostory__btn {
      font-size: 38px;
  }
  .media__contact {
      padding: 40px;
      font-size: 20px;
  }
  .listing__categories {
    padding: 40px 0;
  }
  .listing__categories ul li a {
    font-size: 24px;
  }
  .lgbt__couple-info p {
      font-size: 40px;
  }
  .video__item {
    padding: 0 20px;
  }
  .video__item iframe {
    height: 400px;
  }
  .video__item h2 {
    font-size: 40px;
  }
  .international__brochure-info {
    flex-wrap: wrap;
  }
  .international__brochure-txt {
    padding-left: 0;
    margin-top: 20px;
  }
  .guide__item-download a {
    width: 100%;
  }

  .trail__item {
    width: 33.333%;
  }
  .trail__item-btns {
    width: 90%;
  }

}

@media (min-width: 1440px) and (max-width: 1600px) {

  .home__welcome-img {

    width: 30%;

  }

}

@media (min-width: 1280px) and (max-width: 1480px) {
  .home__welcome-icons {
    right: -80px;
  }
  .home__welcome-btn {
    margin-bottom: 32px;
  }
  .home__welcome-icon {
    width: 72px;
    height: 72px;
  }
  .home__welcome-icon img,
  .home__welcome-icon svg {
    max-width: 32px;
    height: 32px;
  }
}

@media (min-width: 1601px) and (max-width: 1800px) {
	.my__bookmarks .page__desc h2 {
    padding-right: 30px;
	}

  .my__bookmarks .page__desc h2 svg {
    top: 10px;
    right: 20px;
    height: 80px;
	}
}

@media screen and (max-height: 900px) {
    .main__nav {
      overflow-y: auto;
    }
    .main__nav-icons {
      top: 40px;
    }
}
