

body .mg-0 {margin: 0;}
body .mt-0 {margin-top: 0;}
body .mt-10 {margin-top: 10px;}
body .mt-20 {margin-top: 20px;}
body .mt-30 {margin-top: 30px;}
body .mt-50 {margin-top: 50px;}
body .mb-0 {margin-bottom: 0;}
body .mb-10 {margin-bottom: 10px;}
body .mr-10 {margin-right: 10px;}
body .mb-20 {margin-bottom: 20px;}
body .mb-30 {margin-bottom: 30px;}
body .mb-40 {margin-bottom: 40px;}
body .mb-50 {margin-bottom: 50px;}
body .mb-60 {margin-bottom: 60px;}
body .mb-70 {margin-bottom: 70px;}

body .pd-0, .pd-0 {padding: 0;}
body .pd-10 {padding: 10px;}
body .pd-20 {padding: 20px;}
body .pd-30 {padding: 30px;}
body .pt-20 {padding-top: 20px;}
body .pt-40 {padding-top: 40px;}
body .pb-30 {padding-bottom: 30px;}
body .pb-10 {padding-bottom: 10px;}
body .pb-40 {padding-bottom: 40px;}
body .pb-50 {padding-bottom: 50px;}
body .pb-60 {padding-bottom: 60px;}
body .pt-30 {padding-top: 30px;}
body .pt-50 {padding-top: 50px;}

.form-control, .form-control:focus {
    outline: none;
    border-color: #ccc;
}


hr.small-hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

body .outline-none {
    border: none;
}

p {
    /*color: #706f6f;*/
}

blockquote {
    border-color: #67a113;
}

blockquote p {
    color: #9d9d9c;
}

.white-bg {
    background-color: #fff;
}

.right-widget {
    border: 1px solid #e9eaea;
    border-radius: 3px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navbar-brand {
    height: auto;
    padding: 20px;
}

.top-navbar {
    background-color: #49a0cc;
}

ul.social-link-widget {
    margin: 25px 0 0;
    text-align: center;
}

ul.social-link-widget li {
    display: inline-block;
    margin-left: 7px;
    transition: all .4s ease;
}

ul.social-link-widget li:hover {
    opacity: .7;
    transition: all .4s ease;
}

ul.tags {
    margin: 25px 0 0 -5px;
}

ul.tags li {
    display: inline-block;
}

ul.tags li a, .blog-box-tags .tag-slide a {
    color: #7d7e80;
    font-size: 14px;
    background-color: #f3f3f3;
    border: 1px solid #e9e9e9;
    padding: 4px 8px;
    border-radius: 3px;
}

ul.tags li a {
    display: inline-block;
    margin: 3px 1px;
    padding: 3px 7px;
}

ul.tags li a:hover, .blog-box-tags .tag-slide a:hover {
    color: #fff;
    background-color: #67a113;
    text-decoration: none;
}

.widget-tabs .nav li a {
    font-size: 11px;
    padding: 10px 5px;
    background-color: #67a113;
    color: #fff;
    border-color: #ebebeb;
    border-radius: 0;
    position: relative;
}

.widget-tabs .nav li.active a {
    background-color: #fff;
    color: #67a113;
    border-color: #ebebeb;
    border-bottom-color: #fff;
}

.widget-tabs .tab-content {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-top: none;
    padding: 20px 15px;
}

.widget-tabs .tab-content p {
    font-size: 16px;
    color: #2e2d2c;
    line-height: 21px;
    margin-bottom: 0;
}

.widget-tabs .item {
    /*max-width: 260px;*/
}

.widget-tabs .tab-content .additional-info a {
    font-size: 12px;
    color: #787d87;
    vertical-align: middle;
    margin-left: 10px;
}

.widget-tabs .tab-content .additional-info a:first-child {
    margin-left: 0;
}

.cat-listing span {
    display: block;
}

.cat-listing {
    color: #7c7c7b;
    font-size: 11px;
    line-height: 18px;
}

.cat-listing a {
    color: #7c7c7b;
}

.cat-listing a:hover {
    color: #67a113;
}

.custom-top-search .form-control {
    box-shadow: none;
    font-size: 12px;
    color: #878787;
    height: 40px;
    border-radius: 7px;
}

.custom-top-search .form-control:focus {
    border-right: none;
}

.custom-top-search .btn {
    border-left: none;
    color: #878787;
    padding: 9px 12px;
    border-radius: 7px;
}

.custom-top-search .btn {
    box-shadow: none;
}

.top-navbar {

}

.top-navbar #navbar ul {
    padding-top: 7px;
}

