* {
	margin:0;
	padding:0;
	border:0 none;
	outline:0 none;
	text-decoration:none;
	font-weight:normal;
	font-family:'Open Sans',sans-serif;
}
section,body {
	display:block;
	width:100%;
}
body {
	height:100%;
	height:100vh;
}
.fullBlockContainer {
	background:url('../images/bg.jpg') center center no-repeat;
	height:100%;
	height:100vh;
	overflow:hidden;
	background-size:100% auto;
	-moz-background-size:100% auto;
	-ms-background-size:100% auto;
	-o-background-size:100% auto;
	-webkit-background-size:100% auto;
}
.centerAligned {
	width:1100px;
	margin:0 auto;
	overflow:hidden;
}
.logoBlock {
	display:block;
	float:left;
	margin:100px 0 40px;
	overflow:hidden;	
}
.logoBlock img {
	width:170px;
	display:inline-block;
	vertical-align:middle;
}
.logoBlock h1 {
	display:inline-block;
	vertical-align:middle;
	margin-left:50px;
	font-size:26px;
	color:#fff;
}
.progessBar {
	overflow:hidden;
	margin-bottom:40px;
}
.progessBar .solidLine {
	display:block;
	width:75%;
	background:#ffffff;
	float:left;
	height:1px;
	margin:10px 0 7px 0;
}
.progessBar .dottedLine {
	float:left;
    width: 25%;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	margin:10px 0 7px 0;
	border-bottom:1px dashed #fff;
}
.progessBar i {
	padding-left:15px;
	position:absolute;
	font-weight:600;
	font-style:normal;
	color:#ffffff;
	border-left:1px solid #fff;
}
.contactDetailBlock h2 {
	width:40%;
	font-size:32px;
	line-height:40px;
	color:#ffffff;
	margin-bottom:15px;
	text-shadow:2px 2px 8px rgba(0,0,0,0.3);
}
.contactDetailBlock h2 strong {
	font-weight:bold;
}
.contactDetailBlock > p {
	width:39%;
	font-size:13px;
	color:#fff;
	line-height:20px;
	margin-bottom:20px;
	text-shadow:2px 2px 8px rgba(0,0,0,0.4);
}
.cntInfoBlock {
	overflow:hidden;
	width:38%;
}
.cntInfoBlock .cntIcon {
	width:40px;
	position:absolute;
	top:0;
	left:0;
	height:40px;
	background:url('../images/contactIcon.png') no-repeat center 0;
	background-size:100% auto;
	-moz-background-size:100% auto;
	-ms-background-size:100% auto;
	-o-background-size:100% auto;
	-webkit-background-size:100% auto;
}
.cntInfoBlock p {
    overflow: hidden;
    margin-bottom: 2px;
    color: #fff;
    padding-left: 50px;
    position: relative;
    font-size: 13px;
    line-height: 40px;
    padding-top: 0;
    min-height: 33px;
	text-shadow:2px 2px 5px rgba(0,0,0,0.4);
}
.cntInfoBlock p.addressContent {
	line-height:19px;
	padding-top:10px;
	text-shadow:2px 2px 5px rgba(0,0,0,0.4);
}
.cntInfoBlock p a {
	display:block;
	color:#fff;
}
.cntInfoBlock p a:hover {
	text-decoration:underline;
}
.cntInfoBlock .addressIcon {
	background-position:center top;
}
.cntInfoBlock .phoneIcon {
	background-position:center -40px;
}
.cntInfoBlock .emailIcon {
	background-position:center -80px;
}
.copyrightBlock {
	overflow:hidden;
	margin-top:70px;
}
.copyrightBlock p {
	color:#ffffff;
	font-size:11px;
	margin-bottom:6px;
	text-shadow:2px 2px 5px rgba(0,0,0,0.4);
}
.copyrightBlock a {
	color:#ffffff;
}
.copyrightBlock a:hover {
	text-decoration:underline;
}
.splitBlock {
	float:left;
	margin-right:15px;	
}
.logoBlock h1 {
	font-family:"Arial";
	font-weight:bold;
	font-size:90px;
	margin-left:0;
	text-shadow:2px 2px 15px rgba(0,0,0,0.3);
}