/*
Template Name: StrategyPage-2015
Author: StrategyPage and BeiBay
Description: StrategyPage stylesheet 2015
Version: 3.9
*/
body {
    font-family: "Helvetica Neue",HelveticaNeue,helvetica,arial,sans-serif;
    background-color: #fff;
    color: #000;
    overflow-x: hidden !important;
}

p {
    color: #000;
}

.container #mainContent p, .container #bios p {
    font-size: 16px;
    font-size: 1.6rem;
}

/* Alignments */
.alignleft, .alignleft img {
    display: inline;
    float: left;
}

.alignright, .alignright img {
    display: inline;
    float: right;
}

.aligncenter, img.aligncenter, .aligncenter img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
/* Lists and Links changes that were done in bootstrap are marked !important and noted*/
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #616f77;
}
/* add to topnav1 for anchor link favs */
.buttonet {
    float: right;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 99%;
}

    .buttonet a {
        color: #094840 /* #487d8e*/;
        border: 1px solid #094840;
        padding: 5px;
        margin: 2px 10px 5px;
        text-align: center;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }

        .buttonet a > i {
            margin: 0 5px;
        }

        .buttonet a:hover {
            background: #094840 /* change from green1 top #128c7d*/;
            color: #fff;
        }

a, a:visited, .stratpg a, .stratpg a:visited {
    text-decoration: none !important; /* from underline in Bootstrap change */
}

    a:hover {
        color: #646464;
        text-decoration: none;
    }

.recent-stories a:hover {
    color: #8f3d3a;
    text-decoration: underline;
}

a:focus, .stratpg a:focus {
    outline: none !important; /* from thin dotted in Bootstrap change; and
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; */
    text-decoration: none;
    outline: none !important;
    outline-offset: none !important; /*Bootstrap changes */
}

h1, h2, h3,
h4, h5, h6 {
    font-weight: 600;
    font-family: "Helvetica Neue",HelveticaNeue,helvetica,arial,sans-serif;
    color: #444; /* change from 4e4e4e */
}

    h2.post_title {
        text-align: left; /* change from center */
        line-height: 1 !important;
        width: 97%;
        margin: 10px auto !important;
    }

h1 {
    font-size: 36px;
    color: #fff;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 22px;
    color: #787878;
    font-weight: 400;
    line-height: 24px;
}

h4 {
    font-size: 20px;
}
/*Images */
img {
    border: none;
}

.advertisements img:hover, a img:hover {
    opacity: 0.75;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.img-right {
    display: block;
    margin-left: auto;
}

.img-left {
    display: block;
    margin-right: auto;
}

.transition {
    -webkit-transition: all 0.5s; /* Ch, Saf  3.2 */
    -moz-transition: all 0.5s; /* 4 < Fx <16 */
    -ms-transition: all 0.5s; /* IE 10 */
    -o-transition: all 0.5s; /* 10.5 < Op < 12.1 */
    transition: all 0.5s; /* IE 10, Ch 26+, Fx 16+, Op 12*/
}

#header {
    width: 98%;
    margin: 0 auto;
}

    #header .row {
        margin: 0 auto;
    }

.header_top {
    display: inline;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}

.header_top_left {
    float: left;
    display: inline;
    width: 65%;
}

.top_nav {
    text-align: left;
}

    .top_nav li {
        display: inline-block;
    }

        .top_nav li a {
            color: #556269; /* was 798992 */
            display: inline-block;
            font-family: "Helvetica Neue",HelveticaNeue,helvetica,arial,sans-serif;
            font-size: 12px;
            padding: 8px 12px;
            text-transform: uppercase;
            -webkit-transition: all 0.5;
            -o-transition: all 0.5;
            transition: all 0.5;
        }

            .top_nav li a:hover {
                color: #128c7d;
                text-decoration: none;
                outline: none;
            }

            .top_nav li a.active {
                color: #094840;
                text-decoration: underline;
            }

.header_top_right {
    float: right;
    display: inline;
    width: 34%;
    text-align: right;
    margin-bottom: 10px;
}

.search_form {
    padding: 3px 0 0;
    
    width: 130px;
}

    .search_box {
        background: none repeat scroll 0 0 #eee;
        border: medium none;
        color: #444;
        display: inline-block;
        line-height: 27px;
        margin: 0;
        max-height: 31px;
        padding: 0 0 0 15px;
        width: 100px;
        vertical-align: top;
        
    }

    .search_button{
        background: url("/images/search_icon.png") no-repeat scroll center 5px rgba(0, 0, 0, 0);
        height: 27px;
        line-height: 27px;
        display: inline-block;
        border: none;
        width: 30px;
        
        
    }

.header_bottom {
    display: inline;
    float: left;
    width: 100%;
    padding: 15px 0;
}

/* icons */
.secret {
    font-size: 55px;
    margin: 15px 0 2px;
}

.fa-book, .fa-video-camera, .fa-file-video-o {
    font-size: 55px;
    margin: 5px 10px 3px 1px;
    padding-right: 20px;
}

.fa-folder {
    font-size: 50px;
    margin: 5px 0;
}
/* LOGO */
.logo-Spage {
    float: left;
    width: 295px;
    margin: 0;
    padding: 0;
}

    .logo-Spage a:focus {
        color: #000;
    }

.logo {
    color: #151515;
    letter-spacing: 1px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 30px;
    margin: 15px 0 0;
    font-weight: bold;
    line-height: 32px;
    float: left;
}

.logo-img {
    width: 60px;
    height: 57px;
    float: left;
    margin: 0px 0 0;
}

.logo > img:hover {
    opacity: 1;
}

.logo > strong {
    color: #128c7d;
}

.logo > span {
    text-indent: 10px;
    color: #444;
    font-style: italic;
    font-weight: normal;
    display: block;
    letter-spacing: normal;
    font-size: 16px;
}

.navbar-default, #mobile-menu {
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.custom_nav {
    width: 100%;
}

.navbar-default .navbar-nav > li > a, #mobile-menu .navbar-nav > li > a {
    color: #fff;
    display: block;
    font-family: "Helvetica Neue",HelveticaNeue,helvetica,arial,sans-serif;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.dropdown-menu > li > a {
    margin-top: -2px;
    color: #fff;
    padding: 5px 15px;
    -webkit-transition: all 0.5s; /* Ch, Saf  3.2 */
    -moz-transition: all 0.5s; /* 4 < Fx <16 */
    -ms-transition: all 0.5s; /* IE 10 */
    -o-transition: all 0.5s; /* 10.5 < Op < 12.1 */
    transition: all 0.5s; /* IE 10, Ch 26+, Fx 16+, Op 12*/
}

.navbar-default .navbar-nav > li > a.active {
    background: #094840;
    height: auto;
}

.dropdown-menu > li > a.active {
    text-decoration: underline;
}

/* addits */
li.social-menu {
    display: inline-block;
    float: right;
    font-size: 15px;
    margin: 0;
}

.socialed {
    display: block;
    font-size: 15px;
    float: right;
}

li.social-menu:hover {
    color: #edbb1f !important;
    background-color: #094840;
}

.social-top {
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
}

#navarea {
    margin: 15px auto;
}

.navbar-right {
    float: right;
    width: 65%;
    margin: 0;
    padding: 0;
}

#mainContent {
    position: relative; /* added to make hovers on tabs, etc. work */
    background-color: #fff;
    display: inline;
    float: left;
    padding-top: 5px;
    width: 100%;
}

    #middle .col-md-6, .middle .col-md-6 {
        padding: 0 10px;
    }

.content_top {
    margin: 0 auto;
    float: left;
    display: inline;
    width: 100%;
}

.latest_slider {
    float: none; /* was left */
    display: block; /* was inline */
    width: 100%;
    /* padding-left: 10px; */
}

.photo-content .latest_slider {
    width: 95%;
    display: block;
    float: none;
    margin: 0 auto;
    background: #c1c0b4;
}

