@import url("menu.css");
@import url("https://fonts.googleapis.com/css2?family=Duru+Sans&display=swap");

/* @font-face{ font-family:"BungeeInline-Regular"; src:url('BungeeInline-Regular.ttf') format('truetype')} */
@font-face {
  font-family: 'unicorn_nfregular';
  src: url('unicorn-webfont.woff2') format('woff2'),
    url('unicorn-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

.show-xs {
  display: none !important;
}

html,
body {
  color: #111;
  font-size: 16px;
  font-family: "Duru Sans", sans-serif;
  height: 100%;
  line-height: 20px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

img {
  border: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
 
.seatmap {
  width: 100%;
  max-width: 750px;
}

section {
  clear: both;
  margin-bottom: 20px;
}

html {
  background: #f1c5ce url(../images/bg1.gif);
}

body {
  background: url(../images/bg2.gif) repeat-x;
}

a {
  color: #900;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 20px 0 32px;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  color: #493123;
  margin: 0 0 10px;
  padding: 0;
}

h2 {

  background: #a00d99;
  color: #fff;
  font-size: 30px;
  margin: 16px 0 10px;
  padding: 15px;
  text-align: center;
  line-height: 30px;
}

h3 {
  color: #7d07d4;
  /* margin:5px 0 10px; controled on different spots */
  text-align: left;
  font-weight: bold;
  line-height: 24px;
  /* font-size:30px !important; font size controled on different spots */
  text-align: left;
  text-shadow: -1px -1px 1px #ffffff, 1px 1px 1px #000000;
  padding-top: 10px !important;
}

h3.brown {
  color: #fff;
  background: #493123;
  font-size: 24px;
  margin: 0 0 10px;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
  /* font-size:30px !important; font size controled on different spots */
  text-shadow: -1px -1px 1px #ffffff, 1px 1px 1px #000000;
}

h4 {
  color: rgba(66, 4, 4, 0.712);
  margin: 5px 0 10px;
  text-align: left;
  font-weight: bold;
  font-size: 20px !important;
  text-align: left;
  text-shadow: -1px -1px 1px #ffffff, 1px 1px 1px #000000;
  line-height: 30px;
}

h5 {

  line-height: 30px;
}

.wline {
  background: url(../images/line1.gif) repeat-x 0 5px;
}

.fr {
  float: right;
}

.clear {
  clear: both;
  height: 1px;
  margin: 0 0 -1px;
  width: 100%;
}

.content {
  position: relative;
  z-index: 10;
  width: 100%;
  background: rgba(255, 255, 255, 0.97);
  min-height: 300px;
  -webkit-box-shadow: 1px 1px 10px 0 #000;
  -moz-box-shadow: 1px 1px 10px 0 #000;
  box-shadow: 1px 1px 10px 0 #000;
  color: #111;
  padding: 20px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.break {
  background: url(../images/line3.gif) no-repeat center;
  display: block;
  height: 40px;
}

img.fl {
  margin: 0 15px 10px 0;
}

img.fr {
  margin: 0 0 10px 15px;
}

.broh {
  background: #493123;
  color: #fff;
  font-size: 24px;
  margin: 0 0 10px;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
}

.reg {
  display: inline;
  font-size: 70%;
}

header .number {
  position: absolute;
  right: 0;
  top: 40px;
}

header .phone-number {
  position: absolute;
  right: 0;
  top: 40px;
  font-family: "BungeeInline-Regular";
  font-size: 30px;
  color: #4a3425;
}

header .logo {
  cursor: pointer;
  left: 360px;
  position: absolute;
  top: 6px;
  width: 260px;
  z-index: 100;
}

header .logo:hover em {
  background-position: 0 -180px;
}

header .logo em {
  background: url(../images/logo-top.png) no-repeat;
  display: block;
  height: 180px;
  position: absolute;
  width: 260px;
  z-index: 2;
}

header .logo b {
  color: #fff;
  left: 50px;
  position: relative;
  top: 100px;
  z-index: 0;
}

header ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 42px;
}

header ul li:first-child img {
  position: relative;
  top: -15px;
}

header ul li.fb {
  position: relative;
  top: 0;
  width: 90px;
}

header ul li {
  float: left;
  list-style: none;
  margin: 0 15px 0 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
  z-index: 100;
}

header {
  background: url(../images/bg-top-shadow.png) no-repeat top center;
  height: 148px;
  z-index: 400;
}

.pdf-container {
  position: relative;
  z-index: 10;
  width: 100%;
  background: rgba(255, 255, 255, 0.97);
  min-height: 300px;
  -webkit-box-shadow: 1px 1px 10px 0 #000;
  -moz-box-shadow: 1px 1px 10px 0 #000;
  box-shadow: 1px 1px 10px 0 #000;
  color: #111;
  padding: 20px;
}

#mainContent {
  background: url(../images/bg-maincontent.png) no-repeat top center;
  min-height: 600px;
  padding: 0;
  position: relative;
  width: 1000px;
}

/* leftContent */

#leftContent. #rightContent {
  height: auto;
  min-height: 100%;
  position: relative;
}

#leftContent {
  float: left;
  padding: 0;
  width: 175px;
}

#leftContent .ad {
  padding: 7px 0 7px 7px;
  width: 168px;
  margin-bottom: 30px;
}

#leftContent h3 {
  background: #493123;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  padding: 7px 8px 5px;
  position: relative;
}

#leftContent h3 em {
  display: block;
  height: 18px;
  position: absolute;
  width: 160px;
}

#rightContent {
  float: right;
  position: relative;
  width: 790px;
}

#nightclub #leftContent h3 em {
  background: #493123 url(../nightclubs/images/title-nightclubs.gif) no-repeat;
}

