body,
ul {
    margin: 0;
    padding: 0
}

.action_btns,
.centeredText,
.forgot_password,
.social_login .social_box,
.user_login .checkbox,
.user_register .checkbox {
    clear: both;
    overflow: hidden
}

.centeredText,
.logo a,
.main-title-head a,
.popupHeader,
.world-news-grid a {
    text-transform: uppercase
}

.forgot_password,
.logo a,
.main-title-head a,
.menu-strip ul li a,
.top-menu ul li a,
.world-news-grid a,
a.btn {
    text-decoration: none
}

.content-pagenation ul li,
ul.comment-list {
    list-style: none
}

@font-face {
    font-family: bebasregular;
    src: url(../fonts/BEBAS___-webfont.eot);
    src: url(../fonts/BEBAS___-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/BEBAS___-webfont.woff) format('woff'), url(../fonts/BEBAS___-webfont.ttf) format('truetype'), url(../fonts/BEBAS___-webfont.svg#bebasregular) format('svg');
    font-weight: 400;
    font-style: normal
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-size: 100% 100%;
    background-color: #000033
}

.logo a h1,
.logo a h6 {
    color: #191919;
    font-family: georgia;
    font-weight: 500
}

body a,
input[type=button],
input[type=submit] {
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all
}

.grid-header ul li a,
.readmore {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s
}

h1,
h2,
h3,
h4,
h5,
h6,
label,
p {
    margin: 0
}

.news-paper {
    background: #fff;
    padding: 1em 1.5em;
    margin: 5em 0
}

.btn,
.popupHeader {
    padding: 10px 20px
}

.header-left {
    float: left
}

.social-icons {
    float: right;
    text-align: right
}

.logo a {
    display: block
}

.logo a h6 {
    font-size: 1.1em
}

.logo a h1 {
    font-size: 2.2em
}

.desk-grid h3,
.editorial h3,
.main-title-head h3,
.menu-strip ul li a {
    font-family: bebasregular
}

.logo {
    margin-top: 10px
}

.logo a h1 span {
    color: #cf0000
}

.header-right {
    float: right;
    width: 58%;
    margin-top: 3px
}

.social-icons li {
    display: inline-block;
    vertical-align: middle;
    margin: 3px
}

.social-icons i {
    width: 30px;
    height: 30px;
    background: url(../images/img-sprite.png) no-repeat;
    display: inline-block
}

.social-icons i:hover {
    opacity: .5
}

i.facebook {
    background-position: 0 0
}

i.twitter {
    background-position: -30px 0
}

i.rss {
    background-position: -60px 0
}

.top-menu {
    float: left;
    margin-top: .65em
}

.top-menu ul li {
    display: inline-block;
    margin: 0 .6em
}

.btn {
    background: green
}

.btn_red {
    background: #DBDBDB;
    color: #FFF
}

.top-menu ul li a {
    color: #cf0000;
    font-size: .95em;
    font-weight: 600
}

a.btn_red {
    color: #FFF
}

.top-menu ul li a:hover {
    color: #000
}

#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    display: none
}

.popupContainer {
    position: absolute;
    width: 330px;
    height: auto;
    left: 45%;
    top: 80px;
    background: #FFF
}

.btn:hover {
    background: #E4E4E2
}

.btn_red:hover {
    background: #9F9F9F
}

a.btn {
    color: #666;
    text-align: center
}

.one_half {
    width: 50%;
    display: block;
    float: left
}

.one_half.last {
    width: 45%;
    margin-left: 5%
}

.popupHeader {
    font-size: 16px;
    background: #F4F4F2;
    position: relative;
    border-bottom: 1px solid #DDD;
    font-weight: 700
}

.popupHeader .modal_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 15px;
    background: #E4E4E2;
    cursor: pointer;
    color: #aaa;
    font-size: 16px
}

.popupBody {
    padding: 20px
}

.social_login .social_box {
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    background: #F4F4F2
}

.social_login .icon {
    display: block;
    width: 11%;
    padding: 5px 10px;
    margin-right: 10px;
    float: left;
    color: #FFF;
    font-size: 15px;
    text-align: center
}

.social_login .fb .icon {
    background: #3B5998
}

.social_login .google .icon {
    background: #DD4B39
}

.social_login .icon_title {
    display: block;
    padding: 5px 0;
    float: left;
    font-weight: 700;
    font-size: 16px;
    color: #777
}

.social_login .social_box:hover {
    background: #E4E4E2
}

.centeredText {
    text-align: center;
    margin: 20px 0
}

.action_btns a {
    display: block
}

.user_login {
    display: none
}

.user_login label {
    display: block;
    margin-bottom: 5px
}

.user_login input[type=password],
.user_login input[type=text],
.user_login input[type=email] {
    display: block;
    width: 90%;
    padding: 10px;
    border: 1px solid #DDD;
    color: #666
}

.user_login input[type=checkbox] {
    float: left;
    margin-right: 5px
}

.user_login input[type=checkbox]+label {
    float: left
}

.user_login .checkbox {
    margin-bottom: 10px
}

.forgot_password {
    display: block;
    margin: 20px 0 10px;
    color: #ED6347
}

.user_register {
    display: none
}

.user_register label {
    display: block;
    margin-bottom: 5px
}

.user_register input[type=password],
.user_register input[type=text],
.user_register input[type=email] {
    display: block;
    width: 90%;
    padding: 10px;
    border: 1px solid #DDD;
    color: #666
}

.user_register input[type=checkbox] {
    float: left;
    margin-right: 5px
}

.user_register input[type=checkbox]+label {
    float: left
}

.user_register .checkbox {
    margin-bottom: 10px
}

.search {
    position: relative;
    padding: 5px 8px;
    width: 100%;
    border: 1px solid #bababa;
    float: left;
    background: #f8f8f8
}

.search input[type=text] {
    outline: 0;
    color: #b3b3b3;
    background: #f8f8f8;
    font-size: 1em;
    border: none;
    width: 84.33%
}

.search input[type=submit] {
    background: url(../images/sprit-1.png) 1px 1px no-repeat #036;
    border: none;
    cursor: pointer;
    position: absolute;
    outline: 0;
    top: 0;
    right: -1px;
    width: 32px;
    height: 32px
}

.conference-slider,
.slider {
    position: relative
}

.menu-strip {
    background: #fbf181;
    margin: 1em 0;
    padding: 1em 0 .8em
}

.menu-strip ul li {
    display: inline-block
}

.menu-strip ul li a {
    color: #003300;
    font-size: 1.1em;
    font-weight: 400;
    padding: 1.1em 1.5533555em .9em
}

.menu-strip ul li:last-child {
    text-align: right
}

