@media only screen and (min-width: 1200px) {
  .visible-large {
    display: inherit !important;
  }
  .hidden-large {
    display: none !important;
  }
  .visible-desktop {
    display: inherit !important;
  }
  .hidden-desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .visible-large {
    display: none !important;
  }
  .hidden-large {
    display: inherit !important;
  }
  .visible-desktop {
    display: inherit !important;
  }
  .hidden-desktop {
    display: none !important;
  }
  .promo h1 {
    font-size: 3.7em;
  }
  .promo p {
    font-size: 1.3em;
  }
  .promo-image {
    width: 40%;
  }
  .promo-image img {
    max-width: 100%;
  }
  .logo-type-gantry #rt-logo {
    background: url(../images/logo/dark/logo2.png) 0 0 no-repeat;
    position: relative !important;
    margin: 0;
    top: -8px !important;
  }
  #rt-header .rt-omega {
    border: 0;
  }
  .music_heading {
    padding: 5px;
  }
  #rt-top .rt-grid-8,
  #rt-header .rt-grid-8 {
    width: 100% !important;
  }
  .music_heading .nspArt {
    width: 100% !important;
  }
  #sj_audio_wrapper {
    width: 100% !important;
  }
  .ttw-music-player,
  .ttw-music-player .tracklist {
    width: 94% !important;
  }
  .nspArt {
    width: 30% !important;
    margin: 10px !important;
  }
  .music_feature .nspArt img.nspImage {
    width: 100% !important;
    height: auto !important;
  }
  #lan_music_page .itemContainer {
    width: 50% !important;
  }
  .latest_news .nspArt {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-large {
    display: none !important;
  }
  .hidden-large {
    display: inherit !important;
  }
  .promo-image {
    width: 38%;
  }
  .promo-image img {
    max-width: 100%;
  }
  .promo h1 {
    font-size: 2.9em;
  }
  .promo p {
    font-size: 1.1em;
  }
  .promo-desc {
    padding-top: 0;
  }
  .logo-type-gantry #rt-logo {
    background: url(../images/logo/dark/logo2.png) 0 0 no-repeat;
    position: relative !important;
    margin: 0;
    top: -8px !important;
    left: 8px;
  }
  #rt-header .rt-omega {
    border: 0;
  }
  .music_heading {
    padding: 5px;
  }
  #rt-top .rt-grid-8,
  #rt-header .rt-grid-8 {
    width: 100% !important;
    margin-left: 3%;
  }
  .music_heading .nspArt {
    width: 100% !important;
  }
  #rev_slider_1_2,
  #rev_slider_1_2_wrapper {
    width: 720px !important;
  }
  .nspArt {
    width: 30% !important;
    margin: 10px !important;
  }
  .music_feature .nspArt img.nspImage {
    width: 100% !important;
    height: auto !important;
  }
  #sj_audio_wrapper {
    width: 100% !important;
  }
  .ttw-music-player,
  .ttw-music-player .tracklist {
    width: 94% !important;
  }
  .acymailing_form .acyfield_name input,
  .acymailing_form .acyfield_email input,
  acymailing_form textarea {
    width: 100% !important;
  }
  .lan_store .lan_store_info {
    height: auto !important;
  }
  .lan_store #lan_tour_container ul li .lan_ticket {
    border-left: 0 !important;
  }
  div.lan_blog_img {
    width: 100%;
  }
  div.lan_blog_disc {
    width: 100%;
  }
  span.catItemImage img,
  span.itemImage img,
  span.tagItemImage img,
  span.userItemImage img {
    width: 100% !important;
  }
  div.tagItemImageBlock {
    width: 100%;
  }
  div.userItemImageBlock {
    width: 100%;
  }
  #lan_music_page .itemContainer {
    width: 100% !important;
  }
  .latest_news .nspArt {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .hidden-large {
    display: inherit !important;
  }
  .visible-large {
    display: none !important;
  }
  #rt-logo {
    margin: 0 auto;
  }
  body .component-content .column-1,
  body .component-content .column-2,
  body .component-content .column-3,
  body .component-content .column-4 {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }
  #gantry-totop {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .gantry-width-20,
  .gantry-width-25,
  .gantry-width-30,
  .gantry-width-33,
  .gantry-width-40,
  .gantry-width-50,
  .gantry-width-60,
  .gantry-width-66,
  .gantry-width-70,
  .gantry-width-75,
  .gantry-width-80 {
    width: 100%;
  }
  .gantry-width-spacer {
    margin: 5px;
  }
  .row {
    margin: 0;
    display: block;
  }
  .row .cell {
    display: block;
    width: 100%;
  }
  .form-horizontal .control-group .control-label {
    float: none;
    width: auto;
    text-align: left;
  }
  .form-horizontal .control-group .controls {
    margin-left: 0;
  }
  select {
    width: 100%;
  }
  .logo-type-gantry #rt-logo {
    background: url(../images/logo/dark/logo2.png) 0 0 no-repeat;
    position: relative !important;
    margin: 0;
    top: 0px !important;
    left: 50%;
  }
  #rt-header .rt-omega {
    border: 0;
  }
  .music_heading {
    display: none;
  }
  .music_heading .readon,
  .lan_music {
    position: relative !important;
    bottom: 0 !important;
  }
  .lan_music {
    top: 0px;
    right: 35%;
  }
  #rt-top .rt-grid-8,
  #rt-header .rt-grid-8 {
    width: 100% !important;
  }
  .tp-caption.medium_grey,
  .tp-caption.small_text {
    display: none;
  }
  .nspArt {
    width: 92% !important;
    margin-bottom: 10px;
  }
  .music_feature .nspArt img.nspImage {
    width: 100% !important;
    height: auto !important;
  }
  .music_feature .nspBotInterface div,
  .music_feature .nspTopInterface div {
    left: 20px !important;
  }
  #sj_audio_wrapper {
    width: 100% !important;
  }
  .ttw-music-player,
  .ttw-music-player .tracklist {
    width: 94% !important;
  }
  .lan_conditions {
    text-align: left !important;
  }
  #lan_tour_container ul li {
    width: 100% !important;
  }
  #lan_tour_container ul li .lan_artists {
    width: 100% !important;
  }
  #lan_tour_container ul li h2,
  #lan_tour_container ul li p {
    margin: 0 10px !important;
  }
  #lan_tour_container ul li .lan_place {
    width: 100% !important;
  }
  #lan_tour_container ul li .lan_ticket {
    width: 100% !important;
    background-position: 50% 40% !important;
  }
  #lan_tour_container ul li .lan_ticket p {
    padding-top: 10% !important;
  }
  .lan_store .lan_store_info {
    width: 100% !important;
    height: auto !important;
  }
  .lan_store #lan_tour_container ul li .lan_ticket {
    border-left: 0 !important;
  }
  div.lan_blog_img {
    width: 100%;
  }
  div.lan_blog_disc {
    width: 100%;
  }
  span.catItemImage img,
  span.itemImage img,
  span.tagItemImage img,
  span.userItemImage img {
    width: 100% !important;
  }
  div.tagItemImageBlock {
    width: 100%;
  }
  div.userItemImageBlock {
    width: 100%;
  }
  #lan_music_page .itemContainer {
    width: 100% !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .promo-image {
    width: 48%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .promo-image img {
    max-width: 100%;
  }
  .promo h1 {
    font-size: 2.2em;
  }
  .promo p {
    font-size: 1em;
  }
  .promo-desc {
    padding-top: 0;
  }
  .logo-type-gantry #rt-logo {
    background: url(../images/logo/dark/logo2.png) 0 0 no-repeat;
    position: relative !important;
    margin: 0;
    top: 0px !important;
    left: 30%;
  }
  #rt-header .rt-omega {
    border: 0;
  }
  #rt-header .menu-block {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    border: 0 !important;
    margin-bottom: 0 !important;
  }
  .music_heading {
    display: none;
  }
  .music_heading .readon,
  .lan_music {
    position: relative !important;
    bottom: 0 !important;
  }
  .lan_music {
    top: 0px;
    right: 40%;
  }
  #rt-top .rt-grid-8,
  #rt-header .rt-grid-8 {
    width: 100% !important;
  }
  .tp-caption.medium_grey,
  .tp-caption.small_text {
    display: none;
  }
  .nspArt {
    width: 92% !important;
    margin-bottom: 10px;
  }
  .music_feature .nspArt img.nspImage {
    width: 100% !important;
    height: auto !important;
  }
  .music_feature .nspBotInterface div,
  .music_feature .nspTopInterface div {
    left: 20px !important;
  }
  #sj_audio_wrapper {
    width: 100% !important;
  }
  .ttw-music-player,
  .ttw-music-player .tracklist {
    width: 94% !important;
  }
  .lan_conditions {
    text-align: left !important;
  }
  #lan_tour_container ul li {
    width: 100% !important;
  }
  #lan_tour_container ul li .lan_artists {
    width: 100% !important;
  }
  #lan_tour_container ul li h2,
  #lan_tour_container ul li p {
    margin: 0 10px !important;
  }
  #lan_tour_container ul li .lan_place {
    width: 100% !important;
  }
  #lan_tour_container ul li .lan_ticket {
    width: 100% !important;
    background-position: 50% 40% !important;
  }
  #lan_tour_container ul li .lan_ticket p {
    padding-top: 10% !important;
  }
  .lan_store .lan_store_info {
    width: 100% !important;
    height: auto !important;
  }
  .lan_store #lan_tour_container ul li .lan_ticket {
    border-left: 0 !important;
  }
  div.lan_blog_img {
    width: 100%;
  }
  div.lan_blog_disc {
    width: 100%;
  }
  span.catItemImage img,
  span.itemImage img,
  span.tagItemImage img,
  span.userItemImage img {
    width: 100% !important;
  }
  div.tagItemImageBlock {
    width: 100%;
  }
  div.userItemImageBlock {
    width: 100%;
  }
  #lan_music_page .itemContainer {
    width: 100% !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .promo-image {
    margin: 0 auto;
    width: 100%;
    float: none;
    text-align: center;
  }
  .promo-image img {
    max-width: 50%;
  }
  .promo h1 {
    font-size: 2.2em;
  }
  .promo p {
    font-size: 0.9em;
  }
  .promo-desc {
    padding-top: 0;
  }
  .logo-type-gantry #rt-logo {
    background: url(../images/logo/dark/logo2.png) 0 0 no-repeat;
    position: relative !important;
    margin: 0;
    top: 0px !important;
    left: 13%;
  }
  #rt-header .rt-omega {
    border: 0;
  }
  #rt-header .menu-block {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    border: 0 !important;
  }
  .music_heading {
    display: none;
  }
  .music_heading .readon,
  .lan_music {
    position: relative !important;
    bottom: 0 !important;
  }
  .lan_music {
    top: 0px;
  }
  #rt-top .rt-grid-8,
  #rt-header .rt-grid-8 {
    width: 100% !important;
  }
  .tp-caption.medium_grey,
  .tp-caption.small_text {
    display: none;
  }
  #sj_audio_wrapper {
    width: 100% !important;
  }
  .ttw-music-player,
  .ttw-music-player .tracklist {
    width: 94% !important;
  }
  .nspArt {
    width: 92% !important;
    margin-bottom: 10px;
  }
  .music_feature .nspArt img.nspImage {
    width: 100% !important;
    height: auto !important;
  }
  .music_feature .nspBotInterface div,
  .music_feature .nspTopInterface div {
    left: 20px !important;
  }
  .acymailing_form .acyfield_name input,
  .acymailing_form .acyfield_email input,
  acymailing_form textarea {
    width: 100% !important;
  }
  .lan_conditions {
    text-align: left !important;
  }
  #lan_tour_container ul li {
    width: 100% !important;
  }
  #lan_tour_container ul li .lan_artists {
    width: 100% !important;
  }
  #lan_tour_container ul li h2,
  #lan_tour_container ul li p {
    margin: 0 10px !important;
  }
  #lan_tour_container ul li .lan_place {
    width: 100% !important;
  }
  #lan_tour_container ul li .lan_ticket {
    width: 100% !important;
    background-position: 50% 40% !important;
  }
  #lan_tour_container ul li .lan_ticket p {
    padding-top: 10% !important;
  }
  .lan_store .lan_store_info {
    width: 100% !important;
    height: auto !important;
  }
  .lan_store #lan_tour_container ul li .lan_ticket {
    border-left: 0 !important;
  }
  div.lan_blog_img {
    width: 100%;
  }
  div.lan_blog_disc {
    width: 100%;
  }
  span.catItemImage img,
  span.itemImage img,
  span.tagItemImage img,
  span.userItemImage img {
    width: 100% !important;
  }
  div.tagItemImageBlock {
    width: 100%;
  }
  div.userItemImageBlock {
    width: 100%;
  }
  #lan_music_page .itemContainer {
    width: 100% !important;
  }
}
@media only screen and (min-width: 240px) and (max-width: 319px) {
  .promo-image {
    margin: 0 auto;
    width: 100%;
    float: none;
    text-align: center;
  }
  .promo-image img {
    max-width: 50%;
  }
  .promo h1 {
    font-size: 2.2em;
  }
  .promo p {
    font-size: 0.9em;
  }
  .promo-desc {
    padding-top: 0;
  }
  .logo-type-gantry #rt-logo {
    background: url(../images/logo/dark/logo2.png) 0 0 no-repeat;
    position: relative !important;
    margin: 0;
    top: 0px !important;
    left: 10px;
  }
  #rt-header .rt-omega {
    border: 0;
  }
  #rt-header .menu-block {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    border: 0 !important;
  }
  .music_heading {
    display: none;
  }
  .music_heading .readon,
  .lan_music {
    position: relative !important;
    bottom: 0 !important;
  }
  .lan_music {
    top: 0px;
  }
  #rt-top .rt-grid-8,
  #rt-header .rt-grid-8 {
    width: 100% !important;
  }
  #rev_slider_1_2,
  #rev_slider_1_2_wrapper {
    width: 195px !important;
  }
  .tp-caption.medium_grey,
  .tp-caption.small_text {
    display: none;
  }
  .tp-caption.medium_grey {
    font-size: 5px !important;
  }
  .tp-caption.small_text {
    font-size: 8px !important;
  }
  .nspArt {
    width: 92% !important;
    margin-bottom: 10px;
  }
  .music_feature .nspArt img.nspImage {
    width: 100% !important;
    height: auto !important;
  }
  .music_feature .nspBotInterface div,
  .music_feature .nspTopInterface div {
    left: 20px !important;
  }
  #sj_audio_wrapper,
  .ttw-music-player,
  .ttw-music-player .tracklist {
    width: 90% !important;
  }
  .acymailing_form .acyfield_name input,
  .acymailing_form .acyfield_email input,
  acymailing_form textarea {
    width: 100% !important;
  }
  .lan_conditions {
    text-align: left !important;
  }
  #lan_tour_container ul li {
    width: 100% !important;
  }
  #lan_tour_container ul li .lan_artists {
    width: 100% !important;
  }
  #lan_tour_container ul li h2,
  #lan_tour_container ul li p {
    margin: 0 10px !important;
  }
  #lan_tour_container ul li .lan_place {
    width: 100% !important;
  }
  #lan_tour_container ul li .lan_ticket {
    width: 100% !important;
    background-position: 50% 40% !important;
  }
  #lan_tour_container ul li .lan_ticket p {
    padding-top: 10% !important;
  }
  .lan_store .lan_store_info {
    width: 100% !important;
    height: auto !important;
  }
  .lan_store #lan_tour_container ul li .lan_ticket {
    border-left: 0 !important;
  }
  div.lan_blog_img {
    width: 100%;
  }
  div.lan_blog_disc {
    width: 100%;
  }
  div.userItemImageBlock {
    width: 100%;
  }
  #lan_music_page .itemContainer {
    width: 100% !important;
  }
}
@media only screen and (max-width: 240px) {
  .promo-image {
    margin: 0 auto;
    width: 100%;
    float: none;
    text-align: center;
  }
  .promo-image img {
    max-width: 50%;
  }
  .promo h1 {
    font-size: 2.2em;
  }
  .promo p {
    font-size: 0.9em;
  }
  .promo-desc {
    padding-top: 0;
  }
  .logo-type-gantry #rt-logo {
    background: url(../images/logo/dark/logo2.png) 0 0 no-repeat;
    position: relative !important;
    margin: 0;
    top: 0px !important;
    left: 10px;
  }
  #rt-header .rt-omega {
    border: 0;
  }
  #rt-header .menu-block {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    border: 0 !important;
  }
  .music_heading {
    display: none;
  }
  .music_heading .readon,
  .lan_music {
    position: relative !important;
    bottom: 0 !important;
  }
  .lan_music {
    top: 0px;
  }
  #rt-top .rt-grid-8,
  #rt-header .rt-grid-8 {
    width: 100% !important;
  }
  #rev_slider_1_2,
  #rev_slider_1_2_wrapper {
    width: 195px !important;
  }
  .tp-caption.medium_grey,
  .tp-caption.small_text {
    display: none;
  }
  .tp-caption.medium_grey {
    font-size: 5px !important;
  }
  .tp-caption.small_text {
    font-size: 8px !important;
  }
  .nspArt {
    width: 92% !important;
    margin-bottom: 10px;
  }
  .music_feature .nspArt img.nspImage {
    width: 100% !important;
    height: auto !important;
  }
  .music_feature .nspBotInterface div,
  .music_feature .nspTopInterface div {
    left: 20px !important;
  }
  #sj_audio_wrapper,
  .ttw-music-player,
  .ttw-music-player .tracklist {
    width: 90% !important;
  }
  .acymailing_form .acyfield_name input,
  .acymailing_form .acyfield_email input,
  acymailing_form textarea {
    width: 100% !important;
  }
  .lan_conditions {
    text-align: left !important;
  }
  #lan_tour_container ul li {
    width: 100% !important;
  }
  #lan_tour_container ul li .lan_artists {
    width: 100% !important;
  }
  #lan_tour_container ul li h2,
  #lan_tour_container ul li p {
    margin: 0 10px !important;
  }
  #lan_tour_container ul li .lan_place {
    width: 100% !important;
  }
  #lan_tour_container ul li .lan_ticket {
    width: 100% !important;
    background-position: 50% 40% !important;
  }
  #lan_tour_container ul li .lan_ticket p {
    padding-top: 10% !important;
  }
  .lan_store .lan_store_info {
    width: 100% !important;
    height: auto !important;
  }
  .lan_store #lan_tour_container ul li .lan_ticket {
    border-left: 0 !important;
  }
  div.lan_blog_img {
    width: 100%;
  }
  div.lan_blog_disc {
    width: 100%;
  }
  div.userItemImageBlock {
    width: 100%;
  }
  #lan_music_page .itemContainer {
    width: 100% !important;
  }
}
