@media screen and (max-width: 767px) {

html,
body {
min-width: 280px;
}

#logo {
margin: 0 auto;
position: relative;
background-size: 100px;
background-repeat: no-repeat;
background-position: center center;
}

#header {
height: 80px;
background-position: 50% 0;
border-top: 5px solid black;
margin-bottom: 20px;
box-shadow: 0 3px 0 rgba(0,0,0,0.2);
}

#header > .content {
padding: 10px 0;
}

#bottom {
height: auto;
}

#bottom .content img {
height: 60px;
margin: 10px;
}

.wbox,
.w320,
.w660,
.col3,
.leftCol,
#bottom .content,
.content,
#content,
#content .content.small,
#content .content,
#content .subnav-container,
#content .subnav.right,
#content .subnav {
width: auto;
margin: 0;
float: none;
clear: both;
padding: 0;
}

#content .content.small,
#content .content,
#content .subnav.right,
#content .subnav,
.wbox {
padding: 10px;
}

.fbPage,
.fbFollowers,
#slider-nav,
#header .text,
#header-nav,
#navigation {
display: none !important;
}

.responsiveFb iframe,
.responsiveFb {
display: block;
margin: 0 auto;
}

.responsiveFb iframe {
width: 240px;
height: 260px;
}

/*

#footer {
text-align: center;
background: white;
line-height: normal;
padding-top: 25px;
}

#footer ul {
margin-top: 15px;
}

#footer ul,
#footer li {
float: none;
text-align: center;
position: relative;
height: auto;
}

#footer li a {
border: 0;
display: block;
border-bottom: 1px solid #eee;
padding: 15px 0;
}

#footer li a:hover {
background: #eee;
}

*/

.leftCol .storeImages li {
float: none;
}

.leftCol .storeImages li img {
display: block;
margin: 0 auto;
}

#mobile-button-nav,
#mobile-button-phone {
width: 80px;
height: 80px;
position: absolute;
top: 0;
z-index: 99;
background: #501965;
cursor: pointer;
}

#mobile-button-nav:hover,
#mobile-button-phone:hover {
background-color: #b3025d;
}

#mobile-button-nav {
left: 0;
padding-top: 20px;
height: 60px;
}

#mobile-button-nav span {
display: block;
margin: 7px 27px 0;
height: 3px;
background: white;
}

#mobile-button-phone {
right: 0;
background-image: url(img3/ico-phone.png);
background-size: 40px;
background-position: center center;
background-repeat: no-repeat;
}

#mobile-button-phone a {
display: block;
width: 100%;
height: 100%;
}

.storeMap {
width: 100%;
}

}

@media screen and (max-width: 320px) {

#mobile-button-nav,
#mobile-button-phone {
width: 55px;
}

#mobile-button-nav span {
margin: 7px 15px 0;
}

}