#block1{
	display: none;
}

.contentSection2 {
    padding: 20px;
    background-color: #474747;
}

.btn-cta {
    color: #000;
    background: #FFB600;
    border-color: #009ddc;
    border: 0;
    border-radius: 2px !important;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-cta:hover{
	background-color: #be8601;
	color: #000;
}

.hisTitle {
    margin-top: 20px;
}

a {
    color: #fdb62c;
}

.mbThumbTitle, .mbTitleModel {
    font-size: 18px;
    font-weight: 300;
    color:#FFF;
}

.sectionHeading {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

/*Homepage SEO*/
.seo-section {
    width: 100%;
    overflow: auto;
    margin-bottom: 25px;
}

.seo-content {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
}

.seo-content h1, h2 {
    margin-top: 0px !important;
    font-weight: 300;
}

.seo-content p {
    text-align: justify;
}


.seo-image {
    width: 25%;
}

.seo-image img {
    width: 100%;
}