/* CSS Document */

/* ======================== Home Banners ======================== */

.mobileCaption {
	text-align: center;
	padding: 17px;
	/*padding-bottom: 99999px;
	margin-bottom: -99999px;*/
}

.mobileCaption h2, .mobileCaption h3, .mobileCaption h4 {
	margin: 0 0 4px;
}

.mobileCaption h2 {
	font-size: 32px;
	font-weight: 700;
	color: #ffb81c;
	text-transform: uppercase;
}

.mobileCaption h3 {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.mobileCaption h4 {
	font-size: 17px;
	font-weight: 700;
	color: #fff;
}

.mobileCaption .quickLink p {
	border: 1px solid #ffb81c;
	margin: 10px 0 4px;
}

.mobileCaption .quickLink a {
	color: #fff;
}

.mobileCaption .quickLink a:before {
	margin: 0;
	content: "";
}

@media (min-width:768px) {

}
@media (min-width:992px) {

}
@media (min-width:1200px) {

}
