html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
	color: black;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

button {
	letter-spacing: normal;
	white-space: nowrap;
	text-transform: none;
	cursor: pointer;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body {
	display: block;
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	word-break: break-word;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(16, 16, 16, 1.00);
}

img {
	display: block;
	position: relative;
	max-width: 100%;
	max-height: 100%;
}



/* Header */

.header {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 3vh;
	z-index: 9999;
}

.header__logo {
	display: inline-block;
	position: relative;
	width: auto;
	margin: 0px auto;
}

.header__logo>img {
	width: auto;
	max-height: 6vh;
}



/* Main */

.wheel {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background: url("main-bg.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	overflow: hidden;
	padding: 20vh 6vw 10vh 6vw;
}

/*.wheel:before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	bottom: 40px;
	right: 70%;
	width: 40%;
	max-width: 310px;
	background: url("man.png") no-repeat bottom center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	-webkit-animation: gg 5s ease-in-out infinite;
	-moz-animation: gg 5s ease-in-out infinite;
	-o-animation: gg 5s ease-in-out infinite;
	animation: gg 5s ease-in-out infinite;
}

.wheel:after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	bottom: 30px;
	left: 70%;
	width: 40%;
	max-width: 325px;
	background: url("wizard.png") no-repeat bottom center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	-webkit-animation: gg2 4s ease-in-out infinite;
	-moz-animation: gg2 4s ease-in-out infinite;
	-o-animation: gg2 4s ease-in-out infinite;
	animation: gg2 4s ease-in-out infinite;
}
	*/

.wheel__title {
	display: block;
	position: relative;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	color: rgba(255, 255, 255, 1.00);
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.80);
	margin-bottom: 60px;
	text-transform: uppercase;
}

.wheel__content {
	display: inline-block;
	position: relative;
	width: auto;
}



.wheel__arrow-bg,
.wheel__arrow-fg {
	position: absolute;
	top: -10%;
	left: 31%;
	right: 31%;
	width: 38%;
	height: auto;
}



.wheel__wheel {
	margin: 0px auto;
	-webkit-animation: wheel-idle 90s linear infinite forwards;
	-moz-animation: wheel-idle 90s linear infinite forwards;
	-o-animation: wheel-idle 90s linear infinite forwards;
	animation: wheel-idle 90s linear infinite forwards;
}

.wheel__wheel.first-spin {
	-webkit-animation: wheel-spin 5s cubic-bezier(0.13, 0.55, 0.24, 1) 1 forwards;
	-moz-animation: wheel-spin 5s cubic-bezier(0.13, 0.55, 0.24, 1) 1 forwards;
	-o-animation: wheel-spin 5s cubic-bezier(0.13, 0.55, 0.24, 1) 1 forwards;
	animation: wheel-spin 5s cubic-bezier(0.13, 0.55, 0.24, 1) 1 forwards;
}

.wheel__wheel.last-spin {
	-webkit-animation: wheel-spin2 5s cubic-bezier(0.13, 0.55, 0.24, 1) 1 forwards;
	-moz-animation: wheel-spin2 5s cubic-bezier(0.13, 0.55, 0.24, 1) 1 forwards;
	-o-animation: wheel-spin2 5s cubic-bezier(0.13, 0.55, 0.24, 1) 1 forwards;
	animation: wheel-spin2 5s cubic-bezier(0.13, 0.55, 0.24, 1) 1 forwards;
}

.wheel__wrap {
	position: relative;
	background: url("wheel-bg.png") no-repeat center center;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}

.wheel__wrap:before,
.wheel__wrap:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	opacity: 0;
	-webkit-animation: 2s light-bulb 0s step-end infinite;
	-moz-animation: 2s light-bulb 0s step-end infinite;
	-o-animation: 2s light-bulb 0s step-end infinite;
	animation: 2s light-bulb 0s step-end infinite;
}
/*
.wheel__wrap:after {
	background: url("wheel-bg-light-2.png") no-repeat center center;
	-webkit-animation: 2s light-bulb 1s step-end infinite;
	-moz-animation: 2s light-bulb 1s step-end infinite;
	-o-animation: 2s light-bulb 1s step-end infinite;
	animation: 2s light-bulb 1s step-end infinite;
}
*/
.wheel__button {
	display: block;
	position: absolute;
	top: 38%;
	bottom: 38%;
	left: 38%;
	right: 38%;
	width: 24%;
	height: 24%;
	font-size: 22px;
	font-weight: 700;
	line-height: 25px;
	color: rgba(255, 255, 255, 1.00);
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.50);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: url("spin-btn.png") no-repeat center center;
	-webkit-background-size: 120% 120%;
	-moz-background-size: 120%;
	background-size: 120%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.50), 0px 0px 25px 0px rgba(250, 0, 50, 1.00);
	-moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.50), 0px 0px 25px 0px rgba(250, 0, 50, 1.00);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.50), 0px 0px 25px 0px rgba(250, 0, 50, 1.00);
	padding: 0px;
	margin: 0px;
	-webkit-animation: button-glow 2s ease-in-out infinite forwards;
	-moz-animation: button-glow 2s ease-in-out infinite forwards;
	-o-animation: button-glow 2s ease-in-out infinite forwards;
	animation: button-glow 2s ease-in-out infinite forwards;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

