@import url('https://fonts.googleapis.com/css?family=Ek+Mukta:400|Hind|Kalam:700&subset=latin,devanagari');
h1,h2,h3,h4,h5,h6{
    font-weight: bold;
}
a{
    font-weight: bold;
    text-decoration: none;
    color:#5e7cff;
    transition: all 0.3s linear 0s;
}
body{
    font-family: 'Ek Mukta';
    background: #eee;
}

a:hover{
    color: #ff0103;
}
header{
    margin-bottom: 10px;
    color: #ddd;
    background: #fff;
}
header .top_row{
    background: #ff0103;
    border-bottom: 1px solid #ccc;
    color: #eee;
    font-weight:bold;
    padding: 5px 0;
    margin-bottom: 10px;
}
header .top_row a{
    color: #eee !important;
}
header>.container{
    position: relative;
}
header img{
    width: 100%;
}
header .logo{
    margin-bottom: 10px;
}
header nav.navbar{
    border: none !important;
    min-height: 10px !important;
    background: #5e7cff;
    border-radius: 0 !important;
    margin-bottom: 10px !important;
    border-bottom: 2px solid #ddd !important;
    z-index: 98;
}
header nav.navbar ul li a{
    padding: 12px 20px !important;
    color:#fff !important;
    font-weight: normal;
    font-size: 135%;
    background: none !important;
}
header .hvr-shutter-out-horizontal:before{
    background:#ff0103 !important;
}
header nav.navbar ul li a:hover, header nav.navbar li.open{
    background: #5e7cff !important;
    color: #fff !important;
}
header nav.navbar ul li.active a{
    background: #ff0103 !important;
    color: #fff !important;
}
header .navbar-default .navbar-nav>.open>a, header .navbar-default .navbar-nav>.open>a:hover, header .navbar-default .navbar-nav>.open>a:focus{
    background:#5e7cff;
    color: #fff !important;
}
header nav.navbar .dropdown-menu{
    background: #5e7cff;
}
header nav.navbar .dropdown-menu>li:not(:last-child)>a{
    border-bottom: 1px solid #eee;
}
header nav.navbar button:hover{
    background: #eee !important;
}
header .navbar-collapse{
    padding: 0 !important;
}
header nav.navbar li.dropdown:hover > ul.dropdown-menu {
    display: block;
}
header input {
    outline: none;
}
header input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}
header input::-webkit-search-decoration,
header input::-webkit-search-cancel-button {
    display: none;
}
header input[type=search] {
    background: #ededed url(../images/search-icon.png) no-repeat 5px center;
    border: solid 1px #ccc;
    padding: 3px 10px 3px 32px;
    width: 55px;

    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
header input[type=search]:focus {
    width: 130px;
    background-color: #fff;
    border-color: #eee;

    -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
    -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
    box-shadow: 0 0 5px rgba(109,207,246,.5);
}
header input:-moz-placeholder,
header input::-webkit-input-placeholder {
    color: #333;
}
header .right_side{
    text-align: right;
}
header .right_side>div{
    display: inline-block;
}
header .social_links{
    margin-right: 15px;
}
header .social_links a{
    font-size: 120%;
    padding: 15px;
    color: #777;
}
header a.fb:hover{
    color: #3b5998 !important;
}
header a.twitter:hover{
    color: #0084b4 !important;;
}
header a.google:hover{
    color:#d34836 !important;;
}
header a.youtube:hover{
    color: #bb0000 !important;;
}
header .right_side:not(:last-child){
    margin-bottom: 15px;
}
header .left_side{
    padding-top: 5px;
}
header .left_side span:not(:last-child){
    border-right: 1px solid #999;
    padding-right: 10px;
    margin-right: 10px;
}
.news{
    line-height: 1.8em;
    position: relative;
}
.news img{
    max-width: 100%;
    max-height: 100%;
}
.news iframe{
    width: 100%;
}
.news .see_more{
    font-size: 85%;
    color: #aaa;
}
.news .see_more:after{
    content: '\f101';
    font-size: 110%;
    margin-left: 5px;
    font-family: fontawesome;
}
.news p{
    font-size: 115%;
}
.news h4{
    font-size: 150%;
    line-height: 1.7em;
    color: #5e7cff !important;
}
.news.thumb.t100 .image,.news.thumb.t100 .no_image{
    height: 100px;
}
.news.thumb.t90 .image,.news.thumb.t90 .no_image{
    height: 90px;
}
.news.thumb.t80 .image,.news.thumb.t80 .no_image{
    height: 80px;
}
.news.t140 .image,.news.t140 .no_image{
    height: 140px;
}
.news.t180 .image,.news.t180 .no_image{
    height: 180px;
}
.news.t240 .image,.news.t240 .no_image{
    height: 240px;
}
.news.t380 .image,.news.t380 .no_image{
    height: 380px;
}
.news.thumb img, .news.fixed img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.news.thumb .image, .news.thumb .no_image{
    width: 100px;
    height: 100px;
    margin-right: 10px;
    float: left;
}
.news.thumb p{
    vertical-align: top;
}
.news.caption-hover{
    border: 1px solid #ddd;
    position: relative !important;
    margin-bottom: 15px;
}
.news.caption-hover .no_image{
    height: 160px;
}
.news.caption-hover .caption{
    bottom: 0 !important;
}
.news.caption-hover .image{
    text-align: center;
}
.news.caption-hover img{
    height: 160px;
    margin-bottom: 0;
}
.news.caption-hover.big img{
    height: 200px;
}
.breaking_news_wrapper{

}
.breaking_news{
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.breaking_news:last-child{
    margin-bottom: 0;
}
.breaking_news .category, .news_detail .category{
    font-size: 200%;
    display: inline-block;
    padding: 10px 15px;
    background: #ff0103;
    background-size: contain;
    color: #eee;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.breaking_news .category{
}
.breaking_news p.reporter{
    font-weight: bold;
}
.breaking_news p{
    font-size: 130%;
}
.breaking_news:last-child{
    border: none;
}
.breaking_news h2{
    margin-bottom: 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.breaking_news h2 a{
    font-size: 200%;
}
.breaking_news img{
    max-width: 100%;
    min-width: 75%;
}
.breaking_news small{
    font-size: 170%;
}
.breaking_news p{
    margin-top: 10px;
}
#main_slider .news{
    height:460px;
}
.latest_news{
    height: 510px;
    overflow-y: scroll;
    margin-bottom: 15px;
}
.latest_news ul.nav a{
    font-size: 120% !important;
}
.latest_news .nav-tabs>li{
    margin-bottom: -3px !important;
}
.latest_news .nav-tabs>li.active{
    border-bottom:3px solid #ff0103;
}
.latest_news .nav-tabs>li.active>a, .latest_news .nav-tabs>li.active>a:hover, .latest_news .nav-tabs>li.active>a:focus{
    background: none !important;
    color: #ff0103 !important;
}
.latest_news .nav>li>a:hover, .latest_news .nav>li>a:focus{
    background: none !important;
    color: #aaa !important;
}
.latest_news .nav-tabs{
    border-bottom: 3px solid #aaa;
}
.latest_news .tab-content{
    padding-top: 15px;
}
.latest_news .tab-content .news:not(:last-child){
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.latest_news .news a:first-child{
    font-size: 150%;
    display: block;
    padding-bottom: 10px !important;
}
.latest_news p{
    color: #555;
    vertical-align: top;
}
.latest_news a.title{
    font-size: 150%;
}
/* news_detail */
.news_detail img{
    max-width: 100% !important;
}
.news_detail img.left{
    margin-right:15px;
}
.news_detail img.right{
    margin-left:15px;
}
.news_detail .feature_image.left{
    float: left;
    margin-right: 15px;
    max-width: 50%;
}

.news_detail .feature_image.right{
    margin-left: 15px;
    max-width: 50%;
    float: right;
}
.news_detail .news_heading{
    margin-bottom: 15px;
}
.news_detail .news_heading h1{
    color: #444;
    line-height: 1.4em;
    font-size: 400%;
}
.news_detail .news_heading h1 small{
    color: #5e7cff;
    font-size: 50%;
}
.news_detail .news_info{
    padding: 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.news_detail .news_info .info{
    padding: 4.3% 0;
    font-size: 160%;
}

.news_detail .news_content{
    line-height: 1.8em;
    font-size: 130%;
}
.news_detail .news_content .feature_image{
    text-align: center;
    position: relative;
}
.news_detail .news_content .feature_image img{
    max-width: 100%;
}
.news_detail .news_content iframe{
    width: 100% !important;
    min-height: 300px!important;
}
.news_detail .reporter_summary{
    margin: 15px 0;
    border:1px solid #eee;
    padding: 15px;
}
.news_detail .reporter_summary .image{
    width: 25%;
    padding-right: 2%;
    border-right: 1px solid #ccc;
}
.news_detail .reporter_summary div{
    display: inline-block !important;
    width: 71%;
    padding-left: 2%;
    vertical-align: top;
}
.news_detail .reporter_summary a{
    color: #ff0103;
}
.news_images{
    text-align:center;
    margin-bottom:15px;
    position: relative;
}
.news_images img{
    width: 100%;
}
.news_tags{
    margin: 15px 0;
    padding: 10px 0;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    text-align: right;
}
.news_tags .tag{
    border-radius: 2em;
    background: #5e7cff;
    padding: 5px 10px;
    margin-left: 10px;
    color: #eee;
    font-size: 85%;
    font-weight: normal;
}
.news_tags .tag:hover{
    background: #444;
}
.news_content .input-group{
    margin-bottom: 15px !important;
}
.news_content input, .news_content .input-group-addon, .news_content textarea{
    background: none;
}
.news_content input, .news_content .input-group-addon, .news_content textarea, .news_content button{
    color: #777;
    font-size: 110%;
}
.news_content .input-group-addon{
    font-size: 105%;
}
.news_content button:not([type=reset]){
    color:#eee;
}

/* category_detail, related_news */
.category_detail h3{
    font-size: 300% !important;
}
.category_detail h1{
    border-bottom: 1px solid #5e7cff;
    padding-bottom: 10px;
}
.category_news{
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 120%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.category_news h4, .related_news h4{
    font-size: 150% !important;
}
.related_news{
    margin-bottom: 30px;
}
.related_news .image{
    max-height: 300px;
    text-align: center;
}
.category_news .image{
    width: 50% !important;
    margin-left: 10px;
    margin-bottom: 10px;
    float: right;
    max-height: 250px;
}
.category_news .see_more{
    position: absolute;
    z-index: 1;
    bottom: -15px;
    left: 15px;
    background: #fff;
    width: 100%;
    padding: 15px 0;
    border-top:1px solid #ddd;
}


/*category_wrapper */
.category_wrapper{
    margin-bottom: 15px;
}

.categories > .category_wrapper:first-child .category_content{
    background: #ed9;
}
h3.title{
    font-size: 160%;
    margin: 0 0 15px;
    color: #ff0103;
    padding: 10px 15px;
    position: relative;
    text-align: center;
}
h3.title>span{
    position: absolute;
    left:30px;
    top:20px;
}
h3.title>span span{
    padding: 5px 15px;
    background: #fff;
}
h3.title a{
    color: #fff;
}

.category_wrapper .news h4{
    line-height: 1.7em;
    font-size: 140%;
    margin-top: 0;
}
.category_wrapper .news h4{
    color: #5e7cff !important;
}
.category_wrapper .news h4:hover{
    color: #ff0103 !important;
}
.category_wrapper .news:not(.news_1) h4{
    font-size: 120%;
}
.category_wrapper .news h4 small{
    color:#333;
}
.category_wrapper .news:not(:last-child){
    padding-bottom: 15px;
	/*margin-bottom:15px;*/
}

.category_wrapper .news_1 img{
    max-height: 320px;
    text-align: center;
    display: block;
}
.category_wrapper .first{
    font-size: 120%;
}
.category_wrapper .first h4{
    font-size: 200%;
}
.category_wrapper .first h4 small{
    font-size: 50%;
    display: block;
    color: #ff0103;
}
.category_wrapper p{
    color: #555;
    vertical-align: top;
}
.category_wrapper .image{
    max-height: 270px;
}
.category_wrapper .category_content{
    padding-top: 30px !important;
}
.video iframe{
    height: 150px;
}
.video.large iframe{
    height: 400px;
}
.video.t380 a h4{
    font-size:160% !important;
}

/* member */
.member{
    border-bottom: 2px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.member h4{
    margin-bottom: 5px;
    font-size: 85%;
}
.member h4 span{
    background: #ff0103;
    color: #eee;
    padding:5px 10px;
}
.member h3{
    color: #5e7cff;
}
.member p i.fa{
    width: 20px;
    color: #666;
}
.member p{
    padding: 0;
    margin: 0;
}

.page .news_heading h1{
    border-bottom: 1px solid #ff0103;
}
footer{
    color: #eee;
    padding: 30px;
    background: #334;
    font-weight: normal;
    margin-top: 15px;
    font-size: 110%;
}
footer h4, footer h5, footer h6{
    color: #fff;
    font-weight: normal;
}

footer .footer_logo img{
    width: 100%;
    margin-bottom: 15px;
}
footer a{
    font-weight: normal;
    color: #eee;
}
footer a:hover{
    color: #aaa;
}
footer ul{
    margin: 0;
    padding: 0;
}
footer li i.fa{
    margin-right: 4px;
}
footer h5 i.fa{
    margin-right: 10px;
}
footer ul li{
    list-style: none;
}
footer ul li{
    padding: 6px 0;
}
footer .quick_links ul li{
    list-style: disc;
    margin-left: 15px;
}
footer h5{
    font-size: 150%;
    margin-bottom: 20px;
}
footer h6{
    font-size: 110%;
    text-decoration: underline;
}
footer address h4{
    font-size: 150%;
}
footer address i.fa{
    margin-right: 10px;
}
footer .social_links{
    border-top: 1px solid #ccc;
    padding-top: 10px;
    text-align: center;
}
footer .social_links a{
    margin-right: 20px;
    color: #5e7cff;
}
footer .social_links a .fa{
    font-size: 200%;
}
footer a.fb{
    color: #3b5998;
}
footer a.twitter{
    color: #0084b4;
}
footer a.google{
    color:#d34836;
}
footer a.youtube{
    color: #bb0000;
}
footer .info_box{
    text-align: center;
    color: #444;
    background: #eee;
    padding: 15px;
    border-radius: 15px;
}
footer .info_box h4{
    color: #5e7cff !important;
}
footer .last_links li{
    display: inline-block;
    margin-right: 30px;
}

/*Advertisement*/
.customer_big{
    background: #efefef;
    margin-bottom: 15px;
}
.customer_big_1{
    height: 100px;
}
.customer_big.default_big{
    border: 4px solid #ddd;
    position: relative;
}
.customer_big.default_big div{
    padding: 25px 0;
    font-size: 200%;
    text-align: center;
    color: #ddd;
}
.customer_big img{
    width: 100%;
    height: 100%;
}
.barbarian{
    text-align: center;
    margin-bottom:15px;
}
.barbarian img{
    width: 100%;
    max-height: 100%;
}
.barbarian.top img{
    width: 100%;
}
.barbarian.main_pop{
    border:none;
}
.barbarian.main_pop img{
    width: auto !important;
    max-height: 520px;
}
/*Advertisement*/
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
    background: #5e7cff !important;
    border-color: #5e7cff !important;
}
.pagination>li>a, .pagination>li>span{
    color: #5e7cff;
}


.gallery_images{
    position:relative;
}

.gallery_images img{
    margin-bottom: 0 !important;
    max-width: 100%;
}
.caption{
    position: absolute;
    left:0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.8);
    color:#fff;
    font-size: 90%;
    padding: 5px 2%;
    z-index: 11;
    margin-bottom: 0;
}

.reporter_detail{
    margin-bottom: 30px;
    color: #eee;
    padding: 15px;
    background: #444;
    background-size: contain !important;
}
.reporter_detail img{
    max-width: 100%;
    border: 3px solid #ccc;
}


/* other */
img{
    max-width: 100%;
}
.post_date,.post_date a{
    color: #999;
    font-size: 95%;
}
.post_date>span:before{
    margin: 0 8px 0 25px;
    font-family: fontawesome;
}
.post_date>span:first-child:before{
    content:'\f017';
    margin-left: 0;
}
.post_date>span:not(.hits):nth-child(2):before{
    content:'\f130';
}
.post_date>span.hits:before{
    content:'\f0ac';
}
.border_bottom{
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.inverse_1{
    background: #333 !important;
    color: #eee !important;
}
.inverse_1 a h4{
    color: #5e7cff;
}
.inverse_1 .image:after {
    background:rgba(0,0,0,0.3);
}
.image{
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.image.shadow:after {
    content: '';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(255,255,255,0.3);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.image.shadow:hover:after {
    opacity: 1;
}
.image img {
    height: auto;
    max-height: 600px;
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.image.scale:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.box, .box-hover{
    background: #fff;
    box-shadow: 0 0 8px 1px rgba(0,0,0,0.2);
    transition: all 0.3s linear;
}
.box-hover:hover{
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.5);
}
.padding{
    padding: 15px;
}
.padding_right_none{
    padding-right: 0;
}
.margin_bottom{
    margin-bottom:15px !important;
}
.margin_right_none{
    margin-right: -15px;
}
.news_detail_quote{
    background: #abd9ea;
    padding: 15px;
    font-size: 115%;
    float: right;
    margin: 0 0 15px 15px;
    width: 40%;
    border-radius: 10px;
}
.news_detail_quote:before{
    font-family: fontawesome;
    content: '\f10d';
    font-size: 200%;
    margin-right: 15px;
}
.news_detail_quote.left{
    float: left !important;
    margin: 0 15px 15px 0 !important;
}
.dark{
    background:#444;
    color:#eee !important;
}
.dark a{
    color: #fff !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.dark p{
    color:#eee;
}

.with_number>div:first-child{
    width: 15%;
    float: left;
    font-size: 200%;
    color: #ff0103;
}

.with_number>div:nth-child(2){
    float: right;
    width: 85% !important;
}
.no_image{
    background: #ddd;
    color: #999;
    text-align: center;
    padding: 15px;
    min-height: 100px;
    font-size: 120%;
}
.page_up{
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ff0103;
    cursor: pointer;
    box-shadow: 0 0 5px 2px rgba(255,255,255,0.4);
    color: #ddd;
    font-size: 150%;
    text-align: center;
    position: fixed;
    bottom: 50px;
    right: 20px;
    padding: 3px 0;
    z-index: 99;
}
.shadow, .pop_up{
    display: none;
}
.shadow{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 111;
    background: rgba(0,0,0,0.8);
    top:0;
    left:0;
}
.shadow.white{
    background: rgba(255,255,255,1) !important;
}
.pop_up{
    text-align: center;
    width: 360px;
    height: 400px;
    position: fixed;
    overflow: auto;
    z-index: 112;
    background: #fff;
    padding: 15px;
    top:0;
    right: 0;
    left: 0;
    bottom:0;
    margin: auto;
}
.pop_up .close_pop{
    font-size: 150%;
    cursor: pointer;
}
.pop_up.ad_pop_up{
    background: none !important;
    max-width: 80% !important;
    width: auto !important;
    height: auto !important;
}
.pop_up .pop_logo{
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.pop_up img{
    margin-top: 15px;
    max-width: 100%;
}
.pop_up .pop_logo img{
    width: 300px;
}
.same_height{
    height: 170px;
}
.same_height img, .same_height .no_image{
    height: 170px;
}
.small img{
    height: 120px;
}
.margin_bottom_none{
    margin-bottom: 0 !important;
}
.not-found{
    text-align:center;
}
.not-found h1{
    color: #ff0103;
    font-size: 350%;
}
.not-found h2{
    color: #132b5b;
}
.not-found h3{
    margin-top: 60px;
    padding: 8px;
    margin-bottom: 15px;
    background: #eee;
}
.not-found .search input{
    background:  url(../images/search-icon.png) no-repeat 10px center;
    border: solid 1px #ccc;
    padding: 7px 15px 7px 40px;
    width: 280px;
    font-size: 120%;

    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.disable-copy{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
@media (max-width:767px){
    header .navbar li{
        text-align: center !important;
        border-bottom: 1px solid #eee;
    }
    .slider_section #main_slider, .slider_section .category_wrapper {
        height: auto;
    }
    .slider_section #main_slider .news{
        height: auto;
    }
    .category_wrapper img{
        max-height: 500px;
        width: 100%;
        height: auto;
    }
    .small img{
        width: auto !important;
    }
    .small-xs img{
        height: 170px;
    }
    .same_height{
        height: auto;
    }
    .text-center-xs{
        text-align: center !important;
    }
    .padding_right_none{
        padding-right: 15px;
    }
    .margin_right_none{
        margin-right: 0;
    }
    .category_wrapper .category_content .news:not(:last-child){
        margin-bottom: 15px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
    }
    .category_news{
        height: auto;
    }
    .category_news .image{
        width: 100% !important;
        margin-left: 0;
        float: none;
    }

    .layout_4 .news_first .image, .layout_4 .news_first .content{
        width: 100% !important;
        float: none !important;
    }
    footer div.col-xs-12{
        margin-bottom: 15px;
    }
    .news_detail_quote{
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .latest_news{
        margin-bottom: 15px;
    }
    .news_detail img.left,.news_detail img.right{
        margin-top:15px;
        width: 100% !important;
    }
    .news.thumb .image{
        max-width: 100%;
        max-height: 320px;
    }
    .news.caption-hover img{
        height: auto;
    }
    .news_detail .reporter_summary{
        text-align: center;
    }
    .news_detail .reporter_summary div{
        width: 100%;
        border-right: none !important;
        padding: 0 !important;
    }
    .margin-bottom-sm{
        margin-bottom: 15px;
    }
    .news.video{
        border-bottom: none !important;
    }
}
