@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "OpenSans-Bold";
    src:url(../fonts/OpenSans-Bold.ttf);
}
@font-face {
    font-family: "OpenSans-Light";
    src:url(../fonts/OpenSans-Light.ttf);
}
@font-face {
    font-family: "OpenSans-Regular";
    src:url(../fonts/OpenSans-Regular.ttf);
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: "OpenSans-Regular";
	font-size: 14px;
}
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;
}
strong, b {
	font-weight: 600;
}
em, i {
	font-style: italic;
}
.transform {
	-moz-transform: rotateX(180deg) !important;
    -ms-transform: rotateX(180deg) !important;
    -webkit-transform: rotateX(180deg) !important;
    -o-transform: rotateX(180deg) !important;
    transform: rotateX(180deg) !important;
    transition: .6s !important;
}
.visibility {
	display: block !important;
}
.height {
	height:auto !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
textarea {
	resize:none;
}

/*____________________________________________________________________*/

.test {
	font-size: 50px;
	text-align: center;
	line-height: 60px;
	color: #012034;
}
.test p {
	margin-bottom: 100px;
}