/* GLOBAL STYLES
   ============= */
* {
  font-family: 'Quicksand', sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #ffffff;
}

ul {
  list-style-type: none;
  padding-left: 0px;
}


/* NAVIGATION STYLES
   ================= */
.corporate_frame {
  background-color: #2E2E2E;
  color: #E8E8E8;
  padding: 10px 15px;
}
.corporate_frame .corporate {
  max-width: 1600px;
  margin: 0px auto;
}
.corporate .frame {
  width: 100%;
  display: table;
}
.corporate .frame .tag,
.corporate .frame .platform {
  display: table-cell;
}
.corporate .frame .platform {
  color: #B9B9B9;
  text-align: right;
}
.corporate .frame .platform a {
  color: #B9B9B9;
  text-decoration: none;
}
.corporate .frame .platform a:hover {
  color: #ffffff;
}

.adnav_frame {
  background-color: #E8E8E8;
  color: #5D5D5D;
  padding: 20px 15px;
}
.adnav_frame .adnav {
  max-width: 1600px;
  text-align: center;
  margin: 0px auto;
}
.adnav .adnav_leadbanner {
  display: block;
}
.adnav .adnav_midbanner {
  width: 396px;
  height: 72px;
  margin: 0px auto;
  display: none;
}
.adnav .adnav_smallbanner {
  display: none;
}

.masthead_frame {
  background-color: #D1D1D1;
  height: 180px;
  padding: 0px 15px;
}
.masthead_frame .masthead {
  max-width: 1600px;
  margin: 0px auto;
}

.topnav_frame {
  background-color: #2E2E2E;
  color: #E8E8E8;
  font-size: 26px;
  font-weight: 500;
  padding: 10px;
}
.topnav_frame .topnav {
  max-width: 1600px;
  margin: 0px auto;
}
.topnav .topnav_icon {
  display: none;
}
.topnav .topnav_list {
  list-style-type: none;
  padding-left: 0px;
  display: table;
}
.topnav_list li {
  margin-right: 40px;
  display: inline-block;
}
.topnav_list li a {
  color: #ffffff;
  font-size: 22px;
  text-decoration: none;
}
.topnav_list li .blue {
  color: #3399FF;
}
.topnav_list li .green {
  color: #99CC66;
}

.content_frame {
  padding: 0px 10px;
}
.content_frame .content {
  max-width: 1600px;
  margin: 0px auto;
}

.content_table {
  display: table;
  width: 100%;
}
.content_table .side_column {
  background-color: #5D5D5D;
  width: 260px;
}

.side_column .top_feature {
  padding: 10px;
}
.top_feature .img {
  background-color: #2E2E2E;
  width: 240px;
  height: 320px;
  display: block;
}

.side_column .side_features {
  padding-left: 0px;
  list-style-type: none;
}
.side_features li:nth-child(1) {
  background-color: #2E2E2E;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.side_features li {
  padding: 0px 10px 15px 10px;
}
.side_features li .img {
  background-color: #2E2E2E;
  width: 240px;
  height: 160px;
  display: block;
}

.side_features li .badge {
  background-color: #2E2E2E;
  width: 240px;
  height: 140px;
  border: 1px solid #B9B9B9;
  margin-bottom: 2px;
  display: block;
}
.side_features .title {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}
.side_features .title:hover {
  text-decoration: underline;
}

.side_features .detail .category,
.side_features .detail .arrow,
.side_features .detail .subcategory {
  display: inline-block;
}
.side_features .detail .link {
  color: #3399FF;
  text-decoration: underline;
}
.side_features .detail .arrow {
  margin: 0px 2px;
  color: #ffffff;
}
.side_features .detail .category:hover,
.side_features .detail .subcategory:hover {
  color: #6fb0f1;
  cursor: pointer;
}

.side_column .bottom_spacer {
  padding-bottom: 35px;
}

.content_table .content_column {
  display: table-cell;
  vertical-align: top;
}
.content_column .home_table {
  display: table;
  width: 100%;
}
.content_column .home_column {
  /* background-color: #ffffff; */
  display: table-cell;
  padding: 10px;
  vertical-align: top;
}
.home_column .breadcrumb_frame {
  margin-bottom: 5px;
}
.breadcrumb_frame .breadcrumb {
  list-style-type: none;
  padding-left: 0px;
  margin-top: -5px;
}
.breadcrumb_frame .breadcrumb li {
  display: inline-block;
}
.breadcrumb_frame .breadcrumb li a {
  color: #4287f5;
  text-decoration: none;
}
.breadcrumb_frame .breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb_frame .breadcrumb li .divider {
  margin: 0px 3px;
}

.content_column .left_column {
  padding-left: 0px;
}


/* VIDEO HOME STYLES
   ================= */
