/* UrVenue - aa  v 1.0 */
/*hardcore*/
.uv-integration.uv-297898 .uv-leads-typeslist .uv-leads-btn-p[data-ldid="801996082"] {
    display: none;
}
/*hardcore*/
.uv-container .uv-eventbook .uv-leads,
.uv-container .uv-eventbook .uv-leads-steps{border: transparent;}
.uv-container .uv-eventbook .uv-leads-nstep{background-color: transparent;}
.uv-container .uv-eventbook .uv-leads-step-inner-line {background-color: transparent;} 

.uv-leads button{cursor: pointer;}
.uv-leads{
	position: relative;
	border: 1px solid transparent;
	background-color: transparent;
	
	-webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-in-out;
}
.uv-leads.uv-leads-fadeoutbody .uv-leads-body, .uv-leads.uv-leads-hidebody .uv-leads-steps{
	opacity: 0;
	visibility: hidden;
}
.uv-leads.uv-leads-hidebody .uv-leads-body, .uv-leads.uv-leads-hidebody .uv-leads-steps{display: none;}
.uv-pop-cont .uv-leads-steps, .uv-leads-nowidget .uv-leads-steps {
    display: none;
}
.uv-pop-cont .uv-leads-stepfooter .uv-leads-btn-back, .uv-leads-nowidget .uv-leads-stepfooter .uv-leads-btn-back {
    display: none;
}
.uv-leads-steps{
	font-size: 13px;
	padding: 25px 20px 10px 20px;
	border-bottom: 1px solid #b3b3b3;
}
.uv-leads-steps ol{
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	display: block;
	height: 38px;
	padding-right: 125px;
}
.uv-leads-steps li{
	display: block;
	position: relative;
	float: left;
	padding-left: 30px;
	height: 100%;
	
	-webkit-user-select: none;
    user-select: none;
}
.uv-leads-steps-full{padding-right: 110px;}
.uv-leads-steps-full li:not(.last){width: 50%;}
.uv-leads-steps-full li.last{
	position: absolute;
	width: 126px;
	right: 0;
	top: 0;
}
.uv-leads-body{
	position: relative;
	min-height: 100px;
	overflow: hidden;
	
	-webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-in-out;
}
.uv-leads-nstep{
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	font-size: 11px;
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.6);
	color: #ffffff;
	text-align: center;
	line-height: 21px;
	box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.4);
}
.uv-leads-stepname{
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
	padding-top: 4px;
}
.uv-leads-stepinfo{
	visibility: hidden;
	opacity: 0;
	text-transform: uppercase;
	font-size: 90%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	
	-webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-in-out;
}
.uv-leads-step-liinner{float: left;}
.uv-leads-step-inner{display: flex;}
.uv-leads-step-inner-line{
	flex-grow: 1;
	height: 1px;
	/*background-color: #b3b3b3;*/
	background-color: transparent;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
.uv-leads-isstep-1 li:not(.uv-leads-listep-1) .uv-leads-nstep, .uv-leads-isstep-2 li:not(.uv-leads-listep-2) .uv-leads-nstep, .uv-leads-isstep-3 li:not(.uv-leads-listep-3) .uv-leads-nstep{
	box-shadow: none;
	opacity: 0.6;
}
.uv-leads-isstep-1 li:not(.uv-leads-listep-1) .uv-leads-step-inner-info, .uv-leads-isstep-1 li:not(.uv-leads-listep-1) .uv-leads-step-lilabel, .uv-leads-isstep-2 li:not(.uv-leads-listep-2) .uv-leads-step-inner-info, .uv-leads-isstep-2 li:not(.uv-leads-listep-2) .uv-leads-step-lilabel, .uv-leads-isstep-3 li:not(.uv-leads-listep-3) .uv-leads-step-inner-info, .uv-leads-isstep-3 li:not(.uv-leads-listep-3) .uv-leads-step-lilabel{opacity: 0.6;}
.uv-leads-isstep-2 .uv-leads-listep-1 .uv-leads-stepinfo, .uv-leads-isstep-3 .uv-leads-listep-1 .uv-leads-stepinfo, .uv-leads-isstep-3 .uv-leads-listep-2 .uv-leads-stepinfo{
	visibility: visible;
	opacity: 1;
}
.uv-leads-calsel, .uv-leads-ressel, .uv-leads-formfill{
	position: relative;
	padding: 35px;
}
.uv-leads-calsel{overflow: hidden;}
.uv-leads-adainput{
	background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 50;
    padding: 20px;
    min-height: 100%;
    width: 100%;
    padding: inherit;
    top: 10000px;
    left: 10000px;
}
.uv-leads-adainput.isfocus{
	top: 0;
	left: 0;
}
.uv-leads-adainput-inner{
	position: absolute;
	width: 100%;
	padding: inherit;
	bottom: 50%;
	left: 0;
	top: auto;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
	vertical-align: middle;
}
.uv-leads-adainput-inner label{
	display: block;
	text-align: center;
	font-size: 12px;
	margin-bottom: 0.3em;
	color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}
.uv-leads-adainput-inner input{text-align: center;}
.uv-leads-ressel-inner{
	margin-left: auto;
	margin-right: auto;
	max-width: 640px;
}
.uv-leads-stepfooter{
	position: relative;
	padding-top: 20px;
	clear: both;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.uv-leads-ressel .uv-leads-stepfooter{padding-top: 15px;}
/*.uv-leads-footerbtn-right{float: right;}*/
/*.uv-leads-btn-p, .uv-leads-btn-back
{
	position: relative;
	background: transparent;
	outline: none;
	width: 194px;
	max-width: 100%;
	height: 42px;
	padding: 8px;
	font-size: 11px;
    letter-spacing: 0.09em;
	line-height: 1em;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	border: 1px solid #C2A267;
	z-index: 1;
	overflow: hidden;
	transition: all 0.75s ease 0s;
}*/
/*.uv-leads-btn-p:before, .uv-leads-btn-back:before
{
	display: block;
    position: absolute;
    left: 0px;
    bottom: 0%;
    height: 100%;
    width: 100%;
    z-index: -1;
    content: " ";
    color: #000 !important;
    background: #d08c46;
    background: linear-gradient(0deg, #E6AF70 0%, #CC883B 100%);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.uv-leads-btn-p:hover{color: #FFF;}
.uv-leads-btn-p:hover:before{bottom: auto;height: 0px;top: 0px;}
.uv-leads-btn-back{width: 66px;color: #FFF;border: 1px solid #C2A267;}
.uv-leads-btn-back:before{top: 0%;bottom: inherit;height: 0px;}
.uv-leads-btn-back:hover{color: #000;}
.uv-leads-btn-back:hover:before{top: auto;height: 100%;bottom: 0px;}*/
.uv-leads-btn-unlight, .uv-leads-btn-unlight:hover{box-shadow: none;}
.uv-leads-typeslist > div{
	width: 50%;
	float: left;
}
.uv-leads-typeslist > div:nth-child(odd){padding-right: 10px;}
.uv-leads-typeslist > div:nth-child(even){padding-left: 10px;}
.uv-leads-typeslist > div button{
	margin-bottom: 20px;
	padding: 14px 8px;
	width: 100%;
	box-shadow: none;
	overflow: hidden;
	background-color: transparent;
	color: #000000;
	border: 1px solid #948272;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.143125em;
	text-transform: uppercase;
}
.uv-leads-typeslist > div button:before{content: none;}
.uv-leads-typeslist > div button:hover, .uv-leads-typeslist > div button:focus{
	box-shadow: none;
	background-color: #948272;
	color: #ffffff;
}
.uv-leads-typeslist > div button.selected{
	color: #ffffff;
	background: #948272;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.uv-leads-stepfooter .uv-leads-btn-p:first-child:last-child{margin-left: auto;}


/*Calendar*/
.uv-leads-calendar .ui-datepicker-header{
	position: relative;
	color: #ffffff;
	background-color: transparent;
	padding-bottom: 35px;
}
.uv-leads-calendar .ui-datepicker-title{
	text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.3;
    padding: 10px 25px;
    opacity: 0.8;
}
.uv-leads-calendar .ui-datepicker-prev{
	position: absolute;
	height: 25px;
	width: 25px;
	left: 3px;
	text-align: center;
	top: 8px;
	z-index: 10;
}
.uv-leads-calendar .ui-datepicker-prev:before{
    display: inline-block;
    content: " ";
    color: #ffffff;
    width: 0;
    height: 0;
    margin-top: 5px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; 
    border-right: 7px solid #ffffff;
}
.uv-leads-calendar .ui-datepicker-next{
	position: absolute;
	height: 25px;
	width: 25px;
	right: 3px;
	text-align: center;
	top: 8px;
	z-index: 10;
}
.uv-leads-calendar .ui-datepicker-next.ui-state-disabled, .uv-leads-calendar .ui-datepicker-prev.ui-state-disabled{opacity: 0.5;}
.uv-leads-calendar .ui-datepicker-next:not(.ui-state-disabled):hover, .uv-leads-calendar .ui-datepicker-prev:not(.ui-state-disabled):hover{background-color: rgba(255, 255, 255, 0.3);}
.uv-leads-calendar .ui-datepicker-next:before{
    display: inline-block;
    content: " ";
    color: #ffffff;
    width: 0;
    height: 0;
    margin-left: 3px;
    margin-top: 5px;
    
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; 
    border-left: 7px solid #ffffff;
}
.uv-leads-calendar .ui-datepicker-prev span, .uv-leads-calendar .ui-datepicker-next span{display: none;}
.uv-leads-calendar table{
	width: 100%;
	padding: 0;
	border: 0;
	margin: 0;
	border-collapse: inherit;
	border-spacing: 0;
	color: #ffffff;
}
.uv-leads-calendar table thead{color: #ffffff;}
.uv-leads-calendar table thead th{
	text-align: center!important;
	vertical-align: middle;
	font-weight: 600!important;
	padding-left: 0px!important;
	padding-right: 0px!important;
	padding-bottom: 18px;
	font-size: 14px!important;
	text-transform: uppercase;
}
.uv-pkcal-controls th:first-child{
	text-align: left;
	padding-left: 10px;
}
.uv-pkcal-controls th:last-child{
	text-align: right;
	padding-right: 10px;
}
.uv-pkcal-month{
	padding: 8px;
	font-size: 18px;
}
.uv-pkcal-days th{
	font-size: 11px;
	width: 14.285714%;
	padding: 6px 2px;
}
.uv-leads-calendar table{background-color: transparent!important;border-top: none!important;margin-bottom: 0px!important;}
.uv-leads-calendar table tr:nth-child(2n+1){background-color: transparent!important;}
.uv-leads-calendar table tr th{border: none!important;}
.uv-leads-calendar table tr td{border: none!important;}
.uv-leads-calendar table tbody td:not(.ui-datepicker-unselectable){cursor: pointer;}
.uv-leads-calendar table tbody td:not(.ui-datepicker-unselectable) label{cursor: pointer;}
.uv-leads-calendar table tbody td{
	padding: 0px 5px 0px 5px!important;
	vertical-align: top;
	text-align: center;
	font-size: 16px!important;
	font-weight: 800;
	width: 14.285714%;
	
	-webkit-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out;
}
.uv-leads-calendar table tbody td a, .uv-leads-calendar table tbody td span{
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border: 1px solid transparent;
	font-weight: normal;
}
.uv-leads-calendar table tbody td.ui-datepicker-current-day:not(.ui-datepicker-unselectable) a{
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.6);
	background-color: #000000;
	box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.4);
	border-radius: 50%;
}
.uv-leads-calendar table tbody td.ui-datepicker-unselectable{color: #aaaaaa;}
.uv-leads-calendar td a{
	color: #ffffff;
	text-decoration: none;
}
.uv-leadstep-1, .uv-leadstep-2, .uv-leadstep-3{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-in-out;
}
.uv-leadstep-1.visible, .uv-leadstep-2.visible, .uv-leadstep-3.visible{
	opacity: 1;
	visibility: visible;
}
.uv-leadstep-1.hidden, .uv-leadstep-2.hidden, .uv-leadstep-3.hidden{display: none;}
/**********/

.uv-leads-form-inner{
	margin-left: -15px;
	margin-right: -15px;
}
.uv-lead-field{
	float: left;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.uv-lead-field:empty{display: none;}
.uv-lead-field-size-4{width: 100%;}
.uv-lead-field-size-3{width: 50%;}
.uv-lead-field-size-2{width: 33.3333%}
.uv-lead-field-size-1{width: 25%;}
.uv-lead-field label{
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0;
	margin-bottom: 0.5em;
	color: #ffffff;
	font-weight: 500;
	
	-webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.uv-lead-field label a{text-decoration: underline;}
.uv-lead-field label.error{
	color: #ffffff;
	font-size: 11px;
	text-transform: none;
	line-height: 1;
	padding-top: 1.2em;
	font-weight: normal;
	text-align: right;
	clear: both;
	margin-top: -8px;
	margin-bottom: -8px;
}
.uv-lead-field-clear{clear: both;}
.uv-lead-field input, .uv-lead-field textarea{
	outline: none;
	width: 100%;
	border: 0;
	background-color: transparent;
	color: #eeeeee;
	padding: 14px 14px;
	line-height: normal;
	font-size: 15px;
	border: 1px solid #B1B1B1;;
}
.uv-lead-field textarea{line-height: 1.5;}
.uv-lead-field input:focus, .uv-lead-field textarea:focus{border: 1px solid #CD3A8F;}
.uv-lead-field select{
	height: 42px;
	width: 100%;
	border: 0;
	outline: none;
	background-color: #ffffff;
	padding: 5px 0px;
	line-height: 1em;
	margin-bottom: 10px;
	color: #333333;
	font-size: 14px;
	border: 1px solid #B1B1B1;
}
.uv-lead-field select option{color: #000;}
.uv-lead-field-dayinputcont{position: relative;}
.uv-lead-field-error .uv-lead-field-dayinputcont{padding-bottom: 15px;}
.uv-lead-field .uv-lead-field-dayinputcont label.error{
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100%;
}
.uv-lead-field-dayinputcont select.uv-lead-field-dayinputmonth{
	float: left;
	width: 60%;
}
.uv-lead-field-dayinputcont select.uv-lead-field-dayinputday{
	float: right;
	width: 35%;
}
.uv-lead-field .uv-lead-field-checkboxcont, .uv-lead-field.uv-lead-field-checkboxcont{
	position: relative;
	min-height: 27px;
	padding-left: 25px;
}
.uv-lead-field-checkboxcont input, .uv-lead-field-radioscont .uv-lead-filed-radio input{
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	bottom: 0;
	padding: 0;
	margin: auto;
	margin-top: 6px;
	width: 14px;
	height: 14px;
}
.uv-lead-field-checkboxcont label, .uv-lead-field-radioscont .uv-lead-filed-radio label{
	line-height: 1.4;
	height: 27px;
	text-transform: none;
	margin-top: 0.5em;
}
.uv-lead-field-radioscont .uv-lead-filed-radio{
	float: left;
	width: auto;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	height: 27px;
}
.uv-lead-field-radioscont .uv-lead-filed-radio:last-child{padding-right: 0;}
.uv-leads-form-inner .uv-leads-stepfooter{
	padding-left: 15px;
	padding-right: 15px;
}
.uv-lead-field-phonecont input, .uv-leads-phonecode-cont{
	width: 50%;
	width: calc(50% - 10px);
	float: left;
}
.uv-lead-field-phonecont input{float: right;}
.uv-leads-phonecode-cont{
	border: 1px solid #b3b3b3;
	background-color: inherit;
	margin: 0;
}
.uv-leads-phonecode-cont input{float: none;}
/*.uv-lead-field-phonecont input{padding-left: 5px;}*/
.uvjs-leads-timeinput{cursor: pointer;}
.uv-lead-field-timeinputcont{position: relative;}
.uv-leads-wd-timeinput{
	position: absolute;
	top: 100%;
	left: 0;
	width: 220px;
	height: 150px;
	background-color: #000000;
	border-radius: 5px;
	box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.3);
	border: 1px solid rgba(255, 255, 255, .2);
	padding: 20px 10px;
	z-index: 11;
	
	opacity: 0;
	visibility: hidden;
	
	-webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-in-out;
}
.uv-leads-wd-timeinput.visible{
	opacity: 1;
	visibility: visible;
}
.uv-leads-wd-timeinput:before, .uv-leads-wd-timeinput:after{
	content: " ";
	display: inline-block;
	position: absolute;
}
.uv-leads-wd-timeinput:before{
	border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(255, 255, 255, .2);
    border-top-color: rgba(255, 255, 255, .25);
    top: -7px;
    left: 6px;
}
.uv-leads-wd-timeinput:after{
	border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid black;
    top: -6px;
    left: 7px;
}
.uv-lead-ti-hours, .uv-lead-ti-minutes{
	float: left;
	width: 37%;
	padding: 0 5px;
}
.uv-lead-ti-ampm{
	width: 26%;
	float: left;
}
.uv-leads-wd-timeinput button{
	outline: none;
	display: block;
	position: relative;
	border: 0;
	cursor: pointer;
	background-color: transparent;
	padding: 0;
}
.uv-lead-ti-hours span, .uv-lead-ti-minutes span{
	display: block;
	width: 100%;
	line-height: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
.uv-lead-ti-hours button, .uv-lead-ti-minutes button{
	width: 45px;
	height: 38px;
	margin: auto;
	border-radius: 3px;
	
	-webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-in-out;
}
.uv-lead-ti-hours button:hover, .uv-lead-ti-minutes button:hover{background-color: rgba(255, 255, 255, 0.15);}
.uv-lead-ti-hours button:first-child, .uv-lead-ti-minutes button:first-child{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAABe0lEQVRoQ+3Y/bHCIAwA8GQCdTPdQDdyA98GvhHeRuoEeL0Dj1dbAvmgvV78l0LyS6AqCBv54EYc4JC1ddI74h0xqoBvLaPCspf1jrBLZzTRO2JUWPayph0JIRwB4BazuyDiLztTYqIZJIRwzhApjQHzY4ExgcwgTDHqEAJhhlGFVCJMMGqQAuISM0+HPj8iamdGBVJCpMNd84zkJSCGtCTY8mwrSgThJMaZU4NiQyQJSebOoVgQjUQ01shRzRDNBDTXaoJoBk7V1FqzGqIVcGqPa6xdBdEIRL15pDFIiDQABcjHJbGKEMnCLQANzCxkCYTkBTAJWRLBxXxB1oDgYP5B4n/s+8T+Vvu53Xp2CoU95XcAY8gDAPajYIshiM48EfGQnhlDngCwyyCLIwqYFyJ+ij6GDDcf1zj5bHl907rFhufj1k+3MEdE/JvsCGfxtcwhv9nXkiiVh0OoCvUe9470rjgVzztCVaj3uHekd8WpeN4RqkK9xzfTkTeN7dMzwyxWugAAAABJRU5ErkJggg==);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 28px 30px;
}
.uv-lead-ti-hours button:last-child, .uv-lead-ti-minutes button:last-child{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAABdElEQVRoQ+2Y0Q3CMAxE7QmAzRgBRmASRoAR2AyYIChSigq0TXL2CYTMb+uz311I1Kj8yU//hEMC5NeSjEQiEZIDsbRIxsKykQhsHakwEiEZC8u+JJJS2onIsajtVfUCKxMKU0pbETkV6YOqnoc27yBXEVmPZsgwz5cJszVLFpMHiFx3U9XNHMhNRFZv6l+HmYDII95V9Wn61NIaUw9MX4OZgchzvcz0sWu1FjavCcOLPbNMbr89AoY5F0t7Z5g9R3qFPIGQ3osHIiJoBUJ7Vk92VBgBsvSqguSBLA1agaw9mkDYMFaIPF8zCAvGA6IbxBvGCwIC8YLxhIBBrDDeECYQFIYBYQbphWFBuIC0wjAh3EBqMOVQpH4edJ0jtVN6wfWpUtdvHFeQSjJjGFcI16U1nrKSjDsEDWQhGQoEFaTA5Oub4RZmx7xecv+P1DYE1vMAYTmL6kYiqHOsukiE5SyqG4mgzrHqIhGWs6huJII6x6p7AG4n0zPmsGHTAAAAAElFTkSuQmCC);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 28px 30px;
}
.uv-lead-ti-ampm{
	position: relative;
	height: 100%;
}
.uv-leads-wd-timeinput button.uv-wdtime-triggerbtn{
	position: absolute;
	background-color: #eee;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	width: 100%;
	line-height: 40px;
	height: 40px;
	left: 0;
	top: 0;
	bottom: 0;
	padding: 0;
	text-align: center;
	margin: auto;
	border-radius: 3px;
}
.uv-lead-ti-hours span{position: relative;}
.uv-lead-ti-hours span:after{
	content: ":";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -8px;
}
.uv-leads-wd-timeinput.uv-leads-wd-timeinputformat-1{width: 150px;}
.uv-leads-wd-timeinputformat-1 .uv-lead-ti-ampm{display: none;}
.uv-leads-wd-timeinputformat-1 .uv-lead-ti-hours, .uv-leads-wd-timeinputformat-1 .uv-lead-ti-minutes{width: 50%;}
.uv-leads-calendar-selector{
	background-color: #ffffff;;
	border-radius: 0;
	box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.3);
	border: 1px solid #000000;
	padding: 8px;
	z-index: 1050!important;
}
.uv-leads-calendar .ui-datepicker-year select{
	width: auto;
	border: 0;
	outline: none;
	background-color: #ffffff;
	padding: 5px 0px;
	line-height: 1em;
	color: #000000;
	font-size: 14px;
	border: 1px solid #B1B1B1;
	margin-left: 5px;
	transform: translateY(-2px);
}
.uv-leads-calendar-selector.uv-leads-calendar .ui-datepicker-title{font-size: 16px;}
.uv-leads-calendar-selector.uv-leads-calendar .ui-datepicker-header{padding-bottom: 2px;}
.uv-leads-calendar-selector.uv-leads-calendar table thead th{font-size: 12px;}
.uv-leads-calendar-selector.uv-leads-calendar table tbody td{
	padding: 6px 3px;
	font-size: 14px;
}
.uv-leads-calendar-selector.uv-leads-calendar .ui-datepicker-next:before{
	margin-left: 2px;
	margin-top: 6px;
}
.uv-leads-messagecont{
	display: none;
	position: absolute;
	background-color: #242424;
	background-size: 50px 50px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 43;
	justify-content: center;
	align-items: center;
}
.uv-leads-messagesuccess{
	display: none;
	padding: 90px 50px;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	-webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-in-out;
}
.uv-leads.uv-leads-issuccess .uv-leads-messagecont{background-image: none;}
.uv-leads.uv-leads-issuccess .uv-leads-messagesuccess{
	visibility: visible;
	opacity: 1;
}
.uv-leads-iconsuccess{
	display: block;
	margin: auto;
	margin-bottom: 15px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #ffffff url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI2IDI2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNiAyNiIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CiAgPHBhdGggZD0ibS4zLDE0Yy0wLjItMC4yLTAuMy0wLjUtMC4zLTAuN3MwLjEtMC41IDAuMy0wLjdsMS40LTEuNGMwLjQtMC40IDEtMC40IDEuNCwwbC4xLC4xIDUuNSw1LjljMC4yLDAuMiAwLjUsMC4yIDAuNywwbDEzLjQtMTMuOWgwLjF2LTguODgxNzhlLTE2YzAuNC0wLjQgMS0wLjQgMS40LDBsMS40LDEuNGMwLjQsMC40IDAuNCwxIDAsMS40bDAsMC0xNiwxNi42Yy0wLjIsMC4yLTAuNCwwLjMtMC43LDAuMy0wLjMsMC0wLjUtMC4xLTAuNy0wLjNsLTcuOC04LjQtLjItLjN6IiBmaWxsPSIjMDAwMDAwIi8+Cjwvc3ZnPgo=) center center no-repeat;
	background-size: 45px 45px;
}
.uv-leads-messagesuccess span{
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 2em;
}
.uv-leads-messagesuccess-p{
	font-size: 18px;
	line-height: 1.5;
}
.uv-leads-messagesuccess-p b{display: block;}
.uv-lead-redirectform{display: none!important;}
body .uvjs-popinquiry .loaded-inquiry-form input{height: auto!important;}
.uv-leads-venues{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
    border: 1px solid #b3b3b3;
}
.uv-leads-venues-select{
	padding: 25px;
	border-bottom: 1px solid #b3b3b3;
	text-align: center;
}
.uv-leads-venues-select span{
	font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    padding-top: 4px;
} 
.uv-leads-venues-forms, .uv-leads-venues-form{display: none;}
.uv-leads-venueschose{
	text-align: center;
	padding: 25px;
}
.uv-leads-venueschose > div{
	padding-bottom: 25px;
	text-align: center;
}
.uv-leads-venueschose > div:last-child{padding-bottom: 0;}
.uv-leads-venueschose .uv-btn{
	max-width: 300px;
	display: block;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}
.uv-leads-venues-current{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 8px;
}
.uv-leads-venues-current span{
	font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
.uv-leads-venues-current a{
	display: inline-block;
	vertical-align: middle;
	opacity: 0.9;
	margin-left: 1em;
	font-size: 70%;
	text-decoration: underline;
}
.uv-leads-stepfooter .uv-leads-btn-p{
	font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.143125em;
    text-transform: uppercase;
	padding: 14px 30px;
}
.uv-leads-stepfooter .uv-leads-btn-back{
	background-color: transparent;
	color: #ffffff;
    border: 1px solid #948272;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.143125em;
    text-transform: uppercase;
	padding: 14px 20px;
	border-radius: 21px;
}
.uv-leads.uv-leads-sending .uv-leads-messagecont{display: flex;}
.uv-leads-messagesending{
	display: block;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}
.uv-leads.uv-leads-sending.uv-leads-issuccess .uv-leads-messagesending{display: none;}
.uv-leads.uv-leads-sending.uv-leads-issuccess .uv-leads-messagesuccess{display: block;}
/*.uv-leads.uv-leads-sending .uv-leads-steps, .uv-leads.uv-leads-sending .uv-leads-body{display: none;}*/


/* FF Fixes */
@-moz-document url-prefix() {
	.uv-lead-field option{color: #000000;}
}
/************/


/*Responsive*/
@media(max-width: 800px){
	.uv-lead-field, .uv-leads-form-inner .uv-leads-stepfooter{
		padding-left: 8px;
		padding-right: 8px;
	}
	.uv-leads-form-inner{
		margin-left: -8px;
		margin-right: -8px;
	}
}
@media(max-width: 700px){
	.uv-leads-typeslist > div{width: 100%;}
	.uv-leads-typeslist > div:nth-child(odd), .uv-leads-typeslist > div:nth-child(even){padding: 0;}
	.uv-leads-ressel-inner{max-width: 550px;}
}
@media(max-width: 600px){
	.uv-leads-calsel, .uv-leads-ressel, .uv-leads-formfill{padding: 15px;}
	.uv-lead-field-size-2, .uv-lead-field-size-3, .uv-lead-field-size-4{width: 100%;}
	.uv-lead-field-size-1{width: 50%;}
	.uv-leads-messagesuccess{padding: 60px 35px;}
}
@media(max-width: 530px){
	.uv-lead-field-size-1{width: 100%;}
	.uv-leads-steps-full li:not(.last), .uv-leads-steps-full li.last{
		width: 100%;
		float: none;
	}
	.uv-leads-steps-full li.last{
		position: relative;
		right: auto;
		top: auto;
    	max-width: 120px;
    	margin: auto;
	}
	.uv-leads-steps ol{padding-right: 0;}
	.uv-leads-isstep-1 li:not(.uv-leads-listep-1), .uv-leads-isstep-2 li:not(.uv-leads-listep-2), .uv-leads-isstep-3 li:not(.uv-leads-listep-3){display: none;}
	.uv-leads-typeslist > div:nth-child(odd){padding-right: 5px;}
	.uv-leads-typeslist > div:nth-child(even){padding-left: 5px;}
}
@media(max-width: 480px){
	.uv-leads-calendar table tbody td a, .uv-leads-calendar table tbody td span{height: 30px;width: 30px;}
	.uv-leads-calendar table tbody td{font-size: 14px!important;}
	.uv-leads-calendar table thead th{font-size: 12px!important;}
	body .uv-leads-calendar table tbody td a, body .uv-leads-calendar table tbody td span{line-height: 28px;}
	body .uv-leads-btn-p, body .uv-leads-btn-back{padding: 11px 28px;}
}
@media(max-width: 380px){
	.uv-leads-typeslist > div{width: 100%;}
	.uv-leads-typeslist > div:nth-child(odd){padding-right: 0px;}
	.uv-leads-typeslist > div:nth-child(even){padding-left: 0px;}
}
@media(max-width: 360px){
	.uv-leads-typeslist > div button{font-size: 11px;}
}
@media(max-width: 350px){
	.uv-leads-calendar table tbody td a, .uv-leads-calendar table tbody td span{
		height: 25px;
		width: 25px;
	}
	body .uv-leads-calendar table tbody td a, body .uv-leads-calendar table tbody td span{line-height: 24px;}
}





body .phone-styles .chosen-container .chosen-single{
	height: 47px;
	line-height: 47px;
}
body .chosen-container .chosen-results li{font-size: 12px;}
body .chosen-container .chosen-results li:before{display: none;}
body .chosen-container-single .chosen-single div{
	height: 25px;
	top: 11px;
}
body .chosen-container-single .chosen-search input[type="text"]{border: 1px solid #b3b3b3!important;}
/*body .chosen-container {
    background: #131210!important;
    color: #fff;
}
body .chosen-container span{
    color: #757575;
    font-size: 15px;
}
body .phone-styles .chosen-container .chosen-single{
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    box-shadow: none!important;
    height: 40px;
    line-height: 40px;
    background: transparent;
}
body .chosen-container .chosen-drop {
    border: 1px solid #2B2823;
    background: #000;
}
body .chosen-container .chosen-results {
    background-color: #000;
}
body .chosen-container .chosen-results li.active-result{
	background: transparent;
    padding-left: 10px!important;
}*/