@font-face {
    font-family: solaimanlipi;
    src: url(../fonts/SolaimanLipi.ttf) format("opentype")
}

body {
    font-family: SolaimanLipi;
    font-size: 16px;
    background: #fff;
    color: #000;
    line-height: 20px;
    margin: 0 auto;
    padding: 0
}

* {
    box-sizing: border-box
}

a:hover,a:focus {
    outline: none;
    text-decoration: none
}

h1,h2,h3,p {
    margin: 0
}

.spacebar {
    height: 20px;
    width: 100%;
    overflow: hidden
}

.m-b-5 {
    height: 5px;
    width: 100%;
    overflow: hidden
}

.m-b-10 {
    height: 10px;
    width: 100%;
    overflow: hidden
}

.m-b-15 {
    height: 15px;
    width: 100%;
    overflow: hidden
}

ul {
    margin: 0;
    padding: 0
}

.clear {
    clear: both
}

.wrapper {
    margin: 0 auto;
    max-width: 100%;
}

.top_ad {
    width: 100%;
    overflow: hidden
}

.top_header {
    max-width: 100%;
    margin: 0 10px;
    overflow: hidden;
    background: linear-gradient(to bottom, #333333 1%, #262626 100%);
    padding: 10px 15px 10px 0
}

.social {
    float: right;
    margin-top: -4px
}

.social ul li {
    list-style: none;
    float: left;
    margin: 0 0 0 9px
}

.social ul li.share a {
    color: #fff;
    float: left
}

.social ul li a:hover {
    color: #fff
}

.social ul li a i {
    font-size: 15px;
    position: relative;
    top: 3px
}

.header {
}

.logo {
    width: 300px;
    float: left
}

.logo img {
    margin: 15px 0
}

.header_ad {
    float: right;
    width: 728px
}

.social ul li.livetv a {
    padding: 0 10px;
    vertical-align: top;
    line-height: 22px;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 14px
}

ul.datetime {
    margin-left: 0
}

ul.datetime li>a {
    color: #fff;
    line-height: 14px
}

ul.datetime li {
    float: left;
    padding: 0 8px 0;
    border-right: 1px solid #fff;
    color: #fff;
    line-height: 14px;
    font-size: 14px;
    list-style: none
}

ul.datetime li:last-child {
    border-right: none
}

ul.datetime li>a:hover {
    color: #f7f7f7
}

ul.login li>a {
    color: #fff;
    line-height: 14px
}

ul.login li {
    float: left;
    padding: 0 10px 0;
    border-right: 1px solid #fff;
    color: #fff;
    line-height: 14px;
    font-size: 14px;
    list-style: none
}

ul.login li:last-child {
    border-right: none
}

.navigation {
    max-width: 1048px;
    margin: 10px auto 0
}

#menu_category {
    margin: 0 0 0
}

#menu_category ul.header_top_menu {
    background: #2a394e
}

#menu_category ul.header_top_menu>li {
    padding: 0 10px;
    font-size: 16px;
    float: left;
    list-style: none;
    position: relative;
    color: #fff;
    cursor: pointer;
    line-height: 35px
}

#menu_category ul.header_top_menu>li>a {
    color: #fff;
    border-right: 1px solid #777;
    line-height: 35px;
    float: left;
    height: 35px
}

#menu_category ul.header_top_menu>li>a>i {
    padding-top: 10px
}

#menu_category ul.header_top_menu li:last-child>a {
    border-right: 0
}

#menu_category ul.header_top_menu>li>a:hover,#menu_category ul.header_top_menu>li>a.active {
    background: #5d6b7e
}

#menu_category ul.header_bottom_menu {
    background: #5d6b7e;
    overflow: hidden;
    border-top: 1px solid #fff
}

#menu_category ul.header_bottom_menu>li {
    font-size: 14px;
    float: left;
    list-style: none;
    position: relative;
    color: #fff;
    cursor: pointer
}

#menu_category ul.header_bottom_menu>li>a {
    padding: 0 10px;
    color: #fff;
    border-right: 1px solid #a9a9a9;
    line-height: 30px;
    float: left
}

#menu_category ul.header_bottom_menu li:last-child>a {
    border-right: 0
}

#menu_category ul.header_bottom_menu>li>a:hover,#menu_category ul.header_bottom_menu>li>a.active {
    background: #2a394e
}

div.header_wrapper {
    display: table;
    width: 100%;
    padding: 8px 8px;
}

div.header_wrapper>div {
    display: table-cell;
    vertical-align: middle
}

div.header_wrapper>div.header_left {
    text-align: left;
    width: 30%;
    padding-right: 20px
}
@media(max-width:1000px){
div.header_wrapper>div.header_left img {
    height: 40px;
}
}
div.menu_category {
    float: left
}

div.menu_category ul {
    text-align: left
}

div.menu_category ul li {
    display: inline-block;
    padding: 0 10px
}

div.menu_category ul li a {
    display: block;
    line-height: 50px;
    color: #fff;
    font-weight: 500
}

div.menu_category ul li a:hover {
    color: #369
}

div.others_menu {
    float: right;
    margin-top: 10px;
}

div.others_menu ul {
    text-align: left
}

div.others_menu ul li {
    display: inline-block
}

div.others_menu ul li a {
    color: #333
}

div.others_menu ul li span {
    padding: 0 10px;
    display: block;
    cursor: pointer;
    line-height: 50px;
    color: #000
}

div.others_menu ul li span i {
    padding-right: 10px;
    font-size: 14px
}

div.others_menu ul li:last-child span {
    padding: 0 5px 0 10px
}

div.others_menu ul li:last-child span i {
    padding-right: 0
}

div.megaMenuWrapper {
    width: 100%;
    position: absolute;
    top: 70px;
    background: #f7f7f7;
    z-index: 9999999;
    padding: 20px 20px 25px;
    display: none;
    border-top: 2px solid #ccc;
    -webkit-box-shadow: 0 8px 6px -6px #000;
    -moz-box-shadow: 0 8px 6px -6px #000;
    box-shadow: 0 8px 6px -6px #000
}

div.mgMenuHeader {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ccc
}

div.mega_top_menu {
    float: right
}

div.mega_top_menu ul {
    text-align: left
}

div.mega_top_menu ul li {
    display: inline-block
}

div.mega_top_menu ul li a {
    color: #333
}

div.mega_top_menu ul li span {
    padding: 0 10px;
    display: block;
    padding-top: 4px;
    color: #333;
    cursor: pointer
}

div.mega_top_menu ul li span i {
    padding-right: 10px;
    font-size: 14px
}

div.megaMenu {
    border-bottom: 1px solid #ccc
}

div.megaMenu ul {
    text-align: left;
    list-style: none;
    overflow: hidden;
    padding-bottom: 15px
}

div.megaMenu ul li {
    float: left;
    width: 16.5%
}

div.megaMenu ul li a {
    color: #232121;
    line-height: 35px;
    font-size: 16px
}

div.megaMenu ul li a:hover {
    color: #369
}

div.megaMenuBtm {
    width: 100%;
    margin-top: 25px
}

div.megaMenuBtm ul {
    text-align: left
}

div.megaMenuBtm ul li {
    display: inline-block;
    padding-right: 20px
}

div.megaMenuBtm ul li a {
    color: #333;
    font-size: 16px
}

div.megaMenuBtm ul li a i {
    padding-right: 10px;
    font-size: 15px;
    color: #008c44
}

div.megaMenuBtm ul li a:hover {
    color: #369
}

div.megaMenuBtm ul li i.todayspaper {
    color: #000
}

div.megaMenuBtm ul li i.second-edition {
    color: #9acd32
}

div.megaMenuBtm ul li i.epaper-top {
    color: #556b2f
}

div.megaMenuBtm ul li i.gallery {
    color: #9c27b0
}

div.megaMenuBtm ul li i.video {
    color: #5c6bc0
}

div.megaMenuBtm ul li i.archive {
    color: red
}

div.megaMenuBtm ul li i.android {
    color: #b9d236
}

div.megaMenuBtm ul li i.iphone {
    color: #00a3dc
}

div.megaMenuBtm ul li i.adv {
    color: brown
}

div.search_box {
    padding: 10px 0 5px;
    background: #fff;
    display: none
}

div.search_box span {
    cursor: pointer
}

.all_cross {
    display: none
}

.header-inner {
    position: relative
}

span#all_menu:hover {
    color: #369
}

.home_page_left {
    width: 728px;
    float: left
}

.home_page_right {
    width: 300px;
    float: right
}

.home_page_left_dtl {
    width: 650px;
    float: left
}

.home_page_right_dtl {
    width: 378px;
    float: right
}

.special_for_border {
    border-top: 1px dashed #ccc;
    margin: 15px 0 0
}

.top_special {
    margin: 15px 0;
    overflow: hidden;
    width: 100%;
    background: #fff
}

.disImage {
    width: 100%;
    background: #f5fefe;
    overflow: hidden;
    padding: 10px;
    display: table
}

.disImage div#img {
    height: 60px;
    width: 80px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle
}

.disImage div#img:hover {
    opacity: .9
}

.disImage div#hl2 {
    display: table-cell;
    padding-left: 15px;
    vertical-align: middle
}

.disImage div#hl2 a {
    color: #000;
    font-size: 14px;
    max-height: 60px;
    line-height: 20px;
    overflow: hidden;
    display: block
}

.disImage div#hl2 a:hover {
    color: #369
}

.topLead {
    width: 100%;
    overflow: hidden
}

.topLead #img {
    overflow: hidden;
    position: relative
}

.topLead #img:hover {
    opacity: .9
}

.video_icon {
    position: absolute;
    background: #bf282a;
    color: #fff;
    padding: 13px 10px 12px 14px;
    opacity: .7;
    top: 40%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    left: 42%
}

.video_icon_small {
    position: absolute;
    background: #bf282a;
    color: #fff;
    padding: 6px 6px 6px 10px;
    opacity: .7;
    bottom: 5%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    right: 5%;
    font-size: 12px
}

.binorightimg:hover i {
    opacity: 1
}

.video_icon:hover,.topLead #img:hover .video_icon,.leadimg:hover .video_icon,.first_news .news_img:hover .video_icon,.binodonLeft #img:hover .video_icon,div.menu_catPg_top div#img:hover .video_icon,div.editor_picks_list div.img:hover .video_icon_very_small {
    opacity: 1
}

.video_icon_very_small {
    position: absolute;
    background: #bf282a;
    color: #fff;
    padding: 7px 5px 5px 7px;
    opacity: .7;
    left: 45%;
    top: 37%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 12px!important
}

.topLead #hl2 {
    margin-top: 10px;
    margin-bottom: 5px
}

.topLead #hl2 h1 a {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    display: block
}

.topLead #hl2 h1 a:hover {
    color: #369
}

.topLead #hl1 h3 {
    font-size: 15px;
    line-height: 22px;
    color: red;
    font-weight: 400;
    display: block;
    margin: 6px 0 0
}

.topLead #img:hover #hl2 h1 a {
    color: red
}

.leadimg img:hover,.news_img img:hover,.binodonLeft #img:hover,.binorightimg img:hover,.menu_news_list>a>div.img:hover {
    opacity: .9
}

.topLead #dtl a {
    font-size: 16px;
    color: #000;
    text-align: justify;
    margin-top: 7px
}

.cat_topLead {
    width: 100%;
    overflow: hidden
}

.cat_topLead #img {
    overflow: hidden;
    position: relative;
    height: 380px
}

.cat_topLead #img:hover {
    opacity: .9
}

.cat_topLead #hl2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: url(../images/black-trans-bg.png) repeat-x
}

.cat_topLead #hl2 h2 {
    font-size: 25px;
    line-height: 28px;
    color: #fff
}

.cat_topLead #img:hover #hl2 h2 {
    color: orange;
    opacity: 1
}

.cat_fullLead {
    width: 100%;
    overflow: hidden
}

.cat_fullLead #img {
    overflow: hidden;
    position: relative;
    height: 550px
}

.cat_fullLead #img:hover {
    opacity: .9
}

.cat_fullLead #hl2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: url(../images/black-trans-bg.png) repeat-x
}

.cat_fullLead #hl2 h2 {
    font-size: 25px;
    line-height: 28px;
    color: #fff
}

.cat_fullLead #img:hover #hl2 h2 {
    color: orange
}

.tabs-container,.tabs-container02 {
    position: relative!important;
    overflow: hidden
}

.tabs-container ul.tabs,.tabs-container02 ul.tabs02 {
    background: #222b46;
    height: 32px
}

.tabs-container02 ul.tabs03 {
    background: #222b46;
    height: 32px
}

.tabs-container ul li,.tabs-container02 ul li {
    list-style: none
}

.tabs-container ul.tabs li .tab,.tabs-container02 ul.tabs02 li .tab02 {
    float: left;
    cursor: pointer;
    color: #fff;
    height: 32px;
    line-height: 32px;
    width: 50%;
    text-align: center;
    font-size: 18px
}

.tabs-container ul.tabs li .tab img,.tabs-container02 ul.tabs02 li .tab02 img {
    display: block;
    margin: 0 auto 0
}

.tabs-container ul.tabs li .tab:last-child,.tabs-container02 ul.tabs02 li .tab02:last-child {
    border: none
}

.tabs-container ul.tabs li .tab.selected,.tabs-container02 ul.tabs02 li .tab02.selected {
    background: #7a7a7d;
    height: 32px;
    color: #fff
}

.tabs-container02 ul.tabs03 li .tab03 {
    float: left;
    cursor: pointer;
    color: #fff;
    height: 32px;
    line-height: 32px;
    width: 50%;
    text-align: center;
    font-size: 14px
}

.tabs-container02 ul.tabs03 li .tab03 img {
    display: block;
    margin: 0 auto 0
}

.tabs-container02 ul.tabs03 li .tab03:last-child {
    border: none
}

.tabs-container02 ul.tabs03 li .tab03.selected {
    background: #7a7a7d;
    height: 32px;
    color: #fff
}

.epaper {
    border: 1px solid #c8c8c8;
    border-bottom: 0;
    font-size: 18px;
    padding: 10px 0 2px;
    text-align: center;
    background: #fff;
    color: #069
}

.epaper_img {
    border: 1px solid #c8c8c8;
    border-top: none;
    height: 250px;
    overflow: hidden;
    padding: 10px
}

#polling_block h4 {
    background: #455960;
    line-height: 30px;
    text-align: center;
    margin: 0 0;
    font-size: 18px;
    color: #fff
}

.snippet ul {
    padding: 10px 15px;
    overflow: hidden;
    background: #f2f7fd
}

.snippet .snippet_li {
    width: 50%;
    list-style: none;
    float: left
}

.tabs-content-wrap,.tabs-content-wrap02 {
    background: #b0cad4
}

.tabs-content-wrap ul.tabs-content,.tabs-content-wrap02 ul.tabs-content02 {
    padding: 10px 0 10px 10px;
    list-style: none;
    overflow: hidden;
    background: #f2f7fd
}

.tabs-content-wrap ul.tabs-content li,.tabs-content-wrap02 ul.tabs-content02 li {
    display: none
}

.tabs-content-wrap ul.tabs-content li.selected,.tabs-content-wrap02 ul.tabs-content02 li.selected {
    display: block
}

.tabs-content-wrap ul.tabs-content li ul li,.tabs-content-wrap02 ul.tabs-content02 li ul li {
    display: block;
    margin: 0 10px 0 0
}

.tabs-content-wrap ul.tabs-content li ul.latest_scroll,.tabs-content-wrap ul.tabs-content li ul.mostview_scroll,.tabs-content-wrap02 ul.tabs-content02 li ul.mostview_scroll {
    height: 360px
}

.tabs-content-wrap ul.tabs-content li ul li,.tabs-content-wrap02 ul.tabs-content02 li ul li {
    overflow: hidden;
    margin-bottom: 5px;
    border-bottom: 1px dotted #d3d3d3;
    padding: 0 0 5px 0
}

.tabs-content-wrap ul.tabs-content li ul li:last-child,.tabs-content-wrap02 ul.tabs-content02 li ul li:last-child {
    padding: 0 0 0 0;
    border-bottom: none;
    margin-bottom: 0
}

.tabs-content-wrap ul.tabs-content li ul li a,.tabs-content-wrap02 ul.tabs-content02 li ul li a {
    color: #000;
    font-size: 15px;
    line-height: 20px
}

.tabs-content-wrap ul.tabs-content li ul li a:hover,.tabs-content-wrap02 ul.tabs-content02 li ul li a:hover {
    color: #777
}

.tabs-container00,.tabs-container01 {
    position: relative!important;
    z-index: 2;
    overflow: hidden
}

.tabs-container00 ul.tabs00,.tabs-container01 ul.tabs01 {
    background: #7a7a7d;
    height: 30px
}

.tabs-container00 ul li,.tabs-container01 ul li {
    list-style: none
}

.tabs-container00 ul.tabs00 li .tab00,.tabs-container01 ul.tabs01 li .tab01 {
    float: left;
    cursor: pointer;
    color: #fff;
    height: 30px;
    line-height: 32px;
    width: 50%;
    padding: 0 0 0 15px;
    font-size: 20px
}

.tabs-container00 ul.tabs00 li .tab00:hover,.tabs-container01 ul.tabs01 li .tab01:hover {
    background: #455960 url(../images/arowright.png) no-repeat right 25px top 10px
}

.tabs-container00 ul.tabs00 li .tab00.selected,.tabs-container01 ul.tabs01 li .tab01.selected {
    background: #455960 url(../images/arowright.png) no-repeat right 25px top 10px
}

.tabs-content-wrap00 ul.tabs-content00,.tabs-content-wrap01 ul.tabs-content01 {
    padding: 10px;
    background: #f2f7fd;
    overflow: hidden;
    margin: 0
}

.tabs-content-wrap00 ul.tabs-content00 li,.tabs-content-wrap01 ul.tabs-content01 li {
    display: none
}

.tabs-content-wrap00 ul.tabs-content00 li.selected,.tabs-content-wrap01 ul.tabs-content01 li.selected {
    display: block
}

.tabs-content-wrap00 ul.tabs-content00 li a,.tabs-content-wrap01 ul.tabs-content01 li a {
    color: #000;
    font-size: 15px;
    line-height: 20px
}

.tabs-content-wrap00 ul.tabs-content00 li a:hover,.tabs-content-wrap01 ul.tabs-content01 li a:hover {
    color: #777
}

.allNews {
    background: #3a495e;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    display: block;
    margin: 10px 0 0;
    color: #fff
}

.allNews:hover {
    background: #3a495e;
    color: #fff
}

.menu_inner {
    width: 100%;
    overflow: hidden
}

.bottom_row {
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%
}

.bottom_row:last-child {
    margin-bottom: 0
}

.leadmorehl1 h3 {
    color: red;
    display: block;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400
}

.leadmorehl2 h2 a {
    color: #000;
    display: block;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden
}

.leadmorehl2 h2 a:hover {
    color: #369
}

.leadimg {
    height: 150px;
    margin: 0 0 8px;
    position: relative;
    overflow: hidden
}

.leadimg img {
    width: 100%;
    height: 150px
}

.leadCatBigimg {
    height: 180px;
    margin: 0 0 5px;
    position: relative;
    overflow: hidden
}

.leadCatBigimg img {
    width: 100%;
    height: 180px
}

.leadCatBigimg img:hover {
    opacity: .9
}

.leadSingleBigimg {
    height: 300px;
    margin: 0 0 5px;
    position: relative;
    overflow: hidden
}

.leadSingleBigimg img {
    width: 100%;
    height: 300px
}

.leadSingleBigimg img:hover {
    opacity: .9
}

.leadSingleSmallimg {
    height: 120px;
    margin: 0 0 5px;
    position: relative;
    overflow: hidden
}

.leadSingleSmallimg img {
    width: 100%;
    height: 120px
}

.leadSingleSmallimg img:hover {
    opacity: .9
}

.leadimg_four {
    height: 100px;
    margin: 0 0 5px;
    position: relative;
    overflow: hidden
}

.leadimg_four img {
    width: 100%;
    height: 100px
}

.leadimg_four img:hover {
    opacity: .9
}

.lead_dtl_morehl2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 10px;
    background: url(../images/black-trans-bg.png) repeat-x
}

.lead_dtl_morehl2 h2 {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden
}

.lead_right_dtl_img {
    height: 180px;
    margin: 0 0 0;
    position: relative;
    overflow: hidden
}

.lead_right_dtl_img img {
    width: 100%;
    height: 180px
}

.lead_right_dtl_img img:hover,.leadimg_four img:hover {
    opacity: .9
}

.more_mn_link {
    color: #272727;
    display: block;
    border: 2px solid #272727;
    width: 150px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px
}

.more_mn_link:hover,.more_mn_link:focus {
    color: #fff;
    background: #272727;
    border: 2px solid #272727
}

.lead_right_dtl_img:hover h2 {
    color: orange
}

.news_text a {
    color: #000;
    font-size: 15px;
    line-height: 22px
}

.news_text span a {
    color: orange!important;
    padding: 0 0 0 10px
}

.bottom_single_row {
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%;
    padding: 0 0 15px;
    border-bottom: 1px dashed #ccc
}

.singleleadimg {
    width: 25%;
    float: left;
    margin: 0 20px 0 0;
    height: 120px;
    overflow: hidden
}

.singlehl1 h3 {
    color: red;
    display: block;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 5px;
    font-weight: 400
}

.singlehl2 h2 a {
    color: #000;
    display: block;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
    font-weight: 700
}

.advertisement1 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
    border: 1px solid #455960;
    border-radius: 5px 5px 0 0
}

.advertisement {
    width: 100%;
    overflow: hidden;
    margin: 0 0 15px
}

.advertisement_inner {
    overflow: hidden;
    padding: 7px 0 7px 7px;
    float: right
}

.arc_rht {
    margin-bottom: 10px
}

.home_menu_online_pho {
    width: 100%
}

.home_menu_online_pho a {
    line-height: 31px;
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 0 0 0 70px
}

.home_menu_online {
    width: 100%;
    border-bottom: 1px solid #fe0104
}

.home_menu_online a {
    line-height: 36px;
    color: #000;
    font-size: 24px;
    display: inline-block;
    padding: 0 0 0 0
}

.sheershaphtGallery>ul>li>a {
    width: 100%;
    position: relative
}

.home_menu_online_vdo {
    width: 100%
}

.home_menu_online_vdo a {
    line-height: 31px;
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 0 0 0 70px
}

.thumb_img {
    height: 70px
}

