@charset "utf-8";
/* CSS Document */

.service-section {
	min-height:300px;
}

.services-image {
	width:100%;
	max-width:500px;
	margin-top:30px;
	border-radius:5px;
}

.feature-icon {
	width:75px;
}

.feature-list {
	font-size:12px;
}

#standard-units-text {
	color:#395969;
	font-weight:bold;
}

#lighted-units-text {
	color:#6C917A;
	font-weight:bold;
}

#powered-units-text {
	color:#c37f53;
	font-weight:bold;
}

.unit-block {
	display:inline-block;
	height:67px;
	width:85px;
	border-radius:5px;
	color:#ffffff;
	font-weight:bold;
	margin-bottom:20px;
	margin-right:10px;
}

.unit-block p {
    margin-top:10px;
    font-weight:bold;
    color:#ffffff;
}

.green-block {
	background-color:#396959;	
}

.green-block:hover {
	background-color:#8fa29a;
	color:#ffffff;
}

.yellow-block {
    background-color:#6C917A;
}

.yellow-block:hover {
    opacity:.9;
}

.orange-block {
	background-color:#c37f53;
}

.orange-block:hover {
    opacity:.9;
}

.popover {
	background-color:#ffffff;
}

.popover-image {
	height:75px;
	margin-bottom:50px;
	margin-top:10px;
	max-width:100%;
	
}

.popover-p {
	color:#3c3c3c;
	font-size:16px;
	font-weight:bold;
	
}

																	@media (max-width: 991px) {

.features-row {
	display:none;
}



																	}





																	@media (max-width: 767px) {

.services-image {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:50%;
	max-width:300px;
	display:none;
}


.units-info-row {
	padding-left:15px;
}

.service-section {
	min-height:150px;
}

.popover-image {
	height:75px;
	max-width:100%;
	margin-bottom:50px;
	margin-top:10px;
	
}

																	}