.master-slider{
    -moz-transform:translate3d(0,0,1px);
}
.ms-staff-carousel{
    max-width:880px;
    overflow: hidden;
    margin: 25px auto;
    margin-top:20%;
    position: relative;
}

.ms-staff-carousel .ms-view{
    overflow:visible;
    background-color: transparent;
}

.ms-staff-carousel .ms-nav-prev,
.ms-staff-carousel .ms-nav-next {
    background: url(html/plugins/masterslider/arrows.png) white no-repeat -7px -57px;
    width: 35px;
    height: 40px;
    left: -35px;
    margin-top: -17px;
    box-shadow: 0px 1px 0px 0px rgb(190, 190, 190);
    position: absolute;
    top:50%;
    cursor: pointer;
}

.ms-staff-carousel .ms-nav-next {
    background-position: -6px -7px;
    right:-35px;
    left:auto;
}

.ms-staff-carousel .ms-staff-info{
    font-family: 'Lato', sans-serif;
    text-align: center;
    max-width: 600px;
    margin-top:30px;
    min-height:300px;
    color:#222222;
}

.ms-staff-carousel .ms-staff-info .email a{text-decoration: none; color:#3f95ab;}
.ms-staff-carousel .ms-staff-info.email,.ms-staff-info p {
    margin: 4px;
    font-size: 11pt;
}

.ms-staff-carousel .ms-staff-info .ms-socials {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 15px 0 0 0;
    text-shadow: none;
    zoom: 1;
    *display: inline;
}

.ms-staff-carousel .ms-staff-info .ms-socials li{
    float: left;
}
.ms-staff-carousel .ms-staff-info .ms-socials li a {
    text-indent: 9999px;
    width: 35px;
    height: 35px;
    background: url(html/plugins/masterslider/sicons.png);
    margin: 0 2px;
    display: block;
}

.ms-staff-carousel .ms-staff-info .ms-socials .ms-ico-tw a{background-position: 115px 0px;}
.ms-staff-carousel .ms-staff-info .ms-socials .ms-ico-gp a{background-position: 75px 0px;}
.ms-staff-carousel .ms-staff-info .ms-socials .ms-ico-yt a{background-position: 35px 0px;}

.ms-staff-carousel.ms-round .ms-slide-bgcont {
    border-radius: 5000px;
    border: solid 8px rgb(230, 230, 230);
    margin: 0 -8px;
}

.ms-staff-carousel.ms-round .ms-nav-prev,
.ms-staff-carousel.ms-round .ms-nav-next {
    background-color:transparent;
    box-shadow : none;
    left:-45px;
}

.ms-staff-carousel.ms-round .ms-nav-next {
    left:auto;
    right:-45px
}

.ms-info h3{
    color:white;
}
.ms-bullet{cursor:pointer;float: left;}
.ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 20px;
    right: 50%;
    width: 100px;
}

.ms-bullets.ms-dir-v {
    position: absolute;
    top:50%;
}

.ms-bullets.ms-dir-v .ms-bullet{
    float: none;
}
.ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%;
}

.ms-skin-minimal .ms-bullet{
    background:none;
    border-radius:0px;
    border:0px;
    background-image: url(../masterslider/images/bullet1.png);
    background-size: cover;
    width:20px;
    height:20px;
}

.ms-skin-minimal .ms-bullet-selected{
    background-image: url(../masterslider/images/bullet2.png);
}

.ms-slide .card .card-title{
    text-shadow: 0px 0px 10px #000;
}