.uv-btn {
    display: inline-block;
    outline: none;
    text-align: center;
    text-decoration: none;
    padding: 12px;
}

.uv-btn-p {
    background-color: #3BC3DE;
    border: 1px solid #3BC3DE;
    color: #161e4d;
}

.uv-btn-p:hover,
.uv-btn-p:focus,
.uv-btn-p:active {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.uv-btn-s {
    border: 1px solid #8CD2F5;
    background-color: transparent;
    color: #ffffff;
}

.uv-btn-s:hover,
.uv-btn-s:focus,
.uv-btn-s:active {
    background-color: #ffffff;
    color: #0D0D2A;
}

.uv-btn-100 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
}

.uv-integration a {
    transition: all 250ms ease-in-out;
}

.uv-integration a:hover,
.uv-integration a:focus,
.uv-integration a:active {
    text-decoration: none;
}

.uv-integration ul {
    list-style: none !important;
    padding: 0 !important;
}

.uv-hide {
    display: none !important;
}

/*Lazy Images*/
.uv-plazyimage {
    opacity: 0;
}

.uv-plazyimage:not(.initial) {
    transition: opacity 1s;
}

.uv-plazyimage.initial,
.uv-plazyimage.loaded,
.uv-plazyimage.error {
    opacity: 1;
}

/**/

.uv-calendar-controls {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}

.uv-dropdowncont {
    position: relative;
    padding-right: 35px;
}

.uv-dropdowncont>a {
    color: #ffffff;
    font-weight: bold;
    font-size: 26px;
    line-height: normal;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-decoration: none;
}

.uv-dropdowncont>a i {
    position: absolute;
    display: block;
    font-size: 25px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    right: 0;
    top: 2px;
    margin: auto;
    transition: all 250ms ease-in-out;
    transform: rotate(90deg);
}

.uv-dropdowncont.active>a i {
    transform: rotate(90deg);
}

.uv-dropdowncont>ul,
.uv-dropdowncont>.ul {
    position: absolute;
    color: #ffffff;
    left: 0;
    margin: 0;
    z-index: 15;
    margin-top: 5px;
    min-width: 190px;
    font-size: 14px;
    transform: translate(0, -10%);
    transition: all 250ms ease-in-out;
    border: 0;
    opacity: 0;
    visibility: hidden;
}

.uv-dropdowncont.active ul,
.uv-dropdowncont.active .ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.uv-dropdowncont>ul li {
    display: block;
    padding: 0;
    margin: 0;
}

.uv-dropdowncont>ul li a {
    display: block;
    background-color: #273582;
    padding: 12px 12px;
    color: inherit;
}

.uv-dropdowncont>ul li a.active {
    display: none;
}

.uv-dropdowncont>ul li a:hover,
.uv-dropdowncont>ul li a:focus,
.uv-dropdowncont>ul li a:active {
    background-color: #ffffff;
    color: #273582;
}

.uv-calendar-viewcont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.uv-calendar-viewcont>a {
    display: block;
    font-family: "TungstenBold";
    text-transform: uppercase;
    border: 4px solid #fff;
    color: #ffffff;
    font-size: 27px;
    line-height: normal;
    letter-spacing: 0.05em;
    text-decoration: none;
    padding: 12px 35px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 13px;
}

.uv-calendar-viewcont>a:first-child {
    margin-left: 0;
}

.uv-calendar-viewcont>a:last-child {
    margin-right: 0;
}

.uv-calendar-viewcont>a.active,
.uv-calendar-viewcont>a:hover,
.uv-calendar-viewcont>a:focus,
.uv-calendar-viewcont>a:active {
    background-color: #8CD2F5;
    color: #263387;
    box-shadow: 0px 0px 36px rgba(0, 182, 255, 0.45);
}

.uv-calendar-controls {
    margin-bottom: 30px;
}

.uv-calendar {
    position: relative;
    z-index: 5;
}

.uv-center {
    text-align: center;
}

/* Calendar Table Styles */
.uv-calendar-wrap .uvc-daysnames {
    display: flex;
    flex: 1 1 auto;
}

.uv-calendar-wrap .uvc-daysnames .uvc-dayname {
    flex-basis: 14.2858%;
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    padding: 10px 0px;
    text-transform: uppercase;
}

.uv-calendar-wrap .uvc-day {
    background-color: transparent;
    flex-basis: 14.2858%;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.uv-calendar-wrap .uvc-days {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
}

.uvc-day .uv-boxitem {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 150%;
    background: none;
}

.uv-boxitem .bg,
.uv-boxitem img,
.uv-boxitem iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.uv-boxitem .bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.uvc-day .uv-boxitem .bg {
    opacity: .8;
    background-size: contain;
}

.uvc-day .uv-boxitem:hover .bg {
    opacity: 1;
}

.uvc-day a.uv-boxitem span {
    position: absolute;
    bottom: 3%;
    left: 5%;
    font-size: 12px;
    text-transform: uppercase;
    z-index: 12;
}

.uv-calendar-wrap .uvc-day .uvc-daydate {
    position: absolute;
    background-color: #ffffff;
    color: #000000;
    font-size: 12px;
    top: 0px;
    right: 0px;
    padding: 6px 7px 5px 7px;
    z-index: 10;
}

.uv-calendar-wrap .uvc-multipleevents-cont {
    position: absolute;
    width: 92%;
    max-height: 90%;
    top: 50%;
    left: 3%;
    color: #FFF;
    margin: 0px;
    padding: 0px;
    z-index: 25;
    transform: translateY(-50%);
}

.uv-calendar-wrap .uvc-multipleevents-cont li.uvc-multipleevents-item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    line-height: 1em;
}

.uv-calendar-wrap .uvc-multipleevents-cont li.uvc-multipleevents-item:last-child {
    margin-bottom: 0px;
}

.uv-calendar-wrap .uvc-multipleevents-cont li.uvc-multipleevents-item:before {
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 0%;
    margin-top: -6px;
    border-radius: 50%;
    content: "";
    background-color: #ffffff;
}

.uv-calendar-wrap .uvc-multipleevents-cont li.uvc-multipleevents-item a {
    display: block;
    max-height: 79px;
    color: #ffffff;
    font-size: 13px;
    text-transform: none;
    line-height: 1.3em;
    overflow: hidden;
    font-weight: bold;
}

.uv-calendar-wrap .uvc-multipleevents-cont li.uvc-multipleevents-item a span {
    display: block;
    font-size: 90%;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: normal;
}

.uv-calendar-wrap .uvc-multipleevents-cont li.uvc-multipleevents-item.venue-535556:before {
    background-color: #8CD2F5;
}

.uv-calendar-wrap .uvc-multipleevents-cont li.uvc-multipleevents-item.venue-536524:before {
    background-color: #8CD2F5;
}

.uv-calendar-wrap .uvc-multipleevents-cont li.uvc-multipleevents-item.venue-535556 a span {
    color: #8CD2F5;
}

.uv-calendar-wrap .uvc-multipleevents-cont li.uvc-multipleevents-item.venue-536524 a span {
    color: #8CD2F5;
}

/******/

.uv-calendar-wrap,
.uv-calendar-list {
    display: none;
}

.uv-calendar.uvcal .uv-calendar-wrap {
    display: block;
}

.uv-calendar.uvlist .uv-calendar-list {
    display: block;
}

.uv-calendar-list {
    min-height: 300px;
}

.uv-eventslist-item {
    display: flex;
    border: 1px solid transparent;
    position: relative;
    font-size: 14px;
    margin-bottom: 8px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.uv-eventslist-item .flyer {
    position: relative;
    display: block;
    width: 160px;
}

.uv-eventslist-item .flyer .flyerbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}

.uv-eventslist-item .flyer:after {
    position: relative;
    display: block;
    content: " ";
    padding-top: 100%;
}

.uv-eventslist-item .ddate {
    padding-left: 40px;
    width: 105px;
    text-align: center;
}

.uv-eventslist-item .ddate .dday {
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
}

.uv-eventslist-item .ddate .nday {
    font-size: 33px;
    font-weight: 700;
    line-height: 1.17;
    margin-bottom: .2em;
    margin-top: .05em;
}

.uv-eventslist-item .ddate .dmonth {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.17;
    text-transform: uppercase;
}

.uv-eventslist-item .eventname {
    flex: 1;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.22;
    text-transform: uppercase;
    padding-left: 35px;
    padding-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 15px;
    padding-bottom: 15px;
}

.uv-eventslist-item .eventname span {
    display: none;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
    margin-bottom: 0.1em;
}

.uv-eventslist-item .actions {
    padding-right: 30px;
    width: 200px;
    flex-shrink: 0;
}

.uv-urvenueloader {
    display: inline-block;
    position: relative;
    padding: 0;
    width: 50px;
    height: 50px;
    background: url(../assets/images/urvenueicon.png) center center no-repeat;
    background-size: 25px 25px;
}

.uv-urvenueloader:before {
    position: absolute;
    display: block;
    content: " ";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 5px solid transparent;
    border-top: 3px solid #0063C1;
    border-radius: 50%;
    animation: uviconspin 1s linear infinite;
}

.uv-calendar .uv-urvenueloader {
    display: block;
    position: absolute;
    top: calc(40vh);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 55;

    transition: all 250ms ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.uv-calendar:before {
    position: absolute;
    display: block;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    z-index: 50;
    backdrop-filter: saturate(180%) blur(2px);
    transition: all 250ms ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.uv-calendar.loading:before,
.uv-calendar.loading .uv-urvenueloader {
    visibility: visible;
    opacity: 1;
}

.uv-powered-bottom {
    text-align: center;
    margin-top: 15px;
}

.uv-powered-bottom img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.uv-pagenocontent {
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
    font-size: 18px;
}

.uv-pagenocontent .uvtitle {
    font-family: "TungstenBold";
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    margin-bottom: 0.2em;
}

.uv-eventtitle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    min-width: 65px;
    padding-top: 0px;
    font-size: 20px;
    margin-bottom: 25px;
}

.uv-eventtitle .uvtitleinfo {
    flex: 1;
    padding-left: 18px;
}

.uv-datecalendar {
    position: relative;
    flex: 0 0 56px;
    height: 62px;
    background: transparent url(../assets/images/bgcalendardate.png) no-repeat center center;
    background-size: contain;
    top: -4px;
    left: 0px;
    margin: auto;
}

.uv-datecalendarlabel {
    margin: auto;
    left: 0;
    right: 0;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 11px;
    line-height: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
}

.uv-datecalendarlabel strong {
    display: block;
    font-size: 150%;
}

.uv-eventtitle h1 {
    text-align: left;
    margin: 0;
    padding: 0;
    line-height: 1;
    margin-bottom: 0.1em;
    letter-spacing: -1px;
    font-size: 150%;
    padding-top: 3px;
    font-weight: 400;
    text-transform: uppercase;
}

.uv-eventtitle h2 {
    margin: 0;
    padding: 0;
    font-size: 80%;
    font-weight: 400;
    line-height: normal;
}

.uv-eventcont {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.uv-eventbook {
    flex: 0 0 70%;
    padding-right: 40px;
}

.uv-eventinfo {
    flex: 0 0 30%;
    padding-left: 40px;
}

.uv-panel {
    background-color: transparent;
    border: #8CD2F5 1px solid;
    box-shadow: 0 1px 2px 0 rgb(255 255 255 / 3%);
    color: #ffffff;
}

.uv-panel .uv-panelbody {
    display: block;
    padding: 15px;
    font-size: 20px;
}

.uv-eventcont .uv-panel {
    margin-bottom: 15px;
}

.uv-panel .uvtitle {
    text-transform: uppercase;
    font-size: 70%;
    color: #cccccc;
    margin: 0;
    margin-bottom: 1em;
    font-weight: 500;
}

.uv-evdescr,
.uv-evdescr p {
    font-size: 14px;
    line-height: 1.5;
}

.uv-event-flyer {
    position: relative;
    display: block;
    margin: auto;
    max-width: 400px;
    margin-bottom: 25px;
}

.uv-imghover:before {
    position: absolute;
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.66);
    -webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
    z-index: 12;
}

.uv-imghover:hover:after,
.uv-imghover:hover:before,
.uv-imghover:focus:after,
.uv-imghover:focus:before,
.uv-imghover:active:after,
.uv-imghover:active:before {
    visibility: visible;
    opacity: 1;
}

.uv-event-flyer img {
    width: 100%;
    display: block;
}

.uv-panel .uv-panelbody.uv-panelinfo {
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.uv-borbotF5 {
    border-bottom: 1px solid #eee;
}

.uv-panel .uv-panelbody.uv-panelinfo>i {
    position: absolute;
    bottom: 50%;
    top: auto;
    transform: translateY(50%);
    vertical-align: middle;
    z-index: 10;
    left: 15px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    padding-bottom: 3px;
}

.uv-panel .uv-panelbody.uv-panelinfo .uvtitle {
    margin: 0;
    padding: 0;
    font-size: 85%;
    margin-bottom: 0.2em;
    font-weight: normal;
}

.uv-panel .uv-panelbody.uv-panelinfo p {
    font-size: 14px;
    margin-bottom: 0;
}

.uv-event-items {
    margin-bottom: 27px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 18%);
    border-radius: 3px;
    display: flex;
    flex-direction: column;
}

.uv-event-itemtype {
    position: relative;
    order: 2;
}

.uv-event-itemtypename-admission {
    order: 1;
    margin-bottom: 20px;
}

.uv-event-itemtfooter {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 18px 20px;
    border-radius: 0 0 3px 3px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 0;
    order: 100;
}

.uv-event-itemtypeheader {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 20px;
    padding-left: 40px;
    border-radius: 0;
    background-color: transparent;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 8%);
    border: 1px solid rgba(59, 195, 222, 0.5);
}