#dayclub #leftContent h3 em {
  background: #493123 url(../pool-parties/images/title-dayclubs.gif) no-repeat;
  top: 8px;
}

#menshow #leftContent h3 em {
  background: #493123 url(../male-revues/images/title-men-show.gif) no-repeat;
  top: 8px;
}

#party-idea #leftContent h3 em {
  background: #493123 url(../party-ideas/images/title-party-ideas.gif) no-repeat;
  top: 8px;
}

#limo #leftContent h3 em {
  background: #493123 url(../limos/images/title-limos.gif) no-repeat;
  top: 8px;
}

#stripclub #leftContent h3 em {
  background: #493123 url(../strip-clubs/images/title-strip-clubs.gif) no-repeat;
  top: 8px;
}

#nightclub #leftContent nav ul li a img {
  height: 36px;
  padding: 0;
  width: 36px;
}

#limo #leftContent nav ul li a b {
  line-height: 15px;
  margin-top: 8px;
}

#limo #leftContent nav ul li a b em {
  display: block;
  font-size: 85%;
  font-weight: 400;
}

#limo #leftContent nav ul li a img {
  border: none;
  height: 20px;
  margin: 0 3px 0 0;
  padding: 13px 0;
  width: 45px;
}

#limo #leftContent #long nav ul li a img {
  border: none;
  height: 60px;
  margin: 0 3px 0 0;
  padding: 13px 0;
  width: 175px;
}

.fl,
#gallery ul li {
  float: left;
}

#gallery ul li a {
  display: block;
  height: 100px;
  padding: 0 0 6px;
  text-decoration: none;
  width: 140px;
}

#gallery ul li a:hover,
#gallery ul li a:active,
#gallery ul li a:focus {
  border-color: #000;
  outline: 0;
  white-space: normal;
}

#gallery ul li a:active b,
#gallery ul li a:focus b {
  left: 0;
  position: absolute;
  top: 1px;
}

#gallery ul li a:hover b {
  left: 0;
  position: absolute;
  top: 1px;
  z-index: 100;
}

#gallery ul li a:hover b i img {
  -moz-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

#gallery ul li a img {
  border: 0;
  height: 100px;
  padding: 0;
  width: 140px;
}

#gallery ul li a b {
  background: #fff;
  display: block;
  height: 420px;
  left: -9999px;
  position: absolute;
  width: 600px;
}

#gallery ul li a b i {
  display: table-cell;
  height: 420px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  width: 600px;
}

#gallery ul li a b i img {
  border: #f1c5ce 4px solid;
  height: auto;
  max-height: 420px;
  max-width: 600px;
  width: 600px;
}

/* stats table at limo section */
#limo #mainContent article table {
  margin: 0 5px 10px 0;
  /* margin: 0 15px 25px 120px; original */
  position: relative;
  top: 20px;
}

#menshow #mainContent article .col2 {
  margin-bottom: 20px;
}

blockquote {
  background: #493123;
  border-left: 5px solid #ccc;
  margin: 1.5em 5px;
  padding: 1em;
  line-height: 24px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 25px;
  font-style: italic;
  color: #a9a9a9;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #f1c5ce;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.5em;
}

blockquote:after {
  color: #f1c5ce;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.5em;
}

blockquote p {
  display: inline;
}

.golflist {
  display: block;
  margin-top: 20px;
}

.golflist table {
  border-collapse: collapse;
  margin-left: 0 !important;
  padding: 0;
}

.golflist table .div {
  padding-top: 10px;
}

.golflist table .div td {
  background: #493123;
  border-top: 15px #fff solid;
  color: #fff;
  font-weight: 700;
  height: 16px;
  padding: 5px 5px 5px 10px !important;
}

.golflist table img {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: none;
  display: inline-block;
  margin: 0;
  padding: 0 !important;
}

.golflist table tr {
  vertical-align: top;
}

.golflist table tr td {
  height: 60px;
  padding: 8px 0 0 !important;
  position: relative;
}

.golflist table tr td p {
  margin: 0;
}

.golflist h3,
.dininglist {
  margin-top: 25px;
}

.dininglist .meals {
  background: url(http://www.bachelorettevegas.com/party-ideas/images/dining/menu-bg.gif);
  border-bottom: 2px #600 solid;
  border-right: 2px #600 solid;
  margin-bottom: 30px;
  padding: 20px 20px 23px;
}

.dininglist .meals dl {
  background: #ffc;
  border-left: #fc6 3px solid;
  border-top: #fc6 3px solid;
  display: block;
  margin: 0;
  padding: 20px;
}

.dininglist .meals dl ul li {
  list-style: circle;
}

.dininglist .meals dl dd {
  margin-bottom: 15px;
  margin-left: 15px;
}

.dininglist .meals dl dt {
  color: #630;
  font-weight: 700;
  margin-bottom: 3px;
  text-transform: uppercase;
}

figure,
.dininglist ul {
  margin: 0;
  padding: 0;
}

.dininglist ul li {
  list-style: none;
}

.dininglist ul li img.fr {
  width: 240px;
}

.dininglist ul li ul li {
  list-style: circle;
  margin: 0 0 0 20px;
}

.dininglist ul li h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

#party-idea figure.im,
#party-idea aside.im {
  clear: both;
  display: block;
  margin: 5px 0 10px;
}

#party-idea aside.im.fr {
  margin-left: 10px;
}

#party-idea aside.im.fl {
  margin-right: 10px;
}

header,
footer,
article,
section,
nav,
menu,
hgroup,
#party-idea figure.im img,
#party-idea aside.im img {
  display: block;
}

#party-idea figure.im figcaption,
#party-idea aside.im i {
  clear: both;
  color: #999;
  display: block;
  font-size: 80%;
  text-align: center;
}

.landing #mainContent article .pkglist {
  margin-top: 15px;
}