.content_top_right {
    float: left;
    display: inline;
    width: 100%;
}
/* Captions */
figcaption, caption {
    text-align: center;
    background: #eee;
    padding: 5px;
    margin: 0 auto 10px;
    border-bottom: 2px solid #7dc34d;
}
/* Featured Navs */
    .featured_nav li {
        display: block;
        float: left;
        height: 208px;
        margin-bottom: 10px;
        margin-right: 10px;
        position: relative;
        width: 48%;
    }

        .featured_nav li img {
            width: 100%;
            height: 100%;
        }

        .featured_nav li:hover .title_caption {
            height: 130px;
            padding-top: 15%;
        }

.title_caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    text-align: center;
    background-color: rgba(0,0,0,0.75);
    -webkit-transition: all 0.5s; /* Ch, Saf  3.2 */
    -moz-transition: all 0.5s; /* 4 < Fx <16 */
    -ms-transition: all 0.5s; /* IE 10 */
    -o-transition: all 0.5s; /* 10.5 < Op < 12.1 */
    transition: all 0.5s; /* IE 10, Ch 26+, Fx 16+, Op 12*/
}

.featured_nav li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.5s; /* Ch, Saf  3.2 */
    -moz-transition: all 0.5s; /* 4 < Fx <16 */
    -o-transition: all 0.5s; /* 10.5 < Op < 12.1 */
    transition: all 0.5s; /* IE 10, Ch 26+, Fx 16+, Op 12*/
}

.content_middle {
    float: left;
    display: inline;
    width: 100%;
}

.content_middle_leftbar {
    float: left;
    display: inline;
    width: 100%;
}

.single_category {
    float: left;
    display: inline;
    width: 100%;
}

    .single_category > h2, .archive_style_1 > h2 {
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        margin-top: 5px;
        text-transform: uppercase;
        position: relative;
    }

.bold_line {
    bottom: 0;
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%;
}

    .bold_line span {
        display: block;
        height: 100%;
        width: 100%; /*theme.css*/
        background-color: #128c7d;
    }

.solid_line {
    background-color: #fff;
    bottom: 5px;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}

/* Category Navs */

    .catg1_nav li {
        float: left;
        display: inline;
        width: 100%;
        margin-bottom: 30px;
    }

.catgimg_container {
    height: 150px;
    overflow: hidden;
    width: 100%;
    overflow: hidden;
}