.uv-event-itemtype:first-child .uv-event-itemtypeheader {
    border-radius: 3px 3px 0 0;
}

.uv-event-itemtypeheader .uvtabarrow {
    position: absolute;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    display: block;
    width: 16px;
    height: 16px;
    left: 20px;
    bottom: 0;
    top: 0;
    margin: auto;
    text-align: center;
    transition: all 250ms ease-in-out;
}

.uv-event-itemtypeheader .uvtitle {
    color: #ffffff;
    font-size: 20px;
    text-transform: capitalize;
    padding-top: 0.25em;
}

.uv-event-itemtypeheader .uvheadicon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.uv-event-itemtypeheader .uvheadicon .uv-btn {
    margin-right: 15px;
}

.uv-event-itemtypeheader .uvheadicon .uv-btn:hover,
.uv-event-itemtypeheader .uvheadicon .uv-btn:focus,
.uv-event-itemtypeheader .uvheadicon .uv-btn:active,
.uv-event-item .uvitemseltime .uv-btn:hover,
.uv-event-item .uvitemseltime .uv-btn:focus,
.uv-event-item .uvitemseltime .uv-btn:active {
    background-color: rgba(255, 255, 255, 0.15);
}

.uv-event-itemtypeheader .uvheadicon .uv-btn {
    background-color: transparent;
    color: #ffffff;
    font-size: 12px;
    border: 1px solid #ffffff;
    padding: 8px 25px;
    padding-top: 10px;
}

.uv-itemicon {
    font-family: 'uvfonticons' !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    color: #ffffff;
}

.uv-itemicon:before {
    content: "\e83f";
}

.uv-itemicon-seating:before {
    /* content: "\67"; */
    content: "\e83f";
}

.uv-itemicon-admission:before {
    content: "\42";
}

.uv-event-itemtypebody {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
    max-height: 0px;
    overflow: hidden;
    transition: all 300ms ease-in-out;
}

.uv-event-itemtype.opened .uv-event-itemtypebody {
    overflow: initial;
}

.uv-event-itemtype:not(.active) .uv-event-itemtypebody {
    max-height: 0px !important;
}

.uv-event-itemtype.active .uv-event-itemtypeheader .uvtabarrow {
    transform: rotate(90deg);
}

.uv-event-itemlist {
    background-color: transparent;
    padding-bottom: 15px;
    padding-top: 10px;
}

.uv-event-item {
    color: #ffffff;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 12px 20px;
    border: 1px solid transparent;
}

.uv-event-item.added {
    box-shadow: inset 0 0 100px 100px rgb(22 27 71 / 35%);
    border: 1px solid rgba(0, 0, 0, 0.22);
}

.uv-event-item.added:before {
    position: absolute;
    display: block;
    content: " ";
    left: -13px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    color: #0c0c2a;
    text-align: center;
    border-radius: 50%;
    /* content: "\6f"; */
    content: "\4e";
    font-family: 'uvfonticons' !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 25px;
    font-size: 13px;
}

.uv-event-itemlist .uv-event-item:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.15);
}

.uv-event-item .uvinfo {
    flex: 1;
    text-align: left;
    padding-right: 6px;
}

.uv-event-item .uvitemseltime {
    flex: 0;
    flex-basis: 70px;
    text-align: center;
    padding-left: 16px;
}

.uv-event-item .uvitemsel {
    flex: 0;
    flex-basis: 75px;
    text-align: left;
}

.uv-event-item .uvprice {
    flex: 0;
    flex-basis: 110px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.uv-event-item .uvactions a.active {
    box-shadow: inset 0 0 100px 100px rgb(48 33 33 / 20%);
}

.uv-event-item .uvactions,
.uv-event-itemlist-header .uvactions {
    flex: 0;
    flex-basis: 172px;
}

.uv-event-item .uvprice,
.uv-event-item .uvactions {
    display: block;
    position: relative;
}

.uv-event-item .uvactions a.active:after {
    display: inline-block;
    font-family: 'uvfonticons' !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\7a";
    margin-left: 0.4em;
    font-size: 80%;
    transform: translateY(0.1em);
}

.uv-event-item .uvinfo .uvname {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

.uv-event-item .uvitemsel .uvsellabel,
.uv-event-item .uvpricelabel,
.uv-checkout-cartitem .uvpricelabel,
.uv-event-item .uvtaglabel,
.uv-checkout-cartitem .uvtaglabel {
    margin-bottom: 0.2em;
    text-align: center;
    color: #dddddd;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}

.uv-event-item .uvitemseltime .uv-btn {
    width: 100%;
    color: #ffffff;
    background-color: transparent;
    font-size: 12px;
    border: 1px solid #aaaaaa;
    padding: 8px 5px;
    padding-top: 9px;
    font-weight: 500;
}

.uv-event-item select {
    background-color: #ffffff;
    border-color: #eaeaea;
    display: block;
    width: 100%;
    height: 36px;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.uv-event-item .uvprice>span,
.uv-checkout-cartitem .uvprice>span {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.uv-event-item .uvprice>span:before,
.uv-checkout-cartitem .uvprice>span:before {
    display: inline-block;
    content: "$ ";
}

.uv-event-item .uvactions a {
    display: inline-block;
    color: #2E3031;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #757A7D;
    border-radius: 3px;
    background-color: #FFFFFF;
    padding: 9px 5px;
    width: 100%;
    margin-bottom: 5px;
}

.uv-event-item .uvactions a.uv-btnitem-s {
    color: #ffffff;
}

.uv-event-item .uvactions a.uv-btnitem-s:not(:first-child) {
    background-color: transparent;
    font-size: 12px;
    border: 1px solid #aaaaaa;
}

.uv-event-item .uvactions a:last-child {
    margin-bottom: 0;
}

.uv-event-itemtfooter .uv-btn-p {
    display: flex;
    align-items: center;
    padding: 16px 47px;
    font-weight: 600;
    font-size: 16px;
}

.uv-event-itemtfooter .uv-btn-p i {
    margin-right: 10px;
    line-height: 1;
}

.uvic-icon-basket {
    font-family: 'uvfonticons' !important;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
}

.uvic-icon-basket:before {
    content: "\4e";
}

/* Popup */
.uv-pop-cont {
    visibility: hidden;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
}

.uv-pop-cont-tab {
    height: 100%;
    display: table;
    width: 100%;
    table-layout: auto;
}

.uv-pop-cont-cell {
    display: table-cell;
    vertical-align: middle;
}

.uv-pop-cont.visible {
    opacity: 1;
    visibility: visible;
}

#uv-pop-up.uv-pop-cont {
    z-index: 1001;
}

#uv-360pop.uv-pop-cont {
    z-index: 1050;
}

.uv-pop-box {
    display: block;
    border-radius: 3px;
    min-height: 150px;
    margin: 30px auto;
    width: 100%;
    max-width: 800px;
    position: relative;
    background-color: #f6f6f6;
    color: #171717;

    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);

    -webkit-transition: -webkit-transform 250ms ease-out;
    transition: transform 250ms ease-out;
}

.uv-pop-cont.visible .uv-pop-box {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.uv-pop-cont .uv-pop-box>.uv-closepop {
    color: inherit;
    color: #ffffff;
    font-size: 28px;
    line-height: 45px;
    height: 45px;
    width: 45px;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.05);
}

.uv-pop-cont .uv-pop-box>.uv-closepop:hover,
.uv-pop-cont .uv-pop-box>.uv-closepop:focus,
.uv-pop-cont .uv-pop-box>.uv-closepop:active {
    box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.1);
}

.uv-pop-cont .uv-closepop:before {
    display: block;
    content: "\7a";
    font-family: 'uvfonticons' !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    height: 45px;
    line-height: 45px;
    width: 45px;
    text-align: center;
}

/*******/

#uv-pop-loader {
    background-color: rgba(0, 0, 0, 0.5);
}

#uv-pop-loader .uv-urvenueloader {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.uv-pop-open {
    overflow: hidden;
}

.uv-invinquirepop .uv-pop-box {
    max-width: 650px;
}

.uv-times-pop .uv-pop-box {
    background-color: transparent;
    max-width: 500px;
}

.uv-pop-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 3px 3px 0 0;
    background-color: #293B8F;
    min-height: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 50px;
    padding-left: 20px;
}

.uv-pop-body {
    padding: 20px;
    background-color: #0D0D2A;
    border-radius: 0 0 3px 3px;
    line-height: 1.6;
    color: #ffffff;
}

.uv-pop-header .uvtitle {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}

.uv-pop-body .uvinstructions {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding-top: 0.4em;
}

.uv-item-times-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: -12px;
    margin-top: 25px;
}

.uv-item-times-list li {
    flex: 0 0 25%;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px;
    list-style: none;
}

