.hero {
    float: left;
    height: 474px;
    margin-top: -47px;
    overflow: hidden;
    padding: 0;
    position: relative;
}
@media only screen and (max-width: 767px) {
	.hero {
		display: none!important;
	}
}
.hero-image {
    height: 474px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    right: 8px;
    top: 0;
    width: 960px;
    z-index: 15;
}
.hero-images {
    position: relative;
}
.hero-images ul {
    margin: 0;
    padding: 0;
}
.hero-images ul li {
    background: none repeat scroll 0 0 transparent;
    display: none;
    left: -2px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}
.hero-description {
    color: #727272;
    display: block;
    margin: 0 !important;
    overflow: hidden;
    padding: 20px;
    position: relative;
    top: 80px;
    width: 500px;
    z-index: 3;
}
.hero-description h1 {
    color: #E55B29;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 72px;
    font-weight: 300;
    line-height: 65px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.hero-description h2 {
    color: #3C758F;
    float: left;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 105px;
    line-height: 80px;
    margin-right: 15px;
}
.hero-description h3 {
    color: #17A781;
    font-family: 'Open Sans',sans-serif;
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 20px;
}
.hero-description p {
    margin-bottom: 20px;
    margin-top: 20px;
}
.hero-description a.hero-link:link, .hero-description a.hero-link:visited {
    background: none repeat scroll 0 0 #666666;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    padding: 5px 10px;
    text-decoration: none;
}
.hero-description a.hero-link:hover, .hero-description a.hero-link:active {
    background: none repeat scroll 0 0 #333333;
}
.hero-descriptions {
    position: relative;
    top: 0;
    z-index: 17;
}
.hero-descriptions ul {
    margin: 0;
    padding: 0;
}
.hero-descriptions ul li {
    background: none repeat scroll 0 0 transparent;
    display: none;
    position: absolute;
    top: 0;
}
.hero-overlay {
    background: url("images/hero-overlay.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 300px;
    left: 0;
    position: absolute;
    top: 0;
    width: 960px;
    z-index: 2;
}
.hero-divider {
    display: none;
}
.hero-title {
}
.hero-title a:link, .hero-title a:visited {
    color: #CCCCCC;
    text-decoration: none;
}
.hero-title a:hover, .hero-title a:active {
    color: #000000;
}
.hero-controls {
    bottom: 5px;
    left: 10px;
    position: absolute;
    z-index: 4;
}
.hero-controls ul {
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.hero-controls ul li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    list-style: none outside none;
    margin: 0 5px;
    padding: 0;
}
.hero-controls ul li a:link, .hero-controls ul li a:visited {
    color: #999999;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.hero-controls ul li a:hover, .hero-controls ul li a:active {
    color: #000000;
}
.hero-controls ul li.hero-prev a, .hero-controls ul li.hero-next a {
    display: block;
    height: 20px;
    text-indent: -9999px;
    width: 20px;
}
.hero-controls ul li.hero-prev a {
    background: url("images/hero-arrow-prev.png") no-repeat scroll 0 0 transparent;
}
.hero-controls ul li.hero-next a {
    background: url("images/hero-arrow-next.png") no-repeat scroll 0 0 transparent;
}
#add-on {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 2px 5px #CCCCCC;
    float: left;
    padding: 5px;
}
.add-on-image {
    float: left;
    height: 60px;
    margin-right: 12px;
    width: 112px;
}
.add-on-content {
    color: #767676;
    font-size: 11px;
    line-height: 16px;
    padding: 5px 0 0;
}