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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
 display: block;
}
body {
 line-height: 1;
}
ol, ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: '';
 content: none;
}
a {
	outline: none;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
.none {
	text-decoration: none;
}
.clear {
	clear: both;
}
html, body {
	-webkit-font-smoothing: antialiased !important;
	height:100%;
	font-family: "patronlight";
	background: #0064ff;
}
.img-responsive {
	max-width: 100%;
}
.pen {
	width: 112px;
	max-width: 100%;
}
.linkstyle {
	text-decoration: underline;
	color: blue;
}
.desktop {
	display: inline;
}
.mobile {
	display: none;
}
.container {
	position: relative;
	width: 650px;
	max-width: 90%;
	position: relative;
	margin: 0 auto;
	top: 50%;
	transform:translate(0px, -50%);
	-moz-transform:translate(0px, -50%);
	-webkit-transform:translate(0px, -50%);
	-o-transform:translate(0px, -50%);
	text-align: center;
}
.head-title {
	font-size: 20px;
	line-height: 17px;
	display: block;
	font-family: "separatregular";
	padding: 0 0 50px 0;
}
.items {
	color: #fff;
	font-family: "separatregular";
	font-size: 16px;
	border-bottom: solid 4px #fff;
	padding: 0 0 10px 0;
	margin: 0 0 25px 0;
}
.buttons {
	margin: 50px 0 0 0;
}
.whitebutton {
	color: #0064ff;
	background: #fff;
	border: none;
	width: 250px;
	max-width: 100%;
	font-family: "separatregular";	
	font-size: 28px;
	padding: 3px;
	cursor: pointer;
	margin: 3px 0;
	outline: none;
	transition:all .2s ease;
}
.whitebutton:hover {
	background: #000;
	color: #fff;
}
.foot {
	position: absolute;
	bottom: 50px;
	font-size: 13px;
	margin:0;
	width: 100%;
	text-align: center;
}
.foot a {
	color: #000;
}

@media screen and (max-width: 640px) {
	.head-title {
		font-size: 16px;
		line-height: 15px;
	}
	.foot {
		font-size: 10px;
	}
	.items {
		font-size: 13px;
	}
	.whitebutton:hover {
		background: #fff;
		color: #000;
	}
}

@media screen and (max-height: 500px) {
	.foot {
		position: relative;
		bottom: auto;
		margin: 100px 0 20px 0;
	}
	.container {
		top: 50px;
		transform:none;
		-moz-transform:none;
		-webkit-transform:none;
		-o-transform:none;
	}
}