html {
    background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-y: auto;

}

body {
    position: relative;
    font-family: 'Roboto', sans-serif;
    min-height: 1000px;
    max-width: 100%;
    display: none;
    margin: 10px;
}

.wrapper {
    position: absolute;
    left: 355px;
    right: 0;
    width: auto;
    /*max-width: 1280px;*/
    height: 100%;
}

.bck_cover {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,050505+100&0.7+0,0.7+38,0.95+71,1+85 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(2,2,2,0.7) 38%, rgba(4,4,4,0.95) 71%, rgba(4,4,4,1) 85%, rgba(5,5,5,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(2,2,2,0.7) 38%,rgba(4,4,4,0.95) 71%,rgba(4,4,4,1) 85%,rgba(5,5,5,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(2,2,2,0.7) 38%,rgba(4,4,4,0.95) 71%,rgba(4,4,4,1) 85%,rgba(5,5,5,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#050505',GradientType=0 ); /* IE6-9 */

}

.content_container {
    height: 100%;
}

#tab-start, #tab-schedule, #tab-podcast {
	max-width: 940px;
}

#tab-podcast {
	margin-left: -50px;
}

.tab_content {
    color: #fff;
    text-align: left;
    position: absolute;
    /*left: 210px;*/
    left: 0;
    right: 340px;
    top: 50px;
    bottom: 70px;
    /*max-width: 750px;*/
    display: none;
    -moz-transition: opacity 0.4s ease 0.4s;
    -webkit-transition: opacity 0.4s ease 0.4s;
    -o-transition: opacity 0.4s ease 0.4s;
    transition: opacity 0.4s ease 0.4s;
}

.content_title {
    font-size: 34px;
    color: #AAAAAA;
    font-weight: 300;
    float: left;
    margin-bottom: 20px;
}

.full_schedule_button {
	font-size: 16px;
	font-weight: 700;
    float: right;
    background-color: #444444;
    padding: 8px 20px 8px 20px;
}

.full_schedule_button:hover {
    cursor: pointer;
    background-color: #1a1a1a;
}

#schedule_iframe {
    width: 100%;
    max-width: 100%;
    float: left;
    clear: right;
}

#mini_schedule_iframe {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 20px;
}
.place_holder {
    width: 100%;
    min-height: 80px;
}
.fb_share_button {
    background: url("img/fb-icon.png") no-repeat center center;
    background-size: 100%;
    width: 25px;
    height: 25px;
    margin: 10px 3px 10px 3px;
    float: left;
}

.tt_share_button {
    background: url("img/tt-icon.png") no-repeat center center;
    background-size: 100%;
    width: 25px;
    height: 25px;
    margin: 10px 10px 10px 40px;
    float: left;
}

.share_button_container {
    float: left;
    opacity: 0;
    transform: scale(0.4,1);
    -ms-transform: scale(0.4,1);
    -webkit-transform: scale(0.4,1);
    -o-transform: scale(0.4,1);
    -moz-transform: scale(0.4,1);
    transform-origin: top left;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    margin-top: 2px;
}

#schedule_iframe.tab_content.current, .tab_content.current {
    display: block;
}

.start {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}

.current {
    display: block;
    -webkit-transition: opacity 0.4s ease 0.0s;
    transition: opacity 0.4s ease 0.0s;
}


.station_title {
    font-size: 40px; /** Fallback if vw is not suppoted */
    font-weight: 400;
    text-align: left;
    width: auto;
    padding-bottom: 3px;
    margin-bottom: 15px;
    display: inline;
    line-height: 54px;
}

.station_description {
	font-size: 18px;
	line-height: 140%;
	font-weight: 300;
    margin-bottom: 20px;
    margin-top: 20px;
}
.station_tags {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 21px;
}
.tag_icon {
    width: 20px;
    height: 20px;
    margin-right: -21px;
    margin-top: -10px;
}
.one_tag {
	font-size: 18px;
    color: #bbbbbb;
    font-weight: 300;
    margin: 0 0 11px 30px;
}
.start .line {
    height: 2px;
    width: 20px;
    background-color: #d58512;
    margin-top: -15px;
}

