
.slider-wrapper {
    position: relative;
    margin: 0 0 20px;
}
.nivoSlider {
	position: relative;
	background-color: #fff;
}
.nivoSlider:before {
    content: "";
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;   
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-color: #444 transparent;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
    @-webkit-keyframes spin {
	to { transform: rotate(360deg); }
}
	@keyframes spin {
	to { transform: rotate(360deg); }
}
.nivoSlider a {
	display: block;
}

.nivo-directionNav a {
    position: absolute;
    top: auto; bottom: 0;
    width: 60px; height: 50px;
    background: rgba(136,136,136,.4);
    font-size: 0;
    transition: 0.3s ease;
}
.nivo-directionNav a:before {
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    text-align: center;
    text-indent: 0;
    font-family: 'pacific';
    font-size: 8px;
    line-height: 50px;
    color: #fff;
}
.nivo-directionNav a.nivo-prevNav {
	left: 0;
}
.nivo-directionNav a.nivo-prevNav:before {
    content: '\e902';
}
.nivo-directionNav a.nivo-nextNav {
	right: 0;
}
.nivo-directionNav a.nivo-nextNav:before {
    content: '\e901';
}
.nivo-directionNav a:hover {
    background: rgba(136,136,136,.7);
}

.nivo-controlNav {
    position: absolute;
	bottom: 12px;
    left: 60px;
    right: 60px;
    z-index: 10;
    padding: 0;
	text-align: center;
	font-size: 0;
}
.nivo-controlNav a {
	display: inline-block;
    position: relative;
    width: 30px;
    height: 4px;
    margin: 10px 2px;
    background-color: #dedede;
	font-size: 0;
}
.nivo-controlNav a:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px; right: 0;
    bottom: -10px; left: 0;
    background-color: transparent;
}
.nivo-controlNav a.active {
	background-color: #c09e6c;
}

.nivo-thumbs-enabled {
	/*display: none;*/ /*uncomment to hide thumbnails*/
	top: 0;
}
.nivo-thumbs-enabled a {
    width: 120px;
    height: auto;
    margin: 10px 5px 0;
    background-color: transparent;
}

.nivo-caption {
	/*display: none;*/ /*uncomment to hide caption*/
    top: 0;
    bottom: auto;
	z-index: 10;
    background-color: transparent;
    padding: 15px;
	text-align: center;
    font-size: 18px;
    color: #444;
}
.nivo-caption p {
	margin: 0;
	padding: 0;
}
.nivo-caption:empty {
	display: none !important;
}

.banner-box .slider-wrapper {
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
}
.banner-box .slider-wrapper img {
    position: absolute !important;
    top: 0; right: -999px;
    bottom: 0; left: -999px;
    width: auto !important;
    max-width: none;
    height: 100%;
    margin: auto;
}



@media all and (min-width: 1261px) {

    .category-boxes-layout-1 .slider-wrapper {
        position: absolute;
        top: 0; right: 0;
        bottom: 0; left: 20px;
    }
    .category-boxes-layout-1 .nivoSlider {
        position: absolute;
        top: 0; right: 0;
        bottom: 0; left: 0;
    }
    .category-boxes-layout-1 .nivoSlider img {
        position: absolute !important;
        width: auto !important;
        max-width: none !important;
        height: 100% !important;
    }
}


/* secondary slider on home page */

.home-page-categories-wrapper ~ .slider-wrapper {
    margin: 0 0 60px;
    padding-top: 20px;
}

@media all and (min-width: 1261px) {

    .home-page-categories-wrapper ~ .slider-wrapper {
        margin-bottom: 70px;
    }
}
@media all and (min-width: 1501px) {

    .home-page-categories-wrapper ~ .slider-wrapper {
        margin-bottom: 110px;
    }
}