.wheel__button:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 1.00), 0px 0px 25px 0px rgba(250, 0, 50, 1.00);
	-moz-box-shadow: 0px 10px 30px rgba(0, 0, 0, 1.00), 0px 0px 25px 0px rgba(250, 0, 50, 1.00);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 1.00), 0px 0px 25px 0px rgba(250, 0, 50, 1.00);
}



/* Popup */

.popup {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	word-break: break-word;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(0, 0, 0, 0.50);
	overflow: hidden;
	-webkit-animation: popup-bg-birth 0.75s ease-in-out;
	-moz-animation: popup-bg-birth 0.75s ease-in-out;
	-o-animation: popup-bg-birth 0.75s ease-in-out;
	animation: popup-bg-birth 0.75s ease-in-out;
	z-index: 99999;
}

.popup.active {
	display: block;
}

.popup__content {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 500px;
	height: auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

	vertical-align: middle;
	background: url("modal-bg.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	text-align: center;
	color: rgba(255, 255, 255, 1.00);
	overflow: visible;
	-webkit-box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.50);
	box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.50);
	padding: 60px;
	margin: auto;
	-webkit-animation: popup-birth 0.5s ease-in-out;
	-moz-animation: popup-birth 0.5s ease-in-out;
	-o-animation: popup-birth 0.5s ease-in-out;
	animation: popup-birth 0.5s ease-in-out;
	z-index: 1;
}

.popup__content:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url("modal-bg.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
    z-index: -1;
}

.popup__image-bg {
	display: block;
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	width: auto;
	max-width: none;
	height: 200%;
	max-height: 724px;
	-webkit-animation: popup-sparks-birth 1s ease-in-out;
	-moz-animation: popup-sparks-birth 1s ease-in-out;
	-o-animation: popup-sparks-birth 1s ease-in-out;
	animation: popup-sparks-birth 1s ease-in-out;
	margin: auto;
	z-index: -2;
}

/*.popup__inner-bg {
	display: block;
	position: absolute;
	top: 30px;
	bottom: 30px;
	left: 30px;
	right: 30px;
	background-color: rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
} 
	*/

.popup.first-spin>.popup__content {
	top: 32vh;
}

.popup.last-spin>.popup__content {
	top: 17vh;
}

.popup__image {
	display: block;
	position: absolute;
	top: -10%;
	bottom: -10%;
	left: 0;
	right: 0;
	width: 100%;
	max-width: none;
	height: 120%;
	max-height: none;
	z-index: -1;
	
}

.popup__title {
	display: block;
	position: relative;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
}

.popup__text {
	display: block;
	position: relative;
	font-size: 18px;
	padding: 10px 0px;
}

.popup__text>.bonus {
	color: #ffd216;
}

.popup__text>.up-to {
	color: #3a9f29;
}

.popup__button {
	display: inline-block;
	position: relative;
	width: auto;
	height: 100%;
	font-weight: 700;
	line-height: 38px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 1.00);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fa7600;
	padding: 2px 25px 0px 25px;
	margin: 0px auto;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.popup__button:hover {
	background-color: #d26000;
}

.popup__text.big-bonus-text {
	font-size: 40px;
	line-height: 50px;
	color: #ffd216;
	padding: 0px;
}



/* Footer */

.footer {
	padding: 40px 20px;
}

.footer__partners {
	display: block;
	position: relative;
	border-bottom: 1px solid #1f212c;
}