.start p {
    font-size: 12px; /** Fallback if vw is not suppoted */
    /*font-size: 4vh;*/
    font-weight: 400;
    text-align: left;
    float: left;
    clear: both;
    margin-top: 0;
}

#rss-title {
    margin-left: 50px;
}

#rss-subscribe {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    float: right;
    text-align: center;
    background-color: #FF9123;
    padding: 6px 10px 6px 10px;
}

.rss_icon span {
    color: #fff;
    margin-left: 5px;
    font-size: 16px;
    vertical-align: middle;
}

.rss_icon:hover {
    opacity: 0.8;
}

.rss_icon {
    font-size: 14px;
    text-decoration: none;
    margin-top: 10px;
}

.podcast .rss_icon img {
    vertical-align: middle;
    margin-left: 3px;
    height: 25px;
    width: auto;
}


.login h2, .podcast h2 {
    font-size: 28px;
    font-weight: 300;
}

.podcast_bck {
    margin-top: 40px;
}

.social_media_wrapper {
    width: 100%;
    height: 50px;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 50px;
}

.social_media {
    margin: 0px 10px;
}

.social_media img {
    width: 30px;
    height: 30px;
}

#top_expand {
    display: none;
}


.radio_logo {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 250px;
    height: 100px;
    background-color: #2a2c2e;
    text-align: center;
    padding-top: 20px;
}

#radio_img {
    /*margin: 18px auto;*/
    /*background: url("/css/radio-page/img/logo.png") no-repeat center;
    background-size: 90%;*/

	width: auto;
	max-width: 100%;
	max-height: 80px;
	padding: 0px 20px;
	box-sizing: border-box;
}

.square .radio_logo {
	height: 145px;
}

.square #radio_img {
	max-height: 125px;
}

.square .nav_bar {
	top: 145px;
}

.portrait .radio_logo {
	height: 160px;
}


.portrait #radio_img {
	max-height: 140px;
}

.portrait .nav_bar {
	top: 160px;
}

.nav_bar {
    position: fixed;
    bottom: 50px;
    top: 100px;
    left: 0;
    width: 250px;/*180px;*/
    background-color: #2A2C2E;
    display: block;
}

.nav_item {
    width: 100%;
    height: 65px;
    float: left;
}

.nav_icon {
    width: 32px;
    height: 32px;
    float: left;
    margin: 17px 15px 17px 45px;
}

.nav_text {
    float: left;
    color: #fff;
    font-size: 18px;
    margin-left: 5px;
    margin-top: 22px;
}
.artwork {
    position: fixed;
    bottom: 65px;
    width: 250px;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.bottom_wrapper {
    position: fixed;
    bottom:0;
    left:0;
    right:0;
    height: 65px;
    background-color: #181818;
}

.bottom_cover {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 65px;
    z-index: 20;
    background-color: rgb(0,0,0);
    background-color: rgba(20,20,20,0.85);
    font-size: 22px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 20px;
    cursor: pointer;
}
.player_iframe_wrapper {
    height: 100%;
    overflow: hidden;
    width: 70%;
}

#player_iframe {
    width: 100%;
    height: 100%;
}
.mini_artwork {
    display: none;
}

.bottom_button_panel {
    background-color: #181818;
    width: auto;
    float: right;
}

.bottom_button {
    float: right;
    margin: 0 25px 0 25px;
}

.bottom_button p {
    float: left;
    color: #AAAAAA;
    font-size: 14px;
    font-weight: 400;
    margin-top: 25px;
    margin-right: 20px;
}

.bottom_button:hover {
    cursor: pointer;
}

.bottom_button img {
    margin: 24px 0 24px 0;
    width: 18px;
    height: auto;
    float: left;
}

#bottom_expand {
    display: none;
}

#bottom_expand:hover {
    cursor: pointer;
}
.station_tag {
    width: 100%;
    height: 50px;
    float: left;
}

.transparent_background {
    display: none;
    z-index: 1;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.5);
    text-align: center;
}

.button_panel {
    position: relative;
    width: 100%;
    max-width: 420px;
    top: 25%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    background-color: #fff;
    text-align: center;
    display: none;
}
.share_song_button {
    display: inline-block;
    margin: 20px 10px 0 10px;
}
.button_panel .text {
    display: inline-block;
    margin: 30px 0 0 0;
    font-size: 22px;
    color: black;
    clear: right;
    width: 100%;
    text-align: center;
}
.button_panel div {
    font-size: 12px;
    font-weight: 300;
    color: black;
}
.button_panel .hint {
    margin-top: 20px;
}