.home_menu_inner {
    width: 100%;
    margin: 0 0 10px;
    position: relative
}

.home_menu_bino {
    width: 100%;
    background: #455960;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.home_menu_inner img {
    margin-right: 0px;
    _vertical-align: initial
}

.home_menu_bino a {
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    display: block;
    padding: 0 0 0 85px
}

.cat-box-content {
    width: 100%;
    overflow: hidden
}

.first_news {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
    background: #fff;
}

.first_news .news_img {
    height: 196px;
    overflow: hidden;
    background: #fff;
    /*! display: flex; */
    align-items: center;
    justify-content: center;
    position: relative
}

.first_news .news_img a,.first_news .news_img img {
    width: 100%
}

.first_news .news_img_right {
    height: 160px;
    overflow: hidden;
    margin-bottom: 10px;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.first_news .news_img_right a,.first_news .news_img_right img {
    width: 100%
}

.first_news .news_img_right>i {
    font-size: 48px;
    color: #ddd
}

.first_news h2 a {
    width: 100%;
    display: block;
    max-height: 48px;
    overflow: hidden;
    color: #000;
    line-height: 24px;
    font-size: 18px;
    padding: 0 12px;
    margin: 10px 0;
}

.first_news .news_img>i {
    font-size: 48px;
    color: #ddd
}

.first_news h2 a:hover {
    color: #369
}

.first_news .news_img_three_col {
    height: 120px;
    overflow: hidden;
    margin-bottom: 10px;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.first_news .news_img_three_col a,.first_news .news_img_three_col img {
    width: 100%
}

.first_news .news_img_three_col>i {
    font-size: 48px;
    color: #ddd
}

.mnimg {
    width: 35%;
    float: left;
    margin: 0 10px 0 0
}

.video_container {
    border-bottom: none
}

.cat-box-content ul li {
    overflow: hidden;
    margin-bottom: 5px;
    border-bottom: 1px dotted #d3d3d3;
    padding: 0 0 5px 15px;
    background: url(../images/arrow.jpg) no-repeat left 6px
}

.cat-box-content ul li:last-child {
    padding: 0 0 0 15px;
    border-bottom: none;
    margin-bottom: 0
}

.cat-box-content ul li a {
    color: #000;
    font-size: 15px;
    line-height: 20px
}

.cat-box-content ul li a:hover {
    color: #777
}

.menu_news_list {
    display: table;
    width: 100%;
    padding: 10px 0 10px 0px;
    background: #fff;
    margin-top: 0;
    border-bottom: 1px solid #ddd;
}

.menu_news_list>a>div {
    display: table-cell;
    vertical-align: middle;
    /*! height: 50px; */
    overflow: hidden;
}

.menu_news_list>a>div.img {
    background: #f7f7f7;
    width: 90px;
    height: 60px;
    text-align: center
}

.menu_news_list>a>div.img>i {
    font-size: 24px;
    color: #eee
}

.menu_news_list>a>div.hl>h4 {
    font-size: 15px;
    line-height: 19px;
    padding: 0 10px;
    margin: 0;
    color: #000;
    height: 60px;
}

.menu_news_list>a>div.hl>h2 {
    font-size: 14px;
    line-height: 18px;
    padding: 0 10px;
    margin: 0;
    color: #000
}

.menu-news-content .menu_news_list:last-child {
    /*! padding: 0 */
}

.menu_news_list>a>div.hl>h4:hover,.menu_news_list>a>div.hl>h2:hover {
    color: #369
}

.binodon {
    width: 100%;
    overflow: hidden
}

.binodonLeft {
    width: 100%;
    overflow: hidden
}

.binodonLeft #img {
    max-height: 250px;
    overflow: hidden;
    margin: 0 0 10px;
    position: relative
}

.binodonLeft #hl2 h2 a {
    font-size: 20px;
    color: #000;
    line-height: 24px;
    margin: 0 0 5px;
    display: block
}

.binodonLeft #hl2 h2 a:hover {
    color: #369
}

.binodonLeft #dtl a {
    font-size: 14px;
    color: #000;
    line-height: 21px
}

.binohl2 h2 a {
    color: #000;
    display: block;
    font-size: 16px;
    line-height: 20px
}

.binohl2 h2 a:hover {
    color: #369
}

.binorightimg {
    height: 90px;
    overflow: hidden;
    margin: 0 0 5px;
    position: relative
}

.binorightimg img {
    width: 100%
}

.dailymn_part {
    width: 100%;
    overflow: hidden;
    padding: 0 0 5px;
    margin: 0 0 15px;
    border-bottom: 2px solid #000
}

.daily_menu h3 a {
    color: #216195;
    line-height: 28px;
    font-size: 20px;
    border-bottom: 1px dashed #ccc;
    display: block;
    padding: 0 0 10px;
    margin: 0 0 10px;
    font-weight: 700
}

.firstdaily_news {
    width: 100%;
    overflow: hidden
}

.firstdaily_news h2 a {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 5px;
    display: block
}

.firstdaily_news h4 {
    color: #656a2a;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 5px
}

.firstdaily_news h5 {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
    font-weight: 700
}

.mndailyimg {
    width: 45%;
    float: left;
    overflow: hidden;
    margin: 0 15px 0 0;
    max-height: 250px
}

.mndailyimg img {
    width: 100%
}

.page_bottom {
    width: 100%;
    overflow: hidden
}

.bottom_mn h3 a {
    font-weight: 700;
    line-height: 28px;
    font-size: 20px;
    display: block;
    padding: 8px 0 5px;
    margin: 0 0 10px;
    border-bottom: 1px dotted #ccc
}

.bottom_news ul {
    list-style: none
}

.bottom_news ul li {
    color: #666;
    background: url(../images/menu_bullet.png) no-repeat scroll 0 -298px transparent;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 3px 15px;
    margin-bottom: 3px
}

.bottom_news ul li:hover {
    color: #ccc;
    background: url(../images/menu_bullet.png) no-repeat scroll 0 -384px transparent
}

.bottom_news ul li a {
    font-size: 15px;
    color: #000
}

.bottom_news ul li a:hover {
    color: #122842
}

.foot_bottom {
    background: #d3d3d3;
    width: 100%;
    overflow: hidden;
    padding: 5px 0
}

.prayerTimePanel {
    margin: 0;
    background: #fff
}

.prayerTimeTitle {
    background: #333;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 3px;
    line-height: 25px
}

.dateShow {
    background: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #898989;
    text-align: center
}

.prayerName {
    background: #fff;
    text-align: center;
    color: #000;
    font-size: 16px;
    display: block;
    padding: 3px;
    border: 1px solid #ccc
}

.prayerTime {
    background: #fff;
    text-align: center;
    color: #000;
    font-size: 16px;
    display: block;
    padding: 3px;
    border: 1px solid #ccc
}

.nonPrayTime {
    margin: 10px 0 0;
    text-align: center;
    line-height: 23px;
    color: #fff;
    background: #455960;
    border-radius: 5px
}

.sunrise {
    font-size: 14px;
    color: #fff;
    display: block
}

.sunset {
    font-size: 14px;
    color: #fff;
    display: block
}

.selected1 {
    background: #455960;
    text-align: center;
    padding: 5px 0;
    overflow: hidden;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 16px;
    border-radius: 5px 5px 0 0
}

div.horoType {
    display: inline-block;
    float: left;
    padding: 10px;
    text-align: center;
    cursor: pointer
}

div.horoType:hover {
    color: #cd0000
}

div.horoType div.horoName {
    font-size: 14px
}

div.horoDesc {
    display: none;
    margin: 5px 10px 10px
}

div.horoDesc fieldset {
    border: 1px solid #ddd!important;
    text-align: justify;
    padding: 10px
}

div.horoDesc fieldset legend {
    font-size: 14px;
    color: #cd0000;
    padding: 0 5px;
    margin: 0!important;
    border: none;
    text-align: center;
    width: auto!important
}

.aroNews {
    background: #1f91c3;
    font-size: 17px;
    line-height: 35px;
    text-align: center;
    width: 100%;
    display: block;
    margin: 10px 0 0;
    color: #fff
}

.daily_part {
    border: 1px solid #d3dfed;
    overflow: hidden
}

.daily_top {
    width: 100%;
    overflow: hidden;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px dashed #ccc
}

.daily_mn_name h3 a {
    background: transparent url(../images/menu_title_barNew.png?v=1) repeat-x left top;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    width: 100%;
    border-bottom: 2px solid #2a394e
}

.dailymn_inner {
    padding: 10px
}

.dailyR_news ul {
    list-style: none
}

.dailyR_news ul li {
    color: #069;
    background: url(../images/menu_bullet.png) no-repeat scroll 0 -298px transparent;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 3px 15px;
    margin-bottom: 3px
}

.dailyR_news ul li:hover {
    color: #ccc;
    background: url(../images/menu_bullet.png) no-repeat scroll 0 -384px transparent
}

.dailyR_news ul li a {
    font-size: 15px;
    color: #069
}

.dailyR_news ul li a:hover {
    color: #122842
}

.line {
    width: 100%;
    height: 1px;
    background: #ccc;
    margin-bottom: 15px
}

.headlines {
    width: 100%;
    height: 30px;
    margin: 15px auto 0;
    text-align: left;
    position: relative
}

.headline_left h3 {
    width: 9%;
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    padding-left: 15px;
    font-weight: 700
}

.headline_left h4 {
    width: 11.2%;
    float: left;
    font-size: 17px;
    color: #fff;
    line-height: 30px;
    margin: 0;
    text-align: center;
    font-weight: 700
}

.headline_left h4 a {
    color: #fff
}

.headline_left h4 a:hover,.headline_left h4 a:focus {
    color: #fff
}

.breakings {
    background: #a50608;
    border-radius: 5px
}

.headline_left h4 img {
    vertical-align: top
}

.headlines_just {
    background: #ff6d00;
    height: 30px;
    color: #fff;
    border-right: 1px solid #fff
}

.headlines_breaking {
    height: 30px;
    border-right: 1px solid #fff;
    color: #fff
}

.breakings .gellery_box ul li a {
    color: #fff;
    font-weight: 700
}

.leftscoller {
    width: 23px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 85px;
    background: url(../images/lefthead.jpg) no-repeat
}

.rightscoller {
    width: 23px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 108px;
    background: url(../images/righthead.jpg) no-repeat
}

.gellery_box {
    width: 88.8%;
    height: 30px;
    float: right
}

.gellery_box ul {
    width: 100%;
    height: 30px;
    padding: 0 15px 0 1px
}

.gellery_box ul li {
    width: 100%!important;
    height: 30px;
    float: left;
    list-style: none;
    font-size: 16px;
    line-height: 30px
}

.gellery_box ul li a {
    color: #fff;
    font-weight: 700
}

.headli_bot {
    width: 100%;
    height: 30px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    background: #000
}

.headli_bot h3 {
    width: 9%;
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    padding-left: 15px;
    font-weight: 700
}

.gellery_box00 {
    width: 91%;
    height: 30px;
    float: right;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.gellery_box00 ul {
    width: 100%;
    height: 30px;
    left: 0;
    top: 0;
    position: absolute;
    padding: 0 15px 0 0
}

.gellery_box00 ul li {
    width: 100%!important;
    height: 30px;
    float: left;
    list-style: none;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 700
}

.gellery_box00 ul li a {
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 700
}

.right_tabimg {
    width: 20%;
    float: left;
    margin: 0 10px 10px 0;
    height: 40px;
    overflow: hidden
}

.right_tabimg img {
    height: 40px;
    width: 100%
}

div.tabcontents a.arokhabor {
    float: right;
    color: orange;
    line-height: 20px;
    font-size: 14px;
    display: block
}

.arokhabor {
    float: right;
    color: orange;
    line-height: 20px;
    font-size: 14px;
    display: block
}

.udriti {
    width: 100%;
    overflow: hidden;
    border: 1px solid #5b705d;
    border-radius: 5px 5px 0 0
}

.udriti h3 {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #455960
}

.udriti h3 a {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #455960;
    display: inline-block
}

.udriti_inner {
    padding: 10px;
    background: #f2f7fd
}

.udriti_arc {
    border: 1px solid #5b705d;
    border-top: 0;
    font-size: 15px;
    padding: 15px
}

.ajkerPathok {
    width: 100%;
    height: 80px;
    overflow: hidden;
    border: 1px solid #5b705d;
    border-radius: 5px 5px 0 0
}

.ajkerPathok h3 {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #455960
}

div.menu_catPg_top {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    overflow: hidden;
    margin: 0 10px
}

div.menu_catPg_top div#newsHl200 {
    margin-bottom: 5px
}

div.menu_catPg_top div#newsHl200 a {
    font-size: 22px;
    color: #000;
    line-height: 30px
}

div.menu_catPg_top div#newsHl200 a:hover {
    color: #369
}

div.menu_catPg_top div#img {
    width: 100%;
    _height: 180px;
    overflow: hidden;
    margin-bottom: 5px;
    position: relative
}

div.menu_catPg_top div#img:hover {
    opacity: .9
}

div.menu_catPg_top div#newsDtl {
    font-size: 15px;
    color: #000;
    line-height: 20px
}

div.menu_catPg_top div#newsDtl a {
    font-size: 15px;
    color: #000;
    line-height: 20px
}

div.menu_catPg_btm div#catHl2 {
    padding-bottom: 5px
}

div.menu_catPg_btm div#catHl2 a {
    font-size: 18px;
    color: #002047;
    line-height: 22px
}

div.menu_catPg_btm div#catImg {
}

div.menu_catPg_btm div#catImg .catBotImg {
    position: relative;
    float: left;
    width: 90px;
    height: 60px;
    margin: 0 10px 0 0
}

div.menu_catPg_btm div#catImg .catBotImg img {
    width: 90px;
    height: 60px
}

div.menu_catPg_btm p#catDtl {
    font-size: 13px;
    color: #000
}

div.menu_catPg_btm p#catDtl span {
    font-size: 13px;
    color: red;
    padding-left: 10px
}

.menu_catPg_top div#newsHl1 {
    font-size: 13px;
    color: #000;
    line-height: 18px
}

.menu_catPg_top div#newsHl3 {
    font-size: 13px;
    color: #1f4f82;
    line-height: 18px
}

.mn_right {
    width: 100%;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #ccc
}

.mn_right .mnimg {
    height: 45px;
    overflow: hidden;
    float: left;
    width: 25%;
    margin-right: 10px;
    margin-bottom: 0;
    position: relative
}

.mn_right .mnimg img:hover {
    opacity: .9
}

.mn_right div#newsHl2 a {
    font-size: 18px;
    color: #000;
    line-height: 22px
}

.mn_right div#newsHl2 a:hover {
    color: #369
}

.mn_right:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.dtLargePnl {
    margin-top: 10px;
    width: 100%;
    overflow: hidden
}

.dtl_pg_row {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px
}

#myText {
    font-size: 18px;
    line-height: 26px;
    _margin-top: 15px
}

#sharethis {
    margin-bottom: 10px
}

.sharethis {
    margin: 15px 0
}

.more_ns {
    width: 100%
}

.dtl_pg_row div#hl1 {
    font-size: 18px;
    color: red;
    line-height: 24px;
    margin-bottom: 5px
}

.dtl_pg_row div#hl2 {
    font-size: 36px;
    color: #16387c;
    margin-bottom: 5px;
    line-height: 45px
}

.dtl_pg_row div#h1 {
    font-size: 36px;
    color: #16387c;
    margin-bottom: 5px;
    line-height: 45px
}

.dtl_pg_row div#hl3 {
    font-size: 14px;
    color: peru;
    line-height: 18px
}

.dtltop_left {
    float: left;
    border-left: 5px solid #ccc;
    padding-left: 10px;
    line-height: 22px
}

.dtl_pg_row div#rpt {
    float: left;
    line-height: 22px
}

.dtl_pg_row div div.img_tt {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/black-trans-bg.png) repeat;
    padding: 5px 10px;
    color: #fff;
    width: 100%
}

#dtlRightImg {
    float: right;
    padding: 10px;
    border: 1px solid #ccc;
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
    color: #000
}

#dtlLeftImg {
    float: left;
    padding: 10px;
    border: 1px solid #ccc;
    margin-top: 10px;
    margin-right: 10px;
    text-align: center;
    color: #000
}

a#dtlFullImg {
    _padding: 10px 0 10px 0;
    margin: 10px 0;
    text-align: center;
    color: #000;
    overflow: hidden
}

a#dtlFullImg img {
    _margin: 0 auto
}

#dtlImgTT {
    text-align: center;
    color: #000
}

.fontpart {
    float: right
}

.dtl_pg_row span.fontAction {
    background: #f5fffa;
    display: inline-block;
    width: 37px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0 5px;
    float: left
}

.dtl_pg_row span.orgFont:hover,.dtl_pg_row span.decFont:hover,.dtl_pg_row span.incFont:hover {
    background: #ccc;
    color: #000;
    border: 1px solid #ccc
}

.dtl_pg_row span#printer_btn {
    background: #f5fffa;
    color: #1f57a5;
    cursor: pointer;
    float: left;
    margin: 0 5px
}

.dtl_pg_row span#printer_btn {
    border: 1px solid #ccc;
    padding: 2px 5px 1px;
    font-size: 12px;
    color: #555
}

.dtl_pg_row span#printer_btn:hover {
    background: #ddd;
    color: #000;
    border: 1px solid #ccc
}

.dtl_pg_row span#printer_btn img {
    vertical-align: middle;
    margin-right: 5px
}

.bottom_menu {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
    padding: 10px 0
}

.botlink_box {
    width: 100%;
    float: left
}

.botlink_box ul {
    width: 100%;
    overflow: hidden
}

.botlink_box ul li {
    width: 25%;
    float: left;
    margin: 0 0 3px;
    list-style: none
}

.botlink_box ul li a {
    font-size: 16px;
    color: #fff;
    line-height: 22px
}

.social_box {
    width: 100%;
    float: left;
    padding-left: 12px
}

.social_box ul {
    width: 100%;
    overflow: hidden
}

.social_box ul li {
    width: 100%;
    float: left;
    list-style: none
}

.social_box ul li.rss {
    width: 130px;
    padding-left: 20px;
    background: url(../images/footer_rss.png) no-repeat left center
}

.social_box ul li.app {
    width: 130px;
    padding-left: 20px;
    background: url(../images/footer_mobile.png) no-repeat left center
}

.social_box ul li.face {
    width: 130px;
    padding-left: 20px;
    background: url(../images/facebook.png) no-repeat left center
}

.social_box ul li.gplus {
    width: 130px;
    padding-left: 20px;
    background: url(../images/gplus.png) no-repeat left center
}

.social_box ul li.twit {
    width: 130px;
    padding-left: 20px;
    background: url(../images/twitter.png) no-repeat left center
}

.social_box ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 22px
}

.detail-divider {
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden
}

.email {
    font-size: 12px;
    color: #fff;
    font-family: Verdana,Geneva,sans-serif
}

.orange {
    font-size: 12px;
    color: #fff;
    margin-left: 10px;
    font-family: Verdana,Geneva,sans-serif
}

.orange a {
    text-decoration: none;
    color: #f60;
    font-size: 13px;
    font-family: Verdana,Geneva,sans-serif
}

.foot_content {
    background: #1a1a1a;
    margin: 0 0 0;
    padding: 20px 0
}

.foot_content p {
    color: #fff
}

.foot_bottom p {
    font-family: verdana;
    font-size: 12px
}

.footer_top {
    width: 100%;
    overflow: hidden;
    background: #363d4d;
    padding: 15px 0
}

.footer_headlines {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #000;
    z-index: 999
}

.ftxt p {
    float: right
}

.back-top {
    position: fixed;
    text-align: center;
    z-index: 99999999;
    /*! color: #f3151c; */
    width: 40px;
    height: 40px;
    border: 3px solid #1ab394;
    line-height: 30px;
    right: 30px;
    bottom: 50px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.back-top a {
    color: #1ab394;
}

.back-top i.fa {
    line-height: inherit;
    font-size: 35px
}

.back-top:hover {
    background: 0 0
}

.amazingslider-title-1 {
    font-family: 700 16px solaimanlipi!important
}

.prayerTimePanel {
    margin: 0;
    background: #fff
}

.prayerTimeTitle {
    background: url(../images/prayertimeheader.jpg) no-repeat;
    height: 50px;
    color: #f2f1ef;
    text-align: left
}

.dateShow {
    background: #fff;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #026dbd;
    text-align: right;
    padding: 2px 0
}

.prayerTimeTable {
    background: url(../images/prayertimebg3.png) no-repeat;
    padding: 0 0 0 130px
}

.prayerTimeTable table {
    background: #fff
}

.prayerName {
    background: #6b8e23;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 2px 3px
}

.prayerTime {
    background: olive;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 2px 3px
}

.nonPrayTime {
    margin: 5px 0 0;
    padding: 2px;
    text-align: center;
    line-height: 23px;
    background: #455960
}

.sunrise {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding: 0 30px 0 0
}

.sunset {
    font-size: 16px;
    color: #fff;
    display: inline-block
}

.video_inner {
    width: 100%;
    overflow: hidden
}

.vid_img {
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin: 0 0 5px;
    border: 2px solid olive
}

.vid_img img {
    width: 100%;
    height: 100%
}

.video_inner h2 a {
    font-size: 14px;
    color: #666;
    display: block;
    max-height: 40px;
    overflow: hidden;
    line-height: 20px
}

.newsPicCon {
    background-color: #fff;
    border: 0 ridge #ccc;
    color: #000;
    cursor: pointer;
    float: left;
    font-family: SolaimanLipi;
    padding: 0;
    text-align: center;
    width: 100%
}

.imgs {
    border: 2px solid olive;
    height: 110px;
    width: 100%;
    margin: 0 0 5px
}

#tube {
    float: left;
    list-style: outside none none;
    position: relative;
    width: 100%
}

#tube a {
    background: url(../images/play-video.png) center -60px no-repeat;
    color: #777;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 5
}

#tube a:hover {
    background-position: center 38px;
    text-decoration: none;
    transition: all 300ms ease 0s
}

#tube h2 {
    font-size: 14px;
    color: #000;
    line-height: 22px;
    text-align: center;
    display: block;
    font-weight: 400
}

#tube p {
    font-size: 12px;
    color: #777;
    line-height: 18px
}

.video_dtl h2 {
    font-size: 18px;
    color: #000;
    line-height: 25px;
    text-align: center;
    font-weight: 400
}

#cat_parent_content_list div.col-md-4:nth-child(1) {
    padding-right: 7px
}