.uv-item-times-list li a {
    display: block;
    width: 100%;
    color: #ffffff;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #ffffff;
    padding: 12px 3px;
    padding-top: 14px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

.uv-item-times-list li.uvtitle {
    flex-basis: 100%;
    margin-top: 25px;
    margin-bottom: 15px;
    text-align: center;
    padding: 8px 10px;
    background-color: #161e4d;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
}

.uv-item-times-list li a:hover,
.uv-item-times-list li a:focus,
.uv-item-times-list li a:active,
.uv-item-times-list li a.active {
    background-color: #ffffff;
    color: #161e4d;
}

.uv-pop-dmsg .uv-pop-box {
    background-color: transparent;
    max-width: 600px;
}

.uv-pop-action {
    margin-top: 15px;
    position: relative;
}

.uv-pop-action>a.uv-btn-p {
    display: block;
    font-size: 15px;
    background-color: #ffffff;
    border-color: #ffffff;
    color: #161e4d;
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 4px;
    width: 100%;
    text-transform: uppercase;
}

.uv-popmsgsm .uv-pop-box {
    max-width: 400px;
}

.uv-pop-img img {
    display: block;
    width: 100%;
}

.uv-pop-img .uv-pop-box {
    background-color: transparent;
}

/* Map Code */
.uv-map-view {
    position: relative;
}

.uv-map-view svg {
    display: block;
    width: 100%;
    height: auto;
}

.uv-map-viewcont {
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
}

.uv-map-view svg .uvnoitem {
    fill: #ff0000;
    stroke: #ff0000;
    fill-opacity: 0.5;
    stroke-opacity: 0.5;
    opacity: 0.6;
    cursor: default;
}

.uv-map-view svg .uvhasitem {
    fill: #00ff6c;
    stroke: #00ff6c;
    fill-opacity: 0.5;
    opacity: 0.6;
    cursor: pointer;

    /*transition: all 100ms linear;*/
}

.uv-map-view svg .uvhasitem.uvhighlight,
.uv-map-view svg .uvhasitem.uvperhighlight {
    fill: #4e49e8;
    stroke: #4e49e8;
}

#uv-mappopsel .uv-pop-box {
    background-color: transparent;
}

.uv-pop-mapsel .uv-pop-box {
    max-width: 450px;
}

.uv-pop-mapsel .uvmapsellist {
    padding-bottom: 15px;
    margin-top: 20px;
}

.uv-pop-mapsel .uvmapsellist a {
    display: block;
    width: 100%;
    color: #171717;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #171717;
    padding: 12px 3px;
    padding-top: 14px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 15px;
}

.uv-pop-mapsel .uvmapsellist a:hover,
.uv-pop-mapsel .uvmapsellist a:focus,
.uv-pop-mapsel .uvmapsellist a:active {
    background-color: #171717;
    color: #ffffff;
}

.uv-pop-mapsel .uvmapsellist a:last-child {
    margin-bottom: 0;
}

.uv-pop-mapsel .uvmapsellist a .uvbooktype {
    margin-bottom: 0.2em;
    text-align: center;
    color: #949B9E;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.uv-pop-mapsel .uvmapsellist a .uviteminfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 12px;
}

.uv-pop-mapsel .uvmapsellist a .uviteminfo>div:first-child {
    font-weight: normal;
    text-align: left;
    padding-right: 0.5em;
    line-height: 1.3;
}

.uv-pop-mapsel .uvmapsellist a .uviteminfo>div:last-child {
    white-space: nowrap;
}

.uv-pop-mapsel .uvmapsellist a .uviteminfo>div:last-child:before {
    display: inline-block;
    content: "$ ";
    color: inherit;
}

.uv-pop-mapsel .uvmapsellist a .uviteminfo>div:last-child {
    position: relative;
    color: #2E3031;
    font-size: 17px;
    font-weight: 600;
}

.uv-pop-mapsel .uvmapsellist a:hover .uviteminfo>div:last-child,
.uv-pop-mapsel .uvmapsellist a:focus .uviteminfo>div:last-child,
.uv-pop-mapsel .uvmapsellist a:active .uviteminfo>div:last-child {
    color: #ffffff;
}

.uv-pop-mapsel .uvmapsellist a .uviteminfo>div:last-child.noprice:before {
    display: none;
}

.uv-pop-mapitem .uv-pop-box {
    background-color: transparent;
    max-width: 620px;
}

.uv-pop-mapitem .uv-pop-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 75px;
    color: #ffffff;
}

.uv-pop-mapitem .uv-pop-header .uviteminfo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #555555;
    padding-left: 15px;
}

.uv-pop-mapitem .uv-pop-header .ddate {
    color: #dddddd;
    font-size: 15px;
    font-weight: 500;
    margin-right: 30px;
}

.uv-pop-mapitem .uv-pop-header .ddate:last-child {
    margin-right: 0;
}

.uv-pop-mapitem .uv-pop-header .uvcapacity {
    display: flex;
    align-items: center;
}

.uv-pop-mapitem .uv-pop-header .uvcapacity i {
    font-size: 15px;
    width: 18px;
    height: 18px;
    display: block;
    text-align: center;
    line-height: 18px;
    margin-right: 6px;
    color: #dddddd;
}

.uv-pop-mapitem .uv-pop-header .uvcapacity span {
    color: #dddddd;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 8px;
}

