/****************************************************************
 *		@media Qurey
 ****************************************************************/


/* Smaller than standard 960 (devices and browsers) */

@media only screen and (max-width: 959px) {}



/*Mobile 320*/

/*@media only screen and (min-width: 320px) and (max-width: 479px) {*/
@media only screen and (max-width: 479px) {
    /* layout */
    html,
    body,
    div,
    span,
    object,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    abbr,
    address,
    cite,
    code,
    del,
    dfn,
    em,
    img,
    ins,
    kbd,
    q,
    samp,
    small,
    strong,
    sub,
    sup,
    var,
    b,
    i,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section,
    summary,
    time,
    mark,
    audio,
    video,
    embed,
    object {
        max-width: 100%;
        height: auto;
    }
#article_content iframe {
        max-width: 100%;
        height: auto;
}
    .inner {
        width: 95%;
    }
    .container {
        width: 100% !important;
    }
    .main {
        float: none;
        width: auto;
    }
    .sidebar {
        float: none;
        width: auto;
    }


    #header {
        background-color: #fff !important;
        padding: 22px 0 0px 0;
    }


    /*Top Nav*/
    .top_bar ul.top_nav {
        display: none;
    }
    .mobileTopMenu,
    #mobileTopMenu {
        float: left;
        background: #1E2125;
        margin-top: 5px;
        border: none;
        border-bottom: 1px solid #535967;
        color: #A4A5AA;
        width: 135px;
        font-size: 11px;
        height: 26px;
        line-height: 17px;
        padding: 4px;
    }
    .top_bar .search_box .sf {
        width: 90px;
    }
    /*The Logo */
    #header .logo {
        float: none;
        text-align: center;
    }
    #header .logo img {
	padding: 0 !important;
       width: 180px!important;
      min-height: 79px!important;     
    }
    .top_bar {
        display: none;
    }
    /*Top Ad*/
    #header .top_ad,
    #header .top_ad_big {
        width: 320px !important;
        height: auto !important;
        margin-top: 13px;
        display: block;
        float: none;
        margin: auto;
	padding-top: 0px;
    }
    #header .top_ad img,
    #header .top_ad_big img {
        width: 280px;
        height: auto;
    }
    /*Navigation*/
    #mobile_search {
        display: block !important;
        position: absolute;
        right: 15px;
        top: 44px;
        width: 40px;
        height: 40px;
    }
    #mobile_search a {
        display: block;
    }
    .mobileTopMenu_wrap,
    .mobileMainMenu {
        display: block;
    }
    #menu-item-129922 {
        display: none;
    }
    .nt_bd {
        margin-top: 20px;
    }
    #navigation {
        position: absolute;
        left: 20px;
        top: 48px;
        width: 35px;
        height: 27px;
/*        background: none;
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="rgb(255, 255, 255)"><rect y="0" width="100%" height="10%" /><rect y="45%" width="100%" height="10%" /><rect y="90%" width="100%" height="10%" /></svg>') center / 80% 80% no-repeat;*/
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="rgb(0, 0, 0)"><rect y="0" width="100%" height="10%" /><rect y="45%" width="100%" height="10%" /><rect y="90%" width="100%" height="10%" /></svg>') center / 80% 80% no-repeat;
        border: none;
    }
    .show-menu #navigation {
