/* 
padding: calc(10px + 5vh) 0%;

h1
font-size: clamp(2.3rem, 6.8vw, 3.1rem);
line-height: clamp(2.3rem, 6.8vw, 3.1rem);

h2
font-size: clamp(2.3rem, 6.8vw, 3.1rem);
line-height: clamp(2.3rem, 6.8vw, 3.1rem);

h3
font-size: clamp(1.7rem, 3.8vw, 1.9rem);
line-height: clamp(1.7rem, 3.8vw, 1.9rem);

p
font-size: clamp(1.1em, 3.5vw, 1.25em);
line-height: clamp(1.2em, 3.5vw, 1.4em);
*/
@media (hover: hover) {
}
@media (hover: none) {
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/*
font-family: 'Oswald', sans-serif;
font-family: 'Lobster', cursive;
*/
/* */
html,
body,
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}
html {
}
html.home {
  overflow-x: visible;
}
body {
  color: #5b595c;
  font-family: Arial;
  background: #fdf8e5;
  background: #fdf8e5;
  font-size: 1em; /*-webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0);*/
}
img {
  border: none;
}
a {
  border: none;
  text-decoration: none;
  outline: none;
  font-weight: normal;
  color: black; /* color: #147720; */
  border-radius: 2px;
}
h1 {
  display: block;
  color: #5f5f5f;
  font-size: 2em;
  font-family: "Oswald", sans-serif;
  line-height: 1.2em;
  font-weight: normal;
  letter-spacing: 0px;
  margin: 0 0 0.3em 0;
}
.home h1 {
  margin: 0.7em auto 0.1em;
  line-height: 1em;
  font-family: "Oswald", sans-serif;
  text-align: left;
}
h2 {
  margin: 0.6em 0 0.8em 0;
  color: #6d1ac0;
  font-family: "Oswald", sans-serif;
  text-align: left;
  font-weight: normal;
  font-size: 1.7em;
  line-height: 1.2em;
  text-transform: capitalize;
}
.home h2 {
}
h3 {
  font-size: 1.5em;
  margin: 17px 0 0 0;
  line-height: 25px;
  font-weight: normal;
  font-family: "Oswald", sans-serif;
  color: #404040;
}
p {
  margin: 12px 0 27px 0;
}

@media (max-width: 730px) {
  h1 {
    font-size: 2em;
  }
}

table {
  font-size: 16px;
}
hr {
  clear: both;
  position: relative;
  display: block;
  height: 2px;
  margin: 1.8em auto;
  background: #e5c431;
  border: none;
}
hr:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 33%;
  height: 100%;
  background: #7033ac;
}
hr:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 33%;
  height: 100%;
  background: #239e33;
}
input {
  outline: none;
}

.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
.clickable,
.clickable2 {
  cursor: pointer;
}

::selection {
  background: #d2d2d2;
  color: #292929;
}
::-moz-selection {
  background: #d2d2d2;
  color: #292929;
}
::-webkit-selection {
  background: #d2d2d2;
  color: #292929;
}

.clear {
  clear: both;
}

.tel,
.tel:hover {
  text-decoration: none !important;
  cursor: default;
  color: white;
}
a.button {
  display: inline-block;
  position: relative;
  padding: 0.3em 0.7em 0.5em;
  background: #e4c13d;
  color: #484845 !important;
  border-radius: 3px;
  font-weight: normal !important;
  text-decoration: none !important;
  margin: 0.3em 0.4em 0.3em 0;
  font-size: 1.2em;
  line-height: 1.2em;
  font-family: "Oswald", sans-serif;
  text-align: center;
  transition: 0.3s;
}
/* a.button:after {
  position: absolute;
  right: 15px;
  margin-top: -11px;
  top: 50%;
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  opacity: 0;
  transition: 0.3s;
} */
a.button:hover {
  /* padding-right: 1.8em; */
  background: #f5ca27;
}
/* a.button:hover:after {
  opacity: 1;
} */

/*HEADER===================================================*/
header {
  position: relative;
  z-index: 6;
}
.head {
  position: relative; /* z-index: 2; */
  box-shadow: 1px 1px 10px rgb(95, 88, 60);
  background: #fdf8e5 url(/templates/client/imagesNew/star1.png) center -10px
    no-repeat;
}
.head .inner {
  position: relative;
  text-align: center;
  margin: 0em 2%;
}
.head .inner .logo {
  display: inline-block;
  margin: 2px auto;
  width: 80%;
  max-width: 291px;
}
.head .inner .logo img {
  max-width: 281px;
  width: 100%;
  height: auto;
}

.head .inner .topnav {
  position: absolute;
  left: 0px;
  top: 50%;
  list-style: none;
  margin-top: -0.5em;
  padding: 0px;
}
.head .inner .topnav li {
  display: inline-block;
  margin: 0px 0.1em 0px 0em;
  font-size: 0.9em;
}
.head .inner .topnav li a {
  padding: 0.4em;
  transition: 0.3s;
}
.head .inner .topnav li a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.head .search {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -0.9em;
  border-radius: 3px;
  padding: 0px;
  background: #eae4d4;
}
.head .search input {
  background: #eae4d4;
  background: transparent;
  border: none;
  padding: 0em 10px;
  width: 130px;
  height: 1.7em;
  font-size: 0.9em;
}
.head .search button {
  background: black;
  background: #eae4d4;
  border: none;
  padding: 0em 10px;
  overflow: hidden;
  height: 1.8em;
  width: 40px;
  text-indent: -65px;
}
.head .search button i {
  text-indent: 10px;
  color: #439410;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.22);
}

@media (max-width: 950px) {
  .head {
    background-position: -37em -10px;
  }
  .head .inner {
    padding: 0.3em 0em;
    text-align: left;
  }
  .head .inner .topnav {
    top: 2.8em;
    left: inherit;
    right: 0%;
    margin: 0.1em 0em 0em 0em;
    padding: 0.6em 0em 0em;
    font-size: 1.2em;
  }
  .head .inner .topnav li {
    margin: 0px 0px 0em 0.1em;
  }
  .head .inner .topnav a {
    /* background: rgba(0, 0, 0, 0.08); */
    padding: 3px 0px;
  }

  .head .search {
    top: 1.2em;
    margin-top: 2em;
    margin: 0em auto 0.6em auto;
    border: 1px solid #7235ae;
  }
  .head .search input {
    font-size: 1.1em;
    width: 177px;
  }
}
/*@media (max-width:950px) {
		.head .inner {padding: 0.8em 0em;}
		.head .inner .topnav {position:relative;top:inherit;margin: 0.1em 0em 0em 0em;padding: 0.6em 0em 0em;border-top: 2px solid rgba(0, 0, 0, 0.15);font-size: 1.2em;}
		.head .inner .topnav a {padding:3px 0px;}

		.head .search {position:relative;right:inherit;top:0%;margin-top: 0em;max-width: 270px;width: 90%;margin: 0em auto 0.6em auto;border: 1px solid #7235ae;}
		.head .search input {font-size: 1.1em;}
	}*/

@media (max-width: 750px) {
  /*{box-shadow: 1px 2px 11px rgb(82, 75, 33);}*/
  .head .inner .topnav {
    display: none;
  }
  .head .search {
    top: 2.2em;
  }
}
@media (max-width: 660px) {
  .head {
    background-position: center -10px;
  }
  .head .inner {
    padding: 0em 0em 0.3em 0em;
    text-align: center;
  }
  .head .inner .logo {
    width: 80%;
    max-width: 221px;
  }
  .head .inner .topnav {
    position: relative;
    top: inherit;
    margin: 0.1em 0em 0em 0em;
    padding: 0.6em 0em 0em;
    border-top: 2px solid rgba(0, 0, 0, 0.15);
    font-size: 1.2em;
  }
  .head .inner .topnav a {
    padding: 3px 0px;
  }

  .head .search {
    position: relative;
    right: inherit;
    top: 0%;
    margin-top: 0em;
    max-width: 260px;
    width: 90%;
    margin: 0em auto 0.6em auto;
    border: 1px solid #7235ae;
  }
  .head .search input {
    font-size: 1.1em;
  }
}

/*NAV==================================================*/
nav {
  position: absolute;
  z-index: 5;
  left: 0px;
  width: 99.9%;
  background: #e1bd29 url(/templates/client/imagesNew/gold_bar.jpg);
  margin-top: -0.2em;
  box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.24); /* border-bottom: 1px solid #f3d345; */
}
nav:before {
  content: "";
  display: block !important;
  position: absolute;
  z-index: 0;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 40%;
  background: #8648bf url(/templates/client/imagesNew/purple-bar.jpg);
  border-bottom: 1px solid #a27ec3;
}
nav .mobileMenu {
  display: none;
}
nav .mobileMenu i {
  padding-left: 5px;
}
nav .exit {
  display: none;
}
nav ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0px;
  max-width: 1300px;
}
nav ul li {
  position: relative;
  z-index: 0;
  flex-grow: 1;
  display: inline-block;
}
nav ul li.conditional {
  display: none;
}
nav ul li.filler {
  display: none;
}
nav ul li a {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 1.1em;
  line-height: 1.1em;
  padding: 1.2em 0em 0.9em;
  text-transform: uppercase;
  text-align: center; /*background:#e0bd29;*/
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.22);
}
nav ul li a:before {
  content: "";
  z-index: -2;
  position: absolute;
  left: 0px;
  top: 0.1em;
  width: 100%;
  height: 100%;
  background: #e1bd29 url(/templates/client/imagesNew/gold_bar.jpg);
  box-shadow:
    inset 21px 0px 45px -10px rgba(0, 0, 0, 0.43),
    1px 1px 10px rgba(0, 0, 0, 0.43);
  border-bottom: 1px solid #f3d345;
  transform: rotate(1deg);
}
nav ul li a:after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0px;
  top: 0.1em;
  width: 100%;
  height: 100%;
  background: #efda81;
  transform: rotate(1deg);
  opacity: 0;
  transition: 0.3s;
}

nav > ul > li:nth-child(3n + 2) a {
  color: #fdfaef;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.45);
}
nav > ul > li:nth-child(3n + 2) a:before {
  background: #42990e url(/templates/client/imagesNew/green_bar.jpg);
  box-shadow:
    inset 21px 0px 45px -10px rgba(0, 0, 0, 0.37),
    1px 1px 10px rgba(0, 0, 0, 0.43);
  border-bottom: 1px solid #3db54b;
}
nav > ul > li:nth-child(3n + 2) a:after {
  background: #53a91f;
}

nav > ul > li:nth-child(3n + 0) a {
  color: #fdfaef;
  box-shadow: inset 21px 0px 45px -10px rgba(0, 0, 0, 0.37);
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.45);
}
nav > ul > li:nth-child(3n + 0) a:before {
  background: #8648bf url(/templates/client/imagesNew/purple-bar.jpg);
  box-shadow:
    inset 21px 0px 45px -10px rgba(0, 0, 0, 0.37),
    1px 1px 10px rgba(0, 0, 0, 0.43);
  border-bottom: 1px solid #ae7cde;
}

nav > ul > li:nth-child(3n + 0) a:after {
  background: #a068d4 !important;
}

nav > ul > li a br {
  display: none;
}

/*li:hover------*/
nav > ul > li:hover ul {
  overflow: visible;
  height: 270px !important;
  animation-delay: 1.2s;
}
nav > ul > li > a:hover:after {
  opacity: 0.5;
}

/*li li------*/
nav ul li ul {
  display: block;
  position: absolute;
  top: 47px;
  padding-top: 10px;
  left: 0px;
  height: 0;
  overflow: hidden;
  transition: 0.3s;
}
nav ul li ul li {
  width: 100%;
  padding: 0.4em 0em;
}
nav ul li ul li.conditional {
  display: none;
}
nav ul li ul li a:before {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.43);
}
nav ul li ul li:last-child a:before {
  border-radius: 0px 0px 6px 6px;
}

nav ul li ul li a:after {
  background: #efda81;
}

nav ul li ul li a {
  padding: 0em 0.8em;
  text-transform: none;
  font-family: Arial;
  line-height: 1em;
  font-size: 1.05em;
  transition: 0.3s;
  text-align: left;
}
nav ul li:nth-child(3n + 0) ul li a {
  box-shadow: none;
}
nav ul li:nth-child(3n + 2) ul li a:before {
  background: #42990e url(/templates/client/imagesNew/green_bar.jpg);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.43);
}
nav ul li:nth-child(3n + 0) ul li a:before {
  background: #8648bf url(/templates/client/imagesNew/purple-bar.jpg);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.43);
}

/*li li:hover------*/
nav > ul > li:hover ul li a {
  padding: 0.4em 0.8em 0.2em;
}
nav > ul > li ul li:hover a:after {
  opacity: 0.7;
}