.uv-pop-mapitem .uv-pop-header .uvcapacity strong {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

.uv-pop-mapitem.uvtitlehigh .uv-pop-header {
    min-height: 61px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.uv-pop-mapitem.uvtitlehigh .uv-pop-box>.uv-closepop {
    height: 61px;
    line-height: 61px;
}

.uv-pop-mapitem .uv-pop-body {
    padding-top: 30px;
    padding-bottom: 30px;
}

.uv-inputnumbersel {
    padding: 35px 55px 35px 45px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    background-color: #293B8F;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.uv-inputnumbersel .uvinfo {
    align-self: center;
    padding-right: 15px;
}

.uv-inputnumbersel .uvinfo .uvname {
    align-self: center;
    text-align: left;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.uv-inputnumbersel .uvnumberinput {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 200px;
    height: 64px;
    border: 1px solid transparent;
    vertical-align: middle;
    white-space: normal;
    max-width: 200px;
}

.uv-inputnumbersel .uvnumberinput button {
    display: block;
    background: #0D0D2A;
    flex: 0 0 32%;
    height: 62px;
    text-align: center;
    line-height: 64px;
    font-size: 28px;
    color: #ffffff;
    outline: none;
    padding: 0;
}

.uv-inputnumbersel .uvnumberinput button.uvdisabled {
    opacity: 1;
    cursor: default;
}

.uv-inputnumbersel .uvnumberinput button.uvdisabled i {
    opacity: 0.5;
}

.uv-inputnumbersel .uvnumberinput input {
    display: block;
    color: #ffffff;
    flex: 0 0 36%;
    height: 62px;
    text-align: center;
    line-height: 62px;
    padding: 0;
    border: none;
    /*border-left: solid 1px #D1D1D1;
    border-right: solid 1px #D1D1D1;*/
    width: auto;
    max-width: 36%;
    font-size: 30px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
}

.uv-pop-mapitem.uvhassidebar .uv-pop-box {
    max-width: 815px;
}

.uv-pop-mapitem.uvhassidebar .uv-pop-body {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.uv-pop-mapitem.uvhassidebar .uv-pop-body .uvoptssel {
    flex: 1;
    padding: 30px 20px;
    text-align: center;
    align-self: center;
}

.uv-pop-mapitem.uvhassidebar .uv-pop-body .uvitemsidebar {
    flex: 0 0 280px;
    align-self: normal;
    background-color: rgba(255, 255, 255, 0.1);
}

.uv-pop-body .uvitemsidebar .uvmapiteminfo {
    position: relative;
    padding: 24px 25px;
}

.uv-pop-body .uvitemsidebar .uvmapiteminfo .uvtitle {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 0.5em;
}

.uv-pop-body .uvitemsidebar .uvmapiteminfo .uvhighlight {
    font-size: 13px;
    color: #3F3F3F;
    font-weight: 500;
    margin-bottom: 0.6em;
    margin-top: -0.4em;
}

.uv-pop-body .uvitemsidebar .uvmapiteminfo .uvhighlight:last-child {
    margin-bottom: 0;
}

.uv-pop-body .uvitemsidebar .uvmapiteminfo .uvdescription {
    color: #dddddd;
    font-size: 14px;
    line-height: 1.57;
}

.uv-pop-body .uvitemsidebar .uvmapiteminfo .uvdescriptionmob {
    display: none;
    margin-left: 0;
    font-weight: normal;
    font-size: 13px;
    color: #506FC4;
}

.uv-pop-body .uvitemsidebar .uvmapiteminfo .uvdescriptionmob a {
    color: inherit;
    text-decoration: none;
}

.uv-mappopwarning {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.uv-mappopwarning i {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    flex: 0 0 40px;
    font-size: 40px;
    color: #dddddd;
}

.uv-mappopwarning strong {
    position: relative;
    white-space: nowrap;
}

.uv-mappopwarning strong span {
    display: inline-block;
    font-size: 60%;
    transform: translateY(-0.55em);
}

.uv-mappopwarning strong:before {
    display: inline-block;
    content: "$ ";
}

.uv-mappopwarning>div {
    flex: 1;
    padding-left: 25px;
    line-height: 1.25;
    font-size: 15px;
    text-align: center;
}

.uv-pop-mapitem .uvtimeselcont {
    text-align: center;
    margin-top: 20px;
}

.uv-pop-mapitem .uvtimeselcont .uv-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #FFF;
    border: 1px solid #dddddd;
    border-radius: 5px;
    background-color: transparent;
    padding: 13px 20px;
    margin-left: auto;
    margin-right: auto;
}

.uv-pop-mapitem .uvtimeselcont .uv-btn i {
    margin-right: 12px;
    font-size: 120%;
    margin-bottom: -0.12em;
    margin-top: -0.12em;
    transform: translateY(0.03em);
}

.uv-pop-mapitem .uvtimeselcont .uv-btn:hover,
.uv-pop-mapitem .uvtimeselcont .uv-btn:focus,
.uv-pop-mapitem .uvtimeselcont .uv-btn:active {
    box-shadow: inset 0 0 100px 100px rgb(0 0 0 / 10%);
}

.uv-maptimespop.uv-pop-cont {
    z-index: 1010;
}

.uv-maptimespop .uv-pop-box {
    max-width: 500px;
    background-color: transparent;
}

.uv-mappop-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #070722;
    padding: 20px 25px;
    border-radius: 0 0 4px 4px;
    color: #ffffff;
}

.uv-mappop-footer>div:first-child {
    flex: 0 0 95px;
}

.uv-mappop-footer .uvactions {
    flex: 1;
    padding-left: 30px;
}

.uv-mappop-footer .uvactions .uvinner {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 540px;
    margin-left: auto;
    margin-right: 0;
}

.uv-mappop-footer>div:first-child .uv-btn,
.uv-pop-mapitem .uvmapmobsidebaraction .uv-btn {
    display: block;
    background-color: transparent;
    font-size: 14px;
    border: 1px solid #aaaaaa;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    border-radius: 3px;
    letter-spacing: 0.1em;
    padding: 14px 10px;
    width: 100%;
    min-width: 10px;
}

.uv-mappop-footer>div:first-child .uv-btn:hover,
.uv-mappop-footer>div:first-child .uv-btn:focus,
.uv-mappop-footer>div:first-child .uv-btn:active {
    box-shadow: inset 0 0 100px 100px rgb(255 255 255 / 10%);
}

.uv-mappop-footer .uvactions .uvinner>div {
    flex: 0 0 auto;
    padding-right: 8px;
}

.uv-mappop-footer .uvactions .uvinner>div:last-child {
    padding-right: 0px;
}

.uv-mappop-footer .uvactions .uv-btn {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, .4);
    color: #ffffff;
    font-size: 16px;
    border-radius: 3px;
    letter-spacing: 0;
}

.uv-mappop-footer .uvactions .uv-btn:hover,
.uv-mappop-footer .uvactions .uv-btn:focus,
.uv-mappop-footer .uvactions .uv-btn:active {
    box-shadow: inset 0 0 100px 100px rgb(0 0 0 / 10%);
}

.uv-mappop-footer .uvactions .uv-btn .uvname {
    text-transform: capitalize;
    padding-right: 15px;
    flex: 1;
    text-align: left;
    font-weight: normal;
    letter-spacing: 0.1em;
}

.uv-mappop-footer .uvactions .uv-btn .uvprice {
    position: relative;
    padding-right: 4px;
    font-weight: 500;
}

.uv-mappop-footer .uvactions .uv-btn .uvprice:before {
    display: inline-block;
    content: "$ ";
}

.uv-mappop-footer .uvactions .uv-btn .uvprice span {
    display: inline-block;
    font-size: 60%;
    transform: translateY(-0.55em);
}

/*.uv-mappop-footer .uvactions .uv-btn i{font-size: 130%;}*/
.uv-mappop-footer .uvactions .uvinner>div:last-child .uv-btn {
    color: #000000;
    background-color: #ffffff;
}

.uv-mappop-footer .uvactions .uvinner>div:last-child .uv-btn:hover,
.uv-mappop-footer .uvactions .uvinner>div:last-child .uv-btn:focus {
    background-color: #000000;
    color: #ffffff;
}

.uv-mappop-footer .uvactions .uvinner>div:last-child .uv-btn .uvname {
    font-weight: 500;
}

.uv-mappop-footer .uvactions .uv-btn .uvprice:empty {
    display: none;
}

.uv-powered-bottom {
    text-align: center;
    margin-top: 15px;
    font-size: 0;
}

.uv-powered-bottom img {
    display: inline-block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.uv-map-controls {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 28px;
    padding-top: 5px;
}

.uv-map-controls>div:last-child {
    flex: 0 0 120px;
}

.uv-map-controls>div:first-child {
    display: flex;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 20px;
}

.uv-map-controls .uv-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #161e4d;
    background-color: #161e4d;
    border-radius: 0;
    padding: 12px 20px;
    width: 100%;
    text-transform: uppercase;
    white-space: nowrap;
}

.uv-map-controls .uv-btn:hover,
.uv-map-controls .uv-btn:focus,
.uv-map-controls .uv-btn:active {
    box-shadow: inset 0 0 100px 100px rgb(0 0 0 / 10%);
}

.uv-map-controls .uv-btn i {
    font-size: 125%;
    margin-right: 0.7em;
    text-align: center;
    transform: translateY(0.05em);
}

.uv-map-controls .uvmapctevinfo {
    margin-left: 10px;
    position: relative;
}

.uv-map-controls .uvmapctevinfo.uvhidden {
    display: none;
}

.uv-map-dropevent {
    position: absolute;
    min-width: 100%;
    width: 220px;
    display: block;
    top: 100%;
    top: calc(100% + 18px);
    background-color: #fff;
    padding: 0;
    box-shadow: 0 2px 30px rgb(0 0 0 / 17%);
    transition: all .4s ease-in-out;
    border-radius: 5px;
    padding: 15px;
    right: 50%;
    transform: translateY(-20px) translateX(50%) scale(.97);
    transition: all .37s cubic-bezier(.34, 1.61, .7, 1);
    z-index: 70;
    visibility: hidden;
    opacity: 0;
}

.uv-map-controls .uvmapctevinfo.active .uv-map-dropevent {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(50%) scale(1);
    transition-delay: 0ms;
}

.uv-map-dropevent:before {
    display: block;
    position: absolute;
    content: " ";
    top: -10px;
    margin: auto;
    right: 0;
    left: 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    width: 0;
}

.uv-map-dropevent .uvflyer {
    margin-bottom: 15px;
}

.uv-map-dropevent .uvflyer img {
    display: block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.uv-map-dropevent .uvname {
    color: #3F3F3F;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 0.25em;
}

.uv-map-dropevent .uvddate {
    font-size: 15px;
    font-weight: 500;
    color: #666666;
}

.uv-map-stage .uv-urvenueloader {
    display: block;
    position: absolute;
    top: calc(40%);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 80;
    transition: all 250ms ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.uv-map-stage.uvloading .uv-urvenueloader {
    visibility: visible;
    opacity: 1;
}

.uv-map-stage {
    position: relative;
}

.uv-map-stage:before {
    position: absolute;
    display: block;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    z-index: 75;
    backdrop-filter: saturate(180%) blur(2px);
    transition: all 250ms ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.uv-map-stage.uvloading:before {
    visibility: visible;
    opacity: 1;
}

#uv-mapdatepop .uv-pop-box {
    background-color: transparent;
    max-width: 350px;
}

.uv-mapdpcalendar .uvmapdatepqinput {
    display: none !important;
}

.uv-mapdpcalendar .numInputWrapper {
    display: none !important;
}

#uv-mapdatepop .uv-pop-body {
    padding: 5px;
    padding-bottom: 10px;
}

.uv-mapdpcalendar .flatpickr-calendar {
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

.uv-mapdpcalendar .flatpickr-months .flatpickr-month {
    color: #000000;
    margin-bottom: 5px;
}

.uv-mapdpcalendar .flatpickr-months .flatpickr-prev-month,
.uv-mapdpcalendar .flatpickr-months .flatpickr-next-month {
    color: #000000;
    fill: #000000;
}

.uv-mapdpcalendar .flatpickr-current-month span.cur-month {
    font-weight: normal;
    text-align: center;
    text-transform: none;
    font-size: 16px;
    opacity: 0.8;
}

.uv-mapdpcalendar .flatpickr-day.flatpickr-disabled,
.uv-mapdpcalendar .flatpickr-day.flatpickr-disabled:hover,
.uv-mapdpcalendar .flatpickr-day.prevMonthDay.flatpickr-disabled {
    color: rgba(0, 0, 0, 0.45);
}

.uv-mapdpcalendar .flatpickr-day.flatpickr-disabled:hover,
.uv-mapdpcalendar .flatpickr-day.prevMonthDay,
.uv-mapdpcalendar .flatpickr-day.nextMonthDay,
.uv-mapdpcalendar .flatpickr-day.notAllowed,
.uv-mapdpcalendar .flatpickr-day.notAllowed.prevMonthDay,
.uv-mapdpcalendar .flatpickr-day.notAllowed.nextMonthDay {
    color: rgba(0, 0, 0, 0.65);
}

.uv-mapdpcalendar .flatpickr-day {
    color: #000000;
}

.uv-mapdpcalendar .flatpickr-calendar.inline {
    width: 100%;
}

.uv-mapdpcalendar .flatpickr-rContainer {
    display: block;
    width: 100%;
}

.uv-mapdpcalendar .dayContainer,
.uv-mapdpcalendar .flatpickr-days {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.uv-mapdpcalendar .flatpickr-day {
    max-width: none;
}

.uv-mapdpcalendar .flatpickr-day.today {
    border: none;
}

.uv-mapdpcalendar .flatpickr-day.today:hover,
.uv-mapdpcalendar .flatpickr-day.today:focus,
.uv-mapdpcalendar .flatpickr-day:hover,
.uv-mapdpcalendar .flatpickr-day:focus,
.uv-mapdpcalendar .flatpickr-day.nextMonthDay:hover,
.uv-mapdpcalendar .flatpickr-day.nextMonthDay:focus {
    background-color: transparent;
    color: #000000;
    border-color: transparent;
}

.uv-mapdpcalendar .flatpickr-day.nextMonthDay:hover,
.uv-mapdpcalendar .flatpickr-day.nextMonthDay:focus {
    color: rgba(0, 0, 0, 0.65);
}

.uv-mapdpcalendar .flatpickr-day.selected,
.uv-mapdpcalendar .flatpickr-day.selected:hover,
.uv-mapdpcalendar .flatpickr-day.selected:focus {
    background-color: #777777;
    border-color: #777777;
    color: #ffffff;
}

.uv-mapdpcalendar span.flatpickr-weekday {
    color: rgba(0, 0, 0, 0.8);
}

.uv-mapdpcalendar .flatpickr-months .flatpickr-prev-month,
.uv-mapdpcalendar .flatpickr-months .flatpickr-next-month {
    padding: 4px;
    height: 28px;
}

.uv-mapdpcalendar .flatpickr-months .flatpickr-prev-month svg,
.uv-mapdpcalendar .flatpickr-months .flatpickr-next-month svg {
    width: 20px;
    height: 20px;
}

#uv-mapdatepop.uv-pop-cont:not(.visible) .uv-pop-charge * {
    visibility: hidden;
    transition: all 250ms linear 200ms;
}

.uv-map-stage .uv-blockmapmessage {
    position: absolute;
    top: auto;
    bottom: 50%;
    left: auto;
    right: 50%;
    transform: translate(50%, 50%);
    transform: translate(50%, calc(50% + 35px));
    padding: 24px;
    max-width: 80%;
    min-width: 50%;
    text-align: center;
    color: #5C5C5C;
    font-size: 19px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.99);
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.5);
    z-index: 60;
    border-radius: 10px;

    transition: all 250ms ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.uv-map-charge {
    position: relative;
    min-height: 400px;
}

.uv-map-charge:empty {
    background-color: rgba(0, 0, 0, 0.05);
}

.uv-map-charge:before {
    position: absolute;
    display: block;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    z-index: 50;
    backdrop-filter: saturate(180%) blur(2px);
    transition: all 250ms ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.uv-map-stage.uvmapblocked .uv-map-charge:before,
.uv-map-stage.uvmapblocked .uv-blockmapmessage {
    opacity: 1;
    visibility: visible;
}

.uv-map-view svg>g {
    transition: transform 100ms linear;
}

.uv-map-zoomcontrols {
    display: flex;
    border-radius: 30px;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    width: 120px;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, .34);
}

.uv-map-zoomcontrols a {
    position: relative;
    display: flex;
    flex: 0 0 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: inherit;
}

.uv-map-zoomcontrols a.uvdisabled {
    opacity: 0.5;
}

.uv-map-zoomcontrols a:first-child {
    border-radius: 30px 0 0 30px;
}

.uv-map-zoomcontrols a:last-child {
    border-radius: 0 30px 30px 0;
}

.uv-map-zoomcontrols a:not(.uvdisabled):hover {
    box-shadow: inset 0 0 100px 100px rgb(0 0 0 / 10%);
}

.uv-map-zoomcontrols a:first-child:after {
    position: absolute;
    display: block;
    content: " ";
    width: 1px;
    height: 30px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, .34);
}

.uv-map-zoomcontrols a i {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    text-align: center;
}

.uv-map-thumbview {
    position: absolute;
    height: 200px;
    width: 200px;
    bottom: 2%;
    left: 2%;
    border: 1px solid rgba(0, 0, 0, .7);
    box-shadow: 2px 2px 2px rgb(0 0 0 / 10%);
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
    border-radius: 5px;
    overflow: hidden;
    pointer-events: none;
}

.uv-map-stage.uvthumbactive .uv-map-thumbview {
    opacity: 1;
    visibility: visible;
}

.uv-map-thumbmap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.uv-map-thumbmap svg {
    display: block;
    width: 100%;
    height: auto;
}

.uv-map-thumbview-scope {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
}

.uv-map-thumbview-scope rect.uvscope {
    fill: #000000;
    stroke: #000000;
    fill-opacity: 0.3;
    transition: all 150ms ease-in-out;
}

.uv-map-stage.uvmapblocked .uv-map-controls>div:last-child {
    display: none;
}

.uv-map-dropevent .uvactions {
    margin-top: 15px;
}

.uv-map-dropevent .uvactions .uv-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #161e4d;
    color: #ffffff;
    border-radius: 3px;
    font-size: 15px;
}

.uv-map-maplistmap {
    display: block;
    padding-left: 230px;
}

.uv-map-maplistmap>.uv-map-list {
    /*flex: 0 0 210px;*/
    position: absolute;
    width: 210px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    overflow: hidden;
}

.uv-map-controls {
    padding-right: 0;
}

.uv-map-list-inner {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    overflow: auto;
    max-height: 100%;
    background-color: #161e4d;
    /*padding-top: 5px;
    padding-bottom: 5px;*/
}

.uv-map-list-inner:after {
    position: absolute;
    display: block;
    content: " ";
    z-index: 5;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 400ms ease-in-out;
}

.uv-map-list-inner.uvscreenout:after {
    visibility: visible;
    opacity: 1;
}

.uv-map-list-inner.uvscreenout {
    transform: translateX(-100%);
    transition: all 400ms ease-in-out;
}

.uvreverseanim .uv-map-list-inner.uvscreenout {
    transform: translateX(100%);
}

.uv-map-list-inner.uvscreeeninprep {
    transition: none;
    opacity: 1;
    visibility: visible;
    transform: translateX(100%);
    z-index: 15;
}

.uvreverseanim .uv-map-list-inner.uvscreeeninprep {
    transform: translateX(-100%);
}

.uv-map-list-inner.uvscreeenin {
    transition: all 400ms ease-in-out;
    transform: translateX(0);
}

.uvreverseanim .uv-map-list-inner.uvscreeenin {
    transform: translateX(0);
}

.uv-map-list .uv-map-listsec-item {
    display: block;
    position: relative;
    padding: 15px 15px;
    padding-right: 35px;
    text-align: left;
}

.uv-map-list .uv-map-listsec-item:last-child {
    border-bottom: 0;
}

.uv-map-listsec-itemcont {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.uv-map-listsec-iteminfo {
    display: flex;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    max-height: 0;
    overflow: hidden;
    border-top: 1px solid transparent;
    transition: all 300ms ease-in-out;
}

.uv-map-listsec-itemcont:not(.active) .uv-map-listsec-iteminfo {
    max-height: 0 !important;
}

.uv-map-listsec-itemcont.active .uv-map-listsec-iteminfo {
    /*border-color: rgba(0, 0 , 0, .2);*/
    max-height: 300px;
}

.uv-map-listsec-iteminfo-inner {
    padding-top: 10px;
    padding-bottom: 15px;
    width: 100%;
}

.uv-map-listsec-iteminfo-inner .uvhighlight {
    font-size: 12px;
    line-height: 1.5;
    padding-bottom: 13px;
    margin-top: 1.5em;
}

.uv-map-listsec-iteminfo-inner .uvhighlight:first-child {
    margin-top: 0;
}

.uv-map-listsec-iteminfo a {
    display: block;
    width: 100%;
    border: 1px solid #ffffff;
    color: #161e4d;
    background-color: #ffffff;
    font-size: 14px;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
}

.uv-map-listsec-iteminfo a:hover,
.uv-map-listsec-iteminfo a:focus {
    background-color: #161e4d;
    color: #ffffff;
}

.uv-map-listsec-item .uvsecname {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 0em;
    transition: all 250ms ease-in-out;
}

.uv-map-list .uv-map-listsec-item:hover,
.uv-map-list .uv-map-listsec-item.uvactive,
.uv-map-list .uv-map-listsec-itemcont.active {
    box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.05);
}

.uv-map-listsec-item i {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 16px;
    width: 16px;
    height: 16px;
    color: #dddddd;
    text-align: center;
    line-height: 16px;

    transition: all 300ms ease-in-out;
}

.uv-map-listsec-itemcont.active .uv-map-listsec-item i {
    transform: rotate(90deg);
}

.uv-map-list-inner.uvhidden {
    display: none;
}

.uv-map-listback {
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 15px 15px;
    padding-left: 28px;
    text-align: center;
}

.uv-map-listback .uvname {
    color: #3F3F3F;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 0em;
}

.uv-map-listback i {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: #777777;
    text-align: center;
    line-height: 20px;
}

.uv-map-list .uv-map-listback:hover {
    box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.05);
}