.footer__partners>li {
	display: inline-block;
	position: relative;
	width: auto;
	height: 25px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	margin: 0px 10px 20px 10px;
	opacity: 0.5;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
}

.footer__partners>li:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}

.copyright__text {
	display: block;
	position: relative;
	width: 100%;
	max-width: 1920px;
	font-size: 13px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.50);
	text-transform: none;
	border-bottom: 1px solid #1f212c;
	padding: 20px 0px;
	margin: 0px auto;
}

.copyright__logo {
	display: inline-block;
	position: relative;
	max-height: 50px;
	margin: 20px 15px 0px 15px;
	padding: 0px;
}

@media screen and (max-width: 1100px) {
	.wheel:before {
		right: 75%;
		width: 25%;
	}

	.wheel:after {
		left: 70%;
		width: 30%;
	}
}

@media screen and (max-width: 850px) {
	.wheel:before {
		right: 75%;
		bottom: 10px;
		width: 30%;
	}

	.wheel:after {
		bottom: 30px;
		left: 75%;
		width: 35%;
	}
}

@media screen and (max-width: 650px) {
	.wheel:before {
		right: 65%;
		width: 40%;
		z-index: 1;
	}

	.wheel:after {
		left: 65%;
		width: 45%;
	}
}

@media screen and (max-width: 500px) {
	.wheel:before {
		right: 65%;
		width: 40%;
	}

	.wheel:after {
		bottom: 10px;
		left: 65%;
		width: 50%;
	}

	.popup__content {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
}

@media screen and (max-width: 450px) {
	.wheel__button {
		font-size: -webkit-calc(100vw/20);
		font-size: -moz-calc(100vw/20);
		font-size: calc(100vw/20);
	}

	.popup__content {
		padding: 40px;
	}

	.popup__inner-bg {
		top: 20px;
		bottom: 20px;
		left: 20px;
		right: 20px;
	}

	.popup__title {
		font-size: -webkit-calc(100vw/19);
		font-size: -moz-calc(100vw/19);
		font-size: calc(100vw/19);
		line-height: 1.2;
	}

	.popup__text.big-bonus-text {
		font-size: -webkit-calc(100vw/9);
		font-size: -moz-calc(100vw/9);
		font-size: calc(100vw/9);
		line-height: 1.3;
	}

	.footer__partners>li {
		height: 15px;
		margin: 0px 5px 10px 5px;
	}

	.copyright__logo {
		max-height: 30px;
		margin: 20px 10px 0px 10px;
	}
}

@keyframes light-bulb {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes wheel-idle {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes wheel-spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(1265deg);
	}
}

@keyframes wheel-spin2 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(1355deg);
	}
}

@keyframes button-glow {
	0% {
		box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.50), 0px 0px 25px 0px rgba(250, 0, 50, 1.00);
	}

	50% {
		box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.50), 0px 0px 50px 25px rgba(250, 0, 50, 1.00);
	}

	100% {
		box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.50), 0px 0px 25px 0px rgba(250, 0, 50, 1.00);
	}
}

@keyframes popup-bg-birth {
	0% {
		background-color: rgba(0, 0, 0, 0.00);
	}

	100% {
		background-color: rgba(0, 0, 0, 0.50);
	}
}

@keyframes popup-birth {
	0% {
		transform: scale(0);
	}

	65% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes popup-sparks-birth {
	0% {
		transform: scale(0);
		opacity: 0;
	}

	30% {
		transform: scale(0.95);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes gg {
	0% {
		transform: translateY(-12px);
	}

	50% {
		transform: translateY(3px);
	}

	100% {
		transform: translateY(-12px);
	}
}

@keyframes gg2 {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0px);
	}
}

#form-section label {
	font-size: 13px;
	letter-spacing: 2px;
}

#form-section input {
	display: block;
	width: 270px;
	margin: auto;
	padding: 6px 5px;
	box-sizing: border-box;
	font-size: 15px;
}

label[for=email]
{
    display: block;
	margin-top: -15px;
}

#form-section input[type="email"] {
	margin-top: -26px;
}

#form-section input[type="submit"] {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ff7b00;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	border: none;
	padding: 10px 2px;
	border-radius: 10px;
	margin-top: -2px;
	cursor: pointer;
}

#form-section input:focus{
    outline: none;
}

