/* @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: 'Open Sans',sans-serif;
    background-color: #ffffff;
    font-weight: normal;
    padding-top: 72px;
}
.uv-hide{ display: none; }
.optanon-alert-box-wrapper{display: none !important;}
.uv-customheader{
    /* position: relative; */
    position: fixed;
    top: 0;
    background: rgba(103,51,152,0.9);
    background: rgba(255,255,255,0.85);
    box-shadow: 0px 0px 10px rgb(27 112 170);
    width: 100%;
    height: 72px;
    opacity: 1;
    visibility: visible;
    z-index: 50;
    transition: opacity .3s ease .2s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
}
.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-inner {
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
}
.uvlogo {
    background: rgba(255,255,255,0);
    padding: 0;
}
.uv-customheader .uv-header-cart{
    position: relative;
    right: auto;
    left: auto;
    margin: 0;
}
.uv-customheader .uvlogo img{
    display: block;
    height: 60px;
    width: auto;
}
body .uv-btn-event3d{
    background-color: #177b99;
}
body .uv-event-itemtypeheader .uvtitle, body .uv-event-itemtypeheader .uvtabarrow, body .uv-itemicon{
    color: #177b99;
}
body .uv-event-itemtype:first-child .uv-event-itemtypeheader{
    border-bottom-color: #177b99;
    background-color: #0000000A;
}
.uv-pop-header .uvtitle{font-weight: bold;}
.uv-checkout-steps .uvuisteplabel{font-size: 12px;}
.uv-header-cartdrop:before {border-bottom: 10px solid #fff;}

.uv-pagescrolled .uv-customheader .uvlogo img {height: 60px;}
.uv-pagescrolled .uvlogo {padding: 0;}
.uv-pagescrolled .uv-customheader {background: rgba(255,255,255,0.85);}
/* overmenu */
.ovmenuopen {
    overflow: hidden;
}
.uv-overmenu-btn {cursor: pointer; width: 55px;}
.uv-overmenu-btn img {
    margin-top: 5px;
    width: 55px;
}
.uvlogo {
    /* margin-right: auto; */
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    width: 140px;
    margin: 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: #fff;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    line-height: 1.15;
}
.uv-overmenu-inner {
    position: relative;
    padding: 15px 0px 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;
}
li.menu-item-has-children {
    border-bottom: 1px solid #bec0c5;
    border-top: 1px solid #bec0c5;
}
.ovmenuopen .uv-overmenu-header img {
    opacity: 1;
    visibility: visible;
    transition: all 250ms ease-in-out 400ms;
}
.uv-overmenu-header img {
    height: 70px;
    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: 15px;
    padding-bottom: 15px;
}
.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: 15px;
    opacity: 1;
    font-size: 15px;
}
.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: #565d6a;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.uv-overmenu-menu > ul > li.menu-item-has-children > a {
    font-size: 10px;
    margin-right: -15px;
}
.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: #565d6a;
    display: block;
    font-size: 16px;
    padding-left: 26px;
    text-transform: uppercase;
}
div#ovmenu-close {
    cursor: pointer;
    position: fixed;
    width: 26px;
    height: 19px;
    /* right: 30px; */
    left: 45px;
    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: #000;
}
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: rgba(255,255,255,0.85);}
.uv-event-itemtype:nth-child(even) .uv-event-itemtypeheader{background-color: rgba(255,255,255,0.85);}
.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); */
        left: calc((100vw - 1220px)/2);
    }
}
@media (max-height: 700px) and (min-width: 601px){
    .uv-overmenu-menu > ul > li {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    

}
@media (max-width: 900px){
    .uv-customheader .uvlogo img {height: 60px;}
    .uvlogo {padding: 5px 5px 0;}
    .uv-customheader {background: rgba(255,255,255,0.85);}
}
@media(max-width: 600px){
	.uv-overmenu-menu > ul > li > a{font-size: 17px;}
	.uv-overmenu-menu > ul > li{
        padding-top: 15px;
        padding-bottom: 15px;
	}
	.uv-overmenu-secondary ul li a{font-size: 14px;}
	.uv-overmenu-header img{height: 50px;}
    .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;}
    /* .uv-customheader .uvlogo img {height: 77px;} */
    .uv-overmenu-btn{width: 55px;}
}
@media(max-width: 400px){
	.uv-overmenu-secondary ul li a{font-size: 11px;}
	.uv-overmenu-menu > ul > li > a{font-size: 17px;}
    
}
/* /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;}
/**/

.uv-map-controls .uv-btn{ margin-bottom: 10px; }

/* FES-3570 item sort extra styles and fixes @auth:egt */
/* old api classes */
.uv-event-itemtype:nth-child(even) .uv-event-itemtypeheader {
    border-color: #d2d2d2;
}
.uv-event-itemlist {
    display: flex;
    flex-direction: column;
}
.uv-event-itemlist .uv-event-item:last-child {
    border-bottom: 1px solid #d2d2d2;
}
.uv-event-itemtypeheader .uvheadicon .uv-btn.uv-btn.uvjs-openbooktypeinq {
    color: #2c7b99ab;
    border-color: #2c7b99ab;
}
/* new api classes */
body .uws-invitems-list .uws-inventory-item:last-child:after {
    position: absolute;
    display: block;
    content: " ";
    height: 1px;
    width: 95%;
    width: calc(100% - 2em);
    background-color: var(--uws-dropdown-shadow);
    left: 1em;
    bottom: 0;
}