.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, .uv-popheader:before, .uv-popheader:after{
	display: table;
	content: " ";
}
.uv-clearfix:after, .uv-popheader:after{clear: both;}
.uv-loadimgbg{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.uv-loadimgbg img{display: none;}
.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-vcenter{
    width: 100%;
    position: absolute;
    bottom: 50%;
    top: auto;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    vertical-align: middle;
}
.uv-loadfade{display: none;}
.uv-btn-100{
	width: 100%;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
.uv-dropdown{
    display: inline-block;
    position: relative;
}
.uv-calendar .uv-eventslist{
	max-width: 950px;
	margin: auto
}
.uv-calendar .uv-eventslist .uv-nocontent{
	padding-top: 150px;
	padding-bottom: 100px;
}
.uv-panel{
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.18);
}
.uv-panel .uv-panelbody{
    display: block;
    padding: 15px;
    font-size: 20px;
}
.uv-dropdown-menu{
    background-color: #ffffff;
    position: absolute;
    top: 100%;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    border: 1px solid #000000;
    z-index: 100;
    padding-top: 10px;
    padding-bottom: 10px;
    opacity: 0;
    transform: translateY(-20px);
    visibility: hidden;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.uv-dropdown-menu.visible{
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}
.uv-calendar-controls .uv-dropdown-menu .current{display: none;}
.uv-dropdown-menu li{
	padding: 10px 12px;
	display: block;
    width: 100%;
    margin: 0;
}
.uv-dropdown-menu li a{
    display: inline-block;
    color: #000000;
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 3px;
    padding: 0;
}
.uv-calendar-controls .uv-dropdown-menu li a:before{
	position: absolute;
    display: block;
    content: " ";
    width: 100%;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid transparent;
    transition: border-color .5s ease;
}
.uv-dropdown-menu li a:hover:before, .uv-dropdown-menu li a:focus:before, .uv-dropdown-menu li a:active:before{border-color: #000000;}
.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 5px;}
.uv-menu li{float: left;}
.uv-menu a{
    display: block;
    color: #5b5b5b;
}
.uv-calendar-menu li.active button, .uv-calendar-menu li button:hover{background-color: #fff;}


.uv-calendar-controls{
	margin-bottom: 50px;
	text-align: center;
}
/*.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;
}*/
/*.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-menu li{padding: 0 5px;}
.uv-calendar-menu li button{
	border-radius: 5px;
	border: 1px solid #c3c6c9;
	background-color: #f1f1f3;
	color: inherit;
	padding: 10px 35px;
}
.uv-calendar-menu li.active button, .uv-calendar-menu li button:hover{background-color: #fff;}
.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: 1px 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{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	overflow: hidden;
}
.uv-calendar-table tbody td .cellcont .flyer .uv-flyerbg{
	display: none;
	height: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.uv-celleventname{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
	background-color: rgba(0, 0, 0, 0.66);
	
	opacity: 0;
	visibility: hidden;
	
	-webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}
.cellcont a:hover .uv-celleventname, .cellcont a:focus .uv-celleventname, .cellcont a:active .uv-celleventname{
	opacity: 1;
	visibility: visible;
}
.uv-celleventname span{
	position: absolute;
	display: block;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    text-align: center;
    bottom: 50%;
	top: auto;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
	vertical-align: middle;	
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    left: 0;
    line-height: 1.2;
}
.uv-calendar-table tbody td.past .cellcont .flyer .uv-flyerbg{opacity: 0.2;}
.uv-calendar-table tbody td .cellcont .flyer .uv-flyerbg.uv-rat-Vertical{background-size: auto 100%;}
.uv-calendar-table tbody td .cellcont .flyer .uv-flyerbg.uv-rat-Horizontal{
	background-size: 100% auto;
	background-position: center center;
}
.uv-calendar-table tbody td .cellcont .flyer .uv-flyerbg .uv-loadfade{no
	visibility: hidden;
	opacity: 0;
} 
.uv-calendar-charge{position: relative;}
.uv-calendar-charge.uv-calvisible-calendar > *:not(.uv-calendar-table){display: none;}
.uv-calendar-charge.uv-calvisible-list > *:not(.uv-calendar-list){display: none;}
.uv-calendar-charge.uv-loading{opacity: 0.6;}
.uv-calendar-charge.uv-loading:before{
    background: #fff url(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: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
}
.uv-calendar-table tbody td{background-color: transparent;}
.uv-calendar-table tbody td.past, .uv-calendar-table tbody td.next, .uv-calendar-table tbody td.prev{background-color: rgba(0, 0, 0, 0.04);}
.uv-calendar-table tbody td{border-color: #000000;}
.uv-calendar-table tbody td .datelabel{
	border-bottom-color: #000000;
	background-color: transparent;
	font-weight: 500;
}
.uv-calendar-table tbody td .cellcont .flyer{background-color: transparent;}
.uv-eventslist-item{
	border: 1px solid transparent;
	padding-left: 90px;
	padding-right: 190px;
	min-height: 92px;
	position: relative;
	font-size: 14px;
	margin-bottom: 8px;
}
.uv-eventslist-short .uv-eventslist-item{
	padding-left: 80px;
	padding-right: 140px;
	min-height: 82px;
	font-size: 12px;
}
.uv-eventslist-item > img, .uv-eventslist-item > a > img{
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	height: 90px;
}
.uv-eventslist-short img{height: 80px;}
.uv-eventslist-item .actions{
	position: absolute;
	z-index: 10;
	width: 190px;
	height: 100%;
	right: 0;
	top: 0;	
	padding-right: 25px;
	padding-top: 25px;
}
.uv-eventslist-short .actions{
	padding-top: 20px;
	width: 140px;
	padding-right: 20px;
}
.uv-eventslist-item .name{
	float: left;
	width: 100%;
	position: relative;
	min-height: 90px;
	padding-top: 23px;
	padding-left: 25px;
	padding-right: 80px;
	padding-bottom: 20px;
}
.uv-eventslist-item .name .date{
	position: absolute;
	z-index: 10;
	right: 20px;
	width: 60px;
	bottom: 50%;
	top: auto;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	vertical-align: middle;	
	text-align: center;
	
	font-size: 16px;
}
.uv-eventslist-item .name .date .month{
	border-bottom: 2px solid #000000;
	padding-bottom: 5px;
	text-align: center;
}
.uv-eventslist-item .name .date .day{
	padding-top: 5px;
	text-align: center;
}
.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;}
.uv-eventslist-item{
    background: #fff;
    border-color: #e4e4e4;
}

/*Event Page*/
.uv-eventtitle{
    position: relative;
    margin-bottom: 60px;
    padding-right: 110px;
}
.uv-eventtitle h1{
	font-size: 40px;
	letter-spacing: -0.025em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
}
.uv-eventtitle h2{
	font-size: 24px;
	line-height: normal;
	font-weight: normal;
	margin: 0;
	margin-top: 0.5em;
	text-transform: uppercase;
}
.uv-eventtitle .uv-shares{
	width: 100px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.uv-datecalendar{
    margin-top: -4px;
    width: 56px;
    height: 62px;
    position: absolute;
    background: transparent url("assets/images/bg.calendardate.png") no-repeat center center;
    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-eventcont{
	position: relative;
	padding-top: 100px;
	padding-bottom: 80px;
}
.uv-eventbook{
    float: right;
    width: 50%;
    padding-left: 18px;
}
.uv-eventinfo{
    float: left;
    width: 50%;
    padding-right: 18px;
}
.uv-freeguestlist-event {
    display: flex;
}
.uv-freeguestlist-event .uv-eventtitle{
    width: 74%;
    display: inline-block;
    padding: 0;
    vertical-align: top;
    padding-left: 2%;
    align-self: center;
    text-align: left !important;
}
.uv-freeguestlist-event .uv-panel {
    width: 24%;
    display: inline-block;
}
.uv-freeguestlist-event .uv-eventtitle h1 {
    font-size: 20px;
}
.uv-freeguestlist-event .uv-eventtitle h2{
    font-size: 16px;
}
.uv-eventcont .uv-panel{
	margin-bottom: 15px;
	background-color: transparent;
	border: 1px solid #000000;
}
.uv-eventcont .uv-panel.uv-panel-tables .uv-panelheader button, .uv-eventcont .uv-panel.uv-panel-seats .uv-panelheader button, .uv-eventcont .uv-panel.uv-panel-reservation .uv-panelheader button, .uv-eventcont .uv-panel.uv-panel-freeguestlist .uv-panelheader button{
	background-color: #000000;
	color: #ffffff;
}
.uv-panel-reservation.uv-panel .uv-panelbody, .uv-panel-freeguestlist.uv-panel .uv-panelbody{
	padding: 0;
	padding-top: 10px;
}
.uv-panel-freeguestlist .uv-ticketssel .uv_theaders{font-size: 11px;}
.uv-flistadder-cont{padding: 10px;}
.uv-listadder-form .uv-btn-p, .uv-listadder-form .uv-btn-s{padding: 9px 20px;}
body .uv-eventcont .uv-panel:not(.closed) .uv-panelheader button{
	background-color: #ffffff;
	color: #000000;
}
.uv-listadder-form .uvmb10{
	clear: both;
	margin-bottom: 10px;
}
.uv-panelactions{
	background-color: rgba(0, 0, 0, 0.04);
	padding: 10px 15px;
	text-align: center;
}
.uv-panelactions .uv-btn{
	font-size: 12px;
    padding: 11px 25px;
}
.uv-panel.uv-panel-seats .uv-panelbody{padding: 0;}
.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;
    -ms-transition: all 150ms ease-in-out 0ms;
    -o-transition: all 150ms ease-in-out 0ms;
    transition: all 150ms ease-in-out 0ms;
}
.uv-panelsslides .uv-panel-soldout .uv-panelheader button:after{display: none;}
.uv-panelsslides .uv-panelheader.uv-panelhaslink button:after, .uv-panel a .uv-panelheader.uv-panelhaslink:after{content: "\f08e";}
.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%;
    border: 0;
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.38;
}
.uv-ticketssel ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.uv-ticketssel li{
    width: 100%;
    position: relative;
}
.uv-ticketssel .uv_theaders{
    color: #444444;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.uv-ticketssel .uv_theaders .uv_wrap{border-bottom: 1px solid #000000;}
.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_theaders .uv_col:first-child{padding-left: 17px;}
.uv-ticketssel li.uv_theaders .uv_col:last-child{padding-right: 17px;}
.uv-ticketssel li.uv_theaders .uv_col{
	padding-top: 8px;
	padding-bottom: 8px;
}
.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: 80%;
    line-height: 1.7;
    color: #444;
}
.uv-ticketssel select{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #000000;
    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);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.uv-ticketssel .uv-btn{
    padding: 10px 0px;
    font-size: 12px;
    line-height: normal;
}
.uv-ticketssel label, .uv-ticketssel .label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
}
.uv-ticketssel a{text-decoration: underline;}
.uv-ticketssel li.uvtixcartitem .uv_col:nth-child(5){padding-right: 17px;}
.uv-ticketssel li .uv_col:nth-child(5) .fa-shopping-cart{display: none;}
.uv-panel .uv-panelfooter{
	padding-left: 25px;
	padding-right: 17px;
	padding-top: 20px;
	padding-bottom: 24px;
}
.uv-panel .uv-submititems{
	float: right;
	width: 145px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 9px;
}
.uv-promocodecont{
    float: left;
    font-size: 15px;
    line-height: 42px;
}
.uv-promocodelabel{
	color: #444444;
	font-size: 11px;
	font-weight: 600;
	line-height: 14px;
	text-transform: uppercase;
	margin-bottom: 0.6em;
}
.uv-promocodecont input{
    width: 150px;
    border: 1px solid #B1B1B1;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.uv-promocodecopies{display: block;}
.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%;
    color: #666;
    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%);
    -moz-transform: translateY(50%);
    vertical-align: middle;
    z-index: 10;
    left: 15px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #666;
    padding-bottom: 3px;
}
.uv-panel .uv-panelbody.uv-panelinfo h2{
    margin: 0;
    padding: 0;
    font-size: 85%;
    margin-bottom: 0.2em;
    color: #444;
    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-borbotF5{border-bottom: 1px solid #eee;}
.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;
    color: #666;
    border-radius: 3px;
    border: 1px solid rgba(180, 180, 180, 0.6);
    font-size: 14px;
    font-weight: 500;
    text-shadow: none;
    outline: none;
    line-height: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #F8F8F8));
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F8F8F8 100%);
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F8F8F8 100%);
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #F8F8F8 100%);
}
.uv-panelinfo .uv-btn-grad{
    margin-top: 10px;
    margin-bottom: -5px;
}
.uv-event-flyer{
	display: block;
	margin: auto;
	max-width: 600px;
}
.uv-event-flyer img{
	width: 100%;
	display: block;
}
.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;
    color: #fff;
    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;
    -moz-transition: all 200ms ease-in-out 100ms;
    -ms-transition: all 200ms ease-in-out 100ms;
    -o-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;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-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%;
    background-color: #2adc4c;
    font-size: 14px;
    color: #000000;
    padding: 5px 6px;
    line-height: 1;
}
.uv-ticketssel .uv-btn .fa-times{font-size: 110%;}
.uv_item.uv_selected{background-color: rgba(0, 0, 0, 0.05);}
.uv-pop-cont{
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 100001;
    background-color: rgba(0, 0, 0, 0.75);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    -webkit-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}
