@import url(owl.carousel.min.css);
 ul{
	list-style:none;
	padding:0;
	margin:0;
}
strong{
	font-weight:600;
}
a {
  color: #006d98; 
  text-decoration: none;
}
a:hover,
a:focus {
  color: #01a1d8;
  text-decoration: underline;
}

a:focus {
  outline: 0;
  outline-offset: 0px;
}

.form-control-noborder {
  border-radius: 0px;
}
.btn-noborder {
  border-radius:0px;
}
body {
  font-family: Helvetica,Arial,sans-serif;
  font-family: "Raleway",sans-serif;
  font-size: 12px;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom:30px;
}
.topNav{
	border-top:5px solid #b2b2b2;
	background-color:#02042b;
	min-height:38px;
}
.topNav ul{
	padding:0;
	margin:0;
	list-style:none;
}
.topNav ul li{
	border-right:solid 1px #404040;
}
.topNav ul li:last-child{
	border-right:0;
	
}

.topNav ul li a{
	font-size: 0.704em;
	color:#fff;
	text-transform:uppercase;
	padding: 4px 5px;
}
.topNav ul li a{	
  font-family: Helvetica,Arial,sans-serif;
	font-size: 0.704em;
	color:#65;
	text-transform:uppercase;
	padding: 11px 5px;
	border:0;
	font-weight:700;
}
.topNav .nav > li > a:hover, 
.topNav .nav > li > a:focus {
  background-color: #00aae8;
  text-decoration: none;
  color:#FFF;
}
.topNav .nav .open > a, 
.topNav .nav .open > a:hover, 
.topNav .nav .open > a:focus {
  background-color: #00aae8;
  border:0;
  color:#fff;
}
.topNav ul li.newbay a{
	padding: 4px 5px;
}
.topNav ul li.newbay a:hover,
.topNav ul li.newbay a:focus{
	background-color:transparent;
}
.topNav .dropdown-menu {
  background-color: #000;
  border: 0;
  border-radius: 0px;
  -webkit-box-shadow:none;
          box-shadow:none;
		  padding:5px 0;
}
.topNav .dropdown-menu > li{
	border:0;
}
.topNav .dropdown-menu > li > a {
  padding: 3px 5px 3px;
}
.topNav .dropdown-menu > li.menu-path-nolink > a {
  padding: 3px 5px;
}
.topNav .more .dropdown-menu > li > a {
  padding: 3px 5px 3px 20px;
}
.topNav .more .dropdown-menu > li.menu-path-nolink > a {
  padding: 3px 5px;
}

.topNav ul.nav-pills li a {
  padding-left:15px;
  padding-right:15px;
  border-radius:0;
}
.topAds{
	background-color:#e5e5e5;
	padding:15px 0;
	text-align:center;
}
.topAds img{
	max-width:100%;
	margin:0 auto;
}

.footerAds{
	background-color:#cccccc;
	padding:15px 0;
	text-align:center;
}
.footerAds img{
	max-width:100%;
}
.header{
	background-color:#02042b;
	padding:0px 0;
}

.navbar-brand {
	
  height: 94px;
  padding:6px 15px 6px 0;
  font-size: 18px;
  line-height: 20px;
  margin-left:-15px;
}
	.navbar-brand img{
		max-width:100%;
	}
.iconBar{
	padding:22px 0;
	margin-right:0;
}
.navbar-default .iconBar li.social-icons{
	margin-right:15px;
	padding:8px 0;
}
.navbar-default .iconBar .social-icons a{
	width:34px;
	height:34px;
	display:block;
	border-radius:50%;
	background-color:#FFF;
	color:#222222;
	padding:7px;
	text-align:center;
	font-size:22px;
}
.navbar-default .iconBar .social-icons:hover a,
.navbar-default .iconBar .social-icons a:hover{
	color:#222 !important;
	background-color:#00AAE8 !important;
}
.navbar-default .iconBar .social-icons a:focus{
	color:#222222;
	background-color:#FFF;
}
.navbar-default .iconBar li.icon-basket{
	margin-left:15px;
	height:50px;
	border-left:solid 1px #fff;
	padding:8px 0 8px 18px;
}
.navbar-default .iconBar li.icon-basket a{
	background:url(/National_Library/oe_/https://www.radioworld.com/images/header-icon-careers.png) no-repeat left top;
	width:38px;
	height:33px;
	display:block;
}
.navbar-default .iconBar li.icon-basket a:hover{
	background-position:left bottom;
}

#search {
float: right;
margin-top: 9px;
width: 250px;
}

.search-sp {
padding: 0px 0;
width: 30px;
height: 30px;
position: relative;
left:0px;
line-height: 22px;
	margin:10px 0;
	z-index:111;
}

	.search-sp:hover .search-wrap,
	.search-sp input:focus+.search-wrap,
	.search-sp:focus .search-wrap {
	    background-color: rgba(0,0,0,0.9);
		width: 110px;
		right: 25px;
		height: 100%;
		position: absolute;		
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	z-index:1;
	}
.search-sp input {
	position: absolute;
	width: 0px;
	float: left;
	margin-left: 100px;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	height: 30px;
	line-height: 18px;
	padding: 0 2px 0 2px;
	border-radius:1px;
color:#fff;
right:30px;
z-index:3;
}

.search-sp:hover input, .search-sp input:focus {
	width: 100px;
	margin-left: 0px;
color:#fff;
}

.btn-search {
height: 30px;
position: absolute;
right: 0;
top: 0px;
border-radius:1px;
border:0;
background-color:transparent;
color:#bbb8b3;
font-size:16px;
}
.networkHolder{
	padding:20px 0;
}
.ntwork-list{
	position:relative;
	padding-left:5px;
	padding-right:5px;
}
.ntwork-list:after{
	position:absolute;
	right:-15px;
	top:0;
	bottom:0;
	border-right:solid 1px #d4d4d4;
	content:" ";
}
.networkHolder .container .row div[class*="col-sm"]:last-child .ntwork-list:after{
	border-right:0px;
}
.ntwork-list h4{
	margin:0 0 6px;
}
.ntwork-list h4 img{
	width:100%;
}
.ntwork-list ul{
	list-style:none;
	padding:0;
	margin:0;
}