.catg1_img img {
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.catg1_img:hover img {
    -webkit-transform: scale(1.1); /* Safari and Chrome */
    -moz-transform: scale(1.1); /* Firefox */
    -ms-transform: scale(1.1); /* IE 9 */
    -o-transform: scale(1.1); /* Opera */
    transform: scale(1.1);
}

.single_featured_slide {
    float: left;
    display: inline;
    width: 100%;
    text-align: center;
}

    .single_featured_slide img {
        width: 100%;
    }

    .single_featured_slide > h2 a {
        color: #383838;
        font-size: 22px;
        font-weight: bold;
        text-transform: uppercase;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

        .single_featured_slide > h2 a:hover {
            color: #3e6e6c;
        }

    .single_featured_slide > p {
        font-size: 12px;
        padding: 0 16px;
    }
/* Slicks-style*/
.content_middle_middle .slick-prev {
    left: 15px;
    top: 25px;
}

.content_middle_middle .slick-next {
    left: 62px;
    right: 0;
    top: 25px;
}

.content_middle_rightbar {
    float: left;
    display: inline;
    width: 100%;
}

.content_bottom {
    float: left;
    display: inline;
    width: 100%;
}

.content_bottom_left {
    background-color: #fff;
    display: inline;
    float: left;
    margin-left: -15px;
    min-height: 200px;
    width: 102%;
    padding-right: 25px;
}

    .content_bottom_left .title_text {
        background-color: #fff;
    }

.archive_style_1 > .world_category_left {
    width: 48% !important;
    margin-right: 2%;
}
/*Features / fashion Categ */

    .features_catgnav li {
        border-bottom: 1px solid #ddd;
        display: block;
        margin-bottom: 10px;
        width: 100%;
    }

.catgimg2_container {
    width: 100%;
    height: 240px;
    float: left;
    display: block;
    overflow: hidden;
}

    .catgimg2_container img {
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .catgimg2_container a:hover img {
        -webkit-transform: scale(1.1); /* Safari and Chrome */
        -moz-transform: scale(1.1); /* Firefox */
        -ms-transform: scale(1.1); /* IE 9 */
        -o-transform: scale(1.1); /* Opera */
        transform: scale(1.1);
    }
/* Comments and Posts */
.comments_box {
    float: left;
    display: inline;
    width: 100%;
    margin-bottom: 10px;
}

span.meta_date, span.meta_comment, span.meta_more {
    display: inline-block;
    margin-right: 8px;
    color: #777;
    font-size: 12px;
}

    span.meta_date:hover, span.meta_comment:hover, span.meta_more:hover, span.meta_comment a:hover, span.meta_more a:hover {
        color: #3e6e6c;
    }

    span.meta_date:before {
        content: "";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        padding-right: 4px;
        text-decoration: inherit;
    }

    span.meta_comment:before {
        content: "";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        padding-right: 4px;
        text-decoration: inherit;
    }

    span.meta_more:before {
        content: "";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        padding-right: 4px;
        text-decoration: inherit;
    }

/* accordion comments in theme.css*/
.comment {
    border-bottom: 2px solid #ddd;
    padding: 10px 0;
    line-height: 1.2;
}

    .comment .pull-left {
        margin: 0 5px;
    }

.commenter a {
    color: #556269; /* was change 798992*/
}

.comment-text {
    margin: 10px auto 10px 10px;
}

h5.comment-heading {
    font-size: inherit;
    margin: 0 5px;
}
/* nested comment */
.comment .comment {
    margin-left: 3%;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
/* Tab Panels and Newsfeeder*/

.custom-tabs li {
    border-radius: 4px 4px 0 0;
    background: #ddd;
    text-align: center;
}
/*Nav Tabs */
.nav-tabs {
    border-bottom: 1px solid #3e6e6c;
}

.tab-content {
    padding-top: 20px;
}

.nav-tabs > li > a:before {
    visibility: hidden;
    margin-right: 0 !important;
}

.nav-tabs.nav-justified li {
    border-radius: 4px 4px 0 0;
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    margin-bottom: 0;
    border-bottom: none !important;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
    color: #128c7d;
}

    .nav-tabs > li.active > a:hover {
        color: #3e6e6c !important;
    }

.nav-tabs > li > a:hover {
    background-color: #49b381;
    color: #fff !important;
}

.custom-tabs a.title {
    font-size: 115%;
    font-weight: bold;
}

.newsfeeder .tab-content, .newsfeeder-mobile .tab-content {
    border: 1px solid #e6e6e6;
    border-top: 0;
    padding: 10px;
}

.newsfeeder-mobile {
    display: none;
}

.newsfeeder {
    display: block;
    padding: 0 10px;
    min-width: 336px;
}

    .newsfeeder .tab-content li a {
        color: #000;
    }

        .newsfeeder .tab-content li a:hover {
            color: #646464;
            text-decoration: underline;
        }

.small_catg li, .news_catg li {
    border-bottom: 1px dotted #ccc;
    display: block;
    width: 95%;
    margin: 0 auto 10px;
    padding-bottom: 10px;
}

    .small_catg li:last-child {
        border-bottom: none;
    }

.popular_catg li {
    border-bottom: 1px dotted #ccc !important;
}
/* ====== */
.media-left, .comment-left {
    width: 112px;
    height: 112px;
}

    .media-left > img {
        width: 100%;
        height: 100%;
    }

h5.media-heading {
    font-size: 17px;
}

.media-heading a {
    font-family: Verdana, Geneva, sans-serif;
}

    .media-heading a:hover {
        color: #3e6e6c;
    }

.games_features_area {
    float: left;
    display: inline;
    width: 100%;
}

.games_category {
    float: left;
    display: inline;
    width: 49%;
}

.features_category {
    float: right;
    display: inline;
    width: 49%;
}

.videos_catrarea {
    float: left;
    display: inline;
    width: 100%;
}

.content_bottom_right {
    float: left;
    display: inline;
    width: 100%;
}

.single_bottom_rightbar {
    float: left;
    display: inline;
    width: 100%;
    margin-bottom: 10px;
}

    .single_bottom_rightbar > h2 {
        color: #222;
        display: block;
        font-size: 20px;
        font-weight: 700;
        line-height: 25px;
        margin: 6px 0 15px;
        padding: 0 0 13px;
        text-transform: uppercase;
        position: relative; /*theme.css*/
        border-bottom: 3px solid #3e6e6c;
    }

        .single_bottom_rightbar > h2:after {
            background: none repeat scroll 0 0 #556269 /* was 798992 change*/;
            bottom: -3px;
            content: "";
            height: 3px;
            left: 0;
            position: absolute;
            width: 45%;
        }

    .popular_catg .media-left img {
        border: 1px solid lightGrey;
        padding: 2px;
    }

    .popular_catg li {
        border-bottom: none;
    }

.single_bottom_rightbar ul li a {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.single_bottom_rightbar ul li > a:hover {
    color: #3e6e6c;
}

.single_bottom_rightbar ul li > a:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-right: 5px;
}

.blog_archive {
    display: inline;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

    .blog_archive select {
        background-color: #fff;
        border: medium none;
        height: 50px;
        padding: 10px;
        width: 100%;
    }

        .blog_archive select option {
            cursor: pointer;
            padding: 10px 5px;
        }

#footer {
    float: left;
    display: inline;
    width: 100%;
    border-top: 10px solid #798992;
    margin-top: 30px;

}

.footer_top {
    background-color: #434c51;
    display: inline;
    float: left;
    padding: 15px 0;
    width: 100%;
}

    .footer_top h2, #footer h2 {
        color: #ddd;
    }

    .footer_top a {
        color: #eee;
    }

        .footer_top a:hover {
            color: #e69d00;
        }

.single_footer_top {
    float: left;
    display: inline;
    width: 100%;
}

    .single_footer_top > h2 {
        font-size: 18px;
        margin: 0 0 10px;
        padding: 6px 0;
        text-transform: uppercase;
    }
/* Flickr Widgets */

    .flicker_nav li {
        display: block;
        float: left;
        width: 22%;
        margin-right: 8px;
        margin-bottom: 8px;
    }

        .flicker_nav li a {
            display: block;
            height: 75px;
            width: 100%;
        }

            .flicker_nav li a img {
                width: 100%;
                height: 100%;
                -webkit-transition: all 0.5s;
                -moz-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
            }

                .flicker_nav li a img:hover {
                    opacity: 0.75;
                    -webkit-transform: rotate(360deg); /* Safari and Chrome */
                    -moz-transform: rotate(360deg); /* Firefox */
                    -ms-transform: rotate(360deg); /* IE 9 */
                    -o-transform: rotate(360deg); /* Opera */
                    transform: rotate(360deg);
                }

.labels_nav {
    text-align: left;
}

    .labels_nav li {
        display: inline-block;
    }

        .labels_nav li a {
            display: inline-block;
            background: none repeat scroll 0 0 #2e3d45;
            color: #dddddd;
            line-height: 12px;
            margin: 0 2px 4px 0;
            padding: 12px 17px;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s;
        }

            .labels_nav li a:hover {
                background-color: #3e6e6c;
            }

.single_footer_top p {
    color: #ddd;
}

.footer_bottom {
    float: left;
    display: inline;
    width: 100%;
    background: none repeat scroll 0 0 #282e31;
    color: #eeeeee;
    font-size: 12px;
    padding: 8px 20px;
}

.footer_bottom_left {
    float: left;
    display: inline;
    width: 100%;
}

    .footer_bottom_left p, .footer_bottom_right p {
        color: #949494;
        margin: 9px 10px 10px;
    }

.footer_bottom_right p {
    font-size: 10px;
}

.footer_bottom_right {
    float: left;
    display: inline;
    width: 100%;
    text-align: right;
}
/*=========start single page===========*/
.single_page_area {
    border-bottom: 2px solid #333;
    display: inline;
    float: left;
    padding-top: 5px;
    width: 100%;
    padding-bottom: 15px;
}

.breadcrumb {
    border-radius: 0; /*theme.css add*/
    background-color: #3e6e6c;
    border: 2px solid #3e6e6c;
}

    .breadcrumb li a {
        color: #fff;
    }

    .breadcrumb > li + li:before {
        color: #fff;
    }

    .breadcrumb > .active {
        color: #fff;
    }

.single_page_area > h2 {
    color: #556269;
    border-left: 0;
    color: #000;
    padding: 0 10px;
    line-height: 40px;
}

.single_page_content {
    font-size: 15px;
    color: #000;
    float: left;
    display: inline;
    width: 95%;
}

    .single_page_content p {
        margin: 10px auto 15px;
        width: 95%;
        line-height: 1.5;
    }

.post_commentbox, .post_topinfo {
    border-bottom: 1px dotted #dedede;
    display: inline;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 2px;
    padding-left: 5px;
    width: 100%;
}

    .post_commentbox a, .post_topinfo a {
        color: #556269 /* was 798992 */;
        margin-right: 5px;
        font-size: 13px;
        font-family: "Helvetica Neue", HelveticaNeue, helvetica, arial, sans-serif;
    }

.post_topinfo {
    text-align: right;
}

    .post_commentbox a:hover, .post_commentbox span:hover, .post_topinfo a:hover, .post_topinfo span:hover {
        color: #3e6e6c;
    }

    .post_commentbox a > i, .post_topinfo a > i {
        margin-right: 5px;
    }

    .post_commentbox span, .post_topinfo span {
        color: #556269 /* change from 798992 */;
        font-size: 11px;
        margin-right: 5px;
    }

        .post_commentbox span > i, .post_topinfo span > i {
            margin-right: 5px;
        }

figure img, .single_page_content img.no-margin {
    margin: 10px auto 0;
}

.single_page_content img {
    margin-bottom: 10px;
    margin-top: 20px;
    max-width: 100%;
}

.single_page_content h1, .page h1 {
    color: #000;
}

.single_page_content ul {
    margin-bottom: 10px;
}

    .single_page_content ul li {
        margin-bottom: 3px;
        padding-left: 30px;
    }

        .single_page_content ul li a:hover {
            opacity: 0.75;
        }

        .single_page_content ul li:before {
            border-radius: 0;
            color: #128c7d;
            content: "";
            height: 10px;
            margin-left: -15px;
            margin-top: 5px;
            position: absolute;
            width: 10px;
            /*theme.css*/ background: none repeat scroll 0 0 #3e6e6c;
        }

/* Article Newsfeeder Tabs */
#latest-pop-tabs1 .nav-justified.custom-tabs li a {
    list-style: none;
}

.single_page_content .newsfeeder ul, .single_page_content .newsfeeder li, .single_page_content .newsfeeder, .single_page_content .nav-tabs {
    list-style: none;
    list-style-type: none !important;
}

/* Newsfeeder in Content; News Tabs in Article */
.single_page_area .newsfeeder {
    float: right;
    display: inline;
    max-width: 50%;
}

.single_page_area .frontnewsfeeder {
    float: right;
    display: inline;
    max-width: 100%;
}

.single_page_content .newsfeeder ul li:before {
    border-radius: 0;
    display: none;
    content: none;
    height: 1px;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    width: 0;
    /*theme.css*/ background: none;
}

.single_page_content .newsfeeder ul li {
    margin-bottom: 5px;
    padding-left: 0;
}

.single_page_content .newsfeeder ul {
    margin-bottom: 0;
}
/* Blockquotes */

.single_page_content blockquote, blockquote {
    border-color: #eee #3e6e6c;
    border-left: 5px solid #3e6e6c;
}

.single_page_content blockquote, blockquote {
    border-style: solid;
    border-width: 5px;
    font-size: 15px;
    font-style: italic;
}

    blockquote.feature {
        text-align: center;
        font-size: 115%;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-weight: bold;
        width: 90%;
        margin: 0 auto;
    }

        blockquote.feature a {
            color: #0f7569 /*green1 dark*/;
        }

            blockquote.feature a:hover {
                color: red;
            }

    blockquote.leftframe {
        border-left: 5px solid #3e6e6c; /* was .single_page_area > h2 border */
    }
/* add for top nav posts */
.top-nav-extras { /*add to work */
    padding: 0;
    overflow: auto;
    display: table;
    width: 100%;
    margin-bottom: 0;
}

.post_pagination_top { /*add to work */
    padding: 0;
    overflow: auto;
    display: table;
    width: 100%;
    margin-bottom: 0;
}

.next1top {
    float: right;
    position: relative;
    display: table;
    margin-bottom: 5px;
    margin-bottom: .5rem;
    font-size: 89%;
    min-height: 25px;
    padding: 5px auto 3px;
    text-align: right;
    width: 100%; /*change from 87% */
}

.frontpage-middle  .newsfeeder {
    display: inline;
    max-width: 100%;
}

.frontpage-middle {
    padding: 0 15px 10px 15px;
    border-bottom: none;
    margin-top: -15px;
}

.next1top span {
    font-weight: bold;
    padding-right: 10px;
}

.next1top .top-naver {
    font-weight: bold;
    padding-right: 10px;
    line-height: 1;
    margin-bottom: 0;
}

.next1top a.posts-nav .postnav-title p {
    color: #2b2b2b; /*link green */
    font-weight: normal;
    padding: 10px 2px 10px 5px;
    margin: 0 auto;
    line-height: 1.5;
    text-indent: -10px;
    font-size: 15px !important;
    font-size: 1.5rem !important;
    border-bottom: 1px dotted #dedede; /* was border-bottom: 1px solid #798992;*/
}

    .next1top a.posts-nav .postnav-title p:hover {
        color: #c52d2f; /* red hover */
    }

.next1top a.posts-nav i {
    border-bottom: 1px dotted #dedede;
    text-align: center;
    padding-top: 11px;
    font-size: 20px;
    background-color: #fff;
    color: #000;
    float: left;
    width: 10%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
}

    .next1top a.posts-nav i:hover {
        color: #c52d2f; /* red hover */
        background-color: #fff;
    }

.next1top .postnav-title {
    float: left;
    width: 90%;
    position: relative;
    left: 0;
    border-left: 0;
    overflow: hidden;
    font-weight: normal;
}
/* Pagination */
.post_pagination { /*add to work */
    padding: 0;
    overflow: auto;
    display: table;
    width: 100%;
    border-top: 2px solid #3e6e6c;
}
/* add for height fit ; Posts Nav */
.prev1 {
    width: 50%;
    float: left;
    position: relative;
    border-right: 1px solid #3e6e6c;
    display: table;
    border-bottom: 2px solid #3e6e6c;
    min-height: 75px;
}

.next1 {
    width: 50%;
    float: right;
    border-left: 1px solid #3e6e6c;
    position: relative;
    display: table;
    border-bottom: 2px solid #3e6e6c;
    min-height: 75px;
}

.prev-arrows {
    float: left;
    width: 20%;
}

.next-arrows {
    float: right;
    width: 20%;
}

.prev1 a.posts-nav i {
    text-align: center;
    padding-top: 15px;
    font-size: 20px;
    background-color: #3e6e6c;
    color: #fff;
    float: left;
    width: 20%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    border-right: 2px solid #3e6e6c;
}

.next1 a.posts-nav i {
    text-align: center;
    padding-top: 15px;
    font-size: 20px;
    background-color: #3e6e6c;
    color: #fff;
    float: left;
    width: 20%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
}

    .prev1 a.posts-nav i:hover, .next1 a.posts-nav i:hover {
        background-color: #c52d2f; /* red hover */
        color: #fff;
    }

.prev1 .postnav-title {
    float: right;
    width: 80%;
    position: relative;
    left: 0;
    overflow: hidden;
    font-weight: normal;
}

.next1 .postnav-title {
    float: left;
    width: 80%;
    position: relative;
    left: 0;
    overflow: hidden;
    font-weight: normal;
}

.postnav-title h5 {
    text-align: center;
}

.postnav-title p.post-naver {
    font-size: 99% !important;
}

a.posts-nav .postnav-title h5 {
    color: #2b2b2b; /* from 798992; /*link green */
    font-weight: normal;
    padding: 2px 5px 10px;
    width: 90%;
    margin: 0 auto;
}

    a.posts-nav .postnav-title h5:hover {
        color: #444;
    }

.postnav-title .post-naver {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    margin: 10px auto 5px;
}

/* end add */
.prev {
    display: table /*change from inline*/;
    overflow: hidden;
    float: left;
    width: 50%;
    border-right: 2px solid #3e6e6c;
}

.next {
    display: inline;
    float: right;
    width: 50%;
    text-align: right;
}

.angle_left {
    background-color: #3e6e6c;
    color: #fff;
    height: 100%;
    display: block;
    float: left;
    font-size: 20px;
    padding: 30px 2px;
    text-align: center;
    width: 50px;
}

.angle_right {
    background-color: #3e6e6c;
    color: #fff;
    display: block;
    float: right;
    font-size: 20px;
    padding: 30px 2px;
    text-align: center;
    width: 50px;
}

    .angle_right:hover, .angle_left:hover {
        color: #fff;
        background: #c52d2f;
    }

.similar_post {
    background-color: #fff;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
    padding: 0 15px;
    width: 100%;
}

    .similar_post h2 {
        border-bottom: 1px dotted #798992;
        font-size: 25px;
        padding-bottom: 5px;
    }

        .similar_post h2 i {
            color: #3e6e6c;
        }

    .similar_post a::after {
        content: " | ";
        color: #333;
    }

    .similar_post a:last-child:after {
        content: "";
    }

.similar_nav li {
    border-bottom: 0 dotted #e5e5e5;
    width: 33.3%;
    float: left;
}

/*===============start archive page===================*/
.archive_area {
    float: left;
    display: inline;
    width: 100%;
}

.single_archive {
    display: inline;
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.archive_imgcontainer {
    float: left;
    display: inline;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

    .archive_imgcontainer > img {
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .archive_imgcontainer:hover img {
        transform: scale(1.1);
    }

.archive_caption {
    bottom: 25px;
    left: 0;
    padding: 10px 20px;
    position: absolute;
}

    .archive_caption h2 > a {
        background-color: rgba(0, 0, 0, 0.4);
        color: #fff;
        display: inline-block;
        font-size: 24px;
        line-height: 26px;
        padding: 8px 10px 10px;
    }

        .archive_caption h2 > a:hover {
            text-decoration: underline;
        }

    .archive_caption p {
        background-color: rgba(0, 0, 0, 0.4);
        color: #fff;
        padding: 3px;
    }

.read_more {
    border-bottom: 4px solid #128c7d;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    text-align: right;
    width: 100%;
}

    .read_more > span {
        background-color: #128c7d;
        color: #fff;
        display: inline-block;
        padding: 5px 10px;
    }

/*==============start 404 page==============*/
.error_page_content {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
    padding-bottom: 45px;
}

    .error_page_content h1 {
        display: inline-block;
        font-size: 300px;
        font-weight: 400;
        position: relative;
        vertical-align: middle;
        color: #128c7d;
    }

        .error_page_content h1:after, .error_page_content h1:before {
            background: none repeat scroll 0 0 #fff;
            content: "";
            height: 20px;
            margin-top: -10px;
            position: absolute;
            top: 50%;
            -webkit-transform: rotate(45deg);
            -mz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            width: 20px; /*theme.css*/
            border: 2px solid #3e6e6c;
        }

        .error_page_content h1:after {
            right: -60px;
        }

        .error_page_content h1:before {
            left: -60px;
        }

    .error_page_content h2 {
        color: #c1c0b4; /*beige color */
        font-size: 60px;
        font-weight: 400;
    }

    .error_page_content h3 {
        font-size: 24px;
        margin-top: 35px;
    }

    .error_page_content p {
        font-size: 23px;
        line-height: 31px;
        margin: 36px auto 0;
        max-width: 630px;
        padding: 9px 0 8px;
        position: relative; /*theme.css*/
        border-bottom: 2px solid #3e6e6c;
        border-top: 2px solid #3e6e6c;
    }

        .error_page_content p:before {
            content: "";
            left: 0;
            position: absolute;
            top: 1px;
            width: 100%; /*theme.css*/
            border-top: 1px solid #3e6e6c;
        }

        .error_page_content p:after {
            bottom: 1px;
            content: "";
            left: 0;
            position: absolute;
            width: 100%; /*theme.css*/
            border-top: 1px solid #3e6e6c;
        }

        .error_page_content p > a:hover {
            color: #128c7d;
        }

/*=============About page==========*/

.mini-menu {
    text-align: center;
    font-size: 17px;
}

    .mini-menu a {
        color: #094840 /*#6da4b5 */;
    }

        .mini-menu a:hover {
            color: #e69d00;
        }

.about_area .col-md-12 .col-md-8 {
    padding: 30px 25px 15px 13px;
    padding: 3rem 2.5rem 1.5rem 1.3rem;
}

.bios-about p {
    padding: 0 10px 5px 15px;
    padding: 0 1rem .5rem 1.5rem;
}

.about_area {
    display: inline;
    float: none;
    padding: 0 15px 25px;
    width: 100%;
}

    .about_area p {
        font-size: 15px;
        font-size: 1.5rem;
    }

    .about_area h1 {
        color: #000;
    }

    .about_area h2 a {
        background: #fff;
    }


    #bios h3 {
        margin: auto auto 2px;
    }

.bios h3, .bios h3 a {
    margin: auto 0 0;
    color: #094840;
}

    .bios h3 a:hover {
        color: #128c7d;
    }

.text-left a {
    color: #128c7d;
}

.text-left button a {
    color: #fff;
}

#sources h3, #jobs h3 {
    font-weight: bold;
    color: #444;
}

#sources, #jobs, #advertiseSP {
    border-top: 2px solid #ddd;
}

#advertiseSP {
    margin-top: 10px;
    padding-top: 15px;
}

h5.role-title {
    margin: 2px auto 10px;
    color: #333;
}

.bios .img-circle {
    margin-top: 1.5rem;
}

#advertiseSP i {
    font-weight: 100;
}
/* Our Office  + world*/
.about_area .our_office {
    margin: 20px auto 0;
}