img.close_button {
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 0.6;
    cursor: pointer;
}

img.close_button:hover {
    opacity: 1;
}

input[type=text].input_code {
    color: #000;
    border: solid 1px #fca762;
    width: 60%;
    padding: 7px;
    font-size: 14px;
    height: 100%;
    display: inline-block;
    vertical-align: bottom;
}
#copy_code {
    background: url("img/copy.png");
    background-size: 100%;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: bottom;
    margin-left: -4px;
    margin-bottom: 1px;
    opacity: 1;
}
#copy_code:hover {
    opacity: 0.8;
    cursor: pointer;
}

.code_container {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    height: 35px;
}

.right_side_wrapper {
    position: absolute;
    right: 0;
    top: 180px;
    bottom: 50px;
    width: 200px;
}

.branding_wrapper {
    position: fixed;
    right: 50px;
    top: 50px;
    width: 160px;
    color: #D4D3D1;
    font-size: 12px;
    text-align: center;
    opacity: 0.8;
}
a.airtime_logo {
    text-decoration: none;
}

.branding_wrapper a, .branding_wrapper div {
    min-width: 100%;
    text-decoration: none;
    clear: both;
    margin-top: 5px;
    border-bottom: transparent !important;
}
/*
.branding_wrapper a {
    color: #ff5d1a;
    text-decoration: none;
    border-bottom: 1px dotted #ff5d1a;
}
*/
.branding_wrapper a:hover {
    border-bottom: 1px solid #fff;
}
.airtime_logo, .branding {
    width: 100%;
    min-width: 100%;
}

.airtime_logo img {
    margin: 0 auto;
    max-width: 80px;
}

.cont_btn {
    width: 50px;
    height: 50px;
    margin: 8px 5px;
    display: inline-block;
    cursor: pointer;
    opacity: 0.9;
    float: left;
    margin-left: 10px;
}

.cont_btn:hover {
    /*background-color: #409187;*/
    opacity: 1;
}

.cont_btn.play {
    background: url('img/play-white.png') no-repeat center center;
    background-size: 80%;
}

.cont_btn.pause {
    background: url('img/pause-white.png') no-repeat center center;
    background-size: 80%;
}

.on_air {
    margin-left: 10px;
    overflow: hidden;
    width: 270px;
    min-width: 120px;
    color: #fff;
    float: left;
}

.now_playing {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 18px;
    margin: 10px 0;
    width: 100%;
    /*
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    */
}


