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

	#header-wrapper #header-inner,#section-title,#content-wrapper section,#content-wrapper section.pages,#footer-wrapper #footer-top, #footer-wrapper #footer-bottom footer{max-width:640px;}
	#header-wrapper #header-inner header #logo { width:640px; }
	#header-wrapper #header-inner {height:auto;overflow:hidden;}
	
	section #grid{width:646px!important;}
	#content-wrapper section #grid .thumb-type-1{width:209px !important;height:143px !important;}
	#content-wrapper section #grid .thumb-type-2{width:209px !important;height:292px !important;}
	#content-wrapper section #grid .thumb-type-3{width:424px !important;height:292px !important;}
	#content-wrapper section #grid .thumb-type-4{width:424px !important;height:143px !important;}
	#content-wrapper section #grid .thumb-type-5{max-width:100%;}
	


}


/*Mobile Layout: Landscape Container width:480px

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

	#header-wrapper #header-inner,#section-title,#content-wrapper section,#content-wrapper section.pages,#footer-wrapper #footer-top, #footer-wrapper #footer-bottom footer{max-width:420px;}
	#header-wrapper #header-inner header #logo { width:420px; }
	
	section #grid{width:426px!important;}
	#content-wrapper section #grid .thumb-type-1{width:207px !important;height:142px !important;}
	#content-wrapper section #grid .thumb-type-2{width:207px !important;height:290px !important;}
	#content-wrapper section #grid .thumb-type-3{width:420px !important;height:290px !important;}
	#content-wrapper section #grid .thumb-type-4{width:420px !important;height:142px !important;}
	#content-wrapper section #grid .thumb-type-5{max-width:100%;}
	

}

/*Mobile Layout: Portrait Container width:320px

-----------------------------------------------*/

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


	#header-wrapper #header-inner,#section-title,#content-wrapper section,#content-wrapper section.pages,#footer-wrapper #footer-top, #footer-wrapper #footer-bottom footer{max-width:290px;}
	#header-wrapper #header-inner header #logo { width:290px; }
	
	section #grid{width:290px!important; margin-left:0 !important;}
	#content-wrapper section #grid .thumb-type-1{width:290px !important;height:199px !important;}
	#content-wrapper section #grid .thumb-type-2{width:290px !important;height:406px !important;}
	#content-wrapper section #grid .thumb-type-3{width:290px !important;height:200px !important;}
	#content-wrapper section #grid .thumb-type-4{width:290px !important;height:98px !important;}
	#content-wrapper section #grid .thumb-type-5{max-width:100%;}
	#content-wrapper section #grid .thumb-type-1,#content-wrapper section #grid .thumb-type-2,#content-wrapper section #grid .thumb-type-3,#content-wrapper section #grid .thumb-type-4,#content-wrapper section #grid .thumb-type-4{margin: 0 0 6px 0;}
	

}