.our_office {
    display: inline;
    float: left;
    position: relative;
    text-align: center;
    width: 95%;
    margin: 20px auto; /*theme.css*/
    border-top: 2px solid #3e6e6c;
}

.our_office1 {
    display: inline;
    float: left;
    position: relative;
    text-align: center;
    width: 48%;
    margin-top: 30px; /*theme.css*/
    border-top: 2px solid #3e6e6c;
}

.our_office > h2 {
    font-size: 32px;
    margin: 24px 0;
}

.our_office:before { /* has double-grooved frame top line */
    content: "";
    left: 0;
    position: absolute;
    top: 1px;
    width: 100%; /*theme.css*/
    border-bottom: 1px solid #3e6e6c;
}

.world_category_right {
    float: right;
    display: inline;
    width: 49%;
    padding-top: 20px;
}

.world_category_left {
    float: left;
    display: inline;
    width: 49%;
    padding-top: 20px;
}

/*=============Posted Infos and Links page==========*/

.posted-info {
    list-style: none;
    border: 2px solid #ddd;
    padding: 10px 0;
}

    .posted-info a {
        font-weight: normal;
        color: #000;
    }

        .posted-info a:hover {
            text-decoration: underline;
            color: #3a8f67;
        }

    .posted-info .col-md-4 ul {
        border-right: 1px solid #555;
        padding: 0 15px 0 0;
    }

        .posted-info .col-md-4 ul.third {
            border-right: 0 !important;
        }

    .posted-info li {
        padding: 5px;
        border-bottom: 1px solid #444;
    }