.now_playing span {
    display: block;
    font-weight: 300;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.now_playing .track_title {
    font-weight: 700;
}
.now_playing .artist {
    font-weight: 300;
}

.button {
    width: 25px;
    min-width: 25px;
    height: 25px;
    display: inline-block;
    margin: 8px 2%;
    cursor: pointer;
    float: right;
    background-size: auto;
}



.volume_bar_container {
    float: left;
    width: 200px;
    min-width: 120px;
    margin: 25px 0px 25px 10px;
}

.volume_bar_container .mute {
    background: url("img/mute.png") no-repeat center;
    background-size: 50%;
    padding-left: 15px;
    padding-top: 5px;
    float: left;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.volume_bar_container .unmute {
    background: url("img/unmute.png") no-repeat center;
    background-size: 50%;
    float: left;
    padding-left: 15px;
    padding-top: 5px;
    width: 10px;
    height: 10px;
    opacity: 1;
}
.volume_bar_container .unmute:hover {
    opacity: 0.6;
}

.volume_bar_container .mute:hover {
    opacity: 0.6;
}

.volume {
    position:relative;
    cursor:pointer;
    width: 150px;
    height:3px;
    float:left;
    margin-top:7px;
    margin-right:10px;
    background-color:#888;
}
.volume_bar {
    display:block;
    height:3px;
    /*position:absolute;
    top:0;
    left:0;*/
    /*background-color:#ff5d1a;*/
    background-color: #fff;
    z-index:10;
    width: 100%;
}
/* ----------------------------------- */
/* css for schedule widgets */
.premium_schedule {
    width: 100%;
    margin-top: 20px;
    clear:both;
}

.premium_schedule .tabs {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    /*background: rgba(69, 155, 143, 0.8);*/
    background: #111111;
    margin-bottom: 0;
}

.separate_line {
    width: 100%;
    height: 2px;
    background-color: #444444;
}

.premium_schedule .tabs li {
	font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    /*width: 100px;*/
    width: 14.27%;
    height: 80px;
    display: inline-block;
    font-size: 14px;
    padding: 15px 0 0 0;
    box-sizing: border-box;
    cursor: pointer;
}

.premium_schedule .tabs li span {
    font-size: 30px;
    display: block;
}

.schedule_content {
    /*background: rgba(0, 0, 0, 0.3);*/
    background: #222222;
    /*max-height: 290px;*/
    min-height: 200px;
    -webkit-transition: max-height 2s ease;
    transition: max-height 2s ease;
    /*margin-top: -16px;*/
    overflow-y: auto;
    overflow-x: hidden;
    text-overflow: ellipsis;

    /*transition-delay: 1s;*/
}

.schedule.current .schedule_content {
    /*height: 50%;
    overflow-y: auto;*/
    max-height: 700px;
    overflow-y: auto;
}

.schedule_item {
    display: none;
    font-size: 17px;
    text-align: left;
    text-transform: uppercase;
    padding: 30px 40px;
}

.schedule_item.active {
    display: block;
}

.schedule_item .row {
    padding-top: 10px;
    padding-bottom: 10px;
}

.empty-schedule {
    text-transform: none;
    text-align: center;
}

.schedule_item div.time_grid {
    /*padding-right: 10px;*/
    font-family: 'Roboto Condensed', sans-serif;
    width: 15%;
    min-width: 120px;
    font-weight: 300;
    color: #AAAAAA;
    display: inline-block;
    vertical-align: middle;
}

.schedule_item div.name_grid {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
    width: 67%;
    display:inline-block;
    vertical-align: middle;
}
.show {
    width: 100%;
    height: 180px;
    min-height: 180px;
    color: #ffffff;
    display: none;
    /*display: -webkit-box;*/
    margin-bottom: 7px;
    background-color: #222222;
    clear: both;
}

#no_show.show {
    line-height: 180px;
    vertical-align: middle;
}
.show_image_wrapper {
    width: 240px;
    height: 180px;
    float: left;
    position: relative;
}
.show img {
    max-width: 240px;
    max-height: 180px;
    width: auto;
    height: auto;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
.show_info {
    /*width: calc(100% - 200px);*/
    overflow: hidden;
    padding-left: 15px;
    padding-right: 5px;
    width: calc(100% - 240px);
    box-sizing: border-box;
}
.show_info .title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
}

.show_info .info{
    font-size: 15px;
    color: #BBBBBB;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 15px;
    margin-right: 5px;
    overflow: hidden;
}

.show_info .current_show_indicator {
    background-color: #ff5d1a;
    width: 80px;
    min-width: 80px;
    text-align: center;
    padding: 8px 5px;
}
.show_info .next_show_indicator {
    background-color: #3a3a3a;
    width: 80px;
    min-width: 80px;
    text-align: center;
    padding: 8px 5px;
}
#no_show.show {
    -webkit-box-pack: center;
    justify-content: center;
}
.noshow_indicator {
    font-size: 20px;
    text-align: center;
}
/* ------------------------------------ */

/*.ui-tooltip {
    width: 200px;
    background-color: #fff;
    opacity: 1;
}*/
/*
.ui-tooltip {
    border: 1px solid !important;
    padding: 30px !important;
    width: 300px !important;
    color: black !important;
    text-align: left !important;
    background-color: white !important;
    background: white !important;

    opacity: 1.0 !important;
    filter: alpha(opacity=100) !important;
}
*/

input[type="text"] {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 20px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    margin-bottom: 1px;
    width: 100%;
    max-width: 380px;
    text-align: center;
    box-sizing: border-box;
}

input[type="text"]:hover {
    background: rgba(255, 255, 255, 0.3);
}

