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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: 'OS_regular';
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	line-height: 1;
	display: flex;
	flex-direction: column;
}

main {
	margin-top: 67px;
	flex: 1;
}

img {
	width: 100%;
}
p {
	color: #fff;
	font-family: "OS_regular";
	font-size: 18px !important;
	line-height: 25px !important;
}
a {
	color: #fff;
	font-family: "OS_regular";
	font-size: 16px;
	transition: .5s;
}
span {
	color: #fff;
	font-family: "OS_regular";
	font-size: 18px;
}
h1 {
	color: #fff;
	font-family: "ZT_regular";
	font-size: 40px;
}
h2 {
	color: #fff;
	font-family: "ZT_regular";
	font-size: 40px;
	text-transform: uppercase;
}
h3 {
	color: #fff;
	font-family: "ZT_regular";
	font-size: 30px;
	color: #0a3ffe;
	text-transform: uppercase;
}
h1, h2, h3, p, span, a {
	display: inline-block;
}
input {
	font-family: 'Open Sans';
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
}
/* Some base styles */
.left {
	float:left;
}
.right {
	float:right;
}

.clear {
	float:none;
	clear:both;
}

.valign-outer {
	display: table;
	width:100%;
	height: 100%;
}
.valign-inner {
	display: table-cell;
	vertical-align: middle;
}
.align-center {
	text-align: center;
}
@media screen and (max-width: 1250px) {
	a {
		font-size: 17px;
	}
}
@media screen and (max-width: 1150px) {
	main {
		margin-top: 68px;
	}
	a {
		font-size: 16px;
	}
}
@media screen and (max-width: 1080px) {
	main {
		margin-top: 85px;
	}  
	a {
		font-size: 15px;
	}
}
@media screen and (max-width: 536px) {
	main {
		margin-top: 85px;
	} 
	p {
		font-size: 18px;
	}
	h2 {
		font-size: 28px;
	}
}