a {
    color: #16D654;
}

.content a {
    color: #16D654;
}

.contact__subscribe input[type=email] {
    border-color: #fff;
    color: #fff;
}

.contact__subscribe button {
    border-color: #000;
    color: #fff;
}

.sponsors__face1 {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #000;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out;
}

.sponsors__item {
    border-left-color: #000;
}

.sponsors__item {
    border-top-color: #000;
}
.sponsors__item {
    border-right-color: #000;
}
.sponsors__content_bronze .sponsors__item{
/* border-left-color: #9c9c9c; */
                            }
.team-list>.grid {
width: 40%;
float: left;
list-style: none;
border: 1px solid #eee;
margin-bottom: 20px;
margin-right: 10px;
margin-left: 0px;
padding: 10px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
}

.samplepage .content h2 {
color: #fff;
}