@charset "utf-8";
/* CSS Document */
body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
ul,ol {list-style-type:none;}
header {
    margin: 10px 0;
    padding: 0px;
    width: 100%;
    float: left;
}
a{color:#000;}
.black-bg {
    background: #292929;
    margin-bottom: 20px;
    clear: both;
    width: 100%;
    float: left;
}

#Date {
    width: 200px;
    margin: 5px 0px 0 85px;
    font-size: 14px;
}

/* navigation ********************************/
.orange-bg1 {
    line-height: 1px;
    background: #e2682d;
    padding: 2px;
}

.navigation_responsive {
    display: none
}

list-inline {
    list-style: outside none none;
    margin-left: 0px;
    padding-left: 0;
    float: right;
}

.megamenu-parent > ul {
    position: relative;
}

.megamenu-parent > li {
    padding: 0 20px 0 5px;
}

.list-inline > li {
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.has-child {
    position: relative;
}

.navigation {
    z-index: 15;
    float: right;
    width: 100%;
}

.megamenu-parent > li {
    padding: 0 31px 0 5px;
}

.megamenu-parent > li > a {
    display: inline-block;
    line-height: 42px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}

.megamenu-parent li > a {
    color: #fff;
}

.megamenu-parent .dropdown-inner li.active > a {
    background-color: #e2682d;
}

.has-child > a:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    height: 0;
    left: 10px;
    position: relative;
    top: 12px;
    width: 0;
}

.has-child {
    position: relative;
}

/*.navigation_responsive { display:none;}
*/
.has-child .dropdown-inner {
    display: none;
    z-index: 999;
}

.dropdown-inner .has-child:hover > a {
    background-color: #f9f9f9;
}

.has-child:hover > .dropdown-inner {
    display: block;
    -webkit-animation: fadeInLeft .3s;
    animation: fadeInLeft .3s;
}

.dropdown-inner {
    position: absolute;
    background: #e9eaed;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 20px 0;
}

.dropdown-menu-full-wrapper {
    width: 100%;
    overflow: hidden;
}

.menu-justify .dropdown-inner {
    padding: 0;
}

.has-child .sub-dropdown-inner {
    left: 100%;
    top: 0;
    display: none;
}

.dropdown-items li > a {
    padding: 10px 20px;
    min-width: 200px;
    display: block;
    color: #444;
}

.dropdown-items li > a:hover {
    background: #e2682d;
    color: #fff;
}

.dropdown-menu-full-wrapper {
    left: -0px;
}

.menu-justify {
    position: static;
}

.dropdown-inner .dropdown-menu-full {
    color: #444;
}

.dropdown-inner .dropdown-menu-full {
    position: relative;
}

.dropdown-inner .dropdown-menu-full:before,
.dropdown-inner .dropdown-menu-full:after {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 2000px;
    background-color: #e9eaed;
}

.dropdown-inner .dropdown-menu-full:before {
    left: -2000px;
}

.dropdown-inner .dropdown-menu-full:after {
    right: -2000px;
}

/* ************** 	END:: HEADER 	*********************** */

/*FOOTER*/
.footer-block {
    margin: 0px;
    padding: 0px;
    float: left;
    background: #090909;
    width: 100%;
}

footer {
    margin: 0px;
    padding: 10px 0;
    float: left;
    width: 100%;
}

footer ul {
    margin: 10px 0;
    padding: 0px;
}

footer ul li {
    list-style: none;
    margin: 0 0 10px;
    padding: 0px;
}

footer ul li a {
    color: #fff;
}

footer ul li a i {
    margin: 0 10px 0 0;
    padding: 10px;
    width: 34px;
    height: 34px;
    border-radius: 4px;
    text-align: center;
}

footer ul li a:hover {
    color: #f2814a;
}

footer h4 {
    font-size: 22px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    margin: 5px 0 10px;
    padding: 5px 0;
    position: relative;
}

.f-facebook {
    background: #4b76bd;
}

.f-twitter {
    background: #00c6ff;
}

.f-google-plus {
    background: #fb5245;
}

.rss-square {
    background: #fbc433;
}

.margin-top20 {
    margin: 20px 0 0 0 !important;
}