@media (max-width: 1140px) {
  nav ul li ul {
  }
  nav ul li a {
    padding: 0.7em 0em 0.4em;
  }
  nav ul li a br {
    display: block;
  }
}
@media (max-width: 750px) {
  nav {
    position: relative;
    background: #42990e url(/templates/client/imagesNew/green_bar.jpg);
    border-bottom: 1px solid #25ad36;
  }
  nav:before {
    display: none !important;
  }
  nav .mobileMenu {
    display: block;
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: 1.3em;
    line-height: 1.1em;
    padding: 0.7em 0em 0.5em;
    text-transform: uppercase;
    text-align: center;
    color: white;
    cursor: pointer;
  }
  nav > ul {
    padding: 0em;
  }
  nav > ul > li {
    display: none;
  }
  nav > ul > li ul li {
    padding: 0em 0em;
  }
  nav ul li ul li.filler {
    display: block;
  }
  nav > ul > li ul li a {
    padding: 0.4em 0.8em 0.2em;
    font-size: 1.09em !important;
  }
  nav > ul > li a {
    padding: 1.1em 0.7em !important;
    text-align: left;
    padding: 0.1em 0.7em;
    transition: 0.3s;
  }

  /*selected==*/
  nav > ul.selected {
    position: relative;
    border-bottom: solid 5px #fff;
    right: 0px;
    top: 0px;
    width: 100%;
    background: #fdf8e5;
    flex-wrap: wrap;
  }
  nav > ul.selected > li {
    width: 48.4%;
    display: block;
    margin-top: 1px;
    margin: 0.3em 0.7% 0em;
  }
  nav > ul.selected > li.conditional {
    display: block;
  }
  nav > ul.selected > li a {
    position: relative;
    font-size: 1.2em;
    padding: 0.5em 0.7em !important;
    box-shadow: inset 0px -14px 16px -10px rgba(0, 0, 0, 0.25) !important;
  }
  nav > ul.selected > li.parent > a:after {
    content: "\f107";
    left: inherit;
    z-index: 1;
    top: 12px;
    font-family: "Font Awesome 6 Free";
    padding-left: 12px;
    width: 20px;
    height: 20px;
    opacity: 1;
    background: transparent !important;
    opacity: 0.5;
  }
  nav > ul.selected > li ul {
    position: relative;
    overflow: visible;
    height: inherit !important;
    top: 0px;
    padding-top: 0px;
  }

  nav .exit.selected {
    display: block;
    z-index: 1;
    position: absolute;
    bottom: -0.9em;
    right: 50%;
    margin-right: -1.1em;
    background: #292929;
    color: #fdfaef;
    border-radius: 30px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.28);
    width: 40px;
    height: 40px;
    font-size: 20px;
    text-align: center;
    line-height: 33px;
    cursor: pointer;
    border: 4px solid white;
  }

  nav ul li a:before {
    display: none;
  }
  nav ul li a {
    background: #e1bd29 url(/templates/client/imagesNew/gold_bar.jpg);
    text-align: left;
    color: black;
    padding: 0.8em;
  }
  nav > ul > li:nth-child(3n + 2) a {
    background: #8648bf url(/templates/client/imagesNew/purple-bar.jpg);
  }
  nav > ul > li:nth-child(3n + 0) a {
    background: #42990e url(/templates/client/imagesNew/green_bar.jpg);
    color: white;
  }
  nav ul li a br {
    display: none;
  }
}
@media (max-width: 500px) {
  nav > ul.selected > li {
    width: 98%;
    margin: 0.3em 1% 0em;
  }
  nav > ul.selected > li.conditional {
    width: 48.4%;
    margin: 0.3em 0.7% 0em;
  }
  nav > ul.selected > li ul li.filler {
    display: none;
  }
}

/*BANNER IMAGES============================*/
.dynamic-headers {
  position: relative;
  overflow: hidden;
}
.rslides {
  margin: 0 auto !important;
}
.rslides li {
  position: relative;
  background-size: cover;
  background-position: center center;
}
.rslides li:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.17);
}
.paradeInt .rslides li:after {
  display: none;
}
.rslides img {
  object-fit: cover;
  min-height: 360px;
  max-height: 470px;
}
.home_slides li {
}
.home_slides li.rslides1_on {
  opacity: 1; /*transform: scale(1.2,1.2); transition: transform 10s linear ,  opacity 2s !important; */
}
.home_slides img {
  min-height: 460px;
  max-height: 777px;
}

#map {
  height: 550px;
}
.book {
  position: absolute;
  z-index: 4;
  cursor: pointer;
  top: 5em;
  left: 2%;
  color: white;
  padding: 0.5em 0.8em;
  font-size: 1.1em;
  border-radius: 0.2em;
  font-family: "Oswald", sans-serif;
  background: #b20000;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.33);
  transition: 0.3s;
  text-decoration: none !important;
}
.home .book {
  top: 6em;
}
.book i {
  position: absolute;
  right: -1em;
  top: 0px;
  font-size: 2.3em;
  color: #b20000;
  transition: 0.3s;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.33);
  opacity: 1;
  pointer-events: none;
  transition: 0.3s;
}
.book:before {
  position: absolute;
  right: -2em;
  content: "";
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 30px;
  pointer-events: none;
  transition: 0.3s;
}
.book:after {
  content: "\f274";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: 0.4em;
  top: 50%;
  color: rgba(255, 255, 255, 0.54);
  margin-top: -0.5em;
  opacity: 0;
  font-size: 1.4em;
  pointer-events: none;
  transition: 0.3s;
}

.book:hover {
  padding: 0.5em 2.6em 0.5em 0.8em;
}
.book:hover:before {
  opacity: 0;
}
.book:hover:after {
  opacity: 1;
}
.book:hover i {
  opacity: 0;
}

@media (max-width: 750px) {
  .home .book {
    right: 9%;
  }
  html:not(.paradeInt):not(.no-starburst) .book {
    left: inherit;
    margin-right: 3.1em;
    right: 6%;
    right: 6.7%;
    top: 1.9em !important;
  }
  html:not(.paradeInt):not(.no-starburst) .book:before,
  html:not(.paradeInt):not(.no-starburst) .book i {
    display: none !important;
  }
  html:not(.paradeInt):not(.no-starburst) .book:hover {
    padding: 0.5em 0.8em !important;
  }
  html:not(.paradeInt):not(.no-starburst) .book:hover:before,
  html:not(.paradeInt):not(.no-starburst) .book:hover i {
    opacity: 1;
  }
  html:not(.paradeInt):not(.no-starburst) .book:after {
    opacity: 0 !important;
  }
  .no-starburst .book {
    top: 1.9em;
  }
}
@media (max-width: 550px) {
  html:not(.paradeInt):not(.no-starburst) .book {
    margin-right: -3.1em !important;
    right: 50% !important;
  }
}

/* Reseve Popup=================================*/
.reservations {
  cursor: pointer;
}
.Popup {
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  position: fixed;
  outline: none !important;
  display: none;
  background: rgba(0, 0, 0, 1);
  transition: 0.3s;
}
.Popup.popedUp {
  display: flex;
  background: rgba(51, 1, 101, 0.9);
  background: hsla(49, 77%, 53%, 0.86);
  background: rgba(255, 255, 255, 0.8);
  background: rgba(253, 248, 229, 0.75); /* animation-duration:0.3s; */
}
.Popup .x {
  position: absolute;
  left: 2%;
  top: 2%;
  background: #b20000;
  background: #8c1ab9;
  background: rgba(
    0,
    0,
    0,
    1
  ); /* background: #e1bd29 url(/templates/client/imagesNew/gold_bar.jpg); */
  border-radius: 3px;
  line-height: 1.3em;
  padding: 0.4em 0.5em 0.4em 0.8em;
  color: white;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.43);
  box-shadow: 2px 9px 6px -7px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.Popup .x i {
  position: relative;
  color: white;
  top: 2px;
  font-size: 1.1em;
  left: -2px;
  transition: 0.3s;
}
.Popup .x:hover {
  background: rgba(0, 0, 0, 0.74);
}
.Popup .x:hover:i {
}
.Popup h2 {
  color: #171717;
  text-align: center;
  font-size: 1.5em;
  margin: 0.6em 0 1.2em 0;
}
.Popup .center {
  width: 100%;
  padding: 0px 2%;
  animation-duration: 0.4s;
}
.Popup .center form {
  width: 100%;
  max-width: 450px;
  border: none;
  margin: 40px auto;
}
.Popup .center form fieldset {
  border: none;
}
.Popup .center form label {
  box-shadow:
    2px 9px 6px -7px rgba(0, 0, 0, 0.2),
    0px 0px 3px 0px rgba(0, 0, 0, 0.2) !important;
}
.Popup .center form button {
  background: #338600; /* background: #8c1ab9; */
  background: #b20000;
  padding: 0 0.6em 0 0.6em;
  color: #fefefe;
  max-width: 200px;
  font-family: "Oswald", sans-serif;
  margin: 20px auto 0px;
  text-align: center;
  transition: 0.3s;
}
.Popup .center form button:hover {
  background: #404040;
}
.Popup .center form button:after {
  display: none !important;
}
.Popup .center form fieldset div.formfields button:after {
  top: calc(50% - 0.4em);
}
.Popup form fieldset div.formfields select {
  color: black;
}

/*Newsletter Popup===============================*/
#ic_signupform .center .form {
  margin: 31px auto 40px auto;
}
.elcontainer {
}
.elcontainer .sortables {
  text-align: center;
}
.newsletterPopup .submit-container {
  display: block !important;
  text-align: center !important;
}
.newsletterPopup .btn-submit {
  background: #338600; /* background: #8c1ab9; */
  background: #b20000;
  font-size: 1.2em;
  border: none;
  padding: 0 0.6em 0 0.6em;
  color: #fefefe;
  max-width: 200px;
  font-family: "Oswald", sans-serif;
  margin: 20px auto 0px;
  text-align: center;
  border-radius: 0.15em;
  line-height: 1em;
  height: 2em;
  box-shadow: 2px 9px 6px -7px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  display: block;
  width: 100%;
}
.newsletterPopup .btn-submit:hover {
  background: #404040;
}
.newsletterPopup label {
  background: white;
  display: flex;
  white-space: nowrap;
  align-items: center;
  background-color: white;
  padding: 0 0 0 0.6em;
  box-shadow:
    2px 9px 6px -7px rgba(0, 0, 0, 0.2),
    0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0.15em;
  line-height: normal;
  height: 2.5em;
  color: #a8a8a8;
}
.newsletterPopup input {
  border: none;
  display: block;
  width: 100%;
  outline: none;
  border: none;
  background-color: white;
  padding: 0 0 0 0.6em; /*box-shadow: 2px 9px 6px -7px rgba(0, 0, 0, 0.2);*/
  border-radius: 0.15em;
  line-height: normal;
  height: 2.5em;
  -webkit-appearance: none;
}

/*Taxi Popup==================================*/
.Popup.taxiPopup .note {
  text-align: center;
  margin: 10px 0px 0px 0px;
}
.Popup.taxiPopup .note span {
  display: inline-block;
  background: #00908a;
  color: white;
  padding: 0.5em 1em;
  border-radius: 4px 4px 0px 0px;
  box-shadow: inset 0px -7px 12px -6px rgba(0, 0, 0, 0.4);
}
.Popup.taxiPopup iframe {
  height: auto !important;
  min-height: 450px !important;
}

@media (max-height: 585px) {
  .Popup.taxiPopup .center {
    height: 100%;
    overflow: scroll;
    padding: 0px 2% 10px 2%;
  }
}

/*.grecaptcha-badge {opacity:0 !important;transition:0.3s;}*/
/*.grecaptcha-badge {opacity:1;transition:0.3s;}*/

/*Overlay =====================*/
.overlay {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 0%;
  margin: 0px 0px 0px 294px;
  width: 240px;
  height: 100%;
  text-align: center;
  transition: 0.6s;
}
.overlay a {
  position: relative;
  width: 11.1em;
  height: 11.1em;
  display: inline-block;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.59);
}
.overlay a #star {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -750px 0px 0px -750px;
  display: block;
  width: 1500px;
  height: 1500px;
  opacity: 0.7;
  pointer-events: none;
  transition: 0.6s;
  background: url(/templates/client/imagesNew/start2.png) no-repeat center;
  animation: rotateSunbeam 130s linear infinite 2s;
  will-change: transform, opacity;
}

/*.overlay a #star:before {content:'';background:blue url(/templates/client/imagesNew/start2b.png) no-repeat center top;left: 0px;top: 0px;width: 600px;height: 600px;}
	.overlay a #star:after {content:'';background:red url(/templates/client/imagesNew/start2b.png) no-repeat center top;left: 0px;top: 0px;width: 600px;height: 600px;}*/
.overlay a #outter {
  font-size: 1em;
  position: absolute;
  margin: 0.23em;
  width: 10.64em;
  height: 10.64em;
  border-radius: 50%;
  background: #59258e url(/templates/client/imagesNew/colorwheel.png) no-repeat
    center;
  transition: 0.6s;
}

.overlay a .inner {
  position: relative;
  width: 10em;
  height: 10em;
  margin: 0.54em; /* margin:0.55em*/
  border-radius: 50%;
  text-align: center;
  background: white url(/templates/client/imagesNew/scheduleCTA.jpg) center;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.48);
  transform: rotate(-18deg);
}
.overlay a .inner span {
  display: block;
  font-family: "Lobster", cursive;
  color: #2a292b;
  line-height: 1.1em;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.32);
}
.overlay a .inner span:nth-child(1) {
  padding-top: 1em;
}
.overlay a .inner span:nth-child(2) {
  color: #3f940c;
  font-size: 2.9em;
  line-height: 1em;
}
.overlay a .inner span:nth-child(3) {
  font-size: 1.8em;
}
.overlay a .inner span:nth-child(4) {
  font-size: 1.4em;
}

.overlay a:hover #star {
  opacity: 1;
}
.overlay a:hover #outter {
  box-shadow:
    0px 0px 17px white,
    0px 0px 30px white,
    0px 0px 70px white,
    0px 0px 160px white;
}

@media (max-width: 1250px) {
  .home .overlay {
    left: inherit;
    right: 6% !important;
    top: 0%;
    margin-left: 0px;
  }
  .home .overlay {
    right: 7%;
  }
  html:not(.home) .overlay {
    right: 6%;
    left: inherit;
  }
}
@media (max-width: 950px) {
  .overlay {
    right: 6%;
  }
  html:not(.home) .overlay {
    right: 4%;
  }
}

/* Countdown */
.happy {
  font-size: 1em;
  font-family: "Lobster", cursive;
  color: white;
  font-size: 2.5em;
  margin-bottom: 22px;
  line-height: 1.1em;
  text-shadow: 1px 1px 10px black;
}