/* === Slider == */ .single_iteam span {
    font-weight: bold;
    margin-right: 15px;
    font-size: 115%;
}

.single_iteam a:hover {
    color: #fff;
}

.single_iteam {
    position: relative;
}

    .single_iteam img {
        width: 100%;
    }

    .single_iteam h2 {
        display: inline-block;
        left: 0;
        position: absolute;
        right: 0;
        font-size: 20px;
        text-align: center;
        bottom: 2px;
    }

        .single_iteam h2 > a:hover {
            text-decoration: underline;
        }

        .single_iteam h2 > a {
            background-color: rgba(0, 0, 0, 0.7);
            color: #fff;
            display: inline-block;
            font-size: 20px;
            padding: 10px;
        }
/* ====== Photos Page ====== */
.photo-content {
    text-align: center;
}

    .photo-content p {
        font-size: 16px;
        font-size: 1.6rem;
    }

/* Bootstrap Change */
table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}
/*=============Contact Page==========*/
.contact_area {
    display: inline;
    float: left;
    padding: 0 15px 25px;
    width: 100%;
}

    .contact_area h1 {
        font-size: 45px;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
    }

    .contact_area > p {
        text-align: center;
    }

.contact_bottom {
    float: left;
    display: inline;
    width: 100%;
}

.contact_us {
    width: auto;
    position: relative;
    margin: 20px auto;
}

.contact_us1 { /*theme.css*/
    border-top: 2px solid #3e6e6c;
    width: auto;
    position: relative;
    margin: 10px auto;
}

    .contact_us1:before /*double line frame top*/ {
        content: "";
        left: 0;
        position: absolute;
        top: 1px;
        width: 100%; /*theme.css*/
        border-bottom: 1px solid #3e6e6c;
    }