#dayclub #mainContent .pkglist .pkg.pool1 .pkgimg {
  background: url(../images/pkg-topimg-pool.gif) no-repeat;
  background-size: 98%;
}

#dayclub #mainContent .pkglist .pkg.pool2 .pkgimg {
  background: url(../images/pkg-topimg-pool-party.gif) no-repeat;
  background-size: 98%;
}

#gallery {
  height: 430px;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}

#gallery .default {
  border: #f1c5ce 4px solid;
  left: 0;
  position: absolute;
  top: 1px;
  width: 600px;
  z-index: 1;
}

#gallery ul {
  background: #f1c5ce;
  float: right;
  list-style: none;
  margin: 0 0 5px;
  padding: 5px 15px 0;
  width: 140px;
}

footer {
  /* background: url(../images/bg-footer.gif); */
  background-color: #a458da;
  margin-top: 20px;
}

footer .bottom {
  background: #493123;
  color: #f1c5ce;
  font-size: 80%;
  padding: 15px;
  line-height: 30px;
}

footer .bottom .container ul {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

footer .container ul.links li,
footer .bottom .container ul li {
  display: inline;
  list-style: none;
  margin-left: 8px;
}

footer .bottom .container ul li a {
  color: #d7b49f;
}

footer .container ul.links li a {
  color: #493123;
}

header,
#hero,
#mainContent,
.welcome,
footer .container {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 1000px;
}

footer .container ul.links {
  clear: both;
  color: #8d6a56;
  margin: 10px 0 15px 5px;
  padding: 0;
}

#mainContent article .wContainer.video {
  background: #f1c5ce;
  margin-top: 10px;
  padding: 0;
}

#mainContent article .wContainer .ad {
  cursor: pointer;
  margin-bottom: 15px;
}

#mainContent article .wContainer h3 {
  font-size: 22px !important;
  margin: 0px 0 25px;
  /* margin:5px 0 10px; */
}

#mainContent article .col2.rank {
  padding: 0;
  width: 170px;
}

#mainContent article hgroup {
  background: url(../images/line3.gif) no-repeat center bottom;
  margin: 0 0 13px;
  padding: 20px 0 33px;
}

#mainContent article hgroup h2 {
  padding: 15px !important;
}

#mainContent article .col2.rank .ad {
  margin: 10px 0 5px 5px;
}

#mainContent article .col2.rank h4 {
  background: #c00;
  color: #fff;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}

#mainContent article .col2.rank ol {
  list-style: none;
  margin: 0 0 30px;
  padding: 0 5px;
}

h1,
#mainContent article hgroup h1 {
  color: #333;
  font-size: 230%;
  line-height: 35px;
  margin: 0 0 15px;
  text-align: center;
  text-shadow: 0 3px #d5aeb6;
  text-transform: uppercase;
}

#mainContent article .col2.rank ol li.top a b {
  background: #c00;
}

#mainContent article .col2.rank ol li {
  border-bottom: dotted #d9a9b3 1px;
  border-top: dotted #fff 1px;
  margin: 0 0 10px;
  padding: 0;
  position: relative;
}

#mainContent article hgroup h2 {
  font-size: 20px;
  line-height: 25px;
  margin: 0;
  padding: 0;
  text-align: center;
}

#mainContent article .col2.rank ol li a {
  color: #333;
  display: block;
  text-align: center;
}

#mainContent article .col2 a:hover.custom,
#mainContent article .col2.rank ol li a:hover,
#mainContent article table td a:hover img,
#mainContent .pkglist .pkg a.book:hover,
#gallery ul li a:hover img {
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}

footer .topbg {
  background: url(../images/bg-footer-top.gif) repeat-x;
  height: 25px;
  width: 100%;
}

.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

#mainContent article .col2.rank ol li a:hover {
  text-decoration: none;
}

#mainContent article .col2.rank ol li a:hover h5,
#mainContent .pkglist .pkg ul li a:hover {
  color: #c00;
}

#mainContent article .col2.rank ol li a img {
  border-bottom: #ddd solid 1px;
  border-left: #666 solid 1px;
  border-right: #ddd solid 1px;
  border-top: #666 solid 1px;
  width: 158px !important;
}

#mainContent article .col2.rank ol li a h5 {
  color: #333;
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 15px;
  margin: 0 0 5px;
  padding: 0 2px;
  text-transform: uppercase;
}

#mainContent article .col2.rank ol li a p {
  font-size: 12px;
  line-height: 15px;
  padding: 0 2px;
}

#mainContent article .col2.rank ol li a b {
  background: #333;
  color: #fff;
  display: block;
  font-family: "Arial Black", Gadget, sans-serif;
  padding: 4px 6px;
  position: absolute;
}

#mainContent article hgroup h2 em {
  display: block;
  font-size: 90%;
  font-weight: 400;
}

#mainContent article .col1 {
  float: left;
  width: 775px;
}

#mainContent article .col1-test {
  float: left;
  width: 775px;
}

#mainContent article .col2 {
  background: #f1c5ce;
  float: right;
  margin-bottom: 5px;
  padding: 2px 5px;
  position: relative;
  width: 160px;
}

#mainContent article table {
  border-collapse: collapse;
  border-spacing: 1px;
  margin: 0 15px 25px;
  padding: 0;
}

#mainContent article .col1,
#mainContent article .col2 {
  position: relative;
}

#mainContent article table td.star {
  width: 340px;
}

#mainContent article table th,
#mainContent article table td {
  padding-bottom: 7px;
}

#mainContent article .col1 .logo {
  background: #f1c5ce;
  margin: 0;
  padding: 4px;
  position: relative;
  right: -15px;
  top: -6px;
  width: 110px;
}

