#container {
	padding-top: 17px;
}
.nowrap {
	white-space: nowrap;
}

/* arrows */
.tp_hero .arrows {
	position: relative;
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
	z-index: 2;
}
.tp_hero .prev {
	display: block;
	position: absolute;
    top: 180px;
    left: -60px;
	width: 60px;
	height: 60px;
}
.tp_hero .prev span.outer {
	display: block;
	position: absolute;
	top: 10px;
	left: 18px;
	width: 65%;
	height: 65%;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(-45deg);
}
.tp_hero .next {
	display: block;
	position: absolute;
    top: 185px;
    right: -60px;
	width: 60px;
	height: 60px;
}
.tp_hero .next span.outer {
	display: block;
	position: absolute;
	top: 10px;
	right: 18px;
	width: 65%;
	height: 65%;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(130deg);
}
.tp_hero .next span.inner,
.tp_hero .prev span.inner {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
.tp_hero .prev,
.tp_hero .next {
	opacity: 0.5;
	transition: opacity 0.25s ease;
}
.tp_hero .prev:hover,
.tp_hero .next:hover {
	opacity: 1;
	transition: opacity 0.25s ease;
}
.tp_hero .nolink {
	cursor: default;
}

#tp_top .col1 .slide_wrapper {
    position: absolute;
    left: 0;
	overflow: hidden !important;
	-moz-transition: left 0.25s ease;
	-o-transition: left 0.25s ease;
	-webkit-transition: left 0.25s ease;
	transition: left 0.25s ease;	
}
    #tp_top .col1 .slide_wrapper.slide_LTR {
        position: absolute;
        left: 101%;
		width: 100%;
		overflow: hidden;
        -moz-transition: left 0.25s ease;
        -o-transition: left 0.25s ease;
        -webkit-transition: left 0.25s ease;
        transition: left 0.25s ease;
    }
        #tp_top .col1 .slide_wrapper.slide_RTL {
        position: absolute;
        left: -101%;
		width: 100%;
		overflow-x: hidden;
        -moz-transition: left 0.25s ease;
        -o-transition: left 0.25s ease; l 0.25s ease;
        -webkit-transition: left 0.25s ease; l 0.25s ease;
        transition: left 0.25s ease;
    }
    #tp_top .col1 {
        position: relative;
        display: table-cell;
        vertical-align: top;
        width: 716px;
        height: 100%;
        max-width: none;
		height: 430px;
		margin-bottom: 0;
        padding-right: 0;
        overflow: hidden;
    }
    #tp_top .col1 h1 {
        font-size: 34.43px;
        font-weight: 300;
        color: #FFF;
        margin-top: 40px;
    }

    #tp_top { 
        position: relative;
        margin-top: 0;
        /*background-color: #5074a2;*/
		margin-bottom: 0;
}

    #tp_top .inner {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding: 14px 60px 0 60px;
        position: relative;
    }

    #tp_top .listen_now_container {
        width: 600px;
    }
    #tp_top .col2 h2 {
	font-size: 16px;
	line-height: 21px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	margin: 0;
}
#tp_top .col2 h1 {
	font-size: 31px;
	line-height: 29px;
	font-weight: bold;
	letter-spacing: -0.02em;
}
    #tp_top .col2 {
	    display: table-cell;
	    vertical-align: top;
	    width: 480px;
	    height: 100%;
        text-align: center;
        padding: 14px 0;
	    border: none;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.12+0,0.25+50,0.35+100 */
