.top-0{
	margin-top: 0;
}
.top-30{
	margin-top: 30px;
}
.top-50{
	margin-top: 50px;
}
.bottom-10{
	margin-bottom: 10px;
}
.bottom-20{
	margin-bottom: 20px;
}
.bottom-50{
	margin-bottom: 50px;
}

.meta-p{
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #333;
}
	
@media (max-width: 480px){
	.navigation{
		background: #333;
	}
	.navigation > .navbar-nav > li > a {
		font-size: 18px;
	}
	.nav-social {
		text-align: center;
	}
	.price-row{
		margin: 0;
	}
}