.is-countdown {
  /* float:left; */ /* display:inline; */
  text-transform: uppercase;
  text-align: center; /* height:46px; */
  padding: 3px 10px 25px;
  background: rgba(90, 38, 143, 0.48); /* margin-bottom: 5em; */
  border-radius: 3px;
  margin-bottom: 30%;
  transition: background 2s;
}
.is-countdown:hover {
  background: rgba(90, 38, 143, 0.88);
  transition: 0.8s;
}
.is-countdown strong {
  display: inline-block;
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 1.3em;
  margin-bottom: 0.1em;
  font-weight: normal; /* letter-spacing: 0.09em; */
}
.countdown-row {
  /* float:left; */
  display: inline-block;
  clear: both;
  width: 100%;
  padding: 0;
  text-align: center;
}
.countdown-section {
  position: relative;
  float: left;
  display: inline;
  width: 50px;
  height: 2.1em;
  margin: 0 1.5% 0 1.5%;
  font-size: 1em;
  text-align: center;
  color: #000000;
  background: white;
  border-radius: 3px;
}
.countdown-section:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 1.1em;
  background: rgba(0, 0, 0, 0.15);
}
.countdown-section .countdown-period {
  margin-top: 10px;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  color: white;
  text-shadow: 1px 1px 5px black;
}
.countdown-amount {
  display: block;
  font-size: 1.4em;
  line-height: 1.4em;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}
.countdown-descr {
  display: block;
  width: 100%;
}
.countdown-show1 .countdown-section,
.countdown-show2 .countdown-section,
.countdown-show3 .countdown-section,
.countdown-show4 .countdown-section {
  width: 21.9%;
}
#msg {
  display: none;
  float: left;
  width: 200px;
  height: 46px;
  padding: 0 0 0 16px;
  margin: 14px 0 0 0px;
  font-family: "Lobster", arial, serif;
  font-weight: normal;
  font-size: 23px;
  color: #fff;
}

@media (max-width: 1250px) {
  .is-countdown {
    margin-bottom: 10%;
    transition: 0.6s;
  }
}
@media (max-width: 980px) {
  .overlay a {
    font-size: 0.9em;
  }
  .is-countdown {
    width: 200px;
    padding: 9px 10px 25px;
  }
  .is-countdown strong {
    display: none;
  }
}
@media (max-width: 550px) {
  .home .overlay,
  .overlay {
    right: 50% !important;
    margin-left: 0px !important;
    margin-right: -121px !important;
  }
}

/*stripes ========*/
.stripes {
  position: relative;
  margin-top: -9.9em;
  padding: 6em 15% 12em 0em;
  width: 100%;
  z-index: 2;
  width: 100%;
  height: 100px;
  color: white;
  overflow: hidden;
  pointer-events: none;
  transition: 0.3s;
}
.stripes .middle {
  display: block; /* margin-left: -1em; */
  margin-left: -2%;
  width: 110%;
}
.stripes a div {
  transition: 0.3s;
}
.stripes .green {
  margin-top: 2.1em;
  background: #42990e url(/templates/client/imagesNew/green_bar.jpg);
  transform: rotate(6.4deg);
  font-family: "Lobster", cursive;
  font-size: 2.2em;
  border-top: 2px solid #8dcc8d;
  transform-origin: bottom right;
  border-radius: 0px 0px 290px 0px;
  animation: stripeGreen 0.9s ease-out 1;
  -webkit-animation: stripeGreen 0.9s ease-out 1;
}
.stripes .gold {
  position: relative;
  margin-top: -7em;
  background: #e1bd29 url(/templates/client/imagesNew/gold_bar.jpg);
  transform: rotate(2.8deg);
  padding: 14px 0px;
  border-top: 2px solid #f9e382;
  box-shadow: 0px 3px 42px -4px rgba(0, 0, 0, 0.87);
  transform-origin: bottom right;
  animation: stripeGold 0.9s ease-out 1;
  -webkit-animation: stripeGold 0.9s ease-out 1;
}
.stripes .purple {
  margin-top: -2.7em;
  background: #8849c2 url(/templates/client/imagesNew/purple2-bar.jpg);
  transform: rotate(1.3deg);
  font-family: "Oswald", sans-serif;
  font-size: 1.1em;
  padding: 0.6em 2% 3em;
  box-shadow: 0px -6px 27px -4px rgba(0, 0, 0, 0.7);
  border-top: 2px solid #8c5bbd;
  transform-origin: bottom right;
  animation: stripePurple 0.6s ease-out 1;
  -webkit-animation: stripePurple 0.6s ease-out 1;
}
.stripes .green:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  background: #1bb11b;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.stripes .gold:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  background: #f3d659;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.stripes .purple:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  background: #a25ce2;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.stripes div > span,
.stripes div h1 {
  display: block;
  max-width: 1056px;
  margin: 0 auto;
  color: white;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.48);
  transition: 0.3s;
}
.stripes .green > span,
.stripes .green h1 {
  padding: 0px 245px 2.2em 2%;
  transform: rotate(-1.7deg);
  line-height: 0.9em;
  font-size: 1em;
  font-family: "Lobster", cursive;
}
.stripes .purple > span {
  position: relative;
  margin-top: -0.5em;
  line-height: 1.1em;
  padding: 0em 2% 0.5em 2.2%;
  transform: rotate(-1.6deg);
  transform: rotate(-1.7deg);
}
.stripes .purple i {
  position: absolute;
  top: 0.2em;
  padding-left: 22px;
  font-size: 1.2em;
  opacity: 0.5;
  text-shadow: none;
}

/*.home .stripes:hover .green:before,
.home .stripes:hover .gold:before {opacity:0.7;}*/

.stripes .diagonal {
  position: absolute;
  left: -5%;
  bottom: -28px;
  width: 110%;
  height: 140px;
  background: #fdf8e5;
  box-shadow: 1px -11px 13px -10px rgba(0, 0, 0, 0.5);
  transform: rotate(-2.2deg);
}

@media (min-width: 2000px) {
  .stripes .green {
    transform: rotate(4.3deg) !important;
  }
  .stripes .gold {
    transform: rotate(1.9deg) !important;
  }
  .stripes .purple {
    transform: rotate(1deg) !important;
  }
}
@media (min-width: 2300px) {
  .stripes .green {
    transform: rotate(4.1deg) !important;
  }
  .stripes .gold {
    transform: rotate(1.9deg) !important;
  }
  .stripes .purple {
    transform: rotate(1.2deg) !important;
    padding: 0.6em 2% 3.8em;
  }
}

@media (min-width: 1460px) {
  .stripes .green {
    transform: rotate(5.3deg);
  }
  .stripes .gold {
    transform: rotate(2.5deg);
  }
}

@media (max-width: 1100px) {
  .stripes {
    z-index: 3;
    width: 100%;
    margin-bottom: 0px;
    margin-top: -10.3em; /* ADDED==> */
    padding: 6em 15% 53px 0em;
    height: inherit;
  }
  .stripes .middle {
    transform: rotate(1.4deg);
    margin-left: -3.1%;
    width: 122%;
  }
  .stripes .green {
    margin-top: 1.3em;
    transform: rotate(4.6deg);
  }
  .stripes .gold {
    margin-top: -5.3em;
    transform: rotate(2.6deg);
  }
  .stripes .purple {
    margin-top: -3.2em;
    transform: rotate(0.4deg);
  }
  .stripes .green > span,
  .stripes .green h1 {
    padding: 0px 36% 2.1em 5%;
    max-width: 1306px;
    transform: rotate(-1.5deg);
  }
  .stripes .purple > span {
    transform: rotate(-1.7deg);
    padding: 0em 2% 0.5em 4%;
    max-width: 1306px;
  }
  .stripes .diagonal {
    bottom: -33px;
    transform: rotate(-1deg); /* ADDED==> */
    bottom: 0px;
    height: 111px;
  }
}
@media (max-width: 810px) {
  .stripes .green h1 {
    padding: 0px 5% 2.1em 5%;
  }
}
@media (max-width: 720px) {
  .stripes {
    padding: 6em 15% 42px 0em;
  }
  .stripes .middle {
    transform: rotate(-3.4deg);
    margin-left: -5.1%;
    width: 126%;
  }
  .stripes .green {
    margin-top: 0.6em;
    transform: rotate(6.5deg);
    border-radius: 0;
  }
  .stripes .green > span,
  .stripes .green h1 {
    transform: rotate(-0.7deg);
    padding: 0.1em 6% 2em;
  }
  .stripes .gold {
    margin-top: -4.6em;
    transform: rotate(4.3deg);
  }
  .stripes .purple {
    margin-top: -2.3em;
    margin-top: -1.9em;
    transform: rotate(3.3deg);
  }
  .stripes .purple > span {
    transform: rotate(-0.9deg);
    padding: 0.4em 2% 0.5em 5%;
  }
  .stripes .purple i {
    padding: 0.38em 2% 0em 3%;
    font-size: 1.2em;
  }
  .stripes .diagonal {
    bottom: -38px;
    transform: rotate(-2deg); /* ADDED==> */
    bottom: 0px;
    height: 112px;
  }
}
@media (max-width: 500px) {
  .stripes {
    padding: 6em 15% 48px 0em;
  }
  .stripes .green > span,
  .stripes .green h1 {
    padding: 0.1em 7% 2.2em;
    font-size: 0.9em;
  }
  .stripes .purple span {
    /* padding: 0.4em 3% 0.5em 6%; */
    padding-top: 0.4em;
  }
}

/*MAIN CONTENT=============================*/
.googleAds {
  background: transparent !important;
}
article .inner .adsbygoogle,
.center2 .adsbygoogle {
  position: relative;
}
article .inner .adsbygoogle:before,
.center2 .adsbygoogle:before {
  position: absolute;
  content: "Ad";
  left: 50%;
  margin-left: -20px;
  top: -1.5em;
  font-size: 0.8em;
  border-radius: 3px 3px 0px 0px;
  color: white;
  background: #828282;
  padding: 2px 9px 2px 7px;
}
/*article .inner .adsbygoogle:after,
.center2 .adsbygoogle:after {position: absolute;content: "";width: 100%;height: 2px;left: 0;top: 0;border: 1px solid #828282;box-sizing: border-box;}*/
/*  */
.content {
  position: relative;
  z-index: 3;
  padding-top: 62px;
  padding: 4em 0em 2.2em;
  margin-top: -134.1px;
}
.content article {
  display: flex;
  background: #fdf8e5;
  padding: 2.6em 0em 1.3em;
  max-width: 1130px;
  margin: 0 auto;
}

.content article .inner {
  width: 100%;
  padding-right: 60px;
}
.content article h2 strong {
  font-weight: normal !important;
}
.content article h2 a {
  text-decoration: underline;
}
.content article p img {
  height: auto !important;
  max-width: 50%;
  max-width: 70%;
  max-width: 540px;
  border-radius: 3px;
  box-shadow: 0px 13px 26px -10px rgba(0, 0, 0, 0.48);
  margin-bottom: 1.2em;
}
.content article figure {
  max-width: 50%;
  margin: 0em 0em 1.2em;
}
.content article figure img {
  width: 100%;
  height: auto !important;
  border-radius: 3px;
  box-shadow: 0px 13px 26px -10px rgba(0, 0, 0, 0.48);
  margin-bottom: 0.2em;
}
.content article figure figcaption {
  background: rgba(0, 0, 0, 0.15);
  padding: 0.5em 0.5em;
  border-radius: 3px;
}
/*  */
.content article .inner > a,
.content article .inner p > a {
  position: relative; /* color: #147720; */ /* font-weight: bold; */
  border-radius: 3px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0.33);
}

.home .content article .inner p > a {
  text-decoration: none;
}

/*.content article .inner a:visited {color: black;}*/
/*.content article .inner p > a:not(.button):not(.calendar):after {position:absolute;content:'';left:0px;bottom: 0em;width:100%;height: 1px;background: #bbb6a2; }*/
/*.content article .inner p > a:not(.button):not(.calendar):hover:after {opacity:0;}*/
.content article .inner a:not(.button):not(.calendar):hover {
  color: #147720; /*text-decoration: none;*/
}

.content .center2 {
  max-width: 1130px;
  margin: 4em auto 0;
}
.content article table {
}
.content article table td {
  vertical-align: top;
}
.content article table td img {
  border-radius: 3px;
}
.content article table td h3 {
  margin: 0em;
}
.content article table td p {
  margin: 0.7em 0 2.6em 0;
}

.fltLeft {
  float: left;
  margin: 0 20px 10px 0;
  width: inherit;
  max-width: 170px !important;
}

.diagonalStart {
  position: absolute;
  z-index: -1;
  left: -5%;
  top: -48px;
  width: 110%;
  height: 140px;
  background: #fdf8e5;
  box-shadow: 1px -11px 13px -10px rgba(0, 0, 0, 0.5);
  transform: rotate(-2.2deg);
}
.diagonalEnd {
  position: absolute;
  z-index: -1;
  left: -5%;
  bottom: -48px;
  width: 110%;
  height: 140px;
  background: #fdf8e5;
  box-shadow: 1px 11px 13px -10px rgba(0, 0, 0, 0.5);
  transform: rotate(2.2deg);
}

.flag {
  clear: both;
  position: relative;
  display: block;
  height: 0.2em;
  margin: 0.3em auto 0 auto;
  background: #e5c431;
}
.flag:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 33%;
  height: 100%;
  background: #7033ac;
}
.flag:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 33%;
  height: 100%;
  background: #239e33;
}

