/*  nivo slider css starts  */

.home-slider {
    position: relative;
}
.nivo-caption {
    padding: 0;
}
.slider-content {
    position: relative;
    z-index: 1;
}
.slider-content:after {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.title-container .slider-title {
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 30px 0;
    font-weight: 400;
}
.desc-layer {
    margin: auto auto 30px;
    width: 50%;
    padding: 0 !important;
}
.nivoSlider img,
.nivo-main-image {
    height: 100% !important;
}
.sbutton-link a {
    display: inline-block !important;
    margin-right: 20px;
}
/* slider buttons */

.slider-btn {
    background: #337ab7;
    border: 2px solid #337ab7;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    padding: 12px 40px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.slider-btn:hover,
.slider-btn:focus {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.slider-btn.btn-transparent {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.slider-btn.btn-transparent:hover,
.slider-btn.btn-transparent:focus {
    background: #337ab7;
    border-color: #337ab7;
}

/*  media query for mobile device to hide previous / next button - added by sagar */

@media only screen and (max-width: 767px) {
    .nivo-caption p,
    .sbutton-link,
    .nivo-directionNav a {
        display: none;
    }
}

/*  nivo slider css ends  */