@media screen and (max-width: 350px) {
	#form-section input {
		width: 220px;
	}

	#form-section input[type="submit"] {
		font-size: 14px;
	}
}

/* Enhanced Mobile Responsiveness */

/* Small mobile devices */
@media screen and (max-width: 480px) {
	.wheel {
		padding: 15vh 3vw 5vh 3vw;
		min-height: 100vh;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	.wheel:before,
	.wheel:after {
		display: none;
	}
	
	.wheel__content {
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
	}
	
	.wheel__wheel {
		width: 100%;
		max-width: 300px;
		height: auto;
	}
	
	.wheel__wrap {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	
	.wheel__arrow-bg,
	.wheel__arrow-fg {
		height:100px;
		left: 50%;
		transform: translateX(-50%);
		width: 30%;
		top: -8%;
	}
	
	.wheel__button {
		font-size: 16px;
		line-height: 20px;

		width: 80px;
        height: 80px;

	}
	
	.header {
		padding: 2vh 3vw;
	}
	
	.header__logo > img {
		max-height: 4vh;
	}
	
	.popup__content {
		width: 95%;
		max-width: 350px;
		padding: 30px 20px;
		margin: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	
	.popup.first-spin > .popup__content {
		top: 20vh;
	}
	
	.popup.last-spin > .popup__content {
		top: 10vh;
	}
	
	.popup__title {
		font-size: 18px;
		line-height: 24px;
	}
	
	.popup__text {
		font-size: 16px;
		line-height: 22px;
	}
	
	.popup__text.big-bonus-text {
		font-size: 28px;
		line-height: 34px;
	}
	
	.footer {
		padding: 20px 10px;
	}
	
	.footer__partners > li {
		height: 20px;
		margin: 0px 3px 15px 3px;
	}
	
	.copyright__logo {
		max-height: 35px;
		margin: 15px 8px 0px 8px;
	}
	
	#form-section input {
		width: 100%;
		max-width: 280px;
		font-size: 14px;
		padding: 8px;
		margin-bottom: 10px;
	}
	
	#form-section input[type="submit"] {
		font-size: 15px;
		padding: 12px 20px;
		margin-top: 10px;
	}
	
	#form-section label {
		font-size: 12px;
		margin-bottom: 5px;
		display: block;
	}
	
	.wheel__title {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 60px;
	}
}

/* Very small mobile devices */
@media screen and (max-width: 320px) {
	.wheel {
		padding: 12vh 2vw 3vh 2vw;
	}
	
	.wheel__content {
		max-width: 280px;
	}
	
	.wheel__wheel {
		max-width: 250px;
	}
	
	.wheel__wrap {
		max-width: 250px;
	}
	
	.wheel__button {
		font-size: 14px;
		line-height: 18px;
	}
	
	.popup__content {
		width: 98%;
		max-width: 300px;
		padding: 25px 15px;
	}
	
	.popup__title {
		font-size: 16px;
		line-height: 20px;
	}
	
	.popup__text {
		font-size: 14px;
		line-height: 18px;
	}
	
	.popup__text.big-bonus-text {
		font-size: 24px;
		line-height: 28px;
	}
	
	.footer__partners > li {
		height: 18px;
		margin: 0px 2px 12px 2px;
	}
	
	.copyright__logo {
		max-height: 30px;
		margin: 12px 5px 0px 5px;
	}
	
	#form-section input {
		max-width: 250px;
		font-size: 13px;
		padding: 6px;
	}
	
	#form-section input[type="submit"] {
		font-size: 13px;
		padding: 10px 15px;
	}
}

/* Landscape orientation on mobile */
@media screen and (max-width: 768px) and (orientation: landscape) {
	.wheel {
		padding: 8vh 5vw 3vh 5vw;
	}
	
	.popup.first-spin > .popup__content {
		top: 5vh;
	}
	
	.popup.last-spin > .popup__content {
		top: 2vh;
	}
	
	.popup__content {
		max-height: 90vh;
		overflow-y: auto;
	}
}

/* Touch-friendly improvements */
@media (hover: none) and (pointer: coarse) {
	.wheel__button {
		min-height: 44px;
		min-width: 44px;
	}
	
	.popup__button {
		min-height: 44px;
		padding: 8px 30px;
		font-size: 16px;
	}
	
	#form-section input[type="submit"] {
		min-height: 44px;
		font-size: 16px;
	}
}