input[type="submit"] {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    background: #459B8F;
    width: 100%;
    max-width: 380px;
    padding: 18px 20px;
    margin-top: 20px;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
}

input[type="submit"]:hover {
    background-color: #409187;
}

@media (max-width: 1400px) {
	.wrapper {
		left: 305px;
	}
	.radio_logo, .nav_bar, .artwork {
		width: 200px;
	}
	.artwork {
		display: none;
		height: 200px;
	}
	.nav_item {
		height: 55px;
	}
	.nav_icon {
		margin: 12px 15px 12px 25px;
	}
	.nav_text {
		font-size: 16px;
		margin-top: 18px;
	}/*
	.artwork {
		display: none;
	}*/
	.station_title {
		font-size: 34px;
	}
	.station_description, .one_tag {
		font-size: 16px;
	}
	.content_title {
		font-size: 28px;
	}
	.full_schedule_button, .current_show_indicator, .next_show_indicator {
		font-size: 15px;
	}
	.premium_schedule .tabs li span {
		font-size: 26px;
	}
    .mini_artwork {
        display: inline-block;
        float: left;
        height: 65px;
        width: 65px;
        background: none no-repeat center 0px;
        background-size: 100%;
    }
}

@media (max-width: 1200px) {
	.wrapper {
		width: auto;
		max-width: 100%;
	}

	.tab_content {
		position: static;
		margin: 30px 0 45px 0;
		width: 95%;
	}

	.branding_wrapper {
		width: 100%;
		clear: both;
		position: static;
		text-align: center;
		margin: 0px auto 70px auto;
		left: 20px;
		top: auto;
		bottom: 80px;
	}

	.branding_wrapper a img {
		float: none;
		margin-left: 0px;
	}
    .branding_wrapper a.airtime_logo{
        border: none;
       text-decoration: none;
    }
    .airtime_logo img {
        margin-bottom: 0;
    }

}

@media (max-width: 1000px) {

    .wrapper .radio_logo {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 70px;
        width: 100%;
        min-width: 100%;
        margin: 0;
        z-index: 100;
        padding-top: 0;
    }

    #radio_img {
        float:right;
        height: 46px;
        width: auto;
        margin-right: 20px;
        margin-top: 13px;
        padding: 0px;
        max-width: 70%;
    }

    #top_expand {
        float: left;
        width: 25px;
        height: 25px;
        margin-top: 22px;
        margin-left: 10px;
        display: inline-block;
    }

    .social_media_wrapper {
		position: absolute;
		left: 0px;
		bottom: 5px;
		margin-bottom: 0px;
    }

    .social_media {
    	margin: 0px 20px 0px 0px;
    }

    .wrapper .nav_bar {
        z-index: 10;
        display: none;
        top: 70px;
        bottom: auto;
        padding-bottom: 80px;
    }
    .nav_item {
        position: relative;
        top: 0px;
    }
    .artwork {
        display: none;
    }
    .content_container {
        padding-top: 70px;
    }
    .bottom_wrapper {
        height: 70px;
    }
    .bottom_cover {
        height: 70px;
        padding-top: 20px;
        font-size: 25px;
    }
    .player_iframe_wrapper {
        /*width: calc(100% - 320px);*/
        width: auto;
    }
    .bottom_button {
        margin: 6px 20px 0 0;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
                flex-direction: column-reverse;
        -webkit-box-align: center;
                align-items: center;
        width: 60px;
    }
    .bottom_button p {
        display: block;
        margin: 7px 0 0 0;
        font-size: 13px;
    }
    .bottom_button img {
        display: block;
        float: none;
        margin: 10px 0 0 0;
        width: 18px;
        height: auto;
    }
    #player_iframe {
        width: 100%;
    }

    /*span.login-img {
        display:none;
    }*/
    .wrapper {
        width: 100%;
        max-width: 100%;
        left: 0;
    }
    /*
    .tab_content {
        position: static;
        margin: 30px auto;
        width: 95%;
    }*/

    #schedule_iframe {
        margin-top: 0;
        margin-bottom: 20px;
        max-width: 100%;
        left: 10px;
        right: 10px;
    }

    #tab-podcast {
    	margin-left: 0px;
    }

    .start h1 {
        font-size: 40px;
    }

    .start.about_us p {
        font-size: 18px;
    }

