/*
Implementations Skeletor v3 - 5/10/2014

oustyles.css

Add styles to overwrite customer CSS, USE WITH CAUTION.

Contributors: Jeremy Harris
Last Updated: 05/30/18
*/

/* h4{
	    color: #05446b !important;
} */

/* html.sticky-header-active body.home #header .header-body {
	border-bottom-color: transparent;	
} */

section.stats .counter span:first-child {
    min-height: 80px;
}

#main_content {
	min-height: 500px;
}

#main_content > .container { margin-bottom: 20px; }

div.news-image img {
    max-width: 230px;
}

.interior span.btn.btn-primary.custom-btn-style-1.text-uppercase.mt-sm > a, .interior a.btn.btn-primary.custom-btn-style-1.text-uppercase.mt-sm {
	text-decoration: none !important;
	color: #fff !important;
}

span.btn.btn-primary.custom-btn-style-1.text-uppercase.mt-sm:hover > a,
a.btn.btn-primary.custom-btn-style-1.text-uppercase.mt-sm:hover {
	color: #333;
}

.info section .btn-primary {
    color: #333 !important;
}

.info section .btn-primary:hover {
    color: #fff !important;
}

.news-body ul.pagination > li:first-child > a:before,
.news-body ul.pagination > li:last-child > a:before {
    content: none;
}

#main_content ul.pagination > li > a {
    text-decoration: none;
}

#main_content ul.pagination > li.active > a {
    color: #fff;
}

.datetime {
	margin-top: -10px;
}

