@charset "UTF-8";
/* CSS Document */
/*FONT*/
@font-face {
	font-family: Euclid;
	src: url('../font/EuclidFlex-Ultralight-WebS.eot');
	src: url('../font/EuclidFlex-Ultralight-WebS.eot') format('embedded-opentype'),
		 url('../font/EuclidFlex-Ultralight-WebS.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}


@font-face {
	font-family: Euclid;
	src: url('../font/EuclidFlex-Light-WebS.eot');
	src: url('../font/EuclidFlex-Light-WebS.eot') format('embedded-opentype'),
		 url('../font/EuclidFlex-Light-WebS.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: Euclid;
	src: url('../font/EuclidFlex-LightItalic-WebS.eot');
	src: url('../font/EuclidFlex-LightItalic-WebS.eot') format('embedded-opentype'),
		 url('../font/EuclidFlex-LightItalic-WebS.woff') format('woff');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: Euclid;
	src: url('../font/EuclidFlex-Regular-WebS.eot');
	src: url('../font/EuclidFlex-Regular-WebS.eot') format('embedded-opentype'),
		 url('../font/EuclidFlex-Regular-WebS.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: Euclid;
	src: url('../font/EuclidFlex-Medium-WebS.eot');
	src: url('../font/EuclidFlex-Medium-WebS.eot') format('embedded-opentype'),
		 url('../font/EuclidFlex-Medium-WebS.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

body{
	font-family: Euclid;
	font-size:15px;
	line-height:19px;
	font-weight:200;
	background-color:#ff0078;
	color:#000000;
}

.container{
	background-color:#ffffff;
	padding:20px;
	margin-top:0px;
	
}

.nk{
	color:#ff0078;
}

h1{
	font-weight:100;
	font-size:110px;
	line-height:120px;
}
.h1, .h2, .h3, h1, h2, h3{
	margin:0px;
	margin-bottom:80px;
}
a{color:#000000;
}
a:hover{color:#ff0078;
text-decoration:none;
}

