/**
 * responsive.css
 * @since PalThemes 1.0.0
 *
 * Responsive style
 *
 */

@media only screen and (max-width: 1024px) {
	.container {
		width: 100%;
	}
}

@media only screen and (min-width: 942px) and (max-width: 1170px) {
	
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
	
}

@media only screen and (max-width: 767px) {
	
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
	
}

@media only screen and (max-width: 479px) {
	
}