*
{
	margin:0px auto;
	padding:0px;
}
body
{
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#fff;
}
a{
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
	text-decoration:none;

}
.topBg{
	background:url(../cimage34/111734bg-01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size: cover;
	box-shadow: inset 0 0 1em #111;
}
.middBg{
	background-image:url(../cimage34/111734bg-02.jpg);
	height:auto;
	background-attachment:fixed;
	background-position:center top;
	background-repeat:no-repeat;
	background-size: cover;
	box-shadow: inset 0 0 1em #111;
}
.middBgOne{
	background-image:url(../cimage34/111734bg-03.jpg);
	height:auto;
	background-attachment:fixed;
	background-position:center top;
	background-repeat:no-repeat;
	background-size: cover;
	box-shadow: inset 0 0 1em #111;
}
.quickBg{
	background:url(../cimage16/106710bg-04.jpg) #ffffff;
	background-position:center top;
	background-repeat:no-repeat;
	
}
.hd{
	font-family: 'Fjalla One', sans-serif;
	font-size:50px;
	line-height:54px;
	color:#FFFFFF;
	font-weight:100;
	text-transform:uppercase;
}