.uv-map-listloc-item {
    background-color: #f0f0f0;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 0;
}

.uv-map-listloc-item .uvlocname {
    color: #3F3F3F;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.uv-map-listloc-item:hover {
    box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.05);
}

.uv-maplist-locitem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: -12px;
    margin-right: -12px;
    padding: 10px 12px;
    padding-right: 8px;
    background-color: rgba(0, 0, 0, 0.02);
}

.uv-maplist-locitem .uvitemname {
    color: #3F3F3F;
    font-size: 15px;
    font-weight: 500;
    padding-right: 5px;
}

.uv-maplist-locitem .uvprice {
    color: #888888;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0.2em;
}

.uv-maplist-locitem .uvactions {
    flex-basis: 40px;
}

.uv-maplist-locitem .uv-btn {
    display: block;
    background-color: transparent;
    font-size: 12px;
    border: 1px solid #aaaaaa;
    color: #3F3F3F;
    font-weight: 600;
    text-align: center;
    border-radius: 3px;
    padding: 9px 5px;
    width: 100%;
}

.uv-maplist-locitem .uv-btn:hover,
.uv-maplist-locitem .uv-btn:focus {
    box-shadow: inset 0 0 100px 100px rgb(0 0 0 / 10%);
}

.uv-maplist-locitem .uvprice:not(.noprice):before {
    display: inline-block;
    content: "$";
}

.uv-maplist-locitem:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.04);
}

.uv-maprangetimeline {
    position: relative;
    margin-top: 40px;
}

body #uv-mapdatepop .uv-pop-body {
    background-color: #ffffff;
}

.uv-pop-mapitem.uv-pop-cont .uv-pop-box>.uv-closepop {
    color: #ffffff;
}

.uvic-minus {
    display: inline-block;
    width: 22px;
    height: 28px;
    background: url(assets/images/Remove-gray-icon.png) center center no-repeat;
    background-size: cover;
}

.uvic-plus {
    display: inline-block;
    width: 22px;
    height: 28px;
    background: url(assets/images/Add-gray-icon.png) center center no-repeat;
    background-size: cover;
}

.uvic-warning {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(assets/images/Warning-gray-icon.png) center center no-repeat;
    background-size: cover;
}

#uv-popup.uv-pop-cont {
    z-index: 10010;
}

.uv-backtolist {
    display: inline-block;
    color: #000000;
    font-size: 16px;
}

.uv-backtolist i {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 15px;
}

.uvic-extlink {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(assets/images/external-link-symbol-white.svg) center center no-repeat;
    background-size: contain;
}

body .uv-btn-t3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 420px;
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #707070;
    font-size: 16px;
    padding: 12px 22px 10px 15px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
}

body .uv-btn-t3:hover,
body .uv-btn-t3:focus {
    background-color: transparent;
    color: #000000;
}

.uv-urloadermsg {
    display: block;
    position: absolute;
    height: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    color: #ffffff;
    font-size: 18px;
    width: 100%;
    max-width: 425px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding-top: 60px;
    text-align: center;
    text-shadow: 1px 2px 2px rgb(255 255 255 / 5%);
}

.uv-event-item .uvitemseltime {
    opacity: 0.8;
    position: relative;
}

.uv-event-item .uvitemseltime:before {
    position: absolute;
    background-color: transparent;
    width: calc(100% - 16px);
    height: 100%;
    top: 0;
    right: 0;
    content: "";
}

.uv-times-pop-duration .uv-pop-box {
    max-width: 650px;
}

.uv-durationrangecont {
    margin-top: 12px;
    padding: 20px 20px 20px 20px;
    border-radius: 3px;
    justify-content: space-between;
    align-self: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.uv-maprangetimeline {
    position: relative;
    margin-top: 40px;
}

.uv-durationrangecont .uvtimeline {
    display: flex;
    flex-direction: row;
    height: 53px;
    border: none;
}

.uv-durationrangecont .uvtimeline .uvtimeslot {
    position: relative;
    flex: auto;
    background-color: #ffffff;
    height: 52px;
    box-shadow: 1px 0 0 0 #e0e0e0, 0 1px 0 0 #e0e0e0, 1px 1px 0 0 #e0e0e0, 1px 0 0 0 #e0e0e0 inset, 0 1px 0 0 #e0e0e0 inset;
}

.uv-durationrangecont .uvtimeline .noUi-base {
    position: absolute;
}

.uv-durationrangecont .noUi-connect {
    background-color: #293B8F;
    opacity: 0.7;
}

.uv-durationrangecont .noUi-horizontal .noUi-handle {
    top: 13px !important;
}

.uv-timedurationdetails {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 24px;
    margin-bottom: -15px;
}

.uv-timedurationdetails>div {
    flex-basis: 50%;
    margin-bottom: 15px;
    text-align: left;
}

.uv-timedurationdetails>div:nth-child(odd) {
    padding-right: 10px;
}

.uv-timedurationdetails>div:nth-child(even) {
    padding-left: 10px;
}

.uv-timedurationdetails>div i {
    width: 18px;
    text-align: center;
    margin-right: 8px;
}

.uv-timedurationdetails>div span {
    font-size: 16px;
    font-weight: 500;
}

.uv-timedurationdetails>div span.time {
    text-transform: uppercase;
}

.uv-durationrangecont .uvtimeslot span {
    display: none;
    position: absolute;
    top: -18px;
    left: 0px;
    font-size: 12px;
    color: #dddddd;
    line-height: 15px;
    padding-left: 0.15em;
    letter-spacing: 0.02em;
}

.uv-durationrangecont .uvtimeslot:nth-child(1) span {
    display: block;
}

.uv-durationrangecont .uvtimeslot:nth-last-child(2) {
    display: none;
}

.uv-durationrangecont .uvtimeslot:nth-last-child(3) span {
    display: block;
    /*left: auto;
    right: 0;*/
}

.uv-durationrangecont .uvtimeslot span:before {
    display: none;
    position: absolute;
    width: 1px;
    height: 40%;
    background-color: #D1D1D1;
    left: 0;
    bottom: -3px;
    content: " ";
}

.uv-durationtimesline {
    padding-top: 15px;
}

.uv-durationpricecont {
    text-align: center;
    padding-top: 30px;
}

.uv-durationpricecont .uvprice {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
}

.uv-durationpricecont .uvprice:before {
    content: "$";
    display: inline-block;
}

.uv-durationpricecont .uvprice span {
    display: inline-block;
    font-size: 60%;
    transform: translateY(-0.55em);
}

.uv-durationpricecont .uvpricelabel {
    text-align: center;
    color: #949B9E;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.uv-event-item .uvitemseltime .uv-btn span,
.uv-checkout-cartitem .uvitemseltime .uv-btn span {
    display: block;
    margin-top: 0.3em;
    font-size: 90%;
}

.uv-btn-event3d {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 3px;
    background-color: #8CD2F5;
    color: #263387;
    width: 100%;
    padding: 22px 28px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}

.uv-btn-event3d i {
    font-size: 125%;
    transform: translateY(0.15em);
}

body #uv-pop-loader {
    z-index: 2010;
}

.uv-pop-mapitem .uvitemsidebar .uvmappopimg {
    position: relative;
    background-color: rgb(0 0 0 / 30%);
}

.uv-pop-mapitem .uvitemsidebar .uvmappopimg:before {
    position: relative;
    display: block;
    content: " ";
    padding-top: 63%;
}

.uv-pop-mapitem .uvmappopimg .uv-urvenueloader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 5;
}

.uvimgabs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transition: all 300ms ease-in-out;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.uv-pop-mapitem .uvmappopimg .uvimgabs {
    background-size: contain;
}

.uv-pop-mapitem .uvmappopimg .uv-btn-t {
    position: absolute;
    padding: 0;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    left: 8px;
    bottom: 8px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 25px;
    border-radius: 5px;
    padding-top: 3px;
}

