﻿
section.post-body .more-link:visited {
    color: #fff !important;
}

.glyphicon {
    margin-right: 3px;
}

table {
    width: 100%;
}

/*.row {
    min-height: 400px;
}*/

.btn-prev-next {
    padding: 10px;
    background-color: #dedede;
    color: #000;
    cursor: pointer;
    display: inline-block;
    width: 125px;
    text-decoration: none;
    color: #000 !important;
}

.btn-pager {
    padding: 10px;
    cursor: pointer;

}

#postPaging { 
    margin-top: 20px;
    text-align:center;


}
.btn-wrapper {
    border-top: 1px solid #EEE;
    padding-top: 25px;
    margin-top: 15px;
}

.required-field {
    color: #e83232;
    margin-right: 4px;
    margin-left: 4px;
}

.text-uppercase {
    text-transform: uppercase;
}

/*[01.header]*/
.header {
    background-image: url(../images/banner.png);
    background-position: 50%;
    background-color: #1abcef;
    height: 200px; /*300px*/
    position: relative;
    z-index: 300;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: "FlipH";
    filter: FlipH;
    background-size: cover;
}

    .header .container > .navbar-header,
    .header .container > .navbar-collapse {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }

    .header .logo {
        position: fixed;
        top: 12px;
        left: 10px;
        height: 30px;
    }

#header .hd_main_menu {
    margin-top: -2px !important;
}

    #header .hd_main_menu li a {
        font-size: 1.1rem !important;
        font-weight: 600;
        line-height: 1.0rem;
        letter-spacing: -0.01em;
    }

#header .hd_category_menu li:hover ul.menu__second-level {
    top: 15px !important;
    background: #e6e6e6 !important;
    width: 100% !important;
    padding: 16px 53% 0 0 !important;
    column-count: 2;
    column-gap: 0;
    left: 0 !important;
}


.header .title-wrapper {
    padding: 100px 0 40px;
    margin-bottom: 35px;
    border: none;
    /* box-shadow: 0 1px 2px rgba(0,0,0,0.1); */
}

    .header .title-wrapper hgroup {
        height: 80px;
    }

        .header .title-wrapper hgroup h1 {
            font-size: 40px;
            line-height: 40px;
            margin: 4px 0 8px;
            font-weight: 600;
            text-shadow: 3px 3px #444;
        }

            .header .title-wrapper hgroup h1 A {
                color: #fff;
                text-decoration: none !important;
            }

        .header .title-wrapper hgroup h3 {
            font-size: 24px;
            font-weight: normal;
            margin: 0;
            color: #ff5555;
            text-shadow: 1px 1px #444;
        }

.header .social-icon {
    position: fixed;
    top: 10px;
    right: 10px;
}

    .header .social-icon a {
        text-decoration: none;
    }

        .header .social-icon a:hover {
            opacity: .8;
        }

    .header .social-icon img {
        max-height: 30px;
    }

.navbar {
    margin: 0;
    border-radius: 0;
    background-color: rgba(26,188,239,.85);
    position: fixed;
    top: 125px;
    width: 100%;
    border: none;
}

.header .navbar-nav {
    float: right;
    margin-right: 20px;
}

    .header .navbar-nav a {
        color: #fff !important;
        font-weight: 600;
    }

.header .navbar-inverse .navbar-nav > .open > a {
    color: #fff;
}

.header .nav > li > a.dropdown-m {
    padding: 15px 7px 15px 10px !important;
}

.header .nav > li > a {
    padding: 15px 10px !important;
}

    .header .nav > li > a.dropdown-toggle {
        padding: 15px 10px !important;
    }

.related-posts {
    margin: 30px 0;
    padding-top: 30px;
    background-color: #eee;
    padding: 30px;
}

    .related-posts::after {
        content: '';
        clear: both;
        display: table;
    }
    
.ri_desc {
    max-height: 125px;
    overflow: hidden;
visibility:collapse; /*hidden, in this case same result*/
font-size: 0px;    
}
.ri_desc img {
visibility: visible;
}
.post-body img {
    max-width: 100%;
    margin: auto;
}
.warning {
    color: #f00;
    font-weight: 600;
}
/*[02.well-global]*/
.well-global, #trackbacks {
    /* background-color: #ffffff;
    padding: 4%;
    margin-bottom: 20px;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);*/
}

    .well-global .well-global-title {
        margin: 0;
        font-weight: 600;
        margin-bottom: 20px;
        margin-left: 1%;
    }

        .well-global .well-global-title h3 {
            margin: 0;
            font-weight: 600;
        }