.search_home_frame {
  width: 100%;
  color: #000000;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #B9B9B9;
  display: block;
  margin: 30px 0px 40px;
}
.search_bar_padding_bottom {
  margin-bottom: 480px;
}
.category_main_frame .category_main_header {
  margin-bottom: 10px;
}
.category_main_header .menu li {
  display: inline-block;
}
.category_main_header .menu li a {
  color: #000000;
  text-decoration: none;
  display: inline-block;
  padding-right: 10px;
  border-right: 1px solid #d8d7d7;
  margin-right: 10px;
}
.category_main_header .menu li a:hover {
  text-decoration: underline;
}
.category_main_header .menu li:nth-child(1) a {
  color: #858383;
  font-size: 32px;
  font-weight: 500;
}
.category_main_header .menu li:nth-child(1) .subcategory,
.category_main_header .menu li:nth-child(1) a.subcategory {
  color: #858383;
  font-size: 26px;
  font-weight: 500;
}
.category_main_header .menu li .result {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
.category_main_header .menu li:nth-last-child(1) a {
  padding-right: 0px;
  border-right: none;
  margin-right: 0px;
}
.category_main_list_body .category_main_list {
  margin-bottom: 10px;
}
.category_main_list li {
  width: 15.51111%;
  display: inline-block;
  vertical-align: top;
  margin: 0% 1% 2% 0%;
}
.category_main_list li:nth-child(6n) {
  margin-right: 0%;
}
.category_main_list li .item {
  width: 100%;
}
.category_main_list li .item .badge {
  background-color: #E8E8E8;
  width: 100%;
  height: 160px;
  margin-bottom: 5px;
  display: block;
}
.category_main_list li .item .portrait {
  height: 190px;
}
.category_main_list li .item .title {
  color: #000000;
  font-weight: 600;
  text-decoration: none;
}
.category_main_list li .item .title:hover {
  text-decoration: underline;
}
.category_main_list .item .links a {
  color: #4287f5;
  text-decoration: none;
}
.category_main_list .item .links a:hover {
  color: #e8b20e;
}
.category_main_frame .category_main_banner {
  background-color: #D1D1D1;
  height: 360px;
  margin-bottom: 10px;
  display: block;
}
.category_main_frame .category_main_title {
  font-size: 32px;
}
.category_main_frame .category_main_subtitle {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
}
.category_main_frame .category_main_description {
  font-size: 22px;
  font-weight: 300;
  line-height: 38px;
}
.category_main_frame .category_main_description p {
  margin-bottom: 20px;
}
.category_main_description ul {
  list-style-type: disc;
  padding-left: 20px;
}
.category_main_description ul li a {
  color: #4287f5;
  font-weight: 300;
  text-decoration: none;
}
.category_main_description ul li a:hover {
  color: #e8b20e;
  text-decoration: underline;
}


/* VIDEO DETAIL STYLES
   =================== */
.home_column .video_detail_slider {
  background-color: #B9B9B9;
  width: 100%;
  height: 540px;
  margin-bottom: 10px;
}
.video_detail_platform .title {
  font-size: 32px;
}
.video_detail_platform .artist {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
}
.video_detail_platform .description {
  font-size: 22px;
  font-weight: 300;
  line-height: 38px;
}
.video_detail_platform .description p {
  margin-bottom: 20px;
}
.video_detail_platform .comments {
  background-color: #E8E8E8;
  width: 100%;
  height: 840px;
  margin-bottom: 160px;
}

.content_column .video_platform_column {
  width: 500px;
  padding-top: 30px;
  vertical-align: top;
  display: table-cell;
}
.video_platform_column .related_video_list {
  margin-bottom: 10px;
}
.related_video_list li {
  margin-bottom: 10px;
}
.related_video_list li:nth-last-child(1) {
  font-weight: 500;
  text-align: right;
}
.related_video_list li:nth-last-child(1) a {
  color: #000000;
  font-weight: 700;
  text-decoration: underline;
}
.related_video_list li:nth-last-child(1) a:hover {
  color: #e8b20e;
}
.related_video_list li .related_video_frame {
  display: table;
}
.related_video_frame .thumb,
.related_video_frame .detail {
  display: table-cell;
  vertical-align: top;
}
.related_video_frame .thumb {
  width: 240px;
  padding-right: 10px;
}
.related_video_frame .thumb .badge {
  background-color: #D1D1D1;
  width: 100%;
  height: 150px;
  display: block;
}
.related_video_frame .detail .title {
  font-size: 20px;
  font-weight: 500;
}
.related_video_frame .detail .title a,
.related_video_frame .detail .artist a {
  color: #000000;
  text-decoration: none;
}
.related_video_frame .detail .title a:hover,
.related_video_frame .detail .artist a:hover {
  text-decoration: underline;
}
.related_video_frame .detail .links .link {
  color: #4287f5;
}
.related_video_frame .detail .links .link:hover {
  color: #e8b20e;
}

.related_video_frame .video_ad_frame {
  margin-bottom: 10px;
}
.video_ad_frame .video_ad_inhouse {
  background-color: #B9B9B9;
  width: 100%;
  height: 180px;
  display: block;
  margin-bottom: 10px;
}
.video_ad_frame .video_ad_header {
  background-color: #2E2E2E;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.video_ad_frame .video_ad_badge {
  background-color: #B9B9B9;
  width: 100%;
  height: 360px;
  display: block;
  margin-bottom: 10px;
}

.content_table .info_column {
  background-color: #E8E8E8;
  width: 400px;
}
.wide_ad_column {
  width: 480px;
  padding-top: 10px;
}
.wide_ad_column .wide_ad_inhouse {
  background-color: #B9B9B9;
  width: 100%;
  height: 480px;
  margin-bottom: 10px;
  display: block;
}
.wide_ad_column .wide_ad_live {
  background-color: #858383;
  width: 100%;
  height: 140px;
  margin-bottom: 10px;
  display: block;
}
.wide_ad_frame .wide_ad_header {
  background-color: #2E2E2E;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.wide_ad_frame .wide_ad_square {
  background-color: #D1D1D1;
  width: 100%;
  height: 480px;
  margin-bottom: 10px;
  display: block;
}

.info_column .video_playlist {
  background-color: #B9B9B9;
  width: 100%;
  height: 620px;
}
.side_ad_frame .side_ad_header {
  background-color: #2E2E2E;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 5px 10px;
}
.side_ad_frame .side_ad {
  padding: 15px;
}
.side_ad_frame .side_ad .img {
  background-color: #B9B9B9;
  width: 100%;
  height: 370px;
  display: block;
  margin-bottom: 15px;
}
.side_ad_frame .side_ad .img:nth-last-child(1) {
  margin-bottom: 0px;
}
.side_ad_frame .side_ad .img_leaderboard {
  width: 725px;
  height: 90px;
  display: none;
  margin: 0px auto 30px;
}
.side_ad_frame .side_ad .img_leaderboard img {
  width: 725px;
}

.top_music_column {
  background-color: #E8E8E8;
  width: 260px;
  padding: 0px;
}
.top_music_column .top_music_header {
  background-color: #2E2E2E;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 10px;
}
.top_album_frame .top_album {
  padding: 10px;
}
.top_album_frame .top_album .album {
  background-color: #B9B9B9;
  width: 240px;
  height: 240px;
  display: block;
  margin-bottom: 5px;
}
.top_album_frame .top_album .detail .title a {
  color: #000000;
}
.top_album_frame .top_album .detail .artist a {
  color: #4287f5;
}

.top_singles_frame .top_singles {
  list-style-type: none;
  padding-left: 0px;
}
.top_singles li {
  padding: 10px;
}
.top_singles li:nth-child(even) {
  background-color: #d8d7d7;
}
.top_singles li .line {
  display: table;
}
.top_singles li .line .spot,
.top_singles li .line .text {
  display: table-cell;
}
.top_singles li .line:nth-child(1) .text {
  font-weight: 600;
}
.top_singles li .line .spot {
  width: 20px;
}
.video_pick_frame .video_pick {
  padding: 10px;
}
.video_pick .badge {
  background-color: #B9B9B9;
  width: 240px;
  height: 150px;
  display: block;
  margin-bottom: 5px;
}
.video_pick .title a {
  color: #000000;
}
.video_pick .detail .link {
  color: #4287f5;
  text-decoration: underline;
}

.advertisement_frame .advertisement {
  text-align: center;
  padding: 10px;
}
.advertisement .img {
  background-color: #B9B9B9;
  width: 240px;
  height: 720px;
  display: block;
}

.content_table .ad_column {
  width: 320px;
  text-align: center;
  padding-top: 10px;
}
.ad_column .ad_column_header {
  background-color: #2E2E2E;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.ad_column .ad_space_square {
  background-color: #d8d7d7;
  width: 100%;
  height: 240px;
  display: block;
  margin-bottom: 10px;
}
.ad_column .ad_space_inhouse {
  background-color: #B9B9B9;
  width: 100%;
  height: 320px;
  display: block;
  margin-bottom: 10px;
}
.ad_column .ad_space_radio {
  background-color: #858383;
  width: 100%;
  height: 120px;
  display: block;
  margin-bottom: 10px;
}
.ad_column .ad_space_long {
  margin: 0px auto;
}

.pipe_frame {
  background-color: #B9B9B9;
  color: #5D5D5D;
  font-size: 24px;
  font-weight: 300;
  padding: 15px;
}
.pipe_frame .pipe {
  max-width: 1600px;
  margin: 0px auto;
}
.pipe_frame .pipe .pipe_menu {
  width: 100%;
  list-style-type: none;
  padding-left: 0px;
  display: table;
}

.pipe_menu li {
  display: table-cell;
}
.pipe_menu li:nth-child(1) {
  font-weight: 500;
}
.pipe_menu li a {
  color: #2E2E2E;
  font-weight: 300;
  text-decoration: none;
}
.pipe_menu li a:hover {
  color: #1a4a97;
}

.botnav_frame {
  background-color: #000000;
  color: #E8E8E8;
  padding: 45px 15px;
}
.botnav_frame .botnav {
  max-width: 1600px;
  margin: 0px auto;
}
.botnav .column_menu {
  width: 100%;
  list-style-type: none;
  padding-left: 0px;
  display: table;
}
.botnav .column_menu li {
  display: table-cell;
  vertical-align: top;
}

.column_menu li .menu_list li {
  display: block;
  margin-bottom: 5px;
}
.menu_list li:nth-child(1) {
  font-weight: 600;
  margin-bottom: 5px;
}
.menu_list li:nth-last-child(1) {
  padding-bottom: 0px;
}
.menu_list li a {
  color: #858383;
  text-decoration: none;
}
.menu_list li a:hover {
  color: #ffffff;
}

.legal_frame {
  background-color: #2E2E2E;
  color: #B9B9B9;
  padding: 12px 15px;
}
.legal_frame .legal {
  max-width: 1600px;
  margin: 0px auto;
}
.legal_frame .legal .frame {
  width: 100%;
  display: table;
}
.legal_frame .legal .frame .name,
.legal_frame .legal .frame .copy {
  display: table-cell;
}
.legal_frame .legal .frame .copy {
  text-align: right;
}
.legal_frame .legal .frame .copy a {
  color: #ffffff;
  text-decoration: none;
}
.legal_frame .legal .frame .copy a:hover {
  text-decoration: underline;
}


/* HOME STYLES
   =========== */
.main_news_frame .main_news_slider {
  background-color: #D1D1D1;
  height: 340px;
  margin-bottom: 5px;
  display: block;
}

.main_news_frame .main_news_list {
  list-style-type: none;
}
.main_news_list li {
  font-size: 16px;
  margin-bottom: 5px;
}
.main_news_list li a {
  color: #2E2E2E;
}
.main_news_list li a:hover {
  color: #4287f5;
}
.main_news_list li:nth-child(1) {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.main_news_list li.more {
  text-align: right;
  margin-top: 15px;
  margin-right: 0px;
  font-weight: 800;
}
.main_news_list li.space {
  margin-bottom: 20px;
}

.featured_stations_frame {
  margin-bottom: 10px;
}
.featured_stations_frame .featured_stations_header {
  background-color: #2E2E2E;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.featured_stations_frame .stations_frame {
  display: table;
}
.stations_frame .station {
  display: table-cell;
  padding-right: 10px;
  vertical-align: top;
}
.stations_frame .station:nth-last-child(1) {
  padding-right: 0px;
}
.stations_frame .station .badge {
  background-color: #D1D1D1;
  width: 100%;
  height: 160px;
  margin-bottom: 2px;
  display: block;
}
.stations_frame .station .title {
  color: #4287f5;
  font-size: 18px;
  font-weight: 600;
}
.stations_frame .station .description {
  line-height: 24px;
}
.stations_frame .station .description .more {
  color: #000000;
}
.stations_frame .station .description .more:hover {
  color: #4287f5;
}

.latest_news_frame .latest_news {
  list-style-type: none;
  padding-left: 0px;
}
.latest_news li:nth-child(odd) {
  background-color: #E8E8E8;
}
.latest_news li:nth-child(even) {
  background-color: #F4F4F4;
}
.latest_news li .link {
  padding: 10px;
  display: table;
}
.latest_news li .link .badge,
.latest_news li .link .detail {
  display: table-cell;
  vertical-align: top;
}
.latest_news li .link .badge {
  width: 220px;
  padding-right: 10px;
}
.latest_news li .link .badge .img {
  background-color: #5D5D5D;
  width: 100%;
  height: 140px;
  display: block;
}
.latest_news li .link .detail .title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 5px;
}
.latest_news li .link .detail .description {
  font-size: 18px;
  line-height: 24px;
}
.latest_news li .link .detail .description .read {
  color: #4287f5;
  text-decoration: none;
}
.latest_news li .link .detail .description .read:hover {
  text-decoration: underline;
}
.latest_news li:nth-child(1) {
  background-color: #2E2E2E;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 10px;
}
.latest_news li:nth-last-child(1) {
  background-color: #858383;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  padding: 5px 10px;
}
.latest_news li:nth-last-child(1) a {
  color: #ffffff;
  text-decoration: none;
}
.latest_news li:nth-last-child(1) a:hover {
  text-decoration: underline;
}


/* SHOWS PAGE STYLES
   ================= */
.radio_shows_slider {
  background-color: #D1D1D1;
  height: 360px;
  margin-bottom: 10px;
  display: block;
}
.radio_shows_header {
  background-color: #2E2E2E;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.radio_shows_frame:nth-last-child(1) .radio_shows .show {
  margin-bottom: 0px;
}
.radio_shows_frame .radio_shows .show {
  background-color: #B9B9B9;
  width: 23.9%;
  height: 180px;
  margin-right: 1%;
  margin-bottom: 10px;
  display: inline-block;
}
.radio_shows_frame .radio_shows .show:nth-child(4n) {
  margin-right: 0%;
}


/* SHOW DETAIL STYLES
   ================= */
.home_column .show_detail_platform {
  margin-bottom: 10px;
  display: table;
}
.show_detail_platform .badge,
.show_detail_platform .detail {
  display: table-cell;
  vertical-align: top;
}
.show_detail_platform .badge {
  width: 540px;
  padding-right: 10px;
}
.show_detail_platform .badge .img {
  background-color: #B9B9B9;
  width: 100%;
  height: 320px;
}
.show_detail_platform .detail .name {
  font-size: 32px;
}
.show_detail_platform .detail .genre {
  color: #4287f5;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.show_detail_platform .detail .dj {
  font-size: 20px;
  margin-bottom: 40px;
}
.show_detail_platform .detail .dj a {
  color: #e8b20e;
}
.show_detail_platform .detail .description {
  font-size: 18px;
  line-height: 32px;
}
.home_column .show_detail_header {
  background-color: #2E2E2E;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.home_column .featured_content_header {
  background-color: #2E2E2E;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.featured_content_frame:nth-last-child(1) .featured_content .show {
  margin-bottom: 0px;
}
.featured_content_frame .featured_content .feature {
  background-color: #B9B9B9;
  width: 23.9%;
  height: 180px;
  margin-right: 1%;
  margin-bottom: 10px;
  display: inline-block;
}
.featured_content_frame .featured_content .feature:nth-child(4n) {
  margin-right: 0%;
}
.featured_content_frame .featured_content .more {
  width: 100%;
  text-align: right;
  margin: -5px 0px 40px;
}
.featured_content_frame .featured_content .more a {
  color: #000000;
  font-weight: 800;
  text-decoration: none;
}
.featured_content_frame .featured_content .more a:hover {
  text-decoration: underline;
}
.featured_content_bottom {
  margin-bottom: 40px;
}
.featured_content_frame .featured_content_body {
  font-size: 22px;
  font-weight: 100;
}

.music_news_frame .latest_news {
  list-style-type: none;
  padding-left: 0px;
}
.music_news_frame li:nth-child(odd) {
  background-color: #E8E8E8;
}
.music_news_frame li:nth-child(even) {
  background-color: #F4F4F4;
}
.music_news_frame li .link {
  padding: 10px;
  display: table;
}
.music_news_frame li .link .badge,
.music_news_frame li .link .detail {
  display: table-cell;
  vertical-align: top;
}
.music_news_frame li .link .badge {
  width: 220px;
  padding-right: 10px;
}
.music_news_frame li .link .badge .img {
  background-color: #5D5D5D;
  width: 100%;
  height: 140px;
  display: block;
}
.music_news_frame li .link .detail .title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 5px;
}
.music_news_frame li .link .detail .description {
  font-size: 18px;
  line-height: 24px;
}
.music_news_frame li .link .detail .description .read {
  color: #4287f5;
  text-decoration: none;
}
.music_news_frame li .link .detail .description .read:hover {
  text-decoration: underline;
}
.music_news_frame li:nth-child(1) {
  background-color: #2E2E2E;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 10px;
}
.music_news_frame li:nth-last-child(1) {
  background-color: #5D5D5D;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  padding: 5px 10px;
}
.music_news_frame li:nth-last-child(1) a {
  color: #ffffff;
  text-decoration: none;
}
.music_news_frame li:nth-last-child(1) a:hover {
  text-decoration: underline;
}


