/*
 Theme Name:   UrVenue - Avada
 Author:       aa@urvenue.com
 Template:     Avada
 Version:      1.0.0
 Updated: 	   2015-08-07
*/


.uv-btn{
	border: 1px solid #55839a !important;
	background: #000;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	outline: none;
	cursor: pointer;
	
	-webkit-transition: all 200ms ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.uv-btn:hover{
	background: #55839a;
}
.uv-clearfix:before, .uv-clearfix:after{
	display: table;
	content: " ";
}
.uv-clearfix:after{
	clear: both;
}
.uv-eventlist img{
	border: 4px solid #3a3433;
}
.uv-eventlist p{
	margin-bottom: 10px;
}
.uv-eventlist h3{
	margin: 10px 0px;
}
/*Calendar*/
.uvc-calgrid{
	font-size: 20px;
	clear: both;
}
.uvc-calgrid .uvc-th, .uvc-calgrid .uvc-day{
	float: left;
	width: 14.2857%;
	position: relative;
	overflow: hidden;
	padding-top: 22px;
}
.uvc-calgrid .uvc-day{
	background: rgba(58, 52, 51, 0.8);
	border-right: 1px solid rgba(0, 0, 0, 1);
	border-bottom: 1px solid rgba(0, 0, 0, 1);
}
.uvc-calgrid .uvc-days{
	border-left: 1px solid rgba(0, 0, 0, 0.7);
	clear: both;
}
.uvc-calgrid > .uvc-day:nth-child(7n+1), .uvc-calgrid > a:nth-child(7n+1) > .uvc-day{
	clear: both;
	border-left: 1px solid rgba(0, 0, 0, 0.7);
}
.uvc-calgrid .uvc-nextmonth, .uvc-calgrid .uvc-pastmonth, .uvc-calgrid .uvc-pastday{
	background: rgba(50, 50, 50, 0.8);
	opacity: 0.7;
}
.uvc-calgrid .uvc-day:before{
	display: block;
	position: relative;
	width: 100%;
	content: " ";
	padding-bottom: 100%;
}
.uvc-daylabel{
	position: absolute;
	font-size: 66%;
	top: 0;
	left: 0;
	z-index: 10;
	color: #fff;
	width: 100%;
	line-height: 1;
	padding: 0.35em 2%;
	background: #2f2f2f;
	text-align: right;
}
.uvc-daylabel span{
	display: none;
}
.uvc-th{
	padding: 4px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 70%;
	color: #fff;
	/*background: rgba(0, 0, 0, 0.5);*/
	border-bottom: 1px solid rgba(0, 0, 0, 1);
}
.uv-calendar{
	position: relative;
}
.uvc-loading .uvc-controls, .uvc-loading .uvc-calgrid{
	opacity: 0.6;
}
.uv-calendar.uvc-loading:before{
	background: #000 url('./imateq/www/uvcloader.gif') no-repeat center center;
	position: absolute;
	display: block;
	content: " ";
	z-index: 16;
	width: 50px;
	height: 50px;
	margin: 0;
	margin: auto;
	margin-bottom: 0px;
	border: 1px solid #000;
	left: 0;
	right: 0;
	bottom: 50%;
	top: auto;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	vertical-align: middle;
	margin-bottom: 10%;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-background-size: auto;
  	-moz-background-size: auto;
  	-o-background-size: auto;
  	background-size: auto;
}
.uvc-controls{
	font-size: 20px;
	margin-bottom: 10px;
}
.uvc-controls i{
	margin: 0 5px;
	font-size: 32px;
	color: #fff;
}
.uvc-curmonth{
	float: left;
	margin-right: 20px;
	line-height: 35px;
	font-size: 125%;
	text-transform: uppercase;
	color: #fff;
}
.uvc-monthdisabled{
	opacity: 0.4;
	cursor: default;
}
.uvc-dateevent{
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	top: 0;
}
.uvc-dateevent > img{
	width: 101%;
	height: auto;
	display: block;
	position: absolute;
	z-index: 1;
	left: auto;
	right: 50%;
	top: auto;
	bottom: 50%;
	transform: translate(50%, 50%);
	-webkit-transform: translate(50%, 50%);
	-moz-transform: translate(50%, 50%);
	padding-top: 22px;
}
.uvc-eventlist .uvc-pastmonth, .uvc-eventlist .uvc-nextmonth{
	display: none;
}
.uvc-eventlistcont{
	display: none;
}
.uvc-eventlist{
	display: table;
	width: 100%;
	font-size: 20px;
}
.uvc-eventlist a {
    border-bottom: 1px solid #fff;
    display: table;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}
.uvc-eventlist > div{
	display: table-row;
}
.uvc-eventlist > div > div{
	display: table-cell;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #2b2b2b;
	vertical-align: middle;
}
.uvc-eventlist > div > div:first-child{
	padding-left: 15px;
}
.uvc-eventlist > div > div:last-child{
	padding-right: 15px;
}
.uvc-eventlist .uvc-elflyer{
	width: 130px;
	display: table-cell;
}
.uvc-eventlist .uvc-elinfo{
	padding-left: 3%;
	display: table-cell;
	vertical-align: middle;
}
.uvc-eventlist .uvc-eldate{
	padding-left: 1%;
	padding-right: 1%;
	display: table-cell;
	width: 100px;
	vertical-align: middle;
}
.uvc-eventlist .uvc-elbutton{
	text-align: right;
	display: table-cell;
	vertical-align: middle;
	width: 200px;
}
.uvc-elflyer img{
	width: 115px;
}
.uvc-elinfo h1{
	margin: 0;
	font-size: 130%!important;
	line-height: 1.1!important;
	text-align: left;
	letter-spacing: 3px;
}
.uvc-elinfo h2{
	margin: 0;
	font-size: 80%!important;
}
.uvc-eldate h5{
	margin: 0;
	font-size: 95%!important;
	padding: 0 0.3em 0.3em 0.3em;
	margin-bottom: 0.3em;
	border-bottom: 3px solid #55839a;
	text-align: center;
	text-transform: uppercase;
}
.uvc-eldate h6{
	font-size: 140%!important;
	margin: 0;
	text-align: center;
}
.uvc-elbutton button{
	padding-left: 25px;
	padding-right: 25px;
	font-size: 70%;
}
.uvc-noeventsmsg{
	text-transform: uppercase;
	padding: 100px 5%;
	font-size: 200%;
	text-align: center;
	color: #fff;
}
.uvc-calendarshown .uvc-th, .uvc-calendarshown .uvc-days{
	display: block;
}
.uvc-listshown .uvc-th, .uvc-listshown .uvc-days{
	display: none;
}
.uvc-calendarshown .uvc-eventlistcont{
	display: none;
}
.uvc-listshown .uvc-eventlistcont{
	display: block;
}

.uvc-datemultiple ul{
	position: absolute;
	margin: 0;
	padding: 0 1%;
	padding-left: 3%;
	list-style: none;
	margin: auto;
	display: block;
	padding-top: 22px;
	
	bottom: 50%;
	top: auto;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	vertical-align: middle;
}
.uvc-datemultiple ul li{
	margin: 0;
	padding: 3px 0;
	position: relative;
}
.uvc-datemultiple ul li a{
	display: inline-block;
	font-size: 70%;
	color: white;
	line-height: 1;
}
.uvc-datemultiple ul .uvc-eventvenue-icon a{
	color: #55839a;
	color: #fff;
}
.uvc-datemultiple ul .uvc-eventvenue-cure a{
	color: #2e8984;
	color: #fff;
}
.uvc-datemultiple ul .uvc-eventvenue-venu a{
	color: #5d0016;
	color: #fff;
}
.uvc-datemultiple ul .uvc-eventvenue-icon a:hover{
	color: #55839a;
}
.uvc-datemultiple ul .uvc-eventvenue-cure a:hover{
	color: #2e8984;
}
.uvc-datemultiple ul .uvc-eventvenue-venu a:hover{
	color: #5d0016;
}
.uvc-datemultiple ul li label{
	display: block;
	color: #bbb;
	font-size: 50%;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	line-height: 1;
}
/*******/
.uv-upcomingmenu{
    float: right;
    list-style: none;
    margin: 0;
    margin-top: 5px;
}
.uv-upcomingmenu li{
    float: left;
}
.uv-upcomingmenu button{
    padding: 5px 13px;
    color: #000;
    border-right: 0px;
    font-size: 16px;
    border: 0;
    outline: none;
    cursor: pointer;
}
.uv-upcomingmenu button.active{
    color: white;
    background: #55839a;
}
.uv-form form{
	max-width: 800px;
}
.uv-form label{
	color: #fff;
	font-size: 14px;
	display: block;
	margin-bottom: 3px;
}
.uv-form input, .uv-form textarea{
	margin-bottom: 10px;
	width: 100%;
	margin-right: 0;
	font-size: 14px;
}
#optinemail{
	width: auto !important;
}
.uv-form select
{
	background: #000;
    background-image: url('./imateq/www/selectbg.jpg');
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid #55839a;
    padding: 0px 15px;
    padding-right: 31px;
    color: #A9A9A9;
    line-height: 1;
    position: relative;
    font-size: 14px;
    -webkit-background-size: 21px 100%;
    -moz-background-size: 21px 100%;
    -o-background-size: 21px 100%;
    background-size: 21px 100%;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-indent: 0.01px;
    text-overflow: "";	
}
.uv-form input[type='number'], .uv-form textarea{
	border: 1px solid #55839a;
    padding: 8px 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	color: #e5e5e5;
	background-color: #111111;
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
}
.uv-form input[type='number']{
	max-width: 250px;
}
.uv-form .uv-btn{
	font-size: 16px;
	padding: 12px 30px;
	float: right;
}
/*Calendar*/
.uvc-dateevents {
    bottom: 0;
    font-size: 14px;
    position: absolute;
    top: 40px;
}
.uvc-dateevent h5{
	text-align: center;
	margin-top: 40px;
	color: #55839a !important;
}
/*Tickets*/
.uv-ticketssel{
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 14px !important;
    color: #fff;
    border: 0;
    margin-top: 10px;
}
.uv-ticketssel .uv_theaders {
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}
.uv-ticketssel .uv_wrap {
    border-bottom: 1px solid #f2f2f2;
    margin: 0 5px;
}
.uv-ticketssel .uv_theaders .uv_wrap {
    border-bottom: 3px solid rgba(100, 100, 100, 0.7);
}
.uv-ticketssel .uv_wrap {
    border-bottom: 1px solid #f2f2f2;
    margin: 0 5px;
}
.uv-ticketssel li .uv_col {
    padding: 5px 0;
    float: left;
}
.uv-ticketssel ul{
	margin:0px;
	padding: 0px;
}
.uv-ticketssel li {
    width: 100%;
    position: relative;
    display: block;
}
.btn-default{
    background-color: #58829C;
    border: 1px solid rgba(100, 100, 100, 0.7);
}
.btn-default {
    transition: all 100ms ease-in;
    color: #ffffff;
    box-shadow: none !important;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.uv-panel{
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    border: 1px solid rgba(100, 100, 100, 0.7);
}
.uv-panel .uv-panelfooter{
    background-color: #1a1a1a;
    border-top: 1px solid rgba(100, 100, 100, 0.7);
    padding: 10px 15px;
    margin-bottom: 15px;
    min-height: 30px;
    position: relative;
}
.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;
    color: #fff;
}
.uv-panel.closed a .uv-panelheader {
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #000000), color-stop(1, #444444) );
    background-image: -o-linear-gradient(bottom, #000000 0%, #444444 100%);
    background-image: -moz-linear-gradient(bottom, #000000 0%, #444444 100%);
    background-image: -webkit-linear-gradient(bottom, #000000 0%, #444444 100%);
    background-image: -ms-linear-gradient(bottom, #000000 0%, #444444 100%);
    background-image: linear-gradient(to bottom, #000000 0%, #444444 100%);
}
.uv-panel.closed a .uv-panelheader::after, .uv-panel.closed .uv-panelheader button::after {
    transform: rotate(0deg);
}
.uv-panelsslides .uv-panelheader button::after, .uv-panel a .uv-panelheader::after {
    -moz-osx-font-smoothing: grayscale;
    bottom: 0;
    content: "";
    display: block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin: auto;
    position: absolute;
    right: 15px;
    text-align: center;
    text-rendering: auto;
    top: 0;
    transform: rotate(90deg);
    transition: all 150ms ease-in-out 0ms;
    width: 20px;
}
.uv-promocodecont {
    float: left;
    font-size: 15px;
    line-height: 42px;
}
.uv-promocodecopies {
    padding: 10px !important;
    line-height: normal;
    display: none ;
    background-color: transparent !important;
    border: 1px solid #DDD !important;
    color: #fff !important;
    font-family: inherit;
    outline: none;
}
.uv-submititems{
	background-color: #58829C;
	font-size: 16px !important;
    padding: 9px 40px;
    color: #fff;
}
.uv-ticketssel li .uv_col:first-child {
    text-align: left;
    padding-right: 10px;
    line-height: 1.3;
    width: 25%;
}
.uv-ticketssel li .uv_col:nth-child(2), .uv-ticketssel li .uv_col:nth-child(3) {
    width: 20%;
}
.uv-ticketssel li .uv_col:nth-child(4) {
  width: 15%;
}
.uv-ticketssel li .uv_col:nth-child(5) {
    width: 20%;
    padding-left: 10px;
}
.urcart_terms {
  color: #58829C;
  border-bottom: 1px solid #000000;
  font-size: 80%;
}
.uv-ticketssel .urcart_terms i {
  display: none;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.uv-ticketssel li:last-child .uv_wrap {
    border: none;
}
.badge-added {
    position: absolute;
    left: -15px;
    top: 28%;
    background-color: #2adc4c;
    font-size: 14px;
    color: #000000;
    padding: 5px 6px;
}
/*Pop ups*/
#pop-main, #pop-error{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: auto;
	z-index: 10100!important;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.8);
}
#pop-error{z-index: 100010;}
#pop-main .pop-maintable, #pop-error .pop-maintable{
	display: table;
	width: 100%;
	height: 100%;
	padding: 20px;
}
#pop-main .pop-maintd, #pop-error .pop-maintd{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.pop-box{
	position: relative;
	display: inline-block;
	margin: auto;
	padding: 0px;
	line-height: 0px;
}
.pop-charge{
	position: relative;
	min-width: 200px;
	min-height: 100px;
	text-align: left;
	line-height: normal;
	border: 0;
	background: #fff;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.pop-close{
	display: block;
	position: absolute;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	top: 0px;
	right: 0px;
	z-index: 11;
	color: #075754;
	
	-webkit-border-radius: 0px 5px 0px 0px;
	-moz-border-radius: 0px 5px 0px 0px;
	border-radius: 0px 5px 0px 0px;
	
	-webkit-transition: all 200ms ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.pop-close:hover{
	background: #DDD;
}
.pop-inner{
	padding: 18px 20px;
}
#pop-loader{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgb(40, 40, 40);
	background-color: rgba(40, 40, 40, 0.8);
	top: 0;
	left: 0;
	z-index: 110000;
}
.pop-loader-loading{
	position: absolute;
	background-image: url('./imateq/www/uvcloader.gif');
	background-position: center center;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.8);
	background-repeat: no-repeat;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	border: 1px solid rgba(200, 200, 200, 0.7);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
}
/*******/
/*Pop Msg*/
.uv-popmsg .uv-popheader{
	padding-left: 15px;
	padding-right: 15px;
	background: #55839a;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
.uv-popmsg .uv-popheader h1{
	font-size: 23px;
	padding: 5px 0px;
	color: #fff;
	margin: 0;
	min-height: 40px;
}
.uv-popmsg .uv-msgcontent{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	padding-bottom: 15px;
}
.uv-popmsg .uv-msgcontent p{
	margin: 0;
	margin-bottom: 15px;
	font-size: 18px;
	color: #666;
	text-align: center;
}
.uv-popmsg .uv-msgcontent button{
	margin-bottom: 0px;
}
.uv-popmsg .pop-close{
	color: #fff;
}
.uv-popmsg .pop-close:hover{
	background: rgba(0, 0, 0, 0.3);
}
.uv-btn100{
	width: 100%;
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}
.uv-btn-blue{
	background: #55839a;
	color: #fff;
	font-size: 16px;
	border: 1px solid #55839a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.uv-btn-blue:hover{
	background: #000;
}
#ui-datepicker-div{
	z-index: 100000!important;
}

/***********************/
.left{float: left;}
.right{float: right;}
.nopadding{padding: 0px;}
.nomargin{margin: 0px;}
.display-inlineblock{display: inline-block;}
.display-none{display: none;}
.display-none-onmobile{display: block;}
.w100{width: 100%;}
.w100i{width: 100%!important;}
.maw100{max-width: 100%;}
.w50{width: 50%;}
.h100{height: 100%;}
.mh100{min-height: 100%;}
.h50{height: 50%;}
.pt5{padding-top: 5px;}
.pt10{padding-top: 10px;}
.pt20{padding-top: 20px;}
.pt30{padding-top: 30px;}
.pt40{padding-top: 40px;}
.pt50{padding-top: 50px;}
.pt60{padding-top: 60px;}
.pt70{padding-top: 70px;}
.pt80{padding-top: 80px;}
.pb5{padding-bottom: 5px;}
.pb10{padding-bottom: 10px;}
.pb20{padding-bottom: 20px;}
.pb30{padding-bottom: 30px;}
.pb40{padding-bottom: 40px;}
.pb50{padding-bottom: 50px;}
.pb60{padding-bottom: 60px;}
.pb70{padding-bottom: 70px;}
.pb80{padding-bottom: 80px;}
.mt0{margin-top: 0px;}
.mb0{margin-bottom: 0px;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mr5{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mr25{margin-right: 25px;}
.mr30{margin-right: 30px;}
.touppercase{text-transform: uppercase;}
.colorw{color: white!important;}
.text-ellipsis{text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.font-italic{font-style: italic;}
.font-smaller{font-size: 12px;}
.uv-center{display: block;text-align: center;}
.uv-center-onmobile{display: block;}
.texta-right{text-align: right!important;}
.rollover-effect-container{position: relative;overflow: hidden;}
.rollover-effect-container span{
	position: absolute;
	max-width: 92%;
	max-height: 84%;
	color: #FFF;
	bottom: 5%;
	left: 5%;
	font-size: 1.1vw;
	line-height: 1.1em;
	margin-bottom: 0px;
	z-index: 12;
	text-shadow: 0px 3px 2px rgba(0, 0, 0, 1);
	-webkit-transition: all 0.50s;
	transition: all 0.50s;
}
.rollover-effect-overlay{
	position: absolute;
	background-color: #000;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: .2;
	filter: alpha(opacity=20);
	z-index: 6;
	-webkit-transition: opacity 0.4s ease-in-out 0s;
	-moz-transition: opacity 0.4s ease-in-out 0s;
	-ms-transition: opacity 0.4s ease-in-out 0s;
	-o-transition: opacity 0.4s ease-in-out 0s;
	transition: opacity 0.4s ease-in-out 0s;
}
.rollover-effect-overlay.zeropacity{opacity: 0;filter: alpha(opacity=0);}
.rollover-effect-overlay.moreopacity{opacity: .7;filter: alpha(opacity=70);z-index: 10;}
.rollover-effect-contenthover
{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 14;
}
.rollover-effect-contenthover .icon-container
{
	position: absolute;
	background-color: #FFF;
	width: 60px;
	height: 60px;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	color: #000;
	border-radius: 50%;
	font: 30px/60px 'fontello';
	text-align: center;
}
.rollover-effect-container .under-rollover{z-index: 8;}
.rollover-effect-container:hover .rollover-effect-overlay{opacity: .7;filter: alpha(opacity=70);z-index: 10;}
.rollover-effect-container:hover .rollover-effect-contenthover{display: block;}
.rollover-effect-container:hover .rollover-effect-contenthover .icon-container
{
	-webkit-animation: rollover-effect 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	animation:         rollover-effect 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.box-item
{
	position: relative;
	background: transparent url('/wp-content/themes/Avada-child/imateq/www/uvcloader.gif') center center no-repeat;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
}
.box-item img
{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
}
.uv-eventbook {
    float: right;
    padding-left: 40px;
    width: 70%;
}
.uv-eventinfo {
    float: left;
    padding-right: 0px;
    width: 30%;
}
@media(max-width: 991px)
{
	.rollover-effect-container span{font-size: 1.6vw;}
}
@media(max-width: 767px)
{
	.display-none-onmobile{display: none;}
	.uv-center-onmobile{text-align: center;}
	.uv-center-onmobile .uv-center-onmobile-elem{float: none;display: inline-block;}
	.rollover-effect-container span{font-size: 2.9vw;}
}
@media(max-width: 480px)
{
	.rollover-effect-container span{font-size: 3.4vw;}
}

/*UV Galleries*/
.uv-itemcont{position: relative;}
.uv-itemcont img{width: 100%;}
.uv-itemcont .itemoverlay{
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: Alpha(Opacity=0);
	visibility: hidden;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.uv-itemcont:hover .itemoverlay{
	opacity: 1;
	filter: Alpha(Opacity=100);
	visibility: visible;
}
.uva-loader, .uvv-loader{display: none;height: 39px;}
.uva-pic{
	float: left;
	width: 76%;
	height: 100%;
	position: relative;
}
.uva-list{
	float: right;
	width: 24%;
	height: 100%;
	overflow-y: auto;
	border-left: 1px solid #2d2d2d;
}
.uva-picloader{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
}
.uva-piccharge{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
}
.uva-piccharge img{
	position: absolute;
	width: 100%;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-height: 100%;
	max-width: 100%;
}
.uva-piccharge iframe{
	width: 100%;
	height: 100%;
}
.uva-listtitles{
	z-index: 13;
	position: absolute;
	top: -50px;
	min-width: 80%;
	max-width: 90%;
	padding-left: 8px;
}
.uva-listtitles h1{color: #FFF;margin-top: 0px;line-height: 1em;}
.uva-listtitles h5{margin: 0px;}
.uva-listcont .uv-itemcont
{
	position: relative;
	width: 50%;
	float: left;
	min-height: 100px;
	background: url('/wp-content/themes/Avada-child/imateq/www/uvcloader.gif') center center no-repeat;
}
.uv-itemcont{padding-top: 50%;}
.uv-itemcont img{position: absolute;width: 100%;height: 100%;top: 0px;left: 0px;}
.uva-cont .uva-prev, .uva-cont .uva-next, .uvv-cont .uva-prev, .uvv-cont .uva-next{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	color: white;
	font-size: 45px;
	width: 40px;
	height: 40px;
	line-height: 1;	
}
.uva-cont .uva-prev, .uvv-cont .uva-prev{
	left: -50px;
}
.uva-cont .uva-next, .uvv-cont .uva-next{
	right: -50px;
}
.uva-cont .uva-prev i:before, .uva-cont .uva-next i:before, .uvv-cont .uva-prev i:before, .uvv-cont .uva-next i:before{
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.uva-cont .uva-prev i, .uva-cont .uva-next i, .uvv-cont .uva-prev i, .uvv-cont .uva-next i{
	width: 40px;
	height: 40px;
	display: block;
	line-height: 1;
	margin-top: -2px;
}
.uva-pop .pop-box, .uvv-pop .pop-box{
	padding: 0 40px;
}
.uva-listcont .itemoverlay{
	opacity: 1;
	filter: Alpha(Opacity=100);
	visibility: visible;
}
.uva-listcont .active .itemoverlay{
	display: none;
}
.uv-itemcont .itemoverborder{
	opacity: 0;
	filter: Alpha(Opacity=0);
	visibility: hidden;
	border: 4px solid #55839A;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	position: absolute;
}
.uva-listcont .active .itemoverborder{
	opacity: 0.75;
	filter: Alpha(Opacity=75);
	visibility: visible;
}
.uva-listcont .uva-picitem:hover .itemoverborder{
	opacity: 0.75;
	filter: Alpha(Opacity=75);
	visibility: visible;
}
.uva-listcont .uva-picitem:hover .itemoverlay{
	opacity: 0;
	filter: Alpha(Opacity=0);
	visibility: hidden;
}
.uva-pop .pop-charge{background-color: black;}
.uva-pop .pop-close, .uvv-pop .pop-close{
	background-color: transparent;
	width: auto;
	height: auto;
	right: 36px;
	top: -35px;
	font-size: 35px;
	color: #FFF;
	border: none;
}
.uva-pop .pop-close:hover, .uvv-pop .pop-close:hover{color: #E4A626;}
.uva-pop .pop-maintable, .uvv-pop .pop-maintable{
	padding-top: 80px!important;
}
.uva-sharepic{
	display: none;
	position: absolute;
	z-index: 10;
	left: 6%;
	bottom: 6%;
	opacity: 0.98;
}
.uv-pagetopbar{
	background: #363636;
	padding: 14px 0px;
	font-size: 15px;
}
.uv-pagetopbar h2{
	font-size: 14px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
}
.uv-pagetopbar a{
	color: #EEE;
	text-transform: none;
}
.uv-pagetopbar a i{
	color: #EEE;	
}
.uv-eventleftcont{
    float: right;
    width: 64%;
    padding-left: 20px;
}
.uv-checksumcont .uv-eventleftcont{
	width: 67%;
	padding-left: 0px;
	float: left;
	padding-right: 15px;
}
#main .w100{
	width: 100%;
}
.uv-eventrightcont{
    float: left;
    width: 36%;
    padding-right: 20px;
}
.uv-checksumcont .uv-eventrightcont{
	width: 33%;
	padding-right: 0px;
	float: right;
	padding-left: 15px
}
.uv-eventtitle{
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 20px;

}
.uv-eventtitle h1{
	text-align: left;
	margin: 0;
	color: #fff;
	line-height: 1;
	margin-bottom: 0.1em;
	letter-spacing: -1px;
	font-size: 150%;
}
.uv-eventtitle h2{
    color: #ccc;
    margin: 0;
    font-size: 80%;
}
.uv-eventtitle{
	padding-left: 75px;
	position: relative;
	min-width: 65px;
	padding-top: 0px;
}
.uv-datecalendar{
	width: 56px;
	height: 62px;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	/*background: transparent url("uvcore/images/bg.calendardate.png") no-repeat center center;*/
	padding-top: 5px;
}
.uv-datecalendarlabel{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	font-size: 17px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding-top: 4px;
	line-height: 1;
}
.uv-datecalendarlabel b{
	display: block;
	font-size: 150%;
}
.uv-popimgcont .pop-charge{
	max-width: 800px;
	padding: 40px 10px 10px 10px;
}
.uv-popimgcont .pop-maintable{
	padding-top: 30px!important;
}
.uv-popimgcont img{
	display: block;
	width: 100%;
}
.uv-panel{
	position: relative;
	min-height: 30px;
	margin-bottom: 15px;
	border: 1px solid rgba(100, 100, 100, 0.7);
	background: rgba(0, 0, 0, 0.3);
}
.uv-panel-tickets:not(.closed), .uv-panel-reservations:not(.closed), .uv-panel-tables:not(.closed), .uv-panel-reservationsbs:not(.closed)
{
	border-top: #55839a 2px solid;
}
.uv-panel-bortop{
	border-top: #55839a 2px solid;
}
.uv-panelmb0{
	margin-bottom: 0px;
}
.uv-panel-tickets{
	margin-bottom: 10px;
}
.uv-panel .uv-panelheader button{
	background: transparent;
	width: 100%;
	padding: 0 15px;
	height: 54px;
	line-height: 54px;
	cursor: pointer;
	text-align: left;
	position: relative;
	color: #fff;
	border: 0;
	font-size: 17px;
	outline: none;
	text-transform: uppercase;
}
.uv-panel.closed .uv-panelheader button{
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #000000),
	color-stop(1, #444444)
);
background-image: -o-linear-gradient(bottom, #000000 0%, #444444 100%);
background-image: -moz-linear-gradient(bottom, #000000 0%, #444444 100%);
background-image: -webkit-linear-gradient(bottom, #000000 0%, #444444 100%);
background-image: -ms-linear-gradient(bottom, #000000 0%, #444444 100%);
background-image: linear-gradient(to bottom, #000000 0%, #444444 100%);
}
.uv-panel .uv-panelheader button i{
	float: left;
	color: #C6C6C6;
	font-size: 25px;
	height: 25px;
	margin-right: 10px;
	margin-top: 14px;
}
.uv-panelsslides .uv-panelheader button:after{
	position: absolute;
	display: none;
	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-panel.closed .uv-panelheader button:after{
	-ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.uv-panel .uv-panelbody{
	display: block;
	padding: 15px;
	font-size: 20px;
}
.uv-panel.closed .uv-panelbody{
	display: none;
}
.uv-panelseparator{
	margin: 15px 0px;
	height: 1px;
	background: #D7D7D7;
}
.uv-eventrightcont .uv-imgresponsivecont{
	border: 1px solid rgba(85, 131, 154, 0.7);
}
.uv-panel-grayfb{
	background: rgba(85, 131, 154, 0.3);
}
.uv-panel .uv-panelinfo{
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
.uv-panel .uv-panelinfo .show-map{
	position: absolute;
	font-size: 12px;
	right: 15px;
	bottom: 40%;
}
.uv-panel .uv-panelhasfloatlink{
	padding-right: 100px;
}
.uv-panel .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: #c6c6c6;
	padding-bottom: 3px;
}
.uv-borbotF5{
	border-bottom: 1px solid #666;
}
.uv-venuebrandcolor{
	color: #95784c;
}
.uv-panel .uv-panelinfo h2{
	margin: 0;
	font-size: 85%;
	margin-bottom: 0.2em;
	color: #fff;
}
.uv-panel .uv-panelbody p{
	font-size: 65%;
	color: #ccc;
	line-height: 1.4;
}
.uv-panel .uv-panelinfo p{
	margin: 0;
}
.uv-panel .uv-panelinfo a i{
	color: #000;
}
.uv-panellinkfloatright{
	position: absolute;
	z-index: 10;
	display: block;
	bottom: 50%;
	top: auto;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	vertical-align: middle;
	font-size: 75%;
	right: 15px;
}
.uv-panel .uv-panelbody h3{
	text-transform: uppercase;
	font-size: 70%;
	color: #eee;
	margin: 0;
	margin-bottom: 1em;
}
.uv-panel .uv-panelbody h4{
	margin: 0;
	color: #fff;
	font-size: 65%;
	margin-bottom: 0.9em;
	
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.uv-panel .uv-panelheader h3{
	text-transform: uppercase;
  	font-size: 14px;
  	color: #999;
  	margin: 0;
  	padding: 12px 15px;
}
/*Tickets Table*/
.uv-ticketssel{
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	width: 100%;
	font-size: 20px;
	color: #ddd;
}
.uv-ticketssel th{
	text-transform: uppercase;
	border-bottom: 3px solid #F3F3F3;
	padding: 3px 1%;
	font-size: 60%;
	color: #888;
	text-align: center;
}
.uv-ticketssel th:first-child{
	text-align: left;
}
.uv-ticketssel th:last-child, .uv-ticketssel th:nth-child(3){
	text-align: right;
}
.uv-tablessel th:nth-child(3){
	text-align: center;
}
.uv-ticketssel td{
	padding: 10px 1%;
	text-align: center;
	border-bottom: 1px solid #666;
}
.uv-ticketssel td:first-child{
	font-size: 85%;
	text-align: left;
}
.uv-ticketssel td:last-child, .uv-ticketssel td:nth-child(4){
	text-align: right;
}
.uv-ticketssel td a{
	font-size: 75%;
	margin-left: 10px;
}
.uv-ticketssel span{
	/*font-size: 75%;
	color: #888;*/
	/*color: #fff;*/
}
.uv-ticketssel select, .uv-checkoutform select{
	background: #fff;
	background-image: url('./imateq/www/selectbg.jpg');
	background-position: right center;
	background-repeat: no-repeat;
	border: 1px solid #D6D6D6;
	padding: 6px 11px;
	padding-right: 31px;
	color: #000;
	font-size: 75%;
	line-height: 1;
	position: relative;
	
	-webkit-background-size: 21px 100%;
  	-moz-background-size: 21px 100%;
  	-o-background-size: 21px 100%;
  	background-size: 21px 100%;

	-webkit-appearance: none;
  	-o-appearance: none;
  	appearance: none;
  	-webkit-border-radius: 0px;
  	-moz-border-radius: 0px;
  	border-radius: 0px;
  	text-indent: 0.01px;
  	text-overflow: "";
}
.uv-checkoutform select{
	font-size: 100%;
}
.uv-ticketssel .uv-ticketpromo td{
	padding-top: 20px;
	padding-bottom: 20px;
}
.uv-ticketssel .uv-ticketpromo td a{
	font-size: 85%;
}
.uv-ticketssel .uv-ticketsubmit td{
	padding-top: 20px;
	padding-bottom: 0px;
	border-bottom: none;
}
.uv-ticketssel .uv_itemminspend{
	font-size: 100%;
}
.uv-ticketmoreinfo{
	display: none;
	opacity: 0;
	visibility: hidden;
}
.uv-eventshares iframe{
	float: left;
	border: none;
	overflow: hidden;
	height:20px;
}
.uv-eventshares iframe.uv-eventsharefb{
	width: 150px;
}
.uv-eventshares iframe.uv-eventsharetw{
	width: 85px;
}
@-moz-document url-prefix(){ 
	.uv-ticketssel select, .uv-checkoutform select, .uv-form select{
		background-image: none;
		padding-right: 13px;
	}
}
.uv-hidden{
	display: none;
	visibility: hidden;
	opacity: 0;
}
.uv-ticketssubtotal td{
	border-top: 3px solid #F2F2F2;
}
.uv-ticketssum th:nth-child(3){
	text-align: center;
}
.uv-checkoutform{
	font-size: 14px;
}
.uv-checkoutform input{
	padding: 8px 10px;
	margin-bottom: 0.6em;
}
.uv-checkoutform input[type='checkbox']{
	width: 15px;
	height: 15px;
}
.uv-checkoutform textarea{
	margin-bottom: 2em;
}
.uv-panel .uv-checkoutform h3{
	font-size: 120%;
	padding-bottom: 0.5em;
	position: relative;
}
.uv-panel .uv-checkoutform p{
	font-size: 100%;
}
.uv-panel .uv-checkoutform h3:after{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 100px;
	height: 3px;
	background: #55839a;
	content: " ";
}
.uv-divinput{
	margin-bottom: 0.6em;
}
.pop-nohide .uv-popheader .close-pop-error .icon-cancel{
	display: none;
	visibility: hidden;
	opacity: 0;
}
.uv-panel .uv-panelbody p.uv-pbig{
	font-size: 150%;
}
.uv-mapiframe{
	width: 100%;
}
.uv-panelmap{
	position: relative;
	padding-top: 50%;
}
.uv-panelmap iframe{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	border: 0;
}
.uv-panelbody h2{
	font-weight: normal;
}
.uv-msgcontent .uv-smallterms{
	font-size: 14px;
}
.uv-ticketssel .uv-btn{
	font-size: 16px;
}
.uv-ticketsuccess .uv-panelbody h2 b{
	font-family: "PTSansRegular";
}
.uv_tdesactive{
	opacity: 0.4;
}
.uv-panel .uv-panelbody table p{
	display: block;
	margin: 0;
	line-height: 1;
}
.uv-tablessel td a, .uv-ticketssel .uv_itemminspend a{
	margin: 0;
}
.uv-ticketssel .uv_itemminspend a{
	font-size: 65%;
}
/** **/
.uv-imgresponsivecont img{
	width: 100%;
	display: block;
}
.uv-imghover{
	position: relative;
}
.uv-imghover:before{
	position: absolute;
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	background: rgba(85, 131, 154, 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: 10;
}
.uv-imghover:hover:before{
	visibility: visible;
	opacity: 1;
}
.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: white;
	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:hover:after{
	visibility: visible;
	opacity: 1;
}
.uv-msgcontent p:empty{
	display: none;
}
.uv-popmsg .uv-msgcontent p.uv-smallterms{
	font-size: 14px;
}
.uv-checkoutform .uv_fieldaddresscountry{
	max-width: 100%;
}
#main .uv-ticketssuccess .uv-panelbody h2{
	color: #fff;
	margin-top: 0.4em;
	font-size: 30px;
	margin-bottom: 0.5em;
}




@media(max-width: 1050px)
{
	.uva-listcont .uv-itemcont{min-height: 90px;}
}
@media(max-width: 992px)
{
	.uva-listcont .uv-itemcont{min-height: 80px;}
}
@media(max-width: 900px)
{
	.uva-cont{
		height: auto!important;
	}
	.uva-pic, .uva-list{
		float: none;
		width: 100%;
		height: auto;
	}
	.uva-piccharge img{
		position: relative;
	}
	.uva-piccharge{
		position: relative;
	}
	.uva-list{
		display: none;
	}
}
@media(max-width: 400px)
{
	.uva-cont .uva-prev, .uva-cont .uva-next, .uvv-cont .uva-prev, .uvv-cont .uva-next{
		font-size: 35px;
		height: 34px;
	}
	.uva-cont .uva-prev, .uvv-cont .uva-prev{
		left: -40px;
	}
	.uva-cont .uva-next, .uvv-cont .uva-next{
		right: -40px;
	}
	.uva-pop .pop-box, .uvv-pop .pop-box{
		padding: 0 20px;
	}
	.uva-pop .pop-close{
		right: 16px;
	}
}
/**/

/*Share Pic*/
.uvg-emailcont{
	background-color: #000;
	padding: 20px;
	font-size: 12px;
	color: white;
	border: 2px solid #666;
}
.uvg-emailcont h1{
	font-size: 16px;
	padding: 0;
	margin: 0;
	text-align: left;
	font-weight: normal;
}
.uvg-emailcont input[type='text']{
	width: 280px;
	border: 2px solid #c3c3c3;
	outline: none;
	padding: 7px 10px;
	background: transparent;
	font-size: 14px;
	color: #c3c3c3;
	margin: 10px 0px;
	display: block;
}
.uvg-emailcont .uvg-sendemail{
	display: inline-block;
	float: right;
	padding: 5px 20px;
	border: 1px solid white;
	font-size: 14px;
	color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}
.uvg-emailcont .uvg-sendemailerror{
	display: inline-block;
	float: left;
	width: 200px;
	line-height: 26px;
	font-size: 12px;
	color: #c3c3c3;
	text-transform: uppercase;
}
.uvg-loadsubmit{
	display: none!important;
}
/*.close-pop-error{top: 5px;right: 5px;}*/
.uv-ticketssel .uv-btn, .uv-form .uv-btn{
	background: #55839a;
}
.uv-ticketssel .uv-btn:hover{
	background: #000;
}
.uv-form  .uv-btn:hover{
	background: #000;
}
.radio, .checkbox{
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label, .checkbox label{
    min-height: 18px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}



@media(max-width: 850px)
{
	.uvg-emailcont
	{
		display: inline-block;
		margin: auto;
		width: 260px;
		height: 145px;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: black;
		border: 2px solid #666;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	.uvg-emailcont input[type='text']{
		width: 100%;
	}
	.uvg-emailcont .uvg-sendemailerror{
		width: 125px;
	}
	.checkbox input[type="checkbox"]{width: auto; position: initial !important; float: left;}
}
/**/

.uvform-refbytxt
{
	font-size: 19px!important;
	font-weight: normal!important;
	margin: 0 0 5px!important;
	text-transform: none!important;
}

/*poweredby*/
.uv-poweredby{
	margin: auto;
	display: block;
  	width: 168px;
  	height: 33px;
  	background: url('http://api.admin.urstaging.com/uvcore/poweredby.png') no-repeat;
  	overflow: hidden;
}
.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;
}
/**/

/*Recaptcha*/
.g-recaptcha, #r1, #r2
{
	transform: scale(0.77);
	transform-origin: 0;
	-webkit-transform: scale(0.77);
	transform: scale(0.77);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	opacity: 1;
	visibility: visible;
}
#rc-imageselect
{
	transform: scale(0.77);
	transform-origin: 0;
	-webkit-transform: scale(0.77);
	transform: scale(0.77);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
/**/
/***********************/
@media only screen and (min-width: 768px){
	.uv-ticketssel li .uv_col:first-child {
	    width: 40%;
	}
	.uv-ticketssel li .uv_col:nth-child(2), .uv-ticketssel li .uv_col:nth-child(3) {
    	width: 12%;
	}
	.uv-ticketssel li .uv_col:nth-child(5) span {
	    display: inline-block;
	    margin-left: 4px;
	}
	.uv-ticketssel .uv_wrap {
    	margin: 0 15px;
	}
}

@media(max-width: 992px){
	.uvc-eventlist{
  		font-size: 18px;
  	}
}
@media(max-width: 768px){
	.uvc-th span{
		display: none;
	}
	.uvc-calgrid{
		font-size: 15px;
	}
	.uvc-eventlist{
		font-size: 16px;
	}
	.uv-eventleftcont{
  		padding-left: 0px;
  		width: 100%;
  		float: none;
  	}
  	.uv-eventrightcont{
  		padding-right: 0px;
  		width: 100%;
  		float: none;
  	}
  	.uv-checksumcont .uv-eventleftcont{
		width: 100%;
		padding-right: 0px;
	}
	.uv-checksumcont .uv-eventrightcont{
		width: 100%;
		padding-left: 0px;
	}
}
@media(max-width: 600px){
	.uv-upcomingmenu{
		display: none;
	}
	.uvc-eventlistcont{
		display: block!important;
	}
	.uvc-th, .uvc-days{
		display: none!important;
	}
	.uvc-eventlist > div > div:first-child{
		padding-left: 8px;
	}
	.uvc-eventlist > div > div:last-child{
		padding-right: 8px;
	}
	.uvc-eventlist .uvc-elflyer{
		width: 98px;
	}
	.uvc-elflyer img{
		width: 90px;
	}
	.uvc-elbutton button{
		padding-right: 15px;
		padding-left: 15px;
	}
	.uvc-elbutton button span{
		display: none;
	}
	.uvc-eventlist .uvc-eldate{
		display: none;
	}
	.uvc-eventlist .uvc-elinfo{
		padding-right: 2%;
	}
	.uvc-eventlist .uvc-elbutton{
		width: auto;
	}
}
@media(max-width: 500px){
	.uvc-eventlist{
		font-size: 13px;
	}
	.uvc-eventlist .uvc-elflyer{
		width: 78px;
	}
	.uvc-elflyer img{
		width: 70px;
	}
	.uv-upcomingmenu{
		float: none;
		margin: auto;
		margin-bottom: 20px;
		text-align: center;
		font-size: 0px;
	}
	.uv-upcomingmenu li{
		float: none;
		display: inline-block;
	}
	.uv-upcomingmenu li button{
		float: left;
	}
	.uv-tablessel{
		font-size: 16px;
	}
	.uv-tablessel select{
		padding: 4px 4px;
		padding-right: 26px;
	}
}
@media(max-width: 400px){
	.uvc-elbutton button{
		padding: 10px;
	}
	.uv-ticketssel, .uv-panel .uv-panelinfo{
		font-size: 17px;
	}
	.uv-ticketssel td{
		padding-left: 2%;
		padding-right: 2%;
	}
	.uv-tablessel{
		font-size: 14px;
	}
	.uv-tablessel td:last-child{
		font-size: 85%;
	}
	.uv-ticketssel td a{
		margin-left: 5px;
	}
	.uv-tablesel td a{
		margin-left: 0px;
	}
	.uv-eventinfo{width: 100%; padding: 0px; float: none;}
	.uv-eventbook{width: 100%; padding: 0px; float: none;}
	.uv-ticketssel span{display: none;}
	.uv-ticketssel li .uv_col:first-child{font-size: 60%;}
	.uv-ticketssel li .uv_col:first-child{font-size: 10px;}
	.uv-additems{padding: 5px; font-size: 10px;}
	.uv-ticketssel select{padding: 3px 5px; padding-right: 22px;}
	.uv-promocodecont{font-size: 10px;}
	#urcart_purchase {font-size: 12px !important;margin-top: 7px;}
	.uv-panel .uv-panelheader button{font-size: 14px;}
	input.uv-promocodecopies {width: 100px;}
	.urcart_price{font-size: 10px;}
}


/*Theme update fixex*/
#wrapper .fusion-column.last{
    margin-right: 0;
}
#main .avada-row{
	max-width: 1150px;
	margin: 0 auto;
}


/* others */
.notemessage
{
	font-size: 14px;
	margin-bottom: 10px;
}