.uv-pop-mapitem .uvmappopimg .uv-mapitempop360link {
    display: flex;
    left: auto;
    right: 8px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 55px;
}

.uv-pop-mapitem .uvmappopimg .uv-mapitempop360link span {
    display: block;
    color: #ffffff;
    font-size: 11px;
    text-align: center;
    padding-top: 0.2em;
}

.uv-svgicon-360 {
    display: block;
    width: 30px;
    height: 20px;
    background: url(../assets/icons/360icon.svg) center center no-repeat;
    background-size: contain;
}

#uv-360pop .uv-pop-box {
    background-color: #0D0D2A;
}

#uv-360pop.uv-pop-cont .uv-pop-box>.uv-closepop {
    top: -45px;
}

.uv-360iframecont iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.uv-360iframecont {
    position: relative;
    display: block;
    content: " ";
    padding-top: 56%;
}

.uv-pop-mapsel .uvmapsellist a {
    color: #ffffff;
    border-color: #ffffff;
}

.uv-pop-mapsel .uvmapsellist a .uviteminfo>div:last-child {
    color: #eeeeee;
}

.uv-pop-mapsel .uvmapsellist a:hover,
.uv-pop-mapsel .uvmapsellist a:focus {
    background-color: #ffffff;
    color: #000000;
}

.uv-pop-mapsel .uvmapsellist a:hover .uviteminfo>div:last-child,
.uv-pop-mapsel .uvmapsellist a:focus .uviteminfo>div:last-child {
    color: #222222;
}

.uv-pop-mapitem .uvmapmobsidebaraction {
    display: none;
    text-align: center;
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

.uv-dropdown {
    display: inline-block;
    position: relative;
}

.uv-map-controls .uv-ecozinedropdown {
    margin-left: 10px;
}

.uv-map-controls .uv-ecozinedropdown .uv-btn i {
    margin-right: -0.4em;
    margin-left: 0.6em;
    transform: rotate(90deg);
}

.uv-dropdown-menu {
    position: absolute;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 52;
    margin-top: 5px;
    opacity: 0;
    visibility: hidden;
    min-width: 190px;
    font-size: 14px;
    transform: translate(0, -15%);
    transition: all 150ms ease-in-out;
}

.uv-dropdown-menu.visible {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.uv-dropdown-menu li {
    border-top: 1px solid #273582;
    padding: 0;
}

.uv-dropdown-menu li a {
    display: block;
    color: inherit;
    line-height: 1.5;
    padding: 8px 12px;
    text-align: left;
}

.uv-map-controls .uv-dropdown-menu li a,
.uv-eventitems-controls .uv-dropdown-menu li a {
    background-color: #161e4d;
}

.uv-dropdown-menu li a:hover,
.uv-dropdown-menu li a:focus {
    box-shadow: inset 0 0 100px 100px rgb(0 0 0 / 10%);
}

.uv-map-view svg .uvhasitem.uvincart {
    fill: #4e49e8;
    stroke: #4e49e8;
}

.uv-mappop-footer .uvactions .uv-btn:hover,
.uv-mappop-footer .uvactions .uv-btn:focus {
    box-shadow: inset 0 0 100px 100px rgb(255 255 255 / 10%);
}

.uv-mappop-footer .uvactions .uv-btn i {
    transform: translateY(0.1em);
}

.uv-eventitems-controls {
    padding-top: 5px;
    margin-bottom: 18px;
}

.uv-eventitems-controls .uv-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #161e4d;
    border-radius: 5px;
    background-color: #161e4d;
    padding: 12px 20px;
    width: 100%;
    text-transform: uppercase;
    white-space: nowrap;
}

.uv-eventitems-controls .uv-btn i {
    margin-right: -0.4em;
    margin-left: 0.6em;
    transform: rotate(90deg);
}

.uv-eventitems-controls .uv-btn:hover,
.uv-eventitems-controls .uv-btn:focus {
    box-shadow: inset 0 0 100px 100px rgb(0 0 0 / 10%);
}

.uv-map-controls .uv-cartdropcont {
    margin-left: 10px;
}

.uv-cartdropcont {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 0;
    padding: 0;
}

.uv-cartdropcont.uvloading .uv-cartdrop-loader {
    display: block;
    visibility: visible;
    opacity: 1;
}

/*.uv-cartdropcont.uvloading .uv-cartdrop:before{opacity: 0.1;}*/
.uv-cartdropcont button i {
    transform: translateY(0.2em);
}

.uv-btn-cart {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
    transition: all 150ms ease-in-out;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.uv-btn-cart span {
    display: none;
}

.uv-btn-cart strong {
    position: absolute;
    top: -6px;
    right: -6px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #000000;
    text-align: center;
    font-size: 12px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
}

.uv-cartdrop {
    position: absolute;
    top: 100%;
    top: calc(100% + 20px);
    background-color: #ffffff;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
    border-radius: 3px;
    min-width: 300px;
    min-height: 75px;
    z-index: 80;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px) translateX(50%) scale(.97);
    transition: all .37s cubic-bezier(.34, 1.61, .7, 1);
    transition-delay: .1s;
    right: 50%;
}

.uv-cartdrop-loader {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 15;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.uv-cartdrop:before {
    display: block;
    position: absolute;
    content: " ";
    top: -10px;
    margin: auto;
    right: 0;
    left: 0;
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    width: 0;
}

.uv-cartdrop-sectitle {
    display: block;
    align-items: center;
    padding: 10px 10px;
    background-color: #0D0D2A;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 8%);
    color: #ffffff;
}

.uv-cartdrop-sectitle .uvddate {
    font-size: 14px;
    font-weight: 600;
}

.uv-cartdrop-sectitle .uvdvenue {
    display: block;
    color: #dddddd;
    font-size: 12px;
    font-weight: 600;
    margin-top: 0.2em;
}

.uv-cartdrop-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    position: relative;
}

.uv-cartdrop-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    position: relative;
}

.uv-cartdrop-item:nth-child(odd) {
    background-color: #F7F5F5;
}

.uv-cartdrop-item .uvinfo {
    flex: 1;
}

.uv-cartdrop-item .uvprice {
    flex: 0 0 100px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.uv-cartdrop-item .uvdeleteaction {
    flex: 0 0 30px;
    text-align: center;
}

.uv-cartdrop-item .uvinfo .uvname {
    color: #2E3031;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
}

.uv-cartdrop-item .uvinfo .uvcartdropcountdescr {
    color: #959595;
    font-size: 13px;
    margin-top: 0.2em;
    font-weight: 500;
}

.uv-cartdrop-item .uvinfo .uvcartdropcountdescr strong {
    color: #2E3031;
}

.uv-cartdrop-item .uvpricelabel {
    margin-bottom: 0.2em;
    text-align: center;
    color: #949B9E;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.uv-cartdrop-item .uvtprice {
    display: inline-block;
    color: #2E3031;
    font-size: 14px;
    font-weight: 600;
}

.uv-cartdrop-item .uvtprice:before {
    display: inline-block;
    content: "$ ";
}

.uv-cartdrop-item .uvdeleteaction a {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 25px;
    color: #2E3031;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
    transition: all 150ms ease-in-out;
}

.uv-cartdrop-item .uvdeleteaction a span {
    display: none;
}

.uv-cartdrop-actions {
    border-radius: 0 0 3px 3px;
    background-color: #F7F5F5;
    padding: 20px 30px;
    border-top: 1px solid #dddddd;
}

.uv-cartdrop-actions .uv-btn {
    margin-bottom: 10px;
    justify-content: center;
}

.uv-cartdrop-actions .uv-btn:last-child {
    margin-bottom: 0;
}

.uv-btn-cart strong:empty {
    display: none;
}

.uv-cartdropcont.uvactive .uv-cartdrop {
    visibility: visible;
    opacity: 1;
    transform: translateX(50%) translateY(0) scale(1);
}

.uv-cartdropempty {
    display: flex;
    min-height: 75px;
    padding: 15px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #666666;
}

.uv-cartdropcont.uvloading .uv-cartdrop-loader .uv-urvenueloader {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%);
    top: 50%;
}

.uv-cartdrop-item .uvdeleteaction a i {
    transform: translateY(0.2em);
    display: inline-block;
}

