.staff-members {
    padding: 20px 0 0;
}
.staff-members .col {
    margin: 0 10px 20px;
}
.staff-members .text-boxes:last-child {
    margin-bottom: 0;
}
.staff-members .member.active a {
    display: block;
    border: 1px solid rgba(237,31,85,.7);
}
.staff-members .member img {
    width: 100%;
    height: 100%;
}
.staff-members .member.active .name {
    background: rgba(237,31,85,.7);
}
.text-boxes {
    display: none;
    position: relative;
    clear: both;
    /*
    margin: 0 -9999px;
    padding: 0 9999px;
    */
    background: #333;
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
    padding-bottom: 40px;
}
.text-boxes .text-box {
    width: 85%;
    margin: 0 auto;
    max-width: 700px;
    padding: 0;
}
.text-boxes .member-group {
    font-family: 'Fjalla One', sans-serif;
    color: #818181;
    font-size: 18px;
    text-transform: uppercase;
    font-size: 24px;
}
.text-boxes h3 {
    margin-bottom: 10px;
}
.text-boxes p {
}
.text-controls {
    display: block;
    position: relative;
    z-index: 2;
    text-align: right;
    padding: 16px 10px 4px;
    margin: 0 auto;
}
.text-controls a {
    width: 41px;
    height: 41px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: 9em;
    overflow: hidden;
    margin-left: 10px;
}
.text-boxes-prev {
    background-image: url(../img/about/leftarrow_gray.svg);
}
.text-boxes-next {
    background-image: url(../img/about/rightarrow_gray.svg);
}
.text-boxes-close {
    background-image: url(../img/about/close_gray.svg);
}
@media screen and (min-width: 768px){
    .text-boxes-prev:hover {
        background-image: url(../img/about/leftarrow_red.svg);
    }
    .text-boxes-next:hover {
        background-image: url(../img/about/rightarrow_red.svg);
    }
    .text-boxes-close:hover {
        background-image: url(../img/about/close_red.svg);
    }
}
.social-icons {
    line-height: 25px;
    height: 25px;
    margin-top: 10px;
}
.social-icons span {
    float: left;
    font-family: 'Fjalla One', sans-serif;
    color: #818181;
    font-size: 18px;
    margin-right: 10px;
    text-transform: uppercase;
}
.social-icons a {
    float: left;
    height: 25px;
    margin-right: 5px;
}
.social-icons .icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}
.icon-twitter {
    background-image: url(../img/header/twitter_white.svg);
    width: 25px;
    height: 25px;
}
.icon-facebook {
    background-image: url(../img/header/facebook_white.svg);
    width: 25px;
    height: 25px;
}
.filter-options li.active {
    background: #fff;
    color: #ED1F55;
}
.our-holder {
    margin: 10px auto 30px;
    padding: 0;
}
.sw-player {
    position: relative;
}
.sw-player .icon-palyer {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    top: 0;
    left: 0;
}

.video-slider li > a.sw-video {
    display: block;
    background: #1b1b1b;
    padding-bottom: 8px;
}
.video-slider li img {
    margin-bottom: 8px;
    width: 100%;
    height: auto;
}
.video-slider li .title {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 24px;     /* fallback */
   max-height: 48px;      /* fallback */
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
   height: auto;
   padding: 0 8px;
}
.video-slider ul.slides li {
}
.video-slider ul.slides li:hover {
    border-color: transparent;
}
.video-slider ul.slides li.active {
    border: 1px solid #ED1F55;
}
.video-slider ul.slides li.active .top {
    opacity: 1;
    filter: alpha(opacity=100);
}
.video-slider ul.slides li:hover .top {

}