html{
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body{
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1{
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
select{font: inherit; /* 2 */margin: 0; /* 3 */color: #000;}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html{
	overflow-x: hidden!important;
}
body{
  overflow-x: hidden!important;
  background-color: #030303;
  background-image: url('../imateq/www/bg_html.repeat.gif');
  background-repeat: repeat-x repeat-y;
}
ul, li{
	list-style: none;
	margin: 0;
	padding: 0;
}
a{
	color: #fb0060;
	text-decoration: none;

	-webkit-transition: all 0.2s 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;
}
a:hover{text-decoration: none;color: #fff;}
a:visited, a:link, a:active{text-decoration: none; outline: none;}
button{
	font-family: "wsans bold";
	outline: none;
	border: 0;
	background: #FB0060;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	padding: 7px 25px;

	-webkit-transition: all 0.2s 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;
}
button:hover{

}
button:active{

}
h1, h2, h3, h4, h5, h6{
	margin-top: 0px;
	font-family: "wsans bold";
}
h1{
	margin: 0;
	font-size: 30px;
	margin-bottom: 25px;
	text-transform: uppercase;
	text-align: center;
}
input[type='text'], input[type='number'], textarea, input[type='button']{
	background: #FFFFFF;
	padding: 10px 10px;
	font-size: 1em;
	border: 1px solid #B6B7BC;
	outline: none;
	color: #666;
	margin-bottom: 3px;
	width: 100%;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-transition: all 0.2s 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;
}
input[type='text']:focus, input[type='number']:focus, textarea:focus, input[type='button']:focus{
	-webkit-box-shadow: 0px 0px 5px 1px rgba(200, 200, 200, 0.4);
	-moz-box-shadow:    0px 0px 5px 1px rgba(200, 200, 200, 0.4);
	box-shadow:         0px 0px 5px 1px rgba(200, 200, 200, 0.4);
	background: rgba(251,0,96,0.3);
}
label{
	font-size: 1em;
}
.uv-content-container{
	background-size: 138px 39px;
}
.uv-pageloading .uv-content-container{
	background: url('../imateq/www/mainloader.gif') center center no-repeat;
}
.uv-mainbg{
	background-image: url('http://povrooftop.com/imateq/www/mainbg.jpg');
	background-position: center top;
	background-repeat: no-repeat;

	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;

  	background-attachment: fixed;
}
.uv-generalbg{
	background-image: url('../imateq/www/bg.general.jpg');
	background-position: center top;
	background-repeat: no-repeat;

	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;

  	background-attachment: fixed;
}
.uv-content{display: none;}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}
.clearaf:after{
	display: block;
	clear: both;
	content: "";
}
.clearfix:before, .clearfix:after, .uv-section:before, .uv-section:after, .uv-clearfix:before, .uv-clearfix:after{
	display: table;
	content: " ";
}
.clearfix:after, .uv-section:after, .uv-clearfix:after{
	clear: both;
}
.pt20{
	padding-top: 20px;
}
.pt25{
	padding-top: 25px;
}
.pb25{
	padding-bottom: 25px;
}
.pt30{
	padding-top: 30px;
}
.pt45{
	padding-top: 45px;
}
.pb45{
	padding-bottom: 45px;
}
.pt50{
	padding-top: 50px;
}
.pt60{
	padding-top: 60px;
}
.pt80{
	padding-top: 80px;
}
.pt100{
	padding-top: 100px;
}
.pb50{
	padding-bottom: 50px;
}
.pb70{
	padding-bottom: 70px;
}
.pb80{
	padding-bottom: 80px;
}
.pb90{
	padding-bottom: 90px;
}
.pb100{
	padding-bottom: 100px;
}
.bg1a{
	background: #1a1a1a;
}
.mb15{
	margin-bottom: 15px;
}
.mb50{
	margin-bottom: 50px;
}
.max300{
	max-width: 300px;
}
.uv-oppattern:after{
	background: black;
  	content: "";
  	display: block;
  	left: 0;
  	position: absolute;
  	right: 0;
  	top: 0;
  	filter: alpha(opacity=30);
  	opacity: 0.30;
  	height: 100%;
  	-webkit-transition: all 0.3s ease-out;
  	-moz-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
  	-ms-transition: all 0.3s ease-out;
  	transition: all 0.3s ease-out;
}
.padding-sides{
	padding-left: 25px;
	padding-right: 25px;
}
.uv-bgblack{
	background: #000;
}
.uv-section{
	position: relative;
}
.uv-section-inner{
	position: relative;
	max-width: 1300px;
	margin: auto;
}
.uv-content .uv-section-inner{
	max-width: 1050px;
}
.uv-footer .uv-section-inner{
	max-width: 1050px;
}
.uv-header{
	z-index: 100;
	background: transparent;
	overflow: hidden;
	max-height: 120px;
	text-align: center;

	-webkit-transition: background 300ms ease-in-out 0s;
	-moz-transition: background 300ms ease-in-out 0s;
	-ms-transition: background 300ms ease-in-out 0s;
	-o-transition: background 300ms ease-in-out 0s;
	transition: background 300ms ease-in-out 0s;

	-webkit-transition: max-height 300ms ease-in-out 0s;
	-moz-transition: max-height 300ms ease-in-out 0s;
	-ms-transition: max-height 300ms ease-in-out 0s;
	-o-transition: max-height 300ms ease-in-out 0s;
	transition: max-height 300ms ease-in-out 0s;

	-webkit-transform: translateZ(0)!important;
  	-moz-transform: translateZ(0)!important;
  	-ms-transform: translateZ(0)!important;
 	transform: translateZ(0)!important;
}
.uv-pdfixheader{
	padding-top: 120px;

	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.uv-scrolled .uv-pdfixheader{
	padding-top: 63px;
}
.uv-header .uv-section-inner{
	position: relative;
}
.uv-transparentheader:not(.uv-scrolled) .uv-header{
	background: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.uv-transparentheader:not(.uv-scrolled) .mainlogowhite{
	display: block;
}
.uv-transparentheader:not(.uv-scrolled) .mainlogoblack{
	display: none;
}
.uv-transparentheader:not(.uv-scrolled) .uv-mainmenu > ul > li > a{
	color: #E4E5F2;
}
.uv-transparentheader:not(.uv-scrolled) .uv-mainmenu > ul > li.active > a{
	color: #fff;
  	border-bottom: 2px solid #fff;
}
.uv-transparentheader:not(.uv-scrolled) .uv-mainmenu > ul > li > a:hover{
	color: #fff;
  	border-bottom: 2px solid #fff;
}
.uv-transparentheader:not(.uv-scrolled) .uv-mobile-toggler{
	color: #fff;
	  border: 2px solid #fff;
}
.uv-header .uv-section-inner:after{
	display: block;
	clear: both;
	content: "";
}
.mainlogowhite{
	display: none;
}
.uv-mainlogo{
	display: inline-block;
}
.uv-mainlogo img{
	height: 66px;
	margin-top: 27px;
	margin-bottom: 27px;

	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.uv-scrolled .uv-mainlogo img{
	margin-top: 14px;
	height: 70px;
}
.uv-transparentheader .uv-page{
	padding-top: 0px;
}
.uv-menus{
	display: none;
	margin-right: 45px;
	margin-top: 33px;
	margin-bottom: 33px;

	-webkit-transition: margin 300ms ease-in-out 0s;
	-moz-transition: margin 300ms ease-in-out 0s;
	-ms-transition: margin 300ms ease-in-out 0s;
	-o-transition: margin 300ms ease-in-out 0s;
	transition: margin 300ms ease-in-out 0s;
}
.uv-scrolled .uv-menus{
	margin-top: 17px;
	margin-bottom: 17px;
}
.uv-scrolled .uv-mainlogo img{
	margin-top: 8px;
	height: 50px;
	margin-bottom: 5px;
}
.uv-scrolled .uv-header{
	background: rgba(0, 0, 0, 0.66);
}
.uv-noheader .uv-header{
	max-height: 0px;
}
.uv-submenu{
	top: 100%;
	left: 0;
	position: absolute;
	z-index: 10;
	margin: 0;
	padding: 0;
	list-style: none;
	visibility: hidden;
	/*opacity: 0;*/
	transition: opacity 0.2s ease-in;
	font-size: 13px;
	max-height: 0px;
	overflow: hidden;
	border: 1px solid #D7D7D7;

	-webkit-transition: all 200ms ease-in-out 0ms;
	-moz-transition: all 200ms ease-in-out 0ms;
	-ms-transition: all 200ms ease-in-out 0ms;
	-o-transition: all 200ms ease-in-out 0ms;
	transition: all 200ms ease-in-out 0ms;
}
.uv-mainmenu li:hover > .uv-submenu{
  	visibility: visible;
 	/*opacity: 1;*/
 	max-height: 400px;

 	-webkit-transition: all 300ms ease-in-out 200ms;
	-moz-transition: all 300ms ease-in-out 200ms;
	-ms-transition: all 300ms ease-in-out 200ms;
	-o-transition: all 300ms ease-in-out 200ms;
	transition: all 300ms ease-in-out 200ms;
}
.uv-submenu li{
	position: relative;
	text-align: left;
	margin: 0;
	background: rgb(247, 247, 247);
	background: rgba(247, 247, 247, 1);
	width: 100%;
}
.uv-submenu li:hover{
	background: rgb(247, 247, 247);
	background: rgba(247, 247, 247, 0.9);
}
.uv-submenu li a{
	padding: 12px 16px;
	font-size: 1em;
	line-height: 1;
	display: block;
	text-decoration: none;
	border: none;
	text-align: left;
	color: #565656;
	position: relative;
	text-transform: uppercase;
}
.uv-submenu li a:hover{
	color: #95784c;
}
.uv-premenu ul:after{
	display: block;
	clear: both;
	content: "";
}
.uv-premenu li{
	float: left;
}
.uv-premenu li a{
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 42px;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0 8px;
	color: #c6c6c6;
}
.uv-premenu li a:hover{
	color: white;
}
.uv-premenu ul{
	margin-right: -8px;
	float: right;
}
.uv-sticky{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 80;
}
.uv-mainmenu > ul:after{
	display: block;
	clear: both;
	content: "";
}
.uv-mainmenu > ul > li{
	float: left;
	position: relative;
	margin: 0 22px;
	height: 37px;
}
.uv-mainmenu > ul > li > a{
	color: #000;
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 35px;
	text-transform: uppercase;
	font-size: 17px;
	margin: 0;
}
.uv-mainmenu > ul > li > a:hover{
	color: #95784c;
	border-bottom: 2px solid #95784c;
}
.uv-mainmenu > ul > li.active > a,
.uv-submenu > li.active > a{
	color: #95784c;
	border-bottom: 2px solid #95784c;
}
.uv-mainmenu{
	margin-right: -12px;
}
.uv-mobile-toggler{
	display: none;
	float: right;
	background: transparent;
	padding: 0px 9px;
	margin-right: 15px;
	color: #000;
	border: 2px solid #000;
	font-size: 25px;
	margin-top: 15px;
	line-height: 42px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-transition: all 0.05s ease-in-out 0s;
	-moz-transition: all 0.05s ease-in-out 0s;
	-ms-transition: all 0.05s ease-in-out 0s;
	-o-transition: all 0.05s ease-in-out 0s;
	transition: all 0.05s ease-in-out 0s;
}
.uv-mobile-toggler:hover{
	background: #95784c;
}
.uv-scrolled .uv-mobile-toggler{
	margin-top: 12px;
}
.uv-sidetoggler{
	position: absolute;
	left: 25px;
	margin: auto;
	top: 0;
	bottom: 0;
	line-height: 30px;
	height: 30px;
}
.uv-sidetoggler button i{
	font-size: 30px;
	float: left;
	margin-right: 5px;
	color: white;
}
.uv-sidetoggler button{
	color: #CCC;
	text-transform: uppercase;
	line-height: 30px;
	height: 30px;
	padding: 0;
	font-size: 14px;
	font-family: "Open Sans";
	background: 0;
	cursor: pointer;
	font-weight: 300;
}
.uv-sidetoggler button:hover{
	color: #FB0060;
}
.uv-sidenav{
	width: 270px;
	background: #18161a;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	z-index: 100;
	top: 0;
	height: 100%;
	left: -270px;
	text-align: center;

	-webkit-transition: all 500ms ease-in-out 100ms;
	-moz-transition: all 500ms ease-in-out 100ms;
	-ms-transition: all 500ms ease-in-out 100ms;
	-o-transition: all 500ms ease-in-out 100ms;
	transition: all 500ms ease-in-out 100ms;
	-webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.38, 1);
	transition-timing-function: cubic-bezier(0.42, 0, 0.38, 1);
}
.uv-sidenavopen .uv-sidenav{
	left: 0;
}
.uv-sidenav-inner{
	position: relative;
	height: auto;
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom: 20px;
}
.uv-sidenav-close{
	position: absolute;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	color: white;
	font-size: 30px;
	padding: 0;
	background: transparent;
	z-index: 10;

	-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-sidenavlogo img{
	margin: auto;
	margin-top: 70px;
	max-width: 66%;
	margin-bottom: 80px;
}
.uv-sidenav-close:hover{
	-ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #FB0060;

    -webkit-transition: all 150ms ease-in-out 50ms;
	-moz-transition: all 150ms ease-in-out 50ms;
	-ms-transition: all 150ms ease-in-out 50ms;
	-o-transition: all 150ms ease-in-out 50ms;
	transition: all 150ms ease-in-out 50ms;
}
.uv-sidenavmenu{
	padding-left: 30px;
	width: 100%;
	font-size: 16px;
}
.uv-sidenavmenu li{
	margin-bottom: 12px;
}
.uv-sidenavmenu li a{
	display: block;
	position: relative;
	color: #7e747c;
	text-transform: uppercase;
	text-align: left;
	font-weight: 400;
	overflow: hidden;
	line-height: 1.4;

	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
}
.uv-sidenavmenu li.active a{
	color: #FB0060;
}
.uv-btnslide{
	display: block;
    overflow: hidden;
}
.uv-btnslide span{
	position: relative;
    display: block;
    line-height: inherit;
    white-space: nowrap;
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transition: -webkit-transform 0.25s;
    -moz-transition: -moz-transform 0.25s;
    transition: transform 0.25s;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.395, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.395, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.395, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.395, 1);
}
.uv-btnslide span:before{
	position: absolute;
    top: -100%;
    line-height: inherit;
    content: attr(data-hover);
    color: #c7c7c7;
    -webkit-transition: -webkit-transform 0.25s;
    -moz-transition: -moz-transform 0.25s;
    transition: transform 0.25s;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.395, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.395, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.395, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.395, 1);
}
.uv-btnslide:hover span{
	webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 10;
}
.uv-sidenavopen .uv-sidenavmenu li a{
	webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.uv-sidenavopen .uv-mainlogo img{
	opacity: 0;
}
.uv-sidenavopen{
	overflow: hidden!important;
}
.uv-sidenavopacity{
	position: fixed;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 50;

	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms;
}
.uv-sidenavopen .uv-sidenavopacity{
	visibility: visible;
	opacity: 1;
}
.uv-mobilemenu{
	visibility: hidden;
	height: 0;
	max-height: 250px;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	overflow: hidden;
	text-align: left;
	background: rgb(247, 247, 247);

	-webkit-transition: all 0.2s 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;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	-weblkit-overflow-scrolling: touch;
}
.uv-mobilemenu:before, .uv-mobilemenu:after{
	content: " ";
	display: table;
}
.uv-mobilemenu:after{
	clear: both;
}
.uv-mobilemenu-inner{
	padding: 0px 20px;
}
.uv-mobilemenu .uv-mobilemenu-inner > ul{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	font-size: 14px;
}
.uv-mobilemenu .uv-mobilemenu-inner > ul > li{
	margin: 0 -20px;
}
.uv-mobilemenu .uv-mobilemenu-inner > ul > li.uv-droparrow{
	position: relative;
}
.uv-mobilemenu .uv-mobilemenu-inner > ul > li > a{
	display: block;
	border-top: 1px solid #666;
	text-transform: uppercase;
	color: #000;
	padding: 14px 20px;
	line-height: 16px;
}
.uv-mobilemenu .uv-mobilemenu-inner > ul > li a:hover{
	color: #95784c;
	background: #FAFAFA;
}
.uv-mobilemenu .uv-mobilemenu-inner > ul > li.active > a,
.uv-mobile-submenu li.active a{
	color: #95784c;
}
.uv-mobilemenu .uv-mobilemenu-inner > ul > li:last-child > a{
	border-bottom: 1px solid #666;
}
.uv-mobile-submenu{
	height: 0;
	overflow: hidden;
}
.uv-mobile-submenu li a{
	display: block;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 90%;
	line-height: 1;
	border-top: dashed 1px #2d2d2d;
}
.uv-mobile-submenu li a:before{
	content: "- ";
}
.uv-eventrightcont-tickets {
    float: left;
    width: 36%;
    padding-right: 20px;
}
.uv-eventleftcont-tickets {
    float: right;
    width: 64%;
    padding-left: 20px;
}
#pop-main, #pop-error{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: auto;
	z-index: 1001;
	background: rgb(200, 200, 200);
	background: rgba(200, 200, 200, 0.85);
}
#pop-error{z-index: 1010;}
#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;
	/*background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .33);*/
}
.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: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 35px;
	top: 0px;
	right: 0px;
	z-index: 11;
	color: #075754;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.pop-close:hover{color: #075754;}
.pop-inner{
	padding: 18px 20px;
}
.uv-footer{
  	padding-top: 50px;
  	padding-bottom: 10px;
}
.uv-footer .row{
	font-size: 14px;
	text-align: left;
}
.uv-footer h3{
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 1em;
	color: #5F5F5F;
}
.uv-footer p{
	font-size: 14px;
	color: #999;
}
.uv-footer .left{
	line-height: 40px;
	margin: 0;
	padding: 0;
	color: #999;
	font-size: 13px;
}
.uv-footer .left a{
	color: #FB0060;
}
.uv-footer .left img{
	float: left;
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 10px;
}
.uv-footer ul{
	display: block;
	float: left;
}
.uv-footer ul li{
	float: left;
}
.uv-footer ul:after{
	display: block;
	clear: both;
	content: "";
}
a.uv-footergetdir{
	text-decoration: underline;
	color: #aaa;
}
.uv-footersignupcont h3{
	margin-right: 1.5em;
}
.uv-footer .uv-footertags{
	font-size: 12px;
	line-height: 1.8;
}
.uv-footersignupcont > div{
	color: #666;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 15px;
}
.uv-footersignupcont > form{
	padding-right: 145px;
	position: relative;
}
.uv-footersignupcont > form input{
	width: 48.5000%;
	float: left;
	margin-right: 1.5000%;
	margin-bottom: 0;
}
.uv-footersignupcont > form button{
	position: absolute;
	width: 140px;
	padding: 0;
	height: 34px;
	margin: auto;
	right: 0;
	top: 0;
	bottom: 0;
}
.uv-footerbanner{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 830px;
}
button.uv-btntriangles{
	position: relative;
}
button.uv-btntriangles:before{
	display: block;
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	border-top: transparent solid 34px;
  	border-bottom: transparent solid 0px;
  	border-right: #FB0060 solid 13px;
}
button.uv-btntriangles:after{
	display: block;
	content: " ";
	position: absolute;
	right: 0;
	top: 0;
	background: #000;
	border-top: transparent solid 0px;
  	border-bottom: transparent solid 34px;
  	border-left: #FB0060 solid 13px;
}
.uv-footermenu li a{
	font-size: 13px;
	line-height: 40px;
	padding: 0px 8px;
	display: block;
	color: #95784c;
}
.uv-footermenu li a:hover, .uv-footer a:hover{
	opacity: 0.9;
}
.uv-footer .right{
	font-size: 0px;
}
.uv-footer .uvpowered{
	float: left;
	margin-left: 10px;
	margin-top: 9px;
	margin-right: 10px;
}
.uv-footerseparator{
	margin: 30px 0px;
	height: 1px;
	background: rgba(255, 255, 255, 0.33);
}
.uv-socials{
	margin-top: 7px;
	margin-right: 8px;
}
.uv-socials li a, .bio-socials li a{
	display: block;
	font-size: 16px;
	margin: 0 3px;
	padding: 6px;
	color: #83847F;
	line-height: 1;
}
.uv-socials li a:hover, .bio-socials li a:hover{
	color: #FB0060;
}
.uvmd-right30{
	padding-right: 30px;
}
.uvmd-left30{
	padding-left: 30px;
}
.uvsm-pdl4{
	padding-left: 4px;
}
.uvsm-pdr4{
	padding-right: 4px;
}
.uv-prefootermainlogo{
	padding-left: 76px;
	position: relative;
	margin-bottom: 10px;
	min-height: 60px;
}
.uv-prefootermainlogo img{
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 60px;
}
.uv-prefootermainlogo h5{
	margin-top: 5px;
}
.uv-prefooter h5{
	text-transform: uppercase;
	font-size: 14px;
	color: #95784c;
	margin-top: 0px;
	margin-bottom: 5px;
}
.uv-prefooter h5 b{
	font-weight: 600;
}
.uv-psmall{
	font-size: 12px;
}
.uv-psmaller{
	font-size: 11px;
}
.uv-footerdirections{
	padding-left: 42px;
	position: relative;
	color: #95784c;
	min-height: 35px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	display: inline-block;
}
.uv-footerdirections img{
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 35px;
}
.uv-artlist li{
	position: relative;
	padding-bottom: 18px;
	border-bottom: 1px solid #D9DADE;
	margin-bottom: 15px;
	padding-left: 65px;
}
.uv-artlist li img{
	width: 47px;
	position: absolute;
	left: 0;
	top: 0;
}
.uv-artlist li p{
	margin-bottom: 0;
}
.uv-newsletterform label{
	font-size: 11px;
  	display: block;
	color: #666;
  	margin: 0;
  	margin-top: 10px;
  	display: block;
  	text-align: center;
  	font-weight: normal;
}
.uv-btnsilver{
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FDFDFD),
		color-stop(1, #D7D3D3)
	);
	background-image: -o-linear-gradient(bottom, #FDFDFD 0%, #D7D3D3 100%);
	background-image: -moz-linear-gradient(bottom, #FDFDFD 0%, #D7D3D3 100%);
	background-image: -webkit-linear-gradient(bottom, #FDFDFD 0%, #D7D3D3 100%);
	background-image: -ms-linear-gradient(bottom, #FDFDFD 0%, #D7D3D3 100%);
	background-image: linear-gradient(to bottom, #FDFDFD 0%, #D7D3D3 100%);

	border: 1px solid #C1C1C1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.uv-btngold{
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #A18451),
		color-stop(1, #8E6D44)
	);
	background-image: -o-linear-gradient(bottom, #A18451 0%, #8E6D44 100%);
	background-image: -moz-linear-gradient(bottom, #A18451 0%, #8E6D44 100%);
	background-image: -webkit-linear-gradient(bottom, #A18451 0%, #8E6D44 100%);
	background-image: -ms-linear-gradient(bottom, #A18451 0%, #8E6D44 100%);
	background-image: linear-gradient(to bottom, #A18451 0%, #8E6D44 100%);

	color: #fff;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.uv-btnhigh{
	padding-top: 20px;
	padding-bottom: 20px;
}
.uv-btn100{
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
.uv-popmsg{
	position: absolute;
	z-index: 20;

	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.85);
}
.uv-popmsg .pop-close{
	display: none;
}
.uv-popmsg .pop-charge{
	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;
}
.uv-popmsg .pop-close{
	display: none!important;
}
.uv-popmsg .uv-popheader{
	background: #1F1F1F;
	color: #FFF;
	padding-left: 30px;

	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.uv-popmsg .uv-popheader h1{
	color: #FFF;
}
.uv-popmsg .uv-popheader .close-pop-error .icon-cancel{
	color: #FFF;
}
.uv-popheader{
  	padding: 17px 15px;
 	padding-right: 40px;
  	position: relative;
}
.uv-max380{
  	max-width: 380px;
}
.uv-divexpand{
  	display: block;
  	line-height: 0;
  	font-size: 180px;
  	overflow: hidden;
}
.uv-msgcontent p {
  	font-size: 18px;
  	color: #494949;
  	margin: 0;
  	margin-bottom: 25px;
  	text-align: center;
  	line-height: 1.5;
}
.uv-popheader h1{
  	font-size: 22px;
  	line-height: 1;
  	margin: 0;
  	float: left;
}
.uv-popmsg .uv-popheader .close-pop-error .icon-cancel{
  	color: #075754;
}
.uv-popheader .close-pop, .uv-popheader .close-pop-error {
  	color: white;
	position: absolute;
	z-index: 10;
	right: 15px;
	margin: auto;
	top: 0;
	bottom: 0;
	font-size: 35px;
	width: 35px;
	height: 39px;
}
.uv-msgcontent{
  	padding: 30px;
}
.uvmd-clear{
	display: none;
}
.uv-droparrow > a:after{
	position: absolute;
	display: inline-block;
	font-family: 'fontello';
	content: "\e8c2";
	right: -13px;
  	text-align: center;
  	margin: auto;
  	top: 0;
  	color: #9398BA;
  	line-height: 1em;
  	height: 35px;
  	line-height: 37px;
  	z-index: 1;
  	font-size: 17px;
}
.uv-homesliderleft, .uv-homesliderright {
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	line-height: 40px;
	font-size: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	color: white;
	margin: auto;
	z-index: 30;
	opacity: 0;
}
.uv-homesliderleft{
  	left: 10px;
}
.uv-homesliderright {
  right: 10px;
}
.uv-sliderdescktop{position: relative;}
.uv-sliderdescktop:hover .uv-homesliderright{
	opacity: 1;
}
.uv-sliderdescktop:hover .uv-homesliderleft{
	opacity: 1;
}
.uv-homesliderleft:hover{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.uv-homesliderright:hover{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.uv-homesliderleft:active{
	color: #95784c;
}
.uv-homesliderright:active{
	color: #95784c;
}
#homeslider{
  	list-style: none;
  	margin: 0;
  	padding: 0;
}
#homeslider .uv-slideritem{
  	margin: 0;
  	padding: 0;
  	overflow: hidden;
}
#homeslider .uv-slideritem img{
  	width: 100%;
}
#homeslider .owl-controls .owl-pagination{
	display: inline-block;
}
#homeslider .owl-controls .owl-page span{
  	width: 40px;
  	height: 4px;
  	margin: 5px 5px;
  	filter: Alpha(Opacity=80);
  	opacity: 0.8;
  	-webkit-border-radius: 0px;
  	-moz-border-radius: 0px;
  	border-radius: 0px;
  	background: #fff;
}
#homeslider .owl-controls{
  	display: inline-block;
  	margin: 0;
  	bottom: 4%;
  	right: 22px;
  	margin-left: 0px;
 	position: absolute;
  	z-index: 1;
}
#homeslider .owl-controls .owl-page.active span{
	height: 7px;
	filter: Alpha(Opacity=100);
  	opacity: 1;
}
/*Calendar*/
.uvc-calgrid{
	font-size: 20px;
	clear: both;
}
.uvc-calgrid .uvc-th, .uvc-calgrid .uvc-day{
	float: left;
	width: 13.2857%;
	position: relative;
	overflow: hidden;
	margin: 0 .5% 1%;
}
.uvc-calgrid .uvc-day{
	background-color: #333;
	/*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/
}
.uvc-calgrid .uvc-days{
	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(150, 150, 150, 0.7);
}
.uvc-calgrid .uvc-nextmonth, .uvc-calgrid .uvc-pastmonth, .uvc-calgrid .uvc-pastday{
	background-color: #1F1F1F;
}
.uvc-calgrid .uvc-day:before{
	display: block;
	position: relative;
	width: 100%;
	content: " ";
	padding-bottom: 100%;
}
.uvc-daylabel{
	position: absolute;
	font-size: 80%;
	top: 0;
	left: 0;
	z-index: 10;
	color: #C7C7C7;
	width: 100%;
	line-height: 1;
	padding: 0.35em 2%;
	background: transparent;
	text-align: right;
	text-shadow: 2px 2px 4px #000000;
}
.uvc-daylabel span{
	display: none;
}
.uvc-th{
	padding: 4px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 70%;
	color: #C7C7C7;
}
.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/loader.gif') no-repeat center center;
	position: absolute;
	display: block;
	content: " ";
	z-index: 16;
	width: 40px;
	height: 30px;
	margin: 0;
	margin: auto;
	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;
}
.uvc-controls{
	font-size: 20px;
	margin: 0px 1% 10px;
}
.uvc-controls i{
	margin: 0 5px;
	font-size: 25px;
	color: #FFF;
}
.uvc-curmonth{
	float: left;
	margin-right: 20px;
	line-height: 35px;
	font-size: 125%;
	text-transform: uppercase;
}
.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%);
}
.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 > div{
	display: table-row;
}
.uvc-eventlist > div > div{
	display: table-cell;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c1c1c1;
	vertical-align: middle;

	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #F6F6F6), color-stop(1, #EAEAEA) );
  	background-image: -o-linear-gradient(bottom, #F6F6F6 0%, #EAEAEA 100%);
  	background-image: -moz-linear-gradient(bottom, #F6F6F6 0%, #EAEAEA 100%);
  	background-image: -webkit-linear-gradient(bottom, #F6F6F6 0%, #EAEAEA 100%);
  	background-image: -ms-linear-gradient(bottom, #F6F6F6 0%, #EAEAEA 100%);
  	background-image: linear-gradient(to bottom, #F6F6F6 0%, #EAEAEA 100%);
}
.uvc-eventlist > div > div:first-child{
	padding-left: 15px;
}
.uvc-eventlist > div > div:last-child{
	padding-right: 15px;
}
.uvc-eventlist .uvc-elflyer{
	width: 130px;
}
.uvc-eventlist .uvc-elinfo{
	padding-left: 3%;
}
.uvc-eventlist .uvc-eldate{
	padding-left: 1%;
	padding-right: 1%;
}
.uvc-eventlist .uvc-elbutton{
	text-align: right;
}
.uvc-elflyer img{
	width: 115px;
}
.uvc-elinfo h1{
	margin: 0;
	font-size: 130%;
	text-align: left;
	letter-spacing: 3px;
}
.uvc-elinfo h2{
	margin: 0;
	font-size: 80%;
}
.uvc-eldate h5{
	margin: 0;
	font-size: 95%;
	padding: 0 0.3em 0.3em 0.3em;
	margin-bottom: 0.3em;
	border-bottom: 3px solid #95784c;
	text-align: center;
	text-transform: uppercase;
}
.uvc-eldate h6{
	font-size: 140%;
	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: #000;
}
.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;
}
/*******/

.uv-upcomingmenu{
	float: right;
}
.uv-upcomingmenu li{
	float: left;
}
.uv-upcomingmenu button{
	padding: 5px 13px;
	color: #9D9D9D;
	border: 1px solid #CECECE;
	border-right: 0px;
	font-size: 16px;

	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #FDFDFD), color-stop(1, #D7D3D3) );
  	background-image: -o-linear-gradient(bottom, #FDFDFD 0%, #D7D3D3 100%);
  	background-image: -moz-linear-gradient(bottom, #FDFDFD 0%, #D7D3D3 100%);
  	background-image: -webkit-linear-gradient(bottom, #FDFDFD 0%, #D7D3D3 100%);
  	background-image: -ms-linear-gradient(bottom, #FDFDFD 0%, #D7D3D3 100%);
  	background-image: linear-gradient(to bottom, #FDFDFD 0%, #D7D3D3 100%);
}
.uv-upcomingmenu li:last-child button{
	border-right: 1px solid #CECECE;
}
.uv-upcomingmenu button.active{
	color: white;
	background: #ACACAD;

	-webkit-box-shadow: inset inset 0px 0px 6px -1px rgba(0,0,0,0.64);
	-moz-box-shadow: inset 0px 0px 6px -1px rgba(0,0,0,0.64);
	box-shadow: inset 0px 0px 6px -1px rgba(0,0,0,0.64);
}
.uv-upcomingmenu i.icon-list{
	font-size: 18px;
  	margin-top: -2px;
  	margin-bottom: -1px;
  	float: left;
  	margin-right: -2px;
  	margin-left: -2px;
}
#homeslider .uv-slideritem:before{
	position: absolute;
	content: " ";
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: url('http://povrooftop.com/imateq/www/slider.shade.top.png') center center repeat-x;
	-webkit-background-size: auto 100%;
  	-moz-background-size: auto 100%;
  	-o-background-size: auto 100%;
  	background-size: auto 100%;
}
.uv-pagetopbar{
	background: #3C3C3E;
	padding: 14px 0px;
	font-size: 15px;
}
.uv-pagetopbar h2{
	font-size: 14px;
	margin: 0;
	color: #CBD5D4;
	text-transform: uppercase;
}
.uv-pagetopbar a{
	color: #B79A6E;
	text-transform: none;
}
.uv-pagetopbar a i{
	color: #CBD5D4;
}
.uv-eventtitle{
	padding-left: 75px;
	position: relative;
	min-width: 65px;
	padding-top: 8px;
}
.uv-datecalendar{
	background: url('http://povrooftop.com/imateq/www/caliconbg.png');
	width: 56px;
	height: 62px;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
}
.uv-datecalendarlabel{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	font-size: 17px;
	color: #717171;
	text-align: center;
	text-transform: uppercase;
	padding-top: 4px;
	line-height: 1;
}
.uv-datecalendarlabel b{
	display: block;
	font-size: 150%;
	font-weight: 600;
}
.uv-vcenter{
	bottom: 50%;
	top: auto;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	vertical-align: middle;
}
.uv-eventtitle{
	font-size: 20px;
	margin-bottom: 25px;
}
.uv-eventtitle h1{
	text-align: left;
	margin: 0;
	color: #3C3C3E;
	line-height: 1;
	margin-bottom: 0.1em;
	letter-spacing: -1px;
	font-size: 150%;
}
.uv-eventtitle h2{
	color: #717171;
	margin: 0;
	font-size: 80%;
}
.uv-eventleftcont{
	float: left;
	width: 64%;
	padding-right: 20px;
}
.uv-eventrightcont{
	float: right;
	width: 36%;
	padding-left: 20px;
}
.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(150, 120, 73, 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;
}
#pop-loader{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgb(55, 55, 55);
	background-color: rgba(55, 55, 55, 0.8);
	top: 0;
	left: 0;
	z-index: 110;
}
.pop-loader-loading{
	position: absolute;
    background-image: url('../imateq/www/loader.gif');
    background-position: center center;
    background-color: rgb(255, 255, 255);
    background-color: rgba(0, 0 , 0, 0.8);
    background-repeat: no-repeat;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 30px;
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.uv-popimgcont .pop-charge{
	max-width: 800px;
	padding: 35px 10px 10px 10px;
}
.uv-popimgcont img{
	display: block;
	width: 100%;
}
.uv-panel{
	position: relative;
	min-height: 30px;
	margin-bottom: 15px;
	border: 1px solid rgba(198, 198, 198, 0.7);
	background: #fff;
}
.uv-panel-tickets:not(.closed), .uv-panel-reservations:not(.closed){
	border-top: #AD9B75 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: black;
	font-size: 17px;
}
.uv-panel.closed .uv-panelheader button{
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #FDFDFD), color-stop(1, #D7D3D3) );
  	background-image: -o-linear-gradient(bottom, #FDFDFD 0%, #D7D3D3 100%);
  	background-image: -moz-linear-gradient(bottom, #FDFDFD 0%, #D7D3D3 100%);
  	background-image: -webkit-linear-gradient(bottom, #FDFDFD 0%, #D7D3D3 100%);
  	background-image: -ms-linear-gradient(bottom, #FDFDFD 0%, #D7D3D3 100%);
  	background-image: linear-gradient(to bottom, #FDFDFD 0%, #D7D3D3 100%);
}
.uv-panel .uv-panelheader button i{
	float: left;
	color: #C6C6C6;
	font-size: 25px;
	height: 25px;
	margin-right: 10px;
	margin-top: 14px;
}
.uv-panel .uv-panelheader button: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-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(198, 198, 198, 0.7);
}
.uv-panel-grayfb{
	background: #fbfbfb;
}
.uv-panel .uv-panelinfo{
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
.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: #3C3C3E;
	padding-bottom: 3px;
}
.uv-borbotF5{
	border-bottom: 1px solid #f5f5f5;
}
.uv-venuebrandcolor{
	color: #95784c;
}
.uv-panel .uv-panelinfo h2{
	margin: 0;
	font-size: 85%;
	margin-bottom: 0.2em;
}
.uv-panel .uv-panelbody p{
	font-size: 70%;
	color: #888;
	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: #aaa;
	margin: 0;
	margin-bottom: 1em;
}
.uv-panel .uv-panelbody h4{
	margin: 0;
	color: #3C3C3E;
	font-size: 70%;
	margin-bottom: 0.9em;

	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.uv-panel .uv-panelbody h4 b{
	font-weight: 600;
}
.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;
	width: 100%;
	font-size: 20px;
}
.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{
	text-align: right;
}
.uv-ticketssel td{
	padding: 10px 1%;
	text-align: center;
	border-bottom: 1px solid #F2F2F2;
}
.uv-ticketssel td:first-child{
	font-size: 85%;
	text-align: left;
}
.uv-ticketssel td:last-child{
	text-align: right;
}
.uv-ticketssel td:first-child a{
	font-size: 75%;
	margin-left: 10px;
}
.uv-ticketssel span{
	font-size: 75%;
	color: #888;
}
.uv-ticketssel 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-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-ticketmoreinfo{
	display: none;
	opacity: 0;
	visibility: hidden;
}
/** **/

.uv_fieldaddresscountry{background-color: #FFF;color: #000;}

.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{
		background-image: none;
		padding-right: 13px;
		color: #000;
	}
}

/************ ************************/
.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;}
.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;}
.text-ellipsis{text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.font-italic{font-style: italic;}
.font-smaller{font-size: 12px;}
button.btn-secondary
{
	background-color: #3f3f3f;
	height: 74px;
	color: #7a7a7a;
	line-height: 74px;
	padding: 0 35px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/*Event Popup*/
.eventpopup-container{color: #666;border: solid 5px #EAEAEA;padding: 15px;}
.eventpopup-container h3{color: #000;}
.eventpopup-container h5{font-family: inherit;}
.event-popup-book-btn
{
	position: relative;
	padding-left: 35px;
	margin-right: -20px;
}
.event-popup-book-btn-triangle
{
	position: absolute;
	width: 0;
	height: 0;
	top: 0px;
	left: 0px;
	border-top: 30px solid #FFF;
	border-right: 20px solid transparent;
}
/**/

/*Info*/
.info-maintext{color: #979894;}
.info-maintext h2{color: #FFF;}
.info-lefttext{color: #62615D;}
.info-lefttext a{color: #DF316A;text-decoration: none;}
.info-lefttext ul{list-style: initial;margin: initial;padding: initial;padding-left: 30px;}
.info-lefttext ul li{list-style: initial;margin: initial;padding: initial;}
/**/

/*Large Parties*/
.ce-owlslider-container{position: relative;}
.ce-slideshow-item img
{
	width: 100%;
	height: auto;
}
.uv-cesliderleft, .uv-cesliderright
{
	background-color: #494949;
	position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    line-height: 30px;
    font-size: 22px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #303030;
    font-weight: bold;
    margin: auto;
    z-index: 30;
    opacity: 0;
    -webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.uv-cesliderleft{left: 5px;}
.uv-cesliderright{right: 5px;}
.ce-owlslider-container:hover .uv-cesliderleft, .ce-owlslider-container:hover .uv-cesliderright{opacity: 1;}

/**/

/**
* Home slide buttons
*/
.slider-menu {
	position: absolute;
	width: 80%;
	bottom: 15%;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.slider-button {
	text-transform: uppercase;
	border: 2px solid #fff;
	padding: 15px 20px;
	background-color: rgba(0,0,0,0.65);
	font-size: 1.5em;
	width: 100%;
	margin: 0 auto;
	display: block;
	cursor: pointer;
	text-align: center;
}

.uv-homesliderleft, .uv-homesliderright {
	background-color: #FB0060;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 230px;
	font-size: 1em;
	display: block;
}
.uvthright{text-align: right!important;}

.slide-overlay {
  background: -webkit-linear-gradient(top,rgba(0,0,0,0.6),rgba(0,0,0,0)) ; /*Safari 5.1-6*/
  background: -o-linear-gradient(bottom,rgba(0,0,0,0.6),rgba(0,0,0,0)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(bottom,rgba(0,0,0,0.6),rgba(0,0,0,0)); /*Fx 3.6-15*/
  background: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0));
  position: absolute;;
  top: 0px;
  left: 0px;
  height: 20%;
  width: 100%;
}
/*.uv-scrolled > .uv-page .custom-gradient, .uv-scrolled > .uv-page .uv-sidetoggler button {
  background: 0 !important;
}* , .uv-sidetoggler button/
/*.slider-button:hover {
	background-color: rgba(251, 0, 96, 0.35);
}*/
/*****/
/************ ************************/
/*** NEW TABLES FORM ***/
.uv-tableform{
	text-align: left;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    color: #D21B75;
    display: block;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}
.uv-tableform .change-time{margin-bottom: 20px;}
.uv-tableform .uv-inputcont{
	position: relative;
    padding-left: 140px;
    min-height: 41px;
    margin-bottom: 10px;
}
.uv-tableform .uv-inputcont label{
    height: 41px;
    line-height: 41px;
    display: block;
    width: 120px;
    font-weight: 700;
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: right;
    text-transform: none;
}
.uv-tableform .uv-inputcont input[type='text'], .uv-tableform .uv-inputcont textarea {
	background: #FFFFFF;
    padding: 10px 10px;
    font-size: 1em;
    border: 1px solid #B6B7BC;
    outline: none;
    color: #666;
    margin-bottom: 0;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s 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;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fafafa;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #b4b4b4;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #b4b4b4;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #b4b4b4;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #b4b4b4;
    border-top-style: solid;
    border-top-width: 1px;
    color: black;
    width: 100%;
}
.uv-tableform .uv-inputcont input[type='radio']{
	height: 15px;
	width: 15px;
	margin-right: 20px;
}
.uv-tableform .uv-inputcont span{
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	margin-right: 5px;
}
.uv-tableform .book-btn{
	display: block;
    width: auto;
    font-size: 19px;
    margin: auto;
    letter-spacing: 0.1em;
    padding-top: 9px;
    padding-right: 28px;
    margin-bottom: 0;
    background-image: none!important;
    padding-right: 22px;
}
.uv-tableform .uv-inputcont select{
	display: block;
    width: 100%;
    height: 50px;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    outline: none;
    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-tableform .uv-inputcont.uv-inputcont-biglabel label{width: 150px;}
.uv-tableform .uv-inputcont.uv-inputcont-biglabel{padding-left: 170px;}


.uvf input[type='text']:focus, .uvf textarea:focus
{
	background: #fff;	
}


@media(max-width: 1200px){
	.uvmd-right30{
		padding-right: 15px;
	}
	.uvmd-left30{
		padding-left: 15px;
	}
	.uv-mainmenu > ul > li{
		margin: 0 16px;
	}
	.uv-mainlogo img{
		margin-left: 20px;
	}
	.uv-menus{
		margin-right: 20px;
	}
}
@media(max-width: 1200px){
	.uv-mainmenu > ul > li > a{
		font-size: 15px;
	}
}
@media(max-width: 1050px){
	.uv-footer{
		text-align: center;
		font-size: 0px;
	}
	.uv-footer .left, .uv-footer .right{
		float: none;
		display: inline-block;
		width: 100%;
		margin-left: 0px!important;
	}
	.uv-footer .left{
		line-height: 1.4;
		margin-bottom: 8px;
	}
	.uv-footer ul{
		display: inline-block;
		float: none;
	}
	.slider-button {
		font-size: 1.4em;
	}
}
/* Bootstrap md */
@media(max-width: 992px){
	.pt100{
		padding-top: 80px;
	}
	.pb100{
		padding-bottom: 80px;
	}
	.uvmd-clear{
		display: block;
		clear: both;
		height: 20px;
	}
	.uv-mainmenu > ul > li > a{
		font-size: 12px;
	}
	.uv-mainmenu > ul > li{
		margin: 0 13px;
	}
	.uv-menus{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.uv-mainlogo img{
	  	height: 60px;
  		margin-top: 10px;
  		margin-bottom: 10px;
  	}
  	.uvc-eventlist{
  		font-size: 18px;
  	}
  	.uv-eventleftcont{
  		padding-right: 8px;
  		width: 58%;
  	}
  	.uv-eventrightcont{
  		padding-left: 8px;
  		width: 42%;
  	}
  	.slider-menu {
  		width: 90%;
  	}
  	.slider-button {
	  	font-size: 1.4em;
  	}
    .uv-eventrightcont-tickets,
    .uv-eventleftcont-tickets{width: 100%; padding: 0px;}
}
@media(max-width: 900px){
	.uv-footer .right:before{
		display: block;
		clear: both;
	}
	.uv-droparrow > a:after{
		display: none;
	}
	.uv-mainmenu > ul > li{
		margin: 0 11px;
	}
	.slider-menu {
  		width: 90%;
  	}
  	.slider-button {
	  	font-size: 1em;
  	}
}
/* Bootstrap sm */
@media(max-width: 767px){
	h1{font-size: 35px;}
	.uv-mainlogo img{
		height: 50px;
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.padding-sides{
		padding-left: 15px;
		padding-right: 15px;
	}
	.uv-menus{
		display: none;
	}
	.uv-mobile-toggler{
		display: block;
	}
	.uv-mobilemenu{
		visibility: visible;
	}
	.pb50{
		padding-bottom: 40px;
	}
	.pt50{
		padding-top: 40px;
	}
	.pt60{
		padding-top: 40px;
	}
	.pb80{
		padding-bottom: 50px;
	}
	.pt80{
		padding-top: 50px;
	}
	.pb90{
		padding-bottom: 50px;
	}
	.pt100{
		padding-top: 40px;
	}
	.pb100{
		padding-bottom: 40px;
	}
	.uvsm-pdl4{
		padding-left: 15px;
	}
	.uvsm-pdr4{
		padding-right: 15px;
	}
	.uv-prefooter h4{
		margin-bottom: 20px;
	}
	.uv-mobspacer{
		display: block;
		height: 30px;
	}
	.uv-scrolled .uv-mainlogo img{
		margin-bottom: 2px;
	}
	.uv-droparrow > a:after{
		display: block;
		right: 15px;
		margin-top: 6px;
	}
	.uv-ctabuttons button{
		margin-bottom: 5px;
	}
	.uvc-th span{
		display: none;
	}
	.uvc-calgrid{
		font-size: 15px;
	}
	.uvc-eventlist{
		font-size: 16px;
	}
	.uv-eventleftcont{
  		padding-right: 0px;
  		width: 100%;
  		float: none;
  	}
  	.uv-eventrightcont{
  		padding-left: 0px;
  		width: 100%;
  		float: none;
  	}
  	.uv-footersignupcont{
  		margin-top: 30px;
  	}
  	.slider-menu {
  		width: 100%;
  		position: relative;
  		margin-top: 25px;
  	}
  	.slider-button {
	  	margin-bottom: 10px;
	  	font-size: 1.5em;
  	}
}
@media(max-width: 600px){
	.uv-prefooter{
		padding-top: 45px;
		padding-bottom: 10px;
	}
	.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%;
	}
}
@media(max-width: 550px){
	.uv-footer .uvpowered{
		float: none;
	}
	.uv-footer .left img{
		margin-top: -6px;
		float: none;
	}
	.uv-footermenu li a{
		line-height: 35px;
	}
	.uv-footer .uvpowered{
		margin: 0;
		margin-top: 4px;
	}
	.uv-footersignupcont > form button{
		position: relative;
		margin: auto;
		margin-top: 10px;
	}
	.uv-footersignupcont > form{
		text-align: center;
		padding-right: 0px;
		margin-right: -2%;
	}
}
@media(max-width: 500px){
	.padding-sides{
		padding-left: 10px;
		padding-right: 10px;
	}
	.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-ticketssel, .uv-panel .uv-panelinfo{
		font-size: 18px;
	}
	.uv-tableform .uv-inputcont label{width: 95px;}
	.uv-tableform .uv-inputcont{padding-left: 110px;}
	.uv-tableform .uv-inputcont.uv-inputcont-biglabel label{width: 133px;}
	.uv-tableform .uv-inputcont.uv-inputcont-biglabel{padding-left: 150px;}
}
@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%;
	}
}