/*Sidebar--------*/
.sidebar {
  width: 290px;
  flex-shrink: 0;
  text-align: center;
  font-size: 0.9em;
  transition: 0.3s;
  margin-top: -150px;
}
.sidebar:before {
  display: none;
  position: absolute;
  content: "";
  z-index: -1;
  left: -5%;
  top: -48px;
  width: 110%;
  height: 140px;
  background: white;
  box-shadow: 1px -11px 13px -10px rgba(0, 0, 0, 0.22);
  transform: rotate(2.2deg);
}
.sidebar:after {
  display: none;
  position: absolute;
  content: "";
  z-index: -1;
  left: -5%;
  bottom: -48px;
  width: 110%;
  height: 140px;
  background: white;
  box-shadow: 1px 11px 13px -10px rgba(0, 0, 0, 0.25);
  transform: rotate(-2.2deg);
}
.home .content article {
  align-items: center;
}
.home .content article .sidebar {
  margin: -50% auto !important;
}
.sidebar .center {
  border: none;
  background: white;
  padding: 2em 2.2em;
  box-shadow: 3px 10px 26px -5px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  margin-bottom: 1.2em;
}

html:not(.home) .sidebar .center.c1 {
  padding: 2em 1.6em 1.7em 1.6em;
}
.sidebar .mayor {
  width: 70px;
  height: auto;
  border-radius: 3px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.28);
}
.sidebar p {
  margin: 10px 3% 2em 3%;
  text-align: left;
}

.sidebar .weather {
  display: block;
  position: relative;
  margin: 2em 0em 0em;
}
/*.sidebar .weather:after {position:absolute;content:'';bottom: 15px;left:0px;width:100%;height: 10px;background:white;}*/
.sidebar .weather:before {
}
.sidebar .weather_link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.google_side_ads {
  max-width: 250px;
  max-height: 250px;
}
.ad1 {
  margin: 40px 0px 8px;
  display: block;
  width: 100%;
  height: auto;
}
.ad2 {
  display: block;
  margin: 15px auto 14px;
  width: 100%;
  max-width: 954px;
  height: auto;
}
.ad3 {
  margin: 1.5em 0px;
  display: block;
  width: 100%;
  height: auto;
}
.purpleBar {
  position: relative;
  border-radius: 3px;
  background: white !important;
  padding: 0.7em 0.3em 0.6em 2.3em;
  box-shadow: 0px 0px 10px -1px #ea0c0c;
  margin-bottom: 20px;
}
.purpleBar:before {
  position: absolute;
  content: "\f071";
  left: 8px;
  top: 50%;
  margin-top: -10px;
  color: #ea0c0c;
  font-family: "Font Awesome 6 Free";
}

/*Join Newsletter----*/
.join {
  /* display: inline-block; */
  color: white;
  padding: 0.3em 0.8em;
  font-size: 1.3em;
  border-radius: 0.2em;
  font-family: "Oswald", sans-serif;
  background: #b20000;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.33);
  text-transform: uppercase;
  margin-top: 12em;
  cursor: pointer;
  transition: 0.3s;
}
.join:hover {
  background: #404040;
}

.sideExcerpt {
  /* margin-top: 4em; */
}
.sideExcerpt h3 {
  font-family: "Oswald", sans-serif;
  margin: 5px 0px 0px 0px;
  padding: 0em 0 0em 0;
}
.sideExcerpt h3 a {
  font-size: 1em;
  color: #404040;
}

.sideExcerpt h4 {
  font-size: 1.2em;
  text-align: left;
}
.sideExcerpt h4 a {
  color: #000000; /* font-weight: bold; */
}
.sideExcerpt p {
  font-size: 1em;
  margin: 10px 0% 1.5em 0%;
}
.sideExcerpt > a {
  font-size: 1.3em;
  background: #b20000;
  text-transform: uppercase;
  color: white !important;
  padding: 0.3em 1em !important;
  margin: 0em 0 0.3em 0;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.33);
  transition: 0.3s;
}
.sideExcerpt > a:hover {
  background: #484848;
}
.sideExcerpt > a:after {
  display: none;
}

@media (max-width: 1250px) {
  .content article {
    padding: 20px 5% 20px 3%;
    max-width: 1200px;
  }
  .home .content article .sidebar {
    right: 4%;
    width: 260px;
  }
}
@media (max-width: 950px) {
  .content article {
    padding: 18px 4% 0px;
  }
  html:not(.home):not(.tours) .content article p img {
    display: block;
    width: 100% !important;
    max-width: 430px;
    float: none !important;
    margin: 2em auto !important;
  }
  html:not(.home):not(.tours) .content article figure {
    display: block;
    width: 100% !important;
    max-width: 430px;
    float: none !important;
    margin: 2em auto !important;
  }

  .sidebar {
    width: 250px;
  }
}

@media (max-width: 900px) {
  html:not(.home) .content article {
    flex-direction: column;
    padding: 18px 0em 0em;
  }
  html:not(.home) .content article .inner {
    padding: 0em 4%;
  }
  html:not(.home) .content article p img {
    border-radius: 6px;
  }
  html:not(.home) .content article figure img {
    border-radius: 6px;
  }
  html:not(.home) .sidebar {
    position: relative;
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    background: white;
    margin: 8em auto 7em auto !important;
    padding: 0.9em 1.2em;
    box-shadow: none;
  }
  html:not(.home) .sidebar:before,
  html:not(.home) .sidebar:after {
    display: block;
  }
  html:not(.home) .sidebar .center {
    max-width: 300px;
    margin: 0 auto;
    background: transparent;
    box-shadow: none;
  }
  html:not(.home) .sidebar .center.c1 {
    max-width: 700px;
  }
  html:not(.home) .sidebar .centerADS {
    max-width: 700px;
  }
  html:not(.home) .sidebar .centerADS .google_side_ads {
    max-width: 700px;
  }
  .sidebar .weather {
    margin: 4em 0em 0em;
  }
  html:not(.home) .ad2 {
    padding: 0 4%;
  }
  html:not(.home) .sidebar .google_side_ads {
    display: none;
  }
  html:not(.home) .sidebar hr {
    display: none;
  }
}

@media (max-width: 630px) {
  /*.home .content article .inner {padding-right: 0px !important;}
		.home .sidebar {position:relative ;right:inherit !important;top:0% !important; width:100% !important;max-width:300px;margin: 4em auto 0 auto !important;}
		html:not(.home) .content  article p img {width:100% !important; max-width:100% !important;}*/
  .home .content {
    padding: 4em 0em 0em;
  }
  .home .content .diagonalEnd {
    display: none;
  }
  .home .content article {
    padding: 18px 0em 0em;
    flex-direction: column;
  }
  .home .content article .inner {
    padding: 0em 6%;
  }
  .home .content article .sidebar {
    position: relative;
    z-index: 0;
    right: inherit !important;
    top: 0% !important;
    width: 100% !important;
    max-width: 100%;
    background: white;
    margin: 9em auto 0em auto !important;
    padding: 0.9em 1.2em;
    box-shadow: none;
  }
  .home .sidebar:before,
  .home .sidebar:after {
    display: block;
  }
  .home .sidebar:after {
    transform: rotate(2.2deg);
    box-shadow: 1px 11px 13px -10px rgba(0, 0, 0, 0.5);
    transform: rotate(2.2deg);
  }
  .home .sidebar .center {
    max-width: 300px;
    margin: 0 auto;
    background: transparent;
    box-shadow: none;
  }
  .home .ad2 {
    padding: 0 4%;
  }
}

/*WHEN IS MARDIGRAS DATES=========================*/
.mgDate {
  position: relative;
  display: inline-block;
  width: 76px;
  height: 107px;
  margin: 20px 25px 20px 14px;
  padding: 2px 0 4px 0;
  font-family: "Oswald", arial, serif;
  text-align: center;
  color: #000;
  text-align: center;
  border-radius: 3px;
  transition:
    background 0.4s,
    border-radius 1s;
  -moz-box-shadow:
    1px 1px 10px #b99e57,
    10px 9px 14px -13px #8d6a0f;
  box-shadow:
    1px 1px 10px #b7b7b7,
    10px 9px 14px -13px #888787ab;
  border-radius: 3px 3px 133px 3px /3px 3px 25px 3px;
  border-right: 1px solid #f1f1f1;
  background: url(/templates/client/imagesNew/paper-curl.jpg) no-repeat right
    bottom;
}
.mgDate:hover {
  border-radius: 3px 3px 3px 3px /3px 3px 3px 3px;
  background: url(/templates/client/imagesNew/paper-curl.jpg) no-repeat
    right -20px bottom -30px;
  transition:
    background 0.7s,
    border-radius 0.2s;
}

.mgDate p {
  margin: 0;
  display: block;
  line-height: normal;
}
.mgDate .year {
  position: absolute;
  font-size: 21px;
  width: 75px;
  color: #fcefdd;
  text-shadow: none;
  padding-right: 16px;
  text-align: right;
  top: 6px;
  left: -10px;
  padding-top: 3px;
  line-height: 20px;
  height: 27px;
  -moz-box-shadow: 2px 1px 6px rgba(29, 27, 21, 0.63);
  -webkit-box-shadow: 2px 1px 6px rgba(29, 27, 21, 0.63);
  box-shadow: 2px 1px 6px rgba(29, 27, 21, 0.63);
  background: #1e8c2f; /* Old browsers */
  background: -moz-linear-gradient(top, #1e8c2f 0%, #146320 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #1e8c2f),
    color-stop(100%, #146320)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #1e8c2f 0%,
    #146320 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #1e8c2f 0%,
    #146320 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1e8c2f 0%, #146320 100%); /* IE10+ */
  background: linear-gradient(to bottom, #1e8c2f 0%, #146320 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e8c2f', endColorstr='#146320',GradientType=0 ); /* IE6-9 */
}

.mgDate .month {
  position: absolute;
  top: 35px;
  left: 0px;
  width: 76px;
  text-align: center;
  color: #bd7f06;
  font-size: 21px;
  text-shadow: 1px 1px 3px #cfb976;
}
.mgDate .date {
  position: absolute;
  top: 66px;
  left: 0px;
  width: 76px;
  text-align: center;
  color: #651f96;
  font-size: 33px;
  line-height: 33px;
  text-shadow: 1px 1px 5px rgba(122, 109, 69, 0.84);
}

.triangle {
  position: absolute;
  bottom: -20px;
  left: 0px;
  width: 0;
  height: 0;
  border-top: 10px solid #1c961c;
  border-bottom: 10px solid rgba(192, 47, 47, 0);
  border-left: 10px solid rgba(0, 0, 255, 0);
}

@media screen and (max-width: 680px) {
  .mgDate {
    border-right: 1px solid #dfd7ba;
  }
}

/*SOCIAL SHARE BUTTONS==============*/
.social-share {
}
.social-share button {
}
.facebook-share {
}
.twitter-share {
}
.googleplus-share {
}

/*social share icons*/
.social-share {
  height: 20px;
  margin: 0.6em 0em 2em;
  width: 215px;
}
.social-share button {
  position: relative;
  line-height: 20px;
  border-radius: 2px;
  font-size: 0.9em;
  border: none;
  color: white;
  margin: 0 5px 0 0;
  padding: 0.2em 0.6em;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  transition: 0.2s;
}
.social-share button:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.64);
}
.social-share .facebook-share {
  background: #3b589c;
}
.social-share .twitter-share {
  background: #2bb4e0;
}
.social-share button i {
  padding-right: 0.3em;
}

/*CTAs=======================*/
.cta .center {
  position: relative;
  max-width: 1126px;
  margin: 0 auto;
  padding: 6.1em 3% 2.6em;
  transition: 0.4s;
}
.cta .center > a {
  display: block;
  font-size: 1.9em;
  line-height: 1.2em;
  color: white;
  padding: 0em 20% 0em 17%;
  margin: 0em 0em 0.8em 0em;
  font-family: "Oswald", sans-serif;
}
.cta .center > a i {
  opacity: 0.5;
  padding-left: 0.4em;
}
.cta p {
  color: white;
  padding: 0em 20% 0em 17%;
  text-shadow:
    0px 0px 2px #2b792e,
    0px 0px 2px #2b792e;
}
.cta p a {
  text-decoration: underline;
}

/*CTA 1 GREEN*/
.ctaGreen {
  background:
    url(/templates/client/imagesNew/ctaGreen2.jpg) right top no-repeat,
    url(/templates/client/imagesNew/ctaGreen.jpg) center repeat;
}
.ctaGreen img {
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -41px;
}

/*.ctaGreen:hover .center {padding: 6.8em 3% 3.3em;}	*/

/*CTA 2 GOLD*/
.ctaGold {
  background:
    url(/templates/client/imagesNew/ctaGold2.jpg) left top no-repeat,
    url(/templates/client/imagesNew/ctaGold.jpg) center repeat;
  text-align: right;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}
.ctaGold .center {
  padding: 2.5em 3% 2em;
}
.ctaGold img {
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -56px;
}

.ctaGold .center > a {
  padding: 0em 17% 0em 20%;
  color: black;
  text-align: right;
}
.ctaGold .center > a i {
  /* padding-right: 0.4em; */
}
.ctaGold p {
  padding: 0em 17% 0em 20%;
  color: black;
  text-shadow:
    0px 0px 2px #eccc65,
    0px 0px 2px #eacd65;
  margin: 12px 0 19px 0;
}

/*.ctaGold:hover .center {padding: 2.9em 3% 2.5em;}*/

/*CTA 3 PURPLE*/
.ctaPurple {
  background:
    url(/templates/client/imagesNew/ctaPurple2.jpg) right center no-repeat,
    url(/templates/client/imagesNew/ctaPurple.jpg) center repeat;
}
.ctaPurple .center {
  padding: 3.3em 3% 5em;
}
.ctaPurple img {
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -76px;
}
.ctaPurple p {
  text-shadow:
    0px 0px 2px #6b28ac,
    0px 0px 2px #6b28ac;
}
.ctaPurple p a {
  color: white;
}

/*.ctaPurple:hover .center {padding: 4em 3% 5.7em;}*/

@media (max-width: 1050px) {
  .cta .center > a {
    padding: 0em 20% 0em 162px;
  }
  .ctaGold .center > a {
    padding: 0em 162px 0em 20%;
  }
  .cta p {
    padding: 0em 20% 0em 162px;
  }
  .ctaGold p {
    padding: 0em 162px 0em 20%;
  }
}
@media (max-width: 850px) {
  .cta .center > a {
    padding: 0em 10% 0em 162px;
  }
  .ctaGold .center > a {
    padding: 0em 162px 0em 10%;
  }
  .cta p {
    padding: 0em 10% 0em 162px;
  }
  .ctaGold p {
    padding: 0em 162px 0em 10%;
  }
}
@media (max-width: 750px) {
  .ctaGreen {
    background: url(/templates/client/imagesNew/ctaGreen.jpg) center repeat;
  }
  .ctaGold {
    background: url(/templates/client/imagesNew/ctaGold.jpg) center repeat;
  }
  .ctaPurple {
    background: url(/templates/client/imagesNew/ctaPurple.jpg) center repeat;
  }
}
@media (max-width: 600px) {
  .cta .center > a {
    padding: 0em 5% 0em 110px;
  }
  .ctaGold .center > a {
    padding: 0em 110px 0em 5%;
    text-align: left;
  }
  .cta p {
    padding: 0em 5% 0em 110px;
  }
  .ctaGold p {
    padding: 0em 110px 0em 5%;
    text-align: left;
  }
  .cta img {
    width: 80px;
    height: auto;
  }
  .ctaGreen img {
    left: 4%;
    margin-top: -21px;
  }
  .ctaGold img {
    right: 4%;
    margin-top: -39px;
  }
  .ctaPurple img {
    left: 4%;
    margin-top: -64px;
  }
}

/*NEWS EXCERPT===================*/
.home .excerpt {
  position: relative;
  z-index: 1;
}
.home .excerpt h2 {
  text-align: center;
  font-size: 1.8em;
  margin: 0.3em 0 1.7em;
}
.home .excerpt .center {
  max-width: 911px;
  margin: 0 auto;
  padding: 0.6em 3% 1.5em;
}
.home .excerpt .center2 {
  clear: both;
  max-width: 1126px;
  margin: 0 auto;
  padding: 0.1em 3% 0.8em;
  text-align: center;
}
.home .excerpt .post {
  position: relative;
  float: left;
  width: 47.7%;
  padding: 10px;
  margin-top: 0px;
}
.home .excerpt .post:nth-child(3) {
  float: right;
  margin-top: 90px;
}
.home .excerpt .post:nth-child(2):before {
  position: absolute;
  content: "";
  right: -22px;
  top: 25px;
  width: 7px;
  height: 7px;
  border-radius: 20px;
  background: #ddb83f;
}
.home .excerpt .post:nth-child(2):after {
  position: absolute;
  content: "";
  right: -22px;
  top: 115px;
  width: 7px;
  height: 7px;
  border-radius: 20px;
  background: #ddb83f;
}
.home .excerpt .post .mask {
  position: relative;
  display: block;
}
.home .excerpt .post .mask:before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 10px;
  height: 190px;
  top: 18px;
  border-top: 5px solid transparent;
}
.home .excerpt .post:nth-child(2) .mask:before {
  right: 0px;
  border-right: 5px solid #fdf8e5;
}
.home .excerpt .post:nth-child(3) .mask:before {
  left: 0px;
  border-left: 5px solid #fdf8e5;
}
.home .excerpt .post .mask:after {
  position: absolute;
  content: "";
  top: 0px;
  width: 10px;
  height: 12px;
  border-bottom: 5px solid transparent;
}
.home .excerpt .post:nth-child(2) .mask:after {
  right: 0px;
  border-right: 5px solid #fdf8e5;
}
.home .excerpt .post:nth-child(3) .mask:after {
  left: 0px;
  border-left: 5px solid #fdf8e5;
}

