.logotop img {

}

.img-responsive {
	width:100%;
}

.follow {
	text-align:right !important;
	float:right !important;
}

@media only screen and (max-width: 480px){
	.logotop img {
		width:85% !important;
	}
	.logo-top-bar {
	    margin-left: -180px;
	}

	.img-responsive {
		width:100%;
	}
		
	.follow {
		text-align:left;
		float:left;
	}

}