.tiva-slideshow-wrapper {
    position: relative;
    overflow: hidden;
    z-index: 9;
}

/* Control Navigation */

.tiva-slideshow-wrapper .nivo-controlNav {
    font-size: 0px;
    position: absolute;
    bottom: 50px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 9;
    text-align: center;
    padding: 0;
}

.tiva-slideshow-wrapper .nivo-controlNav .nivo-control {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background-color: #ebebeb;
    border-radius: 50px;
    margin: 0px 4px;
    cursor: pointer;
    font-size: 0px;
}

.tiva-slideshow-wrapper .nivo-controlNav .nivo-control.active {
    background-color: #cfa15e;
}

/* Direction Navigation */

.tiva-slideshow-wrapper .nivo-directionNav a {
    display: block;
    width: 40px;
    height: 40px;
    background: url(arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.tiva-slideshow-wrapper:hover .nivo-directionNav a {
    opacity: 1;
    z-index: 99999;
}

.tiva-slideshow-wrapper a.nivo-nextNav {
    background-position: -40px 0;
    right: 15px;
}

.tiva-slideshow-wrapper a.nivo-prevNav {
    left: 15px;
}

/* Caption */

.tiva-slideshow-wrapper .tiva-caption {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 9999;
}

.tiva-slideshow-wrapper .nivoSlider .tiva-caption img {
    display: inline-block;
}

.tiva-slideshow-wrapper .nivo-caption h3 {
    margin: 10px 0;
    padding: 8px 0;
    text-transform: none;
    line-height: 1.1;
}

.tiva-slideshow-wrapper .nivo-caption p {
    margin: 10px 0;
    padding: 8px 0;
    line-height: 1.1;
}

.tiva-slideshow-wrapper .tiva-caption .very_large_white_150 {
    font-size: 150px;
    line-height: 150px;
    color: #FFF;
    margin: 20px 0;
    font-family: 'Playfair Display', serif;
}

.tiva-slideshow-wrapper .tiva-caption .very_large_white_100 {
    font-size: 100px;
    line-height: 100px;
    color: #FFF;
    margin: 20px 0;
    font-family: 'Playfair Display', serif;
}

.tiva-slideshow-wrapper .tiva-caption .medium_white_45 {
    font-size: 45px;
    line-height: 45px;
    color: #d5d7d1;
    font-family: 'Playfair Display', serif;
}

.tiva-slideshow-wrapper .tiva-caption .medium_40 {
    font-size: 40px;
    line-height: 40px;
    color: #896e4d;
    font-family: 'Playfair Display', serif;
}

.tiva-slideshow-wrapper .tiva-caption .very_large_50 {
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
    color: #8aa3aa;
    margin: 15px 0;
}

.tiva-slideshow-wrapper .tiva-caption .very_large_65 {
    font-size: 65px;
    font-weight: bold;
    line-height: 65px;
    color: #b49d37;
    margin: 15px 0;
    font-family: 'Playfair Display', serif;
}

.tiva-slideshow-wrapper .tiva-caption .very_large_65 .italic {
    font-style: italic;
    font-weight: normal;
}

.tiva-slideshow-wrapper .tiva-caption .very_large_white_70 {
    font-size: 70px;
    line-height: 70px;
    color: #FFF;
    margin: 20px 0 30px;
    font-family: 'Playfair Display', serif;
}

.tiva-slideshow-wrapper .tiva-caption .medium_20 {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #b49e37;
    padding-bottom: 15px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    position: relative;
}

.tiva-slideshow-wrapper .tiva-caption .medium_16 {
    font-size: 16px;
    line-height: 20px;
    color: #8aa3aa;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.tiva-slideshow-wrapper .tiva-caption .medium_20:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
}

.tiva-slideshow-wrapper .tiva-caption .medium_white_18 {
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    margin: 30px 0;
    text-align: center;
}

.tiva-slideshow-wrapper .tiva-caption .medium_white_16 span {
    background-color: #3a3854;
    background-color: rgba(58, 56, 84, 0.8);
    padding: 7px 15px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}

.tiva-slideshow-wrapper .tiva-caption .very_large_black_80 {
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
    color: #000;
    margin: 30px 0 20px;
}

.tiva-slideshow-wrapper .tiva-caption .very_large_white_80 {
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
    color: #fff;
}

.tiva-slideshow-wrapper .tiva-caption .very_medium_gray_24 {
    font-size: 24px;
    line-height: 24px;
    color: #999;
    margin-bottom: 40px;
}

.tiva-slideshow-wrapper .nivo-caption .top-bottom {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: none;
    animation-iteration-count: none;
}

.tiva-slideshow-wrapper .nivo-caption .top-bottom.normal {
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
}

.tiva-slideshow-wrapper .nivo-caption .top-bottom.slow {
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
}

.tiva-slideshow-wrapper .nivo-caption .bottom-top {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: none;
    animation-iteration-count: none;
}

.tiva-slideshow-wrapper .nivo-caption .bottom-top.normal {
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
}

.tiva-slideshow-wrapper .nivo-caption .bottom-top.slow {
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
}

.tiva-slideshow-wrapper .nivo-caption .left-right {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: none;
    animation-iteration-count: none;
}

.tiva-slideshow-wrapper .nivo-caption .left-right.normal {
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
}

.tiva-slideshow-wrapper .nivo-caption .left-right.slow {
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
}

.tiva-slideshow-wrapper .nivo-caption .right-left {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: none;
    animation-iteration-count: none;
}

.tiva-slideshow-wrapper .nivo-caption .right-left.normal {
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
}

.tiva-slideshow-wrapper .nivo-caption .right-left.slow {
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
}

.tiva-slideshow-wrapper .nivo-caption .roll {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: none;
    animation-iteration-count: none;
}

.tiva-slideshow-wrapper .nivo-caption .roll.normal {
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
}

.tiva-slideshow-wrapper .nivo-caption .roll.slow {
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
}

.tiva-slideshow-wrapper .nivo-caption .zoom {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: none;
    animation-iteration-count: none;
}

.tiva-slideshow-wrapper .nivo-caption .zoom.normal {
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
}

.tiva-slideshow-wrapper .nivo-caption .zoom.slow {
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
}

.tiva-slideshow-wrapper .nivo-caption .rotate {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: none;
    animation-iteration-count: none;
}

.tiva-slideshow-wrapper .nivo-caption .rotate.normal {
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
}

.tiva-slideshow-wrapper .nivo-caption .rotate.slow {
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
}

.tiva-slideshow-wrapper .nivo-caption .flip-x {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: none;
    animation-iteration-count: none;
}

.tiva-slideshow-wrapper .nivo-caption .flip-x.normal {
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
}

.tiva-slideshow-wrapper .nivo-caption .flip-x.slow {
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
}

.tiva-slideshow-wrapper .nivo-caption .flip-y {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: none;
    animation-iteration-count: none;
}

.tiva-slideshow-wrapper .nivo-caption .flip-y.normal {
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
}

.tiva-slideshow-wrapper .nivo-caption .flip-y.slow {
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
}