.contact_us > h2 {
    font-size: 32px;
    margin: 24px 0;
    text-align: center;
}

    .contact_form input[type="text"], .contact_form input[type="email"] {
        border-radius: 0;
        height: 40px;
        margin-bottom: 10px;
        width: 100%;
    }

    .contact_form textarea {
        width: 100%;
        height: 150px;
        border-radius: 0;
        margin-bottom: 10px;
    }

    .contact_form input[type="submit"] {
        float: right;
        height: auto;
        line-height: 40px;
        width: 100px;
        border: 1px solid #ccc;
        -webkit-transition: all 0.5s;
        -mz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .contact_form input[type="submit"]:hover {
            background-color: #3e6e6c;
            color: #fff;
            border-color: #3e6e6c;
        }

/* Recent Stories (Breaking News) */
.recent-stories {
    border-left: 10px solid #798992;
    border-right: 10px solid #798992;
    border-bottom: 5px solid #798992;
    display: inline;
    float: left;
    margin: 17px auto 10px;
    position: relative;
    width: 100%;
}

h2.breaking {
    background: #49b381;
    margin: 0 auto 15px;
}

.breaking a.title_text {
    color: #000;
    padding: 2px 10px 2px;
}

.title_text {
    background-color: #f6f6f6;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    top: 5px;
    z-index: 1;
}

.recent-story-1 {
    border: solid #333;
    border-bottom-color: #6e3e40;
    border-width: 1px 2px;
    margin: 1rem auto 0;
    background: #f5f5f5;
    padding: .2rem 1.3rem;
    color: #000;
    width: auto;
    background: #fff;
}

    .recent-story-1 .lead {
        font-size: 17px;
    }

.recent-story-2 {
    border: solid #333;
    border-bottom-color: #6e3e40;
    border-width: 0 2px 1px;
    margin: 0 auto;
    background: #f5f5f5;
    padding: .5rem 1.3rem;
    color: #000;
    width: auto;
    background: #fff;
}

    .recent-story-2 .lead {
        font-size: 16px;
    }

.recent-story-3 {
    border: 1px solid #ddd;
    border-width: 0 1px 0 0;
    padding: .5rem .2rem;
}

.row-fluid .recent3 {
    border-left: 2px solid #333;
}

.row-fluid .recent4 {
    border-right: 2px solid #333;
}

.recent-story-4 {
    padding: .5rem .2rem;
    margin-top: 0;
}

.recents {
    border-bottom: 2px solid #333;
}

.recent-story-1 h2, .recent-story-2 h2 {
    text-align: center;
    font-size: 25px;
    margin-top: 13px;
}

    .recent-story-1 h2 a, .recent-stories a {
        color: #0066cc;
        font-family: "Helvetica Neue",HelveticaNeue,helvetica,arial,sans-serif;
    }

.recent-story-4 h3, .recent-story-3 h3, .recent-story-4 h4, .recent-story-3 h4 {
    font-weight: bold;
    margin-top: 10px;
}

.lead {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.recent-stories .meta_date {
    color: #666;
    font-size: 90%;
    font-weight: bold;
}

.post-page .single_page_content .meta_date {
    font-size: 99%;
    font-weight: bold;
    color: #000;
}

.content_middle_middle {
    border-left: 10px solid #798992;
    border-right: 10px solid #798992;
    display: inline;
    float: left;
    margin-top: 17px;
    position: relative;
    width: 100%;
}

    .content_middle_middle:after, .recent-stories:after /*dark green BG Left */ {
        content: "";
        height: 222px;
        left: -10px;
        position: absolute;
        top: 0;
        width: 10px;
        background-color: #3e6e6c;
    }

    .content_middle_middle:before, .recent-stories:before /*dark green background Right */ {
        content: "";
        background-color: #3e6e6c;
        height: 222px;
        right: -10px;
        position: absolute;
        top: 0;
        width: 10px;
    }

/* Accordions HERE moved to theme.css */
/*Dan's changes*/
.front-side-news-feed {
    margin-left: -10px;
}

.mainArt {
    font-weight: bold;
}

.latest {
    font-size: 12px;
    color: black;
    margin: 0 10px 10px 10px;
}

    .latest a {
        color: blue;
    }

        .latest a:hover {
            color: firebrick;
        }

    .latest h2 {
        margin: 0 0 0 0;
    }

        .latest h2 a {
            font-size: 16px;
            font-weight: bold;
            color: #1a4c30;
        }

            .latest h2 a:hover {
                color: firebrick;
            }

.news {
    border: 2px solid #798992;
    margin-bottom: 10px;
}

.news-title-text {
    font-size: 18px;
    font-weight: bold;
    color: #429793;
    text-align: center;
    z-index: 1;
    margin-top: -12px;
    background-color: white;
}

/* Ads */
#adWrapper img {
    text-align: center;
}

.advertisements {
    margin: 10px auto;
}

    .advertisements img {
        max-width: 100%;
        margin: 1px auto 2px;
    }

    .advertisements h5 {
        text-align: center;
    }

.books-interest {
    text-align: center;
    clear: both;
}

    .books-interest a {
        float: left;
    }

    .books-interest li {
        float: left;
        width: 30%;
        list-style: none;
    }

.books-interest2 li {
    list-style: none;
    text-align: center;
    margin: 5px auto;
}

.clearer {
    width: 100%;
    height: 15px;
    clear: both;
}

/*Prediction Market */
.prediction-market {
    padding: 5px 10px;
    text-align: center;
    color: #000;
    background: #eee;
    margin: 15px auto;
    border: 2px solid #434c51;
}

    .prediction-market p a {
        color: #444;
    }

    .prediction-market p, .prediction-market h4 {
        color: #000;
    }

    .prediction-market img {
        clear: both;
    }

    .prediction-market .advertisements img {
        margin-right: 10px;
    }

    .prediction-market span {
        color: #c52d2f;
    }
/* StrategyTalk */
.StrategyTalk {
    background: #ebf9fe;
    width: 100%;
    padding: 5px;
    text-align: center;
    height: auto;
    margin: 5px;
}

    .StrategyTalk h2, .StrategyTalk h3 {
        margin: 5px auto;
        text-align: center;
        font-weight: bold;
        color: #000;
        font-family: Georgia, "Times New Roman", Times, serif;
    }

        .StrategyTalk h3 a {
            color: #000;
        }

    .StrategyTalk img {
        margin: 0 auto;
        max-width: 150px;
        width: 100%;
    }

/*---- Responsive Styling - Media Queries */
.hide-desktop, .hide-desktop2 {
    display: none;
}

    .hide-desktop .advertisements, .hide-desktop2 .advertisements {
        display: none;
    }

.hide-larger {
    display: none;
}

a.accordion-toggle i {
    color: #444;
    text-align: center;
    padding-top: 15px;
}

.square-ad {
    height: 250px; width: 300px; background-color: white; padding: 10px 10px 10px 10px;margin-right:10px;
}

.medBanner {
        display: none !important;}

@media(max-width:1199px ) {
    .hide-larger {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .featured_nav li {
        height: 169px;
        width: 47.7%;
    }

    .single_featured_slide > h2 a {
        font-size: 20px;
    }

    .media-left > img {
        width: 100%;
        height: auto;
    }

    .bigBanner {
        display: none !important;
    }

    .medBanner {
        display: block !important;
    }

    
    
}

@media(max-width:991px ) { /* issues 1 here */
    .logo-Spage {
        float: left;
        width: 295px;
        margin: 0;
        padding: 0;
    }

    .navbar-right {
        float: right;
        width: 51%;
        margin: 0;
        padding: 0;
    }

    .footer_top .col-md-4 {
        width: 33.33333333%;
        float: left;
    }

    .socialed.nav a {
        padding: 9px !important;
    }

    

    .featured_nav li {
        margin-left: 10px;
        margin-right: 0;
        height: 208px;
    }

    .catgimg_container {
        height: 105px;
    }

    .flicker_nav li a {
        height: 60px;
    }

    .content_bottom_left {
        margin-left: 0;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    .media-left > img {
        width: 100%;
        height: auto;
    }

    .contact_us {
        margin-top: 40px;
        width: 100%;
    }

    .our_office {
        width: 100%;
    }
    /* hide the news-categories toggle */
    .hide-mobile2 {
        display: none;
    }

    .hide-desktop2, span.hide-desktop2 {
        display: block !important;
    }
}

/*AM22 - To make google search box appear correct - START*/
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus, .gsc-search-button
{
    box-sizing: content-box;
    line-height: normal;
}
/*AM22 - To make google search box appear correct - END*/



@media(max-width:899px ) { /* move up change .hide-mobile2 {display:none;} .hide-desktop2, span.hide-desktop2 {display:block !important;}*/
    .books-interest2 li {
        float: left;
        width: 30%;
        list-style: none;
    }

    .side .StrategyTalk {
        float: left;
        width: 50%;
        margin: 0 auto;
    }
    /* Bios Columns mobile */
    .bios .col-md-1, .bios .col-md-5 {
        float: left;
    }

    .bios .col-md-1 {
        width: 8.33333333%;
    }

    .bios .col-md-5 {
        width: 41.66666667%;
    }

    .posted-info .col-md-4 {
        float: left;
        width: 33.33333333%;
    }

    #advertiseSP .col-md-6, .advertsSP .col-md-6 {
        width: 50%;
        float: left;
    }
}

@media(max-width:880px ) { /* issues 1 here */
    .socialed1 {
        clear: both;
        padding-top: 10px;
        float: none;
        margin: 0 auto;
        width: 250px;
    }

    .socialed {
        width: 90px;
        float: right;
    }

    .navbar-nav .nav-justified2 {
        width: 75%;
    }

        .navbar-nav .nav-justified2 li {
            border-bottom: solid #222 2px;
        }

    .socialed li {
        border-bottom: solid #094840 1px;
        height: 40px;
        width: 32px;
    }
    /* break for tablets 1 */
}

/* Boostrap Media Query Changes */
@media (min-width: 768px) {
    .container, .stratpg .container {
        width: 98%; /*from 750px Bootstrap change */
        margin: 0 auto;
    }

    .hide-desktop3 {
        display: none;
    }
    /* for newsfeeder tabs inside article */
    header #navarea {
        width: 93%;
    }
}

@media (min-width: 992px) {
    .table-content .col-md-9 .col-md-11, .photo-content .col-md-9 .col-md-11 {
        margin: 0 auto;
        float: right;
        padding-top: 0;
    }
    /*fix the table issue */
    .container, .stratpg .container {
        width: 98%; /* from 970px Bootstraph change */
    }
}

@media (min-width: 1200px) {
    .container, .stratpg .container {
        width: 92%; /* from 1170px Bootstrap change */
        max-width: 2400px; /* Amazon Kindle Fire HD at 2560 x 1600px */
    }

        .container .container, .container .container .container {
            width: 100%;
        }

    .post_pagination {
        width: 95%;
        margin: 0 auto;
    }
}
/*photo pages responsive image*/
.photo {
    max-width: 100%; /*never scale larger than the original size*/
    height: auto;
}
/* Bootstrap change to make toggles and columns work */
/* Bootstrap change columns*/
.stratpg .col-xs-1, .stratpg .col-sm-1, .stratpg .col-md-1, .stratpg .col-lg-1, .stratpg .col-xs-2, .stratpg .col-sm-2, .stratpg .col-md-2, .stratpg .col-lg-2, .stratpg .col-xs-3, .stratpg .col-sm-3, .stratpg .col-md-3, .stratpg .col-lg-3, .stratpg .col-xs-4, .stratpg .col-sm-4, .stratpg .col-md-4, .stratpg .col-lg-4, .stratpg .col-xs-5, .stratpg .col-sm-5, .stratpg .col-md-5, .stratpg .col-lg-5, .stratpg .col-xs-6, .stratpg .col-sm-6, .stratpg .col-md-6, .stratpg .col-lg-6, .stratpg .col-xs-7, .stratpg .col-sm-7, .stratpg .col-md-7, .stratpg .col-lg-7, .stratpg.col-xs-8, .stratpg .col-sm-8, .stratpg .col-md-8, .stratpg .col-lg-8, .stratpg .col-xs-9, .stratpg .col-sm-9, .stratpg .col-md-9, .stratpg .col-lg-9, .stratpg .col-xs-10, .stratpg .col-sm-10, .stratpg .col-md-10, .stratpg .col-lg-10, .stratpg .col-xs-11, .stratpg .col-sm-11, .stratpg .col-md-11, .stratpg .col-lg-11,
.stratpg .col-xs-12, .stratpg .col-sm-12, .stratpg .col-md-12, .stratpg .col-lg-12 {
    position: inherit; /* remove to make div links work on firefox at all sizes   position: relative; */
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;
}

/* ---- end Bootstrap Media Query Changes -- */
@media(max-width:767px ) {
    .hide-mobile3 {
        display: none !important;
    }

    .front-news-feed {
        width: 100%;
    }
    /* for article newsfeeder tabs */

    .hide-desktop3 {
        display: block;
    }
    /* for newsfeeder tabs inside article */
    #header {
        width: 100% !important;
        margin: 0 auto;
    }

    .nav-justified li.active {
        background: #fff;
        border-bottom: none;
    }

    .nav-justified li {
        margin-bottom: 0;
    }

    li.social-menu {
        left: -10px;
    }

    .hide-mobile {
        display: none;
    }

    .hide-desktop, span.hide-desktop {
        display: block !important;
    }

        .hide-desktop li {
            padding: 5px;
        }

        .hide-desktop ul {
            margin-right: 45px;
        }

    .logo-Spage {
        float: none;
        width: 100%;
        margin: 0 auto;
        padding: 0 0 0 5%;
    }

    a.logo {
        padding: 0 auto;
        margin: 0 auto;
        text-align: center;
    }

    .logo2 {
        width: auto;
        float: none;
        max-width: 230px;
        margin: 0 auto;
        text-align: center;
    }

    .navbar-right {
        float: none;
        width: 100%;
        margin: 0;
    }

    /*mobile menu */
    .container-fluid {
        padding-left: 5px;
        padding-right: 5px;
    }

    .navbar-collapse {
        padding-left: 5px;
        padding-right: 5px;
    }

    .navbar-nav {
        margin: 7.5px 0;
    }

    .custom_nav {
        border: none;
    }

    .socialed {
        width: 100%;
        max-width: 150px;
        float: none;
        margin: 0 auto;
    }

    .navbar-nav .nav-justified2 {
        width: 100%;
    }

        .navbar-nav .nav-justified2 li {
            border-bottom: 1px solid #094840;
        }

    .socialed li {
        border-bottom: none;
        height: 40px;
        width: 32px;
    }

    .catgimg_container {
        height: 250px;
    }

    .media-heading {
        font-size: 14px;
    }

    .flicker_nav li a {
        height: 100px;
    }

    .single_footer_top {
        margin-bottom: 20px;
    }

    .footer_bottom_left {
        text-align: center;
    }

    .footer_bottom_right {
        text-align: center;
    }

    .media-left {
        width: 112px;
        height: 112px;
    }

    .similar_nav li {
        width: 100%;
    }

    .angle_right {
        width: 13%;
    }

    .angle_left {
        width: 13%;
    }

    .error_page_content h1 {
        font-size: 170px;
    }
    /*Tabs Mobile */ .newsfeeder.mosts .custom-tabs li {
        width: 50% !important;
        margin-right: 1px;
    }

        .newsfeeder.mosts .custom-tabs li a {
            font-size: 99%;
            padding: 5px;
            font-weight: normal;
        }

        .newsfeeder.mosts .custom-tabs li.third {
            float: right;
            margin-right: 0 !important;
            right: 0 !important;
            position: relative;
        }

    .custom-tabs li {
        width: 50% !important;
        float: left !important;
    }

    .newsfeeder .nav-justified li {
        border-radius: 4px 4px 0 0;
        padding-bottom: 0;
    }

    li.newstabs {
        padding-bottom: 0;
        margin-bottom: -20px !important;
    }

    .nav-justified {
        border-radius: 4px;
    }

    .custom-tabs li a.active {
        padding-bottom: 7px;
        background: #fff;
    }

    .newsfeeder-mobile {
        display: block;
    }

    
    .recent-story-3 {
        border: 1px solid #ddd;
        border-width: 0 0 1px 0;
        padding: .5rem .2rem;
    }

    .row-fluid .recent3, .row-fluid .recent4 {
        border: 2px solid #333;
        border-width: 0 2px 2px;
    }
    /*Ads Mobile */
    .advertisements {
        margin: 10px auto;
    }

        .advertisements img {
            max-width: 95%;
            margin: 3px auto;
        }

        .bigBanner {
        display: none !important;
    }

    .medBanner {
        display: none !important;
    }
}