/*
    .branding_wrapper {
        width: 95%;
        clear: both;
        position: static;
        text-align: left;
        left: 20px;
        top: auto;
        bottom: 80px;
    }
    .branding_wrapper a img {
        margin-left: 0;
        float: left;
    }
*/
    .copy_hint {
        display: none;
    }
/* css for bottom player */
    .volume_bar_container {
        display: none;
    }
    .cont_btn {
        width: 50px;
        height: 100%;
        margin: 0 0 0 5px;
    }
    .on_air {
        width: 100%;
        margin-top: 5px;
        max-width: 300px;
        /*max-width: calc(100% - 65px);*/
    }
    p.now_playing {
        font-size: 15px;
    }
    .mini_artwork {
        width: 70px;
        height: 70px;
    }
    /* ----------------------------- */

}
@media (max-width: 768px) {

	.tab_content {
		margin: 30px auto 45px auto;
		width: 100%;
	}

    .schedule_item .row {
        padding: 0;
        height: auto;
        min-height: 50px;
        margin-bottom: 20px;
        text-align: left;
    }
    .schedule_item div.time_grid {
        width: 100%;
        margin-bottom: 5px;
    }

    .schedule_item div.name_grid {
        width: 100%;
        padding: 0;
    }
}

@media  (max-width : 640px) {
    .bottom_wrapper {
        height: 50px;
    }
    .bottom_cover {
        height: 50px;
        padding-top: 9px;
        font-size: 20px;
    }

    .on_air {
		max-width: calc(100% - 170px);
    }

    .bottom_button_panel {
        position: fixed;
        right: 0;
        bottom: 50px;
        width: 140px;
        height: auto;
        background-color: #2a2c2e;
        padding: 0 10px 0 0;
        display: none;
    }
    .bottom_button {
        width: 130px;
        display: block;
        margin: 10px 10px 10px 0;
    }
    .bottom_button img {
        margin: 10px 10px 0 0;
        width: 20px;
        height: 20px;
        float: right;
    }
    .bottom_button p {
        display: inline-block;
        text-align: left;
        width: 50px;
        margin: 12px 0 0 30px;
        font-size: 13px;
    }
    #bottom_expand {
        display: inline-block;
        width: 30px;
        height: 100%;
        float: right;
    }
    #bottom_expand img {
        width: 20px;
        height: 20px;
        margin-top: 15px;
        margin-right: 10px;
    }
    .player_iframe_wrapper {
        /*width: 90%;
        max-width: calc(100% - 35px);*/
        margin-right: 35px;
    }
    #player_iframe {
        overflow: hidden;
        width: auto;
    }

    .wrapper {
        height: auto;
        min-height: 1400px;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .content_container {
        width: 100%;
    }
    .tab_content {
        clear: both;
    }
    .station_tags {
        margin-top: 40px;
        margin-bottom: 70px;
    }
    /* css for bottom player */
    .cont_btn {
        width: 50px;
        height: 100%;
        margin: 0 0 0 0;
    }
    .on_air {
        width: auto;
        margin-top: 0;
        /*max-width: calc(100% - 65px);*/
    }
    p.now_playing {
        margin: 5px 0;
    }
    /* ----------------------------- */
    /* css for schedule */
    .basic {
        /*justify-content: center;*/
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        clear: both;
        max-width: 420px;
        margin: 0 auto;
    }
    .show {
        width: 100%;
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-pack: center;
                justify-content: center
    }

    .show .show_image_wrapper {
        width: 100%;
        min-width: 100%;
        float: left;
        margin-bottom: 10px;
        height: 300px;
    }
    .show .show_image_wrapper img {
        width: 100%;
        max-height: 300px;
        opacity: 0.7;
        clear: both;
        display: block;
        top: 0;
    }
    .show .show_info {
        width: 100%;
        clear: both;
        padding-left: 10px;
        margin-bottom: 10px;
        height: auto;
        box-sizing: border-box;
    }
    .mini_artwork {
        width: 50px;
        height: 50px;
    }
}

@media  (max-width : 420px) {
    .basic {
        margin-left: 0;
    }
    .bottom_cover {
        paddint-top: 11px;
        font-size: 17px;
    }
}
