.cbp-af-header {
	 position:relative;
     background: rgba(9, 8, 9, 0);
     width:100%;   
     z-index:99999;
     height: auto;
	}

.cbp-af-header .cbp-af-inner {
	margin: 0 auto;
	height: auto;
}




nav .navbar-brand img {

	        width: 150px;
    position: absolute;
    margin-top: -9px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 5px #dcdce359;
    border-radius: 3px;

	}


 
/* Example Media Queries */
@media screen and (max-width: 55em) {
	
	.cbp-af-header .cbp-af-inner {
		width: 100%;
	}

	.cbp-af-header h1,
	.cbp-af-header nav {
		display: block;
		margin: 0 auto;
		text-align: center;
		float: none;
		
	}

	.cbp-af-header h1,
	.cbp-af-header nav a {
		line-height: 115px;
	}

	.cbp-af-header nav a {
		margin: 0 10px;
	}

	.cbp-af-header  h1,
	 .cbp-af-header nav a {
		line-height: 45px;
	}

	
}

@media screen and (max-width: 32.25em) {
	.cbp-af-header nav a {
		font-size: 1em;
	}
}

@media screen and (max-width: 24em) {
	.cbp-af-header nav a {
		line-height: 1;
	}
}