#cat_parent_content_list div.col-md-4:nth-child(2) {
    padding: 0 7px
}

#cat_parent_content_list div.col-md-4:nth-child(3) {
    padding-left: 7px
}

#cat_parent_content_list div.lead_top,#cat_parent_content_list div.lead_bottom {
    margin-top: 15px
}

#cat_parent_content_list div.lead_bottom {
    _height: 250px;
    background: #fff
}

#cat_parent_content_list div.lead_top>div.img,#cat_parent_content_list div.lead_bottom>div.img {
    position: relative;
    overflow: hidden;
    height: 180px;
    text-align: center
}

#cat_parent_content_list div.lead_bottom>div.img {
    height: 120px;
    text-align: center
}

#cat_parent_content_list div.lead_top>div.img>i,#cat_parent_content_list div.lead_bottom>div.img>i {
    position: relative;
    top: 35%;
    color: #eee;
    font-size: 66px
}

#cat_parent_content_list div.lead_bottom>div.img>i {
    font-size: 50px
}

#cat_parent_content_list div.lead_top>div.img img,#cat_parent_content_list div.lead_bottom>div.img img {
    height: 275px
}

#cat_parent_content_list div.lead_bottom>div.img img {
    height: 120px
}

#cat_parent_content_list div.lead_top>div.hl>h3,#cat_parent_content_list div.lead_bottom>div.hl>h4 {
    margin: 0;
    background: #fff;
    margin: 10px 0
}

#cat_parent_content_list div.lead_top>div.hl>h3 {
    font-size: 20px;
    line-height: 24px
}

#cat_parent_content_list div.lead_bottom>div.hl>h4 {
    line-height: 22px
}

#cat_parent_content_list div.lead_top>div.sum,#cat_parent_content_list div.lead_bottom>div.sum {
    background: #fff;
    padding-left: 10px;
    font-size: 14px;
    border-left: 3px solid #2a394e;
    text-align: justify
}

#cat_parent_content_list div.lead_top>div.sum a,#cat_parent_content_list div.lead_bottom>div.sum a {
    color: #000
}

#cat_parent_content_list div.top_more_content {
    display: table;
    background: #fff;
    margin-top: 15px
}

#cat_parent_content_list div.top_more_content>div.img {
    display: table-cell;
    width: 99px;
    height: 66px;
    text-align: center;
    vertical-align: middle
}

#cat_parent_content_list div.top_more_content>div.img>i {
    position: relative;
    top: 33%;
    color: #eee;
    font-size: 26px
}

#cat_parent_content_list div.top_more_content>div.hl {
    display: table-cell;
    padding: 10px;
    vertical-align: middle
}

#cat_parent_content_list div.top_more_content>div.hl>h5 {
    margin: 0;
    line-height: 22px
}

#cat_parent_content_list div.top_more_content>div.sum>p {
    margin: 5px 0 0;
    line-height: 18px
}

#cat_parent_content_list>div>div.col-md-7,#cat_parent_content_list div.lead_bottom_block>div.col-md-6:first-child {
    padding-right: 7px
}

#cat_parent_content_list>div>div.col-md-5,#cat_parent_content_list div.lead_bottom_block>div.col-md-6:last-child {
    padding-left: 7px
}

#cat_parent_content_list .more_btn {
    padding: 0 0 5px;
    font-size: 16px;
    border-bottom: 2px solid #ccc;
    margin: 15px 0 0;
    _background: dimgrey;
    color: #000;
    font-weight: 700
}

.more_btn_cat {
    padding: 0 0 5px;
    font-size: 16px;
    border-bottom: 2px solid #ccc;
    _background: dimgrey;
    color: #000;
    font-weight: 700;
    margin: 0!important
}


#main_content_list {
    position: relative;
    background: #fff;
    margin-top: 15px
}

#main_content_list>.all_news_content_block a {
    display: table;
    width: 100%
}

#main_content_list>.all_news_content_block .img {
    display: table-cell;
    vertical-align: middle;
    width: 110px;
    height: 70px;
    text-align: center;
    overflow: hidden
}

#main_content_list>.all_news_content_block .img>i {
    position: relative;
    color: #eee;
    font-size: 28px
}

#main_content_list>.all_news_content_block .content_sum_block {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    color: #000
}

#main_content_list>.all_news_content_block .hl>h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px
}

#main_content_list>.all_news_content_block .post_date>p {
    margin: 0;
    text-shadow: 1px 0 #ccc;
    font-size: 13px
}

#main_content_list>.all_news_content_block .content_sum_block {
    background: #fcfcfc;
    padding: 10px
}

#main_content_list>.all_news_content_block .col-md-4 {
    padding-right: 0
}

#main_content_list>.all_news_content_block .col-md-8 {
    padding-left: 0
}


.category-breadcrumb {
    width: 100%;
    _overflow: hidden;
    border-bottom: 1px solid #ccc;
    _padding-bottom: 15px;
    margin-bottom: 15px;
    display: table
}

.breadcrumb-title {
    _width: 15%;
    _float: left;
    padding-right: 20px;
    display: table-cell;
    white-space: nowrap;
    vertical-align: top
}

.breadcrumb-title img {
    _float: left;
    margin-right: 10px;
    display: inline-block
}

.breadcrumb-title span a {
    font-size: 20px;
    line-height: 32px;
    color: #000;
    display: inline-block;
    padding-right: 10px
}

.breadcrumb-menu {
    width: 100%;
    _overflow: hidden;
    padding: 8px 0;
    display: table-cell
}

.breadcrumb-menu ul>li {
    list-style: none;
    float: left;
    padding: 0 15px;
    border-right: 1px solid #ccc;
    line-height: 16px;
    margin-bottom: 15px;
    position: relative
}

.breadcrumb-menu ul>li>a {
    color: #000;
    font-size: 16px;
    position: relative;
    padding: 0
}

.breadcrumb-menu ul>li>a:hover {
    color: #369
}

.breadcrumb-menu ul>li:last-child {
    border-right: none
}

.breadcrumb-menu ul>li a.active,.breadcrumb-title span a.active {
    color: #369;
    font-weight: 700
}

.breadcrumb-menu ul>li:hover ul {
    display: block
}

.breadcrumb-menu ul>li>ul {
    position: absolute;
    left: 0;
    top: 18px;
    display: none;
    width: 200px;
    background: #f7f7f7;
    z-index: 99;
    border: 1px solid #ccc
}

.breadcrumb-menu ul>li>ul>li {
    list-style: none;
    float: left;
    border-bottom: 1px solid #ccc;
    border-right: none;
    line-height: 30px;
    margin-bottom: 0;
    width: 100%;
    padding: 0
}

.breadcrumb-menu ul>li>ul>li>a {
    color: #000;
    font-size: 16px;
    width: 100%;
    padding: 0 15px;
    display: block
}

#site_map>.breadcrumb {
    padding: 0;
    margin: 0;
    background: 0 0;
    color: #000
}

#site_map>.breadcrumb>li {
    position: relative;
    display: inline-block;
    text-align: left;
    color: #000;
    font-size: 16px
}

#site_map>.breadcrumb>li+li:before {
    padding: 0 10px 0 0;
    _font-family: FontAwesome;
    color: #000;
    font-weight: 700;
    content: ">>"
}

#site_map>.breadcrumb>li a {
    display: inline-block;
    color: blue
}

#site_map>.breadcrumb>li.child {
    position: relative;
    padding-left: 10px
}

#site_map>.breadcrumb>li.active {
    color: #333
}

#site_map>.breadcrumb>li.active a {
    padding-left: 10px
}

#poll_result {
    position: relative;
    margin-top: 15px;
    background: #fff
}

#poll_result>.poll_res_bar>#poll_ques>h4 {
    line-height: 24px;
    margin: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc
}

#poll_result>.poll_res_bar>#poll_ques>h4>span {
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    color: #dc4e41;
    text-shadow: 1px 0 #333;
    padding-right: 15px
}

#poll_result>.poll_res_bar #poll_res_graph ul {
    margin-top: 15px;
    list-style: none
}

#poll_result>.poll_res_bar #poll_res_graph ul>li {
    position: relative;
    width: 100%;
    height: 29px;
    background: #eee;
    margin-bottom: 20px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 15px #ccc
}

#poll_result>.poll_res_bar #poll_res_graph ul>li.vote_on:hover {
    box-shadow: 0 0 5px #ccc
}

#poll_result>.poll_res_bar #poll_res_graph ul>li div.vote_progressbar {
    position: absolute;
    height: 27px;
    z-index: 1
}

#poll_result>.poll_res_bar #poll_res_graph ul>li div.submit_msg {
    position: absolute;
    display: none;
    right: 10px;
    top: 5px;
    color: #666;
    font-size: 14px;
    text-shadow: 1px 0 #fff
}

#poll_result>.poll_res_bar #poll_res_graph ul>li.vote_on:hover div.submit_msg {
    display: inline-block
}

#poll_result>.poll_res_bar #poll_res_graph ul>li div.vote_options {
    position: absolute;
    font-size: 14px;
    width: 90%;
    left: 15px;
    top: 4px;
    z-index: 2
}

#poll_result>.poll_res_bar>#poll_count {
    margin-top: 10px
}

#poll_result>.poll_res_bar>#poll_count>span {
    font-size: 16px;
    color: #999
}

#poll_result>.poll_res_bar>#poll_count>span:first-child {
}

#poll_result>.poll_res_bar>#poll_count>span>span {
    font-size: 22px
}

#poll_result>.poll_res_bar>.err_msg {
    margin-bottom: 10px;
    font-size: 16px;
    background: #ffebcd;
    color: #cd0000;
    padding: 7px 10px
}

#poll_result>.poll_res_bar>.err_msg>i {
    background: #cd0000;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 14px;
    text-align: center;
    padding-top: 3px;
    margin-right: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

#pre_poll_result {
    position: relative;
    background: #fff;
    padding: 10px;
    margin-top: 10px
}

#pre_poll_result>#pre_poll_result_caption {
    background: #008700;
    color: #fff;
    padding: 5px 25px;
    font-size: 16px;
    margin: -10px;
    margin-bottom: 0
}

#pre_poll_result>#pre_poll_result_caption>h4 {
    margin: 0
}

#pre_poll_result>#pre_poll_result_block {
    background: #fff;
    padding: 1px 0;
    margin: 0 -10px;
    margin-bottom: 0
}

#pre_poll_result>#pre_poll_result_block>.poll_list {
    background: #f5f5f5;
    padding: 10px;
    padding-left: 30px;
    margin: 10px
}

#pre_poll_result>#pre_poll_result_block>.poll_list>.poll_date {
    color: #28a5df;
    font-size: 14px
}

#pre_poll_result>#pre_poll_result_block>.poll_list>.poll_ques {
    font-size: 16px;
    color: #444;
    margin-top: 5px
}

#pre_poll_result>#pre_poll_result_block>.poll_list .total_voter {
    padding: 5px 10px;
    text-align: right;
    border: 1px solid #ccc;
    border-left: none
}

#pre_poll_result>#pre_poll_result_block>.poll_list .dtl_btn {
    display: inline-block;
    background: #e6e7e9;
    color: #34754d;
    border: 1px solid #34754d;
    border-top: none;
    box-shadow: 0 2px 3px #34754d;
    -moz-box-shadow: 0 2px 3px #34754d;
    -webkit-box-shadow: 0 2px 3px #34754d;
    padding: 3px 10px 1px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 10px
}

#error_content .erro_page_logo {
    display: block;
    background: #f7f7f7;
    height: 200px;
    padding-top: 20%;
    text-align: center
}

#error_content .erro_page_logo>i {
    position: relative;
    background: #eee;
    padding: 40px 35px;
    font-size: 72px;
    color: #ddd;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

#error_content .error_page_msg {
    font-size: 18px;
    line-height: 22px
}

#author_page .details_content #author_info_content {
    position: relative;
    margin-top: 10px;
    background: #fff;
    padding: 10px 0
}

#author_page .details_content #author_info_content .img {
    position: relative;
    height: 200px;
    padding: 10px
}

#author_page .details_content #author_info_content .social_link {
    position: relative;
    margin-top: 10px
}

#author_page .details_content #author_info_content .social_link>ul>li:last-child {
    padding-right: 0
}

#author_page .details_content #author_info_content .social_link i {
    background: #eee;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 8px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

#author_page .details_content #article_list {
    margin-top: 10px;
    background: #fff;
    padding: 10px 0
}

#author_page .details_content #article_list .tab_list>ul {
    margin: 0
}

#author_page .details_content #article_list .tab_list>ul>li {
    position: relative;
    background: #eee;
    color: #fff;
    padding: 3px 10px 2px;
    border-radius: 8px 0 0 0;
    -moz-border-radius: 8px 0 0 0;
    -webkit-border-radius: 8px 0 0 0
}

#author_page .details_content #article_list .tab_list>ul>li>a {
    color: #000
}

#author_page .details_content #article_list .tab_list>ul>li.active {
    background: #444;
    color: #fff
}

#author_page .details_content #article_list .tab_list>ul>li.active:after {
    border-top: 10px solid #444;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    bottom: -18px;
    z-index: 2;
    position: absolute
}

#author_page .details_content #article_list .tab_list>ul>li.active>a {
    color: #fff
}

#author_page .details_content #article_list .article_list_block {
    margin-top: 15px
}

#author_page .details_content #article_list .article_list_block div.img {
    position: relative;
    height: 150px;
    margin-bottom: 10px
}

#author_page .details_content #article_list .article_list_block div.img>i {
    position: absolute;
    text-align: center;
    left: 33%;
    top: 32%;
    font-size: 72px;
    color: #ddd
}

#author_page .details_content #article_list .article_list_block div.hl>h4 {
    margin: 0;
    line-height: 24px;
    margin-bottom: 10px
}

#author_page .details_content #article_list .article_list_block div.rpt_list,#author_page .details_content #article_list .article_list_block div.date_time {
    background: #eee;
    margin: 3px 0 3px 13px;
    padding-right: 8px
}

#author_page .details_content #article_list .article_list_block div.rpt_list.active {
    background: #00bfff
}

#author_page .details_content #article_list .article_list_block div.rpt_list>a {
    color: #008b8b
}

#author_page .details_content #article_list .article_list_block div.rpt_list>i,#author_page .details_content #article_list .article_list_block div.date_time>i {
    background: #5f9ea0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: relative;
    padding-top: 4px;
    font-size: 14px;
    color: #f7f7f7;
    margin: 0 3px 0 -13px;
    text-align: center
}

#author_page .details_content #article_list .article_list_block div.date_time>i {
    background: #5f9ea0;
    padding-top: 5px
}

#author_page .details_content #article_list .article_list_block div.rpt_list.active>a {
    color: #fff
}

#author_page .details_content #article_list .article_list_block div.date_time {
    _background: beige
}

#author_page .details_content>div>div.col-md-8,#author_page .details_content #article_list .article_list_block>div>div.col-md-5 {
    padding-right: 10px
}

#author_page .details_content>div>div.col-md-4,#author_page .details_content #article_list .article_list_block>div>div.col-md-7 {
    padding-left: 10px
}


#details_more_news,.related_news_section {
    position: relative;
    background: #fff;
    margin-top: 20px;
    border: 1px solid #eee
}

.related_news_section>.caption,#details_more_news>.more_cat_news>.caption,#details_more_news>.video_content>.caption,#details_more_news>.photo_content>.caption {
    border-top: 1px solid #666
}

.related_news_section>.caption {
    border-top-color: #dc4e41
}

.related_news_section>.caption>h4,#details_more_news>.more_cat_news>.caption>h4,#details_more_news>.video_content>.caption>h4,#details_more_news>.photo_content>.caption>h4 {
    position: relative;
    display: inline-block;
    margin: 0 0 0 20px;
    background: #666;
    color: #ccc;
    padding: 5px 10px
}

.related_news_section>.caption>h4 {
    background: #dc4e41;
    color: #fff
}

.related_news_section>.caption>h4:after,#details_more_news>.more_cat_news>.caption>h4:after {
    left: 100%;
    height: 0;
    width: 7px;
    position: absolute;
    top: 0;
    content: " ";
    pointer-events: none;
    margin-left: 0;
    margin-top: 0;
    border-top: 30px solid #dc4e41;
    border-right: 8px solid transparent
}

#details_more_news>.more_cat_news>.caption>h4:after {
    border-top-color: #666
}

#details_more_news>.more_cat_news>.caption>h4>a,#details_more_news>.video_content>.caption>h4>a,#details_more_news>.photo_content>.caption>h4>a {
    color: #fff
}

.related_news_section>.rel_news_list,#details_more_news>.more_cat_news>.more_news_list,#details_more_news>.video_content>.video_content_section,#details_more_news>.photo_content>.photo_content_section {
    padding: 20px 20px 15px
}

.related_news_section>.rel_news_list div.img,#details_more_news>.more_cat_news>.more_news_list div.img,#details_more_news>.video_content>.video_content_section div.img,#details_more_news>.photo_content>.photo_content_section div.img {
    position: relative;
    width: 100%;
    height: 130px;
    text-align: center;
    overflow: hidden
}

.related_news_section>.rel_news_list div.img>i,#details_more_news>.more_cat_news>.more_news_list div.img>i,#details_more_news>.video_content>.video_content_section div.img>i,#details_more_news>.photo_content>.photo_content_section div.img>i {
    position: relative;
    top: 36%;
    color: #eee;
    font-size: 36px
}

#details_more_news>.video_content>.video_content_section div.img>i.overlay-icon,#details_more_news>.photo_content>.photo_content_section div.img>i.overlay-icon {
    background: #eee;
    opacity: .8;
    color: #cd0000;
    font-size: 14px;
    top: 0;
    left: 0;
    padding: 5px 8px
}

#details_more_news>.photo_content>.photo_content_section div.img>i.overlay-icon {
    background: #fff;
    color: #fec601
}

.related_news_section>.rel_news_list div.hl>h5,#details_more_news>.more_cat_news>.more_news_list div.hl>h5,#details_more_news>.video_content>.video_content_section div.hl>h5,#details_more_news>.photo_content>.photo_content_section div.hl>h5 {
    margin: 8px 0 12px;
    line-height: 18px;
    padding-left: 10px;
    border-left: 3px solid #666
}

.related_news_section>.rel_news_list div.hl>h5 a,#details_more_news>.more_cat_news>.more_news_list div.hl>h5 a,#details_more_news>.video_content>.video_content_section div.hl>h5 a,#details_more_news>.photo_content>.photo_content_section div.hl>h5 a {
    color: #000
}

.related_news_section>.rel_news_list>div>div.col-md-3:nth-child(4n+0),#details_more_news>.more_cat_news>.more_news_list>div>div.col-md-3:nth-child(4n+0),#details_more_news>.video_content>.video_content_section>div>div.col-md-3:nth-child(4n+0),#details_more_news>.photo_content>.photo_content_section>div>div.col-md-3:nth-child(4n+0) {
    padding: 0 15px 0 0
}

.related_news_section>.rel_news_list>div>div.col-md-3:nth-child(4n+1),#details_more_news>.more_cat_news>.more_news_list>div>div.col-md-3:nth-child(4n+1),#details_more_news>.video_content>.video_content_section>div>div.col-md-3:nth-child(4n+1),#details_more_news>.photo_content>.photo_content_section>div>div.col-md-3:nth-child(4n+1) {
    padding-right: 0
}

.related_news_section>.rel_news_list>div>div.col-md-3:nth-child(4n+2),#details_more_news>.more_cat_news>.more_news_list>div>div.col-md-3:nth-child(4n+2),#details_more_news>.video_content>.video_content_section>div>div.col-md-3:nth-child(4n+2),#details_more_news>.photo_content>.photo_content_section>div>div.col-md-3:nth-child(4n+2) {
    padding: 0 5px 0 10px
}

.related_news_section>.rel_news_list>div>div.col-md-3:nth-child(4n+3),#details_more_news>.more_cat_news>.more_news_list>div>div.col-md-3:nth-child(4n+3),#details_more_news>.video_content>.video_content_section>div>div.col-md-3:nth-child(4n+3),#details_more_news>.photo_content>.photo_content_section>div>div.col-md-3:nth-child(4n+3) {
    padding: 0 10px 0 5px
}


#dtl_img_header_section {
    position: relative;
    width: 100%;
    height: 510px;
    margin-top: 15px;
    box-shadow: inset 0 -120px 150px rgba(0,0,0,.6);
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s
}

#dtl_img_header_section .headline_content_block.post_template-3 {
    position: absolute;
    bottom: 0;
    padding: 20px
}

#dtl_img_header_section .headline_content_block.post_template-3 .headline_section>h3,#dtl_img_header_section .headline_content_block.post_template-3 .headline_section>h1,#dtl_img_header_section .headline_content_block.post_template-3 .headline_section>h4 {
    margin: 0
}

#dtl_img_header_section .headline_content_block.post_template-3 .headline_section>h3 {
    color: #eee;
    text-shadow: 1px 1px #000;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px
}

#dtl_img_header_section .headline_content_block.post_template-3 .headline_section>h1 {
    color: #fff;
    text-shadow: 1px 1px #000
}

#dtl_img_header_section .headline_content_block.post_template-3 .headline_section>h4 {
    color: #f0f0f0;
    text-shadow: 1px 1px #000;
    margin-top: 10px
}

#dtl_img_header_section .headline_content_block.post_template-3 .news_date_time>p {
    color: #f7f7f7;
    text-shadow: 1px 1px #000;
    margin: 10px 0 0
}

.headline_content_block.post_template-2 {
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    padding: 10px 0;
    margin-bottom: 15px
}

.headline_content_block.post_template-2 .headline_section>h3 {
    color: coral;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 24px
}

#details_content,#error_content {
    position: relative;
    margin-top: 15px;
    background: #fff
}

#details_content .headline_section>h3,#details_content .headline_section>h1,#details_content .headline_section>h4 {
    margin: 0
}

#details_content .headline_section>h3 {
    color: red;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px
}

#details_content .headline_section>h1 {
    color: #333;
    font-size: 30px
}

#details_content .headline_section>h4 {
    color: #de7a19;
    font-size: 16px;
    margin-top: 5px
}

#details_content .news_date_time>p {
    margin: 10px 0 0
}

#details_content .rpt_and_share_block {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 0;
    _overflow: hidden;
    position: relative
}

#details_content .rpt_info_section,#details_content .share_section {
    float: left;
    position: relative;
    _margin-top: 10px;
    _height: 40px
}