.top-navbar #navbar li a {
    font-size: 18px;
    color: #fff;
}

.top-navbar #navbar li:hover a {
    background-color: transparent;
    color: #000;
}

.top-navbar #navbar li.nav-ask-link a {
    background-color: #fff;
    font-weight: 700;
    border-radius: 5px;
    color: #49A0CC;
}

.top-navbar #navbar li.nav-ask-link:hover a {
    background-color: #67a113;
    color: #fff;
}

.footer-stripe {
    background: url("../images/bottom-strip-bg.jpg") center;
    text-align: center;
    font-size: 28px;
    color: #fff;
    font-weight: 300;
    border-bottom: 5px solid #fff;
    box-shadow: 0 5px 5px #ddd;
    z-index: 1;
    position: relative;
}

.footer-stripe a {
    font-size: 20px;
    border: 1px solid #9bba78;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.footer-stripe a:hover {
    border-color: #000;
    color: #000;
}

footer {
    background-color: #f5f5f5;
}

.copyright-stripe {
    background-color: #ebebeb;
    text-align: center;
    font-size: 12px;
    color: #25282f;

}

.footer-blocks {

}

.footer-social-block {
    border-bottom: 1px solid #e7e7e7;
    font-size: 23px;
}

.footer-social-block a {
    margin-left: 7px;
}

.footer-social-block .register-icon {
    font-size: 10px;
    color: #828282;
}

.company-note p {
    font-size: 13px;
    line-height: normal;
}

.mail-btn, .phone-btn {
    display: block;
    background-color: #52810f;
    position: relative;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    padding: 5px 5px 5px 45px;
}

.mail-btn span, .phone-btn span {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: #67a113;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
}

.mail-btn:hover {
    background-color: #67a113;
    color: #fff;
}

.phone-btn {
    background-color: #3c3c3b;
}

.phone-btn span, .phone-btn:hover {
    background-color: #575756;
    color: #fff;
}

.footer-links li {
    line-height: normal;
}

.footer-links li a {
    font-size: 13px;
    color: #25282f;
    line-height: 21px;
}

.footer-links li a:hover {
    color: #67a113;
}

.blog-box {
    border: 1px solid #e9eaea;
    border-radius: 4px;
}

.blog-short-content p, .blog-long-content p {
    color: #3c3c3b;
}

.blog-long-content p {
    font-size: 18px;
    line-height: 26px;
}

.blog-short-content-title {
    font-weight: 700;
    margin-bottom: 10px;
}

.blog-long-content .blog-short-content-title {
    font-size: 22px;
    line-height: 30px;
}

.blog-box .additional-info, .blog-box .additional-info-top {
    display: block;
    padding: 10px 0 0;
    position: relative;
    z-index: 1;
    /*box-shadow: 0 -23px 19px #fff;*/
}

.blog-box .additional-info-top {
    box-shadow: none;
}

.blog-box .additional-info li, .blog-box .additional-info-top li {
    display: inline-block;
    margin-right: 10px;
}

.blog-box .additional-info li:first-child, .blog-box .additional-info-top li:first-child {
    margin-left: 0;
}

.blog-box .additional-info li a, .blog-box .additional-info-top li a {
    color: #787d87;
    font-weight: 700;
}

.blog-box .additional-info-top li a {
    font-size: 14px;
    font-weight: 600;
}

.blog-box .additional-info li a i {
    color: #f7a600;
}

.blog-author-data, .blog-author-data-answer {
    position: relative;
    display: block;
    border-bottom: 1px solid #ededed;
    padding: 2px 0 20px 60px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #2e2d2c;
    font-weight: 600;
}

