@font-face {
		font-family: "OpenSansRegular";
		src: url("../fonts/OpenSans/OpenSansRegular/OpenSansRegular.eot");
		src: url("../fonts/OpenSans/OpenSansRegular/OpenSansRegular.eot?#iefix")format("embedded-opentype"),
		url("../fonts/OpenSans/OpenSansRegular/OpenSansRegular.woff") format("woff"),
		url("../fonts/OpenSans/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "OpenSansLight";
		src: url("../fonts/OpenSans/OpenSansLight/OpenSansLight.eot");
		src: url("../fonts/OpenSans/OpenSansLight/OpenSansLight.eot?#iefix")format("embedded-opentype"),
		url("../fonts/OpenSans/OpenSansLight/OpenSansLight.woff") format("woff"),
		url("../fonts/OpenSans/OpenSansLight/OpenSansLight.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "OpenSansItalic";
		src: url("../fonts/OpenSans/OpenSansItalic/OpenSansItalic.eot");
		src: url("../fonts/OpenSans/OpenSansItalic/OpenSansItalic.eot?#iefix")format("embedded-opentype"),
		url("../fonts/OpenSans/OpenSansItalic/OpenSansItalic.woff") format("woff"),
		url("../fonts/OpenSans/OpenSansItalic/OpenSansItalic.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "OpenSansBold";
		src: url("../fonts/OpenSans/OpenSansBold/OpenSansBold.eot");
		src: url("../fonts/OpenSans/OpenSansBold/OpenSansBold.eot?#iefix")format("embedded-opentype"),
		url("../fonts/OpenSans/OpenSansBold/OpenSansBold.woff") format("woff"),
		url("../fonts/OpenSans/OpenSansBold/OpenSansBold.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "OpenSansExtraBold";
		src: url("../fonts/OpenSans/OpenSansExtraBold/OpenSansExtraBold.eot");
		src: url("../fonts/OpenSans/OpenSansExtraBold/OpenSansExtraBold.eot?#iefix")format("embedded-opentype"),
		url("../fonts/OpenSans/OpenSansExtraBold/OpenSansExtraBold.woff") format("woff"),
		url("../fonts/OpenSans/OpenSansExtraBold/OpenSansExtraBold.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "OpenSansExtraBoldItalic";
		src: url("../fonts/OpenSans/OpenSansExtraBoldItalic/OpenSansExtraBoldItalic.eot");
		src: url("../fonts/OpenSans/OpenSansExtraBoldItalic/OpenSansExtraBoldItalic.eot?#iefix")format("embedded-opentype"),
		url("../fonts/OpenSans/OpenSansExtraBoldItalic/OpenSansExtraBoldItalic.woff") format("woff"),
		url("../fonts/OpenSans/OpenSansExtraBoldItalic/OpenSansExtraBoldItalic.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "OpenSansBoldItalic";
		src: url("../fonts/OpenSans/OpenSansBoldItalic/OpenSansBoldItalic.eot");
		src: url("../fonts/OpenSans/OpenSansBoldItalic/OpenSansBoldItalic.eot?#iefix")format("embedded-opentype"),
		url("../fonts/OpenSans/OpenSansBoldItalic/OpenSansBoldItalic.woff") format("woff"),
		url("../fonts/OpenSans/OpenSansBoldItalic/OpenSansBoldItalic.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "OpenSansRegularItalic";
		src: url("../fonts/OpenSans/OpenSansRegularItalic/OpenSansRegularItalic.eot");
		src: url("../fonts/OpenSans/OpenSansRegularItalic/OpenSansRegularItalic.eot?#iefix")format("embedded-opentype"),
		url("../fonts/OpenSans/OpenSansRegularItalic/OpenSansRegularItalic.woff") format("woff"),
		url("../fonts/OpenSans/OpenSansRegularItalic/OpenSansRegularItalic.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "OpenSansSemiBold";
		src: url("../fonts/OpenSans/OpenSansSemiBold/OpenSansSemiBold.eot");
		src: url("../fonts/OpenSans/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix")format("embedded-opentype"),
		url("../fonts/OpenSans/OpenSansSemiBold/OpenSansSemiBold.woff") format("woff"),
		url("../fonts/OpenSans/OpenSansSemiBold/OpenSansSemiBold.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "OpenSansSemiBoldItalic";
		src: url("../fonts/OpenSans/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.eot");
		src: url("../fonts/OpenSans/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.eot?#iefix")format("embedded-opentype"),
		url("../fonts/OpenSans/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.woff") format("woff"),
		url("../fonts/OpenSans/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

body {
    padding: 5% 1% 1% 1%;
    font-family: 'OpenSansRegular', sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: rgba(45,45,45,0.98);
}

h1 {
    margin-top: 50px;
    font-size: 26px;
    line-height: 32px;
}

.logo {
	width: 60%;
}

.contacts {
	padding-top: 10px;
}

a {
	color: rgba(45,45,45,0.98);
}

a:hover {
	color: rgb(0, 198, 205);
}