/*        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="rgb(255, 255, 255)"><line x1="1" y1="100%" x2="100%" y2="1" stroke="white" stroke-width="10%"/><line x1="1" y1="1" x2="100%" y2="100%" stroke="white" stroke-width="10%"/></svg>') center / 80% 80% no-repeat;*/
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="rgb(0, 0, 0)"><line x1="1" y1="100%" x2="100%" y2="1" stroke="black" stroke-width="10%"/><line x1="1" y1="1" x2="100%" y2="100%" stroke="black" stroke-width="10%"/></svg>') center / 80% 80% no-repeat;
    }
    #navigation .nav_wrap {
        display: none;
        position: fixed;
        width: 100vw;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 9999;
        margin-top: 145px;
        height: 100vh;
        overflow-y: scroll;
    }
    #navigation ul.nav>li a {
        width: 100%;
    }
    .show-menu #navigation .nav_wrap {
        display: block;
    }
    body.show-menu {
        overflow: hidden;
    }
    #navigation .nav_wrap>.inner {
        height: 100%;
        width: 100%;
    }
    #header .top_line {
        display: none;
    }
    #navigation ul.nav {
        background-color: #fff;
        position: relative;
        width: 100%;
        z-index: 99;
        height: auto;
    }
    #navigation ul.nav>li {
        float: none;
        height: auto;
    }
    #navigation ul.nav li ul {
        display: block !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: relative;
        top: 0;
        width: 100%;
    }
    #navigation ul.nav li ul li {
        padding-left: 10px;
        border-bottom: none;
    }
    #navigation ul.nav li ul li a:hover {
        background: none;
    }
    #navigation ul.nav>li,
    #navigation ul.nav>li:first-child {
        border: none;
        overflow-x: hidden;
    }
    .mobileMainMenu {
        display: none;
        margin-top: 5px;
        max-width: 767px;
        padding: 8px;
        width: 100%;
        border: 1px solid #eaeaea;
        color: #40454d;
        font-family: play;
        font-size: 14px;
    }
    div.flashbanner.article {
        height: auto;
    }
    /*Feature*/
    .slider {
        height: 340px;
    }
    .slider_item a,
    .slider_item a img {
        width: 100%;
        height: 180px;
    }
    .slider_items .slider_caption {
        width: initial;
        left: 0;
        padding: 8px;
/*	min-height: 40%;*/
        position: relative;
        height: 100%;
    }

