@import url(https://fonts.googleapis.com/css?family=Lato:400,900,100,300,100italic,300italic,700);
html {overflow-y: scroll; height: 100%;}
body {
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	color: #000;
	height: 100%;
}
body.splash {
	background-image: url(../gfx/splash.bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
body.mce-content-body {
	background: #fff;
}
img {
	border: 0;
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
a {
	cursor: pointer;
	text-decoration: none;
	color: #B8230B;
}
a:hover {
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	line-height: 1em;
}
p,
pre {
margin: 0;
	padding: 0;
}
header,
section,
footer,
article {
	display: block;
}
input,
button,
select,
textarea {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #616274;
}
/* Custom styles
-------------------------------------------------------- */
.splashCell {
	height: 100%;
	width: 100%;
	display: table;
}
.splashCell .innerCell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
.splashCell .logo img {
	background-color: #fff;
	display: inline-block;
	padding: 25px 50px;
}
.splashCell .slogan {
	background-color: #fff;
	display: inline-block;
	font-size: calc(18px + 2vw);
	font-weight: 300;
	line-height: 1em;
	padding: 25px 40px;
	margin-top: 5px;
}
.splashFooter {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	width: 100%;
	padding: 18px 0;
	text-align: center;
}
.splashFooter a,
.splashFooter div {
	display: inline-block;
	color: #3e4b55;
	font-size: 20px;
	font-weight: 300;
	margin: 0 20px;
}
.splashFooter a.email {
	padding: 0 0 0 26px;
	background: url(../gfx/icon.email.png) 0 center no-repeat;
}
.splashFooter a.phone {
	padding: 0 0 0 26px;
	background: url(../gfx/icon.phone.png) 0 center no-repeat;
}
.splashFooter .address {
	padding: 0 0 0 26px;
	background: url(../gfx/icon.location.png) 0 center no-repeat;
}

.wrap {
	width: 90%;
	margin: 0 auto;
}
@media only screen and (max-width : 1400px) {
	.wrap {
		width: 1200px;
	}
}
@media only screen and (max-width : 1200px) {
	.wrap {
		width: 990px;
	}
}
@media only screen and (max-width : 1000px) {
	.wrap {
		width: 100%;
		box-sizing: border-box;
	}
}
header {
	height: 118px;
}
header .logo {
	float: left;
	padding: 22px 0 0 50px;
}
header nav {
	float: right;
	margin-top: 48px;

}
nav ul li {
	float: left;
	margin-right: 20px;
	position: relative;
}
nav ul li a {
	font-size: 18px;
	color: #3F4C56;
	font-weight: 900;
	display: block;
	line-height: 1em;
}
nav ul li.active > a {
 color: #B8230B;
}
nav ul li ul li.active > a {
 color: #B8230B;
}
nav ul li.has_submenu a {
	background: url(../gfx/arrow.down.red.png) 0 center no-repeat;
	padding: 0 0 0 20px;
}
nav ul li ul {
	position: absolute;
	left: 0;
	top: 30px;
	background: #f5f2ee;
	width: 250px;
	display: none;
}
nav ul li ul li {
	margin-right: 0;
	float: none;
}
nav ul li.has_submenu ul li a {
	background: none;
	padding: 10px 20px;
	display: block;
	font-size: 16px;
}
nav ul li.has_submenu ul li.active a {
	color: #B8230B;
}
header .sitemap {
	float: right;
	margin-top: 41px;
	padding-right: 50px;
}
header .sitemap a {
	display: block;
	background: url(../gfx/icon.sitemap.png) 0 0 no-repeat;
	width: 26px;
	height: 26px;
}
header .mobileMenuTrigger {
	float: right;
	display: none;
}
header .mobileMenuTrigger a {
	display: block;
	width: 60px;
	height: 60px;
	background: #B8230B url(../gfx/icon.hamburger.png) center center no-repeat;
}
header .mobileMenuTrigger a.open {
	background: #B8230B url(../gfx/icon.close.png) center center no-repeat;
}
header .searchBox {
	float: right;
	position: relative;
	padding: 41px 10px 0 0;
}
header .searchBox a.searchTrigger {
	display: inline-block;
	background: url(../gfx/icon.magnify.png) center top no-repeat;
	width: 26px;
	vertical-align: top;
	height: 26px;
}
header .searchBox a.searchTrigger:hover {
	background: url(../gfx/icon.magnify.red.png) center top no-repeat;
}
header .searchBox .inputContainer {
	font-size: 0;
	display: block;
	position: absolute;
	right: 10px;
	top: 41px;
	width: 0;
	background-color: #fff;
	z-index: 100;
	overflow: hidden;
}
header .searchBox .inputContainer.visible {
	width: 140px;
}
header .searchBox .inputContainer input {
	display: inline-block;
	vertical-align: top;
	width: 114px;
	border: 0;
	border-bottom: 1px solid #c5c9cc;
	height: 30px;
	box-sizing: border-box;
	font-size: 16px;
	font-style: italic;
	background-color: #fff;
	font-weight: 700;
}
header .searchBox .inputContainer button {
	display: inline-block;
	vertical-align: top;
	border: 0;
	background: url(../gfx/icon.magnify.png) center top no-repeat;
	width: 26px;
	height: 30px;
	border-bottom: 1px solid #c5c9cc;
	box-sizing: border-box;
	cursor: pointer;
}
header .searchBox .inputContainer button:hover {
	background: url(../gfx/icon.magnify.red.png) center top no-repeat;
}
@media only screen and (max-width : 1215px) {
	header .logo {
		padding: 22px 0 0 20px;
	}
	nav ul li {
		margin-right: 10px;
	}
	nav ul li a {
		font-size: 16px;
	}
	header .sitemap {
		padding-right: 20px;
	}
	header .searchBox .inputContainer.visible {
		width: 118px;
	}
	header .searchBox .inputContainer input {
		width: 92px;
	}
}

@media only screen and (max-width : 1000px) {
	header {
		height: 60px;
		position: relative;
	}
	header .logo {
		padding: 10px 0 0 10px;
	}
	header .logo img {
		height: 40px;
	}
	header .mobileMenuTrigger {
		display: block;
	}
	header .sitemap {
		margin-top: 20px;
	}
	header nav {
		position: absolute;
		right: 0;
		top: 60px;
		width: 100%;
		margin-top: 0;
		float: none;
		border-top: 1px solid #D9D2C9;
		display: none;
		z-index: 100;
	}
	nav ul li {
		float: none;
		text-align: right;
		background: #fff;
		margin-right: 0;
	}
	nav ul li a {
		padding: 10px 40px 10px 20px;
		box-sizing: border-box;
		border-bottom: 1px solid #D9D2C9;
	}
	nav ul li.has_submenu a {
		background-position: right 15px center;
		padding: 15px 40px 15px 20px;
	}
	nav ul li ul {
		position: static;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	nav ul li.has_submenu ul li a {
		padding: 15px 60px 15px 20px;
	}
	header .searchBox {
		padding: 20px 10px 0 0;
	}
	header .searchBox .inputContainer {
		top: 20px;
	}
	header .searchBox .inputContainer.visible {
		width: 155px;
	}
	header .searchBox .inputContainer input {
		width: 129px;
	}
}
@media only screen and (max-width : 400px) {
	header .searchBox .inputContainer.visible {
		width: 105px;
	}
	header .searchBox .inputContainer input {
		width: 79px;
	}
}
.frontTopImageContainer {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 582px;
	box-sizing: border-box;
	padding: 129px 0 0 10%;
}
.frontTopImageContainer .slogan {
	color: #262734;
	font-size: 84px;
	font-weight: 900;
	width: 50%;
	margin-bottom: 30px;
	padding: 0 0 0 10px;
}
.frontTopImageContainer .white {
	color: #FFFFFF;
	font-size: 84px;
	font-weight: 900;
	width: 50%;
	margin-bottom: 30px;
}
.frontTopImageContainer .teasers {
	font-size: 0;
	width: 85%;
}
.frontTopImageContainer .teasers a {
	color: #A7110C;
	display: inline-block;
	font-size: 18px;
	background: #fff;
	line-height: 1em;
	width: 23%;
	margin: 0 2% 0 0;
	text-align: center;
	padding: 14px 0;
	text-decoration: none;
	font-weight: 900;
}
.frontTopImageContainer .teasers a:last-child{
	margin-right: 0;
}
.frontTopImageContainer .teasers a:hover {
	background: #A7110C;
	color: #fff;
}

@media only screen and (max-width : 1400px) {
	.frontTopImageContainer {
		height: 400px;
		padding: 70px 0 0 10%;
	}
	.frontTopImageContainer .slogan {
		font-size: 60px;
	}
	/* .frontTopImageContainer .teasers {
		font-size: 0;
		width: 75%;
	} */
}
@media only screen and (max-width : 1200px) {
	.frontTopImageContainer {
		height: 300px;
		padding: 50px 0 0 4%;
	}
	.frontTopImageContainer .slogan {
		font-size: 40px;
	}
}
@media only screen and (max-width : 1000px) {
	.frontTopImageContainer {
		padding: 30px 0 0 4%;
	}
	.frontTopImageContainer .teasers {
		width: 100%;
	}
	.frontTopImageContainer .teasers a {
		margin-right: 1%;
		width: 23%;
	}
}
@media only screen and (max-width : 750px) {
	.frontTopImageContainer .slogan{
		width: 100%;
	}

	.frontTopImageContainer .teasers a {	
		width: 46%;
		margin: 0 4% 10px 0;
	}
	.frontTopImageContainer .teasers a:nth-child(even) {
		margin-right: 0;
	}

}
@media only screen and (max-width : 400px) {
	.frontTopImageContainer .slogan{
		padding-left: 0;
	}
}
.referencesContainer {
	font-size: 0;
	text-align: center;
	padding: 20px 5%;
}

.referencesContainer h2 {
	color: #A7110C;
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	padding: 30px 0 40px;
	border-bottom: 1px solid #F5F2EE;
}
.referencesContainer .box {
	width: 23%;
	display: inline-block;
	font-size: 18px;
	box-sizing: border-box;
	padding: 20px 1%;
	vertical-align: top;
	background: #f7f5f1;
	text-align: left;
	margin-right: 2.6667%;
	margin-bottom: 0.5%;
}
.referencesContainer .box:nth-child(4n+4) {
	margin-right: 0;
}
.referencesContainer .box:last-child {
	border-right: 0;
	margin-right: 0;
}
.referencesContainer .box .image {
	margin-bottom: 20px;
}
.referencesContainer .box .image img {
	width: 100%;
}
.referencesContainer .box:hover .image {
	background-color: rgba(217, 210, 201, 0.3);
}
.referencesContainer .box .btn {
	margin-bottom: 15px;
}
.referencesContainer .box .btn a {
	display: block;
	line-height: 1em;
	background: #fff;
	text-align: center;
	position: relative;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
}
.referencesContainer .box .btn a span {
	-webkit-transition: padding 0.3s ease;
	-moz-transition: padding 0.3s ease;
	-ms-transition: padding 0.3s ease;
	-o-transition: padding 0.3s ease;
	transition: padding 0.3s ease;
	display: inline-block;
	line-height: 1em;
	padding: 10px 29px 10px 10px;
	background: url(../gfx/arrow.right.red.small.png) 100% center no-repeat;
}
.referencesContainer .box .btn a .hover {
	display: none;
}
.referencesContainer .box .btn a:hover {

	text-decoration: none;
}
.referencesContainer .box .btn a:hover span {
	padding: 10px 34px 10px 10px;
}
.referencesContainer .box .info {
	border-bottom: 1px solid #D9D2C9;
	padding: 8px 0 8px 0;
	font-weight: 400;
	line-height: 1em;
}
.referencesContainer .box .info .parameter {
	float: left;
	font-weight: 600;
}
.referencesContainer .box .info .result {
	padding-left: 110px;
}
.referencesContainer .redBtn {
	text-align: center;
	padding: 60px 0;
}
.referencesContainer .redBtn a {
	display: inline-block;
	background: #A7110C;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding: 10px 30px;
}
@media only screen and (max-width : 1400px) {
	.referencesContainer {
		padding: 10px 2%;
	}
	.referencesContainer .box {
		font-size: 16px;
	}
	.referencesContainer .box span {
		font-size: 14px;
	}
	.referencesContainer .box .info {
		padding: 8px 0;
		font-size: 14px;
	}
}
@media only screen and (max-width : 1200px) {
	.referencesContainer .box {
		padding: 30px 2%;
	}
	.referencesContainer .box span {
		font-size: 12px;
	}
}
@media only screen and (max-width : 1000px) {
	.referencesContainer .box {
		width: 48%;
		margin: 0 4% 30px 0;
	}
	.referencesContainer .box:nth-child(even) {
		margin-right: 0;
	}
	.referencesContainer .redBtn {
		padding: 30px 0;
	}
}
@media only screen and (max-width : 450px) {
	.referencesContainer .box {
		width: 100%;
		padding: 20px 6%;
		margin-right: 0;
	}
}
.pageTopContainer {
	background-size: cover;
	background-position: center top;
	text-align: center;
	background-repeat: no-repeat;
	height: 280px;
	display: table;
	width: 100%;
}
.pageTopContainer .cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.7);
}
.pageTopContainer h1 {
	color: #3F4C56;
	font-size: calc(24px + 1.6vw);
	font-weight: 900;
	margin-bottom: 25px;
}
.pageTopContainer .cell {
	font-size: 20px;
}
.contentContainer .wrap {
	padding: 50px 0;
}
.contentContainer .leftbar .backBox {
	display: inline-block;
	vertical-align: top;
	background: #F5F2EE;
	position: relative;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.contentContainer .backBox {
	display: inline-block;
	vertical-align: top;
	background: #F5F2EE;
	position: relative;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
}
@media only screen and (max-width : 1000px) {
	.leftbar .backBox,
	.contentContainer .backBox {
		display: inline-block;
		vertical-align: top;
		background: #F5F2EE;
		position: relative;
		top: 15px;
		left: 50%;
		transform: translateX(-50%);
	}
	.pageTopContainer h1 {
		color: #3F4C56;
		font-size: calc(24px + 1.6vw);
		font-weight: 900;
		margin-bottom: 25px;
		margin-top: 15px;
	}
	.pageTopContainer .cell .text{
		margin-bottom: 15px;
	}
}
.leftbar .backBox a.backBtn,
.contentContainer .backBox a.backBtn{
	font-size: 20px;
	color: #A7110C;
	display: block;
	box-sizing: border-box;
	height: 45px;
	padding: 10px 15px 10px 45px;
	background: url(../gfx/arrow.left.red.png)left 10px center no-repeat;
}

h2.groupHeading {
	font-weight: 400;
	font-size: 24px;
	color: #000000;
	border-bottom: 1px solid #D9D2C9;
	padding-bottom: 14px;
	margin-bottom: 20px;
}
.contactPersonList {
	font-size: 0;
}
.contactPersonList li {
	display: inline-block;
	vertical-align: top;
	width: 33.33333%;
	margin-bottom: 40px;
}
.contactPersonList li .image {
	display: inline-block;
	vertical-align: top;
	width: 35%;
	background: #F5F2EE;
	height: 160px;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center center;
	background-image: url(../gfx/person.png);
	margin-right: 5%;
	background-size: contain;
}
.contactPersonList li .image img {
	display: none;
}
.contactPersonList li .data {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	width: 55%;
	padding-top: 20px;
}
.contactPersonList li .data h3 {
	margin-bottom: 7px;
	font-size: 24px;
	font-weight: 400;
}
.contactPersonList li .data .job {
	margin-bottom: 7px;
}
.contactPersonList li .data .email {
	background: url(../gfx/icon.email.png) 0 center no-repeat;
	padding-left: 25px;
	margin-bottom: 7px;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #A7110C;
}
.contactPersonList li .data .phone {
	background: url(../gfx/icon.phone.png) 0 center no-repeat;
	padding-left: 25px;
	margin-bottom: 7px;
}
.contactPersonList li .data .phone a {
	color: #616274;
	text-decoration: none;
}
@media only screen and (max-width : 1000px) {
	.contactPersonList li {
		width: 50%;
	}
}
@media only screen and (max-width : 600px) {
	.contactPersonList li {
		width: 100%;
	}
}
@media only screen and (max-width : 440px) {
	.contactPersonList li .data {
		font-size: 14px;
	}
}
.newsList {
	font-size: 0;
}
.newsList li {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	width: 33.3333%;
	box-sizing: border-box;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.newsList li:hover {
	background: #F5F2EE;
}
.newsList li a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 30px;
}
.newsList li .image {
	background-repeat: no-repeat;
	background-position: center center;
	height: 272px;
	margin-bottom: 10px;
}
.newsList li .image img {
	display: none;
}
.newsList li .date {
	font-size: 18px;
	margin-bottom: 7px;
}
.newsList li .text {
	line-height: 1.4em;
	margin-bottom: 7px;
}
.newsList li .readMore {
	color: #b8230b;
}
@media only screen and (max-width : 1000px) {
	.newsList li {
		width: 50%;
	}
}
@media only screen and (max-width : 600px) {
	.newsList li {
		width: 100%;
	}
}
.pager {
	text-align: center;
	font-size: 0;
	background: #F5F2EE;
	padding: 50px 0;
}
.pager a {
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	color: #505F69;
	background: #fff;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	line-height: 1em;
	padding-top: 12px;
	margin-right: 1px;
}
.pager a.dots {
	background: none;
}
.pager a.active {
	background: #A7110C;
	color: #fff;
}
.leftbar {
	float: left;
	width: 72%;
}
.newsItemInfo {
	margin-bottom: 30px;
}
.newsItemInfo .date {
	background: #A7110C;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
	padding: 20px 22px;
	float: left;
}
.newsItemInfo .shareBox {
	float: right;
	font-size: 0;
	border: 1px solid #F5F2EE;
	padding: 20px;
}
.newsItemInfo .shareBox .text {
	display: inline-block;
	font-size: 16px;
	margin-right: 21px;
}
.newsItemInfo .shareBox a {
	display: inline-block;
	vertical-align: top;
}
.newsItemInfo .shareBox a.facebook {
	background: url(../gfx/icon.facebook.png) 0 0 no-repeat;
	width: 9px;
	height: 16px;
	margin-right: 21px;
}
.newsItemInfo .shareBox a.linkedIn {
	background: url(../gfx/icon.linkedin.blue.png) 0 0 no-repeat;
	width: 18px;
	height: 16px;
}
@media only screen and (max-width : 400px) {
	.newsItemInfo .shareBox .text {
		display: none;
	}
}
@media only screen and (max-width : 1400px) {
	.leftbar {
		width: 68%;
	}
}
@media only screen and (max-width : 1000px) {
	.leftbar {
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}
}
.rightbar {
	float: right;
	width: 360px;
}
.rightbar h2 {
	font-size: 24px;
	color: #fff;
	background: #616274;
	padding: 20px;
	font-weight: 700;
}
.rightbar ul.newsCarousel a {
	display: block;
	padding: 30px 20px;
	font-size: 18px;
	background: #F5F2EE;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}
.rightbar ul.newsCarousel a .date {
	font-size: 16px;
	font-weight: 900;
	color: #3F4C56;
	margin-bottom: 7px;
	display: block;
}
.rightbar ul.newsCarousel li.active a {
	background: #A7110C;
	color: #fff;
}
.rightbar ul.newsCarousel li.active a .date {
	color: #fff;
}
.rightbar .btns {
	background: #F5F2EE;
	padding: 30px 20px;
}
.rightbar .btns a {
	float: left;
	line-height: 1em;
	background: #fff url(../gfx/arrow.left.red.png) 20px center no-repeat;
	padding: 20px 20px 20px 47px;
	text-decoration: none;
}
.rightbar .btns a.next {
	background: #fff url(../gfx/arrow.right.red.png) right 20px center no-repeat;
	padding: 20px 47px 20px 20px;
	float: right;
}
.rightbar .btns a.disabled {
	color: #CCCCCC;
}
.rightbar .btns a.next.disabled {
	background: url(../gfx/arrow.right.tail.big.grey.png) right 10px center no-repeat;
}
.rightbar .btns a.prev.disabled {
	background: url(../gfx/arrow.left.tail.big.grey.png) left 10px center no-repeat;
}
.rightbar .btns a.disabled:hover {
	color: #CCCCCC;
}
.rightbar .btns a.next:hover {
	background: #A7110C url(../gfx/arrow.right.white.small.png) right 15px center no-repeat;
	color: #fff;
}
.rightbar .btns a.prev:hover {
	background: #A7110C url(../gfx/arrow.left.white.small.png) left 10px center no-repeat;
	color: #fff;
}
.rightbar .btns a.next.disabled:hover {
	color: #CCCCCC;
	background-color: #F5F2EE;
	background: url(../gfx/arrow.right.tail.big.grey.png) right 10px center no-repeat;
}
.rightbar .btns a.prev.disabled:hover {
	color: #CCCCCC;
	background-color: #F5F2EE;
	background: url(../gfx/arrow.left.tail.big.grey.png) left 10px center no-repeat;
}
@media only screen and (max-width : 1200px) {
	.rightbar {
		width: 280px;
	}
}
@media only screen and (max-width : 1000px) {
	.rightbar {
		width: 100%;
		float: none;
	}
}
@media only screen and (max-width : 400px) {
	.rightbar .btns a {
		float: none;
		display: block;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
}
.contactBlock {
	margin-bottom: 40px;
}
.contactLeft {
	float: left;
	width: 35%;
}
.contactLeft .item {
	border: 1px solid #CFCFCF;
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	margin-bottom: 20px;
	min-height: 321px;
}
.contactLeft .item:last-child {
	margin-bottom: 0;
}
.contactLeft .item h2 {
	font-size: calc(18px + 1.4vw);
	color: #000;
	font-weight: 900;
	margin-bottom: 20px;
}
.contactLeft .item .address {
	color: #000;
	line-height: 1em;
	margin-bottom: 12px;
}
.contactLeft .item a {
	display: block;
	line-height: 1em;
	color: #000;
	margin-bottom: 12px;
	padding: 0 0 0 27px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.contactLeft .item a.email {
	background: url(../gfx/icon.email.png) 0 center no-repeat;
}
.contactLeft .item a.phone {
	background: url(../gfx/icon.phone.png) 0 center no-repeat;
}
.contactRight {
	float: right;
	width: 60%;
	background: #F5F2EE;
	padding: 60px 5% 40px;
	box-sizing: border-box;
	text-align: center;
}
.contactRight h2 {
	font-size: 34px;
	color: #505F69;
	font-weight: 900;
	margin-bottom: 20px;
}
.contactRight .info {
	font-size: 20px;
	margin-bottom: 20px;
}
@media only screen and (max-width : 1000px) {
	.contactLeft {
		float: none;
		width: 100%;
	}
	.contactLeft .item {
		min-height: 0;
	}
	.contactLeft .item:last-child {
		margin-bottom: 20px;
	}
	.contactRight {
		float: none;
		width: 100%;
	}
}
.messages {
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: left;
}
.messages .message {
	padding: 18px 60px 18px 18px;
	display: none;
}
.messages .success {
	background: url(../gfx/success.png) 93% center no-repeat;
	color: #6cae36;
}

.messages .required,
.messages .email,
.messages .server {
	background: url(../gfx/error.png) 93% center no-repeat;
	color: #ca0100;
}
.messages .noresults{
	background: url(../gfx/error.png) 93% center no-repeat !important;
	color: #ca0100 !important;
}

.formContainer .row {
	margin-bottom: 15px;
}
.formContainer label {
	display: block;
}
.formContainer input {
	height: 50px;
	font-size: 18px;
	background: #fff;
	border: none;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
}
.formContainer textarea {
	height: 130px;
	font-size: 18px;
	background: #fff;
	border: none;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	resize: vertical;
}
.formContainer button {
	background: #A7110C;
	text-align: center;
	color: #fff;
	border: 0;
	line-height: 1em;
	height: 58px;
	width: 140px;
	cursor: pointer;
}
.mapContainer {
	height: 514px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.mapContainer .innerShadow {
	box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 1, 0.1);
	height: 4px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 350;
	width: 100%;
}
#map {
	width: 100%;
	height: 100%;
}
@media only screen and (max-width : 1000px) {
	.mapContainer {
		padding: 0 20px;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	.mapContainer .innerShadow {
		display: none;
	}
}
.shipDetailContainer {
	background: #f5f2ee;
}
.shipDetailContainer .image {
	float: right;
	width: 65%;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: contain;
	height: 490px;
	position: relative;
	display: none;
}

.shipDetailContainer .details {
	width: 30%;
}
.shipDetailContainer .image img {
	width: 100%;
	height: 490px;
	display: none;
}
.shipDetailContainer .referenceimage {
	display: inline-block;
}
.shipDetailContainer .image .operationimage {
	position: absolute;
	left: 25px;
	top: 25px;
	width: 100px;
}
.shipDetailContainer .image .operationimage img {
	display: block;
	z-index: 100;
	width: 70%;
	height: auto;
}
.details .info a {
	color: #000;
}
.referenceGallery {
	position: relative;
	float: right;
	width: 65%;
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	-ms-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
}
.referenceGallery.open {
	float: none;
	width: 100%;
}
.referenceGallery .closeLayer {
	text-align: center;
	padding: 30px 0;
	display: none;
}
.referenceGallery.open .closeLayer {
	display: block;
}
.referenceGallery .closeLayer a {
	display: inline-block;
	color: #fff;
	padding: 19px 75px 19px 36px;
	line-height: 1em;
	background: #a7110c url(../gfx/icon.x.png) right 40px center no-repeat;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
	text-decoration: none;
}
.referenceGallery .closeLayer a:hover {
	background-position: right 36px center;
}
.referenceGallery .containerTop {
	position: relative;
}
.referenceGallery .zoomTriggerContainer {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
	padding: 0;
	box-sizing: border-box;
}
.referenceGallery .arrowContainerLeft {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 40px;
	z-index: 1002;
}
.referenceGallery .arrowContainerRight {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 40px;
	z-index: 1002;
}
.referenceGallery .arrow {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 0;
	width: 40px;
	height: 40px;
	background-color: #f5f2ee;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../gfx/arrow.left.red.png);
	z-index: 1002;
}
.referenceGallery .arrow.right {
	left: auto;
	right: 0;
	background-image: url(../gfx/arrow.right.red.png);
}
.referenceGallery .items {
	position: relative;
	height: 660px;
	width: 100%;
	margin-bottom: 10px;
}
.referenceGallery .items .item {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.referenceGallery.open .items .item {
	background-size: contain;
}
.referenceGallery a.zoomTrigger {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: transparent;
	background-position: -100% center;
	background-repeat: no-repeat;
	background-image: url(../gfx/icon.zoom.png);
	background-size: 100px;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
	z-index: 1000;
}
.referenceGallery .zoomTriggerContainer:hover a.zoomTrigger {
	background-position: center center;
}
.referenceGallery .thumbnailsContainer {
	font-size: 0;
}
.referenceGallery .thumb {
	display: inline-block;
	width: 12.4%;
	height: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-right: 0.1%;
	margin-bottom: 2px;
	opacity: 0.4;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	box-sizing: border-box;
}
.referenceGallery .thumb.active {
	opacity: 1;
	border: 2px solid #a7110c;
}
.referenceGallery .thumb:hover {
	opacity: 1;
}
.referenceGallery .thumb:nth-child(8n+8) {
	margin-right: 0;
}
.referenceGallery .thumb img {
	width: 100%;
	display: none;
}
@media only screen and (max-width : 1000px) {
	.shipDetailContainer .image .operationimage {
		left: 125px;
		top: 25px;
		width: 50px;
	}
}
@media only screen and (max-width : 768px) {
	.shipDetailContainer .image .operationimage {
		left: 90px;
		top: 25px;
		width: 50px;
	}
	.shipDetailContainer .image img {
		width: 100%;
		height: auto !important;
	}
}
@media only screen and (max-width : 600px) {
	.shipDetailContainer .image .operationimage {
		display: none;
	}
}
.shipDetailContainer .details {
	float: left;
	width: 35%;
}
.shipDetailContainer .details.references {
	padding: 20px;
	box-sizing: border-box;
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	-ms-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
}
.shipDetailContainer .details.references.open {
	width: 100%;
	float: none;
}

.shipDetailContainer .details .btn span {
	display: block;
	line-height: 1em;
	text-align: left;
	color: #3f4c56;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
	position: relative;
	padding: 20px 20px;
	font-weight: 700;
	font-size: 20px;
}
.shipDetailContainer .details.references .btn {
	text-align: center;
	margin-bottom: 15px;
}
.shipDetailContainer .details.references .btn span {
	display: block;
	line-height: 1em;
	text-align: center;
	color: #A7110C;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
	position: relative;
	padding: 14px 20px;
	font-weight: 700;
	font-size: 20px;
	background: #fff;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
}
.shipDetailContainer .details .info {
	border-bottom: 1px solid #e8e3d8;
	font-weight: 400;
	line-height: 1em;
}
.shipDetailContainer .details .info a {
	display: block;
	width: 100%;
	padding: 10px 10px 10px 20px;
	color: #A7110C;
	position: relative;
	box-sizing: border-box;
	background: url(../gfx/arrow.right.red.small.png) right 20px center no-repeat;
}
.shipDetailContainer .details.references .info {
	display: block;
	width: 100%;
	padding: 10px 0 10px 0;
	position: relative;
	box-sizing: border-box;
	color: #616274;
}
.shipDetailContainer .details .info a.selected {
	background: #fff url(../gfx/arrow.right.grey.small.png) right 10px center no-repeat;
	color: #3f4c56;
}
.shipDetailContainer .details .info a .tip {
	position: absolute;
	right: -11px;
	top: 0;
	height: 100%;
	width: 15px;
	display: none;
	background: url(../gfx/tip.right.png) 100% center no-repeat;
}
.shipDetailContainer .details .info a.selected .tip {
	display: block;
}
.shipDetailContainer .details .info .parameter {
	float: left;
	font-weight: 600;
}
.shipDetailContainer .details .info .designparameter {
	line-height: normal;
	font-weight: 700;
	display: inline-block;
	margin-right: 6px;
}
.shipDetailContainer .details .info a:hover {
	text-decoration: none;
}
.shipDetailContainer .details .info a.selected .designparameter,
.shipDetailContainer .details .info a.selected .result {
	color: #3f4c56;
	text-decoration: none;
}
.shipDetailContainer .details .info .longer{
	display: inline-block;
	width: 100%;
	line-height: normal;
}
.shipDetailContainer .details .info .result {
	display: inline-block;
	line-height: normal;
}
.shipDetailContainer .details .info .referenceresult {
	padding-left: 105px;
}
.shipDetailContainer .details .redBtn {
	margin-top: 60px;
}
.shipDetailContainer .details .redBtn a {
	display: block;
	background: #A7110C url(../gfx/icon.pdf.png) 30px center no-repeat;
	color: #fff;
	line-height: 1em;
	font-size: 16px;
	padding: 15px 10px 15px 100px;
}
.shipDetailBottomContainer {
	background: #F5F2EE;
}
@media only screen and (max-width : 1400px) {
	.referenceGallery .items {
		height: 400px;
	}
}
@media only screen and (max-width : 1200px) {
	.shipDetailContainer .details .info a {
		padding: 10px 22px 10px 20px;
	}
	.shipDetailContainer .details .info a .tip {
		right: -15px;
	}
	.referenceGallery .thumb {
		width: 19.8%;
		margin-right: 0.2%;
	}
	.referenceGallery .thumb:nth-child(8n+8) {
		margin-right: 0.2%;
	}
	.referenceGallery .thumb:nth-child(5n+5) {
		margin-right: 0;
	}
}
@media only screen and (max-width : 1000px) {
	.shipDetailContainer .image {
		width: 100%;
		float: none;
		height: auto;
		background-image: none !important;
		text-align: center;
		margin-bottom: 30px;
	}
	.shipDetailContainer .details .info .designparameter{
		display: inline-block;
		width: 20%;
	}
	.referenceGallery {
		float: none;
		width: 100%;
	}
	.shipDetailContainer .details .info .result{
		display: inline-block;
		padding-left: 15px;

	}
	.shipDetailContainer .details .info .longer{
		display: table-cell;
		width: 100%;
	}
	.shipDetailContainer .image img {
		display: inline-block;
		width: 100%;
		height: auto;
	}
	.shipDetailContainer .details {
		float: none;
		width: 100%;
	}
	.shipDetailContainer .details .btn span {
		font-size: 16px;
	}
	.shipDetailContainer .details .redBtn {
		margin-top: 30px;
	}
}
@media only screen and (max-width : 650px) {
	.shipDetailContainer .details .info .designparameter{
		display: inline-block;
		width: 100%;
	}
	.shipDetailContainer .details .info .result{
		display: inline-block;
		padding-left: 0px;
		width: 100%;

	}
}
@media only screen and (max-width : 600px) {
	.referenceGallery .thumbnailsContainer {
		display: none;
	}
	.referenceGallery .items {
		height: 300px;
	}
}
body.mce-content-body h1,
article h1 {
	font-size: 34px;
	margin-bottom: 20px;
	font-weight: 900;
}
@media only screen and (max-width : 768px) {
	article h1 {
		font-size: 30px;
		margin-bottom: 20px;
		font-weight: 900;
	}
}
body.mce-content-body h2,
article h2 {
	font-size: 34px;
	margin-bottom: 20px;
	font-weight: 900;
}
@media only screen and (max-width : 768px) {
	article h2 {
		font-size: 26px;
		margin-bottom: 20px;
		font-weight: 900;
	}
}
body.mce-content-body h3,
article h3 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 900;
	color: #A7110C;
}
body.mce-content-body h4,
article h4 {
	font-size: 18px;
	padding: 0 0 14px 0;
	margin-bottom: 14px;
}
body.mce-content-body img,
article img {
	border: 1px solid #e8e8e8;
	padding: 9px;
	background: #fff;
}
body.mce-content-body p,
article p {
	line-height: 1.5em;
}
body.mce-content-body ul,
article ul {
	margin: 0;
	padding: 17px 0 0 0;
}
body.mce-content-body ul li,
article ul li {
	margin: 0;
	padding: 0 0 17px 19px;
	line-height: 1.3em;
	list-style: none;
	background: url(../gfx/bullet.png) 0 5px no-repeat;
}
body.mce-content-body table,
article table {
	width: 100%;
	border-left: 1px solid #D9D2C9;
	border-top: 1px solid #D9D2C9;
	border-collapse: collapse;
}
body.mce-content-body table th,
article table th {
	padding: 9px;
	font-weight: 300;
	text-align: left;
	border-right: 1px solid #D9D2C9;
	border-bottom: 1px solid #D9D2C9;
	font-weight: bold;
}
body.mce-content-body table th:last-child,
article table th:last-child {
	padding: 9px;
	font-weight: bold;
	border-right: 1px solid #D9D2C9;
}
body.mce-content-body table td,
article table td {
	padding: 10px 9px !important;
	background: #fff;
	color: #000;
	border-bottom: 1px solid #D9D2C9;
}
.shipDetailBottomContainer article table td {
	background: #f5f2ee;
}

.multifields table td {
	padding: 10px 9px !important;
}
body.mce-content-body table tr:nth-child(odd) td,
article table tr:nth-child(odd) td {
	padding: 10px 9px !important;
	color: #000;
	border-bottom: 1px solid #D9D2C9;
}
article table.referencesTable th {
	padding-left: 17px;
}
article table tr:nth-child(even) td {
	padding: 10px 9px !important;
	color: #000;
	border-bottom: 1px solid #D9D2C9;
}
@media only screen and (max-width : 1000px) {
	body.mce-content-body table tr:nth-child(odd) td,
	article table tr:nth-child(odd) td {
		padding: 10px 9px !important;
		color: #000;
		border-bottom: 1px solid #D9D2C9;
		width: 50%;
	}
	body.mce-content-body table tr:nth-child(even) td,
	article table tr:nth-child(even) td {
		padding: 10px 9px !important;
		color: #000;
		border-bottom: 1px solid #D9D2C9;
		width: 50%;
	}
}
@media only screen and (max-width : 440px) {
	body.mce-content-body table tr:nth-child(odd) td,
	article table tr:nth-child(odd) td {
		padding: 10px 9px !important;
		color: #000;
		border-bottom: 1px solid #D9D2C9;
		width: 50%;
		font-size: 14px
	}
	body.mce-content-body table tr:nth-child(even) td,
	article table tr:nth-child(even) td {
		padding: 10px 9px !important;
		color: #000;
		border-bottom: 1px solid #D9D2C9;
		width: 50%;
		font-size: 14px;
	}
}
body.mce-content-body table tr td:last-child,
article table tr td:last-child {
	border-right: 1px solid #D9D2C9;
}
article table.referencesTable th {
	background: #efebe3;

}
article table.referencesTable td {
	text-align: center;
	padding: 0 !Important;
	background: #fcfbf9;
	border-right: 1px solid rgba(223, 215, 199, 0.5);
}
article table.referencesTable tr:nth-child(odd) td {
	background: #f7f5f1;
}
article table.referencesTable td a {
	color: #000;
	display: block;
	text-align: left;
	height: 100%;
	padding: 10px 9px;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
article table.referencesTable td a.dif {
	color: #A7110C;
	font-weight: 700;
}


article table.referencesTable tr:hover td a {
	color: #A7110C;
}
article table.referencesTable tr:hover td {
	background-color: #f5f2ee;
}
@media only screen and (max-width : 1000px) {
	.overflowContainer {
		overflow-x: auto;
	}
	.overflowContainer .referenceList {
		font-size: 14px;
	}
}
@media only screen and (max-width : 768px) {
	.overflowContainer .referenceList tr td:nth-child(1) {
		display: none;
	}
	.overflowContainer .referenceList tr th:nth-child(1) {
		display: none;
	}
	.overflowContainer .referenceList tr td:nth-child(5) {
		display: none;
	}
	.overflowContainer .referenceList tr th:nth-child(5) {
		display: none;
	}
	.overflowContainer .referenceList tr td:nth-child(6) {
		display: none;
	}
	.overflowContainer .referenceList tr th:nth-child(6) {
		display: none;
	}
	.overflowContainer .referenceList tr th:nth-child(7) {
		display: none;
	}
	.overflowContainer .referenceList tr td:nth-child(7) {
		display: none;
	}
}
@media only screen and (max-width : 350px) {
	article table.referencesTable td a {
		padding:5px 0px;
	}
	.overflowContainer .referenceList {
		font-size: 12px;
	}
}
.articleSliderContainer {
	height: 650px;
	position: relative;
	width: 100%;
	margin-top: 80px;
}
.leftbar .articleSliderContainer {
	margin-top: 0;
}
.articleSliderContainer .arrow {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	display: block;
	width: 41px;
	height: 35px;
	z-index: 100;
}
.articleSliderContainer .arrow.left {
	left: 100px;
	background: url(../gfx/arrow.left.white.png) 0 0 no-repeat;
}
.articleSliderContainer .arrow.right {
	right: 100px;
	background: url(../gfx/arrow.right.white.png) 0 0 no-repeat;
}
.leftbar .articleSliderContainer .arrow.left {
	left: 40px;
}
.leftbar .articleSliderContainer .arrow.right {
	right: 40px;
}
.articleSliderContainer .items {
	position: relative;
	width: 100%;
	height: 100%;
}
.articleSliderContainer .items .item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
@media only screen and (max-width : 1000px) {
	article iframe {
		max-width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
}
@media only screen and (max-width : 1200px) {
	.leftbar .articleSliderContainer {
		height: 400px;
	}
}
@media only screen and (max-width : 1000px) {
	.articleSliderContainer {
		height: 300px;
	}
	.articleSliderContainer .arrow.left {
		left: 20px;
	}
	.articleSliderContainer .arrow.right {
		right: 20px;
	}
}
.multifields {
	width: 48%;
	display: inline-block;
	margin-right: 2%;
}
.multifields.second {
	margin-right: 0;
}
@media only screen and (max-width : 1000px) {
	.multifields {
		width: 100%;
		display: block;
		margin: 0 0 30px 0;
	}
}
.contentContainer .referenceList {
	border: none;
}
.referenceList tr td {
	padding: 10px 9px !important;
	color: #000;
	border: none !important;
}
.referenceList tr:nth-child(odd) td {
	background: #FFF;
}
.referenceList th {
	border-right: none;
}
.referenceList th:last-child {
	border-right: none;
}
.searchResultContainer {
	width: 1200px;
}
.searchResultList {
	font-size: 0;
}
.searchResultList li {
	display: inline-block;
	vertical-align: top;
	width: 31%;
	margin: 0 3.5% 35px 0;
	background-color: #f7f5f1;
	padding: 2%;
	box-sizing: border-box;
}
.searchResultList li:nth-child(3n+3) {
	margin: 0 0 35px 0;
}
.searchResultList li .image {
	margin-bottom: 20px;
}
.searchResultList li .image img {
	width: 100%;
}
.searchResultList li h2 {
	font-size: 22px;
	color: #3f4c56;
	font-weight: 900;
	margin-bottom: 15px;
}
.searchResultList li .text {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.searchResultList li .btn a {
	display: inline-block;
	background-color: #fff;
	background-image: url(../gfx/arrow.right.red.small.png);
	background-repeat: no-repeat;
	background-position: right 22px center;
	box-shadow: 0px 2px 0px 0px rgba(239, 235, 227, 1);
	font-size: 18px;
	color: #a7110c;
	line-height: 1em;
	padding: 13px 56px 13px 25px;
	text-decoration: none;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.searchResultList li .btn a:hover {
	background-position: right 18px center;
}
@media only screen and (max-width : 1200px) {
	.searchResultContainer {
		width: 990px;
	}
}
@media only screen and (max-width : 1000px) {
	.searchResultContainer {
		width: 100%;
	}
	.searchResultList li {
		width: 48%;
		margin: 0 4% 30px 0;
	}
	.searchResultList li:nth-child(even) {
		margin: 0 0 30px 0;
	}
	.searchResultList li:nth-child(3n+3) {
		margin: 0 4% 30px 0;
	}
}
@media only screen and (max-width : 600px) {
	.searchResultContainer {
		width: 100%;
	}
	.searchResultList li {
		width: 100%;
		margin: 0 0 30px 0;
		display: block;
	}
	.searchResultList li:nth-child(even) {
		margin: 0 0 30px 0;
	}
	.searchResultList li:nth-child(3n+3) {
		margin: 0 0 30px 0;
	}
}
footer {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
footer .footerTop {
	padding: 100px 0;
	border-top: 1px solid #F5F2EE;
	background: rgba(245, 242, 238, 0.8);
}
footer .footerLeftBox {
	float: left;
}
footer .logo {
	float: left;
	padding: 0 60px 0 100px;
}
footer .sitemapContainer {
	float: left;
	font-size: 0;
	width: 40%;
}
.contentContainer .onlySitemap{
	float: left;
	font-size: 0;
	width: 50%;
}
footer h2 {
	font-size: 24px;
	color: #3F4C56;
	font-weight: 900;
	text-transform: uppercase;
	padding-bottom: 15px;
	border-bottom: 1px solid #e2e1df;
}
footer .sitemap {
	font-size: 0;
}
footer .sitemap li {
	float: left;
	vertical-align: top;
	width: 48%;
	margin: 0 4% 0 0;
}
footer .sitemap li:nth-child(even) {
	margin: 0;
}
footer .sitemap li a {
	font-size: 18px;
	color: #3F4C56;
	font-weight: 400;
	line-height: 1em;
	display: block;
	border-bottom: 1px solid #e2e1df;
	padding: 15px 10px 15px 25px;
	background: url(../gfx/arrow.small.bullet.png) 0 center no-repeat;
	text-decoration: none;
}
.contentContainer .onlySitemap li a {
	font-size: 18px;
	color: #3F4C56;
	font-weight: 400;
	line-height: 1em;
	display: block;
	border-bottom: 1px solid #A7110C;
	padding: 15px 10px 15px 25px;
	background: url(../gfx/arrow.small.bullet.png) 0 center no-repeat;
	text-decoration: none;
}
footer .sitemap li.open > a {
	background: url(../gfx/arrow.small.up.png) 0 center no-repeat;
}
footer .sitemap li ul {
	display: none;
	margin: 0;
	padding: 0;
}
footer .sitemap li ul li {
	float: none;
	width: 100%;
}
footer .sitemap li ul li a {
	padding: 15px 10px 15px 45px;
	background: none;
}
footer .contactInfo {
	float: left;
	margin-right: 4%;
	width: 20%;
}
footer .contactInfo .address {
	color: #3F4C56;
	line-height: 1em;
	padding: 15px 0 15px 40px;
	border-bottom: 1px solid #e2e1df;
	background: url(../gfx/icon.location.png) 0 center no-repeat;
}
footer .contactInfo a {
	display: block;
	line-height: 1em;
	color: #3F4C56;
	padding: 15px 0 15px 40px;
	border-bottom: 1px solid #e2e1df;
}
footer .contactInfo a.email {
	background: url(../gfx/icon.email.png) 0 center no-repeat;
}
footer .contactInfo a.phone {
	background: url(../gfx/icon.phone.png) 0 center no-repeat;
}
footer .contactInfo .facebook {
	background: url(../gfx/icon.facebook.png) 2px center no-repeat;
	display: block;
	margin-right: 21px;
}
footer .contactInfo .linkedIn {
	background: url(../gfx/icon.linkedin.png) 2px center no-repeat;
	display: block;
}
footer .backToTop {
	color: #A7110C;
	font-size: 16px;
	display: inline-block;
	line-height: 1em;
	width: 268px;
	text-align: center;
	padding: 15px 0;
	background: #fff url(../gfx/arrow.up.red.png) 40px center no-repeat;
	border-left: 1px solid #F5F2EE;
	border-right: 1px solid #F5F2EE;
	border-bottom: 1px solid #F5F2EE;
	text-decoration: none;
	position: absolute;
	right: 4%;
	top: -1px;
}
footer .footerBottom {
	border-top: 1px solid #F5F2EE;
	text-align: center;
	font-size: 15px;
	padding: 14px 100px;
	background-color: #F5F2EE;
}
footer .footerBottom .arego {
	float: right;
	color: #616274;
	line-height: 1em;
}
footer .footerBottom .infoLink {
	display: inline-block;
	color: #616274;
	line-height: 1em;
}
@media only screen and (max-width : 1400px) {
	footer .logo {
		padding: 0 20px 0 30px;
	}
}
@media only screen and (max-width : 1200px) {
	footer .footerTop {
		padding: 40px 20px;
	}
	footer .logo {
		padding: 0 40px 0 0;
	}
	footer .contactInfo {
		width: 30%;
	}
	footer .footerRightBox {
		padding: 40px 20px 0;
	}
	footer .footerBottom {
		padding: 15px 20px;
	}
	footer .sitemapContainer {
		float: right;
		width: 45%;
	}
}
@media only screen and (max-width : 1000px) {
	footer .footerBottom {
		font-size: 14px;
	}
	footer .logo {
		float: none;
		padding: 20px 0;
		text-align: center;
	}
	footer .sitemapContainer {
		float: none;
		width: 100%;
		text-align: left;
		margin-bottom: 10px;
	}
	footer .contactInfo {
		float: none;
		width: 100%;
		margin-bottom: 40px;
	}
	footer .backToTop {
		width: auto;
		padding: 15px 20px 15px 40px;
		background-position: 10px center;
		font-size: 14px;
		position: static;
		width: 100%;
		text-align: center;
		box-sizing: border-box;
		display: block;
		border-top: 1px solid #F5F2EE;
	}
}
@media only screen and (max-width : 640px) {
	footer .footerBottom .arego {
		float: none;
		display: block;
		margin: 15px 0;
	}
	footer .footerBottom .infoLink {
		float: none;
		display: block;
		margin: 15px 0;
	}
	footer .sitemap li {
		width: 100%;
		margin: 0;
	}
}

/* Loader */

.contentContainer .loader{
	height: 100px;
}
.contentContainer .loader.loading{
	background: url('../gfx/ajax_loader.gif') no-repeat center bottom;
}
.overlayBg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	display: none;
}
.searchKeyword {
	padding-bottom: 20px;
	position: absolute;
	top: 240px;
	right:50%;
	-webkit-transform: translate(50%,0);
	   -moz-transform: translate(50%,0);
	    -ms-transform: translate(50%,0);
	     -o-transform: translate(50%,0);
	        transform: translate(50%,0);
	font-family: 'Lato', sans-serif;
	color:#616274;

	text-align: center;
}
.searchKeyword span{
	color: #A7110C;
}
.searchKeyword blockquote {
	  font: 14px/20px italic Times, serif;
}
@media only screen and (max-width : 1000px) {
	.searchKeyword {
		top: 120px;
		font-size: 16px;
	}
}
@media only screen and (max-width : 550px) {
	.searchKeyword {
		top: 140px;
		font-size: 12px;
	}
}
/* Custom styles
-------------------------------------------------------- */
.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
.reset {
	padding: 0;
	margin: 0;
}
ul.reset li {
	list-style: none;
}
