/* stylelint-disable function-url-quotes */
/* stylelint-enable function-url-quotes */
.isMobile {
  display: none;
}
body {
  background: none;
}
#menu-wrap,
#centre {
  float: none;
}
.mobileMenuButton {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KCTxwYXRoIGQ9Ik0xIDN2MmgxOFYzem0wIDhoMThWOUgxem0wIDZoMTh2LTJIMXoiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==") center center no-repeat;
  background-size: 30px;
}
.mobileMenuButton,
.mobileMenuInput {
  display: block;
  position: absolute;
  color: #fff;
  top: -108px;
  right: 0;
  width: 58px;
  height: 58px;
  padding: 14px;
  box-sizing: border-box;
  cursor: pointer;
}
.mobileMenuInput {
  opacity: 0;
}
.mobileMenuInput:checked + #menu-wrap {
  display: block;
  margin-top: 2px;
  top: -2px;
}
#menu-wrap {
  display: none;
  position: relative;
  height: auto;
  background: #fff;
  border-bottom: 1px solid #999;
}
#menu-wrap.mobileMenuShow {
  display: block;
}
#menu-wrap li {
  width: 50%;
  display: inline-block;
  margin: 0;
  height: 37px;
}
#menu-wrap #menu > li {
  position: relative;
}
#menu-wrap li,
#menu-wrap li.login,
#menu-wrap li.admin {
  float: none;
  border: 0;
}
#menu-wrap li .menulink {
  height: auto;
  line-height: 40px;
}
#menu-wrap li .menulink span.wrap {
  margin-left: 5px;
  font-size: 140%;
}
#menu-wrap li .menulink > .icon {
  height: 40px;
}
#menu-wrap ul.submenu {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#minHeight {
  display: none;
}
.homepageTabContent {
  padding: 5px 0;
}
#content {
  clear: left;
  background: none;
  padding: 0;
}
#content .homepageTabBox {
  border: 0;
  margin: 0;
}
#content .double {
  margin-right: 0;
}
#content .homepageBox,
#content .homepageBox.last {
  width: auto;
  float: none;
}
#content .homepageBox .mostPopular,
#content .homepageBox.last .mostPopular {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
#content .homepageBox .mostPopular h4,
#content .homepageBox.last .mostPopular h4 {
  font-size: 16px;
}
#content .homepageBox .mostPopular .bulletListSmall li,
#content .homepageBox.last .mostPopular .bulletListSmall li {
  font-size: 14px;
}
#content .homepageSearch {
  display: none;
}
#content .mostPopularPieces {
  display: block;
}
#content #music .homepageBox.last {
  width: auto;
}
.recordingListHorizontal > li,
.referralListHorizontal > li,
.musicListHorizontal > li {
  width: 50%;
  max-width: 210px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px 0 !important;
  /* stylelint-disable-line declaration-no-important */
  padding: 3px;
}
.recordingListHorizontal > li ul,
.referralListHorizontal > li ul,
.musicListHorizontal > li ul {
  width: 100%;
}
.recordingListHorizontal > li .thumbnailLink,
.referralListHorizontal > li .thumbnailLink,
.musicListHorizontal > li .thumbnailLink {
  width: 100%;
}
.recordingList {
  width: auto;
}
.musicListHorizontal .music .preview {
  width: 100%;
  height: auto;
}
.musicListHorizontal .music .preview.sprite {
  height: 0;
  padding-bottom: 60%;
}
.musicListHorizontal li.multi .thumbnailLink {
  background: none;
}
.musicListHorizontal li.multi .thumbnailLink .preview {
  border: 1px solid #dce2cf;
}
.referralListHorizontal li.referral .cover {
  float: none;
  width: 100%;
  background-size: cover;
}
.homepagePaging {
  display: none;
}
#frame {
  margin: 0;
  padding: 0;
}
body[orient='portrait'] {
  min-height: 1003px;
  /* (480 - 20 - 44) / scale (= 320/772 = 0.4145) */
}
body[orient='landscape'] {
  min-height: 431px;
  /* (320 - 20 - 32) / scale (= 480/772 = 0.62176) */
}
#centre,
#centre.besideGaContent {
  margin: 0;
  clear: left;
  padding: 0 3px;
  width: auto;
}
div.besideGaContent,
#centre.besideGaContent {
  width: auto;
  float: none;
  clear: both;
}
body,
#frame {
  width: auto;
}
#header,
#footer {
  width: auto;
}
#header {
  height: auto;
  padding: 0;
}
#header h1 {
  transform-origin: left top;
  transform: scale(0.7);
  margin: 8px 0 0 15px;
}
#header h3 {
  padding: 45px 0 4px 17px;
  font-size: 12px;
}
#header .santa {
  left: -8px;
  top: -8px;
  transform: scale(0.75);
}
#footer #languageFooter {
  width: 95%;
}
body.christmas #content-wrap {
  background-position: 0 0;
}
#search {
  position: relative;
  top: 0;
  left: 0;
  font-size: 16px;
}
#search .searchbox {
  width: 100%;
  height: 40px;
  padding: 8px 38px 8px 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  border-color: #292;
  border-width: 1px 0;
  /* iOS */
  border-radius: 0;
}
#search .searchbox:focus {
  outline: 0;
}
#search .searchboxsubmit {
  height: 38px;
  width: 38px;
  right: 0;
}
.suggest_box {
  width: 100%;
  margin: 0;
  border-left: 0;
  border-right: 0;
}
#languageDropdown {
  display: none;
}
#breadcrumbs,
#currentUser {
  display: none;
}
input.button {
  -webkit-border-radius: 0;
}
.tagCloud,
#sideGa {
  display: none;
}
.categories,
.musicSection .musicCategories {
  width: 100%;
}
.categories .label,
.musicSection .musicCategories .label {
  width: 40%;
}
.categories li.data,
.musicSection .musicCategories li.data {
  width: 55%;
}
div.rightPanel {
  float: none;
  width: 100%;
  margin: 0;
}
.musicSection {
  background: none;
  height: auto;
  box-shadow: none;
  border: 0;
  margin: 0 -3px 10px -3px;
}
.musicSection .musicInfo {
  padding: 0 5px;
  width: auto;
  float: none;
}
.musicSection .musicInfo .musicCategories {
  margin: 0;
}
.musicSection .musicInfo .musicCategories .label,
.musicSection .musicInfo .musicCategories li.data {
  width: 45%;
}
.musicSection .musicInfo .buttons {
  padding: 10px 0;
}
.musicSection .musicInfo .buttons .button {
  margin: 0 5px;
}
.musicSection .musicInfo .sharing {
  margin: 5px auto;
}
.musicSection .musicPreview {
  position: static;
  float: none;
  display: block;
  width: 100%;
  text-align: center;
  background: #eef1e7;
  height: 200px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.musicSection .musicPreview img {
  width: 100%;
  max-width: 420px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.musicSection .musicPreview:hover {
  max-height: none !important;
  /* stylelint-disable-line declaration-no-important */
  z-index: auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.reviewPreviews {
  width: auto;
}
.reviewPreviews .review {
  width: auto;
}
.thumbnailLink:hover .toolTip {
  /* No hover tooltips on mobile, otherwise you have to click twice */
  display: none;
}
.likePanels .twoColLeft,
.likePanels .twoColRight {
  width: auto;
  border: 0;
  float: none;
  padding-left: 5px;
}
.troubleshooting {
  margin-top: 5px;
  margin-left: 5px;
}
#form_review_text div.data {
  width: 90%;
}
#form_review_text textarea {
  width: 100%;
}
div.bannerHeader {
  margin: 0;
}
div.leaderAd,
div.mpuAd {
  width: 100%;
  height: auto;
  text-align: center;
  float: none;
  margin: 0 0 5px 0;
  padding: 0 !important;
}
div.browseBy {
  width: 45%;
}
.musicianList .label,
.concertList .label,
.musicList .label,
.referralList .label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
}
.musicianList li.data,
.concertList li.data,
.musicList li.data,
.referralList li.data {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.musicianList .label + li.data,
.concertList .label + li.data,
.musicList .label + li.data,
.referralList .label + li.data {
  width: 65%;
}
ul.recordingListHorizontal li.recording ul,
ul.reviewList li.review ul,
ol.messageList li.message ul,
ul.musicianList .musician ul,
.concertList li.concert ul,
.musicList .music ul,
.referralList li.referral ul {
  float: none;
  width: 100%;
}
.musicListFull .music {
  position: relative;
}
.musicListFull .music a.thumbnailLink {
  position: absolute;
  right: 0;
  float: none;
}
.musicListFull .music ul .about {
  margin-right: 132px;
}
.musicListFull .music li.data_score {
  width: 75px;
  margin-right: 132px;
}
input.textbox,
#searchcontrol input.textbox,
.textarea,
div.fakeTextarea,
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.cf_formelement {
  width: auto;
}
.cf_formelement label,
.cf_formelement div.data,
.cf_formelement li.data {
  width: 95%;
  padding: 0;
  margin: 0 0 5px 0;
}
.cf_formelement div.data,
.cf_formelement li.data {
  margin-left: 10px;
}
.cf_formelement div.required {
  left: 0;
  margin-top: 25px;
}
div.nolabel,
div.formNolabel {
  width: 95%;
  padding: 0;
  margin: 0 0 5px 0;
  text-align: right;
}
ul.messages,
.besideGaContent ul.messages {
  position: static;
  width: 100%;
  text-align: right;
  padding: 0;
}
ul.messages li.instructions,
.besideGaContent ul.messages li.instructions {
  margin: 1px 3px;
}
div.cf_elementfailed,
.cf_highlighted {
  background-image: none;
}
.cf_highlighted ul.messages {
  background: transparent;
}
#concert_search table.calendar {
  display: none;
}
.concertRightPanel {
  margin: 0 -3px;
  width: auto;
}
.concertRightPanel div.thumbnail {
  margin: 8px 0;
  padding: 0;
  width: 100%;
  background: none;
}
.concertRightPanel div.thumbnail img {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: auto;
  padding: 0;
}
#leftCol,
#rightCol {
  float: none;
  width: auto;
}
.columnSection .musicListHorizontal .music {
  margin-left: 0;
}
body.p2048 iframe.game {
  width: 100%;
  height: 800px;
}
/*# sourceMappingURL=mobile.css.map */
