.nivoSlider {
    position: relative;
    width: 100%;
    height: var(--aalto);
    overflow: hidden
}

.nivoSlider figure {
    height: var(--aalto)
}

.nivoSlider img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none
}

.nivo-main-image {
    display: block!important;
    position: relative!important;
    width: 100%!important
}

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--aalto);
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: #fff;
    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-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 10px 10px;
    overflow: hidden;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: normal 30px/30px "BebasNeue","arial","Georgia",serif;
	background:var(--bgtransp);
    height: 100%
}

.nivo-caption p {
    padding: 5px 0;
    margin: 0
}

.nivo-caption a {
    display: inline!important
}

.nivo-html-caption {
    display: none
}

.nivo-directionNav span {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer
}

.nivo-prevNav {
    left: 0
}

.nivo-nextNav {
    right: 0
}

.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
    z-index: 99
}

.nivo-controlNav span {
    cursor: pointer
}

.nivo-controlNav span.active {
    font-weight: 400
}

.slider-progress {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    height: 5px;
    -webkit-animation: timebar 5000ms ease-in-out;
    -moz-animation: timebar 5000ms ease-in-out;
    -ms-animation: timebar 5000ms ease-in-out;
    animation: timebar 5000ms ease-in-out;
    opacity: .8
}

.default .nivoSlider {
    position: relative
}

.default .nivoSlider img {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.default .nivoSlider a {
    border: 0;
    display: block
}

.default .nivo-controlNav {
    text-align: center;
    padding: 0;
    position: absolute;
    left: 47%;
    bottom: 10px
}

.default .nivo-controlNav a {
    width: 15px;
    height: 15px;
    display: inline-block;
    text-indent: -9999px;
    background: rgba(255,255,255,.5);
    margin: 0 3px 0 3px;
    border-radius: 10%
}

.default .nivo-controlNav a.active {
    background: #e56c19
}

.default .nivo-directionNav span {
    background: transparent;
    color: #fff;
    font-size: 40px;
    height: 40px;
    line-height: 1;
    text-align: center;
    width: 60px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.default:hover .nivo-directionNav span {
    opacity: 1
}

.default a.nivo-nextNav {
    right: 10px
}

.default a.nivo-prevNav {
    left: 10px
}

.default a.nivo-nextNav:hover,.default a.nivo-prevNav:hover {
    color: #ddd
}

.default {
    font-family: Helvetica,Arial,sans-serif
}

.default .nivo-caption a {
    color: #fff;
    border-bottom: 1px dotted #fff
}

.default .nivo-caption a:hover {
    color: #000
}

.default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%
}

.default .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px
}

.default .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto
}

@media only screen and (min-width: 768px) and (max-width:979px) {
    .nivo-caption {
        font:normal 25px/25px "BebasNeue","arial","Georgia",serif
    }
}

@media only screen and (max-width: 767px) {
    .default .nivo-controlNav {
        display:none
    }

    .nivo-caption {
        font: normal 20px/20px "BebasNeue","arial","Georgia",serif
    }
}

@media only screen and (max-width: 579px) {
    .nivo-caption {
        display:none
    }
}