﻿#divCaptcha div div {
    margin: auto
}

.blogContainer {
    color: #58585b;
    font-size: 14px
}

    .blogContainer h2 {
        font-weight: lighter;
        font-size: 1.5em;
        margin: 8px 0px
    }

    .blogContainer h3 {
        color: #008140;
        display: inline;
        font-family: Arial;
        font-size: 14px;
        font-style: normal;
        font-weight: bold;
        height: auto;
        line-height: 16px;
        text-align: left;
        width: auto;
        text-transform: uppercase
    }

    .blogContainer p {
        float: left;
        width: 100%
    }

    .blogContainer a {
        text-decoration: none;
        color: #474747
    }

        .blogContainer a:hover {
            text-decoration: none;
            color: #df0000 !important
        }

.blogItem {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-left: solid 1px #e0ded1;
    border-top: solid 1px #e0ded1;
    font-size: 14px;
    padding: 0em 1em
}

.gcText.blogItem.newComent .row .columns {
    position: relative
}

.blogDate {
    float: left;
    line-height: 25px;
    color: #999;
    font-size: 12px
}

.blogBreadcrumb {
    color: #999;
    font-size: 13px
}

.blogComents {
    float: left;
    text-align: right;
    padding-right: 9px;
    background: url(/images/chat_comment-128.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: right 0px;
    font-size: 11px;
    line-height: 25px;
    cursor: default
}

.Blogmore {
    text-align: right
}

.pagerContainer {
    float: left;
    text-align: center;
    width: 100%;
    cursor: default;
    padding: 0.5em 0em
}

    .pagerContainer a {
        text-decoration: none;
        color: #fff;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        -chrome-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 3px 8px;
        font-size: 15px;
        font-weight: bold
    }

        .pagerContainer a:hover {
            color: #aaa !important
        }

.pagerButton {
    background-image: -webkit-linear-gradient(270deg,rgba(0,147,68,1) 0%,rgba(0,103,56,1) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,147,68,1) 0%,rgba(0,103,56,1) 100%);
    background-image: -ms-linear-gradient(270deg,rgba(0,147,68,1) 0%,rgba(0,103,56,1) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,147,68,1) 0%,rgba(0,103,56,1) 100%);
    background-image: -chrome-linear-gradient(270deg,rgba(0,147,68,1) 0%,rgba(0,103,56,1) 100%);
    background-image: linear-gradient(180deg,rgba(0,147,68,1) 0%,rgba(0,103,56,1) 100%)
}

.pagerButtonBlock {
    pointer-events: none;
    cursor: default;
    background-image: -webkit-linear-gradient(270deg,rgba(209,210,212,1) 0%,rgba(88,88,91,1) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(209,210,212,1) 0%,rgba(88,88,91,1) 100%);
    background-image: -ms-linear-gradient(270deg,rgba(209,210,212,1) 0%,rgba(88,88,91,1) 100%);
    background-image: -o-linear-gradient(270deg,rgba(209,210,212,1) 0%,rgba(88,88,91,1) 100%);
    background-image: -chrome-linear-gradient(270deg,rgba(209,210,212,1) 0%,rgba(88,88,91,1) 100%);
    background-image: linear-gradient(180deg,rgba(209,210,212,1) 0%,rgba(88,88,91,1) 100%)
}

.categoriesList {
    float: left;
    width: 100%;
    border: solid 1px #c7c7c6;
    margin-top: -1
}

    .categoriesList h3 {
        width: 100%;
        float: left;
        background-color: #efeee8;
        border-bottom: solid 1px #c7c7c6;
        text-align: center;
        font-weight: lighter;
        font-size: 18px;
        color: #797979;
        margin: 0px
    }

    .categoriesList span {
        float: left;
        width: 100%
    }

    .categoriesList a {
        float: left;
        width: 100%;
        color: #000;
        padding: 0.4em 1em; 
        font-size: 1rem;
    }

        .categoriesList a:hover {
            background-color: #c6fec5
        }

.blogSocial a {
    text-decoration: none;
    color: #fff !important
}

    .blogSocial a:hover {
        text-decoration: none;
        color: #fff !important
    }

.blogItemComment {
    background-color: #fff
}

.blogTags span {
    float: left
}

.blogTags a {
    background-color: #00aced;
    color: #fff !important;
    border: solid 1px #0099d4;
    padding: 0.1em 0.2em;
    margin: 0.2em;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -chrome-border-radius: 3px;
    -webkit-border-radius: 3px
}

    .blogTags a:hover {
        color: #fff !important
    }

.newComent {
    background-color: #f5f5f5;
    border-right: solid 1px #e0ded1;
    border-bottom: solid 1px #e0ded1;
    margin: 3em 0 5em
}

.newComentBtn, .newSearchFaq {
    text-align: center
}

    .newComent input[type="submit"], .newSearchFaq input[type="submit"] {
        background: #00743c;
        border: 1px solid #006938;
        margin: 0px 0px 8px;
        text-transform: uppercase;
        padding: 6px 13px;
        color: #fff;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        -chrome-border-radius: 4px;
        -webkit-border-radius: 4px
    }

        .newComent input[type="submit"]:hover, .newSearchFaq input[type="submit"]:hover {
            background: #008a41;
            border: 1px solid #006938
        }

.contactSidebar {
    background-color: #fff;
    border: 2px solid #006738;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -chrome-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 1em 10%
}

    .contactSidebar h4 {
        font-size: 14px;
        font-weight: bold
    }

    .contactSidebar p {
        font-size: 11px;
        padding: 0px;
        margin: 0px
    }

.contactImage {
}

.contactSocials {
    padding: 0.8em 0em
}

    .contactSocials img {
    }

    .contactSocials a img {
        max-height: 25px
    }

.faqSearchContainer {
    margin-top: 1em
}

#txtSearcher {
    width: 100%
}

.bmBlogSidebar {
    float: none;
    margin: 0 !important;
    width: 100% !important
}

    .bmBlogSidebar div div {
        padding: 0 !important
    }

    .bmBlogSidebar div ul {
        list-style-type: none;
        margin: 0rem 0rem 0rem 0rem;
        padding: 0.5rem 0rem 0.5rem 0rem;
        border-bottom: solid 1px #e9e9e9
    }

.social-icons ul {
    border-bottom: none !important
}

.bmBlogSidebar iframe {
    max-width: 100% !important
}

.single-share {
    width: 73px !important
}

#commentform p {
    clear: both
}