.home .excerpt .post .mask .tint {
  position: absolute;
  top: 0em;
  right: 0em;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-bottom: #fdf8e5 solid 4px;
}
.home .excerpt .post:nth-child(2) .mask .tint:after {
  position: absolute;
  content: "";
  top: 15px;
  right: -30px;
  height: 100%;
  width: 3px;
  padding-top: 77px;
  background: #ddb83f;
}
.home .excerpt .post .mask img {
  width: 100%;
  height: auto;
}
.home .excerpt .post h3 {
  position: absolute;
  z-index: 1;
  left: 0em;
  bottom: 0em;
  width: 100%;
  padding: 0em 3.8% 0.7em;
  color: white;
  font-family: "Oswald", sans-serif;
}
.home .excerpt .post h3 span {
  text-decoration: none;
  color: white;
  font-weight: normal;
}
.home .excerpt .post p {
  color: #4e4e4e;
  font-size: 0.95em;
  line-height: 1.2em;
  margin-top: 1.3em;
}
.home .excerpt .post a {
  color: #41a243;
  font-weight: bold;
  text-decoration: underline;
}

@media (max-width: 650px) {
  .home .excerpt .post {
    float: none !important;
    width: 100%;
    max-width: 420px;
    margin: 0 auto !important;
  }
  .home .excerpt .post:before,
  .home .excerpt .post:after,
  .home .excerpt .post .mask:before,
  .home .excerpt .post .mask:after,
  .home .excerpt .post .mask .tint:after {
    display: none !important;
  }
}

/*StPATRICKS CTA================================*/
.stPatricks {
  background: url(/templates/client/imagesNew/patrick.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
}
.stPatricks .center {
  max-width: 1336px;
  padding: 6.6em 3% 6.5em;
}
.stPatricks p {
  font-size: 1.9em;
  line-height: 1.2em;
  color: white;
  font-family: "Oswald", sans-serif;
  padding: 0em 0% 0em 0%;
}
.stPatricks a {
  display: inline-block;
  background: #e4c13d;
  color: #484847;
  text-shadow: none;
  text-decoration: none !important;
  padding: 0.4em 0.7em;
  border-radius: 3px;
  margin-left: 14px;
  margin: 0.3em 7px 0px;
  line-height: 0.8em;
  transition: 0.3s;
}
.stPatricks a i {
  color: #484847;
}
.stPatricks a:hover {
  background: #f5ca27;
}

/*CRUISE  CTA===================*/
.cruiseCTA {
  position: relative;
  z-index: 1;
}
.cruiseCTA h2 {
  font-size: 1.8em;
  margin: 0.3em 0 0.9em;
  color: #5f5f5f;
  text-shadow: 1px 1px 8px #fdf8e5;
}
.cruiseCTA .center {
  max-width: 1046px;
  margin: 0 auto;
  padding: 0.9em 210px 1.2em 3%;
  min-height: 267px;
}
.cruiseCTA .middle {
  background: url(/templates/client/imagesNew/mgworld.jpg) right center
    no-repeat;
}
.cruiseCTA .button {
  padding: 0.3em 1.2em 0.5em;
  font-size: 1.4em;
}

@media (max-width: 1400px) {
  .cruiseCTA .center {
    padding: 0.9em 40% 1.2em 3%;
  }
}
@media (max-width: 1100px) {
  .cruiseCTA .middle {
    background-size: 50% auto;
  }
}
@media (max-width: 650px) {
  .cruiseCTA {
    text-align: center;
  }
  .cruiseCTA .middle {
    background: url(/templates/client/imagesNew/mgworld.jpg) center top
      no-repeat;
    padding-top: 170px;
    padding-bottom: 40px;
  }
  .cruiseCTA .center {
    padding: 0.9em 3% 1.2em 3%;
  }
  .cruiseCTA h2 {
    text-align: center;
  }
}

/*LISTING PAGES ( HOTELS,) ==================*/
.main-wrapper {
  overflow: hidden;
  width: 100%;
  overflow: -webkit-paged-x;
}
.listed {
  display: flex;
  justify-content: space-between;
  margin: 3em 0em;
  align-items: center;
  text-decoration: none !important;
}
.listed:after {
  display: none !important;
}

.listed p {
  color: #5b595c;
  text-shadow: none;
}

.listed .theImg {
  position: relative;
  float: left;
  display: block;
  margin-right: 5%;
  width: 20%;
  width: 150px;
  align-items: center;
  height: 100%;
}
.listed .theImg:after {
  display: none !important;
}
.listed .theImg:before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0em;
  top: 0em;
  width: 100%;
  height: 100%;
  border-radius: 80px;
  box-shadow: inset 2px 2px 14px 0px rgba(0, 0, 0, 0.53);
  transition: 0.4s;
}
.listed .theImg img {
  display: block;
  width: 100%;
  height: 100%; /* max-width: 150px; */
  object-fit: cover;
  border-radius: 83px;
  transition: 0.4s; /*box-shadow: 0px 10px 12px -10px rgba(0, 0, 0, 0.53);*/
}
a.listed:hover .theImg img {
  border-radius: 10px;
}
a.listed:hover .theImg:before {
  border-radius: 10px;
}
.listed .theImg:hover img {
  border-radius: 10px;
}
.listed .theImg:hover:before {
  border-radius: 10px;
}

.listed .theRight {
  float: left;
  width: 75%;
  color: #5b595c;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  padding: 0.7em 1em;
  transition: 0.3s;
}
.listed .theRight h3 {
  position: relative;
  color: black;
}
.listed .theRight h3 a {
  position: relative;
  text-decoration: underline;
  text-decoration-color: #bbb6a2;
}
.listed .theRight h3 a:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 2px;
  width: 100%;
  height: 1px; /* background: #bbb6a2; */
}
a.listed .theRight h3:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -4px;
  width: 100%;
  height: 1px; /* background: #bbb6a2; */
}

.listed .theRight h3 {
  display: inline-block;
  margin: 0em 0 1em;
  line-height: 1em;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  text-decoration: underline;
  text-decoration-color: #bbb6a2;
  color: black;
}
.listed .theRight p {
  clear: both; /* display:inline; */
  margin: 4px 0 10px 0;
}
.listed .theRight span {
  color: black;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
.listed:hover .theRight span {
  color: #147720;
}
.listed .theRight .button {
  margin-top: 0.8em;
}
a.listed:hover .theRight {
  background: rgba(0, 0, 0, 0.1);
}
.listed .theRight .buttons {
  display: block;
  margin: 0px;
}

/*.listed:hover .theRight {background: transparent;}*/

.listed.noImg .theRight {
  width: 100%;
}

@media (max-width: 550px) {
  .listed {
    display: block;
  }
  .listed .theImg {
    float: none;
    width: 100%;
    max-width: 150px;
    margin: 0 auto -35px auto;
  }
  .listed .theRight {
    float: none;
    width: 100%;
    padding: 3.3em 1em 1.1em 1em;
    text-align: left;
  }
  .listed.noImg .theRight {
    padding: 1.9em 1em 1.1em 1em;
  }
  .listed .theRight h3 {
    display: block;
    text-align: center;
    margin: 0em 0 0.7em;
  }

  .listed .theRight p {
    text-align: left;
    display: inline-block;
  }
  .listed .theRight .buttons {
    text-align: center;
  }
  .listed .theRight .button {
    margin-top: 0.6em;
  }
}

/*Krewes---*/
.krewesBox a.listed:hover .theImg img {
  border-radius: 80px;
}
.krewesBox a.listed:hover .theImg:before {
  border-radius: 80px;
}
.krewesBox a.listed .theRight {
  position: relative;
  border-bottom: 2px solid #e5c431;
  border-radius: 3px 3px 0px 0px;
}
.krewesBox a.listed .theRight:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -2px;
  width: 33%;
  height: 2px;
  background: #7033ac;
}
.krewesBox a.listed .theRight:after {
  position: absolute;
  content: "";
  right: 0px;
  bottom: -2px;
  width: 33%;
  height: 2px;
  background: #239e33;
}

/*BLOG DEFAULT PAGE=============================================*/
.blog article hr {
  /*display:none; background: rgba(0, 0, 0, 0.05);*/
  height: 1px;
  display: none;
}
.blog .excerpt {
  /*background: rgba(0, 0, 0, 0.04); padding:0.4em;order-radius: 3px; */
  display: flex;
  justify-content: space-between;
  margin: 3em 0em;
  align-items: center;
}
.blog .excerptThumb {
  position: relative;
  float: left;
  margin-right: 3%;
  width: 22%;
  width: 150px;
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 83px;
  overflow: hidden;
  transition: 0.5s;
}
.blog .excerptThumb a {
  display: block;
  width: 100%;
  max-width: 150px;
  border-radius: 83px;
  overflow: hidden;
  transition: 0.5s;
}
.blog .excerptThumb a:after {
  display: none !important;
}
.blog .excerptThumb a:before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0em;
  top: 0em;
  width: 100%;
  height: 100%;
  border-radius: 80px;
  box-shadow: inset 2px 2px 14px 0px rgba(0, 0, 0, 0.53);
  transition: 0.5s;
}
.blog .excerptThumb a img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 150px;
  object-fit: cover; /*box-shadow: 0px 10px 12px -10px rgba(0, 0, 0, 0.53);*/
}
.blog .excerpt:hover .excerptThumb {
  border-radius: 10px;
}
.blog .excerpt:hover .excerptThumb a {
  border-radius: 10px;
}
.blog .excerpt:hover .excerptThumb a:before {
  border-radius: 10px;
}

.blog .excerptMain {
  float: left;
  width: 75%;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  padding: 0.7em 1em;
}
.blog .excerptMain h2.excerptTitle {
  text-align: left;
  margin: 0em 0 0.8em;
  line-height: 1em;
}
.blog .datecatText {
  color: #fffbd2;
  font-size: 0.9em;
  margin: 0 0 10px 0;
  background-color: #633d91;
  display: inline-block;
  padding: 3px 5px;
  margin-bottom: 20px;
  border-radius: 2px;
}
.blog .datecatText .catLink {
  display: none;
}
.inner > .datecatText {
  color: #fffbd2;
  font-size: 0.9em;
  margin: 0 0 10px 0;
  background-color: #633d91;
  display: inline-block;
  padding: 3px 5px;
  margin-bottom: 20px;
  border-radius: 2px;
}
.datecatText a {
  color: #ffe500 !important;
  text-shadow: none !important;
  text-decoration: none !important;
}
.datecatText a:after {
  display: none;
}

