.error-container {
	text-align: center;
}

.error-container h1 {
	font-size: 205px; 
	line-height: 205px;
	font-weight: bold;
}

.error-container h2 {
	font-size: 35px;
	line-height: 35px;
	color: #888;
	font-weight: bold;
}


footer .about {
	display: none;
}

body {
	margin: 0;
	background-color: #FFFFFF;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	font-size: 16px;
}

header {
	margin: 0;
	width: 100%;
	height: 400px;
	background-image: url('../images/sigma/header_background_0818.jpg');
	background-repeat: no-repeat;
	background-color: #4C659D;
	background-size: cover;
    background-position-y: 77%;
}

header .content {
	background-color: rgba(255, 255, 255, 0.8);
	margin: 0;
	height: 125px;
}

header .content .header {
	font-family: 'Gibson-Regular';
	position: relative;
	margin: 0 auto;
	height: 100%;
	width: 960px;
}

header .content .header img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
}

header .content .header .t-number {
	font-family: 'Gibson-SemiBold';
	font-size: 30px;
	color: #C90A35;
	position: absolute;
	margin: 0;
	top: 25px;
	right: 40px;
}

header .content .header ul.menu {
	text-transform: uppercase;
	font-size: 20px;
	position: absolute;
	margin: 0;
	top: 60px;
	right: 0;
	list-style-type: none;
}

header .content .header ul.menu li {
	list-style: none;
	display: inline-block;
	margin-left: 10px;
}

header .content .header ul.menu li a {
	text-decoration: none;
	color: #000000;
}

footer {
	margin: 0 auto;
	width: 100%;
}

footer .about {
	-webkit-box-shadow: inset 0px 20px 10px -10px rgba(180, 180, 180, 1);
	-moz-box-shadow: inset 0px 20px 10px -10px rgba(180, 180, 180, 1);
	box-shadow: inset 0px 20px 10px -10px rgba(180, 180, 180, 1);
	height: 270px;
	overflow: hidden;
	background-color: #E5E5E5;
	font-size: 13px;
}

footer .about > .content {
	margin: 0 auto;
	width: 960px;
	padding-bottom: 35px;
}

footer .about > .content .title {
	padding: 35px 0 15px;
	font-family: 'Gibson-Regular';
	text-transform: uppercase;
	font-weight: bold;
	font-size: 25px;
}

footer .about > .content .block {
	float: left;
	color: #9D9D9D;
	text-align: justify;
	width: 313px;
}

footer .about > .content .block.small {
	width: 280px;
}

footer .about > .content .block .pic {
	float: left;
	width: 65px;
	height: 100%;
	position: relative;
}
footer .about > .content .block .pic img {
	margin: 0 auto;
	position: absolute;
	top:0;
	right: 0;
	left: 0
}

footer .about > .content .block .up, footer .about > .content .block .down {
	height: 80px;
}

footer .about > .content .block .title {
	padding: 0;
	font-size: 15px;
	color: #000000;
	font-weight: normal;
}

.block.p-right {
	padding-right: 43px;
}

footer .about > .content .block .content {
	text-align: left;
}

footer .footer {
	font-family: 'Gibson-Regular';
	margin: 0 auto;
	width: 960px;
	height: 100px;
	position: relative;
}

footer .footer ul.menu {
	text-transform: uppercase;
	font-size: 15px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	list-style-type: none;
}

footer .footer ul.menu li {
	list-style: none;
	display: inline-block;
	line-height: 100px;
	margin-left: 10px;
}

footer .footer ul.menu li a {
	text-decoration: none;
	color: #000000;
}

footer .footer img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
}

div.page-content {
	margin: 0 auto;
	width: 960px;
}

div.page-content .content {
	color: #000000;
	text-align: justify;
	text-justify: inter-word;
	font-size: 14px;
}

div.page-content .about, div.page-content .contact, div.page-content .references-con { 
	padding: 20px 0;
}

div.page-content .title {
	font-family: 'Gibson-Regular';
	text-transform: uppercase;
	font-size: 22px;
	padding: 10px 0;
}

div.clear {
	clear: both;
}

div.lang {
	float: right;
	margin-top: 23px;
}

div.lang a {}
div.lang a img {
	position: relative !important;
	height: 21px;
	width: auto;
}

.privacy-checkbox-row{
	height:20px;
	width:100%;
}

.privacy-checkbox-row p{
	line-height:20px;
}

.privacy-checkbox-row .error-message-text{
	line-height:20px;
	background:red;
	color:white;
	padding:2px 5px;
	display:none;
}

.error-message-text.show-message{
	display:inline;
}

.privacy-checkbox-row p a{
	color:black;
	text-decoration: underline;
}
.privacy-checkbox-row p input[type="checkbox"]{
	margin-top:-2px;
	margin-right:3px;
}

.form-captcha {
	margin-top: 14px;
	margin-bottom: 14px;
}