
body {

    font-family: 'PT Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 24px;
}

strong {
    font-weight: 600;
}

a {
    transition: color 0.2s ease, border-bottom-color 0.2s ease;
    color:#000;
    text-decoration: none;
}


a {
    display: inline;
    position: relative;
    border-bottom: 1px rgba(0,0,0,0.5) solid;
}
a:hover {
    text-decoration: none;
    color:#02b4da;
    border-bottom-color: #02b4da;
}
a:focus {
    text-decoration: none;
}

p {
    margin-bottom: 25px;
}

.search-icon {
    display: inline-block;
    background-image: url(/static/img/search@2x.png);
    width: 44px;
    height: 44px;
    background-size: 100%;
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: center;
}


.logo {
    float: left;
}
.logo img {
    width: 316px;
}

.donation-progress-panel {
    background-color: #ecf7eb;
    position: relative;
    padding: 17px;
    border-radius: 5px;

    margin-top: 5px;
}
.dp__title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 9px;
}
.dp__title a {
    border:0;
}
.dp__month {
    position: absolute;
    top:3px;
    right: 20px;
    font-size: 12px;

}
.dp__progress {
    font-size: 18px;
    font-weight: bold;
    margin-top: 7px;
}
.dp__btn {
    position: absolute;
    right: 10px;
    bottom:-24px;
}
.dp__bar {
    width: 100%;
    height: 20px;
    border-radius: 6px;
    background-image: -moz-linear-gradient( 0deg, rgb(255,0,0) 0%, rgb(255,216,0) 50%, rgb(163,192,0) 74%, rgb(71,167,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,0,0) 0%, rgb(255,216,0) 50%, rgb(163,192,0) 74%, rgb(71,167,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,0,0) 0%, rgb(255,216,0) 50%, rgb(163,192,0) 74%, rgb(71,167,0) 100%);
    position: relative;
    overflow: hidden;
}
.dp__overlap {
    position: absolute;
    background-color: #fff;
    z-index: 1;
    right: 0;
    top:0;
    height: 20px;
}
.btn {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 20px;
}
.btn.btn-success {
    border:0;
    box-shadow: 0px 8px 21px 0px rgba(63, 139, 8, 0.44);
    padding: 13px 25px;
    border-radius: 30px;
    margin-right: 5px;

}

h1, .h1, h2.h1 {
    font-size: 36px;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 2.8pt;

}

h2 {
    font-size: 28px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: normal;
    letter-spacing: 3px;
}
section {
    margin-bottom: 50px;
}

.main-project {
    background-color: #02b3d9;
    border-radius: 4px;
    color:#fff;
    margin-bottom: 12px;

    position: relative;
    height: 100%;

    overflow: hidden;
    transition: all 0.2s ease;
}
.main-project .main-project__imglink,.main-project .main-project__imglink:hover {
    border:0;
}
.main-project:hover {
    box-shadow: 1px 4px 16px 3px #02b3d96b;
}
.main-project.no:hover {
    box-shadow: initial;
}

.main-project .total-posts {
    position: absolute;
    bottom: 20px;
    right: 40px;
}

