@font-face {
    font-family: Manero;
    src: url(fonts/Manero.ttf);
}
@font-face {
    font-family: HKHOldGlyphsshort;
    src: url(fonts/HKHOldGlyphsshort.ttf);
}
@font-face {
    font-family: wet dream;
    src: url(fonts/WetDream.ttf);
}


.intro-03-headletters{
	background-color: rgba(255, 255, 255, 0.9) !important;
	border-right: solid 1px #eee;
}
.intro-03-headletters .caps-heading {
	font-weight: normal;
	font-size:64px;
	line-height:56px;
	font-family:"wet dream";
	margin-top: 16px;
	margin-bottom: 0;
	color:#333 !important;
}

.intro-03-sub-heading{
	margin:40px 0;
	font-size: 21px;
	line-height:32px;
font-family:"HKHOldGlyphsshort";
	font-weight: 100;
	color: #aaa;
	text-transform:lowercase;
	border-bottom:none !important;
}

.intro-03-sub-heading a{
	color:#333;
	-webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.intro-03-sub-heading a:hover{
	color:#999;
	-webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}


.home-badge{
	margin-bottom: 10px;
}

.intro-03-sub-heading > span{
	border-bottom:none !important;
}