@charset "utf-8";
/* CSS Document */

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

#tops, .hide, #base {display:none;}

.slicknav_menu {
		display:block;
} 

#footer, #logo {width:100%;}

#logo {width:100%;}

#wrap, #maincontent {
	width: 100%;
}

#maintext {
	width: 90%;
	left: 5%;
	
}

#show {width:100%;}

#maintext {
	width: 90%;
	left: 5%;
	
}
.imagespace {width:100%;}


#folder, #invites  {
	padding-right:5px;
}

#folder, #invites, #photo  {
     width:240px;
}


}

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

#show, #footer {width:100%;}

#tops {
		display:none;
}
.slicknav_menu {
		display:block;
} 
	

#wrap, #maincontent {
	width: 100%;
}

#maintext {
	width: 90%;
	left: 5%;
	
}

.imagespace {width:80%; max-width:220px;}


}

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

.hide {display:none;}

	
}

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

#logo, .hide, #footer, #show {display:none;}

#logom {display:block; margin-bottom:10px;}	

#footerm {display:block; width:100%;}	

#folder, #photo, #invites {display:block;}


#folder, #invites  {
	padding-right:0;
}

table {
	width: 100%;
}
}