/* Fonts */
@font-face {
	font-family: 'Bebas Neue Regular';
	src: url('../assets/fonts/bebasneueregular.woff2') format('woff2'),
	url('../assets/fonts/bebasneueregular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Bebas Neue Book';
	src: url('../assets/fonts/bebasneuebook.woff2') format('woff2'),
	url('../assets/fonts/bebasneuebook.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Bebas Neue Bold';
	src: url('../assets/fonts/bebasneuebold.woff2') format('woff2'),
	url('../assets/fonts/bebasneuebold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Bebas Neue Light';
	src: url('../assets/fonts/bebasneuelight.woff2') format('woff2'),
	url('../assets/fonts/bebasneuelight.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Bebas Neue Thin';
	src: url('../assets/fonts/bebasneuethin.woff2') format('woff2'),
	url('../assets/fonts/bebasneuethin.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Knockout';
	src: url('../assets/fonts/knockout.woff2') format('woff2'),
	url('../assets/fonts/knockout.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/*********/
.uv-hide,
.uv-staging{display: none !important;}
#ajax-loading-screen{background-color: #FFF!important;}
#to-top.dark{
	background-color: #005c93;
}

#to-top.dark:hover{
	background-color: #05B5FF !important;
}

.uv-leads-stepname{
	color:#FFFFFF;
}
.uv-leads-calendar td a{
	transition: all .25s ease-out;
}
ui-datepicker-prev ui-corner-all ui-state-disabled:hover{
	background-color: #05B5FF30 !important;
}

.uv-leads-calendar .ui-datepicker-next:not(.ui-state-disabled):hover, .uv-leads-calendar .ui-datepicker-prev:not(.ui-state-disabled):hover,
.uv-leads-calendar td a:hover{
	background-color: #05B5FF !important;
}

.uv-leads{
	background-color: #005c93 !important;
}

.uv-lead-field input:focus, .uv-lead-field textarea:focus{ border:1px solid #FFFFFF !important; }

body p,
.wpb_wrapper p{
	color: #676767;
}

.ig-over-ulmenu li.current-menu-item a{
	color: #05b5ff !important;
}

body header#top nav .sf-menu ul li.current-menu-item > a{
	color: #005c93 !important;
	background-color: #005c9350 !important;
}
.uv-leads-typeslist > div button{
	border: 1px solid #FFFFFF !important;
}
.uv-lead-field input, .uv-lead-field textarea{
	background-color: #FFFFFF!important;
}
.uv-leads-isstep-2 .uv-leads-listep-1 .uv-leads-stepinfo, .uv-leads-stepinfo.uv-leads-dtype, .uv-leads-isstep-3 .uv-leads-listep-1 .uv-leads-stepinfo{color:#FFFFFF;}

/* UI Styles */
.uv-btn, body .nectar-button[data-color-override="false"].regular-button, body.ascend .nectar-button.see-through, .ascend .container-wrap button.uv-btn[type="submit"]{
	display: inline-block;
	padding: 16px 60px;
	outline: none;
	text-transform: uppercase;
	font-family: "Montserrat";
	text-align: center;
	-webkit-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}

.uv-btn-p, body .nectar-button[data-color-override="false"].regular-button, .ascend .container-wrap button.uv-btn-p[type="submit"], body:not(.material) header#top nav > ul > li.uv-mainnav-bottle:not(#social-in-menu) > a{
	border: 1px solid #05B5FF;
	color: #000000;
	text-shadow: none;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.09em;
	line-height: 1.27;
	background: transparent!important;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.uv-btn-p:before, body .nectar-button[data-color-override="false"].regular-button:before, .ascend .container-wrap button.uv-btn-p[type="submit"]:before, body .nectar-button[data-color-override="false"].regular-button:before, .uv-over-menu-topbtns .uv-btn-p:before, .uv-btn-pg:before, body:not(.material) header#top nav > ul > li.uv-mainnav-bottle:not(#social-in-menu) > a:before{
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0%;
	height: 100%;
	width: 100%;
	z-index: -1;
	content: " ";
	color: #000000 !important;
	background: #d08c46;
	background: linear-gradient(0deg, #05B5FF  0%, #005c93 100%);
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.uv-btn-p:hover:before, body .nectar-button[data-color-override="false"].regular-button:hover:before, .ascend .container-wrap button.uv-btn-p[type="submit"]:hover:before, body .nectar-button[data-color-override="false"].regular-button:hover:before, .uv-over-menu-topbtns .uv-btn-p:hover:before, .uv-btn-pg:hover:before, body:not(.material) header#top nav > ul > li.uv-mainnav-bottle:not(#social-in-menu) > a:hover:before{
	bottom: auto;
	height: 0px;
	top: 0px;
	color:#000000 !important;
}
.uv-btn-p:hover, .uv-btn-p:active, .uv-btn-p:focus, body .nectar-button[data-color-override="false"].regular-button:hover, body .nectar-button[data-color-override="false"].regular-button:active, body .nectar-button[data-color-override="false"].regular-button:focus, .ascend .container-wrap button.uv-btn-p[type="submit"]:hover, .ascend .container-wrap button.uv-btn-p[type="submit"]:active, .ascend .container-wrap button.uv-btn-p[type="submit"]:focus, body:not(.material) header#top nav > ul > li.uv-mainnav-bottle:not(#social-in-menu) > a:hover, body:not(.material) header#top nav > ul > li.uv-mainnav-bottle:not(#social-in-menu) > a:active, body:not(.material) header#top nav > ul > li.uv-mainnav-bottle:not(#social-in-menu) > a:focus{
	color: #000000important;
}
.uv-btn-s, body.ascend .nectar-button.see-through, body:not(.material) header#top nav > ul > li.uv-mainnav-tickets:not(#social-in-menu) > a{
	border: 1px solid #05B5FF!important;
	background: transparent;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.09em;
	line-height: 1.27;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-shadow: none;
}
.uv-btn-s:before, body.ascend .nectar-button.see-through:before, body:not(.material) header#top nav > ul > li.uv-mainnav-tickets:not(#social-in-menu) > a:before{
	display: block;
	position: absolute;
	left: 0px;
	top: 0%;
	height: 0px;
	width: 100%;
	z-index: -1;
	content: " ";
	color: #000 !important;
	background: #d08c46;
	background: linear-gradient(0deg, #05B5FF  0%, #005c93 100%);
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.uv-btn-s:hover:before, body.ascend .nectar-button.see-through:hover:before, body:not(.material) header#top nav > ul > li.uv-mainnav-tickets:not(#social-in-menu) > a:hover:before{
	top: auto;
	height: 100%;
	bottom: 0px;
}

#footer-outer{
	z-index: 7 !important;
}

.uv-btn-s:hover, .uv-btn-s:active, .uv-bth-s:focus, #footer-outer .uv-btn-s:hover, #footer-outer .uv-btn-s:active, #footer-outer .uv-bth-s:focus, body.ascend .nectar-button.see-through:hover, body.ascend .nectar-button.see-through:active, body.ascend .nectar-button.see-through:focus, body:not(.material) header#top nav > ul > li.uv-mainnav-tickets:not(#social-in-menu) > a:hover, body:not(.material) header#top nav > ul > li.uv-mainnav-tickets:not(#social-in-menu) > a:focus, body:not(.material) header#top nav > ul > li.uv-mainnav-tickets:not(#social-in-menu) > a:active{
	color: #000000 !important;
	text-shadow: none;
}
.uv-btn-full, .uv-btn-100, .ascend .container-wrap button.uv-btn-100[type="submit"]{
	display: block;
	text-align: center;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
/*************/

/*Main UI*/
.container-wrap{margin-top: -23px;}
body, body p{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body h1, body h2, body h3, body h4, body h5, body h6{
	font-family: "Montserrat";
	text-transform: uppercase;
	font-weight: normal;
}

body:not(.material) #header-space{
	background: #FFFFFF !important;
	background-color: #FFFFFF !important;
}

html body h1{
	font-family: "Bebas Neue Bold";
	font-size: 46px;
	font-weight: bold;
	letter-spacing: 0.065em;
	line-height: 1.122;
	color: #005c93 !important;
	/* background: -webkit-linear-gradient(#05B5FF 0%, #005c93 38.15%, #05B5FF 71.5%, #005C93 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
}
html body h2{
	font-family: "Bebas Neue Regular";
	color: #005c93!important;
	font-size: 38px;
	letter-spacing: 0.026em;
	line-height: 1.23;
}
html body h3{
	font-family: "Bebas Neue Bold";
	color: #005c93;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.115em;
	line-height: 1.23;
}
html body h4{
	color: #005c93;
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
}
html body h5{
	font-size: 12px;
	font-weight: bold;
	line-height: 1.25;
	color: #ffffff;
	/*background: -webkit-linear-gradient(#05B5FF 0%, #005c93 38.15%, #05B5FF 71.5%, #005C93 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
}
body p{
	/* color: rgba(255,255,255,0.72); */
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 1.78;
}
body p a{color: #05B5FF;}
body .main-content ul{margin-left: 1.5em;}

body ul li{
	margin-bottom: 0.5em;
	color: rgba(0,0,0,0.72);
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 1.5;
}


body:not(.material) header#top nav > ul > li:not(#social-in-menu) > a{
	color: #000000 !important;
}
/*********/
.uv-clearfix:before, .uv-clearfix:after{
	display: table;
	content: " ";
}
.uv-clearfix:after{clear: both;}
.uv-clear{clear: both;}
body #header-outer{
	/* background:#FFFFFF !important; */
	/* background-color: #FFFFFF !important; */
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	/* box-shadow: 1px 0px 10px #bfbfbf; */
	border-bottom: 1px solid #ececec;
}
.uv-pagescrolled body #header-outer{padding-top: 10px!important;}
header#top #logo img{
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.uv-pagescrolled header#top #logo img{height: 59px!important;}
body:not(.material) header#top nav > ul > li:not(#social-in-menu) > a{
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.uv-pagescrolled body:not(.material) header#top nav > ul > li:not(#social-in-menu) > a{
	color: #000000 !important;
}
body.ascend #header-outer[data-full-width="true"] header#top nav >ul.buttons{
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.uv-pagescrolled body.ascend #header-outer[data-full-width="true"] header#top nav >ul.buttons{
	height: 77px!important;
	margin-top: -10px!important;
}
.uv-logocont{
	position: absolute;
	width: 100%;
	max-width: 1600px;
	/*max-width: 1425px;*/
	left: 0;
	right: 0;
	margin: auto;
}
header#top .uv-logocont #logo{
	margin-left: 90px;
	float: left;
	z-index: 50;
	position: relative;
}
body:not(.material) header#top nav > ul > li.uv-mainnav-tickets:not(#social-in-menu) > a{
	padding: 14px 24px!important;
	margin-top: 12px;
	margin-left: 4px;
	font-size: 12px;
	letter-spacing: 0.18em;
	color: #000000 !important;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
body:not(.material) header#top nav > ul > li.uv-mainnav-bottle:not(#social-in-menu) > a:after, body:not(.material) header#top nav > ul > li.uv-mainnav-tickets:not(#social-in-menu) > a:after{display: none;}
body:not(.material) header#top nav > ul > li.uv-mainnav-bottle:not(#social-in-menu) > a{
	padding: 14px 24px!important;
	margin-top: 12px;
	margin-right: 4px;
	font-size: 12px;
	letter-spacing: 0.18em;
	color: #000000 !important;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
#header-outer[data-lhe="animated_underline"] header#top nav >ul >li:not([class*="button_"]) >a:after, body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a:after, .material #header-secondary-outer[data-lhe="animated_underline"] nav >ul.sf-menu >li >a:after{
	bottom: -15px;
	border-top: 2px solid #05B5FF!important;
}
header#top nav > ul > li.menu-item-has-children{position: relative;}
header#top nav > ul > li.menu-item-has-children:after{
	position: absolute;
	display: block;
	content: "\f0d7";
	right: 0px;
	top: 26px;
	margin: auto;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 14px;
	color: #05B5FF;
	font-size: 14px;

	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.uv-pagescrolled body:not(.material) header#top nav > ul > li.uv-mainnav-bottle:not(#social-in-menu) > a, .uv-pagescrolled body:not(.material) header#top nav > ul > li.uv-mainnav-tickets:not(#social-in-menu) > a{margin-top: 6px;}
.uv-pagescrolled header#top nav > ul > li.menu-item-has-children:after{top: 25px;}
body:not(.material) header#top nav > ul > li:not(#social-in-menu) > ul{
	padding-top: 5px;
	padding-bottom: 5px;
	width: 254px;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	background-color: #FFFFFF;
}

.ascend #header-outer .sf-menu ul li,
.ascend #header-outer .sf-menu ul li.sfHover,
.ascend #header-outer .sf-menu ul li a{
	border-left: 2px solid transparent;
	color: #000000 !important;
	background-color: #FFFFFF !important;
	text-shadow: none !important;
}
.ascend #header-outer .sf-menu ul li a:hover{
	color: #000000 !important;
	background-color: #F5F5F5 !important;
}
header#top nav > ul > li > a{
	color: #000000 !important;
	text-shadow: none !important;
}
header#top nav > ul > li > a:after{
	text-shadow: none !important;
}



