   
  .site-footer {
	text-align: center;
	background: #4b494f;
	color: #999;
	padding: 50px 0 0;
} 
    
 
@media (max-width:991px) {
.site-footer {
	padding:30px 0 0
}
}
.site-footer a {
	color:#fff
}
.site-footer a:hover, .site-footer a:active {
	color:#999
}
.site-footer ul {
	list-style-type:none;
	padding:0
}
.site-footer ul:before, .site-footer ul:after {
	content:" ";
	display:table
}
.site-footer ul:after {
	clear:both
}
.site-footer ul:before, .site-footer ul:after {
	content:" ";
	display:table
}
.site-footer ul:after {
	clear:both
}
.site-footer li {
	line-height:25px
}
.site-footer .form-control {
	border:none
}
.site-footer .social-links {
	margin:15px 0 0
}
.site-footer .social-links li {
	display:inline-block;
	margin:0 5px 0 0
}
.site-footer .social-links a {
	border:2px solid #eee;
	border-radius:40px;
	display:block;
	width:35px;
	height:35px;
	text-align:center;
	line-height:30px
}
.site-footer .widget {
	margin:0 0 50px
}
@media (max-width:991px) {
.site-footer .widget {
	margin:0 0 30px
}
}
.site-footer .widget p:last-child {
	margin:0
}
.site-footer .widget-title {
	color:#eee;
	margin:0 0 15px
}
@media (max-width:767px) {
.site-footer .widget-title {
	border-top:1px solid rgba(255,255,255,.1);
	padding-top:30px
}
}
.site-footer .widget:first-child .widget-title {
	border-top:none!important;
	padding-top:0!important
}
.site-footer #sidebar-footer-2 {
	border-top:1px solid rgba(255,255,255,.1);
	padding:50px 0 0
}
@media (max-width:991px) {
.site-footer #sidebar-footer-2 {
	padding:30px 0 0
}
}
.site-footer #sidebar-footer-2 .widget:first-child:before {
	content:"";
	display:block;
	height:100%;
	width:1px;
	background:rgba(255,255,255,.1);
	position:absolute;
	right:0
}
.site-footer #sidebar-footer-2 .tweet {
	background:rgba(0,0,0,.1);
	border:1px solid rgba(255,255,255,.1);
	max-width:320px;
	margin:0 auto;
	padding:20px;
	min-height:100px
}
.site-footer .widget_flickr a {
	margin:0 5px
}
.site-footer .widget_flickr img {
	width:100px
}
.site-footer .copyright {
	border-top:5px solid rgba(255,255,255,.1);
	font-size:12px;
	padding:20px 0 10px
}