@charset "UTF-8";

/* CSS Document */
.footer {
	background: url(../images/videos_bg.jpg) no-repeat top center;
}

.footer_box {
	text-align: center;
	padding: 80px 0px;
}

.foot_social .fb_icon_a {
	background: #2d66c5;
}

.tw_icon {
	background: #2ac6f9 !important;
}

.ld_icon {
	background: #0850c8 !important;
}

.ing_icon {
	background: #f92a51 !important;
}

.foot_social a {
	margin: 0px 5px !important;
}

.footer_box > p {
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 45px;
	font-size: 18px;
}

.footer_btn {
	border: 2px solid #fff;
	color: #fff;
	padding: 12px 20px;
	margin: 0px 10px 20px;
}

.footer_ul ul li {
	display: inline-block;
}

.footer_ul {
	text-align: center;
	background: #f1f1f1;
	padding: 20px 0px;
}

.footer_ul ul li a {
	color: #7b7a7a;
	border-right: 1px solid #7b7a7a;
	padding: 0px 16px;
}

.footer_ul ul li:last-child a {
	border: 0px !important;
}