.ntwork-list ul li{
	margin:0 0 15px;
}
.story_text article a, .ntwork-list ul li a{
	font-family: 'Raleway', sans-serif;
	font-size:11px;
	font-weight:600;
	color:#000;
}
.footerTop-holder{
	background-color:#181818;
	padding:20px 0;
}
.footerTop-holder a{
	color:#fff;
	font-size:13.5px;
}
.footer-link-1 ul li{
	margin:8px 0;
}
.footer-link-1 ul li a{
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	color:#fff;
	font-size:17.5px;
	text-transform:uppercase;
}
.footer-link-2 ul li{
	margin:12px 0;
}
.footer-link-2 ul li a{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	color:#fff;
	font-size:13.5px;
}
.footer-socials{
}
.footer-socials li{
	margin:10px 0;
}
.footer-socials li a{
	color:#fff;
}
.footer-socials li a:hover{
	text-decoration:none;
}
.footer-socials li a span{
	color:#fff;
	display:inline-block;
	vertical-align:middle;
}
.footer-socials li a i{
	width:34px;
	height:34px;
	display:inline-block;
	border-radius:50%;
	background-color:#FFF;
	color:#222222;
	padding:7px;
	text-align:center;
	font-size:22px;
	vertical-align:middle;
	margin-right:4px;
}
.footer-socials li a:hover i{
	color:#222;
	background-color:#00AAE8;
}
.footerBot-holder{
	background-color:#000;
	padding:20px 0;
}
.credits {
  color: #fff;
  font-family: "Raleway",sans-serif;
  font-size:10.5px;
}
.credits a{
  color: #fff;
  text-decoration:underline;
}
.footerBot-holder .logo img{
	max-height:36px;
    max-width: 100%;
}
.marg-b10{
	margin-bottom:10px;
}
.side-ads img{
	margin:0 auto;
}
.blueBox{
	margin-bottom:15px;
}
.blueBox > h2{
	position:relative;
	background-color:#015c89;
	padding:18px 5px;
	text-align:center;
	font-size:18px;
	color:#fff;
	margin:0;
	margin-bottom:15px;
	font-weight:500;
}
.blueBox > h2:after{
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #015c89;
  content: "";
  height: 0;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 100%;
  width: 0;
  margin-left:-10px;
}
.blueBox-list li{
	border-bottom:2px solid #d9dce5;
	padding-bottom:10px;
	margin-bottom:15px;
}
.blueBox-list li{
	border-bottom:2px solid #d9dce5;
	padding-bottom:15px;
	margin-bottom:15px;
}
.blueBox-list li p{
	font-weight:500;
}
.blueBox-list li a{
	font-size:16px;
	color:#000;
}
.blueBox-list li a span{
	color:#999;
	font-size:12px;
	display:block;	
    font-family: Helvetica,Arial,sans-serif;
    font-weight:600;
}
.newsletter{
	margin-bottom:15px;
	background-color:#eff0f4;
	padding:20px;
} 
.newsletter strong{
	font-weight:500;
}
.newsletter .mail-title{
	margin-bottom:15px;
	font-size:15px;
	color:#333;
	font-size:18px;
	margin:0 0 15px;
	line-height:normal;
	padding-left:100px;
}
.newsletter .mail-title img{
	margin-left:-100px;
	display:inline-block;
	margin-right:5px;
}
.newsletter .mail-title h4{
	font-size:15px;
	color:#333;
	font-size:18px;
	margin:-3px 0 0px;
	line-height:normal;
	display:inline-block;
	vertical-align:top;
}

.article-holder{
}

.article-holder .article-title{
	font-size: 50px;
    font-weight: 500;
	line-height:50px;
	margin:0 0 30px;
	color:#000;
}
.article-holder h5{
	font-size: 18px;
    font-weight: 600;
	line-height:normal;
	margin:0 0 15px;
	color:#4f717a;
}
.article-meta {
	margin-bottom:8px;
}
.article-meta p {
  color: #332f2f;
  font-size: 14px;
  font-weight: 600;
}
.article-meta hr {
	margin-bottom:0px;
	margin-top:15px;
}
.article-user-profile{
	margin-bottom:46px;
}
.article-user-profile .artical-user-info figure{
	float:left;
	width:60px;
	height:80px;
}
.article-user-profile .artical-user-info figure img{
	width:60px;
	height:80px;
}
.article-user-profile .artical-user-info .artical-user-detail{
	margin-left:78px;
	color: #4f717a;
    font-size: 16px;
    font-weight: 700;
}
.article-user-profile .artical-user-info .artical-user-detail p{
	margin-bottom:8px;
}
.text-black{
	color:#000 !important;
}
.share_holder{
	padding-top:5px;
}
.article-content{
	color: #000;
    font-size: 20px;
    line-height: 28px;
}
.text-green{
	color:#477f50 !important
}
.shareBox{
	border-bottom:solid 1px #dadada;
	border-top:solid 1px #dadada;
	padding:22px 0 32px;
	margin:20px 0 55px;
	color:#000;
}
.shareBox .sharbox-title{
	font-weight:600;
	color:#000;
	text-transform:uppercase;
}
/*---------*/

.wire {
    position: relative;
    display: block;
    clear: both;
    height: 34px;
}

.wire span {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.28571428571429em;
    width: 118px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    background: #02b2ee;
}

.wire .marquee {
    width: 100%;
    height: 34px;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background: #959595;
}

#bc-wire {
    display: block;
    margin: 0;
}

#bc-wire dd {
    display: block;
    float: left;
    margin-left: 1px !important;
    padding: 0px 10px;
    background: #6d6d6d;
}

.wire .marquee a {
    line-height: 34px;
    cursor: pointer;
    display: block;
    font-weight: normal;
    color: #fff;
    font-size: 1em;
    padding: 0 10px;
    margin: 0 !important;
}

#bc-wire dd:hover {
    background: #ccc;
    color: #000;
}
/*-------*/
.wire {
  clear: both;
  display: block;
  height: 34px;
  margin: 36px 0;
  position: relative;
}
.wire > span {
  background: #01aef0 none repeat scroll 0 0;
  color: #fff;
  font-family: "Raleway",sans-serif;
  font-size: 1.28571em;
  font-weight: bold;
  height: 34px;
  left: 0;
  line-height: 34px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 118px;
  z-index: 100;
}

.wire {
    position: relative;
    display: block;
    clear: both;
    margin: 36px 0;
    height: 34px;
}

.wire span {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.28571428571429em;
    width: 118px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    background: #006d98;
    /*background: -moz-linear-gradient(top, #13427b 0%, #13427b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#13427b), color-stop(100%,#13427b));
    background: -webkit-linear-gradient(top, #13427b 0%,#13427b 100%);
    background: -o-linear-gradient(top, #13427b 0%,#13427b 100%);
    background: -ms-linear-gradient(top, #13427b 0%,#13427b 100%);
    background: linear-gradient(to bottom, #13427b 0%,#13427b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#13427b ', endColorstr='#13427b ',GradientType=0);*/
}

.wire .marquee {
    width: 100%;
    height: 34px;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background: #959595;
}
.wire span a strong {
  color: #fff;
}
.fb-box{
	margin-bottom:58px;
}
.disqus-box{
	margin-bottom:40px;
}
.bottomSlider{
	padding:20px 0;
	background-color:#434343;
}
#bottomSlider{
	margin-bottom:25px;
	padding-top:0px;
}
#bottomSlider .owl-item > .item > figure{
	display:block;
}
#bottomSlider .owl-item > .item > figure img{
	width:100%;
}
#bottomSlider .owl-item > .item > h2{
	background-color:#000;
	padding:12px 5px;
	text-align:center;
	font-weight:700;
	font-size:18px;
	margin:0;
	color:#FFF;
}
#bottomSlider .owl-nav{
	position:absolute;
	top:-73px;
	right:0;
}
#bottomSlider .owl-nav [class*="owl-"] {
  background-color: #000000;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 50px;
  margin: 0 4px;
  width: 50px;
  font-size: 44px;
  padding: 4px 14px;
  text-align: left;
  line-height: 40px;
}
#bottomSlider .owl-nav [class*="owl-"] i {
  line-height: 40px;
  vertical-align: top;
}

