/* Table of Content
==================================================
    #Imports
	#Site Styles
	#Page Styles
	#Media Queries */

/* #Imports
================================================== */
/* @import url(""); */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */
/* iPad Landscape */
@media only screen and (max-width: 1199px) {}

/* only iPad Landscape */
@media only screen and (min-width: 959px) and (max-width: 1199px) {}

/* iPad Portrait */
@media only screen and (max-width: 959px) {}

/* only iPad Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {}

/* bigger than iPhone Landscape */
@media only screen and (min-width: 768px) {}

/* iPhone Landscape */
@media only screen and (max-width: 767px) {}

/* only iPhone Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* iPhone Portrait */
@media only screen and (max-width: 479px) {}

