.add{
	padding-left:300px !important;
	width: 500px;
}

@media screen and (max-width: 770px) {
	#content{
		width:100%;
	}	

	.random{
		display: none;
	}
	.newsbadge{
		top:720px;
	}
	#news{
		top:760px;
		z-index: 10;
	}
	.add{
		padding-left: 20px !important;
		width: 90%;
	}
}
	


@media screen and (max-width: 480px) {
	#content{
		width:90%;
		padding-left: 20px;

	}
	#biglogo{
		display: none;
	}
	#logo{
		top:120px;
	}
	#text{
		top:190px;
	}
	.newsbadge{
		top:590px;
		display: none;
	}
	#address{
		
		padding-left: 10px;
	}
	#address > .ribbon{
		display: none;
	}
	#nav{
		font-size: 12px;
		border-right:none;
	}
	#top{
		width: 90%;
		margin-bottom: 50px;
	}


	.add{
		width:90% !important;
		padding-left: 10px !important;
	}
}


@media only screen and (min-width : 650px) and (max-width : 850px) {
	#content{
		width:600px;
		padding-left: 20px;

	}

	#biglogo{
		display: none;
	}


	#logo{
		top:120px;
	}

	#text{
		top:190px;
	}

	#nav{
		border-right:none;
		font-size: 12px;
	}
	#news{
		display: none;
	}
	.newsbadge{
		display: none;
	}
	#top{
		width: 600px;
		padding-left: 20px;
	}

	.add{
		padding-left:20px !important;
		width:600px;
	}
}


@media screen and (min-width : 481px) and (max-width: 649px) {
	#content{
		width:90%;
		padding-left: 20px;

	}
	#biglogo{
		display: none;
	}
	#logo{
		top:120px;
	}

	#text{
		top:190px;
	}

	#nav{
		border-right:none;
		font-size: 12px;
	}
	#news{
		display: none;
	}
	.newsbadge{
		display: none;
	}

	#address{
		
		padding-left: 10px;
	}
	#address > .ribbon{
		display: none;
	}
	#top{
		width: 90%;
		padding-left: 20px;
	}

	.badge{
		padding-left: 20px;
	}


	.add{
		padding-left:20px !important;
		
	}


}


@media screen and (max-height: 950px) {
	#text{
		height: 140%;
	}

}


@media screen and (max-height: 850px) {
	#text{
		height: 160%;
	}

}


@media screen and (max-height: 750px) {
	#text{
		height: 180%;
	}

}



@media screen and (max-height: 650px) {
	#text{
		height: 200%;
	}

}



@media screen and (max-height: 550px) {
	#text{
		height: 300%;
	}

}