#bottomSlider .owl-nav .owl-next {
	text-align:right;
}
.hd2{
	color:#fff;
	text-transform:uppercase;
	font-size:38px;
	font-weight:600;
	margin:0 0 15px;
}
.hd2 span{
	font-weight:300;
}
.marg-b15{
	margin-bottom:15px;
}
.blue-tabs{
	margin-bottom:15px;
}
.blue-tabs{
	margin-bottom:15px;
}
.trending-list li{
	border: dotted 1px #000;
	border-top:0;
	border-right:0;
	padding:15px;
}
.trending-list li a h4,
.trending-list li h4 a{
	font-size:16px;
	color:#000;
	font-weight:600;
	line-height:normal;
	margin:0;
}
.trending-list li a:hover h4{
	text-decoration:none;
	color:#00aae8;
}
.trending-list li a:hover,
.trending-list li h4:hover a{
	text-decoration:none;
	color:#00aae8;
}
.blue-tabs .nav-pills li a {
	background-color:#e7e7e7;
    text-align: center;
    min-height: 44px;
    color: #606060;
    font-size:13.5px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    zoom: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
	border-radius:0;
	border:0;
	line-height:24px;
}
.blue-tabs .nav-pills > li.active > a, 
.blue-tabs .nav-pills > li.active > a:hover, 
.blue-tabs .nav-pills > li.active > a:focus {
  background-color: #006d98;
  color: #fff;  
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.gBox{
	margin-bottom:15px;
}
.gBox .gBox-title{
	margin-bottom:20px;
	border-bottom:3px solid #006d98;
}
.gBox-Newsletter{margin-bottom:0px !important;}
.gBox .gBox-title h2{
    color: #fff;
    text-transform: uppercase;
    font-size:13.5px;
    padding: 0px 20px;
    padding-top: 15px;
    padding-bottom: 10px;
    height: 47px;
    line-height: 22px;
	font-weight:500;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    border-color: #81B900;
    background: #006d98;
	margin:0;
	display:inline-block;
	border-radius: 5px 5px 0px 0px;
}
.gBox-title-nav{
	float:right;
    margin-top: 25px;
}
.see-all {
  color: #006d98; 
  font-size: 10px;
}
.gBox-cont{
	border-right:1px solid #D9D9D9;
	padding:15px;
}
.leftborder {
        border-left:1px solid #D9D9D9;
        border-right:0px !important;
    }

.home-currentissue-title {
    margin-bottom:0px !important;
}
.gBox-cont figure{
	width:45%;
	float:left;
	padding-right:10px;
}
.gBox-cont figure img{
	width:100%;
}
.gBox-cont .gBox-rit{
	float:left;
	width:55%;
}
.gBox-cont .gBox-rit article{
	padding-bottom:10px;
	border-bottom:1px solid #d9d9d9;
	margin-bottom:5px;
	font-size:13.5px;
	padding-left:5px;
}
.gBox-cont .gBox-rit article h4{
	font-size:13.5px;
	margin:0;
	font-weight:600;
	line-height:normal;
	padding-top:5px;
}
.gBox-cont .gBox-rit article h4 a{
	color:#000;
	font-size:13.5px;
}

.gBox-cont-1{
	border-left:1px solid #D9D9D9;
	padding:15px;
}
.newslletter-box{
}
.newslletter-box h3{
	font-size:26px;
	margin:0 0 10px;
	font-weight:600;
	text-align:left;
}
.newslletter-box .sub {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom:15px;
	text-align:left;
}
.widget-bd-cont{
	border-left:1px solid #D9D9D9;
}
.widget-bd-cont li{
	border-bottom:1px solid #D9D9D9;
	padding:16px 15px
}
.widget-bd-cont li h4{
	color:#000;
	font-size:16px;
	font-weight:600;
	margin:0 0 10px;
}
.widget-bd-cont li p{
	color:#000;
	font-size:14px;
	font-weight:400;
	margin:0;
}
.widget-bd-cont li h4 a{
	color:#000;
	font-size:13.5px;
	font-weight:600;
}
.pg-slide{
	background-color:#272727;
}
.pg-slide img{
	width:100%;
}
.gBox-title-blue{
	border-bottom:3px solid #01aef0;
}
.userBox{
	margin-bottom:5px;
}
.userBox figure{
	float:left;
	width:74px;
	height:74px;
}
.text-user-blue {
	margin-left:85px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 10.5px;
}
.text-user-blue p{
    font-weight: 600;
    text-transform: uppercase;
	margin:0;
    font-size: 10.5px;
}
.big-article{
}
.big-article .para{
	font-size:14px;
	line-height:15.5px;
	color:#000;
	margin-bottom:0px;
}
.big-article figure{
	margin-bottom:15px;
}
.big-article h2{
	color:#000;
	font-weight:600;
	font-size:22.5px;
	line-height:none;
	margin:0 0 15px;
}
.big-article h2 a{
	color:#000;
	font-weight:600;
	font-size:22.5px;
	line-height:none;
	margin:0;
}
.blog-list{
	border-left:solid 2px #d9d9d9;
	padding-left:15px;
}
.blog-list ul{
	padding:5px 0;
}
.blog-list ul li{
	border-bottom:solid 2px #d9d9d9;
	padding:10px 0;
}
.blog-list ul li figure{
	float:left;
	width:70px;
	height:70px;
	overflow:hidden;
}
.blog-list ul li figure img{
	width:100%;
}
.blog-list ul li .blog-dtl{
	margin-left:85px;
}
.blog-list ul li .blog-dtl h2{
	font-size:14px;
	font-weight:600;
	margin:0 0 5px;
}
.blog-list ul li .blog-dtl h2 a{
	font-size:14px;
	font-weight:600;
	color:#000;
}
.blog-list ul li .blog-dtl h5{
	color:#01aef0;
	font-size:12px;
	font-weight:700;
	margin:0 0 5px;
}
.blog-list ul li .blog-dtl p{
	font-size:14px;
	color:#000;
}


.featured-video {
    background: #272727;
    padding:20px 15px;
    margin-bottom: 15px;
    overflow: hidden;
}
.featured-video h2 {
    color: #fff;
    font-weight: 300 ;
    text-transform: uppercase;
    font-size:41px;
	margin:0 0 15px;
}
.featured-video h2 strong{
    font-weight: 700;
}
.text-red{
	color:#c2161d !important;
}
.featured-video time {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
	background-color:#03a9f5;
	padding:4px;
	text-transform:uppercase;
}
.featured-video h4 {
    color: #fff;
    font-size: 14.5px;
    font-weight: 700;
	margin:10px 0 15px;
}
.featured-video p {
    color: #fff;
    font-size: 13px;
	margin:0px;
	font-weight:400;
}
.last-border{
	border-bottom:0 !important;
}
.blue-lable{
  background: #006d98;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 3px 7px;
  text-transform: uppercase;
}
/*------Home slider----*/

.featured-articles {
    padding-top: 0px;
}

.featured-articles h2 {
    font-size: 24px;
    font-weight: 600;
    display: block;
    padding: 10px 5px;
	margin:0;
}

.featured-articles h2 a {
    font-weight: 600;
    color: #fff !important;
    word-wrap: break-word;
    word-break: break-word;
}

.featured-slider {
    display: block;
    clear: both;
    position: relative;
}

.featured-slider .slide {
    float: left;
    width: 100%;
}

.featured-slider .slide-data {
    display: none;
}

.featured-slider .caroufredsel_wrapper {
}

.featured-slider .slide img {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}

.featured-slider .anchor {
    display: block;
    clear: both;
    background: #272727;
    border-top: 1px solid #fff;
    position: relative;
}

.featured-slider .caption {
    color: #fff;
    display: block;
    clear: both;
    padding: 8%;
    padding-top: 5%;
    text-align: center;
}

.featured-slider .caption time {
    font-weight: bold;
    font-size: 1.28571428571429em;
}

.featured-slider .caption a {
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

.featured-slider .caption p {
    color: #fff;
    font-size: 1.14285714285714em;
}

.featured-slider .innercaption {
    color: #fff;
    display: block;
    clear: both;
    padding: 0 15px 50px;
    padding-top: 4%;
    text-align: center;
}

.featured-slider .innercaption time {
    font-weight: bold;
    font-size: 1.28571428571429em;
}

.featured-slider .innercaption a {
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

.featured-slider .innercaption p {
    color: #fff;
    font-size: 1.14285714285714em;
}

.featured-slider nav {
    position: relative;
    display: block;
    margin-bottom: 5px;
    padding: 0 8%;
    z-index: 500;
    clear: both;
    text-align: center;
}

.featured-slider a.feat-prev, .featured-slider a.feat-next {
    width: 60px;
    height: 60px;
    display: inline-block !important;
    margin-top: -30px;
}

.featured-slider a.feat-prev {
    background: url(/National_Library/oe_/https://www.radioworld.com/images/featured-slideshow-arrows.png) 0 0 no-repeat;
    position: absolute;
    left: 15px;
    top: 35px;
}

.featured-slider a.feat-next {
    background: url(/National_Library/oe_/https://www.radioworld.com/images/featured-slideshow-arrows.png) -60px 0 no-repeat;
    position: absolute;
    right: 15px;
    top: 35px;
}

.featured-slider .feat-pager {
    display: inline-block !important;
    margin: 35px auto 0;
    text-align: center;
}

.featured-slider .feat-pager a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 10px;
    height: 10px;
    background: url(/National_Library/oe_/https://www.radioworld.com/images/carousel-pager.png) no-repeat -10px 0;
    margin: 0 3px;
}

.featured-slider .feat-pager a span {
    display: none;
}

.featured-slider .feat-pager a.selected {
    background-position: 0px 0px;
}
.featured-articles .carousel-img{
	position:relative;
}
.gold {
  background: #006d98;
  color: #fff;
  display: inline-block;
  font-size:12px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 3px 7px;
  text-transform: uppercase;
}
.carousel-text {
  background: rgba(0, 0, 0, 0.65);
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.topMain-box{
	margin-bottom:40px;
}

/*------26-09-2016--*/
.photo-galleries-slider #photo-galleries{}
.photo-galleries-slider #photo-galleries a{ text-decoration:none;}
.photo-galleries-slider .img-wrapper{position:relative;position:absolute;top:0;width:100%;}
.photo-galleries-slider .img-wrapper img{display:block;}
.photo-galleries-slider .img-wrapper > a{background:#000000 none repeat scroll 0 0;bottom:-11.5%;color:#fff;display:block;font-family:"Raleway",sans-serif;font-size:0.857143em;font-weight:bold;margin-right:-66.5px;padding:2% 5%;position:absolute;right:50%;}
.photo-galleries-slider{display:block;clear:both;position:relative;overflow:hidden}
.photo-galleries-slider .pg-slide{float:left;width:100%;}
.photo-galleries-slider .pg-slide-data{display:none;}
.photo-galleries-slider .pg-slide img{display:block;width:100%;}
.photo-galleries-slider .anchor{display:block;clear:both;margin-top:1px;}
.photo-galleries-slider .pg-caption{color:#fff;display:block;clear:both;padding:6%;padding-top:11%;background:#272727;}
.photo-galleries-slider .pg-caption .title{font-size:1.42857142857143em;margin:3% 0;font-family:'Raleway', sans-serif;font-weight:bold;}
.photo-galleries-slider .pg-caption p{color:#fff;}
.photo-galleries-slider .pg-caption time{}
.photo-galleries-slider .pg-caption a{display:none;color:#fff;font-weight:bold;}
.photo-galleries-slider nav{position:absolute;display:block;bottom:0%;z-index:500;clear:both;width:100%;}
.photo-galleries-slider a.pg-prev, .photo-galleries-slider a.pg-next{width:39px;height:39px;display:block;background:url(/National_Library/oe_/https://www.radioworld.com/images/gallery-slideshow-arrows.png) no-repeat;margin-top:-100px; cursor:pointer;}
.photo-galleries-slider a.pg-prev.disabled, .photo-galleries-slider a.pg-next.disabled{}
.photo-galleries{padding-bottom:10px;}
.photo-galleries-slider a.pg-prev{position:absolute;left:15px;background-position:0 0;}
.photo-galleries-slider a.pg-next{position:absolute;right:15px;background-position:-39px 0;}
.photo-galleries .red-tab{border-bottom:3px solid #01aef0;margin-bottom:5px;}


.lg-big-article{
}
.lg-big-article.big-article h2 a {
    font-weight: 700;
    font-size: 26.5px;
}
.lg-big-article.big-article h2 a:hover {
	text-decoration:none;
	color:#00aae8;
}
.lg-big-article.big-article .para {
    font-size: 14px;
}
.lg-blog-list{
}
.lg-blog-list.blog-list ul li .blog-dtl {
    margin-left: 0;
}
.lg-blog-list.blog-list ul li .blog-dtl h2 {
    font-size: 16px;
    font-weight: 700;
}
.lg-blog-list.blog-list ul li .blog-dtl h2 a{
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}
.lg-blog-list.blog-list ul li .blog-dtl h2:hover a,
.lg-blog-list.blog-list ul li .blog-dtl h2:hover a:hover{
    color: #00aae8;
    text-decoration: none;
}
.lg-blog-list.blog-list ul li .blog-dtl p {
    font-size: 14px;
}
.marg-b40{
    margin-bottom: 40px;
}
.gBox .gBox-title-dotted{
	border-bottom: 1px dotted #006d98;
    margin-bottom: 20px;
}
.widget-bd-cont.article-cont {
  border-left: 0;
}
.widget-bd-cont.article-cont {
  border-left: 0;
}
.widget-bd-cont.article-cont li h4 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
	padding-bottom:5px;
}
.widget-bd-cont.article-cont li h4 a {
    color: #000;
    font-size: 24px;
    font-weight: 500;
}
.widget-bd-cont.article-cont li h4 a:hover {
    color: #00aae8;
	text-decoration:none;
}
.widget-bd-cont.article-cont li h4:hover a
.widget-bd-cont.article-cont li h4:hover a:hover {
    color: #01b1ed;
}
.article-cont-detail-box{
}
.article-cont-detail-box figure{
	float:left;
	width:22%;
}
.article-cont-detail-box .article-cont-detail{
	margin-left:22%;
	padding-left:20px;
}
.article-cont-detail-box .article-cont-detail .meta {
    font-size: 15px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: #000;
    padding-bottom: 15px;
    padding-top: 10px;
}
.article-cont-detail-box .article-cont-detail .meta a{
	font-weight:400;
}
.article-cont-detail-box .article-cont-detail p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.jta-tweet-list-controls, .jt-pager a, .thumb-prev, .thumb-next, .wire-next, .wire-prev{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.jt-pager, .jta-tweet-list-controls{padding:10px 0px 8px 0px;display:block;clear:both}
.jt-pager a, .jta-tweet-list-controls-button{background-color:#e0e0e0;padding:6px 10px;color:#000;}
.jt-pager a:hover, .jta-tweet-list-controls-button:hover{background-color:#02b2ee;padding:6px 10px;text-decoration:none;color:#fff !important;}
.jt-pager span, .jta-tweet-list-controls-button{background-color:#02b2ee;padding:6px 10px;color:#fff;text-decoration:none}
.jt-pager a{margin-left:1px; font-size:14px; margin:0 2px;}
.jt-pager a.prev-page{margin-left:0;}
.jt-pager a.goto-page{background:#e0e0e0;color:#000;padding:6px 12px;}
.jt-pager a.goto-page.active, .pager a.active,
.jt-pager a.goto-page:hover{background:#006d98;color:#fff;}

.article-list {
    list-style: none;
    padding: 0;
}
.article-list li {
    border-bottom: 2px solid #d8dde5;
}
.article-list li > a {
    color: #332f2f;
    display: block;
    padding: 20px 0 0;
}
.article-list li .article-meta {
    font-size: 13px;
    color: #979696;
	padding-bottom:10px;
}
.article-list li .article-title {
    font-size: 18px;
	margin:00 0 5px;
}
.widget-title {
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    position: relative;
    margin: 0;
    padding: 15px 10px;
    background: #01AEF0;
	text-align:center;
}
.widget-title:after {
    content: ' ';
	border-style:solid;
    border-width: 6px 6px 0 6px;
    border-color: #01AEF0 transparent transparent transparent;
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -6px;
    bottom: -6px;
	width:0;
	height:0;
}
.hidden-600{
	display:block;
}
/* ====Menu=== */

.navbar > nav{display:block;clear:both;position:relative;background:#6e6b66;height:48px;}
.navbar > nav ul{list-style-type:none;display:block;position:relative;}
.navbar > nav ul li{float:left;}
.navbar > nav ul li a{display:block;text-align:center;color:#fff;text-transform:uppercase; border-left:1px solid #4f4e49;padding:0 22px; font-family:'Raleway', sans-serif;font-size:15px;-webkit-font-smoothing:antialiased;font-weight:400;line-height:48px;height:48px;position:relative;}
.navbar > nav ul li:first-child a {
    border-left: none;
}

/* .navbar > nav ul li a span{font-weight:400;display:inline-block;height:100%;}  */
 .navbar > nav ul li a .nav-arrow-down{width:100%;height:20px;position:absolute;bottom:-16px;display:none;}
 /*.navbar > nav ul li:hover a{color:#fff;border-color:#81B900;background:#01B1ED;}*/
 .navbar > nav ul li:hover a{color:#fff;border-color:#81B900;background:#006d98;}
 .navbar > nav ul li.social:hover a{background:transparent;color:#fff;}
 .navbar > nav ul li:hover a .nav-arrow-down{display:block;}
 .navbar > nav ul li:first-child a span{border-left:0;}
 .navbar > nav ul li.col{}
 .navbar > nav ul li.search{}
/* .navbar > nav ul li.search{position:relative;float:right;}*/
 .navbar > nav ul li.search a{width:100%;font-size:16px;color:#808080;}
 .navbar > nav ul li.search a.icon-only{display:none;}
 .navbar > nav ul li.search a span{padding-left:13px;padding-right:40px;background:url(/National_Library/oe_/https://www.radioworld.com/images/icon_search_grey.png) no-repeat center center;color:#fff;}
 .navbar > nav ul li.search:hover a span{background:url(/National_Library/oe_/https://www.radioworld.com/images/icon_search_white.png) no-repeat center center;color:#fff;}
 .navbar > nav ul li.search:hover .search-bar{display:block;}
 .search-bar{background:#000;position:absolute;right:0;top:48px;padding:15px;width:250px;display:none;z-index:1000;border-top:4px #00aae8 solid;}
 .search-bar.dropdown-menu{
	border-radius: 0;
    box-shadow: none;
    float: right;
    font-size: 14px;
    left: auto;
    list-style: outside none none;
    margin: 0;
    min-width: 160px;	 
  }
  .search.open > a {
	  background-color:#006d98;
	}
 .search-bar form{background:#fff;border:0;display:block;height:35px;position:relative;}
 .search-bar input[type="text"]{background:none;border:none;color:#000;height:35px;line-height:35px;font-family:'Roboto', sans-serif;-webkit-font-smoothing:antialiased;font-size:1.1em;padding:0 6px;}
 .search-bar input[type="submit"]{position:absolute;right:10px;top:10px;background:url(/National_Library/oe_/https://www.radioworld.com/images/sprite_ui.png) no-repeat -674px -45px;width:14px;height:14px;border:0;color:transparent;text-transform:uppercase;cursor:pointer;}
 .search-bar .form{background:#fff;border:0;display:block;height:35px;position:relative;}
 .search-bar .form input[type="text"]{background:none;border:none;color:#000;height:35px;line-height:35px;font-family:'Roboto', sans-serif;-webkit-font-smoothing:antialiased;font-size:1.1em;padding:0 6px;width:220px;}
 .search-bar .form input[type="submit"]{position:absolute;right:10px;top:10px;background:url(/National_Library/oe_/https://www.radioworld.com/images/sprite_ui.png) no-repeat -674px -45px;width:14px;height:14px;border:0;color:transparent;text-transform:uppercase;cursor:pointer;}
 .navbar > nav ul li .full-menu a{color:#fff;height:auto;width:auto;clear:none;line-height:normal;border:none;text-align:left;text-transform:none;}
 .navbar > nav ul li:hover .full-menu a{background:none;color:#fff;}
 .navbar > nav ul li .full-menu .hdrsubscribe{float:right !important;padding-right:8%;}
.hdrsubscribe .sub-nav li a{background-image:none !important;}
.full-menu{background:#000;color:#fff;position:absolute;width:100% !important;top:48px;left:0;z-index:9999;-webkit-font-smoothing:antialiased;display:none;overflow:hidden;}
 .navbar > nav ul li.col.small{position:relative;}
 .navbar > nav ul.main-nav li.small ul.sub-nav li a{padding-right:15px;}
 .navbar > nav ul.main-nav li.small .full-menu{min-width:150px;}
 .navbar > nav ul li.col:hover .full-menu{display:block}
 .navbar > nav ul li .back-btn,  .navbar > nav ul li .all-btn{display:none;}
 .navbar > nav ul.main-nav li ul.sub-nav{padding:5% 0;}
 .navbar > nav ul.main-nav li ul.sub-nav li{float:none;}
 .navbar > nav ul.main-nav li ul.sub-nav li:hover{background:#363636;}
 .navbar > nav ul.main-nav li ul.sub-nav li:hover > ul.tert-nav{display:block;}
 .navbar > nav ul.main-nav li ul.sub-nav li a{font-family:'Raleway', sans-serif;font-weight:bold;font-size:1.125em;line-height:1em;padding:9px;padding-left:8%;padding-right:0;margin-right:20px;padding-right:15px;background-image:url(/National_Library/oe_/https://www.radioworld.com/images/sub-nav-arrow.png);background-repeat:no-repeat;background-position:center right;}
 .navbar > nav ul.main-nav li ul.sub-nav li ul.tert-nav{display:none;position:absolute;top:0;right:-250px;background:#363636;padding:10px 0;box-sizing:border-box;min-width:250px;z-index:10000;height:10000%;}
 .navbar > nav ul.main-nav li ul.sub-nav li ul.tert-nav li{}
 .navbar > nav ul.main-nav li ul.sub-nav li ul.tert-nav li a{padding:0 15px;background-image:none;font-weight:bold;font-size:1em;line-height:2em;color:#e8e8e8;}
.full-menu .left{width:17%;}
.full-menu .left .inner-pad{}
.full-menu .left a{font-size:1.15em;line-height:1.4em}
.full-menu .left a:hover{text-decoration:underline}
.full-menu .right{width:83%;margin:1% 0;}
.full-menu .right .inner-pad{padding:15px;border-left:1px solid #404040;}
.full-menu .right-top{margin-bottom:20px;}
.full-menu .right-top article{float:left;width:25%;margin-left:0; padding:0 15px}
.full-menu .right-top article:first-child{margin-left:0}
.full-menu .right-top article p{font-size:.875em;line-height:1.3em;padding-top:8px;}
.full-menu .right-bot{display:block;clear:both;border-top:1px solid #404040;padding-top:20px}
.full-menu .right-bot article{float:left;width:45%;margin-left:5%;}
.full-menu .right-bot a{font-size:1.0625em;font-family:Georgia, Times, "Times New Roman", serif;}
.full-menu .right-bot a:hover{text-decoration:underline}
.full-menu .right-bot article:first-child{margin-left:0}
.full-menu .right article .gold{display:block;clear:both;background:transparent;color:#81b900;padding:0;font-family:Georgia, Times, "Times New Roman", serif;font-weight:bold;font-size:.8em;margin-bottom:.5em;}
.full-menu .right article a.blog-title{display:block;font-family:'Raleway', sans-serif;font-weight:700;font-size:14px;line-height:1.4em}
.full-menu .right article a.blog-title:hover{text-decoration:underline}
.full-menu .right article .meta{display:block;font-size:12px;line-height:1.4em;}
.full-menu .right article .meta a{font-family:Georgia, Times, "Times New Roman", serif;display:inline;padding:0;font-size:1em;}
 .full-menu a{padding:0;}
.full-menu .right article .meta a:hover{text-decoration:underline}
.full-menu .right a.thumb{display:block;margin-bottom:10px;width:100%;}
.full-menu .right a.thumb img{display:block;max-width:100%;height:auto;}
.full-menu .right a.thumb.square img{width:100%;}
.close-menu{display:block;background:#eee;color:#81b900;text-align:center;font-weight:bold;clear:both;-webkit-font-smoothing:antialiased;padding:5px 0;margin-top:20px}
html.no-touch .close-menu{display:none;}

/* --- */
.mobile-only, .mobile-leader{display:none;}
.select-menu-holder{ display:none; text-align:center;}
.hidden-650{ display:block;}
.navbar-brand .mainlogo {margin-top: -22px;}
.menu_navigation {z-index: -99;}
.more-navigation {
    height:300px;
    overflow:auto;
    width:260px;
}

.more-navigation::-webkit-scrollbar {
  width: 10px; }

.more-navigation::-webkit-scrollbar-track {
  background: #131415; }

.more-navigation::-webkit-scrollbar-thumb {
  background: #abb0b6;
  border: 2px solid #131415;
  border-radius: 4px; }
.more-navigation::-webkit-scrollbar-thumb:hover {
    background: #c5cad3; }
/* =====Menu End===== */
/*------26-09-2016--*/
/*
	font-family: 'Raleway', sans-serif;
/*css for Events*/

.widget-bd-cont-event {
  border-left: 1px dotted #6a6969;
  padding-left:10px;
}
.topMain-box{
	margin-bottom:40px;
}

/*css for TopAd*/

.Top-adm-border table{border:none;}
.Top-adm-border table tr{border:none;}
.Top-adm-border table td{border:1px solid gray;}
.Top-adm-border .Header th{border:1px solid gray;}

.Top-adm-border select{width:220px;}
.top-Body {
    font-family: Calibri, Arial;
    font-size: 15px;
    color: #000;
}

.TopStoriesHeader, th {
    font-family: Calibri,Arial;
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    background-color: ActiveBorder;
    padding: 10px;
}
.top-padding {
    padding: 5px;
}
.TopStoriesspace {
    height: 20px;
}
.error {
			background-color: red;
			color: #fff;
			display: inline-block;
			font-family: "Roboto Slab";
			font-size: 20px;
			padding: 10px;
			text-align: center;
			text-transform: uppercase;
			width: 98.5%;
			margin-bottom: 10px;
		}
		
.success {
			background-color: green;
			color: #fff;
			display: inline-block;
			font-family: "Roboto Slab";
			font-size: 20px;
			padding: 10px;
			text-align: center;
			text-transform: uppercase;
			width: 98.5%;
			margin-bottom: 10px;			
		}
.errormsg {
    color:red;
}

topstoriestable tr td topstoriestable tr td {
    padding: 5px;
}

    topstoriestable tr td topstoriestable tr td span {
        font-family: Calibri, Arial;
        font-size: 12px;
        font-weight: bold;
        padding: 3px 5px;
        background-color: ActiveBorder;
    }

    topstoriestable tr td topstoriestable tr td a {
        font-family: Calibri, Arial;
        font-size: 12px;
        font-weight: bold;
        padding: 3px 5px;
        text-decoration: none !important;
    }




/*css for Blogs*/

.addIssue .labelheading{font-size:14px;}

.wrapper {
    width: 100%;
    max-width: 1140px;
    min-width: 993px;
    margin: 0 auto;
}
.blogbutton {
    background-color: #00aae8;
    border: 0 none;
    border-radius: 0;
    color: #fff !important;
    cursor: pointer;
    font-family: "Oswald",sans-serif;
    font-size: 0.8em;
    font-weight: normal;
    height: 33px;
    margin-top: 2px;
    padding: 4px;
    text-align: center;
    text-transform: uppercase;
    width: 25%;
}

.CommandButton {
    font-size: 11px;
    font-weight: normal;
}

.blogdropdown {
    font-size: 12px;
    font-weight: normal;
    height: 31px;
}
.blogdiv-gap{height:5px;}

.blogsmall {
    font-family:sans-serif;font-weight:bold;-webkit-font-smoothing:antialiased;color:#000;font-size:20px;
}

.btnEditEntry input[type="submit"]{background-color:#00aae8;border:0 none;border-radius:0;color:#fff;cursor:pointer;font-family:"Oswald",sans-serif;font-size:1em;font-weight:normal;height:33px;margin-top:2px;text-align:center;text-transform:uppercase;width:25%;}
.btnEditEntry input[type="submit"]:hover{background-color:#618205;}

.blogadmingrid tr th{background-color:#E6E7E8;color:#000;border:1px solid #BFC1C3;font:normal 14px calibri, arial;padding:16px !important;text-align:center;}
.blogadmingrid tr td{font:normal 14px calibri, arial;border:1px solid #BFC1C3;padding:5px !important;text-align:center;vertical-align:middle;}

.blogadmingrid  tr td table tr td{padding:5px;}

input[type="text"], input[type="email"], input[type="password"], textarea{/*background-color:#fff;*/border:1px solid #ccc;border-radius:0;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;display:inline-block;padding:4px 6px;height:31px;}

.validatorMsg {
    font-size: 11px;
    color: red;
}

.bloglisting p{font-size:0.9876em !important;}
.bloglisting .emptyGrid td{padding-top:30px;font-family:'Oswald', sans-serif !important;font-weight:600;font-size:1.2em;color:#D33A3A;}
.bloglisting .admindiv{text-align:right;margin-top:20px;}
.bloglisting .admindivlink{font-weight:600 !important;color:#01a1d8 !important;}
.bloglisting .gridactionlink{font-weight:800 !important;color:#01a1d8 !important;font-size:0.8em !important;}
.bloglisting .gridactiondiv{text-align:right;width:100%;padding-top:10px;}
.bloglisting .gridmessagediv{text-align:right;width:100%;padding-top:10px;color:red;font-weight:600 !important;font-size:0.8em !important;}

.bloglistingleft-rail {
    width: 65.4%;
    float: left;
}
.blogrow {
    display: block;
    clear: both;
}
.blog-red-tab {
    border-bottom: none;
    display: block;
    clear: both;
    border-bottom: 1px #e7e7e7 solid;
}
.blog-section-inner article{display:block;clear:both;padding:4% 0;border-bottom:1px solid #D9D9D9;padding-top:2%;}
.blog-section-inner article:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
*:first-child+html .blog-section-inner article{zoom:1;}
.blog-section-inner article h3 a{display:block;padding-bottom:5px;line-height:1.2;font-size:1.5em;}
.blog-section-inner .meta{display:block;clear:both;font-size:1.125em;font-weight:bold;-webkit-font-smoothing:antialiased;color:#000;padding-bottom:15px;padding-top:10px;}
.blog-section-inner .meta span{color:#01a1d8;font-weight:bold;}
.blog-section-inner article p{color:#000;padding-bottom:20px;}
.blog-section-inner article p:last-child{padding-bottom:0}
.blog-section-inner article p a{color:#01a1d8;font-weight:bold;-webkit-font-smoothing:antialiased;}
.blog-section-inner article .thumb{float:left;width:22%;display:block}
.blog-section-inner article .thumb img{width:100%}
.blog-section-inner article .text-wrap{float:right;width:75%;}

.blog-red-tab span{color:#fff;text-transform:uppercase;font-size:1.125em;font-family:'Raleway', sans-serif;padding:0px 20px;padding-top:15px;padding-bottom:10px;height:36px;line-height:10px;float:left;-webkit-font-smoothing:antialiased;font-weight:bold;border-color:#01a1d8;background:#01a1d8;background:-moz-linear-gradient(top, #01a1d8 0%, #01a1d8 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#01a1d8), color-stop(100%,#01a1d8));background:-webkit-linear-gradient(top, #01a1d8 0%,#01a1d8 100%);background:-o-linear-gradient(top, #01a1d8 0%,#01a1d8 100%);background:-ms-linear-gradient(top, #01a1d8 0%,#01a1d8 100%);background:linear-gradient(to bottom, #01a1d8 0%,#01a1d8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#01a1d8', endColorstr='#01a1d8',GradientType=0);border-radius:5px 5px 0 0;}
.blog-red-tab span.searchresults{color:#fff;text-transform:uppercase;font-size:1.125em;font-family:'Raleway', sans-serif;padding:0px 20px;padding-top:15px;padding-bottom:10px;height:15px;line-height:18px;float:left;-webkit-font-smoothing:antialiased;font-weight:bold;border-color:#01a1d8;background:#01a1d8;background:-moz-linear-gradient(top, #01a1d8 0%, #01a1d8 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#01a1d8), color-stop(100%,#01a1d8));background:-webkit-linear-gradient(top, #01a1d8 0%,#01a1d8 100%);background:-o-linear-gradient(top, #01a1d8 0%,#01a1d8 100%);background:-ms-linear-gradient(top, #01a1d8 0%,#01a1d8 100%);background:linear-gradient(to bottom, #01a1d8 0%,#01a1d8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#01a1d8', endColorstr='#01a1d8',GradientType=0);border-radius:0 0 5px 5px;}
.blog-red-tab a{float:right;font-family:'Raleway', sans-serif;color:#b2b2b2;font-size:0.85714286em;margin-top:18px;font-weight:bold;text-transform:uppercase;}
.blog-red-tab a:hover{color:#000;}

.dark-blue{color:#006d98 !important;font-size:2.2em !important;font-weight:bold;}
.blogarchive .list-wrapper ul li{font-family:'Oswald', sans-serif !important;font-weight:bold;font-size:1.125em;line-height:1.25em;padding:15px 0;border-bottom:1px #ccc solid;list-style-type:none;color:#000 !important;}
.blogarchive .list-wrapper ul li a{color:#000 !important;font-size:16px;}
.blogarchive input[type="submit"], .jobs input[type="submit"]{color:#fff;border:0;font-size:16px;text-transform:uppercase;height:37px;text-align:center;float:right;width:33%;-webkit-border-radius:4px;border-radius:4px;cursor:pointer;font-family:'Raleway', sans-serif;font-weight:bold;-webkit-font-smoothing:antialiased;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;background-color:#01aef0;}
.blogarchive input[type="text"], .jobs input[type="text"]{border:1px solid #ccc;color:#636363;font-size:17px;height:35px;line-height:30px;padding:0 2%;float:left;width:61%;font-family:Georgia, Times, "Times New Roman", serif;}

.bloglist {
    padding-top: 10px;
    font-size: 15px;
    padding-left: 87%;
}
.bloglist-admin {
    float:right;
    font-size:15px;
}

.blogImageWidth img{max-width:740px;margin-bottom:4%;}

.blog-share-this-post{border-top:1px solid #D9D9D9;border-bottom:1px solid #D9D9D9;padding:3% 0;}
.blog-share-this-post h4{float:left;width:24%;font-weight:bold;text-transform:uppercase;font-size:0.750em;margin-top:2px}
.blog-share-this-post .addthis_toolbox{padding-bottom:0}
.blog-share-this-post .blog-post-share.bot{float:left;width:76%;}
.blog-share-this-post .blog-post-share.bot .addthis_toolbox a{}

.blog-post-share.top{width:52%;padding-top:5px;float:right}
.blog-post-share.top .addthis_toolbox a{float:left;}
.blog-post-share.top .addthis_toolbox a:first-child{}
.blog-post-body .image-wrapper img{width:100%;margin-bottom:4%;}

.addthis_button_tweet{width:95px;}
.blog-bottom{padding-bottom:20px}
.blogletter input[type="submit"]{color:#fff;border:0;font-size:1em;text-transform:uppercase;height:37px;text-align:center;float:right;width:33%;-webkit-border-radius:4px;border-radius:4px;cursor:pointer;font-family:'Raleway', sans-serif;font-weight:bold;-webkit-font-smoothing:antialiased;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;background-color:#006d98;}
.blogletter input[type="text"]{border:1px solid #ccc;color:#636363;font-size:14px;height:35px;line-height:30px;padding:0 2%;float:left;width:61%;font-family:Georgia, Times, "Times New Roman", serif;}


/*end Blogs*/

/*css for Section Page Added By Jainendra*/

.widget-bd-cont.article-cont article h4 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
	padding-bottom:5px;
}
.widget-bd-cont.article-cont article h4 a {
    color: #000;
    font-size: 24px;
    font-weight: 500;
}
.widget-bd-cont.article-cont article h4 a:hover {
    color: #00aae8;
	text-decoration:none;
}
.widget-bd-cont.article-cont article h4:hover a
.widget-bd-cont.article-cont article h4:hover a:hover {
    color: #01b1ed;
}
.widget-bd-cont article{
	border-bottom:1px solid #D9D9D9;
	padding:16px 15px
}

/*End css for Section Page*/

/*css for User Article Manage Page Added By Jainendra*/
.Categorydropdown {
    font-size: 12px !important;
    font-weight: normal !important;
    height: 31px !important;
    margin-left: 5px;
}
.UserArticleAdminGrid a {color: #272727 !important;}
.UserArticleAdminGrid a:hover {color: #01b1ed !important;}
.UserArticleAdminGrid tr th{background-color:#E6E7E8; color:#000; border:1px solid #BFC1C3; font:normal 14px calibri, arial; padding:5px !important; text-align:center; vertical-align:middle;}
.UserArticleAdminGrid tr td{font:normal 14px calibri, arial; border:1px solid #BFC1C3 !important; padding:5px !important; text-align:center; vertical-align:middle;}
.UserArticleCategoryTree a img{display:none;}
.UserArticleCategoryTree div a img{display:table;}
.UserArticleCategoryTree table tr td{padding:1px !important;}

.UserArticleEditClass tr td{font:normal 14px calibri, arial;padding:5px !important;vertical-align:middle;}
.sponsor-text {
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.sponsor-text h2{
    color: #fff;
    font-size: 22px;
    font-weight:500;
    padding: 5px 5px;
}

.sponsor-text img{
    display:inline !important;
    max-height:36px;
    max-width:300px;
    width:initial !important;
}
.menu-arrow {background-image:none !important;
}

.awards-submenu {margin-left:10px;
}
/*End css for User Article Manage Page*/


/* Author common page*/
.pad {padding:0 30.5px;}
.author-top{display:block;clear:both;padding-top:4%;padding-bottom:3%}
.author-top .avatar{float:left;width:15%;}
.author-top .avatar img{display:block;width:100%}
.author-top .text-wrap{float:right;width:82%;}
.author-top .job-title{font-size:1.125em;display:block;color:#000;font-weight:normal;padding-bottom:0px;line-height:1em}
.author-top h1{display:block;font-size:3.000em;line-height:1em;padding-bottom:15px;margin-top:1.5%;}
.author-top .author-social{float:right;width:82%;}
.author-social .twitter-follow-button{float:left;margin-right:10px;}
.author-social .email-auth{width:25px;height:16px;background:url(/National_Library/oe_/https://www.radioworld.com/images/sprite_ui.png) no-repeat 0 -475px;float:left;text-indent:-9999em;text-transform:uppercase;margin-top:2px;}
.author-social .email-auth:hover{opacity:0.7;}
.author-social .fb-follow{float:left;width:100px}
.author-profile p{color:#000;display:block;clear:both;}

.authred-tab span{color:#fff;text-transform:uppercase;font-size:1.125em;font-family:'Raleway', sans-serif;padding:0px 20px;padding-top:15px;padding-bottom:10px;line-height:22px;float:left;-webkit-font-smoothing:antialiased;font-weight:bold;border-color:#00aae8;background:#00aae8 !important;background:-moz-linear-gradient(top, #00aae8 0%, #6e9d00 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#81b900), color-stop(100%,#6e9d00));background:-webkit-linear-gradient(top, #00aae8 0%,#6e9d00 100%);background:-o-linear-gradient(top, #00aae8 0%,#6e9d00 100%);background:-ms-linear-gradient(top, #00aae8 0%,#6e9d00 100%);background:linear-gradient(to bottom, #00aae8 0%,#6e9d00 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#81b900', endColorstr='#6e9d00',GradientType=0);border-radius:5px 5px 0 0;}
.archive-post{display:block;clear:both;border-bottom:1px solid #006d98;padding:2% 0;}
.archive-post .cat:after, .archive-post:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
*:first-child+html .archive-post .cat, *:first-child+html .archive-post{zoom:1;}
.archive-post .cat{display:block;clear:both;padding:1% 0 0 0;}
.archive-post .gold{float:left;line-height:21px}
.author-gold{color:#00aae8;font-family:'Raleway', sans-serif;font-weight:800;text-transform:uppercase;font-size:1.125em;padding:5px 9px 4px 0px;display:inline-block;margin-bottom:0;padding-bottom:0;}
.archive-post h3 a{display:block;color:#000 !important;clear:both;padding-bottom:2%;line-height:1.2;font-size:30px;}
/*.archive-post .thumb{float:left;width:25%;margin-bottom:10px}*/
.archive-post .thumb{width:25%;margin-bottom:10px}
.archive-post .text-wrap{float:right;width:72%;}
.archive-post p{color:#000;display:block;padding-bottom:4%}
.archive-post .addthis_toolbox{padding-bottom:1%;}
.homegold {
  background: #006d98;
  color: #fff !important;
  display: inline-block;
  font-size:9.6px;
  font-weight: 400;
  margin-bottom: 0;
  padding: 4px 7px;
  text-transform: uppercase;
}
.noarticlefound {  
     padding-top:10% ;
     font-size:18px;
     font-family: 'Raleway', sans-serif;
     font-weight: bold;
    -webkit-font-smoothing: antialiased;
     color: #000;}
.photooftheweek h2{ margin-top:12px;color:#fff; font-size:22px; margin-left:10px;margin-right: 10px;}
.photooftheweek p{ margin-top:12px;color:#fff; font-size:14px; margin-left:10px;margin-right: 10px;}
.photooftheweek .gBox-title{margin-bottom:5px;}
/*end of author css*/

.lb-cancel {width: 50px!important; height: 50px!important;  margin: 0 auto; }

.activeArticle {
        background-color:#6e6b66 !important;
        color:#fff;
    }
.activeArticle input[type=text] {color: #000;}
.ArticleList {font-family: calibri, arial; font-size: 14px;}
.lb-cancel {width: 50px!important; height: 50px!important;  margin: 0 auto; }
.totalResultMessage{float:right;font-size:1.1em;width:auto;line-height:20px;padding-top:13px;vertical-align:middle !important;text-align:center;}
.sort-by-relevance{border:none;position:absolute;right:130px; font-family:Calibri,Arial;}
.sort-by-date{border:none;position:absolute;right:15px; font-family:Calibri,Arial;}
.inactive{font-size:1.22571em;padding:8px 0 0 0;}

.red-tab {border-bottom:none;display:block;clear:both;border-bottom:0px #006d98 solid;}
.red-tab a:hover{text-decoration:none;}
.red-tab:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

.sort-by-relevance > a > span{margin-right:15px;font-weight:bold;}
.sort-by-date > a > span{margin-right:0;font-weight:bold;}
.sort-by-relevance > a{font-size:1em !important;margin:0 !important;}
.sort-by-date > a{font-size:1em !important;margin:0 !important;}
.red-tab span{color:#fff;text-transform:uppercase;font-size:1.125em;padding:0px 20px;padding-top:15px;padding-bottom:10px;height:41px;line-height:10px;float:left;-webkit-font-smoothing:antialiased;font-weight:bold;border-color:#006d98;background:#006d98;background:-moz-linear-gradient(top, #03a9f5 0%, #6e9d00 100%);border-radius:5px 5px 0 0;}
.red-tab span.searchresults{color:#fff;text-transform:uppercase;font-size:13.5px;padding:0px 20px;padding-top:6px;padding-bottom:40px;height:22px;line-height:34px;float:left;-webkit-font-smoothing:antialiased;font-weight:bold;border-color:#006d98;background:#006d98;background:#006d98;border-radius:0 0 5px 5px;}
.red-tab a{float:right;font-family:'Raleway', sans-serif;color:#b2b2b2;font-size:0.85714286em;margin-top:18px;font-weight:bold;text-transform:uppercase;}
.red-tab a:hover{color:#000;}
@media only screen
and (max-width:320px){
.red-tab span.searchresults{height:25px !important;line-height:15px !important;}
}
.authorname {font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 15px;
    color: #4f717a !important;
}
.currentissue_archive img {display:block; width:100%;border-bottom: 8px solid #c0c0c0;}
.currentissue_archive h3 {font-size:13px; margin-top:10px;}
.DisplayError{font-size:2.0em !important;font-weight:600;color:red;font-family:inherit;}
.bottom1 {bottom: 0px; position: fixed;z-index:501;width:100%;text-align:center;}
.mar10 { margin: 20px 0 !important;}

.NewslettersButton {
    background-color:#006d98 !important;
}
.menu_navigation col HeaderMenu {
    background-color:#006d98 !important;
}
.article-content img {height:auto!important;}
.article-content table tbody tr td table{margin-bottom:10px;}
.article-content a{text-decoration:underline;}
#at-cv-lightbox, .at-cv-lightbox-background {display:none !important;}