.footer1 {
	background-image:url(../images/footer-1.jpg);
	background-repeat:repeat;
	padding-left:0;
	padding-right:0;
}
footer {
	background-image:url(../images/footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	min-height: 450px;
	padding:0;
	padding-bottom:80px;
}
.footerleft {
	margin-top: 50px;
	padding: 0 36px;
}
.logofooter {
	margin-bottom: 10px;
	font-size:1.5em;
	color: #849CBD;
	font-weight: 700;
}
.logofooter strong{
	background-color:#0151A1;
	color:#fff;
	padding:0 5px;
}
.footerleft p {
	color: #849CBD;
	font-size: 0.8em !important;
	margin-bottom: 15px;
}
.footerleft p i {
	width: 20px;
	color: #999;
}
.paddingtop-bottom {
	margin-top: 50px;
}
.footer-ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 2px;
}
.footer-ul li {
	line-height: 29px;
	font-size: 0.8em;
}
.footer-ul li a {
	color: #849CBD;
	transition: color 0.2s linear 0s, background 0.2s linear 0s;
}
.footer-ul i {
	margin-right: 10px;
}
.footer-ul li a:hover {
	transition: color 0.2s linear 0s, background 0.2s linear 0s;
	color: #0151A1;
}
.social:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.icon-ul {
	list-style-type: none !important;
	margin: 0px;
	padding: 0px;
}
.icon-ul li {
	line-height: 75px;
	width: 100%;
	float: left;
}
.icon {
	float: left;
	margin-right: 5px;
}
.copyright {
	min-height: 40px;
}
.copyright p {
	color: #666;
	padding: 25px 0;
	margin-bottom: 0px;
	font-size:0.8em;
}
.heading7 {
	font-size:1.5em;
	font-weight: 700;
	color: #849cbd;
	margin-bottom: 22px;
}
.post p {
	font-size:0.8em;
	color: #849CBD;
	line-height: 20px;
	padding-bottom:10px;
	border-bottom:1px dotted #05326B;
}
.post p span {
	display: block;
	color: #fff;
}
.bottom_ul {
	list-style-type: none;
	float: right;
	margin-bottom: 0px;
}
.bottom_ul li {
	float: left;
	line-height: 40px;
}
.bottom_ul li:after {
	content: "/";
	color: #FFF;
	margin-right: 8px;
	margin-left: 8px;
}
.bottom_ul li a {
	color: #FFF;
	font-size: 2em;
}
blockquote{
	border-color:#0151A1;
	font-size:2em;
	padding:5px 20px;
}
blockquote a:hover{
	color:#fff!important;
	transition-duration: 1s;
}
