/* == Bizpart AI Styles -- */

h1.big-heading, h2 {
	margin-bottom: 20px;
}
h1.big-heading span {
	margin-bottom: 5px;
}
#ai-centerstage h2 {
    text-transform: none;
}
.section h2:not(.big-heading) {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 29px;
}
h3 {
    font-size: 24px;
    text-transform: none;
}

.ai p.learn-more a {
	background-color: #40ae47;
	color: #FFFFFF;
}
.ai p.learn-more a:hover {
	background-color: #5ac260;
}

.bubble-cats .listing:last-child { margin-bottom: 0px; }
.bubble-cats .listing .listing-image {
	background-color: #000000;
	border:7px solid #33d23e;
}
.fullmedia-section div.fullimage.fade-mobile img {
	opacity: .5;
}

/*
#estimator-section {
	background: url('/images/ai_construction-bg_1@2x.jpg') no-repeat;
	background-size: contain;
	background-position: center bottom -5px;
}
*/
#ai-estimator {
	text-align: center;
	max-width: 725px;
	margin: 0 auto;
}
#ai-estimator .estimator-step {
	padding: 20px;
	background-color: #f8f8f8;
	margin-bottom: 15px;
	border: 3px solid #419a47;
}
#ai-estimator .estimator-step:last-child {
	margin-bottom: 0px;
}
#ai-estimator .estimator-step .estimator-image {
	width: 125px;
	margin: 0 auto;
	margin-bottom: 10px;
}
#ai-estimator .estimator-step .estimator-image img {
	display: block;
	width: 100%;
}

#ai-estimator .estimator-step .estimator-desc h4 {
	margin-bottom: 5px;
}
#ai-estimator .estimator-step .estimator-desc p {
	margin-bottom: 0px;
}

#industry-listings.listings {
	justify-content: center;
}
#industry-listings.listings .listing {
	flex: 0 0 calc(100% - 0px);
}
#industry-listings.listings .listing img, #cat-listings .listing img {
	max-height: none;
	height: auto;
	width: 100%;
}
#industry-listings.listings .listing .listing-image {
	height: auto;
	max-width: 240px;
	margin: 0 auto;
}
#industry-listings.listings .listing-container {
  padding: 10px 10%;
}

@media only screen and (min-width: 480px) {
	
}


@media only screen and (min-width: 768px) {
	.bubble-cats .listing .listing-image {
		width: 200px; height: 200px;
	}
	#ai-estimator {
		text-align: left;
	}
	
	
	#ai-estimator .estimator-step {
		padding: 15px;
	}
	#ai-estimator .estimator-step .estimator-image {
		float: left;
		width: 100px;
		margin-right: 15px;
		margin-bottom: 0px;
	}
	#industry-listings.listings .listing {
		flex: 0 0 calc(35% - 0px);
	}
	#industry-listings.listings .listing .listing-image {
		max-width: 200px;
	}
}


@media only screen and (min-width: 1140px) {
	.section { min-height: unset; }
	h1.big-heading {
		font-size: 53px;
	}
    .fullmedia-section div.fullimage.fade-mobile img {
        opacity: 1;
    }
	.media-col-50.fl, .media-col-50.fr {
		max-width: 500px;
		width: 55%;
	}
	#industry-listings.listings .listing {
		flex: 0 0 calc(22% - 0px);
	}
}