
.sm_icon {
	background: url("../images/sprite.png");
	width: 12px;
	height: 12px;
	display: block;
	text-indent: -9999px;
}
.sm_facebook {
	background-position: -1px -42px;
}
a.sm_facebook:hover,
.sm_facebook_on {
	background-position: -1px -29px;
}
	
.sm_twitter {
	background-position: -14px -42px;
}
a.sm_twitter:hover,
.sm_twitter_on {
	background-position: -14px -29px;
}
	
.sm_linkedin {
	background-position: -27px -42px;
}
a.sm_linkedin:hover,
.sm_linkedin_on {
	background-position: -27px -29px;
}
	
.sm_rss {
	background-position: -40px -42px;
}
a.sm_rss:hover,
.sm_rss_on {
	background-position: -40px -29px;
}
	
.flex-direction-nav .flex-next {background-position: 100% 0; right: 10px !important; }
.flex-direction-nav .flex-prev {left: 10px !important;}

.footer_contact a { color: #ffffff; font-weight: bold; }

.post-title {
	font-size: 14px;
	font-weight: bold;
	color: #000000 !important;
}
.post-title:hover {
	color: #FBB03B !important;
	text-decoration: none;
}
.post-more {
	display: block;
	color: #FBB03B !important;
	font-size: 11px;
}

.next_arrow {
	display: inline-block;
	width: 28px;
	height: 27px;
	background: url("../images/sprite.png") no-repeat -110px -16px;
	text-indent: -9999px;
}
.prev_arrow {
	display: inline-block;
	width: 28px;
	height: 27px;
	background: url("../images/sprite.png") no-repeat -80px -16px;
	text-indent: -9999px;
}