#mainContent article img.hero,
#mainContent article .col1 .logo,
#mainContent article .col2,
#mainContent .wContainer,
#mainContent .tag-closed,
#mainContent article .pkglist h2,
#gallery ul,
#gallery .default,
#gallery ul li a img,
#menshow #leftContent .ad,
#leftContent h3,
.broh {
  -moz-box-shadow: 0 1px 6px rgba(107, 37, 51, 0.6);
  -webkit-box-shadow: 0 1px 6px rgba(107, 37, 51, 0.6);
  box-shadow: 0 1px 6px rgba(107, 37, 51, 0.6);
}

#mainContent article table th {
  color: #493123;
  padding: 1px 0;
  text-align: right;
  vertical-align: top;
  width: 150px;
}

#mainContent article .col2 a.custom {
  display: block;
  left: -5px;
  margin-bottom: 20px;
  position: relative;
  top: -2px;
}

#mainContent article table td {
  padding-left: 15px;
}

#mainContent .wContainer {
  background: #fff;
  border: #f1c5ce 4px solid;
  margin: 0 0 10px;
  padding: 17px;
  position: relative;
  z-index: 0;
}

#mainContent .tag-closed {
  background: #f00;
  color: #fff;
  font-size: 140%;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 7px;
  position: relative;
  text-align: center;
  z-index: 0;
}

#mainContent .wContainer img {
  border-bottom: #ccc solid 1px;
  border-left: #666 solid 1px;
  border-right: #ccc solid 1px;
  border-top: #666 solid 1px;
}

#mainContent .breadcrumb {
  border-bottom: dotted 1px #977971;
  font-size: 85%;
  line-height: 26px;
  margin-bottom: 10px;
}

#mainContent .pkglist {
  position: relative;
  width: 100%;
}

#mainContent .breadcrumb a {
  color: #493123;
  text-decoration: underline;
}

#mainContent .pkglist .pkg.one {
  left: 0;
  position: relative;
}

#mainContent .pkglist .pkg.two {
  left: 5px;
  position: relative;
}

#mainContent .pkglist .pkg.one .pkgimg {
  background: url(../images/pkg-topimg-girls.gif) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg {
  display: inline-block;
  float: left;
  margin: 0 0 0px;
  padding: 0;
  position: relative;
  vertical-align: top;
  width: 300px;
}