.blog-author-data-answer {
    padding-left: 75px;
}

.blog-author-data-answer strong {
    font-size: 30px;
    color: #67a113;
}

.blog-author-data span, .blog-author-data-answer span {
    display: block;
    color: #7c7c7b;
    font-size: 14px;
    font-weight: 400;
}

.blog-author-data .blog-author-pic, .blog-author-data-answer .blog-author-pic {
    position: absolute;
    left: 0;
    top: 0;
}

.blog-box-tags {
    background-color: #fafafa;
    padding: 10px 25px;
}

.blog-box-tags .owl-stage-outer {
    padding: 5px 0;
}

.blog-box-tags .owl-nav {
    margin: 0;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
}

.blog-box-tags .owl-theme .owl-nav [class*="owl-"] {
    background: none;
    color: #767676;
    margin-top: 3px;
}

.blog-box-tags .owl-prev {
    position: absolute;
    left: -27px;
}

.blog-box-tags .owl-next {
    position: absolute;
    right: -27px;
}

.owl-carousel .owl-item img {
    display: inline-block;
    max-width: 100%;
    width: auto;
}

.blog-answer-action-block {
    border-top: 1px solid #ededed;
}

.blog-ans-btn {
    background-color: #67a113;
    color: #fff;
    font-weight: 600;
}

.like-action-btn {
    background-color: #f0f0f0;
    border: 1px solid #c6c6c6;
    font-size: 14px;
    font-weight: 600;
    color: #666666;
}

.like-action-btn i {
    color: #9d9d9c;
    font-size: 16px;
}

.blog-ans-btn:hover, .like-action-btn:hover, .like-action-btn:hover i {
    background-color: #49A0CC;
    color: #fff;
}

.like-action-btn-last {
    float: right;
}

.more-answer {
    display: block;
    text-align: center;
}

.more-answer a {
    color: #9d9d9c;
    font-size: 22px;
    font-weight: 700;
    position: relative;
}

.more-answer a:before, .more-answer a:after {
    position: absolute;
    left: -100px;
    top: 11px;
    width: 90px;
    content: ' ';
    background: url("../images/more-answer-icon.png") left top repeat;
    height: 11px;
}

.more-answer a:after {
    right: -100px;
    left: auto;
}

.comment-box-lg .media, .comment-box-lg .media-body {
    overflow: visible;
}

.comment-avatar-lg img {
    max-width: 59px;
    margin-right: 10px;
}

.comment-avatar-sm img {
    max-width: 38px;
    margin-right: 10px;
}

.add-comment {
    border: 2px solid #dbdfe4;
    font-size: 18px;
    box-shadow: none;
    height: 44px;
    margin-top: 10px;
}

.add-comment:focus {
    box-shadow: none;
}

.user-name {
    /*font-size: 16px;*/
    /*font-weight: 700;*/
    /*color: #67a113;*/
}

.comment-date-time, .comment-footer li a {
    font-size: 13px;
    color: #c2c2c2;
    padding-left: 10px;
}

.sorting-dropdown {
    float: right;
    font-size: 24px;
    color: #9d9d9c;
    padding: 0 10px 10px 0;
}

.comment-box-lg p {
    color: #3c3c3b;
    font-size: 14px;
    line-height: 25px;
    padding: 10px 0 0;
}

.comment-footer li {
    display: inline-block;
    border-left: 2px solid #bdbcbc;
    margin-left: 5px;
    line-height: 13px;
}

.comment-footer li:first-child, .comment-footer li:first-child a {
    padding-left: 0;
    border-left: none;
    margin-left: 0;
}

.comment-footer li a:hover {
    color: #F7A600;
}

.reply-to {
    font-size: 12px;
    color: #656c79;
    padding: 0 15px 0 7px;
    position: relative;
}

.reply-to:after {
    width: 6px;
    height: 6px;
    background-color: #c2c6cb;
    position: absolute;
    content: ' ';
    border-radius: 100%;
    top: 6px;
    right: -2px;
}

