/* ===========================
 --- bottom-content
 ============================ */

.bottom-content {
	padding: 50px 0;
	color: #333;
	font-weight: 300;
	border: none;
	background: url('../img/back-img1.png') center center, #ECECEC;
	overflow: hidden;
	margin-bottom: -1px;
}
.bottom-content p {
	font-size: 16px;
	line-height: 30px;
}
.bottom-content h2 {
	font-size: 36px;
	margin-bottom:15px;
	font-weight: 300;
}
.bottom-content .purchase {
	margin-top: 15px;
	border: none;
	text-transform: uppercase;
	padding: 10px 18px;
}

/* ===========================
 --- Footer
 ============================ */

footer {
	background-color: #474544;
	margin-top: 1px;
}
.top-footer {
	padding: 19px 0;
	border-bottom: 1px solid #293136;
}
.footer-content {
	border-top: 1px solid #3a464d;
	padding: 70px 8px 60px 0px;
}
.footer-content a.footer-logo {
	color: #FF5454;
	font-size: 25px;
	text-decoration: none;
	font-weight: 300;
	line-height: 52px;
}
.footer-content a.footer-logo strong {
	color: #d5e9f8;
}
.footer-content a.footer-logo img {
	padding-right: 12px;
}
.footer-content p {
	color: #c2c2c2;
	font-size: 13px;
	line-height: 20px;
	margin: 11px 0 10px 3px;
}
.footer-content a.learn-more {
	color: #FF5454;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: underline;
	margin-left: 3px;
}
.footer-content h3 {
	font-size: 14px;
	color: #B9B9B9;
	line-height: 46px;
	font-weight: 700;
	padding-left: 2px;
	margin-bottom: 12px;
}
.footer-content .recent-post {
	margin: 0 2px 20px 2px;
	cursor: pointer;
	position: relative;
	min-height: 54px;
}
.recent-post .footer-thumb-img {
	width: 54px;
	height: 54px;
	background-color: #ddd;
	position: absolute;
	top: 0;
	left: 0
}
.recent-post .footer-thumb-img span.footer-overlay-img {
	background: no-repeat;
	display: block;
	width: 54px;
	height: 54px;
	opacity: 0;
}
.recent-post p {
	margin: 0;
	line-height: 18px;
	padding-left: 65px;
}
.recent-post p span.date {
	color: #FF5454;
	font-size: 12px;
	display: block;
}
.recent-post:hover .footer-thumb-img span.footer-overlay-img {
	opacity: 1;
}
.recent-post:hover p {
	color: #feffff;
}
.footer-tags ul {
	padding: 0;
	list-style: none;
}
.footer-tags ul li {
	display: inline-block;
	background-color: #A32323;
	margin-bottom: 4px;
	margin-left: 2px;
}
.footer-tags ul li a {
	color: #E9E3DA;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 12px 6px 13px;
	display: block;
}
.flicker-widget a {
	width: 80px;
	height: 80px;
	background-color: #DDD;
	display: inline-block;
	margin-right: 2px;
}
.bottom-footer {
	background-color: #292827;
	padding: 0;
}
.bottom-footer p {
	color: #C0C0C0;
	font-size: 13px;
	padding: 10px 0;
}
.footer-nav {
	padding: 10px 0;
}
.bottom-footer ul {
	list-style: none;
}
.bottom-footer ul li {
	display: inline-block;
	margin-left: 3px;
}
.bottom-footer ul li a {
	font-size: 13px;
	color: #C0C0C0;
	text-decoration: none;
	padding-left: 30px;
}
.bottom-footer ul li:first-child a {
	padding-left: 0;
}
.bottom-footer ul li.active a {
	color: #C0C0C0;
	font-weight:bold;
}
.footer-content a.footer-logo img {
	display: inline-block;
}