.slider-shadow {
    /* background: rgba(51, 104, 198, .6); */
    background: rgba(0,0,0, .6);
    width: 100%;
    height: 100%;
    position: absolute;
    /* z-index: 99; */
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
@media( max-width: 575px ){
    .slider-shadow {
        display: none;
    }
}

.slider-wrapper {
    position: relative;
}
.slider-main {
    position: relative;
}
.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.nivoSlider img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
}
.nivo-main-image {
    display: block!important;
    position: relative!important;
    width: 100%}
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: #fff;
    filter: alpha(opacity=0);
    opacity: 0;
}
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}
.nivo-box img {
    display: block;
}
.nivo-html-caption {
    display: none;
}
.nivo-directionNav a {
    position: absolute;
    top: 50%;
    z-index: 9;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 999999;
}
a.nivo-prevNav {
    left: 8%;
    background-position: 5px 0!important;
}
a.nivo-nextNav {
    right: 8%;
    background-position: -17px 0!important;
}
.nivo-controlNav {
    padding: 15px 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9999;
    bottom: 50px;
    margin: 0 auto;
}
.nivo-controlNav a {
    cursor: pointer;
    border: 0 none;
    display: inline-block;
    height: 8px;
    margin: 0 4px;
    text-indent: -9999px;
    width: 8px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
}
.nivo-controlNav a.active {
    font-weight: 700;
    background-position: 0 -21px;
    position: relative;
    z-index: 9999;
}
.nivo-directionNav a {
    border: 0 none;
    display: block;
    height: 43px;
    text-indent: -9999px;
    transition: all .2s ease-in-out 0;
    width: 43px;
    background: url(../demos/laboratory/wp-content/themes/laboratory-pro/images/slide-nav.html) no-repeat left top;
}
.nivo-caption {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99;
    padding: 0;
    overflow: hidden;
    display: none;
    width: 100%;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    text-align: center;
}
.slide_info h2 {
    font-size: 38px;
    color: #fff;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.slide_info p {
    font: 300 18px/20px Roboto, sans-serif;
    margin-bottom: 15px;
    text-shadow: 0 1px 0 #4b4b4b;
}
.slide_info h2 a {
    color: #fff;
}
.theme-default .nivoSlider {
    position: relative;
    background: #efefef url(../demos/laboratory/wp-content/themes/laboratory-pro/images/bx_loader.html) no-repeat 50% 50%}
.theme-default .nivoSlider img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.theme-default .nivoSlider a {
    border: 0;
    display: block;
}
.theme-default .nivo-controlNav a {
    display: inline-block;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    border: 0;
    margin: 0 10px;
}
.theme-default .nivo-controlNav a.active {
    background-position: 0 -22px;
}
.theme-default .nivo-directionNav a {
    display: block;
    width: 22px;
    height: 40px;
    background: url(../demos/laboratory/wp-content/themes/laboratory-pro/images/arrows.html) no-repeat;
    text-indent: -9999px;
    border: 0;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: 0 0;
    margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}
.title span {
    display: block;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-family: Assistant;
    font-weight: 600;
    line-height: 30px;
}
.nivo-prevNav {
    left: 30px !important;
}
.nivo-nextNav {
    right: 30px !important;
}
.theme-default .nivo-controlNav a.active:before {
    width: 25px;
    height: 25px;
    content: "";
    background: 0 0;
    position: absolute;
    left: -10px;
    z-index: 9;
    border: solid 2px #fff;
    border-radius: 100%;
    top: -10px;
}