.fh-container{
    position: relative;
/*    width: 920px;*/
/*    height: 337px;*/
    overflow:hidden;
     border-top: 2px solid #CF3A26;
}
.fh-image{}


.fh-button{
    position: absolute;
    z-index: 99;
    right: 25px;
    bottom: 55px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	padding: 0px 20px;
    height: 40px;
    line-height: 40px;
    background: #CF3A26;
	background: -moz-linear-gradient(
		top,
		#ff8e2b 0%,
		#CF3A26);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ff8e2b),
		to(#CF3A26));
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #b84000;
    text-shadow:
		0px 0px 3px rgba(082,003,000,1),
		0px 0px 0px rgba(255,255,255,0);
}

.fh-button:hover{
	background: -moz-linear-gradient(
		top,
		#ff6933 0%,
		#CF3A26);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ff6933),
		to(#CF3A26));
}
.fh-button a{
    color: #fff !important;
}
.fh-button a:after{
    color:#fff;
    content:"\25BA";
    padding-left: 8px
}
.fh-phone-container{
    position: absolute;
    z-index: 99;
    right:0;
    bottom: 0;
    height: 40px;
    width: 240px;
    line-height: 40px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    background: #fff;
    text-align: center;
}
.fh-phone-container span{
    font-size: 22px;
}
.fh-phone-container span.fh-phone-txt{
    text-transform: uppercase;
}
.fh-phone-container span.fh-phone{
    color: #CF3A26;
    padding: 0 3px;
}