#mainContent .pkglist .pkg.two .pkgimg {
  background: url(../images/pkg-topimg-chippendales.gif) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .all-that-magic {
  background: url(../images/all_that_magic.gif) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .sinner {
  background: url(../images/sinner-dinner.png) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .thunder-pkg {
  background: url(../images/thunder-night.gif) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .female-carn {
  background: url(../images/female-carn.gif) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .double-dose {
  background: url(../images/double-dose.gif) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .ready-for-takeoff {
  background: url(../images/ready-for-takeoff.gif) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .flying-first-class {
  background: url(../images/flying-first-class.gif) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .flight-to-australia {
  background: url(../images/flight-to-australia.gif) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .ultimate-down-under {
  background: url(../images/ultimate-down-under.gif) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .night-at-the-palms {
  background: url(../images/night-at-the-palms.gif) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .head-over-heels {
  background: url(../images/Head_Over_Heels.gif) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .chippendales1 {
  background: url(../images/pkgpg-chippendales1.gif) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .sapphire1 {
  background: url(../images/pkgpg-sapphire1.gif) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .thunder1 {
  background: url(../images/pkgpg-thunder1.gif) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .og {
  background: url(../images/pkgpg-og.gif) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .girls1 {
  background: url(../images/bachelorette-all-night.gif) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .nolimo {
  background: url(../images/pkgpg-nolimo.gif) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .bridesmaid {
  background: url(../images/pkg-bridesmaid.gif) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .girlscruise {
  background: url(../images/pkg-girlscruise.gif) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .justbecause {
  background: url(../images/pkg-justbecause.gif) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .queen {
  background: url(../images/queen-of-the-night.png) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .supper {
  background: url(../images/pkg-supper.gif) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .hen {
  background: url(../images/pkg-hen.gif) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .palace {
  background: url(../images/pkg-palace.gif) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .dirty {
  background: url(../images/dirty-thirty.png) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .action {
  background: url(/images/ReadyForActionLogo.png) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .readyforaction {
  background: url(../images/ReadyForActionLogo.png) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .apex {
  background: url(../images/Views-From-Apex-19.gif) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .all-that-bachelorette {
  background: url(../images/all-that-bachelorette.png) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .queen-b {
  background: url(../images/queen-b.gif) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .flight-to-cos {
  background: url(../images/flight-to-cos.jpg) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .btv-thunder {
  background: url(../images/btv-thunder.jpg) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .bachelorette-dinner-btv {
  background: url(../images/bachelorette-dinner-btv.jpg) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .brides {
  background: url(../images/brides.jpg) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .rock-n-roll1 {
  background: url(../images/rock-n-roll.jpg) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .downtown {
  background: url(../images/downtown.jpg) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .le-tour-de-vegas {
  background: url(../images/le-tour-de-vegas.jpg) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .strip-to-fremont {
  background: url(../images/strip-to-fremont.jpg) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .pole-position {
  background: url(../images/pole-position.jpg) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .girls-night-out {
  background: url(../images/girls-night-out.jpg) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .black-magic {
  background: url(../images/black-magic.jpg) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .lightning-thunder {
  background: url(../images/lightning-thunder.jpg) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .mama-on-the-record {
  background: url(../images/mama-on-the-record.jpg) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .sexy-senorita {
  background: url(../images/sexy-senorita.jpg) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .soaring-bachelorette {
  background: url(../images/soaring-bachelorette.jpg) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .cruisn-crawlin {
  background: url(../images/cruisn-crawlin.jpg) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .pole-dancing {
  background: url(../images/pole-dancing.jpg) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .hot-night-out {
  background: url(../images/hot-night-out.jpg) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .from-paris-with-love {
  background: url(../images/from-paris-with-love.jpg) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .pack-1 {
  background: url(../packages/images/pack-1.jpg) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .pack-2 {
  background: url(../packages/images/pack-2.jpg) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .pack-3 {
  background: url(../packages/images/pack-3.jpg) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .pack-4 {
  background: url(../packages/images/pack-4.jpg) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .pack-5 {
  background: url(../packages/images/pack-5.jpg) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .pack-6 {
  background: url(../packages/images/pack-6.jpg) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .pack-7 {
  background: url(../packages/images/pack-7.jpg) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .pack-8 {
  background: url(../packages/images/pack-8.jpg) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .pack-9 {
  background: url(../packages/images/pack-9.jpg) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .pack-11 {
  background: url(../packages/images/pack-11.jpg) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .pack-10 {
  background: url(../packages/images/pack-10.jpg) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .pack-12 {
  background: url(../packages/images/pack-12.jpg) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist .pkg .pack-13 {
  background: url(../packages/images/pack-13.jpg) no-repeat;
  background-size: 98%;
}

#mainContent .pkglist h2 {
  background: #493123;
  color: #fff;
  font-size: 24px;
  margin: 0 0 10px;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
}

#mainContent .pkglist .pkg .detail {
  background: url(../images/pkg-bg.gif) repeat-y;
  padding: 10px 25px 7px;
}

#mainContent .pkglist .pkg .pkgimg {
  display: block;
  height: 176px;
  margin-left: 4px;
}

#mainContent .pkglist .pkg .price {
  color: #333;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
  text-align: right;
}

#mainContent .pkglist .pkg a.book {
  display: block;
  margin-top: 10px;
  text-align: center;
}

#mainContent .pkglist .pkg .foot {
  background: url(../images/pkg-foot.png) no-repeat;
  display: block;
  height: 20px;
}

#mainContent .pkglist .pkg span {
  color: #09c;
  display: block;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin: 0 5px 10px;
  text-transform: uppercase;
}

#mainContent .pkglist .pkg ul {
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 5px;
}

#mainContent .pkglist .pkg h3 {
  border-bottom: #ccc 1px solid;
  color: #c00;
  font-size: 16px;
  margin: 3px 0 15px;
  padding: 0 0 13px;
  text-align: center;
  text-transform: uppercase;
}

#mainContent .pkglist .pkg ul li {
  list-style-image: url(../images/pkg-list.gif);
  margin: 0 0 13px 3px;
  padding-left: 3px;
}

#mainContent .pkglist .pkg ul li a {
  color: #900;
  text-decoration: underline;
}

figure.content-ad {
  width: 336px !important;
  float: right;
  margin-left: 10px;
}

/***********home pages************/

#leftContent .col2.rank {
  padding: 0;
  width: 175px;
}

#leftContent .ad {
  padding: 7px 0 7px 7px;
  width: 168px;
  margin-bottom: 30px;
}

#leftContent .col2.rank h4 {
  background: #c00;
  color: #fff;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}

#leftContent .col2.rank ol {
  list-style: none;
  margin: 0 0 30px;
  padding: 0 5px;
}

#leftContent .col2.rank ol li.top a b {
  background: #c00;
}

#leftContent .col2.rank ol li {
  border-bottom: dotted #d9a9b3 1px;
  border-top: dotted #fff 1px;
  margin: 0 0 10px;
  padding: 0;
  position: relative;
}

#leftContent .col2.rank ol li a {
  color: #333;
  display: block;
  text-align: center;
}

#leftContent .col2 a:hover.custom,
#leftContent .col2.rank ol li a:hover,
#leftContent .col2.rank ol li a:hover {
  text-decoration: none;
}

#leftContent .col2.rank ol li a:hover h5,
#leftContent .col2.rank ol li a img {
  border-bottom: #ddd solid 1px;
  border-left: #666 solid 1px;
  border-right: #ddd solid 1px;
  border-top: #666 solid 1px;
  width: 158px !important;
}

#leftContent .col2.rank ol li a h5 {
  color: #333;
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 15px;
  margin: 0 0 5px;
  padding: 0 2px;
  text-transform: uppercase;
}

#leftContent .col2.rank ol li a p {
  font-size: 12px;
  line-height: 15px;
  padding: 0 2px;
}

#leftContent .col2.rank ol li a b {
  background: #333;
  color: #fff;
  display: block;
  font-family: "Arial Black", Gadget, sans-serif;
  padding: 4px 6px;
  position: absolute;
}

#leftContent .col2 {
  position: relative;
}

#leftContent .col2,
#leftContent h3,
.broh {
  -moz-box-shadow: 0 1px 6px rgba(107, 37, 51, 0.6);
  -webkit-box-shadow: 0 1px 6px rgba(107, 37, 51, 0.6);
  box-shadow: 0 1px 6px rgba(107, 37, 51, 0.6);
}

#leftContent .col2 a.custom {
  display: block;
  left: -5px;
  margin-bottom: 20px;
  position: relative;
  top: -2px;
}

#full-width-content .col1 {
  width: 100% !important;
}

#full-width-content hgroup {
  margin-bottom: 20px !important;
}

#full-width-content .col1 .pkglist {
  width: 100% !important;
}

.socials-bottom {
  z-index: 1000 !important;
  right: 0;
  display: flex;
  justify-content: center;
  position: absolute !important;
  right: 533px !important;
}

.socials-bottom li {
  position: relative;
  display: inline-block;
  list-style: none;
  margin: 0;
  margin-left: 9px;
  padding: 0;
  vertical-align: middle;
  z-index: 5;
  margin-top: -3px;
}

.socials-bottom li:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.socials-bottom li:first-child {
  margin-left: 0px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.myButton {
  box-shadow: inset 0px 1px 0px 0px #a6827e;
  background-color: #7d5d3b;
  border-radius: 3px;
  border: 2px solid #54381e;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 24px;
  padding: 11px 60px;
  text-decoration: none;
  text-shadow: 0px 2px 0px #4d3534;
}

.myButton:hover {
  background-color: #634b30;
}

.myButton:active {
  position: relative;
  top: 1px;
}

/* Responsive layout - when the screen is less than 768px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 768px) {
  .column2 {
    width: 100%;
  }
}

a.scrollButtonRed {
  background: rgb(203, 6, 6);
  background: linear-gradient(186deg, rgba(203, 6, 6, 1) 7%, rgba(182, 0, 0, 1) 45%, rgba(149, 0, 0, 1) 95%);
  width: fit-content;
  height: fit-content;
  padding: 0.4em 1.2em;
  color: white;
  font-weight: 700;
  border-radius: 9px;
  margin-bottom: 6px;
  margin-top: 6px;
  display: inline-block;
}
a.scrollButtonRed2 {
  background: rgb(203, 6, 6);
  background: linear-gradient(186deg, rgba(203, 6, 6, 1) 7%, rgba(182, 0, 0, 1) 45%, rgba(149, 0, 0, 1) 95%);
  width: fit-content;
  height: fit-content;
  padding: 0.4em 1.2em;
  color: white;
  font-weight: 700;
  border-radius: 9px;
  margin-bottom: 6px;
  margin-top: 6px;
  display: flex;
}

table.customTable {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  color: black;
  margin: 0 !important;
}

table.customTable td,
table.customTable th {
  border: 1px solid #7f07d4;
  text-align: left;
  padding: 8px;
  text-align: center !important;
}

table.customTable tr:nth-child(even) {
  /*background-color: #dddddd;*/
}

table.customTable tr:first-child,
table.customTable tr td:first-child {
  background-color: #f1c6cf;
}

.buttons {
  display: flex;
  flex-direction: row;
}

.buttons>a {
  margin-right: 9px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 15px;

}

@media (max-width: 700px) {
  .buttons {
    display: flex;
    flex-direction: column;
  }
}


.tabbuttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0px;
}

.tabbuttons li {
  background-color: red;
  padding: 10px;
  list-style: none;
  width: fit-content;
  height: fit-content;
  padding: 0.4em 2.0em;
  color: white;
  font-weight: 700;
  text-shadow: 2px 2px 4px #000000;
  box-shadow: inset 0 0 10px #000000;

}

.tabbuttons li a {
  color: white;
}

@media (max-width: 700px) {
  .tabbuttons li {
    margin: 10px 20px 10px 20px;
  }

  .tabbuttons {
    display: flex;
    flex-direction: column;
  }
}

.btnGrid-3-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 10px;
}

a.customButton {
  background: rgb(203, 6, 6);
  background: linear-gradient(186deg, rgba(203, 6, 6, 1) 7%, rgba(182, 0, 0, 1) 45%, rgba(149, 0, 0, 1) 95%);
  width: fit-content;
  height: fit-content;
  padding: 0.4em 1.2em;
  color: white;
  font-weight: 700;
  width: auto;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-radius: 4px;
}

ul.customList li {
  list-style: none;
}

ul.customList li:hover {
  color: #a00d99;
  font-weight: 600;
}

ul.customList li::before {
  content: "✔";
  position: relative;
  width: 20px;
  margin-right: 10px;
  color: inherit;
}

.svgStars svg {
  height: 15px;
  fill: rgb(188 2 2);
}

.svgStars:hover svg {
  fill: rgb(160 13 153);
}

.svgStars{
    color:rgb(188 2 2); !important
}
.svgStars:hover{
    color:#a00d99; !important
}

.topInfo {
  display: flex;
  margin-bottom: 25px;
}

.topInfo .infos {
  flex: 1;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}

.topInfo .infos .info {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  column-gap: 21px;
}

.topInfo .infos .info span:first-child {
  text-align: right;
  color: #493123;
  font-weight: bold;
}

.topInfo .topLogo {
  width: 230px;
  height: 230px;
  box-sizing: border-box;
}


@media screen and (max-width: 768px) {
  .topInfo {
    flex-direction: column;
  }

  .topInfo .topLogo {
    display: none;
  }

  .btnGrid-3-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
  }

  #mainContent article .col1, #mainContent .pkglist, #mainContent article img.hero {
    padding: 0px 5px;
    box-sizing: border-box;
    margin: 0px !important;
  }

}

#signature {
  border: 1px solid #f1c5ce;
  box-shadow: 0px 0px 20px 0px #f1c5ce;
  padding: 26px 21px;
}

#signature h3 {
  padding: unset !important;
  text-transform: uppercase;
}

#signature .foto {
  width: 369px;
  padding: 24px 24px 50px 0;
  float: left;
}

#signature .yazi {
  padding: 20px 0;
}

#signature .yazi p {
  margin: unset;
  line-height: 23px;
  padding-bottom: 22px;
}

#signature .adj {
  width: 100;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#signature .adj span {
  font-size: 14px;
  padding: 5px 20px;
  border-right: 1px solid #f1c5ce;
  font-weight: 600;
}

#signature .adj span:first-child {
  border-left: 1px solid #f1c5ce;
}

#signature .adj span:last-child {}

#signature .adj span:hover {
  color: #7d07d4;
}

#signature .social {
  display: flex;
  justify-content: flex-end;
}

#signature .social a {
  padding-right: 30px;
}

#signature .social a svg {
  width: 28px;
  fill: #7d07d4;
  border-radius: 11px;
  padding: 5px;
}

#signature .social a svg:hover {
  box-shadow: 0px 1px 20px 0px #888888;
}

@media screen and (max-width: 768px) {
  #signature .adj {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  #signature .adj span {
    border-left: 1px solid #f1c5ce;
    border-right: 1px solid #f1c5ce;
    padding: 5px 13px;
  }

  #signature .social a {
    padding-right: 17px;
  }

  #signature .foto {
    width: 100%;
  }
}

.eventModal {
  display: none;

  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.241);
  z-index: 9999999998;
}

.modal-content {
  background-color: #a00d99;
  margin: 9% auto;
  padding: 20px;
  border: 1px solid #888;
  width: fit-content;
}

.eventModalclose {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.eventModalclose:hover,
.eventModalclose:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.video-container video {
  position: relative;
  width: 100%;
}



.includeSection#events {
  position: relative;
  width: 100%;
  margin-top: 16px;
}

.includeSection#events .searchSection {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.includeSection#events .searchSection h2 {
  border-radius: 4px;
  background: linear-gradient(186deg, rgb(235 106 132) 7%, rgb(239 164 179) 45%, rgb(238 136 157) 95%);
}

.includeSection#events .searchSection .inputs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr .5fr;
  column-gap: 10px;
}

.includeSection#events .searchSection .inputs input, .includeSection#events .searchSection .inputs select {
  padding: 8px 10px;
  outline: none;
  border: 1px solid #ee889d;
  border-radius: 4px;
  color: #ee889d;
}

.includeSection#events .searchSection .inputs input:focus, .includeSection#events .searchSection .inputs select:focus {
  border: 1px solid #F1C5CE;
}

.includeSection#events .btn {
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 4px;
}

.inputs .btn:hover {
  text-decoration: none;
}

/*#7d07d4*/
.includeSection#events .eventsSection {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
  row-gap: 10px;
  height: auto;
  height: 698px;
  max-height: 698px;
  overflow-y: scroll;
}

.includeSection#events .eventsSection .event-item {
  position: relative;
  width: 100%;
  background-color: #493123;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 6px;
  border-radius: 4px;
  border: 1px solid #d6bebe;
  box-sizing: border-box;
  padding-bottom: 10px;
}

.includeSection#events .eventsSection .event-item .poster {
  position: relative;
  width: 100%;
  height: 200px;
  text-align: center;
}

.includeSection#events .eventsSection .event-item .poster img {
  position: relative;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.includeSection#events .eventsSection .event-item .description {
  font-size: 14px;
  padding-top: 10px;
  padding-right: 5px;
  color: white;
}

.includeSection#events .eventsSection .event-item .description h3 {
  margin: unset;
  padding-top: unset !important;
  margin-bottom: 16px;
  font-size: 15px !important;
  text-transform: uppercase;
  text-shadow: unset;
  color: #ec7990;
  overflow-wrap: anywhere;
}

.includeSection#events .eventsSection .event-item .description .desc-item {
  font-weight: bold;
}

.includeSection#events .eventsSection .event-item .description .moreInfoBtn {
  display: block;
  margin-top: 10px;
  text-decoration: none;
  height: fit-content;
  padding: 0.4em 1.2em;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 4px;
}

.gradientBtn1 {
  background: linear-gradient(186deg, rgb(235 106 132) 7%, rgb(239 164 179) 45%, rgb(238 136 157) 95%);
  color: white;
}

.gradientBtn1.animated:hover {
  background: linear-gradient(186deg, rgb(235 106 132) 7%, rgb(195 32 65) 45%, rgb(238 136 157) 95%);
  ;
  background-size: 400% 400%;
  animation: gradient 1s ease;
  background-position: 100% 50%;
}

@media screen and (max-width: 768px) {
  .includeSection#events .eventsSection {
    grid-template-columns: 1fr;
  }

  a.customButton {
    padding: 0.4em 0.3em;
  }
}

.eventsSection::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #fadada;
  background-color: #F5F5F5;
}

