.plugin-articles h3 {
    margin-top: 100px;
    margin-bottom: 50px;
    padding-bottom: 6px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
}

.plugin-articles h3 span {
    padding: 5px 90px;
    color: #fff;
    font-weight: 400;
    font-size: 0.9em;
}

.plugin-articles article {
    height:185px;
    margin-bottom: 13px;
    width: 100%;
    -webkit-box-shadow: 0 0 20px 0 rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0 0 20px 0 rgba(50, 50, 50, 0.3);
    box-shadow:         0 0 20px 0 rgba(50, 50, 50, 0.3);
}

.plugin-articles article img {
    margin:18px;
}

.plugin-articles article .content {
    margin: 18px 18px 18px 0;
}

.plugin-articles article .content h4 {
    color: black;
}

.plugin-articles article .content p {
    max-width: 350px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: 300;
}

.plugin-articles article .content a.more {
    position: absolute;
    bottom:30px;
    right:35px;
    text-indent: -9999px;
    display: block;
    width: 29px;
    height: 29px;
    background: #84bc2d url("../images/more_arrow.png") center no-repeat;
    float: right;
}

.ajax_loader {
    position: absolute !important;
    margin-top: 1px;
    padding: 100px 0 0;
    text-align: center;
    background: rgba(255,255,255,0.8);
    width:253px;
    height:253px;
    display: none;
}

.article-entry {
    font-family: 'Open Sans', sans-serif;
}

