/********************
*
* footer section styles
*
********************/
.bottom-cta {
	background-color: #fff;
	padding: 40px 0;
}
.bottom-cta a { color: #fff }
.bottom-cta .text_un p { color:#626262; }
.bottom-cta .text_un a {
	text-decoration: underline;
	color: #121b32;
}
.bottom-cta .btn_green {
	margin-bottom: 18px;
	margin-top: 10px;
}
.bottom-cta h2 {
	font-size: 24px;
	color: #121b32;
	line-height: 1.3;
	margin-top: 12px;
	margin-bottom: 10px;
}
footer h4 {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
footer ul, footer li {
	list-style: none;
	padding-left: 0;
}

.customers footer li { display:block !important; }
.customers footer .list-inline > li { display: inline-block !important; }
footer a, .customers footer a {
	color: rgba(255, 255, 255, 0.6) !important;
	font-size: 14px;
	font-weight: 300;
	padding: 10px 0;
	text-decoration: none;
	text-transform: capitalize
}
footer a:hover, footer a:focus,
.customers footer a:hover, .customers footer a:focus { color:#fff !important; }
footer a .dashicons, footer a:hover .dashicons { color: #fff; }

@media screen and (min-width: 1024px) {
	.bottom-cta {
		background: url(../img/image-2.png) no-repeat right bottom;
	}
	.bottom-cta h2 { font-size: 34px; }
	footer h4 { text-align:left; }
}

@media screen and (min-width: 1281px) {
	.bottom-cta {
		background: url(../img/image-2.png) no-repeat 90% bottom;
	}
}

@media screen and (min-width: 768px) {
	.customers footer li { line-height: normal; }
}