.nbs-flexisel-ul,
.video,
h5.breaking {
    text-align: center
}

.menu-strip ul li a:hover {
    background: #003300;
    color: #fff
}

.total-news {
    padding: 0
}

.slider {
    background: #fbf181;
    padding: 1em;
    margin-bottom: 2em
}

h5.breaking {
    color: #fff;
    background: #cf0000;
    padding: 6px 0;
    font-size: .95em;
    font-weight: 400;
    width: 14%;
    margin: 0 0 -14px -14px
}

.conference-rslide {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 80%;
    padding: 0;
    margin: 0
}

.breaking-news-title {
    position: absolute;
    background: rgba(36, 34, 36, .68);
    bottom: 4px;
    z-index: 999;
    width: 79%;
    left: 4px;
    padding: .5em 2em
}

.breaking-news-title p {
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.7em
}

.conference-rslide li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0
}

.conference-rslide li:first-child {
    position: relative;
    display: block;
    float: left
}

.conference-rslide img {
    display: block;
    float: left;
    width: 100%;
    border: 4px solid #02384d
}

.rslides_tabs {
    width: 17%;
    position: absolute;
    bottom: 2%;
    z-index: 999;
    right: 1%
}

.rslides_tabs li {
    display: block
}

.rslides_tabs a {
    border: 3px solid #202021
}

.rslides_tabs li:first-child {
    margin-left: 0
}

.rslides_tabs .rslides_here a {
    color: #fff;
    font-weight: 700
}

#slider3-pager a {
    display: inline-block;
    width: 100%
}

#slider3-pager img {
    float: left;
    display: block;
    width: 100%
}

#slider3-pager .rslides_here a {
    background: 0 0;
    border: 3px solid red
}

.desk-grid h3,
.main-title-head {
    border-bottom: 4px solid #cf0000
}

@media (max-width:768px) {
    #slider3-pager a {
        width: 100%
    }
    .rslides_tabs {
        bottom: 10px
    }
}

@media (max-width:640px) {
    #slider3-pager a {
        width: 100%
    }
    .rslides_tabs {
        bottom: 15px
    }
}

@media (max-width:480px) {
    #slider3-pager a {
        width: 100%
    }
    .rslides_tabs {
        bottom: 20px
    }
}

@media (max-width:320px) {
    #slider3-pager a {
        width: 100%
    }
    .rslides_tabs {
        bottom: 25px
    }
}

.confer {
    margin-bottom: 4em
}

.world-news-grid {
    width: 31.5%;
    float: left;
    margin-right: 1.75%
}

.world-news-grid img {
    width: 100%
}

.world-news-grid:nth-child(3) {
    margin-right: 0
}

.left-posts {
    width: 68%;
    margin-right: 4%;
    float: left
}

.right-posts {
    width: 28%;
    float: right
}

.main-title-head {
    margin-bottom: 1.7em
}

.main-title-head h3 {
    color: #202021;
    font-size: 1.6em;
    font-weight: 400;
    word-spacing: 3px;
    float: left;
    padding-bottom: 4px
}

.main-title-head a {
    float: right;
    color: #fff;
    background: #cf0000;
    font-size: .7em;
    padding: 3px 8px;
    margin-top: 8px
}

.world-news-grid p {
    color: #202021;
    font-size: .95em;
    font-weight: 400;
    line-height: 1.5em;
    margin: 3px 0 8px
}

.world-news-grid a {
    color: #cf0000;
    font-weight: 700;
    font-size: .875em
}

a.title {
    color: #202021;
    font-size: 1em;
    font-weight: 700;
    margin-top: 10px;
    text-transform: lowercase;
    display: block;
    text-decoration: none
}

.desk p a,
a.more {
    text-decoration: none;
    text-transform: uppercase
}

a.title:hover {
    color: #cf0000
}

.latest-articles {
    margin: 2em 0
}

.desk-grid h3 {
    color: #202021;
    font-size: 1.6em;
    font-weight: 400;
    word-spacing: 3px;
    margin-bottom: 1em;
    padding-bottom: 4px
}

.desk h5 {
    color: #202021;
    font-size: 1em;
    font-weight: 700
}

.desk p {
    color: #202021;
    font-size: .95em;
    font-weight: 400;
    line-height: 1.5em;
    margin: 8px 0
}

.desk p a {
    color: #cf0000;
    font-weight: 700;
    font-size: .875em
}

.desk p span {
    margin-left: 2em;
    font-size: .875em;
    font-weight: 400;
    letter-spacing: 2px
}

.desk {
    border-bottom: 1px dotted #202021;
    margin-bottom: 2em;
    padding-bottom: .8em
}

.desk:nth-child(4) {
    border: none;
    margin-bottom: 0
}

a.more {
    color: #fff;
    background: #cf0000;
    font-size: .7em;
    padding: 4px 8px
}

.tech-news-grid a,
a.power {
    text-transform: lowercase;
    text-decoration: none
}

.editorial {
    margin-top: 2em
}

.editor a img {
    width: 100%:
}

.left-tech-news,
.right-tech-news {
    width: 48%;
    float: left
}

.editor a {
    color: #cf0000;
    font-size: .95em;
    font-weight: 700;
    text-decoration: none;
    margin: 8px 0;
    display: block
}

.editor a:hover,
.editorial h3 {
    color: #202021
}

.editorial h3 {
    font-size: 1.6em;
    font-weight: 400;
    word-spacing: 3px;
    border-bottom: 4px solid #cf0000;
    margin-bottom: .6em;
    padding-bottom: 4px
}

.left-tech-news {
    margin-right: 4%
}

.gallery {
    margin: 2em 0
}

.span_66 {
    border-bottom: 1px dotted #202021;
    margin-bottom: 1.5em;
    padding-bottom: 1.3em
}

.tech-news-grid a {
    font-size: 1.1em;
    color: #202021;
    font-weight: 700
}

.tech-news-grid a:hover {
    color: #cf0000
}

.tech-news-grid p {
    color: #202021;
    font-size: .96em;
    font-weight: 400;
    line-height: 1.5em
}

.tech-news-grid p a {
    color: #cf0000;
    font-weight: 400;
    font-size: .875em;
    text-decoration: none;
    margin-right: 10px
}

.nbs-flexisel-item>img {
    cursor: pointer;
    position: relative
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
    margin-top: 3%
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0 auto;
    width: 100%
}

.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    display: inline-block
}

.course_demo {
    padding: 3%
}

.nbs-flexisel-item img {
    width: 93%;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    display: inline
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 44px;
    height: 60px;
    position: absolute;
    cursor: pointer;
    z-index: 100
}

