body 
{
	margin: 0;
	padding: 0;
	border: 0;
}

.wrapper
{
	max-width: 1058.39px;
	padding:110px 40px 60px 40px;
	margin: auto;
}

.language.active
{
	display: block;
}

.language
{
	display: none;
}

@font-face 
{ font-family: 'helneulightcond';
  src: url('font/HelveticaNeueLTStd-LtCn.otf') format('opentype'); 
}

@font-face 
{ font-family: 'helneuregcond';
  src: url('font/HelveticaNeueLTStd-Cn.otf') format('opentype'); 
}

@font-face 
{ font-family: 'helneumedcond';
  src: url('font/HelveticaNeueLTStd-MdCn.otf') format('opentype'); 
}

@font-face 
{ font-family: 'helneuhevycond';
  src: url('font/HelveticaNeueLTStd-HvCn.otf') format('opentype'); 
}
@font-face 
{ font-family: 'helneuboldcond';
  src: url('font/HelveticaNeueLTStd-BdCn.otf') format('opentype'); 
}
 
@font-face 
{ font-family: 'helneuthincond';
  src: url('font/HelveticaNeueLTStd-ThCn.otf') format('opentype'); 
}
  
  
@font-face 
{ font-family: 'robotolightcond';
  src: url('font/RobotoCondensed-Light.ttf') format('truetype'); 
}
 
@font-face 
{ font-family: 'robotoregcond';
  src: url('font/RobotoCondensed-Regular.ttf') format('truetype'); 
}

@font-face 
{ font-family: 'helveticacondensed';
  src: url('font/HelveticaNeueLTW1G-Cn.woff') format('woff'); 
}



p
{
	font-size: 18px;
	color: #383f4a;
	font-family: robotoregcond, Arial, sans-serif, Tahoma;
	font-weight: lighter;
	line-height:27px;
	letter-spacing: 0;
	margin-bottom: 10px;
	-webkit-font-smoothing: antialiased;
}

center
{
	font-size: 18px;
	color: #383f4a;
	font-family: robotoregcond, Arial, sans-serif, Tahoma;
	font-weight: lighter;
	line-height:27px;
	letter-spacing: 0;
	margin-bottom: 0 px;
	text-align: center;
	-webkit-font-smoothing: antialiased;

}

a
{
	color: #e0082e;
	text-decoration: none;
	cursor: pointer;
}

a:hover
{
	text-decoration: underline;
	color: #860006;
}

h1
{
	font-size: 35px; 
	color: #383f49;
	font-family:helneuhevycond, Arial, sans-serif, Tahoma;
	font-weight: normal;
	line-height: 39px;
	letter-spacing: 1px;
}

h2
{
	font-size: 35px; 
	color: #383f49;
	font-family:helneuboldcond, Arial, sans-serif, Tahoma;
	font-weight: normal;
	line-height: 39px;
	letter-spacing: 1px;
	margin-bottom: -20px;

}

h3
{
	font-size: 25px; 
	color: #383f49;
	font-family:helneuboldcond, Arial, sans-serif, Tahoma;
	font-weight: normal;
	line-height: 35px;
	letter-spacing: 1px;
	margin-bottom: -25px;

}

footer
{
	width: 100%;
	background-color: #383f4a; 
	margin: auto;
	padding: 28px 0px 20px 0px;
	text-align: center;
}

footer a
{
	color: #e3e3e3;
	font-size: 13px;
	font-family: helneuthincond, Arial, sans-serif, Tahoma;
	font-weight: lighter;
	border-right: 2px solid #e3e3e3;
	padding: 5px 10px 0px 5px;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
}

.links a:last-child
{
	border-right: none;
}

footer a:hover
{
	color: #e0082e;
	text-decoration: underline;
}

.copyright
{
	font-size: 13px;
	color: #e3e3e3;
	font-family: helneuthincond, Arial, sans-serif, Tahoma;
	font-weight: normal;
	line-height:24px;
	letter-spacing: 1px;
	margin-top: 20px;
}

#line
{
	background-color: #e3e3e3;
	height: 1px;
	width: 100%;
	opacity: 0.1;
	margin-top: 28px;
}