.page-global {
    background-color: #ffffff !important;
    padding: 4% !important;
    margin-bottom: 20px !important;
}

    .page-global .page-global-title {
        margin: 0 0 20px 0 !important;
        font-weight: bold !important;
        font-size: 26px !important;
        display: none;
    }

/* RELATED LINKS */

.related_item {
    float: left;
    width: 23%;
    margin: auto 1% 20px;
    background-color: #dedede;
    font-size: 13px;
    padding: 10px;
    padding-bottom: 90px;
    height: 250px;
    overflow: hidden;
    display: block;
    position: relative;
    cursor: pointer;
}

    .related_item:hover {
        opacity: .7;
    }

        .related_item:hover h2 a {
            text-decoration: underline;
        }

        .related_item:hover a.more-link {
            background: #1abcef;
        }

    .related_item h2 {
        background-color: #dedede;
        font-size: 14px;
        padding: 5px 10px;
        top: 172px;
        position: absolute;
        width: 90%;
        left: 0;
    }

        .related_item h2 a {
            color: #000 !important;
        }

    .related_item .summary {
        display: none;
    }

.related_item img {
    max-width: 100%;
    width: 100%;
    height: auto;
}



@media screen and (max-width: 585px) {
    .grid { height: auto !important; }
    .li-author { width: 46% !important; }
    .li-author-avatar {width: 100%; max-width: 100%; text-align: center; }
    .authorlink { font-size: 1.2rem !important;}

    .grid-image img {
        object-position: initial !important;
        object-fit: initial !important;
        height: auto !important;
    }

    .grid-pager {
        margin-top: 50px;
    }
    .ri_desc {
        max-height: none;
    }

    .posts-home {
        margin-top: 0 !important;
        
    }

    .post-home {
        width: 100% !important;
        min-height: 300px !important;
    }

    #post0 .post-titlepost-title-home, #post1 .post-titlepost-title-home {
        top: 170px !important;
    }

    .posts-home #post0, .posts-home #post1 {
        height: auto !important;
    }

    .related_item {
        width: 98%;
        height: auto;
        padding-bottom: 0;
    }

    .related_item h2 {
        position: relative;
        margin-top: 10px;
    }

    .default-page #post0 .post-body-home, .default-page #post1 .post-body-home {
        height: auto !important;
    }

    .post-titlepost-title-home {
        font-size: 17px !important;
    }

    .navlistwrapper {
        padding: inherit !important;
        width: inherit !important;
        position: inherit !important;
    }
}


.related_item a.more-link {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #444;
    z-index: 99;
}

.related_item .more-link {
position: absolute;
    bottom: 5px;
    right: 5px;    
}

.related_item .more-link:not(*:root) {
    line-height: 25px;
}



@media screen and (max-width: 865px) {
    .related_item {
        width: 48%;
    }

    .related_item h2 {
        top: auto;
        bottom: 10px;
    }

    .ri_desc {
        max-height: 145px;
    }

    .posts-home {
        margin-top: 0 !important;
    }
    .grid-image img {
        height: 175px; /*210px; */
        /*object-fit: cover !important;*/
    }
}

@media screen and (max-width: 991px) {
    .grid-image img {
        height: 175px; /*210px; */
        /*object-fit: cover !important;*/
    }
}

