/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/*
@media only screen and (max-width: 900px) and (min-width: 601px) {
#wrap {
	margin: 0 5%;
	width: 90%;
}
}
*/


/*iPhone 5 in portrait & landscape*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {

#wrap {
margin: 0 40px;
/* width: 672px; */
}

#topmenu {
margin-top: 140px;
font-size: 30px;
width: 90%;
}

.logo {
  width: 292px;
  height: 340px;
  float: left;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  overflow: hidden;
  position: absolute;
  font-size: 18pt;
  line-height: 18pt; 
  color: #222;
}
.logo:nth-child(4n+4) {
	margin-right: 0;
}

.logo * {
  position: absolute;
  margin: 0;
  margin-top:0px;
}
.logo a { height: 292px !important; }
.logo .linkFader, .logo span { background-size: 100%; }
}