.article-entry .categories span {
    background: #84bc2d;
    padding: 5px 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.article-entry .categories span a {
    color: #fff;
}
.article-entry .introduction {
    margin: 20px 0 10px;
    padding: 10px;
    border-left: 5px solid #84bc2d;
    /*background:#f9f9f9;*/
    font-size: 16px;
    line-height: 28px;
    color: #000;
}

.article-entry img.main_photo {
    width: 100%;
    margin: 15px 0;
}

.article-entry .content {
    font-size: 1.1em;
}

.article-entry .content h2 {
    font-size: 1.1em;
    font-weight: bolder;
    display: inline-block;
    background: #84bc2d;
    padding: 5px 15px;
    color: #fff;
}

.article-entry .content p {
    line-height: 1.6em;
    font-family: 'Open Sans', sans-serif;
}

.article-entry .content ul {
    list-style: none;
    padding-left: 15px;

}

.article-entry .content ul li {
    padding: 3px 0 3px 16px;
    background: url(../images/list-style-article.png) left center no-repeat;
}

.article-entry .author {

}

.bottom_articles {
    margin-top: 35px;
}

.bottom_articles .article-bottom {
    width: 50%;
    float: left;
    padding: 10px;
}

.bottom_articles .article-bottom h4 {
    text-transform: uppercase;
    font-family: 'Francois One', sans-serif;
    font-size: 1.3em;
    padding-bottom: 4px;
    border-bottom: 1px solid #ddd;
}

.bottom_articles .article-bottom h4 span {
    border-bottom: 2px solid #84bc2d;
}

.bottom_articles .article-bottom .text {
    font-size: 0.9em;
    margin-bottom: 10px;
    margin-top: 5px;
}

.bottom_articles .article-bottom a.more {
    font-family: 'Francois One', sans-serif;
    background: #84bc2d;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    padding: 4px 15px;
}

.bottom_articles .published_date,
.bottom_articles .category,
.left_articles .published_date,
.left_articles .category{
    text-transform: uppercase;
    font-size: 0.8em;
    color: #808080;
    padding-left: 15px;
    background: url("../images/icons.png") top left no-repeat;
}

.bottom_articles .category a,
.left_articles .category a {
    color: #808080;
}

.bottom_articles .category,
.left_articles .category {
    margin-left: 10px;
    padding-left: 17px;
    background: url("../images/icons.png") bottom left no-repeat;
}


.article-big {
    margin-top: 15px;
}

.article-small {
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 0 0;
}

.article-small .published_date {
    background: #84bc2d;
    padding: 2px 5px;
    color: #fff;
}

.article-small.last {
    border-bottom: none;
    margin-bottom: 30px;
}

.article-small a.img {
    float: left;
    margin-right: 10px;
}

.left_articles h4 {
    font-family: 'Francois One', sans-serif;
    text-transform: uppercase;
}

.left_articles h4 a {
    color: black;
}

.left_articles .article-big h4 {
    margin-top:15px;
    margin-bottom: 0;
}

.left_articles .article-small h4 {
    font-size: 1em;
    margin-bottom: 2px;
}

.left_articles .special-data {
    margin-bottom: 15px;
}

a.category {
    padding-top: 10px;
}

a.category img {
    opacity: 0.8;
    border:1px solid #d6d6d6;
}

@media (max-width: 1199px) {
    a.category img {
        width: 205px;
        height: auto;
    }
}

@media (max-width: 991px) {
    a.category img {
        width: 100%;
        height: auto;
    }
}

a.category:hover img, a.selected img {
    opacity: 1;
}

a.category span {
    color: #a2a2a2;
    font-size: 1.4em;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 6px solid #84bc2d;
    display: block;
    margin-bottom: 15px;
}

a.category:hover {
    text-decoration: none !important;
}

a.category:hover span, a.selected span {
    background: #84bc2d;
    color: #fff;
}

a.noselected span {
    border-bottom:none;
}

a.selected span {
    padding:7px 0;
    margin-bottom: 0;
}

ul.all-category-article {
    min-height: 50px;
    border-top: 10px solid #84bc2d;
    border-bottom: 10px solid #84bc2d;
    margin-bottom: 10px;
    padding: 10px 0;
    list-style: none;
    margin-top: 0;
}

ul.all-category-article li .article-list {
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0;
    height: 131px;
}

ul.all-category-article li img {
    float: left;
    margin: 10px 10px 10px 0;
}

ul.all-category-article li h4 {
    margin-top: 15px;
}

ul.all-category-article li h4 a {
    color: #11090f;
    font-family: 'Francois One', sans-serif;
}

ul.all-category-article li p {
    font-size: 0.9em;
}

ul.all-category-article li a.more, .plugin-slider-article .plugin-bg .more {
    margin: 70px 0 0 10px;
    width:29px;
    height:29px;
    display: block;
    background: #84bc2d url("../images/more_arrow.png") center no-repeat;
    text-indent: -9999px;
}

.plugin-slider-article {
    padding:5px 0;
    height: auto;
}

.plugin-slider-article h3 {
    overflow: auto;
    min-height: 44px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
    border-bottom-width: 5px;
    border-bottom-style: solid;
}

.plugin-slider-article h3 span {
    padding: 8px 80px;
    display: block;
    float: right;
    text-align: center;
}

.plugin-slider-article .plugin-bg {
    background: #fff;
    margin-bottom: 50px;
    padding-bottom: 25px;
    -webkit-box-shadow: -3px 3px 10px 0 rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    -3px 3px 10px 0 rgba(50, 50, 50, 0.2);
    box-shadow:         -3px 3px 10px 0 rgba(50, 50, 50, 0.2);
}

.plugin-slider-article .plugin-bg img {
    border: 1px solid #d2d2d2;
    margin: 35px 0 0;
    max-width: 100%;
}

.article-entry .social-icons {
    position: absolute;
    right: 25px;
    top: 80px;
}
.article-entry .social-icons h3 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    color: #333;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-right: 6px;
}
.article-entry .social-icons ul {
    display: inline-block;
    padding-left: 0;
    list-style-type: none;
}
.article-entry .social-icons li a {
    font-size: 14px;
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    background-color: #4e6ebd;
}
.article-entry .social-icons li a {
    color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .plugin-slider-article .plugin-bg img {
        width: 410px;
        height: auto;
    }
}

.plugin-slider-article .plugin-bg h4 {
    margin: -80px 0 40px;
    padding:15px 0 15px 25px;
    font-size: 1.6em;
    font-weight: lighter;
    background: white;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 2;
}


.plugin-slider-article .plugin-bg p {
    color: #6a6a6a;
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    font-size: 1.1em;
    line-height: 1.3em;
}

.plugin-slider-article .plugin-bg .more {
    margin: 55px 23px 0 5px;
    position: relative;
    z-index: 2;
}

.therapist .block1,
.therapist .block2,
.therapist .block3 {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
}

.photo-therapist {
    float: right;
    margin:0;
    margin-right: 10px;
}

.therapist .block1 {
    right: 47px;
    margin-top: 174px;
}

.therapist .block2 {
    margin-top: 142px;
    right: 15px;
}

