.mc-hide-scrolls {
    overflow: hidden;
}

div.mc-image {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    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: slide 7s linear;
    -webkit-animation-play-state: play;
    animation: slide 7s linear;
    animation-play-state: play;
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    z-index: 0 !important;
    height: 100% !important;
}

.mc-old-browser .mc-image {
    overflow: hidden;
}

#maximage {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    background: #000;
}

.header-overlay #arrow_left, .header-overlay #arrow_right {
    height: 58px;
    width: 132px;
    position: absolute;
    bottom: 0;
    top: 2%;
    margin: auto;
    z-index: 2;
    opacity: 0.7;
    transition: all 0.5s;
    cursor: pointer;
}

.header-overlay #arrow_left {
    left: -60px;
}

.header-overlay #arrow_right {
    right: -140px;
}

.header-overlay:hover #arrow_left {
    left: 0;
}

.header-overlay:hover #arrow_right {
    right: -70px;
}

.header-overlay #arrow_left:hover, .header-overlay #arrow_right:hover {
    opacity: 1;
}

.header-overlay #arrow_left:active, .header-overlay #arrow_right:active {
    bottom: -1px;
}

#cycle-nav {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: auto;
    text-align: center;
    padding: 0 25px;
}

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

/*#cycle-nav ul li {*/
/*display: inline-block;*/
/*width: 33.3333%;*/
/*height: 20px;*/
/*border-radius: 100%;*/
/*padding: 0 10px;*/
/*}*/

/*#cycle-nav ul li a {*/
/*    position: relative;*/
/*    float: left;*/
/*    height: 10px;*/
/*    margin: 0 5px;*/
/*    width: 10px;*/
/*    border-radius: 50%;*/
/*    transition: all 0.5s;*/
/*    background: none;*/
/*    border: 1px solid #ff8c00;*/
/*}*/

#cycle-nav li{
    float: left;
    text-align: center;
    background: none;
    border: 1px solid #ff8c00;
    border-radius: 50%;
    margin: 0 5px;
    height: 10px;
    width: 10px;
    cursor: pointer;
    transition: all 0.5s;
}
#cycle-nav li.activeSlide, #cycle-nav li:hover{
    background-color: #ff8c00;
}