.footer-shiz{
	display: block;
	width: 100%;
	background: #000;
	height: auto;
	padding: 10px 0px;
	color: #fff;
	position: relative;
	bottom: -91px;
	font-size:12px;
}
.footer-shiz a{
	font-size:12px;
}
.hr-caption
{
	text-align:center;
	margin-bottom:-10px;
	padding:0px 15px 0px 15px;
}
.hr-background {
	background:#000;
	padding:0px 15px 0px 15px;	
}
.faded {
	margin-top:-10px;
    border:0;
	width:100%;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,254), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,254), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,254), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,254), rgba(0,0,0,0));
}

@media (max-width:767px) {
.first-ul, .second-ul, .third-ul{
	float:left;
	width:50%;
}
.footer-contact-strip{
	position:relative;
	bottom:-12px;
	left: -30px;
}
.footer-social-strip {
	position: relative;
	left: -290px;
	width: 650px;
	bottom: -191px;
}
}
.footer-shiz a{
	color:#fff;
}
.footer-shiz ul li{
	list-style:none;
	list-style-image:none;
	font-weight:normal;
}

@media (max-width:767px) {
.mobile-center{
	text-align:center;
	align-content:center;
}
}

.pinterest:hover, .pinterest, .facebook, .twitter-icon, .youtube, .linkedin, .google-plus, .google-plus:hover, .twitter-icon:hover, .youtube:hover, .facebook:hover, .linkedin:hover{
	background: url('https://www.uat-stroma.com/images/social-media-sprite.png') no-repeat;
	width: 32px;
	height: 32px;
	display:block;
	float:left;
	transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}
.pinterest{
	background-position: -175px -35px;
}
.pinterest:hover{
	background-position: -175px 0;
}
.google-plus{
	background-position: -140px -35px;
}
.google-plus:hover{
	background-position: -140px 0;
}
.twitter-icon{
	background-position: -105px -35px;
}
.twitter-icon:hover{
	background-position: -105px 0;
}
.youtube{
	background-position: -70px -35px;
}
.youtube:hover{
	background-position: -70px 0;
}
.facebook{
	background-position: -35px -35px;
}
.facebook:hover{
	background-position: -35px 0;
}
.linkedin{
	background-position: 0 -35px ;
}
.linkedin:hover{
	background-position: 0 0;
}
.mobile-center{
	text-align:center;
	align-content:center;
}