body header#top nav .sf-menu ul li:hover > a:hover{border-left-color: #05B5FF;}
.uv-menuoverbtn{
	display: block;
	position: fixed;
	left: 15px;
	top: 27px;
	height: 50px;
	width: 50px;
	outline: none;
	border: 1px solid #05b5ff;
	background-color: #05b5ff;
	z-index: 10010;
	cursor: pointer;
	padding: 0;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.uv-menumobilebtn{
	display: none;
	position: absolute;
	z-index: 111;
	left: 19px;
	top: 19px;
	width: 20px;
	height: 20px;
	outline: none;
	padding: 0;
	cursor: pointer;
	background-color: transparent;
	border: 0;
}
.uv-menu-btn-icon{
	position: absolute;
	width: 20px;
	height: 15px;
	left: 0px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 10;
}
.uv-menumobilebtn .uv-menu-btn-icon{
	width: 20px;
	height: 14px;
}
.uv-menu-btn-icon > div{
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #f7f7f7;
	height: 1px;
	-webkit-transition: width 222ms cubic-bezier(.237, .666, .333, 1);
	transition: width 222ms cubic-bezier(.237, .666, .333, 1);
}
.uv-menumobilebtn .uv-menu-btn-icon > div{
	background-color: #ffffff;
	height: 2px;
}
.uv-menu-btn-icon > div:nth-child(1){
	top: 0;
	width: 40%;
	right: auto;

	-webkit-animation: menu-line-1-out 0.5s cubic-bezier(.237, .666, .333, 1) both;
	animation: menu-line-1-out 0.5s cubic-bezier(.237, .666, .333, 1) both;
}
.uv-menu-btn-icon > div:nth-child(2){
	top: 50%;

	-webkit-animation: menu-line-2-out 0.5s cubic-bezier(.237, .666, .333, 1) both;
	animation: menu-line-2-out 0.5s cubic-bezier(.237, .666, .333, 1) both;
}
.uv-menu-btn-icon > div:nth-child(3){
	top: 100%;
	width: 80%;
	right: auto;

	-webkit-animation: menu-line-3-out 0.5s cubic-bezier(.237, .666, .333, 1) both;
	animation: menu-line-3-out 0.5s cubic-bezier(.237, .666, .333, 1) both;
}
.uv-menuoverbtn:hover .uv-menu-btn-icon > div:nth-child(1), .uv-menuoverbtn:hover .uv-menu-btn-icon > div:nth-child(3), .uv-menumobilebtn:hover .uv-menu-btn-icon > div:nth-child(1), .uv-menumobilebtn:hover .uv-menu-btn-icon > div:nth-child(3){width: 100%;}

.uv-over-menu-active .uv-menu-btn-icon > div:nth-child(1), .uv-mobile-menu-active .uv-menu-btn-icon > div:nth-child(1), .uv-over-venuemenu-active .uv-menu-btn-icon > div:nth-child(1){
	width: 100%;
	-webkit-animation: menu-line-1 0.5s cubic-bezier(.237, .666, .333, 1) both;
	animation: menu-line-1 0.5s cubic-bezier(.237, .666, .333, 1) both;
}
.uv-over-menu-active .uv-menu-btn-icon > div:nth-child(2), .uv-mobile-menu-active .uv-menu-btn-icon > div:nth-child(2), .uv-over-venuemenu-active .uv-menu-btn-icon > div:nth-child(2){
	width: 100%;
	-webkit-animation: menu-line-2 0.5s cubic-bezier(.237, .666, .333, 1) both;
	animation: menu-line-2 0.5s cubic-bezier(.237, .666, .333, 1) both;
}
.uv-over-menu-active .uv-menu-btn-icon > div:nth-child(3), .uv-mobile-menu-active .uv-menu-btn-icon > div:nth-child(3), .uv-over-venuemenu-active .uv-menu-btn-icon > div:nth-child(3){
	width: 100%;
	-webkit-animation: menu-line-3 0.5s cubic-bezier(.237, .666, .333, 1) both;
	animation: menu-line-3 0.5s cubic-bezier(.237, .666, .333, 1) both;
}
.uv-pagescrolled .uv-menuoverbtn{top: 15px;}


.uv-footer-col-1, .uv-footer-col-2, .uv-footer-col-3{float: left;}
.uv-footer-col-1{
	width: 30%;
	padding-right: 30px;
}
.uv-footer-col-2{
	width: 24.5%;
	padding-left: 30px;
	padding-right: 15px;
}
.uv-footer-col-3{
	width: 26.6%;
	padding-left: 35px;
	padding-right: 35px;
}
.uv-footer-col-4{
	float: right;
	width: 18.75%;
	padding-left: 12px;
}
.uv-footer{
	padding-top: 150px;
	padding-bottom: 90px;
	background: #F0F0F0 url(../assets/images/bc_footer_bg_dark.png) center bottom no-repeat;
	background-size: cover;
}
#footer-outer .uv-footer .widget h4{
	font-family: "Montserrat";
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.167em;
	line-height: 1.25;
}
.ascend #footer-outer .uv-footer .widget h4{margin-bottom: 1em;}
#footer-outer .uv-iconlink{
	display: inline-block;
	color: #cccccc;
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 1.37;
	padding-left: 38px;
	font-weight: normal;
	margin-bottom: 0.5em;
	position: relative;
}
#footer-outer .uv-iconlink:hover{
	color: #05b5ff!important;
}

#footer-outer .uv-btn.uv-btn-s.uv-btn-full{
	color: #ffffff !important;
}