.modify-tag {
    font-size: 10px;
    font-weight: 700;
    background-color: #7f919e;
    padding: 1px 2px;
    color: #ffffff;
    border-radius: 3px;
    vertical-align: top;
    margin-left: 5px;
}

.comments-sort-option {
    float: right;
    font-size: 20px;
    text-transform: none;
    font-weight: 400;
    padding-top: 7px;
    position: relative;
    cursor: pointer;
}

.commenting-sorting .sort-arrow {
    position: absolute;
    right: 8px;
    top: -4px;
    color: #fff;
}

.comment-header .commenting-sorting .sort-arrow {
    /*top: -6px;*/
}

.commenting-sorting {
    display: none;
    position: absolute;
    top: 25px;
    right: 3px;
    white-space: nowrap;
    padding-top: 10px;
    z-index: 1;
}

.comments-sort-option ul, .sorting-dropdown ul {
    background: #fff;
    padding: 5px 0;
    box-shadow: 0 -1px 6px #d2d2d2;
}

.comments-sort-option:hover .commenting-sorting {
    display: block;
}

.comments-sort-option ul li {
    line-height: 22px;
    padding: 0 10px;
}

.comments-sort-option ul li a {
    color: #2e2d2c;
    font-size: 13px;
}

.comments-sort-option ul li a:hover {
    color: #67a113;
}

.complain-review {
    position: absolute;
    right: 100%;
    top: 40px;
    width: 470px;
    display: none;
}

.complain-review .complain-popup-arrow {
    position: absolute;
    right: 13px;
    top: 0;
    color: #fff;
}

.compain-box {
    margin-right: 20px;
    background: #fff;
    padding: 33px;
    box-shadow: 0 -2px 9px #bbb;
}

.complain-box-title {
    font-size: 35px;
    color: #27394a;
    text-align: center;
    display: block;
    line-height: normal;
}

.complain-box-title span {
    font-weight: 600;
    color: #67a113;
}

.border-left, .border-left1 {
    position: relative;
}

.border-left:before, .border-left1:before {
    width: 2px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #7d919e;
    content: ' ';
}

.border-left1:before {
    width: 3px;
    background-color: #f39200;
}

.commenting-sorting .has-popup:hover .complain-review {
    display: block;
}

.light-bg {
    background-color: #f6f7f7;
}

.blog-comments-count {
    float: right;
    color: #706f6f;
    font-weight: 700;
}

.blog-comments-count i {
    font-size: 22px;
}

.blog-add-comment {
    background-color: #184879;
    color: #fff;
    font-weight: 600;
}

.blog-add-comment:hover {
    background-color: #67A113;
    color: #fff;
}

.blog-options {
    position: relative;
    z-index: 100;
}

.blog-options-arrow {
    float: right;
    padding: 3px 12px;
    color: #120806;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}

.blog-options ul li a {
    color: #575756;
}

.blog-options ul li a i {
    margin-right: 5px;
}

.blog-options .comments-sort-option {
    padding: 0;
}

.blog-comment-sorting {
    text-align: right;
    display: block;
    position: relative;
    z-index: 1;
}

.sort-box {
    text-align: left;
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    background: #fafafa;
    font-size: 13px;
    border-radius: 20px;
    cursor: pointer;
    width: 170px;
}

.sort-box i {
    margin: 5px 0 0 0;
    float: right;
}

.sort-box ul {
    background: #fafafa;
    position: absolute;
    left: 0;
    top: 42px;
    width: 100%;
    padding-bottom: 5px;
    box-shadow: 0 3px 3px #dcc;
    display: none;
    border-radius: 5px;
}

.sort-box ul li {
    display: block;
    padding: 5px 10px 0;
}

.sort-box ul li a {
    font-size: 14px;
    color: #3c3c3b;
}

.sort-box ul li a:hover {
    color: #67a113;
}

.sort-box:hover ul {
    display: block;
}

#slider1 .owl-dots .owl-dot span {
    background-color: #efefef;
    border: 1px solid #ccc;
    width: 8px;
    height: 8px;
    margin: 5px;
}

