*{outline: none;}
html, body{height: 100%;}
html {
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  overflow-x: hidden!important;
}
body {
  margin: 0;
  font-family: "avenir", Arial, Tahoma;
  font-style: normal;
  font-size: 14px;
  overflow-x: hidden!important;
  background-color: #000;
  color: #FFF;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
}

*:not(select>span) {
	    -webkit-transform: translate3d(0, 0, 0);
	}
.customSelect{ -webkit-transform: none; }	
.dynamic-bar-select{ -webkit-transform: none; }
.customSelectInner{ -webkit-transform: none; }	


.modal-content .modal-header h4{ width: 90%; }
/*
_::-webkit-:not(select>span), .safari_only {

 -webkit-transform: translate3d(0, 0, 0);

}
*/




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;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-style: bolder;
}
label{font-weight: normal;}
dfn {
  font-style: italic;
}
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;
  margin-top: 0px;
  margin-bottom: 0px;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
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-size: bolder;
}
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;
}
ul, li{
	list-style: none;
	margin: 0;
	padding: 0;
}
a{
	background-color: transparent;
	color: #FFF;
	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.active, a:active, a:focus, a:hover{color: #E4A626;outline: 0;text-decoration: none;}
h1, h2, h3, h4, h5, h6{margin-top: 0px;line-height: 1;}
button
{
	background-color: #212121;
	height: 25px;
	line-height: 27px;
	color: #CCC;
	text-align: center;
	padding: 0 20px;
	border: 0;
}
button:hover{color: #E4A626;}

/*Global*/

a.underline{text-decoration: underline;}
a.underline:hover{text-decoration: underline;}
.ahovercolor:hover{color: #E4A626;}
.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{
	display: table;
	content: " ";
}
.clearfix:after, .uv-section:after{
	clear: both;
}
.padding-sides{
	padding-left: 25px;
	padding-right: 25px;
}
.nopadding{padding: 0px;}
.nomargin{margin: 0px;}
.display-inlineblock{display: inline-block;}
.display-inline{display: inline;}
.display-none{display: none!important;}
.display-none-onmobile{display: block;}
.w100{width: 100%;}
.w100i{width: 100%!important;}
.maw100{max-width: 100%;}
.w90{width: 90%;}
.w70{width: 70%;}
.w50{width: 50%;}
.h100{height: 100%;}
.mh100{min-height: 100%;}
.h25{height: 25%;}
.h35{height: 35%;}
.h40{height: 40%;}
.h50{height: 50%;}
.h80{height: 80%;}
.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;}
.mb70{margin-bottom: 70px;}
.mb80{margin-bottom: 80px;}
.mb90{margin-bottom: 90px;}
.mb100{margin-bottom: 100px;}
.mr5{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mr25{margin-right: 25px;}
.mr30{margin-right: 30px;}
.mt20{margin-top: 20px;}
.ml10{margin-left: 10px;}
.ml20{margin-left: 20px;}
.touppercase{text-transform: uppercase;}
.text-ellipsis{text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.font-italic{font-style: italic;}
.font-smaller{font-size: 12px;}
.hidden-480{display: block;}
.uv-page
{
	background: transparent url('../imateq/www/mainloader.gif') center center no-repeat;
	position: relative;
	height: 100%;
	padding: 100px 0 30px;
}
.uv-page.withbar{padding: 140px 0 30px;}
.uv-section{
	position: relative;
}
.uv-section-inner{
	max-width: 1280px;
	margin: auto;
}
.uv-content{display: none;background-color: #000;height: 100%;overflow-y: scroll;overflow-x: hidden!important;}
.uv-ulfloats-li li{float: left;}
.uv-columns-sameheight{position: relative;padding-top: 36%;z-index: 50;}
.uv-columns-sameheight-inner{position: absolute;width: 100%;height: 100%;top: 0px;left: 0px;z-index: 40;overflow: hidden;}
.uv-img-responsive{width: 100%;height: auto;}
.uv-center{display: block;text-align: center;}
.uv-justify{display: block;text-align: justify;}
.uv-right{display: block;text-align: right;}
.uv-left{display: block;text-align: left;}
.uv-center-onmobile{display: block;}
.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);
}
.uv-pattern-darker:after
{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQIW2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXxvZSoAAAAAElFTkSuQmCC);
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 50;
	-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;
}
.popup-image-container
{
	background: transparent url('../imateq/www/mainloader.gif') center center no-repeat;
	max-width: 100%;
	min-height: 250px;
}
.popup-image-container img{display: none;}
.ul-li-initial ul{list-style: initial;margin: initial;padding: initial;padding-left: 30px;}
.ul-li-initial ul li{list-style: initial;margin: initial;padding: initial;}


@media(max-width: 991px)
{
	.rollover-effect-container span{font-size: 1.6vw;}
}
@media(max-width: 767px)
{
	.padding-sides, .padding-sides-onmobile{padding-left: 15px;padding-right: 15px;}
	.display-none-onmobile{display: none;}
	.uv-page{padding: 80px 0 30px;}
	.uv-page.withbar{padding: 120px 0 30px;}
	.uv-columns-sameheight{padding-top: 50%;}
	.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)
{
	.padding-sides, .padding-sides-onmobile{padding-left: 10px;padding-right: 10px;}
	.rollover-effect-container span{font-size: 3.4vw;}
	.hidden-480{display: none;}
}

@-webkit-keyframes rollover-effect
{
	0%   {-webkit-transform:rotate(-175deg) scale(0.2); }
	100% {-webkit-transform:rotate(0deg) scale(1); }
}
@keyframes rollover-effect
{
	0%   {transform:rotate(-175deg) scale(0.2);}
	100% {transform:rotate(0deg) scale(1);}
}
/**/

/*Wynn*/
.graytext{color: #7e8286;}
.bgc-black{background-color: #000;}
.dynamic-bar
{
	position: absolute;
	background-color: #000;
	width: 100%;
	height: 40px;
	top: 100px;
	left: 0px;
	font-size: 16px;
	padding-top: 12px;
	overflow: hidden;
	z-index:99;
}
.dynamic-bar-select{visibility: hidden;cursor: pointer;}
.dynamic-bar-select option{background-color: #000;}
.dynamic-bar .customSelect .customSelectInner
{
	background: transparent url('../imateq/www/dynamicbar.select.arrows.png') no-repeat;
	background-position: 100% -3px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 1);
	font-size: 15px;
}
.dynamic-bar .customSelect.customSelectOpen .customSelectInner{background-position: 100% -31px;}
.smallbox-table{display: table;}
.smallbox-cell{display: table-cell;vertical-align: middle;}
.smallbox{position: relative;max-width: 700px;margin: auto;z-index: 60;}
.smallbox.small-page{max-width: 850px;}
.box-item
{
	position: relative;
	background: transparent url('../imateq/www/loader.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;
}
.mySelectdateClass
{ 
	background-color: #FFF;
	color: #000;
	display: none;
}

@media(max-width: 767px)
{
	.dynamic-bar{top: 80px;}
}
@media(max-width: 600px)
{
	.dynamic-bar .sec-select-container{margin-right: 0px;}
	.dynamic-bar .extra-select-container{display: none;}
	.mySelectdateClass{display: block;}
}
@media(max-width: 480px)
{
	.dynamic-bar{font-size: 13px;padding-top: 14px;}
	.dynamic-bar-select{max-width: 148px;}
	.dynamic-bar .customSelect .customSelectInner{background-position: 100% -5px;font-size: 12px;}
	.dynamic-bar .customSelect.customSelectOpen .customSelectInner{background-position: 100% -33px;}
}
/**/

/*POP UPS*/
#pop-loader
{
	display: none;
	position: fixed;
	background-color: rgba(0, 0, 0, .85);
	background-image: url('../imateq/www/loader.gif');
	background-position: center center;
	background-repeat: no-repeat;
	width: 90px;
	height: 35px;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1005;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(255, 255, 255, 0.4);
	-moz-box-shadow: 0px 0px 8px 1px rgba(255, 255, 255, 0.4);
	box-shadow: 0px 0px 8px 1px rgba(255, 255, 255, 0.4);
}
#pop-main, #pop-error{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: auto;
	z-index: 1010;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.85);
}
#pop-error{z-index: 1020;}
#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: 100px;
	min-height: 50px;
	text-align: left;
	line-height: normal;
	background: #000;
	border: 1px solid #454545;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
	box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
}
.pop-close
{
	display: block;
	background-color: #F7F7F7;
	position: absolute;
	text-align: center;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #323232;
	font-size: 23px;
	top: -12px;
	right: -12px;
	border: solid 1px #323232;
	z-index: 11;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.pop-inner{padding: 18px 20px;}

@media(max-width: 850px)
{
	#pop-error .pop-box
	{
		height: 100%;
		width: 100%;
		margin: 0px;
		padding: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		background: transparent;
	}
	#pop-error .pop-charge
	{
		width: 100%;
		height: 100%;
		background: transparent;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		text-align: center;
	}
}
/**/

/*Header && Footer*/
.uv-header
{
	position: absolute;
	background-color: #000;
	width: 100%;
	height: 100px;
	top: 0px;
	left: 0px;
	z-index: 100;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
}
.uv-header .uv-section-inner{max-width: 100%;}
.uv-mainlogo{padding-top: 17px;}
.uv-premenu{padding-top: 16px;}
.uv-premenu > ul > li{margin-left: 14px;}
.uv-premenu > ul > li:first-child{margin-left: 0px;}
.uv-premenu > ul > li > a{color: #CCC;font-size: 12px;}
.uv-premenu > ul > li.active > a{color: #E4A626;}
.uv-mainmenu{padding-top: 22px;}
.uv-mainmenu > ul > li{position: relative;margin-left: 20px;}
.uv-mainmenu > ul > li:first-child{margin-left: 0px;}
.uv-mainmenu > ul > li > a{font-size: 18px;}
.uv-mainmenu > ul > li.active > a{color: #E4A626;}
.uv-mainmenu li:hover > .uv-submenu{visibility: visible;opacity: 1;}
.uv-submenu
{
	position: absolute;
	background-color: #000;
	font-size: 12px;
	visibility: hidden;
	opacity: 0;
	top: 100%;
	left: 0%;
	border: 1px solid #212121;
	z-index: 95;
	transition: opacity 0.2s ease-in;
	-webkit-box-shadow: 0px 1px 8px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 8px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 8px rgba(50, 50, 50, 0.75);
}
.uv-submenu.align-right{left: inherit;right: 0px;}
.uv-submenu li{width: 100%;text-align: left;padding: 5px 8px;}
.uv-submenu.align-right li{text-align: right;}
.uv-submenu li a{white-space: nowrap;}
.uv-mobile-toggler
{
	display: none;
	float: right;
	background: #fff;
	padding: 0px 9px;
	margin-right: 15px;
	color: #000;
	font-size: 25px;
	margin-top: 18px;
	line-height: 40px;
	border: 1px solid transparent;
	opacity: 1;
	-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: #000;
	color: #fff;
	border: 1px solid white;
	opacity: 0.8;
}
.uv-mobilemenu{
	display: none;
	height: 0;
	max-height: 250px;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	overflow: hidden;
	text-align: left;
	background: #000;
	
	-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 > a{
	display: block;
	border-top: 1px solid #353535;
	text-transform: uppercase;
	padding: 14px 20px;
	line-height: 16px;
}
.uv-mobilemenu .uv-mobilemenu-inner > ul > li.active > a{
	color: #E4A626;
}
.uv-mobilemenu .uv-mobilemenu-inner > ul > li:last-child > a{
	border-bottom: 1px solid #353535;
}
.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-footer
{
	position: absolute;
	background-color: #000;
	width: 100%;
	height: 30px;
	bottom: 0px;
	left: 0px;
	z-index: 90;
}
.uv-footer .uv-section-inner{max-width: 100%;}
.uv-footer .uv-socials-container{padding-top: 0px;}
.uv-footer .uv-socials > li{margin-left: 8px; position: relative; padding-top: 4px;}
.uv-footer .uv-socials > li:first-child{margin-left: 0px;}
.uv-footer .uv-socials > li > a{
	display: block;
	position: relative;
	width: 22px;
	height: 22px;
	color: #999999;
	text-align: center;
}
.uv-footer .uv-socials li a:hover{color: #E4A626;}
.uv-footer .uv-socials li a i{font-size: 18px;}
.uv-footer-menu{padding-top: 6px;}
.uv-footer-menu > ul > li{margin-left: 12px;}
.uv-footer-menu > ul > li:first-child{margin-left: 0px;}
.uv-footer-menu > ul > li > a{color: #ccc;font-size: 12px;}
.uv-footer-menu > ul > li.active > a{color: #E4A626;}
.uv-footer .uv-socials li:hover > .uv-submenu{visibility: visible;opacity: 1;}
.uv-footer .uv-socials .uv-submenu{
	bottom: 100%;
	top: auto;
	width: 150px;
	font-size: 11px;
	padding: 3px 0px;
}
.uv-footer .uv-socials .uv-submenu a{
	display: block;
}

@media(max-width: 1250px)
{
	.uv-mainmenu > ul > li > a{font-size: 17px;}	
}
@media(max-width: 1210px)
{
	.uv-mainmenu > ul > li > a{font-size: 16px;}	
}
@media(max-width: 1199px)
{
	.uv-premenu > ul > li{margin-left: 10px;}
	.uv-premenu > ul > li > a{font-size: 10px;}
	.uv-mainmenu > ul > li{margin-left: 12px;}
	.uv-mainmenu > ul > li > a{font-size: 15px;}	
}
@media(max-width: 1080px)
{
	.uv-mainmenu > ul > li > a{font-size: 14px;}	
}
@media(max-width: 1024px)
{
	.uv-premenu > ul > li{margin-left: 8px;}
	.uv-premenu > ul > li > a{font-size: 9px;}
	.uv-mainmenu > ul > li{margin-left: 10px;}
	.uv-mainmenu > ul > li > a{font-size: 13px;}
}
@media(max-width: 830px)
{
	.uv-mainmenu > ul > li > a{font-size: 12px;}	
}
@media(max-width: 800px)
{
	.uv-mainmenu > ul > li > a{font-size: 11px;}	
}

@media(max-width: 767px)
{
	.uv-header{height: 80px;}
	.uv-mainlogo{padding-top: 3px;}
	.uv-menus{display: none;}
	.uv-mobile-toggler{display: block;}
	.uv-mobilemenu{display: block;}
}
@media(max-width: 480px)
{
	.uv-footer-menu > ul > li{margin-left: 8px;}
	.uv-footer-menu > ul > li > a{font-size: 10px;}
}
/**/

/*Slider*/
.owl-carousel .owl-item{ position: relative; }


.owlslider-container.uv_slides{position: relative;}
.owlslider-container:hover .owlleft, .owlslider-container:hover .owlright{visibility: visible;opacity: 1;transition-delay: 0s;}
.owlleft{
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0px;
	padding-left: 5px;
	padding-right: 8px;
	font-size: 40px;
	height: 57px;
	z-index: 10;
	color: white!important;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.6);
	visibility: hidden;
	opacity:0;
	transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}
.owlright{
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0px;
	padding-left: 8px;
	padding-right: 5px;
	font-size: 40px;
	height: 57px;
	z-index: 10;
	color: white!important;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.6);
	visibility: hidden;
	opacity:0;
	transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}
.owlslider-label h1{font-size: 37px;}
.owlslider-label h2{font-size: 24px;}
.owl-theme .owl-controls{
	display: inline-block;
	margin: 0;
	margin-top: -30px;
	left: 4%;
	margin-left: 0px;
	position: absolute;
	z-index: 1;
}
.owl-controls .owl-pagination{
	display: inline-block;
}
.owl-theme .owl-controls .owl-page span{
	background-color: #555;
	margin: 5px 5px;
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span{
	background: #E4A626;
}
.owlslider-label
{
	position: absolute;
	max-width: 92%;
	bottom: 10%;
	left: 4%;
	color: #FFF;
	text-shadow: 0px 3px 2px rgba(0, 0, 0, 1);
	z-index: 10;
}

.owl-theme .owl-nav.disabled+.owl-dots{
	position: absolute;
	bottom: 25px;
	left: 4%;
}



@media(max-width: 600px)
{
	.owlslider-label h1{font-size: 5vw;}
	.owlslider-label h2{font-size: 12px;}
}
@media(max-width: 480px)
{
	.owl-theme .owl-controls{margin-top: -22px;}
}
/**/

/*Home*/
.home-textbar{background-color: #191919;color: #888;}
.rollover-effect-container.cta-home span{font-size: 2.3vw;}
.rollover-effect-container.cta-home.cta-djs .rollover-effect-contenthover span{font-size: 2vw;}
.rollover-effect-container.cta-home span.pabsolute-right{left: initial;right: 5%;text-align: right;}
.rollover-effect-container.cta-home a:hover span{color: #E4A626;}
.rollover-effect-container.cta-home.cta-venues .rollover-effect-contenthover a
{
	position: relative;
	font-size: 1.6vw;
	line-height: 1.1em;
	text-shadow: 0px 3px 2px rgba(0, 0, 0, 1);
}
.rollover-effect-container.cta-home.cta-venues .rollover-effect-contenthover div:first-child a, .rollover-effect-container.cta-home.cta-venues .rollover-effect-contenthover div:nth-child(2) a
{
	top: 33%;
}

@media(max-width: 767px)
{
	.uv-columns-sameheight.ctas-home-container{padding-top: 35%;}
	.cta-home{width: 50%;height: 50%!important;}
	.rollover-effect-container.cta-home span, .rollover-effect-container.cta-home.cta-djs .rollover-effect-contenthover span
	{
		font-size: 4.5vw;
	}
	.rollover-effect-container.cta-home.cta-venues .rollover-effect-contenthover a{font-size: 2.8vw;}
}
/**/

/*Home Event Carousel*/
#owlslider .owl-item img{ object-fit: cover; }
.uv-djslideritem{
	padding: 0 10px;
}
.uv-djslideritem img{
	width: 100%;
	border: 1px solid #232323;
	margin-bottom: 3px;
}
.uv-djslideritem h5{
	color: #FDFDFD;
  	overflow: hidden;
  	font-size: 15px;
  	margin: 0;
  	text-transform: uppercase;
  	margin-bottom: 0.1em;
}
.uv-djslideritem h6{
	color: #9D9D9D;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 0.5em;
}
.uv-djslideritem button{
	width: 48%;
	padding-left: 1%;
	padding-right: 1%;
	text-transform: uppercase;
}
.uv-djsliderbtnright{
	float: right;
}
.uv-djsliderbtnleft{
	float: left;
}
.uv-eventdjsslider{
	padding: 0 40px;
}

.uv-hovervenuelogo-xs:after{
	content: " ";
	display: none;
	position: absolute;
	z-index: 100;
	left: 4%;
	top: 4%;
	background-image: url('../imateq/www/smalllogo.xs.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 28px;
	height: 24px;
	
	-webkit-background-size: 100% 100%;
  	-moz-background-size: 100% 100%;
  	-o-background-size: 100% 100%;
  	background-size: 100% 100%;
}
.uv-hovervenuelogo-surrender:after{
	content: " ";
	display: none;
	position: absolute;
	z-index: 100;
	left: 4%;
	top: 4%;
	background-image: url('../imateq/www/smalllogo.surrender.original.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 17px;
	height: 28px;
	
	-webkit-background-size: 100% 100%;
  	-moz-background-size: 100% 100%;
  	-o-background-size: 100% 100%;
  	background-size: 100% 100%;
}
.uv-hovervenuelogo-ebc:after{
	content: " ";
	display: none;
	position: absolute;
	z-index: 100;
	left: 4%;
	top: 4%;
	background-image: url('../imateq/www/smalllogo.ebc.original.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 45px;
	height: 15px;
	
	-webkit-background-size: 100% 100%;
  	-moz-background-size: 100% 100%;
  	-o-background-size: 100% 100%;
  	background-size: 100% 100%;
}
.uv-hovervenuelogo-ebcnight:after{
	content: " ";
	display: none;
	position: absolute;
	z-index: 100;
	left: 4%;
	top: 4%;
	background-image: url('../imateq/www/smalllogo.ebcnight.original.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 45px;
	height: 15px;
	
	-webkit-background-size: 100% 100%;
  	-moz-background-size: 100% 100%;
  	-o-background-size: 100% 100%;
  	background-size: 100% 100%;
}

.uv-hovervenuelogo-tryst:after{
	content: " ";
	display: none;
	position: absolute;
	z-index: 100;
	left: 4%;
	top: 4%;
	background-image: url('../imateq/www/smalllogo.tryst.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 42px;
	height: 28px;
	
	-webkit-background-size: 100% 100%;
  	-moz-background-size: 100% 100%;
  	-o-background-size: 100% 100%;
  	background-size: 100% 100%;
}
.uv-hovervenuelogo-intrigue:after{
	content: " ";
	display: none;
	position: absolute;
	z-index: 100;
	left: 4%;
	top: 4%;
	background-image: url('../imateq/www/smalllogo.intrigue.original.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 45px;
	height: 33px;
	
	-webkit-background-size: 100% 100%;
  	-moz-background-size: 100% 100%;
  	-o-background-size: 100% 100%;
  	background-size: 100% 100%;
}
.uv-eventdjscont{
	position: relative;
}
.uv-eventsdjleft, .uv-eventsdjright{
	position: absolute;
	font-size: 40px;
	z-index: 10;
	color: white;
	
	bottom: 50%;
	top: auto;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	vertical-align: middle;
}
.uv-eventsdjleft{
	left: 2px;
}
.uv-eventsdjright{
	right: 3px;
}
/**/

/*Features*/
.box-item.features{padding-top: 50%;}
.rollover-effect-container.features span{top: 7%;bottom: auto;font-size: 2.3vw;}
.rollover-effect-container.features .rollover-effect-contenthover div{position: relative;max-width: 80%;top: 45%;margin: 0 auto;}
.rollover-effect-container.features .rollover-effect-contenthover div p{margin-bottom: 5%;}
.rollover-effect-container.features .rollover-effect-contenthover div p, .rollover-effect-container.features .rollover-effect-contenthover div h5
{
	font-size: 1.1vw;
}
.rollover-effect-container.features:hover .rollover-effect-contenthover div p, .rollover-effect-container.features:hover .rollover-effect-contenthover div h5
{
	color: #FFF;
}
.rollover-effect-container.features .rollover-effect-contenthover div h5:hover{color: #E4A626;}
.feature-article .uv_singleimg{margin-bottom: 20px;}
.feature-article .uv_singleimg img, .feature-article .uv_descr img{max-width: 100%;height: auto;}
.feature-article .uv_descr{font-size: 17px;}
.feature-article .uv_slideshow{position: relative;max-width: 100%;margin-bottom: 20px;padding-top: 56%;}
.feature-article .uv_slideshow .owlslider-container{position: absolute;width: 100%;height: 100%;top: 0px;left: 0px;}
.feature-article .uv_slideshow img{height: auto;}
.feature-article iframe{max-width: 100%;}


@media(min-width: 1281px)
{
	.rollover-effect-container.features span{ font-size: 30px; }
	.rollover-effect-container.cta-home span{ font-size: 30px; }
	.rollover-effect-container.cta-home.cta-djs .rollover-effect-contenthover span{ font-size: 28px; }
	.rollover-effect-container.cta-home.cta-venues .rollover-effect-contenthover a { font-size:20px; }
}

@media(max-width: 1200px)
{
	.rollover-effect-container.features .rollover-effect-contenthover div p, .rollover-effect-container.features .rollover-effect-contenthover div h5
	{
		font-size: 1.3vw;
	}
}
@media(max-width: 979px)
{
	.rollover-effect-container.features .rollover-effect-contenthover div p, .rollover-effect-container.features .rollover-effect-contenthover div h5
	{
		font-size: 1.5vw;
	}
	.feature-article .uv_singleimg img, .feature-article .uv_descr img{width: 100%;}
}
@media(max-width: 767px)
{
	.rollover-effect-container.box-item.features span{font-size: 10px;}
	.rollover-effect-container.features .rollover-effect-contenthover div p, .rollover-effect-container.features .rollover-effect-contenthover div h5
	{
		font-size: 2.5vw;
	}
}
@media(max-width: 600px)
{
	.feature-article iframe{width: 100%;}
}
@media(max-width: 480px)
{
	.rollover-effect-container.features .rollover-effect-contenthover div p, .rollover-effect-container.features .rollover-effect-contenthover div h5
	{
		font-size: 3.1vw;
	}
}
/**/

/*Book*/
.smallbox.book-bachelorette-container{max-width: 865px;}
/**/

/*Forms*/
.uv-form input, .uv-form textarea
{
	height: 25px;
	border: 1px solid #191919;
	background: #191919;
	padding-left: 10px;
	font-size: 12px;
}
.uv-form textarea{height: 70px;}
.uv-form input::-moz-placeholder, .uv-form textarea::-moz-placeholder{color: #999;opacity: 1;font-weight: normal;}
.uv-form input:-ms-input-placeholder, .uv-form textarea:-ms-input-placeholder{color: #999;opacity: 1;font-weight: normal;}
.uv-form input::-webkit-input-placeholder, .uv-form textarea::-webkit-input-placeholder
{
	color: #999;opacity: 1;
	font-weight: normal;
}
.uv-form-pr10{padding-right: 10px;}
.uv-form-pl10{padding-left: 10px;}
.uv-form .uvf-messages{min-height: 30px;line-height: 30px;}
.uv-form .uvf-messages div{font-size: 18px;}
.uv-form .uvf-messages .uvf-errormsg{color: #F00;}
.uv-form .customSelect
{
	background: #191919 url('../imateq/www/customSelect-arrow.gif') no-repeat center right;
	background-position: 95% center;
	height: 25px;
	padding-top: 3px;
	padding-left: 10px;
}
.uv-form .customSelectInner{width: 100%;color: #999;font-size: 12px;}
.uv-form .customSelect.customSelectChanged .customSelectInner{color: #FFF;}
.uv-form .mySelectBoxClass option{background-color: #000;border: none;}
.uv-formm-optin{ padding: 8px; }

@media(max-width: 767px)
{
	.uv-form-pr10{padding-right: 0px;}
	.uv-form-pl10{padding-left: 0px;}
}
/**/

/*Videos*/
.rollover-effect-container.videos span{font-size: .9vw;}
.rollover-effect-container.videos .rollover-effect-contenthover .icon-container{background-color: #CF0422;color: #FFF;}

@media(max-width: 991px)
{
	.box-item.videos span{font-size: 1.4vw;}
}
@media(max-width: 767px)
{
	.box-item.videos span{font-size: 2.2vw;}
}
@media(max-width: 480px)
{
	.box-item.videos span{font-size: 2.9vw;}
}
/**/

/*Event*/
.smallbox.event-container{max-width: 880px;}

@media(max-width: 480px)
{
	.tab-content > .tab-pane > .table-striped
	{
		margin-left: 5px;
		width: 97%;
	}
}

/**/

/*Event Tickets*/
.uv_tablecart select{min-width: 50px;}
.uv_tablecart select option{background-color: #000;}
.uv_tablecart > tbody > tr > th{border-top: none;}
.uv_tablecart > tbody > tr > td{border-color: #7e8286;}
.uv_tablecart .customSelect
{
	background: #191919 url('../imateq/www/customSelect-arrow.gif') no-repeat center right;
	background-position: 90% center;
	min-width: 50px;
	height: 22px;
	padding: 1px 13px 0px 10px;
}
.uv_tablecart .customSelectInner{width: 100%;color: #999;font-size: 12px;}
.uv_tablecart .customSelect.customSelectChanged .customSelectInner{color: #FFF;}
.uv_tablecart .mySelectBoxClass option{background-color: #000;border: none;}

.ticket_info
{ 
	font-family: "Gotham Medium", sans-serif;
    color: #FAAB2B;
    text-transform: uppercase; 
}
.text_underline{ text-decoration: underline; }
.text_inherit
{
	display: inherit;
	margin-top: 5px;
}
.text_viewdetails
{
	color: #FAAB2B;
    font-size: 10px;
    cursor: pointer;
}
.ticket-price > .popover
{
	color:#000;
	border: none !important;
}

.ticket-price > .popover table td
{
	 border: none !important;
	 border-color: #fff;
}
.btn-disclaimer
{
    font-size: 11px;
    height: 18px;
    line-height: 20px;
}

.ticket-eventdesc
{
	position: relative;
    max-width: 80%;
    top: 45%;
    margin: 0 auto;
}

/*  */

/* tickets */

.uvc-eventlist{
	display: table;
	width: 100%;
	font-size: 20px;
}
/*
.uvc-eventlist > div, .uvc-eventlist{
	display: table-row;
}
*/
.uvc-eventlist > div > div, .uvc-eventlist >div{
	display: table-cell;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E0E0E0;
	vertical-align: middle;
}
.uvc-eventlist > div > div:first-child, .uvc-eventlist > div:first-child{
	padding-left: 0px;
}
.uvc-eventlist > div > div:last-child, .uvc-eventlist > div:last-child{
	padding-right: 15px;
	width: 10%;
}
.uvc-eventlist .uvc-elflyer{
	width: 15%;
}
.uvc-eventlist .uvc-elinfo{
	padding-left: 3%;
	width: 65%;
}
.uvc-eventlist .uvc-eldate{
	padding-left: 1%;
	padding-right: 6%;
	width: 10%;
}
.uvc-eventlist .uvc-elbutton{
	text-align: right;
}

.uvc-elinfo h1{
	font-size: 25px;
	line-height: 1.1!important;
	text-align: left;
	letter-spacing: 3px;
}
.uvc-elinfo h2{
	margin: 0;
	font-size: 18px;
    color: #9d9d9d;
}
.uvc-eldate h5{
	font-size: 16px;
	/* padding: 0 1em 0.3em 1em; */
	padding: 0 1em 0.3em 1em;
	margin-bottom: 0.3em;
	border-bottom: 3px solid #E4A626;
	text-align: center;
	text-transform: uppercase;
}
@-moz-document url-prefix() {
    .uvc-eldate h5{
        padding: 0 1em 0.3em 0.2em;
    }
}


.uvc-eldate h6{
	font-size: 21px;
	margin: 0;
	text-align: center;
}
.uvc-elbutton a button{
	padding-left: 25px;
	padding-right: 25px;
	font-size: 14px;
}
.uvc-elbutton a .uvbtn-color{ font-size: 14px; }

.uv-btn-details{ display: inline; }

.uvbtn-color-surrender
{ 
	border-color: #435922 !important;
	background-color: #202C0A!important;
	background-image:none!important;
	height: 34px;
}

.uvbtn-color-surrender:hover{color: #a4d047;}

.uvbtn-color-xs
{ 
	border-color: #E4A626 !important;
	background-color: #33210E!important;
	background-image:none!important;
	height: 34px;
}
.uvbtn-color-xs:hover{color: #E4A626;}

.uvbtn-color-intrigue
{ 
	border-color: #E4A626 !important;
	background-color: #33210E!important;
	background-image:none!important;
	height: 34px;
}
.uvbtn-color-intrigue:hover{color: #E4A626;}


.uvbtn-color-ebc
{ 
	border-color: #264D8B !important;
	background-color: #152749!important;
	background-image:none!important;
	height: 34px;
}
.uvbtn-color-ebc:hover{color: #ffcb1e;}



.uvbtn-color-ebcnight
{ 
	border-color: #264D8B !important;
	background-color: #152749!important;
	background-image:none!important;
	height: 34px;
}
.uvbtn-color-ebcnight:hover{color: #ffcb1e;}


.uvc-eldate-surrender h5{
	border-bottom: 3px solid #a4d047;
}
.uvc-eldate-xs h5{
	border-bottom: 3px solid #E4A626;
}
.uvc-eldate-intrigue h5{
	border-bottom: 3px solid #E4A626;
}
.uvc-eldate-ebc h5{
	border-bottom: 3px solid #264D8B;
}
.uvc-eldate-ebcnight h5{
	border-bottom: 3px solid #ffcb1e;
}







@media(max-width: 750px){
	.uvc-eventlist .uvc-eldate{display: none;}
	.uvc-elinfo h1{ font-size: 20px; }
	.uvc-elinfo h2{ font-size: 15px; }
	.uv-btn-details{ display: none; }
}

@media(max-width: 600px){
	.uvc-eventlist .uvc-eldate{display: none;}
	.uvc-elinfo h1{ font-size: 17px; }
	.uvc-elinfo h2{ font-size: 14px; }
	.uv-btn-details{ display: none; }
}

@media(max-width: 450px){
	.uvc-eventlist .uvc-eldate{display: none;}
	.uvc-elinfo h1{ font-size: 13px; }
	.uvc-elinfo h2{ font-size: 10px; }
	.uv-btn-details{ display: none; }
}

/**/

/*Share*/
.share-container{position: relative;z-index: 10;}
.share-container button{background-color: transparent;padding: 0px 10px;}
.sharebtn{padding: 0px 8px;}
.sharebtn-short{height: 18px;font-size: 12px;line-height: 19px;padding: 0px 5px;}
.shares-box
{
	display: none;
	position: absolute;
	min-width: 100px;
	left: 0px;
	top: 138%;
	padding: 4px 4px;
	border: solid 3px #212121;
}
.shares-box:after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: -2px;
	bottom: 100%;
	border: 12px solid transparent;
	border-bottom-color: #212121;
}
.shares-box a{color: #999999;}
.shares-box a i{font-size: 22px;}
.shares-permalink-container{padding: 10px;}
.shares-permalink-container textarea{background-color: #212121;color: #CCC;border: none;padding: 5px;}
.share-mailing-understant{ max-width: 280px; }
/**/

/*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;
	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: 85%;
	padding-left: 8px;
}
.uva-listcont .uv-itemcont
{
	position: relative;
	width: 50%;
	float: left;
	min-height: 100px;
	background: url('../imateq/www/loader.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 #E4A626;
	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-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;
}

@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{
	padding: 20px;
	font-size: 12px;
	color: white;
}
.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;}

@media(max-width: 850px)
{
	.uvg-emailcont
	{
		display: inline-block;
		position: absolute;
		margin: auto;
		width: 260px;
		height: 180px;
		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;
	}
}
/**/

/*Corporate Events & Dining*/
.uv-chosevenuegrid > a > div{
	width: 50%;
	height: 50%;
	min-height: 220px;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.uv-chosevenuegrid div span{
	font-size: 2.4vw;
	top: 5%;
	bottom: auto;
}
.uv-chosevenuegrid > a:hover button{
	color: #E4A626;
}
.uv-chosevenuegrid div button{
	z-index: 12;
	position: absolute;
	right: 8%;
	bottom: 5%;
	font-size: 15px;
	padding: 8px 20px;
	line-height: 1.1;
	height: auto
}
.uv-corpeventsctas .rollover-effect-contenthover div{
	margin-top: 12%;
  	text-transform: uppercase;
  	margin-left: 5%;
  	font-size: 1.2vw;
}
.uv-corpctainfo span{
	z-index: 9;
}
.uv-corpbottom h2{
	text-align: center;
	font-size: 25px;
	margin: 0;
	padding: 12px 1%;
}
.uv-corpbottom .uv-proph100{
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.uv-proph100:before{
	content: " ";
	display: block;
	padding-bottom: 100%;
}
.pop-charge iframe{
	display: block;
}
.uv-popvideocont{
	position: relative;
}
.uv-popvideocont:before{
	display: block;
	position: relative;
	content: " ";
	padding-top: 56%;
}
.uv-popvideocont iframe{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	left: 0;
}
.uv-poparticlecont{
	padding: 25px;
	padding-bottom: 10px;
	font-size: 15px;
}
.uv-poparticlecont p{
	font-size: 100%;
	margin-bottom: 1em;
}
.uv-poparticlecont ul{
	list-style-type: square;
  	margin-left: 10%;
  	margin-bottom: 1.3em;
}
.uv-poparticlecont ul li{
	list-style-type: square;
	line-height: 1.5em;
}
.uv-corptextcont{
	font-size: 20px;
}
.uv-corptextcont p{
	font-size: 80%;
}
.uv-corptextcont strong{
	text-decoration: underline;
	text-transform: uppercase;
}
.uv-corptextcont ul{
	font-size: 80%;
	list-style-type: square;
  	margin-left: 10%;
  	margin-bottom: 1.3em;
}
.uv-corptextcont ul li{
	list-style-type: square;
	line-height: 1.5em;
}
.uv-corptextcont .littletext{
	font-size: 10px;
  	text-align: right;
}
.cta-dining .rollover-effect-contenthover div{
	margin-top: 10%;
  	margin-right: 5%;
  	font-size: 1.1vw;
}
.cta-dining .rollover-effect-contenthover h4{
	text-align: right;
	font-size: 115%;
	margin-bottom: 0.3em;
}
.cta-dining .rollover-effect-contenthover p{
	text-align: right;
	text-transform: none;
	font-size: 95%;
	margin-bottom: 1em;
}
.uv-hvcenter{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 90%;
}
.uv-diningbottom h2.uv-h2small{
	font-size: 1vw;
}
.pdl15desk{
	padding-left: 15px;
}
.uv-hsocigalhover div{
	margin-top: 30%;
	text-align: center;
}
.uv-hsocigalhover h1{
	text-align: center;
	font-size: 2.5em;
	text-align: center;
	margin-bottom: 0.5em;
}

@media(max-width: 767px)
{
	.uv-corpeventsctas .rollover-effect-contenthover div{
		font-size: 2.4vw;
	}
	.uv-diningbottom h2.uv-h2small{
		font-size: 3vw;
	}
	.pdl15desk{
		padding-left: 0px;
	}
}
@media(max-width: 700px)
{
	.uv-chosevenuegrid > a > div{
		width: 100%;
		height: auto;
	}
	.uv-chosevenuegrid > a > div:before{
		content: " ";
		display: block;
		padding-bottom: 50%;
	}
	.uv-chosevenuegrid div span{
		font-size: 4.8vw;
	}
}
@media(max-width: 500px)
{
	.uv-corpbottom h2{
		font-size: 20px;
	}
	.uv-poparticlecont{
		padding: 15px;
		padding-bottom: 0px;
	}
}
/**/

/*DJS*/
.djsbanner
{
	background: url('../imateq/www/dj_banner.jpg');
	background-repeat: no-repeat;
	text-align: center;
	background-size: cover;
}
/**/

/*Privacy-Terms*/
.terms-item a
{
	font-size: 1.3vw;
	font-weight: normal;
	position: fixed;
}
.terms-sel{color: #E4A626;}
.terms-nosel{color: #fff;}

@media(max-width: 1199px)
{
	.terms-item a{ font-size: 1.5vw; }
}
@media(max-width: 1024px)
{
	.terms-item a{ font-size: 1.7vw; }
}
@media(max-width: 850px)
{
	.terms-item a{ font-size: 1.9vw; }
}
@media(max-width: 767px)
{
	.terms-item a{ font-size: 2.1vw; }
}
@media(max-width: 480px)
{
	.terms-item a{ font-size: 2.5vw; }
}
/**/

/*Calendar*/
.calendar-week-days
{
	padding-top:10px;
	background-color: #212121;
}
.col-calendar-7
{
	width: 14.2857%;
	text-align: center;
	float: left;
}
.noevent{ height:159px; }
.calendar-events
{
	height: 198px;	//24vh
	max-height:170px;
	min-height:140px;
	border: 1px solid #212121;
	position: relative;
	overflow: auto;
}
.calendar-event-info
{ 
	position:relative; 
	display: table;
	width: 100%;
}
.hideelement{ display:block; }
.showelement{ display:none; }
.showelementshare{ display:none; }
.calendar-ticket{ margin-right:8%; }
.calendar-event-image
{
	cursor: pointer;
	padding-top: 5px;
	position: relative;
}
.calendar-event-title
{
	vertical-align: middle;
	display: table-cell;
	width: 127px;
	height: 40px;
}
.calendar-event-title>span{ font-size: 12px;}
.calendar-event-day
{
	float: right;
	padding: 3px;
	background-color: rgba(33, 33, 33, 0.9);
	position: absolute;
	right: 0;
	z-index: 2;
	color: #7e8286;;
}
.key_image{ padding-right:5px; }
.event-top-space
{
	width:100%;
	height:30px;
}
.calendarsinglemargin{margin-top:85px;}
.eventcalendar-background
{
	width:100%;
	height:100%;
	position: absolute;
	opacity: 0.3;
}
.calendar-pr5{ padding-right: 5px; }
.calendar-pl5{ padding-left: 5px; }
.eventinfo{ display: none; }
.calendar-events-popup{ cursor:pointer; }
.link-ebc:hover{ color:#00a8ff; }
.link-surrender:hover{ color:#a507cc; }
.link-ebcnight:hover{ color:#a507cc; }
.link-tryst:hover{ color:#9e0004; }
.link-xs:hover{ color:#e4a626; }
.link-intrigue:hover{ color:#e4a626; }
.calendar-event-box
{
	width: 100%;
	height: 80%;
}
.calendar-normal-size{ font-size: 14px; }
.calendar-buttonsize
{
	width: 110px;
}

.isprivateresponsive
{
	display: block;
	cursor: default;
}
.isprivate{display: none;}
.calendar-position
{
	position: relative;
	z-index: 2;
}
.specialsplitevent
{
    background-color: #ffffff;
    height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    letter-spacing: 35px;
    font-weight: bolder;
    font-family: sans-serif;
    line-height: 30px;
}

@media(max-width: 950px)
{
	.col-calendar-7{ width: 50%; }
	.hideelement{ display:none; }
	.showelement{ display:inline; }
	.showelementshare{ display:inline-block; }
	.calendar-event-image
	{
		float:left;
		padding-left: 10px;
	}
	.calendar-event-info
	{
		padding-left: 20px;
		float:left;
		width: 66%;
		padding-top: 10px;
		position: relative;
	}
	.calendarsinglemargin{margin-top:0px;}
	
	.link-ebc:hover{ color:#fff; }
	.link-surrender:hover{ color:#fff; }
	.link-tryst:hover{ color:#fff; }
	.link-xs:hover{ color:#fff; }
	.calendar-events{ height: 205px; }
	.calendar-event-info>div>span{ font-size: 14px; }
	.calendar-event-title{ display: inline; }
	.calendar-event-image{ padding-top: 10px; }
	.eventcalendar-background{ opacity:0.1; }
	
	.isprivateresponsive{display: none;}
}
@media(max-width: 850px)
{
	.calendar-event-info{ margin-top: 15px; }
}
@media(max-width: 830px)
{
	.calendar-event-info{ width: 61%; }
}
@media(max-width: 430px)
{
	.calendar-events
	{
		height: 205px;
	}
}
@media(max-width: 712px)
{
	.col-calendar-7{ width: 100%; }
	.calendar-event-info{ padding-left: 10px; }
}
@media(max-width: 380px)
{
	.calendar-event-info{ width: 58%;}
	.calendar-events{ height:225px; }
}

@media(max-width: 340px)
{
	.calendar-event-info{ width: 56%;}
}
/**/

/*Calendar Event Popup*/
.event-pop
{
	width: 240px;
	height: auto;
	border: solid 2px #828282;
	position: absolute;
	z-index: 1000;
	background-color: black;
	display: none;
}
.event-loader
{
	display: block;
	width: 240px;
	height: 402px;
	background: url('../imateq/www/loader.gif') no-repeat center center;
}
.event-charge
{
	display: none;
	padding: 4px 8px 4px 8px;
	height: 100%;
}
.pop-desc
{
	font-size: 14px;
	line-height: 18px;
	max-height: 240px;
	overflow: hidden;
	padding-left: 10px;
}

.pop-title
{
	font-size: 15px;
	text-transform: uppercase;
	max-height: 53px;
	overflow: hidden;
}
.pop-imagecont
{
	margin-top: 5px;
	height: 300px;
	width: 224px;
}
.event-bucontent
{
	margin-top: 6px;
	margin-bottom: 6px;
}
.pop-img
{
	border: solid 2px #212121;
	width: 220px;
	max-height: 300px;
}
.pop-info-content
{
	width: 224px;
	position: absolute;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.7);
	height: 300px;
	display: none;
}
.pop-info
{
	height: 25px;
	width: 220px;
	background-image: url('../imateq/www/pop_infobg.png');
	position: absolute;
	margin-left: 2px;
	margin-top: 1px;
	z-index: 100;
}
.pop-infoin
{
	background-image: url('../imateq/www/cs_arrows.png');
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 10px;
	height: 25px;
	cursor: pointer;
	width: 55px;
	line-height: 27px;
	float: right;
	color: #c7c6c6;
	font-size: 14px;
	
}
.pop-infoin:hover{ color: #E4A626; }
.view-flyer{ font-size: 14px; }
.pop-desc
{
	font-size: 14px;
	line-height: 18px;
	max-height: 240px;
	overflow: hidden;
	padding-left: 10px;
}

.pop-tables{ margin-top: 6px; }
/**/

/*Dj page*/
.picgalleries>img
{
	float: left;
	padding: 3px;
}
.galleryday
{
	position: absolute;
	right: 15px;;
	top: 56%;
	margin-right: 0;
	text-align: center;
	font-size: 2.5em;
	z-index: 12;
}
.visitgallery {
	position: absolute;
	right: 11%;
	top: 79%;
	margin-right: 0;
	text-align: center;
	width: 30%;
	z-index: 12;
}
.djbox-page
{
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.70);
	max-width: 1012px;
	z-index: 51;
}
.unselectedfield
{
	cursor: pointer;
	color: rgb(255, 255, 255);
	background-color: rgb(46, 46, 46);
	text-align: center;
}
.selectedfield
{
	cursor: pointer;
	color: rgb(255, 222, 61);
	background-color: transparent;
	text-align: center;
}
.socialmediabox
{
	width:100%;
	background-color:rgba(255, 255, 255, 0);
	height:385px;
}
.djfeaturetitle
{
	font-family:avenirltsdroman, sans-serif;
	text-transform: uppercase;
}
.djfeaturecontent
{
	font-family:avenirltsdroman, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
}
.featurebox
{
	max-height: 340px;
	overflow:auto;
}

.djfeatureinfo{ padding-left: 10px; }
.showsocialmediabox{ display:block; }
.hidesocialmediabox{ display:none; }

.featureimage
{
	width:40%;
	height:107px;
	margin-left: 2%;
}
.slider-event-dj{ width: 66.66666667%; }
.socialtabs{ width: 33.33333333% }
.rollover-djopacity{ opacity: 0; }
.imghover{ cursor: pointer; }
.dj-wynnsocial-logo{ max-width: 144px;}

.pgimg-center{margin-top: -34%;}
.dj-event-info-box
{
	position: absolute;
	right: 0px;
	top: 80%;
	padding: 10px 0px 10px 10px;
	background-color: rgba(0,0,0,0.7);
}
.dj-event-day{ font-size: 0.9em; }
.dj-event-date
{
	color: rgb(199, 198, 198);
	font-size: 11px;
	width: 50%;
}
.dj-event-venue
{
	margin-right: 15px;
	width: 48px !important;
	height: 41px !important;
}
.dj-event-info
{
	background-image: url('../imateq/www/cs_arrows.png');
	background-repeat: no-repeat;
	background-position: top right;
	cursor: pointer;
	width: 75px;
	line-height: 27px;
	color: #c7c6c6;
	font-size: 10px;
	position: absolute;
	right: 43px;
	margin-top: 28px;
}
.dj-event-upcoming
{
	top: 0px;
	position: absolute;
	height: 27px;
	background: rgb(0, 0, 0);
	padding: 5px 10px 10px 10px;}
.djfeature-fullarticle
{
	width: 83px;
	font-size: 10px;
}
.video-buttons-box
{
	position: absolute;
	width: 100%;
	top: 50%;
	text-align: center;
	padding-right: 5%;
}
.video-padding-button
{
	padding-left: 5%;
	padding-right: 5%;
}

.video-buttons-box span{ position: relative!important; }

@media(max-width: 1150px)
{
	.galleryday { font-size: 2.2em; }
	.dj-social-tap{ font-size: 12px; }
}
@media(max-width: 1030px)
{
	.galleryday { font-size: 1.9em; }
	.dj-event-info-box{ top:78%; }
}



@media(max-width: 990px)
{
	.djbox-page{ width: 100%; }
	.slider-event-dj{ width: 60% }
	.socialtabs{ width: 40% }
	.dj-social-tap{ font-size: 14px; }
}

@media(max-width: 840px)
{
	.slider-event-dj{ width: 57% }
	.socialtabs{ width: 43% }
	
}

@media (max-width: 768px)
{
	.galleryday { font-size: 2.5em; }
	.slider-event-dj{ width: 100% }
	.socialtabs{ width: 100% }
	.dj-nopadding-box{ padding: 0px; }
}

@media (max-width: 580px)
{
	.dj-event-info-box{ top:75%; }
}
@media (max-width: 530px)
{
	.galleryday { font-size: 2.2em; }
	.dj-event-info-box{ top:71%; }
}
@media (max-width: 450px)
{
	.galleryday { font-size: 1.7em; }
	.dj-event-info-box{ top:66%; }
}
@media (max-width: 380px)
{
	.dj-event-info-box{ top:59%; }
}

@media (max-width: 380px)
{
	.dj-event-info-box{ top:56%; }
}
/**/


/* Kaskade 2015 residency */
.kaskade-box
{
	position: relative;
	max-width: 1020px;
	margin: auto;
	z-index: 60;
	background-image: url('../imateq/www/k-c-bg.png');
    background-repeat: repeat;
}
.k-logo{ max-width: 410px; }
.k-sub
{
	text-transform: uppercase;
	color: #81a1c4;
	font-family: "Helvetica Neue";
	font-weight: 800;
	font-size: 30px;
	position: relative;
}
.kaskade-info-box
{ 
	background-color: #000;
	text-align: center;
}
.kaskade-info
{ 
	font-size: 30px;
	font-weight: 900;
	line-height: 34px;
	text-transform: uppercase;
	padding: 20px; 
}
.kaskade-clikhere
{
	font-size: 19px;
	line-height: 10px;
	color: #e4a624;
}
.k-subsub
{
	font-family: "Helvetica Neue";
	font-weight: 800;
	font-size: 18px;
	position: relative;
	margin-left: 20px;
}
.k-img
{
	display: block;
	width: 100%;
	height: auto;
	padding: 2px;
}
/**/

/* high society feature */
.highsocietybox-page-feature
{
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.50);
	max-width: 900px;
	z-index: 51;
}
.highsocielty-evflyer
{
	max-width: 318px;
	background-color: #fff;
	color: #000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.highsocielty-evflyer img{ padding: 10px; }
.hijacklogo
{
	max-width: 190px;
}
.highsociety-feature-bio
{
	text-align: center;
	background-color: #000;
}
.highsocietybox-bio
{
	height: 176px;
	overflow: auto;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}
.highsociety-bio-title{ text-decoration: underline; }
.hisociety-nolimit
{ 
	max-width: 160px; 
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	width: 46%; 
}
.hisociety-nolimit img
{
	margin-left: -10px;
	margin-bottom: 5px;
	width: 95%;
}
.hisociety-withoutmoney
{
	max-width: 163px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff; 
	width: 46%;
}

.hisociety-withoutmoney img
{
	margin-left: -10px;
	margin-bottom: 5px;
	width: 95%;
}
.highsociety-box-img
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.highsocietybox-info
{
	background-color: #000;
}
.hsimgevet
{
	max-width: 140px;
	min-width: 100px;
}
.highsociety-featureartist
{
	text-align: center;
	font-family: gunplayregular;
	color: #fff;
	font-size: 32px;
}
.highsociety-highjack-text
{
	font-size: 32px;
	font-family: gunplayregular;
}
.high-society-event-box
{
	max-width: 318px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 768px)
{
	.highsocietybox-page-feature{ width: 100%; }
}
/**/

/* Table view */
.map
{
  width: 100%;
  height: auto;
}
.show-svg-size
{
	min-height: 200px;
	height: 100%;
}
.svg-table-info:hover, .svg-table-info>rect:hover, .svg-table-info>g>rect:hover, .svg-table-info>path:hover, .svg-table-info>g>path:hover, .svg-table-info>polygon:hover
{
	fill : #000;
	opacity: 0.5;
	cursor: pointer;
}
/**/

/* Studio */
.studio-bio-title{ font-size: 2em; }
.studio-top50{ top: 50%; }
/**/

/* The answer */
.theanswertime
{
	font-family: Myriad Pro;
	font-size: 50px;
	font-weight: bolder;
	line-height: 0.7;
}
.theanswertimers
{
	width: 25%;
	font-family: Myriad Pro;
	font-size: 8px;
}

@media(max-width: 930px)
{
	.theanswertime{ font-size: 40px;}
}
@media(max-width: 400px)
{
	.theanswertime{ font-size: 30px;}
	.theanswertimers{ font-size: 6px; }
}
@media(max-width: 310px)
{
	.theanswertime{ font-size: 20px;}
}
/**/


/*uvtix*/
.uv_tablecart
{
	border: 1px solid #ddd;
}

.table-hover > tbody > tr:hover {
    background-color: #000;
}

.table-hover .tr2:hover
{
	background-color: #000;
}

#uvtabtables div #myTab{ border-bottom: none; }
.table-striped > tbody > tr:nth-child(odd) {
    background-color: #000;
}

.modal-header
{
    color: #fff !important;
    background-color: #37444e;
}
.modal-header button span{ color: #fff !important; }

.modal-body
{
	background: #000;
    color: #fff;
}
.modal-body a{  color: #E4A626; }



.cartright{ text-align: right }

.table-striped tr th, .table-striped tr td
{
	border-top: 1px solid #212121!important;
	/* border-bottom: 1px solid #212121!important; */
}
.table-striped tr th, .table-striped tr td:last-child
{
	border-bottom: 1px solid #212121!important;
}

.btn-primary
{
	background-color: #2E2E2E;
	border-color: #000!important; 
	background-image: none!important;
}
.btn-primary:hover
{
	background-color: #000!important;
	border-color: #000!important; 
	background-image: none!important;
	border-radius: 50%;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a
{
	margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid rgb(46, 46, 46)!important;
    border-radius: 4px 4px 0 0;
    background-color: rgb(46, 46, 46)!important;
	/*
background-color: transparent!important;
	color: #fff!important;
	border-color: transparent!important;
*/
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:hover
{
	margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid rgb(46, 46, 46)!important;
    border-radius: 4px 4px 0 0;
    background-color: rgb(46, 46, 46)!important;
	/*
background-color: transparent!important;
	color: #fff!important;
	border-color: transparent!important;
*/
}

.nav-tabs > li > a {
   /*
 margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid rgb(46, 46, 46)!important;
    border-radius: 4px 4px 0 0;
    background-color: rgb(46, 46, 46)!important;
*/
	background-color: transparent!important;
	color: #fff!important;
	border-color: transparent!important;
}
.nav-tabs > li > a:hover {
	background-color: transparent!important;
	color: #fff!important;
	border-color: transparent!important;
    /*
margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid rgb(46, 46, 46)!important;
    border-radius: 4px 4px 0 0;
    background-color: rgb(46, 46, 46)!important;
*/
}

.urcart_terms{background-color: #2E2E2E!important}

/* map */

.uv-color-white
{
	color:#fff;
}

/* Tryst closing invite */
.font-gotham-extralight{ font-family: gotham-extralight; }
.font-gotham-black{ font-family: gotham-black; }
.font-edwardian{ font-family: edwardian; }
.font-gotham-medium{ font-family: gotham-medium; }


.responsive-font-size15{ font-size: 15px!important; }
.responsive-font-size20{ font-size: 20px!important; }
.responsive-font-size30{ font-size: 30px!important; }
.responsive-font-size40{ font-size: 40px!important; }
.responsive-font-size48{ font-size: 48px!important; }
.responsive-font-size50{ font-size: 50px!important; }
.responsive-font-size90{ font-size: 90px!important; }

.font-upper{ text-transform: uppercase; }


@media(max-width: 1000px)
{
	.responsive-font-size15{ font-size: 13px!important; }
	.reponsive-font-size20{ font-size: 20px!important; }
	.reponsive-font-size30{ font-size: 25px!important; }
	.reponsive-font-size40{ font-size: 35px!important; }
	.reponsive-font-size48{ font-size: 43px!important; }
	.reponsive-font-size50{ font-size: 45px!important; }
	.reponsive-font-size90{ font-size: 85px!important; }
}

@media(max-width: 950px)
{
	.responsive-font-size15{ font-size: 13px!important; }
	.reponsive-font-size20{ font-size: 20px!important; }
	.reponsive-font-size30{ font-size: 22px!important; }
	.reponsive-font-size40{ font-size: 30px!important; }
	.reponsive-font-size48{ font-size: 38px!important; }
	.reponsive-font-size50{ font-size: 40px!important; }
	.reponsive-font-size90{ font-size: 80px!important; }
}

@media(max-width: 750px)
{
	.responsive-font-size15{ font-size: 13px!important; }
	.reponsive-font-size20{ font-size: 15px!important; }
	.reponsive-font-size30{ font-size: 20px!important; }
	.reponsive-font-size40{ font-size: 20px!important; }
	.reponsive-font-size48{ font-size: 28px!important; }
	.reponsive-font-size50{ font-size: 30px!important; }
	.reponsive-font-size90{ font-size: 70px!important; }
}
@media(max-width: 550px)
{
	.responsive-font-size15{ font-size: 10px!important; }
	.reponsive-font-size20{ font-size: 13px!important; }
	.reponsive-font-size40{ font-size: 15px!important; }
	.reponsive-font-size48{ font-size: 20px!important; }
	.reponsive-font-size50{ font-size: 25px!important; }
	.reponsive-font-size90{ font-size: 60px!important; }
}

@media(max-width: 430px)
{
	.responsive-font-size15{ font-size: 10px!important; }
	.reponsive-font-size20{ font-size: 10px!important; }
	.reponsive-font-size40{ font-size: 10px!important; }
	.reponsive-font-size48{ font-size: 15px!important; }
	.reponsive-font-size50{ font-size: 20px!important; }
	.reponsive-font-size90{ font-size: 50px!important; }
}

@media(max-width: 310px)
{
	.responsive-font-size15{ font-size: 10px!important; }
	.reponsive-font-size20{ font-size: 10px!important; }
	.reponsive-font-size40{ font-size: 7px!important; }
	.reponsive-font-size48{ font-size: 10px!important; }
	.reponsive-font-size50{ font-size: 15px!important; }
	.reponsive-font-size90{ font-size: 40px!important; }
}
	
/**/

/* uv form lead */
.div-btn
{
	background-color: #212121;
	line-height: 27px;
	color: #CCC;
	text-align: center;
	padding: 0 20px;
	border: 0;
}
.uv-lead-message-success
{
	color: #F00;
	opacity: 0;
}
/**/
/* pages */
.uv-btn
{
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #212121;
}	
/**/

.cursor-pointer{ cursor: pointer; }

/* icon */
.icon-snapchat
{	
	background-image: url(../imateq/www/snapchat-icon.png);
}

.icon-snapchat:hover
{
	background-image: url(../imateq/www/snapchat-icon-xs.png);
}

/* app */

.ios-button-download
{
	max-width: 318px;
}

/* image */
.imggrayscale
{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}


.owl-carousel .owl-item img{ padding: 1px; }


/* custom select mobile */
.custom-select-mobile select.dropdown {
     -webkit-appearance: none;       
     -moz-appearance: none;    
     appearance: none;    
     /*
background-position: 22px 3px;                
     background-size: 13px 13px;
*/
     width: 170px;
    height: 20px;
    margin-left: 4px;
    position: absolute;
    cursor: pointer;
    color: #fff;
    border: 0px solid #000;
    background: transparent;
}

.custom-select-mobile .overlay-arrow {
    font-size: 9px;
    color: #fff;
    position: absolute;
    left: 155px;
    top : 10px;
    cursor: default;
    line-height: 1px;

}

.custom-select-mobile .parent {
    position: fixed;
    z-index: 13;
    width: 165px;
    height: 20px;
    float: left;
    margin: 0px;
    padding: 0px;
    background-color: rgba(0,0,0,0.6);
}
.custom-select-space{ margin-top: 3px;  }


/* style */
.styled-select {
   width:155px;
   overflow: hidden;
   background: #000;
   height: 30px;
   z-index: 13;
   position: fixed;
   margin-top: -30px;
   display: none;
 }
 
.styled-select select {
  width: 95%;
  border: 0;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  appearance: none;
  background: transparent url(../imateq/www/dynamicbar.select.arrows.png) no-repeat scroll 100% 4px;
  background-position: 100% -5px;
  margin-top: 5px;
  z-index: 13;

}
/* tiers */
.uv_wrap_tier .uv_col_tier{
	border: none;
	font-size: 13px;
    font-style: italic;
    color: #fff;
}
.uv_wrap_tier .uv_col_tier_price{
	text-decoration: line-through;
}

/*
.table thead>tr>th, .table tbody>tr>th{
	border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.table tbody>tr>td{
	border-top:none;
	border-bottom: 1px solid #ddd;
}
*/


.styled-select-space{ height: 30px; }

@media(max-width: 600px)
{
	.styled-select{ display: block; }
	
	
}

/* */

.border-gray
{
	border-top: 1px solid #212121;
	border-bottom: 1px solid #212121;
}
.uv-claimgl{
	height: 35px;
}

/*Bootstrap*/
/* Large desktop */
/*@media (min-width: 1200px) { ... }
 
/* Portrait tablet to landscape and desktop */
/*@media (min-width: 768px) and (max-width: 979px) { ... }
 
/* Landscape phone to portrait tablet */
/*@media (max-width: 767px) { ... }
 
/* Landscape phones and down */
/*@media (max-width: 480px) { ... }*/


.uv-mapimgopts button {
	height: 45px;
}

 .pop-charge .uv-popbody .uv-clearfix:last-child{visibility: hidden;}





@media(max-width: 950px)
{
	.displaymobile{ display: none; }
}

/*Event hover*/
.container-event {
	position: relative;
}

.image-event {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
	margin-left: auto;
	margin-right: auto;
/* 	max-width: 450px; */
}

.middle-event {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #000000c7;
/* 	max-width: 450px; */
	text-align: center;
}
.middle-event h1{
	margin-top: 60%;
	font-size: 2em;
	transition: .5s ease;
}

.container-event:hover .middle-event {
	opacity: 1;
}
.container-event
{
	margin-left: auto;
	margin-right: auto;
}
/**/



