html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
	background: #842876; /* Old browsers */
    background-repeat: no-repeat;
    background-attachment: fixed;
	background: -moz-linear-gradient(linear, left bottom, right top, from(#ff2f55), color-stop(#d61c6e), color-stop(#a22579), color-stop(#6a2b74), color-stop(#342961),to(#021f44)); 
    background-image: -webkit-gradient(linear, left bottom, right top, from(#ff2f55), color-stop(#d61c6e), color-stop(#a22579), color-stop(#6a2b74), color-stop(#342961),to(#021f44));
    background-image: -webkit-linear-gradient(left bottom, #ff2f55, #d61c6e, #a22579, #6a2b74, #342961,#021f44);
    background-image: -o-linear-gradient(left bottom, #ff2f55, #d61c6e, #a22579, #6a2b74, #342961,#021f44);
    background-image: linear-gradient(to right top, #ff2f55, #d61c6e, #a22579, #6a2b74, #342961,#021f44);

}

/* Main form wrapper */

.section-wz {
    position: relative;
    z-index: 88800;
}

.wz-title {
	font-family: 'Oswald', sans-serif;
	font-size: 3.5em;
	text-align: center;
	color: #fff;
	margin-top: 2em;
	margin-bottom: 1em;
}

.wz_form-wrap {
	position: relative;
	color: #fff;
	overflow: hidden;
	font-family: 'Oswald', sans-serif;
}

.overview .wz_form-wrap {
	height: auto;
}

.wz-button {
	border-width: 1px;
    border-radius: 10px!important;
    padding: 1px 30px;
	background-color: #fff;
    color: #0e1111;
    font-size: 3em;
    line-height: 1.35em;
    margin: 10px 1px;
    border: none;
	outline: none;
	overflow: hidden;
	box-shadow: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	outline-style: none;
}

.wz-button:focus {
  outline: none !important;
}

.wz-shake-cont:hover .wz-button {
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .5); 
  color: rgba(252, 45, 86, .9);
}

.wz-description {
	color: rgba(0,0,0,0.8);
	font-family: 'Oswald', sans-serif;
	font-size: 1.5em;
}

/* Title */
.wz_title {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 40px;
	width: 100%;
}

.wz_title h1 {
	margin: 0;
}

/* Form */
.wz_form {
	position: relative;
	text-align: left;
	font-size: 2.5em;
}

.no-js .wz_form {
	padding: 0 0 6em 0;
}

/* Views (fullscreen and overview)*/
.wz_form-full {
	top: 32%;
	margin: 0 auto;
	width: 70%;
}

.wz_form-full {
	min-height: 350px;
}

@media screen and (max-width: 839px) {
	.wz_form-full {
	min-height: 300px;
   }
}

.wz_form-overview {
	padding: 2.5em 10% 6em;
	width: 100%;
	height: 100%;
	background: transparent;
	color: #ddd;
	font-size: 1.2em;
}

.wz_form-overview .wz_fields::before {
	display: block;
	margin-bottom: 2.5em;
	color: #ddd;
	content: 'Review & Submit';
	font-weight: 500;
	font-size: 1.85em;
}

/* Switch view animation (we hide the current view, switch the view class and show it again) */
.wz_form.wz_show {
	-webkit-animation: animFadeIn 0.5s;
	animation: animFadeIn 0.5s;
}

@-webkit-keyframes animFadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@keyframes animFadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

.wz_form.wz_show .wz_fields {
	-webkit-animation: animMove 0.5s;
	animation: animMove 0.5s;
}

@-webkit-keyframes animMove {
	from { top: 100px; }
}

@keyframes animMove {
	from { top: 100px; }
} /* we need to use top here because otherwise all our fixed elements will become absolute */

/* Visibility control of elements */
.wz_form-full .wz_fields > li,
.wz_nav-dots, 
.wz_progress,
.wz_numbers,
button.wz_continue,
.wz_message-error,
.wz_message-final {
	visibility: hidden;
}

.no-js .wz_form-full .wz_fields > li {
	visibility: visible;
}

.wz_show {
	visibility: visible !important;
}

/* Some general styles */
.wz_form-wrap button {
	border: none;
	background: none;
}

.wz_form-wrap button[disabled] {
	opacity: 0.3;
	pointer-events: none;
}

.wz_form-wrap input:focus,
.wz_form-wrap button:focus {
	outline: none;
}

/* Hide the submit button */
.wz_form .wz_submit {
	display: none;
}

/* Fields */
.wz_fields {
	position: relative;
	margin: 0 auto;
	padding: 0;
	top: 0;
	list-style: none;
}

.wz_form-overview ol {
	max-width: ;
}

.wz_fields > li {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
	border: none;
}

.wz_fields > li:hover {
	z-index: 999;
}

.js .wz_form-full .wz_fields > li {
	position: absolute;
	width: 100%;
}

.wz_form.wz_form-full li {
	
}

@media screen and (max-width: 765px) {
	.js .wz_form-full .wz_fields > li {
	text-align: center;
  }
}

.wz_form-overview .wz_fields > li,
.no-js .wz_form .wz_fields > li {
	margin: 1em 0 2em;
	padding: 0 0 2em 0;
	border-bottom: 2px solid rgba(0,0,0,0.1);
}

.wz-controls {
    margin-top: 3em;
}

/* Labels & info */
.wz_fields > li label {
	position: relative;
}

.wz_fields > li label.wz_field-label {
	display: inline-block;
	padding: 0 5px 1em 0;
	font-weight: 500;
	pointer-events: none;
	margin-top: 1em;
}

.wz_form-full .wz_fields > li label[data-info]::after {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	width: 24px;
	height: 24px;
	border: 2px solid rgba(0,0,0,0.4);
	color: rgba(0,0,0,0.4);
	border-radius: 50%;
	content: 'i';
	vertical-align: top;
	text-align: center;
	font-weight: 500;
	font-style: italic;
	font-size: 14px;
	font-family: Georgia, serif;
	line-height: 20px;
	cursor: pointer;
	pointer-events: auto;
}

.wz_form-full .wz_fields > li label[data-info]::before {
    position: absolute;
    bottom: 100%;
   	left: 0;
    padding: 0 0 10px;
    min-width: 200px;
	content: attr(data-info);
	font-size: 0.4em;
	color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
    pointer-events: none;
}

.wz_form-full .wz_fields > li label[data-info]:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.wz_form-full .wz_fields > li label:hover ~ .wz_info,
.wz_form-full .wz_fields > li .wz_info:hover {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	pointer-events: auto;
}

/* Inputs */
.wz_fields input {
	margin: 0;
	padding: 0 0 0.15em;
	border: none;
	/* border-bottom: 2px solid rgba(0,0,0,0.2); */
	background-color: transparent;
	color: #ddd;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size: 1.5em;
	border-radius: 0;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

@media screen and (max-width: 839px) {
	.wz_fields input {
	margin-top: 0.5em;
   }
}

.wz_fields input:invalid {
	box-shadow: none; /* removes red shadow in FF*/
}

.wz_form-overview .wz_fields input {
	border-bottom-color: transparent;
	color: rgba(0,0,0,0.6);
}

.wz_fields [required] {
	background-position: top right;
	background-size: 18px;
	background-repeat: no-repeat;
}

.wz_fields input:focus {
	background-color: rgba(0,0,0,0.1); /* Fixes chrome bug with placeholder */
}

.wz_form-overview .wz_fields input:focus {
	background-color: #ddd; /* Fixes chrome bug with placeholder */
}

.wz_form-overview .wz_fields input {
	font-size: 1.2em;
}

.wz_fields .wz_radio-custom input[type="radio"] {
	position: absolute;
	display: block;
	margin: 30px auto 20px;
	margin: 0 auto 20px;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.wz_fields > li .wz_radio-custom span {
	float: left;
	position: relative;
	margin-right: 3%;
	padding: 10px;
	max-width: 200px;
	width: 30%;
	text-align: center;
	font-weight: 500;
	font-size: 50%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.wz_fields > li .wz_radio-custom span label {
	color: rgba(255,255,255,0.8);
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.wz_form-overview .wz_fields > li .wz_radio-custom span {
	max-width: 100%;
}

.wz_form-overview .wz_fields > li .wz_radio-custom span {
	font-size: 75%;
}

.wz_fields > li .wz_radio-custom label {
	display: block;
	cursor: pointer;
	font-weight: bold;
}

.wz_fields .wz_radio-custom label::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	background-position: 50% 0%;
	background-size: 85%;
	background-repeat: no-repeat;
	content: '';
	opacity: 0.5;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.wz_fields .wz_radio-custom label.radio-mobile::after {
	
}

.wz_fields .wz_radio-custom label.radio-social::after {
	
}

.wz_fields .wz_radio-custom label.radio-conversion::after {
	
}

.wz_fields .wz_radio-custom label:hover::after,
.wz_fields input[type="radio"]:focus + label::after,
.wz_fields input[type="radio"]:checked + label::after {
	opacity: 1;
}

.wz_fields .wz_radio-custom input[type="radio"]:checked + label {
	color: rgba(0,0,0,0.8);
}

.wz_form-overview .wz_fields .wz_radio-custom input[type="radio"]:checked + label {
	color: rgba(0,0,0,0.8);
}

.wz_fields textarea {
	padding: 0.25em;
	width: 100%;
	min-height: 150px;
	/* border: 2px solid rgba(0,0,0,0.2); */
	background-color: transparent;
	color: #ddd;
	font-weight: 500;
	font-size: 0.85em;
	resize: none;
	overflow: auto;
	bottom: 5px;
}

.wz_form-overview .wz_fields textarea {
	height: 100px;
	color: rgba(0,0,0,0.5);
}

.wz_fields textarea:focus {
	outline: none;
	background-color: rgba(0,0,0,0.1); 
}

.wz_form-overview .wz_fields textarea {
	padding: 0;
	border-color: transparent;
	background-color: rgba(0,0,0,0.1); 
}

.wz_form-overview .wz_fields textarea:focus {
	background: #ddd;
}

.wz_fields textarea::-webkit-scrollbar {
	width: 8px;
}
.wz_fields textarea::-webkit-scrollbar-track {
	background: #c1c0c0;
}
.wz_fields textarea::-webkit-scrollbar-thumb {
	background: #828282;
}
.wz_fields textarea::-webkit-scrollbar-thumb:hover {
	background: #555;
}


.wz_form div.cs-select.cs-skin-boxes {
	display: block;
}

.wz_form-overview .cs-skin-boxes > span {
	border-radius: 5px;
	width: 90px;
	height: 70px;
	font-size: 0.8em;
}

.wz_form-overview .cs-skin-boxes > span::before {
	padding-top: 50px;
	box-shadow: rgba(0,0,0,0.5);
}

.wz_fields input.wz_mark {
	padding-left: 1em;
	
	background-position: 0% 0.15em;
	background-size: auto 75%;
	background-repeat: no-repeat;
}

.wz_fields input.wz_mark[required] {
	
	background-position: 0% 0.15em, top right;
	background-size: auto 75%, 18px;
	background-repeat: no-repeat;
}

.wz-imgcontainer {
  position: relative;
  cursor: pointer;
  text-align: center;
}

.wz-image-title {
	text-align: center;
}

.wz-image img {
    width: 106px;
    height: 106px;
    background-color: #999999;
    border: 4px solid #CCCCCC;
    color: #FFFFFF;
    border-radius: 50%;
    margin: 5px auto;
    overflow: hidden;

}

.wz-image input[type="file"] {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
}

.wz-image img:hover {
  border-color: #05AE0E;
}

/* placeholder */
.wz_fields input::-webkit-input-placeholder,
.wz_fields textarea::-webkit-input-placeholder {
	color: rgba(0,0,0,0.1);
}

.wz_fields input:-moz-placeholder,
.wz_fields textarea:-moz-placeholder {
	color: rgba(0,0,0,0.1);
}

.wz_fields input::-moz-placeholder,
.wz_fields textarea::-moz-placeholder {
	color: rgba(0,0,0,0.1);
}

.wz_fields input:-ms-input-placeholder,
.wz_fields textarea:-ms-input-placeholder {
	color: rgba(0,0,0,0.1);
}

/* Hide placeholder when focused in Webkit browsers */
.wz_fields input:focus::-webkit-input-placeholder {
	color: transparent;
}

/* Dot navigation */
.wz_nav-dots {
	/* position: absolute;
	top: 50%;
	right: 60px;
	left: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%); */
}

.wz_nav-dots button {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	padding: 0;
	margin: 10px;
	width: 50px;
	height: 20px;
	border-radius: 30px!important;
	background-color: transparent;
	box-shadow: inset 0 0 0 10px white;
	-webkit-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
}

/* .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    box-shadow: inset 0 0 0 10px white;
} */

.btn.disabled, .btn:disabled {
    opacity: .3 !important;
}

.wz_nav-dots button::after {
	cursor: pointer;
    box-shadow: inset 0 0 0 10px white;
}

.wz_nav-dots button.wz_dot-current {
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6);
}

.wz_nav-dots button:hover,
.wz_nav-dots button:focus {
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6)
}

.wz_nav-dots button:hover::before,
.wz_nav-dots button.wz_dot-current::before {
	
}

/* Progress bar */
.wz_progress {
	position: absolute;
	top: -10%;
	width: 0%;
	height: 0.5em;
	background: #ddd;
	-webkit-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
}

/* Number indicator */
.wz_numbers {
	position: absolute;
	top: 0;
	overflow: hidden;
	color: #ddd;
	margin: 10px;
	width: 2em;
	font-weight: 500;
	font-size: 2em;
	font-family: 'Oswald', sans-serif;
	cursor: default;
}

.wz_numbers:after {
	position: absolute;
	width: 100%;
	text-align: center;
	content: '/';
	font-weight: 300;
	opacity: 0.4;
	left: 0;
}

.wz_numbers span {
	float: right;
	width: 40%;
	text-align: center;
}

.wz_numbers .wz_number-current {
	float: left;
}

.wz_numbers .wz_number-new {
	position: absolute;
	left: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

/* Animations for numbers */
/* Show next number */
.wz_numbers.wz_show-next .wz_number-new {
	-webkit-animation: animMoveUpFromDown 0.4s both;
	animation: animMoveUpFromDown 0.4s both;
}

@-webkit-keyframes animMoveUpFromDown {
	from { -webkit-transform: translateY(100%); }
	to { -webkit-transform: translateY(0); }
}

@keyframes animMoveUpFromDown {
	from { -webkit-transform: translateY(100%); transform: translateY(100%); }
	to { -webkit-transform: translateY(0); transform: translateY(0); }
}

.wz_numbers.wz_show-next .wz_number-current {
	-webkit-animation: animMoveUp 0.4s both;
	animation: animMoveUp 0.4s both;
}

@-webkit-keyframes animMoveUp {
	to { -webkit-transform: translateY(-100%); }
}

@keyframes animMoveUp {
	to { -webkit-transform: translateY(-100%); transform: translateY(-100%); }
}

/* Show previous number */
.wz_numbers.wz_show-prev .wz_number-new {
	-webkit-animation: animMoveDownFromUp 0.4s both;
	animation: animMoveDownFromUp 0.4s both;
}

@-webkit-keyframes animMoveDownFromUp {
	from { -webkit-transform: translateY(-100%); }
	to { -webkit-transform: translateY(0); }
}

@keyframes animMoveDownFromUp {
	from { -webkit-transform: translateY(-100%); transform: translateY(-100%); }
	to { -webkit-transform: translateY(0); transform: translateY(0); }
}

.wz_numbers.wz_show-prev .wz_number-current {
	-webkit-animation: animMoveDown 0.4s both;
	animation: animMoveDown 0.4s both;
}

@-webkit-keyframes animMoveDown {
	to { -webkit-transform: translateY(100%); }
}

@keyframes animMoveDown {
	to { -webkit-transform: translateY(100%); transform: translateY(100%); }
}

/* Continue button and submit button */
button.wz_submit,
button.wz_continue {
	padding: 0.6em 1.5em;
	border: 3px solid #232529;
	border-radius: 40px;
	font-weight: 500;
	color: rgba(0,0,0,0.4);
}

.wz_form-overview .wz_submit,
.no-js .wz_form .wz_submit  {
	display: block;
	float: right;
}

.wz_form-overview .wz_submit {
	border-color: #232529;
	color: #232529;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}

button.wz_continue {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0 40px 60px 0;
	font-size: 1.25em;
}

button.wz_submit:hover,
button.wz_submit:focus,
button.wz_continue:hover {
	background: #232529;
	color: #fff;
}

.wz_continue::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	line-height: 3;
	text-align: center;
	background: transparent;
	color: rgba(0,0,0,0.3);
	content: 'or press ENTER';
	font-size: 0.65em;
	pointer-events: none;
}

/* Error message */
.wz_message-error {
	position: absolute;
	top: 35%;
	left: 50%;
	z-index: 800;
	color: #fff;
	font-weight: 500;
	font-size: 1em;
	height: 3em;
	opacity: 0;
	-webkit-transform: translate3d(-50%,-5px,0);
	transform: translate3d(-50%,-5px,0);
}

.wz_message-error.wz_show {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translate3d(-50%,0,0);
	transform: translate3d(-50%,0,0);
}

/* Animation classes & animations */
.wz_form li.wz_current {
	visibility: visible;
	display: block !important;
}

.wz_form li.wz_hide,
.wz_form li.wz_show {
	pointer-events: none;
}

/* Hide current li when navigating to next question */
.wz_form .wz_display-next .wz_hide {
	visibility: visible;
}

.wz_form .wz_display-next .wz_hide .wz_anim-lower,
.wz_form .wz_display-next .wz_hide .wz_anim-upper {
	-webkit-animation: animHideNext 0.5s cubic-bezier(0.7,0,0.3,1) forwards;
	animation: animHideNext 0.5s cubic-bezier(0.7,0,0.3,1) forwards;
}

.wz_form .wz_display-next .wz_hide .wz_anim-lower {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

@-webkit-keyframes animHideNext {
	to { opacity: 0; -webkit-transform: translate3d(0,-500px,0); }
}

@keyframes animHideNext {
	to { opacity: 0; -webkit-transform: translate3d(0,-500px,0); transform: translate3d(0,-500px,0); }
}

/* Show new li when navigating to next question */
.wz_form .wz_display-next .wz_show .wz_anim-lower,
.wz_form .wz_display-next .wz_show .wz_anim-upper {
	-webkit-animation: animShowNext 0.5s cubic-bezier(0.7,0,0.3,1) both 0.15s;
	animation: animShowNext 0.5s cubic-bezier(0.7,0,0.3,1) both 0.15s;
}

.wz_form .wz_display-next .wz_show .wz_anim-lower {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

@-webkit-keyframes animShowNext {
	from { opacity: 0; -webkit-transform: translate3d(0,500px,0); }
}

@keyframes animShowNext {
	from { opacity: 0; -webkit-transform: translate3d(0,500px,0); transform: translate3d(0,500px,0); }
}

/* Hide current li when navigating to previous question */
.wz_form .wz_display-prev .wz_hide {
	visibility: visible;
}

.wz_form .wz_display-prev .wz_hide .wz_anim-lower,
.wz_form .wz_display-prev .wz_hide .wz_anim-upper {
	-webkit-animation: animHidePrev 0.5s cubic-bezier(0.7,0,0.3,1) forwards;
	animation: animHidePrev 0.5s cubic-bezier(0.7,0,0.3,1) forwards;
}

.wz_form .wz_display-prev .wz_hide .wz_anim-upper {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

@-webkit-keyframes animHidePrev {
	to { opacity: 0; -webkit-transform: translate3d(0,500px,0); }
}

@keyframes animHidePrev {
	to { opacity: 0; -webkit-transform: translate3d(0,500px,0); transform: translate3d(0,500px,0); }
}

/* Show new li when navigating to previous question */
.wz_form .wz_display-prev .wz_show .wz_anim-lower,
.wz_form .wz_display-prev .wz_show .wz_anim-upper {
	-webkit-animation: animShowPrev 0.5s cubic-bezier(0.7,0,0.3,1) both 0.15s;
	animation: animShowPrev 0.5s cubic-bezier(0.7,0,0.3,1) both 0.15s;
}

.wz_form .wz_display-prev .wz_show .wz_anim-upper {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

@-webkit-keyframes animShowPrev {
	from { opacity: 0; -webkit-transform: translate3d(0,-500px,0); }
}

@keyframes animShowPrev {
	from { opacity: 0; -webkit-transform: translate3d(0,-500px,0); transform: translate3d(0,-500px,0); }
}

/* Remove IE clear cross */
input[type=text]::-ms-clear {
    display: none;
}

/* Adjust form for smaller screens */
@media screen and (max-width: 52.5em) {
	body {
		min-height: 500px;
	}

	.wz_form-wrap {
		font-size: 70%;
	}

	.wz_form {
		top: 0em;
		right: 2em;
		left: 0;
		padding: 1em;
		width: auto;
		font-size: 2em;
	}

	.wz_form.wz_form-overview {
		top: 0;
		right: 0;
		padding: 1.5em 1em 8em 1em;
		font-size: 1.5em;
	}

	.wz_title {
		padding: 20px;
	}

	.wz_numbers {
		margin: 20px;
	}

	.wz_nav-dots {
		right: 25px;
		margin-top: 60px;
	}

	button.wz_continue {
		right: 20px;
		bottom: 20px;
		margin: 0;
		padding: 50px 0 0 50px;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		font-size: 2em;
	}

	button.wz_continue::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content: '\27A1';
		text-align: center;
		font-size: 1em;
		line-height: 50px;
	}

	.wz_continue::after {
		content: '';
	}

	button.wz_submit {
		width: 100%;
		font-size: 1.25em;
	}

	.wz_message-error {
		bottom: 1.75em;
		left: 0;
		/* padding: 0 90px 0 2em; */
		width: 100%;
		font-size: 1.5em;
		-webkit-transform: translate3d(0,-5px,0);
		transform: translate3d(0,-5px,0);
		text-align: center;
	}

	.wz_message-error.wz_show {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

/* WZQA */

.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.wz_input_field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	-webkit-appearance: none; 
}

.wz_input_field:focus {
	outline: none;
}

.graphic {
	position: absolute;
	top: 6px;
	left: 0;
	fill: none;
}

@media screen and (max-width: 839px) {
	.graphic {
	position: absolute;
	top: 4px;
	left: 0;
	fill: none;
}
}

.icon {
	color: #ddd;
	font-size: 150%;
}

.input_wzqa {
	overflow: hidden;
	padding-top: 1em;
}

.wz_input_field_wzqa {
	padding: 0.5em 0em 0.25em;
	width: 100%;
	background: transparent;
	color: #9da8b2;
	font-size: 1.25em;
}

.graphic_wzqa {
	stroke: rgba(0,0,0,0.2);
	pointer-events: none;
	-webkit-transition: -webkit-transform 0.7s, stroke 0.7s;
	transition: transform 0.7s, stroke 0.7s;
	-webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
	transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
} 

.wz_input_field_wzqa:focus + .input__label_wzqa,
.input--filled .input__label_wzqa {
	color: #333;
	-webkit-transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
	transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
}

.wz_input_field_wzqa:focus ~ .graphic_wzqa,
.input--filled .graphic_wzqa {
	stroke: #333;
	-webkit-transform: translate3d(-66.6%, 0, 0);
	transform: translate3d(-66.6%, 0, 0);
}

/* wz shake */

@-webkit-keyframes wz-shake-eff {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes wz-shake-eff {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


.wz-shake-eff {
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.wz-shake-cont:hover .wz-shake-eff, .wz-shake-cont:focus .wz-shake-eff, .wz-shake-cont:active .wz-shake-eff {
  -webkit-animation-name: wz-shake-eff;
  animation-name: wz-shake-eff;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/*  animattion fadeup */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

/* End animattion */

/*** Animated Duration Delays ***/

.a-duration-01{ animation-duration: 0.1s; }
.a-duration-02{ animation-duration: 0.2s; }
.a-duration-03{ animation-duration: 0.3s; }
.a-duration-04{ animation-duration: 0.4s; }
.a-duration-05{ animation-duration: 0.5s; }
.a-duration-06{ animation-duration: 0.6s; }
.a-duration-07{ animation-duration: 0.7s; }
.a-duration-08{ animation-duration: 0.8s; }
.a-duration-09{ animation-duration: 0.9s; }
.a-duration-10{ animation-duration: 1s; }
.a-duration-11{ animation-duration: 1.1s; }
.a-duration-12{ animation-duration: 1.2s; }
.a-duration-13{ animation-duration: 1.3s; }
.a-duration-14{ animation-duration: 1.4s; }
.a-duration-15{ animation-duration: 1.5s; }
.a-duration-16{ animation-duration: 1.6s; }
.a-duration-17{ animation-duration: 1.7s; }
.a-duration-18{ animation-duration: 1.8s; }
.a-duration-19{ animation-duration: 1.9s; }
.a-duration-20{ animation-duration: 2s; }
.a-duration-21{ animation-duration: 2.1s; }
.a-duration-22{ animation-duration: 2.2s; }
.a-duration-23{ animation-duration: 2.3s; }
.a-duration-24{ animation-duration: 2.4s; }
.a-duration-25{ animation-duration: 2.5s; }
.a-duration-26{ animation-duration: 2.6s; }
.a-duration-27{ animation-duration: 2.7s; }
.a-duration-28{ animation-duration: 2.8s; }
.a-duration-29{ animation-duration: 2.9s; }
.a-duration-30{ animation-duration: 3s; }

.a-delay-01{ animation-delay: 0.1s; }
.a-delay-02{ animation-delay: 0.2s; }
.a-delay-03{ animation-delay: 0.3s; }
.a-delay-04{ animation-delay: 0.4s; }
.a-delay-05{ animation-delay: 0.5s; }
.a-delay-06{ animation-delay: 0.6s; }
.a-delay-07{ animation-delay: 0.7s; }
.a-delay-08{ animation-delay: 0.8s; }
.a-delay-09{ animation-delay: 0.9s; }
.a-delay-10{ animation-delay: 1s; }
.a-delay-11{ animation-delay: 1.1s; }
.a-delay-12{ animation-delay: 1.2s; }
.a-delay-13{ animation-delay: 1.3s; }
.a-delay-14{ animation-delay: 1.4s; }
.a-delay-15{ animation-delay: 1.5s; }
.a-delay-16{ animation-delay: 1.6s; }
.a-delay-17{ animation-delay: 1.7s; }
.a-delay-18{ animation-delay: 1.8s; }
.a-delay-19{ animation-delay: 1.9s; }
.a-delay-20{ animation-delay: 2s; }
.a-delay-21{ animation-delay: 2.1s; }
.a-delay-22{ animation-delay: 2.2s; }
.a-delay-23{ animation-delay: 2.3s; }
.a-delay-24{ animation-delay: 2.4s; }
.a-delay-25{ animation-delay: 2.5s; }
.a-delay-26{ animation-delay: 2.6s; }
.a-delay-27{ animation-delay: 2.7s; }
.a-delay-28{ animation-delay: 2.8s; }
.a-delay-29{ animation-delay: 2.9s; }
.a-delay-30{ animation-delay: 3s; }

/* End Animated Duration Delays */

.pr-settings {
	position: fixed;
	z-index: 99988;
	color: #0e1111;
	cursor: pointer;
	font-size: 1.5em;
    top: 30px;
    right: 30px;
}

.pr-settings a {
  color: #ddd;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  outline-style: none;
}

.pr-settings a:hover {
  color: #ddd;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  outline-style: none;
}

.pr-settings .dropdown-toggle::after {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: .3em solid transparent;
}

.pr-settings .dropdown-menu:before, .pr-settings .dropdown-menu:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 25px;
    width: 11px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    border-bottom: 11px solid transparent;
    border-left: 11px solid #fff;
    border-top: 11px solid transparent;
    right: -10px;
}

.pr-settings .form-group {
    margin-bottom: 1rem;
    max-width: 210px;
    padding: 15px;
}

.pr-settings .form-group label {
    font-size: .9em;
}

.animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.pr-settings .dropdown.show .dropdown-menu {
    opacity: 1;
    -webkit-transform: translate3d(0, 0%, 0) !important;
    -moz-transform: translate3d(0, 0%, 0) !important;
    -o-transform: translate3d(0, 0%, 0) !important;
    -ms-transform: translate3d(0, 0%, 0) !important;
    transform: translate3d(0, 0%, 0) !important;
    transform-origin: 0 0;
    left: -230px !important;
	top: 0px !important;
}

@media screen and (max-width: 765px) { 
.pr-settings {
	position: fixed;
	z-index: 99988;
	color: #0e1111;
	cursor: pointer;
	font-size: 1.5em;
    top: 1px;
    right: 1px;
   }
}






