.about-us-header-img {
	background-image: none;
}
#ace-logo-holder{
	padding-top: 10px;
	margin-top: -200px;
	position: absolute;
}
#map{
	width: 100%;
	height: 200px;
}
.row{
	overflow-x: hidden;
}
.section-wrapper{
	padding: 0 20px;
}
.subtab-table-title {
    padding: 6px 0 4px;
}
.contact-us-info{
	margin-top: 40px;
	margin-bottom: 30px;
}
.ace-txt{
	font-size: 24px;
	margin-top: 30px;
}
.reg-no-txt{
	font-size: 12px;
}
.ace-address{
	font-size: 16px;
}
.two-col-table{
	margin-top: 15px;
}
.two-col-cell{
	width: auto;
	padding-right: 20px;
}
.two-col-cell-300px{
	display: table-cell;
	vertical-align: top;
	width: 350px;
	padding-left: 30px;
}
.ace-form-group {
    display: block;
}
.ace-form-group > label {
    width: auto;
    margin-bottom: 4px;
    padding-top: 4px;
	color: #333;
	font-weight: normal;
}
.sale-support-table{
	width: 100%;
	margin-top: 40px;
}
.sale-support-table td{
	height: 28px;
    vertical-align: top;
}
.sale-support-img{
	text-align: center;
	width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
}

@media (max-width: 1024px) and (min-width: 992px){
	
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	
}

/* Landscape phones and portrait tablets */	
@media screen and (max-width: 767px){
	.two-col-cell-300px {
		display: block;
		width: auto;
		padding-left: 0;
		padding-top: 40px;
	}
	.two-col-cell {
		padding-right: 0;
	}
	.sale-support-img {
		text-align: left;
		margin-left: 30px;
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	
}