.eventsSection::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

.eventsSection::-webkit-scrollbar-thumb {
  background-color: rgb(235 106 132);
  border: none;
}

@keyframes gradient {
  0% {
    background-position: 100% 50%;
  }

  30% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

.pull-left {
  width: 400px;
  position: relative;
  float: left;
  margin-right: 30px;
  margin-top: 14px;
}

.pull-right {
  width: 400px;
  position: relative;
  float: right;
  margin-left: 30px;
  margin-top: 14px;
}

@media screen and (max-width: 768px) {
  .pull-left {
    width: auto;
    margin-right: unset !important;
  }

  .pull-right {
    width: auto;
    margin-right: unset !important;
    margin-left: unset !important;
  }


}

form.guestlistForm {
  margin: 20px 0px;
}

form.guestlistForm .infusion-field {
  grid-template-columns: 0.4fr 1fr;
  display: grid;
  margin: 5px 0px;
  align-items: center;
}

form.guestlistForm .infusion-field input {
  width: 100% !important;
  border: none;
  background: transparent !important;
  border-left: 1px solid #a00d99;
  padding: 10px 0px;
  border-radius: 0px;
  text-align: center;
  -moz-box-shadow: -15px 3px 37px 0px rgba(160, 13, 153, 0.26);
  box-shadow: -15px 7px 42px -5px rgba(160, 13, 153, 0.13);
  -moz-box-shadow: -15px 7px 42px -5px rgba(160, 13, 153, 0.13);
  -webkit-box-shadow: -15px 7px 42px -5px rgba(160, 13, 153, 0.13);
  color: #a00d99 !important;
  font-weight: 600;
  -webkit-appearance: none;
}

form.guestlistForm .infusion-field.radioInput input {
  width: auto !important;
}

form.guestlistForm .infusion-field.radioInput .options-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
}

