ul{
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
/*
************************************
Footer About Us Style
************************************
*/
.footer-logo img {
	display: inline;
	padding-bottom: 15px;
}
.social-footer {
	display: block;
	margin-top: 10px;
}
.social-footer ul {
	float: left;
}
.social-footer ul li {
	margin-right: 5px;
	float: left;
	margin-bottom: 4px;
	list-style: none;
}
.social-footer ul li a span {
	font-size: 14px;
	text-align: center;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 4px;
	color: #fff;
}
.social-footer ul li a span:hover{
	opacity: 0.9;
	border-radius: 2px;
}
.social-footer ul li a span.fa-facebook {
	background: #315A94;
}
.social-footer ul li a span.fa-twitter{
	background: #1EA1F3;
}
.social-footer ul li a span.fa-linkedin{
	background: #006599;
}
.social-footer ul li a span.fa-google-plus{
	background: #E33729;
}
.social-footer ul li a span.fa-instagram{
	background: #FD9F13;
}
.social-footer ul li a span.fa-pinterest{
	background: #DB1000;
}
.social-footer ul li a span.fa-youtube{
	background: #CD201F;
}
/*
************************************
Footer Contact Style
************************************
*/

.footer-content .email .fa-envelope:before {
	font-size: 13px;
	color: #666;
	height: 35px;
	width: 35px;
	line-height: 32px;
	display: inline-block;
	font-style: normal;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 8px;
	border-radius: 30px;
	border: 1px solid #eaeaea;
	border-radius: 25px;
	background: #fafafa;
}
.footer-content .footer-content .address {
	line-height: 1.5em;
}
.footer-content .address i {
	float: left;
}
.footer-content .address .fa-map-marker:before {
	font-size: 15px;
	color: #666;
	height: 35px;
	width: 35px;
	line-height: 32px;
	display: inline-block;
	font-style: normal;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 8px;
	border-radius: 30px;
	border: 1px solid #eaeaea;
	background: #fafafa;
}
.footer-content .phone .fa-phone:before, .footer-content .phone .fa-fax:before {
	border: 1px solid #eaeaea;
	border-radius: 25px;
	color: #666;
	display: inline-block;
	font-size: 15px;
	font-style: normal;
	height: 35px;
	line-height: 34px;
	margin-right: 5px;
	margin-bottom: 8px;
	text-align: center;
	width: 35px;
	background: #fafafa;
}
.footer-content p {
	display: inline-block;
	padding-left: 5px;
	width: 80%;
}
/*
************************************
Footer Post Style
************************************
*/
.list-unstyled.footer-post {
    margin-top: -14px;
}
.footer-post .date {
	border: 2px solid #ddd;
	border-radius: 100%;
	display: block;
	float: left;
	font-size: 18px;
	height: 45px;
	line-height: 11px;
	margin-right: 15px;
	padding: 9px;
	text-align: center;
	width: 45px;
}
.footer_item li a:hover .date,.footer_item li a:focus .date{ border:2px solid #aaa; }
.footer_item li a:hover,.footer_item li a:focus{
    color: #aaa;
}
.footer-post .date small {
    font-size: 12px;
}
.list-unstyled.footer-post > li {
	padding: 2px 0;
	overflow: hidden;
}
.list-unstyled.footer-post > li a{
	font-size: 13px;
}
/*
************************************
Opening Hour Style
************************************
*/
.opening-hour li {
	font-size: 15px;
	text-align: right;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	margin-bottom: 0;
	padding: 5px 0;
	display: block;
	overflow: hidden;
}
.opening-hour li span {
	float: left;
}
.opening-hour li:last-child{
	border-bottom: 0px solid;
}
.opening-hour li.active {
	color: #72BF44;
}
/*
************************************
Latest Post with thumbnail Style
************************************
*/
.footer-latest-post li {
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
}
.featuredthumb {
	width: 20%;
	float: left;
	margin-right: 7px;
}
.featuredthumb img {
	width: 100%;
	height: 45px;
	border-radius: 2px;
}
.footer-post-title {
	display: inline-block;
	width: 77%;
}
.footer-post-title p {
	margin: 0;
	line-height: 15px;
	font-size: 13px;
}
.footer-post-title span {
	font-size: 12px;
	color: #1E96E1;
}