section.hero-section {
    padding: 100px 0 100px;
	background:#f4f4f4;
}
.clearfix:after{
	content:"";
	display:table;
	clear:both;
}
.hero-left {
    float: left;
    width: 65%;
    margin-right: 5%;
}
.hero-left h2{
	margin-bottom:15px;
	font-size: 42px !important;
}
.hero-left p{
	font-size:18px !important;
}
.hero-right{
	float:left;
	width:30%;
	text-align:center;
	padding-top:25px;
}
.bottom-fields{
	margin-top:20px;
}
.get-tools {
    padding: 50px 0 80px;
}
.breadcrumb li{
	display:inline-block;
	list-style:none;
}
.breadcrumb ul{
	padding:0;
	margin-bottom:65px;
}
.breadcrumb ul li:not(:last-child) a:after {
    content: ">";
    margin: 0 10px 0 15px;
    color: #000;
	text-decoration:none;
}
.breadcrumb ul li a:hover {
	text-decoration:none;
	opacity:.7;
}
section.calculator-section {
    padding: 50px 0;
}
.tool-holder > p{
	text-align:center;
	margin-bottom: 15px;
	font-size: 16px;
}
.tool-holder > h3{
	text-align:center;
	margin-bottom: 15px;
	font-size: 24px;
}
.calculator-holder {
    margin: 50px 0;
}
button#cmd {
    background: #000 !important;
}
@media(max-width:1199px){
.hero-right {
    padding-top: 55px;
}
}
@media(max-width:1023px){
section.hero-section h2 {
    font-size: 48px;
}
}
@media(max-width:767px){
section.hero-section {
    padding: 70px 0 45px;
}
section.hero-section-ebay h2 {
    line-height:50px;
}
.hero-left {
    float: none;
    width: 100%;
    margin-right: 0;
}
.hero-right {
    padding-top: 20px;
    width: 100%;
}
section.hero-section h2 {
    font-size: 37px;
}
.breadcrumb ul {
    padding: 0;
    margin-bottom: 40px;
}
html.bh_html main {
    padding-top: 0;
}
}
@media(max-width:320px){
section.hero-section h2 {
    font-size: 40px;
}
}