/*soical-footer*/
.soical-footer {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

.soical-footer ul li {
    width: 16.666%;
    float: left;
    text-align: center;
    padding: 10px;
    margin: 0px;
}

.soical-footer ul li a {
    color: #fff;
    font-size: 14px;
}

.soical-footer ul li a:hover {
    text-decoration: none;
}

.soical-footer ul li a i {
    margin: 0 10px 0 0;
    padding: 10px;
    font-size: 22px;
    width: 47px;
    height: 41px;
    border-radius: 4px;
    text-align: center;
}

.f-android {
    background: #8fc028;
}

.f-apple {
    background: -webkit-linear-gradient(top, #03e4fe 0%, #1b52ef 100%);
    background: -moz-linear-gradient(top, #03e4fe 0%, #1b52ef 100%);
    background: -ms-linear-gradient(top, #03e4fe 0%, #1b52ef 100%);
    background: -o-linear-gradient(top, #03e4fe 0%, #1b52ef 100%);
    background: linear-gradient(top, #03e4fe 0%, #1b52ef 100%);
}

.footer-block-bootom {
    margin: 0px;
    padding: 0px 0;
    float: left;
    width: 100%;
    border-bottom: solid 1px #b8b8b8;
    border-top: solid 1px #b8b8b8;
    background: #4c4c4c;
    clear: both
}

.others ul li {
    width: 30%;
    float: left;
    margin: 0 2% 0 0;
}

.others ul li img {
    width: 100%;
}

.copyright {
	background:#000;
    color: #fff;
    padding: 10px 0;
	text-align:center;
	float:left;
	width: 100%;
}

/*life-world*/
.life-world {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
}

.life-world-left {
    margin: 0 20px 10px 0;
    padding: 0px;
    float: left;
    width: 750px;
}

.life-world-left ul{margin-left:-20px; margin-top:-20px;}
.life-world-left li {width: 50%;padding-left: 20px; padding-top: 20px;float: left;position: relative;}
.life-world-left li h4 {position: relative;bottom: 0px;z-index: 9;padding: 5px 12px;font-size: 20px;font-weight: 700;}
.life-world-left ul li a {color: #fff;}
.life-world-left li a:hover {text-decoration: none;}
.life-world-left li img {width: 100%;}
.life-world-left__thumb {position:relative;}
.tsm-stitle {
    background: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-weight: 700;
    position: absolute;
	bottom: 0;
    z-index: 9;
    line-height: 22px;
	padding: 10px;
    width: 100%;
}

.life-world-right {
    margin: 0 0px 0px 0;
    padding: 0px;
    float: left;
    width: 400px;
}

.life-world-right ul li {
    padding: 0px;
    margin: 0 20px 0 0;
    float: left;
    position: relative;
}

.life-world-right ul li h4 {
    position: relative;
    bottom: 0px;
    z-index: 9;
    padding: 5px 12px;
    font-size: 20px;
    font-weight: 700;
}

.life-world-right ul li a {
    color: #fff;
}

.life-world-right ul li a:hover {
    text-decoration: none;
}

.life-world-right ul li img {
    width: 100%;
}

.life-world-right ul li:last-child {
    margin: 0px;
}

.life-world-right ul li img {
}

.black-title {
    background: #292929;
    padding: 15px 10px;
    margin: 0px;
    font-size: 16px;
    line-height: 22px;
}

.life-world ul li p {
    margin: 0px;
    padding: 12px 0;
    font-size: 16px;
    border-bottom: solid 1px #d7d7d7;
}

.life-world ul li p:last-child {
    border: none;
}

.life-world ul li p a {
    color: #000;
}

.life-world ul li p a:hover {
    text-decoration: none;
}

/*sports*/
.sports {
    margin: 0 0 10px;
    padding: 0px;
    float: left;
    width: 100%;
}

.soprts-left {
    margin: 0 20px 0px 0;
    padding: 0px;
    float: left;
    width: 575px;
    position: relative;
}

.soprts-left li {
    position: relative;
}
.soprts-left a {
    color: #fff;
}

.soprts-left img {
    width: 100%;
}

.soprts-left a:hover {
    text-decoration: none
}

.soprts-left h4 {
    position: relative;
    z-index: 9;
    bottom: 0px;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
}

.soprts-right {
    margin: 0 0px 0px 0;
    padding: 0px;
    float: left;
    width: 575px;
}

.soprts-right ul li {
    margin: 0 0 15px;
    padding: 0 0 15px 0;
    float: left;
    width: 100%;
    display: block;
    border-bottom: solid 1px #d7d7d7;
}

.soprts-right ul li:last-child {
    border: none;
}

.soprts-right ul li img {
    float: left;
    margin-right: 15px;
}

.soprts-right ul li a {
    color: #000;
}

.soprts-right ul li a:hover {
    text-decoration: none;
}

.soprts-right ul li h4 {
    font-size: 18px;
	line-height: 22px;
    margin: 0px;
    padding: 0px;
}

.soprts-right ul li p {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}

.m-lifestyle {float: left;width: 100%;}
.m-lifestyle ul {margin-left:-20px;}
.m-lifestyle li {padding-left:20px;float: left;width: 50%;}
.m-lifestyle li img {float:left;margin-right: 15px;width:160px;}
.m-lifestyle li h4 {font-size: 20px;line-height:24px;padding-bottom:5px;}
.m-lifestyle ul li p {font-size: 16px;line-height:20px;}
.m-lifestyle__inner {border-bottom: solid 1px #d7d7d7;padding-bottom:15px;margin-bottom:15px;}

/*Search*/
#serach {
    cursor: pointer;
    position: relative;
}

#serach i {
    color: #fff;
    font-weight: normal;
}

.sreach {
    position: absolute;
    right: 135px;
    z-index: 9999;
    display: none;
    background: #fff;
    padding: 10px;
    border: solid 1px #ccc;
    width: 320px;
}

.sreach input[type="text"] {
    border-radius: 0px;
    width: 235px;
    border: solid 1px #ccc;;
    box-shadow: none;
    margin: 0px;
    padding: 0px 10px;
    height: 33px
}

.sreach input[type="submit"] {
    background: #e2682d;
    text-shadow: none;
    color: #fff;
    font-size: 16px;
    margin: 0px -4px;
    padding: 0 10px;
    height: 33px;
    font-weight: normal;
    border: none;
    border-radius: 0px;
}

.sreach input[type="submit"]:hover {
    background: #222;
}

.cross {
    position: absolute;
    right: 90px;
    cursor: pointer;
    font-size: 21px;
    padding: 0px;
}

@media screen and (max-width: 1279px) {
    .nav_bar {
        display: block;
        width: 65px;
        height: 24px;
        position: absolute;
        left: 15px;
        top: 15px;
        cursor: pointer;
        line-height: 24px;
        z-index: 9999;
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.4s linear 0s;
        -ms-transition: all 0.4s linear 0s;
        transition: all 0.4s linear 0s;
    }

    .nav_bar span {
        width: 30px;
        height: 24px;
        float: left;
    }

    .nav_bar span i {
        height: 2px;
        background: #000;
        margin: 5px;
        display: block;
        width: 20px;
    }

    .header-add {
        display: none;
    }

    .list-inline {
        display: none;
    }

    .navigation_responsive {
        position: fixed;
        top: 0px;
        left: -220px;
        background: #221f1f;
        width: 220px;
        height: 100%;
        z-index: 999;
        padding: 60px 0px 20px 10px;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .navwrap {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        overflow-y: scroll;
    }

    .navwrap ul {
        display: block
    }

    .navwrap li {
        padding: 13px 0px;
        border-bottom: solid 1px #474747;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        position: relative
    }

    .navwrap li span {
        width: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        display: block;
        height: 20px;
        cursor: pointer
    }

    .navwrap li span:after {
        content: '';
        width: 30px;
        position: absolute;
        right: 0px;
        top: 0px;
        display: block;
        height: 36px;
        line-height: 36px;
        background: url(../images/icon.png) no-repeat -179px -12px;
    }

    .navwrap li span.showmenu:after {
        content: '';
        width: 30px;
        height: 36px;
        background: url(../images/icon.png) no-repeat -216px -12px;
    }

    .navwrap li a {
        display: block;
        color: #FFFFFF;
        outline: none
    }

    .navwrap li ul {
        display: none;
        padding: 0 0 0 4%;
        width: 96%
    }

    ul.list-inline1 {
        width: 100%;
        margin: 0px;
        padding: 0px;
        float: left
    }

    ul.list-inline1 li {
        width: 19.5% !important;
        float: left;
    }

    .nav_bar.open {
        color: #fff;
        left: 145px;
        position: fixed
    }

    .nav_bar.open span {
        float: right
    }

    .nav_bar.open span i {
        background: #fff;
    }

    .nav_bar.open span i:nth-child(1) {
        -moz-transform: rotate(45deg) translateY(5px) translateX(5px);
        -webkit-transform: rotate(45deg) translateY(5px) translateX(5px);
        -ms-transform: rotate(45deg) translateY(5px) translateX(5px)
    }

    .nav_bar.open span i:nth-child(2) {
        display: none
    }

    .nav_bar.open span i:nth-child(3) {
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg)
    }

}

/*HOME PAGE RESPONSIVE*/
@media screen and (max-width: 1199px) {
    .custome-display {
        display: none;
    }

    #Date {
        margin: 0px !important;
        padding: 0px !important;
        text-align: center;
        width: 100% !important;
    }

    .top-news {
        width: 48%;
    }

    .top-news-section {
        width: 49%;
    }

    .top-news-section ul li {
        width: 48% !important;
    }

    .add320 {
        display: none;
    }

    .top-news-section-inner {
        margin: 0px;
    }

    .dark-bk-bg {
        height: 354px;
    }

    .note-worthy-inner {
        margin: 0 1% 0 0;
        width: 24%;
    }

    .soprts-left {
        width: 48%;
        margin: 0 2% 0 0;
    }

    .soprts-right {
        width: 49%;
    }

    .soprts-right ul li h4 {
        font-size: 18px;
    }

    .soprts-right ul li p {
        font-size: 14px;
    }

    .soprts-right ul li img {
        width: 32%;
    }

    .titile {
        font-size: 18px;
    }

    .black-title {
        padding: 7px 10px;
    }

    .portlet-title > .nav-tabs > li {
        margin: -5px 0;
    }

    .portlet-title > .nav-tabs > li a {
        outline: none;
    }

    .footer-block-bootom {
        display: none;
    }

    header {
        margin: 0px;
    }

    .logo img {
        margin: 5px 0 0;
    }
}

@media screen and (max-width: 991px) {
    .top-news {
        margin: 0 0 20px 0;
        width: 100%;
    }

    .top-news-section {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .add320 {
        display: block;
        margin: 20px 0;
    }

    .dark-bk-bg {
        height: auto;
        margin: 0 0 20px 0;
    }

    .note-worthy-inner {
        width: 49%;
        height: 560px;
    }

    .soprts-left {
        width: 48%;
        margin: 0 2% 2% 0;
    }

    .soprts-right {
        width: 50%;
        margin: 0 0% 2% 0;
    }

    .soprts-right ul li:last-child {
        display: none;
    }

    .life-world-left {
        width: 100%;
        margin: 0 2% 2% 0;
    }

    .life-world-right {
        margin: 0 0 2% 0;
        width: 100%;
    }

    .science-tech-right ul li:last-child {
        display: none;
    }

    .top-news-section ul li {
        width: 49%;
    }

    .entertainment-left {
        width: 100%;
        margin: 0 0 2% 0;
    }

    .entertainment-right {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .subscribe-newsletter h2 {
        font-size: 25px;
    }

    .subscribe-form h6 {
        font-size: 18px;
        margin: 10px 0px;
    }

    .right-content {
        width: 100%;
        margin: 0 0%;
        padding: 0px;
        float: left;
        display: block;
    }

    .soical-footer ul li {
        width: 33.333%;
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .life-world-left {
        width: 100%;
        margin: 0 0 2% 0
    }

    .life-world-left ul li {
        width: 100%;
        margin: 0 0 2% 0
    }

    .life-world-right ul li {
        width: 100%;
        margin: 0 0 2% 0
    }

    .soical-footer ul li {
        width: 48%;
        margin: 0 1%;
        text-align: left;
    }

    .row {
        overflow: hidden;
        padding: 10px;
    }

    .footer-block p {
        font-size: 12px;
    }

    .logo img {
        width: 50%;
    }

    .black-bg {
        background: none;
        margin: 0px;
    }
	.soprts-left {width: 100%;margin: 0;}
	.soprts-right {width: 100%;margin: 20px 0 0;}
	.m-lifestyle li {width: 100%;}
	.m-lifestyle li img {width: 120px;}
	.m-lifestyle li h4 {font-size: 18px;line-height: 22px;}
	.m-lifestyle ul li p{display:none;}
}

@media screen and (max-width: 599px) {
    .caption-title h3 {
        color: #fff;
        bottom: 0px;
        font-size: 16px;
        font-weight: 700;
        padding: 0 12px;
        position: relative;
        z-index: 900;
    }
}
@media only screen and (min-width:992px) and (max-width:1169px) {
    .life-world-left {
        width: 610px;
    }
    .life-world-right {
        width: 340px;
    }
}

@media only screen and (min-width: 500px) and (max-width: 767px) {
    .life-world-right ul li.after_content:first-child:after {
        display: none;
    }

    .life-world-right ul li h4 {
        position: relative;
    }

    .life-world-right ul li.after_content:first-child a {
        color: #000;
    }

    .life-world-left ul li:first-child img {
        display: none;
    }

    .caption-title {
        position: relative;
    }

    .life-world-left ul li:first-child:after {
        display: none;
    }

    .life-world-left ul li h4 {
        position: relative;
    }

    .life-world-left ul li a {
        color: #000;
    }

}

.soprts-right li img{width:160px;}
