.logo-title img{
	position: inherit;
	max-width:200px;	


}


.logo-title-footer img{
	position: absolute;
	vertical-align:bottom;	
	top: 10px;
}



.header-browser-content p{
	padding-left: 15px;
	padding-right: 15px;
}


@media all and (max-width: 1184px) {
	.logo-title img{
		position: inherit;	
		max-width:150px;
		top: -20px;
		left: 25px;	
	}	
	.logo-image img{
		width:25px;
		height:25px;	
	}	
}


@media all and (max-width: 495px) {
	.logo-title{
		position: inherit;
		top: 1px;
		left: 5px;
		white-space: nowrap;
	}	

	
	.logo-image img{
		width:25px;
		height:25px;	
	}	
}