@media (min-width: 769) {
	
	#logo-group {
		height: 155px !important; 
	}
	
}

@media (min-width: 881px){
	#logo img {
	    width: 195px;
	}
}

@media (max-width: 1024px) and (min-width: 881px) {
	#logo_tablet img {
		width: 330px;
	}
	.project-context {
		padding-left: 70px;
	}
}

@media (max-width: 880px) and (min-width: 768px) {
	#logo_tablet img {
		width: 330px;
	}
	.project-context {
		padding-left: 70px;
	}
}

@media (max-width: 767px) and (min-width: 321px) {
	#logo_tablet img {
		width: 330px;
	}
}

#logo_tablet img {
	width: 280px;
	padding-top: 4px;
}

.btn-blacklisted {
	background-color: #111;
    border-color: #000;
}

@media (min-width: 1025px) {
	#left-panel {
		padding-top: 170px !important;
	}
	#logo-group {
		height: 155px !important;
	}
}

.text-white {
	color: #fff;
}

#map {
    width: 100%;
    height: 400px;
    background-color: grey;
  }
  
.fixed-navigation nav>ul {
    width: 100% !important;
}

html {
	background: none !important;
}

.fixed-navigation nav {
	overflow-y: hidden;
}
.fixed-navigation nav>ul {
	overflow-y: hidden;
}
.menu-item-parent {
	font-size: 15px;
}