/* LIVE STYLES
   =========== */
.content_table .live_frame {
  padding: 10px 0px;
}
.live_frame .live_header {
  color: #1a65b1;
  font-size: 58px;
  font-weight: 600;
  text-align: center;
  margin: 20px 0px 10px;
}
.live_frame .live_header span {
  color: #3399FF;
}
.live_frame .live_player {
  background-color: #D1D1D1;
  width: 100%;
  height: 360px;
  margin-bottom: 40px;
}
.live_frame .live_action {
  font-size: 42px;
  text-align: center;
  margin-bottom: 30px;
}

.content_table .show_list_frame {
  width: 100%;
  margin-bottom: 120px;
}
.show_list_frame .show {
  width: 15.5%;
  display: inline-block;
  margin: 0px 1% 1% 0px;
}
.show_list_frame .show:nth-child(6n) {
  margin-right: 0%;
}
.show_list_frame .show .img {
  background-color: #B9B9B9;
  width: 100%;
  height: 180px;
  display: block;
}


/* DJ DETAIL STYLES
   ================ */
.dj_detail_banner {
  background-color: #D1D1D1;
  width: 100%;
  height: 360px;
  margin-bottom: 10px;
}
.dj_detail_platform .title {
  font-size: 42px;
}
.dj_detail_platform .genre {
  font-size: 24px;
  margin-bottom: 30px;
}
.dj_detail_platform .genre a {
  color: #4287f5;
}
.dj_detail_platform .description {
  font-size: 22px;
  font-weight: 300;
  line-height: 38px;
  margin-bottom: 60px;
}
.dj_detail_platform .description p {
  margin-bottom: 20px;
}
.social_media_frame {
  margin-bottom: 40px;
}
.social_media_header {
  background-color: #2E2E2E;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.social_media_frame:nth-last-child(1) .social_media .show {
  margin-bottom: 0px;
}
.social_media_frame .social_media .media {
  background-color: #B9B9B9;
  width: 49%;
  height: 120px;
  margin-right: 1%;
  margin-bottom: 10px;
  display: inline-block;
}
.social_media_frame .social_media .media:nth-child(2n) {
  margin-right: 0%;
}


