/*******************************************
********************************************
RESPONSIVE STYLES */

@media screen and (max-width:1000px) { /* Target Screen Width */

}

@media screen and (max-width:900px) {

}

@media screen and (max-width:770px) { /* Tablet View */

	/* iOS Clicking Fix */
	body {
		cursor: pointer;
	}
}

@media screen and (max-width:625px) { /* Phone View */

}

@media screen and (max-width:480px) {

}

@media screena dn (max-width:360px) {

}