
/*----------------Boxed Stylesheet-------------------------*/
/*---------------------------------------------------------*/


.outside {
	width:1170px;
	margin:0 auto;
}
@media screen and (min-width:768px) and (max-width:1119px) {

.outside {
	width:768px;
}

}

@media screen and (min-width: 480px) and (max-width:767px){

.outside {
	width:480px;
}

}

@media screen and (min-width: 1px) and (max-width:479px){

.outside {
	width:320px;
}

}