background: -moz-linear-gradient(45deg, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0.35) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.12) 0%,rgba(0,0,0,0.25) 50%,rgba(0,0,0,0.35) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(0,0,0,0.12) 0%,rgba(0,0,0,0.25) 50%,rgba(0,0,0,0.35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#1f000000\', endColorstr=\'#59000000\',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
    .col2 .featuredonradio {
        padding: 30px 30px 0;
    }
    hr {
        width: 86%;
        opacity: .2;
    }
    .col2 .featuredonradio h3 {
        color: #FFF;
        font-size: 12px;
        opacity: .6;
        font-weight: normal;
        letter-spacing: .25em;
    }
    .col2 .col2_content {
        padding: 40px 20px 80px;
    }

    .col2 .feature_image {
        display: inline-block;
        vertical-align: top;
        margin-right: 18px;
		width: 113px;
    }
    .col2 .feature_image img {
        max-width: 113px;
    }
    .col2 .feature_text {
        display: inline-block;
        vertical-align: top;
        max-width: calc(100% - 163px);
        width: 100%;
    }

    .col2 .text_intro {
        display: block;
        margin-top: -5px;
    }    
    .col2 .text_intro p {
        text-align: left;
        color: #FFF;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .col2 .text_description {
        display: block;
    }
    .col2 .text_description p {
        color: #FFF;
        font-weight: 300;
        text-align: left;
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 5px;
    }
    .col2 .text_learnmore {
        display: block;
    }
    .col2 .text_learnmore p {
        color: #ffb888;
        font-size: 14px;
        text-align: left;
    }
    .col2 .text_learnmore a {
        text-decoration: none;
        font-weight: bold;
    }
        #tp_top .purchase_audio_message {
            display: inline-block;
            vertical-align: top;
            margin-top: 8px;
            margin-left: 30px;
        }
        #tp_top .purchase_audio_message a
         {
            text-decoration: none;
            color: #FFF;
        }
        #tp_top .broadcast_img {
	        display: inline-block;
	        vertical-align: top;
	        width: 29.2947%;
	        max-width: 162px;
	        margin-right: 3.9783%;
        }
        #tp_top .broadcast_img img {
	        width: 100%;
	        height: auto;
        }
        #tp_top .broadcast_desc {
	        display: inline-block;
	        vertical-align: top;
	        max-width: 600px;
            width: 100%;
            
        }
        #tp_top .purchase_message {
	        position: relative;
	        clear: both;
	        margin: 10px 0 19px 0;
        }
        #tp_top .purchase_message a:after {
            content:" \f0da";
            color: #FFF;
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-left: 10px;
        }
        #tp_top .purchase_message .icon {
	        display: none;
        }
        #tp_top .purchase_message .text {
	        display: block;
	        padding: 0;
        }
        #tp_top .listen_archives {
	        position: relative;
        }
        #tp_top .broadcast_archives {
	        /*position: absolute;
	        top: 35px;
	        left: 240px;*/
	        display: inline-block;
	        vertical-align: bottom;
	        padding: 10px 0 0 0;
        }

        #tp_top img.somebody {
	        margin: 0 0 10px 0;
	        max-width: 100%;
        }
        #tp_top .col1 h2 {
            color:#FFF;
            font-weight: 700;
            font-size: 18px;
        }
        #tp_top .col1 p {
            color: #FFF;
            font-size: 18px;
            font-weight: 300;
            line-height: 1.5em;
            margin-bottom: 30px;
        }
        /* BROADCAST DATE */
        #tp_top .col1 h3 {
            color: #FFF;
            font-weight: 300;
            font-size: 17px;
        }

        #tp_top .col2 p.learnmore {
	        font-weight: bold;
        }
        #tp_top_placeholder {
	        position: relative;
        }


        /* Listen Now btn */

.btn_listen_now2 {
    display: inline-block;
    vertical-align: top;
    width: 296px;
    height: 54px;
    text-decoration: none;
    overflow: hidden;
    color: #FFF;
    border-radius: 5px;

}
.btn_listen_now2 .background {
    height: 100%;
    background: #ff7e36;

   
}
.btn_listen_now2.boxshadow {
-webkit-box-shadow: 11px 11px 5px -8px rgba(0,0,0,0.62);
-moz-box-shadow: 11px 11px 5px -8px rgba(0,0,0,0.62);
box-shadow: 11px 11px 5px -8px rgba(0,0,0,0.62);
}
#tp_top .col1 p.listennowP {
    color: #FFF;
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    padding-top: 7px;
    margin-bottom: 0;
}
/*.btn_listen_now2 .background:hover {
    background: #165800;
    background: -moz-linear-gradient(top, #165800 0%, #145b00 0%, #489600 100%);
    background: -webkit-linear-gradient(top, #165800 0%,#145b00 0%,#489600 100%);
    background: linear-gradient(to bottom, #165800 0%,#145b00 0%,#489600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#165800\', endColorstr=\'#489600\',GradientType=0 );
}*/
.btn_listen_now2 span {
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: Arial, sans-serif;
}

