/*Helpers*/
@font-face {
  font-family: 'kfont';
  src: url("fonts/Kaumudi.eot");
  src: url("fonts/Kaumudi.eot") format("embedded-opentype"), url("fonts/Kaumudi.ttf") format("truetype"), url("fonts/Kaumudi.woff") format("woff"), url("fonts/Kaumudi.svg") format("svg");
}
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hide {
    display:none!important;
}
.bg-blue {
    background:#013a6d;
}
.bg-orange-light {
    background:#fcd1b3;
}
.bg-blue-light {
    background:#b3c2fc;
}
.bg-yellow-light {
    background:#f4fcb3;
}
.bg-green-light {
    background:#b3fcb5;
}
.bg-aqua-light {
    background:#b3fcf6;
}
.bg-red-light {
    background:#fcb3bd; 
}
.bg-grad-blue-aqua {
    background: #1965e9;/* Old Browsers */
    background: -moz-linear-gradient(left, #1965e9 0%, #19e6fd 100%); /* FF3.6+ */
    background: -webkit-gradient(left top, right top, color-stop(0%, #1965e9), color-stop(100%, #19e6fd));/* Chrome, Safari4+ */
    background: -webkit-linear-gradient(left, #1965e9 0%, #19e6fd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #1965e9 0%, #19e6fd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #1965e9 0%, #19e6fd 100%); /* IE 10+ */
    background: linear-gradient(to right, #1965e9 0%, #19e6fd 100%);/* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1965e9', endColorstr='#19e6fd', GradientType=1 );/* IE6-9 */
}
.bg-grad-red {
    background: #de0f76;/* Old Browsers */
    background: -moz-linear-gradient(left, #de0f76 0%, #f57c88 100%); /* FF3.6+ */
    background: -webkit-gradient(left top, right top, color-stop(0%, #de0f76), color-stop(100%, #f57c88));/* Chrome, Safari4+ */
    background: -webkit-linear-gradient(left, #de0f76 0%, #f57c88 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #de0f76 0%, #f57c88 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #de0f76 0%, #f57c88 100%); /* IE 10+ */
    background: linear-gradient(to right, #de0f76 0%, #f57c88 100%);/* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0f76', endColorstr='#f57c88', GradientType=1 );/* IE6-9 */
}
.bg-grad-purple {
    background: #71365c;/* Old Browsers */
    background: -moz-linear-gradient(left, #71365c 0%, #d665b2 100%); /* FF3.6+ */
    background: -webkit-gradient(left top, right top, color-stop(0%, #71365c), color-stop(100%, #d665b2));/* Chrome, Safari4+ */
    background: -webkit-linear-gradient(left, #71365c 0%, #d665b2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #71365c 0%, #d665b2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #71365c 0%, #d665b2 100%); /* IE 10+ */
    background: linear-gradient(to right, #71365c 0%, #d665b2 100%);/* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71365c', endColorstr='#d665b2', GradientType=1 );/* IE6-9 */
}
.bg-grad-dblue {
    background: #2225f7;/* Old Browsers */
    background: -moz-linear-gradient(left, #2225f7 0%, #6798fa 100%); /* FF3.6+ */
    background: -webkit-gradient(left top, right top, color-stop(0%, #2225f7), color-stop(100%, #6798fa));/* Chrome, Safari4+ */
    background: -webkit-linear-gradient(left, #2225f7 0%, #6798fa 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #2225f7 0%, #6798fa 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #2225f7 0%, #6798fa 100%); /* IE 10+ */
    background: linear-gradient(to right, #2225f7 0%, #6798fa 100%);/* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2225f7', endColorstr='#6798fa', GradientType=1 );/* IE6-9 */
}
.no-padding {
    padding:0!important;
}
.pull-right {
    float:right;
}
.no-border-right {
    border-right:none!important;
}
.dashed-border-bottom {
    border-bottom: dashed 1px #a7a7a7;
}
.no-border-btm {
    border-bottom:none!important;
}
.img-responsive {
    width:100%;
}
.news-label{
    background: #ff0000;
    color: #FFF;
    width: auto;
    padding: 3px 3px;
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 11px;
}
.pad-5 {
    padding-left:5px;
    padding-right:5px;
}
.full-width {
    width:100%;
}
.mar-top-5 {
    margin-top:5px;
}
.mar-btm-10 {
    margin-bottom:10px;
}
.shadow {
    -webkit-box-shadow: 2px 0px 8px -1px rgba(31,31,31,0.41);
    -moz-box-shadow: 2px 0px 8px -1px rgba(31,31,31,0.41);
    box-shadow: 2px 0px 8px -1px rgba(31,31,31,0.41);
}
/*loading-bg*/
@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}
.animated-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    min-height:50px;
    position: relative;
}
/*scroll-bars*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
::-webkit-scrollbar {
	width: 5px;
    height:5px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color:#ececec;
	/*background-color: #b3b3b3;*/
}

/* Media CSS - Desktops */
@media (min-width: 1200px) {
    .container {
        width: 1190px;
        padding-left: 0;
        padding-right: 0;
    }
    .break-news-label {
        width:135px;
    }
    .break-news-content {
        width:1055px;
    }
    .lg-mainstory-box1 {
        width:490px !important;
    }
    .lg-mainstory-box2 {
        width:400px !important;
    }    
    .lg-ms-box2-img {
        width:120px;
    }
    .lg-ms-box2-title {
        width:270px;
    }
    .lg-mainstory-box3 {
        width:300px !important;
    }   
    .lg-epaper-preview {
        width: 230px;
        margin-right: 5px;
    } 
    .lg-epaper-thumbs {
        width:65px;
    }
    .lg-frame2-box1 {
        width:462px;
    }
    .lg-frame2-box2 {
        width:728px;
    }  
    .lg-frame-3-box {
        width: 185px;
        margin-right: 16px;
        border-right: solid 1px #ebebeb;
        padding: 0;
    }
    .lg-frame-3-box.last-child{
        border-right: none;
        margin-right:0;
    } 
    .frame-3-boxes {
        width: 170px;        
    }
    #load-youtube-videos {
        min-height:300px;
    }
    #load-youtube-loader {
        margin-top:90px;
    }
    .yt-main-video {
        width:500px;
        height: 292px;
        padding:0;
        overflow:hidden;
    }
    .yt-main-video img {
        margin-top:-38px;
    }
    .yt-videos-thumb, .yt-videos-title {
        height:58px;
        overflow:hidden;
    }
    .yt-video-lists {
        width: 330px;
        margin-left: 15px;
        padding:0;
    }
    .yt-videos-title {
        padding: 0!important;
        width: 63%;
        margin-left: 10px;
    }
    .cs-box-1 {
        width: 450px;
        padding: 0;
    }
    .cs-box-1 .cs-box-1-img {
        height: 252px;
        overflow: hidden;
        background: #F2F2F2;
    }
    .cs-box-1 .cs-box-1-img img {
        max-height: 100%;
        width: auto;
        margin: 0 auto;
    }
    .cs-box-2 .cs-list-thumb {
        height: 77px;
        overflow: hidden;
        background: #F2F2F2;
    }
    .cs-box-2 .cs-list-thumb img {
        max-height: 100%;
        width: auto;
        margin: 0 auto;
    }
    .cs-box-2 {
        width: 410px;
        padding: 0;
        margin-left: 15px;
        margin-right: 15px;
    }
    .cs-box-3 {
        width: 300px;
        padding: 0;
        height: 400px;
    }
    .cine-boxes {
        padding-left: 0;
        padding-right: 0;
        width: 290px;
        margin-left: 10px;             
    }
    .cine-boxes .cboxes-desc {
        margin-bottom:0!important;
    }
    .cine-first {
        margin-left:0;
    }
    .pg-photo-box {
        padding-left: 0;
        padding-right: 0;
        width: 290px;
        height: 450px;
        margin-left: 10px;
    }
    .pg-photo-box.pg-first {
        margin-left: 0px;
    }
    .pg-photo-box-small {
        padding-left: 0;
        padding-right: 0;
        height: 220px;
        margin-bottom: 10px;
        width: 100%;
        overflow: hidden;
        background: #f2f2f2;
    }
    .pc-box-1 {
        width: 450px;
        height: 400px;
        padding-left: 0;
        padding-right: 0;
        margin-right: 5px;
    }
    .tp-box-2 {
        width: 555px;
        height: 400px;
        padding-left: 0;
        padding-right: 0;
        margin-right: 5px;
    }
    .pktcartoon-box-3 {
        width: 175px;
        height: 400px;
        padding-left: 0;
        padding-right: 0;
    }
    /*inner-pages*/
    .inner-box-1 {
        width: 880px;
        padding-left: 0;
        padding-right: 0;
        margin-right: 10px;
        border-right: solid 1px #cdcdcd;
    }
    .inner-box-2 {
        width: 300px;
        padding-left: 0;
        padding-right: 0;
    }
    .inner-box-1 .cs-box-2 {
        width: 409px;
        padding: 0;
        margin-left: 10px;
        margin-right: 10px;
    }
    .section-news-box {
        width: 285px;
        margin: 0px 10px 10px 0px;
        height: 275px;
    }
    .trend-box {
        width: 430px;
        margin-right: 15px;
        margin-top:15px;
        padding:0;
    }
    .trend-box.t-end {
        margin-right:0;
    }
    .trend-box-img {
        width:150px;
        padding:0;
    }
    .trend-box-title {
        width: 275px;
        padding: 0;
        margin-left: 5px;
    }
    .sponx-box img {
        width: auto;
        margin: 0 auto;
    }
    .bigstry_more_news{
        width:140px;
        float:left;
        margin:4px;
    }
}

/* Media CSS - Mobiles*/
@media only screen 
  and (min-device-width: 300px) 
  and (max-device-width: 500px) {
    .no-pad-xs {
        padding:0px !important;
    }
    .header-strip {
        padding: 8px 0px 8px 0px !important;
    }
    .header-strip-btn {
        margin-right: 5px !important;
    }
    .main-story-most-read {
        padding-left:0px !important;
        padding-right:0px !important;
    }
    .main-story-most-read .ms-mr-title {
        margin-left:0px !important;
    }
    .main-story-most-read .ms-mr-title span {
        width:100% !important;
    }
    .ms-newslists {
        max-height:none !important;
    }
    .epaper-wrap {
        height: 307px !important;
        overflow: hidden !important;
        margin: 10px 0px 10px 0px !important;
    }
    .lg-ms-box2-img {
        padding:0px !important;
    }
    .cine-boxes {
        padding-left:0px !important;
        padding-right:0px !important;
    }
    .cboxes, .cboxes-desc {
        height:auto !important;
    }
    .cine-title {
        background: #e23d3e !important;
        text-align: left;
        padding-left: 15px !important;
    }  
    .cs-box-2, .tp-box-2, .lg-mainstory-box2, .tp-list-wrap {
        margin-top:15px !important;
    }
    .tp-list-wrap, .trend-head, .section-news-box {
        margin-bottom:15px !important;
    }
    .arrow-bg {
        background: #ffcbc9 !important;
    }    
    .section-news-title {
        height: auto !important; 
    } 
    .trend-box {
        border-bottom: dashed 1px #a7a7a7 !important;
        margin-bottom: 5px !important;
    }
    .trend-box-title {
        padding-left: 5px!important;
        padding-right: 0!important;
    }
    .trend-box-title a {        
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .well {
        margin-bottom:0px !important;
    }
    .carousel-wrp {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }
    .carousel .carousel-title {
        padding:0 !important;
        -webkit-line-clamp: 2 !important;
    }
    .carousel-control {
        padding: 36px 5px 0px 5px !important;
        height: 96px !important;
    }
    .pg-photo-box-small {
        height: 135px !important;
        overflow: hidden !important;
        margin-bottom: 2px !important;
        margin-right: 2px !important;
        width: 99% !important;
    }
}

/*Tablets */
@media only screen and (min-device-width: 501px) and (max-device-width : 768px) {    
    .no-pad-xs {
        padding:0px !important;
    }
    .ms-newslists {
        max-height:73px!important;
    }
    .lg-ms-box2-img {
        height: 70px;
        overflow: hidden;
    }
    .lg-ms-box2-title.line-clamp {
        -webkit-line-clamp: 2!important;
    }
    .cs-list-title a , .cboxes a, .cboxes-desc a {
        font-size: 12px!important;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .cine-boxes {
        padding:5px!important;
    }
    .common-section .cs-box-1 {
        width: 35%!important;
    }
    .common-section .cs-box-2 {
        width: 35%!important;
        margin-left: 1%!important;
        margin-right: 1%!important;
    }
    .common-section .cs-box-3 {
        width: 28%!important;
    }
    .eng-news-lists {
        height:auto!important;
    }
    .section-news-box {
        width: 32%!important;
        margin-right: 1%;
        height: 240px;
        overflow: hidden;
    }
    .carousel-wrp {
        padding-left: 2px;
        padding-right: 2px;
    }
    .trend-box {
        height: 80px;
        border-bottom: dashed 1px #a7a7a7;
    }
    .trend-box-title a {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .trend-head {
        margin-bottom: 10px!important;
    }
    .trend-box {
        height: 72px!important;
        border-bottom: dashed 1px #a7a7a7;
        margin-bottom: 5px!important;
        overflow:hidden!important;
    }    
    .pg-photo-box-small {
        height: 245px !important;
        overflow: hidden !important;
        margin-bottom: 2px !important;
        margin-right: 2px !important;
        width: 99% !important;
    }
}

.ads_image {
    max-width:100%;
    margin:0 auto;
}
/*header Strip*/
.header-strip {
    padding-top: 8px;
    padding-bottom: 8px;
    transition: 0.5s;
}
.hs-fixed {
    position:fixed;
    left:0;
    right:0;
    margin:0 auto;
    z-index:998;
}
.header-strip-btn {
    font-size: 14px;
    background: #012443;
    padding: 5px 7px 5px 7px;
    border-radius: 4px;
    text-decoration:none!important;
    color:#FFF!important;
    margin-right: 10px;
}
.header-strip-btn:hover {
    text-decoration:none;
    color:#FFF;
}
.header-strip-btn img {
    vertical-align: sub;
}
.header-strip-list , .menu-wrap ul {
    list-style:none;
    margin: 0px 0px 0px 0px;
    padding: 0;
}
.header-strip-list li , .menu-wrap ul li {
    float: left;
}
.menu-wrap ul li {
    float: left;
    width: 86px;
    border-right: solid 1px #777;
    text-align: center;
    white-space: nowrap;
    /*overflow: hidden;*/
}
.menu-wrap ul li.m-first {
    width: 30px;
    text-align: left;
    border-right: none;
}
.menu-wrap ul li.m-last {
    width: 40px;
    text-align: right;
    border-right: none;
}
.header-strip-list li a:not(.header-strip-btn) {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 0px 5px 0px 0px;
    text-decoration: none;
    font-size:10px;
}
.header-strip-list li a:not(.header-strip-btn) img {
    margin-top:-5px;
}
.header-strip-list li a:not(.header-strip-btn).active {
    color: #a9ddff;
}
#search-wrap {
    width: 340px;
    height: 0px;
    position: absolute;
    background: #F2F2F2;
    right: 0;
    top: 28px;
    z-index: 9999;
    transition: 0.5s;
    overflow:hidden;
}
#search-wrap.sactive {
    height:60px;
}
.notify-ico {
    padding-left: 15px!important;
    padding-right: 20px!important;
}
.notify-count {
    position: absolute;
    top: -4px;
    background: #f00;
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0;
    text-align: center;
    border-radius: 50%;
    font-size: 9px;
    line-height: 15px;
}
.head-time-deta {
    color:#8e8e8e;
    font-size:9px;
    font-family:Verdana;
    width:auto;
    display:inline-block;
    /*margin-left: 10%;*/
    text-transform: uppercase;
}
.head-section-sm {
    background:url('../images/white-mask.png') no-repeat left;
    color: #FFF;
    font-size: 13px;
    font-family: Verdana;
    width: auto;
    display: inline-block;
    padding: 0px 5px 1px 15px;
}
.gsc-search-button-v2 {
    border-color: #ffffff!important;
    background-color: #012443!important;
}
.gsc-control-cse {
    border-color: #FFFFFF!important;
    background-color: #013a6d!important;
}
/*Logo*/
.logo-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
}
.head-section-title {
    width: 100%;
    text-align: center;
    font-size: 50px;
    line-height: normal;
}
/*menu*/
.menu-wrap {
    border-top: solid 2px #000;
    border-bottom: solid 1px #d0d0d0;
    padding-left: 0;
    padding-right: 0;
    margin: 5px 0px 5px 0px;
    padding: 5px 0px 5px 0px;
}
.menu-wrap img {
    margin-top:-2px;
}
.menu-wrap ul li a {
    display: inline-block;
    color: #545454;
    /*text-align: center;
    padding: 0px 10px 0px 10px;*/
    text-decoration: none;
    font-size: 14px;
    /*border-right: solid 2px #9c9c9c;*/
    font-family: sans-serif;
}
/* MEGA MENU STYLE
********************************/ 
.mega-menu {
    padding: 10px 0px 0px 0px ! important;
    width: 1190px;
    border-radius: 0;
    margin-top: 0px!important;
    left: -30px;
    background: none;
    border: none;
}
.menu-news-box-wrap {
    padding: 0px;
    background: #FFF;
    height: 210px;
    overflow: hidden;
    border-bottom: solid 3px;
}
.menu-news-box {
    width: 188px;
    margin-right: 5px;
    padding: 0;
    margin-left: 5px;
    margin-top: 7px;
    margin-bottom: 5px;
}
.menu-news-box.m-last {
    margin-right:0;
}
.menu-news-box-title a {
    font-family: kfont!important;
    white-space: normal!important;
    word-break: break-all!important;
    color: #013a6d!important;
    font-weight: bold;
    font-size: 12px!important;
    padding-left: 2px;
    padding-right: 1px;
}
.menu-news-box-sections-title {
    padding:2px;
    text-align:right;
    font-size:25px;
    font-weight:bold;    
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menu-news-box-sections-title a {
    font-size:20px !important;
}
.menu-news-box-sections {
    padding: 2px;
    text-align: right;
    height: 154px;
    overflow: auto;    
}
.menu-news-box-sections ul li {
    float: none!important;
    border: none!important;
    text-align: right !important;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menu-news-box-sections ul li a {
    font-size: 11px!important;
    font-weight: bold;
    text-transform: uppercase;
}
.menu-news-box-img, .menu-news-box-title {
    width: 100%;
    height:110px;
    overflow:hidden;    
}
.menu-news-box-title {
    height:65px;
    margin-top:5px;
}
/*Slide Menu*/
.slide-menu {
    transition: 0.5s;
    width:0px;
    background: #ffffff;
    height: 100%;
    position: fixed;
    z-index: 9999;
    overflow-y: auto;
    overflow-x:hidden;
}
.slide-menu-bg {
    position:fixed;
    /*background:#FFF;*/
    z-index: 999;
    opacity:.1;
    width:100%;
    height:100%;
}
.nav-side-menu {
    font-size: 12px;
    font-weight: 200;
    background-color: #ffffff;
    width: 100%;
    color: #000;
}
.nav-side-menu .brand {
    background-color: #012342;
    display: block;
    text-align: left;
    font-size: 14px;
    padding: 8px 0px 8px 10px;
    color: #FFF;
    font-weight: bold;
}
.close-menu {
    color: #ff0000;
    float: right;
    font-size: 10px;
    margin: 5px 10px 0px 0px;
    cursor:pointer;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 35px;
    cursor: pointer;
}
.arrow {
    background: url(../images/black-arrow-down.png) no-repeat;
    float: right;
    width: 12px;
    height: 7px;
    margin-top: 15px;
}
.nav-side-menu .menu-list .menu-content {
    display: block;
}
.sub-menu {
    background: #F2F2F2;
}
.nav-side-menu li {
    padding-left: 0px;
    /*border-left: 3px solid #000;*/
    border-bottom: 1px solid #b3b3b3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav-side-menu li a {
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    padding-left: 10px;
    font-family: sans-serif;
    float:left;
}
.sub-menu li a {
    padding-left: 30px!important;
    text-transform: uppercase;
}
.nav-side-menu li:hover {
  /*border-left: 3px solid #d19b3d;*/
  background-color: #F2F2F2;
}
/*Sidemenu-Ends*/
/*BreakingNews*/
.break-news-wrap {
    margin-bottom:5px;
}
.break-news-label {
    background: #ff0000;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FFF;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 12px;
}
.break-news-label img {
    margin-top: -2px;
}
.break-news-content {
    background: #F2F2F2;
    padding: 3px 5px 1px 5px;
}
.break-news-content marquee {
    padding: 0;
    float: left;
    width: 100%;
}
.break-news-content a {
    font-family: kfont;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}
/*main Story*/
.news-label.nl-ms {
    bottom: 0;
    left: 32px;
    z-index: 9;
    padding: 2px 5px 2px 5px;
}
.transparent-bg-down {
    background-color: rgba(255, 255, 255, 0.4);
    margin-top: -10px;
}
.main-story-author {
    color: #7c7c7c;
    font-size: 10px;
    /*margin-top: 12px;
    margin-bottom: 2px;*/
}
.main-story-title .ms-mr-news-info {
    margin-bottom: 5px;
}
.main-story-title a {
    color: #04578d;
    font-family: kfont;
    font-size: 18px;
    text-decoration: none;
    line-height: 25px;
    font-weight: bold;
}
.main-story-desc {
    margin-bottom: 10px;
}
.main-story-desc a {
    color: #373737;
    font-family: kfont;
    font-size: 14px;
    text-decoration: none;
    line-height: 17px;
}
.ms-mr-wrap {
    padding:5px 0px 5px 0px;
}
.main-story-most-read .ms-mr-title {
    color: #454545;
    font-size: 11px;
    font-weight: bold;
    padding: 0;
    margin-left: -14px;
    margin-bottom: 4px;
}
.main-story-most-read .ms-mr-title span {
    width:auto;
    display:inline-block;
    padding:5px 10px 5px 5px;
    /*background:url('../images/red-arrow-down.png') #efefef right no-repeat;*/
    background:#efefef;
}
.ms-mr-news-title {
    padding-right:0;
    padding-left:5px;
}
.ms-mr-news-title a {
    text-decoration: none;
    color: #000;
    font-family: kfont;
    line-height: 0px!important;
    font-size: 13px;
    word-break: break-all;
}
.ms-mr-news-info {
    color: #7c7c7c;
    font-size: 10px;
    width: 100%;
    font-weight: bold;
}
/*mainstory-newslists*/
.ms-newslists {
    padding: 0px 0px 5px 0px;
    margin-bottom: 5px;
    max-height: 66px;
    overflow: hidden;
}
.ms-newslists:hover {
    background:#F2F2F2;
}
.ms-newslists-heading , .ms-newslists-closed {
    border-top: solid 5px #069dff;
    background: url(../images/green-arrow-down.png) no-repeat 95%;
    color: #4f4e4d;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding-top: 5px;
    border-bottom: solid 1px #CCC;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.ms-newslists-closed {
    border-top: none;
    background: url(../images/red-arrow-up.png) #e5f5ff no-repeat 95%;
    border-bottom: none;
    margin-bottom: 3px;
    cursor:pointer;
}
.ms-newslists-closed:hover {
    background-color:#caebff;
}
/*slide-up-mainstory*/
#ep-load-wrap , #tt-load-wrap {
    width: 100%;
    height: 0;
    background: #FFF;
    z-index: 9;
    position: absolute;
    bottom: 63px;
    overflow:hidden;
}
.lg-mainstory-box2 {
    border-bottom: solid 5px #069dff;
}
.epaper-wrap {
    height: 347px;
    overflow:hidden;
}
.lg-epaper-preview {
    border: solid 1px #CCC;
} 
.epaper-wrap .lg-epaper-thumbs img {
    margin-bottom:5px;
    cursor:pointer;
}
.frame-3-box-heading {
    width: 100%;
    color: #686868;
    font-size: 14px;
    font-weight: bold;
    font-family: sans-serif;
    margin-bottom: 5px;
}
.frame-3-box-label {
    color: #000;
    text-align: center;
    padding: 4px 0px;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.frame-3-box-desc a {
    font-family: kfont;
    color: #373737;
    text-decoration: none;
    font-size: 13px;
    line-height: 15px;
    word-break: break-all;
}
.frame-3-boxes-strip {
    height: 2px;
    margin: 20px 0px 0px 0px;
}
/*Home section Menus*/
.section-menus {
    list-style:none;
    float:right;
    margin-bottom: 0px;
}
.section-menus li {
    float:left;
}
.section-menus li a {
    text-decoration: none;
    color: #565656;
    font-weight: bold;
    font-size: 11px;
    padding: 0px 3px 0px 3px;
    border-right: solid 1px #565656;
    text-transform:uppercase;
}
.section-menus li a img {
    margin-top:-3px;
}
.section-menus li a:hover {
    color:#c71b23;
}
/*Youtube Section*/
.yt-frame {
    border-bottom:solid 3px #ca262d;
    padding:0px 0px 10px 0px;
    margin-top: 10px;
}
.yt-heading-wrap {
    padding: 0px 0px 5px 0px;
    border-bottom: solid 2px #CCC;
    margin-bottom: 5px;
}
.yt-heading {
    color: #c71b23;
    font-size: 14px;
    font-weight: bold;
}
.yt-heading img {
    margin-top:-4px;
}
.yt-videos {
    padding: 0px 0px 9px 0px;
    border-bottom: dashed 1px #a7a7a7;
    margin-bottom: 10px;
    margin-top: 0px;
}
.yt-videos.last {
    margin-bottom:0;
    padding-bottom:0;
    border-bottom:none;
}
.yt-videos-thumb {
    padding:0px;
}
.yt-videos-title {
    padding:0 0 0 10px;
}
.yt-videos-title a {
    font-family: kfont;
    font-size: 12px;
    color: #373737;
    text-decoration: none;
    line-height: 15px;
    float: left;
}
/*Home - Common Sections*/
.common-section {
    border-bottom:solid 3px;
    padding:5px 0 0 0;
}
.cs-ms-title {
    padding:10px 0px 0px 0px;
    background:#f1f1f1;
}
.cs-ms-desc {
    padding:5px 0px 5px 0px;
    background:#f1f1f1;
}
.cs-ms-title a {
    float: left;
    line-height: 20px;
    word-break: break-all;
    font-family: kfont;
    color: #04578d;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}
.cs-ms-desc a {
    float: left;
    line-height: 20px;
    word-break: break-all;
    font-family: kfont;
    font-size: 14px;
    color: #373737;
    text-decoration:none;
}
.cs-list-wrap {
    padding: 0px 0px 9px 0px;
    border-bottom: dashed 1px #a7a7a7;
    margin-bottom: 10px;
    margin-top: 0px;
}
.cs-list-thumb {
    padding: 0px;
}
.cs-list-title {
    padding: 0 0 0 10px;
    word-break:break-all;
}
.cs-list-title a {
    font-family: kfont;
    font-size: 14px;
    color: #373737;
    text-decoration: none;
    line-height: 17px;
    float: left;
}
.cs-list-info {
    padding: 0;
    font-size: 10px;
    font-weight: bold;
    color: #7c7c7c;
    text-transform: uppercase;
}
.cs-list-end {
    padding-left: 0;
    padding-right: 0;
    font-weight: bold;
    font-size: 16px;
    color: #565656;
    cursor:pointer;
}
.cs-section-title {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    font-weight: bold;
    text-align: right;
}
.cs-section-title a {
    text-decoration:none;
}
.cs-section-title img {
    vertical-align:unset;
}
.cs-section-title .menu-ico {
    cursor:pointer;
    width: 35px;
    float: right;
}
.cs-section-title.cs-device {
    text-align: left!important;
    font-size: 20px;
    border-bottom: dashed 1px #CCC;
    margin-bottom: 11px;
}
.cs-section-featured {
    padding-left:0;
    padding-right:0;
    margin-top:10px;
}
.cs-sec-feat-title {
    padding: 1px 2px 1px 20px;
    background:url('../images/ft-sl.png') #eeeeee left no-repeat;
    text-align: right;
    float: right;
    font-weight: bold;
    font-size: 10px;
}
.cs-sec-feat-news-title , .cs-sec-feat-news-desc {
    background: #eeeeee;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.cs-sec-feat-news-title a {
    font-size: 15px;
    float: left;
    text-decoration: none;
    line-height: 21px;
    font-weight: bold;
    font-family: kfont;
    color: #04578d;
    word-break: break-all;
}
.cs-sec-feat-news-desc a {
    font-size: 13px;
    float: left;
    text-decoration: none;
    line-height: 21px;
    font-family: kfont;
    color: #373737;
    word-break: break-all;
    -webkit-line-clamp: 3;
}
.cs-slide-menu {
    height: 89%;
    background: #efefef;
    position: absolute;
    right: 0;
    z-index: 99;
    bottom: 0;
    transition: 0.5s;
    width:0px;
    overflow:hidden;
    padding:10px 0px 10px 0px;
}
.cs-slide-menu.open {
    width:100%;
}
.cs-slide-menu a {
    float: left;
    white-space: nowrap;
    padding: 2px 9px;
    background: #013a6d;
    margin: 3px;
    color: #FFF;
    border-radius: 3px;
    font-size: 12px;
    text-decoration: none;
    transition: 0.10s;
}
.cine-title {
    background:url('../images/cine-bg1.png') #e13d3e no-repeat right;
    color: #FFF;
    padding: 3px 0px 3px 0px;
    font-size: 20px;
    font-weight: bold;
}
.cine-title-menu {
    background:url('../images/cine-bg2.png') #e13d3e no-repeat;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 8px;
}
.cine-title-menu .section-menus a {
    color:#FFF!important;
    border-color:#FFF!important;
}
.cine-title .cine-arrow {
    background: url(../images/cine-down.png) no-repeat;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 34px;
    left: 61px;
}
.sponsored-articles .cs-sec-feat-news-img {
    height: 168px;
    overflow: hidden;
}
.sponsored-articles .cs-sec-feat-news-title, .sponsored-articles .cs-sec-feat-news-desc {
    height: 70px;
    overflow: hidden;
}
/*cinema*/
.cine-boxes {
    margin-top:22px;
}
.cboxes , .cboxes-desc {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    height: 75px;
    overflow: hidden;
}
.cboxes-desc {
    height:85px;
}
.cboxes a , .cboxes-desc a {
    font-family: kfont;
    font-size: 14px;
    float: left;
    color: #FFF;
    line-height: 18px;
    text-decoration:none;
}
.cboxes-desc a {
    color: #373737;
    font-size: 13px;
    word-break:break-all;
}
.cboxes-end {
    height:4px;
}
/*PhotoGallery*/
.pg-heading-wrap {
    padding: 0px 0px 5px 0px;
    border-bottom: solid 2px #CCC;
    margin-bottom: 5px;
}
.pg-heading {
    font-size: 14px;
    font-weight: bold;
    color:#565656;
}
.pg-photo-wrap {
    padding-left:0;
    padding-right:0;
}
.pg-photo-box-small .pg-img {
    max-height: 100%;
    margin: 0 auto;
    background: #a7a7a7;
    width: auto;
}
.pg-label {
    background-color: rgba(255, 255, 255, 0.5);
    color: #1e2324;
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 5px 0px 5px;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.p-num {
    background-color: rgba(51, 51, 51, 0.3);
    color: #FFF;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: unset;
    left: unset;
    font-size: 11px;
    padding: 0;
    border-radius: 2px;
    text-align:center;
    width: 45px;
}
.p-num img {
    margin-top:-3px;
}
.p-num span {
    width:100%;
    float:left;
}
.p-num font {
    width:100%;
    font-size:8px;
    float:left;
}
.arrow-bg {
    background: url(../images/cine-bg1.png) #ffcbc9 no-repeat right;
    color: #000;
    padding: 5px 0px 4px 5px;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align:left;
}
.arrow-bg  .arrow-ico {
    background: url(../images/arrow-ico-down.png) no-repeat;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 27px;
    left: 10%;
}
.carousel-indicators li {
    background-color: #000;
    border: 1px solid #000;
}
.carousel-indicators {
    bottom: 0;
}
.carousel-control {
    padding: 18px 5px 0px 5px;
    margin-top: -6px;
    height: 69px;
}
.tp-box-2 .cs-list-title a {
    font-size:12px;
}
.tp-box-2 .cs-list-title {
    padding:0;
}
.tp-box-2 .tp-list-wrap {
    padding-left: 10px;
    padding-right: 10px;
}
.pc-box-1 .carousel-control {
    background: none !important;
}
/*English Sections*/
.english-section {
    border:solid 2px #b54946;
    padding:0;
}
.eng-head {
    background:#b54946;
    text-align:center;
    padding:10px 0px 10px 0px;
}
.eng-head a{
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
    text-decoration:none;
}
.eng-menu {
    background:#ffcbc9;
    padding:10px 0px 11px 0px;
}
.eng-menu .section-menus a {
    color:#000;
}
.eng-box {
    padding-left:5px;
    padding-right:5px;
    padding-top:5px;
}
.eng-title, .eng-desc {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
}
.eng-title a {
    text-decoration: none;
    color: #404040;
    font-weight: bold;
    font-size: 15px;
}
.eng-desc a {
    text-decoration: none;
    color: #404040;
    font-weight: bold;
    font-size: 12px;
}
.eng-news-lists {
    padding:0 0 5px 0;
    margin-bottom:5px;
    border-bottom: dashed 1px #a7a7a7;
    height: 73px;
    overflow: hidden;
}
.eng-sub-title {
    padding:0 0 0 10px;
}
.eng-sub-title a {
    text-decoration: none;
    color: #404040;
    font-weight: bold;
    font-size: 12px;
    float: left;
    -webkit-line-clamp: 3;
}
.eng-sub-title span, .eng-title span {
    font-size: 10px;
    color: #8e8e8e;
    padding-left:0;
    text-transform: uppercase;
    width: 100%;
    float: left;
}
/*Footer*/
.footer-wrap {
    margin-top:10px;
    border-top:solid 1px #cdcdcd;
    min-height:200px;/*delete this line*/
    padding-left:0;
    padding-right:0;
}
.footer-main-title {
    font-size: 25px;
    font-weight: bold;
    padding: 5px 0px 5px 5%;
}
.footer-section-box, .footer-logo-part {
    border-left:solid 1px #cdcdcd;
    padding-top:10px;
    padding-bottom:0px;
}
.footer-section-title {
    color:#565656;
    font-weight:bold;
    font-size:15px;
}
.footer-section-menus {
    margin-bottom:15px;
}
.footer-section-menus ul{
    list-style: none;
    padding: 0;
    margin-left: 15px;
    margin-top: 10px;
}
.footer-section-menus ul li a{
    text-decoration:none;
    color:#565656;
    font-size:11px;
    font-weight:bold;
}
.footer-section-menus ul li a:hover{
    text-decoration:none;
    color:#013a6d;
}
/*sub-sections*/
.sponx-box {
    margin-top:10px;
    margin-bottom:10px;
    padding:0;
    text-align:center;
}
.news-section-head {
    width: auto;
    padding: 2px 8% 2px 5px;
    background: url(../images/blue-arrow.png) #013a6d no-repeat right;
    display: inline-block;
}
.news-section-head a {
    color: #FFF;
    font-size: 14px;
    text-decoration:none!important;
}
.more-section {
    width: auto;
    float: right;
    display: inline-block;
    background: url(../images/black-arrow-right.png) no-repeat right;
    padding-right: 9px;
    margin-right: 5px;
}
.more-section a{
    color: #545454;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
}
.section-news-box.r-end {
    margin-right:0px;
}
.section-news-img {
    height: 160px;
    overflow: hidden;
    background: #F2F2F2;
}
.section-news-img img {
    max-height: 100%;
    width: auto;
    margin: 0 auto;
}
.section-news-title {
    border-left:solid 2px #f6f6f6;
    border-right:solid 2px #f6f6f6;
    border-bottom:solid 3px #dfe2e5;
    height:100px;
    overflow:hidden;
    padding:10px 5px 10px 5px;
}
.section-news-title a{
    color: #04578d;
    font-family: kfont;
    float: left;
    font-size: 15px;
    font-weight: bold;
    word-break: break-all;
    text-decoration:none!important;
}
.side-sections-head {
    color: #131212;
    font-size: 14px;
    font-weight: bold;
    margin-top:10px;
    margin-bottom: 4px;
}
.side-sections-wrap {
    padding:5px;
    border:solid 1px #eeeeee;
}
.side-sections {
    border-bottom: dashed 1px #a7a7a7;
    padding: 6px 0px 6px 0;
}
.side-sections-img {
    height: 55px;
    overflow: hidden;
    /*background: #F2F2F2;*/
}
.side-sections-img img {
    max-height: 100%;
    width: auto;
    margin: 0 auto;
}
.side-sections.s-end {
    border-bottom: none;
}
.side-sections-desc {
    padding:0 0 0 5px;
    height: 55px;
}
.side-sections-desc a {
    font-family: kfont;
    text-decoration: none !important;
    float: left;
    color: #1c1d1e;
    font-size: 13px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#load-more-btn-wrap span { 
    font-weight: bold;
    color: #013a6d;
    background: #f5f5f5;
    width: 99%;
    float: left;
    padding: 5px 5px;
    border: dashed 1px #ccc;
    text-align:center;
    margin: 15px 0 5px 0;
}
.trend-head {
    padding-left:0;
    padding-right:0;
    color: #013a6d;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #013a6d; 
    width:99%;
    margin-top:15px;
}
.trend-box-title a {
    color: #1c1d1e;
    float: left;
    font-family: kfont;
    font-size: 14px;
    text-decoration:none!important;
    word-break: break-all;
}
.trend-box-title span {
    width: 100%;
    color: #013a6d;
    font-weight: bold;
    font-size: 11px;
    text-transform:uppercase;
}
.trend-box-img {
    height: 84px;
    overflow: hidden;
    background: #F2F2F2;
}
.trend-box-img img {
    max-height: 100%;
    width: auto;
    margin: 0 auto;
}
.load-more-btn {
    background: #013a6d;
    border: none;
    color: #FFF;
    padding: 3px 10px 3px 10px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: bold;
}
.trending-kaumudi {
    padding-left:0;
    padding-right:0;
}
.news-container {
    border-top:solid 1px #cdcdcd;
    padding-top:10px;
}
.news-path-info {
    width: auto;
    display: inline-block;
    background: url(../images/blue-arrow.png) right no-repeat #013a6d;
    padding: 2px 30px 2px 0px;
}
.news-path-info ul, .news-tags ul {
    list-style: none;
    margin: 0;
    padding: 0;  
}
.news-path-info ul li, .news-tags ul li {
    float:left;    
}
.news-tags ul li {
    margin-right:3px;
}
.news-path-info ul li a {
    color: #FFF;
    font-size: 12px;
    padding: 0px 5px 0px 5px;
    border-right: solid 1px #FFF;
    text-decoration:none!important;
}
.news-tags ul li a {
    color: #013a6d;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    text-decoration: none;
    background: #e2e2e2;
    border-radius: 4px;
}
.news-path-info ul li a:hover, .news-tags ul li a:hover {
    color: #ee0000;
}
.news-title h1 {
    font-family: kfont;
    font-size: 22px;
    color: #013a6d;
    font-weight: bold;
    margin: 15px 0 10px 0;
    padding: 0;
}
.news-publish-info {
    color: #969696;
    font-size: 11px;
    font-family: kfont;
    border-bottom: dashed 1px #dadada;
    padding-bottom: 3px !important;    
}
.news-body {
    font-family: kfont;
    padding: 0px 5px 0px 0px;
    font-size: 16px;
    line-height: 23px;
    color: #313131;
}
.comments-warning {
    font-family: kfont;
    font-size: 12px;
    color: #cc0606;
    background: #F2F2F2;
    padding: 5px 3px 5px 3px;
    width: 99.5%;
}
#gotop {
    background: url(../images/top.png) no-repeat;
    position: fixed;
    width: 30px;
    height: 30px;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
}
.carousel-wrp {
    border-right:solid 1px #CCC;
}
.carousel-no {
    padding: 0;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-size: 20px;
}
.carousel .carousel-img {
    padding:0px;
}
.carousel .carousel-title {
    font-family: kfont;
    font-size: 13px;
    padding: 0px;
    color: #000;
    padding-left: 5px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 3px;
}
.carousel-control {
    width:auto !important;
}
.well {
    padding: 5px 0px 5px 0px;
    background-color: #FFF;
    border-radius:0;
    margin-bottom:0;
}
.obit-outer{
    width: 99%;
    padding: 5px;
    font-family: kfont!important;
    line-height: normal;
    margin: 0 0 14px 0;
}
.obit-image{
    float:left;
    margin:0 10px 1px 0;
}
.obit-title{
    float:left;
    font-weight:bold;
    color:#337ab7;
}
.feed a {
    color: #024D99;
    background-color: transparent;
    text-decoration: none;
}
.feed td {
    vertical-align: top;
    padding: 5px 15px 5px 10px;
}
.feed-head {
background-color: #EFEFEF;
font-size: 14px;
font-weight: bold;
color: #4A494A;
margin: 0 0 0 0;
font-family: georgia,Arial,Helvetica,sans-serif;
border: 1px solid #D6D3D6;
padding: 1px 0 1px 5px;
width: 800px;
}