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

body {
	font-family: 'Open Sans';
	background: #F7F7F7;
	color: #666;
	margin: 0;
}

textarea {
	font-family: inherit;
	color: #000
}

a {
	color: #700067;
	text-decoration: none;
	-webkit-transition: all 200ms ease-in-out 50ms;
	-moz-transition: all 200ms ease-in-out 50ms;
	-ms-transition: all 200ms ease-in-out 50ms;
	-o-transition: all 200ms ease-in-out 50ms;
	transition: all 200ms ease-in-out 50ms;
}

a:hover {
	text-decoration: none;
}

a:visited,
a:link,
a:active {
	text-decoration: none
}

.uv-clearfix:before,
.uv-clearfix:after {
	display: table;
	content: " ";
}

.uv-clearfix:after {
	clear: both;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn-block {
	display: block;
	width: 100%;
}

h1 {
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
	color: #444;
}

h2 {
	color: #444;
}

.right,
.uv-right {
	float: right;
}

.uv-left {
	float: left;
}

form input {
	padding: 10px 15px;
	border-radius: 3px;
	border: 1px solid #666;
	background-color: #fff;
	outline: none;
	color: #000;
}

.uv-darkbg {
	background-color: #333;
	color: #fff;
}

.uv-darkbg h1 {
	color: #fff;
}

uv-contactbg {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}

.uv-newsbg {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.uv-checkoutpage {
	background-color: #F7F7F7;
}

.uv-checkoutpage>.uv-section-inner>.col-sm-10 {
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.uv-section-inner {
	max-width: 1350px;
	padding: 0 30px;
	margin: auto;
	position: relative;
}

.uv-section-inner-wider {
	max-width: 2000px;
}

.uv-pagefixheader {
	padding-top: 90px;
}

body.uv-pagenoheader {
	padding-top: 0px;
}

.uv-header {
	background-color: #fff;
	text-align: center;
	width: 100%;
	z-index: 100;
}

.uv-header .uv-section-inner {
	height: 100%;
}

.uv-pagefixheader .uv-header {
	position: fixed;
	top: 0;
}

.uv-headermenu {
	float: right;
}

.uv-mainmenu {
	list-style: none;
	margin: 25px 0 25px 0;
	padding: 0;
	font-size: 14px;

	-webkit-transition: all 200ms ease-in-out 50ms;
	-moz-transition: all 200ms ease-in-out 50ms;
	-ms-transition: all 200ms ease-in-out 50ms;
	-o-transition: all 200ms ease-in-out 50ms;
	transition: all 200ms ease-in-out 50ms;
}

.uv-mainmenu>li {
	float: left;
}

.uv-mainmenu>li>a {
	display: block;
	line-height: 40px;
	font-size: 100%;
	color: #000;
	padding: 0 15px;
	text-transform: uppercase;
	outline: none;
}

.uv-mainmenu>li>a:active {
	outline: none;
}

.uv-mainmenu>li>a:hover,
.uv-mainmenu>li.active>a {
	color: inherit;
}

#uv-mobile-toggler {
	display: none;
	background: transparent;
	outline: none;
	border: 0;
	margin: 17px 0;
	float: right;
	font-size: 15px;
	text-transform: uppercase;
}

#uv-mobile-toggler i {
	margin-right: 5px;
}

.uv-submenu {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* inquiry guest by gender */
#uvguestbygnd>div {
	padding: 0;
}

#uvguestbygnd>div:first-child {
	padding-right: 10px;
}

#uvguestbygnd>div:last-child {
	padding-left: 10px;
}

#uvguestbygnd>div>input#pmale,
input#pfemale {
	max-width: 100%;
}


