﻿/*Template default*/
.pkp_structure_footer_wrapper {
	color: #ffffff;
    background: #303434;
}
.pkp_brand_footer {
    display: none;
}

/*Template bootstarp*/
.container-fluid {
    width: 80%;
}
.navbar-brand-logo img {
    max-height: none;
    width: 70px;
    margin-top: -65px;
	margin-right: 60px;
}

.btn-primary {
    color: #dc221c;
    background-color: #ffff;
	}

.footer .col-md-2{
	display:none
	}