#slider1 .owl-dots .active span {
    background-color: transparent;
}

@media (max-width: 1199px) {
    .custom-top-search .form-control {
        width: 80%;
    }
    .widget-tabs .nav li a {
        padding: 10px 4px;
        font-size: 9px;
    }
    .widget-tabs .item {
        /*width: 190px;*/
    }
    .footer-stripe {
        line-height: 48px;
    }
    .footer-stripe a {
        display: inline-block;
        clear: left;
    }
    .footer-social-block {
        font-size: 25px;
    }
    .footer-social-block a {
        display: inline-block;
        margin-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav > li > a {
        padding-left: 4px;
        padding-right: 4px;
    }
    .top-navbar #navbar li a {
        font-size: 16px;
    }
    ul.social-link-widget li {
        margin: 0;
    }
    .front-header .navbar-right {
        padding-top: 0;
        float: left !important;
        padding-bottom: 15px;
    }
    .front-header .front-login, .front-header .front-register {
        padding-left: 35px;
    }
    .complain-review {
        top: 65px;
        right: 0;
    }
    .compain-box {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .widget-tabs .item {
        /*width: auto;*/
        /*max-width: inherit;*/
        /*width: 260px;*/
    }
    #navbar {
        box-shadow: 0 1px 3px #ddd;
    }
    .navbar-brand {
        padding: 15px;
    }
    .top-navbar #navbar ul {
        padding: 0 15px;
    }
    .navbar-toggle {
        background-color: #67a113;
        margin-top: 12px;
    }
    .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .comment-area .media-body {
        float: left;
        width: 100%;
    }
    .nav > li {
        border-top: 1px dotted #ccc;
    }
    .top-navbar #navbar li.nav-ask-link a {
        background-color: transparent;
        color: #fff;
        font-size: 18px;
        font-weight: normal;
    }
    .top-navbar #navbar li.nav-ask-link a:hover {
        background-color: transparent;
        color: #000;
    }
    .top-navbar .navbar-nav {
        margin: 0;
    }
    .top-navbar #navbar {
        padding: 0;
    }
    .top-navbar #navbar .navbar-right li.top-contact-btn a {
        padding: 10px 15px;
        margin: 0;
        border: none;
        border-radius: 0;
        font-size: 14px;
    }
    .comment-box-lg .media, .comment-box-lg .media-body {
        overflow: hidden;
    }
    .comment-box-lg .media-body {
        float: left;
        width: 100%;
    }
    .blog-author-data-answer {
        padding-left: 0;
    }
    .blog-author-data .blog-author-pic, .blog-author-data-answer .blog-author-pic {
        position: relative;
        display: block;
        padding-bottom: 10px;
    }
    .blog-author-data-answer strong {
        display: inline-block;
        clear: left;
    }
    .blog-box .additional-info li, .blog-box .additional-info-top li {
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }
    .comment-avatar-lg img, .comment-avatar-sm img {
        margin: 0 0 10px;
    }
    .complain-review {
        display: none !important;
    }
    .like-action-btn-last, .blog-comments-count {
        float: none;
    }
    .blog-comments-count {
        display: block;
    }
    .blog-ans-btn, .like-action-btn, .blog-add-comment {
        margin-bottom: 10px;
    }
    .blog-comment-sorting {
        text-align: left;
    }
}

.categories_list {
    padding: 20px;
}

.categories_list ul li {
    list-style: none;
    display: inline-block;
    padding: 10px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    background-color: #e9e9e9;
}

.categories_list ul li a {
    font-size: 30px;
    padding-right: 20px;
    font-weight: 600;
    color: #ababab;
}

.categories_list ul li a:hover {
    color: #7b7b7b;
}

.categories_list ul li span {
    text-align: right;
    font-size: 30px;
    color: #8b8b8b;
    font-weight: 700;
    line-height: 30px;
}

.blog-short-content p.eclipse,
.blog-long-content p.eclipse {
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    max-width: 356px;
    height: 22px;
    font-size: 16px;
    line-height: 22px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