#details_content .rpt_info_section {
    display: table
}

#details_content .share_section {
    float: right;
    padding: 10px 0 0
}

#details_content .rpt_info_section>div.rpt_photo {
    position: relative;
    display: table-cell;
    background: #f9f9f9;
    margin-right: 1px;
    margin-left: 3px;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

#details_content .rpt_info_section>div.rpt_photo:first-child {
    margin-left: 0
}

#details_content .rpt_info_section>div.rpt_photo>i {
    position: relative;
    color: #ccc;
    font-size: 30px
}

#details_content .rpt_info_section>div.rpt_name {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    height: auto
}

#details_content .rpt_info_section>div.rpt_more {
    display: inline-block;
    padding: 10px 7px;
    background: #ddd;
    color: #999;
    cursor: pointer;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s
}

#details_content .rpt_info_section>div.rpt_more:hover {
    color: #444
}

#details_content .rpt_info_section>div.rpt_more_list_block {
    position: absolute;
    display: none;
    top: 40px;
    left: 0;
    background: #dedede;
    padding: 5px;
    border-top: 1px solid #eee;
    min-width: 250px;
    z-index: 5
}

#details_content .rpt_info_section div.rpt_more_list {
    width: 100%;
    background: #eee;
    position: relative;
    padding: 5px;
    height: 40px;
    border-bottom: 1px solid #f7f7f7
}

#details_content .rpt_info_section div.rpt_more_list>div {
    float: left;
    overflow: hidden
}

#details_content .rpt_info_section div.rpt_more_list>div.rpt_photo {
    background: #dedede;
    margin-right: 1px;
    width: 30px;
    height: 30px;
    text-align: center
}

#details_content .rpt_info_section div.rpt_more_list>div.rpt_photo>i {
    position: relative;
    top: 5px
}

#details_content .rpt_info_section div.rpt_more_list>div.rpt_name {
    padding: 5px 10px;
    background: #eee
}

.rpt_info_section .rpt_name a {
    line-height: 28px;
    font-weight: 700
}

#details_content .dtl_section {
    position: relative;
    _margin-top: 10px;
    text-align: justify;
    font-size: 16px
}

#details_content .dtl_section .full-top-img,#details_content .dtl_section .full-mid-img,#details_content .dtl_section .full-bottom-img {
    float: left;
    margin: 10px 0;
    border: 1px solid #ccc;
    width: 100%
}

#details_content .dtl_section .full-top-img {
    margin: 0 0 10px
}

#details_content .dtl_section .full-bottom-img {
    margin: 10px 0 0
}

#details_content .dtl_section .left-top-img,#details_content .dtl_section .left-mid-img,#details_content .dtl_section .left-bottom-img {
    float: left;
    margin: 10px 10px 10px 0;
    border: 1px solid #ccc;
    width: 45%
}

#details_content .dtl_section .left-top-img {
    margin-top: 0
}

#details_content .dtl_section .left-bottom-img {
    margin-bottom: 0
}

#details_content .dtl_section .right-top-img,#details_content .dtl_section .right-mid-img,#details_content .dtl_section .right-bottom-img {
    float: right;
    margin: 10px 10px 10px 0;
    border: 1px solid #ccc;
    width: 45%
}

#details_content .dtl_section .right-top-img {
    margin-top: 0
}

#details_content .dtl_section .right-bottom-img {
    margin-bottom: 0
}

#details_content .dtl_section>.dtl_img_section.post_template-0 {
    display: block;
    margin: 15px 0;
    text-align: center
}

#details_content .dtl_section>.dtl_img_section.post_template-2 {
    display: block;
    margin: 0 0;
    text-align: center
}

#details_content .dtl_section>.dtl_img_section.post_template-1 {
    float: left
}

#details_content .dtl_section>.dtl_img_section>ul {
    position: relative;
    background: #f5f5f5;
    border-bottom: 2px solid #ddd;
    width: 375px;
    height: 250px;
    margin: 0 0 10px 10px
}

#details_content .dtl_section>.dtl_img_section>ul>li {
    position: absolute;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

#details_content .dtl_section>.dtl_img_section>ul>li.active {
    z-index: 2
}

#details_content .dtl_section>.dtl_img_section>ul>li.pre-photo,#details_content .dtl_section>.dtl_img_section>ul>li.nxt-photo {
    position: absolute;
    cursor: pointer;
    background-position: -720px -72px;
    width: 25px;
    height: 25px;
    display: inline-block;
    left: 0;
    top: 44%;
    z-index: 5
}

#details_content .dtl_section>.dtl_img_section>ul>li.nxt-photo {
    background-position: -756px -72px;
    left: auto;
    right: 0
}

#details_content .dtl_section>.dtl_img_section>ul>li>.img {
    width: 100%;
    height: 100%
}

#details_content .dtl_section>.dtl_img_section.post_template-0>.img,#details_content .dtl_section>.dtl_img_section.post_template-2>.img {
    background: #f5f5f5
}

#details_content .dtl_section>.dtl_img_section.post_template-1>.img {
    background: #f5f5f5;
    margin: 5px 15px 15px 0;
    max-width: 350px
}

#details_content .dtl_section>.dtl_img_section>.img img {
    max-width: 100%
}

#details_content .dtl_section>.dtl_img_section>.img img:hover {
    opacity: .9
}

#details_content .dtl_section>.dtl_img_section>.dtl_img_caption {
    display: block;
    width: 375px;
    border-bottom: 3px solid #eee;
    padding: 10px;
    box-shadow: 0 0 3px #eee;
    margin: -10px 0 10px 10px;
    font-size: 14px
}

#details_content .dtl_section>.dtl_img_section.post_template-0>.dtl_img_caption {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin: 0 15px 0 0;
    font-size: 14px;
    box-shadow: none
}

#details_content .dtl_section>.dtl_img_section.post_template-1>.dtl_img_caption {
    display: block;
    width: auto;
    border-bottom: 3px solid #eee;
    padding: 10px;
    box-shadow: 0 0 3px #eee;
    margin: -15px 15px 0 0;
    font-size: 14px
}

.home_page_left.post_template-4 {
    position: relative;
    background: #fff;
    margin-top: -120px;
    padding: 15px 15px 0 0
}

#details_content .post_template-1 {
    margin-bottom: 10px
}

.post_template-3 .headline_section h1 {
    color: #fff!important
}

.pagination>li>a,.pagination>li>span {
}

.pagination>li.current-active>a,.pagination>li.current-active>span {
    color: #cd0000
}








    

    
.post-list-small--arrows {
    position: relative;
    margin: -23px 0 0 0;


padding: 0 10px;

list-style: none;
}.post-list-small--arrows li {
    padding-left: 10px;
}.post-list-small--dividers li {
    border-bottom: 1px solid #E3E4E8;
}.post-list-small__item {
    padding: 5px 0;
    position: relative;
}.post-list-small--arrows li:first-child::before {
    top: 6px;
}article{
    display: block;
}.post-list-small__body {
    overflow: hidden;
}.post-list-small__entry-title {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px;
    margin-top: 5px;
}.post-list-small__entry-title a {
    color: #171821;
    display: inline-block;

text-decoration: none;

transition: all 0.2s ease-in-out;

-moz-transition: all 0.2s ease-in-out;

-webkit-transition: all 0.2s ease-in-out;

-o-transition: all 0.2s ease-in-out;

color: #333333;
}


.post-list-small__entry-title a:hover {
    color: #f44336;
}