.nbs-flexisel-nav-left {
    left: -7em;
    background: url(../images/left.png) no-repeat;
    display: none
}

.nbs-flexisel-nav-right {
    right: -7em;
    background: url(../images/right.png) no-repeat;
    display: none
}

.bottom-menu ul li {
    display: inline-block;
    margin: 0 12px
}

.bottom-menu ul li a {
    font-size: .9em;
    font-weight: 400;
    text-decoration: none;
    color: #020305
}

.bottom-menu ul li a:hover {
    color: #cf0000
}

.footer {
    padding: 1.5em 0;
    border-top: 1px dotted #202021;
    margin-top: 2em
}

.copyright {
    padding: 2em 0 1em
}

.copyright p {
    color: #020305;
    font-size: 1em
}

.copyright p a {
    color: #020305;
    margin-left: 1px
}

.videos {
    background: #e6ffe6;
    padding: 1.8em 1em .5em
}

.video {
    float: left;
    width: 26%;
    margin-right: 5%;
    padding: 1.1em 0;
    background: url(../images/mi.jpg);
    background-size: 100% 100%
}

i.play {
    width: 25px;
    height: 25px;
    background: url(../images/img-sprite.png) -90px 0 no-repeat;
    display: inline-block;
    margin: 0 auto
}

.video-name {
    float: right;
    width: 69%
}

.video-name a {
    color: #202021;
    font-size: .95em;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.2em;
    display: block;
    margin-top: 5px
}

.video-name a:hover {
    color: #cf0000
}

.video-grid {
    margin-bottom: 1.58em;
    margin-left: 10px;
    text-align: justify
}

.classified-grid,
.offer h4,
.view,
h3.sn {
    text-align: center
}

a.more1 {
    float: right;
    text-decoration: none;
    color: #fff;
    background: #cf0000;
    text-transform: uppercase;
    font-size: .7em;
    padding: 3px 10px;
    margin-top: 0;
    margin-right: -7px;
    margin-bottom: -7px
}

.side-bar {
    padding: 0 0 0 25px
}

.sign_up input[type=text] {
    width: 100%;
    padding: 5px 10px;
    font-size: .9em;
    color: #202021;
    outline: 0;
    background: #fff;
    font-weight: 400;
    border: 1px solid #bababa;
    margin: 5px 0
}

.sign_up input[type=submit] {
    color: #fff;
    font-size: .875em;
    font-weight: 300;
    border: none;
    display: block;
    padding: 6px 30px;
    outline: 0;
    background: #cf0000;
    text-transform: uppercase;
    margin-top: .5em
}

.sign_up {
    background: #e4e4e4;
    padding: 1.5em 1em;
    margin: 2em 0
}

.main-title-head h4,
.main-title-head h5 {
    font-family: bebasregular;
    padding-bottom: 4px;
    word-spacing: 3px
}

.sign_up h3 {
    color: #202021;
    font-size: 1.4em;
    font-weight: 400;
    word-spacing: 3px;
    font-family: bebasregular;
    margin-bottom: 4px
}

p.sign,
p.spam {
    font-size: .875em;
    line-height: 1.5em
}

p.sign {
    color: #202021;
    font-weight: 400;
    margin: 0 0 8px
}

.main-title-head h5,
p.spam {
    color: #cf0000;
    font-weight: 400
}

p.spam {
    margin: 1em 0 .5em
}

.main-title-head h5 {
    font-size: 1.45em;
    float: left
}

.main-title-head h4 {
    color: #202021;
    font-size: 1.6em;
    font-weight: 400;
    float: right
}

.popular-grid {
    border-bottom: 1px dotted #202021;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em
}

.popular-grid i {
    font-size: .8em;
    font-weight: 400
}

.popular-grid p {
    color: #202021;
    font-size: .95em;
    font-weight: 700;
    line-height: 1.3em
}

.about-left h5,
.about-left p,
.address p,
.offer p,
.team-grid p {
    line-height: 1.5em
}

.popular-grid p a {
    color: #cf0000;
    font-weight: 400
}

.percent h2,
.save p {
    color: #fff;
    font-weight: 400;
    font-family: bebasregular
}

.popular-grid:nth-child(5) {
    border: none;
    padding-bottom: 0
}

.save {
    float: left;
    width: 50%
}

.subscribe-now {
    margin-top: 2em
}

.discount {
    background: #cf0000;
    padding: 1em
}

.save p {
    font-size: 2.2em
}

.percent h2 {
    font-size: 5em;
    margin-top: 11px
}

.percent {
    float: right;
    width: 50%
}

.subscribe-now a {
    text-decoration: none
}

h3.sn {
    color: #cf0000;
    font-size: 1.8em;
    font-weight: 400;
    word-spacing: 3px;
    font-family: bebasregular;
    background: #ffd800;
    padding: .5em 0 .3em
}

.about-left h3,
.about-right h3 {
    color: #020202;
    font-size: 2em;
    font-weight: 500;
    font-family: bebasregular;
    margin-bottom: .8em
}

.about-left h5 {
    margin-bottom: .5em;
    color: #202021;
    font-size: 1em;
    font-weight: 700
}

.about-section {
    padding: 2.5em 0
}

.abt_image {
    float: left;
    margin-right: 5%;
    width: 43%
}

.abt_image img {
    width: 100%
}

.about-left p {
    color: #848484;
    font-size: .95em;
    font-weight: 400;
    margin: 8px 0
}

.offer {
    margin-bottom: 2em
}

.offer h4 {
    float: left;
    width: 6%;
    margin-right: 3%;
    color: #fff;
    background: #404349;
    font-size: .9em;
    font-weight: 400;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%
}

.offer a {
    color: #f15779;
    float: left;
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: .7em
}

.offer p {
    color: #848484;
    font-size: .95em;
    font-weight: 400;
    margin: 8px 0
}

.about-left {
    padding: 0 6em 0 0;
    border-right: 1px solid #eee;
    margin-right: 2%;
    width: 55%
}

.map,
.team-grid img {
    width: 100%:
}

.about-right {
    padding: 0 0 0 4em
}

.about-us {
    border-bottom: 1px dotted #A4A4A4;
    padding-bottom: 2em;
    margin-bottom: 4em
}

.team h3 {
    color: #020202;
    font-size: 2em;
    font-weight: 500;
    font-family: bebasregular;
    margin-bottom: .8em
}

.team-grid p {
    color: #848484;
    font-size: .95em;
    font-weight: 400;
    margin: 8px 0
}

.team-grid h5 {
    color: #373a3f;
    font-size: 13px;
    font-weight: 700;
    margin-top: 1em
}

.contact-section {
    padding: 3em 0
}