@media(max-width: 600px) {
    .dos {
        display: none;
    }

    .hide-desktop ul {
        float: left;
        margin: 0 4% 0 0;
    }

    .logo-Spage {
        float: none;
        width: 100%;
        margin: 0 auto;
        padding: 0 0 0 5%;
    }

    .logo {
        padding: 0 0 0 0;
        margin: 0 auto;
        text-align: center;
    }

    li.social-top {
        margin: 0 !important;
        padding: 0;
        width: 10px;
    }

    .top-socials {
        width: 5px;
    }

    .header_top_left {
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }

    ul.top_nav {
        text-align: center;
    }

    .top_nav li a {
        padding: 8px 0 0 17px;
        text-align: center;
    }

    .header_top_right {
        margin: 0 auto 5px;
        width: 95%;
        text-align: center;
    }

    .hide-desktop ul {
        float: left;
        margin: 0 0 0 0;
    }

    .hide-desktop li {
        clear: both;
    }

    .side .StrategyTalk {
        float: none;
        width: 90%;
    }

    #header .col-md-12 {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .bios .col-md-1 {
        width: 16.66666667%; /*col-md-2*/
    }

    .bios .col-md-5 {
        width: 83.33333333%;
    }

    .bios-about {
        width: 100%;
        float: none;
        background: #444;
        clear: both;
    }
    /* mobile columns; Bootstrap change */
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        /* remove to make div links work on firefox at all sizes   position: relative; */
        min-height: 1px;
        padding-right: 2px;
        padding-left: 2px;
    }

    #mainContent {
        position: relative;
    }
}

