@import url(/library/default.css);
#mainmaphead {
  margin: 0 0 0 0;
  background-color: #000000;
  color: #ffffff;
  padding: 10px 0 8px 10px;
  width: 950px;
  font-weight: bold;
}

@media screen and (min-width: 1025px) {
  #mainmaphead {
    /*for PCs*/
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  #mainmaphead {
    /*for mobiles*/
    font-size: 32px;
    line-height: 1;
  }
}

#mapzone {
  padding-top: 10px;
  position: relative;
}

#introtext {
  float: left;
}

@media screen and (min-width: 1025px) {
  #introtext {
    /*for PCs*/
    position: absolute;
    width: 67%;
    font-size: 120%;
  }
}

@media screen and (max-width: 1024px) {
  #introtext {
    /*for mobiles*/
    font-size: 200%;
    line-height: 100%;
    height: 500%;
  }
  #introtext li {
    font-size: 2em;
  }
}

.chizu {
  max-width: 100%;
}

@media screen and (min-width: 1025px) {
  .chizu {
    /*for PCs*/
    float: right;
  }
}

@media screen and (max-width: 1024px) {
  .chizu {
    /*for mobiles*/
    padding-top: 0px;
  }
}

@media screen and (min-width: 1025px) {
  .pcchizu {
    /*for PCs*/
    display: inherit;
  }
}

@media screen and (max-width: 1024px) {
  .pcchizu {
    /*for mobiles*/
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .mobchizu {
    /*for PCs*/
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .mobchizu {
    /*for mobiles*/
    display: inherit;
  }
}

/*index end*/
/*indiv storetop*/
#storename {
  margin: 0 0 0 0;
  background-color: #FF0000;
  color: #ffffff;
  padding: 10px 0 8px 10px;
  width: 950px;
  font-weight: bold;
}

@media screen and (min-width: 1025px) {
  #storename {
    /*for PCs*/
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  #storename {
    /*for mobiles*/
    font-size: 32px;
    line-height: 1;
  }
}

#backlink {
  float: right;
  padding-right: 10px;
}

#backlink a {
  text-decoration: underline;
  color: white;
}

#backlink a:visited {
  color: white;
}

@media screen and (min-width: 1025px) {
  #backlink a:hover {
    /*for PCs*/
    color: yellow;
  }
}

#storebuttons {
  width: 960px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 1025px) {
  #storebuttons li {
    /*for PCs*/
    float: left;
    list-style: none;
    list-style-position: inside;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    text-decoration: none;
    border-style: solid;
    border-color: #90C3D4;
    box-sizing: border-box;
    background-color: #094a83;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 1.2em;
    line-height: 2;
    padding-left: 10px;
    padding-right: 15px;
  }
}

#storebuttons li img {
  vertical-align: middle;
  padding-bottom: 3px;
}

@media screen and (min-width: 1025px) {
  #storebuttons a {
    /*for PCs*/
    color: #FFFFFF;
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  #leftside {
    /*for PCs*/
    width: calc(100%/3*2 - 20px);
    float: left;
  }
}

@media screen and (max-width: 1024px) {
  #leftside {
    /*for mobiles*/
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  #rightside {
    /*for PCs*/
    width: calc(100%/3);
    float: right;
  }
}

@media screen and (max-width: 1024px) {
  #rightside {
    /*for mobiles*/
    width: 0;
  }
}

@media screen and (min-width: 1025px) {
  #infoboxa {
    /*for PCs*/
    width: 49%;
    float: left;
    box-sizing: border-box;
    border-right: solid 1px black;
  }
}

@media screen and (max-width: 1024px) {
  #infoboxa {
    /*for mobiles*/
    color: black;
    font-size: 32px;
    line-height: 1;
    word-wrap: break-word;
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  #infoboxb {
    /*for PCs*/
    width: 50%;
    float: right;
    padding-left: 5px;
  }
}

@media screen and (max-width: 1024px) {
  #infoboxb {
    /*for mobiles*/
    color: black;
    font-size: 32px;
    line-height: 1;
    word-wrap: break-word;
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .flatline {
    /*for PCs*/
    height: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .flatline {
    /*for mobiles*/
    height: 2px;
    background-color: #AAAAAA;
    width: 95%;
  }
}

@media screen and (max-width: 1024px) {
  .updownmargin {
    /*for mobiles*/
    margin: 20px 0px 20px 0px;
  }
}

@media screen and (max-width: 1024px) {
  .mobilehiddeninfo {
    /*for mobiles*/
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .pchiddeninfo {
    /*for PCs*/
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  #map {
    /*for PCs*/
    height: 400px;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  #map {
    /*for mobiles*/
    height: 600px;
  }
}

@media screen and (min-width: 1025px) {
  #eventcalendar {
    /*for PCs*/
    width: 100%;
    padding-top: 0;
  }
  #eventcalendar h3 {
    text-align: center;
    color: #0a4e89;
    margin: 0;
    margin-top: 10px;
  }
}

