/***************************************
        Theme Name: MOPS
        Theme URI: http://metropolis.co.uk/
        Description: Metropolis Optimised Presentation System
        Author: Metropolis Webteam
        Author URI: 
        Version: 1.0.1
        License: 
        License URI:

        Tags: three-columns, fixed-width, compass, grunt, front-end optimized
***************************************/

.slider_box .flexslider {
        margin-top: 10px;
    }
    .slider_box .flexslider .flex-next, .slider_box .flexslider .flex-prev {
        font-size: 0;
    }
    .slider_box .flexslider ul li div.slider-caption {
        background: rgba(255, 255, 255, 0.85);
        position: absolute;
        right: 13px;
        left: 20px;
        padding: 0 10px;
        bottom: 0;
        max-width: 95%;
        opacity: unset;
    }
    .slider_box .flexslider ul li div.slider-caption h2 {
        background: unset;
        padding: 0;
        display: block;
    }
    .slider_box .flexslider ul li div.slider-caption h2 a {
        font-size: inherit;
    }
    .slider_box .flexslider ul li div.slider-caption p {
        background: transparent;
        color: #444;
        padding: 0;
        margin-bottom: 0;
    }
    .slider_box .flexslider ul li div.slider-caption .read {
        display: inline-block;
        font-size: 12px;
        line-height: 1.33333333;
        text-transform: uppercase;
    }
    .slider_box .flexslider .article-flag {
        top: 30px;
    }
    .scrolling-box header.cat-box-title {
        margin-bottom: 0;
    }
    .slider_box .grid-slider .grid-slider-large .block .article-flag {
        position: absolute;
        bottom: 64px;
    }
    .slider_box .grid-slider .grid-slider-large .tiles .tile .article-flag {
        position: absolute;
        bottom: 54px;
    }
    /* Slider */
    .slider_box {
        clear: both;
    }
    .flexslider .slides > li, .full-width .content .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
        position: relative;
        height: auto;
       /* height:508px;
        */
    }
    .flexslider .slides img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .slides:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }
    html[xmlns] .slides {
        display: block;
    }
    * html .slides {
        height: 1%;
    }
    .no-js .slides > li:first-child {
        display: block;
    }
    .flexslider, .full-width .content .flexslider {
        margin: 0 0 35px;
        position: relative;
        zoom: 1;
       /* width: 955px;
        */
        width: 100%;
       /* height:508px;
        */
        height: auto;
    }
    /* background: #000 url('images/black-loader.gif') no-repeat 50% 48%;
    */
    .flex-viewport {
        max-height: 2000px;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        transition: all 1s ease;
    }
    .loading .flex-viewport {
        max-height: 300px;
    }
    .flexslider .slides {
        zoom: 1;
    }
    .carousel li {
        margin-right: 5px;
    }
    .flex-direction-nav {
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 2;
    }
    .flex-direction-nav a {
        width: 30px;
        height: 30px;
        margin: 0 0 2px;
        display: block;
        background-color: #f88c00;
        cursor: pointer;
        color: #fff;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .flexslider:hover .flex-next {
        opacity: 0.8;
    }
    .flex-direction-nav .flex-next:before {
        content: '\e75e';
    }
    .flexslider:hover .flex-prev {
        opacity: 0.8;
    }
    .flex-direction-nav .flex-prev:before {
        content: '\e75d';
    }
    .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
        opacity: 1;
    }
    .flex-direction-nav .disabled {
        opacity: 0.3 !important;
        cursor: default;
    }
    .flex-control-thumbs {
        margin: 5px 0 0;
        position: static;
        overflow: hidden;
    }
    .flex-control-thumbs li {
        float: left;
        margin: 0;
    }
    .flex-control-thumbs img {
        width: 100%;
        display: block;
        opacity: 0.7;
        cursor: pointer;
    }
    .flex-control-thumbs img:hover {
        opacity: 1;
    }
    .flex-control-thumbs .active {
        opacity: 1;
        cursor: default;
    }
    .flex-control-nav {
        position: absolute;
        top: 10px;
        left: 10px;
        text-align: center;
        height: 13px;
        z-index: 2;
    }
    .flex-control-nav li {
        margin: 0;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }
    .flex-control-paging li a {
        display: block;
        cursor: pointer;
        text-indent: -9999px;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        margin-right: 2px;
        width: 8px;
        background: #999;
        height: 8px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .flex-control-paging li a:hover {
        background: #ddd;
    }
    .flex-control-paging li a.flex-active {
        background: #fff;
        cursor: default;
    }
    .slider-caption {
        position: absolute;
        left: 15px;
        bottom: 15px;
        max-width: 90%;
        opacity: 0.85;
    }
    .slider-caption p {
        padding: 10px;
        background: #000;
        color: #fff;
    }
    .slider-caption h2, .full-width .content .slider-caption h2 {
        background: #f88c00;
        padding: 5px 10px;
        color: #fff;
        display: inline-block;
        font-family: Oswald, arial, Georgia, serif;
    }
    /* Image slider shortcode in single */
    .single .entry .flexslider ul {
        margin: 0;
    }
    .single .entry .flexslider ul li {
        margin: 0;
        list-style: none;
        list-style-type: none;
    }
    .single .entry .flexslider .flex-direction-nav a {
        color: #fff;
        text-decoration: none;
        opacity: 1;
    }
    /*small*/
    .content .post-listing .flexslider {
        margin: 0 auto 5px;
    }
    .content .flexslider {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
       /* width:620px;
        height:330px;
        */
    }
    .content .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
        position: relative;
       height:auto;
    }
    .content .flexslider .slides img {
        width: 100%;
        display: block;
        height: auto;
    }
    .content .slider-caption h2 a, .content .slider-caption h2 {
        font-size: 22px;
        color: #fff;
    }
    .content .ei-slider {
        height: 330px;
    }
    .content .ei-slider-loading {
        line-height: 375px;
    }
    .content .ei-title h3 {
        font-size: 12px;
        line-height: 14px;
        width: 435px;
    }
    .content .ei-title h2 {
        font-size: 22px;
    }
    /*sidebar slider*/
    .sidebar .flexslider {
        width: 300px;
        height: 160px;
    }
    .sidebar .flexslider .slides > li {
        height: 160px;
    }
    .sidebar .slider-caption {
        width: 100%;
        padding: 0;
        bottom: 0;
        left: 0;
    }
    .sidebar .slider-caption h2 {
        padding: 0 10px 3px;
    }
    .sidebar .slider-caption h2 a, .sidebar .slider-caption h2 {
        font-size: 16px;
        color: #fff;
        line-height: 24px;
    }
    .ei-slider {
        position: relative;
        width: 100%;
        max-width: 955px;
        height: 508px;
        margin: 0 auto 45px;
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    }
    .ei-slider-loading {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 11;
        background: #000 url('images/black-loader.gif') no-repeat 50% 48%;
        color: #fff;
        text-align: center;
        line-height: 520px;
    }
    .ei-slider-large {
        height: 100%;
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .ei-slider-large li {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        height: 100%;
        width: 100%;
    }
    .ei-slider-large li img {
        width: 100%;
    }
    .ei-title {
        position: absolute;
        right: 10%;
        margin-right: 0;
        margin-left: 2%;
        bottom: 25%;
        color: #fff;
        opacity: 0.85;
    }
    .ei-title h2, .ei-title h3 {
        text-align: right;
    }
    .ei-title h2 {
        color: #b5b5b5;
        font-size: 35px;
        font-family: Oswald, arial, Georgia, serif;
        background: #f88c00;
        float: right;
        padding: 5px;
    }
    .ei-title h3 {
        clear: both;
        font-size: 14px;
        line-height: 20px;
        width: 835px;
        background: #000;
        background: rgba(0, 0, 0, 0.9);
        padding: 5px;
    }
    .ei-slider-thumbs {
        height: 13px;
        margin: 0 auto;
        position: relative;
        max-width: 100% !important;
    }
    .ei-title a {
        color: #fff;
    }
    .ei-slider-thumbs li {
        position: relative;
        float: left;
        height: 100%;
    }
    .ei-slider-thumbs li.ei-slider-element {
        top: 0;
        left: 0;
        position: absolute;
        height: 100%;
        z-index: 10;
        text-indent: -9000px;
        background: #f88c00;
    }
    .ei-slider-thumbs li a {
        display: block;
        text-indent: -9000px;
        background: #666;
        width: 100%;
        height: 100%;
        cursor: pointer;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 1px rgba(255, 255, 255, 0.5);
        -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 1px rgba(255, 255, 255, 0.5);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 1px rgba(255, 255, 255, 0.5);
        -webkit-transition: background 0.2s ease;
        -moz-transition: background 0.2s ease;
        -o-transition: background 0.2s ease;
        -ms-transition: background 0.2s ease;
        transition: background 0.2s ease;
    }
    .ei-slider-thumbs li a:hover {
        background-color: #f0f0f0;
    }
    .ei-slider-thumbs li img {
        position: absolute;
        bottom: 50px;
        opacity: 0;
        z-index: 11;
        width: 100%;
        max-height: 100px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(255, 255, 255, 0.3)));
    }
    .content .ei-slider-thumbs li img {
        max-height: 65px;
    }
    .ei-slider-thumbs li:hover img {
        opacity: 1;
        bottom: 13px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    /* Grid Style */
    .content .grid-slider {
        height: auto;
        z-index: 0;
    }
    .content .grid-slider::after {
        content: '';
        display: block;
        clear: both;
    }
    .content .grid-title h3 {
        font-size: 12px;
        line-height: 14px;
        width: 435px;
    }
    .content .grid-title h2 {
        font-size: 22px;
    }
    .grid-slider {
        position: relative;
        width: 100%;
        margin: 0 auto 25px;
    }
    .grid-slider-large {
        height: 100%;
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .grid-slider-large div {
        position: relative;
    }
    .grid-slider-large div img {
        display: block;
    }
    .grid-slider-large div .grid-title {
        position: absolute;
    }
    .grid-slider-large div.block {
        float: left;
        width: 63%;
        padding: 0;
        margin: 0;
    }
    .grid-slider-large div.tiles {
        float: right;
        width: 35.5%;
        padding: 0;
        margin: 0;
    }
    .grid-slider-large div.tile {
        padding: 0;
        margin: 0;
        vertical-align: top;
        height: 50%;
        display: inline-table;
        width: 100%;
    }
    .grid-slider-large div.tile img {
        height: auto;
    }
    .grid-slider-large div.tile:first-child {
        padding: 0 0 2px 4px;
    }
    .grid-slider-large div.tile:last-child {
        padding: 2px 0 0 4px;
    }
    .grid-slider-large div.tile .grid-title h2 {
        font-size: 12px;
    }
    .grid-slider-large div a {
        position: relative;
        display: block;
        height: 100%;
    }
    .grid-slider-large div a h2, .grid-slider-large div a p {
        color: white;
    }
    .grid-slider-large div a:hover .grid-title h2 {
        background: #111;
    }
    .grid-slider-large div a:hover img {
        opacity: 0.8;
    }
    @media only screen and (max-width: 620px) {
        .grid-slider-large div.block {
                width: 100%;
                display: block;
                margin-bottom: 20px;
       }
        .grid-slider-large div.tiles {
                width: 100%;
                display: block;
       }
        .grid-slider-large div.tiles .tile {
                padding: 0;
                margin-bottom: 20px;
       }
        .grid-slider-large div.tiles .tile .grid-title h2 {
                font-size: 14px;
       }
    }
    .grid-slider-large div img {
        width: 100%;
        height: 100%;
        -webkit-transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -ms-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s;
    }
    .grid-title {
        position: absolute;
        left: 0;
        margin-right: 0;
        bottom: 0;
        color: #fff;
        max-width: 100%;
    }
    .grid-title h2 {
        color: #b5b5b5;
        font-size: 35px;
        position: relative;
        font-family: 'Roboto', sans-serif;
        background: #f88c00;
        float: left;
        padding: 5px 8px;
        z-index: 1;
        font-weight: bold;
        -webkit-transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -ms-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s;
    }
    .grid-title h2:hover {
        background: #f88c00;
        display: block;
    }
    .grid-title p {
        clear: both;
        background: #000;
        background: rgba(0, 0, 0, 0.9);
        padding: 5px 8px;
    }
    .grid-slider-thumbs {
        height: 13px;
        margin: 0 auto;
        position: relative;
        max-width: 100% !important;
    }
    .grid-title a {
        color: #fff;
        z-index: 9;
    }
    .grid-slider-thumbs div {
        position: relative;
        float: left;
        height: 100%;
    }
    .grid-slider-thumbs div.grid-slider-element {
        top: 0;
        left: 0;
        position: absolute;
        height: 100%;
        z-index: 10;
        text-indent: -9000px;
        background: #f88c00;
    }
    .grid-slider-thumbs div a {
        display: block;
        text-indent: -9000px;
        background: #666;
        width: 100%;
        height: 100%;
        cursor: pointer;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 1px rgba(255, 255, 255, 0.5);
        -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 1px rgba(255, 255, 255, 0.5);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 1px rgba(255, 255, 255, 0.5);
        -webkit-transition: background 0.2s ease;
        -moz-transition: background 0.2s ease;
        -o-transition: background 0.2s ease;
        -ms-transition: background 0.2s ease;
        transition: background 0.2s ease;
    }
    .grid-slider-thumbs div a:hover {
        background-color: #f0f0f0;
    }
    .grid-slider-thumbs div img {
        position: absolute;
        bottom: 50px;
        opacity: 0;
        z-index: 11;
        width: 100%;
        max-height: 100px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(255, 255, 255, 0.3)));
    }
    .content .grid-slider-thumbs div img {
        max-height: 65px;
    }
    .grid-slider-thumbs div:hover img {
        opacity: 1;
        bottom: 13px;
    }
    
    
    
    
    /*
    // nsnsnnsnds
    */
    /*************************************** Theme Name: MOPS Theme URI: http://metropolis.co.uk/ Description: Metropolis Optimised Presentation System Author: Metropolis Webteam Author URI: Version: 1.0.1 License: License URI: Tags: three-columns, fixed-width, compass, grunt, front-end optimized ***************************************/
    .background-cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: fixed;
    background-repeat: repeat;
    top: 0;
    left: 0;
    z-index: 0;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    }
    .wrapper {
    position: relative;
    z-index: 1;
    width: 1220px;
    margin: 0 auto;
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    background: #fff;
    }
    .content-inner-wrap::after {
    content: '';
    display: block;
    clear: both;
    }
    .inner-wrapper {
    position: relative;
    }
    @media only screen and (max-width: 985px) {
    .inner-wrapper {
    transition: all 0.2s linear;
    left: 0;
    }
    }
    .wrapper.full-site {
    width: 100% !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    }
    .wrapper:after, #main-content:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
    }
    
    /* 2 Columns Layout */
    .wrapper.layout-2c .sidebar-narrow {
    display: none;
    }
    .wrapper.layout-2c .container .addToBookmarks {
    right: 0;
    }
    @media only screen and (max-width: 985px) {
    .wrapper.layout-2c .container .addToBookmarks {
    right: 20px;
    }
    }
    .content-wrap-wide .content {
    width: 820px;
    }
    #crumbs {
    margin-bottom: 10px;
    clear: both;
    border-bottom: 1px solid #ddd;
    line-height: 30px;
    }
    div.not-found {
    padding: 35px 20px;
    display: block;
    margin: auto;
    }
    .full-width .content, body.error404 .content {
    float: none !important;
    }

    .footer-bottom .social-icons [class^="tieicon-"]:before, .footer-bottom .social-icons [class*=" tieicon-"]:before {
    width: 20px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #888;
    }
    .footer-bottom .container {
    padding-top: 0;
    padding-bottom: 0;
    }
    .empty-space {
    height: 30px;
    }
    .wide-box .empty-space, .recent-box .recent-post1.recent-post-blog .empty-space {
    height: 20px;
    }
    .recent-box .recent-post-blog .empty-space {
    height: 0;
    }
    .recent-post-blog.item-list .post-thumbnail {
    float: left;
    margin: 0 15px 10px 0;
    position: relative;
    line-height: 0;
    max-width: none;
    }
    .recent-post-blog.item-list .post-thumbnail img {
    max-width: 100%;
    height: auto;
    }
    .recent-post-blog.item-list p.post-meta {
    color: #aaa;
    margin: 7px 0;
    font-size: 10px;
    }
    .recent-post-blog.item-list a.more-link {
    background: #cd2122;
    color: #fff;
    padding: 3px 12px;
    display: block;
    float: left;
    margin-top: 4px;
    }
    a.more-link {
    background: #f88c00;
    color: #fff;
    padding: 3px 12px;
    display: block;
    float: left;
    margin-top: 4px;
    border-radius: 3px;
    }
    header.cat-box-title, .block-head {
    position: relative;
    margin-bottom: 25px;
    background: whitesmoke;
    border-left: solid 5px #333;
    }
    header.cat-box-title h2, .block-head h2, header.cat-box-title h3, .block-head h3 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #222;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    padding: 4px 14px;
    }
    header.cat-box-title a.view-more, .block-head a.view-more {
    float: right;
    padding: 0 10px;
    background: #f88c00;
    color: whitesmoke;
    line-height: 30px;
    }
    header.cat-box-title a.view-more:after, .block-head a.view-more:after {
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 4px solid whitesmoke;
    margin-left: 5px;
    margin-bottom: 0px;
    }
    header.cat-box-title a.view-more:hover, .block-head a.view-more:hover {
    background: #333;
    }
    .cat-box {
    margin-top: 10px;
    margin-bottom: 35px;
    position: relative;
    display: block;
    }
    .cat-box p.post-meta {
    color: #aaa;
    }
    .cat-box h2.post-box-title, .cat-box h3.post-box-title, .cat-box div.post-box-title {
    text-transform: none;
    margin: 0px 0px 10px;
    font: 600 16px/20px "Roboto", sans-serif;
    }
    .cat-box div.post-box-title h2{
        font: 600 16px/20px "Roboto", sans-serif;
        font-weight: bold;  
    }
    .cat-box .entry p {
    color: #666;
    }
    .cat-box li > h2 a:hover {
    color: #f68b1f;
    }
    .cat-box.column2.last-column {
    float: right;
    margin-right: 0;
    }
    .cat-box.style-2c .first-news .post-box-title {
    font: 600 18px/26px "Roboto", sans-serif;
    }
    .cat-box.style-2c-medium li:not(.first-news) .post-thumbnail {
    width: 40%;
    }
    .cat-box.style-2c-masonry {
    clear: both;
    }
    .cat-box.style-2c-masonry ul {
    display: flex;
    flex-wrap: wrap;
    }
    .cat-box.style-2c-masonry li {
    width: 48%;
    float: right;
    margin: 0 0 30px 0;
    background: whitesmoke;
    border-bottom: 1px solid #eaeaea;
    }
    .cat-box.style-2c-masonry li:nth-child(odd) {
    float: left;
    margin-right: 4%;
    }
    .cat-box.style-2c-masonry li .post-thumbnail {
    margin: 0 0 10px 0;
    }
    .cat-box.style-2c-masonry li .post-thumbnail img {
    width: 100%;
    }
    .cat-box.style-2c-masonry li .entry {
    padding: 0 10px;
    }
    .cat-box.style-2c-masonry li .post-box-title {
    font: 600 18px/26px "Roboto", sans-serif;
    padding: 0 10px;
    }
    @media only screen and (max-width: 600px) {
    .cat-box.style-2c-masonry li {
    width: 100%;
    margin-right: 0;
    }
    .cat-box.style-2c-masonry li:nth-last-of-type(n + 2) {
    border-bottom: 1px solid #eaeaea;
    }
    .cat-box.style-2c-masonry li .post-thumbnail {
    width: 40%;
    margin-right: 4%;
    float: left;
    }
    }
    @media only screen and (max-width: 400px) {
    .cat-box.style-2c-masonry li .post-thumbnail {
    width: 100%;
    margin-right: 0;
    float: none;
    }
    }
    .cat-box.style-1c-3c {
    clear: both;
    }
    .cat-box.style-1c-3c ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    }
    .cat-box.style-1c-3c ul li:not(.first-news) {
    width: 32%;
    padding: 10px 0;
    border-bottom: 0;
    }
    .cat-box.style-1c-3c ul li:not(.first-news) .post-thumbnail {
    margin: 0 0 10px;
    }
    .cat-box.style-1c-3c ul li:not(.first-news) .post-thumbnail img {
    width: 100%;
    height: auto;
    }
    .cat-box.style-1c-3c ul li:not(.first-news) .post-box-title {
    clear: both;
    margin: 0 0 10px;
    }
    @media only screen and (max-width: 600px) {
    .cat-box.style-1c-3c ul li:not(.first-news) {
    width: 48%;
    }
    }
    @media only screen and (max-width: 400px) {
    .cat-box.style-1c-3c ul li:not(.first-news) {
    width: 100%;
    }
    .cat-box.style-1c-3c ul li:not(.first-news) .post-thumbnail {
    margin: 0 10px 10px 0;
    width: 40%;
    }
    .cat-box.style-1c-3c ul li:not(.first-news) .post-box-title {
    clear: none;
    }
    }
    .cat-box.style4 .column2 {
    float: left;
    width: 48%;
    margin-right: 4%;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 15px;
    clear: right;
    }
    .cat-box.style4 .column2.sponsored {
    position: relative;
    background: #fef1e3;
    border: 1px solid #f68b1f;
    padding: 15px;
    }
    .cat-box.style4 .column2.sponsored:before {
    content: "sponsored";
    position: absolute;
    font-size: 11px;
    border-top-left-radius: 5px;
    bottom: 0;
    right: 0;
    background: #f68b1f;
    color: #fff;
    padding: 3px 9px;
    }
    .cat-box.style4 .column2:nth-child(1), .cat-box.style4 .column2:nth-child(2) {
    padding-top: 0;
    }
    .cat-box.style4 .column2:nth-child(even) {
    margin-right: 0;
    }
    .cat-box.style5 ul li {
    float: left;
    width: 200px;
    margin-right: 10px;
    }
    .cat-box.style5 ul li .post-thumbnail {
    margin-bottom: 10px;
    }
    .cat-box.style5 ul li:nth-child(3) {
    margin: 0;
    }
    .cat-box.style6 .cat-box-content {
    background: #f5f5f5;
    border: 1px solid #ccc;
    padding: 15px;
    }
    .cat-box.style6 .cat-box-content li {
    width: 285px;
    padding: 5px 0;
    }
    .cat-box.style6 .cat-box-content li:last-child {
    padding-bottom: 0;
    }
    .cat-box.style6 .cat-box-content li.first-news {
    width: 260px;
    }
    .cat-box.style6 .cat-box-content li.first-news img {
    position: absolute;
    left: 0;
    bottom: 0;
    }
    .cat-box.style6 .cat-box-content li.other-news {
    width: 340px;
    }
    h2.post-box-title {
    font: 600 15px/20px "Roboto", sans-serif;
    margin: 0px 0px 10px;
    }
    .post-listing p.post-meta {
    color: #aaa;
    margin: 7px 0;
    font-size: 12px;
    background: none;
    padding: 0;
    border: 0;
    }
    .post-listing p.post-meta a {
    color: #333;
    }
    .post-listing p.post-meta a:hover {
    color: #000;
    border-bottom: 1px #333 dotted;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    text-decoration: none;
    }
    .post-inner p.post-meta {
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    font-size: 13px;
    margin-bottom: 15px;
    }
    .post-meta .stars-small {
    float: left;
    margin: -1px 5px 0 0;
    }
    /* Two columns */
    .cat-box.column2 {
    float: left;
    width: 48%;
    margin-right: 4%;
    }
    section.contain-narrow {
    width: 50%;
    margin: 0 auto;
    float: none;
    }
    section.contain-narrow .view-more {
    margin-top: 30px;
    }
    section.contain-medium {
    width: 66%;
    margin: 0 auto;
    float: none;
    }
    section.contain-medium .view-more {
    margin-top: 30px;
    }
    @media only screen and (max-width: 768px) {
    section.contain-narrow {
    width: 100%;
    }
    section.contain-medium {
    width: 100%;
    }
    }
    .column2 li, li.other-news {
    overflow: auto;
    padding: 15px 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    }
    .column2 li:first-child, li.other-news:first-child {
    padding-top: 0;
    }
    .column2 li > a:hover, li.other-news > a:hover {
    color: #136487;
    }
    .column2 li h3 {
    font-size: 13px;
    }
    .column2 li.first-news {
    padding: 0 0 10px;
    }
    .column2 li:nth-last-of-type(n + 2) {
    border-bottom: 1px solid #eaeaea;
    }
    /* wide-box */
    .wide-box ul {
    overflow: hidden;
    }
    .wide-box li {
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
    transition: all 0.4s;
    width: 49%;
    float: left;
    margin-right: 0;
    }
    .wide-box li:nth-child(even) {
    padding-right: 1%;
    }
    .wide-box li:nth-child(odd) {
    padding-left: 1%;
    }
    @media only screen and (max-width: 620px) {
    .wide-box li {
    width: 100%;
    }
    .wide-box li:nth-child(even), .wide-box li:nth-child(odd) {
    padding: 5px 0;
    }
    }
    .wide-box li.first-news {
    border-bottom: 1px solid #eaeaea;
    padding: 0 0 10px;
    width: 100%;
    float: none;
    height: auto;
    margin: 0;
    }
    .wide-box li.first-news .post-thumbnail {
    width: 49%;
    max-width: 300px;
    margin-right: 24px;
    }
    @media only screen and (max-width: 767px) {
    .wide-box li.first-news .post-thumbnail {
    width: 100%;
    max-width: none;
    float: none;
    margin: 0 0 15px 0;
    }
    }
    .wide-box li.first-news p.post-meta {
    margin: 10px 0;
    }
    .wide-box li.first-news h2.post-box-title {
    font: 600 20px/20px "Roboto", sans-serif;
    margin: 0px 0px 10px;
    }
    .wide-box.style-1c-medium ul {
    display: flex;
    flex-wrap: wrap;
    }
    .wide-box.style-1c-medium li:not(.first-news) .post-thumbnail {
    width: 40%;
    }
    .wide-cat-box .wide-news-item {
    width: 282px;
    float: left;
    margin-right: 10.5px;
    }
    .wide-cat-box .last-col {
    margin-right: 0 !important;
    }
    /* wide-box backup*/
    .wide-box-2c ul {
    overflow: hidden;
    }
    .wide-box-2c li {
    width: 50%;
    float: left;
    padding-right: 1%;
    }
    .wide-box-2c li.first-news .post-thumbnail {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    float: none;
    }
    .wide-box-2c li.first-news .post-thumbnail img {
    width: 100%;
    }
    .wide-box-2c li.first-news p.post-meta {
    margin: 10px 0;
    }
    .wide-box-2c li .post-thumbnail {
    float: left;
    margin-bottom: 10px;
    }
    .wide-box-2c li.last-column {
    float: right;
    margin-right: 0;
    padding: 0 0 10px;
    padding-left: 1%;
    }
    @media only screen and (max-width: 620px) {
    .wide-box-2c li.first-news, .wide-box-2c li.last-column {
    width: 100%;
    padding: 10px 0;
    }
    }
    .column2.last-column, .wide-box-2c > .cat-box-content > ul > li.last-column {
    margin-left: 0;
    margin-right: 0;
    }
    /* list-box */
    .list-box, .wide-box {
    clear: both;
    }
    .list-box li {
    overflow: hidden;
    padding: 15px 0;
    width: 300px;
    float: right;
    clear: right;
    }
    li.other-news:nth-child(2) {
    padding-top: 0;
    }
    .list-box li.first-news p.post-meta {
    margin: 10px 0;
    }
    .list-box li.first-news {
    padding: 0;
    width: 300px;
    float: left;
    }
    /* News In Pictures */
    .pic-box li.first-pic {
    padding: 0;
    width: 300px;
    float: left;
    margin: 0;
    }
    .pic-box li {
    overflow: hidden;
    float: left;
    margin: 10px 0 0 10px;
    }
    .pic-box .first-pic .post-thumbnail a {
    color: #fff;
    }
    .cat-box.pic-box li .post-thumbnail {
    margin: 0;
    }
    /* Scrolling Box */
    .scroll-box {
    clear: both;
    }
    .scroll-box .cat-box-content {
    position: relative;
    }
    .scroll-box .scroll-item .post-meta .stars-small {
    float: none;
    margin-top: 3px;
    }
    .group_items-box, .group_items {
    height: 190px !important;
    width: 620px !important;
    overflow: hidden;
    }
    .group_items .scroll-item:last-child {
    margin-right: 0 !important;
    }
    .scroll-nav {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    }
    .scroll-nav a {
    background-color: #136487;
    width: 25px;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    margin-left: 2px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    float: right;
    }
    .scroll-nav a:hover {
    background-color: #939393 !important;
    }
    .scroll-nav a .tieicon-left-open:before {
    content: '\e75d';
    }
    .scroll-nav a .tieicon-right-open:before {
    content: '\e75e';
    }
    .scroll-nav a i:before {
    width: 25px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    }
    .scroll-box-wide {
    margin-top: 20px;
    }
    .scroll-box-wide .group_items-box, .scroll-box-wide .group_items {
    height: 220px !important;
    width: 1160px !important;
    }
    /* .layout-2c .scroll-box-wide .group_items-box, .layout-2c .scroll-box-wide .group_items{
    height:220px !important;
    width:955px !important;
    }
    */
    .scroll-box-wide.scroll-box .scroll-item {
    width: 282px;
    height: 220px;
    margin-right: 10.5px;
    }
    /* Recent Posts Box */
    .recent-box {
    clear: both;
    }
    .recent-box .cat-box-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    }
    .recent-box .cat-box-content .recent-item {
    float: left;
    width: 32%;
    margin: 0 0 10px;
    }
    @media only screen and (max-width: 600px) {
    .recent-box .cat-box-content .recent-item {
    width: 48%;
    }
    }
    @media only screen and (max-width: 400px) {
    .recent-box .cat-box-content .recent-item {
    width: 100%;
    }
    }
    .recent-box .item-list {
    padding: 15px 0;
    }
    .recent-box .item-list:first-child {
    padding: 0 0 15px;
    }
    .recent-box .item-list p.post-meta {
    margin-bottom: 0;
    }
    .cat-box.wide-box .first-news h2 {
    padding-top: 10px;
    }
    .recent-box-pagination {
    position: relative;
    margin: -46px 0 45px;
    border-top: 1px solid #f2f2f2;
    }
    .recent-box-pagination .pagination {
    margin: 0;
    }
    .divider {
    background: url(images/stripe.png);
    height: 10px;
    overflow: hidden;
    margin: 10px 0 20px;
    clear: both;
    }
    /* Reviews Box */
    .cats-review-box .cat-box-content {
    padding-top: 35px;
    overflow: hidden;
    }
    .cats-review-box .reviews-cat {
    width: 360px;
    margin-right: 40px;
    float: left;
    }
    .cats-review-box .reviews-cat:last-child {
    margin-right: 0 !important;
    }
    .cats-review-box .reviews-cat h3 {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 3px solid #333;
    }
    .cats-review-box .reviews-cat li {
    padding: 7px 5px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    }
    .cats-review-box .reviews-cat h4 {
    font-weight: bold;
    display: inline-block;
    padding-top: 2px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 247px;
    }
    .cats-review-box .reviews-cat .stars-large {
    float: right;
    }
    /* Post Styles */
    .page-head {
    overflow: hidden;
    position: relative;
    }
    .page-head .stripe-line {
    margin-top: 7px;
    }
    .page-title {
    margin-bottom: 10px;
    padding: 5px 0px;
    font-family: Oswald, arial, Georgia, serif;
    font-size: 26px;
    color: #000;
    text-transform: none;
    }
    .homepage-tagline {
    font-family: Oswald, arial, Georgia, serif;
    font-size: 28px;
    margin-bottom: 10px;
    display: inline-block;
    }
    .homepage-title {
    background: #474847;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    color: #f5f5f5;
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 14px;
    margin-bottom: 10px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    }
    .headerless {
    font: 600 16px/21px "Roboto", sans-serif;
    margin-bottom: 10px;
    display: block;
    }
    a.rss-cat-icon {
    float: right;
    content: '\f09e';
    width: 16px;
    height: 16px;
    margin: 6px 0 0 4px;
    display: block;
    }
    a.rss-cat-icon:before {
    content: '\f09e';
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    color: #f8bc2e;
    }
    .archive-meta {
    padding: 15px 0;
    }
    /* Author Page Styles */
    .author-bio {
    clear: both;
    overflow: hidden;
    padding: 15px 3px;
    }
    #author-avatar {
    float: left;
    margin-right: 15px;
    }
    #author-avatar img {
    border: 1px solid #ccc;
    padding: 4px;
    background: #fff;
    float: left;
    margin: 0 10px 5px 0;
    box-shadow: 0 0 3px 0 #b5b5b5;
    -moz-box-shadow: 0 0 3px 0 #b5b5b5;
    -webkit-box-shadow: 0 0 3px 0 #b5b5b5;
    }
    /* Single Post Styles */
    .post {
    margin-bottom: 20px;
    }
    .post-inner {
    padding: 20px 0;
    overflow: hidden;
    }
    .single-post-thumb {
    line-height: 0;
    }
    .single-post-thumb img {
    width: 100%;
    height: auto;
    }
    .head-lightbox a {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    }
    .head-lightbox a:hover {
    opacity: 0.8;
    }
    .single-post-caption {
    background: #eee;
    text-align: left;
    color: #555;
    padding: 5px;
    font-size: 90%;
    }
    .post-title {
    font-family: Oswald, arial, Georgia, serif;
    margin-bottom: 10px;
    font-size: 28px;
    }
    .post-title a:hover {
    color: #f68b1f;
    }
    p.post-meta span {
    display: inline-block;
    margin-right: 12px;
    }
    /* span.tie-date:before, */
    span.post-comments:before, span.post-views:before, span.post-meta-author:before, span.post-cats:before {
    font-size: 12px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: left;
    }
    /* span.tie-date:before{
    content: '\e805';
    }
    */
    span.post-comments:before {
    content: '\e802';
    }
    span.post-views:before {
    content: '\e804';
    }
    span.post-cats:before {
    content: '\e803';
    }
    span.post-meta-author:before {
    content: '\e806';
    }
    span.tie-date i:before, .post-meta i:before {
    margin-right: 3px;
    }
    .item-list {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
    /* padding:25px 0;
    */
    clear: both;
    }
    .item-list:last-child {
    border: none;
    }
    .item-list .post-title {
    margin: 0;
    }
    .item-list p.post-meta {
    margin: 10px 0;
    }
    .archive-wide-thumb {
    margin: 0 0 10px !important;
    }
    .archive-wide-thumb a:hover img {
    opacity: 0.8;
    }
    .archives_2col .item-list {
    width: 300px;
    float: left;
    clear: none;
    border: 0 none;
    }
    .archives_2col .item-list .post-thumbnail {
    float: none;
    margin: 0 0 10px 0;
    }
    .archives_2col .item-list .post-thumbnail img {
    width: 100%;
    height: auto;
    }
    .archives_2col .item-list.item_1 {
    margin-right: 20px;
    }
    .archives_2col .sep {
    clear: both;
    border-bottom: 1px solid #f2f2f2;
    }
    .page-link {
    margin: 15px 0 0;
    padding: 10px;
    background: #f2f2f2;
    }
    .page-link a {
    color: #fff !important;
    padding: 5px 6px;
    background: #555;
    }
    .page-link a:hover {
    background: #333;
    }
    .edit-link {
    clear: both;
    display: block;
    margin-top: 10px;
    }
    .post-tag {
    margin: 0 0 35px;
    }
    .post-tag a {
    background-color: #aaa;
    border-radius: 0 2px 2px 0;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    line-height: 13px;
    margin: 0 0 2px 10px;
    padding: 4px 7px 3px;
    position: relative;
    text-transform: uppercase;
    }
    .post-tag a:before {
    border-top: 10px solid transparent;
    border-right: 8px solid #aaa;
    border-bottom: 10px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    left: -8px;
    width: 0;
    transition: all 0.2s linear;
    }
    .post-tag a:after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 4px;
    position: absolute;
    top: 8px;
    left: -2px;
    width: 4px;
    }
    .post-tag a:hover {
    background: #444;
    color: #fff;
    }
    .post-tag a:hover:before {
    border-right-color: #444;
    }
    .post-thumbnail {
    margin: 0 15px 10px 0;
    position: relative;
    line-height: 0;
    }
    .post-thumbnail img {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    max-width: 100%;
    height: auto;
    }
    .post-thumbnail a:hover img {
    opacity: 0.8;
    }
    .item-list .post-thumbnail {
    float: left;
    margin-bottom: 0;
    }
    .cat-box li .post-thumbnail {
    margin: 0 15px 0 0 !important;
    }
    .column2 .post-thumbnail {
    float: left !important;
    }
    .column2 li.first-news .post-thumbnail {
    margin: 0 0 10px 0;
    float: none;
    }
    .column2 li.first-news .post-thumbnail img {
    width: 100%;
    height: auto;
    }
    .wide-box li .post-thumbnail {
    float: left;
    }
    .wide-box li.first-news .post-thumbnail img {
    width: 100%;
    height: auto;
    }
    .list-box li .post-thumbnail {
    float: left;
    }
    .list-box li.first-news .post-thumbnail {
    margin: 0 0 15px 0;
    float: none;
    }
    .list-box li.first-news .post-thumbnail img {
    width: 100%;
    height: auto;
    }
    .pic-box .first-pic .post-thumbnail {
    position: relative;
    }
    .scroll-box .post-thumbnail img, .wide-cat-box .wide-news-item .post-thumbnail img {
    width: 100%;
    height: auto;
    }
    .recent-item .post-thumbnail, .scroll-box .post-thumbnail, .wide-cat-box .wide-news-item .post-thumbnail {
    margin: 0 0 10px 0;
    }
    .recent-item .post-thumbnail img {
    width: 100%;
    height: auto;
    }
    .post-thumbnail img.attachment-tie-small {
    width: 65px;
    height: 65px;
    }
    .single-post-audio {
    position: relative;
    min-height: 56px;
    }
    .single-audio {
    bottom: 20px;
    position: absolute;
    background: rgba(0, 0, 0, .6);
    width: 90%;
    padding: 10px 5%;
    }
    .single-post-audio div.jp-audio {
    margin-bottom: 0;
    }
    .google-map iframe {
    width: 100%;
    }
    /* Post Elements */
    .entry {
    line-height: 1.5;
    }
    .single .entry.header {
    position: relative;
    width: 100%;
    float: none;
    }
    .content .entry iframe {
    max-width: 100%;
    }
    .entry img.alignleft, .entry img.alignright {
    max-width: 150px;
    }
    .single article .entry, .entry p {
    padding-top: 0;
    padding-bottom: 1em;
    font-size: 16px;
    line-height: 24px;
    }
    .single article .intro p:last-child {
    margin-bottom: 0;
    }
    .single article .intro {
    font-size: 18px;
    color: #999;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding: 0;
    }
    .single article .intro::after {
    content: '';
    display: block;
    clear: both;
    }
    .single .category-tv .entry {
    width: 100%;
    }
    .entry img {
    max-width: 100%;
    height: auto;
    }
    .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    margin-top: 25px;
    margin-bottom: 10px;
    line-height: 1em;
    }
    .entry h2 {
    font-size: 30px;
    }
    .entry h3 {
    font-size: 24px;
    }
    .entry h4 {
    font-size: 18px;
    }
    .entry h5 {
    font-size: 14px;
    }
    .entry h6 {
    font-size: 12px;
    }
    .entry ol, .entry ul {
    font-size: 16px;
    margin: 0 0 25px 10px;
    }
    .entry ul li {
    list-style: outside disc;
    list-style-type: disc;
    list-style-image: none;
    list-style-position: outside;
    }
    .entry ol li {
    list-style: outside decimal;
    }
    .entry li {
    margin: 0 0 5px 10px;
    }
    .entry table {
    border: 1px solid #dfdfdf;
    background-color: #f9f9f9;
    width: 100%;
    color: #333;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 20px;
    }
    .entry table td, .entry table th {
    border-top: 1px solid white;
    border-bottom: 1px solid #dfdfdf;
    color: #555;
    }
    .entry table th {
    font-weight: bold;
    background: #3f3f3f;
    color: #fff;
    padding: 7px 7px 8px;
    text-align: left;
    line-height: 1.3em;
    font-size: 14px;
    }
    .entry table td {
    font-size: 13px;
    padding: 5px 8px 5px;
    vertical-align: top;
    }
    .gallery {
    margin: 0 auto 18px;
    }
    .gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
    }
    .gallery .gallery-item img {
    background: #fff;
    padding: 2px;
    box-shadow: 0 0 2px #b5b5b5;
    -moz-box-shadow: 0 0 2px #b5b5b5;
    -webkit-box-shadow: 0 0 2px #b5b5b5;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 88%;
    height: auto;
    }
    .gallery .gallery-item a:hover img {
    box-shadow: 0 0 2px #666;
    -moz-box-shadow: 0 0 2px #666;
    -webkit-box-shadow: 0 0 2px #666;
    opacity: 0.6;
    margin: -5px 0 5px;
    }
    .gallery-columns-2 .gallery-item {
    width: 50%;
    }
    .gallery-columns-4 .gallery-item {
    width: 25%;
    }
    .gallery img {
    border: 0 none !important;
    }
    .gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
    }
    .gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
    }
    .gallery .gallery-caption {
    color: #888;
    margin: 0 0 12px;
    }
    .gallery br + br {
    display: none;
    }
    .attachment img {
    display: block;
    margin: 0 auto;
    }
    blockquote {
    font-size: 12px;
    line-height: 22px;
    padding: 0 0 0 5px;
    margin: 0 0 10px 25px;
    min-height: 60px;
    }
    blockquote:before {
    content: '\275d';
    color: #555;
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 40px;
    margin-left: -30px;
    margin-top: -5px;
    float: left;
    }
    /* Related Posts */
    .block-head {
    padding: 3px 0 0;
    overflow: hidden;
    }
    .block-head h3 {
    padding-bottom: 5px;
    border-bottom: 4px solid #333;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    }
    #comments-title, #respond h3 {
    position: relative;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #444;
    text-transform: uppercase;
    }
    .archive.category .post-listing .post-title {
    font-size: 28px;
    font-weight: normal;
    line-height: inherit;
    text-transform: none;
    }
    .wp-polls-archive .item {
    padding: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    }
    /* Related Posts */
    #related_posts {
    margin-top: 20px;
    }
    #related_posts, #comments {
    clear: both;
    }
    #related_posts .block-head, #comments .block-head, #related_posts .comment-respond, #comments .comment-respond {
    position: relative;
    margin-bottom: 25px;
    }
    #related_posts .post-listing, #comments .post-listing {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    margin-bottom: 20px;
    }
    #related_posts .post-listing .related-item, #comments .post-listing .related-item, #related_posts .post-listing .featured-item, #comments .post-listing .featured-item {
    float: left;
    width: 200px;
    margin: 0 10px 10px 0;
    }
    #related_posts .post-listing .related-item:nth-child(3n+3), #comments .post-listing .related-item:nth-child(3n+3), #related_posts .post-listing .featured-item:nth-child(3n+3), #comments .post-listing .featured-item:nth-child(3n+3) {
    margin-right: 0;
    }
    #related_posts .post-listing .related-item .post-thumbnail, #comments .post-listing .related-item .post-thumbnail, #related_posts .post-listing .featured-item .post-thumbnail, #comments .post-listing .featured-item .post-thumbnail {
    margin: 0 0 10px 0;
    }
    #related_posts .post-listing .related-item .post-thumbnail img, #comments .post-listing .related-item .post-thumbnail img, #related_posts .post-listing .featured-item .post-thumbnail img, #comments .post-listing .featured-item .post-thumbnail img {
    width: 100%;
    height: auto;
    }
    /* Post Navigation */
    .navigation {
    margin: 10px 0;
    clear: both;
    overflow: hidden;
    }
    .nav-previous {
    float: left;
    }
    .nav-next {
    float: right;
    }
    .post-navigation {
    clear: both;
    margin: 0 0 20px;
    overflow: hidden;
    }
    .post-navigation div {
    display: block;
    width: 245px;
    position: relative;
    font-size: 14px;
    color: #999;
    }
    .post-previous {
    float: left;
    }
    .post-next {
    float: right;
    text-align: right;
    }
    .post-navigation div span {
    display: block;
    font-size: 80%;
    color: #999;
    }
    img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
    max-width: 100%;
    height: auto;
    }
    img.centered, img.aligncenter {
    display: block;
    margin: 2px auto;
    padding: 4px;
    }
    img.alignright {
    padding: 4px;
    margin: 2px 3px 3px 8px;
    display: inline;
    border: 1px solid #cbcdcc;
    }
    img.alignleft {
    padding: 4px;
    margin: 2px 8px 3px 3px;
    display: inline;
    border: 1px solid #cbcdcc;
    }
    .wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 100% !important;
    padding: 4px;
    text-align: center;
    }
    .wp-caption img {
    max-width: 100% !important;
    }
    .wp-caption p.wp-caption-text {
    color: #888;
    margin: 5px;
    padding: 0;
    }
    .wp-caption.alignleft {
    margin-right: 20px;
    }
    .wp-caption.alignright {
    margin-left: 20px;
    }
    ul.authors-wrap li {
    background: transparent;
    padding: 20px;
    margin: 0 -20px 10px;
    border-bottom: 1px solid #f2f2f2;
    list-style: none;
    }
    ul.authors-wrap li h3 {
    font-size: 22px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 5px;
    }
    .wrapper.animated .fade-in, .wrapper.animated .list-box .post-thumbnail, .wrapper.animated .recent-post-blog .post-thumbnail, .wrapper.animated .recent-box .post-thumbnail, .wrapper.animated .cat-box.column2 .post-thumbnail, .wrapper.animated .pic-box .post-thumbnail, .wrapper.animated .ei-slider .ei-slider-large, .wrapper.animated .wide-cat-box .post-thumbnail, .wrapper.animated .sidebar, .wrapper.animated .sidebar-narrow, .wrapper.animated #related_posts, .wrapper.animated .content img, .wrapper.animated .description, .single-post-thumb {
    -ms-animation: fadeIn ease-in 1;
    -o-animation: fadeIn ease-in 1;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    animation-fill-mode: backwards;
    -ms-animation-fill-mode: backwards;
    -o-animation-fill-mode: backwards;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -ms-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    animation-duration: 0.3s;
    }
    
    /*---------------------------------------------------------
    Slider Caption
    *----------------------------------------------------------
    */
    .slider-caption h2 {
    font-size: 22px;
    color: #FFF;
    background: #C60D1F !important;
    color: #FFF;
    display: inline-block;
    }
    
    .slider-caption h2 a {
    font-size: inherit;
    font-size: 22px;
    color: #fff;
    }
    
    .slider-caption h2:hover {
    background: #136487;
    display: block;
    }

    /*---------------------------------------------------------
    Styles for mobile
    *----------------------------------------------------------
    */

    #main-menu-mob:nth-of-type(2){
        display: none;
      }
      @media only screen and (max-width: 450px) {
      section.cat-box.column2.style-2c-medium .first-news .inner-content .post-box-title{
        display: inline-block !important;
      }
      section.cat-box.column2.style-2c-medium .first-news .inner-content .post-thumbnail{
        width: 100%;
      }
    }
    
article div.entry p{
    font-size: 17px !important;
}