@media screen and (max-width: 1280px) {
    .grid-image img {
        object-position: initial !important;
        object-fit: initial !important;
        height: 175px;
    }

    .related_item {
        height: 230px;
    }

    .related_item h2 {
        top: 130px;
    }
}


    /* CUSTOM */
    .more-link {
        border-radius: 50%;
        width: 25px;
        height: 26px;
        text-align: center;
        vertical-align: top;
        font-size: 20px !important;
        line-height: 23px;
        cursor: pointer;
        background-color: #444;
        color: #fff !important;
    }

        .more-link:not(*:root) {
            line-height: 25px;
        }
    /* chrome */

    .post-home:hover .more-link {
        background-color: #1abcef;
        color: #fff !important;
        text-decoration: none;
    }

    #searchbox {
        padding: 25px 0;
        color: #fff;
    }

    #searchfield {
        width: 300px;
    }

    #searchbutton {
    }

    .cat-auth {
        float: left;
        background-color: #dedede;
        padding: 15px 0;
        width: 50%;
        color: #444;
    }

        .cat-auth h2 {
            font-size: 18px;
            font-weight: normal;
            margin-bottom: 20px;
        }

        .cat-auth ul {
            padding: 0;
        }

    #categorylist, #authorlist {
        list-style-type: none;
    }

    #categorylist {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 15px;
        column-gap: 15px;
        -moz-column-gap: 15px;
    }

        #categorylist a, #authorlist a {
            color: #444;
            line-height: 1.1;
            display: inline-block;
        }

            #categorylist a:hover {
                color: #000;
            }

    #authorlist li {
        float: left;
        margin-right: 10px;
        text-align: center;
        height: 100px;
    }

    #categorylist li a {
        margin-top: 10px;
    }

    #authorlist li a {
        margin-top: 3px;
    }

    #authorlist li:hover a {
    }

    #authorlist li:hover img {
        opacity: .8;
    }


    .post-titlepost-title-home {
        background-color: #dedede;
        font-size: 14px;
        padding: 5px 10px;
        top: 160px;
        position: absolute;
        width: 100%;
    }

        .post-titlepost-title-home a {
            color: #444 !important;
            padding-right: 25px;
            display: inline-block;
        }

    #post0 .post-titlepost-title-home, #post1 .post-titlepost-title-home {
        position: absolute;
        bottom: 0;
        width: 100%;
        top: 320px;
        margin-bottom: 0px;
        padding: 10px 40px 10px 12px;
        font-size: 17px;
    }
    /*#post0 .post-titlepost-title-home {
    position: relative;
    height: auto;
    top: auto;
}

    #post0 .post-titlepost-title-home a {
        color: #fff !important;
    }

.posts-home #post0:hover {
    color: #e6e6e6 !important;
}

    .posts-home #post0:hover img {
        opacity: .8;
    }*/

    .posts-home {
        margin-top: 50px;
    }

    #postnavigation, .lbl-CommentsDisabled, .post-footer, .rssButton {
        display: none !important;
    }

    .post-home:hover, .post-home:hover .post-titlepost-title-home {
        background-color: #f2f2f2;
    }

    post-home:hover .post-titlepost-title-home {
    }


    .author-avatar {
        border-radius: 50%;
        width: 60px !important;
        height: 60px !important;
    }

    .author-avatar-profile {
        border-radius: 50%;
        width: 100px !important;
        height: 100px !important;
        float: left;
        margin-right: 10px;
        border: solid 1px #888;
    }

    .disclaimer {
        font-size: 12px;
        max-width: 800px;
        margin: auto;
    }

    .has-dropdown {
    }

    .menu-dropdown {
        display: none;
        position: absolute;
        width: 200px;
        padding: 10px;
        background-color: rgba(26,188,239,.85);
    }

    .has-dropdown:hover {
        background-color: rgba(26,188,239,.85);
    }

        .has-dropdown:hover .menu-dropdown {
            display: block;
        }
    /*[03.post]*/
    .post {
        background: #FFF;
        padding: 4%;
        margin-bottom: 10px;
        padding-top: 40px !important;
    }

    .post-info {
        border-bottom: solid 1px #e2e2e2;
        padding-bottom: 5px;
    }

    section.post-body.text {
        max-width: 800px;
        margin: auto;
        padding-top: 15px;
        
    }

        section.post-body.text p {
            line-height: 1.8;
            font-size: 16px;
        }

    .col-md-8 {
        width: 100%;
    }

    .posts .post-body, .posts .disclaimer, .post-body span {
        display: none;
    }

    .posts .post {
        padding: 1%;
        margin-bottom: 20px;
    }

.home-see-more {
    background: #dedede;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 15px;
    color: #000 !important;
    /*font-weight: bold !important;*/
}

.home-see-more::after {
    content: ">";
    /*font-weight: bold;*/
    padding-left: 10px;
}

.home-see-more:hover {
    filter: brightness(85%);
    text-decoration: none !important;
}