.contact-section-head h3 {
    color: #020202;
    font-size: 2em;
    font-weight: 500;
    font-family: bebasregular;
    margin-bottom: .8em
}

.map iframe {
    min-height: 350px;
    width: 100%
}

.address p {
    color: #777;
    font-size: 1.15em;
    font-weight: 500
}

.address h5 {
    color: #222;
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: .8em
}

p.bottom {
    margin-bottom: .9em
}

.contact-form-row span {
    color: #777;
    font-weight: 700;
    font-size: 1.2em;
    display: block;
    margin-bottom: 5px
}

.contact-form-row input[type=text],
.contact-form-row textarea {
    width: 100%;
    color: #777;
    font-size: 16px;
    padding: 7px 10px;
    border: none;
    outline: 0;
    margin: 0 0 18px;
    background: #ededed;
    border-radius: 5px
}

.contact-form-row textarea {
    resize: none;
    height: 130px
}

img.code {
    margin-bottom: 1em
}

.contact-form-row input[type=submit] {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 1px;
    font-weight: 400;
    border: 1px solid #fff;
    padding: 12px 26px;
    outline: 0;
    background: #cf0000;
    margin-top: 1em;
    border-radius: 5px
}

.contact-form-row input[type=submit]:hover {
    background: #000
}

.contact-form-bottom {
    margin-top: 2em
}

.mright-posts {
    width: 28%;
    float: left;
    margin-right: 4%
}

.mleft-posts {
    width: 68%;
    float: right
}

.mpopular {
    margin: 1em 0 3em
}

.grid-might {
    float: left;
    width: 24%;
    margin-right: 5%
}

.might-top {
    float: right;
    width: 71%
}

.might-top p {
    font-size: .9em;
    color: #494949;
    line-height: 1.8em
}

.might-grid {
    padding: 1em 0 0
}

.might h4 {
    color: #202021;
    font-size: 1.6em;
    font-weight: 400;
    word-spacing: 3px;
    float: left;
    font-family: bebasregular;
    margin-bottom: .8em
}

.might-top a {
    text-decoration: none;
    color: #dfb636;
    font-size: .95em;
    display: inline-block;
    padding: .5em 0 0
}

.might-top a:hover {
    color: #ec098d
}

.might-top a i {
    background: url(../images/img-sprite.png) -103px -103px no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle
}

.grid-top h4,
.grid-top-in h4 {
    background: #df2411;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.35em;
    font-weight: 700;
    display: block;
    line-height: 1em;
    text-transform: uppercase
}

.grid-top ul li {
    background: url(../images/dot.png) 0 17px no-repeat;
    padding: 12px 0 5px 17px;
    border-bottom: 1px solid #E8E6E6;
    list-style-type: none
}

.grid-top ul li:nth-child(7) {
    border-bottom: none
}

.grid-top ul li a {
    color: #494949;
    line-height: 1.8em;
    text-decoration: none;
    font-size: .9em;
    padding: 0 0 10px;
    display: block
}

.comments li,
.content-pagenation li,
.desc p,
.featured ul li,
.grid-header ul li {
    display: inline-block
}

.grid-top ul li a:hover {
    color: #cf0000
}

.grid-top-in p {
    color: #5261ac;
    font-size: 1.3em;
    line-height: 1.7em;
    padding: .5em 0 0
}

.grid-top-in p a {
    color: #5261ac;
    text-decoration: none
}

.grid-top-in p a.bun {
    font-size: .8em
}

.grid-top-in p a.lop {
    color: #f78f1d;
    font-size: 1.3em;
    font-weight: 700
}

.grid-top-in p a.dan {
    font-size: 1.6em;
    font-weight: 500
}

.grid-top-in p a.eva {
    font-size: 1.4em
}

.grid-top-in p a.jol {
    font-size: 1.4em;
    font-weight: 700
}

.grid-top {
    padding: 1em 0 .5em
}

.blog-main-content,
.featured,
.movie-main-content {
    padding: 1em 0
}

.grid-top-in p a:hover {
    color: #ec098d
}

.might {
    margin: .5em 0 3em
}

.single h3 {
    margin-bottom: 1em
}

.best-review h4,
.story-review h4 {
    margin-bottom: .7em
}

.best-review p span {
    color: #37a4c5;
    font-weight: 600
}

.best-review p {
    margin-top: .8em
}

.featured ul li {
    width: 28.333%;
    float: left;
    margin: 2.5%
}

.featured ul li img,
.grid p {
    width: 100%
}

.featured ul li p {
    font-weight: 400;
    margin-top: 5px;
    line-height: 1.4em;
    font-size: .9em;
    color: #494949
}

.featured h3,
a.gotosingle {
    color: #202021;
    word-spacing: 3px;
    font-family: bebasregular;
    font-weight: 400
}

.featured h3 {
    font-size: 1.6em;
    float: left;
    margin-bottom: .8em
}

.featured {
    border-top: 4px solid #000
}

.mlatest-articles {
    margin: 0 0 2em
}

a.gotosingle {
    font-size: 1.4em;
    margin-bottom: 4px;
    text-decoration: none
}

.grid img {
    float: left;
    background: #fff;
    padding: 5px;
    box-shadow: 0 0 5px #ddd
}

.comments li:last-child,
.readmore {
    float: right
}

img.blog:hover {
    opacity: .9
}

.grid p {
    font-size: .92em;
    line-height: 1.8em
}

img.blog {
    margin-right: 2em
}

.grid p a {
    color: #EA5546;
    font-size: .8em;
    margin-left: 10px
}

.grid-header ul li a {
    color: #cf0000;
    font-size: .8em;
    transition: all .5s
}

.content-pagenation li a:hover,
.grid-header ul li a:hover {
    color: #505050
}

.grid-header ul li span {
    font-size: .85em;
    color: #9b9b9b
}

.grid-header ul li span a {
    font-size: 1em;
    color: #9b9b9b
}

.readmore {
    color: #cf0000;
    font-size: .8em;
    background-color: coral;
    padding: 10px 12px;
    box-shadow: 0 0 10px #ddd;
    transition: all .5s
}

.readmore:hover {
    color: #505050
}

.content-pagenation li a,
.content-pagenation li span {
    color: #cf0000;
    font-size: .8em
}

.grid ul {
    padding: 0 0 10px
}

.comments li {
    margin-top: 10px
}

.grid-img-content {
    padding: 10px 0
}

.comments li img {
    vertical-align: center
}

.comments {
    margin: 10px 0 -2px;
    border-top: 1px ridge #f0f0f0
}

.grid.box {
    border-bottom: 1px ridge #f0f0f0;
    margin-bottom: 3em
}