.post-list-small__entry-title::before {
    content: '\f105';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 13px;
    color: #666666;
    top: 10px;
    left: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 33px;
    cursor: pointer;
    line-height: 27px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label::before, [type="radio"]:not(:checked) + label::before {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    width: 26px;
    height: 26px;
    border: 3px solid #1ab394;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #F44336;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.vote p {
    float: left;
    margin: 0 15px 0 9px;
}
.vote p:first-child {
    margin-left: 0;
}
.vote_sec{
    margin: 0 0px;

background: #f4f4f480;

overflow: hidden;

padding: 10px;

border-radius: 6px;
}

.vote_sec h2 {
    color: #333333;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 7px 0 14px;
    font-size: 14px;
}

.vote_sec button {
    color: #ccc;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: #222222;
    padding: 7px 10px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    /* margin: 13px 0; */
    float: left;
    cursor: pointer;
}

.vote_sec a {
    background: #1ab394;
    padding: 7px 12px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    float: right;
}
.vote_sec button:hover {
    background: #f44336;
    color: #fff;
}


label[for="nov"]::before{
    border: 3px solid #ff3b30 !important;
}
label[for="nov"]::after{
    background: #ff3b30 !important;
}

label[for="yesv"]::before{
    border: 3px solid #00a651 !important;
}
label[for="yesv"]::after{
    background: #00a651 !important;
}

label[for="nonev"]::before{
    border: 3px solid #007aff !important;
}
label[for="nonev"]::after{
    background: #007aff !important;
}






.line {
 width:100%;
 height:1px;
 background:#ccc;
 margin-bottom:15px
}
.calendarTop .datePicker {
    overflow: hidden;
    padding: 20px 9px 10px 0px;
    background: #f0f0ed;
}
.calendarTop .datePicker select {
 float:left;
 padding:2px 10px;
 font-size:14px;
 border-radius:4px
}
.calendarTop .datePicker select.yearSelector {
 float:right
}
.calendarWraper dl {
 margin:0
}
.calendarWraper .dateZone, .calendarWraper .dayZone {
    /*! border-top: 1px solid #a6a898; */
    /* overflow: hidden; */
    /*! display: block; */
}
.calendarWraper .dateZone {
 background:#efefef
}
.calendarWraper .dateZone dd, .calendarWraper .dateZone dt, .calendarWraper .dayZone dd, .calendarWraper .dayZone dt {
    float: left;
    text-align: center;
    line-height: 28px;
    /* border-right: 1px solid #a6a898; */
    padding: 0 1px;
    margin: 0;
}
.dayZone dt {
    background: #1ab394;
    color: #fff;
}
.dn {
 display:none
}
.calendarWraper .dateZone dt,
.calendarWraper .dayZone dt {
 font-size:13px;
 overflow:hidden
}
.calendarWraper .dateZone a {
    text-decoration: none;
    display: block;
    color: #000;
    background: #f7f7f7;
    margin-bottom: 3px;
}
.calendarWraper .dateZone a.active,
.calendarWraper .dateZone a:hover {
 background:#e9983c;
 color:#fff
}
.calendarWraper .dateZone a.active, .calendarWraper .dateZone a:hover {
    background: #4AB899;
    color: #fff;
    border-radius: 3px;
}

    .tab_bar_block ul{display:table; width: 100%; margin:0 0 10px 0;}
    .tab_bar_block ul > li{position:relative; display: table-cell; line-height: 32px; font-size:15px; color:#000; width:50%; text-align: center; cursor: pointer; border-radius:5px; font-weight:bold;}
    .tab_bar_block ul > li.active{background: #2e4053; color: #fff;}
    .allNews {background: #3a495e;font-size: 17px;line-height: 30px;text-align: center;width: 100%; display: block; margin: 10px 0 0 0;color: #fff; border-radius:5px;}

    #test{ height:405px; overflow:auto;scrollbar-width: thin;}
    
    #mostview{ height:405px; overflow:auto;}
    
    #popular_list_block{display: none}
    
    .img{position:relative;}

.editor_picks_list {
    display: table;
    width: 100%;
    /* margin: 0 0 10px 0; */
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}
    .list_display_block .editor_picks_list:last-child{margin: 0px 0 0 0; }
    .editor_picks_list > a > div{display: table-cell; vertical-align: middle}
    .editor_picks_list > a > div.img{background: #f7f7f7; width: 90px; height: 60px; text-align: center}
    .editor_picks_list > a > div.img:hover{ opacity:0.9;}
    .editor_picks_list > a > div.img > i{font-size: 24px; color: #eee}
    .editor_picks_list > a > div.hl > h4{font-size: 15px; line-height: 22px; padding: 0 10px; margin:0; color:#000;}
    .editor_picks_list > a > div.hl > h4:hover{ color:#336699;}
        div.snippet div.content{ background:#F2F7FD;}
    div.snippet div.content ul li{ color: #666;list-style-type: square;list-style-position: inside;margin-left: 10px;padding-top: 8px;}
    div.snippet div.content ul li:last-child{ padding-bottom:8px}
    div.snippet div.content ul li a{ color:#000; font-size:15px; }
    .life a{ font-size:15px; color:#000; line-height:20px;}
    div.archive_version{ width:100%; background:#455960; line-height:32px; overflow:hidden; margin-bottom:4px}
    div.archive_version ul{ width:100%; list-style:none }
    div.archive_version ul li{ width:50%; text-align:left; display:inline-block; float:left; font-size:15px; color:#fff; padding-left:10px; list-style:none;}
    div.archive_version ul li.active{ background:#BF995B}
    .spc_tab{}
    .spc_hdline ul{ width:100%; list-style:none; text-align:left; border:1px solid #455960; background:#f2f7fd; padding:10px 10px 5px 10px; border-top:none; margin-bottom:10px;}
    .spc_hdline ul li{color:#000; background:url(https://www.jugantor.com/home/jugantor/public_html/templates/jugantor-v2/images/menu_bullet.png) no-repeat scroll 0 -298px transparent; border-bottom:1px dotted #ccc; padding:0 0 3px 15px; margin-bottom:3px; font-size:15px;}
    .spc_hdline ul li:last-child{ border-bottom:none;}
    .editor{ padding:10px 10px 0 10px; overflow:hidden; background:#f2f7fd;}
    .editor a{ color:#000;}
    .weather_widget{ padding:10px 10px 5px 10px; border:1px solid #455960;}
    #link_get_widget{ display:none !important;}
    div.aw-widget-current-inner div.aw-widget-content{ border: none !important;}
    .right_new_block{ width:100%; overflow:hidden;  border-radius:5px; background:#f0f0ed;}
    .right_block_title{text-align:center; color:#fff; font-size:20px; line-height:35px; font-weight:bold; background-image:url(../images/headline.png); background-size:cover; background-repeat:no-repeat; background-position:bottom center;}
    .right_block_title a{ color:#fff;}
    .right_new_cont{border:1px solid #1ab394; border-top:0px; padding:10px; overflow:hidden; border-radius:0 0 5px 5px;}
    .right_new_cont ul li{ background:#fff; margin-bottom:10px; height:35px; border-radius:4px; list-style:none; width:100%; float:left;}
    .right_new_cont ul li:last-child{ margin-bottom:0px;}
    .right_new_cont ul li a{ display:block; line-height:35px;}
    .right_new_cont ul li a span{ width:45px; display:inline-block; text-align:center; height:33px; position:relative;}
    .right_new_cont ul li a span:after {left: 100%;top: 50%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none; border-width: 6px;margin-top: -6px;}
    .right_new_cont ul li a span i{ color:#fff; font-size:18px;}
    .right_new_cont ul li a b{ width:calc(100% - 45px); display:inline-block; text-align:center; color:#000;}
    .right_new_cont ul li:nth-child(1){ border:1px solid #007aff;}
    .right_new_cont ul li:nth-child(2){ border:1px solid #ef433a;}
    .right_new_cont ul li:nth-child(3){ border:1px solid #38ba7d;}
    .right_new_cont ul li:nth-child(1) a span { background:#007aff}
    .right_new_cont ul li:nth-child(2) a span { background:#ef433a}
    .right_new_cont ul li:nth-child(3) a span { background:#38ba7d}
    .right_new_cont ul li:nth-child(1) a span:after {border-left-color: #007aff;}
    .right_new_cont ul li:nth-child(2) a span:after {border-left-color: #ef433a;}
    .right_new_cont ul li:nth-child(3) a span:after {border-left-color: #38ba7d;}
    
    #myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

table, td {
  border: 2px solid #fff;
}
#myTable tr{background:#eee;}
#myTable td{height:30px; text-align:center;}

.blinking {
  -webkit-animation: 1s blink ease infinite;
  -moz-animation: 1s blink ease infinite;
  -ms-animation: 1s blink ease infinite;
  -o-animation: 1s blink ease infinite;
  animation: 1s blink ease infinite;
  
}

@keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-ms-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-o-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}


.pinkBg {
    background-color: #fff!important;
    background-image: linear-gradient(90deg, #fff, #fff);
}
.intro-banner-vdo-play-btn{
    height:10px;
    width:10px;
    position:absolute;
    top: 50px;
    left: 20px;
    text-align:center;
    margin:-30px 0 0 -30px;
    border-radius:100px;
    z-index:1
}
.intro-banner-vdo-play-btn i{
    line-height:56px;
    font-size:30px
}
.intro-banner-vdo-play-btn .ripple{
    position:absolute;
    width:40px;
    height:40px;
    z-index:-1;
    left: 65px;
    top: 65px;
    opacity:0;
    margin:-80px 0 0 -80px;
    border-radius:100px;
    -webkit-animation:ripple 1.8s infinite;
    animation:ripple 1.8s infinite
}

@-webkit-keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.intro-banner-vdo-play-btn .ripple:nth-child(2){
    animation-delay:.3s;
    -webkit-animation-delay:.3s
}
.intro-banner-vdo-play-btn .ripple:nth-child(3){
    animation-delay:.6s;
    -webkit-animation-delay:.6s
}.right_poll_block{ width:100%; overflow:hidden;  border-radius:5px; background:#f0f0ed;}
    .right_poll_title{ background:url(../images/clhd.png) no-repeat bottom center; text-align:center; color:#fff; font-size:20px; line-height:35px; font-weight:bold;background-size: 100%;}
    .right_poll_title a{ color:#fff;font-weight:bold;}
    .right_poll_cont{border:1px solid #d17c29; border-top:0px; padding:10px; overflow:hidden; border-radius:0 0 5px 5px;}
    .pollingBox a:hover{ color:#000 !important }
    .right_poll_cont [type="radio"]:checked,
    .right_poll_cont [type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px;
    }
    .right_poll_cont [type="radio"]:checked + label,
    .right_poll_cont [type="radio"]:not(:checked) + label
    {
        position: relative;
        padding-left: 36px;
        cursor: pointer;
        line-height: 28px;
        display: inline-block;
        color: #666;
    }
    .right_poll_cont [type="radio"]:checked + label:before,
    .right_poll_cont [type="radio"]:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 28px;
        height: 28px;
        _border: 3px solid #ff6d00;
        border-radius: 100%;
        background:#fff;
    }
    .right_poll_cont .opt:nth-child(1) [type="radio"]:checked + label:before,
    .right_poll_cont .opt:nth-child(1) [type="radio"]:not(:checked) + label:before {
        border: 3px solid #00a651;
    }
    .right_poll_cont .opt:nth-child(2) [type="radio"]:checked + label:before,
    .right_poll_cont .opt:nth-child(2) [type="radio"]:not(:checked) + label:before {
        border: 3px solid #ff3b30;
    }
    .right_poll_cont .opt:nth-child(3) [type="radio"]:checked + label:before,
    .right_poll_cont .opt:nth-child(3) [type="radio"]:not(:checked) + label:before {
        border: 3px solid #007aff;
    }
    .right_poll_cont [type="radio"]:checked + label:after,
    .right_poll_cont [type="radio"]:not(:checked) + label:after {
        content: '';
        width: 16px;
        height: 16px;
        background: chocolate;
        position: absolute;
        top: 6px;
        left: 6px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .right_poll_cont .opt:nth-child(1) [type="radio"]:checked + label:after,
    .right_poll_cont .opt:nth-child(1) [type="radio"]:not(:checked) + label:after {
        background: #00a651;
    }
    .right_poll_cont .opt:nth-child(2) [type="radio"]:checked + label:after,
    .right_poll_cont .opt:nth-child(2) [type="radio"]:not(:checked) + label:after {
        background: #ff3b30;
    }
    .right_poll_cont .opt:nth-child(3) [type="radio"]:checked + label:after,
    .right_poll_cont .opt:nth-child(3) [type="radio"]:not(:checked) + label:after {
        background: #007aff;
    }
    .right_poll_cont [type="radio"]:not(:checked) + label:after {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    .right_poll_cont [type="radio"]:checked + label:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
.subscribe{ float:right; margin-top:7px;}
.subscribe input.btn.btn-lg,.subscribe input.btn.btn-lg:focus {
        outline: none;
        width: 70%;
        height: 35px;
        text-align:left;
        font-size:15px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
.subscribe button.btn {
        width: 30%;
        height: 35px;font-size:14px; 
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
.foot_content p a{ color: #fff;}
.foot_content p a:hover{ color:#337ab7} .p_img img{
        width: 101px;height: 80px;
        margin-left: 4px;
    }
    .b_news{
        position: relative;
    }
    .b_news h2 a{
        color: #fff;font-size: 20px;font-weight: bold;
    }
.b_news h2 {
    padding: 10px 10px 10px 10px;
    position: absolute;
    bottom: 0px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
}
    .p_img h4{
        max-height: 65px;
        overflow: hidden;
    }
@media(min-width:768px){
.news_img{
    height: 258px !important;
}
.news_img img{
    height: 258px !important;
}
}.p_box {
    background: #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-radius: 5px;
}
.p_box h2 {
    height: 41px;
    overflow: hidden;
    padding: 2px 6px;
}
.pagination-box {
    background: white;
    overflow: hidden;
    margin: 0 0 20px 0;
    padding: 7px 7px 7px 4px;
    border-radius: 3px;
}

.pagination-box ul.pagination-list {
    margin: 0;
    padding: 0;
    float: left;
}
    .pagination-box ul.pagination-list li {
    display: inline-block;
    margin-right: 3px;
}
    .pagination-box ul.pagination-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #333333;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    padding: 6px 11px;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}.pagination-box ul.pagination-list li a:hover, .pagination-box ul.pagination-list li a.active {
    border: 1px solid #f44336;
    background: #f44336;
    color: #ffffff;
}.pagination-box p {
    text-align: right;
    color: #333333;
    font-size: 12px;
    float: right;
    margin-top: 8px;
}

.disabled:hover{
background: #4AB899 !important;
}
.disabled{
    background: #eaeaea !important;
}

@font-face {
    font-family: solaimanlipi;
    src: url(../fonts/SolaimanLipi.ttf) format("opentype")
}

body {
    font-family: SolaimanLipi;
    font-size: 16px;
    background: #fff;
    color: #000;
    line-height: 20px;
    margin: 0 auto;
    padding: 0
}

* {
    box-sizing: border-box
}

a:hover,a:focus {
    outline: none;
    text-decoration: none
}

h1,h2,h3,p {
    margin: 0
}

.spacebar {
    height: 20px;
    width: 100%;
    overflow: hidden
}

.m-b-5 {
    height: 5px;
    width: 100%;
    overflow: hidden
}

.m-b-10 {
    height: 10px;
    width: 100%;
    overflow: hidden
}

.m-b-15 {
    height: 15px;
    width: 100%;
    overflow: hidden
}

ul {
    margin: 0;
    padding: 0
}

.clear {
    clear: both
}

.wrapper {
    margin: 0 auto;
    max-width: 100%;
}

.top_ad {
    width: 100%;
    overflow: hidden
}

.top_header {
    max-width: 100%;
    margin: 0 10px;
    overflow: hidden;
    background: linear-gradient(to bottom, #333333 1%, #262626 100%);
    padding: 10px 15px 10px 0
}

.social {
    float: right;
    margin-top: -4px
}

.social ul li {
    list-style: none;
    float: left;
    margin: 0 0 0 9px
}

.social ul li.share a {
    color: #fff;
    float: left
}

.social ul li a:hover {
    color: #fff
}

.social ul li a i {
    font-size: 15px;
    position: relative;
    top: 3px
}

.header {
}

.logo {
    width: 300px;
    float: left
}

.logo img {
    margin: 15px 0
}

.header_ad {
    float: right;
    width: 728px
}

.social ul li.livetv a {
    padding: 0 10px;
    vertical-align: top;
    line-height: 22px;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 14px
}

ul.datetime {
    margin-left: 0
}

ul.datetime li>a {
    color: #fff;
    line-height: 14px
}

ul.datetime li {
    float: left;
    padding: 0 8px 0;
    border-right: 1px solid #fff;
    color: #fff;
    line-height: 14px;
    font-size: 14px;
    list-style: none
}

ul.datetime li:last-child {
    border-right: none
}

ul.datetime li>a:hover {
    color: #f7f7f7
}

ul.login li>a {
    color: #fff;
    line-height: 14px
}

ul.login li {
    float: left;
    padding: 0 10px 0;
    border-right: 1px solid #fff;
    color: #fff;
    line-height: 14px;
    font-size: 14px;
    list-style: none
}

ul.login li:last-child {
    border-right: none
}

.navigation {
    max-width: 1048px;
    margin: 10px auto 0
}

#menu_category {
    margin: 0 0 0
}

#menu_category ul.header_top_menu {
    background: #2a394e
}

#menu_category ul.header_top_menu>li {
    padding: 0 10px;
    font-size: 16px;
    float: left;
    list-style: none;
    position: relative;
    color: #fff;
    cursor: pointer;
    line-height: 35px
}

#menu_category ul.header_top_menu>li>a {
    color: #fff;
    border-right: 1px solid #777;
    line-height: 35px;
    float: left;
    height: 35px
}

#menu_category ul.header_top_menu>li>a>i {
    padding-top: 10px
}

#menu_category ul.header_top_menu li:last-child>a {
    border-right: 0
}

#menu_category ul.header_top_menu>li>a:hover,#menu_category ul.header_top_menu>li>a.active {
    background: #5d6b7e
}

#menu_category ul.header_bottom_menu {
    background: #5d6b7e;
    overflow: hidden;
    border-top: 1px solid #fff
}

#menu_category ul.header_bottom_menu>li {
    font-size: 14px;
    float: left;
    list-style: none;
    position: relative;
    color: #fff;
    cursor: pointer
}

#menu_category ul.header_bottom_menu>li>a {
    padding: 0 10px;
    color: #fff;
    border-right: 1px solid #a9a9a9;
    line-height: 30px;
    float: left
}

#menu_category ul.header_bottom_menu li:last-child>a {
    border-right: 0
}

#menu_category ul.header_bottom_menu>li>a:hover,#menu_category ul.header_bottom_menu>li>a.active {
    background: #2a394e
}

div.header_wrapper {
    display: table;
    width: 100%;
    padding: 8px 8px;
}

div.header_wrapper>div {
    display: table-cell;
    vertical-align: middle
}

div.header_wrapper>div.header_left {
    text-align: left;
    width: 30%;
    padding-right: 20px
}
@media(max-width:1000px){
div.header_wrapper>div.header_left img {
    height: 40px;
}
}
div.menu_category {
    float: left
}

div.menu_category ul {
    text-align: left
}

div.menu_category ul li {
    display: inline-block;
    padding: 0 10px
}

div.menu_category ul li a {
    display: block;
    line-height: 50px;
    color: #fff;
    font-weight: 500
}

div.menu_category ul li a:hover {
    color: #369
}

div.others_menu {
    float: right;
    margin-top: 10px;
}

div.others_menu ul {
    text-align: left
}

div.others_menu ul li {
    display: inline-block
}

div.others_menu ul li a {
    color: #333
}

div.others_menu ul li span {
    padding: 0 10px;
    display: block;
    cursor: pointer;
    line-height: 50px;
    color: #000
}

div.others_menu ul li span i {
    padding-right: 10px;
    font-size: 14px
}

div.others_menu ul li:last-child span {
    padding: 0 5px 0 10px
}

div.others_menu ul li:last-child span i {
    padding-right: 0
}

div.megaMenuWrapper {
    width: 100%;
    position: absolute;
    top: 70px;
    background: #f7f7f7;
    z-index: 9999999;
    padding: 20px 20px 25px;
    display: none;
    border-top: 2px solid #ccc;
    -webkit-box-shadow: 0 8px 6px -6px #000;
    -moz-box-shadow: 0 8px 6px -6px #000;
    box-shadow: 0 8px 6px -6px #000
}

div.mgMenuHeader {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ccc
}

div.mega_top_menu {
    float: right
}

div.mega_top_menu ul {
    text-align: left
}

div.mega_top_menu ul li {
    display: inline-block
}

div.mega_top_menu ul li a {
    color: #333
}

div.mega_top_menu ul li span {
    padding: 0 10px;
    display: block;
    padding-top: 4px;
    color: #333;
    cursor: pointer
}

div.mega_top_menu ul li span i {
    padding-right: 10px;
    font-size: 14px
}

div.megaMenu {
    border-bottom: 1px solid #ccc
}

div.megaMenu ul {
    text-align: left;
    list-style: none;
    overflow: hidden;
    padding-bottom: 15px
}

div.megaMenu ul li {
    float: left;
    width: 16.5%
}

div.megaMenu ul li a {
    color: #232121;
    line-height: 35px;
    font-size: 16px
}

div.megaMenu ul li a:hover {
    color: #369
}

div.megaMenuBtm {
    width: 100%;
    margin-top: 25px
}

div.megaMenuBtm ul {
    text-align: left
}

div.megaMenuBtm ul li {
    display: inline-block;
    padding-right: 20px
}

div.megaMenuBtm ul li a {
    color: #333;
    font-size: 16px
}

div.megaMenuBtm ul li a i {
    padding-right: 10px;
    font-size: 15px;
    color: #008c44
}

div.megaMenuBtm ul li a:hover {
    color: #369
}

div.megaMenuBtm ul li i.todayspaper {
    color: #000
}

div.megaMenuBtm ul li i.second-edition {
    color: #9acd32
}

div.megaMenuBtm ul li i.epaper-top {
    color: #556b2f
}

div.megaMenuBtm ul li i.gallery {
    color: #9c27b0
}

div.megaMenuBtm ul li i.video {
    color: #5c6bc0
}

div.megaMenuBtm ul li i.archive {
    color: red
}

div.megaMenuBtm ul li i.android {
    color: #b9d236
}

div.megaMenuBtm ul li i.iphone {
    color: #00a3dc
}

div.megaMenuBtm ul li i.adv {
    color: brown
}

div.search_box {
    padding: 10px 0 5px;
    background: #fff;
    display: none
}

div.search_box span {
    cursor: pointer
}

.all_cross {
    display: none
}

.header-inner {
    position: relative
}

span#all_menu:hover {
    color: #369
}

.home_page_left {
    width: 728px;
    float: left
}

.home_page_right {
    width: 300px;
    float: right
}

.home_page_left_dtl {
    width: 650px;
    float: left
}

.home_page_right_dtl {
    width: 378px;
    float: right
}

.special_for_border {
    border-top: 1px dashed #ccc;
    margin: 15px 0 0
}

.top_special {
    margin: 15px 0;
    overflow: hidden;
    width: 100%;
    background: #fff
}

.disImage {
    width: 100%;
    background: #f5fefe;
    overflow: hidden;
    padding: 10px;
    display: table
}

.disImage div#img {
    height: 60px;
    width: 80px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle
}

.disImage div#img:hover {
    opacity: .9
}

.disImage div#hl2 {
    display: table-cell;
    padding-left: 15px;
    vertical-align: middle
}

.disImage div#hl2 a {
    color: #000;
    font-size: 14px;
    max-height: 60px;
    line-height: 20px;
    overflow: hidden;
    display: block
}

.disImage div#hl2 a:hover {
    color: #369
}

.topLead {
    width: 100%;
    overflow: hidden
}

.topLead #img {
    overflow: hidden;
    position: relative
}

.topLead #img:hover {
    opacity: .9
}

.video_icon {
    position: absolute;
    background: #bf282a;
    color: #fff;
    padding: 13px 10px 12px 14px;
    opacity: .7;
    top: 40%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    left: 42%
}

.video_icon_small {
    position: absolute;
    background: #bf282a;
    color: #fff;
    padding: 6px 6px 6px 10px;
    opacity: .7;
    bottom: 5%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    right: 5%;
    font-size: 12px
}

.binorightimg:hover i {
    opacity: 1
}

.video_icon:hover,.topLead #img:hover .video_icon,.leadimg:hover .video_icon,.first_news .news_img:hover .video_icon,.binodonLeft #img:hover .video_icon,div.menu_catPg_top div#img:hover .video_icon,div.editor_picks_list div.img:hover .video_icon_very_small {
    opacity: 1
}

.video_icon_very_small {
    position: absolute;
    background: #bf282a;
    color: #fff;
    padding: 7px 5px 5px 7px;
    opacity: .7;
    left: 45%;
    top: 37%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 12px!important
}

.topLead #hl2 {
    margin-top: 10px;
    margin-bottom: 5px
}

.topLead #hl2 h1 a {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    display: block
}

.topLead #hl2 h1 a:hover {
    color: #369
}

.topLead #hl1 h3 {
    font-size: 15px;
    line-height: 22px;
    color: red;
    font-weight: 400;
    display: block;
    margin: 6px 0 0
}

.topLead #img:hover #hl2 h1 a {
    color: red
}

.leadimg img:hover,.news_img img:hover,.binodonLeft #img:hover,.binorightimg img:hover,.menu_news_list>a>div.img:hover {
    opacity: .9
}

.topLead #dtl a {
    font-size: 16px;
    color: #000;
    text-align: justify;
    margin-top: 7px
}

.cat_topLead {
    width: 100%;
    overflow: hidden
}

.cat_topLead #img {
    overflow: hidden;
    position: relative;
    height: 380px
}

.cat_topLead #img:hover {
    opacity: .9
}

.cat_topLead #hl2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: url(../images/black-trans-bg.png) repeat-x
}

.cat_topLead #hl2 h2 {
    font-size: 25px;
    line-height: 28px;
    color: #fff
}

.cat_topLead #img:hover #hl2 h2 {
    color: orange;
    opacity: 1
}

.cat_fullLead {
    width: 100%;
    overflow: hidden
}

.cat_fullLead #img {
    overflow: hidden;
    position: relative;
    height: 550px
}

.cat_fullLead #img:hover {
    opacity: .9
}

.cat_fullLead #hl2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: url(../images/black-trans-bg.png) repeat-x
}

.cat_fullLead #hl2 h2 {
    font-size: 25px;
    line-height: 28px;
    color: #fff
}

.cat_fullLead #img:hover #hl2 h2 {
    color: orange
}

.tabs-container,.tabs-container02 {
    position: relative!important;
    overflow: hidden
}

.tabs-container ul.tabs,.tabs-container02 ul.tabs02 {
    background: #222b46;
    height: 32px
}

.tabs-container02 ul.tabs03 {
    background: #222b46;
    height: 32px
}

.tabs-container ul li,.tabs-container02 ul li {
    list-style: none
}

.tabs-container ul.tabs li .tab,.tabs-container02 ul.tabs02 li .tab02 {
    float: left;
    cursor: pointer;
    color: #fff;
    height: 32px;
    line-height: 32px;
    width: 50%;
    text-align: center;
    font-size: 18px
}

.tabs-container ul.tabs li .tab img,.tabs-container02 ul.tabs02 li .tab02 img {
    display: block;
    margin: 0 auto 0
}

.tabs-container ul.tabs li .tab:last-child,.tabs-container02 ul.tabs02 li .tab02:last-child {
    border: none
}

.tabs-container ul.tabs li .tab.selected,.tabs-container02 ul.tabs02 li .tab02.selected {
    background: #7a7a7d;
    height: 32px;
    color: #fff
}

.tabs-container02 ul.tabs03 li .tab03 {
    float: left;
    cursor: pointer;
    color: #fff;
    height: 32px;
    line-height: 32px;
    width: 50%;
    text-align: center;
    font-size: 14px
}

.tabs-container02 ul.tabs03 li .tab03 img {
    display: block;
    margin: 0 auto 0
}

.tabs-container02 ul.tabs03 li .tab03:last-child {
    border: none
}

.tabs-container02 ul.tabs03 li .tab03.selected {
    background: #7a7a7d;
    height: 32px;
    color: #fff
}

.epaper {
    border: 1px solid #c8c8c8;
    border-bottom: 0;
    font-size: 18px;
    padding: 10px 0 2px;
    text-align: center;
    background: #fff;
    color: #069
}

.epaper_img {
    border: 1px solid #c8c8c8;
    border-top: none;
    height: 250px;
    overflow: hidden;
    padding: 10px
}

#polling_block h4 {
    background: #455960;
    line-height: 30px;
    text-align: center;
    margin: 0 0;
    font-size: 18px;
    color: #fff
}

.snippet ul {
    padding: 10px 15px;
    overflow: hidden;
    background: #f2f7fd
}

.snippet .snippet_li {
    width: 50%;
    list-style: none;
    float: left
}

.tabs-content-wrap,.tabs-content-wrap02 {
    background: #b0cad4
}

.tabs-content-wrap ul.tabs-content,.tabs-content-wrap02 ul.tabs-content02 {
    padding: 10px 0 10px 10px;
    list-style: none;
    overflow: hidden;
    background: #f2f7fd
}

.tabs-content-wrap ul.tabs-content li,.tabs-content-wrap02 ul.tabs-content02 li {
    display: none
}

.tabs-content-wrap ul.tabs-content li.selected,.tabs-content-wrap02 ul.tabs-content02 li.selected {
    display: block
}

.tabs-content-wrap ul.tabs-content li ul li,.tabs-content-wrap02 ul.tabs-content02 li ul li {
    display: block;
    margin: 0 10px 0 0
}

.tabs-content-wrap ul.tabs-content li ul.latest_scroll,.tabs-content-wrap ul.tabs-content li ul.mostview_scroll,.tabs-content-wrap02 ul.tabs-content02 li ul.mostview_scroll {
    height: 360px
}

.tabs-content-wrap ul.tabs-content li ul li,.tabs-content-wrap02 ul.tabs-content02 li ul li {
    overflow: hidden;
    margin-bottom: 5px;
    border-bottom: 1px dotted #d3d3d3;
    padding: 0 0 5px 0
}

.tabs-content-wrap ul.tabs-content li ul li:last-child,.tabs-content-wrap02 ul.tabs-content02 li ul li:last-child {
    padding: 0 0 0 0;
    border-bottom: none;
    margin-bottom: 0
}

.tabs-content-wrap ul.tabs-content li ul li a,.tabs-content-wrap02 ul.tabs-content02 li ul li a {
    color: #000;
    font-size: 15px;
    line-height: 20px
}

.tabs-content-wrap ul.tabs-content li ul li a:hover,.tabs-content-wrap02 ul.tabs-content02 li ul li a:hover {
    color: #777
}

.tabs-container00,.tabs-container01 {
    position: relative!important;
    z-index: 2;
    overflow: hidden
}

.tabs-container00 ul.tabs00,.tabs-container01 ul.tabs01 {
    background: #7a7a7d;
    height: 30px
}

.tabs-container00 ul li,.tabs-container01 ul li {
    list-style: none
}

.tabs-container00 ul.tabs00 li .tab00,.tabs-container01 ul.tabs01 li .tab01 {
    float: left;
    cursor: pointer;
    color: #fff;
    height: 30px;
    line-height: 32px;
    width: 50%;
    padding: 0 0 0 15px;
    font-size: 20px
}

.tabs-container00 ul.tabs00 li .tab00:hover,.tabs-container01 ul.tabs01 li .tab01:hover {
    background: #455960 url(../images/arowright.png) no-repeat right 25px top 10px
}

.tabs-container00 ul.tabs00 li .tab00.selected,.tabs-container01 ul.tabs01 li .tab01.selected {
    background: #455960 url(../images/arowright.png) no-repeat right 25px top 10px
}

.tabs-content-wrap00 ul.tabs-content00,.tabs-content-wrap01 ul.tabs-content01 {
    padding: 10px;
    background: #f2f7fd;
    overflow: hidden;
    margin: 0
}

.tabs-content-wrap00 ul.tabs-content00 li,.tabs-content-wrap01 ul.tabs-content01 li {
    display: none
}

.tabs-content-wrap00 ul.tabs-content00 li.selected,.tabs-content-wrap01 ul.tabs-content01 li.selected {
    display: block
}

.tabs-content-wrap00 ul.tabs-content00 li a,.tabs-content-wrap01 ul.tabs-content01 li a {
    color: #000;
    font-size: 15px;
    line-height: 20px
}

.tabs-content-wrap00 ul.tabs-content00 li a:hover,.tabs-content-wrap01 ul.tabs-content01 li a:hover {
    color: #777
}

.allNews {
    background: #3a495e;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    display: block;
    margin: 10px 0 0;
    color: #fff
}

.allNews:hover {
    background: #3a495e;
    color: #fff
}

.menu_inner {
    width: 100%;
    overflow: hidden
}

.bottom_row {
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%
}

.bottom_row:last-child {
    margin-bottom: 0
}

.leadmorehl1 h3 {
    color: red;
    display: block;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400
}

.leadmorehl2 h2 a {
    color: #000;
    display: block;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden
}

.leadmorehl2 h2 a:hover {
    color: #369
}

.leadimg {
    height: 150px;
    margin: 0 0 8px;
    position: relative;
    overflow: hidden
}

.leadimg img {
    max-width: 100%;
    height: 150px;
    width: auto;
    margin: 0 auto;
}
.leadCatBigimg {
    height: 180px;
    margin: 0 0 5px;
    position: relative;
    overflow: hidden
}

.leadCatBigimg img {
    width: 100%;
    height: 180px
}

.leadCatBigimg img:hover {
    opacity: .9
}

.leadSingleBigimg {
    height: 300px;
    margin: 0 0 5px;
    position: relative;
    overflow: hidden
}

.leadSingleBigimg img {
    width: 100%;
    height: 300px
}

.leadSingleBigimg img:hover {
    opacity: .9
}

.leadSingleSmallimg {
    height: 120px;
    margin: 0 0 5px;
    position: relative;
    overflow: hidden
}

.leadSingleSmallimg img {
    width: 100%;
    height: 120px
}

.leadSingleSmallimg img:hover {
    opacity: .9
}

.leadimg_four {
    height: 100px;
    margin: 0 0 5px;
    position: relative;
    overflow: hidden
}

.leadimg_four img {
    width: 100%;
    height: 100px
}

.leadimg_four img:hover {
    opacity: .9
}

.lead_dtl_morehl2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 10px;
    background: url(../images/black-trans-bg.png) repeat-x
}

.lead_dtl_morehl2 h2 {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden
}

.lead_right_dtl_img {
    height: 180px;
    margin: 0 0 0;
    position: relative;
    overflow: hidden
}

.lead_right_dtl_img img {
    width: 100%;
    height: 180px
}

.lead_right_dtl_img img:hover,.leadimg_four img:hover {
    opacity: .9
}

.more_mn_link {
    color: #272727;
    display: block;
    border: 2px solid #272727;
    width: 150px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px
}

.more_mn_link:hover,.more_mn_link:focus {
    color: #fff;
    background: #272727;
    border: 2px solid #272727
}

.lead_right_dtl_img:hover h2 {
    color: orange
}

.news_text a {
    color: #000;
    font-size: 15px;
    line-height: 22px
}

.news_text span a {
    color: orange!important;
    padding: 0 0 0 10px
}

.bottom_single_row {
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%;
    padding: 0 0 15px;
    border-bottom: 1px dashed #ccc
}

.singleleadimg {
    width: 25%;
    float: left;
    margin: 0 20px 0 0;
    height: 120px;
    overflow: hidden
}

.singlehl1 h3 {
    color: red;
    display: block;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 5px;
    font-weight: 400
}

.singlehl2 h2 a {
    color: #000;
    display: block;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
    font-weight: 700
}

.advertisement1 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
    border: 1px solid #455960;
    border-radius: 5px 5px 0 0
}

.advertisement {
    width: 100%;
    overflow: hidden;
    margin: 0 0 15px
}

.advertisement_inner {
    overflow: hidden;
    padding: 7px 0 7px 7px;
    float: right
}

.arc_rht {
    margin-bottom: 10px
}

.home_menu_online_pho {
    width: 100%
}

.home_menu_online_pho a {
    line-height: 31px;
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 0 0 0 70px
}

.home_menu_online {
    width: 100%;
    border-bottom: 1px solid #fe0104
}

.home_menu_online a {
    line-height: 36px;
    color: #000;
    font-size: 24px;
    display: inline-block;
    padding: 0 0 0 0
}

.sheershaphtGallery>ul>li>a {
    width: 100%;
    position: relative
}

.home_menu_online_vdo {
    width: 100%
}

.home_menu_online_vdo a {
    line-height: 31px;
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 0 0 0 70px
}

.thumb_img {
    height: 70px
}

.home_menu_inner {
    width: 100%;
    margin: 0 0 10px;
    position: relative
}

.home_menu_bino {
    width: 100%;
    background: #455960;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.home_menu_inner img {
    /*! margin-left: 5px; */
    _vertical-align: initial;
}

.home_menu_bino a {
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    display: block;
    padding: 0 0 0 85px
}

.cat-box-content {
    width: 100%;
    overflow: hidden
}

.first_news {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
    background: #fff;
}

.first_news .news_img {
    height: 196px;
    overflow: hidden;
    background: #fff;
    /*! display: flex; */
    align-items: center;
    justify-content: center;
    position: relative
}

.first_news .news_img a,.first_news .news_img img {
    width: 100%
}

.first_news .news_img_right {
    height: 160px;
    overflow: hidden;
    margin-bottom: 10px;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.first_news .news_img_right a,.first_news .news_img_right img {
    width: 100%
}

.first_news .news_img_right>i {
    font-size: 48px;
    color: #ddd
}

.first_news h2 a {
    width: 100%;
    display: block;
    max-height: 48px;
    overflow: hidden;
    color: #000;
    line-height: 24px;
    font-size: 18px;
    padding: 0 12px;
    margin: 10px 0;
}

.first_news .news_img>i {
    font-size: 48px;
    color: #ddd
}

.first_news h2 a:hover {
    color: #369
}

.first_news .news_img_three_col {
    height: 120px;
    overflow: hidden;
    margin-bottom: 10px;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.first_news .news_img_three_col a,.first_news .news_img_three_col img {
    width: 100%
}

.first_news .news_img_three_col>i {
    font-size: 48px;
    color: #ddd
}

.mnimg {
    width: 35%;
    float: left;
    margin: 0 10px 0 0
}

.video_container {
    border-bottom: none
}

.cat-box-content ul li {
    overflow: hidden;
    margin-bottom: 5px;
    border-bottom: 1px dotted #d3d3d3;
    padding: 0 0 5px 15px;
    background: url(../images/arrow.jpg) no-repeat left 6px
}

.cat-box-content ul li:last-child {
    padding: 0 0 0 15px;
    border-bottom: none;
    margin-bottom: 0
}

.cat-box-content ul li a {
    color: #000;
    font-size: 15px;
    line-height: 20px
}

.cat-box-content ul li a:hover {
    color: #777
}

.menu_news_list {
    display: table;
    width: 100%;
    padding: 10px 0 10px 0px;
    background: #fff;
    margin-top: 0;
    border-bottom: 1px solid #ddd;
}

.menu_news_list>a>div {
    display: table-cell;
    vertical-align: middle;
    /*! height: 50px; */
    overflow: hidden;
}

.menu_news_list>a>div.img {
    background: #f7f7f7;
    width: 90px;
    height: 60px;
    text-align: center
}

.menu_news_list>a>div.img>i {
    font-size: 24px;
    color: #eee
}

.menu_news_list>a>div.hl>h4 {
    font-size: 15px;
    line-height: 19px;
    padding: 0 10px;
    margin: 0;
    color: #000;
    height: 60px;
}

.menu_news_list>a>div.hl>h2 {
    font-size: 14px;
    line-height: 18px;
    padding: 0 10px;
    margin: 0;
    color: #000
}

.menu-news-content .menu_news_list:last-child {
    /*! padding: 0 */
}

.menu_news_list>a>div.hl>h4:hover,.menu_news_list>a>div.hl>h2:hover {
    color: #369
}

.binodon {
    width: 100%;
    overflow: hidden
}

.binodonLeft {
    width: 100%;
    overflow: hidden
}

.binodonLeft #img {
    max-height: 250px;
    overflow: hidden;
    margin: 0 0 10px;
    position: relative
}

.binodonLeft #hl2 h2 a {
    font-size: 20px;
    color: #000;
    line-height: 24px;
    margin: 0 0 5px;
    display: block
}

.binodonLeft #hl2 h2 a:hover {
    color: #369
}

.binodonLeft #dtl a {
    font-size: 14px;
    color: #000;
    line-height: 21px
}

.binohl2 h2 a {
    color: #000;
    display: block;
    font-size: 16px;
    line-height: 20px
}

.binohl2 h2 a:hover {
    color: #369
}

.binorightimg {
    height: 90px;
    overflow: hidden;
    margin: 0 0 5px;
    position: relative
}

.binorightimg img {
    width: 100%
}

.dailymn_part {
    width: 100%;
    overflow: hidden;
    padding: 0 0 5px;
    margin: 0 0 15px;
    border-bottom: 2px solid #000
}

.daily_menu h3 a {
    color: #216195;
    line-height: 28px;
    font-size: 20px;
    border-bottom: 1px dashed #ccc;
    display: block;
    padding: 0 0 10px;
    margin: 0 0 10px;
    font-weight: 700
}

.firstdaily_news {
    width: 100%;
    overflow: hidden
}

.firstdaily_news h2 a {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 5px;
    display: block
}

.firstdaily_news h4 {
    color: #656a2a;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 5px
}

.firstdaily_news h5 {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
    font-weight: 700
}

.mndailyimg {
    width: 45%;
    float: left;
    overflow: hidden;
    margin: 0 15px 0 0;
    max-height: 250px
}

.mndailyimg img {
    width: 100%
}

.page_bottom {
    width: 100%;
    overflow: hidden
}

.bottom_mn h3 a {
    font-weight: 700;
    line-height: 28px;
    font-size: 20px;
    display: block;
    padding: 8px 0 5px;
    margin: 0 0 10px;
    border-bottom: 1px dotted #ccc
}

.bottom_news ul {
    list-style: none
}

.bottom_news ul li {
    color: #666;
    background: url(../images/menu_bullet.png) no-repeat scroll 0 -298px transparent;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 3px 15px;
    margin-bottom: 3px
}

.bottom_news ul li:hover {
    color: #ccc;
    background: url(../images/menu_bullet.png) no-repeat scroll 0 -384px transparent
}

.bottom_news ul li a {
    font-size: 15px;
    color: #000
}

.bottom_news ul li a:hover {
    color: #122842
}

.foot_bottom {
    background: #d3d3d3;
    width: 100%;
    overflow: hidden;
    padding: 5px 0
}

.prayerTimePanel {
    margin: 0;
    background: #fff
}

.prayerTimeTitle {
    background: #333;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 3px;
    line-height: 25px
}

.dateShow {
    background: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #898989;
    text-align: center
}

.prayerName {
    background: #fff;
    text-align: center;
    color: #000;
    font-size: 16px;
    display: block;
    padding: 3px;
    border: 1px solid #ccc
}

.prayerTime {
    background: #fff;
    text-align: center;
    color: #000;
    font-size: 16px;
    display: block;
    padding: 3px;
    border: 1px solid #ccc
}

.nonPrayTime {
    margin: 10px 0 0;
    text-align: center;
    line-height: 23px;
    color: #fff;
    background: #455960;
    border-radius: 5px
}

.sunrise {
    font-size: 14px;
    color: #fff;
    display: block
}

.sunset {
    font-size: 14px;
    color: #fff;
    display: block
}

.selected1 {
    background: #455960;
    text-align: center;
    padding: 5px 0;
    overflow: hidden;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 16px;
    border-radius: 5px 5px 0 0
}

div.horoType {
    display: inline-block;
    float: left;
    padding: 10px;
    text-align: center;
    cursor: pointer
}

div.horoType:hover {
    color: #cd0000
}

div.horoType div.horoName {
    font-size: 14px
}

div.horoDesc {
    display: none;
    margin: 5px 10px 10px
}

div.horoDesc fieldset {
    border: 1px solid #ddd!important;
    text-align: justify;
    padding: 10px
}

div.horoDesc fieldset legend {
    font-size: 14px;
    color: #cd0000;
    padding: 0 5px;
    margin: 0!important;
    border: none;
    text-align: center;
    width: auto!important
}

.aroNews {
    background: #1f91c3;
    font-size: 17px;
    line-height: 35px;
    text-align: center;
    width: 100%;
    display: block;
    margin: 10px 0 0;
    color: #fff
}

.daily_part {
    border: 1px solid #d3dfed;
    overflow: hidden
}

.daily_top {
    width: 100%;
    overflow: hidden;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px dashed #ccc
}

.daily_mn_name h3 a {
    background: transparent url(../images/menu_title_barNew.png?v=1) repeat-x left top;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    width: 100%;
    border-bottom: 2px solid #2a394e
}

.dailymn_inner {
    padding: 10px
}

.dailyR_news ul {
    list-style: none
}

.dailyR_news ul li {
    color: #069;
    background: url(../images/menu_bullet.png) no-repeat scroll 0 -298px transparent;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 3px 15px;
    margin-bottom: 3px
}

.dailyR_news ul li:hover {
    color: #ccc;
    background: url(../images/menu_bullet.png) no-repeat scroll 0 -384px transparent
}

.dailyR_news ul li a {
    font-size: 15px;
    color: #069
}

.dailyR_news ul li a:hover {
    color: #122842
}

.line {
    width: 100%;
    height: 1px;
    background: #ccc;
    margin-bottom: 15px
}

.headlines {
    width: 100%;
    height: 30px;
    margin: 15px auto 0;
    text-align: left;
    position: relative
}

.headline_left h3 {
    width: 9%;
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    padding-left: 15px;
    font-weight: 700
}

.headline_left h4 {
    width: 11.2%;
    float: left;
    font-size: 17px;
    color: #fff;
    line-height: 30px;
    margin: 0;
    text-align: center;
    font-weight: 700
}

.headline_left h4 a {
    color: #fff
}

.headline_left h4 a:hover,.headline_left h4 a:focus {
    color: #fff
}

.breakings {
    background: #a50608;
    border-radius: 5px
}

.headline_left h4 img {
    vertical-align: top
}

.headlines_just {
    background: #ff6d00;
    height: 30px;
    color: #fff;
    border-right: 1px solid #fff
}

.headlines_breaking {
    height: 30px;
    border-right: 1px solid #fff;
    color: #fff
}

.breakings .gellery_box ul li a {
    color: #fff;
    font-weight: 700
}

.leftscoller {
    width: 23px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 85px;
    background: url(../images/lefthead.jpg) no-repeat
}

.rightscoller {
    width: 23px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 108px;
    background: url(../images/righthead.jpg) no-repeat
}

.gellery_box {
    width: 88.8%;
    height: 30px;
    float: right
}

.gellery_box ul {
    width: 100%;
    height: 30px;
    padding: 0 15px 0 1px
}

.gellery_box ul li {
    width: 100%!important;
    height: 30px;
    float: left;
    list-style: none;
    font-size: 16px;
    line-height: 30px
}

.gellery_box ul li a {
    color: #fff;
    font-weight: 700
}

.headli_bot {
    width: 100%;
    height: 30px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    background: #000
}

.headli_bot h3 {
    width: 9%;
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    padding-left: 15px;
    font-weight: 700
}

.gellery_box00 {
    width: 91%;
    height: 30px;
    float: right;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.gellery_box00 ul {
    width: 100%;
    height: 30px;
    left: 0;
    top: 0;
    position: absolute;
    padding: 0 15px 0 0
}

.gellery_box00 ul li {
    width: 100%!important;
    height: 30px;
    float: left;
    list-style: none;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 700
}

.gellery_box00 ul li a {
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 700
}

.right_tabimg {
    width: 20%;
    float: left;
    margin: 0 10px 10px 0;
    height: 40px;
    overflow: hidden
}

.right_tabimg img {
    height: 40px;
    width: 100%
}

div.tabcontents a.arokhabor {
    float: right;
    color: orange;
    line-height: 20px;
    font-size: 14px;
    display: block
}

.arokhabor {
    float: right;
    color: orange;
    line-height: 20px;
    font-size: 14px;
    display: block
}

.udriti {
    width: 100%;
    overflow: hidden;
    border: 1px solid #5b705d;
    border-radius: 5px 5px 0 0
}

.udriti h3 {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #455960
}

.udriti h3 a {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #455960;
    display: inline-block
}

.udriti_inner {
    padding: 10px;
    background: #f2f7fd
}

.udriti_arc {
    border: 1px solid #5b705d;
    border-top: 0;
    font-size: 15px;
    padding: 15px
}

.ajkerPathok {
    width: 100%;
    height: 80px;
    overflow: hidden;
    border: 1px solid #5b705d;
    border-radius: 5px 5px 0 0
}

.ajkerPathok h3 {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #455960
}

div.menu_catPg_top {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    overflow: hidden;
    margin: 0 10px
}

div.menu_catPg_top div#newsHl200 {
    margin-bottom: 5px
}

div.menu_catPg_top div#newsHl200 a {
    font-size: 22px;
    color: #000;
    line-height: 30px
}

div.menu_catPg_top div#newsHl200 a:hover {
    color: #369
}