.post-home {
    background: #dedede;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 18px;
    border: 1px solid #E2E2E2;
    width: 23.9%;
    margin-right: 15px;
    float: left;
    position: relative;
    min-height: 250px;
    overflow: hidden;
    cursor: pointer;
}

    .posts-home #post0, .posts-home #post1 {
        height: 430px;
        width: 49%;
    }

.posts-home #post1, .posts-home #post5 {
    margin-right: 0;
}
/*.archivepage .posts-home .post-body-home {
    height: auto !important;
}*/

.archive-page .post-home, .archive-page .posts-home #post0, .archive-page .posts-home #post1 {
    /*min-height: 275px !important;
    height: auto !important;*/
    width: 32% !important;
    position: relative;
    min-height: 285px !important;
}



.archive-page .post-body-home {
    /*height: auto !important;
    padding-bottom: 0 !important;*/
}

.archive-page .post-body-home img {
    /*min-height: 110px !important;*/
    max-width: 100%;
    /*height: auto !important;*/
}

.archive-page .post-titlepost-title-home {
    position: absolute;
    bottom: 3px;
    top: initial !important;
}

.archive-page.page-global {
    margin-top: 15px !important;
}

    /*

    .posts-home #post0 .post-body-home {
        padding-top: 360px;
        height: 407px;
        text-align: center;
    }

    .posts-home #post0 img {
        height: 330px;
    margin: -350px 10px;
    position: absolute;
    width: auto;
height: 100%;
    }

    .posts-home #post0 h2 {
        font-size: 1.2em;
        background-color: rgba(6,6,6,.7);
        padding: 10px;
        position: absolute;
        width: 570px;
        top: 292px;
    }*/
    .posts-home h2 a {
    color: #fff;
}

    .default-page #post0 .post-body-home, .default-page #post1 .post-body-home {
        height: 407px;
        position: relative;
        text-align: center;
    }

    /* #post0 .post-body-home:not(*:root) 
{ CHROME 
    height: 383px;} */

    .posts-home .post-body-home {
        /* background-color: #dedede;*/
        font-size: 13px;
        padding: 10px;
        /*padding-bottom: 90px;*/
        min-height: 150px;
        overflow: hidden;
        display: block;
    }

    .post-body-home a {
        /*position: absolute;*/
        bottom: 5px;
        right: 5px;
        color: #444;
        z-index: 99;
    }

        .post-body-home a:hover {
            color: #f00;
        }

    .post-body-home span {
        font-size: .9em;
        padding: 10px;
        display: block;
        line-height: initial;
    }

        .post-body-home span.summary {
            display: none;
        }

    #post0 .post-body-home img, #post1 .post-body-home img {
        width: auto;
        max-height: 318px;
    }

    .post-body-home img {
        width: 100%;
        margin-bottom: 10px;
        min-height: 110px;
    }

    .header-post {
        max-height: 300px !important;
    }

    .pull-left-post {
        display: none !important;
    }

    .post.post-single {
        padding-bottom: 4%;
    }

    .post .post-title {
        margin: 0 0 7px;
    }

        .post h2.post-title a {
            font-size: 24px;
            color: #444;
        }
        .post h1.post-title a {
            font-size: 34px;
            color: #444;
        }
    .post .post-footer {
        margin-top: 30px;
        padding: 15px;
        background-color: #eeeeee;
        font-size: 13px;
        min-height: 35px;
        border-radius: 4px;
        border: 1px solid #eeeeee;
    }

        .post .post-footer:hover {
            border-color: #ddd;
        }

    .post .post-rating {
        height: 21px;
        max-width: 50%;
    }

        .post .post-rating * {
            margin: 0;
            padding: 0;
            top: 0;
            line-height: 10px;
        }

        .post .post-rating p {
            top: 9px;
        }

    /*[04.comment-item]*/
    .comment-item .comment-content {
        border: 1px solid #CCC;
        border-radius: 4px;
        padding: 2%;
        margin-bottom: 10px !important;
    }

    .comment-item .comment-gravatar {
        position: relative;
    }

        .comment-item .comment-gravatar img {
            border-radius: 4px;
        }

    .comment-item .comment-header {
        border-bottom: 1px solid #EEE;
        padding-bottom: 5px;
    }

        .comment-item .comment-header h4 {
            font-weight: bold;
            font-size: 18px;
            color: #333;
        }

            .comment-item .comment-header h4 a {
                color: #333;
            }

    .comment-item .comment-content.self {
        background-color: #ebffe5;
        border-color: #c0e0b2 !important;
    }

    .comment-item .self .comment-header {
        border-bottom-color: #c0e0b2;
    }

        .comment-item .self .comment-header h4 a,
        .comment-item .self .comment-header h4 {
            color: #376f1d !important;
        }

    .comment-item .self a {
        color: #74af5a;
    }

    .comment-item .self .comment-header .text-uppercase {
        color: #c0e0b2;
    }

    .comment-item .comment-form {
        border: 1px solid #CCC;
        margin: 15px 0;
    }

    .comment-item .carrow {
        background: url(../images/carrow.png) no-repeat 0 0;
        width: 9px;
        height: 17px;
        position: absolute;
        right: -11px;
        top: 14px;
        z-index: 999;
    }

    .comment-item .self .carrow {
        background: url(../images/sarrow.png) no-repeat 0 0 !important;
    }

    #commentlist .media, #commentlist ul, #commentlist ol {
        margin: 0 !important;
    }

    /*[05.comment-form]*/
    #comment-form {
        border: solid 1px #ddd;
        padding: 30px;
    }

    .comment-form {
    }

    #comment-form .success {
        background: #27ae60;
        border-radius: 4px;
        color: #fff;
        display: block;
        padding: 15px;
    }

    .comment-form .comment-menu {
    }

        .comment-form .comment-menu a {
            padding: 0 !important;
        }

            .comment-form .comment-menu a span {
                padding: 2px 7px;
                min-width: 70px;
            }

    .comment-form .comment-preview {
        height: auto !important;
    }

        .comment-form .comment-preview .comment-content {
            border: none;
        }

        .comment-form .comment-preview .comment-header small {
            display: none;
        }

    /*[06.related-posts]*/
    .related-posts h3 {
    }

    .related-posts ul li div {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 14px;
        color: rgb(136, 136, 136);
        margin-bottom: 10px;
    }

    /*[07.postpaging]*/
    #postPaging > div {
    }

    #PostPager {
        display: none;
        text-align: center;
        margin: 0 0 10px;
        background-color: #ffffff;
        padding: 4%;
        margin-bottom: 20px;
        border-radius: 6px;
        box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    }

        #PostPager li {
            display: inline-block !important;
            border: 1px solid #DDD !important;
            margin: 1px;
            padding: 5px 7px !important;
            font-size: 13px;
            font-weight: normal;
            background: #fff;
            border-radius: 3px;
        }




            #PostPager li a {
                padding: 2px;
                text-decoration: none;
            }

        #PostPager .PagerLinkCurrent {
            color: #fff;
            padding: 5px 14px;
            background-color: #0681ea !important;
            border: 1px solid #0861ea !important;
        }

            #PostPager .PagerLinkCurrent li {
                padding: 2px !important;
            }

        #PostPager .PagerLinkDisabled {
            color: #ccc;
            padding: 5px 14px;
            background: #fff;
            border-color: #DDD !important;
        }

        #PostPager .PagerEllipses {
            border: 0;
            padding: 2px;
        }

    /*[08.navigation-posts]*/
    .navigation-posts a {
        text-decoration: none;
        outline: none;
    }

    /*[09.widget]*/
    .widget {
        background-color: #ffffff;
        padding: 6%;
        margin-bottom: 20px;
        border-radius: 6px;
        box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    }

        .widget .widget-header {
            margin: 0 0 15px 0;
            font-weight: bold;
            font-size: 16px;
        }

        .widget ul {
            list-style: none;
            padding: 0;
        }

            .widget ul li {
                border-bottom: 1px solid #eee;
                padding: 4px 0;
            }

            .widget ul ul li {
                border: none;
            }

    /*[10.administration]*/
    .administration .widget-header {
        margin-bottom: 0 !important;
    }


    /*[11.authorlist]*/
    .authorlist .widget-header {
        margin-bottom: 0;
    }

    .authorlist li {
    }

        .authorlist li a:hover {
            text-decoration: none;
        }

        .authorlist li A.authorlink {
            margin-left: 5px;
        }

            .authorlist li A.authorlink:hover {
                text-decoration: underline;
            }

    /*[12.bloglist]*/
    .bloglist .widget-header {
        margin-bottom: 0;
    }

    /*[13.blogroll]*/
    .blogroll .widget-header {
        margin-bottom: 0;
    }

    .blogroll ul li A {
        padding-right: 3px;
    }

    .blogroll ul li img {
        margin-top: -3px;
    }

    .blogroll ul ul {
        margin-left: 15px !important;
    }

        .blogroll ul ul li {
            margin: 0;
            border-bottom: 1px dotted #DDD;
            line-height: 24px;
        }

            .blogroll ul ul li A {
                display: block;
            }

    .blogroll a[title="Download OPML file"] {
        margin: 10px 0 0 0;
    }

    /*[14.calendar]*/
    #calendarContainer {
        text-transform: capitalize;
        text-align: center;
    }

    .calendar table {
        width: 100%;
        text-align: center;
    }

    .calendar td, .calendar table {
        background-color: #FFF !important;
        text-align: center;
    }

    .calendar .header {
        background: none !important;
        width: auto !important;
        height: auto !important;
    }

    .calendar .weekend {
        background-color: #F1F1F1;
    }

    .calendar .other {
        color: silver;
    }

    .calendar a.exist {
        display: inline-block;
        padding: 0 5px;
        border-radius: 104px;
        color: #fff;
        font-weight: normal;
        background-color: #0681ea;
    }

    .calendar td {
        vertical-align: top;
        background: white;
    }

    /*[15.categorylist]*/
    .categorylist .widget-header {
        margin-bottom: 0;
    }

    .categorylist ul li A {
        padding-right: 3px;
    }

    /*[16.linklist]*/
    .linklist .widget-header {
        margin-bottom: 0;
    }

    /*[17.monthlist]*/
    .monthlist .widget-header {
        margin-bottom: 0;
    }

    .monthlist li {
        font-weight: normal;
    }

    .monthlist .year {
        cursor: pointer;
        font-weight: bold;
    }

        .monthlist .year li {
            margin: 0 10px;
        }

    .monthlist ul ul {
        display: none;
    }

    .monthlist .open {
        display: block;
    }

    /*[18.mostcomments]*/
    .mostcomments table td {
        border: none;
        border-bottom: 1px solid #CCC;
        background: none;
    }

    .mostcomments table tr td:first-child {
        width: 50px;
    }

        .mostcomments table tr td:first-child img {
            position: relative;
            top: 2px;
        }

    /*[19.newsletter]*/
    .newsletter input[type=text] {
        margin-bottom: 15px;
    }

    .newsletter #newsletteraction {
        font-size: 22px;
        color: #00c759;
    }

    .newsletter #newsletterform input[type="text"] {
        direction: ltr !important;
    }

    .footerBlog .newsletter #newsletterform input[type="text"] {
        background-color: #333;
        border-color: #111;
        color: #CCC;
        box-shadow: none;
    }

    /*[20.pagelist]*/
    .pagelist .widget-header {
        margin-bottom: 0;
    }

    /*[21.recentcomments]*/
    .recentcomments .widget-header {
        margin-bottom: 0;
    }

    .recentcomments li {
        color: #AAA;
        font-size: 12px;
    }

        .recentcomments li a {
            font-size: 14px;
        }

    /*[22.recentposts]*/
    .recentposts .widget-header {
        margin-bottom: 0;
    }

    .recentposts li {
        color: #AAA;
        font-size: 12px;
    }

        .recentposts li a {
            font-size: 14px;
            margin-right: 4px;
            display: block;
        }

        .recentposts li span {
            margin-right: 5px;
        }

    /*[23.search]*/
    .search {
        padding: 4px;
        background: #fff;
    }

        .search input[type=text] {
            background-color: #fff;
            border: none;
            padding: 2%;
            height: 40px;
            width: 75%;
            outline: none !important;
        }

        .search input[type=button] {
            border: none;
            padding: 0;
            height: 40px;
            width: 25%;
            background-color: #428bca;
            color: #fff;
            border-radius: 4px;
        }

            .search input[type=button]:hover {
                background-color: #3276b1;
            }

    /*[24.tagcloud]*/
    .tagcloud ul li {
        display: inline-block;
        margin: 1px;
        border: none;
        padding: 3px;
    }

        .tagcloud ul li A {
            padding: 3px;
            border-radius: 3px;
        }

            .tagcloud ul li A:hover {
                background: #0681ea;
                color: #fff;
            }

            .tagcloud ul li A.biggest {
                font-size: 120%;
            }

            .tagcloud ul li A.big {
                font-size: 110%;
            }

            .tagcloud ul li A.medium {
                font-size: 100%;
            }

            .tagcloud ul li A.small {
                font-size: 90%;
            }

            .tagcloud ul li A.smallest {
                font-size: 80%;
            }

    /*[25.archive-page]*/
    .archive-page .archive-page-content h2 {
        font-size: 16px;
        height: 30px;
        line-height: 35px;
        font-weight: bold;
    }

        .archive-page .archive-page-content h2 img {
            margin: 0 3px;
            position: relative;
            top: -2px;
        }

    .archive-page ul {
        list-style-type: square;
        margin: 0 10px;
        padding: 10px;
    }

    .archive-page table {
        width: 100%;
        border-collapse: collapse;
    }

        .archive-page table th:first-child {
            width: 90px;
        }

        .archive-page table th {
            background: #F1F1F1;
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;
            border: 1px solid #DDD;
            padding: 3px;
            text-align: center;
        }

        .archive-page table td {
            border: 1px solid #DDD;
            font-size: 14px;
            padding: 3px;
        }

    .archive-page .date {
        width: 90px;
        text-align: center;
    }

    .archive-page .comments {
        width: 70px;
        text-align: center;
    }

    .archive-page .rating {
        width: 70px;
        text-align: center;
    }

    /*[26.contact-page]*/
    .contact-page {
    }

        .contact-page .required-field[style="visibility:hidden;"] {
            display: none;
        }

    /*[27.search-page]*/
    .search-page .search-page-searchbox {
        background: #fff;
        padding: 3px;
        border-radius: 6px;
        border: 1px solid #CCC;
        margin-bottom: 15px;
    }

        .search-page .search-page-searchbox input[type=button] {
            float: right;
            width: 20%;
            border: none;
            height: 100%;
            padding: 8px 0;
        }

        .search-page .search-page-searchbox input[type=text] {
            border: none;
            width: 76%;
            border-radius: 3px;
            padding: 4px 1%;
            outline: none !important;
        }

    .search-page .searchresult {
        border-bottom: 1px dotted #CCC;
        padding: 10px 0;
        font-size: 14px;
    }

        .search-page .searchresult a {
            font-weight: normal;
            font-size: 16px;
        }

        .search-page .searchresult span.text {
            clear: both;
            line-height: 35px;
            display: block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-size: 13px;
            color: #555;
        }

        .search-page .searchresult span.type {
            font-size: 13px;
            display: none;
        }

        .search-page .searchresult span.url {
            color: #00802a;
        }

    .search-page .searchpage ul.paging {
        list-style-type: none;
        margin: 20px auto;
        padding: 0px;
        text-align: center;
        display: block;
    }

        .search-page .searchpage ul.paging li {
            display: inline-block;
            width: 30px;
            text-align: center;
            height: 30px;
            border: 1px solid #CCC;
            background: #FFF;
            margin-right: 2px;
        }

            .search-page .searchpage ul.paging li a {
                display: block;
                height: 100%;
                line-height: 30px;
            }

            .search-page .searchpage ul.paging li.active {
                border-width: 1px;
                border-style: solid;
            }

                .search-page .searchpage ul.paging li.active A {
                    color: #FFF;
                }

    /*[28.syntaxhighlighter]*/
    .syntaxhighlighter {
        padding: 15px 3px;
        direction: ltr !important;
    }

        .syntaxhighlighter .alt1 {
            background: #d6ebff !important;
        }

        .syntaxhighlighter .line {
            font-size: 13px !important;
            line-height: 20px !important;
            background: #CCC !important;
        }

        .syntaxhighlighter .container textarea {
            font-size: 13px !important;
            line-height: 20px !important;
        }
    /*.syntaxhighlighter table td.code .container { top: -15px !important; }*/

    /*[29.footer]*/
    .footerBlog {
        background-color: #1abcef;
        margin: 0;
        padding: 0;
    }

    input[type="text"] {
        font-size: 1rem !important;
    }

    .footerBlog a {
        color: #AAA;
    }

    .btn-primary {
        color: #fff;
        background-color: transparent;
        border-color: #fff;
    }

    #header .hd_main_menu li {
        font-size: 1.75rem !important;
    }

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        color: #000;
        background-color: #fff;
        border-color: #D81616;
    }

    .footerBlog .widgets-footer {
        width: 50%;
        float: left;
    }

        .footerBlog .widgets-footer .widget {
            margin-right: 3%;
            float: left;
            background: none;
            color: #fff;
            box-shadow: none;
        }

            .footerBlog .widgets-footer .widget .widget-header {
                border-color: #0681ea;
                border-width: 2px;
            }

            .footerBlog .widgets-footer .widget ul li {
                border-color: #111;
            }

            .footerBlog .widgets-footer .widget:last-child {
                margin: 0;
            }

    .footerBlog .end-line {
        min-height: 50px;
        background-color: #fff;
        line-height: 50px;
        font-size: 12px;
        border-top: solid 3px #f00;
    }

        .footerBlog .end-line p {
            margin: 0 10px;
            color: #444;
        }

    /*[31.post-list]*/
    .postList img {
        margin-right: 10px;
        float: left;
    }

    .postList a {
        display: inline-block;
        clear: both;
    }