.content-pagenation {
    float: left;
    margin-top: 26px;
    background: url(../images/content-border-bottom.png) bottom
}

.singlepage img,
.singlepage p {
    float: none;
    width: 100%
}

.content-pagenation li a {
    background: #fff;
    padding: 10px 12px;
    box-shadow: 0 0 10px rgba(175, 175, 175, .36);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.l_g_r h4 {
    line-height: 1.4em;
    color: #202021;
    font-size: 1.3em;
    font-weight: 400;
    word-spacing: 3px;
    font-family: bebasregular;
    margin-bottom: .6em
}

.l_g_r h6 a {
    color: #868f98;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 2em;
    text-decoration: none
}

.l_g_r h6 a:hover {
    color: #cf0000;
    padding-left: 3px
}

.archievs,
.categories,
.posts,
.recent-comments {
    margin-bottom: 0em
}

span {
    color: #cf0000
}

.l_g_r {
    margin-left: 3em
}

ul.comment-list {
    border: 1px solid #BAB6B6;
    padding: 2em
}

h5.post-author_head {
    font-size: 1.3em;
    color: #848484;
    margin: 0 0 1em
}

h5.post-author_head a {
    color: #848484
}

h5.post-author_head a:hover {
    color: #00aeff
}

ul.comment-list img {
    float: left;
    margin-right: 20px
}

.desc p {
    font-size: 1.2em;
    color: #848484;
    margin-top: 1em
}

.desc p a {
    color: #cf0000
}

.desc p a:hover {
    color: #848484
}

.content-form form input[type=text],
.content-form form textarea {
    padding: 10px 15px;
    width: 100%;
    color: #333;
    font-size: 1em;
    border: 1px solid #E3E3E3;
    outline: 0;
    display: block;
    margin: 10px 0
}

.content-form form textarea {
    height: 200px;
    resize: none
}

.content-form form input[type=submit] {
    color: #fff;
    background: #cf0000;
    padding: .7em 1.7em;
    text-decoration: none;
    font-size: .9em;
    display: inline-block;
    margin-top: 1em;
    border: none;
    outline: 0;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    -ms-transition: .5s all ease
}

.content-form h3,
.msingle-grid h3 {
    color: #202021;
    font-size: 1.4em;
    font-weight: 400;
    font-family: bebasregular;
    word-spacing: 3px
}

.view img,
.view.view-tenth a,
a.power {
    display: block
}

.content-form form input[type=submit]:hover {
    background: #000
}

.content-form h3 {
    margin-bottom: 1em
}

.msingle-grid img {
    background: #fff;
    padding: 5px;
    box-shadow: 0 0 5px #ddd;
    margin-top: 1.2em
}

.best-review,
.story-review {
    border-top: 3px solid #000;
    padding: 1.5em 0
}

.msingle-grid h3 {
    margin-bottom: 4px
}

.msingle-grid p {
    font-size: .92em;
    color: #9b9b9b;
    line-height: 1.8em
}

.singlepage p {
    margin: 1.5em 0 .5em
}

.c-image,
.sc-image {
    margin-right: 3%;
    float: left
}

.single {
    margin-top: 2em
}

.single h3 {
    color: #202021;
    font-size: 1.4em;
    font-weight: 400;
    word-spacing: 3px;
    font-family: bebasregular
}

.single p {
    color: #000;
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 1em
}

.single p i {
    font-weight: 400;
    font-size: .95em
}

.story-review {
    border-bottom: 3px solid #000
}

.cricket h3,
.photos h3 {
    background: #cf0000;
    padding: 9px 0 5px 10px;
    font-family: bebasregular
}

.best-review h4,
.story-review h4 {
    color: #202021;
    font-size: 1.4em;
    font-weight: 400;
    word-spacing: 3px;
    font-family: bebasregular
}

.story-review p {
    color: #000;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.8em
}

.editor img {
    width: 100%
}

.c-image {
    width: 48%
}

.c-image img {
    width: 100%
}

.c-text {
    float: left;
    width: 49%
}

.sc-image {
    width: 30%
}

.sc-image img {
    width: 100%
}

.sc-text {
    float: left;
    width: 67%
}

.s-grid-left {
    float: left;
    width: 49%;
    margin-right: 2%
}

.s-grid-right {
    float: right;
    width: 49%
}

.cricket h3 {
    color: #fff;
    font-size: 1.5em;
    font-weight: 400;
    margin-bottom: 1em
}

.s-grid-small {
    margin-top: 1.5em
}

a.power {
    color: #202021;
    font-size: 1em;
    font-weight: 700
}

a.power:hover {
    color: #cf0000
}

.c-text p,
.sc-text p {
    color: #000;
    font-size: .95em;
    font-weight: 300;
    text-transform: uppercase
}

.live-market h3,
.photos h3,
a.bull1,
a.reu {
    font-weight: 400
}

a.reu {
    font-size: .95em;
    color: #7f7f7f;
    text-transform: capitalize
}

.sports-top {
    margin-bottom: 2em
}

.photos h3 {
    color: #fff;
    font-size: 1.5em;
    margin-bottom: 1em
}

.tech img {
    width: 100%;
    margin-bottom: .5em
}

.technology {
    margin: 0 0 2em
}

.bull {
    float: left;
    width: 37%;
    margin-right: 3%;
    padding: 5px;
    border: 1px solid #000
}

.bull img {
    width: 100%
}

.bull-text {
    float: right;
    width: 60%
}

.live-market h3 {
    color: #202021;
    font-size: 1.6em;
    word-spacing: 3px;
    font-family: bebasregular;
    margin: 10px 0;
    border: 1px solid;
    padding: 8px 0 4px 8px
}

.live-market h3 span {
    background: red;
    padding: 5px 5px 0;
    color: #fff
}

.live-market {
    margin-bottom: 2em
}

a.bull1 {
    color: #000;
    font-size: 2em;
    text-decoration: none
}

.bull-text p {
    margin: 7px 0 20px;
    font-size: 1.2em
}

.bull-text ul li {
    margin: 3px 0
}

.bull-text ul li a {
    color: #202021;
    font-size: 1em;
    font-weight: 700;
    margin-top: 10px;
    text-transform: lowercase;
    display: block;
    text-decoration: none
}

.bull-text ul li a:hover {
    color: #cf0000
}

.classifieds {
    margin-top: 1em
}

.classifieds h3 {
    color: #202021;
    font-size: 2em;
    font-weight: 400;
    word-spacing: 3px;
    font-family: bebasregular
}

.classified-grid {
    width: 30.333%;
    border: 1px solid #000;
    padding: 6em 0;
    float: left;
    margin-right: 3%
}

.classified-grids {
    margin-top: 2em
}

.view {
    overflow: hidden;
    position: relative;
    cursor: default
}

.view h4,
.view p {
    text-align: left;
    color: #fff
}

.view .mask {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 243px;
    padding: 4em 0
}

.view h4,
.view img,
.view p {
    position: relative
}

.view h4 {
    font-size: 1.3em;
    padding: 0 1em;
    font-weight: 700;
    margin: .5em 0 0
}

.view p {
    font-size: .9em;
    padding: 1em 2em
}

.view-tenth img {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out
}

.view-tenth .mask,
.view-tenth p {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear
}

.view-tenth .mask {
    background-color: #111;
    transition: all .5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

.view-tenth p,
.view-tenth.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0
}

.view-tenth p {
    color: #fff;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all .5s linear
}

.view-tenth.info {
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear
}

.view-tenth:hover img {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

.view-tenth:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    cursor: pointer
}

.view-tenth:hover h4,
.view-tenth:hover p {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}

.mask h5 {
    color: #39465d;
    font-size: 1em;
    font-style: italic;
    padding-right: 1em;
    margin-top: 1em
}

@media screen and (max-width:1440px) {
    .news-paper {
        margin: 4em 0
    }
    .contact-form-row input[type=text],
    .contact-form-row textarea {
        margin-bottom: 12px
    }
    .contact-section {
        padding: 2em 0
    }
}

@media screen and (max-width:1280px) {
    .news-paper {
        margin: 3em 0
    }
    .about-left h3,
    .about-right h3,
    .team h3 {
        font-size: 1.8em
    }
    .map iframe {
        min-height: 299px
    }
    .story-review p {
        font-size: .9em
    }
    ul.comment-list {
        margin: .5em 0 3em
    }
}

@media screen and (max-width:1024px) {
    .desk-grid h3,
    .main-title-head {
        border-bottom: 3px solid #cf0000
    }
    .header-right {
        width: 64%
    }
    .search {
        width: 31%
    }
    .top-menu {
        margin-top: .4em
    }
    .social-icons li {
        margin: 0
    }
    .logo a h1 {
        font-size: 2em
    }
    .logo a h6 {
        font-size: 1em
    }
    .menu-strip ul li a {
        font-size: 1em;
        padding: 1em 1.233em
    }
    .logo {
        margin-top: 12px
    }
    .menu-strip {
        padding: .72em 0 .8em
    }
    .breaking-news-title {
        padding: .4em 7em
    }
    .breaking-news-title p {
        font-size: .875em
    }
    .news-paper {
        padding: .6em 1em;
        margin: 2.2em 0
    }
    .side-bar {
        padding: 0 0 0 20px
    }
    .percent h2 {
        font-size: 4em;
        margin-top: 16px
    }
    .popular-grid p {
        font-size: .899em
    }
    .tech-news-grid p,
    .video-name a {
        font-size: .875em
    }
    .video {
        padding: .8em 0
    }
    .videos {
        padding: 1.5em .8em .5em
    }
    .video-grid {
        margin-bottom: 1.2em;
        margin-left: 10px;
        text-align: justify
    }
    .tech-news-grid h4 {
        font-size: 1em
    }
    .main-title-head h3 {
        font-size: 1.5em
    }
    .desk p,
    .editor a,
    .world-news-grid p {
        font-size: .875em
    }
    .main-title-head {
        margin-bottom: 1.5em
    }
    .rslides_tabs {
        bottom: 1%
    }
    .desk-grid h3,
    .main-title-head h4 {
        font-size: 1.5em
    }
    .footer {
        margin-top: 0
    }
    .desk-grid h3 {
        margin-bottom: .8em
    }
    .sign_up {
        padding: 1.2em .5em;
        margin: 2em 0
    }
    .sign_up h3 {
        font-size: 1.3em
    }
    .popular-grid {
        margin-bottom: 1.2em;
        padding-bottom: 1.2em
    }
    p.sign {
        font-size: .8em
    }
    p.spam {
        font-size: .75em
    }
    .copyright {
        padding: 1.5em 0 .5em
    }
    .about-left {
        padding: 0 2em 0 0
    }
    .about-left h5 {
        font-size: .96em
    }
    .about-right {
        padding: 0 0 0 1em
    }
    .team-grid img {
        width: 100%
    }
    .team-grid p {
        font-size: .875em;
        line-height: 1.6em
    }
    .team-grid {
        padding: 0 8px
    }
    .offer a {
        font-size: 1.12em
    }
    .offer p {
        font-size: .9em
    }
    .about-us {
        margin-bottom: 3em
    }
    .address p {
        font-size: 1.1em
    }
    .contact-section-head h3 {
        font-size: 1.8em;
        margin-bottom: .6em
    }
    .might h4 {
        font-size: 1.5em;
        margin-bottom: .6em
    }
    .might-top p {
        font-size: .875em;
        line-height: 1.6em
    }
    .might-top a {
        font-size: .875em;
        padding: .3em 0 0
    }
    .featured h3 {
        font-size: 1.5em;
        margin-bottom: .6em
    }
    .featured ul li {
        width: 29.333%;
        margin: 2%
    }
    .featured ul li p {
        margin-top: 3px;
        font-size: .81em
    }
    .grid-top ul li a {
        font-size: .875em
    }
    .mright-posts {
        width: 29%;
        margin-right: 3%
    }
    .single p i {
        font-size: .8em
    }
    .content-pagenation {
        margin-top: 10px
    }
    img.blog {
        width: 41%
    }
    .l_g_r {
        margin-left: 2em
    }
    ul.comment-list {
        margin: 0 0 3em
    }
    .photos {
        margin-bottom: 2em
    }
    a.bull1 {
        font-size: 1.7em
    }
    .bull-text p {
        margin: 5px 0 10px;
        font-size: 1em
    }
    .main-content {
        margin-bottom: 2em
    }
}

@media screen and (max-width:768px) {
    .videos {
        width: 60%;
        float: left;
        margin-right: 5%
    }
    .sign_up {
        width: 35%;
        float: left;
        margin: 0
    }
    .popular {
        width: 60%;
        float: left;
        margin: 3em 0
    }
    .subscribe-now {
        width: 35%;
        float: left;
        margin-left: 5%;
        margin-top: -4em
    }
    .side-bar {
        padding: 0
    }
    .bottom-menu ul li {
        margin: 0 4px
    }
    .about-left {
        padding: 0 0 2em;
        width: 100%;
        border-right: none
    }
    .team-grid {
        width: 20%;
        float: left
    }
    .team-grid:nth-child(5) {
        display: none
    }
    .about-right {
        padding: 0
    }
    .about-left h3,
    .about-right h3,
    .team h3 {
        font-size: 1.65em
    }
    .about-us {
        padding-bottom: 1em
    }
    .contact-form-row {
        margin: 2em 0
    }
    .map iframe {
        min-height: 250px
    }
    .contact-section-head h3 {
        font-size: 1.65em;
        margin-bottom: .5em
    }
    .might h4 {
        float: none
    }
    .featured,
    .might,
    .mleft-posts {
        float: left
    }
    .might {
        width: 50%
    }
    .featured {
        width: 47%;
        margin-left: 3%
    }
    .mright-posts {
        float: right;
        margin-left: 3%;
        margin-right: 0
    }
    .might {
        margin: 0 0 1em
    }
    ul.comment-list {
        margin: 2em 0
    }
    .content-form {
        margin-bottom: 2.5em
    }
    .l_g_r {
        margin-top: 4em;
        margin-left: 0
    }
    .header-right {
        width: 57%
    }
    .top-menu ul li {
        margin: 0 .58em
    }
    .top-menu {
        margin: .4em 0
    }
    .search {
        width: 46%
    }
    .logo {
        margin-top: 26px
    }
    a.more1 {
        margin-right: -11px
    }
    .menu-strip ul li a {
        font-size: 1em;
        padding: 1.1em .447em .85em
    }
    .menu-strip {
        padding: .75em 0 .7em
    }
    .header-right {
        margin-top: -40px
    }
    .tech {
        width: 33.333%;
        float: left
    }
    .classifieds {
        margin-top: 1em;
        margin-bottom: 2em
    }
}

@media screen and (max-width:640px) {
    .best-review,
    .featured,
    .story-review {
        border-top: 2px solid #000
    }
    .logo a h1 {
        font-size: 1.75em
    }
    .logo a h6 {
        font-size: .95em
    }
    .top-menu ul li a {
        font-size: .85em
    }
    .top-menu ul li {
        margin: 0 .2em
    }
    .top-menu {
        margin: .2em 0 .4em
    }
    .search {
        width: 57%;
        padding: 2px 6px
    }
    .search input[type=submit] {
        background: url(../images/sprit-1.png) 0 -1px no-repeat #202021;
        width: 30px;
        height: 27px
    }
    .news-paper {
        padding: .6em .5em;
        margin: 1em 0
    }
    h5.breaking {
        font-size: .875em;
        width: 19%;
        margin: 0 0 -7px -7px;
        padding: 5px 0
    }
    .menu-strip ul li a {
        font-size: .822em
    }
    .menu-strip {
        padding: .53em 0 .52em;
        margin: .6em 0
    }
    .header-right {
        width: 55%
    }
    .slider {
        padding: .5em
    }
    .main-title-head h3 {
        font-size: 1.4em;
        padding-bottom: 0
    }
    .main-title-head {
        border-bottom: 2px solid #cf0000;
        margin-bottom: 1.2em
    }
    .main-title-head a {
        margin-top: 4px
    }
    .desk-grid h3,
    .editorial h3 {
        font-size: 1.4em;
        border-bottom: 2px solid #cf0000;
        margin-bottom: .6em
    }
    .world-news-grid {
        width: 32%;
        margin-right: 2%
    }
    .world-news-grid h5 {
        font-size: .9em;
        margin-top: 6px
    }
    .world-news-grid p {
        font-size: .825em
    }
    .sign_up {
        width: 36%
    }
    .videos {
        margin-right: 4%
    }
    .desk h5 {
        font-size: .9em
    }
    .desk p {
        font-size: .825em
    }
    .desk {
        margin-bottom: 1.5em
    }
    .editor a {
        font-size: .8em
    }
    .tech-news-grid h4 {
        font-size: .95em
    }
    .bottom-menu ul li a {
        font-size: .875em
    }
    .bottom-menu ul li {
        margin: 0 -1px
    }
    .team-grid:nth-child(4) {
        display: none
    }
    .team-grid {
        width: 25%
    }
    .msingle-grid h3,
    a.gotosingle {
        font-size: 1.25em
    }
    .grid.box {
        margin-bottom: 2em
    }
    .single p i {
        font-size: .75em
    }
    .best-review h4,
    .single h3,
    .story-review h4 {
        font-size: 1.2em
    }
    .single p {
        font-size: 1.25em
    }
    .story-review {
        padding: 1.3em 0;
        border-bottom: 2px solid #000
    }
    .about-section {
        padding: 1.5em 0
    }
    .about-left h3,
    .about-right h3,
    .team h3 {
        font-size: 1.5em
    }
    .featured h3 {
        font-size: 1.3em
    }
    .l_g_r {
        margin-left: 2em
    }
    a.power {
        font-size: .875em
    }
    .tech {
        padding: 5px 7px
    }
    .live-market h3 {
        font-size: 1.4em
    }
    .classified-grid {
        padding: 4em 0
    }
    .classifieds h3 {
        font-size: 1.5em
    }
    .classified-grids {
        margin-top: 1em
    }
    .classified-grid h4 {
        font-size: 1em
    }
}

@media screen and (max-width:480px) {
    .menu-strip,
    .menu-strip ul li:last-child {
        text-align: center
    }
    .header-right {
        width: 100%;
        margin: 1em 0
    }
    .logo a h1 {
        font-size: 1.55em
    }
    .logo {
        margin-top: 4px
    }
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        position: relative;
        min-height: 1px;
        padding: 0
    }
    .col-md-9 font {
        font-size: 10px
    }
    .search {
        width: 100%;
        padding: 1px 4px;
        margin: 0 auto;
        float: right;
        color: #000
    }
    .search input[type=submit] {
        height: 25px
    }
    .top-menu ul li a {
        font-size: .8em
    }
    .top-menu {
        width: 67%;
        float: left;
        margin: 0
    }
    .top-menu ul li {
        margin: 0 .05em
    }
    .rslides_tabs a {
        border: 2px solid #202021
    }
    #slider3-pager .rslides_here a {
        border: 2px solid red
    }
    .breaking-news-title p {
        font-size: .8em;
        height: 30px;
        overflow: hidden;
        line-height: 1.5em
    }
    .breaking-news-title {
        padding: .3em 4.5em
    }
    h5.breaking {
        width: 25%
    }
    .rslides_tabs {
        bottom: -2%
    }
    .subscribe-now {
        margin-top: 0
    }
    .percent h2 {
        font-size: 3em
    }
    .save p {
        font-size: 1.75em
    }
    h3.sn {
        font-size: 1.3em
    }
    .world-news-grid a {
        font-size: .8em
    }
    .main-title-head h3 {
        font-size: 1.3em
    }
    .main-title-head a {
        margin-top: 2px
    }
    .desk-grid h3,
    .editorial h3 {
        font-size: 1.25em;
        margin-bottom: .5em
    }
    .desk p a {
        display: block
    }
    .desk p span {
        margin-left: 0
    }
    .about-left h5 {
        font-size: .9em;
        height: 35px;
        overflow: hidden
    }
    .team-grid:nth-child(2) {
        display: none
    }
    .team-grid {
        width: 33.33333%
    }
    .msingle-grid h3,
    a.gotosingle {
        font-size: 1.2em
    }
    img.blog {
        width: 52%
    }
    .bull-text,
    .menu-strip,
    .s-grid-left,
    .s-grid-right,
    span.menu {
        width: 100%
    }
    span.menu {
        height: 33px;
        background: url(../images/nav.png) 5px 0 no-repeat #000;
        display: inline-block;
        float: left;
        cursor: pointer;
        margin: 0
    }
    .menu-strip {
        display: none;
        background: #000;
        padding: 0;
        margin-top: 10px
    }
    .menu-strip ul {
        float: none;
        width: 100%
    }
    .menu-strip ul li {
        display: block;
        float: none
    }
    .menu-strip ul li a {
        display: block;
        padding: 10px 0 7px
    }
    .menu-strip ul li a.active,
    .menu-strip ul li a:hover {
        color: #fff
    }
    .main-content {
        margin-top: 1em
    }
    .s-grid-left {
        margin-right: 0;
        margin-bottom: 2em
    }
    a.power {
        font-size: .7em
    }
    .tech {
        padding: 4px 5px
    }
    a.bull1 {
        font-size: 1.4em
    }
    .bull {
        width: 60%;
        margin-right: 0;
        padding: 5px;
        margin-bottom: .5em
    }
    .classified-grid {
        padding: 3em 0
    }
    .popupContainer {
        top: 80px !important
    }
}