.main-project img {
    width: 100%;
}
.project-img img {
    width: 100%;
}
.project-img a {
    display: block;
    border-bottom: 0;


}
.project-img a:hover {
    border-bottom: 0;
}
.date {
    font-size: 12px;
}
h6 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}
a h6 {
    border-bottom: 1px #000 solid;
    display: inline;
}
a:hover h6 {
    border-bottom-color: #02b4da;
}
img {
    width: initial;
    max-width: 100%;
}
.project-img {
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;

    box-shadow:0 0 1px 0 rgba(0,0,0,.2);
}
.project-item h3 a {
    padding-top: 14px;
    line-height: 1.2;
}
.project-item p {
    margin-bottom: 5px;
}
.project-item h3 {
    margin-top: 14px;
}
.project-img:hover,.project-img.hover {
    box-shadow: 0px 8px 35px 0px rgba(3, 134, 202, 0.59);
}
.project-img:hover+h3 a {
    color:#02b3d9;
    border-bottom-color: #02b3d9;
}
.project-item h3 {

}
.project-item {
    height: 100%;
    position: relative;
    padding-bottom: 45px;
}
h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
}
h3 a {
    color:#000;
}
.main-project h3 a {
    color:#fff;
    border-bottom-color: #fff;
}
.main-project .description {
    padding: 25px 20px 0 0;
    font-weight: bold;
}
.main-project .description h3{
    font-size: 36px;
    line-height: 40px;
}
.main-project .description p {
    font-weight: bold;
}
.main-project .description a {
    color:#fff;
    border-bottom-color: #fff;
}
.text-wrap {
    overflow: hidden;
    margin-bottom: 3px;
}
.main-project-sub {
    margin-bottom: 55px;
}
.main-project-sub a {
    border:0;
    display: block;
}
.total-posts {
    font-size: 12px;
}
.total-posts>span {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}
.follow {
    background-color: #02b3d9;
    margin-top: 130px;
    margin-bottom: 100px;
}
.social-circle {
    border-radius: 50%;
    background-color: #fff;
    border:#02b3d9 5px solid;
    text-align: center;

    padding: 160px 0;
    position: relative;
    top: -25%;
    margin-bottom: -33%;
}
.social-circle strong {
    font-size: 24px;
    display: block;
    margin-bottom: 20px;
}
.list-social {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-block;
    text-align: center;
    margin: auto;
}
.list-social:after {
    clear: both;
    content: '';
    display: block;
}
.list-social li {
    float: left;
    margin: 0 5px;
}
.list-social li img {
    width: 64px;
}
.list-social li a {
    border:0;
    display: block;
    transition: all 0.2s ease;
}
.list-social li a:hover {
    transform: translateY(-3px);
}
.btn-default {

    outline: none;
    background-color: #02b3d9;
    border-color: #02b3d9;
    padding: 12px 40px;
    border-radius: 25px;
    line-height: 24px;

    color:#fff;
    background-color: rgb(2, 179, 217);
    box-shadow: 0px 8px 21px 0px rgba(3, 134, 202, 0.44);
}
.btn-default:hover {
    color:#000
}
.btn-primary {

    background-color: #a82682;
    border-color: #a82682;
    padding: 12px 40px;
    border-radius: 25px;
    line-height: 24px;
}
.subscribe-form {
    background: #b3e8f4;
    padding: 30px 45px 45px 45px;
    border-radius: 10px;
    margin-top: 60px;
}
.subscribe-form label {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.subscribe-form .form-control {
    padding: 10px 20px;
    font-size: 18px;
    height: auto;
    font-size: 24px;
    line-height: 30px;
    border: 0;
    box-shadow: none;
}

.events {
    margin-bottom: 90px;
}
.event-card {
    position: relative;
    height: 100%;
    background-color: #f00;
    color:#fff;
    padding: 30px 25px;
    border-radius: 10px;
    transition: all 0.2s ease;
    display: block;
    border:0;
}

.event-card:hover {
    transform:translateY(-10px);
    cursor:pointer;
    color:#fff;
    border:0;
}

.orange {
    background-color:#f2811a
}
.red {
    background-color:#e31e24
}
.green {
    background-color:#48ac3c
}

.event-card.orange:hover {
    box-shadow: 1px 8px 30px 3px rgba(244, 140, 27, 0.28);
}

.event-card.red:hover {
    box-shadow: 1px 8px 30px 3px rgba(227, 30, 36, 0.28);
}
.event-card.green:hover {
    box-shadow: 1px 8px 30px 3px rgba(72, 172, 60, 0.5)
}



.event__title{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: bold;

    color: #fff;
    border-bottom:1px #fff solid;
    display: inline;
}
.event__text {
    height: auto;
}
.event__date {
    font-size: 36px;
    font-weight: bold;
    text-transform: capitalize;
}
.event__year {
    font-size: 12px;
    line-height: 24px;
}
.orange {background-color:#f2811a }
.red {background-color:#e31e24 }
.green {background-color:#48ac3c }


h1>.num {
    background-color: #ffed00;
    font-size: 16px;
    height: 26px;
    width: 26px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    margin-left: 10px;
    position: relative;
    display: inline-block;
    top: 0px;
    letter-spacing: 0;
    display: inline-block;
}
h1>.num i {
    line-height: 0px;
    position: absolute;
    top: 13px;
    left: 4px;
    font-style: normal;
}


.categories-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 40px;

    white-space: nowrap;

}
.categories-list li {
    display: inline-block;
    width: 20%;
    float: left;
}
.categories-list li a {
    display: block;
    padding: 10px;
    border-bottom:0;
    text-align: center;
}
.categories-list.cl4 li {
    width: 25%;
    float: left;
}

.categories-list.cl3 li {
    width: 33.33333%;
    float: left;
}
.categories-list.cl3 {
    margin-left: 12.5%;
    margin-right: 12.5%;
}

.categories-list .category__img img {
    width: 100%;
}
.categories-list .category__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    display: inline;
    border-bottom: 1px #000 solid;
    white-space: pre-wrap;
}
.categories-list a:hover .category__title {
    border-bottom: 1px #02b4da solid;
}
.categories-list .category__img {
    margin-bottom: 8px;
    padding:  0 15px;
}

.tags-list-wrap {
    background-color: #d9f3f9;
    padding: 20px 50px;
    border-radius: 10px;
}
.tags-toggle {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}
.tags-list {
    padding-top: 24px;
}
.tags-list:after,.categories-list:after {
    clear: both;
    content: '';
    display: block;
}
.tags-list .tag__item {
    float: left;
    width: 25%;
    margin-bottom: 10px;
}

.tag__item .badge {
    padding: 0;
    background: none;
    color:rgba(0,0,0,0.5)
}

.blue-vertical-panel {
    background-color: #02b3d9;
    border-radius: 5px;
    overflow: hidden;
    padding: 0 20px 20px 20px;
    color:#fff;
    margin-bottom: 50px;
}
.blog__image img {
    width: 100%;
}
.blog__image {
    margin-left:-20px;
    margin-right: -20px;
    margin-bottom: 25px;
}
.blog__status {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 12px;
}
.blog__title {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.blog__description {
    font-weight: bold;
}
.blog__link {
    text-align: right;

    margin-top: 10px;
}
.blog__link a {
    color:#fff;
    border-bottom-color: #fff;
}



.volunteer {
    background-color: #ffb453;
    padding: 50px 0;
    margin-bottom: 120px;
}
.volunteer__img img {
    width: 100%;

}
.volunteer__img {
    position: relative;
    transform: translateY(-15%);
    margin-bottom: -33%;
}

.quoute {
    color:#fff;
    font-size: 16px;
    line-height: 24px;
    background-color: #a82682;
    margin:auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 40px 80px;
    font-weight: bold;
    border-radius: 6px;


}
.one-project-header {
    margin-bottom: 30px;
}
.one-project-header h1 {
    margin-bottom: 0;
}
.one-project-header .blog-status {
    text-transform: uppercase;
    font-weight: bold;
    color: #02b3d9;
    padding: 5px 0;
    margin-bottom: 8px;
}

.project-donation-block {
    margin-bottom: 80px;
}
.subscribe-project {
    background-color: #ecf7eb;
    padding: 20px;
    border-radius: 4px;
}
.subscribe-project .form-control {
    box-shadow: none;
    border: 0;
    border-radius: 5px;
    height: auto;
    font-size: 16px;
    line-height: 24px;
    padding: 7px;
}

.btn.btn-common {
    background: none;
    color: #48ac3c;
    margin-left: -12px;
}

.btn.btn-common:hover {
    color: #3f843f;
}

.share-block {
    margin-bottom: 100px;
    text-align: center;
}

.donate+.follow {
    margin-top: -50px;
}

footer .list-social li{
    margin:0 3px
}
footer .list-social li:first-child {
    margin-left:0;
}
footer .list-social li:last-child {
    margin-right: 0;
}

footer .list-social a {
    display: block;
    transition: all 0.2s ease;
    border:0;
    text-decoration: none;
}
footer .list-social a:hover {
    transform: translateY(-3px);
}

footer {
    font-weight: bold;
}
.contacts__item {
    font-weight: normal;
}

.footer-line {
    background-color: #02b3d9;
    color:#fff;
    font-size: 14px;
    font-weight: normal;
    padding: 20px 0;
    margin-top: 80px;
}
.footer-line:after {
    clear: both;
    content: '';
    display: block;
}
.footer__left {
    float: left;
}
.footer__dev {
    float: right;
    text-align: right;
}
.footer__dev a {
    color:#fff;
    border-bottom-color: #fff;
}

.tag-header {

}
.tag-title {
    margin-top: 100px;
}

.post-header h1{
    margin-bottom: 0;
}
.post-header .total-posts {
    margin-bottom: 20px;
}
.posts-list-block-tags a {
    color: #02b4da;
    border-bottom-color: #02b4da;
}

.light-panel {
    background-color: #e5f7fb;
    padding: 20px;
    border-radius: 5px;
}

.common-section p {
    margin-bottom: 8px;
}
.common-section h2 {
    margin-top: 50px;
}
.h4, h4 {
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
}


.main-project__imglink {
    min-height:420px;display:block;height:100%;
    background-size: cover
}

.donate .dark-blue a {
    color:#fff;
    border-bottom-color: #fff;
    text-decoration: none;
}

@media (max-width: 1200px) {
    .social-circle {
        padding: 134px 0;
    }
    .list-social li img {
        width: 40px;
    }
    .social-circle strong {
        font-size: 20px;
    }
    .subscribe-form {
        margin-top: 30px;
    }
    .btn-primary,.btn-default {
        padding: 12px 20px;
    }
    .follow {
        margin-top: 70px;
    }

    .main-project__imglink {
        min-height: 360px;
    }
    .main-project .description h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .main-project .description {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 991px) {
    .social-circle {
        padding: 115px 0;
        top:-17px;
        margin: auto;
        margin-bottom: 0;
        width: 330px;

    }
    .dark-blue .buttons-row {
        margin-bottom: 40px;
    }
    .subscribe-form {
        margin-top: 0;
    }
    .categories-list .category__title {
        font-size: 20px;
        line-height: 25px;
    }
    .main-project .description {
        padding-left: 15px;
    }
    .main-project-sub a {
        display: block;
        margin-bottom: 10px;
        border:0;
    }
    .main-project-sub {
        margin-bottom: 50px;
    }
    .follow {
        margin: 40px 0 80px 0;
    }
    .tags-list .tag__item {
        width: 30%;
    }
    .main-project .total-posts {
        position: relative;
        bottom: 20px;
        /* right: 40px; */
        width: 100%;
        text-align: right;
    }


    .follow {
        background-color: #fff;
    }
}


@media (max-width: 757px) {
    .footer-contacts .list-social{
        margin-top:20px;
    }
    .volunteer__img {
        position: relative;
        transform: none;
        margin-bottom: 0;
    }
    .buttons-row button {
        margin-bottom: 10px;
    }
    .pseudo-radio>div {

        max-width: 50%;
        margin-bottom: 15px;
    }
    .categories-list {
        margin-bottom: 0;
    }
    .categories-list.cl4 li {
        width: 50%;
    }
    .categories-list li a {
        height: auto;
    }
    .categories-list.cl3 {
        margin: 0;
    }
    .categories-list.cl3 li {
        width: 50%;
    }
    .categories-list li {
        width: 50%;
        float: left;
        margin-bottom: 10px;
    }
    .categories-list {
    }
    .tags-list .tag__item {
        width: 50%;
    }
    .tags-list-wrap {
        padding: 20px;
        margin: 0 -15px;
        border-radius: 0;
    }

    .categories .categories-list li:last-child,
    .categories-list.cl3 li:last-child {
        clear: both;
        transform: translateX(50%);
    }
    .category__title-wrap {
        height: 50px;
    }
}

@media (max-width: 575px) {
    .pseudo-radio>div {
        max-width: 100%;
    }
    h1, .main-project .description h3 {
        font-size: 30px;
        line-height: 40px;

    }
    .dp__title {
        font-size: 18px;
        line-height: 24px;
    }
    .dp__month {
        top:0;
    }
    .donation-progress-panel {
        padding-bottom: 35px;
    }
    .main-project__imglink {
        height: 200px;
        min-height: 200px;
    }
    .subscribe-form {
        padding: 25px 15px;
    }
    .social-circle {
        border-radius: 0;
        padding: 20px 0;
        top:0;
        margin-bottom: 0;
        margin-bottom: 30px;
        width: 100%;

    }
    .follow {
        background-color: #fff;
    }


    .donate .buttons-row {
        margin-bottom: 30px;
    }

    .quoute {
        padding: 20px 15px;
        margin: 0 -15px;
        border-radius: 0;
    }
    .footer__left {
        float: none;
    }
    .footer__dev {
        text-align: left;
        margin-top: 30px;
        float: none;
    }

}

.pager {
    margin-bottom: 50px;
}

.breadcrumb>li+li::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
}
.breadcrumb>li.active {
    color: #6c757d;
}
.breadcrumb>li+li {
    padding-left: .5rem;
}


.yiiPager {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.yiiPager li {

}
.yiiPager li a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #02b4da;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.yiiPager li a:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.yiiPager li a:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(2, 180, 218, 0.25);
}
.yiiPager li.selected a {
    z-index: 1;
    color: #fff;
    background-color: #02b4da;
    border-color: #02b4da;
}
.yiiPager li a:hover {
    z-index: 2;
    color: #027596;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.withlove {
    margin-bottom: 80px;
}

.space {
    width: 2px;
    display: inline-block;
}
.dark-blue .buttons-row {
    margin-top: 30px;
}

.post img {
    display: block;
    max-width: 100% !important;
}
.post iframe {
    max-width: 100%;
}

.narrow-donation .donation-progress-panel {
    padding-bottom: 30px;
    margin-bottom: 50px;
}

#post table {
    border-collapse: collapse;
    font-size: 1em;
    width: 100%;
}
#post table td, #post  table th {
    padding: 5px;
    border: 1px solid #ddd;
    vertical-align: top;
    min-width: 100px;
}