@media screen and (max-width: 1186px) {
    .post-titlepost-title-home {
        top: 185px;
    }

    @media screen and (max-width: 786px) {
        #authorlist li {
            height: 150px;
        }

        #categorylist {
            -webkit-column-count: 1;
            -moz-column-count: 1;
            column-count: 1;
        }

            #categorylist a, #authorlist a {
                font-size: 1.5rem;
            }

        .navbar {
            display: none;
        }
    }

    .comp-001 {
        height: auto !important;
    }

    .header {
        margin-bottom: 10px !important;
    }

    #header .hd_main_menu li {
        font-size: 4.687vw;
        font-weight: 600;
        line-height: 1;
    }

    .drawer_menu.flex {
        max-height: 580px;
    }


    .pagination {
        display: inline-block;
    }

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color .3s;
    }

}

.grid-block {
}



.grid-link {
    padding: 5px 4px;
    text-decoration: none !important;
}

.grid {
    background: #dedede;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    /*padding: 10px;*/
    cursor: pointer;
    height: 265px !important; /*310px;*/
    padding-bottom: 10px;
    overflow: hidden;
}



.grid-image img {
    margin-bottom: 10px;
    height: 175px; /*210px; */
    width: 100% !important;
    object-position: left top !important;
    object-fit: cover !important;
}
.grid-image span { display: none }