@media screen and (max-width:320px) {
    .left-posts,
    .videos {
        margin-right: 0
    }
    .left-posts,
    .subscribe-now {
        width: 100%;
        margin-bottom: 1.5em
    }
    .right-posts,
    .videos {
        width: 100%
    }
    .sign_up {
        width: 100%;
        margin-top: 1.5em
    }
    .popular {
        width: 100%
    }
    .subscribe-now {
        margin-left: 0
    }
    .copyright p {
        font-size: .875em
    }
    .footer {
        padding: 1.5em 0 .5em
    }
    .left-tech-news,
    .right-tech-news {
        width: 100%;
        border-bottom: 1px dotted #202021;
        margin-bottom: 1.5em;
        padding-bottom: 1.3em
    }
    .save p {
        text-align: right;
        margin-right: .5em
    }
    .percent h2 {
        font-size: 4em;
        margin-top: 9px
    }
    .top-menu ul li a,
    h5.breaking {
        font-size: .75em
    }
    .slider {
        padding: .2em
    }
    h5.breaking {
        width: 38%;
        margin: 0 0 -3px -3px;
        padding: 4px 0
    }
    .search,
    .top-menu {
        width: 100%
    }
    .breaking-news-title {
        padding: .2em 1.5em
    }
    .rslides_tabs {
        bottom: -10%
    }
    .top-menu ul li {
        margin: 0
    }
    .search {
        margin-top: 10px
    }
    .social-icons {
        width: 100%;
        text-align: center;
        margin-top: .5em
    }
    .team-grid {
        width: 50%
    }
    .team-grid:nth-child(5) {
        display: block
    }
    span.menu {
        background: url(../images/nav.png) 4px 2px no-repeat #000
    }
    .abt_image {
        margin-right: 10%;
        margin-bottom: 3%;
        width: 90%
    }
    .offer a {
        width: 86%
    }
    .offer h4 {
        width: 9%;
        margin-right: 5%
    }
    .featured,
    .might,
    .mleft-posts {
        width: 100%
    }
    .about-us {
        padding-bottom: 0;
        margin-bottom: 2em
    }
    .contact-section-head h3 {
        font-size: 1.4em;
        margin-bottom: .5em
    }
    .map iframe {
        min-height: 200px
    }
    .contact-section {
        padding: 2em 0 0
    }
    .might {
        margin-top: -28px
    }
    .featured {
        margin-left: 0;
        padding-bottom: 0
    }
    .featured h3 {
        font-size: 1.2em
    }
    .mright-posts {
        width: 100%;
        margin-left: 0;
        margin-top: 1em
    }
    .blog-main-content,
    .movie-main-content {
        padding: 2em 0 0
    }
    img.blog {
        width: 80%;
        margin-bottom: 1em
    }
    .msingle-grid h3,
    a.gotosingle {
        font-size: .95em
    }
    .grid p {
        height: 140px;
        overflow: hidden
    }
    .singlepage p,
    .story-review p {
        height: 110px;
        overflow: hidden
    }
    ul.comment-list {
        padding: 1em
    }
    .desc p {
        font-size: 1em;
        margin-top: 0
    }
    .single p {
        font-size: 1.2em
    }
    .single p i {
        font-size: .7em
    }
    .content-form {
        margin-bottom: 4.5em
    }
    .cricket h3 {
        font-size: 1.15em;
        padding: 8px 0 3px 7px
    }
    .tech {
        padding: 4px 5px;
        width: 50%
    }
    .tech:nth-child(3) {
        display: none
    }
    .classified-grid h4 {
        font-size: .8em
    }
    .social_login .icon_title,
    .user_register input[type=checkbox]+label {
        font-size: 13px
    }
    .classified-grid {
        padding: 2em 0
    }
    .header-right {
        margin: 0 0 1em
    }
    .popupContainer {
        width: 90%;
        margin-left: -136px !important
    }
    .social_login .icon {
        width: 15%
    }
    .signup input[type=text] {
        width: 100%
    }
}

.bmp-team-name { padding-top:20px; }
.bmp-team-post { padding-top:32px; }
@media (max-width:768px){.bmp-team-name { padding-top:0px; }.bmp-team-post { padding-top:0px; }}

.flag-saffron {
	background-color:#FF9933;
    padding: 8px 0;
	height:30px;
	width:100%;
	text-align:center;
	margin-top:20px;
}
.flag-white {
	background-color:#FFFFFF;
	color:#000080;
    padding: 6px 0;
	height:30px;
	width:100%;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	vertical-align:middle;
}
.flag-green {
	background-color:#138808;
    padding: 8px 0;
	height:30px;
	width:100%;
	text-align:center;
}
.imp-date-show-box {
    background-color: #fbf181;
	color: #003300;
    width: 100%;
    padding: 25px;
    border: 15px solid #003300;
}