.uv-componentprices {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

.uv-componentprices>div {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    min-width: 122px;
}

.uv-componentprices .uvprice {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
}

.uv-componentprices .uvprice:before {
    content: "$";
    display: inline-block;
}

.uv-componentprices .uvprice span {
    display: inline-block;
    font-size: 60%;
    transform: translateY(-0.55em);
}

.uv-componentprices .uvpricelabel {
    text-align: center;
    color: #dddddd;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.uv-map-booktype-item a {
    padding: 8px 4px;
    margin: 0;
    border: 0;
    background-color: transparent;
    color: #ffffff;
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.uv-map-booktype-item a:hover,
.uv-map-booktype-item a:active,
.uv-map-booktype-item a.uvactive {
    box-shadow: inset 0 0 100px 100px rgb(255 255 255 / 10%);
}

.uv-pop-header .uvtitle span {
    display: block;
    color: #dddddd;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.17em;
}

.uv-map-controls .uv-btn.uvjs-map-changedate {
    position: relative;
}

.uv-map-controls .uv-btn.uvjs-map-changedate:before {
    position: absolute;
    display: block;
    content: "Select Date:";
    top: -1.4em;
    font-size: 18px;
    color: #ffffff;
    left: 0;
}

.uv-eventtopmsg {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 1em;
    text-transform: uppercase;
}

.uv-eventtopmsg a {
    color: #8CD2F5;
}

.uv-pop-mapadm.uv-pop-mapitem .uv-pop-header .uvcapacity {
    display: none;
}

.uv-pop-mapitem.uv-pop-mapadm .uv-pop-header .ddate {
    margin-right: 0;
}

.uv-dropdowncont .ul {
    background-color: #ffffff;
    padding: 5px 8px;
    min-width: 280px;
}

.uv-dropdowncont:not(.active) .ul * {
    visibility: hidden;
}

.uv-mapdpcalendar .uveventdatepqinput {
    display: none;
}

.uv-event-item .uvinfo .uvhighlight {
    font-size: 13px;
    line-height: 1.6;
    color: #dddddd;
    margin-bottom: 0.2em;
}

.uv-event-item .uvinfo .uvhighlight>a {
    display: inline-block;
    color: #2196F3;
    font-size: 150%;
    margin-right: 0.4em;
    transform: translateY(0.1em);
}

.uv-event-item .uvinfo .uvhighlight>a span {
    display: none;
}

.uv-event-item .uvinfo .uvhighlight.uvonlyinfo>a:first-child:last-child span {
    font-size: 80%;
    display: inline-block;
    margin-left: 0.4em;
    transform: translateY(-0.1em);
}


/* Responsive */
@media(min-width: 1281px) {
    .uvmap-mapinfo .dropdown-menu {
        position: relative;
        top: auto;
        left: auto;
        float: none;
        min-width: 0;
        padding: 0;
        margin: auto;
        background-color: transparent;
        border: 0;
        box-shadow: none;
        z-index: 1;
    }
}

@media(max-width: 1300px) {
    .uv-eventbook {
        padding-right: 20px;
    }

    .uv-eventinfo {
        padding-left: 20px;
    }
}

@media(max-width: 1281px) {
    .uvmap-mapoptions .uvmap-dropeventinfo {
        display: block;
    }
}

@media(max-width: 1050px) {
    .uv-map-controls {
        padding-right: 0;
    }

    .uv-map-maplistmap>.uv-map-viewcont {
        margin-left: 0;
    }

    .uv-map-maplistmap {
        padding-right: 0;
    }
}

@media(max-width: 992px) {
    .uv-eventbook {
        padding-right: 10px;
    }

    .uv-eventinfo {
        padding-left: 10px;
    }

    .uv-event-item select {
        padding-left: 3px;
        padding-right: 3px;
        font-size: 12px;
        height: 32px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media(max-width: 950px) and (min-width: 768px) {

    .uv-event-item .uvactions,
    .uv-event-itemlist-header .uvactions {
        flex-basis: 110px;
    }

    .uv-event-item .uvprice,
    .uv-event-itemlist-header .uvprice {
        flex-basis: 95px;
    }

    .uv-event-item .uvitemsel,
    .uv-event-itemlist-header .uvitemsel {
        flex-basis: 60px;
    }
}

@media(max-width: 880px) {
    .uv-calendar-wrap {
        display: none !important;
    }

    .uv-calendar-list {
        display: block !important;
    }

    .uv-calendar-viewcont {
        display: none;
    }
}

@media(max-width: 850px) {

    .uv-eventbook,
    .uv-eventinfo {
        padding: 0;
    }

    .uv-eventcont {
        display: block;
    }
}

@media(max-width: 800px) {
    .uv-eventslist-item .ddate {
        width: 75px;
        padding-left: 20px;
    }

    .uv-eventslist-item .ddate .dday {
        font-size: 16px;
    }

    .uv-eventslist-item .ddate .nday {
        font-size: 28px;
    }

    .uv-eventslist-item .ddate .dmonth {
        font-size: 14px;
    }

    .uv-eventslist-item .eventname {
        padding-left: 20px;
        font-size: 20px;
    }

    .uv-eventslist-item .actions {
        padding-right: 15px;
        width: 130px;
    }

    .uv-map-maplistmap>.uv-map-list {
        display: none;
    }

    .uv-map-maplistmap {
        padding-left: 0;
    }

    .uv-map-controls .uvmapctevinfo .uv-btn i {
        margin-right: 0;
    }

    .uv-map-controls .uvmapctevinfo .uv-btn span {
        display: none;
    }

    .uv-map-controls>div:first-child {
        padding-right: 12px;
    }

    .uv-map-controls {
        padding-bottom: 15px;
    }
}

@media(max-width: 768px) {
    .uv-map-stage .uv-blockmapmessage {
        font-size: 15px;
        width: 100%;
    }
}

@media(max-width: 760px) {
    .uv-pop-mapitem.uvhassidebar .uv-pop-body {
        display: block;
    }

    .uv-pop-mapitem .uvitemsidebar .uvmappopimg {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media(max-width: 680px) {
    .uv-event-item {
        flex-wrap: wrap;
    }

    .uv-event-item .uvactions {
        flex-basis: 100%;
        padding-top: 18px;
    }

    .uv-event-item .uvactions a {
        display: block;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .uv-event-item .uvprice {
        padding-right: 0;
    }

    .uv-map-controls .uv-btn.uvjs-map-changedate i {
        display: none;
    }

    .uv-map-controls .uv-btn {
        font-size: 12px;
        padding: 10px 8px;
    }

    .uv-map-controls .uv-ecozinedropdown .uv-btn i {
        margin-right: -0.1em;
        margin-left: 0.3em;
    }

    .uv-map-controls .uv-btn.uvjs-map-changedate {
        padding-top: 13px;
        padding-bottom: 11px;
    }

    .uv-map-controls>div:last-child {
        flex-basis: 75px;
    }

    .uv-map-zoomcontrols {
        height: 30px;
        width: 75px;
    }

    .uv-map-zoomcontrols a i {
        font-size: 16px;
        line-height: 16px;
        height: 16px;
    }
}

@media(max-width: 600px) {
    .uv-map-controls .uv-btn.uvjs-map-changedate:before {
        font-size: 15px;
    }

    .uv-eventslist-item .flyer {
        width: 90px;
    }

    .uv-eventslist-item .ddate {
        display: none;
    }

    .uv-eventslist-item .ddate .dday {
        font-size: 16px;
    }

    .uv-eventslist-item .ddate .nday {
        font-size: 28px;
    }

    .uv-eventslist-item .ddate .dmonth {
        font-size: 14px;
    }

    .uv-eventslist-item .eventname {
        font-size: 17px;
        text-transform: none;
        padding-left: 15px;
        padding-right: 15px;
    }

    .uv-eventslist-item .eventname span {
        display: block;
    }

    .uv-eventslist-item .actions {
        width: 80px;
        padding-right: 10px;
    }

    .uv-eventslist-item .uv-btn-s {
        font-size: 12px;
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .uv-event-item .uvprice,
    .uv-event-itemlist-header .uvprice {
        flex-basis: 95px;
    }

    .uv-event-item .uvitemsel,
    .uv-event-itemlist-header .uvitemsel {
        flex-basis: 60px;
    }

    .uv-pop-mapitem .uv-pop-header {
        display: block;
    }

    .uv-pop-mapitem .uv-pop-header .uviteminfo {
        padding-left: 0;
        justify-content: flex-start;
        margin-top: 10px;
    }

    .uv-pop-mapitem.uvtitlehigh .uv-pop-header {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .uv-mappop-footer {
        display: block;
    }

    .uv-mappop-footer>div:first-child {
        max-width: 100px;
        margin: auto;
        margin-bottom: 15px;
    }

    .uv-mappop-footer .uvactions {
        padding-left: 0;
    }

    .uv-mappop-footer .uvactions .uvinner {
        display: block;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .uv-mappop-footer .uvactions .uvinner>div:nth-child(even) {
        padding-left: 0;
    }

    .uv-mappop-footer .uvactions .uvinner>div:nth-child(odd) {
        padding-right: 0;
    }

    .uv-mappop-footer .uvactions .uvinner>div {
        margin-bottom: 10px;
    }

    .uv-mappop-footer .uvactions .uvinner>div:last-child {
        margin-bottom: 0;
    }

    .uv-mappop-footer .uvactions .uvinner>div {
        padding-right: 0;
    }

    .uv-pop-mapitem.uvhassidebar .uv-pop-body .uvoptssel {
        padding: 25px 15px;
    }

    .uv-pop-mapitem.uvtitlehigh .uv-pop-header {
        padding-left: 15px;
    }

    .uv-inputnumbersel .uvinfo .uvname {
        font-size: 19px;
    }

    .uv-inputnumbersel {
        padding: 25px 25px 25px 25px;
    }

    .uv-mappopwarning>div {
        padding-left: 18px;
        font-size: 14px;
    }

    /*.uv-map-controls{
        display: block;
        padding-bottom: 20px;
    }
    .uv-map-controls > div:last-child{
        margin-top: 25px;
        display: flex;
        justify-content: center;
    }
    .uv-map-controls > div:first-child{
        justify-content: center;
        padding-right: 0;
    }*/
    .uv-backtolist {
        margin-left: -15px;
    }

    .uv-map-charge {
        min-height: 200px;
    }

    .uv-tablelist-item .uvactions .uv-btn-inq {
        font-size: 10px;
    }

    .uv-tableslist {
        padding-top: 10px;
    }

    .uv-tableslist-controls {
        margin-bottom: 38px;
    }

    .uv-tableslist-items-head {
        padding-bottom: 16px;
    }

    .uvjb-tablescont h1 {
        font-size: 30px;
    }

    .uv-tableslist-items {
        margin-left: -10px;
        margin-right: -10px;
    }

    .uvjb-tablescont .uv-mapintegration {
        margin-left: -15px;
        margin-right: -15px;
    }

    /*.uv-map-controls{
        padding-left: 10px;
        padding-right: 10px;
    }*/
    .uv-pop-mapitem .uv-pop-header .uviteminfo {
        margin-bottom: 6px;
    }

    body .uv-btn-t3 {
        max-width: 250px;
    }

    .uv-map-view,
    .uv-map-view svg {
        height: 220px;
    }

    .uv-map-maplistmap {
        display: flex;
        flex-direction: column-reverse;
    }

    .uv-map-maplistmap>.uv-map-list {
        display: block;
        position: relative;
        width: auto;
        height: auto;
        left: auto;
        top: auto;
        margin-top: 5px;
    }

    .uv-map-list-inner {
        position: relative;
        max-height: calc(100vh - 418px);
        max-height: calc((var(--vh, 1vh) * 100) - 398px);
    }

    .uv-map-thumbmap svg {
        height: 100%;
    }

    /*.uv-pop-body .uvitemsidebar .uvmapiteminfo .uvdescription{display: none;}
    .uv-pop-body .uvitemsidebar .uvmapiteminfo .uvdescriptionmob{display: block;}*/
    .uv-pop-body .uvitemsidebar .uvmapiteminfo {
        padding: 15px;
    }

    .uv-mappop-footer>div:first-child .uv-btn,
    .uv-pop-mapitem .uvmapmobsidebaraction .uv-btn {
        font-size: 13px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .uv-map-itempop .uv-pop-header {
        padding-top: 8px;
    }

    .uv-tablelist-item .uvactions .uv-btn-inq {
        letter-spacing: 0.05em;
    }

    .uv-pop-mapitem .uvmapmobsidebaraction {
        display: block;
    }

    .uv-pop-mapitem.uvhassidebar .uv-pop-body .uvitemsidebar {
        display: none;
    }

    .uv-map-controls .uv-btn.uvjs-map-changedate span span {
        display: none;
    }

    /* Mobile */
}

@media(max-width: 480px) {
    .uv-times-pop-duration .uv-pop-body {
        padding: 10px;
    }

    .uv-times-pop-duration .uv-durationrangecont {
        padding: 10px;
    }

    .uv-times-pop-duration .uv-timedurationdetails>div:nth-child(odd) {
        padding-right: 6px;
    }

    .uv-times-pop-duration .uv-timedurationdetails>div:nth-child(even) {
        padding-left: 6px;
    }

    .uv-times-pop-duration .uv-timedurationdetails>div span {
        font-size: 12px;
    }

    .uv-times-pop-duration .noUi-horizontal .noUi-handle {
        width: 28px;
        height: 23px;
        right: -14px;
    }

    .uv-times-pop-duration .noUi-horizontal .noUi-handle:before {
        height: 11px;
        top: 5px;
        left: 11px;
    }

    .uv-times-pop-duration .noUi-horizontal .noUi-handle:after {
        height: 11px;
        top: 5px;
        left: 14px;
    }

    .uv-map-controls .uvjs-map-changedate i {
        display: none;
    }
}

@media(max-width: 470px) {

    .uv-event-itemtypeheader,
    .uv-event-item,
    .uv-event-itemlist-header {
        padding-left: 12px;
        padding-right: 12px;
    }

    .uv-event-itemlist-header {
        font-size: 11px;
    }

    .uv-event-item .uvprice,
    .uv-event-itemlist-header .uvprice {
        padding-left: 6px;
        padding-right: 6px;
        flex-basis: 75px;
    }

    .uv-event-item .uvprice span {
        font-size: 14px;
    }

    .uv-event-item .uvitemsel .uvsellabel {
        font-size: 10px;
    }

    .uv-event-item .uvitemsel,
    .uv-event-itemlist-header .uvitemsel {
        flex-basis: 50px;
    }

    .uv-event-item .uvitemsel .uvsellabel,
    .uv-event-item .uvpricelabel {
        font-size: 10px;
    }

    .uv-event-itemtfooter {
        display: block;
        text-align: center;
    }

    .uv-event-itemtfooter .uvpromocodecont {
        padding-bottom: 20px;
    }

    .uv-event-item .uvprice {
        padding-right: 0;
    }

    .uv-event-item .uvitemseltime .uv-btn {
        font-size: 11px;
    }

    .uv-event-itemtype .uv-event-itemtypeheader .uvtabarrow {
        display: none;
    }
}

@media(max-width: 450px) {
    .uv-map-controls select {
        width: 180px;
    }

    .uv-inputnumbersel .uvinfo .uvname {
        font-size: 15px;
    }

    .uv-inputnumbersel {
        padding: 15px;
    }

    .uv-inputnumbersel .uvnumberinput input {
        font-size: 25px;
    }

    .uv-inputnumbersel .uvnumberinput {
        flex-basis: 180px;
        max-width: 180px;
    }

    .uv-durationrangecont {
        padding: 10px;
    }

    .uv-timedurationdetails>div i {
        margin-right: 4px;
        display: inline-block;
        transform: translateY(0.15em);
    }

    .uv-timedurationdetails>div span {
        font-size: 13px;
    }

    .uv-dropdown-menu {
        min-width: 130px;
    }
}

@media(max-width: 420px) {
    .uv-pop-mapsel .uvmapsellist a {
        font-size: 16px;
    }

    .uv-pop-mapsel .uvmapsellist a .uvbooktype {
        font-size: 11px;
    }

    .uv-map-controls .uv-ecozinedropdown .uv-btn i {
        display: none;
    }

    .uv-map-controls>div:first-child {
        padding-right: 4px;
    }
}

@media(max-width: 400px) {
    .uv-event-item .uvitemseltime {
        padding-left: 10px;
    }

    .uv-pop-mapitem.uvhassidebar .uv-pop-body .uvoptssel {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .uv-mappopwarning {
        margin-top: 15px;
    }
}

@media(max-width: 390px) {
    .uv-pop-mapitem .uv-pop-header .ddate {
        font-size: 13px;
        margin-right: 22px;
    }

    .uv-pop-mapitem .uv-pop-header .uvcapacity i {
        font-size: 16px;
    }

    .uv-pop-mapitem .uv-pop-header .uvcapacity span {
        font-size: 11px;
    }

    .uv-inputnumbersel {
        padding: 15px;
    }

    .uv-map-controls .uv-btn {
        font-size: 12px;
    }

    .uv-inputnumbersel .uvnumberinput {
        height: 45px;
    }

    .uv-inputnumbersel .uvnumberinput button,
    .uv-inputnumbersel .uvnumberinput input {
        height: 100%;
        line-height: 100%;
    }

    .uv-inputnumbersel .uvnumberinput {
        flex-basis: 140px;
        width: 150px;
    }

    .uv-map-controls .uv-btn {
        padding-left: 4px;
        padding-right: 4px;
    }
}

@media(max-width: 379px) {
    .uv-map-controls>div:last-child {
        display: none;
    }

    .uv-map-controls>div:first-child {
        padding-right: 0;
    }

    .uv-map-controls .uv-cartdropcont {
        margin-left: auto;
    }

    .uv-cartdropcont.uvactive .uv-cartdrop {
        visibility: visible;
        opacity: 1;
        transform: translateX(-255px) translateY(0) scale(1);
    }

    .uv-cartdrop {
        right: auto;
        transform: translateY(-20px) translateX(-255px) scale(.97);
    }

    .uv-cartdrop:before {
        right: 15px;
        left: auto;
    }
}

@media(max-width: 335px) {
    .uv-map-controls .uvmapctevinfo {
        display: none;
    }
}

@media(max-width: 600px) and (max-height: 570px) {

    .uv-map-view,
    .uv-map-view svg {
        height: 180px;
    }

    .uv-map-list-inner {
        max-height: calc(100vh - 383px);
        max-height: calc((var(--vh, 1vh) * 100) - 356px);
    }
}

@media(max-width: 600px) and (max-height: 490px) {
    .uv-map-list-inner {
        max-height: none;
    }
}


@keyframes uviconspin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*eventcircalist*/
.uv-eventcircalist {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.uv-eventcircalist>a {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    flex-basis: 33.3333%;
    flex-shrink: 0;
    flex-grow: 0;
    margin-bottom: 30px;
}

.uv-circalist-item {
    display: block;
    background: #0E102C;
    box-shadow: 0px 3px 8px #345C96;
    border: 2px solid #76D4F9;
    padding: 30px 20px;
    transition: all 250ms ease-in-out;
}

.uv-eventcircalist>a:hover .uv-circalist-item {
    box-shadow: 0px 0px 26px rgba(0, 182, 255, 0.6), 0px 0px 26px rgba(0, 182, 255, 0.6) inset !important;
}

.uv-circalist-item .ddate {
    font-size: 16px;
    color: #FCC00C;
    margin-bottom: 0.8em;
}

.uv-circalist-item img {
    display: block;
    width: 100%;
    opacity: 0.8;
    transition: all 200ms ease-in-out 0ms;
}

.uv-circalist-item .flyer {
    margin-bottom: 15px;
}

.uv-circalist-item .dname {
    opacity: 0.8;
    transition: all 200ms ease-in-out 0ms;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.52px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 1em;
    min-height: 72px;
}

.uv-circalist-item .actions span {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    vertical-align: top;
}

.uv-circalist-item .actions span:hover {
    color: #8CD2F5;
}

.uv-circalist-item .actions i {
    display: inline-block;
    color: #FCC00C;
    margin-left: 8px;
    /*margin-top: 2px;*/
    transform: translateY(2px);
}

@media(max-width: 992px) {
    .uv-eventcircalist>a {
        flex-basis: 50%;
    }
}

@media(max-width: 700px) {
    .uv-eventcircalist>a {
        flex-basis: 100%;
    }
}

/**/

/* UrVenue Icon Font */
@font-face {
    font-family: 'uvfonticons';
    src: url('../assets/fonts/uvfonticons.eot?92816788');
    src: url('../assets/fonts/uvfonticons.eot?92816788#iefix') format('embedded-opentype'),
        url('../assets/fonts/uvfonticons.woff2?92816788') format('woff2'),
        url('../assets/fonts/uvfonticons.woff?92816788') format('woff'),
        url('../assets/fonts/uvfonticons.ttf?92816788') format('truetype'),
        url('../assets/fonts/uvfonticons.svg?92816788#uvfonticons') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: 'uvfonticons';
      src: url('../assets/fonts/uvfonticons.svg?92816788#uvfonticons') format('svg');
    }
  }
  */

[class^="uvicon-"]:before,
[class*=" uvicon-"]:before {
    font-family: "uvfonticons";
    font-style: normal;
    font-weight: normal;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    /*margin-right: .2em;*/
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    /*margin-left: .2em;*/

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.uvicon-arrow-down:before {
    content: '\30';
}

/* '0' */
.uvicon-check-square-o:before {
    content: '\31';
}

/* '1' */
.uvicon-download:before {
    content: '\32';
}

/* '2' */
.uvicon-download-1:before {
    content: '\33';
}

/* '3' */
.uvicon-download-2:before {
    content: '\34';
}

/* '4' */
.uvicon-paper-plane:before {
    content: '\41';
}

/* 'A' */
.uvicon-ticket:before {
    content: '\42';
}

/* 'B' */
.uvicon-share:before {
    content: '\43';
}

/* 'C' */
.uvicon-calendar:before {
    content: '\44';
}

/* 'D' */
.uvicon-map-marker:before {
    content: '\45';
}

/* 'E' */
.uvicon-music:before {
    content: '\46';
}

/* 'F' */
.uvicon-note:before {
    content: '\47';
}

/* 'G' */
.uvicon-volume-strike:before {
    content: '\48';
}

/* 'H' */
.uvicon-volume-down:before {
    content: '\49';
}

/* 'I' */
.uvicon-instagram:before {
    content: '\4a';
}

/* 'J' */
.uvicon-volume-up:before {
    content: '\4b';
}

/* 'K' */
.uvicon-users:before {
    content: '\4c';
}

/* 'L' */
.uvicon-credit-card:before {
    content: '\4d';
}

/* 'M' */
.uvicon-shopping-cart:before {
    content: '\4e';
}

/* 'N' */
.uvicon-credit-card-1:before {
    content: '\4f';
}

/* 'O' */
.uvicon-caddie-shopping-streamline:before {
    content: '\50';
}

/* 'P' */
.uvicon-cancel:before {
    content: '\51';
}

/* 'Q' */
.uvicon-close:before {
    content: '\52';
}

/* 'R' */
.uvicon-calendar-1:before {
    content: '\53';
}

/* 'S' */
.uvicon-clock:before {
    content: '\54';
}

/* 'T' */
.uvicon-circle-o-notch:before {
    content: '\55';
}

/* 'U' */
.uvicon-info:before {
    content: '\56';
}

/* 'V' */
.uvicon-info-circled:before {
    content: '\57';
}

/* 'W' */
.uvicon-check:before {
    content: '\58';
}

/* 'X' */
.uvicon-check-square:before {
    content: '\59';
}

/* 'Y' */
.uvicon-myspace:before {
    content: '\5a';
}

/* 'Z' */
.uvicon-youtube-play:before {
    content: '\61';
}

/* 'a' */
.uvicon-linkedin-square:before {
    content: '\62';
}

/* 'b' */
.uvicon-twitter:before {
    content: '\63';
}

/* 'c' */
.uvicon-whatsapp:before {
    content: '\64';
}

/* 'd' */
.uvicon-share-alt:before {
    content: '\65';
}

/* 'e' */
.uvicon-pinterest-p:before {
    content: '\66';
}

/* 'f' */
.uvicon-soundcloud:before {
    content: '\67';
}

/* 'g' */
.uvicon-caddie-shop-shopping-streamline:before {
    content: '\68';
}

/* 'h' */
.uvicon-facebook:before {
    content: '\69';
}

/* 'i' */
.uvicon-link:before {
    content: '\6a';
}

/* 'j' */
.uvicon-phone:before {
    content: '\6b';
}

/* 'k' */
.uvicon-sort-desc:before {
    content: '\6c';
}

/* 'l' */
.uvicon-arrow-combo:before {
    content: '\6d';
}

/* 'm' */
.uvicon-globe:before {
    content: '\6e';
}

/* 'n' */
.uvicon-arrow-left:before {
    content: '\6f';
}

/* 'o' */
.uvicon-arrow-circle-right:before {
    content: '\70';
}

/* 'p' */
.uvicon-angle-left:before {
    content: '\71';
}

/* 'q' */
.uvicon-long-arrow-left:before {
    content: '\72';
}

/* 'r' */
.uvicon-caret-right:before {
    content: '\73';
}

/* 's' */
.uvicon-caret-left:before {
    content: '\74';
}

/* 't' */
.uvicon-right-open-big:before {
    content: '\75';
}

/* 'u' */
.uvicon-left-open-big:before {
    content: '\76';
}

/* 'v' */
.uvicon-search:before {
    content: '\77';
}

/* 'w' */
.uvicon-search-plus:before {
    content: '\78';
}

/* 'x' */
.uvicon-search-minus:before {
    content: '\79';
}

/* 'y' */
.uvicon-times:before {
    content: '\7a';
}

/* 'z' */
.uvicon-attention:before {
    content: '\e800';
}

/* '' */
.uvicon-plus:before {
    content: '\e801';
}

/* '' */
.uvicon-plus-1:before {
    content: '\e802';
}

/* '' */
.uvicon-minus:before {
    content: '\e803';
}

/* '' */
.uvicon-minus-1:before {
    content: '\e804';
}

/* '' */
.uvicon-mail:before {
    content: '\e807';
}

/* '' */
.uvicon-mail-alt:before {
    content: '\f0e0';
}

/* '' */
.uvicon-resize-full:before {
    content: '\e805';
}

/* '' */