/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
*/


.wrap{
	width:960px;
	display:block;
	margin:0 auto;
}
.img{
	max-width:100%;
	height:auto;
}
.selectnav{
	display:none;
}





/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {

	
	



.wrap{
	width:960px;	
}
.img{
	max-width:100%;
	height:auto;
}
.selectnav{
    display: block;
    height: 2.75em;
    width: 100%;
}
#nav1{
	display:none;
}		
#mainmenu{
	display:none;
}
#footer_menu{
	width:50%;
}
#footer_menu p{
	width:94%;
	
}

.undrmnu_srch{
	display:none;	
	
}
		
}







/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {
	

	
	.wrap{
	width:98%;	
}
.img{
	max-width:100%;
	height:auto;
}
.selectnav{
    display: block;
    height: 2.75em;
    width: 100%;
}

#slider{
	display:none;
}

#nav1{
	display:none;
}	
#mainmenu{
	display:none;
}
#footer_menu{
	width:50%;
}	

#footer_menu p{
	width:94%;
	text-align:center;
}		
	
.undrmnu_srch{
	display:none;	
	
}
	
	
	
	
}



/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 280px) and (max-width: 767px) {
	

	.wrap{
	width:98%;
	
}
.img{ 
	width:100%;
}
	
.selectnav{
    display: block;
    height: 2.75em;
    width: 100%;
}
#slider{
	display:none;
}
#nav1{
	display:none;
}	
#mainmenu{
	display:none;
}

#footer_menu{
	width:100%;
}
		
#footer_menu p{
	width:94%;

}	
	
.undrmnu_srch{
	display:none;	
	
}
	
	
	
	
	
	
	
}


/*	Retina media query.
	Overrides styles for devices with a 
	device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */

@media 
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-device-pixel-ratio: 2) {
	

	
		.wrap{
	width:98%;	
}
.img{
	max-width:100%;
	height:auto;
}
	
.selectnav{
    display: block;
    height: 2.75em;
    width: 100%;
}

#slider{
	display:none;
}


#nav1{
	display:none;
}	
#mainmenu{
	display:none;
}
#footer_menu{
	width:100%;
}		
#footer_menu p{
	width:94%;
	text-align:center;
}	





	
	@media 
	only screen and (-webkit-min-device-pixel-ratio: 3),
	only screen and (min-device-pixel-ratio: 3) {
	

	
		.wrap{
	width:98%;	
}
.img{
	max-width:100%;
	height:auto;
}
	
.selectnav{
    display: block;
    height: 2.75em;
    width: 100%;
}

#slider{
	display:none;
}

#nav1{
	display:none;
}	
#mainmenu{
	display:none;
}
#footer_menu{
	width:100%;
}		
#footer_menu p{
	width:94%;
	text-align:center;
}	
	
	
	
	
	
	
}