
.nivoSlider {
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.nivoSlider img {
    left: 0;
    max-width: none;
    position: absolute;
    top: 0;
}
.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}
.nivoSlider a.nivo-imageLink {
    background: none repeat scroll 0 0 white;
    border: 0 none;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6;
}
.nivo-slice {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 5;
}
.nivo-box {
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 5;
}
.nivo-box img {
    display: block;
}
.nivo-caption {
    background-color: #31393f;
    bottom: 15px;
    box-sizing: border-box;
    color: #fff;
    display: none;
    left: 15px;
    overflow: hidden;
    padding: 5px 10px;
    position: absolute;
    width: auto;
    z-index: 8;
}
.nivo-caption p {
    margin: 0;
    padding: 5px;
}
.nivo-caption a {
    display: inline !important;
}
.nivo-html-caption {
    display: none;
}
.nivo-caption h3 {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.nivo-directionNav a {
    cursor: pointer;
    z-index: 9;
}
.nivo-controlNav {
    padding: 15px 0;
    text-align: center;
}
.nivo-controlNav a {
    cursor: pointer;
}
.nivo-controlNav a.active {
    font-weight: bold;
}
.nivo-wrapper {
    position: relative;
    width: 100%;
}
.nivo-wrapper .nivo-directionNav {
    height: 110px;
    margin-top: -56px;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 50px;
    z-index: 20;
}
.nivo-wrapper .nivo-directionNav a {
    background-color: rgba(49, 57, 63, 0.5);
    display: block;
    float: left;
    height: 50px;
    transition: background-color 0.2s ease-in-out 0s;
    width: 50px;
}
.nivo-nextNav {
	background-image: url(../img/nivo-next-nav.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 2px;
	text-indent: -9999px;
}
.nivo-prevNav {
	background-image: url(../img/nivo-prev-nav.png);
	background-position: center center;
	background-repeat: no-repeat;
	right: 0;
	text-indent: -9999px;
}
.nivo-controlNav {
    padding: 0;
    position: relative;
    text-align: center;
    top: -20px;
    z-index: 10;
}
.nivo-controlNav a {
	border: 0 none;
	display: inline-block;
	height: 10px;
	margin: 0 2px;
	text-indent: -9999px;
	width: 10px;
	background-attachment: scroll;
	background-color: rgba;
	background-image: url(../img/bullets.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.nivo-controlNav a.active {
    background-position: 0 100%;
}
.slider-full {
    margin-bottom: 80px;
}