form.guestlistForm .infusion-field input:focus {
  outline: none;
  -webkit-box-shadow: -15px 7px 42px -5px rgba(160, 13, 153, 0.5);
  -moz-box-shadow: -15px 7px 42px -5px rgba(160, 13, 153, 0.5);
  box-shadow: -15px 7px 42px -5px rgba(160, 13, 153, 0.5);
}

form.guestlistForm .infusion-field label {
  color: #a00d99;
  font-weight: 600;
  text-align: right;
  padding-right: 1em;
}

form.guestlistForm .infusion-submit {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

form.guestlistForm .infusion-submit button {
  background-color: rgb(160 13 153);
  font-size: 20px;
  width: 40%;
  font-weight: 600;
  color: white;
  padding: 10px 0px;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  form.guestlistForm .infusion-field {
    grid-template-columns: 1fr;
    display: grid;
  }

  form.guestlistForm .infusion-field label {
    text-align: center;
    padding-right: 1em;
    margin: 6px 0px;
  }
}

#leftContent nav ul li a, #leftContent .ad {
  display: flex;
  align-items: center;
}

#leftContent nav ul li a b {
  line-height: inherit;
}

@media screen and (max-width: 768px) {
  /* .includeSection#events .eventsSection{max-height: unset; height: auto;} */
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: rgb(160 13 153);
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*new header design start*/
.wContainer.packageFormPage {
  display: grid;
  grid-template-columns: 1fr .5fr;
}

.wContainer.packageFormPage .formImageWrapper {
  box-sizing: border-box;
  margin: 20px 0px;
  height: 468px;
  text-align: center;
  margin-left: 10px;
}

.wContainer.packageFormPage .formImageWrapper img {
  height: 100%;
  width: auto;
  max-width: 100%;
}

.wContainer.packageFormPage form label {
  width: unset;
}





header {
  font-family: 'unicorn_nfregular', Arial, sans-serif;
}

header nav ul {
  display: flex;
  justify-content: space-between;
}

header nav ul li {
  position: relative;
}

header nav ul li a {
  font-size: 18px;
  text-shadow: 0px 2px 2px rgb(74 52 37 / 51%);
  font-weight: normal;
}

#headerLogo {
  background: url(../images/logo-header.png) no-repeat;
  /* display: block; */
  height: 180px;
  position: absolute;
  width: 260px;
  z-index: 2;
  top: -120%;
}