@media(min-width: 769px) {
	.uv-submenu {
		top: 100%;
		left: 0;
		position: absolute;
		z-index: 10;
		visibility: hidden;
		transition: opacity 0.2s ease-in;
		font-size: 13px;
		max-height: 0px;
		overflow: hidden;
		opacity: 1;
		border: 1px solid #D7D7D7;
		min-width: 180px;
		padding-top: 2px;
		padding-bottom: 2px;
		background-color: #fff;
		height: auto !important;
		-webkit-transition: all 200ms ease-in-out 0ms;
		-moz-transition: all 200ms ease-in-out 0ms;
		-ms-transition: all 200ms ease-in-out 0ms;
		-o-transition: all 200ms ease-in-out 0ms;
		transition: all 200ms ease-in-out 0ms;
	}

	.uv-droparrow:last-child .uv-submenu {
		left: auto;
		right: 0;
	}

	.uv-mainmenu li:hover>.uv-submenu {
		visibility: visible;
		max-height: 400px;

		-webkit-transition: all 300ms ease-in-out 200ms;
		-moz-transition: all 300ms ease-in-out 200ms;
		-ms-transition: all 300ms ease-in-out 200ms;
		-o-transition: all 300ms ease-in-out 200ms;
		transition: all 300ms ease-in-out 200ms;
	}



}

.uv-submenu li a {
	background: #fff;
	display: block;
	padding: 8px 10px;
	color: #000;
	font-size: 13px;
	text-transform: uppercase;
	text-align: left;
}

.uv-submenu li a:hover {
	background-color: #DDD;
}

.uv-pagescrolled .uv-mainmenu {
	margin: 15px 0 15px 0;
}

.uv-pagescrolled .uv-headersocials li a {
	font-size: 16px;
}

.uv-pagebrand {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
}

.uv-pagebrand img {
	position: absolute;
	top: 0%;
	left: 0;
	height: 100%;
	z-index: 0;
	max-height: 125px;
}

.uv-section {
	position: relative;
}

.uv-footer {
	color: #888;
	font-size: 14px;
	padding: 22px 0;
	background: #fff;
	text-align: center;
}

.uv-footer p a {
	color: inherit;
}

.uv-footer p {
	margin: 0;
	text-align: left;
}

.uv-footermenu {
	float: right;
}

.uv-footerbottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.uv-popmsg .uv-msgcontent p:empty {
	display: none;
}

.uv-urprivacy {
	padding-bottom: 10px;
}

.uv-urprivacy b {
	margin-bottom: 0.2em;
}

.uv-urprivacy ul {
	margin-top: 0.4em;
	padding-left: 1.5em;
	font-size: 92%;
	margin-bottom: 2em;
}

.uv-urprivacy li {
	margin-top: 0.2em;
}

.uv-popmsg .uv-msgcontent .uv-urprivacy p {
	text-align: left;
	font-size: 16px;
}

.uv-msgcontent p+.uv-urprivacy {
	margin-top: -15px;
	padding-left: 8px;
	padding-right: 8px;
}

.uv-popmsg .uv-msgcontent .uv-urprivacy p strong {
	display: inline-block;
	margin-top: 0.5em;
}

.uv-popmsg .uv-msgcontent .uv-urprivacy p:first-child strong,
.uv-popmsg .uv-msgcontent .uv-urprivacy ul+p strong {
	margin-top: 0;
}

.uv-footercopy {
	/*float: left;*/
	padding-left: 0;
	/*padding-top: 6px;*/
	/*min-height: 58px;*/
	/*background-image: url("../assets/images/logo.png");
	background-position: left center;
	background-repeat: no-repeat;
	
	-webkit-background-size: 58px auto;
  	-moz-background-size: 58px auto;
  	-o-background-size: 58px auto;
  	background-size: 58px auto;*/
}

body .uv-footercopy p a {
	color: #0063C1;
}

.uv-footerbottom-menu {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-right: -12px;
}

.uv-footerbottom-menu li {
	padding: 0 12px;
}

.uv-custom-footer {
	float: right;
	max-width: 450px;
	padding: 0 20px;
	width: 100%;
}

.uv-footermenu {
	padding: 0;
	list-style: none;
	margin: 0 -13px;
	font-size: inherit;
	margin-top: 18px;
}

.uv-footermenu li {
	float: left;
}

.uv-footermenu li a {
	display: block;
	line-height: 20px;
	padding: 0 13px;
	font-size: 100%;
	color: inherit;
}

.uv-footermenu li a:hover {
	color: #777;
}

.uv-prefooter {
	background-color: #2A2A2A;
	padding: 45px 0;
	color: #fff;
}

