/*Footer-v2
------------------------------------*/
.footer-v2 .footer {
	padding: 40px 0;
	background: #f7f7f7;
	border-top: 3px solid #eee;
}

.footer-v2 .footer p {
	color: #555;
}

.footer-v2 .headline h2 {
	color: #585f69;
}

/*Footer Subsribe*/
.footer-v2 .footer-subsribe {
	width: 100%;
}

/*Link List*/
.footer-v2 .link-list li {
	border-top: solid 1px #eee;
}

.footer-v2 .link-list a {
	color: #555;
}

.footer-v2 address {
	color: #555;
	line-height: 23px;
}

.footer-v2 address i {
	min-width: 20px;
	margin-right: 5px;
	text-align: center;
}

/*Copyright*/
.footer-v2 .copyright {
	border-top: none;
	background: #eee;
	padding: 20px 0 15px;
}

.footer-v2 .copyright p {
	color: #555;
	margin-bottom: 0;
}
/*Thumb News*/
.footer-v2 .footer .thumb-news > li {
	margin-bottom: 20px;
}

.footer-v2 .footer .thumb-news > li:before,
.footer-v2 .footer .thumb-news > li:after {
  	content: " ";
	display: table;
}

.footer-v2 .footer .thumb-news > li:after {
	clear: both;
}

.footer-v2 .footer .thumb-news > li img {
	float: left;
	width: 80px;
	height: auto;
	margin-right: 10px;
}

.footer-v2 .footer .thumb-news > li a {
	display: block;
	padding-bottom: 2px;
}

.footer-v2 .footer .thumb-news > li a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
