/* CSS Document */

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

}

/*Styles for screen 800px and lower*/
@media screen and (max-width: 800px) {
/* header */



/* banner */
#banner {}

/* content top */
#content-top {}

/* content */
#content { }

/* sidebar */
aside { }

/* content bottom */
#content-bottom {}

/* main bottom */
#main-bottom {}

/* footer */
footer {}
}

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

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {

}

/*Smartphone*/
@media only screen and (max-width : 320px) {

}


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


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

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

}

/*Styles for screen 600px and lower*/
@media screen and (width: 600px) {

}

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

}





/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {

}

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

}

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

}


/*Smartphone*/
@media only screen and (max-width : 320px) {

}