.uv-pop-cont.visible{
    opacity: 1;
    visibility: visible;
}
#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: block;
    border: 1px solid #ccc;
    background-color: #fff;
    background-image: url(assets/images/uvloader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5px;
}
#uv-pop-up.uv-pop-cont{
	padding: 0 15px;
	z-index: 200002;
}
.uv-pop-box{
	display: block;
    border-radius: 3px;
    background-color: #fff;
    min-height: 150px;
    margin: 30px auto;
    width: 100%;
    max-width: 800px;
    position: relative;
    color: #000000;
    
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    
    -webkit-transition: -webkit-transform 250ms ease-out;
    -moz-transition: -moz-transform 250ms ease-out;
    -o-transition: -o-transform 250ms ease-out;
    transition: transform 250ms ease-out;
}
.uv-iframepopup .uv-pop-charge{background-color: #000;border:1px solid rgba(255, 255, 255, 0.5);}
body .uv-iframepopup .uv-pop-box{color: #fff;}
body .uv-iframepopup .uv-pop-box .uv-closepop{background-color: transparent;}
.uv-popbody table{color: #000000;}
#uv-pop-visor{background-color: rgba(0, 0, 0, 0.8);}
#uv-pop-visor .uv-pop-box{
	background-color: transparent;
	border-radius: 0px;
	border: 0;
	max-width: 1300px;
	color: #fff;
	padding-top: 100px;
	padding-left: 50px;
	padding-right: 50px;
}
#uv-pop-visor .uv-pop-visorbox{
	background-color: rgba(0, 0, 0, 0.85);
	border-radius: 3px;
	border: 1px solid #444;
	width: 100%;
	min-height: 250px;
}
#uv-pop-visor .uv-pop-box > .uv-closepop{
	right: 51px;
	top: 40px;
}
.uv-pop-cont.visible .uv-pop-box{
	-webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.uv-pop-cont .uv-pop-box > .uv-closepop{
    color: inherit;
    font-size: 30px;
    line-height: 41px;
    width: 46px;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    text-align: center;
}
.uv-pop-cont .uv-pop-box > .uv-closepop span{display: none;}
.uv-pop-cont .uv-closepop:before{
    font-family: 'FontAwesome';
    display: inline-block;
    content: "\f00d";
    font-size: inherit;
    font-weight: inherit;
}
.uv-pop-box .uv-popheader{
    min-height: 46px;
    border-bottom: 1px solid #f4f4f4;
}
.uv-popheader h3{
    margin: 0;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 13px 20px;
    text-align: left;
    padding-right: 35px;
}
body .uv-popmap .uv-popheader h3{padding-top: 10px;}
.uv-popbody{
	margin: 0;
	padding: 25px 20px;
	font-size: 15px;
}
.uv-lpopuptext {font-size: 16px;}
.uv-lpopuptext a{text-decoration: underline; color: #000;}
#uv-pop-up .uv-pop-box .uv-pop-charge .uv-popbody {text-align: center;}
.uv-pop-open body{overflow: hidden;}
.uv-popbody .uvjs-closepop{margin-top: 25px;}
.uv-ticketssel .uv_wrap{border-bottom: 0;}
.uv-popimage img{
	display: block;
	width: 100%;
}
.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 input[name="resddate"]{cursor: pointer;}
.uv-inputcont select{
	height: 42px;
    width: 100%;
    border: 0;
    outline: none;
    background-color: #ffffff;
    padding: 5px 0px;
    line-height: 1em;
    margin-bottom: 0;
    color: #000000;
    font-size: 14px;
    border: 1px solid #B1B1B1;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    background-image: url(assets/images/select.png);
    background-size: 15px ;
    background-repeat: no-repeat;
    background-position: 97% center;
}
.uv-inputcont select.error{outline: rgba(255, 0, 0, 0.2) auto 3px!important;}
.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(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;
	border: 1px solid #666;
}
.uv-resdatepicker .ui-datepicker-header{
	position: relative;
	color: #fff;
	background-color: #666;
}
.uv-resdatepicker .ui-datepicker-header a:focus{border: 1px solid #ffffff;}
.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";
    color: #fff;
    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:not(.ui-state-disabled):hover, .uv-resdatepicker .ui-datepicker-prev:not(.ui-state-disabled):hover{background-color: rgba(0,0,0,0.3);}
.uv-resdatepicker .ui-datepicker-next:before{
    display: inline-block;
    content: "\f0da";
    color: #fff;
    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;
	color: #000;
}
.uv-resdatepicker table thead{color: #fff;}
.uv-resdatepicker table thead th{
	background-color: #666;
	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{
	background-color: #fff;
	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;
    -moz-transition: background-color 250ms ease-in-out;
    -ms-transition: background-color 250ms ease-in-out;
    -o-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;
	color: #42bc6f;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0;
}
/*.uv-resdatepicker table tbody td:not(.ui-datepicker-unselectable):hover{border: 1px solid #ededed;}*/
.uv-resdatepicker table tbody td.ui-datepicker-current-day:not(.ui-datepicker-unselectable){border: 1px solid #81a7fd;}
.uv-resdatepicker table tbody td.ui-datepicker-unselectable{color: #666666;}
.uv-resdatepicker a{
	color: #000;
	text-decoration: none;
}
.uv-resdatepicker td.uv-pkdate-av{
	background-color: #333333;
	border-color: transparent;
}
.uv-resdatepicker td.uv-pkdate-av a{color: #ffffff;}
.uv-pkcalendar.uv-resdatepicker table{border-spacing: 5px;}
/***********************/
/*Packages*/
.uv-packages{
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
.uv-packages p a{
	color: #3C6696;
	text-decoration: underline;
}
.uv-packages-panel{
	border: solid 1px #000000;
	background-color: transparent;
    height: auto;
    margin-bottom: 40px;
    position: relative;
    padding: 44px 55px 40px 55px;
}
.uv-packages-panel:last-child{margin-bottom: 0;}
.uv-pk-image{
    position: absolute;
    width: 195px;
    height: 195px;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #f5f6fa;
}
.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: 31px;
    text-transform: none;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0.6em;
}
.uv-packages p{
    font-size: 17px;
    line-height: 1.7;
    margin-top: 0px;
    margin-bottom: 0;
}
.uv-pk-options{
   	position: relative;
   	text-align: right;
   	margin-top: 50px;
}
.uv-pk-options label{
    font-size: 13px;
    font-weight: 600;
    color: #666666;
    line-height: 53px;
    margin: 0;
    margin-right: 20px;
    text-transform: uppercase;
}
.uv-pk-options select{
    height: 53px;
    min-width: 70px;
    padding: 7px 12px;
    font-size: 15px;
    color: #2A2A2A;
    background-color: #fff;
    background-image: none;
    border: 1px solid #B1B1B1;
    border-radius: 0px;
    margin-right: 30px;
}
.uv-pk-options .uv-pk-stprice{
	float: left;
    font-size: 37px;
    font-weight: 500;
    line-height: 1.08;
    margin-right: 20px;
    margin-top: 0.3em;
}
.uv-pk-options .uv-pk-terms{
	display: inline-block;
	float: left;
	font-size: 17px;
	text-decoration: underline;
	color: #3C6696;
	margin-top: 1.2em;
}
.uv-pk-options button{
    font-size: 14px;
    padding: 16px 90px;
    margin: 0;
}
.uv-pk-options .uv-pk-guestlabel{
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    color: #999;
    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: 600px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
}
.uv-pkpopcont .uv-ministeps{margin-bottom: 15px;}
.uv-ministeps li{
    float: left;
    color: #565656;
    font-size: 11px;
    list-style: none;
    position: relative;
    padding-right: 15px;
    line-height: 1.4;
}
.uv-ministeps li.active{
	color: #000000;
	font-weight: 500;
}
.uv-ministeps li:after{
    display: inline-block;
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    color: #dfe2e6;
    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;
    color: #666666;
    margin-bottom: 8px;
    font-weight: 600;
    text-align: left;
    display: block;
}
.uv-pk-inputcont input{
    width: 100%;
    border: 2px solid #6a6a6a;
    font-size: 14px;
    padding: 14px 18px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}
.uv-pk-inputcont input[name='pkdate']{cursor: pointer;}
.uv-pkpopcont button{
    padding: 13px 40px;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-right: 0;
    margin-left: auto;
    width: auto;
    display: block;
}
.uv-resdatepicker.uv-pkcalendar{width: 100%;}
.uv-pkcalendar{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 11;
	margin-bottom: 20px;
	background-color: #fff;
	padding-bottom: 5px;
	margin-top: 10px;
	line-height: 1.3;
	
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.56);
	-moz-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;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-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-bottom: 4px solid #666;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    width: 0px;
}
.uv-pkpopup .uv-resdatepicker .ui-datepicker-header, .uv-pkpopup .uv-resdatepicker table thead th{background-color: #ffffff;}
.uv-pkpopup .uv-resdatepicker .ui-datepicker-prev:before, .uv-pkpopup .uv-resdatepicker .ui-datepicker-next:before, .uv-pkpopup .ui-datepicker-title{color: #000000;}
.uv-pkpopup .ui-datepicker-title{
	text-transform: uppercase;
	padding-bottom: 15px;
}
.uv-pkpopup .uv-resdatepicker .ui-datepicker-inline{
	padding-top: 30px;
	padding-bottom: 10px;
}
/*.uv-pkpopup .uv-resdatepicker .ui-datepicker-prev, .uv-pkpopup .uv-resdatepicker .ui-datepicker-next{top: 58px;}*/
.uv-pkpopup .uv-resdatepicker table tbody td{
	font-weight: 500;
	font-size: 17px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.uv-virtualpackages-popterms{font-weight: 600;}
.uv-resdatepicker td.uv-pkdate-av:hover{background-color: #000000;}
/*************************/
.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%;
	background-color: #666;
}
.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%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 15;
    opacity: 1;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-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;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
    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;
    text-shadow: 1px 0px 0px #000;
    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;
    text-shadow: 1px 0px 0px #000;
    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(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%;
	background-color: rgba(0, 0, 0, 0.3);
	visibility: visible;
	opacity: 1;
	
	-webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-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;
    border: 4px solid #999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-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(assets/images/pa.loader.gif) no-repeat center center;
}
.uv-pa-picvisor .uv-btn{
    position: absolute;
    z-index: 15;
    bottom: 10px;
    left: 10px;
    background-color: #ffffff;
    color: #000000;
}
.uv-pa-picvisor .uv-btn:hover, .uv-pa-picvisor .uv-btn:focus, .uv-pa-picvisor .uv-btn:active{
	background-color: #000000;
	color: #ffffff;
	border: 1px solid #ffffff;
}
.uvg-emailshare #uvg-email1{
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    padding: 10px 12px;
}
.uvg-sendemailerror{
    display: block;
    line-height: 1;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
}
.uv-outer-aright{
	display: block;
	position: absolute;
	width: 29px;
	height: 55px;
	cursor: pointer;
	color: #ffffff;
	text-align: center;
	right: -40px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(assets/images/arrow-right.svg) center center no-repeat;
	background-size: contain;
}
/*.uv-outer-aright:before{
	content: " ";
	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: 29px;
	height: 55px;
	cursor: pointer;
	color: #ffffff;
	left: -40px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(assets/images/arrow-left.svg) center center no-repeat;
	background-size: contain;
}
/*.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-evslidercont, .uv-evcarouselcont{position: relative;}
.uv-evcarouselcont{
	padding-left: 20px;
	padding-right: 20px;
}

.uv-evcarouselcont .uv-evcarouselleft{
	left: 0;
	visibility: visible;
	opacity: 1;
}
.uv-evcarouselcont .uv-evcarouselright{
	right: 0;
	visibility: visible;
	opacity: 1;
}
.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;
	color: #000;
	line-height: 1;
}
.uv-evcarousel .uv-ddate{
	font-size: 13px;
	color: #666;
	margin-bottom: 0.3em;
}
.uv-evcarousel .owl-item img{
	width: 100%;
	margin-bottom: 5px;
}
.uv-eventbtns .uv-btn{
	padding: 6px 0;
	background-color: #777;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	border-radius: 0;
	font-size: 13px;
}
.uv-eventbtns .uv-btn:hover{background-color: #333;}
.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-eventslider{
	height: 46.444444vw;
	visibility: visible;
	opacity: 1;
	transform: scale(1);
	
	-webkit-transition: all 500ms ease-in-out 200ms;
    transition: all 500ms ease-in-out 200ms;
}
.uv-eventslider.uv-eventslider-empty{height: 80px;}
.uv-eventslider.uv-eventslider-empty .uv-evslidercont{display: none;}
.uv-page-loading .uv-eventslider{
	opacity: 0;
	visibility: hidden;
	transform: scale(1.1);
}
.uv-packages{margin-bottom: 110px;}
.uv-pwby-cb, .uv-pwby-lb{
	content: " ";
	display: block;
	border: 0;
	position: absolute;
	z-index: 10;
	background: url(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;}
.uv-pkpopup{text-align: center;}
.uv-pkpopup .uv-pop-box{
	border: 1px solid #979797;
	margin-top: 20vh;
}
.uv-pkpopup.uv-pop-cont .uv-pop-box > .uv-closepop{
	color: #ffffff;
    top: -50px;
    background-color: transparent;
    right: -14px;
}
.uv-pkpopup .uv-popheader{
	border: none;
	height: auto;
	padding-top: 14px;
	padding-left: 20px;
	padding-right: 20px;
}
.uv-pkpopup .uv-popheader h3{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	margin-bottom: 1.6em;
	text-align: center;
}
/**/

/*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;
    color: #000;
    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%;
    background-color: #f3f3f3;
    border: 1px solid #d8d8d8;
    margin-bottom: 10px;
}
#uvjs-popinquiry input{height: 42px;}
#uvjs-popinquiry textarea{
	padding-top: 8px;
	padding-bottom: 8px;
}
.phone-styles{
    border: 1px solid #d8d8d8;
    background: #f3f3f3;
    margin-bottom: 30px!important;
    margin-left: 4px;
}
#uvjs-popinquiry label.error, #uvjs-popinquiry label.error {
    color: #fc4545;
    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{
	border-color: #e1e1e1;
    background-color: #f8f8f8;
    border: 1px solid #e1e1e1;
    outline: none;
    display: block;
    margin: 0;
    color: #000;
    font-size: 16px;
    height: 42px;
    width: 100%;
}
.aa-tp-prev, .aa-tp-next{background-color: #d0d0d0;}
.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{
    border: 1px solid #d8d8d8;
    background: #f3f3f3;
    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;
    color: #444 !important;
}
.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;
}
body .chosen-container.chosen-container-active span{color: #000000!important;}
body .chosen-container .chosen-results li{color: #000000;}
.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%;
    background-color: #f3f3f3;
    border: 1px solid #d8d8d8;
    margin-bottom: 10px;
}
.uv-leadform-sdate > input{margin-bottom: 0px;}
.uv-fsep{
	clear: both;
	height: 10px;
}
.uv-leadform label.error{
    color: #fc4545;
    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;
	background-color: rgba(255, 255, 255, 0.5);
}
.uv-leadform.uv-loading:after, .uv-leadform-gcont.uv-loading:after{
	background: #fff url(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: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-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{
	color: #1e284b;
	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;
    color: #333;
    display: block;
}
.uv-calullist li a:hover{opacity: 0.8;}


/* code guest list */


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

.uv-guestmustarrive{
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
}
.uv-menu-guests{margin-bottom: 20px;}

.uv-blockcenter {
    display: block;
    margin: auto;
    text-align: center;
    font-size: 0px;
}

.uv-menu-guests > li{
	width: 33.3333%;
	padding: 5px;
	float: none;
	display: inline-block;
}

.uv-menu-guests > li > button{
	width: 100%;
	display: block;
	padding: 12px 0;
	outline: none;
	border: 0;
	line-height: 1;
	position: relative;
	color: #fff;
	font-weight: 600;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	padding-left: 30px;
}
.uv-menu-guests > li > button:after{
	font-family: 'FontAwesome';
    display: block;
    content: "\f067";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    height: 100%;
    line-height: 2.8;
    width: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.18);
}
.uv-bgcolor-neutral,.uv-bgcolor-genderless{background-color: #93be5f;}
.uv-bgcolor-female{background-color: #fe628a;}
.uv-bgcolor-male{background-color: #7081ff;}
.uv-listadder-cont{
	padding-bottom: 10px;
	min-height: 80px;
}
.uv-listadder-empty{
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	padding: 20px 0;
}
.uv-listadder-table{
	width: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: inherit;
    margin-top: 20px;
}
.uv-listadder-table tbody td{border: 1px solid #e0e0e0;}
.uv-listadder-form .uv-input-cont{
	float: left;
	width: 50%;
	position: relative;
	padding: 0 5px;
}
.uv-listadder-form .uv-input-cont:nth-child(odd){padding-left: 0px;}
.uv-listadder-form .uv-input-cont:nth-child(even){padding-right: 0px;}
.uv-listadder-form .uv-btn-p, .uv-listadder-form .uv-btn-s{float: right;}
.uv-listadder-form .uv-btn-p{margin-left: 10px;}
.uv-listadder-form select{
	background-color: #f3f3f3;
    border-color: #d8d8d8;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    height: 37px;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
    border-radius: 0px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d8d8d8;
    outline: none;
}
.uv-dob-cont{
	clear: both;
	float: left;
}
.uv-listadder-formtitle{
	color: #fff;
	font-size: 16px;
	text-align: left;
	padding: 12px 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 15px;
	margin-top: 10px;
}
.uv-listadder-form .uv-input-cont > label:not(#labeljoinmail){display: none;}
.uv-listadder-form .uv-input-cont > label.error{
	font-size: 10px;
    position: relative;
    opacity: 1;
    padding: 0;
	float: right;
	margin-right: 10px;
	margin-top: -8px;
	margin-bottom: 15px;
}
.uv-listadder-form .uv-dob-cont > label{font-size: 12px;}
.uv-listadder-form .uv-input-cont:nth-child(odd) {
    padding-left: 0px;
}
.uv-listadder-form #labeljoinmail{
	display: block;
    text-transform: uppercase;
    font-size: 11px;
    margin: 0;
    margin-bottom: 0.5em;
    color: #525252;
    font-weight: 600;
}
.uv-listadder-form .uv-input-cont {
    float: left;
    width: 50%;
    position: relative;
    padding: 0 5px;
}

.uv-listadder-form, .uv-listadder-table, .uv-listadder-empty{display: none;}
.uv-listadder-form.visible, .uv-listadder-table.visible, .uv-listadder-empty.visible{display: block;}

.uv-listadder-table > div:before, .uv-listadder-table > div:after{
	display: table;
	content: " ";
}

.uv-listadder-table .listitem, .uv-listadder-table .listheaders {
    padding-left: 20px;
    padding-right: 25px;
}

.uv-listadder-table .listheaders {
    font-size: 11px;
    font-weight: normal;
    text-align: left;
}

.uv-listadder-table > div {
    position: relative;
}
.uv-listadder-table > div:after {
    clear: both;
}
.uv-listadder-table .ismale:before, .uv-listadder-table .isfemale:before, .uv-listadder-table .isneutral:before, .uv-listadder-table .isgenderless:before{
	font-family: 'FontAwesome';
	content: "\f183";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: -5px;
	top: 0;
	bottom: 0;
	z-index: 10;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	margin: auto;
	color: #fff;
}


.uv-listadder-table .ismale:before{
	content: "\f183";
	background-color: #7081ff;
}
.uv-listadder-table .isfemale:before{
	content: "\f182";
	background-color: #fe628a;
}
.uv-listadder-table .isneutral:before, .uv-listadder-table .isgenderless:before{
	content: "\f22d";
	background-color: #93be5f;
}

.uv-listadder-table > div > div.name {
    width: 35%;
}

.uv-listadder-table > div > div.email {
    width: 27%;
}
.uv-listadder-table > div > div.phone {
    width: 18%;
}
.uv-listadder-table > div > div.dob {
    width: 20%;
}

.uv-listadder-table > div > div {
    float: left;
    padding: 10px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*
.uv-listadder-table .listitem:nth-child(even) {
    background-color: #f2f2f2;
}
*/
.uv-listadder-table .listitem:nth-child(odd){background-color: #f7f7f7;}

.uvmaxw600 {
    max-width: 600px;
}


#uv-listaddersave >form textarea, form input {
    background-color: #f3f3f3;
    border: 1px solid #d8d8d8;
    margin-bottom: 10px;
    font-size: 12px;
}
.uv-dob-cont>label{
	font-size: 14px;
}
#uv-listaddersave >textarea, input {
    display: block;
    width: 100%;
    line-height: 1.4;
    padding: 8px 15px;
    outline: none;
}


.uv-dob-cont select {
    width: auto;
    display: inline-block;
    min-width: 30px;
}
.uvjs-validate label.error, .uv-hasvalidate label.error {
    color: #fc4545 !important;
    line-height: 1;
    font-size: 10px;
    margin-top: -25px;
    display: block;
    padding: 0 15px;
    text-align: right;
    margin-bottom: 15px;
    opacity: 0.7;
}
#dobyear-error{
	display: inline-block;
}
#dobmonth-error,#dobday-error{display: none!important;}
.uv-chackoutvalidate #dobmonth-error, 
.uv-chackoutvalidate #dobday-error, 
.uv-chackoutvalidate #dobyear2-error{
	bottom: -1px; display: block!important;
}
#labeljoinmail{font-size: 14px;}
#joinmail{float: left;width: 15px;margin-top: 7px;}
.cleardiv {
    clear: both;
}
#uv-flistaddersave>.uv-dob-cont>.bootstrap-select{
	width: auto;	
}
#uv-flistaddersave>.uv-dob-cont>.bootstrap-select>button{
	background-color: #f3f3f3;
    border: 1px solid #d8d8d8;
    color: #000;
    
}
.uv-gueslistbtnlab label{line-height: 1.5;}
/* code guest list end*/

.uv-evslider-item, .uv-evslider-video{
	position: relative;
	width: 100vw;
	height: 46.444444vw;
}
.uv-evslider-video video{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease-in-out .2s;
    transition: all .5s ease-in-out .2s;
}
.uv-evslider-video video.loaded{
    opacity: 1;
    visibility: visible;
}
.uv-evslider-item:before{
	position: absolute;
	display: block;
	content: " ";
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
    height: 100%;
    
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 38.93%, rgba(0,0,0,0.06) 64.82%, rgba(0,0,0,0.15) 82.56%, rgba(0,0,0,0.15) 86.37%, rgba(0,0,0,0.1) 94.32%, rgba(0,0,0,0.04) 100%);
}
.uv-evslider-flyer, .uv-evslider-flyer img{display: none;}
.owl-item.cloned .uv-evslider-flyer{
	opacity: 1!important;
	display: block;
}
.uv-evslider .owl-dots{
    position: absolute;
    bottom: 10%;
    z-index: 10;
    right: 50%;
	left: auto;
	transform: translateX(50%);
	-webkit-transform: translateX(50%);
}
.uv-evslider .owl-dot{
    margin-left: 6px;
    margin-right: 6px;
    width: 12px;
    height: 12px;
    background-color: transparent!important;
    border: 2px solid #ffffff!important;
    float: left;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.uv-evslider .owl-dot span{display: none;}
.uv-evslider .owl-dot:last-child{margin-right: 0;}
.uv-evslider .owl-dot:first-child{margin-left: 0;}
.uv-evslider .owl-dot.active{background-color: #ffffff!important;}
.uv-evsliderleft, .uv-evsliderright{
	display: none;
	position: absolute;
	z-index: 10;
	width: 30px;
	height: 60px;
	background-color: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	/*text-indent: -9999px;
	white-space: nowrap;*/
	font-size: 0;
	line-height: 0;
	
	bottom: 50%;
	top: auto;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	vertical-align: middle;
}
.uv-evsliderright:before, .uv-evsliderleft:before, .uv-evsliderright:after, .uv-evsliderleft:after{
	content: " ";
    position: absolute;
    background-color: #ffffff;
    width: 2px;
    top: 25%;
    height: 50%;
    box-shadow: 0 0 7px rgba(0, 0, 0, .5);
}
.uv-evsliderright:before{
    left: 75%;
    transform: rotate(45deg) translateY(50%);
}
.uv-evsliderright:after{
    left: 75%;
    transform: rotate(-45deg) translateY(-50%);
}
.uv-evsliderleft:before{
    right: 75%;
    transform: rotate(45deg) translateY(-50%);
}
.uv-evsliderleft:after{
    right: 75%;
    transform: rotate(-45deg) translateY(50%);
}
.uv-evsliderleft{left: 3.5%;}
.uv-evsliderright{right: 3.5%}

/*Events Grid*/
.uv-eventsgridcont{
	position: relative;
	margin-left: -32px;
	margin-right: -32px;
}
.uv-eventsgridcont > div{
	float: left;
	width: 33.3333%;
	padding-left: 32px;
	padding-right: 32px;
}
.uv-eventsgrid-item{
	position: relative;
	background-color: #ffffff;
	border: 1px solid #000000;
	color: #000000;
	text-align: center;
	
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	
	-webkit-transition: all 400ms ease-in-out 200ms;
    transition: all 400ms ease-in-out 200ms;
}
.uv-eventsgrid-item.animate{
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}
.uv-eventsgrid-flyer{
	position: relative;
	background-color: #f0f0f0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.uv-eventsgrid-flyer:before{
	position: relative;
	display: block;
	content: " ";
	padding-top: 100%;
}
.uv-eventsgrid-info{
	padding: 20px;
	padding-bottom: 30px;
	line-height: 1.1;
	text-transform: uppercase;
}
.uv-eventsgrid-info .ddate{
	font-size: 37px;
	font-weight: 900;
	letter-spacing: -0.027em;
}
.uv-eventsgrid-info .dtime{
	font-size: 37px;
	font-weight: 300;
	letter-spacing: -0.021em;
	margin-top: -0.2em;
	min-height: 1.1em;
}
.uv-eventsgrid-info-mob{display: none;}
.uv-eventsgrid-footer{padding: 20px;}
.uv-eventsgrid-footer .name, .uv-eventsgrid-footer .venuename, .uv-eventsgrid-footer .ddate{
	font-size: 17px;
	font-weight: 500;
	letter-spacing: -0.0294em;
	line-height: 1.1;
	text-transform: uppercase;
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.uv-eventsgrid-footer .venuename{display: none;}
.uv-eventsgrid-actions{padding-top: 45px;}
.uv-eventsgrid-actions .uv-btn{
	padding: 9px 16px;
	font-size: 13px;
	font-weight: 500;
}
/*************/
/*Upcoming Events*/
.uv-upcomingevents-grid-inner{
	position: relative;
	margin-left: -16px;
	margin-right: -16px;
	margin-bottom: -32px;
	text-align: left;
	font-size: 0;
}
.uv-upcomingevents-grid-inner > div{
	display: inline-block;
	width: 25%;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 32px;
	vertical-align: top;
}
/*.uv-upcomingevents-grid-inner > div:nth-child(4n+1){clear: both;}*/
.uv-filterdropdown, .uv-calendar-controls .uv-dropdown{
	position: relative;
	width: 278px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.uv-filterdropdown .uv-btn, .uv-calendar-controls .uv-btn{
	position: relative;
	width: 100%;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 16px;
	padding-bottom: 16px;
	font-weight: 600;
}
.uv-calendar-controls .uv-btn:after{
	position: absolute;
	display: block;
	content: "\f107";
	font: normal normal normal 14px/1 FontAwesome;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    font-size: 160%;
    color: inherit;
    z-index: 10;
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    display: block;
}
.uv-filterdropdown .uv-btn i{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	font-size: 160%;
	color: inherit;
	z-index: 10;
	width: 17px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	display: block;
}
.uv-filterdropdown ul{
	background-color: #ffffff;
	position: absolute;
	top: 100%;
	top: calc(100% + 5px);
	left: 0;
	width: 100%;
	border: 1px solid #000000;
	z-index: 10;
	padding-top: 10px;
	padding-bottom: 10px;
	
	opacity: 0;
	transform: translateY(-20px);
	visibility: hidden;
	
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.uv-filterdropdown.active ul{
	opacity: 1;
	transform: translateY(0px);
	visibility: visible;
}
.uv-filterdropdown ul li{
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
}
.uv-filterdropdown ul li button{
	display: inline-block;
    color: #000000;
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 3px;
    padding: 0;
}
.uv-filterdropdown ul li button:before{
	position: absolute;
    display: block;
    content: " ";
    width: 100%;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid transparent;
    transition: border-color .5s ease;
}
.uv-filterdropdown ul li button:hover:before, .uv-filterdropdown ul li button:focus:before, .uv-filterdropdown ul li button:active:before, .uv-filterdropdown ul li button.active:before{border-color: #000000;}
/* Pop-up DJ - PromoVideo */
.uv-promo-video {width: 278px;max-width: 90%;}
.uv-hasvideopromo .uv-filterdropdown {margin-right: 20px; display: inline-block; margin-left: inherit;}
@media(max-width: 660px){
	.uv-hasvideopromo .uv-filterdropdown {margin-right: 0px; }
	.uv-promo-video{margin-top: 20px;}
}
/* /Pop-up DJ - PromoVideo */
.uv-upcomingevents-grid-monthsmenu, .uv-contentfilter-menucont{margin-bottom: 48px;}
.uv-upcomingevents-grid-monthsmenu ul, .uv-contentfilter-menucont ul, .uv-filterdropdown ul{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
.uv-upcomingevents-grid-monthsmenu ul li, .uv-contentfilter-menucont ul li{
	display: inline-block;
	padding: 0 12px;
	margin: 0;
	margin-bottom: 12px;
}
/*.uv-upcomingevents-grid-monthsmenu ul li:first-child{padding-left: 0;}
.uv-upcomingevents-grid-monthsmenu ul li:last-child{padding-right: 0;}*/
.uv-upcomingevents-grid-monthsmenu ul li .uv-btn, .uv-contentfilter-menucont ul li .uv-btn, .uv-filterdropdown ul li .uv-btn{
	width: 278px;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 16px;
	padding-bottom: 16px;
	font-weight: 600;
}
.uv-ticketssel li .uv_col:first-child{padding-left: 25px;}
.uv-ticketssel .uv_col p:empty{display: none;}
.uv-eventscrolllink{margin-top: 30px;}
.uv-eventscrolllink > a{
	display: block;
    margin: auto;
    width: 17px;
    height: 26px;
    background: url(assets/images/down-arrows.svg) center center no-repeat;
    background-size: 100% 100%;
}
.uv-eventscrolllink span{display: none;}
.uv-eventbottom-info{
	border-top: 2px solid #CECECE;
	padding-top: 58px;
	margin-top: 58px;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
}
.uv-eventbottominfo-cont{
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
}
.uv-eventbottominfo-left{
	float: left;
	width: 50%;
	max-width: 300px;
}
.uv-eventbottominfo-right{
	width: 50%;
	padding-left: 50px;
	float: right;
}
.uv-eventinfobxcont h3{
	color: #444444;
	font-size: 13px;
	font-weight: 600;	
	line-height: 1.23;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0.8em;
}
.uv-eventinfobxcont p{
	text-transform: uppercase;
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 0.3em;
}
.uv-eventinfobxcont a{
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
}
.uv-eventinfobxcont{margin-bottom: 40px;}
.uv-eventinfobxcont:last-child{margin-bottom: 0;}
.uv-eventinfobxcont-descr > div.descr, .uv-eventinfobxcont-descr p{
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.75;
	text-transform: none;
	margin-bottom: 1em;
}
.uv-eventinfobxcont-descr > div.descr{margin-bottom: 0;}
.uv-eventpromovideocont{max-width: 800px;text-align: center;padding-top: 40px;margin-left: auto;margin-right: auto;}
.uv-eventpromovideocont h3{font-size: 32px;margin-bottom: .4em;}
.uv-eventpromovideo{position: relative;padding-top: 56.51%;}
.uv-eventpromovideo iframe{position: absolute;width: 100%;height: 100%;top: 0px;left: 0px;}
.uv-galleriescontent{position: relative;}
.uv-photoalbum-image{
	position: relative;
	background-color: #f0f0f0;
	overflow: hidden;
}
/*.uv-photoalbum-image .uv-loadimgbg{transform: scale(1.18);}*/
.uv-photoalbum-image:before{
	position: relative;
	display: block;
	content: " ";
	padding-top: 100%;
}
.uv-photoalbum-image:after{
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 0;
	visibility: hidden;
	
	-webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.uv-photoalbum-image .uv-loadimgbg{background-position: 20% top;}
.uv-photoscont > div a:hover .uv-photoalbum-image:after, .uv-photoscont > div a:focus .uv-photoalbum-image:after, .uv-photoscont > div a:active .uv-photoalbum-image:after{
	opacity: 1;
	visibility: visible;
}
.uv-photoscont{
	margin-left: -16px;
	margin-right: -16px;
	margin-bottom: -30px;
}
.uv-photoscont > div{
	display: inline-block;
	width: 33.3333%;
	padding: 0 16px;
	vertical-align: top;
}
.uv-photoalbum-item{
	margin-bottom: 30px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	
	-webkit-transition: all 400ms ease-in-out 200ms;
    transition: all 400ms ease-in-out 200ms;
}
.uv-photoalbum-item.animate{
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}
.uv-photolabum-info{
	padding: 20px;
	text-align: center;
}
.uv-photolabum-info .name, .uv-photolabum-info .ddate{
	font-size: 17px;
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.2;
	text-transform: uppercase;
}
.uv-photolabum-info .ddate{margin-top: 0.4em;}
.uv-photosbottom{
	display: block;
	height: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.uv-eventsgrid-ne4 .uv-eventsgridcont > div:nth-child(4){display: none;}


/*UvMap Styles*/
body .uvmap-section{
	max-width: 1410px;
	padding: 0;
	padding-left: 30px;
	padding-right: 30px;
}
body .uvmap-mapinfo{
	width: 270px;
	padding: 0;
}
body .uvmap-map a{outline: none;}
body .uvmap-map{
	float: right;
	width: calc(100% - 310px);
	padding: 0;
}
body .uvmap-mapinfo h1{
	margin-top: 0;
	margin-bottom: 0.8em;
	font-size: 31px;
	font-weight: 300;
	letter-spacing: -0.032em;
	line-height: 1.1;
	text-transform: uppercase;
}
body .uvmap-roomdropdown strong{display: none;}
body .uvmap-mapinfo .uv-btn{
	padding: 16px 18px;
	margin-bottom: 20px;
	width: 100%;
}
body .uvmap-mapinfo .uv-btn-s, body .uv-popmap .uv-cancel, .uv-popmap .uv-btn-s{
	color: #6F6F6F;
	font-weight: 600;
	background-color: transparent;
}
body .uvmap-mapinfo .uv-btn-s:hover, body .uvmap-mapinfo .uv-btn-s:active, body .uvmap-mapinfo .uv-btn-s:focus, body .uv-popmap .uv-cancel:hover, body .uv-popmap .uv-cancel:focus, body .uv-popmap .uv-cancel:active, .uv-popmap .uv-btn-s:hover, .uv-popmap .uv-btn-s:focus, .uv-popmap .uv-btn-s:active{
	color: #ffffff;
	background-color: #000000;
}
body .uvmap-section .dropdown-menu{
	transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    left: 0;
    right: auto;
    position: relative;
}
body .uvmap-mapflyer{max-width: 263px;}
body .uvmap-mapinfo .h2, body .uvmap-mapinfo p{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.66;
    margin-top: 1.5em;
    text-transform: uppercase;
    margin-bottom: 0;
}
body .uvmap-mapinfo p{
	margin: 0;
	color: #000000;
}
body .uvmap-mapinfo a{
	color: #000000;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
	margin-top: 10px;
	display: inline-block;
}
.uvmap-mapinfo .uvmap-mapflyer img{display: block;}
body .uvmap-mapinfo .uvmap-maplistcontainer{
	z-index: 10;
	top: 59px;
}
body .uvmap-colorcoding{display: none;}
/*body .uvmap-map svg{
    margin-top: -8.5%;
    margin-bottom: -9.3%;
}*/
body #map-shadow .uvmap-mapdatecont{
	bottom: 50%;
	transform: translateY(calc(50% + 50px));
    -webkit-transform: translateY(calc(50% + 50px));
    -moz-transform: translateY(calc(50% + 50px));
}
body .uvmap-mapinfo .uvmap-maplistcontainer .uvmap-maplistheader .h4, body .uvmap-map-cart-list-header .h4{
	text-align: left;
    margin: 0;
    color: #000;
	font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
body .uvmap-mapinfo .uvmap-maplistcontainer .uvmap-mapcompareclose i{
	margin: 0;
	margin-top: 6px;
}
.uvmap-mapcompareclose span, .uvmap-mapshowmap span{display: none;}
body .uvmap-mapinfo .uvmap-maplistcontainer .uvmap-maplistheader, body .uvmap-map-cart-list-header{height: 40px;}
body .uvmap-mapinfo .uvmap-maplistcontainer .list-items li > div, body .uvmap-map-cart-list .list-items-cart li > div{color: #000000;}
body .uvmap-section .uv-btn.uvmap-btn-dark, body .uv-popmap .uv-btn.uvmap-btn-dark{
	background-color: transparent!important;
	border: 1px solid #000000;
	color: #000000;
}
body .uvmap-section .uv-btn.uvmap-btn-dark:hover, body .uv-popmap .uv-btn.uvmap-btn-dark:hover, body .uvmap-section .uv-btn.uvmap-btn-dark:active, body .uv-popmap .uv-btn.uvmap-btn-dark:active, body .uvmap-section .uv-btn.uvmap-btn-dark:focus, body .uv-popmap .uv-btn.uvmap-btn-dark:focus{
	background-color: #000000!important;
	border: 1px solid #ffffff;
	color: #ffffff;
}
body .uv-popmap .uv-btn.uvmap-btn-dark:hover td{color: #ffffff!important;}
body .uv-resdatepicker .ui-datepicker-header, body .uv-resdatepicker table thead th{background-color: #000000;}
body .uv-resdatepicker table tbody td.ui-datepicker-current-day:not(.ui-datepicker-unselectable){border-color: #000000;}
body .uvmap-mapinfo .uvmap-eventinfonodrop p{display: none;}
.uv-popheader.uv-inquiry-title{padding-top: 0!important;}
.uv-popheader.uv-inquiry-title h3{color: #000000!important;}
body #uvjs-popinquirymappopup{padding: 0!important;}
body .uvjs-popinquiry label{
	display: block;
    text-transform: uppercase;
    font-size: 11px!important;
    margin: 0;
    margin-bottom: 0.5em;
    color: #525252;
    font-weight: 600!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
body .uvjs-popinquiry label.error{text-transform: none!important;}
body .uv-popinquiry select, body .uv-popinquiry form textarea, body .uv-popinquiry form input{margin-bottom: 30px;}
.phone-styles label{display: none!important;}
.uvjs-popinquiry .loaded-inquiry-form input[type="checkbox"]{margin-right: 10px;}
.phone-styles label.error{display: block!important;}
.uv-mapinqpop-msg{
	text-align: center;
	font-size: 18px;
	color: #000000;
}
/**************/

/*Map Popup*/
.uv-popmap .uvtix_tableinquiry {width: 100%!important;}
body .uv-popmap .uv-popheader {
    background-color: transparent;
    border: 0px solid #262220;
    padding: 65px 0px 30px 0px !important;
    border-bottom: 0px solid transparent;
}
body .uv-popmap #uvtix_tablepurchase{
    color: #ffffff;
    background: #000000!important;
    border: 1px solid #000000!important;
    border-radius: 0px;
    box-shadow: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0;
    z-index: 1;
    position: relative;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}
body .uvmap-promocode .uvmap-lbl-promocode{
	color: #000000!important;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: underline;
}
body .uv-popmap #uvtix_tablepurchase:hover, body .uv-popmap #uvtix_tablepurchase:active, body .uv-popmap #uvtix_tablepurchase:focus{
	color: #000000;
	background-color: #ffffff!important;
}
body .uv-popmap .uv-pop-charge{
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
    padding: 33px;
}
body .uv-popmap .uv-closepop{color: #000000!important;}
body .uv-popmap .uv-popheader{background-color: transparent!important;}
body .uv-popmap .uv-tableguests{
    background-color: rgba(0, 0, 0, 0.05);
    border: 0px solid transparent;
    color: #000000;
    min-height: 40px;
    margin-bottom: 25px;
    padding: 33px 7%;
}
body .uv-popmap .uv-poptableinfo p{color: #000000;}
body .uv-popmap .uv-tableguests select{
	max-width: 70px;
	float: right;
	padding: 0px !important;
}
body .uv-popmap .uv-tableprice .uv-tablemoney{color: #000000;}
body .uv-popmap .uv-poptableinfo .uv-showinfo{
    color: #000000;
    background-color: #ffffff!important;
    box-shadow: none;
    text-transform: capitalize;
    padding-left: 10px;
}
body .uv-popmap .uv-tablewarning{
    background-color: rgba(255, 255, 255, 0.05);
    color: #000000;
    max-width: 450px;
    border: 1px solid #000000;
    margin-bottom: 20px;
    padding: 25px;
    font-size: 14px;
    padding-left: 80px;
    text-align: left;
}
body .uv-popmap .uv-tableguests label{
	font-size: 15px;
	line-height:1.4;
	margin:0;
}
body .uv-popmap .uv-poptableddate{
    float: right;
    margin-left: 12px;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 17px;
    letter-spacing: 3px;
    color: #8F8F8F!important;
    font-weight: 600;
}
body .uv-popmap .uv-poptableddate:after{display: none;}
.uv-popmap .uv-poptableoptions .uv-tabletermsandconditions,
.uv-popmap .uv-poptableoptions .uv-tablegotodcode{color: #000000;}
.uv-popmap .uv-poptableoptions .uv-tablegotodcode{
	font-size: 14px;
	text-decoration: underline;
	float: right;
	display: none;
}
.uv-content-cancel{
	clear: both;
	padding-top: 20px;
	display: none;
}
body .uv-popmap .uv-popheader h1{
	font-size: 17px;
	font-weight: 600;
	line-height: 1.17;
	text-transform: uppercase;
	color: #000000;
}
body .uv-popmap .uv-popheader h3{
	font-size: 23px;
	color: #000000;
	letter-spacing: 0.065em;
}
body .uv-popmap:not(.clearonclose) .uv-popheader.uv-inquiry-title h3:after{content: " Reservation Request";}
body .uv-popmap .uv-poptablecapacity{
    color: #8F8F8F!important;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 3px;
    font-weight: 600;
}
body .uv-popmap .uv-poptablecapacity b{
	font-size: 17px;
	color: #8F8F8F!important;
}
body .uv-popmap .uv-poptablecapacity:after{
	color: #fff !important;
	display: none;
}
body .uv-popmap .uv-tableprices{
	border-bottom: transparent!important;
	margin-bottom: 25px;
}
body .uv-popmap .uv-tableprices-2 .uv-tableprice:last-child:before{
    height: 40px !important;
    background-color: transparent !important;
}
body .uv-popmap .uv-poptableoptions{padding-left: 44px;}
body .uv-popmap .uv-poptableinfo{
	padding-right: 44px;
	padding-left: 0px !important;
}
body .uv-pop-cont.uv-popmap{background-color: rgba(0, 0, 0, 0.74);}
body .uv-popmap .uv-tableguests:after{
	color: #fff;
	display: none;
}
body .uv-popmap .uv-tableprice label{
	color: #000000;
	margin-top: 5px;
	font-family: "Montserrat";
}
body .uv-popmap .uv-popbody,body .uv-popmap .uv-popbodycont.uv-popinquiry{
	border: 0px solid #262220;
	border-top: 0px solid transparent;
	padding: 0;
}
body .uv-popmap .uv-popbodycont .row{
	margin-right: 0px;
	margin-left: 0px;
}
body .uv-popmap:not(.uvmap-popimg-cont) .uv-pop-box > .uv-closepop{
    font-size: 20px;
    margin-top: 0;
    right: 10px;
    top: 10px;
    background-color: transparent;
}
body .uv-popmap .uv-pop-box{max-width: 950px !important;}
body .uv-popmap .uv-cancel{
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
    padding-top: 16px;
    padding-bottom: 16px;
    cursor: pointer;
    max-width: 145px;
    margin-top: 0;
}
body .uv-popmap .uv-poptableoptions .uv-tabletermsandconditions{
	text-align: left;
	float: left;
}
body .uv-popmap a {color: #000000;}
boby .uv-popmap .uv-poptableinfo p{color: #656565;}
body .uvmap-promocode #uvcart_promo{color: #000000; margin-left: 0;}
body #map-shadow .uvmap-mapdatecont .h4{
	font-size: 14px;
	text-align: center;
    color: #fff;
    margin: 10px 0px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
}
body .uv-popmap .uv-popheader.uv-inquiry-title{padding-top: 0!important;}

/***********/

.uv-stooltip{position: relative;}
.uv-stooltip:before, .uv-stooltip:after{
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -10px);
    opacity: 0;
    transition: .2s;
}
.uv-stooltip.ttactive:before, .uv-stooltip.ttactive:after{
    opacity: 1;
    transform: translate(-50%);
}
.uv-stooltip:before{
    content: "";
    bottom: calc(100% + 2px);
    border: solid 5px transparent;
    border-top-color: #000000;
}
.uv-stooltip:after{
    content: "Link\00a0 Copied!";
    bottom: calc(100% + 12px);
    padding: .61em .93em;
    font-size: .8rem;
    background-color: #000000;
    color: #ffffff;
    border-radius: 3px;
}
.uv-visor-default.uv-pop-cont .uv-closepop:before{content: " ";}
.uv-visor-default.uv-pop-cont .uv-closepop{
	width: 24px;
	height: 24px;
	background: url(assets/images/x-icon.svg) center center no-repeat;
	background-size: contain;
}
body .privacy-policy-styles{
	position: relative;
	margin-bottom: 10px;
}
.uv-artists-grid{
	margin-left: -16px;
	margin-right: -16px;
	margin-bottom: -32px;
}
.uv-artists-grid > div{
	float: left;
	width: 33.3333%;
	padding-left: 16px;
	padding-right: 16px;
	margin-bottom: 32px;
}
.uv-artist-grid-item{
    position: relative;
    background-color: #ffffff;
    border: 1px solid #000000;
    color: #000000;
	opacity: 0;
    visibility: hidden;
    text-align: center;
    transform: translateY(15px);
    -webkit-transition: all 400ms ease-in-out 200ms;
    transition: all 400ms ease-in-out 200ms;
}
.uv-artist-grid-item .uv-loadimgbg{background-position: center top;}
.uv-artist-grid-item.animate{
	opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.uv-artist-grid-image{
	position: relative;
    background-color: #f0f0f0;
}
.uv-artist-grid-image:before{
    position: relative;
    display: block;
    content: " ";
    padding-top: 100%;
}
.uv-artist-grid-info{padding: 20px;}
.uv-artist-grid-info .name{
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.0294em;
    line-height: 1.1;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.uv-artist-grid-actions{padding-top: 30px;}
.uv-artist-grid-actions .uv-btn{
    padding: 9px 16px;
    font-size: 13px;
    font-weight: 500;
}
body .ticksellabel{display: none;}
.uv-formbox{
	position: relative;
	border: 1px solid #B3B3B3;
	background-color: transparent;
	padding: 35px 55px;
	padding-bottom: 50px;
}
.uv-formcontactcont{
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;
}
.uv-formcontactcont .h5{font-weight: 600;}
.uv-formcontact{
	width: 100%;
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
}
.uv-inputcont{
	margin-bottom: 18px;
	position: relative;
}
.uv-inputcont input, .uv-inputcont textarea,
.uv-inputcont select{
	outline: none;
    width: 100%;
    border: 0;
    background-color: transparent;
    color: #333333;
    padding: 14px 14px;
    line-height: normal;
    font-size: 15px;
    border: 1px solid #B1B1B1;
    margin: 0;
}
.uv-inputcont label{
	display: block;
	color: #525252;
	font-size: 11px;
	font-weight: 600;
	line-height: 14px;
	text-transform: uppercase;
	margin-bottom: 0.8em;
}
.uv-formcontact .uv-form-actions{padding-top: 20px;}
.uv-formcontact .uv-form-actions .uv-btn-p{
	width: 100%;
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.uv-inputcont label.error{
	text-transform: none;
	font-size: 10px;
	margin-top: 3px;
}
.uv-formbox-message{
	display: none;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.95);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.uv-formbox-message-inner{
	position: absolute;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	
	bottom: 50%;
	top: auto;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    vertical-align: middle;
}
.uv-formbox-message-text{
	font-size: 16px;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}
.uv-formbox-message-text strong{
	display: block;
	font-size: 150%;
	margin-bottom: 0.5em;
	font-weight: bold;
}



@media(min-width: 768px){
	.uv-ticketssel .uv_wrap{margin: 0;}
	.uv-ticketssel li .uv_col:first-child{width: 36%;}
	.uv-ticketssel li .uv_col:nth-child(2){width: 11%;}
	.uv-ticketssel li .uv_col:nth-child(3){width: 13%;}
	.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;
	}
}
/****************/

/*Artists Page*/
/*
.uv-artistcont{
	padding-top: 90px;
	padding-bottom: 90px;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.uv-artistcont-grid > div{float: left;}
.uv-artistcont-info{
	width: 63%;
	padding-right: 45px;
}
.uv-artistcont-sidebar{
	width: 37%;
    padding-left: 45px;
}
.uv-artist-title .tag{
	font-size: 13px;
	font-weight: 600;
	line-height: 1.23;
	text-transform: uppercase;
}
.uv-artist-title h1{
	margin-top: 0;
	text-transform: uppercase;
}
.uv-artistcont-sidebar img{width: 100%;}
.uv-artistinfo-socials{padding-top: 30px;}
.uv-artistinfo-socials-title{
	font-size: 13px;
	font-weight: 600;
	line-height: 1.23;
	text-transform: uppercase;
	margin-bottom: 1em;
}
.uv-artistinfo-socials .uv-socials{text-align: left;}
.uv-soundcloud-widget, .uv-spotify-widget{
	margin-top: 50px;
	position: relative;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	height: 391px;
}
.uv-soundcloud-widget iframe, .uv-spotify-widget iframe{
	position: absolute;
    border: 0;
    outline: none;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/**************/

/**/
.uv-dispnone{display: none;}
.uv-dispblock{display: block;}
.uv-clear{clear: both;}
.uv-row{margin-left: -15px;margin-right: -15px;}
.uv-row:before, .uv-row:after{display: table;content: " ";}
.uv-row:after{clear: both;}
.uv-col{padding-left: 15px;padding-right: 15px;}
.uv-col-sm{padding-left: 15px;padding-right: 15px;}
.uv-fright{float: right;}
.uv-fleft{float: left;}
.uv-w100{width: 100%;}
.uv-w50{width: 50%;}
.uv-h100{height: 100%;}
.uv-h50{height: 50%;}
.uv-nopadding{padding: 0px;}
.uv-nomargin{margin: 0px;}
.uv-psides{padding-left: 25px;padding-right: 25px;}
.uv-pt5{padding-top: 5px;}
.uv-pt10{padding-top: 10px;}
.uv-pt20{padding-top: 20px;}
.uv-pt30{padding-top: 30px;}
.uv-pt40{padding-top: 40px;}
.uv-pt50{padding-top: 50px;}
.uv-pt60{padding-top: 60px;}
.uv-pt70{padding-top: 70px;}
.uv-pt80{padding-top: 80px;}
.uv-pt100{padding-top: 100px;}
.uv-pb5{padding-bottom: 5px;}
.uv-pb10{padding-bottom: 10px;}
.uv-pb20{padding-bottom: 20px;}
.uv-pb30{padding-bottom: 30px;}
.uv-pb40{padding-bottom: 40px;}
.uv-pb50{padding-bottom: 50px;}
.uv-pb60{padding-bottom: 60px;}
.uv-pb70{padding-bottom: 70px;}
.uv-pb80{padding-bottom: 80px;}
.uv-pb100{padding-bottom: 100px;}
.uv-mt0{margin-top: 0px;}
.uv-mb0{margin-bottom: 0px;}
.uv-mb5{margin-bottom: 5px;}
.uv-mb10{margin-bottom: 10px;}
.uv-mb15{margin-bottom: 15px;}
.uv-mb20{margin-bottom: 20px;}
.uv-mb25{margin-bottom: 25px;}
.uv-mb30{margin-bottom: 30px;}
.uv-mb40{margin-bottom: 40px;}
.uv-mb50{margin-bottom: 50px;}
.uv-mb60{margin-bottom: 60px;}
.uv-mb70{margin-bottom: 70px;}
.uv-mb80{margin-bottom: 80px;}
.uv-mb100{margin-bottom: 100px;}
.uv-mr5{margin-right: 5px;}
.uv-mr10{margin-right: 10px;}
.uv-mr15{margin-right: 15px;}
.uv-mr20{margin-right: 20px;}
.uv-mr25{margin-right: 25px;}
.uv-mr30{margin-right: 30px;}
.uv-touppercase{text-transform: uppercase;}
.uv-smallfont{font-size: 14px;}
.uv-seccolor{color: #FFF!important;}
.uv-center{text-align: center;}
.uv-centerbox{float: none!important;margin-left: auto!important;margin-right: auto!important;}

@media(max-width: 767px)
{
	.uv-col-sm{width: 100%!important;float: none;}
	.uv-psides{padding-left: 15px;padding-right: 15px;}
}
/**/

/*Artist Page*/
.artistcont
{
	padding-top: 130px;
	padding-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
}
.artistrow .uv-col-sm.uv-fleft{width: 38.5%;padding-right: 45px;}
.artistinfo-socials{padding-left: 18px;}
.artistinfo-socials-title
{
	color: #CECECE;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.23;
	text-transform: uppercase;
	margin-bottom: 1em;
}
.artistinfo-socials .uv-socials{text-align: left;}
.artistinfo-socials .uv-socials li a
{
	background-color: #FFF;
	width: 40px;
	height: 40px;
	color: #000;
	line-height: 42px;
	border: none;
}
.artistrow .uv-col-sm.uv-fleft .artist-bio{display: none;}
.artist-soundcloud-widget, .artist-spotify-widget
{
	position: relative;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	height: 391px;
}
.artist-soundcloud-widget iframe, .artist-spotify-widget iframe
{
	position: absolute;
    border: 0;
    outline: none;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.artistrow .uv-col-sm.uv-fright{width: 61.5%;padding-left: 45px;}
.artist-title{position: relative;margin-bottom: 75px;}
.artist-title img{display: none;position: relative;}
.artist-title h1{font-family: "Montserrat";font-weight: normal;margin-top: 0;}
.artist-eventitem
{
	display: block;
	background-color: #000;
	padding: 12px 22px 12px 36px;
	margin-bottom: 8px;
}
.artist-eventitem.noevents{margin-bottom: 118px;}
.artist-eventitem .uv-btn.uv-btn-s{padding: 12px 45px;}
.artist-eventitem-date{font-size: 18px;font-weight: bold;padding-top: 12px;}
.artist-eventitem-date span{color: #E2E2E2;font-weight: normal;}
.artist-btncalcont .uv-btn.uv-btn-p{background-color: transparent;color: #E5E5E5;}
.artist-btncalcont .uv-btn.uv-btn-p:hover{background-color: #FFF;color: #000;}
.artist-bio{color: #B1B1B1;font-weight: bold;text-align: left;margin-top: 0px;margin-bottom: 0px;}

@media(max-width: 1023px)
{
	.artistrow .uv-col-sm.uv-fleft{padding-right: 20px;}
	.artistrow .uv-col-sm.uv-fright{padding-left: 20px;}
	.artist-eventitem .uv-btn.uv-btn-s{padding: 12px 21px;}
	.artist-eventitem.noevents{text-align: center;}
	.artist-eventitem.noevents .artist-eventitem-date{float: none;padding-top: 0px;margin-bottom: 8px;}
	.artist-eventitem.noevents .uv-btn.uv-btn-s{float: none;}
}
@media(max-width: 767px)
{
	.artistcont{padding-top: 0px;}
	.artistrow .uv-col-sm.uv-fleft, .artistrow .uv-col-sm.uv-fright{padding-left: 0px;padding-right: 0px;}
	.artistrow .uv-col-sm.uv-fleft img{display: none;}
	.artistinfo-socials-title{text-align: center;}
	.artistinfo-socials{padding-left: 0px;margin-bottom: 70px;}
	.artistinfo-socials .uv-socials{text-align: center;}
	.artistrow .uv-col-sm.uv-fleft .artist-bio{display: block;margin-bottom: 50px;}
	.artist-title{margin-bottom: 0px;}
	.artist-title img{display: block;}
	.artist-title h1{width: 100%;text-align: center;position: absolute;top: 23px;z-index: 10;}
	.artist-eventitem{background-color: transparent;padding: 20px 20px;margin-bottom: 3px;}
	.artist-eventitem .uv-btn.uv-btn-s{padding: 8px 21px;}
	.artist-eventitem-date{font-size: 15px;padding-top: 10px;}
	.artist-eventitem.noevents{margin-bottom: 70px;}
	.artistrow .uv-col-sm.uv-fright .artist-bio{display: none;}
	.artist-title img{margin-bottom: 0;}
}
@media(max-width: 479px)
{
	.artistrow .uv-col-sm.uv-fleft{padding-left: 34px;padding-right: 34px;}
}
/**/

.uvg-emailshare .uv-lead-field-checkboxcont label{
	height: auto;
	color: #000000;	
}
.uv-popconfirm-cont{
	text-align: center;
	position: relative;
}
.uv-popconfirm-cont .uv-btn-p{
	float: left;
	width: 50%;
	width: calc(50% - 10px);
}
.uv-popconfirm-cont .uv-btn-s{
	float: right;
	width: 50%;
	width: calc(50% - 10px);
}
.uv-popconfirm-cont p{
	margin-top: 0;
	margin-bottom: 1.5em;
}
.uv-popconfirm-cont p a{text-decoration: underline;}
.uv-artistlist-controls{margin-bottom: 50px;}
.uv-guestlist{position: relative;}
.uv-guestlist-datesel{
	max-width: 600px;
	margin: auto;
	border: 1px solid #ffffff;
	padding: 15px;
}
.uv-guestlist-load{
	position: relative;
	max-width: 600px;
	margin: auto;
	border: 1px dashed #ffffff;
	margin-top: 20px;
	min-height: 200px;
	padding: 15px;
}
.uv-guestlist-load .nocontent{
	padding-top: 75px;
	font-size: 20px;
	text-align: center;
	padding-left: 40px;
	padding-right: 50px;
}
.uv-guestlist-load .uv-eventcont{
	padding-top: 0;
	padding-bottom: 0;
}
.uv-guestlist-load #joinmail{
	margin-top: 2px;
	margin-right: 8px;
}
.uv-guestlist-load.uv-loading:before{
	background: #fff url(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: 0;
    bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
}
.uv-guestlist-load.uv-loading{opacity: 0.6;}
#phone-code{margin-bottom: 0!important;}
.uv-panelsslides .uv-panelheader.uv-panelhaslink button:after{
	-ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}


/*Map bottom lead form*/
.uvmap-res3dform #uvjs-popinquiry input[type="text"], .uvmap-res3dform #uvjs-popinquiry input[type="number"]{
	display: block!important;
    width: 100%!important;
    line-height: 1.4!important;
    padding: 8px 15px!important;
    outline: none!important;
}
/****/


/*Responsive*/
@media(max-width: 1400px){
	.uv-upcomingevents-grid-inner > div{width: 33.3333%;}
}
@media(max-width: 1300px){
	.uv-upcomingevents-grid-monthsmenu ul li .uv-btn, .uv-contentfilter-menucont ul li .uv-btn{width: 220px;}
}
@media (max-width: 1281px){
	.uvmap-mapoptions .uvmap-dropeventinfo{display: block;}
	body .uvmap-mapinfo, body .uvmap-map{
		width: auto;
		float: none;
	}
	body .uvmap-mapinfo .uv-btn{
		width: auto;
		margin-bottom: 10px;
	}
	body .uvmap-mapinfo .uvmap-maplistcontainer{
	    top: 65px;
	    left: auto;
	    right: 30px;
	}
	body .uvmap-section .dropdown-menu{
		position: absolute;
		left: auto;
		right: 0;
	}
	body .uvmap-mapinfo .h2, body .uvmap-mapinfo p{font-size: 12px;}
	body .uvmap-mapflyer{margin-bottom: 10px;}
	body .uvmap-mapinfo a{font-size: 12px;}
	body .uvmap-map{width: 100%;}
	body .uvmap-mapinfo .uvmap-mapflyer a{margin-top: 0;}
	body .uvmap-colorcoding-720less:not(.uvmap-hide){display: none;}
	body .uvmap-mapoptions .uvmap-dropeventinfo{padding: 13px;}
	body .uvmap-map{margin-top: 40px;}
}
@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;}
	.uv-eventsgrid-info .ddate, .uv-eventsgrid-info .dtime{font-size: 28px;}
	.uv-eventsgridcont > div{
		padding-left: 20px;
		padding-right: 20px;
	}
	.uv-eventsgridcont{
		margin-left: -20px;
		margin-right: -20px;
	}
	.uv-upcomingevents-grid-monthsmenu ul li .uv-btn, .uv-contentfilter-menucont ul li .uv-btn{width: 170px;}
	.uv-eventinfo{
		width: 40%;
		padding-right: 15px;
	}
	.uv-eventbook{
		width: 60%;
		padding-left: 15px;
	}
	.uv-eventbottominfo-left{padding-right: 40px;}
	.uv-eventbottominfo-right{padding-left: 0;}
}
@media(max-width: 1024px){
	body .uvmap-mapinfo .uv-btn{width: 100%;}
	body .uvmap-mapinfo .uvmap-maplistcontainer{
		top: auto;
		left: auto;
		right: auto;
	}
	body .uvmap-mapinfo .uvmap-eventinfonodrop .uvmap-puteventname, body .uvmap-mapinfo .uvmap-eventinfonodrop .uvmap-mapflyer, body .uvmap-mapinfo .uvmap-eventinfonodrop p{display: block;}
	.uvmap-mapinfo .uvmap-dropeventinfo{
		width: 100%;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 40px!important;
		padding-bottom: 40px;
	}
	body .uvmap-mapinfo .h2{margin-top: 0;}
	body .uvmap-mapinfo .h2, body .uvmap-mapinfo p{font-size: 16px;}
	body .uvmap-mapflyer{
		margin-bottom: 0;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
	}
	.uv-popbodycont.uv-popinquiry{padding: 15px!important;}
	.uv-popbodycont.uv-popinquiry .phone-styles .chosen-container .chosen-single{margin-top: 0!important;}
}
@media(max-width: 1000px){
	.uv-eventsgrid-footer .name, .uv-eventsgrid-footer .venuename, .uv-eventsgrid-footer .ddate{font-size: 14px;}
	.uv-eventsgrid-actions{padding-top: 30px;}
	.uv-eventsgridcont > div{
		padding-left: 15px;
		padding-right: 15px;
	}
	.uv-eventsgridcont{
		margin-left: -15px;
		margin-right: -15px;
	}
	.uv-eventbook{
		width: 100%;
		padding-left: 0;
		float: none;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
	}
	.uv-eventtitle{margin-bottom: 40px;}
	.uv-eventinfo{
		width: 100%;
		padding-right: 0;
		float: none;
	}
	.uv-eventscrolllink{display: none;}
	.uv-event-flyer{max-width: 400px;}
	.uv-packages-panel{padding: 38px 40px 35px 40px;}
}
@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{
		padding-right: 120px;
		font-size: 12px;
	}
	.uv-eventslist-item .actions{
		width: 120px;
		padding-right: 15px;
	}
	.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-photoalbumvisor{padding-right: 300px;}
	.uv-pa-list{width: 300px;}
	.uv-upcomingevents-grid-monthsmenu ul li .uv-btn, .uv-contentfilter-menucont ul li .uv-btn{
		font-size: 12px;
		padding-top: 13px;
		padding-bottom: 13px;
		width: 130px;
	}
}
@media(max-width: 840px){
	.uv-eventsgridcont > div{
		width: 50%;
		margin-bottom: 20px;
	}
	.uv-eventsgridcont{margin-bottom: -20px;}
	.uv-eventsgrid-ne3 .uv-eventsgridcont > div{display: none;}
	.uv-eventsgrid-ne3 .uv-eventsgridcont > div:nth-child(-n+2){display: block;}
	.uv-upcomingevents-grid-inner > div{width: 50%;}
	.uv-photoscont > div{width: 50%;}
	.uv-photoscont > div:nth-child(3n + 1){clear: none;}
	.uv-photoscont > div:nth-child(2n + 1){clear: both;}
	.uv-artists-grid > div{width: 50%;}
	.uv-eventsgrid-ne4 .uv-eventsgridcont > div:nth-child(4){display: block;}
	.uv-artistcont-info{padding-right: 20px;}
	.uv-artistcont-sidebar{padding-left: 20px;}
}
@media(max-width: 800px){
	.uv-photoalbumvisor{padding-right: 280px;}
	.uv-pa-list{width: 280px;}
}
@media(max-width: 768px){
	.uv-calendar-table{font-size: 10px;}
	.uv-eventslist-item{
		font-size: 11px;
		min-height: 72px;
		padding-left: 70px;
		padding-right: 75px;
	}
	.uv-eventslist-item > img, .uv-eventslist-item > a > img{height: 70px;}
	.uv-eventslist-item .name, .uv-eventslist-item .venue, .uv-eventslist-item .city{
		min-height: 70px;
		padding-top: 15px;
	}
	.uv-eventslist-item .name{padding-bottom: 15px;}
	.uv-eventslist-item .actions{padding-top: 22px;}
	.uv-eventslist-item .actions button{
		padding-top: 8px;
		padding-bottom: 8px;
		font-size: 12px;
	}
	.uv-eventslist-item .actions{width: 75px;}
	.uv-eventbook, .uv-eventinfo{
		padding: 0;
		width: 100%;
		float: none;
	}
	.uv-ticketssel.uv-tixhideprice li .uv_col:nth-child(5){width: 26%;}
	.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;}
	body .uv-popmap .uv-poptableoptions{padding-left: 0px;}
    body .uv-popmap .uv-poptableinfo{padding-right: 0px;}
    body .uv-popmap .uv-tableguests label {font-size: 14px;}
    body .uv-popmap .uv-popheader{padding: 30px 0px 20px!important;}
    body .uv-popmap .uv-popheader h3, body .uv-popmap .uv-popheader h1{float: left;}
    body .uv-popmap .uv-poptablecapacity{float: left !important;margin-left: 0;}
    body .uv-popmap .uv-cancel{margin-top: 30px;}
    .uv-content-cancel{padding-top: 15px;}
    body .uv-popmap .uv-cancel{
	    margin-left: auto;
	    margin-right: auto;
    }
    body .uv-popmap .uv-poptableddate{padding-left: 0;}
    body .uv-popmap .uv-poptablecapacity{padding-right: 0;}
    body .uv-popinquiry .uv-formcells .uv-formcell2-1, body .uv-popinquiry .uv-formcells .uv-formcell1-1{
	    padding-left: 4px!important;
	    padding-right: 4px!important;
    }
    .uv-artistcont-grid > div{float: none;}
    .uv-artistcont-info{
	    width: 100%;
	    padding-right: 0;
	    text-align: center;
	}
	.uv-artistcont-sidebar{
		padding-left: 0;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 500px;
		padding-top: 30px;
	}
	.uv-artistinfo-socials .uv-socials, .uv-artist-title{text-align: center;}
	.uv-packages h2{font-size: 24px;}
	.uv-packages p{font-size: 15px;}
	.uv-pk-options{
		margin-top: 30px;
		margin-bottom: -8px;
	}
	.uv-pk-options .uv-pk-stprice{font-size: 25px;}
	.uv-pk-options .uv-pk-terms{
		font-size: 14px;
		margin-top: 1.2em;
	}
	.uv-pk-options select{
	    height: 38px;
	    min-width: 50px;
	    padding: 7px 10px;
	    font-size: 15px;
	    color: #2A2A2A;
	    margin-right: 20px;
	}
	.uv-pk-options button{
	    font-size: 13px;
	    padding: 9px 38px;
	}
	.uv-packages{margin-bottom: 60px;}
}
@media(max-width: 700px){
	.uv-eventslider.uv-eventslider-empty{height: 40px;}
}
@media(max-width: 650px){
	body .uv-popmap .uv-poptableddate{padding-left: 0px; margin-left:0px; margin-top: 10px;}
    body .uv-popmap .uv-poptablecapacity{margin-top: 10px;}
    body .uv-popmap .uv-poptableinfo p{margin-bottom:20px; margin-top:20px;}
    body .uv-popmap .uv-popheader > .pull-left, body .uv-popmap .uv-popheader > .pull-right{float: none;}
    body .uv-popmap .uv-popheader h1{
	    margin-bottom: 20px;
	    padding: 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-btn{font-size: 10px;}
	.uv-panel .uv-panelfooter{
		padding-left: 7px;
		padding-right: 7px;
	}
	.uv-ticketssel{font-size: 12px;}
	.uv-ticketssel .uv-btn span{display: none;}
	.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-eventcont{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.uv-eventtitle h1{font-size: 30px;}
	.uv-eventtitle h2{
		font-size: 18px;
		margin-top: 0.3em;
	}
	.uv-eventbottominfo-left, .uv-eventbottominfo-right{
		width: 100%;
		float: none;
		padding-right: 0;
	}
	.uv-eventbottominfo-left .uv-eventinfobxcont:last-child{margin-bottom: 40px;}
	.uv-ticketssel li.uv_theaders .uv_col:first-child{padding-left: 7px;}
	.uv-ticketssel li.uv_theaders .uv_col:last-child{padding-right: 7px;}
	.uv-ticketssel li .uv_col:first-child{padding-left: 7px;}
	.uv-ticketssel li.uvtixcartitem .uv_col:nth-child(5){padding-right: 7px;}
	.uv-panel .uv-submititems{margin-top: 11px;}
	.uv-panel .uv-panelfooter{
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.uv-photoscont > div{
		padding-left: 10px;
		padding-right: 10px;
	}
	.uv-photoscont{
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: -20px;
	}
	.uv-photoalbum-item{margin-bottom: 20px;}
	.uv-pa-picvisor .uv-btn{
		padding: 8px 20px;
		font-size: 10px;
	}
	.uv-eventtitle, .uv-eventsgridcont, .uv-eventsgrid-item, body .uvmap-mapinfo .uv-btn, .uvmap-mapinfo .uvmap-dropeventinfo, .uv-eventbottominfo-cont{text-align: center;}
	.uv-eventbottominfo-left, .uv-eventbottominfo-right{
		margin-left: auto;
		margin-right: auto;
	}
	.uv-formbox{padding: 20px;}
	.uv-formcontact{padding-bottom: 30px;}
	.uv-formcontact{margin-bottom: 40px;}
	.uv-eventslist-item .actions .uv-btn{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.uv-packages-panel{padding: 30px 25px 30px 25px;}
	.uv-pk-options .uv-pk-stprice{font-size: 20px;}
	.uv-pk-options .uv-pk-terms{
		font-size: 12px;
		margin-top: 0.7em;
	}
	.uv-pk-options label{
		font-size: 11px;
		margin-right: 10px;
	}
	.uv-packages p{text-align: left;}
	body .uv-pk-options button{
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 350px;
		display: block;
		font-size: 14px;
		padding: 11px 15px;
	}
	.uv-pk-options .uv-pk-stprice{margin-top: 0.8em;}
	.uv-pk-options .uv-pk-terms{margin-top: 1.6em;}
	.uv-pk-options select{margin-right: 0;}
	.uv-pkpopcont button{margin-right: auto;}
	.uv-pk-inputcont label{text-align: center;}
	.uv-pa-picvisor .uv-btn{
		bottom: -40px;
		left: 0;
	}
	.uv-panel-freeguestlist .uv-ticketssel li .uv_col:nth-child(4){display: none;}
	.uv-panel-freeguestlist .uv-ticketssel li.uvtixcartitem .uv_col:nth-child(5){width: 27%;}
}
@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-upcomingevents-grid-inner{
		text-align: center;
		margin-left: -5px;
		margin-right: -5px;
	}
	.uv-upcomingevents-grid-inner > div{
		padding-left: 5px;
		padding-right: 5px;
	}
	.uv-upcomingevents-grid-monthsmenu ul li, .uv-contentfilter-menucont ul li{padding: 0 8px;}
	.uv-eventtitle .uv-shares{
		position: relative;
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
	}
	.uv-eventtitle{padding-right: 0;}
	.uv-ticketssel li .uv_col:first-child, .uv-ticketssel li .uv_col:nth-child(3), .uv-ticketssel li .uv_col:nth-child(4){padding-top: 10px;}
	.uv-ticketssel select{padding: 4px 5px;}
	.uv-ticketssel .badge-added{display: none;}
	.uv-eventsgrid-info{display: none;}
	.uv-eventsgrid-info-mob{display: block;}
	.uv-eventsgrid-item{border: 0;}
	.uv-eventsgrid-footer{padding: 10px 10px 0 10px;}
	.uv-eventsgrid-actions{padding-top: 20px;}
	.uv-eventsgridcont > div{
		padding-left: 5px;
		padding-right: 5px;
	}
	.uv-eventsgridcont{
		margin-left: -5px;
		margin-right: -5px;
	}
	.uv-eventsgrid-flyer{border: 0;}
}
@media(max-width: 500px){
	.uv-eventslist-item .name .date{
		font-size: 13px;
		width: 35px;
		right: 10px;
	}
	.uv-eventslist-item .name{
		padding-right: 50px;
		padding-left: 10px;
	}
	.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-evsliderleft, .uv-evsliderright{
		width: 15px;
		height: 30px;
	}
	.uv-eventsgridcont{margin-bottom: -20px;}
	.uv-eventsgrid-info .ddate, .uv-eventsgrid-info .dtime{font-size: 25px;}
	.uv-ticketssel li .uv_col{line-height: normal;}
	.uv-photolabum-info .name, .uv-photolabum-info .ddate{font-size: 13px;}
	.uv-photolabum-info{padding: 10px;}
	body .uv-popmap .uv-pop-charge{padding: 15px;}
    body .uv-popmap:not(.uvmap-popimg-cont) .uv-pop-box > .uv-closepop{right: 0px; top: 0px;}
    .uv-pk-options .uv-pk-stprice{margin-right: 8px;}
}
@media(max-width: 480px){
	body .uvmap-section{
		padding-left: 20px!important;
		padding-right: 20px!important;
		padding-top: 0!important;
		padding-bottom: 0!important;
	}
	body .uvmap-mapinfo .uvmap-maplistcontainer .list-items li .uv-listitemview button{
		color: #000000!important;
		border: 0!important;
		background-color: transparent!important;
	}
}
@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-eventsgrid-info .ddate, .uv-eventsgrid-info .dtime{font-size: 22px;}
	#uv-pop-visor .uv-pop-visorbox{min-height: 150px;}
	.uv-artists-grid{
		margin-left: -5px;
		margin-right: -5px;
		margin-bottom: -15px;
	}
	.uv-artists-grid > div{
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 15px;
	}
	.uv-artist-grid-info .name{font-size: 13px;}
	.uv-artist-grid-info{padding: 15px 10px;}
	.uv-artist-grid-actions{padding-top: 20px;}
	.uv-artist-grid-actions .uv-btn{font-size: 10px;}
	.uv-pk-options .uv-pk-terms{display: none;}
	.uv-panel-freeguestlist .uv-ticketssel li.uvtixcartitem .uv_col:nth-child(5){display: block;}
	.uv-panel .uv_col p{text-align: left;}
	.uv-panel-freeguestlist .uv-ticketssel li.uvtixcartitem .uv_col:nth-child(5){
		width: 18%;
		padding: 0 5px;
	}
}
@media(max-width: 400px){
	.uv-eventslist-item{padding-right: 60px;}
	.uv-eventslist-item .actions{width: 60px;}
	.uv-eventslist-item .actions{padding-right: 8px;}
	.uv-calendar .uv-eventslist .uv-btn{padding: 8px 0px;}
	.uv-events-lio .uv-upcomingevents-grid-inner > div {width: 100%;}
}
@media(max-width: 380px){
	.uv-mosaic-default .uv-mos-item{width: 100%;}
	.uv-eventsgrid-info .ddate, .uv-eventsgrid-info .dtime{font-size: 18px;}
}
@media(max-width: 360px){
	.uv-pkcalendar.uv-resdatepicker table{border-spacing: 2px;}
}


.uvpd5{padding: 5px;}
.uvpr50{padding-right: 50px;}



/*Owl Carousel*/
.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;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.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;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-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;-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;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.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{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.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:1s;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 .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.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://drinkmamarabbitlv.com/wp-content/themes/uvmgm/uvwpcore/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-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%}