
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Playball);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);

body{font-size:14px;font-weight:400;color:#40454d;background:url(../images/bg.jpg) repeat top left; font-family:'Open Sans',sans-serif; background-color:#ededed;}

p {
	text-align:justify;
}

.logo-text {
	color:#8c2a2a;
/*	font-family: 'Oswald', sans-serif; */
	font-family: 'Playball', cursive;
	font-size:50px;
	padding-top:70px;
	padding-left:90px;
	text-align:left;
}

.logo-text-small {
	color:#8c2a2a;
/*	font-family: 'Oswald', sans-serif; */
	font-family: 'Playball', cursive;
	font-size:30px;
	padding-top:10px;
	padding-left:90px;
	text-align:left;
}

.social_links {
	padding-top:60px;
}

.space20 {
	margin-top:20px;
}

.space15 {
	margin-top:15px;
}

.space10 {
	margin-top:10px;
}

.content_block {
	border:1px solid #e0e0e0;
	padding:20px 20px;
}

.articles_border {border-bottom:1px solid #ddd; padding-bottom:15px;}

.heading_home {
	color:#40454d;
	text-transform:uppercase;
	font-size:16px;
	margin:0;
	font-weight:bold;
	padding-bottom:7px;
}

.heading-format {
	margin:0px;
	padding-bottom:9px;
	border-bottom:1px solid #8c2a2a;
}

.main_heading {
	font-size:14px;
	color:#8c2a2a;
	font-weight:bold;
}

.main_heading a{
	font-size:14px;
	color:#8c2a2a;
	font-weight:bold;
}

.main_heading a:hover{
	font-size:14px;
	color:#222222;
	font-weight:bold;
}

.more a{
	color:#8c2a2a;
	text-decoration:none;
	transition:color 0.30s linear;
}

.more a:hover{
	color:#40454d;
	text-decoration:none;
}

.posted{
	font-size:13px;
	color:#b5b5b5;
}

.testimonials ul li{
	margin-top:10px;
	padding:0;
	overflow:visible;
    border-bottom:none;
	padding-bottom:0px;
	list-style:none;
}

.small_orange{
	color:#8c2a2a;
}

.footer_section {
	background:#373c43;
	color:#fff;
	padding:10px 5px;
	margin-right:-20px;
	margin-left:-20px;
}

.footer_left {
	text-align:left;
}

.footer_right {
	text-align:right;
}

.footer_right a{
	color:#e3cb85;
}

.footer_right a:hover{
	color:#fff;
}

.gray_block {
	padding:20px;margin-bottom:30px;color:inherit;background-color:#f5f5f5;
}

@media (max-width:991px) {
.logo-text {
	font-size:46px;
	margin-top:20px;
	text-align:left;
}

.social_links {
	padding-top:40px;
}
}

@media (max-width:767px) {
.logo-text {
	margin-top:10px;
	text-align:center;
}

.social_links {
	padding-top:10px;
}

.footer_left {
	text-align:center;
}

.footer_right {
	text-align:center;
}
}

@media (max-width:490px) {
.logo-text {
	font-size:30px;
	margin-top:10px;
	text-align:center;
}
}

.events_block {
	border-bottom:1px dashed #949494; padding-bottom:20px; margin-top:20px;
}

.events_date {
    padding:0; margin:0; margin-bottom:8px;
}

.events_dt {
    color:#5d5d5d; font-size:12px; font-style:italic; border-bottom:1px dashed #5d5d5d; padding-bottom:0px;
}

.background_banner {
	background:url(../images/banner.jpg) no-repeat top left;
	height:340px;
	width:100%;
}





























