
/************************************************************************************
1230
*************************************************************************************/
@media screen and (max-width: 1230px) {
	.contentwrap .{ width:980px;}
}

/************************************************************************************
1181
*************************************************************************************/
@media screen and (max-width: 1181px) {
	.contentwrap { width:650px;}
}

/************************************************************************************
1024
*************************************************************************************/
@media screen and (max-width: 1024px) {
    .contentwrap { width:600px;}
}

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

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}
	.contentwrap {
	    /*margin:10% 5% 0px 5%;*/
	    width:90%;
	    min-width:290px;
	    max-width:600px;
    }	
}

/************************************************************************************
smaller than 350
*************************************************************************************/
@media screen and (max-width: 360px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}
	.contentwrap {
	    /*margin:10% 5% 0px 5%;*/
	    width:90%;
	    min-width:290px;
    }
}