.headerLogo-wrapper-mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .headerLogo-wrapper {
    display: none;
  }

  header nav ul {
    flex-wrap: wrap;
  }

  header nav ul li {
    width: 50%;
  }

  .headerLogo-wrapper-mobile {
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    bottom: -4px;
    left: 7px;
  }

  #headerLogo-mobile {
    display: block;
    position: relative;
    top: unset;
    width: 176px;
    height: 122px;
    background: url(../images/logo-header.png) no-repeat;
    background-size: 100%;
    z-index: 99;
  }
}

/*new header design end*/

/* facebook customer chat icon start*/
@media only screen and (max-width: 768px) {
  .fb_dialog_content iframe, .fb-customerchat iframe {
    bottom: 74px !important;
  }
}

/* facebook customer chat icon end*/




/* footer start*/

.footerSection {
  width: 24%;
  display: flex;
  flex-direction: column;
}

.footerSection span {
  padding: 7px 0;
}

#footer {
  display: flex;
  justify-content: space-between;
  padding-bottom: 34px;
}

.footerBottomSide {
  height: 75px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #333;
}

footer {
  padding-bottom: unset;
}

.socialLinks img {
  margin-bottom: unset;
}

.socialLinks a {
  padding-left: 10px;
}

.footerlogo {
  width: 73%;
}

.footerSection a {
  padding: 10px 13px;
  font-size: 16px;
  color: #493123;
}

.footerSection a:hover {
  color: #eb6a84;
}

.footerSection h3 {
  height: 67px;
  color: #eb6a84;
}

.footerContact span {
  padding: 10px 7px;
  font-size: 16px;
  color: #493123;
}

.footerContact span:hover {
  color: #eb6a84;
}

.footerContact {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.footerContact i {
  margin-right: 15px;
}

.footericerik .list {
  padding: 0px;
}

.footericerik .list li {
  list-style-type: none;
}

.footericerik .list li i {
  color: #eb6a84;
  margin-right: 10px;
}

.footerSection .footerlogo img {
  box-shadow: unset;
}

.socialLinks a img {
  box-shadow: unset;
  background-color: #493123;
  padding: 5px;
  border-radius: 19px;
}

@media (max-width: 767px) {
  .footerBottomSide span {
    text-align: center;
    border-top: 1px solid white;
    padding-top: 11px;
    width: 74%;
  }

  .footerBottomSide {
    height: 152px;
    border-top: unset;
  }

  #footer {
    flex-direction: column;
  }

  .footerSection {
    width: 100%;
    text-align: initial;
  }

  .footerBottomSide {
    flex-direction: column;
    justify-content: center;
  }

  .footerContact span i {
    color: #eb6a84;
  }

  .footericerik {
    padding: 12px;
  }

  .footerlogo img {
    width: 200px;
  }

  .socialLinks {
    margin: 20px 4px;
  }

  .footerlogo {
    padding: 0px 10px;
  }

  .footerSection h3 {
    padding: 0px 10px;
    height: 31px;
  }

  footer .container {
    padding-bottom: 70px;
  }
}



/* footer end*/


.nav-widget h4 {
  background: #c00;
  color: #fff;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  iframe#menu {
    height: 540px !important;
  }
}

@media screen and (max-width: 768px) {
  .hide-on-mobile {
    display: none !important;
  }
}