div.menu_catPg_top div#img {
    width: 100%;
    _height: 180px;
    overflow: hidden;
    margin-bottom: 5px;
    position: relative
}

div.menu_catPg_top div#img:hover {
    opacity: .9
}

div.menu_catPg_top div#newsDtl {
    font-size: 15px;
    color: #000;
    line-height: 20px
}

div.menu_catPg_top div#newsDtl a {
    font-size: 15px;
    color: #000;
    line-height: 20px
}

div.menu_catPg_btm div#catHl2 {
    padding-bottom: 5px
}

div.menu_catPg_btm div#catHl2 a {
    font-size: 18px;
    color: #002047;
    line-height: 22px
}

div.menu_catPg_btm div#catImg {
}

div.menu_catPg_btm div#catImg .catBotImg {
    position: relative;
    float: left;
    width: 90px;
    height: 60px;
    margin: 0 10px 0 0
}

div.menu_catPg_btm div#catImg .catBotImg img {
    width: 90px;
    height: 60px
}

div.menu_catPg_btm p#catDtl {
    font-size: 13px;
    color: #000
}

div.menu_catPg_btm p#catDtl span {
    font-size: 13px;
    color: red;
    padding-left: 10px
}

.menu_catPg_top div#newsHl1 {
    font-size: 13px;
    color: #000;
    line-height: 18px
}

.menu_catPg_top div#newsHl3 {
    font-size: 13px;
    color: #1f4f82;
    line-height: 18px
}

.mn_right {
    width: 100%;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #ccc
}

.mn_right .mnimg {
    height: 45px;
    overflow: hidden;
    float: left;
    width: 25%;
    margin-right: 10px;
    margin-bottom: 0;
    position: relative
}

.mn_right .mnimg img:hover {
    opacity: .9
}

.mn_right div#newsHl2 a {
    font-size: 18px;
    color: #000;
    line-height: 22px
}

.mn_right div#newsHl2 a:hover {
    color: #369
}

.mn_right:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.dtLargePnl {
    margin-top: 10px;
    width: 100%;
    overflow: hidden
}

.dtl_pg_row {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px
}

#myText {
    font-size: 18px;
    line-height: 26px;
    _margin-top: 15px
}

#sharethis {
    margin-bottom: 10px
}

.sharethis {
    margin: 15px 0
}

.more_ns {
    width: 100%
}

.dtl_pg_row div#hl1 {
    font-size: 18px;
    color: red;
    line-height: 24px;
    margin-bottom: 5px
}

.dtl_pg_row div#hl2 {
    font-size: 36px;
    color: #16387c;
    margin-bottom: 5px;
    line-height: 45px
}

.dtl_pg_row div#h1 {
    font-size: 36px;
    color: #16387c;
    margin-bottom: 5px;
    line-height: 45px
}

.dtl_pg_row div#hl3 {
    font-size: 14px;
    color: peru;
    line-height: 18px
}

.dtltop_left {
    float: left;
    border-left: 5px solid #ccc;
    padding-left: 10px;
    line-height: 22px
}

.dtl_pg_row div#rpt {
    float: left;
    line-height: 22px
}

.dtl_pg_row div div.img_tt {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/black-trans-bg.png) repeat;
    padding: 5px 10px;
    color: #fff;
    width: 100%
}

#dtlRightImg {
    float: right;
    padding: 10px;
    border: 1px solid #ccc;
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
    color: #000
}

#dtlLeftImg {
    float: left;
    padding: 10px;
    border: 1px solid #ccc;
    margin-top: 10px;
    margin-right: 10px;
    text-align: center;
    color: #000
}

a#dtlFullImg {
    _padding: 10px 0 10px 0;
    margin: 10px 0;
    text-align: center;
    color: #000;
    overflow: hidden
}

a#dtlFullImg img {
    _margin: 0 auto
}

#dtlImgTT {
    text-align: center;
    color: #000
}

.fontpart {
    float: right
}

.dtl_pg_row span.fontAction {
    background: #f5fffa;
    display: inline-block;
    width: 37px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0 5px;
    float: left
}

.dtl_pg_row span.orgFont:hover,.dtl_pg_row span.decFont:hover,.dtl_pg_row span.incFont:hover {
    background: #ccc;
    color: #000;
    border: 1px solid #ccc
}

.dtl_pg_row span#printer_btn {
    background: #f5fffa;
    color: #1f57a5;
    cursor: pointer;
    float: left;
    margin: 0 5px
}

.dtl_pg_row span#printer_btn {
    border: 1px solid #ccc;
    padding: 2px 5px 1px;
    font-size: 12px;
    color: #555
}

.dtl_pg_row span#printer_btn:hover {
    background: #ddd;
    color: #000;
    border: 1px solid #ccc
}

.dtl_pg_row span#printer_btn img {
    vertical-align: middle;
    margin-right: 5px
}

.bottom_menu {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
    padding: 10px 0
}

.botlink_box {
    width: 100%;
    float: left
}

.botlink_box ul {
    width: 100%;
    overflow: hidden
}

.botlink_box ul li {
    width: 25%;
    float: left;
    margin: 0 0 3px;
    list-style: none
}

.botlink_box ul li a {
    font-size: 16px;
    color: #fff;
    line-height: 22px
}

.social_box {
    width: 100%;
    float: left;
    padding-left: 12px
}

.social_box ul {
    width: 100%;
    overflow: hidden
}

.social_box ul li {
    width: 100%;
    float: left;
    list-style: none
}

.social_box ul li.rss {
    width: 130px;
    padding-left: 20px;
    background: url(../images/footer_rss.png) no-repeat left center
}

.social_box ul li.app {
    width: 130px;
    padding-left: 20px;
    background: url(../images/footer_mobile.png) no-repeat left center
}

.social_box ul li.face {
    width: 130px;
    padding-left: 20px;
    background: url(../images/facebook.png) no-repeat left center
}

.social_box ul li.gplus {
    width: 130px;
    padding-left: 20px;
    background: url(../images/gplus.png) no-repeat left center
}

.social_box ul li.twit {
    width: 130px;
    padding-left: 20px;
    background: url(../images/twitter.png) no-repeat left center
}

.social_box ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 22px
}

.detail-divider {
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden
}

.email {
    font-size: 12px;
    color: #fff;
    font-family: Verdana,Geneva,sans-serif
}

.orange {
    font-size: 12px;
    color: #fff;
    margin-left: 10px;
    font-family: Verdana,Geneva,sans-serif
}

.orange a {
    text-decoration: none;
    color: #f60;
    font-size: 13px;
    font-family: Verdana,Geneva,sans-serif
}

.foot_content {
    background: #1a1a1a;
    margin: 0 0 0;
    padding: 20px 0
}

.foot_content p {
    color: #fff
}

.foot_bottom p {
    font-family: verdana;
    font-size: 12px
}

.footer_top {
    width: 100%;
    overflow: hidden;
    background: #363d4d;
    padding: 15px 0
}

.footer_headlines {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #000;
    z-index: 999
}

.ftxt p {
    float: right
}

.back-top {
    position: fixed;
    text-align: center;
    z-index: 99999999;
    /*! color: #f3151c; */
    width: 40px;
    height: 40px;
    border: 3px solid #1ab394;
    line-height: 30px;
    right: 30px;
    bottom: 50px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.back-top a {
    color: #1ab394;
}

.back-top i.fa {
    line-height: inherit;
    font-size: 35px
}

.back-top:hover {
    background: 0 0
}

.amazingslider-title-1 {
    font-family: 700 16px solaimanlipi!important
}

.prayerTimePanel {
    margin: 0;
    background: #fff
}

.prayerTimeTitle {
    background: url(../images/prayertimeheader.jpg) no-repeat;
    height: 50px;
    color: #f2f1ef;
    text-align: left
}

.dateShow {
    background: #fff;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #026dbd;
    text-align: right;
    padding: 2px 0
}

.prayerTimeTable {
    background: url(../images/prayertimebg3.png) no-repeat;
    padding: 0 0 0 130px
}

.prayerTimeTable table {
    background: #fff
}

.prayerName {
    background: #6b8e23;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 2px 3px
}

.prayerTime {
    background: olive;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 2px 3px
}

.nonPrayTime {
    margin: 5px 0 0;
    padding: 2px;
    text-align: center;
    line-height: 23px;
    background: #455960
}

.sunrise {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding: 0 30px 0 0
}

.sunset {
    font-size: 16px;
    color: #fff;
    display: inline-block
}

.video_inner {
    width: 100%;
    overflow: hidden
}

.vid_img {
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin: 0 0 5px;
    border: 2px solid olive
}

.vid_img img {
    width: 100%;
    height: 100%
}

.video_inner h2 a {
    font-size: 14px;
    color: #666;
    display: block;
    max-height: 40px;
    overflow: hidden;
    line-height: 20px
}

.newsPicCon {
    background-color: #fff;
    border: 0 ridge #ccc;
    color: #000;
    cursor: pointer;
    float: left;
    font-family: SolaimanLipi;
    padding: 0;
    text-align: center;
    width: 100%
}

.imgs {
    border: 2px solid olive;
    height: 110px;
    width: 100%;
    margin: 0 0 5px
}

#tube {
    float: left;
    list-style: outside none none;
    position: relative;
    width: 100%
}

#tube a {
    background: url(../images/play-video.png) center -60px no-repeat;
    color: #777;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 5
}

#tube a:hover {
    background-position: center 38px;
    text-decoration: none;
    transition: all 300ms ease 0s
}

#tube h2 {
    font-size: 14px;
    color: #000;
    line-height: 22px;
    text-align: center;
    display: block;
    font-weight: 400
}

#tube p {
    font-size: 12px;
    color: #777;
    line-height: 18px
}

.video_dtl h2 {
    font-size: 18px;
    color: #000;
    line-height: 25px;
    text-align: center;
    font-weight: 400
}

#cat_parent_content_list div.col-md-4:nth-child(1) {
    padding-right: 7px
}

#cat_parent_content_list div.col-md-4:nth-child(2) {
    padding: 0 7px
}

#cat_parent_content_list div.col-md-4:nth-child(3) {
    padding-left: 7px
}

#cat_parent_content_list div.lead_top,#cat_parent_content_list div.lead_bottom {
    margin-top: 15px
}

