body {
	font-family: 'Open Sans', sans-serif;
}

a {
	color: #cf0a2c;
}
a:hover {
	color: #cf0a2c;
}

.main-nav {
	overflow: hidden;
	position: relative;
	width: 100%;
	/*background: #efefef;*/
	margin-bottom: 40px;
	margin-top: 5px;
	border-bottom: 1px solid #efefef;
	padding-bottom: 10px;
}
.main-nav-right {
	float: right;
}
.main-nav-right a {
	color: #000;
	float: left;
	height: 100%;
	padding: 10px 27px 13px;
	text-align: center;
	text-decoration: none;
	/*border-left: 1px solid rgba(0,0,0,0.2);*/
}
/*
.main-nav-right a:last-child {
	border-right: 1px solid rgba(0,0,0,0.2);
}
*/
.main-nav-right a.play {
	background-color: #cf0a2c;
	color: #fff;
}
.main-nav-right a i {
    display: block;
}

.main-nav-right a i:before {
    font-size: 40px;
	margin-left: 0;
}

.main-nav-right a:hover {
	background: #888;
	color: #fff;
}

.choose-station a {
	text-align: center;
	padding: 20px 0;
	background: #efefef;
	border-left: 1px solid #ccc;
}

.choose-station a:first-child {
	border-left: 0;
}
.choose-station a.active + a {
	border-color: transparent;
}

.choose-station .active {
	background: #cf0a2c;
	color: #fff;
}
/*
.main-nav-right a:hover,
.main-nav-right a:hover + a {
	border-left: 1px solid transparent;
}

.main-nav-right a:last-child:hover {
	border-right: 1px solid transparent;
}
*/

.main-nav-left {
	float: left;
}

.top-section {
	color: #fff;
	background: #cf0a2c;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 0;
}

.logo {
	display: block;
	font-size: 0;
	width: 120px;
	height: 86px;
	background: url(../images/rs_logo.png?1) no-repeat;
	background-size: 120px 86px;
	margin-top: 5px;
}


@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

    .logo {
		background-image: url(../images/rs_logo@2x.png?1);
    }
}


.page-header, .page-header h1 {
	text-align: center;
	margin-top: 0;
}
.lead-image {
	margin-bottom: 20px;
}
.lead-image img {
	width: 100%;
}
.single-content {
	font-size: 17px;
	line-height: 27px;
}

.single-content img {
	max-width: 100%;
	height: auto;
}

.category-item {
	display: block;
	overflow: hidden;
	text-decoration: none;
	color: #000;
	margin-bottom: 30px;
}
.category-item span.link {
	color: #cf0a2c;
}
.category-item + a {
	margin-bottom: 30px;
}
.category-item:hover {
	text-decoration: none;
	color: #222;
}
.col-md-4 .category-item h3 {
	margin-top: 10px;
}
.category-image {
	position: relative;
}
.category-label {
	position: absolute;
	top: 15px;
	right: 0;
	background: #cf0a2c;
	color: #fff;
	padding: 3px 5px;
}

.onair-people h3 {
	font-size: 16px;
	margin: 10px 0 15px;
}
.show {
	margin-bottom: 40px;
	color: #000;
}
.show h3 {
	margin-top: 0;
}
.show-image {
	height: 130px;
	overflow: hidden;
}
.show {
	color: #000;
}
.show:hover {
	text-decoration: none;
	color: #222;
}
.show .read-more {
	color: #cf0a2c;
}
.show .read-more:hover {
	text-decoration: underline;
}
.show-content .inner {
    height: 97px;
	margin-bottom: 10px;
    overflow: hidden;
}
.show-fp .show-image {
	margin-bottom: 10px;
}
.show-fp {
	margin-bottom: 20px;
}
.show-fp .show-image {
	height: 170px;
}
hr.empty {
	border: none;
}

countdown {
	width: 100%;
	min-height: 50px;
	/* background: #7b2481; */
	background-image: url(../images/2002.png?1);
	background-repeat: round;
	margin-top: -10px;
	margin-bottom: 10px;
}

.entry-date published { 
  display: none !important; 
}

footer {
	width: 100%;
	min-height: 100px;
	background: #333;
	margin-top: 80px;
}

.sales-profile {
    margin-bottom: 40px;
}
.job-title {
	font-weight: 400;
	margin-bottom: 10px;
	display: block;
	color: #aaa;
}
.thumbnail .img-responsive {
	width: 100%;
	height: auto;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #cf0a2c;
}

@media screen and (max-width: 767px) {
	.main-nav-right a i:before {
		font-size: 32px;
	}
	.logo {
		margin: 10px auto;
	}
	.main-nav-right a {
		font-size: 11px;
		padding: 0 12px 0px;
		margin: 10px 0;
	}
	.main-nav-left,
	.main-nav-right {
		float: none;
	}
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}


					.person-img {
						width: 25%;
					}
					.person-info {
						margin-left: 10px;
						width: 70%;
						height: 90px;
						overflow: hidden;
					}
					.person-info-title {
						margin-top: 0;
						font-size: 16px;
						font-weight: bold;
						color: #ec3234;
					}
					.person-row {
						overflow: hidden;
						margin-bottom: 40px;
					}

.pagination>li>a, .pagination>li>spana {
    color: #cf0a2c;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #cf0a2c;
	border-color: #cf0a2c;
}



