@font-face {
	font-family: RobotoBld;
	src: url("../fonts/RobotoCondensed-Regular.ttf");
}
body{
	/*font-family:'Roboto', sans-serif !important;*/
	font-family: 'Poppins', sans-serif;
	background-image: url('../../back.jpg');
}
header,.main{
	width:100%;
}
header{
	/*background:#0000A0 !important;*/
	background:#f30303 !important;
	height: 47px;
	position: fixed;
	top: 0px;
	z-index: 100;
	padding: 8px 0px;
	box-shadow: 0px 1px 3px 0px #333;
}
footer{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight:bold;
}
header .head_rw{
	padding:0px;
}
.head_rwcol{
	text-align:center;
}
.head_rwcol p{
	color:#fff;
}
.top_marqcn{
	background:#000;
	position:relative;
}
.bot_marqcn{
	background:#bd0d10;
	position:relative;
}
.top_marquee{
	font-size:1.1em;
	padding:7px 5px 2px 5px;
	color:#fff;
	margin-top:47px;
	margin-bottom:0px !important;
}
.news_ticker{
	display: inline-block !IMPORTANT;
    font-size: 16px;
    line-height: 1em;
    float: left;
    width: 85px;
    margin-right: 0px;
    padding: 5px 5px;
    text-transform: uppercase;
    color: #fff;
    background: #fff;
    position: absolute;
    top: 47px;
    z-index: 10;
	border-top-right-radius:22px;
	border-bottom-right-radius:22px;
}
.breaking_ticker{
	display: inline-block !IMPORTANT;
    font-size: 15px;
    line-height: 1em;
    float: left;
    width: 95px;
    margin-right: 0px;
    padding: 10px 5px;
    text-transform: uppercase;
    color: #fff;
    background: #373c43;
    position: absolute;
    top: 0px;
    z-index: 10;
	border-top-right-radius:22px;
	border-bottom-right-radius:22px;
}
.news_ticker img{
	width:100%;
}
.newsdesc_con{
	
	padding:10px 10px 5px 10px;
	
}
.newsdesc_wrap{
	
}
.bottom_marquee{
	font-size:1.1em;
	padding:7px 5px 2px 5px;
	color:#fff;
}
.byu_itm{
	border:1px solid #dddddd !important;
	background:#dddddd !important;
}
.byu_itm p{
	margin:6px 10px !important;
	font-size:15px;
}
.my_addslid{
	margin:0px !important;
	padding:0px !important;
	background:#fff;
}
.my_addslid img{
	width:100%;	
	height:190px !important;
	
}
.cont{
	width:100%;
	padding:0px;
}
.title{
	font-size: 16px;
	font-weight: bolder;
	color: #fff;
	text-transform: uppercase;
	line-height: 32px;
	text-decoration: none;
}
.title:hover{
	color:#fff;
	text-decoration:none;
}
.category_btn{
	display:block;
	padding:0px 5px 0px 0px !important;
	color:#fff;
	margin-right:10%;
	margin-top:4px;
	background:none;
	border:none;
}
.category_btn img{
	position:relative;
	top:-4px;
}
.category_btn span{
	font-size:20px;	
}
.sidenav {
    height: 100%;
    width: 0; 
    position: fixed; 
    z-index: 101; 
    top: 0;
    left: 0;
    /*background-color: #0000A0;*/ 
    background-color: #f30303;
    overflow-x: hidden; 
    padding-top: 55px;
    transition: 0.5s;
}
.sidenav a{
	padding:10px 8px 10px 15px !important;
    text-decoration: none;
    font-size: 1.1em;
    color: #fff;
    display: block;
    transition: 0.3s;
	cursor:pointer;
}
.sidenav a:hover{
	background:none !important;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 18px;
    font-size: 36px;
    margin-left: 50px;
	background:none;
	border:none;
	color:#fff;
}
.sidenav a i{
	width:30px;	
	font-size:20px;
	margin-right:20px;
}
.post{
	display:block;
	background:#fff;
	margin:10px 0px;
	padding:10px 0px 0px 0px;
	border:1px solid #dddddd;
	border-bottom:2px solid #dddddd !important;
	color:#000;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.news_col{
	padding:0px !important;
}
.post:hover{
	text-decoration:none;
	color:#000;
}
.post-meta{
	padding:0px 0px 0px 12px;
}
.post-meta>p{
	width:100%;
	font-size:1.3em;
	color:#000;
	margin:0px 0px 8px 0px !important;
	/*line-height:22px !important;*/
	line-height:26px !important;
	overflow:hidden;
	display: -webkit-box;
	font-weight: bold;

	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.post_tit{
	width:100%;
	margin:3px 0px !important;
	font-size:12px;	
	height:26px;
	overflow:hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.author_meta p{
	color: #000;
	font-size:12px;
	font-weight:bolder;
	margin:0px !important;
	text-align:right;
}
.author_meta{
	margin:0px 0px !important;
}
.post img{
	width:100%;
	height:200px;
}
.post-detail img{
	width:100%;
	height:200px;
}
.dt_main{
	background:#fff;
	min-height:500px;
	padding-bottom:30px;
}
.post_cont{
	font-size:16px;
	margin:20px 5px;
	color:#000;
	text-align:justify;
	font-weight:bolder;
}
.a_name{
	color:#000 !important;
}
.share_post i{
	color:green;
	font-size:45px;
}
.rep_img{
	width:60px !important;
	height:60px !important;
}
.vote_logo{
	position:fixed;
	bottom:20px;
	right:10px;
	width:50px;
	padding:5px;
	height:50px;
	border-radius:50px;
	background:green;
	text-align:center;
}
.vote_logo i{
	width:100%;
	height:100%;
	font-size:38px;
	color:#fff;
}
.poll_con{
	margin-top:47px;
	padding:8px 10px;
}
.poll_con h4{
	color:#000;
	font-size:1.5em;
	margin:20px 0px;
	font-weight:bolder;
}
.poll_form{
	display:block;	
	margin:30px 0px;
}
.poll_form label{
	font-size:1.1em !important;
	font-weight:500 !important;
}
.poll_form .form-group{
	margin:25px 0px;
}
.poll_form .vote_btn{
	width:100%;
	margin:20px 0px;
	padding:6px 0px;
	font-size:18px;
	background:#bd0d10;
	color:#fff;
}
.news_title{
	font-size:1.5em;
	font-weight:bolder;
	margin:5px 0px !important;
	line-height:1.4em !important;
}
.news_image{
	margin:10px 0px;
}
.news_image img{
	width:100%;
}
.login_con{
	margin-top:47px;
}
.login_img{
	margin-top:47px;
}
.login_img img{
	width:100%;
	height:180px;
}
.login_form{
	padding:15px;
	margin:10px 0px;
}
.login_btn{
	width:100%;
	margin:20px 0px 10px 0px;
	padding:6px 0px;
	font-size:18px;
	background:#bd0d10;
	color:#fff;
}
.account_btn{
	text-align:center;
}
.account_btn a{
	color:#000;
	font-size:1.2em;
}
.news_reporter{
	display:flex !important;
	align-items:center !important;
	margin:15px 0px !important;
}
.news_info{
	display:flex !important;
	align-items:center !important;
	margin:15px 0px !important;
}
.news_reporter img{
	width:45px;
	height:45px;
}
.descpadno{
	padding:0px;
}
.news_reporter .rep_name{
	margin:0px 5px !important;
}
.news_info p{
	font-size:15px;
	margin:0px 5px !important;
}
.sub_title p{
	margin:15px 0px 10px 0px !important;
}
.sub_title{
	border-bottom:1px solid #dddddd;
}
.news_date p{
	font-size:13px;
	margin:10px 0px !important;
}
.long_desc{
	margin:15px 0px;	
	line-height:1.5em;
	text-align:justify !important;
	font-size:x-large;
}
.ex_img{
	margin:10px 0px;
}
.ex_img_cn{
	border:1px solid #dddddd;
	padding:5px;
	margin:8px 0px;
}
.ex_img_cn img{
	width:100%;
	
}
.share_news{
    width:100%;
    height:45px;
    background:#dddddd;
    position:fixed;
    bottom:0px;
    margin:0px !important;
}
.share_news a{
    display:block;
    display:inline-block;
    /*width:100% !important;*/
    width:19% !important;;
    height:45px !important;
    color:#fff;
    text-align:center;
}
.share_news a>i{
    font-size:3em;
}
.whats_btn{
    background:#189D0E !important;
}
.face_btn{
    background:#4867AA !important;
}
.twiter_btn{
    background:#00ACED !important;
}
.insta_btn{
    background:#ce1c4a !important;
}
.gplus_btn{
    background:red !important;
}
.indx_wrap{
	padding:8px 10px 50px 10px;
}