.post .content article p img {
  max-width: 100%;
  border: none !important;
}
.back {
  border-radius: 3px;
  display: inline-block;
  position: relative;
  padding: 0.1em 0.7em 0.3em;
  background: #6f6f6f;
  color: #fff !important;
  border-radius: 3px;
  font-weight: normal !important;
  text-decoration: none !important;
  margin: 0.3em 0.4em 0.3em 0;
  font-size: 1.2em;
  line-height: 1.2em;
  font-family: "Oswald", sans-serif;
  text-align: center;
  transition: 0.3s;
}
.back:hover {
  background: #484845;
}

@media (max-width: 950px) {
  .post div .content article p img {
    max-width: 100% !important;
  }
}

@media (max-width: 450px) {
  .blog .excerpt {
    display: block;
  }
  .blog .excerptThumb {
    float: none;
    width: 100%;
    max-width: 150px;
    margin: 0 auto -35px auto;
  }
  .blog .excerptMain {
    float: none;
    width: 100%;
    padding: 3.3em 1em 1.1em 1em;
    text-align: center;
  }
}

/*FAQ=================*/
.questions {
  list-style-type: decimal-leading-zero;
  margin-left: 0%;
  padding: 0px 2em;
}
.questions li {
  line-height: 1.25em;
  font-size: 1.2em;
  padding: 0.4em 0em;
}
.questions a {
  font-size: 1.2em;
  font-family: "Oswald", arial, serif;
  font-weight: normal !important;
}

/*SCHEDULES page ========================================================*/
.pageSchedule {
  margin-top: 3em;
}
a.print {
  display: inline-block;
  font-size: 17px;
  background: url(/templates/client/imagesNew/print2.png) right 3px no-repeat;
  padding-right: 35px;
  height: 35px;
  line-height: 28px;
  width: 165px;
  margin: 0 auto;
  text-align: right;
  text-decoration: none;
  font-family: "Oswald", arial, serif;
  font-weight: normal !important;
}
a.calendar {
  position: relative;
  color: white !important;
  padding: 0.3em 2.2em 0.3em 0.8em;
  font-size: 1.2em;
  border-radius: 0.2em;
  font-family: "Oswald", sans-serif;
  text-decoration: none !important;
  background: #b20000;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.33);
  text-transform: uppercase;
  margin-top: 12em;
  cursor: pointer;
  transition: 0.3s;
}
a.calendar i {
  position: absolute;
  right: 11px;
  top: 50%;
  margin-top: -10px;
}
a.calendar:hover {
  background: #484848;
}
.block_header {
  width: 100%;
  position: relative;
  z-index: 10;
}
.dates-wrapper {
  position: relative;
  float: left;
  color: #606060;
  font-family: "Oswald", sans-serif;
  font-size: 1.2em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.17);
}
.dates {
  position: relative;
}
.dates.green {
  color: #1a8228;
}
.dates.gold {
  color: #cca910;
}
.dates.purple {
  color: #813ac5;
}
.dates .day {
  text-transform: uppercase;
  color: black;
}
.dates span {
  /* color:#51995c */
}
.dates span strong {
  font-weight: normal;
}

.dates .today {
  position: absolute;
  right: -58px;
  top: -8px;
}
.dates .today i {
  font-size: 2.6em;
  color: #b20000;
  text-shadow: 0px 1px 0px #fdf8e5;
}
.dates .today strong {
  position: absolute;
  top: 9px;
  left: 7px;
  font-weight: normal;
  color: white;
  font-size: 0.9em;
  transform: rotate(-23deg);
}
.routes-wrapper {
  font-family: "Oswald", sans-serif;
  font-size: 1.2em;
  position: relative;
  float: right;
}

.routes {
  text-align: right;
  padding-right: 64px;
  background: url(/templates/client/imagesNew/map_route3.png) right -27px
    no-repeat;
}
.routes i {
  color: black;
}
.routes img {
  margin-left: 3px;
}
ul.parades {
  list-style: none;
  clear: both;
  margin: 0.3em 0px 3em 0px !important;
  padding: 0px; /* box-shadow: 0px 14px 14px -12px #665F18; */
}
ul.parades li {
  clear: both;
  color: #4e4e4e;
  background: #ffffff;
  border-bottom: 1px solid #efead8;
  transition: 0.3s;
}
ul.parades li:nth-child(even) {
  /* background: #ffffff; */
}
ul.parades li:first-child {
  border-top: none;
  padding-top: 10px;
}
ul.parades li:hover {
  background: #e8e5d9;
  background: #fdf8e5;
}
ul.parades li.listing-location {
  /* display: inline-block; */
  position: relative;
  padding: 2px 0.7em 2px;
  color: rgb(51, 44, 13);
  border-radius: 2px; /*text-shadow: 1px 1px 3px #686666;*/
}
ul.parades li.listing-location i {
  position: absolute;
  bottom: -0.4em;
  left: 0.5em;
  text-shadow: none;
  color: #e5c433;
  font-size: 1.4em;
}
ul.parades li.listing-location:first-child {
  padding-top: 3px;
}

ul.parades.green li.listing-location {
  background: #42990e url(/templates/client/imagesNew/green_bar.jpg) !important;
  color: white;
}
ul.parades.gold li.listing-location {
  background: #e1bd29 url(/templates/client/imagesNew/gold_bar.jpg) !important;
}
ul.parades.purple li.listing-location {
  background: #8849c2 url(/templates/client/imagesNew/purple2-bar.jpg) !important;
  color: white;
}
ul.parades.green li.listing-location i {
  color: rgb(36, 158, 52) !important;
}
ul.parades.gold li.listing-location i {
  color: rgb(229, 196, 50) !important;
}
ul.parades.purple li.listing-location i {
  color: rgb(113, 52, 172) !important;
}

ul.parades li a {
  display: block;
  padding: 9px 2px 9px 12px;
  color: #4e4e4e;
}

.parade {
  display: inline-block;
  width: 55%;
  line-height: 15px; /* font-weight:bold; */
}
/*.parade a {text-decoration:none;}*/
.time {
  display: inline-block;
  width: 65px;
  line-height: 15px;
  font-size: 0.95em;
  font-family: "Oswald", sans-serif;
  text-align: right;
}
.follows {
  margin-left: 15px;
  box-shadow: none !important;
}
.location {
  display: inline-block;
  float: right;
  text-align: right;
  line-height: 15px;
  margin-right: 2%;
}
.route {
  position: relative;
  float: right;
  margin-top: -5px; /* background:url(/templates/client/imagesNew/map_route3.png) 20px bottom no-repeat; */
  width: 49px;
  height: 27px;
  text-indent: 50px;
  overflow: hidden;
  transition: background 0.2s linear;
}
.route:hover {
}
.route:after {
  display: none !important;
}
.route i {
  position: absolute;
  top: 6px;
  text-indent: 26px;
  line-height: 1em;
  opacity: 0.5;
  transition: 0.3s;
}

ul.parades li:hover .route i {
  opacity: 0.9;
}
.time span,
.location span {
  color: #b19d4e;
  display: none;
}

@media screen and (max-width: 680px) {
}

@media screen and (max-width: 340px) {
  .parade {
    line-height: 25px;
    width: 61%;
  }
  .route {
    display: none;
  }
  .routes {
    background: none;
    padding-right: 0px;
  }
  .time {
    width: 74px;
  }
}

/*PARADE INT PAGE===================*/
.paradeInt .overlay {
  display: none;
}

.directions {
  padding: 2px 0px;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 3px;
}
.directions ul {
  list-style-type: none;
  margin: 0px;
  padding: 9px 0px;
}
.directions ul li {
  position: relative;
  background: url(/templates/client/imagesNew/bullet_line.png) no-repeat 11px
    6px;
  padding: 6px 3% 6px 34px;
  border-bottom: 2px solid #fdf8e5;
}
.directions ul li:first-child {
  background: url(/templates/client/imagesNew/bullet_green2.png) no-repeat 11px
    8px;
}
.directions ul li:last-child {
  background: url(/templates/client/imagesNew/bullet_red2.png) no-repeat 11px
    8px;
  border-bottom: 2px solid #f0ebd9;
}
/*.directions ul li:before {position:absolute;z-index: -1;content:'';left:0px;top:0px;width:100%;height:100%;background: rgba(0, 0, 0, 0);transition:0.3s;}
.directions ul li:nth-child(2n+1):before {background: rgba(0, 0, 0, 0.05);}*/
.directions p {
  padding: 6px 3% 6px 34px;
  border-bottom: 2px solid #fdf8e5;
  margin: 0px;
}
.directions ul li p {
  border-bottom: none;
}

.pageRoute {
  text-align: center;
  margin-top: 22px;
}
.pageRoute .paradeImage {
  float: left;
  margin-right: 20px !important;
  width: inherit !important;
  max-width: 100%;
}
.paradedescription {
  text-align: left;
}
.paradedescription img {
  display: none !important;
}
.paradedescription ul {
  clear: both;
  padding: 20px 0px 0px 0px;
  list-style: none;
  margin: 10px 0px;
}
.paradedescription ul li {
  position: relative;
  padding-left: 15px;
}
.paradedescription ul li:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 4px;
  border-radius: 8px;
  width: 8px;
  height: 8px;
  background: #229f34;
}

.yearly {
  position: relative;
  color: #fdf8e5;
  background: #219f33;
  font-size: 1.2em;
  padding: 10px 13px;
  margin: 2em 0px;
  border-radius: 3px;
  text-align: left;
}
.yearly > span {
  position: absolute;
  color: #0f4216;
  font-size: 2em;
  top: -0.9em;
  left: 7px;
  font-family: "Lobster", cursive;
  text-shadow: 0px -1px 2px #fdf8e5;
}
.yearly p {
  color: #fdf8e5;
  margin: 10px 0px;
}

.bookRide {
  display: inline-block;
  color: white;
  padding: 0.3em 0.8em;
  font-size: 1.3em;
  border-radius: 0.2em;
  font-family: "Oswald", sans-serif;
  background: #2464b5;
  background: #b20000;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.33);
  text-transform: uppercase; /*margin: 0px 0px 30px;*/
  cursor: pointer;
  transition: 0.3s;
}
.bookRide:hover {
  background: #404040;
}

.sideRoutes {
  clear: both;
  padding: 7px 0 0 0;
  padding: 0px;
  max-width: 208px; /*min-height: 100px;*/
  text-align: left;
  list-style: none;
  font-size: 14px;
  margin: 20px auto 35px;
  margin: 0px auto 0px;
  border-top: 1px solid #d6d6d6;
}
.sideRoutes:nth-child(2) {
  border-top: none;
}
.paradeInt .sidebar h3 {
  margin: 0px 0px 20px;
}
.sideRoutes li {
  position: relative;
  line-height: 20px;
  padding: 0 6%;
  margin: 1px 0px;
  transition: 0.4s;
}
.sideRoutes li:hover {
  background-color: #11581b;
  background-color: rgba(0, 0, 0, 0.06);
  border: 2px;
  transition: 0s;
}
.sideRoutes li a {
  display: block; /* font-weight:bold; */
  text-decoration: none;
  padding: 7px 0 7px 22px;
  font-size: 1.1em;
  line-height: 1.05em;
  margin: 0 5px;
  background: url(/templates/client/imagesNew/marker-purple.png) no-repeat left
    7px;
}
.sideRoutes:nth-child(3n + 2) li a {
  background: url(/templates/client/imagesNew/marker-green.png) no-repeat left
    7px;
}
.sideRoutes:nth-child(3n + 0) li a {
  background: url(/templates/client/imagesNew/marker-yellow.png) no-repeat left
    7px;
}
.sideRoutes li.selected {
  background-color: #f0f0f0;
  border: 2px;
  transition: 0s;
}
.sideRoutes li.selected:before {
  position: absolute;
  content: "\f0d9";
  left: -8px;
  top: 50%;
  margin-top: -10px;
  font-size: 22px;
  font-weight: bold;
  color: #f0f0f0;
  font-family: "Font Awesome 6 Free";
}

.back__to_schedule {
  display: inline-block;
  color: white;
  padding: 0.3em 0.8em;
  font-size: 1.3em;
  border-radius: 0.2em;
  font-family: "Oswald", sans-serif;
  background: #b20000;
  background: #676666;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.33);
  text-transform: uppercase;
  margin-top: 25px;
  cursor: pointer;
  transition: 0.3s;
}
.back__to_schedule:hover {
  background: #404040;
}
.sidebarAD {
  text-align: center;
  margin-top: 24px;
  display: block;
}

@media screen and (max-width: 900px) {
  #sideRoutes {
    margin: 20px auto 10px;
  }
}
@media screen and (max-width: 750px) {
  #sideRoutes ul {
    min-height: inherit;
  }
}
@media screen and (max-width: 400px) {
  /*.pageRoute img {float:none !important; display:block !important; margin:10px auto !important;}*/
  .pageRoute .paradeImage {
    float: none;
    margin: 0 auto;
    max-width: 100%;
  }
}

/*FORM===========================*/
::placeholder {
  color: #a7a7a7;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder {
  color: #a7a7a7;
}
::-ms-input-placeholder {
  color: #a7a7a7;
}