#cat_parent_content_list div.lead_bottom {
    _height: 250px;
    background: #fff
}

#cat_parent_content_list div.lead_top>div.img,#cat_parent_content_list div.lead_bottom>div.img {
    position: relative;
    overflow: hidden;
    height: 180px;
    text-align: center
}

#cat_parent_content_list div.lead_bottom>div.img {
    height: 120px;
    text-align: center
}

#cat_parent_content_list div.lead_top>div.img>i,#cat_parent_content_list div.lead_bottom>div.img>i {
    position: relative;
    top: 35%;
    color: #eee;
    font-size: 66px
}

#cat_parent_content_list div.lead_bottom>div.img>i {
    font-size: 50px
}

#cat_parent_content_list div.lead_top>div.img img,#cat_parent_content_list div.lead_bottom>div.img img {
    height: 275px
}

#cat_parent_content_list div.lead_bottom>div.img img {
    height: 120px
}

#cat_parent_content_list div.lead_top>div.hl>h3,#cat_parent_content_list div.lead_bottom>div.hl>h4 {
    margin: 0;
    background: #fff;
    margin: 10px 0
}

#cat_parent_content_list div.lead_top>div.hl>h3 {
    font-size: 20px;
    line-height: 24px
}

#cat_parent_content_list div.lead_bottom>div.hl>h4 {
    line-height: 22px
}

#cat_parent_content_list div.lead_top>div.sum,#cat_parent_content_list div.lead_bottom>div.sum {
    background: #fff;
    padding-left: 10px;
    font-size: 14px;
    border-left: 3px solid #2a394e;
    text-align: justify
}

#cat_parent_content_list div.lead_top>div.sum a,#cat_parent_content_list div.lead_bottom>div.sum a {
    color: #000
}

#cat_parent_content_list div.top_more_content {
    display: table;
    background: #fff;
    margin-top: 15px
}

#cat_parent_content_list div.top_more_content>div.img {
    display: table-cell;
    width: 99px;
    height: 66px;
    text-align: center;
    vertical-align: middle
}

#cat_parent_content_list div.top_more_content>div.img>i {
    position: relative;
    top: 33%;
    color: #eee;
    font-size: 26px
}

#cat_parent_content_list div.top_more_content>div.hl {
    display: table-cell;
    padding: 10px;
    vertical-align: middle
}

#cat_parent_content_list div.top_more_content>div.hl>h5 {
    margin: 0;
    line-height: 22px
}

#cat_parent_content_list div.top_more_content>div.sum>p {
    margin: 5px 0 0;
    line-height: 18px
}

#cat_parent_content_list>div>div.col-md-7,#cat_parent_content_list div.lead_bottom_block>div.col-md-6:first-child {
    padding-right: 7px
}

#cat_parent_content_list>div>div.col-md-5,#cat_parent_content_list div.lead_bottom_block>div.col-md-6:last-child {
    padding-left: 7px
}

#cat_parent_content_list .more_btn {
    padding: 0 0 5px;
    font-size: 16px;
    border-bottom: 2px solid #ccc;
    margin: 15px 0 0;
    _background: dimgrey;
    color: #000;
    font-weight: 700
}

.more_btn_cat {
    padding: 0 0 5px;
    font-size: 16px;
    border-bottom: 2px solid #ccc;
    _background: dimgrey;
    color: #000;
    font-weight: 700;
    margin: 0!important
}


#main_content_list {
    position: relative;
    background: #fff;
    margin-top: 15px
}

#main_content_list>.all_news_content_block a {
    display: table;
    width: 100%
}

#main_content_list>.all_news_content_block .img {
    display: table-cell;
    vertical-align: middle;
    width: 110px;
    height: 70px;
    text-align: center;
    overflow: hidden
}

#main_content_list>.all_news_content_block .img>i {
    position: relative;
    color: #eee;
    font-size: 28px
}

#main_content_list>.all_news_content_block .content_sum_block {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    color: #000
}

#main_content_list>.all_news_content_block .hl>h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px
}

#main_content_list>.all_news_content_block .post_date>p {
    margin: 0;
    text-shadow: 1px 0 #ccc;
    font-size: 13px
}

#main_content_list>.all_news_content_block .content_sum_block {
    background: #fcfcfc;
    padding: 10px
}

#main_content_list>.all_news_content_block .col-md-4 {
    padding-right: 0
}

#main_content_list>.all_news_content_block .col-md-8 {
    padding-left: 0
}


.category-breadcrumb {
    width: 100%;
    _overflow: hidden;
    border-bottom: 1px solid #ccc;
    _padding-bottom: 15px;
    margin-bottom: 15px;
    display: table
}

.breadcrumb-title {
    _width: 15%;
    _float: left;
    padding-right: 20px;
    display: table-cell;
    white-space: nowrap;
    vertical-align: top
}

.breadcrumb-title img {
    _float: left;
    margin-right: 10px;
    display: inline-block
}

.breadcrumb-title span a {
    font-size: 20px;
    line-height: 32px;
    color: #000;
    display: inline-block;
    padding-right: 10px
}

.breadcrumb-menu {
    width: 100%;
    _overflow: hidden;
    padding: 8px 0;
    display: table-cell
}

.breadcrumb-menu ul>li {
    list-style: none;
    float: left;
    padding: 0 15px;
    border-right: 1px solid #ccc;
    line-height: 16px;
    margin-bottom: 15px;
    position: relative
}

.breadcrumb-menu ul>li>a {
    color: #000;
    font-size: 16px;
    position: relative;
    padding: 0
}

.breadcrumb-menu ul>li>a:hover {
    color: #369
}

.breadcrumb-menu ul>li:last-child {
    border-right: none
}

.breadcrumb-menu ul>li a.active,.breadcrumb-title span a.active {
    color: #369;
    font-weight: 700
}

.breadcrumb-menu ul>li:hover ul {
    display: block
}

.breadcrumb-menu ul>li>ul {
    position: absolute;
    left: 0;
    top: 18px;
    display: none;
    width: 200px;
    background: #f7f7f7;
    z-index: 99;
    border: 1px solid #ccc
}

.breadcrumb-menu ul>li>ul>li {
    list-style: none;
    float: left;
    border-bottom: 1px solid #ccc;
    border-right: none;
    line-height: 30px;
    margin-bottom: 0;
    width: 100%;
    padding: 0
}

.breadcrumb-menu ul>li>ul>li>a {
    color: #000;
    font-size: 16px;
    width: 100%;
    padding: 0 15px;
    display: block
}

#site_map>.breadcrumb {
    padding: 0;
    margin: 0;
    background: 0 0;
    color: #000
}

#site_map>.breadcrumb>li {
    position: relative;
    display: inline-block;
    text-align: left;
    color: #000;
    font-size: 16px
}

#site_map>.breadcrumb>li+li:before {
    padding: 0 10px 0 0;
    _font-family: FontAwesome;
    color: #000;
    font-weight: 700;
    content: ">>"
}

#site_map>.breadcrumb>li a {
    display: inline-block;
    color: blue
}

#site_map>.breadcrumb>li.child {
    position: relative;
    padding-left: 10px
}

#site_map>.breadcrumb>li.active {
    color: #333
}

#site_map>.breadcrumb>li.active a {
    padding-left: 10px
}

#poll_result {
    position: relative;
    margin-top: 15px;
    background: #fff
}

#poll_result>.poll_res_bar>#poll_ques>h4 {
    line-height: 24px;
    margin: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc
}

#poll_result>.poll_res_bar>#poll_ques>h4>span {
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    color: #dc4e41;
    text-shadow: 1px 0 #333;
    padding-right: 15px
}

#poll_result>.poll_res_bar #poll_res_graph ul {
    margin-top: 15px;
    list-style: none
}

#poll_result>.poll_res_bar #poll_res_graph ul>li {
    position: relative;
    width: 100%;
    height: 29px;
    background: #eee;
    margin-bottom: 20px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 15px #ccc
}

#poll_result>.poll_res_bar #poll_res_graph ul>li.vote_on:hover {
    box-shadow: 0 0 5px #ccc
}

#poll_result>.poll_res_bar #poll_res_graph ul>li div.vote_progressbar {
    position: absolute;
    height: 27px;
    z-index: 1
}

#poll_result>.poll_res_bar #poll_res_graph ul>li div.submit_msg {
    position: absolute;
    display: none;
    right: 10px;
    top: 5px;
    color: #666;
    font-size: 14px;
    text-shadow: 1px 0 #fff
}

#poll_result>.poll_res_bar #poll_res_graph ul>li.vote_on:hover div.submit_msg {
    display: inline-block
}

#poll_result>.poll_res_bar #poll_res_graph ul>li div.vote_options {
    position: absolute;
    font-size: 14px;
    width: 90%;
    left: 15px;
    top: 4px;
    z-index: 2
}

#poll_result>.poll_res_bar>#poll_count {
    margin-top: 10px
}

#poll_result>.poll_res_bar>#poll_count>span {
    font-size: 16px;
    color: #999
}

#poll_result>.poll_res_bar>#poll_count>span:first-child {
}

#poll_result>.poll_res_bar>#poll_count>span>span {
    font-size: 22px
}

#poll_result>.poll_res_bar>.err_msg {
    margin-bottom: 10px;
    font-size: 16px;
    background: #ffebcd;
    color: #cd0000;
    padding: 7px 10px
}

#poll_result>.poll_res_bar>.err_msg>i {
    background: #cd0000;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 14px;
    text-align: center;
    padding-top: 3px;
    margin-right: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

#pre_poll_result {
    position: relative;
    background: #fff;
    padding: 10px;
    margin-top: 10px
}

#pre_poll_result>#pre_poll_result_caption {
    background: #008700;
    color: #fff;
    padding: 5px 25px;
    font-size: 16px;
    margin: -10px;
    margin-bottom: 0
}

#pre_poll_result>#pre_poll_result_caption>h4 {
    margin: 0
}

#pre_poll_result>#pre_poll_result_block {
    background: #fff;
    padding: 1px 0;
    margin: 0 -10px;
    margin-bottom: 0
}

#pre_poll_result>#pre_poll_result_block>.poll_list {
    background: #f5f5f5;
    padding: 10px;
    padding-left: 30px;
    margin: 10px
}

#pre_poll_result>#pre_poll_result_block>.poll_list>.poll_date {
    color: #28a5df;
    font-size: 14px
}

#pre_poll_result>#pre_poll_result_block>.poll_list>.poll_ques {
    font-size: 16px;
    color: #444;
    margin-top: 5px
}

#pre_poll_result>#pre_poll_result_block>.poll_list .total_voter {
    padding: 5px 10px;
    text-align: right;
    border: 1px solid #ccc;
    border-left: none
}

#pre_poll_result>#pre_poll_result_block>.poll_list .dtl_btn {
    display: inline-block;
    background: #e6e7e9;
    color: #34754d;
    border: 1px solid #34754d;
    border-top: none;
    box-shadow: 0 2px 3px #34754d;
    -moz-box-shadow: 0 2px 3px #34754d;
    -webkit-box-shadow: 0 2px 3px #34754d;
    padding: 3px 10px 1px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 10px
}

#error_content .erro_page_logo {
    display: block;
    background: #f7f7f7;
    height: 200px;
    padding-top: 20%;
    text-align: center
}

#error_content .erro_page_logo>i {
    position: relative;
    background: #eee;
    padding: 40px 35px;
    font-size: 72px;
    color: #ddd;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

#error_content .error_page_msg {
    font-size: 18px;
    line-height: 22px
}

#author_page .details_content #author_info_content {
    position: relative;
    margin-top: 10px;
    background: #fff;
    padding: 10px 0
}

#author_page .details_content #author_info_content .img {
    position: relative;
    height: 200px;
    padding: 10px
}

#author_page .details_content #author_info_content .social_link {
    position: relative;
    margin-top: 10px
}

#author_page .details_content #author_info_content .social_link>ul>li:last-child {
    padding-right: 0
}

#author_page .details_content #author_info_content .social_link i {
    background: #eee;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 8px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

#author_page .details_content #article_list {
    margin-top: 10px;
    background: #fff;
    padding: 10px 0
}

#author_page .details_content #article_list .tab_list>ul {
    margin: 0
}

#author_page .details_content #article_list .tab_list>ul>li {
    position: relative;
    background: #eee;
    color: #fff;
    padding: 3px 10px 2px;
    border-radius: 8px 0 0 0;
    -moz-border-radius: 8px 0 0 0;
    -webkit-border-radius: 8px 0 0 0
}

#author_page .details_content #article_list .tab_list>ul>li>a {
    color: #000
}

#author_page .details_content #article_list .tab_list>ul>li.active {
    background: #444;
    color: #fff
}

#author_page .details_content #article_list .tab_list>ul>li.active:after {
    border-top: 10px solid #444;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    bottom: -18px;
    z-index: 2;
    position: absolute
}

#author_page .details_content #article_list .tab_list>ul>li.active>a {
    color: #fff
}

#author_page .details_content #article_list .article_list_block {
    margin-top: 15px
}

#author_page .details_content #article_list .article_list_block div.img {
    position: relative;
    height: 150px;
    margin-bottom: 10px
}

#author_page .details_content #article_list .article_list_block div.img>i {
    position: absolute;
    text-align: center;
    left: 33%;
    top: 32%;
    font-size: 72px;
    color: #ddd
}

#author_page .details_content #article_list .article_list_block div.hl>h4 {
    margin: 0;
    line-height: 24px;
    margin-bottom: 10px
}

#author_page .details_content #article_list .article_list_block div.rpt_list,#author_page .details_content #article_list .article_list_block div.date_time {
    background: #eee;
    margin: 3px 0 3px 13px;
    padding-right: 8px
}

#author_page .details_content #article_list .article_list_block div.rpt_list.active {
    background: #00bfff
}

#author_page .details_content #article_list .article_list_block div.rpt_list>a {
    color: #008b8b
}

#author_page .details_content #article_list .article_list_block div.rpt_list>i,#author_page .details_content #article_list .article_list_block div.date_time>i {
    background: #5f9ea0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: relative;
    padding-top: 4px;
    font-size: 14px;
    color: #f7f7f7;
    margin: 0 3px 0 -13px;
    text-align: center
}

#author_page .details_content #article_list .article_list_block div.date_time>i {
    background: #5f9ea0;
    padding-top: 5px
}

#author_page .details_content #article_list .article_list_block div.rpt_list.active>a {
    color: #fff
}

#author_page .details_content #article_list .article_list_block div.date_time {
    _background: beige
}

#author_page .details_content>div>div.col-md-8,#author_page .details_content #article_list .article_list_block>div>div.col-md-5 {
    padding-right: 10px
}

#author_page .details_content>div>div.col-md-4,#author_page .details_content #article_list .article_list_block>div>div.col-md-7 {
    padding-left: 10px
}


#details_more_news,.related_news_section {
    position: relative;
    background: #fff;
    margin-top: 20px;
    border: 1px solid #eee
}

.related_news_section>.caption,#details_more_news>.more_cat_news>.caption,#details_more_news>.video_content>.caption,#details_more_news>.photo_content>.caption {
    border-top: 1px solid #666
}

.related_news_section>.caption {
    border-top-color: #dc4e41
}

.related_news_section>.caption>h4,#details_more_news>.more_cat_news>.caption>h4,#details_more_news>.video_content>.caption>h4,#details_more_news>.photo_content>.caption>h4 {
    position: relative;
    display: inline-block;
    margin: 0 0 0 20px;
    background: #666;
    color: #ccc;
    padding: 5px 10px
}

.related_news_section>.caption>h4 {
    background: #dc4e41;
    color: #fff
}

.related_news_section>.caption>h4:after,#details_more_news>.more_cat_news>.caption>h4:after {
    left: 100%;
    height: 0;
    width: 7px;
    position: absolute;
    top: 0;
    content: " ";
    pointer-events: none;
    margin-left: 0;
    margin-top: 0;
    border-top: 30px solid #dc4e41;
    border-right: 8px solid transparent
}

#details_more_news>.more_cat_news>.caption>h4:after {
    border-top-color: #666
}

#details_more_news>.more_cat_news>.caption>h4>a,#details_more_news>.video_content>.caption>h4>a,#details_more_news>.photo_content>.caption>h4>a {
    color: #fff
}

.related_news_section>.rel_news_list,#details_more_news>.more_cat_news>.more_news_list,#details_more_news>.video_content>.video_content_section,#details_more_news>.photo_content>.photo_content_section {
    padding: 20px 20px 15px
}

.related_news_section>.rel_news_list div.img,#details_more_news>.more_cat_news>.more_news_list div.img,#details_more_news>.video_content>.video_content_section div.img,#details_more_news>.photo_content>.photo_content_section div.img {
    position: relative;
    width: 100%;
    height: 130px;
    text-align: center;
    overflow: hidden
}

.related_news_section>.rel_news_list div.img>i,#details_more_news>.more_cat_news>.more_news_list div.img>i,#details_more_news>.video_content>.video_content_section div.img>i,#details_more_news>.photo_content>.photo_content_section div.img>i {
    position: relative;
    top: 36%;
    color: #eee;
    font-size: 36px
}

#details_more_news>.video_content>.video_content_section div.img>i.overlay-icon,#details_more_news>.photo_content>.photo_content_section div.img>i.overlay-icon {
    background: #eee;
    opacity: .8;
    color: #cd0000;
    font-size: 14px;
    top: 0;
    left: 0;
    padding: 5px 8px
}

#details_more_news>.photo_content>.photo_content_section div.img>i.overlay-icon {
    background: #fff;
    color: #fec601
}

.related_news_section>.rel_news_list div.hl>h5,#details_more_news>.more_cat_news>.more_news_list div.hl>h5,#details_more_news>.video_content>.video_content_section div.hl>h5,#details_more_news>.photo_content>.photo_content_section div.hl>h5 {
    margin: 8px 0 12px;
    line-height: 18px;
    padding-left: 10px;
    border-left: 3px solid #666
}

.related_news_section>.rel_news_list div.hl>h5 a,#details_more_news>.more_cat_news>.more_news_list div.hl>h5 a,#details_more_news>.video_content>.video_content_section div.hl>h5 a,#details_more_news>.photo_content>.photo_content_section div.hl>h5 a {
    color: #000
}

.related_news_section>.rel_news_list>div>div.col-md-3:nth-child(4n+0),#details_more_news>.more_cat_news>.more_news_list>div>div.col-md-3:nth-child(4n+0),#details_more_news>.video_content>.video_content_section>div>div.col-md-3:nth-child(4n+0),#details_more_news>.photo_content>.photo_content_section>div>div.col-md-3:nth-child(4n+0) {
    padding: 0 15px 0 0
}

.related_news_section>.rel_news_list>div>div.col-md-3:nth-child(4n+1),#details_more_news>.more_cat_news>.more_news_list>div>div.col-md-3:nth-child(4n+1),#details_more_news>.video_content>.video_content_section>div>div.col-md-3:nth-child(4n+1),#details_more_news>.photo_content>.photo_content_section>div>div.col-md-3:nth-child(4n+1) {
    padding-right: 0
}

.related_news_section>.rel_news_list>div>div.col-md-3:nth-child(4n+2),#details_more_news>.more_cat_news>.more_news_list>div>div.col-md-3:nth-child(4n+2),#details_more_news>.video_content>.video_content_section>div>div.col-md-3:nth-child(4n+2),#details_more_news>.photo_content>.photo_content_section>div>div.col-md-3:nth-child(4n+2) {
    padding: 0 5px 0 10px
}

.related_news_section>.rel_news_list>div>div.col-md-3:nth-child(4n+3),#details_more_news>.more_cat_news>.more_news_list>div>div.col-md-3:nth-child(4n+3),#details_more_news>.video_content>.video_content_section>div>div.col-md-3:nth-child(4n+3),#details_more_news>.photo_content>.photo_content_section>div>div.col-md-3:nth-child(4n+3) {
    padding: 0 10px 0 5px
}


#dtl_img_header_section {
    position: relative;
    width: 100%;
    height: 510px;
    margin-top: 15px;
    box-shadow: inset 0 -120px 150px rgba(0,0,0,.6);
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s
}

#dtl_img_header_section .headline_content_block.post_template-3 {
    position: absolute;
    bottom: 0;
    padding: 20px
}

#dtl_img_header_section .headline_content_block.post_template-3 .headline_section>h3,#dtl_img_header_section .headline_content_block.post_template-3 .headline_section>h1,#dtl_img_header_section .headline_content_block.post_template-3 .headline_section>h4 {
    margin: 0
}

#dtl_img_header_section .headline_content_block.post_template-3 .headline_section>h3 {
    color: #eee;
    text-shadow: 1px 1px #000;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px
}

#dtl_img_header_section .headline_content_block.post_template-3 .headline_section>h1 {
    color: #fff;
    text-shadow: 1px 1px #000
}

#dtl_img_header_section .headline_content_block.post_template-3 .headline_section>h4 {
    color: #f0f0f0;
    text-shadow: 1px 1px #000;
    margin-top: 10px
}

#dtl_img_header_section .headline_content_block.post_template-3 .news_date_time>p {
    color: #f7f7f7;
    text-shadow: 1px 1px #000;
    margin: 10px 0 0
}

.headline_content_block.post_template-2 {
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    padding: 10px 0;
    margin-bottom: 15px
}

.headline_content_block.post_template-2 .headline_section>h3 {
    color: coral;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 24px
}

#details_content,#error_content {
    position: relative;
    margin-top: 15px;
    background: #fff
}

#details_content .headline_section>h3,#details_content .headline_section>h1,#details_content .headline_section>h4 {
    margin: 0
}

#details_content .headline_section>h3 {
    color: red;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px
}

#details_content .headline_section>h1 {
    color: #333;
    font-size: 30px
}

#details_content .headline_section>h4 {
    color: #de7a19;
    font-size: 16px;
    margin-top: 5px
}

#details_content .news_date_time>p {
    margin: 10px 0 0
}

#details_content .rpt_and_share_block {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 0;
    _overflow: hidden;
    position: relative
}

#details_content .rpt_info_section,#details_content .share_section {
    float: left;
    position: relative;
    _margin-top: 10px;
    _height: 40px
}

#details_content .rpt_info_section {
    display: table
}

#details_content .share_section {
    float: right;
    padding: 10px 0 0
}

#details_content .rpt_info_section>div.rpt_photo {
    position: relative;
    display: table-cell;
    background: #f9f9f9;
    margin-right: 1px;
    margin-left: 3px;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

#details_content .rpt_info_section>div.rpt_photo:first-child {
    margin-left: 0
}