/* NEWS STYLES
   =========== */
.news_ad_banner {
  background-color: #d8d7d7;
  width: 100%;
  height: 160px;
  display: block;
  margin-bottom: 10px;
}


/* NEWS STYLES
   =========== */
.news_detail_frame .news_detail_banner {
  background-color: #D1D1D1;
  width: 100%;
  height: 340px;
  margin-bottom: 10px;
}
.news_detail_platform .title {
  font-size: 32px;
}
.news_detail_platform .subtitle {
  color: #B9B9B9;
  font-size: 24px;
  margin-bottom: 10px;
}
.news_detail_platform .blurb {
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 20px;
  line-height: 30px;
}
.news_detail_platform .date {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
}
.news_detail_platform .media {
  margin-bottom: 40px;
}
.news_detail_platform .media .label,
.news_detail_platform .media .share {
  display: inline-block;
  vertical-align: middle;
}
.news_detail_platform .media .label {
  color: #858383;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 10px;
}
.news_detail_platform .media .share {
  list-style-type: none;
  padding-left: 0px;
}
.news_detail_platform .media .share li {
  display: inline-block;
}
.news_detail_platform .media .share li a {
  background-color: #d8d7d7;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  display: block;
}
.news_detail_platform .body {
  font-size: 22px;
  font-weight: 300;
  line-height: 50px;
  margin-bottom: 50px;
}
.news_detail_platform .body p {
  margin-bottom: 20px;
}
.news_detail_platform .author {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 120px;
}


/* GAME HOME STYLES
   ================ */