.uv-iconlink:before{
	position: absolute;
	display: block;
	content: " ";
	left: 0;
	top: 3px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.uv-iconlink-mail:before{content: "\f0e0";}
.uv-iconlink-phone:before{content: "\f095";}
.uv-footer p{
	color: #ffffff;
	font-size: 15px;
	line-height: 1.66;
	padding-bottom: 20px;
}
#footer-outer .uv-footer .widget_nav_menu ul a{
	color: #cccccc;
	font-size: 15px;
	line-height: 1.4;
	text-transform: uppercase;
	transition: all .25s ease-out;
}
#footer-outer .uv-footer .widget_nav_menu ul a:hover{
	color:#05b5ff !important;
}
#footer-outer .uv-footer .widget_nav_menu ul li{
	margin: 0;
	margin-right: 1.2em;
	display: inline-block;
	margin-bottom: 0.5em;
}
.ascend #footer-outer .uv-footer .widget_nav_menu ul li{padding: 0!important;}
#footer-outer .widget.widget_nav_menu{margin-bottom: 25px;}
.uv-footer .uv-footer-col-3 p{
	font-size: 14px;
	line-height: 1.35;
	padding-bottom: 17px;
}
.ascend #footer-outer .uv-footer .uv-footer-col-3 .widget h4{margin-bottom: 0.8em;}
.uv-footer .uv-footer-col-4 .uv-btn{margin-bottom: 12px;}
.uv-footer-sep{
	clear: both;
	height: 1px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: linear-gradient(270.01deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.24) 51.37%, rgba(255,255,255,0) 100%);
}
.uv-footer-cols{margin-bottom: 60px;}
.uv-footer-socials{
	margin-top: 80px;
	margin-bottom: 25px;
}
.uv-footer-socials ul, .uv-mobile-socials ul, .uv-over-menu-socials ul, .uv-socialbox-socialslinks ul{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.uv-footer-socials ul li, .uv-mobile-socials ul li, .uv-over-menu-socials ul li, .uv-socialbox-socialslinks ul li{
	display: inline-block;
	padding: 0 7px;
}
#footer-outer .uv-footer-socials ul li a, .uv-mobile-socials ul li a, .uv-over-menu-socials ul li a, .uv-socialbox-socialslinks ul li a{
	display: block;
	border: 2px solid #ffffff;
	color: #ffffff;
	width: 49px;
	height: 49px;
	line-height: 49px;
	border-radius: 50%;
	text-align: center;
}
#footer-outer .uv-footer-socials ul li a i, .uv-mobile-socials ul li a i, .uv-over-menu-socials ul li a i, .uv-socialbox-socialslinks ul li a i{font-size: 22px; margin-top: -6px;}
#footer-outer .uv-footer-socials ul li a:hover, .uv-mobile-socials ul li a:hover, .uv-over-menu-socials ul li a:hover, .uv-socialbox-socialslinks ul li a:hover{
	background-color: #005c93;
	color: #FFFFFF!important;
}
.uv-footer-copy{
	margin: auto;
	max-width: 1000px;
}
.uv-footer-copy p{
	padding: 0;
	margin: 0;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.83;
	float: left;
	text-transform: uppercase;
}
#footer-outer .uv-footer-copy a{
	color: #ffffff;
}
#footer-outer .uv-footer-copy a:hover{
	color: #05B5FF !important;
}
#footer-outer .uv-footer-copy > p a{margin-left: 1em;}
.uv-footer-copy ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	text-align: center;
}
.uv-footer-copy ul li{
	display: inline-block;
	padding: 0 16px;
}
.uv-footer-copy ul li:first-child{padding-left: 0;}
.uv-footer-copy ul li:last-child{padding-right: 0;}
#footer-outer .uv-footer-copy ul li a{
	display: block;
	color: #cccccc;
	font-size: 12px;
	line-height: 1.83;
	text-transform: uppercase;
}
#footer-outer .uv-footer-copy ul li a:hover{color: #ffffff;}
.uv-btn-mobileheader{
	display: none;
	position: absolute;
	right: 17px;
	top: 13px;
	z-index: 111;
	padding: 10px 13px;
	font-size: 10px;
}
.uv-mobile-menu-active, .uv-mobile-menu-active body, .uv-over-menu-active, .uv-over-menu-active body, .uv-over-venuemenu-active, .uv-over-venuemenu-active body{overflow-y: hidden;}
.uv-mobile-nav{
	display: none;
	visibility: hidden;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	background-color: #005c93;
	position: fixed;
	z-index: 110;
	bottom: 0;
	left: 0;
	height: 100%;
	height: calc(100% - 68px);
	text-align: center;
	-webkit-transition: all 300ms ease-in-out 10ms;
	transition: all 300ms ease-in-out 10ms;
	-webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.38, 1);
	transition-timing-function: cubic-bezier(0.42, 0, 0.38, 1);
	background-image: url(../assets/images/footer-bg-m.png);
}
.uv-mobile-menu-active .uv-mobile-nav{
	visibility: visible;
	opacity: 1;
}
.uv-mobile-nav-inner{
	padding-top: 30px;
	padding-bottom: 20px;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
}
.uv-mobile-menu{padding-bottom: 40px;}
.uv-mobile-menu ul{text-align: center;}
.uv-mobile-menu ul li{margin-bottom: 20px;}
.uv-mobile-menu ul li:last-child{margin-bottom: 0;}
.uv-mobile-menu ul li a{
	font-family: "Montserrat";
	display: block;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: bold;
	/* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); */
}
.uv-mobile-menu ul li a:hover{color: #005c93;}
.uv-mobile-nav-sep{
	width: 100%;
	height: 1px;
	background: linear-gradient(270.01deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.24) 51.37%, rgba(255,255,255,0) 100%);
}
.uv-mobile-locations{
	padding-top: 40px;
	padding-bottom: 38px;
	text-align: center;
}
.uv-mobile-nav-mtitle{
	font-family: "Montserrat";
	text-transform: uppercase;
	color: #05b5ff;
	margin-bottom: 30px;
	font-size: 12px;
	line-height: 1.25;
	font-weight: bold;
}
.uv-mobile-locations ul li{margin-bottom: 15px;}
.uv-mobile-locations ul li:last-child{margin-bottom: 0;}
.uv-mobile-locations ul li a{
	font-family: "Montserrat";
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.2;
	text-transform: uppercase;
}
.uv-mobile-locations ul li a:hover{color: #005c93;}
.uv-mobile-bottom-mobile{
	margin-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.uv-mobile-bottom-mobile ul li{
	display: inline-block;
	padding: 0 16px;
}
.uv-mobile-bottom-mobile ul li:first-child{padding-left: 0;}
.uv-mobile-bottom-mobile ul li:last-child{padding-right: 0;}
.uv-mobile-bottom-mobile ul li a{
	display: block;
	color: #05B5FF;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.83;
}
.uv-mobile-bottom-mobile ul li a:hover{color: #ffffff;}
.uv-over-menu{
	display: block;
	width: 100%;
	background-color: #005c93;
	position: fixed;
	z-index: 10001;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease-in-out 10ms;
	transition: all 300ms ease-in-out 10ms;
	-webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.38, 1);
	transition-timing-function: cubic-bezier(0.42, 0, 0.38, 1);
}
.uv-over-menu-active .uv-over-menu{
	visibility: visible;
	opacity: 1;
}
.uv-over-menu-inner{
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
	padding-left: 90px;
	padding-right: 90px;
	padding-top: 50px;
	padding-bottom: 65px;
	background-color: #005c93;
	background: #005c93 url(../assets/images/bc_footer_bg_dark.png) center bottom no-repeat;
	background-size:  cover;
}
.uv-over-menu-conteiner{
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.uv-text-center{text-align: center;}
.uv-over-menu-logo{
	display: inline-block;
	max-width: 91px;
	margin-bottom: 90px;
	opacity: 0;
	visibility: hidden;

	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.uv-over-menu-active .uv-over-menu-logo{
	opacity: 1;
	visibility: visible;
	color: #05b5ff !important;
	-webkit-transition: all 250ms ease-in-out 400ms;
	transition: all 250ms ease-in-out 400ms;
}
.uv-over-menu-col1, .uv-over-menu-col2{float: left;}
.uv-over-menu-col3{float: right;}
.uv-over-menu-col1{
	width: 43.8%;
	padding-right: 30px;
}
.uv-over-menu-col2{padding-right: 30px;}
.uv-over-menu-cols ul{text-align: left;}
.uv-over-menu-cols ul li{margin-bottom: 18px;}
.uv-over-menu-cols ul li:last-child{margin-bottom: 0;}
.uv-over-menu-cols ul li a{
	font-family: "Montserrat";
	display: block;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #f7f7f7;
	line-height: 1.2;
	/* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); */
	text-transform: uppercase;
	transition: all .25s ease-out;
}
.uv-over-menu-cols ul li a:hover{color: #58ceff;}
.uv-over-menu-cols .uv-over-menu-col3 ul li a{
	font-family: "Open Sans";
	font-weight: normal;
	text-transform: none;
}
.uv-over-menu-locations{
	margin-top: 86px;
	text-align: center;
}
.uv-over-menu-location-title{
	color: #ffffff;
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: bold;
	line-height: 1.28;
	/* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); */
	text-transform: uppercase;
	margin-bottom: 10px;
}
.uv-over-menu-locations ul li{
	position: relative;
	display: inline-block;
	padding-left: 20px;
	padding-right: 24px;
}
.uv-over-menu-locations ul li:last-child{padding-right: 0;}
.uv-over-menu-locations ul li:first-child{padding-left: 0;}
.uv-over-menu-locations ul li:after{
	position: absolute;
	display: block;
	content: " ";
	right: -1px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 2px;
	height: 14px;
	background-color: #ffffff;
}
.uv-over-menu-locations ul li:last-child:after{display: none;}
.uv-over-menu-locations ul li a{
	color: #ffffff;
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: bold;
	line-height: 1.28;
	/* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.22); */
	text-transform: uppercase;
	transition: all .25s ease-out;
}
.uv-over-menu-locations ul li a:hover{color: #7cd4f9;}
.uv-over-menu-socials{margin-top: 65px;}
.uv-over-menu-bottom{
	text-align: center;
	margin-top: 18px;
}
.uv-over-menu-bottom ul li{
	display: inline-block;
	position: relative;
	padding-left: 12px;
	padding-right: 15px;
}
.uv-over-menu-bottom ul li:first-child{padding-left: 0;}
.uv-over-menu-bottom ul li:last-child{padding-right: 0;}
.uv-over-menu-bottom ul li:after{
	display: block;
	position: absolute;
	content: " ";
	right: -2px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 9px;
	width: 1px;
	background-color: #ffffff;
}
.uv-over-menu-bottom ul li:last-child:after{display: none;}
.uv-over-menu-bottom ul li a{
	display: block;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.83;
	text-transform: uppercase;
}
.uv-over-menu-bottom ul li a:hover{color: #05B5FF;}
.uv-over-menu-cols, .uv-over-menu-locations, .uv-over-menu-socials, .uv-over-menu-bottom{
	-webkit-transform: translateY(8vw);
	transform: translateY(8vw);
	opacity: 0;

	-webkit-transition: all 100ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: all 100ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.uv-over-menu-active .uv-over-menu-cols, .uv-over-menu-active .uv-over-menu-locations, .uv-over-menu-active .uv-over-menu-socials, .uv-over-menu-active .uv-over-menu-bottom{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);

	-webkit-transition: all 800ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: all 800ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.uv-over-menu-topbtns{
	display: block;
	position: fixed;
	right: 52px;
	top: 29px;
	visibility: hidden;
	opacity: 0;
	z-index: 0;

	-webkit-transition: all 0ms ease-in-out 300ms;
	transition: all 0ms ease-in-out 300ms;
}
.uv-over-menu-active .uv-over-menu-topbtns{
	visibility: visible;
	opacity: 1;
	z-index: 10010;

	-webkit-transition: all 0ms ease-in-out 0ms;
	transition: all 0ms ease-in-out 0ms;
}
.uv-pagescrolled .uv-over-menu-topbtns{top: 16px;}
.uv-over-menu-topbtns ul{
	margin: 0;
	padding: 0;
}
.uv-over-menu-topbtns ul li{float: left;}
.uv-over-menu-topbtns .uv-btn-s{
	margin-left: 4px;
	padding: 14px 24px;
	font-size: 12px;
	letter-spacing: 0.18em;
}
.uv-over-menu-topbtns .uv-btn-p{
	padding: 14px 24px;
	margin-right: 4px;
	font-size: 12px;
	letter-spacing: 0.18em;
	border: 1px solid #05B5FF!important;
}
.wpb_row.uv-pagetoppattern .row-bg, .wpb_row.uv-page-bs .row-bg{
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
}
.uv-sliderevent-item{
	padding-top: 35.40%;
	position: relative;
	background-color: #ffffff;
}
.uv-sliderevent-item:before{
	display: block;
	position: absolute;
	content: " ";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5;
	/* background: linear-gradient(180deg, rgba(0,0,0,0) 25%, rgba(0,0,0,0.5) 75%, rgba(0,0,0,0.8) 100%); */
}
.uv-sliderevent-img{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.uv-sliderevent-img-mob{display: none!important;}
.uv-sliderevent-img img{display: none!important;}
.wpb_wrapper .uv-eventslider{margin-bottom: 0;}
.owl-carousel.uv-eventslider .owl-stage{padding: 0;}
.uv-eventslider .owl-dots{
	position: absolute;
	z-index: 10;
	right: 30px;
	bottom: 28px;
}
.uv-eventslider.owl-theme .owl-dots .owl-dot span{
	border-radius: 4px;
	background-color: #807D7C;
	box-shadow: 8px 8px 32px 0 rgba(220,157,85,0.3);
	height: 5px;
	margin: 0 4px;
	width: 31px;
}
.uv-eventslider.owl-theme .owl-dots .owl-dot:hover span{color: #C5A569;}
.uv-eventslider.owl-theme .owl-dots .owl-dot.active span{
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
}
.uv-eventslider.owl-theme .owl-nav.disabled + .owl-dots{margin-top: 0;}
.uv-sliderevent-labels{
	position: absolute;
	z-index: 11;
	left: 4.5031%;
	top: 10%;
}
.uv-sliderevent-labels .date{
	/* color: rgba(255, 255, 255, 1); */
	color: #000000;
	font-size: 35px;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 0.2em;
}
.uv-sliderevent-labels .name{
	font-family: "Bebas Neue Bold";
	/* color: #ffffff; */
	color: #000000;
	font-size: 80px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 0.9;
	text-transform: uppercase;
	text-shadow: none !important;
	max-width: 420px;
}
.uv-sliderevent-item .uv-btn{
	font-size: 10px;
	padding: 10px 15px;
	margin-top: 1.2em;
	color: #FFFFFF;
}
.uv-sliderevent-item .uv-btn:hover{
	color: #000000 !important;
}
.uv-animation.has-animation {opacity: 0;position: relative;}
.uv-animation.has-animation[data-animation="fade-in-from-bottom"] {
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
}
.uv-ctas-btnscont{margin: 0 -20px;}
.uv-ctas-btnscont > br{display: none;}
.uv-ctas-btnscont > .uv-cta-divcont{
	float: left;
	width: 33.3333%;
	padding: 0 20px;
}
.uv-cta-item{
	position: relative;
	padding-top: 24.57%;
}
.uv-cta-item-bg, .uv-cta-item-bg-hover{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	visibility: visible;
	opacity: 1;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.uv-cta-item-bg-hover{
	visibility: hidden;
	opacity: 0;
}
.uv-cta-divcont a:hover .uv-cta-item-bg{
	opacity: 0;
	visibility: hidden;
}
.uv-cta-divcont a:hover .uv-cta-item-bg-hover{
	opacity: 1;
	visibility: visible;
}
.uv-cta-item-label{
	position: absolute;
	z-index: 15;
	left: 0;
	right: 0;
	margin: auto;
	color: #FFFFFF;
	font-family: "Montserrat";
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.083em;
	line-height: 1.20;
	text-align: center;
	text-transform: uppercase;
	bottom: 50%;
	top: auto;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	vertical-align: middle;
}
/*.uv-cta-item:after{
	display: block;
	position: absolute;
	content: " ";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-color: rgba(0, 0, 0, 0.5);
}*/
.uv-cta-item:before{
	display: block;
	position: absolute;
	content: " ";
	z-index: 10;
	top: 10px;
	left: 10px;
	height: calc(100% - 20px);
	width: calc(100% - 20px);
	border: 4px solid #f7f7f7;
	box-shadow: 0 2px 8px 0 rgba(31, 24, 25, 0.7);
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.uv-cta-divcont a:hover .uv-cta-item:before{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.uv-scrolltosecarrow{
	display: block;
	margin: auto;
	margin-top: 30px;
	width: 17px;
	height: 19px;
	background: url(../assets/icons/scroll-down.png) center center no-repeat;
	background-size: 100% 100%;
}
.uv-event-carousel .uv-eventsq-img img{display: none!important;}
.uv-eventsq-img{
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.uv-eventsq-img:before{
	display: block;
	position: relative;
	content: " ";
	padding-top: 100%;
}
.uv-eventsq-item{
	border: 1px solid #E6E6E6;
	overflow: hidden;
}
.wpb_wrapper .owl-carousel{margin-bottom: 0;}
.uv-event-carousel .uv-eventsq-item{border-left-width: 0;}
.uv-event-carousel {border: none;}
.uv-event-carousel.owl-carousel .owl-stage{
	padding-top: 0;
	padding-bottom: 0;
}
.uv-eventsq-info{
	position: absolute;
	z-index: 10;
	left: 0;
	width: 100%;
	bottom: -65px;
	padding: 10px 22px;
	padding-bottom: 30px;
	-webkit-transition: all 666ms cubic-bezier(0.666, 0, 0.237, 1);
	transition: all 666ms cubic-bezier(0.666, 0, 0.237, 1);
	background-color: rgba(0, 92, 147, 0.83);
	opacity: 0;
}
.uv-eventsq-info .labels{
	position: relative;
	padding-left: 46px;
	margin-bottom: 17px;
}
.uv-eventsq-info .labels .ddate{
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	text-align: center;
}
.uv-eventsq-info .labels .ddate .month{
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1.41;
	text-transform: uppercase;
}
.uv-eventsq-info .labels .ddate .nday{
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.35;
}
.uv-eventsq-img:after{
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5;
}
.uv-eventsq-info .labels .dname{padding-top: 2px;}
.uv-eventsq-info .labels .dname .day{
	color: #f7f7f7;
	font-size: 11px;
	line-height: 1.36;
	text-transform: uppercase;
}
.uv-eventsq-info .labels .dname .name{
	color: #FFFFFF;
	font-size: 20px;
	line-height: 1.35;
	text-transform: uppercase;
	max-height: 82px;
	overflow: hidden;
}
.uv-eventsq-info .actions{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 666ms cubic-bezier(0.666, 0, 0.237, 1);
	transition: all 666ms cubic-bezier(0.666, 0, 0.237, 1);
}
.uv-eventsq-info .actions > div{
	float: left;
	width: 50%;
}
.uv-eventsq-info .actions > div:last-child{padding-left: 5px;}
.uv-eventsq-info .actions > div:first-child{padding-right: 5px;}
.uv-eventsq-info .actions .uv-btn{
	font-size: 11px;
	padding: 10px 3px;
	text-align: center;
	display: block;
	width: 100%;
}
.uv-eventsq-item:hover .uv-eventsq-info .actions{
	visibility: visible;
	opacity: 1;
}
.uv-eventsq-item:hover .uv-eventsq-info{bottom: 0;opacity: 1;}
.uv-event-carousel-cont{
	position: relative;
	margin-bottom: 0!important;
}
.uv-eventcar-left, .uv-eventcar-right{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 36px;
	height: 36px;
	background-size: 100% 100%;
}
.uv-eventcar-left{
	left: -51px;
	background: url(../assets/icons/arrow-blue-left.png) no-repeat center center;
}
.uv-eventcar-right{
	right: -51px;
	background: url(../assets/icons/arrow-blue-right.png) no-repeat center center;
}
.uv-homevideosection{
	/*padding-left: 33px;*/
	padding-right: 3.6%;
	/*background-color: #0a0908;*/
}
.uv-homevideosection .span_12 > .vc_col-sm-6:first-child{width: 43%;}
.uv-homevideosection .span_12 > .vc_col-sm-6:last-child{width: 57%;}
.uv-draisinfoframe{
	position: relative;
	padding: 43px!important;
}

.uv-draisinfoframe, .wpb_column.instance-4:before{
	background: #F0F0F0 !important;
	background-color: #F0F0F0 !important;
}

.uv-draisinfoframe .wpb_text_column{
	max-width: 578px;
	margin: auto!important;
	border: 1px solid #05B5FF;
	background: linear-gradient(180deg, #05B5FF 0%, #005c93 38.15%, #05B5FF 71.5%, #005c93 100%);	box-shadow: inset 0 0 3px 0 #05B5FF;
	padding: 5px;
}
.uv-draisinfoframe .wpb_text_column .wpb_wrapper{
	background-color: #F0F0F0;
	padding-top: 115px;
	padding-bottom: 110px;
	padding-left: 50px;
	padding-right: 50px;
	/*padding-left: 10px;
	padding-right: 10px;*/
}
.uv-draisinfoframe h1{
	color: #05B5FF!important;
	font-family: "Montserrat";
	font-size: 30px;
	line-height: 1.4;
	letter-spacing: 0.026em;
	font-weight: normal;
}
.uv-draisinfoframe h1 strong{
	font-family: inherit;
	display: block;
	font-weight: bold;
}
.uv-draisinfoframe h2, .uv-draisinfoframe p{
	margin-left: auto;
	margin-right: auto;
	max-width: 435px;
}
.uv-draisinfoframe .vc_column-inner:before{
	display: block;
	position: absolute;
	content: " ";
	z-index: 10;
	height: 67px;
	width: 180px;
	left: 0;
	right: 0;
	margin: auto;
	background: #F0F0F0 url(../assets/images/drais_logo_dark_blue.svg) center center no-repeat;
	background-size: auto 100%;
	top: 12px;
}
body .uv-draisinfoframe .nectar-button[data-color-override="false"].regular-button,
body .uv-draisinfoframe .nectar-button[data-color-override="false"].see-through{
	font-size: 13px;
	padding: 13px 5px;
	width: 223px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: auto;
	bottom: -18px;
	z-index: 15;
	margin-bottom: 0!important;
}
.uv-draisinfoframe .wpb_text_column .wpb_wrapper:after{
	position: absolute;
	display: block;
	content: " ";
	background-color: #F0F0F0;
	width: 263px;
	height: 44px;
	bottom: -18px;
	left: 0;
	right: 0;
	z-index: 11;
	margin: auto;
}
.uv-videolist-section{margin: 0 -14px;}
.uv-videogrid-item{
	float: left;
	width: 33.3333%;
	padding: 0 14px;
}
.uv-videogrid-item:nth-child(3n+1){clear: both;}
.uv-video-item{
	position: relative;
	margin-bottom: 60px;
}
.uv-video-item-frame{
	border: 1px solid #05B5FF;
	background: linear-gradient(180deg, #05B5FF 0%, #005c93 38.15%, #05B5FF 71.5%, #005c93 100%);	box-shadow: inset 0 0 3px 0 #05B5FF;
	padding: 5px;
	margin-bottom: 1.5em;
}
.uv-video-item-inner{
	position: relative;
	background-color: #F0F0F0;
	padding: 8px;
}
.uv-video-item-inner:before{
	position: absolute;
	display: block;
	content: " ";
	background: url(../assets/icons/icon-play-blue.png) center center no-repeat;
	background-size: 100% 100%;
	width: 56px;
	height: 56px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
}
.uv-video-item-img{
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.uv-video-item-img:before{
	display: block;
	position: relative;
	content: " ";
	padding-top: 56.25%;
}
.uv-video-item-img img{display: none!important;}
.uv-video-item-info{text-align: center;}
.uv-video-item-info .title{
	color: #000000;
	font-family: "Bebas Neue Regular";
	font-size: 24px;
	letter-spacing: 0.041em;
	line-height: 1.2;
	text-transform: uppercase;
}
.uv-video-item-info .date{
	font-family: "Open Sans", sans-serif;
	color: rgba(0,0,0,0.72);
	font-size: 14px;
	letter-spacing: 0.143em;
	line-height: 1.1;
	text-transform: uppercase;
	font-weight: bold;
}
.uv-emailsubscribe-text{text-align: center;}
.uv-emailsubscribe-text h2{
	color: #005c93;
	font-size: 38px;
	font-weight: bold;
	letter-spacing: 0.052em;
	line-height: 1.23;
	/* background: -webkit-linear-gradient(#05B5FF 0%, #005c93 38.15%, #05B5FF 71.5%, #005C93 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
}
.uv-emailsubscribe-text h3{
	color: #000000 !important;
	font-family: "Montserrat";
	font-size: 18px;
	font-weight: bold;
	line-height: 1.55;
	max-width: 350px;
	margin: auto;
	margin-bottom: 1.1em!important
}
.uv-subscribecont{
	display: block;
	margin: auto;
	max-width: 450px;
}
.uv-formsubs input{
	border: 1px solid #05B5FF!important;
	border-radius: 4px!important;
	background-color: transparent!important;
	/* box-shadow: inset 0 2px 8px 0 #000000, 0 0 16px 0 rgba(220,157,85,0.5)!important; */
	color: #000000!important;
	padding: 13px!important;
	text-align: center;
	margin-bottom: 0px;
}
.uv-subscribecont label.error{
	font-size: 11px;
	margin-top: 2px;
	text-align: center;
	display: block;
	color: #ffffff;
	margin-bottom: 0;
}

.container-wrap{
	background: #FFFFFF !important;
	background-color: #FFFFFF !important;
}

.ascend .container-wrap .uv-formsubs button.uv-btn-100[type="submit"]{
	padding-top: 12px!important;
	padding-bottom: 12px!important;
	font-size: 14px!important;
	background-color: transparent!important;
	color: #000000;
}
body.ascend .container-wrap .uv-formsubs button.uv-btn-s.uv-btn-100[type="submit"]:hover{background-color: transparent !important;color: #FFFFFF !important;}
.ascend .container-wrap .uv-formsubs button.uv-btn-100[type="submit"] i{
	margin-top: -8px;
	margin-bottom: -8px;
}
.uv-socialbox{position: relative;}
.uv-socialside-fbtw, .uv-socialside-im{
	float: left;
	width: 50%;
}
.uv-socialside-header{
	height: 49px;
	margin-bottom: 24px;
}
.uv-socialside-header .uv-socialside-sociallist{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	margin-top: 20px;
}
.uv-socialside-header .uv-socialside-sociallist li{
	display: inline-block;
	padding: 0 15px;
	margin: 0;
}
.uv-socialside-header .uv-socialside-sociallist li:first-child{padding-left: 0;}
.uv-socialside-header .uv-socialside-sociallist li:last-child{padding-right: 0;}
.uv-socialside-header .uv-socialside-sociallist li a{
	display: block;
	color: #005c93;
	font-size: 17px;
	line-height: 1.35;
}
.uv-socialside-header .uv-socialside-sociallist li a i{
	height: 23px;
	width: 23px;
	line-height: 24px;
}
.uv-socialside-fbtw{
	clear: both;
	padding-right: 85px;
}
.uv-socialbox-title{
	color: #005c93;
	font-family: "Bebas Neue Bold";
	font-size: 46px;
	letter-spacing: 0.065em;
	line-height: 1.21;
	/* background: -webkit-linear-gradient(#05B5FF 0%, #005c93 38.15%, #05B5FF 71.5%, #005C93 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
	margin-bottom: 20px;
}
.uv-socialbox-socialslinks{float: right;}
.uv-socialbox-socialslinks ul{margin-left: 0!important;}
.uv-socialbox-socialslinks ul li a{
	border: 2px solid #05b5ff;
	color: #05b5ff;
}
.uv-socialpost-item{
	position: relative;
	margin-bottom: 38px;
	padding-bottom: 35px;
	min-height: 55px;
	border-bottom: 1px solid #555555;
}
.uv-socialpost-item-inner{
	position: relative;
	padding-left: 90px;
}
.uv-socialpost-fb .uv-socialpost-item-inner > a, .uv-socialpost-tw .uv-socialpost-item-inner > a{
	display: block;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 54px;
	height: 54px;
}
.uv-socialpost-fb .uv-socialpost-item-inner > a{background: url(../assets/icons/feed-facebook.png) center center no-repeat;}
.uv-socialpost-tw .uv-socialpost-item-inner > a{background: url(../assets/icons/feed-twitter.png) center center no-repeat;}
.uv-socialpost-item-text{
	color: #969DA0;
	font-size: 16px;
	line-height: 1.62;
}
.uv-socialpost-item-text a{
	color: #005c93;
}
.uv-socialpost-item-text a:hover{
	color: #05B5FF;
}
.uv-twiiterpostslist ul, .uv-twiiterpostslist li{
	display: block;
	padding: 0;
	margin: 0!important;
	list-style: none!important;
}
.uv-twiiterpostslist li:last-child .uv-socialpost-item{
	margin-bottom: 0;
	border-bottom: 0;
}
.uv-instapost-item{
	float: left;
	width: 25%;
	position: relative;
}
.uv-instapost-item:before{
	display: block;
	position: relative;
	content: " ";
	padding-bottom: 100%;
}
.uv-instapost-item:after{
	position: absolute;
	display: block;
	content: " ";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-color: rgba(0, 0, 0, 0.6);
	visibility: hidden;
	opacity: 0;

	-webkit-transition: all 200ms ease-in-out 10ms;
	transition: all 200ms ease-in-out 10ms;
}
a:hover .uv-instapost-item:after{
	visibility: visible;
	opacity: 1;
}
.uv-instapost-img{
	position: absolute;
	display: none;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.uv-instapost-info{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 50%;
	top: auto;
	z-index: 20;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	vertical-align: middle;
	visibility: hidden;
	opacity: 1;

	-webkit-transition: all 200ms ease-in-out 10ms;
	transition: all 200ms ease-in-out 10ms;
}
a:hover .uv-instapost-item .uv-instapost-info{
	visibility: visible;
	opacity: 1;
}
.uv-instapost-info .likes, .uv-instapost-info .comments{
	float: left;
	width: 50%;
	text-align: center;
	color: #ffffff!important;
	font-size: 14px;
}
.uv-instapost-info .likes i, .uv-instapost-info .comments i{
	width: 25px;
	height: 25px;
	line-height: 25px;
}
.uv-calloutcard .span_12 > .column_container{
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	z-index: 10;
	padding: 100px 60px 75px 60px;
	padding-bottom: 75px!important;
}
.uv-calloutcard.wpb_row > .span_12 >.column_container:last-child{margin-bottom: -35px!important;}
.uv-calloutcard .wpb_text_column{
	max-width: 1080px;
	margin: auto!important;
	border: 1px solid #05B5FF;
	background: -webkit-linear-gradient(#05B5FF 0%, #005c93 38.15%, #05B5FF 71.5%, #005C93 100%);
	box-shadow: inset 0 0 3px 0 #05B5FF;
	padding: 5px;
}
.uv-calloutcard .wpb_text_column .wpb_wrapper{
	background-color: #FFFFFF;
	padding: 75px;
	padding-top: 110px;
}
.uv-framecallout{text-align: center;}
.uv-framecallout h2{
	color: #005c93!important;
	font-family: "Montserrat";
	font-size: 30px;
	line-height: 1.4;
	font-weight: normal;
	background-color: #FFFFFF;
	position: absolute;
	width: 500px;
	margin: auto;
	margin-bottom: 0;
	left: 0;
	right: 0;
	top: 65px;
}
.uv-framecallout h2 strong{
	font-family: inherit;
	display: block;
	font-weight: bold;
}
.uv-calloutcard .wpb_wrapper:after{
	position: absolute;
	display: block;
	content: " ";
	background-color: #FFF;
	width: 500px;
	height: 44px;
	bottom: 56px;
	left: 0;
	right: 0;
	z-index: 11;
	margin: auto;
}
body.ascend .uv-calloutcard .nectar-button.see-through{
	font-size: 13px;
	padding: 13px 5px;
	width: 335px;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: auto;
	bottom: 56px;
	z-index: 15;
	margin-bottom: 0!important;
	color: #000000 !important;
}
body.ascend .uv-calloutcard .nectar-button.see-through:hover{
	color: #FFFFFF !important;
}
.uv-socialside-slfooter{display: none;}
.uv-mobile-show{display: none!important;}
.uv-mobile-title{
	font-family: "Montserrat";
	font-size: 12px!important;
	font-weight: bold;
	line-height: 1.25;
	color: #05B5FF;
	background: -webkit-linear-gradient(#05B5FF 0%, #005c93 38.15%, #05B5FF 71.5%, #005C93 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

	position: relative;
	margin-top: 45px;
	margin-bottom: 45px;
	padding-bottom: 8px;
}
.uv-mobile-title:after{
	display: block;
	position: absolute;
	content: " ";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(270.01deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.24) 51.37%, rgba(255,255,255,0) 100%);
}
.uv-belowsliderbuttons{
	padding: 0 8px;
	max-width: 450px;
	margin: auto;
}
.uv-belowsliderbuttons br{display: none;}
.uv-belowsliderbuttons .uv-btn{
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 11px;
	margin-top: 8px;
}
.uv-calendar-list > div{
	width: 25%;
	float: left;
}
.uv-calendar-list .uv-eventsq-img img{display: none!important;}
.uv-eventsq-item{position: relative;}
.uv-calendar-venueselbtn{display: none;}
.uv-mobile-titleh1 strong{
	display: inline;
	font-family: inherit;
	font-weight: inherit;
}
.uv-calendar-venueselbtn{text-align: center;}
.uv-icon-cv{
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin-right: 9px;
	background: url("../assets/icons/icon-nc.png") center center no-repeat;
	background-size: 100% 100%;
}
.uv-calendar-venueselbtn .uv-btn{
	font-size: 12px;
	padding: 13px 15px;
}
.uv-tickets-monthdrop{text-align: center;}
.uv-tickets .uv-tickets-monthdrop{margin-bottom: 30px;}
.uv-tickets-list{margin-top: 20px;}
.uv-ticket-list-item{
	background-color: #FFFFFF;
	border: 1px solid #DEDEDE;
	position: relative;
	min-height: 175px;
	padding-left: 175px;
	padding-right: 265px;
	margin-bottom: 8px;
}
.uv-ticket-list-item:last-child{margin-bottom: 0;}
.uv-ticket-list-item-flyer{
	position: absolute;
	left: 0;
	top: 0;
	width: 174px;
	height: 173px;
	z-index: 10;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.uv-ticket-list-item-flyer img{display: none!important;}
.uv-ticket-list-item-info{
	position: relative;
	padding-left: 65px;
	padding-right: 30px;
	padding-top: 65px;
	padding-bottom: 10px;
}
.uv-ticket-list-item-info .ddate{
	float: left;
	margin-right: 40px;
	width: 30px;
	text-align: center;
}
.uv-ticket-list-item-info .ddate .month{
	color: #005c93;
	font-size: 16px;
	line-height: 1.37;
	text-transform: uppercase;
}
.uv-ticket-list-item-info .ddate .nday{
	color: #005c93;
	font-family: "Montserrat";
	font-size: 28px;
	font-weight: bold;
	line-height: 1.21;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	text-transform: uppercase;
}
.uv-ticket-list-item-info .info{
	float: left;
	max-width: calc(100% - 72px);
}
.uv-ticket-list-item-info .info .name{
	color: #005c93;
	font-family: "Bebas Neue Regular";
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.11em;
	line-height: 1.23;
	text-transform: uppercase;
}
.uv-ticket-list-item-info .info .eventddate{
	color: #05B5FF;
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
}
.uv-tickets-list-item-actions{
	position: absolute;
	right: 0;
	width: 265px;
	z-index: 10;
	bottom: 50%;
	top: auto;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	vertical-align: middle;
	padding-right: 72px;
}
h3.uv-eventlist-month{
	text-align: center;
	color: rgba(255, 255, 255, 0.8)!important;
	font-family: "Montserrat";
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.6em;
	margin-top: 1.4em;
}
.uv-tickets-list-mobile{
	display: none;
	margin-top: 48px;
	border: 1px solid #262220;
}
.uv-tickets-list-header{
	border-bottom: 1px solid #262220;
	text-align: center;
	padding: 9px 3px;
	padding-top: 12px;
	font-family: "Bebas Neue Bold";
	font-size: 16px;
	letter-spacing: 0.065em;
	line-height: 1.122;
	color: #05B5FF;
	background: -webkit-linear-gradient(#05B5FF 0%, #005c93 38.15%, #05B5FF 71.5%, #005C93 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.uv-ticket-mobile-item{
	border-top: 1px solid #DEDEDE;
	padding: 32px;
	position: relative;
	max-width: 500px;
	margin: auto;
}

.uv-ticket-mobile-item:first-child{
	border-top: 0px;
}
.uv-ticket-mobile-item:after{
	display: block;
	position: absolute;
	content: " ";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(270.01deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.24) 51.37%, rgba(255,255,255,0) 100%);
}
.uv-ticket-mobile-item .name{
	font-weight: bold;
	font-size: 16px;
	color: #005c93;
	text-transform: uppercase;
	margin-bottom: 1.5em;
}
.uv-ticket-mobile-item .ddate{
	color: #005c93 ;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 1.3em;
}
.uv-ticket-mobile-item .actions{margin-top: 20px;}
.uv-ticket-mobile-item .actions .uv-btn{
	font-size: 12px;
	padding-top: 11px;
	padding-bottom: 11px;
}
.uv-ticket-mobile-item .tickets > div.uv-item-male{
	width: 50%;
	float: left;
}
.uv-ticket-mobile-item .tickets > div.uv-item-female{
	width: 50%;
	float: right;
}
.uv-ticket-mobile-item .tickets > div:first-child,
.uv-ticket-mobile-item .tickets > div.uv-item-male{padding-right: 10px;}
.uv-ticket-mobile-item .tickets{
	color: #005c93 !important;
	font-size: 16px;
	font-weight: normal;
}

/*Video popup*/
/*Video Pop*/
.uv-video-pop .uv-pop-box{
	background-color: transparent;
	border: 0;
	margin-top: 70px;
}
.uv-pop-cont.uv-video-pop .uv-pop-box > .uv-closepop{display: none;}
.uv-videopop-header{
	position: relative;
	margin-bottom: 15px;
	padding-right: 30px;
}
.uv-videopop-subtitle{
	color: rgba(0,0,0,0.72);
	font-family: "Open sans", serif;
	font-size: 14px;
	letter-spacing: 0.14em;
	line-height: 1.1;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 0.4em;
}
.uv-videopop-title{
	color: #000;
	font-family: "Bebas Neue Regular";
	font-size: 38px;
	letter-spacing: 0.026em;
	line-height: 1.23;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.uv-videopop-header > a{
	position: absolute;
	display: block;
	z-index: 20;
	width: 27px;
	height: 27px;
	right: 0;
	top: 0;
	background-image: url(../assets/icons/closevideo.icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	background-color: #05B5FF;
}
.uv-videopop-body{
	/*box-shadow: 0 2px 16px 0 rgba(49,220,255,0.27);*/
	background-color: #000000;
	padding-top: 56.2%;
	position: relative;
}
.uv-videopop-body iframe{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}
.page-id-150 .uv-videolist-section{margin-top: 10px;}
.uv-global-landing-cont{
	max-width: 900px;
	margin: auto;
	margin-bottom: 100px;
	padding-top: 60px;
}
.uv-global-landing-cont-inner{
	position: relative;
	padding-left: 50%;
}
.uv-global-landing-logo{
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
}
.uv-global-landing-logo img{
	display: block;
	position: absolute;
	top: 0;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 10;
}
.uv-overvenuemenu .uv-global-landing-logo img{
	opacity: 0;
	visibility: hidden;

	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.uv-over-venuemenu-active .uv-overvenuemenu .uv-global-landing-logo img{
	opacity: 1;
	visibility: visible;

	-webkit-transition: all 250ms ease-in-out 400ms;
	transition: all 250ms ease-in-out 400ms;
}
.uv-global-landing-loccont{margin-bottom: 60px;}
.uv-global-landing-loccont:last-child{margin-bottom: 0;}
.uv-global-landing-loccont h5{margin-bottom: 1.3em;}
.uv-global-landing-loccont ul, .uv-global-landing-loccont li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.uv-global-landing-loccont ul{
	margin-left: 0!important;
	text-align: left;
}
.uv-global-landing-loccont li{
	position: relative;
	display: inline-block;
	padding-left: 20px;
	padding-right: 24px;
}
.uv-global-landing-loccont li:after{
	position: absolute;
	display: block;
	content: " ";
	right: -1px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 2px;
	height: 14px;
	background-color: #ffffff;
}
.uv-global-landing-loccont li:first-child{padding-left: 0;}
.uv-global-landing-loccont li:last-child{padding-right: 0;}
.uv-global-landing-loccont li:last-child:after{display: none;}
.uv-global-landing-loccont a{
	display: block;
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: bold;
	line-height: 1.28;
	color: #ffffff;
	text-transform: uppercase;
	/* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.22); */
}
.uv-global-landing-loccont a:hover{color: #05B5FF;}
.uv-global-landing-edcontent img{max-width: 844px!important;}
.uv-global-landing-sep{
	display: none;
	width: 100%;
	height: 1px;
	background: linear-gradient(270.01deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.24) 51.37%, rgba(255,255,255,0) 100%);
}
body .sf-menu li li ul{left: 21.1em!important;}
.uv-blogslidercont .nectar-recent-posts-single_featured.multiple_featured .recent-post-container h2 a > span span{
	font-family: "Bebas Neue Regular";
	line-height: 1.21;
}
.uv-blogslidercont .nectar-recent-posts-single_featured.multiple_featured .grav-wrap{display: none;}
.uv-blogslidercont .nectar-recent-posts-single_featured h2{
	position: relative;
	padding-top: 0.5em;
	margin-bottom: 10px;
}
.uv-blogslidercont .nectar-recent-posts-single_featured h2:before{
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 26px;
	height: 1px;
	background: #ffffff;
	box-shadow: 0 2px 24px rgba(49,220,255,0.34);
	z-index: 10;
}
.uv-blogslidercont .nectar-recent-posts-single_featured.multiple_featured .controls li .title{
	text-transform: uppercase;
	overflow: hidden;
	max-height: 44px;
}
.uv-blogslidercont .nectar-recent-posts-single_featured.multiple_featured.js-loaded .nectar-recent-post-slide:before{
	display: block;
	position: absolute;
	content: " ";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(180deg, rgba(0,0,0,0) 25%, rgba(0,0,0,0.5) 75%, rgba(0,0,0,0.8) 100%);
}
.uv-blog-categories-blog{
	background-color: #131210;
	box-shadow: 16px 8px 32px rgba(0,0,0,0.5);
	padding-right: 546px;
	min-height: 280px;
}
.uv-blog-categories-blog .uv-blog-categories-blog-list{
	width: 546px;
	height: 280px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}
.uv-blog-categories-blog-list ul, .uv-blog-categories-blog-list li{
	display: block;
	margin: 0!important;
	padding: 0!important;
}
.uv-blog-categories-blog-list li{
	float: left;
	width: 33.3333%;
}
.uv-blog-categories-blog-list li .uv-category-grid3-img{
	display: block;
	width: 100%;
	height: 280px;
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	transition: background-size .2s ease-in;
	-moz-transition: background-size .2s ease-in;
	-ms-transition: background-size .2s ease-in;
	-o-transition: background-size .2s ease-in;
	-webkit-transition: background-size .2s ease-in;
}
.uv-blog-categories-blog-list li .uv-category-grid3-img:hover{background-size: 110%;}
.uv-blog-categories-blog-list li .name{
	display: block;
	position: absolute;
	bottom: 24px;
	width: 100%;
	color: #FFFFFF;
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: bold;
	line-height: 1.28;
	text-align: center;
	text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.uv-categoriesbox-conteiner .col.span_12{margin-top: -45px;}
.uv-blog-categories-blog-info{padding: 80px 30px 30px 80px;}
.uv-blog-categories-blog-info p{
	margin: 0;
	font-size: 16px;
	max-width: 580px;
}
.uv-featured-article-banner{
	position: relative;
	box-shadow: 0 2px 20px rgba(0,0,0,0.53);
}
.uv-featured-article-banner:before{
	position: relative;
	display: block;
	content: " ";
	padding-top: 56.26%;
}
.uv-featured-article-banner-img{
	display: none;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.uv-featured-article-banner-labels{
	position: absolute;
	z-index: 15;
	bottom: 20px;
	width: 100%;
	padding-left: 58px;
	padding-right: 50px;
}
.uv-featured-article-banner-labels .title{
	color: #ffffff;
	font-family: "Bebas Neue Bold";
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.11em;
	line-height: 1.23;
	margin-bottom: 0.2em;
}
.uv-featured-article-banner-labels .date{
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	letter-spacing: 0.14em;
	line-height: 1.1;
	text-transform: uppercase;
}
.uv-featured-article-banner-labels:before{
	display: block;
	position: absolute;
	content: " ";
	width: 26px;
	height: 1px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	left: 16px;
	bottom: 2px;
}
.uv-blog-sidemenucont h5{
	font-size: 12px;
	margin-bottom: 1.5em;
}
.uv-blog-sidemenucont ul{
	padding: 0;
	margin: 0!important;
	list-style: none;
}
.uv-blog-sidemenucont ul li{
	margin-bottom: 0.7em;
	list-style: none;
	padding: 0!important;
}
.uv-blog-sidemenucont ul li a{
	color: rgba(255, 255, 255, 0.8);
	font-family: "Open Sans";
	font-size: 16px;
}
.uv-blog-news-headercont h2{
	font-family: "Montserrat";
	font-size: 46px;
	font-weight: bold;
	letter-spacing: 0.13em;
	line-height: 1.24;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}
.uv-blog-news-headercont p{
	color: rgba(255,255,255,0.8);
	font-size: 16px;
	line-height: 1.75;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	max-width: 486px;
	margin-left: auto;
	margin-right: auto;
}
.uv-blogthumbboxes-section .vc_col-sm-12{margin-top: -45px;}
.uv-blogboxes-customstyle .masonry.material .masonry-blog-item .meta-category, .uv-blogboxes-customstyle .masonry.material .masonry-blog-item .article-content-wrap{background-color: #141311;}
.uv-blogboxes-customstyle .masonry.material .masonry-blog-item .meta-category a{
	color: rgba(255, 255, 255, 0.72)!important;
	font-family: "Montserrat";
	font-size: 14px;
	letter-spacing: 0.14em;
	line-height: 1.1;
	text-transform: uppercase;
}
.uv-blogboxes-customstyle .masonry.material .masonry-blog-item .grav-wrap{display: none!important;}
.uv-blogboxes-customstyle .post-header h3{
	color: #FFFFFF;
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 1.62;
	text-shadow: 0 2px 2px rgba(0,0,0,0.5);
	font-weight: normal;
	letter-spacing: normal;
}
.uv-blogboxes-customstyle .excerpt{
	color: #ffffff;
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 1.85;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.uv-blogboxes-customstyle .excerpt:after{
	display: block;
	content: "READ MORE";
	text-decoration: underline;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #05B5FF;
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 26px;
	text-shadow: 0 2px 2px rgba(0,0,0,0.5);
	text-transform: uppercase;
}
.uv-blogboxes-customstyle .masonry.material .masonry-blog-item .meta-category{padding-top: 40px;}
body .nectar-button[data-color-override="false"].regular-button.uv-btn-w238{
	width: 238px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 12px;
}
body .nectar-button[data-color-override="false"].regular-button.uv-btn-wscenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.uv-blogboxes-customstyle .post-area.masonry{margin-bottom: 25px;}
.uv-blog-freshinartist-sectiontext p{
	max-width: 626px;
	margin-left: auto;
	margin-right: auto;
	color: rgba(255, 255, 255, 0.71);
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 1.62;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	margin-top: 1em;
	margin-bottom: 2em!important;
}
.uv-blogcarousel-item{
	position: relative;
	border: 1px solid #211f1d;
}
.uv-blogcarousel-item:before{
	position: relative;
	display: block;
	content: " ";
	padding-top: 100%;
}
.uv-blogcarousel-img{
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	opacity: .7;
	z-index: 10;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.uv-blogcaoumoblink{
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 16;
}
.uv-blogcarousel-img img{display: none!important;}
.uv-blogcarousel-labels{
	position: absolute;
	z-index: 15;
	bottom: 30px;
	left: 0;
	padding-left: 30px;
	padding-right: 25px;
}
.uv-blogcarousel-itconteiner{
	padding-left: 35px;
	padding-right: 35px;
	width: 100%;
}
.uv-blogcarousel-labels .category{
	color: #DBB774;
	font-size: 11px;
	line-height: 1.26;
}
.uv-blogcarousel-labels .title{
	color: #FFFFFF;
	font-size: 20px;
	line-height: 1.35;
	text-transform: uppercase;
	margin-bottom: 1em;
}
.uv-blogcarousel-labels .actions .uv-btn-p{
	padding: 14px 18px;

	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.owl-theme .owl-dots .owl-dot.active span{
	background-color: #05B5FF!important;
}

.span_12.dark .owl-theme .owl-dots .owl-dot.active span{
	background-color: #05B5FF!important;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}
.owl-theme .owl-dots .owl-dot span{margin: 5px 9px;}
.uv-blog-news-headercont .row-bg{
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
.uv-featured-article-banner-labels .categories{display: none;}
.uv-blog-single{
	background-image: url(../assets/images/greenpattern.bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-top: 70px;
	padding-bottom: 60px;
}
.uv-blog-bread{
	margin: 0!important;
	padding: 0;
	list-style: none;
}
.uv-blog-bread li{
	float: left;
	list-style: none!important;
	padding-right: 24px;
	padding-left: 20px;
	position: relative;
}
.uv-blog-bread li:first-child{padding-left: 0;}
.uv-blog-bread li:last-child{padding-right: 0;}
.uv-blog-bread li:after{
	position: absolute;
	content: "\f105";
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	height: 16px;
}
.uv-blog-bread li:last-child:after{display: none;}
.uv-blog-bread li a{
	display: block;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.66;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}
.uv-blog-single-breadcont{margin-bottom: 15px;}
.uv-blog-single-post{
	float: left;
	width: 72%;
	padding-right: 50px;
}
.uv-blog-single-sidebar{
	float: right;
	width: 28%;
	padding-left: 50px;
}
.uv-blog-single-postbox{
	border: 1px solid #232220;
	background-color: #050505;
	box-shadow: 16px 8px 32px rgba(0,0,0,0.5);
	padding: 30px 30px 30px 30px;
}
.uv-blog-sinlge-shares{
	position: relative;
	padding-left: 80px;
}
.uv-blog-sinlge-shares .label{
	text-transform: uppercase;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #FFFFFF;
	font-size: 16px;
	line-height: normal;
	height: 22px;
}
.uv-blog-sinlge-shares ul{
	margin: 0!important;
	padding: 0;
	list-style: none;
}
.uv-blog-sinlge-shares ul li{
	list-style: none!important;
	float: left;
	padding: 0 12px;
	margin-bottom: 0;
}
.uv-blog-sinlge-shares ul li:first-child{padding-left: 0;}
.uv-blog-sinlge-shares ul li:last-child{padding-right: 0;}
.uv-blog-sinlge-shares ul li a{
	display: block;
	color: #ffffff;
	font-size: 20px;
}
.uv-blog-sinlge-shares ul li a i{
	width: auto;
	height: auto;
	top: auto;
	font-size: inherit;
	display: block;
}
.uv-blog-single-sidebar h4{
	color: #05B5FF!important;
	font-family: "Montserrat"!important;
	font-size: 12px!important;
	font-weight: bold!important;
	line-height: 15px;
	margin-bottom: 8px!important;
}
.uv-blog-single-sidebar .popular-featured-img{
	vertical-align: top!important;
	margin-top: 10px;
}
.uv-blog-sinlge-sidemenus .uv-blog-sidemenucont:last-child h5{margin-top: 60px;}
.uv-blog-single-post h1{
	color: #ffffff;
	font-size: 46px;
	font-weight: bold;
	letter-spacing: 0.065em;
	line-height: 1.21;
	margin-bottom: 0.4em;

	background: none;
	-webkit-background-clip: inherit;
	-webkit-text-fill-color: inherit;
}
.uv-blog-single-postbox > .ddate{
	color: rgba(255,255,255,0.72);
	font-size: 14px;
	letter-spacing: 0.14em;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.uv-blog-single-postbox .postimage{margin-bottom: 25px;}
.uv-blog-single-postbox .postimage img{width: 100%;}
.uv-blog-single-content-inner{
	padding-left: 25px;
	max-width: 640px;
}
.uv-blog-single-postbox .uv-blog-sinlge-shares{margin-bottom: 25px;}
.uv-blog-single-postbox .postcontent, .uv-blog-single-postbox .postcontent p{
	color: rgba(255, 255, 255, 0.72);
	font-family: "Open-sans", sans-serif;
	font-size: 18px;
	line-height: 1.66;
}
.uv-blog-single-postbox .postcontent p{
	margin-bottom: 1em;
	padding-bottom: 0;
}
.uv-blog-single-footer{
	margin-top: 25px;
	position: relative;
	padding-top: 28px;
	max-width: 700px;
}
.uv-blog-nextprevbtns{text-align: center;}
.uv-blog-nextprevbtns .uv-btn{
	margin: 0 8px;
}
.uv-blog-single-footer:before{
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	height: 1px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: linear-gradient(270.01deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.24) 51.37%, rgba(255,255,255,0) 100%);
}
.uv-blog-mayalsolike{
	margin-top: 60px;
	padding-top: 60px;
	position: relative;
}
.uv-blog-mayalsolike:before{
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(270deg, rgba(255,255,255,0) 1.41%, rgba(255,255,255,0.59) 47.91%, rgba(255,255,255,0) 99.59%);
}
.uv-blog-mayalsolike h2{
	text-align: center;
	margin-bottom: 1em;
}
.uv-blog-mayalsogrid{margin: 0 -20px;}
.uv-blog-mayalsogrid > div{
	padding: 0 20px;
	float: left;
	width: 33.3333%;
}
.uv-blog-articlesim-item img{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.uv-blog-articlesim-item .postinfo{padding: 0 6%;}
.uv-blog-articlesim-item h3{
	color: #FFFFFF;
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 1.62;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 1em;
}
.uv-blog-articlesim-item .date{
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	letter-spacing: 0.14em;
	line-height: 1.1em;
	margin-bottom: 1.2em;
	text-transform: uppercase;
}
.uv-blog-articlesim-item .excerpt{
	font-size: 14px;
	line-height: 1.85;
	text-shadow: 0 2px 2px rgba(0,0,0,0.5);
}
.uv-blog-trendinvegas{display: none;}
.uv-overvenuemenu{
	display: block;
	width: 100%;
	background-color: #005c93;
	position: fixed;
	z-index: 10003;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	padding-top: 70px;
	-webkit-transition: all 300ms ease-in-out 10ms;
	transition: all 300ms ease-in-out 10ms;
	-webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.38, 1);
	transition-timing-function: cubic-bezier(0.42, 0, 0.38, 1);
	background: #005c93 url(../assets/images/bc_footer_bg_dark.png) center bottom no-repeat;
}
.uv-over-venuemenu-active .uv-overvenuemenu{
	visibility: visible;
	opacity: 1;
}
.uv-over-venuemenu-active .uv-over-menu-topbtns{display: none;}
.uv-overvenuemenu .uv-global-landing-links{
	-webkit-transform: translateY(8vw);
	transform: translateY(8vw);
	opacity: 0;

	-webkit-transition: all 100ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: all 100ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.uv-over-venuemenu-active .uv-overvenuemenu .uv-global-landing-links{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);

	-webkit-transition: all 800ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: all 800ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.uv-subs-inputcont{
	position: relative;
	margin-bottom: 10px;
}
.uv-subssuccessmsg{
	display: none;
	text-align: center;
	color: #ffffff;
	background-color: #05B5FF;
	background: linear-gradient(0deg, #05B5FF 0%, #005c93 100%);
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 48px;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid transparent;
	z-index: 15;
	cursor: pointer;
	border-radius: 4px;
}
body .uv-pop-cont.uv-video-pop .uv-pop-box{margin-top: 50px!important;}
.uv-global-landing-page .uv-global-landing-mobile{display: none;}
.uv-landingbtncont{
	position: relative;
	margin-bottom: 17px;
}
.uv-landingbtncont:before{
	display: block;
	position: relative;
	content: " ";
	padding-top: 24.56%;
}
.uv-landingbtncont-bg, .uv-landingbtncont-hover{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	visibility: visible;
	opacity: 0.6;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.uv-landingbtncont-hover{
	visibility: hidden;
	opacity: 0;
}
.uv-global-landing-mobile a:hover .uv-landingbtncont-hover{
	visibility: visible;
	opacity: 0.6;
}
.uv-global-landing-mobile a:hover .uv-landingbtncont-bg{
	visibility: hidden;
	opacity: 0;
}
.uv-landingbtncont-label{
	position: absolute;
	z-index: 15;
	left: 0;
	right: 0;
	margin: auto;
	color: #FFFFFF;
	font-family: "Montserrat";
	font-size: 29px;
	font-weight: 500;
	letter-spacing: 0.083em;
	line-height: 1.20;
	text-align: center;
	text-transform: uppercase;
	bottom: 50%;
	top: auto;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	vertical-align: middle;
}
.uv-landingbtncont-label b{font-weight: 800;}
.uv-global-landing-mobile > img{
	display: block;
	margin: auto;
	margin-bottom: 18px;
	max-width: 70px;
}
.uv-global-landing-mobile h3{
	margin-top: 7em;
	margin-bottom: 0.3em;
	text-align: center;
	font-size: 16px;
}
.uv-calev-labels .coverlink{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 21;
}
.uv-calev-labels-inner{z-index: 25;}
.uv-landingevents > div{
	width: 33.3333%;
	display: inline-block;
	padding-left: 25px;
	padding-right: 25px;
}
.uv-landingevents > div.vert{
	width: 25%;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
.uv-landingevents{
	margin-left: -25px;
	margin-right: -25px;
	text-align: center;
}
.uv-landingevents .uv-eventsq-img img{display: none!important;}
.uv-landingevents .uv-eventsq-item{margin-bottom: 25px;}
.uv-landingevents .uv-eventsq-item.vert{margin-bottom: 0px;}
.uv-landingevents .uv-eventsq-item.vert .uv-eventsq-img img{width: 100%; display: block!important;}
.uv-landingevents .uv-eventsq-item.vert .uv-eventsq-img:before{display: none}
.uv-landingevents .uv-eventsq-item.vert .uv-eventsq-img:after{display: none}
.uv-eventsq-info.vert{position: relative;bottom:0;background-color: rgba(25,25,25,.8); margin-bottom: 25px; padding: 25px;}
.uv-eventsq-info.vert .actions{opacity: 1; visibility: visible;}

body #header-outer[data-lhe="animated_underline"] header#top nav > ul > li > a{
	margin-left: 14px;
	margin-right: 14px;
}
.uv-only-mob, .swiper-pagination, .swiper-button-next, .swiper-button-prev{display: block;}
.menu-item-42, .menu-item-59{opacity: 1;}
.uv-calev-labels, .uv-calendar-table tbody td .cellcont .flyer{display: block!important;}
.uv-calendar-menu li:nth-child(2), .menu-item-71{display: none;}
.uvmap-section{
	position: relative;
	min-height: 500px;
/* 	background: url(/wp-content/themes/drais-child/assets/images/draisbeach.png?v=1) center center no-repeat; */
	background-size: 80% auto;
}
.uv-siteid-7 .uvmap-section{background-image: url(/wp-content/themes/drais-child/assets/images/afterhours.png?v=1);}
.uvmap-section .uvmap-dblock{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	display: flex;
	align-items: center;
	justify-content: center;
}
.uvmap-section .uvmap-dblock img{
	display: block;
	max-width: 90%!important;
	width: 200px!important;
}
.uvmap-section > #map-shadow{display: block!important;}
.uvmap-maplistheader{display: block!important;}
.uvmap-section-inner{display: block!important;}
.main-content img{ width: 100%; }
body .main-content .swiper-container2 .uvbtn-container .uv-btn-s{
	background: linear-gradient(0deg, #05B5FF 0%, #005c93 100%);
	
}
body .main-content .swiper-container2 .uvbtn-container .uv-btn-s a{
	color:#fff;
}
body .main-content .swiper-slide .swiper-container2 .uvbtn-container .uv-btn-s a:hover{
	color: #000;
}

body .uv-btn-event3d{
	background-color: #005c93;
	color: #ffffff;
}
body .uv-btn-event3d:hover, body .uv-btn-event3d:focus{color: #eeeeee;}
body .uv-event-itemtypeheader .uvtitle, body .uv-event-itemtypeheader .uvtabarrow, body .uv-itemicon{color: #005c93;}
body .uv-event-itemtfooter{
    background-color: rgba(0, 92, 147, 0.8);
    border: 1px solid rgba(0, 92, 147, 0.3);
}
body .uv-event-itemtfooter .uv-btn-p{color: #ffffff;}
body .uv-eventbottominfo p{
	color: #444444;
	text-shadow: none;
}
body .uv-event-item .uvinfo .uvname, body .uv-event-item .uvinfo .uvhighlight{color: #000000;}
body .uv-event-item .uvitemsel .uvsellabel, body .uv-event-item .uvpricelabel, body .uv-checkout-cartitem .uvpricelabel, body .uv-event-item .uvtaglabel, body .uv-checkout-cartitem .uvtaglabel{color: #333333;}
body .uv-event-item select{border: 1px solid #005c93!important;}
body .uv-event-item .uvprice > span, body .uv-checkout-cartitem .uvprice > span{color: #000000;}
body .uv-event-item .uvactions a.uv-btnitem-s{color: #333333;}
body .uv-event-item{border-bottom: 1px solid rgba(0, 0, 0, 0.2);}
body .uv-event-item.added{
	box-shadow: inset 0 0 100px 100px rgb(38 34 32 / 10%);
	background-color: transparent;
}
body .uv-pop-header{background-color: #005c93;}
body .uv-pop-header .uvtitle, body .uv-pop-cont .uv-pop-box > .uv-closepop, body .uv-pop-action > a.uv-btn-p, body .uv-pop-mapitem .uv-pop-header .ddate, body .uv-pop-mapitem .uv-pop-header .uvcapacity strong, body .uv-pop-mapitem.uv-pop-cont .uv-pop-box > .uv-closepop, body .uv-pop-mapitem .uv-pop-header .uvcapacity span, body .uv-pop-mapitem .uv-pop-header .uvcapacity i, body .uv-inputnumbersel .uvinfo .uvname{color: #ffffff;}
body .uvbgfooterform{background-color: rgba(0, 92, 147, 0.8);}
body .uv-pop-action > a.uv-btn-p{border-color: #005c93;}
body .uv-eventbottominfo:before{
    background: linear-gradient(270.01deg, rgba(0, 0, 0,0) 0%, rgba(0, 0, 0, 0.24) 51.37%, rgba(0, 0, 0,0) 100%);
}
.uv-powered-bottom > a{
	display: inline-block;
	padding: 4px 10px;
	background-color: #005c93;
	border-radius: 5px;
}
.uv-powered-bottom > a img{display: block;}
body .uv-map-controls .uv-btn{
	background-color: #005c93;
	border-color: #005c93;
}
body .uv-map-list-inner, body .uv-map-dropevent .uvactions .uv-btn, body .uv-inputnumbersel{background-color: #005c93;}
body .uv-mappop-footer .uvactions .uvinner > div:last-child .uv-btn{border-color: #005c93;}
body .uv-event-item .uvaddinfo .uvmorelink a{color: #000000;}
body .uv-event-item .uvaddinfo .uvmorelink a:hover, body .uv-event-item .uvaddinfo .uvmorelink a:focus{color: #222222;}


/*Responsive*/
@media(max-width: 1380px){
	body #header-outer[data-lhe="animated_underline"] header#top nav > ul > li > a{
		margin-left: 7px;
		margin-right: 7px;
		letter-spacing: 0.4px;
	}
	header#top nav > ul > li.menu-item-has-children:after{right: -2px;}
	.uv-over-menu-topbtns{right: 43px;}
	.uv-draisinfoframe h2{font-size: 25px;}
	.uv-eventsq-info .actions .uv-btn{font-size: 9px;}
	body .uv-calev-labels-inner{
		padding-left: 10px;
		padding-right: 10px;
	}
	.uv-blogcarousel-itconteiner{
		padding-left: 25px;
		padding-right: 25px;
	}
	.uv-categoriesbox-conteiner .col.span_12{margin-top: -20px;}
	.uv-blog-single-post{padding-right: 20px;}
	.uv-blog-single-sidebar{padding-left: 20px;}
}
@media(max-width: 1300px){
	.uv-draisinfoframe .wpb_text_column .wpb_wrapper{
		/*padding-left: 25px;
		padding-right: 25px;*/
		padding-left: 50px;
		padding-right: 50px;
	}
	.uv-draisinfoframe{
		padding-left: 30px!important;
		padding-right: 30px!important;
	}
}
@media(max-width: 1250px){
	.uv-footer-col-1{padding-right: 15px;}
	.uv-footer-col-2{
		padding-left: 15px;
		padding-right: 10px;
	}
	.uv-footer-col-3{
		padding-left: 0px;
		padding-right: 15px;
	}
	.uv-footer{
		padding-top: 120px;
		padding-bottom: 70px;
	}
	body #header-outer[data-lhe="animated_underline"] header#top nav > ul > li > a{
		font-size: 10px;
		margin-left: 10px;
		margin-right: 10px;
	}
	header#top nav > ul > li.menu-item-has-children:after{
		right: 0px;
		font-size: 12px;
		top: 26px;
	}
	.uv-pagescrolled header#top nav > ul > li.menu-item-has-children:after{top: 23px;}
	body:not(.material) header#top nav > ul > li.uv-mainnav-bottle:not(#social-in-menu) > a, body:not(.material) header#top nav > ul > li.uv-mainnav-tickets:not(#social-in-menu) > a{
		padding: 10px 14px!important;
		font-size: 11px;
		margin-top: 16px;
	}
	body:not(.material).uv-siteid-5 header#top nav > ul > li.menu-item-131:not(#social-in-menu) > a, body:not(.material) header#top nav > ul > li.uv-mainnav-tickets:not(#social-in-menu) > a{margin-right: 0;}
	body.uv-pagescrolled:not(.material) header#top nav > ul > li.uv-mainnav-bottle:not(#social-in-menu) > a, body.uv-pagescrolled:not(.material) header#top nav > ul > li.uv-mainnav-tickets:not(#social-in-menu) > a{margin-top: 13px;}
	.uv-over-menu-topbtns{
		right: 28px;
		top: 33px;
	}
	.uv-pagescrolled .uv-over-menu-topbtns{top: 26px;}
	.uv-over-menu-topbtns .uv-btn-s, .uv-over-menu-topbtns .uv-btn-p{
		padding: 10px 14px;
		font-size: 11px;
	}
	.uv-blog-categories-blog-info{padding: 60px 25px 25px 42px;}
	.uv-pagescrolled body:not(.material) header#top nav > ul > li.uv-mainnav-bottle:not(#social-in-menu) > a, .uv-pagescrolled body:not(.material) header#top nav > ul > li.uv-mainnav-tickets:not(#social-in-menu) > a{margin-top: 12px;}
}
@media(max-width: 1200px){
	.uv-cta-item-label{font-size: 18px;}
	.uv-draisinfoframe .wpb_text_column .wpb_wrapper{
		padding-top: 70px;
		padding-bottom: 65px;
	}
	.uv-draisinfoframe h2{font-size: 20px;}
	body .uv-calev-labels .actions .uv-btn-s{
		font-size: 9px;
		padding-top: 11px;
		padding-bottom: 11px;
	}
	body .uv-calev-labels .name{font-size: 10px;}
	body .uv-calev-labels .ddate{font-size: 12px;}
	.uv-calendar-list > div{width: 33.3333%;}
	.uv-sliderevent-labels .name{font-size: 70px;}
}
@media(max-width: 1080px){
	header#top nav > ul > li.menu-item-has-children:after{display: none;}
	body #header-outer[data-lhe="animated_underline"] header#top nav > ul > li > a{
		margin-left: 7px;
		margin-right: 7px;
		font-size: 9px;
	}
	.uv-videogrid-item{width: 50%;}
	.uv-socialside-fbtw{padding-right: 30px;}
	.uv-ticket-list-item{padding-right: 150px;}
	.uv-tickets-list-item-actions{
		width: 150px;
		padding-right: 20px;
	}
	.uv-ticket-list-item-info{
		padding-left: 40px;
		padding-right: 15px;
	}
	.uv-blog-categories-blog-info h2{font-size: 30px;}
	.uv-blog-categories-blog-info p{font-size: 15px;}
	.uv-videogrid-item:nth-child(3n+1){clear: none;}
	.uv-videogrid-item:nth-child(2n+1){clear: both;}
	.uv-btn-p:before, body .nectar-button[data-color-override="false"].regular-button:before, .ascend .container-wrap button.uv-btn-p[type="submit"]:before, body .nectar-button[data-color-override="false"].regular-button:before, .uv-over-menu-topbtns .uv-btn-p:before, .uv-btn-pg:before, body:not(.material) header#top nav > ul > li.uv-mainnav-bottle:not(#social-in-menu) > a:before{height: 105%;}
	.uv-landingevents{text-align: center;}
	.uv-landingevents > div, .uv-landingevents > div.vert{
		text-align: left;
		float: none;
		width: 50%;
		display: inline-block;
	}
	.uv-sliderevent-labels .name{font-size: 50px;}
}
@media(max-width: 1000px){
	.uv-menuoverbtn, .uv-over-menu{display: none;}
	header#top .uv-logocont #logo{margin-left: 50px;}
	.uv-menumobilebtn{display: block;}
	.uv-menumobilebtn .uv-menu-btn-icon div{background-color:#05B5FF;}
	.uv-footer-col-1, .uv-footer-col-2{width: 50%;}
	.uv-footer-col-2{padding-right: 0;}
	.uv-footer-col-3{width: 65%;}
	.uv-footer-col-4{width: 35%;}
	.uv-footer{padding-top: 100px;}
	.uv-footer-copy p{
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}
	.uv-footer-copy ul{float: none;}
	.uv-footer-cols{margin-bottom: 20px;}
	.uv-footer-socials{margin-top: 65px;}
	body header#top .span_9 > .slide-out-widget-area-toggle{display: none!important;}
	.uv-btn-mobileheader{display: block;color: #05b5ff;}
	.uv-btn-mobileheader i.button__icon{
		background-color: transparent !important;
		color: #05b5ff;
		width: initial;
		height: initial;
		top: 0;
		line-height: initial;
	}

	.uv-mobile-nav{display: block;}
	.uv-over-menu-topbtns{display: none;}
	.container-wrap{margin-top: -93px;}
	.uv-homevideosection{
		padding-left: 15px;
		padding-right: 15px;
	}
	.uv-homevideosection .span_12 > .vc_col-sm-6:last-child, .uv-homevideosection .span_12 > .vc_col-sm-6:first-child{width: 50%;}
	.uv-ctas-btnscont{margin: 0;}
	.uv-ctas-btnscont > .uv-cta-divcont{
		padding: 0;
		width: 100%;
		margin: auto;
		margin-bottom: 20px;
		float: none;
		max-width: 400px;
	}
	.uv-ctas-btnscont > .uv-cta-divcont:last-child{margin-bottom: 0;}
	.uv-cta-item-label{font-size: 24px;}
	.uv-socialbox-title{
		text-align: center;
		font-size: 30px;
		margin-bottom: 10px;
	}
	.uv-socialside-fbtw, .uv-socialside-im{width: 100%;}
	.uv-socialside-header .uv-socialside-sociallist{float: none;}
	.uv-socialside-fbtw{padding-right: 0;}
	.uv-socialside-header .uv-socialbox-socialslinks{display: none;}
	.uv-socialside-slfooter{
		display: block;
		padding-top: 19px;
	}
	.uv-socialside-slfooter .uv-socialbox-socialslinks{float: none;}
	.uv-framecallout h2{
		font-size: 22px!important;
		line-height: 1.4!important;
		width: 350px;
		top: 32px;
	}
	.uv-calloutcard .span_12 > .column_container{
		padding-top: 60px;
		padding-left: 35px;
		padding-right: 35px;
	}
	.uv-calloutcard .wpb_text_column .wpb_wrapper{
		padding: 60px;
		background-color: #FFFFFF;
	}
	.uv-calloutcard .wpb_wrapper:after{width: 350px;}
	body.ascend .uv-calloutcard .nectar-button.see-through{width: 290px;}
	.wpb_row.uv-pagetoppattern .row-bg, .wpb_row.uv-page-bs .row-bg{background-position: center top!important;}
	.uv-calendar-list > div{width: 50%;}
	.uv-tickets-list{display: none;}
	.uv-tickets-list-mobile{display: block;}
	.uv-global-landing-logo, .uv-global-landing-logo img{
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
	}
	.uv-global-landing-logo{width: 100%;}
	.uv-global-landing-cont-inner{padding-left: 0;}
	.uv-global-landing-logo img{
		margin: auto;
		margin-bottom: 40px;
	}
	.uv-global-landing-links{
		max-width: 500px;
		margin: auto;
	}
	.uv-global-landing-sep{display: block;}
	.uv-global-landing-loccont{
		margin-bottom: 38px;
		margin-top: 38px;
		text-align: center;
	}
	.uv-global-landing-loccont:last-child{
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.uv-global-landing-loccont:first-child{margin-top: 38px;}
	.uv-global-landing-loccont ul{text-align: center;}
	.uv-global-landing-loccont li{
		display: block;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 15px;
	}
	.uv-global-landing-loccont li:after{display: none;}
	.uv-global-landing-loccont li:last-child{margin-bottom: 0;}
	.uv-global-landing-loccont h5{margin-bottom: 2em;}
	.uv-blogslidercont{margin-top: 0!important;}
	.uv-blog-categories-blog .uv-blog-categories-blog-list{
		position: relative;
		width: auto;
		height: auto;
		max-width: 380px;
		margin: auto;
	}
	.uv-blog-categories-blog{padding-right: 0;}
	.uv-blog-categories-blog-list li{
		float: none;
		width: 100%;
	}
	body .nectar-recent-posts-single_featured.multiple_featured > .container{
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.uv-blog-categories-blog-list li .uv-category-grid3-img{
		height: auto;
		padding-top: 26.4%;
		background-position: center 40%;
	}
	.uv-blog-categories-blog{
		background-color: transparent;
		box-shadow: none;
	}
	.uv-blog-categories-blog-list li:first-child .uv-category-grid3-img{border-radius: 8px 8px 0 0;}
	.uv-blog-categories-blog-list li .name{
		bottom: 0;
		top: 0;
		margin: auto;
		height: 18px;
	}
	.uv-blog-categories-blog-info{
		text-align: center;
		padding: 40px 20px;
		background-color: #131210;
		margin-top: 20px;
	}
	.uv-blog-categories-blog-info h2{color: #05B5FF!important;}
	.uv-hideon1000{display: none!important;}
	.uv-categoriesbox-conteiner{padding-bottom: 30px!important;}
	.uv-featured-article-banner-labels .categories{display: block;}
	.uv-featured-article-banner:before{display: none;}
	.uv-featured-article-banner-img:before{
		position: relative;
		display: block;
		content: " ";
		padding-top: 56.26%;
	}
	.uv-featured-article-banner-labels{
		position: relative;
		bottom: auto;
	}
	.uv-featured-article-banner-img{
		position: relative;
		height: auto;
		border-radius: 8px;
		margin-bottom: 30px;
	}
	.uv-featured-article-banner-labels{
		padding-right: 0;
		padding-left: 0;
	}
	.uv-featured-article-banner-labels .categories{margin-bottom: 16px;}
	.uv-featured-article-banner-labels .categories ul{
		list-style: none;
		margin: 0!important;
		padding: 0;
		text-align: left;
	}
	.uv-featured-article-banner-labels .categories ul li{
		list-style: none;
		margin-right: 14px;
		display: inline-block;
		margin-bottom: 0;
	}
	.uv-featured-article-banner-labels .categories ul a{
		color: rgba(255, 255, 255, 0.72)!important;
		font-family: "Montserrat";
		font-size: 14px;
		letter-spacing: 0.14em;
		line-height: 1.1;
		text-transform: uppercase;
	}
	.uv-featured-article-banner-labels .title{
		font-size: 24px;
		margin-bottom: 0;
	}
	.uv-featured-article-banner-labels .date, .uv-featured-article-banner-labels:before{display: none;}
	.uv-blog-single-post{
		padding-right: 0;
		width: 100%;
		margin-bottom: 60px;
	}
	.uv-blog-single-sidebar{
		padding-left: 0;
		width: 100%;
	}
	.container-wrap.uv-blog-single{
		margin-top: 0;
		padding-top: 50px;
	}
	.uv-blog-single-sidebar .uv-blog-sinlge-sidemenus{display: none;}
	.uv-blog-mayalsogrid > div{
		width: 50%;
		padding: 0 12px;
	}
	.uv-blog-mayalsogrid{margin: 0 -12px;}
	.uv-blog-mayalsogrid > div:last-child{display: none;}
	.uv-pagescrolled body #header-outer, body #header-outer{
		padding-top: 6px!important;
		padding-bottom: 6px!important;
	}
	html body:not(.material) header#top #logo{margin-top: 0!important;}
	html body header#top #logo img, .uv-pagescrolled body header#top #logo img{height: 44px!important;}
	.uv-landingevents > div{
		padding-left: 15px;
		padding-right: 15px;
	}
	.uv-landingevents{
		margin-left: -15px;
		margin-right: -15px;
	}
	.uv-sliderevent-labels .name{font-size: 40px;}
}
@media(max-width: 880px){
	.uv-homevideosection .span_12 > .vc_col-sm-6:first-child{width: 100%;}
	.uv-homevideosection .span_12 > .vc_col-sm-6:last-child{display: none!important;}
}
@media(max-width: 710px){
	.uv-eventcar-right{right: -42px;}
	.uv-eventcar-left{left: -42px;}
}
@media(max-width: 690px){

	.uv-sliderevent-img-mob{display: block!important;}
	.uv-only-desk{display: none;}
	.uv-only-mob{display: block;}

	/*Mobile Transparent Header*/
	.uv-siteid-3.page-id-5 .container-wrap{
		padding-top: 0;
		margin-top: -169px;
	}
	body.uv-siteid-3.page-id-5 #header-outer{background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);}
	.uv-mobile-menu-active body.uv-siteid-3.page-id-5 #header-outer{background: rgba(0, 0, 0, 1);}
	.uv-pagescrolled body.uv-siteid-3.page-id-5 #header-outer{background-color: rgba(0, 0, 0, 1);}

	.uv-siteid-6.page-id-92 .container-wrap{
		padding-top: 0;
		margin-top: -169px;
	}
	body.uv-siteid-6.page-id-92 #header-outer{background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);}
	.uv-mobile-menu-active body.uv-siteid-6.page-id-92 #header-outer{background: #ffffff;}
	.uv-pagescrolled body.uv-siteid-6.page-id-92 #header-outer{background-color: rgb(255, 255, 255);}

	.uv-siteid-7.page-id-82 .container-wrap{
		padding-top: 0;
		margin-top: -169px;
	}
	body.uv-siteid-7.page-id-82 #header-outer{background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);}
	.uv-mobile-menu-active body.uv-siteid-7.page-id-82 #header-outer{background: rgba(0, 0, 0, 1);}
	.uv-pagescrolled body.uv-siteid-7.page-id-82 #header-outer{background-color: rgba(0, 0, 0, 1);}

	.uv-siteid-5.page-id-6 .container-wrap{
		padding-top: 0;
		margin-top: -169px;
	}
	body.uv-siteid-5.page-id-6 #header-outer{background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);}
	.uv-mobile-menu-active body.uv-siteid-5.page-id-6 #header-outer{background: rgba(0, 0, 0, 1);}
	.uv-pagescrolled body.uv-siteid-5.page-id-6 #header-outer{background-color: rgba(0, 0, 0, 1);}
	/* */

	.uv-footer{
		background: #F0F0F0;
		background-image: url('../assets/images/footer-bg-m.png');
		background-size: cover;
		padding-bottom: 20px;
		text-align: center;
	}
	.uv-footer-col-2, .uv-footer-sep{display: none;}
	.uv-footer-col-1, .uv-footer-col-3, .uv-footer-col-4{
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.uv-footer-col-1{margin-top: 30px;}
	#footer-outer .uv-iconlink{
		text-align: left;
		width: 170px;
	}
	.uv-footer p{font-size: 14px;}
	.uv-footer-socials{
		margin-top: 25px;
		margin-bottom: 45px;
	}
	.uv-mobile-hide{display: none!important;}
	.uv-mobile-show{display: block!important;}
	.uv-sliderevent-item{
		/*padding-top: 166.6666%;*/
		padding-top: 150%;
	}
	.uv-eventcar-left, .uv-eventcar-right{display: none;}
	.uv-sliderevent-labels{
		bottom: 50%;
		top: auto;
		transform: translateY(50%);
		-webkit-transform: translateY(50%);
		-moz-transform: translateY(50%);
	}
	.uv-eventslider .owl-dots{
		width: 100%;
		right: 0;
		padding: 0 10px;
	}
	.uv-eventslider.owl-theme .owl-dots .owl-dot{
		width: 25%;
		padding: 0 4px;
	}
	.uv-eventslider.owl-theme .owl-dots .owl-dot span{width: 100%;}
	.uv-event-carousel{border-left: 0;}
	.uv-event-carousel.owl-carousel .owl-stage{
		width: 100%!important;
		transform: translate3d(0px, 0px, 0px)!important;
	}
	.uv-event-carousel .owl-item{
		width: 100%!important;
		float: none!important;
	}
	.uv-event-carousel .uv-eventsq-item{
		border-left-width: 1px;
		display: none;
		border-top-width: 0px;
	}
	.uv-event-carousel .owl-item:first-child .uv-eventsq-item{border-top-width: 1px;}
	.uv-event-carousel .owl-item:nth-child(-n+3) .uv-eventsq-item{display: block;}
	.uv-event-carousel .uv-eventsq-item .uv-eventsq-info{
		bottom: 0;
	}
	.uv-event-carousel .uv-eventsq-info .actions .uv-btn{font-size: 11px;}
	.uv-event-carousel .uv-eventsq-info .actions{
		opacity: 1;
		visibility: visible;
	}
	.uv-homevideosection.wpb_row .row-bg{display: none!important;}
	.uv-draisinfoframe .vc_column-inner:before{display: none;}
	.uv-draisinfoframe .wpb_text_column .wpb_wrapper{background-color: #FFFFFF;}
	body .uv-draisinfoframe .nectar-button[data-color-override="false"].regular-button,
	body .uv-draisinfoframe .nectar-button[data-color-override="false"].see-through{
		width: 300px;
		left: 0;
		right: 0;
		bottom: 35px;
		max-width: 600px;
		display: block;
		margin: auto;
	}
	.uv-draisinfoframe .wpb_text_column .wpb_wrapper:after{display: none;}
	.uv-draisinfoframe{padding: 5px!important;}
	.wpb_column.instance-4:before{background-color: #FFFFFF!important;}
	.uv-draisinfoframe .wpb_text_column .wpb_wrapper{
		padding: 35px;
		padding-bottom: 100px;
	}
	.uv-draisinfoframe h2, .uv-draisinfoframe p{max-width: 600px;}
	.uv-draisinfoframe .wpb_text_column{max-width: none;}
	.uv-videogrid-item{
		width: 100%;
		padding: 0;
		display: none;
	}
	.uv-videolist-section{margin: 0;}
	.uv-homevideosection{padding-top: 0!important;}
	.uv-video-item{margin-bottom: 35px;}
	.uv-videogrid-item:nth-child(-n+1200){display: block;}
	.wpb_row.uv-pagetoppattern .row-bg, .wpb_row.uv-page-bs .row-bg{
		background-size: auto 100%;
		-moz-background-size: auto 100%;
		-webkit-background-size: auto 100%;
	}
	.uv-socialpost-item{border-bottom: 0;}
	.uv-socialpost-item:after{
		display: block;
		position: absolute;
		content: " ";
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background: linear-gradient(270.01deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.24) 51.37%, rgba(255,255,255,0) 100%);
	}
	.uv-instapost-item{
		width: 50%;
		display: none;
	}
	.uv-socialbox a:nth-child(-n+6) .uv-instapost-item{display: block;}
	.uv-calloutcard .span_12 > .column_container{
		background-color: #000000;
		padding: 0;
		border: 0;
		padding-bottom: 0!important;
	}
	.uv-calloutcard.wpb_row > .span_12 >.column_container:last-child{margin-bottom: 0!important;}
	.uv-calloutcard .wpb_text_column .wpb_wrapper{padding: 35px;}
	.uv-calloutcard .wpb_wrapper:after{display: none;}
	.uv-calloutcard .wpb_text_column .wpb_wrapper{
		padding: 60px;
		background-color: #FFFFFF;
		padding-bottom: 125px;
	}
	.uv-framecallout h2{
		position: relative;
		background-color: transparent;
		width: auto;
		margin-bottom: 1em;
		top: auto;
		text-align: left;
	}
	.uv-framecallout p{text-align: left;}
	body p{font-size: 13px;}
	.uv-sliderevent-labels{padding-right: 20px;}
	.uv-calendar-ovenuesbtns{display: none;}
	.uv-calendar-list > div{width: 100%;}
	.wpb_row.uv-mobile-hidebg .row-bg{background-size: auto;}
	body .uv-mobile-titleh1{
		font-size: 38px;
		position: relative;
		padding-bottom: 0.3em;
		margin-bottom: 0.7em!important;
	}
	.uv-mobile-titleh1 strong{display: none;}
	.uv-mobile-titleh1:after{
		display: block;
		position: absolute;
		content: " ";
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background: linear-gradient(270.01deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.24) 51.37%, rgba(255,255,255,0) 100%);
	}
	.uv-calendar-venueselbtn{display: block;}
	.uv-calendar-optsbtns{margin-bottom: 35px;}
	.uv-tickets .uv-calendar-optsbtns{display: none;}
	.uv-mobile-rowpb50{padding-bottom: 50px!important;}
	.uv-mobile-rowpb30{padding-bottom: 30px!important;}
	.uv-blog-news-headercont p{display: none;}
	.uv-blog-news-headercont h2, .uv-blogboxes-customstyle h2, .uv-blog-freshinartist-section h2{color: #05B5FF!important;}
	.uv-blog-news-headercont{
		padding-top: 50px!important;
		padding-bottom: 60px!important;
	}
	.uv-blogthumbboxes-section .vc_col-sm-12{margin-top: -20px;}
	.uv-blogboxes-mobile-only3 .posts-container article{display: none;}
	.uv-blogboxes-mobile-only3 .posts-container article:nth-child(-n+3){display: block;}
	.uv-blog-freshinartist-sectiontext p{display: none;}
	.uv-blog-freshinartist-section{padding-bottom: 0!important;}
	.uv-blogboxes-customstyle .post-area.masonry{margin-bottom: 0;}
	.uv-blog-single{background: none;}
	.uv-blog-single-postbox{
		padding: 16px;
		padding-bottom: 18px;
	}
	.uv-blog-single-post h1{
		font-size: 24px;
		margin-bottom: 0.2em;
	}
	.uv-blog-single-postbox .postimage{
		margin-left: -16px;
		margin-right: -16px;
		margin-bottom: 15px;
	}
	.uv-blog-single-content-inner{padding-left: 0;}
	.uv-blog-single-postbox .uv-blog-sinlge-shares{margin-bottom: 15px;}
	.uv-blog-single-postbox .postcontent, .uv-blog-single-postbox .postcontent p{
		font-size: 14px;
		color: #ffffff;
	}
	.uv-blog-single-footer{
		margin-top: 10px;
		padding-top: 0;
	}
	.uv-blog-single-footer:before{display: none;}
	.uv-blog-nextprevbtns .uv-btn{
		padding: 11px 22px;
		margin-bottom: 0 5px;
	}
	.uv-blog-trendinvegas{display: block;}
	.uv-blog-mayalsolike{display: none;}
	.uv-blog-trendinvegas h2{
		text-align: center;
		font-size: 28px;
		color: #05B5FF!important;
	}
	.uv-blog-trendinvegas .masonry.material .masonry-blog-item .inner-wrap{opacity: 1!important;}
	.uv-blog-trendinvegas .masonry.material .masonry-blog-item .inner-wrap img{margin-bottom: 0!important;}
	.container-wrap.uv-blog-single{padding-bottom: 0;}
	.uv-global-landing-page .uv-global-landing-mobile{display: block;}
	.uv-global-landing-page .uv-global-landing-cont-inner{display: none;}
	.uv-global-landing-edcontent{display: none;}
	.uv-global-landing-cont{
		margin-bottom: 0;
		padding-top: 20px;
	}
	.uv-landingevents > div, .uv-landingevents > div.vert{width: 100%;}

	

}
@media(max-width: 600px){
	.uv-draisinfoframe h2, .uv-framecallout h2{font-size: 19px!important;}
}
@media(max-width: 500px){
	body.ascend .uv-calloutcard .nectar-button.see-through, body .uv-draisinfoframe .nectar-button[data-color-override="false"].regular-button{width: 220px;}
	.uv-calloutcard .wpb_text_column .wpb_wrapper{
		padding: 25px;
		padding-bottom: 105px;
	}
	body.ascend .uv-calloutcard .nectar-button.see-through{bottom: 30px;}
	.uv-socialpost-item-text{
		font-size: 13px;
		line-height: 1.76;
	}
	.uv-draisinfoframe .wpb_text_column, .uv-video-item-frame, .uv-calloutcard .wpb_text_column{padding: 3px;}
	.uv-blogcarousel-itconteiner{
		padding-left: 7px;
		padding-right: 7px;
	}
	.uv-blogcarousel-labels .category{font-size: 10px;}
	.uv-blogcarousel-labels .title{font-size: 16px;}
	.uv-blogcarousel-labels .actions .uv-btn-s{font-size: 10px;}
	.uv-sliderevent-labels .name{font-size: 30px;}
}
@media(max-width: 480px){
	.uv-ticket-mobile-item .name, .uv-ticket-mobile-item .tickets, .uv-ticket-mobile-item .ddate{font-size: 13px;}
	.uv-ticket-mobile-item .actions{margin-top: 15px;}
	.uv-ticket-mobile-item .actions .uv-btn{
		font-size: 11px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.uv-blogcarousel-labels{
		padding-left: 15px;
		padding-right: 15px;
	}
	.uv-blogcarousel-labels .actions .uv-btn-s, .uv-blogcarousel-labels .actions .uv-btn-s:hover{padding: 11px;}
	.uv-sliderevent-labels .name{font-size: 32px;}
	.uv-sliderevent-labels .date{font-size: 18px;}
	.uv-menu-btn-icon{left:-10px;}
}

@media(max-width: 400px){
	.uv-btn-mobileheader {
	    font-size: 7px;
	}
}

@media(max-width: 380px){
	header#top .uv-logocont #logo{margin-left: 35px;}
	.uv-blogcarousel-labels{display: none;}
	.uv-blogcaoumoblink{display: block;}
	body .uv-draisinfoframe .nectar-button[data-color-override="false"].regular-button,
	body .uv-draisinfoframe .nectar-button[data-color-override="false"].see-through{max-width: 200px;}
}



@keyframes menu-line-1{
	0%	{top: 0%;}
	50% {
		top: 50%;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		top: 50%;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
@keyframes menu-line-1-out{
	0%	{
		top: 50%;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	50% {
		top: 50%;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {top: 0%;}
}
@keyframes menu-line-2{
	0%	{opacity: 1;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes menu-line-2-out{
	0%	{opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 1;}
}
@keyframes menu-line-3{
	0%	{top: 100%;}
	50% {
		top: 50%;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		top: 50%;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}
@keyframes menu-line-3-out{
	0%	{
		top: 50%;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	50% {
		top: 50%;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {top: 100%;}
}


.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url() no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none; }
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px; }

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline; }
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791; }

@media(max-width: 1000px){
	body .full-width-section .row-bg
	{
		height: unset;
		background-size: auto;
	}
}




.uv-tickets-list-item-actions a.uv-btn.uv-btn-s{
	color: #000000 !important;
}

.uv-calendar-ovenuesbtns .uv-btn:hover,
.uv-tickets-list-item-actions a.uv-btn.uv-btn-s:hover{
	color: #FFFFFF !important;
}

body:not(.material) header#top nav > ul > li.uv-mainnav-bottle:not(#social-in-menu) > a{
	color: #FFFFFF !important;
}

body:not(.material) header#top nav > ul > li.uv-mainnav-bottle:not(#social-in-menu) > a:hover{
	color: #000000 !important;
}

body:not(.material) header#top nav > ul > li.uv-mainnav-tickets:not(#social-in-menu) > a:hover{
	color: #FFFFFF !important;
}

.uv-over-menu-topbtns ul li a.uv-btn.uv-btn-p{
	color:#FFFFFF !important;
}
.uv-over-menu-topbtns ul li a.uv-btn.uv-btn-s{
	color:#FFFFFF !important;
}

.uv-footer a.uv-btn.uv-btn-s.uv-btn-full,
div.actions a.uv-btn.uv-btn-p,
div.actions a.uv-btn.uv-btn-s{
	color: #FFFFFF;
}
uv-subscribecont button.uv-btn.uv-btn-s.uv-btn-100:hover,
body .uv-draisinfoframe .nectar-button[data-color-override="false"].see-through:hover{
	color: #FFFFFF !important;
}

.portfolio-items .col,
.portfolio-items .col.element{
	background-color: #FFFFFF !important;
}

.portfolio-items .col[data-default-color="true"] .work-item:not(.style-3) .work-info-bg,
.work-item .work-info-bg{
	background-color: rgba(255,255,255,0)!important;
}
.work-info{
	background-color: rgba(255, 255, 255, 0.5) !important;
}

.uv-gallerycont .entry-title .back-btn{
	background-image: url(../assets/icons/arrow-left-bc.png) !important;
	background-size: contain;
	background-repeat: no-repeat;
}

.uvmap-section .uv-btn.uvmap-btn-light{
	color: #FFFFFF !important;
}

.uv-lead-field input, .uv-lead-field textarea {
	outline: none;
	width: 100%;
	border: 0;
	background-color: #ffffff!important;
	color: #E1E1E1;
	padding: 5px 11px!important;
	line-height: normal;
	font-size: 16px;
	color: #000000;
	border: 1px solid #ffffff!important;
}

.performerbio-header:before{
	background: linear-gradient(270deg,rgba(0,0,0,0) 50%, rgba(0, 0, 0, 0) 65%), linear-gradient(180deg,rgba(0, 0, 0, 0) 50%,#fff) !important;
}

body .performerbio-headercontent h5{
	color: #0490CC !important;
}

body .performerbio-content .performerbiorow .uv-col.uv-fleft h3,
body .performerbio-content .performerbiorow .uv-col.uv-fright h4{
	color: #0490CC !important;
}
body .uv-seccolor{
	color: #676767 !important;
}
body .performerbio-calcta .border{
	border: 4px solid #FFFFFF;
}
body .performerbio-socialicons .uv-menu li a{
	    color: #05b5ff !important;
		border: 2px solid #05b5ff !important;
}
body .performerbio-socialicons .uv-menu li a:hover{
	color: #FFFFFF !important;
	background-color:  #05b5ff !important;
}

body .peformeritem-content .peformeritem-content-perfname{
	color: #FFFFFF!important;
}
body .peformeritem-content .uv-btn{
	color: #FFFFFF !important;
}
body .performeritem{
	border-bottom: 1px solid #05b5ff;
	border-right: 1px solid #05b5ff;
}
body .performerscont {
    border-top: solid 1px #05b5ff;
    border-left: solid 1px #05b5ff;
}
body .performeritem .dark-overlay{
        background: linear-gradient(180deg, #005c931a 25%, #005c9340 75%, #005c93 100%);
}

body .performerbio-headercontent-eventscarousel-item{
	background-color: #005c93;
    border: 1px solid #05b5ff;
}
body .performerbio-headercontent-eventscarousel-item label,
body .performerbio-headercontent-eventscarousel-item h3{
	color: #FFFFFF !important;
}
body .performerbio-headercontent h1{
	text-shadow: 1px 1px 1px #FFFFFF;
}
 .uv-wphide-bc{ visibility: hidden; }

/* Slider arrows fix for firefox proper display */

body .swiper-button-next, body .swiper-button-prev{ background-size: 40% !important; }


.uv-wphide{ display: none!important; }
.uvhide-p p{ display: none; }


body .swiper-slide .uvbtn-container a{ color: #000!important; }
body .swiper-slide .uvbtn-container a:hover{ color: #fff!important; }

body .swiper-slide .uvbtn-container a:hover:before{ background: linear-gradient( 90deg, #05B5FF 0%, #002942 100%)!important; }


ul .uvbtnborder a:before
{
	border: 1px solid #05B5FF;
}


body .uv-box-textbig.vc_col-sm-12
{
    
    border: 1px solid #005c93;
    padding: 50px;
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    float: none !important;
}

.uv-panelsslides .uv-panel.uv-panel-tables .uv-panelbody p{ color:#cbcbcb; }


body .uv-faq-modern-answer-inner{ color: #676767; }