.btn_listen_now2 div {
    vertical-align: top;
    font-size: 26px;
    line-height: 29px;
    font-weight: 600;
}
    a.nostyle {
        text-decoration: none;
    }

    .btn_listen_now2:link, .btn_listen_now2:visited, .btn_listen_now2:active {
    color: #fff;
}
.listen_now_container {
	opacity: 0.3;
}
.show_listen_button {
	opacity: 1;
}

    .lesspadding {
        padding: 7px !important;
    }
	
	@media screen and (max-width:1420px) {
		.tp_hero .prev {
			left: 0;
		}
		.tp_hero .next {
			right: 0;
		}
	}
    @media screen and (max-width: 1283px) and (min-width: 1193px) {
        .col2 .col2_content {
            padding: 20px 20px 50px;
        }
    }
    @media screen and (max-width: 1192px) {
        #tp_top .inner {
            display: block;
            padding: 14px 0 0 0;
        }
        #tp_top .broadcast_desc {
            max-width: 700px;
            display: block;
            margin-left: auto;
            margin-right: auto;
            width: 90%;
        }
        #tp_top .col1 h1,
        #tp_top .col1 h3 {
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
            width: 90%;
        }
        #tp_top .inner .col1 {
            display: block;
			float: none;
            vertical-align: top;
            max-width: 600px;
            width: 100%;
			margin-top: 0;
			margin-left: auto;
			margin-right: auto;
        }
        #tp_top .inner .col2 {
            display: block;
			float: none;
            vertical-align: top;
            max-width: 1200px;
            width: 100%;
			margin-left: 0;
			padding-
        }
        .col2 .feature_text {
            max-width: 400px;
            width: 100%;
        }
        .col2 .col2_content {
            padding: 40px;
        }
        .tp_hero .prev {
            left: 0;
        }
        .tp_hero .next {
            right: 0;
        }
        .tp_hero .prev,
        .tp_hero .next {
            z-index: 3;
        }
        .page_container .radio_archives, .page_container .radio_locator, .page_container .radio_upcoming {
            height: auto;
        }
        .page_container .radio_archives .archives_container {
            height: auto;
        }

    }
    @media screen and (max-width: 1023px) {
		#tp_top .col1 .slide_wrapper {
			position: relative;
		}
		#tp_top .col2 {
			background: #89493d;
		}
    }
    @media screen and (max-width: 920px) {
        #container {
            padding-top: 0;
            margin-top: -26px;
        }
    }
    @media screen and (max-width: 631px) {
    #tp_top .inner {
        padding: 0;
    }
}
    @media screen and (max-width: 920px) and (min-width: 600px) {
    .content:not(.local) {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        }
    }
    @media screen and (max-width: 631px) {
        .col2 .feature_text {
            margin-top: 25px;
        }
    }
    @media screen and (max-width: 596px) {
        #tp_top .purchase_audio_message {
            display: block;
            margin-left: 0;
        }
        #tp_top .listen_now_container {
            text-align: center;
            width: 100%
        }
    }

    @media screen and (max-width: 599px) {
        .content:not(.local) {
            display: block;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
        }
    }
    @media screen and (max-width: 456px) {
        #tp_top .inner .col1 {
            margin-top: -10px;
        }
    }
    @media screen and (max-width: 425px) {
        #tp_top .col1 h1 {
            font-size: 28px;
        }
        #tp_top .col1 h2 {
            font-size: 17px;
        }
        #tp_top .col1 p {
            font-size: 16px;
        }
    }
