/*! Version: 2.0.73 (12-Oct-2012) */
#maximage, #maximageinfo {
    width: 100%;
    overflow: hidden
}

#maximage, #maximageinfo, .mc-hide-scrolls, .mc-old-browser .mc-image {
    overflow: hidden
}

#cycle-nav li a, #maximage {
    position: relative;
    background: #fff
}

#maximage {
    height: 65vh !important;
    z-index: -1
}

#maximageinfo {
    position: relative;
    height: 70vh !important;
    background: #000
}

div.mc-image {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: 9s linear slide;
    -webkit-animation-play-state: play;
    animation: 9s linear slide;
    animation-play-state: play;
    height: 100% !important
}

#cycle-nav {
    position: absolute;
    right: 100px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 7
}

#cycle-nav ul {
    list-style-type: none;
    padding: 0;
    margin: auto;
    display: inline-block
}

#cycle-nav li {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    float: none;
    text-align: center
}

#cycle-nav li a {
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
    margin: 4px;
    color: #fff
}

#cycle-nav li.activeSlide {
    border: 1px solid #fff
}
