@font-face{
    font-family: 'Gotham';
    src: url('fonts/Gotham-Thin.woff2') format('woff2'),
         url('fonts/Gotham-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
	/*font-display: swap */;
}
@font-face{
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.woff2') format('woff2'),
         url('fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
	/*font-display: swap */;
}
@font-face{
    font-family: 'Gotham';
    src: url('fonts/Gotham-Book.woff2') format('woff2'),
         url('fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	/*font-display: swap */;
}
@font-face{
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.woff2') format('woff2'),
         url('fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
	/*font-display: swap */;
}
@font-face{
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.woff2') format('woff2'),
         url('fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
	/*font-display: swap */;
}

html body{
    font-family: "Gotham";
    background-color: #ffffff;
    font-weight: normal;
}
.uv-hide{ display: none; }

.uv-customheader{
    position: relative;
    background: #FFFFFF;
    width: 100%;
    height: 72px;
    opacity: 1;
    visibility: visible;
    z-index: 50;
    transition: opacity .3s ease .2s;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.uv-customheader-inner{
    width: 100%;
    max-width: 800px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.uv-customheader .uv-header-cart{
    position: relative;
    right: auto;
    left: auto;
    margin: 0;
}
.uv-customheader .uvlogo img{
    display: block;
    height: 26px;
    width: auto;
}
body .uv-btn, body .uv-checkout-form-actions .uv-btn-s{font-weight: normal;}
.uv-pop-header .uvtitle{font-weight: bold;}
.uv-checkout-steps .uvuisteplabel{font-size: 12px;}
/* overmenu */
.ovmenuopen {
    overflow: hidden;
}
.uv-overmenu-btn {cursor: pointer; width: 85px;}
.uv-overmenu-btn img {margin-top: 10px;}
.uvlogo {margin-right: auto;}
.ovmenuopen .uv-overmenu {
    visibility: visible;
    opacity: 1;
}
.uv-overmenu {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    max-height: 100%;
    z-index: 80;
    background-color: #101010;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    line-height: 1.15;
}
.uv-overmenu-inner {
    position: relative;
    padding: 15px 20px 25px;
    z-index: 10;
}
.uv-overmenu-bg {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 300ms ease-in-out;
    /* opacity: 0;
    visibility: hidden; */
}
.uv-overmenu-header {
    text-align: center;
    padding-top: 20px;
}
.ovmenuopen .uv-overmenu-header img {
    opacity: 1;
    visibility: visible;
    transition: all 250ms ease-in-out 400ms;
}
.uv-overmenu-header img {
    height: 50px;
    transition: all 300ms ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.uv-overmenu-menu {
    padding-top: 60px;
    padding-bottom: 30px;
    transform: translateY(8vw);
    opacity: 0;
    transition: all 150ms cubic-bezier(.25, .46, .45, .94);
}
.ovmenuopen .uv-overmenu-menu {
    opacity: 1;
    transform: translateY(0);
    transition: all 800ms cubic-bezier(.25, .46,.45,.94);
}
.uv-overmenu-menu ul{margin: 0;padding: 0;list-style: none;text-align: left;}
.uv-overmenu-menu > ul > li
{
	display: block;
	text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.uv-overmenu-menu ul > li.menu-item-has-children > a {
    position: relative;
}
.uv-overmenu-menu ul > li.menu-item-has-children > a i {
    transition: all .25s ease;
    width: 25px;
    opacity: 0.5;
}
.uv-overmenu-menu ul > li.menu-item-has-children.active > a i {
    transform: rotate(-180deg);
    transition: all .25s ease;
}
.uv-overmenu-menu > ul > li > a{
	display: inline-block;
	color: #CFCFCF;
	font-size: 40px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.ovmenuopen .uv-overmenu-secondary {
    opacity: 1;
    visibility: visible;
    transition: all 300ms ease-in-out 500ms;
}
.uv-overmenu-secondary {
    padding-top: 50px;
    opacity: 0;
    visibility: hidden;
    transition: all 150ms ease-in-out;
}
.uv-overmenu-secondary ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.uv-overmenu-secondary ul li {
    padding-left: 14px;
    padding-right: 14px;
}
.uv-overmenu-secondary ul li a {
    color: #d2d2d2;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 18px;
    opacity: 0.75;
}
.uv-overmenu-secondary .uv-socialnetwork {
    padding-top: 22px;
}
.uv-socialnetwork ul li {
    display: inline-block;
    /* padding: 0 5px; */
}
.uv-socialnetwork ul li .uv-social-label {
    display: none;
}
.uv-overmenu-secondary .uv-socialnetwork ul li a {
    opacity: 1;
    font-size: 23px;
}
.uv-overmenu-menu > ul > li .uv-submenu {
    position: relative;
    overflow: hidden;
    max-height: 0;
    transition: all .4s ease-in-out;
}
.uv-overmenu-menu > ul > li.active .uv-submenu {
    max-height: 300px;
}
.uv-overmenu-menu > ul > li .uv-submenu ul {
    padding-top: 14px;
}
.uv-overmenu-menu > ul > li .uv-submenu ul li {
    padding: 7px 0px;
    text-align: center;
}
.uv-overmenu-menu > ul > li .uv-submenu ul li a {
    color: #CFCFCF;
    display: block;
    font-size: 16px;
    padding-left: 26px;
    text-transform: uppercase;
}
div#ovmenu-close {
    cursor: pointer;
    position: fixed;
    width: 26px;
    height: 19px;
    right: 30px;
    top: 30px;
    z-index: 100;
}
div#ovmenu-close > span:nth-child(1) {
    transform: rotate(-45deg) translate(-7px, 5px);
}
div#ovmenu-close > span {
    display: block;
    position: absolute;
    width: 26px;
    height: 3px;
    background-color: #FFF;
}
div#ovmenu-close > span:nth-child(2) {
    width: 26px;
    top: inherit;
    bottom: 0;
    transform: rotate(45deg) translate(-16px, -14px);
    right: 0;
}
body .uv-panel{background-color: #efefef;}
.uv-cartprepayoptions > a:first-child:last-child .uv-paymethodopt.active{
    background-color: transparent;
    border-color: transparent;
    color: #000000;
    padding: 0;
}
.uv-cartprepayoptions > a:first-child:last-child  .uv-paymethodopt.active .uvpriceset .uvpaytype{color: rgba(0, 0, 0, 0.66);}
.uv-cartprepayoptions > a:first-child:last-child .uv-paymethodopt.active .uvpriceset .uvpayprice{color: inherit;}
.uv-cartprepayoptions > a:first-child:last-child{cursor: default;}
.uv-cartmain{padding-bottom: 60px;}
.uv-event-item.added{border-color: transparent;}
.uv-event-itemlist .uv-event-item:nth-child(odd){background-color: transparent;}
.uv-event-itemlist .uv-event-item{border-bottom: 1px solid rgba(0, 0, 0, 0.2);}
.uv-event-itemlist .uv-event-item:last-child{border-bottom: 0;}
.uv-event-itemtfooter, .uv-cart-sectitle, .uv-checkout-cartbox-footer, .uv-checkout-form-actions, .uv-sidebar-panel .uvtitle{background-color: #000000;}
/*.uv-cartprepayoptions > a:first-child:last-child .uv-paymethodopt .uvpriceset{justify-content: flex-end;}*/
.uv-event-itemtfooter .uv-btn-p, .uv-checkout-cartbox-footer .uv-btn-p, .uv-checkout-form-actions .uv-btn-p{
    background-color: transparent;
    color: #ffffff;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.uv-event-itemtfooter .uv-btn-p:hover, .uv-event-itemtfooter .uv-btn-p:focus, .uv-checkout-cartbox-footer .uv-btn-p:hover, .uv-checkout-form-actions .uv-btn-p:hover, .uv-checkout-cartbox-footer .uv-btn-p:focus, .uv-checkout-form-actions .uv-btn-p:focus{
    background-color: #ffffff;
    color: #000000;
}
.uv-checkout-form-actions .uv-btn-s{
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.uv-event-itemtypeheader{background-color: #222222;}
.uv-event-itemtype:nth-child(even) .uv-event-itemtypeheader{background-color: rgba(34, 34, 34, 0.9);}
.uv-btn-event3d{background-color: #000000;}
.uv-eventpage-venue-VEN650556.uv-eventpage-date-2021-07-04 .uv-item-MGRODIXHB0YEW .uvitemsel{display: none;}
.uv-eventpage-venue-VEN650556.uv-eventpage-date-2021-07-04 .uv-item-MGRODIXHB0YEW .uvprice{display: none;}
.uv-eventpage-venue-VEN650556.uv-eventpage-date-2021-07-04 .uv-item-MGRODIXHB0YEW .uvactions a:first-child{display: none;}

.uv-eventpage-venue-VEN650556.uv-eventpage-date-2021-07-04 .uv-item-MWNGSOXHB0YEW .uvitemsel{display: none;}
.uv-eventpage-venue-VEN650556.uv-eventpage-date-2021-07-04 .uv-item-MWNGSOXHB0YEW .uvprice{display: none;}
.uv-eventpage-venue-VEN650556.uv-eventpage-date-2021-07-04 .uv-item-MWNGSOXHB0YEW .uvactions a:first-child{display: none;}

.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MWHXDRYHB0YEW .uvitemsel{display: none;}
.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MWHXDRYHB0YEW .uvprice{display: none;}
.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MWHXDRYHB0YEW .uvactions a:first-child{display: none;}

.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MKPUITYHB0YEW .uvitemsel{display: none;}
.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MKPUITYHB0YEW .uvprice{display: none;}
.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MKPUITYHB0YEW .uvactions a:first-child{display: none;}

.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MAMMXZYHB0YEW .uvitemsel{display: none;}
.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MAMMXZYHB0YEW .uvprice{display: none;}
.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MAMMXZYHB0YEW .uvactions a:first-child{display: none;}

.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MOTJCCZHB0YEW .uvitemsel{display: none;}
.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MOTJCCZHB0YEW .uvprice{display: none;}
.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MOTJCCZHB0YEW .uvactions a:first-child{display: none;}

.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MCBHHEZHB0YEW .uvitemsel{display: none;}
.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MCBHHEZHB0YEW .uvprice{display: none;}
.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MCBHHEZHB0YEW .uvactions a:first-child{display: none;}

.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MYWRNVYHB0YEW .uvitemsel{display: none;}
.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MYWRNVYHB0YEW .uvprice{display: none;}
.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MYWRNVYHB0YEW .uvactions a:first-child{display: none;}

.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MMEPSXYHB0YEW .uvitemsel{display: none;}
.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MMEPSXYHB0YEW .uvprice{display: none;}
.uv-eventpage-venue-VEN650557.uv-eventpage-date-2021-07-04 .uv-item-MMEPSXYHB0YEW .uvactions a:first-child{display: none;}

.uv-invitem-MZOOGLJIB0ZEW .uvjs-updatecartitem option:nth-child(n+5){display: none;}
.uv-cartitem-ven707828 .uvitemsels{display: none;}

.uv-eventcont .uv-event-booktype-BKT10356{display: none;}

.uv-event-booktype-BKT10600{display: none;}


/*Responsive*/
@media (min-width: 1425px){
    div#ovmenu-close {right: calc((100vw - 1364px)/2);}
}
@media (max-height: 700px) and (min-width: 601px){
    .uv-overmenu-menu > ul > li {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media(max-width: 600px){
	.uv-overmenu-menu > ul > li > a{font-size: 25px;}
	.uv-overmenu-menu > ul > li{
		padding-top: 26px;
		padding-bottom: 26px;
	}
	.uv-overmenu-secondary ul li a{font-size: 14px;}
	.uv-overmenu-header img{height: 35px;}
    .uv-main-wrapper{min-height: calc(100vh - 420px);}
    .uv-cartmain{padding-bottom: 40px;}
    .uv-checkout-cartlist .uv-checkout-cartitem{align-items: flex-start;}
    .uv-cartprepayoptions > a:first-child:last-child .uv-paymethodopt.active .uvpriceset{justify-content: flex-end;}
    .uv-cartprepayoptions{max-width: 600px;}
}
@media(max-width: 400px){
	.uv-overmenu-secondary ul li a{font-size: 11px;}
	.uv-overmenu-menu > ul > li > a{font-size: 22px;}
}
/* /overmenu */

/*Line Heights fixes*/
.uv-map-controls .uv-btn, .uv-map-listsec-item .uvsecname, .uv-pop-mapitem .uv-pop-header .ddate, .uv-pop-body .uvitemsidebar .uvmapiteminfo .uvhighlight, .uv-mappop-footer .uvactions .uvinner > div:last-child .uv-btn .uvname, .uv-cartdrop-item .uvinfo .uvcartdropcountdescr, .uv-checkout-cartitem .uvitemseltime .uv-btn, .uv-checkouttimer-cont .uvtitle, .uv-sidebar-faq > a
{
	font-weight: normal;
}
.uv-map-listback .uvname, .uv-panel .uv-panelbody a.uv-addtocalendarlink{font-weight: bold;}
/**/