@media(max-width:480px ) {
    
    .logo {
        width: auto;
        padding: 0 0 0 0;
        margin: 10px 0 0;
        text-align: center;
        clear: right;
        font-size: 27px;
        margin: 15px 0 0;
        line-height: 27px;
    }

    .logo2 {
        width: auto;
        float: none;
        max-width: 230px;
        margin: 0 auto;
        text-align: center;
    }

    .social-top {
        display: inline-block;
        float: left;
        padding: 0;
        margin: 0;
        width: 10px;
    }

    .logo-img {
        display: none;
    }

   

    .footer_top .col-md-4 {
        width: 95%;
        float: none;
    }

    .latest_slider {
        padding-left: 0;
    }

    .featured_nav li {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .games_category {
        width: 100%;
    }

    .features_category {
        width: 100%;
    }

    .world_category_left {
        width: 100%;
    }

    .world_category_right {
        width: 100%;
    }

    .nav > li > a {
        padding: 10px;
    }

    .pagincontent > a {
        font-size: 13px;
    }

    .single_page_area > h2 {
        font-size: 20px;
        line-height: 30px;
        padding: 10px;
    }

    .breadcrumb li a {
        font-size: 12px;
    }

    .breadcrumb > .active {
        font-size: 12px;
    }

    .error_page_content h1 {
        font-size: 100px;
    }

    .custom-tabs a.tabs2 {
        font-size: 13px;
    }

    .posted-info .col-md-4 ul {
        border-right: 0;
    }

    .posted-info .col-md-4 {
        float: none;
        width: 100%;
    }

    #advertiseSP .col-md-6, .advertsSP .col-md-6 {
        width: 100%;
        float: none;
    }

    /* mobile post nav */
    /* add for height fit */
    .post_pagination { /*add to work */
        padding: 0;
        overflow: auto;
        display: block;
        width: 99%;
        margin: 0 auto;
    }

    .prev1 {
        width: 100%;
        float: none;
        position: relative;
        border-right: 1px solid #3e6e6c;
        display: table;
        border-bottom: 2px solid #3e6e6c;
        clear: both;
        min-height: 20px;
    }

    .next1 {
        width: 100%;
        float: none;
        border-left: 1px solid #3e6e6c;
        position: relative;
        display: table;
        border-bottom: 2px solid #3e6e6c;
        clear: both;
        min-height: 20px;
    }

    .post_pagination_top {
        border-bottom: 1px solid #798992;
        border-top: 1px solid #798992; /* dotted border border-bottom: 1px dotted #dedede; border-top: 1px dotted #dedede; */
        height: auto;
        padding-bottom: 0;
        margin-bottom: 5px;
    }

    .next1top /* top nav mobile */ {
        display: table;
        clear: both;
        min-height: 20px;
        border-bottom: 0;
        width: 100%;
        float: none;
    }

        .next1top .postnav-title {
            float: left;
            width: 80%;
        }

        .next1top a.posts-nav .postnav-title p {
            text-indent: 0;
            border-bottom: 0;
        }
        /* top nav posts mobile */
        .next1top a.posts-nav i {
            text-align: center;
            min-height: 20px;
            font-size: 16px;
            width: 20%;
            overflow: auto;
            border-bottom: 0;
        }

    .buttonet {
        float: none;
        margin-top: 10px;
    }

        .buttonet a {
            display: block;
            clear: both;
        }

    .prev-arrows {
        float: left;
        width: 20%;
    }

    .next-arrows {
        float: right;
        width: 20%;
    }

    .prev1 a.posts-nav i {
        padding-top: 20px;
        text-align: center;
        min-height: 45px;
        font-size: 20px;
        background-color: #3e6e6c;
        color: #fff;
        float: left;
        display: block;
        width: 20%;
        height: 100% !important;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        overflow: auto;
        border-right: 2px solid #3e6e6c;
    }

    .next1 a.posts-nav i {
        text-align: center;
        padding-top: 4%;
        min-height: 45px;
        font-size: 20px;
        background-color: #3e6e6c;
        color: #fff;
        float: left;
        width: 20%;
        height: 100%;
        position: absolute;
        right: auto;
        top: 0;
        bottom: 0;
        overflow: auto;
    }
}

@media(max-width:360px ) {
    .catgimg_container {
        height: 150px;
    }

    .media-left {
        width: 112px;
        height: 150px;
    }

    .flicker_nav li a {
        height: 60px;
    }

    .world_category_right .media-left, .games_category .media-left, .features_category .media-left {
        height: 112px;
    }

    .logo2 {
        width: auto;
        max-width: 200px;
        text-align: center;
        float: left;
        margin: 0 auto 0 15px;
    }

    .archive_caption h2 > a {
        font-size: 18px;
        line-height: 20px;
    }

    .error_page_content h1 {
        font-size: 70px;
    }

    .error_page_content h2 {
        font-size: 40px;
    }

    .error_page_content p {
        font-size: 17px;
    }

    .error_page_content h1:after, .error_page_content h1:before {
        height: 15px;
        width: 15px;
    }

    .error_page_content h1:after {
        right: -30px;
    }

    .error_page_content h1:before {
        left: -30px;
    }

    .flicker_nav li {
        margin-right: 7px;
        margin-bottom: 7px;
    }

    .similar_post h2 {
        font-size: 17px;
    }
    /* Books of Interest Mobile */
    .books-interest img {
        width: 95%;
    }
}

@media(max-width:320px ) {
    .logo2 {
        float: left;
        margin: 0 auto;
        display: block;
        width: auto;
        max-width: 200px;
        text-align: center;
    }
    /*mobile menu small*/
    .container-fluid {
        padding-left: 2px;
        padding-right: 2px;
    }

    .navbar-collapse {
        padding-left: 2px;
        padding-right: 2px;
    }

    .navbar-nav {
        margin: 7.5px 0;
    }

    .custom_nav {
        border: none;
    }

    .socialed {
        width: 100%;
        max-width: 150px;
        float: none;
        margin: 0 auto;
    }

    .navbar-nav .nav-justified2 {
        width: 100%;
    }

        .navbar-nav .nav-justified2 li {
            border-bottom: 1px solid #094840;
        }

    .socialed li {
        border-bottom: none;
        height: 40px;
        width: 32px;
    }

    .hide-desktop .top-socials {
        display: none;
    }

   
}

.responsive_6 {width: 320px;margin-left: auto;margin-right: auto; }
@media(min-width:639px ) {
    .responsive_6 {
        display: none !important;
    }
}


.responsive_5 {
    width: 336px;
}
@media(max-width:640px ) {
    .responsive_5 {
        display: none !important;
    }
}

    .responsive_4 {
        height: 600px;
        width: 160px;
    }

@media(max-width: 991px) {
    .responsive_4 {
        display: none !important;
    }
}

.responsive_3 {  width: 336px; margin-left: auto;margin-right: auto; }
@media(min-width: 990px) {
    .responsive_3{ display: none !important;}
} 

.responsive_2 {display:block;  width: 320px; height: 50px; }
@media(min-width: 776px) {
    .responsive_2{ display: none !important;}
}


.sticky {
    position: fixed;
    width: 100%;
    margin-top: -36px;
}


.container-youtube {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    padding-left: 10px;
    padding-right: 10px;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}



