﻿span {
    color: #82b541;
}

    span.title {
        color: #ff7105;
        font-size: 20px;
    }

p.focus {
    display: inline;
    margin: 30px;
    font-size: 25px;
    color: #b5bfc4;
    text-shadow: 2px 2px #fff;
    text-decoration: underline;
    text-decoration-color: #ff7105;
}

.h5-title-heading {
    font-size: 23px;
    color: #82b541 !important;
}

.h3-title-heading {
    font-size: 27px;
    color: #82b541 !important;
}

p {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    color: #262626;
    font-size: 14px;
    line-height: 28px;
}

.growing-people {
    background: url(images/growing-people.jpg);
}

section > .container, section > .container-fluid {
    padding-top: 20px;
    padding-bottom: 0;
    overflow-y: hidden;
}

@media(max-width:991px) {
    .pb-sm-20 {
        padding-bottom: 20px !important;
        margin-left: 5px;
        margin-right: 5px;
    }
}


.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    width: auto;
    height: 280px;
}

.gallery-isotope .gallery-item .hover-link {
    border: 1px solid grey;
}

form {
    margin-bottom: 0;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: 350px;
    width: auto;
    border: 3px solid #1b3039;
}

.team-member .member-info {
    border-top: 3px solid black;
    background-color: rgba(130,181,65,0.8) !important;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #82b541;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #82b541;
    margin: 0 2px;
    border-radius: 5px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #82b541;
    border-color: #82b541;
}

#spinner {
    display: block;
    position: relative;
    top: 45%;
    width: 150px;
    height: 150px;
}

.call-to-action {
    display: inline-block;
    width: 100%;
    padding-bottom: 0;
    padding-top: 10px;
}

.bg-theme-colored2 {
    background-color: #ff7105 !important;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.gallery-isotope.gutter .gallery-item {
    padding-right: 10px;
    padding-bottom: 5px;
}

.menuzord-menu > li > a {
    font-size: 16px;
    font-weight: 600;
    border-radius: 0px;
}

.menuzord .showhide {
    margin-top: 15px;
    width: 60px;
    height: 46px;
    /*padding: 25px 0 0;*/
    display: none;
    float: right;
    text-decoration: none;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

.menuzord-menu > li.active > a, .menuzord-menu > li:hover > a {
    background-color: #1b3039;
    color: #79c5f5;
}

.menuzord.orange .menuzord-menu > li.active > a, .menuzord.orange .menuzord-menu > li:hover > a, .menuzord.orange .menuzord-menu ul.dropdown li:hover > a {
    background-color: #9981db;
    color: #000;
}

.btn:hover {
    background-image: none !important;
    background-color: #82b541 !important;
}

/*a:hover {
    background-color: transparent !important;
    color: #fff !important;
}*/

.bg-newer2 {
    background-color: #f7f7f7 !important;
    -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.03);
    -moz-box-shadow: 0 0 6px 3px rgba(0,0,0,0.03);
    box-shadow: 0 0 6px 3px rgba(0,0,0,0.03);
}

.btn-dark {
    color: #fff !important;
    font-size: 16px;
    background-color: #82b541;
    border: 2px solid;
    border-color: #fff !important;
}

.schedule-box .schedule-details {
    border-bottom: 2px solid #82b541;
}

.clients-logo .item {
    background: #eee;
    border-color: transparent;
    box-shadow: 0 0 0 0 #fff;
    margin-bottom: 0;
    padding: 10px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.causes .progress-item .progress {
    background-color: #efefef;
    border-bottom: 1px solid #d3d3d3;
    box-shadow: none;
    height: 18px;
    border-radius: 0;
}

.causes .progress-item .progress-bar .percent {
    border-color: #82b541 !important;
}

.border-bottom {
    border-bottom: 2px solid #82b541;
}

@media only screen and (max-width:900px) {
    .menuzord-menu {
        background: transparent !important;
    }
}

@media(max-width:900px) {
    .menuzord-responsive .menuzord-menu > li > a {
        width: 100%;
        padding: 12px 20px;
        display: block;
        border: solid 1px #fff;
    }
}

.subpages-style {
    background-color: #82b541;
}

.bg-theme-colored {
    background-color: #2a344a !important;
    opacity: 1 !important;
}

.bg-theme-colored20 {
    background-color: #2a344a !important;
    opacity: 1 !important;
}

.header-nav.navbar-subpages.animated-active {
    background-color: #82b541;
}

.layer-overlay.overlay-dark-80::before {
    background-color: rgba(91,158,204,0.4);
}

.layer-overlay.overlay-dark-90::before {
    background-color: rgba(0,0,0,1);
}

.menuzord.orange .menuzord-menu > li.active > a, .menuzord.orange .menuzord-menu > li:hover > a, .menuzord.orange .menuzord-menu ul.dropdown li:hover > a {
    background-color: #82b541;
    color: #000;
}

menuzord.orange .menuzord-menu > li.active1 > a {
    background: #82b541 !important;
    color: #000;
}

.menuzord.orange .menuzord-menu > li.active1 > a {
    background: #2a344a;
    color: #fff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat',sans-serif;
    font-weight: 500;
    line-height: 1.42857143;
    color: #82b541;
}

.cd-date {
    color: #333 !important;
    font-size: 20px;
    font-weight: 600;
}

.clients-logo img {
    max-height: 70px;
    width: auto !important;
    display: inline !important;
    opacity: 1;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    border: 0 solid #1b3039;
}

.clients-logo .item {
    background: #fff;
    border-color: transparent;
    box-shadow: 0 0 0 0 #fff;
    margin-bottom: 0;
    padding: 5px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.layer-overlay.overlay-dark-4::before {
    background-color: rgba(27,48,57,0.5);
}

.menuzord .showhide em {
    background: #fff !important;
}

@media(max-width:500px) {
    .newSt {
        float: left;
    }
}

@media(min-width:501px) {
    .newSt {
        float: right;
    }
}

.joinus {
    border: 2px solid #82b541;
    text-align: left;
    padding: 0px;
    width: 229px;
    margin: 0 auto;
    height: 66px;
}

.joinus img {
    margin: 4px;
    max-height: 56px;
    float: left;
}

.joinus div {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 26px !important;
    background-color: #82b541;
    padding: 9px 11px;
    height: auto;
    width: auto;
    float: left;
}

.member {
    height: 170px;
    padding: 5px;
}

.memberpic {
    float: left;
    width: 160px;
    overflow: hidden;
}

.memberpic img {
    height: 160px;
    width: 160px;
}

.memberdetails {
    float: left;
    width: 215px;
    overflow: hidden;
    border: 1px solid silver;
    height: 100%;
    background-color: #fff;
    padding: 8px;
}


.inner-header .title {
    font-size: 32px;
    text-transform: uppercase;
}


.list-inline {
    margin-left: 45px;
}

.text-gray {
    color: #f5f5f5!important;
}