.myfooter ul {
	list-style: none;
	padding-left: 0;
}

.myfooter ul li {
	margin-left: 0;
}

.myfooter ul li a {
	color: #fff;
}

.myfooter h3 {
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}

footer .container .row small {
	display: none;
}

.pkp_site_name .is_img img {
	max-height: 100% !important;
}

.pkp_site_name {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.pkp_site_name_wrapper {
	padding-left: 0px;
	padding-right: 0px;
}

.pkp_site_name>a {
	padding-top: 0;
	padding-bottom: 0;
}

.pkp_brand_footer {
	display: none;
}

.pkp_site_name .is_img {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.pkp_navigation_user>li>a {
	color: #555;
}

.pkp_navigation_user>li>a:hover {
	color: #444;
}

.profile a {
	background-color: #f08a1e;
	color: #fff !important;
	border-radius: 5px;
}

.profile a:hover {
	background-color: #df7d16;
}

@media (min-width: 992px) {
	.pkp_navigation_user_wrapper {
		top: 50px;
	}
}