.grid-title h2 {
    font-size: 14px;
    margin-bottom: 8px;
    /*font-weight: 600;*/
    color: #000 !important;
    padding: 0 10px;
}

.grid-info {
    padding: 0 10px;
    color: #000 !important;
}

.grid-date {
    font-size: 14px;
}

.grid-author {
    color: #0066a7;
    font-size: 14px;
}

.grid-pager .pagerbuttons, .grid-pager .selected {
    border: 1px solid #a9a9a9;
    padding: 5px 10px !important;
    border-radius: 5px;
    color: #000 !important;
    text-decoration: none;
    margin-top: 12px;
}

.grid-pager .selected {
    font-weight: bold;
}

.grid-pager-of {
    font-weight: bold;
}

.pager-buttons { display: none; }

.sort-by {
    font-weight: bold;
    padding-right: 15px;
    font-size: 16px;
}

.cselect select {
    background: #dedede !important;
    border: 0;
    font-size: 15px;
    width: 160px;
    font-weight: bold;
}

.cselect {
    position: relative
}

.cselect::after {
    position: absolute;
    top: 6px;
    right: 6px;
    /*content: "\23f7";*/
    color: #a9a9a9;
    font-size: 22px;
}

.post-titlepost-title-home {
    line-height: 1.4;
}

#hlNext, #hlPrev {
    color: #000 !important;
    font-weight: bold;
}

.li-author { width: 120px; }

#archive .header {
    background: none !important;
    height: 150px;
}

.hide-link { display: none; }

#widgetzone_author_profile {
    padding-top: 40px;
}

.navlistwrapper {
    /*padding: 16px 0 0 !imenu__second-levelmportant;*/
    width: 1280px;
    position: absolute;
    left: -40px !important;
    top: 55px !important;
    background: transparent !important;
}