.slider_items .slider_caption h2 {
    max-height: 55px;
   margin-bottom: 0px;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.slider_items .slider_caption p {
    max-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

    .slider_item,
    .slider_item>div {
        height: 100%;
    }
    .Feature_news {
        padding: 10px;
        position: relative;
    }
    /*Slider Nav*/
    ul.slider_nav {
        text-align: center;
        padding-bottom: 0px;
    }
    ul.slider_nav li {
        width: auto;
        display: contents;
    }
    ul.slider_nav li a img,
    ul.slider_nav li a span {
        display: none;
    }
    ul.slider_nav a::before {
        content: "â€¢";
        display: block;
        width: 8px;
        height: 8px;
        margin-left: 4px;
        cursor: pointer;
        background: #dee2ec;
        display: inline-block;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        text-indent: -9999px;
    }
    ul.slider_nav .activeSlide a::before {
        background: #798291;
    }
    .slider_items .slider_caption h2 a {
        font-size: 28px;
    }
    /*Latest Video*/
    .lates_video_item img {
        width: 125px;
        height: 80px;
    }
    .lates_video_item h4 {
        font-size: 20px;
        line-height: 19px;
        margin: 0px;
    }
    .lates_video_item h4 span {
        padding-bottom: 3px;
    }
    .lates_video_item {
        width: 125px;
        padding: 0;
        border-right: none;
        height: auto;
        margin-left: 9px;
        padding-top: 10px;
    }
    .lates_video_item a {
        font-size: 15px;
    }
    .scrollable .scroll_items div.four_items {
        width: 280px;
    }
    div.lates_video_news .scrollable {
        height: 200px;
    }
    .lates_video_news .navi {
        height: initial;
    }
    .scrollable {
        height: 340px;
    }
    .scrollable .scroll_items {
        position: relative;
        margin: auto;
    }
    /*News Boxes*/
    .news_box .right_ul {
        display: none;
    }
    .news_box .left_ul {
        float: none;
        width: 100%;
    }
    .newsboxs .nbs_more_news .smalltext {
        display: none;
    }
    .box_outer {
        border-bottom: none;
    }
    .left_ul ul.more_news {
        border: none;
    }
    div.recent_news_huge div.huge_caption {
        width: 100%;
        padding: 0px;
        position: relative;
    }
    div.recent_news_huge,
    div.recent_news_huge a {
        height: auto;
        max-width: 100%;
    }
    div.recent_news_huge div.huge_caption h2,
    div.recent_news_huge div.huge_caption p {
        padding: 10px;
    }
    .newsboxs .news_box .recent_news_item {
        padding: 10px;
    }
    div.recent_news_huge div.huge_caption p {
        padding-top: 0px;
    }
    /*Sidebar*/
    .sidebar {
        float: none;
        width: auto;
    }
    .sidebar .widget input.sf {
        width: 158px;
    }
    .mobile-sidebar {
        display: block;
    }
    .fbbox .mobile-sidebar .widget_title {
        display: none;
    }
    .fbbox .mobile-sidebar .like_box_footer {
        text-align: center;
    }
    .desktop-sidebar {
        display: none;
    }
    /*bot ad*/
    .bot_ad img {
        width: 280px;
        height: auto;
    }
    .like_box_footer iframe {
        margin: auto;
    }
    .footer_wrap {}
    /*footer cols*/
    .one_half,
    .one_third,
    .two_third,
    three_fourth,
    .two_fourth,
    .one_fourth,
    .one_fifth,
    .two_fifth,
    .three_fifth,
    .four_fifth,
    .one_sixth,
    .two_sixth,
    .three_sixth,
    .four_sixth,
    .five_sixth {
        width: 100%;
        float: none;
        margin-right: none;
    }
    /*Bottom bar*/
    .bottom_bar {
        height: auto;
    }
    .bottom_bar ul.social_icons {
        position: relative;
        display: inline-block;
        top: 10px;
    }
    .bottom_bar p.copyrights {
        float: none;
        text-align: center;
    /*    margin-top: -20px;*/
        line-height: 24px;
    }
    /*Home 2 COls*/
    .nb_col2 {
        float: none;
        margin-left: 0;
        width: auto;
    }
    /*news box 2 cols*/
    div.nb_col2 {
        float: none;
        width: auto;
        margin: 0;
    }
    /*Category Page*/
    .cat_article_warap {
        width: auto;
    }
    .cat_article_img img {
        width: 121px;
    }
    .article_meta {
        font-size: 10px;
        line-height: 22px;
    }
    .article_meta span {
        margin-right: 0;
    }
    .cat_mob,
    .cat_mob .cat_article_share {
        display: none;
    }
    .cat_mob .cat_article_share {
        max-width: 238px !important;
        width: auto;
        padding: 6px 20px;
    }
    .cat_mob .cat_article_share div {
        float: left;
        margin-bottom: 0;
        margin-right: 20px;
    }
    .cat_mob .cat_article_share div:last-child {
        margin-right: 0;
    }
    .cat_article_share {
        display: none;
    }
    /*Post Page */
    .single_article_content img {
        max-width: 100% !important;
    }
    .news_box div.news_box_right.full_width li {
        margin-top: 10px;
    }
    .wp-caption {
        width: 100% !important
    }
    .add_comment textarea {
        width: 216px !important;
    }
    .single_article_content blockquote {
        padding: 0;
        padding-left: 16px;
        background-image: url(images/quote_small.png);
    }
    .related_box ul li.related_item {
        float: left;
        width: 50%;
        margin: 0;
        margin-bottom: 15px;
        overflow: hidden;
    }
    /*HTML5 Video*/
    div.jp-jplayer {
        width: 238px !important;
        height: 170px !important;
    }
    .single_article_content .jp-jplayer img {
        width: 238px !important;
        height: 170px !important;
    }
    .single_article_content .jp-jplayer video {
        width: 238px !important;
        height: 170px !important;
    }
    div.jp-audio {
        width: 238px;
    }
    div.jp-progress-container {
        width: 140px;
    }
    div.jp-audio div.jp-type-single div.jp-progress {
        width: 138px;
    }
    div.jp-audio div.jp-type-single a.jp-mute,
    div.jp-audio div.jp-type-single a.jp-unmute {
        top: 9px;
        left: 210px;
    }
    div.jp-volume-bar-container {
        left: 306px;
        display: none;
    }
    /*widgets*/
    .sidebar .widget .mom_posts_images div:nth-child(3n+3) {
        margin-right: 0px;
    }
    .sidebar .widget .mom_posts_images div,
    .sidebar .widget .flickr_badge_wrapper div {
        margin-right: 8px;
    }
    .sidebar .widget iframe {
        max-width: 256px;
        height: inherit;
    }
    .ads250 div {
        height: inherit;
    }
    .tagline h3 {
        display: none;
    }
    .tagline .alignright {
        display: block;
        float: none;
        text-align: center;
    }
    div.widget_singlepost img {
        width: 100%;
        height: auto;
    }
    /* News Tabs */
    .news_boxes_tabs ul.custom_tabs li {
        margin-right: 0;
        padding: 0 7px;
    }
    .nbtabs_content li .nt_post_title {
        font-size: 13px;
    }
    .news_boxes_tabs ul.custom_tabs li.current,
    .news_boxes_tabs ul.custom_tabs li:hover {
        height: 34px;
        line-height: 34px;
    }
    .nbtabs_content li .nt_image img {
        width: 70px;
        height: auto;
    }
    .nbtabs_content li .nt_image {
        margin-right: 10px !important;
    }
    /* News Pictures */
    .news_pictures .news_pictures_list li img {
        width: 63px;
        height: 63px;
    }
    /* News Box S*/
    .newsboxs .news_box .news_box_left {
        float: none;
        width: auto;
    }
    .newsboxs .news_box .recent_news_img {
        display: block;
        text-align: center;
        background: none;
    }
    .newsboxs .news_box .recent_news_img a {
        display: inline-block;
    }
    .news_box .recent_news_img img {
        display: inline-block;
        padding: 4px;
        background: #272829;
        width: 220px;
    }
    div.recent_news_huge div.huge_caption h2 a {
        font-size: 28px;
        line-height: 1.2em;
    }
    .newsboxs .news_box .news_box_right {
        float: none;
        width: auto;
    }
    .newsboxs .nbs_more_news {
        border-top: 1px solid #e0e0e0;
        border-left: none;
    }
    .top_alert {
        font-size: 13px;
    }
    div.flashbanner img {
        width: 100% !important;
        height: auto !important;
    }
    div#bannertop {
        margin-bottom: 0px;
    }
    div.skyscraper {
        display: none;
    }
    #outerwrap {
        margin: 0 0 0 0 !important;
        width: auto !important;
    }
    div.bot_ad {
        display: none;
    }
    div.top_ad_big {
        display: none
    }
    div.scrollTo_top {
        display: none;
    }
    /*forecast width iphone*/
    #next-days-forecast .bz .min {
        width: 50px !important;
    }
    #next-days-forecast .bz .max {
        width: 50px !important;
    }
    table#next-days-forecast tr.icons td img {
        width: 50px;
    }
    table#next-days-forecast {
        width: auto !important;
        float: none !important;
        margin-left: -20px;
    }
    .logo img {
        width: 100% !important;
        height: auto !important
    }
    .sidebar .ads125 a,
    .sidebar .ads125 .ad_code {
        margin: 8px;
    }
    .sidebar .ads125 .ad_code:nth-child(odd) {
        float: right;
    }
    .sidebar .widget .ads125 {
        margin: 8px;
    }
    .one_half {
        width: auto !important;
    }
    div.textwidget .one_half div {
        text-align: center !important
    }
    div.textwidget .one_half .last div {
        text-align: center !important
    }
    div.lates_video_news.news_box .news_box_heading h2 {
        display: none;
    }
    #navigation ul.nav>li a {
        color: #000000;
        font-size: 20px !important;
    }
    .single_share .sh_item {
        width: 100%;
        height: 25px;
        margin: 0px;
        margin-bottom: 5px;
        text-align: center;
    }
    .sudoku-mobile {
        display: block;
    }
    .sudoku {
        display: none;
    }

    /* comment list */
    .commentlist ul {
        margin-left: 0px;
    }
    .commentlist li ul li {
        margin-left: 0px;
    }

    .commentlist .children .comment_wrapper {
        background-color: #eaeaea !important;
    }
    .commentlist .children a.comment-reply-link, .commentlist .children .commentmetadata a {
        color: #2e2e2e !important;
    }
    .commentlist .children a.comment-reply-link{
        background: white;
    }
    .comment_content {
        margin-left: 0px;
        word-break: break-word;
        display: inline-block;
        margin-top: 6px;
    }

    .article-footer-ad {
        margin-top: 20px;
	margin-bottom:20px;
	margin-left: 0px;
    }

}


/* generic stuff */
code,
kbd,
samp,
pre,
tt,
var,
input[type=text],
input[type=password],
input[type=email],
textarea {
    padding: 5px;
    border: 1px solid #efefef;
}

.wpcf7-form-control-wrap {
    padding: 5px;
}

.single_sh_evernote,
.single_sh_gplus {
    display: none;
}

.fixed {
    position: relative;
}


/*@media only screen and (max-width: 370px) {
  #header .logo img {
      width: 190px!important;
      min-height: 82px!important;
  }
}*/