.game_home_frame .game_home_slider {
  background-color: #B9B9B9;
  width: 100%;
  height: 320px;
  display: block;
  margin-bottom: 10px;
}
.game_home_frame .game_home_platform {
  margin-bottom: 60px;
}
.game_home_platform .title {
  font-size: 38px;
}
.game_home_platform .description {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

/* GAME DETAIL STYLES
   ================== */
.game_detail_frame .game_detail_slider {
  background-color: #B9B9B9;
  width: 100%;
  height: 640px;
  display: block;
  margin-bottom: 10px;
}
.game_detail_frame .game_detail_header {
  background-color: #2E2E2E;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 10px;
  margin-bottom: 10px;
}


/* ALBUM DETAIL STYLES
   =================== */
.album_detail_platform {
  display: table;
  margin-bottom: 30px;
}
.album_detail_platform .cover,
.album_detail_platform .detail {
  display: table-cell;
  vertical-align: top;
}
.album_detail_platform .cover {
  width: 640px;
  padding-right: 30px;
}
.album_detail_platform .cover .img {
  background-color: #E8E8E8;
  width: 100%;
  height: 610px;
}
.album_detail_platform .detail .title {
  font-size: 38px;
}
.album_detail_platform .detail .artist {
  margin-bottom: 30px;
}
.album_detail_platform .detail .artist a {
  color: #000000;
  font-size: 26px;
  text-decoration: none;
}
.album_detail_platform .detail .artist a:hover {
  text-decoration: underline;
}
.album_detail_platform .detail .label,
.album_detail_platform .detail .release_date {
  font-size: 22px;
  font-weight: 300;
}
.album_detail_platform .detail .label span,
.album_detail_platform .detail .release_date span {
  font-weight: 500;
}
.album_detail_platform .detail .label {
  margin-bottom: 10px;
}
.album_detail_platform .detail .label a {
  color: #4287f5;
}
.album_detail_platform .detail .label a:hover {
  color: #e8b20e;
}
.album_detail_platform .detail .final {
  margin-bottom: 30px;
}
.album_detail_platform .detail .summary {
  font-size: 22px;
  font-weight: 300;
  line-height: 38px;
  margin-bottom: 40px;
}
.album_detail_platform .detail .summary p {
  margin-bottom: 20px;
}
.album_detail_platform .detail .summary ol {
  padding-left: 20px;
}
.album_detail_platform .detail .summary ol li {
  margin-bottom: 5px;
}
.album_detail_platform .detail .summary ol li a {
  color: #4287f5;
}
.album_detail_platform .detail .summary ol li a:hover {
  color: #e8b20e;
}
.album_detail_platform .detail .author {
  font-size: 22px;
  font-weight: 500;
}
.album_detail_other_header {
  background-color: #2E2E2E;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.album_detail_other_frame .other_albums .album {
  background-color: #B9B9B9;
  width: 15.511111%;
  height: 240px;
  margin: 0% 1% 1% 0%;
  display: inline-block;
}
.album_detail_other_frame .other_albums .album:nth-child(6n) {
  margin-right: 0%;
}

/* LYRIC MAIN STYLES
   ================= */
.lyrics_main_frame .title {
  font-size: 38px;
  margin-top: 30px;
}
.lyrics_main_frame .artist {
  font-size: 28px;
}
.lyrics_main_frame .final {
  margin-bottom: 30px;
}
.lyrics_main_frame .lyrics {
  font-size: 26px;
  font-weight: 300;
  line-height: 48px;
  margin-bottom: 80px;
}
.lyrics_main_frame .copyright {
  font-size: 22px;
  font-weight: 500;
}


/* MUSIC MAIN STYLES
   ================= */
.music_main_genre_slider {
  background-color: #D1D1D1;
  height: 340px;
  margin-bottom: 10px;
  display: block;
}
.music_main_genre_frame .music_main_genre_header {
  background-color: #2E2E2E;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.music_main_genre_frame .uppercase {
  text-transform: uppercase;
}
.music_main_genre_frame .music_main_tab_panel {
  background-color: #E8E8E8;
  width: 100%;
  height: 320px;
  margin-bottom: 10px;
}
.music_main_genre_frame .main_genre .genre {
  background-color: #B9B9B9;
  width: 23.9%;
  height: 240px;
  margin: 0% 1% 1% 0%;
  display: inline-block;
}
.music_main_genre_frame .main_genre .genre:nth-child(4n) {
  margin-right: 0%;
}
.music_main_genre_frame .main_genre .item {
  width: 23.9%;
  margin: 0% 1% 1% 0%;
  display: inline-block;
  vertical-align: top;
}
.music_main_genre_frame .main_genre .item:nth-child(4n) {
  margin-right: 0%;
}
.music_main_genre_frame .main_genre .item .badge {
  background-color: #B9B9B9;
  width: 100%;
  height: 240px;
  display: block;
  margin-bottom: 3px;
}
.music_main_genre_frame .main_genre .item .artist {
  color: #4287f5;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
.music_main_genre_frame .main_genre .item .artist:hover {
  text-decoration: underline;
}
.music_main_genre_frame .main_genre .item .location {
  color: #4287f5;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.music_main_genre_frame .main_genre .item .blurb .more {
  color: #4287f5;
}
.music_main_genre_frame .main_genre .item .blurb .more:hover {
  color: #e8b20e;
}
.padding_top {
  padding-top: 10px;
}
.padding_bottom {
  margin-bottom: 10px;
}


/* EVENT STYLES
   ================= */
.event_home_frame .event_home_slider {
  background-color: #B9B9B9;
  width: 100%;
  height: 420px;
  display: block;
  margin-bottom: 10px;
}
.event_home_frame .event_ad_banner {
  background-color: #d8d7d7;
  width: 100%;
  height: 160px;
  display: block;
  margin-bottom: 10px;
}
.event_home_frame .event_home_calendar {
  background-color: #E8E8E8;
  width: 100%;
  height: 800px;
  display: block;
}
.event_home_frame .event_home_header {
  background-color: #2E2E2E;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.event_home_frame .title {
  font-size: 38px;
  margin-top: 30px;
}
.event_home_frame .artist {
  font-size: 28px;
  margin-bottom: 20px;
}
.event_home_frame .label,
.event_home_frame .release_date {
  font-size: 22px;
  font-weight: 300;
}
.event_home_frame .label span,
.event_home_frame .release_date span {
  font-weight: 500;
}
.event_home_frame .label {
  margin-bottom: 10px;
}
.event_home_frame .final {
  margin-bottom: 30px;
}
.event_home_frame .blurb {
  font-size: 22px;
  line-height: 38px;
}
.event_home_frame .blurb p {
  margin-bottom: 20px;
}


/* COMING SOON STYLES
   ================== */
.content_table .coming_soon_frame {
  padding: 10px 0px;
}
.coming_soon_frame .coming_soon_header {
  color: #1a65b1;
  font-size: 58px;
  font-weight: 600;
  text-align: center;
  margin: 20px 0px 10px 0px;
}
.coming_soon_frame .coming_soon_header span {
  color: #3399FF;
}
.coming_soon_frame .coming_soon_banner {
  background-color: #D1D1D1;
  width: 100%;
  height: 360px;
  margin-bottom: 40px;
}
.coming_soon_frame .text {
  font-size: 26px;
  line-height: 48px;
  margin-bottom: 250px;
}


/* Micro devices (smaller form phones, 419px and lower) */
@media (max-width: 419px) {
  body {
    /* background-color: pink; */
  }
  .corporate .frame .tag {
    display: none;
  }
  .corporate .frame .platform {
    text-align: center;
  }
  .adnav .adnav_leadbanner {
    display: none;
  }
  .adnav .adnav_midbanner {
    display: none;
  }
  .adnav .adnav_smallbanner {
    display: block;
  }
  .topnav .topnav_icon {
    display: block;
  }
  .topnav .topnav_list {
    display: none;
  }
  .content_frame {
    padding: 0px;
  }
  .content_table .content_column {
    display: block;
  }
  .content_table .side_column {
    display: none;
  }
  .content_column .left_column {
    padding-left: 10px;
  }
  .content_table .info_column {
    width: 100%;
  }
  .video_playlist_frame {
    padding: 10px;
  }
  .main_news_frame .main_news_slider {
    height: 220px;
  }
  .main_news_list li:nth-child(n+2) {
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
  }
  .main_news_list li.more {
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: none;
  }
  .stations_frame .station {
    display: block;
    padding-right: 0px;
    margin-bottom: 25px;
  }
  .stations_frame .station .badge {
    height: 200px;
    margin-bottom: 5px;
  }
  .latest_news li .link {
    padding: 20px 15px;
  }
  .latest_news li .link .badge,
  .latest_news li .link .detail {
    display: block;
  }
  .latest_news li .link .badge {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 10px;
  }
  .latest_news li .link .badge .img {
    height: 200px;
  }
  .category_main_frame .category_main_title {
    font-size: 28px;
  }
  .category_main_frame .category_main_description {
    font-size: 20px;
  }
  .side_ad_frame .side_ad .img {
    width: 100%;
    height: 320px;
  }
  .content_table .ad_column {
    width: 100%;
    padding: 10px;
  }
  .news_detail_platform .body {
    font-size: 20px;
    line-height: 36px;
    text-align: justify;
    text-justify: inter-word;
    margin-bottom: 30px;
  }
  .news_detail_platform .author {
    margin-bottom: 80px;
  }
  .ad_column .ad_space_long {
    margin-bottom: 0px;
  }
  .pipe_frame {
    padding: 25px 15px;
  }
  .pipe_menu li {
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
  .botnav .column_menu li {
    display: block;
    margin-bottom: 40px;
  }
  .botnav .column_menu li:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .menu_list li {
    font-size: 18px;
  }
  .menu_list li:nth-child(1) {
    font-size: 20px;
  }
  .legal_frame .legal .frame .name,
  .legal_frame .legal .frame .copy {
    text-align: center;
    display: block;
  }
  .legal_frame .legal .frame .name {
    margin-bottom: 5px;
  }
  .content_column .home_column,
  .content_column .video_platform_column {
    display: block;
  }
  .content_column .video_platform_column {
    width: 100%;
    padding: 10px;
  }
  .video_detail_platform .comments {
    margin-bottom: 0px;
  }
  .home_column .video_detail_slider {
    height: 320px;
  }
  .category_main_frame .category_main_header_mobile {
    margin-bottom: 20px;
  }
  .category_main_header .menu li {
    display: block;
  }
  .category_main_header .menu li a {
    padding-right: 0px;
    border-right: none;
    margin-right: 0px;
  }
  .category_main_header .menu li {
    margin-bottom: 5px;
  }
  .category_main_header_mobile .menu li:nth-child(1) a {
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d7d7;
    margin-bottom: 10px;
  }
  .category_main_list_body .category_main_list {
    margin-bottom: 40px;
  }
  .category_main_list li {
    width: 100%;
    margin: 0% 0% 6% 0%;
    display: block;
  }
  .related_video_frame .thumb,
  .related_video_frame .detail {
    display: block;
  }
  .related_video_frame .thumb {
    width: 100%;
    padding-right: 0px;
  }
  .related_video_list li .related_video_frame {
    display: block;
  }
  .content_table .coming_soon_frame {
    padding: 10px;
  }
  .coming_soon_frame .text {
    margin-bottom: 80px;
  }
  .album_detail_platform {
    width: 100%;
  }
  .album_detail_platform .cover,
  .album_detail_platform .detail {
    display: block;
  }
  .album_detail_platform .cover {
    width: 100%;
    padding-right: 0px;
  }
  .album_detail_platform .cover .img {
    height: 300px;
  }
  .album_detail_platform .detail .title {
    font-size: 32px;
  }
  .album_detail_platform .detail .label {
    font-size: 18px;
  }
  .album_detail_platform .detail .summary {
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
    text-justify: inter-word;
  }
  .album_detail_other_frame .other_albums .album {
    width: 100%;
    margin: 0% 0% 4% 0%;
    display: block;
  }
  .lyrics_main_frame .title {
    font-size: 26px;
    margin-top: 20px;
  }
  .lyrics_main_frame .artist {
    font-size: 18px;
  }
  .lyrics_main_frame .lyrics {
    font-size: 22px;
    line-height: 42px;
    margin-bottom: 40px;
  }
  .lyrics_main_frame .copyright {
    font-size: 18px;
  }
  .wide_ad_column {
    width: 100%;
    padding: 10px;
  }
  .wide_ad_column .wide_ad_inhouse {
    height: 360px;
  }
  .wide_ad_column .wide_ad_square {
    height: 300px;
  }
  .content_table .live_frame {
    padding: 10px;
  }
  .live_frame .live_player {
    height: 320px;
  }
  .live_frame .live_action {
    font-size: 36px;
  }
  .show_list_frame .show {
    width: 100%;
    padding: 0px 10px;
    margin: 0% 0% 4% 0%;
  }
  .show_detail_platform .badge,
  .show_detail_platform .detail {
    display: block;
  }
  .show_detail_platform .badge {
    width: 100%;
    padding-right: 0px;
  }
  .show_detail_platform .detail .description {
    margin-bottom: 40px;
  }
  .featured_content_frame .featured_content .feature {
    width: 100%;
    margin: 0% 0% 4% 0%;
    display: block;
  }
  .music_news_frame li .link .badge,
  .music_news_frame li .link .detail {
    width: 100%;
    display: block;
  }
  .music_news_frame li .link .badge {
    padding-right: 0px;
  }
  .top_music_column {
    width: 100%;
    padding: 10px;
  }
  .top_music_column .top_music_header {
    margin-bottom: 10px;
  }
  .top_album_frame .top_album {
    width: 100%;
    padding: 10px 0px;
  }
  .top_album_frame .top_album .album {
    width: 100%;
    height: 300px;
  }
  .video_pick_frame .video_pick {
    padding: 0px 0px 10px 0px;
  }
  .video_pick .badge {
    width: 100%;
    height: 180px;
  }
  .advertisement_frame .advertisement {
    text-align: center;
    padding: 0px;
  }
  .advertisement .top_music_thinkskyscraper {
    display: inline-block;
    margin: 0px auto;
  }
  .dj_detail_platform .title {
    font-size: 32px;
  }
  .dj_detail_platform .genre {
    font-size: 22px;
  }
  .dj_detail_platform .description {
    text-align: justify;
    text-justify: inter-word;
  }
  .social_media_frame .social_media .media {
    width: 100%;
    height: 90px;
    display: block;
    margin-right: 0%;
  }
  .radio_shows_frame .radio_shows .show {
    width: 100%;
    display: block;
    margin: 0% 0% 4% 0% !important;
  }
  .radio_shows_frame .radio_shows .show:nth-last-child(1) {
    margin-bottom: 0% !important;
  }
  .music_main_genre_frame .main_genre .item {
    width: 48.4%;
    margin: 0% 1.5% 5% 0%;
  }
  .music_main_genre_frame .main_genre .item:nth-child(2n) {
    margin-right: 0%;
  }
  .music_main_genre_frame .main_genre .item .badge {
    height: 180px;
  }
  .search_bar_padding_bottom {
    margin-bottom: 180px;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (min-width: 420px) and (max-width: 575px) {
  body {
    /* background-color: yellow; */
  }
  .corporate .frame .tag {
    display: none;
  }
  .corporate .frame .platform {
    text-align: center;
  }
  .adnav .adnav_leadbanner {
    display: none;
  }
  .adnav .adnav_midbanner {
    display: block;
  }
  .topnav .topnav_icon {
    display: block;
  }
  .topnav .topnav_list {
    display: none;
  }
  .content_frame {
    padding: 0px;
  }
  .content_table .content_column {
    display: block;
  }
  .content_table .side_column {
    display: none;
  }
  .content_table .info_column {
    width: 100%;
  }
  .content_table .left_column {
    padding-left: 10px;
  }
  .content_table .ad_column {
    width: 100%;
    padding: 10px;
  }
  .main_news_list li:nth-child(n+2) {
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
  }
  .main_news_list li.more {
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: none;
  }
  .stations_frame .station {
    display: block;
    padding-right: 0px;
    margin-bottom: 25px;
  }
  .stations_frame .station .badge {
    height: 200px;
    margin-bottom: 5px;
  }
  .latest_news li .link {
    padding: 15px;
  }
  .latest_news li .link .badge,
  .latest_news li .link .detail {
    display: block;
  }
  .latest_news li .link .badge {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 10px;
  }
  .latest_news li .link .badge .img {
    height: 280px;
  }
  .news_detail_platform .body {
    text-align: justify;
    text-justify: inter-word;
    margin-bottom: 30px;
  }
  .news_detail_platform .author {
    margin-bottom: 80px;
  }
  .side_ad_frame .side_ad .img {
    width: 100%;
    height: 410px;
  }
  .pipe_frame {
    padding: 25px 15px;
  }
  .pipe_menu li {
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
  .botnav .column_menu li {
    display: block;
    margin-bottom: 40px;
  }
  .botnav .column_menu li:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .menu_list li {
    font-size: 18px;
  }
  .menu_list li:nth-child(1) {
    font-size: 20px;
  }
  .legal_frame .legal .frame .name,
  .legal_frame .legal .frame .copy {
    text-align: center;
    display: block;
  }
  .legal_frame .legal .frame .name {
    margin-bottom: 5px;
  }
  .content_column .home_column,
  .content_column .video_platform_column {
    display: block;
  }
  .content_column .video_platform_column {
    width: 100%;
    padding: 10px;
  }
  .video_detail_platform .comments {
    margin-bottom: 0px;
  }
  .home_column .video_detail_slider {
    height: 320px;
  }
  .category_main_frame .category_main_header_mobile {
    margin-bottom: 20px;
  }
  .category_main_header .menu li {
    display: block;
  }
  .category_main_header .menu li a {
    padding-right: 0px;
    border-right: none;
    margin-right: 0px;
  }
  .category_main_header .menu li {
    margin-bottom: 5px;
  }
  .category_main_header_mobile .menu li:nth-child(1) a {
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d7d7;
    margin-bottom: 10px;
  }
  .category_main_list_body .category_main_list {
    margin-bottom: 40px;
  }
  .category_main_list li {
    width: 48.7%;
    margin: 0% 1.5% 4% 0%;
    display: inline-block;
  }
  .category_main_list li:nth-child(2n) {
    margin-right: 0%;
  }
  .category_main_list li .item .portrait {
    height: 200px;
  }
  .related_video_frame .thumb,
  .related_video_frame .detail {
    display: block;
  }
  .related_video_frame .thumb {
    width: 100%;
    padding-right: 0px;
  }
  .related_video_list li .related_video_frame {
    display: block;
  }
  .content_table .coming_soon_frame {
    padding: 10px;
  }
  .coming_soon_frame .text {
    margin-bottom: 80px;
  }
  .album_detail_platform {
    width: 100%;
  }
  .album_detail_platform .cover,
  .album_detail_platform .detail {
    display: block;
  }
  .album_detail_platform .cover {
    width: 100%;
    padding-right: 0px;
  }
  .album_detail_platform .cover .img {
    height: 400px;
  }
  .album_detail_platform .detail .title {
    font-size: 32px;
  }
  .album_detail_platform .detail .label {
    font-size: 18px;
  }
  .album_detail_platform .detail .summary {
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
    text-justify: inter-word;
  }
  .album_detail_other_frame .other_albums .album {
    width: 48.5%;
    height: 200px;
    margin: 0% 1.5% 1.5% 0%;
  }
  .album_detail_other_frame .other_albums .album:nth-child(6n) {
    margin-right: 1.5%;
  }
  .album_detail_other_frame .other_albums .album:nth-child(2n) {
    margin-right: 0%;
  }
  .lyrics_main_frame .title {
    font-size: 26px;
    margin-top: 20px;
  }
  .lyrics_main_frame .artist {
    font-size: 18px;
  }
  .lyrics_main_frame .lyrics {
    font-size: 22px;
    line-height: 42px;
    margin-bottom: 40px;
  }
  .lyrics_main_frame .copyright {
    font-size: 18px;
  }
  .wide_ad_column {
    width: 100%;
    padding: 10px;
  }
  .wide_ad_column .wide_ad_inhouse {
    height: 360px;
  }
  .wide_ad_column .wide_ad_square {
    height: 300px;
  }
  .content_table .live_frame {
    padding: 10px;
  }
  .live_frame .live_player {
    height: 320px;
  }
  .live_frame .live_action {
    font-size: 36px;
  }
  .show_list_frame .show {
    width: 100%;
    padding: 0px 10px;
    margin: 0% 0% 4% 0%;
  }
  .show_detail_platform .badge,
  .show_detail_platform .detail {
    display: block;
  }
  .show_detail_platform .badge {
    width: 100%;
    padding-right: 0px;
  }
  .show_detail_platform .detail .description {
    margin-bottom: 40px;
  }
  .featured_content_frame > .featured_content .feature {
    width: 48.5%;
    margin: 0% 1.5% 1.5% 0%;
    display: inline-block;
  }
  .featured_content_frame .featured_content .feature:nth-child(2n) {
    margin-right: 0%;
  }
  .music_news_frame li .link .badge,
  .music_news_frame li .link .detail {
    width: 100%;
    display: block;
  }
  .music_news_frame li .link .badge {
    padding-right: 0px;
  }
  .top_music_column {
    width: 100%;
    padding: 10px;
  }
  .top_music_column .top_music_header {
    margin-bottom: 10px;
  }
  .top_album_frame .top_album {
    width: 100%;
    padding: 0px 0px 10px 0px;
  }
  .top_album_frame .top_album .album {
    width: 100%;
    height: 400px;
  }
  .video_pick_frame .video_pick {
    padding: 0px 0px 10px 0px;
  }
  .video_pick .badge {
    width: 100%;
    height: 260px;
  }
  .advertisement_frame .advertisement {
    text-align: center;
    padding: 0px;
  }
  .advertisement .top_music_thinkskyscraper {
    display: inline-block;
    margin: 0px auto;
  }
  .dj_detail_platform .title {
    font-size: 32px;
  }
  .dj_detail_platform .genre {
    font-size: 22px;
  }
  .dj_detail_platform .description {
    text-align: justify;
    text-justify: inter-word;
  }
  .social_media_frame .social_media .media {
    width: 100%;
    height: 90px;
    display: block;
    margin-right: 0%;
  }
  .radio_shows_frame .radio_shows .show {
    width: 100%;
    display: block;
    margin: 0% 0% 4% 0% !important;
  }
  .radio_shows_frame .radio_shows .show:nth-last-child(1) {
    margin-bottom: 0% !important;
  }
  .music_main_genre_frame .main_genre .genre {
    background-color: #B9B9B9;
    width: 31.5%;
    height: 130px;
    margin: 0% 1.5% 1.5% 0%;
    display: inline-block;
  }
  .music_main_genre_frame .main_genre .genre:nth-child(4n) {
    margin-right: 1.5%;
  }
  .music_main_genre_frame .main_genre .genre:nth-child(3n) {
    margin-right: 0%;
  }
  .music_main_genre_frame .main_genre .item {
    width: 48.4%;
    margin: 0% 1.5% 5% 0%;
  }
  .music_main_genre_frame .main_genre .item:nth-child(2n) {
    margin-right: 0%;
  }
  .music_main_genre_frame .main_genre .item .badge {
    height: 200px;
  }
  .music_main_genre_frame .main_genre .item .artist {
    font-size: 16px;
  }
  .music_main_genre_frame .main_genre .item .location {
    font-size: 14px;
  }
  .music_main_genre_frame .main_genre .item .blurb {
    font-size: 13px;
  }
  .search_bar_padding_bottom {
    margin-bottom: 180px;
  }
}
   
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
  body {
    /* background-color: red; */
  }
  .adnav .adnav_leadbanner {
    display: none;
  }
  .adnav .adnav_midbanner {
    display: block;
  }
  .topnav .topnav_icon {
    display: block;
  }
  .topnav .topnav_list {
    display: none;
  }
  .content_table .content_column {
    display: block;
  }
  .content_table .side_column {
    display: none;
  }
  .content_table .info_column {
    width: 100%;
    padding: 10px;
  }
  .content_table .left_column {
    padding-left: 10px;
  }
  .content_table .wide_ad_column {
    width: 100%;
    padding: 10px;
  }
  .show_detail_platform .badge,
  .show_detail_platform .detail {
    display: block;
  }
  .show_detail_platform .badge {
    width: 100%;
    padding-right: 0px;
    margin-right: 0%;
    margin-bottom: 5px;
  }
  .show_detail_platform .detail {
    margin-bottom: 40px;
  }
  .album_detail_platform {
    display: block;
  }
  .album_detail_platform .cover,
  .album_detail_platform .detail {
    display: block;
  }
  .album_detail_platform .cover {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 10px;
  }
  .album_detail_platform .cover .img {
    height: 560px;
  }
  .album_detail_other_frame .other_albums .album {
    width: 23.2%;
    height: 140px;
    margin: 0% 1.5% 1.5% 0%;
  }
  .album_detail_other_frame .other_albums .album:nth-child(6n) {
    margin-right: 1.5%;
  }
  .album_detail_other_frame .other_albums .album:nth-child(4n) {
    margin-right: 0%;
  }
  .category_main_frame .category_main_header_mobile {
    margin-bottom: 20px;
  }
  .category_main_header .menu li {
    display: block;
  }
  .category_main_header .menu li a {
    padding-right: 0px;
    border-right: none;
    margin-right: 0px;
  }
  .category_main_header .menu li {
    margin-bottom: 5px;
  }
  .category_main_header_mobile .menu li:nth-child(1) a {
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d7d7;
    margin-bottom: 10px;
  }
  .category_main_list li .item .portrait {
    height: 190px;
  }
  .content_table .ad_column {
    width: 100%;
    padding: 10px;
  }
  .latest_news li .link .detail .title {
    font-size: 20px;
  }
  .latest_news li .link .detail .description {
    font-size: 16px;
  }
  .music_main_genre_frame .main_genre .genre {
    background-color: #B9B9B9;
    width: 23.2%;
    height: 130px;
    margin: 0% 1.5% 1.5% 0%;
    display: inline-block;
  }
  .music_main_genre_frame .radimain_genreo_shows .genre:nth-child(4n) {
    margin-right: 0%;
  }
  .music_main_genre_frame .main_genre .item {
    width: 23.2%;
    margin: 0% 1.5% 5% 0%;
  }
  .music_main_genre_frame .main_genre .item:nth-child(4n) {
    margin-right: 0%;
  }
  .music_main_genre_frame .main_genre .item .badge {
    height: 150px;
  }
  .music_main_genre_frame .main_genre .item .artist {
    font-size: 16px;
  }
  .music_main_genre_frame .main_genre .item .blurb {
    font-size: 14px;
  }
  .content_table .top_music_column {
    width: 100%;
    padding: 10px;
  }
  .top_music_column .top_music_header {
    margin-bottom: 10px;
  }
  .top_album_frame .top_album {
    padding: 0px 0px 10px 0px;
  }
  .top_album_frame .top_album .album {
    width: 100%;
    height: 560px;
  }
  .show_list_frame .show {
    width: 23.2%;
    margin: 0% 1.5% 1.5% 0%;
  }
  .show_list_frame .show:nth-child(6n) {
    margin-right: 1.5%;
  }
  .show_list_frame .show:nth-child(4n) {
    margin-right: 0%;
  }
  .show_list_frame .show .img {
    width: 100%;
    height: 120px;
  }
  .advertisement_frame .advertisement {
    text-align: center;
    padding: 0px;
  }
  .advertisement .top_music_thinkskyscraper {
    display: inline-block;
    margin: 0px auto;
  }
  .video_pick_frame .video_pick {
    padding: 0px 0px 10px 0px;
  }
  .video_pick_frame .video_pick .badge {
    width: 100%;
    height: 300px;
  }
  .info_column .video_playlist {
    margin-bottom: 10px;
  }
  .side_ad_frame .side_ad {
    padding: 10px 0px 0px;
  }
  .side_ad_frame .side_ad .img {
    margin-bottom: 0px;
  }
  .side_ad_frame .side_ad .img:nth-child(1) {
    margin-bottom: 10px;
  }
  .category_main_list li {
    width: 31.8%;
    margin: 0% 1.5% 4% 0%;
  }
  .category_main_list li:nth-child(3n) {
    margin-right: 0%;
  }
  .category_main_list li .item .title {
    font-weight: 500;
  }
  .category_main_list li .item .links {
    margin-top: -3px;
  }
  .category_main_list li .item .links .link {
    font-size: 14px;
  }
  .featured_content_frame .featured_content .feature {
    width: 23.2%;
    margin: 0% 1.5% 1.5% 0%;
    height: 120px;
  }
  .pipe_frame {
    padding: 25px 15px;
  }
  .pipe_menu li {
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
  .botnav_frame .botnav .column_menu > li {
    width: 48.5%;
    margin: 0% 1.5% 8% 0%;
    display: inline-block;
  }
  .botnav_frame .botnav .column_menu li:nth-child(2n) {
    margin-right: 0%;
  }
  .search_bar_padding_bottom {
    margin-bottom: 180px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  body {
    /* background-color: green; */
  }
  .topnav .topnav_icon {
    display: block;
  }
  .topnav .topnav_list {
    display: none;
  }
  .content_table .content_column {
    display: block;
  }
  .content_table .side_column {
    display: none;
  }
  .content_table .info_column {
    width: 100%;
    padding: 10px;
  }
  .content_table .ad_column {
    width: 100%;
    padding: 10px;
  }
  .content_table .wide_ad_column {
    width: 100%;
    padding: 10px;
  }
  .content_table .left_column {
    padding: 10px;
  }
  .info_column .video_playlist {
    height: 720px;
  }
  .category_main_list li {
    width: 18.3%;
    margin: 0% 1.5% 4% 0%;
  }
  .category_main_list li:nth-child(6n) {
    margin-right: 1.5%;
  }
  .category_main_list li:nth-child(5n) {
    margin-right: 0%;
  }
  .category_main_list li .item .portrait {
    height: 150px;
  }
  .album_detail_platform .cover {
    width: 480px;
    padding-right: 30px;
  }
  .album_detail_platform .cover .img {
    background-color: #E8E8E8;
    width: 100%;
    height: 450px;
  }
  .album_detail_platform .detail .title {
    font-size: 32px;
  }
  .album_detail_platform .detail .label {
    font-size: 20px;
  }
  .album_detail_platform .detail .summary {
    font-size: 20px;
    line-height: 34px;
  }
  .ad_column {
    width: 100%;
    padding: 10px;
  }
  .show_list_frame .show {
    width: 23.2%;
    margin: 0% 1.5% 1.5% 0%;
  }
  .show_list_frame .show:nth-child(6n) {
    margin-right: 1.5%;
  }
  .show_list_frame .show:nth-child(4n) {
    margin-right: 0%;
  }
  .album_detail_other_frame .other_albums .album {
    width: 18.3%;
    height: 150px;
    margin: 0% 1.5% 1.5% 0%;
  }
  .album_detail_other_frame .other_albums .album:nth-child(6n) {
    margin-right: 1.5%;
  }
  .album_detail_other_frame .other_albums .album:nth-child(5n) {
    margin-right: 0%;
  }
  .side_ad_frame .side_ad {
    padding: 30px 15px;
  }
  .side_ad_frame .side_ad .img {
    display: none;
  }
  .side_ad_frame .side_ad .img_leaderboard {
    display: block;
  }
  .side_ad_frame .side_ad .img_leaderboard:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .content_table .top_music_column {
    width: 100%;
    padding: 10px;
  }
  .top_album_frame .top_album .album {
    width: 100%;
    height: 700px;
  }
  .video_pick .badge {
    width: 100%;
    height: 380px;
  }
  .pipe_frame {
    padding: 25px 15px;
  }
  .pipe_menu li {
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
  .botnav_frame .botnav .column_menu > li {
    width: 48.5%;
    margin: 0% 1.5% 8% 0%;
    display: inline-block;
  }
  .botnav_frame .botnav .column_menu li:nth-child(2n) {
    margin-right: 0%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    /* background-color: lightblue; */
  }
  .main_news_frame .main_news_slider {
    height: 280px;
  }
  .main_news_list li:nth-child(n+2) {
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
  }
  .main_news_list li.more {
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: none;
  }
  .news_detail_platform .body {
    margin-bottom: 30px;
  }
  .news_detail_platform .author {
    margin-bottom: 100px;
  }
  .stations_frame .station {
    display: block;
    padding-right: 0px;
    margin-bottom: 25px;
  }
  .stations_frame .station .badge {
    height: 200px;
    margin-bottom: 5px;
  }
  .latest_news li .link {
    padding: 15px;
  }
  .latest_news li .link .badge,
  .latest_news li .link .detail {
    display: block;
  }
  .latest_news li .link .badge {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 10px;
  }
  .latest_news li .link .badge .img {
    height: 280px;
  }
  .latest_news li .link .detail .title {
    font-size: 20px;
    font-weight: 500;
  }
  .latest_news li .link .detail .description {
    font-size: 16px;
  }
  .social_media_frame .social_media .media {
    background-color: #B9B9B9;
    width: 100%;
    height: 120px;
    margin-right: 0%;
    margin-bottom: 10px;
    display: block;
  }
  .social_media_frame .social_media .media:nth-child(2n) {
    margin-right: 0%;
  }
  .show_detail_platform .badge,
  .show_detail_platform .detail {
    display: block;
  }
  .show_detail_platform .badge {
    width: 100%;
    padding-right: 0px;
  }
  .featured_content_frame .featured_content .feature {
    width: 48.5%;
    margin: 0% 1.5% 1.5% 0%;
  }
  .featured_content_frame .featured_content .feature:nth-child(4n) {
    margin-right: 1.5%;
  }
  .featured_content_frame .featured_content .feature:nth-child(3n) {
    margin-right: 1.5%;
  }
  .featured_content_frame .featured_content .feature:nth-child(2n) {
    margin-right: 0%;
  }
  .category_main_list li {
    width: 15.44444%;
  }
  .category_main_list li .item .portrait {
    height: 185px;
  }
  .album_detail_platform .cover {
    width: 480px;
    padding-right: 30px;
  }
  .album_detail_platform .cover .img {
    background-color: #E8E8E8;
    width: 100%;
    height: 450px;
  }
  .lyrics_main_frame .lyrics {
    font-size: 22px;
    line-height: 42px;
  }
  .content_table .info_column {
    width: 300px;
  }
  .top_album_frame .top_album .album {
    width: 100%;
    height: 300px;
  }
  .video_pick .badge {
    width: 100%;
    height: 180px;
  }
  .radio_shows_frame .radio_shows .show {
    width: 31.5%;
    height: 120px;
    margin: 0% 1.5% 1.5% 0%;
  }
  .radio_shows_frame .radio_shows .show:nth-child(4n) {
    margin-right: 1.5%;
  }
  .radio_shows_frame .radio_shows .show:nth-child(3n) {
    margin-right: 0%;
  }
  .show_list_frame .show {
    width: 15.4%;
  }
  .show_list_frame .show .img {
    height: 150px;
  }
  .album_detail_other_frame .other_albums .album {
    width: 15%;
    height: 150px;
    margin: 0% 1.5% 1.5% 0%;
  }
  .pipe_frame {
    font-size: 18px;
  }
}

/* Extra large devices (large desktops, 1600px and up) */
@media (min-width: 1200px) {
  body {
    /* background-color: purple; */
  }
  .latest_news li .link .detail .title {
    font-size: 20px;
    font-weight: 500;
  }
  .latest_news li .link .detail .description {
    font-size: 16px;
  }
  .show_detail_platform .badge,
  .show_detail_platform .detail {
    display: block;
  }
  .show_detail_platform .badge {
    width: 100%;
    padding-right: 0px;
  }
  .show_detail_platform .detail {
    margin-bottom: 40px;
  }
  .featured_content_frame .featured_content .feature {
    width: 31.7%;
    margin: 0% 1.5% 1.5% 0%;
  }
  .featured_content_frame .featured_content .feature:nth-child(3n) {
    margin-right: 0%;
  }
  .featured_content_frame .featured_content .feature:nth-child(4n) {
    margin-right: 1.5%;
  }
  .top_album_frame .top_album .album {
    width: 100%;
    height: 300px;
  }
  .radio_shows_frame .radio_shows .show {
    width: 23.3%;
    height: 140px;
    margin: 0% 1.5% 1.5% 0%;
  }
  .radio_shows_frame .radio_shows .show:nth-child(4n) {
    margin-right: 0%;
  }
  .video_pick .badge {
    width: 100%;
    height: 180px;
  }
  .pipe_frame {
    font-size: 22px;
  }
}