/*//// frame.css by UrVenue : aa@urvenue.com ///// Version: 2 - General Frame - Updated 2016-01-11 */
*,
*:before,
*:after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body{
  font-family: "Lato", sans-serif;
  background: #030303;
  color: #fff;
  margin: 0;
}
textarea{font-family: inherit;}
a{
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
a:hover{text-decoration: none;}
a:visited, a:link, a:active{text-decoration: none}
.uv-clear{clear: both;}
.uv-clearfix:before, .uv-clearfix:after{
	display: table;
	content: " ";
}
.uv-clearfix:after{clear: both;}
.btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-block{
    display: block;
    width: 100%;
}
body .uv-btn{
	display: inline-block;
	outline: none;
	background-color: #43c868;
	color: #000;
	padding: 10px 10px;
	font-size: 18px;
	border-radius: 0;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	margin: 10px;
	font-weight: bold;
}
body .uv-btn:before{
	content: " ";
	display: block;
	position: absolute;
	z-index: 1;
	border: 2px solid #43c868;
	width: 100%;
	height: 100%;
	padding: 8px;
	top: -10px;
	left: -10px;
	
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	
	-webkit-transition: all 30ms linear;
	-moz-transition: all 30ms linear;
	-ms-transition: all 30ms linear;
	-o-transition: all 30ms linear;
	transition: all 30ms linear;
}
body .uv-btn:hover:before{
	padding: 6px;
	border-width: 4px;
}
body .uv-btn:active:before{
	padding: 0;
	border-width: 10px;
}
h1, .h1{
	font-family: "Sonder Black Rough";
	font-size: 56px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	color: #44C662;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.03em;
}
.h1r{color: #C9182B;}
.h1w{color: #fff;}
h2, .h2{
	font-family: 'Chenese Rocks';
	font-size: 26px;
	color: #fff;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.03em;
}
h3, .h3{
	font-size: 22px;
	font-family: "Sonder Black";
	color: #fff;
	opacity: 0.56;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.03em;
}
.h3g{
	color: #44C662;
	opacity: 1;
}
h4, .h4{
	font-size: 20px;
	font-family: "Sonder Black Rough";
	color: #fff;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
}
h5, .h5{
	font-family: 'Chenese Rocks';
	font-size: 23px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0.4em;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.03em;
}
h6, .h6{
	font-size: 18px;
	font-family: "Sonder Black Rough";
	color: #fff;
	margin-top: 0;
	text-transform: uppercase;
	margin-bottom: 1.2em;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.03em;
}
p{
	font-weight: 300;
	line-height: 1.6;
}
.right, .uv-right{float: right;}
.uv-left{float: left;}
form input{
	padding: 10px 15px;
	border-radius: 3px;
	border: 1px solid #666;
	background-color: #fff;
	outline: none;
	color: #000;
}
.uv-darkbg{
	background-color: #333;
	color: #fff;
}
.uv-darkbg h1{color: #fff;}
uv-contactbg{
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
  	-moz-background-size: 100% auto;
  	-o-background-size: 100% auto;
  	background-size: 100% auto;
}
.uv-newsbg{
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.uv-checkoutpage{background-color: #F7F7F7;}
.uv-checkoutpage > .uv-section-inner > .col-sm-10{
	width: 100%!important;
	margin-left: 0!important;
	margin-right: 0!important;
	padding-left: 0!important;
	padding-right: 0!important;
}
.uv-section-inner{
	max-width: 1300px;
	padding: 0 30px;
	margin: auto;
	position: relative;
}
.uv-section-inner-large{max-width: 1800px;}
.uv-section-inner-small{
	max-width: 1070px;
	padding: 0;
	margin: auto;
	position: relative;
}
.uv-section-inner-paddings, .uv-checkoutsection .uv-section-inner{
	padding-left: 40px;
	padding-right: 40px;
}
.uv-section-inner-wider{max-width: 2000px;}
.uv-pagefixheader{padding-top: 88px;}
body.uv-pagenoheader{padding-top: 0px;}
.uv-header{
	background-color: #030303;
	text-align: center;
	width: 100%;
	z-index: 100;
	height: 96px;
	
	-webkit-transition: height 200ms ease-in-out;
	-moz-transition: height 200ms ease-in-out;
	-ms-transition: height 200ms ease-in-out;
	-o-transition: height 200ms ease-in-out;
	transition: height 200ms ease-in-out;
}
.uv-header .uv-section-inner{height: 100%;}
.uv-preheader{
	background-color: #030303;
}
.uv-preheader.uv-fillscreen{height: 620px;}
.uv-preheader .uv-section-inner{
	padding: 0 40px;
}
.uv-preheader-right{float: right;}
.uv-preheader-left{float: left;}
.uv-preheader-left a{
	display: inline-block;
	color: #ccc;
	font-weight: normal;
	font-size: 14px;
	margin-top: 11px;
	text-transform: uppercase;
}
.uv-preheader-left a span{color: #949494;}
.uv-preheader-left i{
	float: left;
	font-size: 16px;
	margin-right: 8px;
	margin-top: -1px;
}
.uv-pagefixheader .uv-header{
	position: fixed;
	top: 0;
}
.uv-pagescrolled .uv-header{height: 78px;}
.uv-pagescrolled .uv-mainmenu-desktop{margin-top: 25px;}
.uv-pagescrolled .uv-mainmenu > li > a{line-height: 78px;}
.uv-pagescrolled .uv-mainmenu-desktop .uv-droparrow{padding-bottom: 13px;}
.uv-headermenu{float: right;}
.uv-mainmenu{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	
	-webkit-transition: all 200ms ease-in-out 50ms;
	-moz-transition: all 200ms ease-in-out 50ms;
	-ms-transition: all 200ms ease-in-out 50ms;
	-o-transition: all 200ms ease-in-out 50ms;
	transition: all 200ms ease-in-out 50ms;
}
.uv-mainmenu > li{
	float: left;
	margin: 0 2px;
} 
.uv-mainmenu > li > a{
	font-family: "Sonder Black Rough";
	display: block;
	line-height: 96px;
	font-size: 100%;
	color: #ffffff;
	opacity: 0.56;
	padding: 0 22px;
	text-transform: none;
	outline: none;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none!important;
}
.uv-mainmenu > li > a:active{outline: none;}
#uv-mobile-toggler{
	display: none;
	background: transparent;
	outline: none;
	border: 0;
	margin: 17px 0;
	float: right;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
}
#uv-mobile-toggler i{margin-right: 5px;}
.uv-submenu{
	list-style: none;
	margin: 0;
	padding: 0;
}
@media(min-width: 769px){
	.uv-submenu{
	    top: 100%;
	    left: 0px;
	    position: absolute;
	    z-index: 101;
	    visibility: hidden;
	    transition: opacity 0.2s ease-in;
	    font-size: 13px;
	    max-height: 0px;
	    overflow: hidden;
	    opacity: 1;
	    min-width: 180px;
	    font-weight: 500;
	    
	    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	    
	    height: auto!important;
	    -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-submenu-ontop .uv-submenu{
		top: auto;
		bottom: 100%;
	}
	.uv-mainmenu li:hover > .uv-submenu, .uv-mainmenu-desktop li:hover > .uv-submenu{
	  	visibility: visible;
	 	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-mainmenu-desktop .uv-droparrow{padding-bottom: 25px;}
	.uv-mainmenu-desktop .uv-submenu li a{font-size: inherit;}
	.uv-mainmenu-desktop .uv-submenu li a:hover{
		background-color: #222222;
		color: #fff;
		border-left: 5px solid #a35fc0;
	}
	.uv-mainmenu > li.active{position: relative;}
	.uv-mainmenu > li.active:before{
		display: block;
		content: " ";
		position: absolute;
		left: 0;
		right: 0;
		top: 20px;
		width: 22px;
		border-top: 8px solid #44c662;
		border-left: 11px solid transparent;
		border-right: 11px solid transparent;
		margin: auto;
	}
	.uv-pagescrolled .uv-mainmenu > li.active:before{top: 15px;}
}
.uv-mainmenu > li.active > a{
	color: inherit;
	opacity: 1;
}
.uv-mainmenu > li > a:hover{opacity: 1;}
@media(min-width: 1200px){
	.uv-submenu{min-width: 200px;}
}
.uv-headermenu-left{
	float: left;
	width: 50%;
	padding-right: 100px;
	text-align: right;
}
.uv-headermenu-right{
	float: right;
	width: 50%;
	padding-left: 100px;
	text-align: left;
}
.uv-mainmenu-desktop{
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 35px;
	font-size: 15px;
	
	-webkit-transition: margin-top 200ms ease-in-out;
	-moz-transition: margin-top 200ms ease-in-out;
	-ms-transition: margin-top 200ms ease-in-out;
	-o-transition: margin-top 200ms ease-in-out;
	transition: margin-top 200ms ease-in-out;
}
.uv-mainmenu-desktop > li{
	float: left;
	padding: 0 36px;
}
.uv-mainmenu-desktop > li > a{
	display: block;
	padding: 6px 0px;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 4px solid transparent;
	font-weight: 500;
}
.uv-mainmenu-desktop > li.uv-buttonli > a{
	padding: 0;
	margin-top: -3px;
}
.uv-mainmenu-desktop > li > a > button{
	outline: none;
	font-size: inherit;
	background-color: #A262C3;
	border: solid 1px #A262C3;
    border-top-color: #BA8AD2;
    border-radius: 3px;
	padding: 9px 25px;
	color: inherit;
	text-transform: inherit;
	cursor: pointer;
	font-weight: inherit;
}
.uv-mainmenu-desktop > li > a > button:hover
{
	background-color: transparent;
	border: 1px solid #9c5bb8;
}
.uv-mainmenu-desktop > li.active > a, .uv-mainmenu-desktop > li > a:hover{
	border-bottom: 4px solid #a360c2;	
}
.uv-mainmenu-desktop > .uv-buttonli.active > a, .uv-mainmenu-desktop > li.uv-buttonli > a:hover{border-bottom-color: transparent;}
.uv-headermenu-left .uv-mainmenu-desktop > li:first-child{padding-left: 0px;}
.uv-headermenu-right .uv-mainmenu-desktop > li:last-child{padding-right: 0px;}
.uv-submenu li a{
	background-color: rgba(48, 48, 48, 0.9);
	display: block;
	padding: 12px 18px;
	color: #fff;
	font-size: 15px;
	text-transform: none;
	text-align: left;
	padding-left: 16px;
	border-left: 4px solid transparent;
}
.uv-submenu li a:hover{
	background-color: rgba(48, 48, 48, 0.97);
	border-left-color: #44c662;
}
.uv-pagebrand {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
}
.uv-pagebrand img{
	position: absolute;
    top: -32%;
    left: 0;
    height: 112%;
    z-index: 0;
    max-height: 110px;
	
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.uv-pagescrolled-ph .uv-pagebrand img{
	height: 88%;
	top: 6%;
	max-height: 80px;
}
.uv-section{position: relative;}
.uv-prefooter > .uv-section-inner{
	background-color: #211c23;
	border-top: 10px solid #1c171d;
}
.uv-prefootercont{
	position: relative;
	padding-left: 350px;
	height: 485px;
}
.uv-btnbottle{float: right;}
.uv-getdirections{
	position: absolute;
	top: 0;
	left: 0;
	width: 350px;
	height: 100%;
	background-color: #2a252b;
	padding: 45px 10px 0px 34px;
}
.uv-getdirections h2{
	margin: 0;
	margin-bottom: 0.4em;
	font-size: 24px;
	font-weight: 300;
	color: #dbdbdb;
}
.uv-getdirections p{
	color: #9f9f9f;
	font-weight: 300;
	font-size: 14px;
	max-width: 255px;
	line-height: 1.5;
	margin: 0;
}
.uv-getdirections-direction{
	position: relative;
	padding-left: 45px;
	margin: 45px 0;	
	color: #9f9f9f;
	font-weight: 300;
}
.uv-getdirections-direction img{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.uv-getdirections-direction button.uv-btns{
	margin-top: 15px;
	padding: 9px 25px;
	font-weight: 300;
	color: #ccc;
}
.uv-poweredbytext{
	max-width: 180px;
	border-top: 1px dotted #B5B5B5;
	padding-top: 15px;
	font-size: 16px; 
	color: #9f9f9f;
}
.uv-poweredbytext a{color: #fff;}
.uv-pfootersocial, .uv-pfooterhours, .uv-pfooterreservations{
	float: left;
	height: 47%;
	width: 33.3333%;
	background-color: #2a242e;
	text-align: center;
	position: relative;
}
.uv-pfootersec-inner{
	position: absolute;
	text-align: center;
	width: 100%;
	top: 30px;
}
.uv-pfootersec-inner > i{
	color: #979797;
	font-size: 50px;
}
.uv-pfootersec-inner h2{
	color: #979797;
	font-size: 20px;
	font-weight: 300;
	margin: 15px 0px 18px;
}
.uv-pfooterreservations button{margin-top: 18px;}
.uv-pfooter-socials{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	margin-top: 18px;
	display: inline-block;
}
.uv-pfooter-socials li{
	float: left;
	padding: 0 7px;
}
.uv-pfooter-socials li a{
	display: block;
	width: 44px;
	height: 44px;
	color: #fff;
	font-size: 22px;
	line-height: 45px;
	text-align: center;
	background-color: #4a4a4a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.uv-pfootersocial:after, .uv-pfooterreservations:after{
	position: absolute;
	content: " ";
	height: 90%;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-left: 1px dotted #6C6C6C;
}
.uv-pfooterreservations:after{
	right: auto;
	left: 0;
}
.uv-listhours{
	position: relative;
	list-style: none;
	text-align: center;
	padding: 5px 0;
	margin: 0;
	margin-top: 18px;
	font-size: 13px;
}
.uv-pfooterhours .uv-listhours:before{
	display: block;
	width: 0px;
	content: " ";
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	right: 0;
	border-left: 1px dotted #9f9f9f;
	margin: auto;
}
.uv-listhours li{
	float: left;
	width: 50%;
	text-align: right;
	padding-right: 15px;
	font-weight: 500;
	color: #979797;
}
.uv-listhours li.uv-listleft{
	text-align: left;
	padding-right: 0px;
	padding-left: 15px;
	font-weight: normal;
}
.uv-pfooter-socials li a i{color: #fff;}
.uv-pfooter-socials li a:hover{background-color: #3a3a3a;}
.uv-pfooter-socials li a:hover i{color: #ccc;}
.uv-pfoo-dsep{
	border-top: 1px dotted #B5B5B5;
	margin: auto;
	max-width: 180px;
}
.uv-pfootermenu{
	padding-top: 45px;
	clear: both;
}
.uv-pfootermenu > div{
	float: left;
	padding-left: 60px;
}
.uv-pfootermenu h4{
	margin: 0;
	color: #999;
	font-size: 19px;
	text-align: left;
	margin-bottom: 1em;
	font-weight: 300;
}
.uv-footer{
	color: #777;
	font-size: 14px;
	padding: 30px 0 30px 0;
	background-color: #000;
	text-align: center;
	border-top: 1px solid #979797;
}
.uv-footercont{
	position: relative;
	padding-left: 250px;
	padding-right: 250px;
	min-height: 50px;
}
.uv-footercont p{
	color: #fff;
	font-family: "Sonder Black";
	text-align: center;
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
}
.uv-footer-logo{
	position: absolute;
	left: 0;
	top: -11px;
	width: 80px;
	z-index: 1;
}
.uv-footer-socials{
	position: absolute;
	right: 0;
	top: 0px;
	z-index: 1;
}
.uv-footer-socials .uv-headersocials{
	position: relative;
	top: auto;
	right: auto;
}
.uv-footer-socials .uv-headersocials li a{
	color: #fff;
	opacity: 1;
}
.uv-footer .uv-section-inner{padding: 0 30px;}
.uv-footer p a{color: inherit;}
.uv-footermenu{float: right;}
.uv-footercopy{
	float: left;
	line-height: 36px;
}
.uv-footermenu{
	padding: 0;
	list-style: none;
	margin: 0 -20px;
	font-size: inherit;
}
.uv-footermenu li{float: left;}
.uv-footermenu li a{
	display: block;
	line-height: 36px;
	padding: 0 20px;
	font-size: 100%;
	color: inherit;
}
.uv-footermenu li a:hover{color: #777;}
.uv-menulist{
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.uv-menulist li{padding: 0.45em 0;}
.uv-menulist a{
	color: inherit;
	opacity: 0.5;
	font-weight: 300;
}
.uv-menulist a:hover{opacity: 0.7;}
.uv-prefooterlogo img{
	width: 105px;
	max-width: 100%;
	margin-top: 3em;
	margin-bottom: 20px;
}
.uv-socialmenu{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 10px;
}
.uv-socialmenu li{float: left;}
.uv-socialmenu li a{
	color: inherit;
	padding: 0 7px;
	font-size: 21px;
}
.uv-socialmenu li a:hover{
	color: #777;
}
.uv-droparrow{position: relative;}
.uv-droparrow:after {
	color: #fff;
	opacity: 0.56;
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0d7";
    right: 0;
    left: 0;
    text-align: center;
    margin: auto;
    bottom: 22px;
    line-height: 1em;
    height: 20px;
    line-height: 20px;
    z-index: 1;
    font-size: 20px;
    font-weight: 100;
    
    -webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.uv-pagescrolled .uv-droparrow:after{bottom: 12px;}
.uv-preheader-bar{
	background-color: #030303;
	height: 40px;
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
}
#Slider{margin-bottom: 40px;}
.uv-preheadermenu{
	color: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 0 -19px;
	font-size: 13px;
	margin-top: 13px;
}
.uv-preheadermenu li{
	float: left;
	padding: 0 19px;
}
.uv-preheadermenu li a{
	display: block;
	opacity: 0.45;
	text-transform: uppercase;
}
.uv-preheadermenu li a:hover {
    opacity: 1;
}
.uv-headersocials{
	padding: 0;
	margin: 0 -9px;
	margin-top: -4px;
	list-style: none;
}
.uv-headersocials li{
	float: left;
	padding: 0 9px;
}
.uv-headersocials li a{
	display: block;
	padding: 0;
	font-size: 20px;
	width: 22px;
	text-align: center;
	color: #fff;
	opacity: 0.56;
}
.uv-headersocials li a i{color: inherit!important;}
.uv-shadowpattern:after, .uv-whitepattern:after{
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
    z-index: 0;
    content: " ";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    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;
}
.uv-whitepattern:after{background: rgba(255, 255, 255, 0.9);}
.uv-contactsection h5{
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 0.8em;
}
.uv-contactsection iframe{
	border: none;
	margin-bottom: 20px;
}
.uv-contactsection p{margin-bottom: 2.5em;}
.uv-contactsection p a{color: inherit;}
.uv-newscont{
	background-color: #fff;
	max-width: 1000px;
	padding-left: 0px;
	padding-right: 0px;
}
.uv-breadcrumb {
    list-style: none;
    overflow: hidden;
    font-size: 12px;
    margin: 18px 0;
    padding: 0;
}
.uv-breadcrumb li {
    float: left;
    position: relative;
}
.uv-breadcrumb li:first-child a {
    padding-left: 0;
}
.uv-breadcrumb li a {
    color: #fff;
    text-decoration: none;
    position: relative;
    display: block;
    float: left;
    padding: 0 10px 0 15px;
    line-height: 2;
}
.uv-breadcrumb li a i{
	font-size: 14px;
	line-height: 1.6;
}
.uv-breadcrumb li.active a{
	color: #999;
	cursor: default;
}
.uv-breadcrumb li a img{margin-top: -2px;}
.uv-breadcrumb li:not(:last-child):after {
    font-family: 'FontAwesome';
    display: inline-block;
    content: "\f105";
    font-size: 16px;
    position: absolute;
    color: #dfe2e6;
    line-height: 1.4;
}
.uv-screencta{
	background-color: #393939;
	width: 95%;
	max-width: 720px;
	padding: 14px 2%;
	position: absolute;
	z-index: 20;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 20px;
}
.uv-screencta h1{
	color: #fff;
	text-align: center;
	font-size: 125%;
	text-transform: none;
	margin-bottom: 0.5em;
}
.uv-screencta button{
	background-color: transparent;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #969696;
	padding: 10px 50px;
	border-radius: 0;
	display: block;
	margin: auto;
	font-size: 70%;
}
.uv-screencta button:hover{
	background-color: #fff;
	color: #393939;
}
.uv-ctasaddcontrols{position: relative;}
.uv-ctacontrols{
	position: absolute;
	margin: 0 -5px;
	padding: 0;
	list-style: none;
	pointer-events: all;
	z-index: 25;
	bottom: 15px;
	right: 30px;
	padding: 8px 5px;
	background: rgba(0, 0, 0, 0.4);
	
	-webkit-box-shadow: 0px 0px 22px -4px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 22px -4px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 22px -4px rgba(0, 0, 0, 1);
	
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.uv-ctacontrols li{float: left;}
.uv-ctacontrols li a{
	display: block;
	width: 18px;
	height: 18px;
	background-color: transparent;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.9);
    margin: 0 5px;
}
.uv-ctacontrols li a:hover{border: 6px solid rgba(255, 255, 255, 0.9);}
.uv-ctacontrols li.active a{border: 9px solid rgba(255, 255, 255, 0.99);}
.uv-ctacontrols li.active a:hover{border: 9px solid rgba(255, 255, 255, 0.99);}
.uv-poppaddings {
    padding: 15px;
}
.uv-upcomingmenu.uv-termsmenu{
	display: block;
	margin-bottom: 40px;
	display: inline-block;
	float: none;
	padding: 0;
	margin-left: 0;
}
.uv-termscont{line-height: 1.7;}
.uv-privacypolicy{display: none;}
.uv-socialsection h1{text-transform: none;}
.uv-socialsection h2{font-size: 24px;}
.uv-socialsection .uv-panel .uv-panelbody{padding: 20px 25px;}
.uv-sociallistfeed{
	font-size: 20px;
	height: 100%;
	overflow: auto;
	-moz-box-shadow: inset 0 -10px 10px -10px #DDD;
    -webkit-box-shadow: inset 0 -10px 10px -10px #DDD;
    box-shadow: inset 0 -10px 10px -10px #DDD;
}
.uv-sociallistinstagram{
	position: absolute;
	z-index: 10;
	width: 380px;
	top: 0;
	right: 0;
}
.uv-sociallistfeed ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.uv-sociallistfeed ul li{
	border-bottom: 1px solid #D8D8D8;
	font-size: 90%;
	line-height: 1.8;
	padding-top: 8px;
	padding-bottom: 20px;
	padding-right: 98px;
	position: relative;
	min-height: 90px;
}
.uv-sociallistfeed ul li i{
	position: absolute;
	z-index: 10;
	text-align: center;
	font-size: 38px;
	display: block;
	width: 98px;
	right: 0px;
	bottom: 50%;
	top: auto;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	vertical-align: middle;
	margin-bottom: 5px;
}
.uv-sociallistinstagram ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.uv-sociallistinstagram ul li{
	position: relative;
	display: block;
	margin-bottom: 10px;
	background-color: #D8D8D8;
	overflow: hidden;
}
.uv-sociallistinstagram ul li:before{
	content: " ";
	display: block;
	padding-bottom: 66%;
}
.uv-sociallistinstagram ul li:after{
	content: "\f16d";
	position: absolute;
	color: #E6E6E6;
    z-index: 15;
    font: normal normal normal 65px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 65px;
    height: 65px;
    margin: auto;
}
.uv-socialcont{
	padding-right: 400px;
	position: relative;
	height: 550px;
}
.uv-sociallistinstagram a{
	color: #888;
}
.uv-sociallistinstagram a img{
	position: absolute;
	top: -20%;
	left: 0;
	width: 100%;
	z-index: 20;
}
.uv-sociallistinstagram a i{
	float: left;
	display: inline-block;
	font-size: 120%;
	margin-right: 9px;
	margin-top: 3px;
}
.uv-headermenu-onlymob{display: none;}
.uv-grayspacer{
	height: 10px;
	background-color: #1c171d;
}
.uv-newsletter-text{
	float: left;
	width: 50%;
	padding-left: 95px;
	position: relative;
}
.uv-newsletter-text img{
	position: absolute;
	left: 0;
	top: 3px;
}
.uv-newsletter-text h2{
	font-size: 32px;
	margin: 0;
	margin-bottom: 0.2em;
	font-weight: normal;
	color: #fff;
}
.uv-newsletter-text p{
	font-size: 16px;
	color: #979797;
	margin: 0;
	line-height: 1.4;
}
.uv-newsletter-button{
	float: right;
	width: 44%;
	padding-top: 20px;
}
.uv-ninputandbutton{
    width: 100%;
    border-collapse: collapse;
    position: relative;
}
.uv-newsletter-button input
{
	width: 66%;
	height: 52px;
	float: left;
	background-color: #1c1c1c;
	outline: none;
	font-size: 16px;
	line-height: normal;
	color: #fff;
	padding: 15px 20px;
	border: 1px solid rgba(162, 98, 196, 0.8);
	border-radius: 3px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.uv-newsletter-button button.uv-btn{
	width: 34%;
	height: 52px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background-color: #a35fc0;
	text-transform: uppercase;
	line-height: normal;
	text-align: center;
	padding: 16px 5px;
	border-radius: 3px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.uv-mainslideritem img, .uv-experienceslideritem img{width: 100%;}
.uv-mainslidercont{position: relative;}
.uv-loadfade{display: none;}
.uv-mainslideritem, .uv-experienceslideritem{
	position: relative;
	padding-bottom: 43.3333%;
	overflow: hidden;
	background-color: #000;
	background-image: url("../assets/images/loader.main.gif");
	background-repeat: no-repeat;
	background-position: center center;
}
.uv-experienceslideritem{
	padding-bottom: 0;
	width: 890px;
	height: 530px;
}
.uv-mainslideritem > img, .uv-mainslideritem > a > img, .uv-experienceslideritem > img, .uv-experienceslideritem > a > img{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
}
.uv-mainsliderleft, .uv-mainsliderright{
	display: block;
    position: absolute;
    font-size: 50px;
    z-index: 20;
    bottom: 50%;
    top: auto;
    font-weight: bold;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    vertical-align: middle;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    
    opacity: 0;
    visibility: hidden;
    
    -webkit-transition: all 200ms ease-out 100ms;
    -moz-transition: all 200ms ease-out 100ms;
    -o-transition: all 200ms ease-out 100ms;
    -ms-transition: all 200ms ease-out 100ms;
    transition: all 200ms ease-out 100ms;
}
.uv-experienceslider .uv-mainsliderleft, .uv-experienceslider .uv-mainsliderright{
	font-weight: normal;
	opacity: 0.4;
	visibility: visible;
}
.uv-mainsliderleft:before{content: "\f104";}
.uv-mainsliderright:before{content: "\f105";}
.uv-mainsliderleft{left: 10px;}
.uv-mainsliderright{right: 10px;}

.uv-mainslidercont:hover .uv-mainsliderright{right: 25px;}
.uv-mainslidercont:hover .uv-mainsliderleft{left: 25px;}
.uv-mainslidercont:hover .uv-mainsliderright, .uv-mainslidercont:hover .uv-mainsliderleft, .uv-experienceslider:hover .uv-mainsliderright, .uv-experienceslider:hover .uv-mainsliderleft{
	opacity: 1;
	visibility: visible;
	
	 -webkit-transition: all 300ms ease-out 300ms;
    -moz-transition: all 300ms ease-out 300ms;
    -o-transition: all 300ms ease-out 300ms;
    -ms-transition: all 300ms ease-out 300ms;
    transition: all 300ms ease-out 300ms;
}
.uv-ctascont{margin: 0 -5px;}
.uv-ctascont > div, .uv-ctascont > a > div{
	width: 33.3333%;
	float: left;
	position: relative;
	border-left: 5px solid #222;
	border-right: 5px solid #222;
	background-color: #000;
	overflow: hidden;
}
.uv-ctascont > div:before, .uv-ctascont > a > div:before{
	position: relative;
	content: " ";
	display: block;
	padding-bottom: 54.5%;
}
.uv-ctascont > div > img, .uv-ctascont > a > div > img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 10;
}
.uv-ctascont > div:after, .uv-ctascont > a > div:after{
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 101%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10;
	
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.uv-ctascont > div:hover:after, .uv-ctascont > a:hover > div:after{background: rgba(0, 0, 0, 0.2);}
.uv-ctalabels{
	z-index: 15;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 14%;
}
.uv-ctalabels img{
	margin-bottom: 20px;
	max-width: 100%;
}
.uv-ctalabels h2{
	color: white;
	margin: 0;
	padding: 0;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
}
.uv-experiencecont{
	height: 530px;
	background-color: #1a1a1a;
	padding-right: 890px;
}
.uv-experiencetext{
	overflow: auto;
	height: 100%;
}
.uv-experiencetext-inner{padding: 30px 20px 20px 35px;}
.uv-experienceslider{
	position: absolute;
	width: 890px;
	height: 530px;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
}
.uv-experiencetext h2{
	font-size: 34px;
	color: #fff;
	font-weight: normal; 
	margin: 0;
	padding: 0;
	margin-bottom: 0.3em;
}
.uv-experiencetext p{
	line-height: 1.7;
	color: #A9ACB1;
	font-size: 14px;
	margin-bottom: 2.5em;
}
.uv-experiencetext h3{
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 0.3em;
	color: #fff;
	font-weight: 300;
}
.uv-experiencetext ul{
	padding: 0;
	padding-left: 1.5em;
	margin-bottom: 20px;
}
.uv-experiencetext ul > br{
	display: none;
	font-size: 0;
	line-height: 0;
}
.uv-experiencetext li{
	line-height: 1.7;
	font-weight: 300;
	color: #fff;
	font-size: 14px;
}
.uv-experiencetext .uv-btnt{
	margin-left: 6px;
	font-weight: 300;
}
.uv-instagramgrid-5 .uv-instafeedlist{
	list-style: none;
	margin: 0;
	padding: 0;
}
.uv-instagramgrid-5 .uv-instafeedlist a > div{
	float: left;
	width: 20%;
	position: relative;
}
.uv-instagramgrid-5 .uv-instafeedlist a > div:before{
	display: block;
	position: relative;
	content: " ";
	padding-bottom: 100%;
	overflow: hidden;
}
.uv-instagramgrid-5 .uv-instafeedlist a > div:after{
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	height: 101%;
	top: 0;
	left: 0;
	z-index: 15;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	visibility: hidden;
	
	-webkit-transition: all 50ms ease-in-out;
	-moz-transition: all 50ms ease-in-out;
	-ms-transition: all 50ms ease-in-out;
	-o-transition: all 50ms ease-in-out;
	transition: all 50ms ease-in-out;
}
.uv-instagramgrid-5 .uv-instafeedlist a:hover > div:after{
	opacity: 1;
	visibility: visible;
}
.uv-instagramgrid-5 .uv-instafeedlist a > div img{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.uv-instaiteminfo{
	font-size: 18px;
	margin: 0;
	margin: auto;
	left: 0;
	right: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 50%;
	top: auto;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	vertical-align: middle;
	z-index: 18;
	opacity: 0;
	visibility: hidden;
	
	-webkit-transition: all 50ms ease-in-out;
	-moz-transition: all 50ms ease-in-out;
	-ms-transition: all 50ms ease-in-out;
	-o-transition: all 50ms ease-in-out;
	transition: all 50ms ease-in-out;
}
.uv-instaiteminfo li{
	display: inline-block;
	line-height: 1;
}
.uv-instagramgrid-5 .uv-instafeedlist a:hover .uv-instaiteminfo{
	opacity: 1;
	visibility: visible;
}
.uv-instaiteminfo li:first-child{padding-right: 10px;}
.uv-instaiteminfo li:last-child{padding-left: 10px;}
.uv-photosgrid > div, .uv-photosgrid > a > div, .uv-videosgrid > div, .uv-videosgrid > a > div{
	position: relative;
	float: left;
	width: 33.3333%;
	background: #4C4C4C;
}
.uv-videosgrid > div, .uv-videosgrid > a > div{overflow: hidden;}
.uv-photosgrid > div:before, .uv-photosgrid > a > div:before, .uv-videosgrid > div:before, .uv-videosgrid > a > div:before{
	display: block;
	padding-top: 62.1%;
	position: relative;
	content: " ";
}
.uv-videosgrid > div:after, .uv-videosgrid > a > div:after{
	top: 0;
	left: 0;
	display: block;
	position: absolute;
	content: " ";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 15;
	opacity: 1;
	
	-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;
}
.uv-photosgrid > div:hover:after, .uv-photosgrid > a:hover > div:after, .uv-artistsgrid > div:hover:after, .uv-artistsgrid > a:hover > div:after, .uv-videosgrid > div:hover:after, .uv-videosgrid > a:hover > div:after{
	opacity: 0.4;
}
.uv-artistsgrid .uv-viewmore:after{display: none!important;}
.uv-photosgrid div img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	display: none;
}
.uv-videosgrid div img{
	display: none;
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 10;
	
	bottom: 50%;
	top: auto;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	vertical-align: middle;
}
.uv-albuminfo, .uv-videoinfo{
	position: absolute;
	z-index: 20;
	color: #fff;
	left: 5%;
	bottom: 5%;
	width: 90%;
	font-size: 20px;
}
body .uv-albuminfo h5, body .uv-videoinfo h5{
	margin: 0;
	font-family: "Sonder Black Rough";
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	text-shadow: 1px 0px 0px #000;
	min-height: 20px;
}
body .uv-albuminfo h6, body .uv-videoinfo h6{
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: 1px 0px 0px #000;
	font-family: "Lato";
	font-weight: 300;
	margin-top: 5px;
}
body .uv-albuminfo, body .uv-videoinfo{
	/*background-color: rgba(0, 0, 0, 0.6);*/
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 16px;
}
.uv-playvideohover, .uv-magalbumhover{
	display: none;
	height: 60px;
	width: 60px;
	background-color: #cd201f;
	position: absolute;
	margin: auto;
	z-index: 20;
	color: #fff;
	font-size: 31px;
	line-height: 60px;
	text-align: center;
	display: none;
	opacity: 0;
	
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.uv-magalbumhover{background-color: #7e248e;}
.uv-videosgrid a:hover .uv-playvideohover, .uv-photosgrid a:hover .uv-magalbumhover{
	opacity: 1;
	display: none;
	-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-playvideohover:before{
	content: "\f04b";
	margin-left: 3px;
}
.uv-magalbumhover:before{
	content: "\f002";
	margin-left: 3px;
}
.uv-photosgrid, .uv-videosgrid{
	border-top: 1px solid rgba(51, 51, 51, 0.6);
    border-left: 1px solid rgba(51, 51, 51, 0.6);
}
.uv-tl-item{
	background-color: #1a1a1a;
	margin-bottom: 12px;
	border: 1px solid #333;
	height: 108px;
	padding-left: 183px;
	padding-right: 180px;
	position: relative;
}
.uv-tl-item .uv-tl-date{
	position: absolute;
	left: 0;
	top: 0;
	background-color: #2e2e2e;
	width: 75px;
	z-index: 10;
	height: 100%;
}
.uv-tl-item .uv-tl-flyer{
	position: absolute;
	left: 75px;
	top: 0;
	background-color: #000;
	width: 108px;
	height: 100%;
	z-index: 10;
	overflow: hidden;
}
.uv-tl-item .uv-tl-flyer img{
	width: 100%;
	height: auto;
}
.uv-tl-item .uv-tl-name{
	height: 100%;
	position: relative;
}
.uv-tl-item .uv-tl-link{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 10;
	width: 180px;
	text-align: left;
	padding-right: 20px;
}
.uv-tl-date .uv-tl-datem{
	height: 30%;
	color: #b0b0b0;
	line-height: 31px;
	text-align: center;
	font-size: 15px;
}
.uv-tl-date .uv-tl-dateday{
	position: relative;
	height: 70%;
	color: #fff;
	background-color: #181818;
}
.uv-tl-dateday h5{
	color: inherit;
	font-size: 22px;
	margin: 0;
	text-align: center;
	font-weight: bold;
}
.uv-tl-dateday h6{
	color: inherit;
	margin: 0;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
}
.uv-tl-name h2{
	margin: auto;
	width: auto;
	font-size: 25px;
	font-weight: 300;
	padding-left: 25px;
	padding-right: 25px;
}
body .uv-tl-link button{
	width: 160px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
.uv-rescont{max-width: 850px;}
.uv-globalh1{
	text-align: left;
	margin-bottom: 0.8em;
	font-weight: normal;
}
.uv-h60{height: 80px;}


/*New forms inputs*/
body .uv-inputbox{
	background-color: #1a1a1a;
	padding: 10px 12px 3px;
	border: 1px solid #222;
	position: relative;
	margin-bottom: 8px;
}
body .uv-inputbox label{
	display: block;
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #888;
	font-weight: 500;
}
body .uv-inputbox label.error, body .uv-ninputandbutton label.error{
	display: block;
	font-size: 11px;
    color: #fc4545;
    text-transform: none;
    position: absolute;
    bottom: 7px;
    line-height: 1;
    margin: 0;
    padding: 0;
    right: 12px;
    z-index: 90;
    visibility: visible;
    opacity: 1;
}
body .uv-ninputandbutton label.error{
	right: auto;
	left: 0;
	font-size: 11px;
	font-weight: bold;
	bottom: -16px;
	line-height: 1;
}
body .uv-ib-hasheplq label.error{right: 30px;}
body .uv-inputbox input, body .uv-inputbox select, body .uv-inputbox textarea{
	display: block;
	width: 100%;
	background-color: transparent;
	border: none;
	font-size: 16px;
	color: #fff;
	padding: 8px 0px;
	outline: none;
	box-shadow: none;
	margin: 0;
	position: relative;
}
body .uv-ib-required:before{
	position: absolute;
	color: #fc4545;
	right: 10px;
	top: 12px;
	z-index: 10;

	content: "\f069";
	display: block;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    font-size: 12px;
}
.uv-formcells{
	margin-left: -4px;
	margin-right: -4px;
}
.uv-formcells .uv-formcell3-2, .uv-formcells .uv-formcell3-1, .uv-formcells .uv-formcell2-1{
	float: left;
	padding-left: 4px;
	padding-right: 4px;
}
.uv-formcells .uv-formcell3-2{width: 66.6666%;}
.uv-formcells .uv-formcell3-1{width: 33.3333%;}
.uv-formcells .uv-formcell2-1{width: 50%;}
.uv-ib-small{max-width: 250px;}
.uv-eventdescriptionshort a, .uv-eventdescriptionfull a{color: #7e248e;}
body .uv-caldateevent .ui-state-default{
	border: 1px solid #7e248e;
	background: #7e248e;
}
.uv-parallaxexp{text-align: center;}
.uv-parallaxexp h2{
	font-size: 50px;
	color: #fff;
	margin: 0;
	margin-bottom: 0.5em;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.uv-parallaxexp p{
	margin: 0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	font-style: italic;
	padding: 0 10px;
}
/*.uv-parallax-cont:before{
	content: " ";
	display: block;
	position: absolute;
	z-index: 0;
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}*/
.uv-expcollage{
	position: relative;
	padding-top: 64%;
}
.uv-expcollage-inner{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 40;
    overflow: hidden;
}
.uv-expleft{
	width: 39.5%;
	float: left;
}
.uv-expright{
	width: 60.5%;
	float: right;
}
.uv-exptext{
	height: 35%;
	position: relative;
	text-align: center;
	background-color: #1c171d;
}
.uv-exptext .uv-vcenter{
	left: 0;
	right: 0;
	margin: auto;
	max-width: 470px;
	padding: 0px 10px;
}
.uv-exptext p{
	line-height: 2;
	font-weight: 300;
	color: #CCC;
	font-size: 13px;
}
.uv-expbg1{
	position: relative;
	height: 65%;
}
.uv-expbg2{
	position: relative;
	height: 43%;
}
.uv-expbgdouble{
	position: relative;
	height: 57%;
}
.uv-expbg{
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.uv-expbgdouble > div{
	width: 50%;
	float: left;
	height: 100%;
}
.uv-twittersection{
	position: relative;
	background-image: url("../assets/images/bg.twitter.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
body .uv-twittersection .homecollage-coleft-colinner-big-tw{
	top: auto;
	bottom: auto;
	-webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
body .uv-twittersection .homecollage-coleft-colinner-big-tw p{
	display: block;
	font-size: 16px;
}
.uv-formdescrbottom p{
	color: #979797;
	font-size: 15px;
	line-height: 1.5;
}
.uv-formdescrbottom h3{
	font-size: 24px;
	font-weight: 300;
	color: #dbdbdb;
}
.uv-formdescrbottom h4{font-weight: 300;}
.uv-formdescrbottom{
	width: 70%;
	float: left;
}
.uv-formdescrbottom ul li{
	color: #979797;
	font-size: 15px;
	line-height: 1.5;
}
body .uv-flyerloading img{display: none;}
.uv-flyerloading{
	padding-bottom: 100%;
	background-color: #2a242e;
	background-image: url("../assets/images/loader.flyer.gif");
	background-position: center center;
	background-repeat: no-repeat;
}
body .uv-flyerloading:after{display: none;}
body .uv-flyerloading:before{display: none;}
.uv-gotop{
	position: fixed;
	bottom: 35px;
	right: 50px;
	outline: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #44c662;
	border: 1px solid #44c662;
	padding: 0;
	margin: 0;
	cursor: pointer;
	display: block;
	line-height: 34px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	opacity: 0;
	visibility: hidden;
	z-index: 10001;
	
	-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;
}
.uv-gotop.uv-gotopshown{
	visibility: visible;
	bottom: 90px;
	opacity: 0.5;
}
.list_carousel{
	width: auto;
	height: 390px;
	margin: auto;
	position: relative;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	
	-webkit-transition: opacity 100ms ease-in-out 0s;
	-moz-transition: opacity 100ms ease-in-out 0s;
	-ms-transition: opacity 100ms ease-in-out 0s;
	-o-transition: opacity 100ms ease-in-out 0s;
	transition: opacity 100ms ease-in-out 0s;
}
.list_carousel.uv-carousel-loading{overflow-y: hidden;}
.list_carousel.uv-carousel-loading ul{
	visibility: hidden;
	opacity: 0;
}

.list_carousel li {
	width: 215px;
	padding: 0;
	margin: 15px;
	display: block;
	float: left;
	text-align: center;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
#uv-events-carousel img{
	width: 215px;
	height: 215px;
	border: 1px solid #531b5b;
}
.uv-carousel-loading .uv-carouleft, .uv-carousel-loading .uv-carouright{
	opacity: 0;
	visibility: hidden;
}
.uv-carouleft, .uv-carouright{
	display: block;
	position: absolute;
	top: 90px;
	width: 40px;
	height: 40px;
	color: #000;
	font-size: 30px;
	text-align: center;
	line-height: 38px;
	background-color: #4a324d;
	border-radius: 50%;
	cursor: pointer;
	opacity: 1;
	visibility: visible;
	z-index: 11;
	border: 1px solid #531b5b;
	font-weight: bold;
	
	-webkit-transition: opacity 100ms ease-in-out 150ms;
	-moz-transition: opacity 100ms ease-in-out 150ms;
	-ms-transition: opacity 100ms ease-in-out 150ms;
	-o-transition: opacity 100ms ease-in-out 150ms;
	transition: opacity 100ms ease-in-out 150ms;
}
.uv-carouleft i, .uv-carouright i{font-weight: bold;}
.uv-carouleft i{margin-right: 4px;}
.uv-carouright i{margin-left: 2px;}
.uv-carouleft{left: -20px;}
.uv-carouright{right: -20px;}
.list_carousel h4{
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	margin: 18px 0 6px 0;
	font-weight: normal;
}
.list_carousel p{
	margin: 0;
	text-transform: uppercase;
	color: #7e7e7e;
	font-size: 14px;
	margin-bottom: 18px;
}
.uv-sep{
	position: relative;
    display: table;
    width: 100%;
    max-width: 955px;
    padding: 0;
    margin: 0;
    margin: auto;
}
.uv-sep > div:first-child{padding-right: 10px;}
.uv-sep > div:last-child{padding-left: 10px;}
.uv-sep > div{	
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.uv-sep > div:before{
	content: " ";
	display: block;
	background-color: #4c4c4c;
	height: 1px;
}
.uv-sep > div i{
	color: #fff;
	font-size: 28px;
	margin-top: -1px;
}
.uv-sep > div i.fa-twitter{color: #F9EA4A!important;font-size: 35px!important;}
.uv-sep-light > div:before{background-color: #adadad;}
.uv-sep > div:nth-child(2){
	width: 8px;
	color: #4c4c4c;
	font-size: 14px;
}
.uv-sep > div:nth-child(2):before{
	content: none;
	display: none;
}
.uv-sep-upmenu{
	min-width: 180px;
	text-align: center;
}
.uv-fupcomingmenu{
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}
.uv-fupcomingmenu li{float: left;}
.uv-fupcomingmenu button{
	display: block;
	outline: none;
	background-color: rgba(68, 198, 98, 0.5);
	padding: 10px 15px;
	color: #c4c4c4;
	border: 0;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
	
	-webkit-box-shadow: inset 0px 3px 12px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 3px 12px -3px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 3px 12px -3px rgba(0, 0, 0, 0.75);
	
	-webkit-transition: opacity 100ms ease-in-out 0s;
	-moz-transition: opacity 100ms ease-in-out 0s;
	-ms-transition: opacity 100ms ease-in-out 0s;
	-o-transition: opacity 100ms ease-in-out 0s;
	transition: opacity 100ms ease-in-out 0s;
}
.uv-fupcomingmenu li:first-child button{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	
	-webkit-box-shadow: inset -3px 3px 7px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset -3px 3px 7px -3px rgba(0, 0, 0, 0.75);
    box-shadow: inset -3px 3px 7px -3px rgba(0, 0, 0, 0.75);
}
.uv-fupcomingmenu li:last-child button{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	
	-webkit-box-shadow: inset 3px 3px 7px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 3px 3px 7px -3px rgba(0, 0, 0, 0.75);
    box-shadow: inset 3px 3px 7px -3px rgba(0, 0, 0, 0.75);
}
.uv-fupcomingmenu button.active{
	background-color: #a2ef44;
	color: #000;
	
	-webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
}
body #pop-loader {background-color: rgba(0, 0, 0, 0.8);}
body .pop-loader-loading{
	background-image: url("../assets/images/loading.mezcal.gif");
	background-color: transparent;
    border: 0px solid;
    border-radius: 0px;
    background-size: 100%;
    width: 127px;
    height: 115px;
}
body .uv-fupcomingmenu button i{color: #b956c6;}
body .uv-fupcomingmenu button.active i{color: #fff;}
.uv-fupcomingmenu button i{
	float: left;
	margin-right: 12px;
	margin-top: -5px;
	margin-bottom: -5px;
}
.uv-spritesheet{
    background-image: url('../assets/icons/spritesheet.png');
    background-repeat: no-repeat;
    display: inline-block;
}
.uv-sp-slide{
	width: 30px;
    height: 20px;
    background-position: -351px -58px;
}
.active .uv-sp-slide{background-position: -351px -16px;}
.uv-sp-calendar{
	width: 26px;
    height: 25px;
    background-position: -416px -56px;
    
}
.active .uv-sp-calendar{background-position: -416px -14px;}
.uv-sp-sicon{
    width: 15px;
    height: 15px;
    background-position: -480px -178px;
}
.uv-fupcomingmenu button .uv-sp-slide{
	margin-top: -1px;
    margin-bottom: -2px;
}
.uv-fupcomingmenu button .uv-sp-calendar{
	margin-top: -4px;
    margin-bottom: -5px;
}
.uv-sep .uv-sep-upmenu .uv-termsmenu i{
	font-size: 20px;
	margin-top: -2px;
	margin-bottom: -1px;
}
.uv-respopmenu{text-align: center;}
#home-largedivider .uv-headersocials{
    position: absolute;
    bottom: 50%;
    top: auto;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    vertical-align: middle;
    z-index: 11;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
#home-largedivider .uv-headersocials li{
	float: none;
	display: inline-block;
}





/*UI Colours*/
.uv-bg-primary{background-color: #700067;}
.uv-bg-secondary{background-color: #5cb85c;}
.uv-bg-3{background-color: #5bc0de;}
.uv-bg-4{background-color: #f0ad4e;}
/********/

/*UI KIT*/
.uv-colorsquare{
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px;
}
/********/

/*Only Frame Example*/
.uv-content{padding: 20px;}
.uv-uvkitframe{
	margin: 0 auto;
	background-color: #fff;
	max-width: 1024px;
}
.uv-bgplaceholder{width: 100%;}
/********/



/*uvcore overwrite*/
body .uvc-th{font-weight: bold;}
body .uvc-daylabel{
	background-color: #242424;
	border-bottom: 1px solid #242424;
	/*border-top: 1px solid #444444;*/
	color: #fff;
	font-weight: bold;
}
body .uvc-calgrid .uvc-day{
	background-color: #030303;
	border-right: 1px solid #242424;
    border-bottom: 1px solid #242424;
}
body .uvc-calgrid .uvc-days{border-left: 1px solid #242424;}
body .uvc-eldate h5{border-bottom: 3px solid #7e248e;}
body .uv-panel.closed .uv-panelheader button, body .uv-panel.closed a .uv-panelheader{
	background-color: #000;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #000000), color-stop(1, #444444) );
    background-image: -o-linear-gradient(bottom, #000000 0%, #444444 100%);
    background-image: -moz-linear-gradient(bottom, #000000 0%, #444444 100%);
    background-image: -webkit-linear-gradient(bottom, #000000 0%, #444444 100%);
    background-image: -ms-linear-gradient(bottom, #000000 0%, #444444 100%);
    background-image: linear-gradient(to bottom, #000000 0%, #444444 100%);
    color: #fff;
}
body .uv-panel{
	background-color: #030303;
	border: 1px solid #444;
	color: #fff;
}
body .uv-panel .uv-panelheader button, body .uv-panel a .uv-panelheader{color: #fff;}
body .uv-borbotF5{border-bottom: 1px solid #444;}
body .uv-panel .uv-panelbody a.uv-addtocalendarlink{color: #7e248e;}
body .uv-panel .uv-panelbody.uv-panelinfo > i{color: #B0B0B0;}
body .uv-panel.uv-socialshares{background: inherit;}
body .uv-relatedeventslist li{border-bottom: 1px solid #444;}
body .uva-pop .pop-charge, body .uvv-pop .pop-charge {
    border: 1px solid #2d2d2d;
    background: rgba(0, 0, 0, 0.8);
}
body .uvc-noeventsmsg{color: #fff;}
.uv-itemcont img[src=""]{opacity: 0;}
body .uv-checkboxcont button.uv-checked:before{
	width: 23px;
	line-height: 23px;
	height: 23px;
}
body .ui-datepicker{z-index: 100001!important;}
body .uv-panel-tickets:not(.closed), body .uv-panel-reservations:not(.closed), body .uv-panel-tables:not(.closed){border-top: 1px solid #444;}
body .uv-ticketssel{color: #fff;}
body .urcart_terms, body .uv-panel .uv-panelbody a.uv-addtocalendarlink, body .uv-panel .uv-panelbody.uv-panelinfo p a{color: #7e248e;}
/*body .btn-default, .uv-submititems, body .uv-submititems{
	background-color: #7e248e;
	border: 1px solid #7e248e;
}*/
.uv-panel .uv_col select{
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -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;
}
body .uv-panel .uv-panelfooter{background-color: #222;}
body .uv-popmsg .uv-msgcontent{color: #333;}
.uv-promocodecopies{
    padding: 10px;
    line-height: normal;
    font-size: 14px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #ddd;
    outline: none;
}
body .uv_item.uv_selected{background-color: #000;}
body .uv-panel .uv-panelbody h4, body .uv-summarybottommsg, body .uv-formobservations li{color: #DDD;}
body .uv-summaryfinalinfo h1, body .uv-summaryfinalinfo h2, body .uv-summarydatainfo, body .uv-checkouttimer h6, body .uv-panellist .uv-panelbody p{color: #fff;}
body .uv-summaryinfoheader ul li.active a{
	background-color: #000;
	color: #fff;
}
body .uv-datecalendar, body .uv-summaryinfoheader h2{color: #fff;}
body .uv-panel .uv-panelfooter{border-top: 1px solid #444;}
body .uv-summaryinfotable tr td, body .uv-summaryinfotable tr th{background-color: #1c171d;}
body .uv-summaryinfotable tbody tr:nth-child(even) td, body .uv-summaryinfotable tbody tr:nth-child(even) th{background-color: #151515;}
body .uv-summaryinfotable{color: #b0b0b0;}
body .uv-summaryinfotable tfoot tr td{background-color: #111!important;}
body .uv-summaryinfotable tr th, body .uv-summaryinfotable tbody tr td:first-child span, body .uv-summaryinfotable tfoot tr:last-child td{color: #fff;}
.uv-summaryinfotable tbody .btn{
	background-color: #7e248e;
	color: #fff;
}
.uv-checkoutsection.pt50{padding-top: 20px;}
body .uv-panel .uv-panelbody h5{color: #fff!important;}
.uv-summarydatainfo h5{border-bottom: 2px solid #666;}
.uvc-eventlist > div > div, .uvc-eventlist > a > div{border-bottom: solid 1px #363636!important;}
.uv-itemcont .itemoverborder{border: 4px solid #7e248e!important;}
/*.uv-panelinfo .uv-btn1, .uv-socialshares .uv-btn1{
	background-color: #626262;
	background-image: none;
    color: #ccc;
    border: none;
    border-top: 1px solid #888989;
}*/
.uv-panelinfo .uv-btn1:hover, .uv-socialshares .uv-btn1:hover{
	background-color: #3a3a3a;
	color: #ccc;
}
.uv-albuminfo-content{
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 19;
    width: 100%;
    height: 100%;
    bottom: 0;

    -webkit-transition: height 0.4s ease-in-out 0.4s;
    -moz-transition: height 0.4s ease-in-out 0.4s;
    -ms-transition: height 0.4s ease-in-out 0.4s;
    -o-transition: height 0.4s ease-in-out 0.4s;
    transition: height 0.4s ease-in-out 0.4s;
}
.uv-albuminfo-content:hover{ height: 33%;}
/*body .ui-state-highlight{color: #fff!important;}*/
body .uv-upcomingmenu{
	padding: 0;
	margin: 0;
}
body .uvc-controls i, body .uvc-curmonth, body .uvc-calgrid .uvc-th{color: #fff;}
body .uvc-elinfo h2{text-align: left;}
body .uv-popmsg .uv-popheader{background-color: #081440;}
body .uv-popevent .pop-charge, body .uv-poptickets .pop-charge{
	background-color: #171717;
	border: 1px solid rgb(68, 198, 98);;
	/*-webkit-box-shadow: 0px 0px 25px 6px rgba(68, 198, 98, 0.75);
    -moz-box-shadow: 0px 0px 25px 6px rgba(68, 198, 98, 0.75);
    box-shadow: 0px 0px 25px 6px rgba(68, 198, 98, 0.75);*/
}
body .uv-eventtitle h2, body .uv-panel .uv-panelbody.uv-panelinfo h2{
	text-align: left;
	color: #ddd;
}
body .uv-photosgrid > div, body .uv-photosgrid > a > div, body .uv-photosgrid, body .uv-videosgrid{border: 0;}
body .uv-photosgrid > div:after, body .uv-photosgrid > a > div:after, body .uv-artistsgrid > div:after, body.uv-artistsgrid > a > div:after{background-color: rgba(0, 0, 0, 0.32);}
body .uv-photosgrid > div:before, body .uv-photosgrid > a > div:before{padding-top: 100%;}
body .uv-magalbumhover{background-color: #9929ad;}
body .uv-photosgrid > div, body .uv-photosgrid > a > div{width: 16.6666%;}
.uv-termsofuse h1, .uv-privacypolicy h1{font-size: 40px;}
.uv-termsofuse, .uv-privacypolicy{
    max-width: 800px;
    margin: auto;
}
body .uv-respop{height: auto;}
.uv-respop.uv-respopnoevent{padding-left: 15px;}
.uv-respop.uv-respopnoevent .uv-eventpopinfo{display: none;}
.uv-onlymobile{display: none;}
.uv-section-terms h3{
	margin-top: 0;
	margin-bottom: 0px;
	font-size: 17px;
	color: #fff;
}
.uv-section-terms h1{margin-bottom: 25px;}
.about-txtcont{
	font-size: 13px;
	line-height: 1.4;
}
.about-txtcont h2, .about-testimonials h2{
	text-align: left;
	color: #fff;
	margin-top: 15px;
	margin-bottom: 10px;
}
.about-testimonials{
	max-width: 800px;
	margin: auto;
}
.about-testimonials ul{
	text-align: left;
}
.about-testimonials h2{text-align: center;}
.about-txtcont p{
	margin: 0;
	color: #ababab;
}
.about-txtcont ul{margin-bottom: 20px;}
.about-txtcont ul li{color: #ababab;}
.uv-ctas-cont{
	max-width: 1100px;
	margin: auto;
}
.uv-ctas-cont .uv-cta{
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 180px;
	margin: auto;
	border-radius: 50%;
}
.uv-ctas-cont .uv-cta:before{
	display: block;
	content: " ";
	position: relative;
	padding-bottom: 100%;
	width: 100%;
}
.uv-ctas-cont .uv-cta img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	
	-webkit-transition: all 180ms ease-in-out 50ms;
	-moz-transition: all 180ms ease-in-out 50ms;
	-ms-transition: all 180ms ease-in-out 50ms;
	-o-transition: all 180ms ease-in-out 50ms;
	transition: all 180ms ease-in-out 50ms;
}
.uv-ctas-cont a:hover .uv-cta img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
    transform: scale(1.1);
}
.uv-ctas-cont{text-align: center;}
.uv-ctas-cont > div{
	display: inline-block;
	padding: 0 10px;
	width: 33.3333%;
	text-align: center;
	vertical-align: top;
}
.uv-ctas-cont > div h3{
	font-size: 20px;
	opacity: 1;
}
.uv-ctas-cont > div p{
	line-height: 1.6;
	font-size: 16px;
	max-width: 215px;
	margin: auto;
}
.uv-ctasbg{
	background-color: #04141f;
	background-image: url("../assets/images/bg.ctas.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.uv-eventscont-calendar{display: none;}
.uv-triggervis{
	list-style: none;
	padding: 0;
	margin: 0;
}
.uv-triggervis li{display: none;}
.uv-triggervis li.active{display: block;}
.uv-triggervis li a{
	font-size: 14px;
	font-weight: 600;
	color: #8e8e8e;
	text-transform: uppercase;
}
.uv-triggervis li a i{
	margin-right: 10px!important;
	color: inherit!important;
	font-size: 120%!important;
}
.btn-default, .uv-submititems, .uv-popmsg .uv-popheader, .btn-default:hover{
	background-color: #43c868!important;
	color: #000!important;
	border: 0!important;
}
body .urcart_terms, body .uv-panel .uv-panelbody a.uv-addtocalendarlink, body .uv-panel .uv-panelbody.uv-panelinfo p a{
	color: #f7ec31;
}
.uv-poptickets .uv-panel .uv-panelbody{padding: 0;}
.uv-poptickets .uv-res-addeventname{
	font-size: 34px;
	padding-top: 5px;
	margin-bottom: 18px;
}
.uv-poptickets .uv-loadfade{display: block;}
body .uv-poptickets .uv-panel{
	background: transparent;
	border: 0;
}
body .uv-popmsg .uv-msgcontent p{line-height: 1.3;}
body .uv-popmsg .uv-popheader h1{
	color: #000;
	line-height: 1.6;
}
.uv-popmsg .pop-close{color: #000!important;}
#Private{
	padding-left: 30px;
	overflow-x: hidden;
}
.uv-privimg img{width: 100%;}
/*#Slider{overflow-x: hidden;}*/
.uv-preheadermenu-marg{margin-right: 338px;}
.uv-strokespacer{
	height: 16px;
	background: url("../assets/images/mainstroke.bg.png");
	background-repeat: repeat-x;
	background-position: center center;
}
.uv-footermenucont, .uv-footermenucont a{
	font-size: 16px;
	line-height: 1.7;
	font-weight: 300;
}
.uv-footermenucont a.uv-btn{font-weight: bold;}
.uv-prefooter-getloc i{
	float: left;
	margin-right: 18px;
	font-size: 120%;
	margin-top: 4px;
}
.uv-prefooter-booktable{text-align: center;}
.uv-prefooter-booktable .h1{
	font-size: 20px;
	line-height: 1.2;
}
.uv-prefooter-booktable .h3{
	font-size: 14px;
	line-height: 1.2;
	opacity: 1;
}
.uv-prefooter-booktable .uv-btn{margin-top: 35px;}
.uv-vip-bg{
	background-image: url("../assets/images/vip.bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	padding-bottom: 60px;
}
.uv-ourspace-bg{
	background-image: url("../assets/images/ourspace.bg.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	margin-top: -200px;
	padding-top: 210px;
}
.uv-ourspace-colltop{position: relative;}
.uv-os-colltop1{
	position: relative;
	float: left;
	width: 58%;
	padding-right: 215px;
}
.uv-os-colltop2{
	float: left;
	width: 42%;
}
.uv-os-colltoptable, .uv-os-colltoptable2{
	width: 215px;
	height: 215px;
	background-image: url("../assets/images/icon.private.png");
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	display: block;
}
.uv-os-colltoptable2{display: none;}
.uv-os-collimg1{
	padding-bottom: 64%;
	background-image: url("../assets/images/oscollimg1.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.uv-os-colltopbox1{
	background-color: #27382c;
	min-height: 375px;
	padding-top: 30px;
	padding-left: 5%;
	padding-right: 3%;
	padding-bottom: 5px;
	margin-bottom: -360px;
}
.uv-os-colltop2 .h1{
	max-width: 370px;
	font-size: 50px;
	margin-left: -6%;
	margin-top: -2%;
	margin-bottom: 70px;
}
uv-center{text-align: center;}
.uv-os-colltopbox1 p{
	margin-bottom: 35px;
	max-width: 430px;
}
body .uv-btn-yellow{background-color: #a0f053;}
body .uv-btn-yellow:before{border-color: #a0f053;}
body .uv-btn-red{
	background-color: #c8052a;
	color: #fff;
}
body .uv-btn-red:before{border-color: #c8052a;}
body .uv-btn-ffcb{
	font-family: 'Chenese Rocks';
	font-size: 26px;
	padding: 15px 15px 18px 15px;
	font-weight: 100;
}
body .uv-btn-red:before{border-color: #c8052a;}
body #Events .uv-btn-yellow{display: inline-block;}
body #Events .uv-tbslist{display: none;}
body #Photos .uv-btn-yellow, body #Events .uv-btn-yellow{
	min-width: 190px;
	text-align: center;
}
.uv-ourspace-collbottom{
	background-image: url("../assets/images/ourspacecoll.bg.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 630px;
}
.uv-os-collbottom1{
	float: left;
	width: 58%;
	padding-right: 215px;
}
.uv-os-resnow{
	width: 215px;
	height: 215px;
	background-color: #a0f054;
	display: block;
	float: right;
	font-size: 26px;
	font-family: 'Chenese Rocks';
	color: #000;
	text-align: center;
	position: relative;
}
.uv-os-resnow:before{
	position: absolute;
	display: block;
	content: " ";
	width: 94%;
	height: 94%;
	border: 2px solid #000;
	top: 3%;
	left: 3%;
	z-index: 0;
}
.uv-os-resnow:after{
	position: absolute;
	width: 21px;
	height: 16px;
	display: block;
	content: " ";
	background-image: url("../assets/images/uvicon.arrowdown.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 20%;
}
.uv-vmiddle{
	width: 100%;
	left: 0;
	position: absolute;
	bottom: 50%;
    top: auto;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    vertical-align: middle;
}
.uv-ctas-bg{
	background-image: url("../assets/images/ctas.bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.uv-ctas4{text-align: center;}
.uv-ctas4 > div{
	display: inline-block;
    padding: 0 10px;
    width: 25%;
    text-align: center;
}
.uv-ctas4 .uv-cta {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 260px;
    margin: auto;
    border-radius: 50%;
}
.uv-ctas4 .uv-cta:before {
    display: block;
    content: " ";
    position: relative;
    padding-bottom: 100%;
    width: 100%;
}
.uv-ctas4 .uv-cta img{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: transform 180ms ease-in-out 50ms;
    -moz-transition: transform 180ms ease-in-out 50ms;
    -ms-transition: transform 180ms ease-in-out 50ms;
    -o-transition: transform 180ms ease-in-out 50ms;
    transition: transform 180ms ease-in-out 50ms;
}
.uv-ctas4 a:hover .uv-cta img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.uv-evlistmosaic{margin: 0 -12px;}
.uv-evlistmosaic .uv-evlistmosaic-event{
	float: left;
	width: 25%;
	padding: 12px;
}
.uv-evlistmosaic-event img{width: 100%;}
.uv-evlistmosaic-info{
	background-color: #1e5b2f;
	color: #fff;
	padding: 16px;
}
.uv-evlistmosaic-info .uvname{
	font-size: 14px;
	font-family: "Sonder Black";
	text-align: left;
	margin-bottom: 0.3em;
	min-height: 30px;
}
.uv-evlistmosaic-info .uvdate{
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.uv-evlistmosaic-event:hover .uv-evlistmosaic-info .uvname{margin-bottom: 0.7em;}
.uv-evlistmosaic-event:hover .uv-evlistmosaic-info .uvdate{margin-bottom: 0.3em;}

.uv-evlistmosaic-event .uvflyer img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}
.uv-evlistmosaic-event .uvflyer{
	position: relative;
	background-color: #44c662;
}
.uv-evlistmosaic-event .uvflyer:before{
	display: block;
	position: relative;
	padding-bottom: 100%;
	content: " ";
}
.uv-evlistmosaic-event .uvflyer:after{
	display: block;
	position: absolute;
	content: " ";
	z-index: 15;
	background-color: rgba(0, 0, 0, 0.32);
	opacity: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	
	-webkit-transition: all 180ms ease-in-out 50ms;
    -moz-transition: all 180ms ease-in-out 50ms;
    -ms-transition: all 180ms ease-in-out 50ms;
    -o-transition: all 180ms ease-in-out 50ms;
    transition: all 180ms ease-in-out 50ms;
}
.uv-evlistmosaic-event a:hover .uvflyer:after{
	opacity: 1;
	visibility: visible;
}
.uv-photos-bg{
	background-image: url("../assets/images/photos.bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
}
#Visit{border-top: 2px solid #858585;}
.uv-visitinfo{
	float: left;
	width: 34%;
	padding-right: 30px;
	padding-top: 110px;
}
.uv-visitslidercont{
	float: left;
	width: 66%;
}
.uv-visitslidercont h2, .uv-visitslidercont .h1{text-align: left;}
.uv-iconinfo{
	position: relative;
	padding-left: 40px;
	color: #fff;
	padding-bottom: 15px;
}
.uv-iconinfo i{
	position: absolute;
	font-size: 28px;
	width: 28px;
	display: block;
	text-align: center;
	top: -2px;
	left: 0;
	z-index: 1;
}
.uv-visitslider, .uv-visitslidertb{display: none;}
.uv-visitslidertb .uv-vstbitem{cursor: pointer;}
.uv-visitslidercont h2{margin-bottom: 30px;}
.uv-vsitem img{
	display: block;
	width: 100%;
}
.uv-visitslider-box{
	margin-bottom: 18px;
	position: relative;
}
.uv-visitslidertb-box{margin: 0 -15px;}
.uv-vstbitem{padding: 0 15px;}
.uv-vstbitem img{
	display: block;
	width: 100%;
}
.uv-visitsliderleft:before{content: "\f104";}
.uv-visitsliderright:before{content: "\f105";}
.uv-visitsliderleft{left: 0;}
.uv-visitsliderright{right: 0;}
.uv-visitsliderleft, .uv-visitsliderright{
    display: block;
    position: absolute;
    width: 50px;
    height: 100px;
    line-height: 100px;
    font-size: 50px;
    z-index: 20;
    bottom: 50%;
    text-align: center;
    opacity: 0.5;
    top: auto;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.6);
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    vertical-align: middle;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    -webkit-transition: all 200ms ease-out 100ms;
    -moz-transition: all 200ms ease-out 100ms;
    -o-transition: all 200ms ease-out 100ms;
    -ms-transition: all 200ms ease-out 100ms;
    transition: all 200ms ease-out 100ms;
}
.uv-visitslidercont:hover .uv-visitsliderright, .uv-visitslidercont:hover .uv-visitsliderleft{opacity: 1;}
.uv-visitslidercont h3{
	max-width: 240px;
	margin-bottom: 10px;
}
.uv-visitslidercont p{
	max-width: 335px;
	margin-top: 0;
}
.uv-twitter-bg{
	background-image: url("../assets/images/twitter.bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-top: -35px;
    padding-top: 300px;
}
.uv-twitter-cont{
	max-width: 700px;
	margin: auto;
	text-align: center;
}
.uv-twitter-cont{min-height: 100px;}
/*.uv-twitter-cont *{display: none!important;}*/
.uv-twitter-cont h4{
	text-align: center;
	padding: 0;
	margin: 0;
}
.uv-twitter-cont i{font-size: 30px;}
.uv-twitter-cont .tweetdate{
	font-family: "Sonder Black Rough";
	font-size: 14px;
	color: #a9a5a5;
	text-transform: uppercase;
	padding: 20px 0;
}
.uv-twitter-cont .tweetacount{
	font-family: "Sonder Black";
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 25px;
}
#Photos .mt30{margin-top: 70px;}
.uv-sep > div:before{display: none;}
.uv-showinmd{display: none;}
.uv-footermenucont span{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.uv-calendarcontm{display: none;}
.uv-nobrs > br{display: none;}
.uv-menu, .uv-menu li{
	list-style: none;
	padding: 0;
	margin: auto;
}
.uv-menu li{float: left;}
.uv-btn-cn{
	font-family: "Sonder Black Rough";
	font-size: 14px;
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 15px;
	cursor: pointer;
	outline: none;
}
.uv-btn-cn:hover{background-color: rgba(255, 255, 255, 0.2);}
.uv-center .uv-menu{display: inline-block;} 
.uv-menu li:not(.active) .uv-btn-cn{
	border-color: transparent;
	opacity: .56;
}
.uv-remainevent, .uv-videoscont{display: none;}
.uv-subscribefieldset{
	margin: auto;
	max-width: 550px;
	border: 1px solid #fff;
	border-radius: 3px;
	position: relative;
	text-align: left!important;
}
.uv-subscribefieldset fieldset{
	padding: 0;
	position: relative;
	height: 55px;
	border: 0;
}
.uv-subscribefieldset fieldset label{
	font-size: 16px;
    line-height: 16px;
    position: absolute;
    top: 20px;
    width: 100%;
    color: #fff;
    transition: all ease-out 0.25s;
    padding-left: 16px;
}
.uv-subscribefieldset fieldset input{
    position: absolute;
    border: 0;
    top: 20px;
    font-size: 16px;
    width: 100%;
    border: 0;
    margin: 0;
    padding: 6px 10px 0px 16px;
    color: #fff;
    box-sizing: border-box;
    background: transparent;
    transition: all ease-out 0.25s;
}
.uv-subscribefieldset fieldset.active label{
	top: 6px;
    font-size: 12px;
    opacity: 0.56;
}
.uv-subscribefieldset > button{
	position: absolute;
	right: 0;
	top: 0;
	background-color: #1d5027;
	font-size: 16px;
	color: #000;
	text-align: center;
	line-height: 53px;
	width: 55px;
	z-index: 10;
	cursor: pointer;
	border-radius: 3px;
	border: 0;
	outline: none;
	height: 55px;
	font-size: 22px;
}
.uv-subscribefieldset.active > button{background-color: #3cbe57;}
.uv-subscribefieldset fieldset label.error{
	top: auto;
	bottom: -15px;
	font-size: 12px;
	line-height: 1;
	color: #fc4545;
	opacity: 1;
}
.uv-formsending:after{
	content: " ";
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	background-image: url("../assets/images/subsloader.gif");
	background-position: center center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -40px;
}
.uv-subssuccessmsg{
	display: none;
	text-align: center;
	color: #000;
	background-color: #3cbe57;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 55px;
	position: absolute;
	top: 0;
	left: 0;
	border: 1 solid transparent;
	z-index: 15;
	cursor: pointer;
}



@media(min-width: 769px){
	.uv-headermenu{
		height: auto!important;
		max-height: none!important;
		overflow: inherit!important;
	}
}
@media(min-width: 1280px){
	.uv-os-colltop2 .h1{
		margin-bottom: 80px;
		margin-top: 2%;
	}
}
@media(max-width: 1250px){
	.uv-experiencetext-inner{padding: 15px 10px 10px 15px;}
}
@media(max-width: 1200px){
	.uv-listhours li{padding-right: 8px;}
	.uv-listhours li.uv-listleft{padding-left: 8px;}
	.uv-getdirections{width: 290px;}
	.uv-prefootercont{padding-left: 290px;}
	.uv-getdirections{padding-left: 20px;}
	.uv-experiencecont{
		height: auto;
		padding-right: 0;
	}
	.uv-experiencetext{height: auto;}
	.uv-experienceslider{
		position: relative;
		width: 100%;
		height: auto;
		max-width: 700px;
		margin: auto;
	}
	.uv-experiencedescr, .uv-experiencelist{
		float: left;
		width: 50%;
	}
	.uv-experiencelist{padding-left: 40px;}
	.uv-experiencetext-inner{padding: 30px 20px 35px 35px;}
	.uv-experienceslideritem{
		padding-bottom: 59%;
		width: auto;
		height: auto;
	}
	.uv-experienceslider .uv-mainsliderleft, .uv-experienceslider .uv-mainsliderright{opacity: 0.9;}
	.uv-experienceslider .uv-mainsliderleft{left: -35px;}
	.uv-experienceslider .uv-mainsliderright{right: -35px;}
	.uv-section-inner-paddings, .uv-checkoutsection .uv-section-inner{
		padding-left: 20px;
		padding-right: 20px;
	}
	body .uv-photosgrid > div, body .uv-photosgrid > a > div{width: 25%;}
	.uv-os-colltop2 .h1{margin-bottom: 35px;}
	.uv-ourspace-collbottom{height: 500px;}
}
@media(max-width: 1100px){
	.uv-pfootersocial, .uv-pfooterhours{width: 50%;}
	.uv-pfooterreservations{
		position: absolute;
		height: 53%;
		right: 0;
		bottom: 0;
		width: 200px;
	}
	.uv-pfootermenu > div{padding-left: 35px;}
	.uv-pfooterreservations:after{display: none;}
	.uv-mainmenu > li{margin: 0;}
	.uv-mainmenu > li > a{padding: 0 15px;}
	.uv-preheadermenu-marg{margin-right: 220px;}
	.uv-os-colltop2 .h1{margin-top: -5%;}
}
@media(max-width: 1000px){
	.uv-newscont{
		margin-left: 15px;
		margin-right: 15px;
	}
	body .uv-photosgrid > div, body .uv-photosgrid > a > div{width: 33.3333%;}
	.uv-preheadermenu{
		margin-left: -10px;
		margin-right: -10px;
	}
	.uv-preheadermenu-marg{margin-right: 225px;}
	.uv-os-collimg1{display: none;}
	.uv-os-colltop1{
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		padding: 0;
		width: auto;
	}
	.uv-ourspace-colltop{
		padding-left: 215px;
		height: 215px;
	}
	.uv-os-colltoptable{position: relative;}
	.uv-os-colltop2 .h1{
		margin-top: 30px;
		margin-left: 15px;
	}
	.uv-os-colltop2{
		float: none;
		width: auto;
	}
	.uv-ourspace-bg{padding-top: 90px;}
	.uv-os-collbottom1{
		float: none;
		width: auto;
		padding: 0;
	}
	.uv-os-resnow{float: left;}
	.uv-os-colltopbox1{
		max-width: 400px;
		min-height: 360px;
		float: right;
	}
}
@media(max-width: 992px){
	.uv-section-inner{padding: 0 20px;}
	.uv-socialsection .uv-panel .uv-panelbody{padding: 15px 18px;}
	.uv-socialcont{
		height: 415px;
		padding-right: 300px;
	}
	.uv-sociallistinstagram{width: 280px;}
	.uv-preheader .uv-section-inner{padding: 0 15px;}
	.uv-pfootersocial, .uv-pfooterhours, .uv-pfooterreservations{
		width: 33.3333%;
		height: 227px;
	}
	.uv-pfooterreservations{
		position: relative;
		right: auto;
		bottom: auto;
	}
	.uv-pfooterreservations:after{display: block;}
	.uv-prefootercont{
		height: auto;
		padding-left: 0px;
	}
	.uv-getdirections{
		top: 227px;
		height: 400px;
		width: 33.3333%;
		padding-top: 30px;
	}
	.uv-getdirections-direction{margin: 30px 0;}
	.uv-pfootermenu{
		padding-bottom: 45px;
		height: 400px;
		padding-left: 33.3333%;
	}
	.uv-pfootermenu > div{padding-left: 60px;}
	.uv-newsletter-text{padding-left: 80px;}
	.uv-newsletter-button{padding-top: 30px;}
	.uv-ctalabels{
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
        transform: scale(0.8);
	}
	.uv-ctalabels h2{font-size: 21px;}
	.uv-ctalabels img{margin-bottom: 14px;}
	.uv-ctalabels{bottom: 14%;}
	.uv-photosgrid > div, .uv-photosgrid > a > div{width: 50%;}
  	.uv-videosgrid > div, .uv-videosgrid > a > div{width: 50%;}
  	.uv-expleft, .uv-expright{width: 50%;}
  	.uv-exptext, .uv-expbg1{height: 50%;}
  	.uv-footercont{padding: 0 0 85px 0;}
  	.uv-footer-logo, .uv-footer-socials{
  		top: auto;
  		bottom: 0;
  	}
  	.uv-footer-socials{bottom: -7px;}
  	.uv-carouleft{left: -10px;}
  	.uv-carouright{right: -10px;}
  	.uv-evlistmosaic .uv-evlistmosaic-event{width: 33.3333%;}
  	.uv-showinmd{display: block;}
  	.uv-hideinmd{display: none;}
  	.uv-visitinfo, .uv-visitslidercont{
	  	float: none;
	  	width: auto;
  	}
  	.uv-visitinfo{padding-top: 0px;}
  	.uv-iconinfo{
	  	float: left;
	  	width: 33.3333%;
  	}
  	.uv-newslettersec .pt100{padding-top: 80px;}
  	.uv-newslettersec .pb90{padding-bottom: 70px;}
  	.uv-newslettercont .h1{font-size: 40px;}
  	.uv-newslettercont h2{font-size: 20px;}
}
@media(max-width: 900px){
	.uv-mainmenu-desktop > li > a > button{padding: 6px 14px;}
	.uv-mainmenu-desktop > li{padding: 0 15px;}
	.uv-mainmenu-desktop > li.uv-buttonli > a{margin-top: -2px;}
	.uv-mainmenu-desktop > li > a{font-size: 12px;}
	.uv-pfootermenu > div{padding-left: 35px;}
	.uv-ctalabels{bottom: 6%;}
	.uv-mainmenu{font-size: 12px;}
	.uv-mainmenu > li > a{padding: 0 12px;}
	.uv-preheadermenu{font-size: 12px;}
	.uv-preheadermenu-marg{margin-right: 150px;}
}
@media(max-width: 820px){
	.uv-newsletter-text, .uv-newsletter-button{
		float: none;
		width: auto;
	}
}
@media(max-width: 800px){
	.uv-screencta{
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
		font-size: 16px;
	}
	.uv-mainmenu-desktop > li{padding: 0 13px;}
	.uv-submenu{left: 1px;}
	.uv-section-inner-paddings, .uv-checkoutsection .uv-section-inner{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media(max-width: 768px){
	h1, .h1{font-size: 50px;}
	h2{font-size: 16px;}
	.uv-mainmenu-desktop, .uv-onlydesk{display: none;}
	.uv-onlymobile{display: block;}
	.uv-pagefixheader{padding-top: 71px;}
	.uv-header{border-top-width: 5px;}
	.uv-section-inner{padding: 0 15px;}
	.uv-content{padding: 0;}
	.uv-btnbottle{float: none;}
	.uv-newscont{
		padding-left: 0px;
		padding-right: 0px;
	}
	.uv-droparrow > a:after{
		display: block;
		right: 12px;
		height: 41px;
		line-height: 41px;
	}
	.uv-header{height: 71px;}
	.uv-pagescrolled .uv-header{height: 61px;}
	#uv-mobile-toggler{
		display: block;
		margin: 0;
		margin-top: 22px;
		margin-right: 10px;
	}
	.uv-pagescrolled #uv-mobile-toggler{margin-top: 17px;}
	.uv-submenu{
		height: 0;
		overflow: hidden;
	}
	.uv-submenu li a{
		padding-left: 10px;
		border-bottom: dotted 1px #e4e4e4;
		background: transparent;
		border-left: 5px solid transparent;
	}
	.uv-headermenu .uv-mainmenu > li button{
		outline: none;
		text-transform: inherit;
		font-size: inherit;
		color: inherit;
		font-weight: inherit;
		border: 0;
		background: transparent;
		padding: 0;
		margin: 0;
	}
	.uv-submenu li a:hover{
		border-left-color: #44c662;
		background: transparent;
		color: #fff;
	}
	.uv-headermenu{
		background: #171717;
		position: absolute;
		top: 100%;
		/*margin-top: 1px;*/
		width: 100%;
		height: 0px;
		overflow: hidden;
		left: 0;
		z-index: 100;
		-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;
	}
	.uv-headermenu .uv-mainmenu{
		width: 100%;
		margin: 0px;
		font-size: 14px;
		padding-bottom: 10px;
	}
	.uv-headermenu .uv-mainmenu > li{
		float: none;
		padding-left: 15px;
		padding-right: 15px;
		border-bottom: 1px solid #44c662;
	}
	.uv-headermenu .uv-mainmenu > li > a{
		line-height: 40px;
		text-align: left;
		padding: 0;
	} 
	.uv-footermenu, .uv-footercopy{
		float: none;
		display: block;
	}
	.uv-footermenu{
		text-align: center;
		margin-bottom: 15px;
		margin: 0;
	}
	.uv-footermenu li{
		float: none;
		display: inline-block;
	}
	.uv-footermenu li a{line-height: 25px;}
	.uv-prefooterlogo img{
		margin-top: 0px;
	}
	.uv-screencta{font-size: 14px;}
	.uv-socialcont{
		padding-right: 0px;
		height: auto;
	}
	.uv-sociallistinstagram{
		width: auto;
		top: auto;
		right: auto;
		position: relative;
	}
	.uv-headermenu-onlymob{display: block;}
	.uv-pfootersocial, .uv-pfooterhours, .uv-pfooterreservations{
		width: 100%;
		height: 210px;
	}
	.uv-pfootersec-inner{top: 15px;}
	.uv-pfootersocial:after, .uv-pfooterreservations:after{
		height: 0;
		width: 90%;
		border-left: none;
		border-top: 1px dotted #6C6C6C;
		bottom: 0;
		left: 0;
		top: auto;
		right: 0;
	}
	.uv-pfooterreservations:after{
		top: 0;
		bottom: auto;
	}
	.uv-getdirections{
		position: relative;
		width: 100%;
		left: auto;
		bottom: auto;
		top: auto;
		height: auto;
		padding-bottom: 30px;
		padding-left: 35px;
		padding-right: 25px;
	}
	.uv-pfootermenu{
		padding-left: 0px;
		padding-bottom: 0px;
		height: auto;
	}
	.uv-pfootermenu > div{
		padding-left: 60px;
		padding-bottom: 35px;
	}
	.uv-pfootermenu h4{margin-bottom: 0.4em;}
	.uv-getdirections p{max-width: 550px;}
	.uv-footer p{
		text-align: center;
		line-height: 1.5;
		margin: 5px;
		margin-bottom: 10px;
	}
	.uv-ctalabels img{display: none;}
	.uv-ctalabels{bottom: 34%;}
	.uv-experienceslider .uv-mainsliderleft{left: 15px;}
	.uv-experienceslider .uv-mainsliderright{right: 15px;}
	.uv-instagramgrid-5 .uv-instafeedlist a > div{width: 33.3333%;}
	.uv-expcollage{padding-top: 0;}
	.uv-expcollage-inner{
		position: relative;
		top: auto;
		left: auto;
	}
	.uv-expleft, .uv-expright{width: 100%;}
	.uv-exptext{
		height: auto;
		position: relative;
	}
	.uv-exptext .uv-vcenter{
		padding: 40px 0;
	
	    position: relative;
	    bottom: auto;
	    top: auto;
	    transform: none;
	    -webkit-transform: none;
	    -moz-transform: none;
	}
	.uv-expright{
		max-width: 400px;
		margin: auto;
		height: auto;
		float: none;
	}
	.uv-expbg2{
		height: auto;
		padding-top: 45.4%;
	}
	.uv-expbgdouble{
		height: auto;
		padding-top: 59%;
		position: relative;
	}
	.uv-expbgdouble > div{
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
	}
	.uv-expbgdouble > div:last-child{
		left: auto;
		right: 0;
	}
	.uv-expleft{float: none;}
	.uv-formdescrbottom{width: 100%;}
	body .uv-photosgrid > div, body .uv-photosgrid > a > div{width: 50%;}
	.uv-respop:not(.uv-respopnoevent) .uv-respopmenu{margin-top: 20px;}
	#Private{padding-left: 0px;}
	.uv-privimg img{margin-top: 20px;}
	.uv-preheadermenu{
		margin-left: -15px;
		margin-right: -15px;
	}
	.uv-preheadermenu li{padding: 0 15px;}
	.uv-preheadermenu-marg{margin-right: 0px;}
	.uv-droparrow:after{
		right: 12px;
		width: 20px;
		left: auto;
		top: 0;
		bottom: 0;
	}
	.uv-evlistmosaic .uv-evlistmosaic-event{width: 50%;}
	#Events .pt80{padding-top: 30px;}
	.uv-iconinfo{width: 50%;}
	.uv-twitter-bg{padding-top: 145px;}
	.uv-newslettersec .pt100{padding-top: 50px;}
	.uv-newslettersec .pb90{padding-bottom: 40px;}
	.uv-newslettercont .uv-btn{
		font-size: 12px;
		top: -7px;
	}
	.uv-prefooter-booktable .h1{margin-top: 20px;}
	.uv-footermenu{padding: 70px 0 60px 0;}
	.uv-footermenu .uv-col-sm{margin-bottom: 30px;}
}
@media(max-width: 700px){
	.uv-os-colltoptable{display: none;}
	.uv-os-colltoptable2{
		display: block;
		position: relative;
	}
	.uv-ourspace-colltop{
		height: auto;
		padding: 0;
	}
	.uv-os-colltop2 .h1{
		margin: 0;
		margin-bottom: 30px;
		font-size: 40px;
	}
	.uv-os-colltopbox1{
		margin: auto;
		float: none;
		min-height: 100px;
		max-width: 500px;
		padding: 20px;
	}
	.uv-os-resnow{float: none;}
	.uv-ctas4 > div{padding: 0;}
}
@media(max-width: 650px){
	.uv-tl-item{padding-right: 120px;}
	body .uv-tl-link button span{display: none;}
	.uv-tl-item .uv-tl-link{padding-right: 10px;}
	body .uv-tl-link button{width: 110px;}
	.uv-tl-item .uv-tl-link{width: 120px;}
	.uv-tl-item .uv-tl-date{width: 55px;}
	.uv-tl-item .uv-tl-flyer{left: 55px;}
	.uv-tl-item{padding-left: 163px;}
	.uv-tl-name h2{
		padding-left: 10px;
		padding-right: 10px;
	}
	body .uv-albuminfo, body .uv-videoinfo{font-size: 15px;}
	.uv-newslettercont .h1{font-size: 30px;}
	.uv-newslettercont h2{font-size: 16px;}
}
@media(max-width: 600px){
	h1{font-size: 40px;}
	h2{font-size: 14px;}
	.uv-pfootermenu > div{padding-left: 35px;}
	.uv-mainsliderleft, .uv-mainsliderright{
		opacity: 1;
		visibility: visible;
		font-size: 50px;
		font-weight: normal;
	}
	.uv-mainslidercont .uv-mainsliderright, .uv-mainslidercont:hover .uv-mainsliderright{right: 15px;}
	.uv-mainslidercont .uv-mainsliderleft, .uv-mainslidercont:hover .uv-mainsliderleft{left: 15px;}
	.uv-experiencetext-inner{
		padding: 20px;
		padding-bottom: 30px;
	}
	.uv-experiencedescr, .uv-experiencelist{
		float: none;
		width: 100%;
	}
	.uv-experiencelist{padding-left: 0px;}
	.uv-gotop.uv-gotopshown{bottom: 95px;}
	.uv-preheadermenu li{padding: 0 10px;}
	.uv-headersocials{
		margin-left: 0;
		margin-right: 0px;
	}
	.uv-ctas-cont > div{
		width: 100%;
		margin-bottom: 40px;
	}
	.uv-ctas-cont > div:last-child{margin-bottom: 0px;}
}
@media(max-width: 550px){
	.uv-ctascont > div, .uv-ctascont > a > div{
		width: 100%;
		float: none;
	}
	.uv-ctalabels img{display: inline;}
	.uv-ctalabels{
		bottom: 18%;
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
        transform: scale(0.9);
	}
	.uv-ctalabels h2{font-size: 26px;}
	.uv-ctascont > div, .uv-ctascont > a > div{
		max-width: 375px;
		margin: auto;
		border-left: none;
		border-right: none;
	}
	.uv-instagramgrid-5 .uv-instafeedlist a > div{width: 50%;}
	.uv-tl-name h2{font-size: 17px;}
	.uv-tl-item{
		height: 85px;
		padding-left: 130px;
		padding-right: 80px;
	}
	.uv-tl-item .uv-tl-flyer{width: 85px;}
	.uv-tl-item .uv-tl-date{width: 45px;}
	.uv-tl-date .uv-tl-datem{
		font-size: 13px;
		line-height: 25px;
	}
	.uv-tl-item .uv-tl-flyer{left: 45px;}
	.uv-tl-item .uv-tl-link{
		padding-right: 5px;
		width: 80px;
	}
	body .uv-tl-link button{
		width: 75px;
		font-size: 12px;
	}
	.uv-preheadermenu li{padding: 0 6px;}
	.uv-headersocials li a{font-size: 18px;}
	.uv-headersocials li{padding: 0 3px;}
	.uv-iconinfo{width: 100%;}
	.uv-vstbitem{padding: 0 5px;}
	.uv-visitslidertb-box{margin: 0 -5px;}
	.uv-newslettercont .uv-btn{
		position: relative;
		top: auto;
	}
	.uv-newslettercont h2{margin-bottom: 20px;}
	.uv-newslettercont{padding-right: 0px;}
	.uv-newslettercont, .uv-newslettercont h2, .uv-newslettercont .h1{text-align: center;}
	.uv-twitter-cont h4{font-size: 16px;}
}
@media(max-width: 500px){
	.uv-ctacontrols{
		right: 10px;
		bottom: 10px;
		padding: 7px 3px;
	}
	.uv-sociallistfeed{font-size: 15px;}
	.uv-sociallistfeed ul li{
		min-height: 75px;
		padding-right: 70px;
	}
	.uv-sociallistfeed ul li i{
		width: 65px;
		font-size: 30px;
	}
	.uv-preheader-left a{display: none;}
	.uv-pfootermenu > div:last-child{clear: both;}
	.uv-respopmenu .uv-fupcomingmenu button{
		padding: 8px 10px;
		font-size: 12px;
	}
	.uv-sep-upmenu{min-width: 180px;}
	.uv-fupcomingmenu button{
		font-size: 12px;
		padding: 8px 10px;
	}
	.uv-ctas4 > div{
		float: none;
		width: auto;
		margin-bottom: 10px;
	}
	.uv-ctas4 > div:last-child{margin-bottom: 0px;}
	.uv-evlistmosaic .uv-evlistmosaic-event{padding: 5px;}
	.uv-evlistmosaic{margin: 0 -5px;}
	.uv-evlistmosaic-info .uvname{font-size: 12px;}
	.uv-evlistmosaic-info .uvdate{font-size: 12px;}
}
@media(max-width: 470px){
	.uv-pagebrand img{
		top: 5%;
		height: 90%;
	}
}
@media(max-width: 400px){
	.uv-col-xxs-12{width: 100%;}
	.uv-articleitem .uv-articleitemtext{padding: 30px 15px 35px 15px;}
	.uv-preheader-right span{display: none;}
	.uv-getdirections{
		padding-left: 20px;
		padding-right: 20px;
	}
	.uv-footermenu li a{padding: 0 12px;}
	.uv-newslettercont{padding: 25px 15px;}
	.uv-newsletter-button input, .uv-newsletter-button button.uv-btn{
		padding: 12px 15px;
		font-size: 14px;
	}
	.uv-newsletter-button button.uv-btn{padding: 13px 5px;}
	.uv-photosgrid > div, .uv-photosgrid > a > div{width: 100%;}
	.uv-videosgrid > div, .uv-videosgrid > a > div{width: 100%;}
	.uv-tl-item .uv-tl-link{display: none;}
	.uv-tl-item{padding-right: 0px}
	.uv-tl-name h2{font-size: 15px;}
	.uv-footer-logo{display: none;}
	.uv-footer-socials{width: 100%;}
	.uv-footer-socials .uv-headersocials{display: inline-block;}
	.uv-preheadermenu{font-size: 9px;}
	.uv-headersocials li a{font-size: 16px;}
	.uv-evlistmosaic .uv-evlistmosaic-event{
		width: 100%;
		float: none;
		max-width: 280px;
		margin: auto;
	}
	.uv-ourspace-bg{padding-top: 60px;}
	.uv-os-colltop2 .h1{
		font-size: 32px;
		margin-bottom: 15px;
	}
}

/*Spaces*/
.pt10{padding-top: 10px;}
.pb10{padding-bottom: 10px;}
.pt15{padding-top: 15px;}
.pb15{padding-bottom: 15px;}
.pt20{padding-top: 20px;}
.pb20{padding-bottom: 20px;}
.pt25{padding-top: 25px;}
.pt30{padding-top: 30px;}
.pb30{padding-bottom: 30px;}
.pt40{padding-top: 40px;}
.pb40{padding-bottom: 40px;}
.pt50{padding-top: 50px;}
.pb50{padding-bottom: 50px;}
.pt60{padding-top: 60px;}
.pb60{padding-bottom: 60px;}
.pt70{padding-top: 70px;}
.pb70{padding-bottom: 70px;}
.pt80{padding-top: 80px;}
.pb80{padding-bottom: 80px;}
.pt90{padding-top: 90px;}
.pb90{padding-bottom: 90px;}
.pt100{padding-top: 100px;}
.pb200{padding-bottom: 200px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mt15{margin-top: 15px;}
.mt30{margin-top: 30px;}
.mb30{margin-bottom: 30px;}
.minh600{min-height: 400px;}
.maxw1080{max-width: 1080px;}
.uv-twhite{color: #fff;}
/********/



/*Frame Buttons*/
button
{
	-webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */
    -moz-transition: all 0.4s ease-out;  	/* FF4+ */
    -ms-transition: all 0.4s ease-out;  	/* IE10 */
    -o-transition: all 0.4s ease-out;  		/* Opera 10.5+ */
    transition: all 0.4s ease-out;
}
body .uv-btnp, body .uv-form .uvf-submit, body .uvc-elbutton button{
	background-color: #a649b1;
	color: #fff;
}
body .uv-btnp:hover{background-color: #7e248e;}
body .uv-btns{
	background-color: #626262;
	color: #fff;
	border-top: 1px solid #888989;
	
	-webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */
    -moz-transition: all 0.4s ease-out;  	/* FF4+ */
    -ms-transition: all 0.4s ease-out;  	/* IE10 */
    -o-transition: all 0.4s ease-out;  		/* Opera 10.5+ */
    transition: all 0.4s ease-out;
}
body .uv-btns:hover{
	background-color: #3a3a3a;
	color: #ccc;
}
body .uv-btnt{
	border-radius: 3px;
	margin: 0;
	background-color: transparent;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	border: 1px solid #959595;
	font-weight: bold;
	padding: 12px 55px;
}
body .uv-btnt:hover{background-color: #959595;}
.uv-btn1 {
    padding: 11px 25px;
    color: #878787;
    border-radius: 3px;
    border: 1px solid rgba(180, 180, 180, 0.6);
    font-size: 14px;
    font-weight: 500;
    text-shadow: none;
    outline: none;
    line-height: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #F8F8F8));
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F8F8F8 100%);
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F8F8F8 100%);
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #F8F8F8 100%);
}

/*Home*/
#home-newslettercont-subtitle{font-weight: normal;color: #CCC;}
#home-newslettercont form{width: 380px;}
#home-newslettercont form input
{
	background-color: #000;
	height: 48px;
	font-size: 14px;
	color: #FFF;
	border: none;
	border-radius: 0px;
}
#home-newslettercont form button{height: 48px;border-radius: 0px;}
#VV11085V70287VV0V7V1V1-error{font-size: 12px;color: #fc4545;}

@media(max-width: 767px)
{
	#home-newslettercont form{margin: 0 auto;}
}
@media(max-width: 480px)
{
	#home-newslettercont form{width: 290px;}
}
/**/

@-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);}
}

.slides-navigation{
	overflow: hidden!important;
	height: 100px;
}







