@media only screen
and (min-width: 961px)
{
}

@media only screen
and (max-width: 960px)
{
}

@media only screen
and (min-width: 769px)
and (max-width: 960px)
{
}

@media only screen
and (max-width: 768px)
{
}

/* Mobile Landscape Width to Tablet Portrait Width */
@media only screen
and (min-width: 481px)
and (max-width: 768px)
{
}

@media only screen 
and (max-width : 480px)
{
	#logo{
		left: 50%;
		margin-left: -75px;
	}
	#slidrCieNme{
		left: 50%;
		margin-left: -140px;
	}
	
	/* Slider Pagination */
	#cover #sliderPagination{
		right: 20px;
	}
}

@media only screen 
and (max-width : 320px)
{
}