* {
	padding: 0px;
	list-style: none;
	text-decoration: none;
	margin: 0px;
	-webkit-appearance:none 
}

/* This stylesheet generated by Transfonter (https://transfonter.org) on April 17, 2018 12:47 PM */

@font-face {
    font-family: 'PF Din Text Cond Pro';
    src: url('PFDinTextCondPro-Thin.eot');
    src: url('PFDinTextCondPro-Thin.eot?#iefix') format('embedded-opentype'),
        url('PFDinTextCondPro-Thin.woff2') format('woff2'),
        url('PFDinTextCondPro-Thin.woff') format('woff'),
        url('PFDinTextCondPro-Thin.ttf') format('truetype'),
        url('PFDinTextCondPro-Thin.svg#PFDinTextCondPro-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}



body{
	width: 100%;
	height: 1000px;
	background: url('../img/bodyBg.jpg') center center no-repeat;
	/*font-family: 'Raleway', sans-serif;*/
	font-family: 'PF Din Text Cond Pro';
	background-size: cover;
	position: relative;
	overflow: hidden;
}

a, a:hover, a:focus, a:visited {
	color: #2b2b2b;
	text-decoration: none;
}

.wrapper {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
}

.no-padding {
	padding: 0px;
}

.mask {
	position: absolute;
	width: 100%;
	height: 100%;
}

.leftArea {
	position: absolute;
	top: 90px;
	width: 35%;	
}

.leftArea .topContent {
	width: 100%;
	float: left;
	padding-left: 150px;
	border-bottom:  2px solid #d2d1d0;
	padding-bottom: 30px;
}

.leftArea .bottomContent {
	width: 100%;
	float: left;
	padding-left: 150px;
	padding-top: 30px;
}

.leftArea .logo {
	width: 100%;
	float: left;
	position: relative;
}

.leftArea .refresh {
	width: 100%;
	float: left;
	color: #000000;
	margin-top: 35px;
	font-size: 22px;
}

.leftArea .infos {
	width: 100%;
	float: left;
	margin-top: 30px;
	font-size: 14px;
}

.leftArea .infos .title {
	width: 100%;
	float: left;
	color: #2b2b2b;
	font-size: 15px;
	margin-bottom: 30px;
}

.leftArea .infos .address {
	width: 100%;
	float: left;
	color: #2b2b2b;
	font-size: 13px;
	margin-bottom: 15px;
}

.leftArea .infos .contactNumber {
	width: 100%;
	float: left;
	color: #2b2b2b;
	font-size: 13px;
}

.leftArea .infos .contactNumber .phone {

}

.leftArea .infos .contactNumber .fax {

}

.leftArea .sunsetArea {
	width: 100%;
	float: left;
	/* margin-top: 60px; */
}

.leftArea .sunsetArea .sunsetLink {
	width: 100%;
	float: left;
	margin-top: 20px;
	font-size: 14px;
}

.leftArea .sunsetArea .sunsetLink a {
	color: #777575;
	text-decoration: none;
}