/* GALLERY============================ */
#gallery-categories {
  list-style: none !important;
  padding: 0;
  margin: 0 0 70px 0;
}
#gallery-categories li {
  position: relative;
  width: 25%;
  width: 29%;
  float: left;
  margin: 10px 2% 20px;
  box-sizing: border-box;
}
#gallery-categories li:before {
  display: none;
}
#gallery-categories li a {
  position: relative;
  display: block;
}
#gallery-categories li a:after {
  display: none !important;
}
#gallery-categories li a:before {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 200px;
  box-shadow: inset 2px 2px 16px 1px rgba(0, 0, 0, 0.34);
  transition: 0.3s;
}
#gallery-categories li a span {
  position: absolute; /* bottom: 25px; */
  top: 66%;
  z-index: 1; /* left: 0px; */
  display: inline-block;
  width: 65%;
  margin: 10px 0 0 0px;
  background: #884cc2 url(/templates/client/imagesNew/purple-bar.jpg);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.32);
  text-align: center;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 0.95em;
  font-size: 1.5em;
  border-radius: 3px;
  padding: 11px 14px 14px 14px; /* border-top: dashed 7px black; */ /* border-bottom: dashed 7px black; */
  font-family: "Oswald", sans-serif;
  color: white;
  box-sizing: border-box;
  border-radius: 3px;
  transform: rotate(-5deg);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.32);
  transition: 0.3s;
}
#gallery-categories li:nth-child(3n + 2) a span {
  background: #e9c731 url(/templates/client/imagesNew/gold_bar.jpg);
  color: #272727;
}
#gallery-categories li:nth-child(3n + 0) a span {
  background: #42990e url(/templates/client/imagesNew/green_bar.jpg);
}

.gallery #gallery-categories li a span:after {
  position: absolute;
  content: "\f105";
  right: 6px;
  top: 50%;
  margin-top: -10px;
  font-family: "Font Awesome 6 Free";
  opacity: 0;
  transition: 0.3s;
}
.gallery #gallery-categories li:hover a span:after {
  opacity: 1;
}
.gallery #gallery-categories li:hover a span {
  padding: 11px 23px 14px 5px;
}

#gallery-categories li:hover a span {
  /*top: 73%;transform: rotate(-2deg);background:#2a2a27;*/
}
#gallery-categories li:nth-child(3n + 2):hover a span {
}

#gallery-categories li:hover a:before {
  box-shadow: inset 2px 2px 19px 1px rgba(0, 0, 0, 0.64);
}
#gallery-categories li a img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
  border-radius: 200px;
  filter: grayscale(100%);
  transition: 0.6s;
}
#gallery-categories li:hover a img {
  filter: grayscale(0%);
}

@media screen and (max-width: 1050px) {
  #gallery-categories li {
    width: 39%;
    margin: 10px 5.3% 30px;
  }
  #gallery-categories li a span {
    padding: 9px 14px 12px 14px;
  }
  .gallery #gallery-categories li:hover a span {
    padding: 9px 23px 12px 5px;
  }
}

@media screen and (max-width: 500px) {
  #gallery-categories li {
    width: 65%;
    max-width: 230px;
    margin: 10px auto 30px;
    float: none;
  }
  #gallery-categories li a span {
    font-size: 1.4em;
  }
}

/* Aligned Gallery*/
.aligned-gallery {
  list-style: none;
  padding: 0px 0px 0px 0px;
}
.aligned-gallery li {
  display: block;
  float: left;
  margin: 5px;
  width: inherit;
  padding: 0px;
  box-shadow: 0px 0px 11px -8px rgba(0, 0, 0, 0);
  transition: 0.3s;
}
.aligned-gallery li:hover {
  box-shadow: 0px 10px 11px -8px rgba(0, 0, 0, 0.41);
}
.aligned-gallery li:before {
  display: none;
}
.aligned-gallery li a {
  display: block;
  cursor: zoom-in;
}
.aligned-gallery li a img {
  display: block;
  margin: 0px !important;
  border-radius: 3px;
}

/*VIDEOS PAGE======================*/
.videos li {
  width: 27% !important;
  margin: 20px 3% 50px !important;
}
.videos li a span {
  width: 100% !important;
  opacity: 1;
  background: white !important;
  color: #404040 !important;
  font-size: 1.4em !important;
  padding: 8px 8px 11px 8px !important;
}
.videos li:nth-child(3n + 2) a span {
  /* background: #e9c731 url(/templates/client/imagesNew/gold_bar.jpg); */
  color: #272727;
}
.videos li:nth-child(3n + 0) a span {
  /* background: #42990e url(/templates/client/imagesNew/green_bar.jpg); */
}
.videos li:after {
  display: block;
  z-index: 2;
  position: absolute;
  content: "\f167";
  font-family: "Font Awesome 5 Brands";
  top: 62%;
  right: 0%;
  width: 100%;
  margin: -23px 0px 0px 0px;
  color: rgba(178, 0, 0, 1);
  font-size: 50px;
  text-align: center;
  transition: 0.4s;
  pointer-events: none;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.45);
}
.videos li:before {
  display: block !important;
  z-index: 1;
  position: absolute;
  content: "";
  top: 60%;
  right: 43%;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  margin: -10px 0px 0px 0px;
  background: white;
  pointer-events: none;
  transition: 0.4s;
}

.videos li:hover:after {
  top: 47%;
  color: rgba(178, 0, 0, 1);
  opacity: 0;
}
.videos li:hover:before {
  top: 49%;
  color: rgba(178, 0, 0, 1);
  opacity: 0;
}
.videos li:hover a span {
  background: #884cc2 !important;
  background: rgba(178, 0, 0, 1) !important;
  color: white !important;
}
/*.videos li:nth-child(3n+2):hover a span { background:#e9c731 !important; color:#404040 !important;}
.videos li:nth-child(3n+0):hover a span { background:#42990e !important; color:white !important;}*/

@media screen and (max-width: 1050px) {
  .videos li {
    width: 39% !important;
    margin: 20px 5.3% 50px !important;
  }
}
@media screen and (max-width: 500px) {
  .videos li {
    width: 60% !important;
    max-width: 250px;
    margin: 20px auto 50px !important;
  }
}

/*PHOTO CONTEST PAGE==================*/
.prizeWinners {
  display: flex; /* align-items: center; */
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
}
.prizeWinners > div {
  position: relative;
  border-radius: 3px;
  margin-top: 30px;
  padding: 20px 3% 20px;
}
.prizeWinners > div h3 {
  position: absolute;
  top: -41px;
  left: 0px;
  font-size: 2.4em;
  font-weight: normal;
  font-family: "Lobster", cursive;
  margin-left: 3%;
  color: #585857;
}
.prizeWinners > div i {
  color: #fdf8e5;
  font-size: 2em;
  margin: 10px 13px 20px 0px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.17);
}
.prizeWinners > div p {
  margin: 0px;
  font-size: 0.9em;
}

.first {
  float: left;
  width: 67%;
  background: #ecca34;
}
.first h3 {
  text-shadow:
    2px 2px 1px rgb(253, 248, 229),
    0px 2px 1px rgb(253, 248, 229),
    2px 0px 1px rgb(253, 248, 229);
}
.second {
  float: left;
  width: 31%;
  background: #dad8d0;
}
.second h3 {
  font-size: 1.6em !important;
  top: -37px !important;
  text-shadow:
    1px 1px 1px rgb(253, 248, 229),
    0px 1px 1px rgb(253, 248, 229),
    1px 0px 1px rgb(253, 248, 229);
}
.second i {
  font-size: 1.5em;
  margin-top: 0px !important;
}

@media screen and (max-width: 590px) {
  .prizeWinners > div {
    width: 100%;
  }
  .second {
    margin-top: 50px !important;
  }
}

/*VOTING PHOTOS PAGE==================*/
article .youVoted {
  background: #328e41;
  border-radius: 4px;
  color: white !important;
  padding: 0.5em 1em;
  margin: 10px 0 20px;
  box-shadow: 1px 1px 10px #35ad48;
}
article .youVoted img {
  width: 150px;
  height: auto;
  float: left;
  padding-right: 15px;
}
article .youVoted h3 {
  font-size: 2em;
  color: white;
  margin: 0.4em 0em;
}
article .youVoted p {
  margin: 0px;
}
article .images {
}

article .images div {
  position: relative;
  overflow: hidden;

  margin-bottom: 20px;
  padding: 4px 12px 16px;
  background: white;
  margin: 0.5em 0 2em;
  box-shadow:
    1px 1px 12px rgba(0, 0, 0, 0.1),
    0px 12px 18px -12px rgba(0, 0, 0, 0.3);
}
article .images div img {
  display: block;
  width: 100%;
  height: auto;
  background: white;
  margin: 0.5em 0 2em;
  border-radius: 2px;
}
article .images div .numbered {
  z-index: 10;
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 16px;
  line-height: 30px;
  background: rgba(255, 255, 255, 0.56);
  padding: 0px 10px 0px 0px;
  border-radius: 2px;
  font-family: "Oswald", arial, serif;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.22);
  transition: 0.3s;
}
article .images div .numbered .number {
  background: #e8c630;
  display: inline-block;
  color: #2d2d2d;
  padding: 3px 10px;
  font-size: 20px;
  margin-right: 10px;
  display: inline-block;
}
article .images div .votes {
  background: purple;
  padding: 10px 10px;
  radius: 2px;
  font-family: "Oswald", arial, serif;
}

article .images div .title-wrapper {
  z-index: 10;
  position: absolute;
  bottom: 1px;
  left: 0px;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 0px;
  background: transparent !important;
  box-shadow: none !important;
}
article .images div .title {
  padding: 14px 10px;
  max-width: 100%;
  border-radius: 2px;
  color: black;
  font-size: 17px;
  background: rgb(255, 255, 255);
  line-height: 17px;
  box-sizing: border-box;
  display: inline-block;
  transition: 0.3s;
}
article .images div .voteButton {
  z-index: 10;
  position: absolute;
  top: 30px;
  right: 30px;
  border-radius: 2px;
  background: white;
  color: #2d2d2d;
  padding: 10px 10px 10px 10px;
  text-decoration: none !important;
  text-shadow: none;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.3s;
}
article .images div .voted {
  padding: 10px 10px 10px 26px;
  background: white !important;
  cursor: default;
}
article .images div .voteButton:before {
  position: absolute;
  content: "\f00c";
  left: -5px;
  top: 50%;
  margin-top: -7px;
  font-family: Font Awesome 6 Free;
  color: white;
  opacity: 0;
  transition: 0.3s;
}

article .images div .voteButton:hover {
  padding: 10px 10px 10px 26px;
  background: rgb(34, 156, 50);
  color: white !important;
}
article .images div .voteButton:hover:before,
article .images div .voted:before {
  left: 5px;
  opacity: 1;
  transition: 0.3s;
}
article .images div:hover .numbered {
  background: rgba(255, 255, 255, 0.8);
}
article .images div:hover .title,
/*article .images div:hover .voteButton {background: rgba(255, 255, 255, 1);}*/


@media screen and (max-width: 440px) {
  article .youVoted img {
    display: none;
  }
}

/*CONTACT FORM OVERIDES==============*/
form fieldset div.formfields button {
  background: #b20000;
  font-family: "Oswald", sans-serif;
  padding: 0.3em 0.8em;
  text-align: center;
  transition: 0.3s;
}
form fieldset div.formfields button:after {
  display: none;
}
form fieldset div.formfields button:hover {
  background: #404040;
}

@media (max-width: 980px) {
  .contact article form fieldset div.formfields > .half,
  .contact article form fieldset div.formfields > .third,
  .contact article form fieldset div.formfields > .quarter {
    flex-basis: 100%;
  }
}
@media (max-width: 900px) {
  .contact article form fieldset div.formfields > .half,
  .contact article form fieldset div.formfields > .third,
  .contact article form fieldset div.formfields > .quarter {
    flex-basis: 31.33%;
  }
}
@media (max-width: 650px) {
  .contact article form fieldset div.formfields > .half,
  .contact article form fieldset div.formfields > .third,
  .contact article form fieldset div.formfields > .quarter {
    flex-basis: 100%;
  }
}

/*PASSWORD PAGES==========================*/
.formPassword {
  max-width: 400px;
}
.formPassword .formfields div:nth-child(1) {
  flex-basis: 30%;
}
.formPassword .formfields div:nth-child(2) input {
  width: 100%;
}
.formPassword .formfields div:nth-child(2) {
  flex-basis: 20%;
  flex-grow: 1;
}

/*GOOGLE SEARCH RESULTS=====start=====================*/
/*search box*/
.gsc-input-box {
  border: none !important;
  box-shadow:
    2px 9px 6px -7px rgba(0, 0, 0, 0.2),
    0px 0px 3px 0px rgba(0, 0, 0, 0.2) !important;
}
.gsib_a {
  padding: 2px 6px 0 !important;
}
.gsc-input {
  height: 1.8em !important;
}
.gsst_b {
  padding: 4px 2px !important;
}
.cse .gsc-search-button-v2,
.gsc-search-button-v2 {
  background: #b20000 !important;
  border: none !important;
  padding: 7px 19px !important;
  margin-top: 0px !important;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.33);
  transition: 0.3s;
}
.gsc-search-button-v2:hover {
  background: #404040 !important;
}
.gsc-search-button-v2 svg {
  width: 33px;
  height: 19px;
}