#details_content .rpt_info_section>div.rpt_photo>i {
    position: relative;
    color: #ccc;
    font-size: 30px
}

#details_content .rpt_info_section>div.rpt_name {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    height: auto
}

#details_content .rpt_info_section>div.rpt_more {
    display: inline-block;
    padding: 10px 7px;
    background: #ddd;
    color: #999;
    cursor: pointer;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s
}

#details_content .rpt_info_section>div.rpt_more:hover {
    color: #444
}

#details_content .rpt_info_section>div.rpt_more_list_block {
    position: absolute;
    display: none;
    top: 40px;
    left: 0;
    background: #dedede;
    padding: 5px;
    border-top: 1px solid #eee;
    min-width: 250px;
    z-index: 5
}

#details_content .rpt_info_section div.rpt_more_list {
    width: 100%;
    background: #eee;
    position: relative;
    padding: 5px;
    height: 40px;
    border-bottom: 1px solid #f7f7f7
}

#details_content .rpt_info_section div.rpt_more_list>div {
    float: left;
    overflow: hidden
}

#details_content .rpt_info_section div.rpt_more_list>div.rpt_photo {
    background: #dedede;
    margin-right: 1px;
    width: 30px;
    height: 30px;
    text-align: center
}

#details_content .rpt_info_section div.rpt_more_list>div.rpt_photo>i {
    position: relative;
    top: 5px
}

#details_content .rpt_info_section div.rpt_more_list>div.rpt_name {
    padding: 5px 10px;
    background: #eee
}

.rpt_info_section .rpt_name a {
    line-height: 28px;
    font-weight: 700
}

#details_content .dtl_section {
    position: relative;
    _margin-top: 10px;
    text-align: justify;
    font-size: 16px
}

#details_content .dtl_section .full-top-img,#details_content .dtl_section .full-mid-img,#details_content .dtl_section .full-bottom-img {
    float: left;
    margin: 10px 0;
    border: 1px solid #ccc;
    width: 100%
}

#details_content .dtl_section .full-top-img {
    margin: 0 0 10px
}

#details_content .dtl_section .full-bottom-img {
    margin: 10px 0 0
}

#details_content .dtl_section .left-top-img,#details_content .dtl_section .left-mid-img,#details_content .dtl_section .left-bottom-img {
    float: left;
    margin: 10px 10px 10px 0;
    border: 1px solid #ccc;
    width: 45%
}

#details_content .dtl_section .left-top-img {
    margin-top: 0
}

#details_content .dtl_section .left-bottom-img {
    margin-bottom: 0
}

#details_content .dtl_section .right-top-img,#details_content .dtl_section .right-mid-img,#details_content .dtl_section .right-bottom-img {
    float: right;
    margin: 10px 10px 10px 0;
    border: 1px solid #ccc;
    width: 45%
}

#details_content .dtl_section .right-top-img {
    margin-top: 0
}

#details_content .dtl_section .right-bottom-img {
    margin-bottom: 0
}

#details_content .dtl_section>.dtl_img_section.post_template-0 {
    display: block;
    margin: 15px 0;
    text-align: center
}

#details_content .dtl_section>.dtl_img_section.post_template-2 {
    display: block;
    margin: 0 0;
    text-align: center
}

#details_content .dtl_section>.dtl_img_section.post_template-1 {
    float: left
}

#details_content .dtl_section>.dtl_img_section>ul {
    position: relative;
    background: #f5f5f5;
    border-bottom: 2px solid #ddd;
    width: 375px;
    height: 250px;
    margin: 0 0 10px 10px
}

#details_content .dtl_section>.dtl_img_section>ul>li {
    position: absolute;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

#details_content .dtl_section>.dtl_img_section>ul>li.active {
    z-index: 2
}

#details_content .dtl_section>.dtl_img_section>ul>li.pre-photo,#details_content .dtl_section>.dtl_img_section>ul>li.nxt-photo {
    position: absolute;
    cursor: pointer;
    background-position: -720px -72px;
    width: 25px;
    height: 25px;
    display: inline-block;
    left: 0;
    top: 44%;
    z-index: 5
}

#details_content .dtl_section>.dtl_img_section>ul>li.nxt-photo {
    background-position: -756px -72px;
    left: auto;
    right: 0
}

#details_content .dtl_section>.dtl_img_section>ul>li>.img {
    width: 100%;
    height: 100%
}

#details_content .dtl_section>.dtl_img_section.post_template-0>.img,#details_content .dtl_section>.dtl_img_section.post_template-2>.img {
    background: #f5f5f5
}

#details_content .dtl_section>.dtl_img_section.post_template-1>.img {
    background: #f5f5f5;
    margin: 5px 15px 15px 0;
    max-width: 350px
}

#details_content .dtl_section>.dtl_img_section>.img img {
    max-width: 100%
}

#details_content .dtl_section>.dtl_img_section>.img img:hover {
    opacity: .9
}

#details_content .dtl_section>.dtl_img_section>.dtl_img_caption {
    display: block;
    width: 375px;
    border-bottom: 3px solid #eee;
    padding: 10px;
    box-shadow: 0 0 3px #eee;
    margin: -10px 0 10px 10px;
    font-size: 14px
}

#details_content .dtl_section>.dtl_img_section.post_template-0>.dtl_img_caption {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin: 0 15px 0 0;
    font-size: 14px;
    box-shadow: none
}

#details_content .dtl_section>.dtl_img_section.post_template-1>.dtl_img_caption {
    display: block;
    width: auto;
    border-bottom: 3px solid #eee;
    padding: 10px;
    box-shadow: 0 0 3px #eee;
    margin: -15px 15px 0 0;
    font-size: 14px
}

.home_page_left.post_template-4 {
    position: relative;
    background: #fff;
    margin-top: -120px;
    padding: 15px 15px 0 0
}

#details_content .post_template-1 {
    margin-bottom: 10px
}

.post_template-3 .headline_section h1 {
    color: #fff!important
}

.pagination>li>a,.pagination>li>span {
}

.pagination>li.current-active>a,.pagination>li.current-active>span {
    color: #cd0000
}








    

    
.post-list-small--arrows {
    position: relative;
    margin: -23px 0 0 0;


padding: 0 10px;

list-style: none;
}.post-list-small--arrows li {
    padding-left: 10px;
}.post-list-small--dividers li {
    border-bottom: 1px solid #E3E4E8;
}.post-list-small__item {
    padding: 5px 0;
    position: relative;
}.post-list-small--arrows li:first-child::before {
    top: 6px;
}article{
    display: block;
}.post-list-small__body {
    overflow: hidden;
}.post-list-small__entry-title {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px;
    margin-top: 5px;
}.post-list-small__entry-title a {
    color: #171821;
    display: inline-block;

text-decoration: none;

transition: all 0.2s ease-in-out;

-moz-transition: all 0.2s ease-in-out;

-webkit-transition: all 0.2s ease-in-out;

-o-transition: all 0.2s ease-in-out;

color: #333333;
}


.post-list-small__entry-title a:hover {
    color: #f44336;
}


.post-list-small__entry-title::before {
    content: '\f105';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 13px;
    color: #666666;
    top: 10px;
    left: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 33px;
    cursor: pointer;
    line-height: 27px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label::before, [type="radio"]:not(:checked) + label::before {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    width: 26px;
    height: 26px;
    border: 3px solid #1ab394;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #F44336;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.vote p {
    float: left;
    margin: 0 15px 0 9px;
}
.vote p:first-child {
    margin-left: 0;
}
.vote_sec{
    margin: 0 0px;

background: #f4f4f480;

overflow: hidden;

padding: 10px;

border-radius: 6px;
}

.vote_sec h2 {
    color: #333333;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 7px 0 14px;
    font-size: 14px;
}

.vote_sec button {
    color: #ccc;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: #222222;
    padding: 7px 10px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    /* margin: 13px 0; */
    float: left;
    cursor: pointer;
}

.vote_sec a {
    background: #1ab394;
    padding: 7px 12px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    float: right;
}
.vote_sec button:hover {
    background: #f44336;
    color: #fff;
}


label[for="nov"]::before{
    border: 3px solid #ff3b30 !important;
}
label[for="nov"]::after{
    background: #ff3b30 !important;
}

label[for="yesv"]::before{
    border: 3px solid #00a651 !important;
}
label[for="yesv"]::after{
    background: #00a651 !important;
}

label[for="nonev"]::before{
    border: 3px solid #007aff !important;
}
label[for="nonev"]::after{
    background: #007aff !important;
}






.line {
 width:100%;
 height:1px;
 background:#ccc;
 margin-bottom:15px
}
.calendarTop .datePicker {
    overflow: hidden;
    padding: 20px 9px 10px 0px;
    background: #f0f0ed;
}
.calendarTop .datePicker select {
 float:left;
 padding:2px 10px;
 font-size:14px;
 border-radius:4px
}
.calendarTop .datePicker select.yearSelector {
 float:right
}
.calendarWraper dl {
 margin:0
}
.calendarWraper .dateZone, .calendarWraper .dayZone {
    /*! border-top: 1px solid #a6a898; */
    /* overflow: hidden; */
    /*! display: block; */
}
.calendarWraper .dateZone {
 background:#efefef
}
.calendarWraper .dateZone dd, .calendarWraper .dateZone dt, .calendarWraper .dayZone dd, .calendarWraper .dayZone dt {
    float: left;
    text-align: center;
    line-height: 28px;
    /* border-right: 1px solid #a6a898; */
    padding: 0 1px;
    margin: 0;
}
.dayZone dt {
    background: #1ab394;
    color: #fff;
}
.dn {
 display:none
}
.calendarWraper .dateZone dt,
.calendarWraper .dayZone dt {
 font-size:13px;
 overflow:hidden
}
.calendarWraper .dateZone a {
    text-decoration: none;
    display: block;
    color: #000;
    background: #f7f7f7;
    margin-bottom: 3px;
}
.calendarWraper .dateZone a.active,
.calendarWraper .dateZone a:hover {
 background:#e9983c;
 color:#fff
}
.calendarWraper .dateZone a.active, .calendarWraper .dateZone a:hover {
    background: #4AB899;
    color: #fff;
    border-radius: 3px;
}

    .tab_bar_block ul{display:table; width: 100%; margin:0 0 10px 0;}
    .tab_bar_block ul > li{position:relative; display: table-cell; line-height: 32px; font-size:15px; color:#000; width:50%; text-align: center; cursor: pointer; border-radius:5px; font-weight:bold;}
    .tab_bar_block ul > li.active{background: #2e4053; color: #fff;}
    .allNews {background: #3a495e;font-size: 17px;line-height: 30px;text-align: center;width: 100%; display: block; margin: 10px 0 0 0;color: #fff; border-radius:5px;}

    #test{ height:405px; overflow:auto;scrollbar-width: thin;}
    
    #mostview{ height:405px; overflow:auto;}
    
    #popular_list_block{display: none}
    
    .img{position:relative;}

.editor_picks_list {
    display: table;
    width: 100%;
    /* margin: 0 0 10px 0; */
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}
    .list_display_block .editor_picks_list:last-child{margin: 0px 0 0 0; }
    .editor_picks_list > a > div{display: table-cell; vertical-align: middle}
    .editor_picks_list > a > div.img{background: #f7f7f7; width: 90px; height: 58px; text-align: center;padding-left: 5px;}
    .editor_picks_list > a > div.img:hover{ opacity:0.9;}
    .editor_picks_list > a > div.img > i{font-size: 24px; color: #eee}
    .editor_picks_list > a > div.hl > h4{font-size: 15px; line-height: 22px; padding: 0 10px; margin:0; color:#000;}
    .editor_picks_list > a > div.hl > h4:hover{ color:#336699;}
        div.snippet div.content{ background:#F2F7FD;}
    div.snippet div.content ul li{ color: #666;list-style-type: square;list-style-position: inside;margin-left: 10px;padding-top: 8px;}
    div.snippet div.content ul li:last-child{ padding-bottom:8px}
    div.snippet div.content ul li a{ color:#000; font-size:15px; }
    .life a{ font-size:15px; color:#000; line-height:20px;}
    div.archive_version{ width:100%; background:#455960; line-height:32px; overflow:hidden; margin-bottom:4px}
    div.archive_version ul{ width:100%; list-style:none }
    div.archive_version ul li{ width:50%; text-align:left; display:inline-block; float:left; font-size:15px; color:#fff; padding-left:10px; list-style:none;}
    div.archive_version ul li.active{ background:#BF995B}
    .spc_tab{}
    .spc_hdline ul{ width:100%; list-style:none; text-align:left; border:1px solid #455960; background:#f2f7fd; padding:10px 10px 5px 10px; border-top:none; margin-bottom:10px;}
    .spc_hdline ul li{color:#000; background:url(https://www.jugantor.com/home/jugantor/public_html/templates/jugantor-v2/images/menu_bullet.png) no-repeat scroll 0 -298px transparent; border-bottom:1px dotted #ccc; padding:0 0 3px 15px; margin-bottom:3px; font-size:15px;}
    .spc_hdline ul li:last-child{ border-bottom:none;}
    .editor{ padding:10px 10px 0 10px; overflow:hidden; background:#f2f7fd;}
    .editor a{ color:#000;}
    .weather_widget{ padding:10px 10px 5px 10px; border:1px solid #455960;}
    #link_get_widget{ display:none !important;}
    div.aw-widget-current-inner div.aw-widget-content{ border: none !important;}
    .right_new_block{ width:100%; overflow:hidden;  border-radius:5px; background:#f0f0ed;}
    .right_block_title{text-align:center; color:#fff; font-size:20px; line-height:35px; font-weight:bold; background-image:url(../images/headline.png); background-size:cover; background-repeat:no-repeat; background-position:bottom center;}
    .right_block_title a{ color:#fff;}
    .right_new_cont{border:1px solid #1ab394; border-top:0px; padding:10px; overflow:hidden; border-radius:0 0 5px 5px;}
    .right_new_cont ul li{ background:#fff; margin-bottom:10px; height:35px; border-radius:4px; list-style:none; width:100%; float:left;}
    .right_new_cont ul li:last-child{ margin-bottom:0px;}
    .right_new_cont ul li a{ display:block; line-height:35px;}
    .right_new_cont ul li a span{ width:45px; display:inline-block; text-align:center; height:33px; position:relative;}
    .right_new_cont ul li a span:after {left: 100%;top: 50%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none; border-width: 6px;margin-top: -6px;}
    .right_new_cont ul li a span i{ color:#fff; font-size:18px;}
    .right_new_cont ul li a b{ width:calc(100% - 45px); display:inline-block; text-align:center; color:#000;}
    .right_new_cont ul li:nth-child(1){ border:1px solid #007aff;}
    .right_new_cont ul li:nth-child(2){ border:1px solid #ef433a;}
    .right_new_cont ul li:nth-child(3){ border:1px solid #38ba7d;}
    .right_new_cont ul li:nth-child(1) a span { background:#007aff}
    .right_new_cont ul li:nth-child(2) a span { background:#ef433a}
    .right_new_cont ul li:nth-child(3) a span { background:#38ba7d}
    .right_new_cont ul li:nth-child(1) a span:after {border-left-color: #007aff;}
    .right_new_cont ul li:nth-child(2) a span:after {border-left-color: #ef433a;}
    .right_new_cont ul li:nth-child(3) a span:after {border-left-color: #38ba7d;}
    
    #myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

table, td {
  border: 2px solid #fff;
}
#myTable tr{background:#eee;}
#myTable td{height:30px; text-align:center;}

.blinking {
  -webkit-animation: 1s blink ease infinite;
  -moz-animation: 1s blink ease infinite;
  -ms-animation: 1s blink ease infinite;
  -o-animation: 1s blink ease infinite;
  animation: 1s blink ease infinite;
  
}

@keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-ms-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-o-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}


.pinkBg {
    background-color: #fff!important;
    background-image: linear-gradient(90deg, #fff, #fff);
}
.intro-banner-vdo-play-btn{
    height:10px;
    width:10px;
    position:absolute;
    top: 50px;
    left: 20px;
    text-align:center;
    margin:-30px 0 0 -30px;
    border-radius:100px;
    z-index:1
}
.intro-banner-vdo-play-btn i{
    line-height:56px;
    font-size:30px
}
.intro-banner-vdo-play-btn .ripple{
    position:absolute;
    width:40px;
    height:40px;
    z-index:-1;
    left: 65px;
    top: 65px;
    opacity:0;
    margin:-80px 0 0 -80px;
    border-radius:100px;
    -webkit-animation:ripple 1.8s infinite;
    animation:ripple 1.8s infinite
}

@-webkit-keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.intro-banner-vdo-play-btn .ripple:nth-child(2){
    animation-delay:.3s;
    -webkit-animation-delay:.3s
}
.intro-banner-vdo-play-btn .ripple:nth-child(3){
    animation-delay:.6s;
    -webkit-animation-delay:.6s
}.right_poll_block{ width:100%; overflow:hidden;  border-radius:5px; background:#f0f0ed;}
    .right_poll_title{ background:url(../images/clhd.png) no-repeat bottom center; text-align:center; color:#fff; font-size:20px; line-height:35px; font-weight:bold;background-size: 100%;}
    .right_poll_title a{ color:#fff;font-weight:bold;}
    .right_poll_cont{border:1px solid #d17c29; border-top:0px; padding:10px; overflow:hidden; border-radius:0 0 5px 5px;}
    .pollingBox a:hover{ color:#000 !important }
    .right_poll_cont [type="radio"]:checked,
    .right_poll_cont [type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px;
    }
    .right_poll_cont [type="radio"]:checked + label,
    .right_poll_cont [type="radio"]:not(:checked) + label
    {
        position: relative;
        padding-left: 36px;
        cursor: pointer;
        line-height: 28px;
        display: inline-block;
        color: #666;
    }
    .right_poll_cont [type="radio"]:checked + label:before,
    .right_poll_cont [type="radio"]:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 28px;
        height: 28px;
        _border: 3px solid #ff6d00;
        border-radius: 100%;
        background:#fff;
    }
    .right_poll_cont .opt:nth-child(1) [type="radio"]:checked + label:before,
    .right_poll_cont .opt:nth-child(1) [type="radio"]:not(:checked) + label:before {
        border: 3px solid #00a651;
    }
    .right_poll_cont .opt:nth-child(2) [type="radio"]:checked + label:before,
    .right_poll_cont .opt:nth-child(2) [type="radio"]:not(:checked) + label:before {
        border: 3px solid #ff3b30;
    }
    .right_poll_cont .opt:nth-child(3) [type="radio"]:checked + label:before,
    .right_poll_cont .opt:nth-child(3) [type="radio"]:not(:checked) + label:before {
        border: 3px solid #007aff;
    }
    .right_poll_cont [type="radio"]:checked + label:after,
    .right_poll_cont [type="radio"]:not(:checked) + label:after {
        content: '';
        width: 16px;
        height: 16px;
        background: chocolate;
        position: absolute;
        top: 6px;
        left: 6px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .right_poll_cont .opt:nth-child(1) [type="radio"]:checked + label:after,
    .right_poll_cont .opt:nth-child(1) [type="radio"]:not(:checked) + label:after {
        background: #00a651;
    }
    .right_poll_cont .opt:nth-child(2) [type="radio"]:checked + label:after,
    .right_poll_cont .opt:nth-child(2) [type="radio"]:not(:checked) + label:after {
        background: #ff3b30;
    }
    .right_poll_cont .opt:nth-child(3) [type="radio"]:checked + label:after,
    .right_poll_cont .opt:nth-child(3) [type="radio"]:not(:checked) + label:after {
        background: #007aff;
    }
    .right_poll_cont [type="radio"]:not(:checked) + label:after {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    .right_poll_cont [type="radio"]:checked + label:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
.subscribe{ float:right; margin-top:7px;}
.subscribe input.btn.btn-lg,.subscribe input.btn.btn-lg:focus {
        outline: none;
        width: 70%;
        height: 35px;
        text-align:left;
        font-size:15px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
.subscribe button.btn {
        width: 30%;
        height: 35px;font-size:14px; 
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
.foot_content p a{ color: #fff;}
.foot_content p a:hover{ color:#337ab7} 

.p_img img {
    width: 101px;
    height: auto;
    margin: 2px 0 3px 6px;
}
    .b_news{
        position: relative;
    }
    .b_news h2 a{
        color: #fff;font-size: 20px;font-weight: bold;
    }
.b_news h2 {
    padding: 10px 10px 10px 10px;
    position: absolute;
    bottom: 0px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
}
    .p_img h4{
        max-height: 65px;
        overflow: hidden;
    }
@media(min-width:768px){
.news_img{
    height: 258px !important;
}
.news_img img{
    height: 258px !important;
}
}.p_box {
    background: #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-radius: 5px;
}
.p_box h2 {
    height: 41px;
    overflow: hidden;
    padding: 2px 6px;
}
.pagination-box {
    background: white;
    overflow: hidden;
    margin: 0 0 20px 0;
    padding: 7px 7px 7px 4px;
    border-radius: 3px;
}

.pagination-box ul.pagination-list {
    margin: 0;
    padding: 0;
    float: left;
}
    .pagination-box ul.pagination-list li {
    display: inline-block;
    margin-right: 3px;
}
    .pagination-box ul.pagination-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #333333;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    padding: 6px 11px;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}.pagination-box ul.pagination-list li a:hover, .pagination-box ul.pagination-list li a.active {
    border: 1px solid #f44336;
    background: #f44336;
    color: #ffffff;
}.pagination-box p {
    text-align: right;
    color: #333333;
    font-size: 12px;
    float: right;
    margin-top: 8px;
}

.disabled:hover{
background: #4AB899 !important;
}
.disabled{
    background: #eaeaea !important;
}


.menu-news-content{
    height: 344px !important;
}





.img img {
    max-height: 80px !important;
    width: 100px !important;
    height: auto;
}

.menu-news-content{
    height: 344px !important;
}


.editor_picks_list a{
    display: block;
}

.searc{
    color: #d56767;cursor: pointer;padding: 6px 10px
}
@media(max-width:1000px){
.header{
    margin:0 !important;
}
.drop{
    width: 156px !important;
}
.menu_category ul li ul li{
    width: 100% !important;
}
.hm_st {
    margin-top: 120px !important;;
}

}

@media(min-width:1000px){
.searc{
    color: #fff !important;
}
.hm_right{
    margin-top: 20px !important;width: 31.333% !important;float: right !important;
}
.hm_left{
    width: 68.667% !important;
}

}