.uv-menulist {
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.uv-menulist li {
	padding: 0.3em 0;
}

.uv-menulist a {
	color: inherit;
	opacity: 0.7;
}

.uv-prefooterlogo img {
	width: 105px;
	max-width: 100%;
	margin-top: 3em;
	margin-bottom: 20px;
}

.uv-socialmenu {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 10px;
}

.uv-socialmenu li {
	float: left;
}

.uv-socialmenu li a {
	color: inherit;
	padding: 0 7px;
	font-size: 21px;
}

.uv-socialmenu li a:hover {
	color: #777;
}

.uv-droparrow {
	position: relative;
}

.uv-droparrow>a:after {
	position: absolute;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f107";
	right: -4px;
	text-align: center;
	margin: auto;
	top: 0;
	line-height: 1em;
	height: 40px;
	line-height: 40px;
	z-index: 1;
	font-size: 25px;
	font-weight: 100;
}

.uv-headersocials {
	padding: 0;
	margin: 0 -5px;
	position: absolute;
	right: 22px;
	top: 8px;
	list-style: none;
}

.uv-headersocials li {
	float: left;
}

.uv-headersocials li a {
	display: block;
	padding: 0 5px;
	font-size: 18px;
	color: #777;
}

.uv-headersocials li a i {
	color: #777 !important;
}

.uv-headersocials li a:hover {
	color: #AAA;
}

.uv-shadowpattern:after,
.uv-whitepattern:after {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	width: 100%;
	z-index: 0;
	content: " ";
	display: block;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.uv-whitepattern:after {
	background: rgba(255, 255, 255, 0.9);
}

.uv-contactsection h5 {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 0.8em;
}

.uv-contactsection iframe {
	border: none;
	margin-bottom: 20px;
}

.uv-contactsection p {
	margin-bottom: 2.5em;
}

.uv-contactsection p a {
	color: inherit;
}

.uv-newscont {
	background-color: #fff;
	max-width: 1000px;
	padding-left: 0px;
	padding-right: 0px;
}

.uv-breadcrumb {
	list-style: none;
	overflow: hidden;
	font-size: 12px;
	margin: 18px 0;
	padding: 0;
}

.uv-breadcrumb li {
	float: left;
	position: relative;
}

.uv-breadcrumb li:first-child a {
	padding-left: 0;
}

.uv-breadcrumb li a {
	color: #700067;
	text-decoration: none;
	position: relative;
	display: block;
	float: left;
	padding: 0 10px 0 15px;
	line-height: 2;
}

.uv-breadcrumb li.active a {
	color: #666;
	cursor: default;
}

.uv-breadcrumb li a img {
	margin-top: -2px;
}

.uv-breadcrumb li:not(:last-child):after {
	font-family: 'FontAwesome';
	display: inline-block;
	content: "\f105";
	font-size: 16px;
	position: absolute;
	color: #dfe2e6;
}

.uv-fillscreen {
	overflow: hidden;
	position: relative;
	background-color: #393939;
	background-image: url("../assets/images/ctaloader.gif");
	background-position: center center;
	background-repeat: no-repeat;
	height: 650px;
}

.uv-fillscreen.uv-ctasslider>div {
	width: 100%;
	height: 100%;
	display: none;
}

.uv-fillscreen.uv-ctasslider>div:first-child {
	display: block;
}

.uv-fillscreen img {
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	bottom: 50%;
	top: auto;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	vertical-align: middle;
}

.uv-screencta {
	background-color: #393939;
	width: 95%;
	max-width: 720px;
	padding: 14px 2%;
	position: absolute;
	z-index: 20;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 20px;
}

.uv-screencta h1 {
	color: #fff;
	text-align: center;
	font-size: 125%;
	text-transform: none;
	margin-bottom: 0.5em;
}

.uv-screencta button {
	background-color: transparent;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #969696;
	padding: 10px 50px;
	border-radius: 0;
	display: block;
	margin: auto;
	font-size: 70%;
}

.uv-screencta button:hover {
	background-color: #fff;
	color: #393939;
}

.uv-ctasaddcontrols {
	position: relative;
}

.uv-ctacontrols {
	position: absolute;
	margin: 0 -5px;
	padding: 0;
	list-style: none;
	pointer-events: all;
	z-index: 25;
	bottom: 15px;
	right: 30px;
	padding: 8px 5px;
	background: rgba(0, 0, 0, 0.4);

	-webkit-box-shadow: 0px 0px 22px -4px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 22px -4px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 22px -4px rgba(0, 0, 0, 1);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.uv-ctacontrols li {
	float: left;
}

.uv-ctacontrols li a {
	display: block;
	width: 18px;
	height: 18px;
	background-color: transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid rgba(255, 255, 255, 0.9);
	margin: 0 5px;
}

.uv-ctacontrols li a:hover {
	border: 6px solid rgba(255, 255, 255, 0.9);
}

.uv-ctacontrols li.active a {
	border: 9px solid rgba(255, 255, 255, 0.99);
}

.uv-ctacontrols li.active a:hover {
	border: 9px solid rgba(255, 255, 255, 0.99);
}

.uv-poppaddings {
	padding: 15px;
}

.uv-upcomingmenu.uv-termsmenu {
	display: block;
	margin-bottom: 40px;
	display: inline-block;
	float: none;
	padding: 0;
	margin-left: 0;
}

.uv-termscont {
	line-height: 1.7;
}

.uv-privacypolicy {
	display: none;
}

.uv-socialsection h1 {
	text-transform: none;
}

.uv-socialsection h2 {
	font-size: 24px;
}

.uv-socialsection .uv-panel .uv-panelbody {
	padding: 20px 25px;
}

.uv-sociallistfeed {
	font-size: 20px;
	height: 100%;
	overflow: auto;
	-moz-box-shadow: inset 0 -10px 10px -10px #DDD;
	-webkit-box-shadow: inset 0 -10px 10px -10px #DDD;
	box-shadow: inset 0 -10px 10px -10px #DDD;
}

.uv-sociallistinstagram {
	position: absolute;
	z-index: 10;
	width: 380px;
	top: 0;
	right: 0;
}

.uv-sociallistfeed ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.uv-sociallistfeed ul li {
	border-bottom: 1px solid #D8D8D8;
	font-size: 90%;
	line-height: 1.8;
	padding-top: 8px;
	padding-bottom: 20px;
	padding-right: 98px;
	position: relative;
	min-height: 90px;
}

.uv-sociallistfeed ul li i {
	position: absolute;
	z-index: 10;
	text-align: center;
	font-size: 38px;
	display: block;
	width: 98px;
	right: 0px;
	bottom: 50%;
	top: auto;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	margin-bottom: 5px;
}

.uv-sociallistinstagram ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.uv-sociallistinstagram ul li {
	position: relative;
	display: block;
	margin-bottom: 10px;
	background-color: #D8D8D8;
	overflow: hidden;
}

.uv-sociallistinstagram ul li:before {
	content: " ";
	display: block;
	padding-bottom: 66%;
}

.uv-sociallistinstagram ul li:after {
	content: "\f16d";
	position: absolute;
	color: #E6E6E6;
	z-index: 15;
	font: normal normal normal 65px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	text-align: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 65px;
	height: 65px;
	margin: auto;
}

.uv-socialcont {
	padding-right: 400px;
	position: relative;
	height: 550px;
}

.uv-sociallistinstagram a {
	color: #888;
}

.uv-sociallistinstagram a img {
	position: absolute;
	top: -20%;
	left: 0;
	width: 100%;
	z-index: 20;
}

.uv-sociallistinstagram a i {
	float: left;
	/*display: inline-block;*/
	font-size: 120%;
	margin-right: 9px;
	margin-top: 3px;
}

.uv-loadfade {
	display: none;
}

.uv-mainmenu>li.uv-buttonli {
	padding-left: 15px;
}

.uv-mainmenu>li.uv-buttonli a {
	padding: 7px;
	border: 1px solid #000;
	color: #000;
	border-radius: 3px;
	line-height: 1;
	margin-top: 5px;
}

.uv-mainmenu>li.uv-buttonli a:hover {
	box-shadow: inset 0px 150px 20px 50px rgba(0, 0, 0, 0.2);
}

.uv-mainmenu>li.uv-buttonli a i {
	font-size: 120%;
	float: left;
	margin-right: 10px;
	margin-top: -1px;
}

.uv-mainmenu>li.uv-buttonli a:hover i {
	color: inherit;
}

.uv-gsharepop-head {
	min-height: 58px;
	background-color: #edf0f4;
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #dadbdf;
}

.uv-gsharepop-head h2 {
	padding: 0 35px;
	margin: 0;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
	padding-top: 14px;
}

.uv-gsharepop-body {
	background-color: #f7f7f9;
	border-radius: 0 0 5px 5px;
	padding: 30px 35px 24px 35px;
}

.uv-gsharepop .pop-close {
	top: 7px;
	right: 7px;
	background-color: transparent !important;
}

.uv-sharepoplist,
.uv-sharepoplist li {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

.uv-sharepoplist {
	display: inline-block;
	margin-bottom: 26px;
}

.uv-sharepoplist li {
	float: left;
	padding: 0 6px;
}

.uv-sharepoplist li a {
	display: block;
	color: #fff;
	background-color: #666;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 42px;
	font-size: 20px;
}

.uv-sharepoplist li a.uvjs-mlsharewpop {
	line-height: 40px;
}

.uv-sharepoplist li a:hover {
	box-shadow: inset 0px 150px 20px 50px rgba(0, 0, 0, 0.2);
}

.uv-sharepoplist li a.uvjs-fbsharewpop {
	background-color: #334f8d;
}

.uv-sharepoplist li a.uvjs-twsharewpop {
	background-color: #378fff;
}

.uv-sharepoplist li a.uvjs-mlsharewpop {
	background-color: #0070ff;
}

.uv-sharepoplist li a i.fa-envelope {
	font-size: 18px;
}

.uv-text-center {
	text-align: center;
}

.uv-gsharepop-body label {
	font-size: 15px;
	display: block;
	text-align: center;
	color: #b1b7bf;
	font-weight: normal;
	margin-bottom: 5px;
}

.uv-gsharepop-body input {
	width: 100%;
	border: 1px solid #009cf5;
	border-radius: 3px;
	line-height: 32px;
	padding: 6px 18px;
	background-color: #fff;
	font-size: 16px;
	margin: 0;
	color: #000000;
}

.uv-desktop {
	display: block;
}

.uv-mobile {
	display: none;
}


/*UI Colours*/
.uv-bg-primary {
	background-color: #700067;
}

.uv-bg-secondary {
	background-color: #5cb85c;
}

.uv-bg-3 {
	background-color: #5bc0de;
}

.uv-bg-4 {
	background-color: #f0ad4e;
}

/********/

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

/********/

/*Only Frame Example*/
.uv-content {
	padding: 20px;
}

.uv-uvkitframe {
	margin: 0 auto;
	background-color: #fff;
	max-width: 1024px;
}

.uv-bgplaceholder {
	width: 100%;
}

/********/
#uvjs-popinquirymappopup {
	padding: 10px;
}


/* Responsive */
@media(min-width: 769px) {
	.uv-headermenu {
		height: auto !important;
		max-height: none !important;
		overflow: inherit !important;
	}

}

@media(max-width: 1000px) {
	.uv-newscont {
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media(max-width: 992px) {
	.uv-droparrow>a:after {
		display: none;
	}

	.uv-socialsection .uv-panel .uv-panelbody {
		padding: 15px 18px;
	}

	.uv-socialcont {
		height: 415px;
		padding-right: 300px;
	}

	.uv-sociallistinstagram {
		width: 280px;
	}
}

@media(max-width: 800px) {
	.uv-fillscreen {
		height: auto !important;
	}

	.uv-fillscreen img {
		position: relative;
		bottom: auto;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
	}

	.uv-screencta {
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
		font-size: 16px;
	}
}

@media(max-width: 768px) {

	.uv-pagefixheader {
		padding-top: 61px;
	}

	.uv-content {
		padding: 0;
	}

	.uv-section-inner {
		padding: 0 15px;
	}

	.uv-newscont {
		padding-left: 0px;
		padding-right: 0px;
	}

	.uv-droparrow>a:after {
		display: block;
		right: 12px;
	}

	#uv-mobile-toggler {
		display: block;
	}

	.uv-submenu {
		height: 0;
		overflow: hidden;
	}

	.uv-submenu li a {
		padding-left: 15px;
		border-bottom: dotted 1px #e4e4e4;
	}

	.uv-headermenu {
		background: #fff;
		position: absolute;
		top: 100%;
		margin-top: 1px;
		width: 100%;
		height: 0px;
		overflow: hidden;
		left: 0;
		-webkit-transition: all 200ms ease-in-out 0s;
		-moz-transition: all 200ms ease-in-out 0s;
		-ms-transition: all 200ms ease-in-out 0s;
		-o-transition: all 200ms ease-in-out 0s;
		transition: all 200ms ease-in-out 0s;
	}

	.uv-headermenu .uv-mainmenu {
		width: 100%;
		margin: 0px;
		font-size: 14px;
		padding-bottom: 10px;
	}

	.uv-headermenu .uv-mainmenu>li {
		float: none;
		border-bottom: solid 1px #e4e4e4;
		padding-left: 15px;
		padding-right: 15px;
	}

	.uv-headermenu .uv-mainmenu>li>a {
		line-height: 40px;
		text-align: left;
		padding: 0;
	}

	.uv-footermenu,
	.uv-footercopy {
		float: none;
		display: block;
	}

	.uv-footermenu {
		text-align: center;
		margin-bottom: 15px;
		margin: 0;
	}

	.uv-footermenu li {
		float: none;
		display: inline-block;
	}

	.uv-footermenu li a {
		line-height: 25px;
	}

	.uv-prefooterlogo img {
		margin-top: 0px;
	}

	.uv-headersocials {
		top: 0;
		bottom: 0;
		margin: auto;
		height: 25px;
		right: 120px;
	}

	.uv-screencta {
		font-size: 14px;
	}

	.uv-socialcont {
		padding-right: 0px;
		height: auto;
	}

	.uv-sociallistinstagram {
		width: auto;
		top: auto;
		right: auto;
		position: relative;
	}

	#uvguestbygnd>div {
		padding: 0 !important;
	}

	.uv-mainmenu>li.uv-buttonli a i {
		font-size: 130%;
		margin-top: 11px;
		margin-left: 15px;
	}
}

@media(max-width: 600px) {
	.uv-desktop {
		display: none;
	}

	.uv-mobile {
		display: block;
	}

	.uv-footerbottom {
		flex-direction: column;
		justify-content: center;
	}

	.uv-footerbottom-menu {
		margin-top: 12px;
		margin-right: 0;
	}

	.uv-footer p {
		text-align: center;
	}
}

@media(max-width: 500px) {
	.uv-ctacontrols {
		right: 10px;
		bottom: 10px;
		padding: 7px 3px;
	}

	.uv-sociallistfeed {
		font-size: 15px;
	}

	.uv-sociallistfeed ul li {
		min-height: 75px;
		padding-right: 70px;
	}

	.uv-sociallistfeed ul li i {
		width: 65px;
		font-size: 30px;
	}

	.uv-auth {
		width: 100% !important;
	}
}

@media(max-width: 400px) {
	.uv-col-xxs-12 {
		width: 100%;
	}

	.uv-articleitem .uv-articleitemtext {
		padding: 30px 15px 35px 15px;
	}
}

@media(max-width: 350px) {
	.uv-headersocials {
		display: none;
	}
}

/*Spaces*/
.pt10 {
	padding-top: 10px;
}

.pb10 {
	padding-bottom: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pb20 {
	padding-bottom: 20px;
}

.pt25 {
	padding-top: 25px;
}

.pt30 {
	padding-top: 30px;
}

.pb30 {
	padding-bottom: 30px;
}

.pt40 {
	padding-top: 40px;
}

.pb40 {
	padding-bottom: 40px;
}

.pt50 {
	padding-top: 50px;
}

.pb50 {
	padding-bottom: 50px;
}

.pt60 {
	padding-top: 60px;
}

.pb60 {
	padding-bottom: 60px;
}

.pt70 {
	padding-top: 70px;
}

.pb80 {
	padding-bottom: 80px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.minh600 {
	min-height: 400px;
}

.maxw1080 {
	max-width: 1080px;
}

/********/



/*Frame Buttons*/
.uv-btn:hover,
.uv-btn:active,
.uv-btn:focus {
	color: #fff;
}

.uv-btn {
	background-color: #700067;
	color: #fff;
}

.uv-btn1 {
	padding: 11px 25px;
	color: #878787;
	border-radius: 3px;
	border: 1px solid rgba(180, 180, 180, 0.6);
	font-size: 14px;
	font-weight: 500;
	text-shadow: none;
	outline: none;
	line-height: 1;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #F8F8F8));
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F8F8F8 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F8F8F8 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F8F8F8 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F8F8F8 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #F8F8F8 100%);
}

.uv-auth {
	width: 50%;
	margin: 0 auto;
}

.dbtnauthcenter {
	text-align: center;
}

#submitauth {
	text-align: center;
	margin-top: 15px;
}



/* code guest list */

.glaqty {
	max-width: 80px;
	display: inline-block !important;
	margin: 0 !important;
	border: none !important;
	color: #fff !important;
	position: absolute;
	right: 0px;
	cursor: pointer;
}

.uvglqtys {
	font-weight: 500;
	font-size: 14px;
	max-width: 300px;
	border-bottom: 1px solid #fff;
	line-height: 37px;
	position: relative;
}

.uv-menu,
.uv-menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.uv-guestmustarrive {
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
}

.uv-menu-guests {
	margin-bottom: 20px;
}

.uv-blockcenter {
	display: block;
	margin: auto;
	text-align: center;
	font-size: 0px;
}

.uv-menu-guests>li {
	width: 33.3333%;
	padding: 5px;
	float: none;
	display: inline-block;
}

.uv-menu-guests>li>button {
	width: 100%;
	display: block;
	padding: 12px 0;
	outline: none;
	border: 0;
	line-height: 1;
	position: relative;
	color: #fff;
	font-weight: 600;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	padding-left: 30px;
}

.uv-menu-guests>li>button:after {
	font-family: 'FontAwesome';
	display: block;
	content: "\f067";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	height: 100%;
	line-height: 2.8;
	width: 40px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.18);
}

.uv-bgcolor-neutral,
.uv-bgcolor-genderless {
	background-color: #93be5f !important;
}

.uv-bgcolor-female {
	background-color: #fe628a !important;
}

.uv-bgcolor-male {
	background-color: #7081ff !important;
}

.uv-listadder-cont {
	padding-bottom: 10px;
	min-height: 80px;
}

.uv-listadder-empty {
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	padding: 20px 0;
}

.uv-listadder-table {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: inherit;
	margin-top: 20px;
}

.uv-listadder-table tbody td {
	border: 1px solid #e0e0e0;
}

.uv-listadder-form .uv-input-cont {
	float: left;
	width: 50%;
	position: relative;
	padding: 0 5px;
}

.uv-listadder-form .uv-input-cont:nth-child(odd) {
	padding-left: 0px;
}

.uv-listadder-form .uv-input-cont:nth-child(even) {
	padding-right: 0px;
}

.uv-listadder-form .uv-btn-p,
.uv-listadder-form .uv-btn-s {
	float: right;
}

.uv-listadder-form .uv-btn-p {
	margin-left: 10px;
}

.uv-listadder-form select {
	background-color: #f3f3f3;
	border-color: #d8d8d8;
	margin-bottom: 10px;
	display: block;
	width: 100%;
	height: 37px;
	padding: 8px 15px;
	font-size: 14px;
	line-height: 1.4;
	color: #555;
	border-radius: 0px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #d8d8d8;
	outline: none;
}

.uv-dob-cont {
	clear: both;
	float: left;
}

.uv-listadder-formtitle {
	color: #fff;
	font-size: 16px;
	text-align: left;
	padding: 12px 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 15px;
	margin-top: 10px;
}

.uv-listadder-form .uv-input-cont:nth-child(odd) {
	padding-left: 0px;
}

.uv-listadder-form .uv-input-cont {
	float: left;
	width: 50%;
	position: relative;
	padding: 0 5px;
}

.uv-listadder-form,
.uv-listadder-table,
.uv-listadder-empty {
	display: none;
}

.uv-listadder-form.visible,
.uv-listadder-table.visible,
.uv-listadder-empty.visible {
	display: block;
}

.uv-listadder-table>div:before,
.uv-listadder-table>div:after {
	display: table;
	content: " ";
}

.uv-listadder-table .listitem,
.uv-listadder-table .listheaders {
	padding-left: 20px;
	padding-right: 25px;
}

.uv-listadder-table .listheaders {
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

.uv-listadder-table>div {
	position: relative;
}

.uv-listadder-table>div:after {
	clear: both;
}

.uv-listadder-table .ismale:before,
.uv-listadder-table .isfemale:before,
.uv-listadder-table .isneutral:before,
.uv-listadder-table .isgenderless:before {
	font-family: 'FontAwesome';
	content: "\f183";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: -5px;
	top: 0;
	bottom: 0;
	z-index: 10;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	margin: auto;
	color: #fff;
}


.uv-listadder-table .ismale:before {
	content: "\f183";
	background-color: #7081ff;
}

.uv-listadder-table .isfemale:before {
	content: "\f182";
	background-color: #fe628a;
}

.uv-listadder-table .isneutral:before,
.uv-listadder-table .isgenderless:before {
	content: "\f22d";
	background-color: #93be5f;
}

.uv-listadder-table>div>div.name {
	width: 35%;
}

.uv-listadder-table>div>div.email {
	width: 27%;
}

.uv-listadder-table>div>div.phone {
	width: 18%;
}

.uv-listadder-table>div>div.dob {
	width: 20%;
}

.uv-listadder-table>div>div {
	float: left;
	padding: 10px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*
.uv-listadder-table .listitem:nth-child(even) {
    background-color: #f2f2f2;
}
*/
.uv-listadder-table .listitem:nth-child(odd) {
	background-color: #f7f7f7;
}

.uvmaxw600 {
	max-width: 600px;
}


#uv-listaddersave>form textarea,
form input {
	background-color: #f3f3f3;
	border: 1px solid #d8d8d8;
	margin-bottom: 10px;
	font-size: 12px;
}

.uv-dob-cont>label {
	font-size: 14px;
}

#uv-listaddersave>textarea,
input {
	display: block;
	width: 100%;
	line-height: 1.4;
	padding: 8px 15px;
	outline: none;
}


.uv-dob-cont select {
	width: auto;
	display: inline-block;
	min-width: 30px;
}

.uvjs-validate label.error,
.uv-hasvalidate label.error {
	color: #fc4545 !important;
	line-height: 1;
	font-size: 10px;
	margin-top: -25px;
	display: block;
	padding: 0 15px;
	text-align: right;
	margin-bottom: 15px;
	opacity: 0.7;
}

#dobyear-error {
	display: inline-block;
}

#dobmonth-error,
#dobday-error {
	display: none !important;
}

.uv-chackoutvalidate #dobmonth-error,
.uv-chackoutvalidate #dobday-error,
.uv-chackoutvalidate #dobyear2-error {
	bottom: -1px;
	display: block !important;
}

#labeljoinmail {
	font-size: 14px;
}

#joinmail {
	float: left;
	width: 15px;
	margin-top: 10px;
}

.cleardiv {
	clear: both;
}

#uv-flistaddersave>.uv-dob-cont>.bootstrap-select {
	width: auto;
}

#uv-flistaddersave>.uv-dob-cont>.bootstrap-select>button {
	background-color: #f3f3f3;
	border: 1px solid #d8d8d8;
	color: #000;

}

/* code guest list end*/

/* Pop Up */
body #pop-loader {
	background-color: rgba(0, 0, 0, 0.8);
}

/* body .pop-loader-loading {
	background-image: url("../assets/images/loading.mezcal.gif");
	background-color: transparent;
	border: 0px solid;
	border-radius: 0px;
	background-size: 100%;
	width: 127px;
	height: 115px;
} */