.gsc-above-wrapper-area {
  border-bottom: none !important;
}
.gsc-control-cse {
  padding: 0 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  font-family:
    normal arial,
    helvetica,
    sans-serif !important;
}
.gsc-adBlock {
  box-shadow: 0px 11px 23px -11px rgba(0, 0, 0, 0.28);
  border-radius: 8px;
  margin-bottom: 15px !important;
}
.gsc-table-result,
.gsc-thumbnail-inside,
.gsc-url-top {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.gsc-result .gs-title {
  height: 2em !important;
}
.gs-title {
  font-family: "Oswald", sans-serif;
  text-decoration: underline !important;
  font-size: 1.3em !important;
  color: black !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.gs-title b {
  font-weight: normal !important;
  font-size: 1.1em !important;
  color: black !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.gs-title:hover,
.gs-title:hover b {
  color: #147720 !important;
}
.gs-result a.gs-visibleUrl,
.gs-result .gs-visibleUrl {
  color: #1e862c !important;
}

.gsc-webResult .gsc-result {
  position: relative !important;
  padding: 0.8em 0;
  background: #fdf8e5;
  border-bottom: 0px solid !important;
}
.gsc-results .gsc-cursor-box {
  margin: 10px 0px !important;
}

.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result.gsc-promotion:hover,
.gsc-results .gsc-imageResult-classic:hover,
.gsc-results .gsc-imageResult-column:hover {
  border-left: 0px solid !important;
}

/*image container*/
.gsc-table-cell-thumbnail,
.gs-promotion-image-cell {
  padding: 0 !important;
}
.gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
  width: 100px !important;
  height: 100px !important;
  margin-right: 15px !important;
}
.gs-web-image-box-landscape img.gs-image {
  max-width: 87px !important;
  max-height: inherit !important;
}
.gs-image-box.gs-web-image-box.gs-web-image-box-landscape {
  width: 100% !important;
  margin-right: 15px !important;
}
.gs-web-image-box-portrait img.gs-image {
  max-width: 100px !important;
  max-height: inherit !important;
  object-fit: cover;
  width: 100px;
  height: 100px;
  border-radius: 5px;
}
/*description*/
.gs-snippet {
  font-size: 14px !important;
  line-height: 19px !important;
}

/*pagination*/
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  cursor: pointer !important;
  background: #7f7c73 !important;
  border-radius: 3px;
  color: #fdf8e5 !important;
  width: 23px !important;
  display: inline-block !important;
  text-align: center !important;
  line-height: 23px !important;
  text-decoration: none !important;
  box-shadow: 1px 1px 6px rgba(6, 6, 6, 0.19) !important;
  transition: 0.3s;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  background: #5f5d57;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  cursor: pointer !important;
  background: #008000 !important;
  border-radius: 4px;
  color: white !important;
  width: 23px !important;
  display: inline-block !important;
  text-align: center !important;
  line-height: 23px !important;
}
/*GOOGLE SEARCH RESULTS=====end=====================*/

/*SOCIAL========================*/
#social {
  position: absolute;
  bottom: -27px;
  left: 50%;
  margin: 0 0 0 -154px;
  max-width: 400px;
  text-align: center;
}
#social a {
  display: inline-block; /* text-indent: -1000px; */
  width: 3em;
  height: 3em;
  border-radius: 50px;
  overflow: hidden;
  background: gray;
  border: 3px solid white;
  margin: 0 0.3em;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.32);
  transition: 0.3s;
}
#social a i {
  /* text-indent: 850px; */
  display: block;
  line-height: 1.6em;
  color: #fdf8e5;
  font-size: 1.7em;
}
#social a.facebook {
  background: #3f69d8;
}
#social a.twitter {
  background: #2cbee3;
}
#social a.instagram {
  background: #be209b;
}
#social a.youtube {
  background: #cd201f;
}
#social a.tripAd {
  background: #5a9234;
}
#social a:hover {
  background: #3e3d3d;
}

#social a.tripAd img {
  display: block;
  height: auto;
  width: 80%;
  margin-top: 10px;
  margin: 11px auto 0;
  text-align: center;
}

#scrollup {
  position: absolute;
  bottom: -30px;
  right: 50%;
  margin: 0 -500px 0 0;
  width: 1.7em;
  height: 1.7em;
  line-height: 1.6em;
  text-align: center;
  background: #e4c13d;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.32);
  border-radius: 55px;
  border: 0.1em solid white;
  font-size: 2.4em;
  cursor: pointer;
  transition: 0.3s;
}
#scrollup i {
  color: #493e14;
}
#scrollup:hover {
  background: #f5ca27;
}

@media (max-width: 1070px) {
  #scrollup {
    margin: 0 0px 0 0;
    right: 7%;
  }
}
@media (max-width: 550px) {
  #social {
    left: 7%;
    margin: 0 0 0 0;
  }
  #social a {
    margin: 0 0.1em;
  }
}

@media (max-width: 420px) {
  #social a {
    margin: 0 -0.3em;
  }
}

/*Calendar Page================================*/
.calendar-body {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
.calendar-body td {
  padding: 8px 6px;
  text-align: center;
  background: rgba(0, 0, 0, 0.08);
}
.calendar-body tr:first-child td {
  background: rgba(0, 0, 0, 0.16) !important;
}
.calendar-body td:first-child {
  background: rgba(0, 0, 0, 0.16) !important;
}
.calendar-body tr:first-child td:first-child {
  background: none !important;
}
.calendar-body td a {
  position: relative;
  display: inline-block;
  width: 33px;
  color: #fff !important;
  background: url(/templates/client/images/download-icon.png) no-repeat center
    2px #008000;
  color: #fff;
  border-radius: 3px;
  padding: 3px 0;
  text-decoration: none;
  text-shadow: none !important;
  box-shadow: 1px 1px 6px #97894e;
  overflow: hidden;
  text-indent: -5000px;
  transition: background-color 0.3s ease-in-out;
}
.calendar-body td a:hover {
  background-color: #542d99;
}

@media (max-width: 900px) {
  .calendar-body tr td:nth-child(3) {
    display: none;
  }
}

/*FOOTER================================*/
footer {
  background: url(/templates/client/imagesNew/footer.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
}

footer .center {
  max-width: 1336px;
  padding: 7.8em 3% 6.5em;
  margin: 0 auto;
}
footer p {
  font-size: 1.1em;
  line-height: 1.2em;
  color: white;
}
footer a.external {
  display: inline-block;
  width: 232px;
  background: #fdf8e5;
  color: #484847;
  text-shadow: none;
  text-decoration: none !important;
  padding: 0em 0.7em;
  border-radius: 3px;
  margin: 0.6em 7px 0px;
  line-height: 0.8em;
  transition: 0.3s;
}
/*footer a.external:hover {background: #2f2f2f; color: #fdf8e5;}*/
footer a.external img {
  width: 100%;
  max-width: 155px;
  height: auto;
}

@media (max-width: 1100px) {
  footer .center {
    max-width: 576px;
  }
  footer a.external {
  }
}

/*COMPUCAST=======================*/
.cc {
  position: relative;
  z-index: 1;
}
.cc .center {
  max-width: 1046px;
  margin: 0 auto;
  padding: 0.1em 3% 0.4em 3%;
}

/* ResponsiveSlides */
ul.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
ul.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
ul.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
ul.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

/*404 page=======================*/
.content404 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: center;
}
.content404 > i {
  font-size: 13em;
  color: #ffe88a;
}

/*VAR  TEMPS==============================*/
.healthbar {
  position: fixed;
  z-index: 8;
  left: 5px;
  bottom: 27px;
  font-size: 0.7em; /* overflow: hidden; */
  color: black;
  padding: 0.2em 0.5em;
  border-radius: 3px;
  border: 2px solid rgba(0, 0, 0, 0.55);
  height: 1.6em;
  width: 200px;
}
#healthbarMarker {
  position: absolute;
  z-index: -2;
  left: 0.1em;
  top: 0.1em;
  width: 50%;
  height: 1em; /* padding: 0.2em 0.5em; */
  background: #42990e;
  box-sizing: initial;
}
#healthbarMarkerMax {
  position: absolute;
  z-index: -3;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%; /* padding: 0.2em 0.5em; */
  background: rgba(0, 0, 0, 0.16);
  box-sizing: initial;
  border-right: 1px solid red;
}
.healthbar span {
  position: absolute;
  top: 0px;
  margin: 0 1.5em;
  color: rgba(105, 105, 105, 0.54);
}
.healthbar span:nth-child(1) {
  left: 25px;
}
.healthbar span:nth-child(2) {
  left: 73px;
}
.healthbar span:nth-child(3) {
  left: 122px;
}

#healthbarValue {
  position: absolute;
  right: -18px;
  top: 0.1em;
  font-size: 1.1em;
}

/*--------------------------------------------------------------------------------------------------------------------------*/
/*ANIMATIONS----------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------*/
@keyframes rotateSunbeam {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

@-webkit-keyframes stripeGreen {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(0deg);
  }
  100% {
  }
}
@keyframes stripeGreen {
  0% {
    transform: rotate(-0.2deg);
  }
  20% {
    transform: rotate(-0.2deg);
  }
  100% {
  }
}

@-webkit-keyframes stripeGold {
  0% {
    transform: rotate(-0.3deg);
  }
  10% {
    transform: rotate(-0.3deg);
  }
  100% {
  }
}
@keyframes stripeGold {
  0% {
    transform: rotate(-0.3deg);
  }
  10% {
    transform: rotate(-0.3deg);
  }
  100% {
  }
}

@-webkit-keyframes stripePurple {
  0% {
    transform: rotate(-0.7deg);
  }
  100% {
  }
}
@keyframes stripePurple {
  0% {
    transform: rotate(-0.7deg);
  }
  100% {
  }
}

/*Just temporary stylinmg to handle old site's  top content box  ERASE WHEN GOING LIVE*/
#lightMiddle {
  padding: 0px !important;
  border-bottom: 2px solid gold;
}
#lightMiddle h1 {
  display: none;
}
#lightMiddle .social-share {
  display: none;
}
#lightBottom {
  display: none;
}

.ctaGuide {
  display: block;
  background: #ffe997;
  border-radius: 0;
  padding: 10px;
  max-width: 300px;
  margin: 0 auto;
}
.ctaGuide img {
  width: 100%;
  height: auto;
  float: none;
}
.ctaGuide h3 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 2em;
  line-height: 1.3em;
}
.ctaGuide p {
  margin: 1em 0;
  text-align: center;
}
.ctaGuide strong {
  background: purple;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  display: block;
}
@media (max-width: 1100px) {
  .ctaGuide img {
    float: none;
    display: block;
    margin: 0 auto 1em auto;
  }
}

.picGuide {
  margin: 0;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.picGuide p {
  margin: 0 !important;
}
.buyGuide {
}
.buyGuide p {
}
.buyGuide h2 {
}
.buyGuide h2 strong {
  font-weight: bold !important;
  font-size: 1.4em;
  vertical-align: baseline;
  color: green;
}
.hardybio {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  max-width: 100%;
  background: #fff;
  padding: 2em;
}
.hardybio p:nth-of-type(1) {
  width: 30%;
  margin: 0;
}
.hardybio img {
  margin: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.hardybio p:nth-of-type(2) {
  width: 70%;
  margin: 0 0 0 1em;
  line-height: 1.4em;
  font-size: 1.2em;
}
@media screen and (max-width: 450px) {
  .picGuide,
  .buyGuide {
    display: block;
    width: 100%;
  }
  .hardybio {
    display: block;
  }
  .hardybio p:nth-of-type(1) {
    width: 100%;
    margin: 0;
  }
  .hardybio p:nth-of-type(2) {
    width: 100%;
    margin: 1em 0 0 0;
  }
}

/* additions 2026 */

/* PHOTO CONTEST PLUGIN */
.content article figure {
  max-width: 100%;
}

/*  */
.cg_header {
  margin-bottom: 10px;
}

.mainCGdiv.cg_fe_controls_style_white,
.mainCGdiv.cg_fe_controls_style_white {
  background: #fdf8e5 !important;
  background-color: #fdf8e5 !important;
}

.mainCGdiv.cg_fe_controls_style_white .cg_header {
  background-color: #ffffff00 !important;
}

.mainCGdiv .cg_thumbs_and_categories_control .cg_gallery_thumbs_control,
.mainCGdiv .cg_thumbs_and_categories_control {
  margin: 5px !important;
}

.cg_gallery_view_sort_control,
.cg_sort_div {
  display: none !important;
}

#mainCGdivUploadForm1-cf {
  background: #8d00eb;
  background: linear-gradient(
    310deg,
    rgba(141, 0, 235, 1) 0%,
    rgba(0, 176, 44, 1) 50%,
    rgba(252, 237, 69, 1) 100%
  );

  background: #fced45;
  background: linear-gradient(
    310deg,
    rgba(141, 0, 235, 1) 0%,
    rgba(252, 237, 69, 1) 100%
  );
  background: transparent;
}

.mainCGdivUploadForm input,
.mainCGdivUploadForm textarea {
  background-color: white !important;
  color: white !important;
  border: 2px solid black !important;
  color: gray !important;
}

.mainCGdivUploadForm .cg_form_div_image_step .cg_input_image_upload_label {
  border: 2px solid black;
  background: white;
  border-radius: 9px;
}

/* for voteing enabled gallery */
.cg_gallery_rating_div_count,
.cg_voted_confirm {
  display: none !important;
}

/* internal gallery page */
body > .mainCGdivHelperParent .mainCGdivFullWindowConfigurationArea {
  display: none !important;
}

.mainCGdivHelperParent #mainCGdiv1 .buttons {
  text-align: center;
}

.mainCGdivContainer .mainCGdivHelperParent #mainCGdiv1 .buttons {
  display: none;
}

.button2 {
  font-size: 1.3em;
  background: #b20000;
  text-transform: uppercase;
  color: #fff !important;
  padding: 0.3em 1em !important;
  margin: 0 0 0.3em 0;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.33);
  cursor: pointer !important;
  transition: 0.3s;
}

/* Gallery upload confirmation */
#cgGalleryUploadConfirmationText1-cf p {
  padding: 10px;
  background: #229530;
  color: white;
}

.mainCGdiv
  .mainCGallery.cg_center_white
  .cgCenterDiv
  .cg-center-info-div.cgHundertPercentWidth {
  margin-bottom: 0px !important;
}

.mainCGdiv .mainCGallery .cgCenterDiv .cg-center-image-rating-and-buttons-div {
  padding: 0px;
}

body .mainCGlanding {
  /* HIDES NOTIFICATIONS IN THE PHOTO CONTEST */
  display: none !important;
}
