
/* ----------------
  Footer section
---------------------*/

.footerpage{
background: rgb(34, 54, 69);
line-height: 20px;
font-size: 11px;
color: #999;
bottom: 0px;
width: 100%;
position: absolute;
height: 75px;
padding-bottom: 10px;

}

.footer-logo {
	padding-bottom: 60px;
}



.social-links {
text-align: center;
margin-top: 10px;
}
.social-links-warp {
	border-top: 2px solid #3b3535;
	padding: 0px 0;
	height: 100%;
}

.social-links a {
	margin-right: 60px;
	display: inline-block;
}
.copyright {
margin-top: 5px;
}
.copyright p {
 font-size: 12px;
 height: 10px;
    text-align: center;
    color: aliceblue;
}

.social-links a:last-child {
	margin-right: 0;
}

.social-links a i {
	font-size: 30px;
	color: #d7d7d7;
	float: left;
	margin-right: 19px;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.social-links a span {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #9f9fa0;
	padding-top: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.social-links a.instagram:hover i {
	color: #2F5D84;
}

.social-links a.google-plus:hover i {
	color: #E04B37;
}

.social-links a.twitter:hover i {
	color: #5abed6;
}

.social-links a.pinterest:hover i {
	color: #CD212D;
}

.social-links a.facebook:hover i {
	color: #39599F;
}

.social-links a.twitter:hover i {
	color: #5abed6;
}

.social-links a.youtube:hover i {
	color: #D12227;
}

.social-links a.tumblr:hover i {
	color: #37475E;
}

.social-links a:hover span {
	color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.footer-widget ul {
		margin-right: 5px;
	}
	.social-links a {
		margin-right: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.social-links {
		text-align: center;
	}
	.social-links a {
		margin-right: 20px;
	}
	.social-links a span {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
.footer-widget ul {
		margin-right: 25px;
	}
	.social-links {
		text-align: center;
	}
	.social-links a {
		margin-right: 15px;
	}
	.social-links a span {
		display: none;
	}
    .copyright p {
    font-size: 10px;
    }

}

@media only screen and (max-width: 479px) {

	.social-links {
		text-align: center;
	}
	.social-links a i {
		font-size: 20px;
		margin-right: 0;
	}
	.social-links a span {
		display: none;
	}
    .copyright p {
    font-size: 10px;
    }

}