.k-footer {
	padding-top: 70px;
	background-color: #1C2433;
}

.k-footer h4 {
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 3px;
    font-family: 'Ubuntu', sans-serif;
}
.k-footer p {
	color: #9da1a6;
}

.k-footer .footer-bot {
	border-top: 1px solid rgba(255,255,255,.1);
	margin-top: 70px;
}
.k-footer .footer-bot .copy {
	color: gray;
	font-size: 13px;
	margin-bottom: 0px;
	vertical-align: middle;
	padding: 30px 0;

}

.k-footer .footer-bot .go-to-top {
	color: 	#9da1a6;
	font-size: 30px;
	padding-top: 13px;
}



.k-footer .nav-social a {
	font-size: 28px;
	color: #b59a5a;
	margin-left: 4px;
		-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.k-footer .nav-social a:hover {
	color: #fff;
}
.k-footer .nav-social {
	padding-top: 4px;
	float: right;
}

.k-footer .nav-social-two {
	margin-top: -8px;
}
.k-footer .nav-social-two a {
	font-size: 40px;
	padding-right: 15px;
}

.k-footer .footer-nav li a {
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
}

.k-footer .footer-nav {
	  list-style-type: none;
      padding: 0;
}

@media screen and (max-width: 540px) { /*and (min-width: 520px)*/

.k-footer .nav-social {
	padding-top: 13px;
	float: right;
}

}