@media screen and (max-width: 1024px) {
  #eventcalendar {
    /*for mobiles*/
    font-size: 200%;
    line-height: 1;
  }
  #eventcalendar h3 {
    text-align: center;
    color: #0a4e89;
    margin: 0;
    margin-top: 10px;
  }
}

#storetopics {
  line-height: 1;
}

@media screen and (min-width: 1025px) {
  #storetopics {
    /*for PCs*/
    width: calc(100%/3*2 - 20px);
    float: left;
    padding-top: 0;
  }
}

@media screen and (max-width: 1024px) {
  #storetopics {
    /*for mobiles*/
    font-size: 200%;
  }
}

@media screen and (min-width: 1025px) {
  #extrainfo {
    /*for PCs*/
    width: calc(100%/3);
    float: right;
  }
}

@media screen and (max-width: 1024px) {
  #extrainfo {
    /*for mobiles*/
    font-size: 200%;
  }
}

@media screen and (min-width: 1025px) {
  #feed ul {
    /*for PCs*/
    margin: 0px;
  }
}

@media screen and (max-width: 1024px) {
  #feed ul {
    /*for mobiles*/
    margin: 0px;
  }
}

@media screen and (min-width: 1025px) {
  #directions {
    /*for PCs*/
    width: 100%;
    padding: 0;
  }
}

#directions ul {
  margin-top: 0;
  list-style-type: none;
}

@media screen and (min-width: 1025px) {
  #directions ul {
    /*for PCs*/
    padding-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  #directions ul {
    /*for mobiles*/
    font-size: 300%;
    line-height: 1;
  }
}

@media screen and (max-width: 1024px) {
  #directions li {
    /*for mobiles*/
    margin-top: 0;
  }
}

#directions ul h3 {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  #directions ul h3 {
    /*for mobiles*/
    font-size: larger;
  }
}

@media screen and (min-width: 1025px) {
  #twitterplus {
    /*for PCs*/
    min-height: 200px;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  #twitterplus {
    /*for mobiles*/
    margin-top: 20px;
  }
}

#twitterfeed {
  border-style: solid;
  border-width: 5px;
  border-color: #AAABAB;
}

#twitterfeed h2 {
  color: #FFFFFF;
  margin: 0px;
  background: #AAABAB;
}

@media screen and (min-width: 1025px) {
  #twitterfeed h2 {
    /*for PCs*/
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  #twitterfeed h2 {
    /*for mobiles*/
    text-align: left;
    font-size: 200%;
  }
}

@media screen and (min-width: 1025px) {
  #twitterbird {
    /*for PCs*/
    margin-right: 10px;
  }
}

@media screen and (max-width: 1024px) {
  #twitterbird {
    /*for mobiles*/
    display: none;
  }
}

#events-upcoming {
  list-style-position: inside;
  padding: 0;
}

#events-upcoming li {
  float: left;
  width: calc(100%/3);
  margin-bottom: 10px;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  list-style-type: none;
  box-sizing: border-box;
  padding: 3px;
  height: 200px;
  overflow: hidden;
}

#events-past li {
  margin-bottom: 10px;
}

/*------------------------------*/
.instagram {
  -webkit-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.instagram .insta-box {
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 215px;
  margin: 0 5px 10px 5px;
  padding: 5px;
}

.instagram .insta-box a {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #eee;
}

.instagram .insta-box a .spacer {
  width: 100%;
  padding-bottom: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.instagram .insta-box a img,
.instagram .insta-box a .likes {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  text-align: center;
}

.instagram .insta-box a .likes {
  padding-top: 90%;
  height: 100%;
  opacity: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 1.2em;
}

.instagram .insta-box a .likes:hover {
  opacity: 1;
}

.instagram .insta-box p {
  margin: 7px 3px 0 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 1.1em;
  line-height: 100%;
}

.instagram-head {
  background-color: #aaabab;
  color: #fff;
  font-size: 1.6em;
  text-align: center;
  line-height: 100%;
  padding: 5px 0 4px 0;
}

.instagram-head img {
  height: 22px;
  vertical-align: bottom;
}