.therapist .block3 {
    margin-top: 174px;
    right: 15px;
}

.therapist .block4 {
    display: block;
    width: 235px;
    padding: 10px 10px 0 0;
    margin-top: 5px;
    float: right;
}

.therapist .block4 h2 {
    background: #fff;
    font-size: 1.6em;
    margin:0;
    padding:25px 0;
    text-align: center;
}

.therapist .block5 {
    height: 115px;
    margin-bottom: -15px;
}

.therapist .block5 h3 {
    margin:0;
    padding:10px 0 0;
    color: #fff;
    font-size: 1.9em;
    text-align: center;
}

.therapist .block5 h3 span {
    background: url("../images/phone-therapist-article.png") 35px center no-repeat;
    display: block;
    /*font-size: 1.2em;*/
    margin-bottom: 5px;
}

.visit-online {
    color: #fff;
    padding: 8px 20px;
    font-size: 1.4em;
    margin-left: 30px;
    font-weight: bold;
}

.visit-online:hover {
    color: #fff;
}

#category-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#category-list li {
    margin-bottom: 8px;
}

#category-list li a {
    width: 100%;
    height: 64px;
    display: table;
}

#category-list li a span {
    color: #6a6a6a;
    margin-top: 20px;
    display: block;
}

#category-list li img {
    width: 64px;
    height: 64px;
    margin: 5px 5px 5px 5px;
    float: left;
}


.article-block {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
}

.article-block img.small {
    width: 200px;
    height: 150px;
    float: left;
    margin-right:20px;
    display: inline;
}

.article-block img.big {
    display: block;
    width: 790px;
    height: 335px;
    margin-bottom: 20px;
}

.article-block h3 {
    margin-top: 5px;
    display: block;
}

.article-block h3 a {
    color:#6a6a6a;
    padding: 5px 10px 5px 0;
}

.article-block p {
    display: inline;
    color: #333;
}

.article-entry .categories {
    margin-bottom: 16px;
}
.article-search {
    text-align: center;
}
.article-search h3 {
    overflow: auto;
    min-height: 44px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
    border-bottom-width: 5px;
    border-bottom-style: solid;
}
.article-search h3 span {
    padding: 8px 80px;
    display: block;
    float: right;
    text-align: center;
}
.article-search .search-widget {
    /*display: inline-block;*/
    /*max-width: 500px;*/
    border: 1px solid #ececec;
    padding: 28px;
    /*border-top: 2px solid #87b725;*/
    /*margin-top: 20px;*/
    margin-bottom: 40px;
}

.article-search .search-widget .btn-default {
    /*font-size: 13px;*/
    /*font-weight: bold;*/
    /*padding: 5px 10px;*/
    color: #fff;
    background-color: #87b725;
    background-image: none;
}

@media (max-width: 1199px) {
    .bottom_articles .article-bottom img {
        width: 325px;
        height: auto;
    }
    .article-block img.big {
        width: 650px;
        height: auto;
    }

    .article-big img {
        width: 212px;
        height: auto;
    }
    .therapist .block4 {
        width: 210px;
    }
    .therapist .block4 h2 {
        /*font-size: 1.3em;*/
    }
    .therapist .block5 h3 {
        font-size: 1.6em;
        line-height: 32px;
    }
    .therapist .block5 h3 span {
        background-size: 15px;
        background-position: 28px;
    }
    .visit-online {
        margin-left: 10px;
    }
}

@media (max-width: 991px) {
    .plugin-slider-article .plugin-bg {
        padding-left: 100px;
        padding-right: 100px;
    }
    .article-block img.big {
        width: 430px;
        height: auto;
    }
    .bottom_articles .article-bottom img {
        width: 215px;
        height: auto;
    }
    .bottom_articles .article-bottom h4 {
        line-height: 1.5em;
        border: none;
    }
    .articles .magic-grid .content div.element {
        float: none;
        display: inline-table;
        margin: 0 -0.125em;
    }
}

@media (max-width: 767px) {
    .plugin-slider-article .plugin-bg {
        padding-left: 10px;
        padding-right: 10px;
    }
    .bottom_articles .article-bottom img {
        width: 100%;
    }
    .article-block img.big {
        max-width: 100%;
    }
    .article-entry .social-icons {
        position: relative;
        top:0;
        right: 0;
        float: none;
    }
}