.cycle-slideshow {
    width: 100%;
	z-index:10;
}

.cycle-slideshow img {
    width: 100%;
    height: auto
}

.cycle-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 2%;
    margin-left: 10%;
    margin-right: auto;
    max-width: 500px;
    text-align: center;
}
.cycle-caption p,
.cycle-caption h1,
.cycle-caption h2,
.cycle-caption h3,
.cycle-caption h4,
.cycle-caption h5,
.cycle-caption h6 {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4)!important;
	color:#fff!important;
	
text-transform: uppercase!important;

line-height: 1em!important;

text-align:left!important;

background-repeat: no-repeat;
background-position: left bottom;
}
.cycle-caption h2 {font-size: 3em!important;font-weight: 900!important;}
.cycle-caption h4 {font-size: 1.5em!important;font-weight: 400!important;}
.cycle-caption h2:after {
    content: '';
    display: flex;
    bottom: 10px;
    border-radius: 0px;
    background-color: #00aeef;
    height: 12px;
    width: 93px;
    justify-content: center;
    z-index: 1;
margin: 0;}
.cycle-caption .bannerbutton {padding:0 10px 0 0; display:inline-block; border-right:3px solid #fff;}
.cycle-caption .last {border:none;}

.cycle-prev {
    width: 37px;
    height: 60px;
    position: absolute;
    top: 45%;
    left: 1em;
    cursor: pointer;
}

.cycle-next {
    width: 37px;
    height: 60px;
    position: absolute;
    top: 45%;
    right: 1em;
    cursor: pointer;
}

.cycle-pager {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 10px;
    overflow: hidden;
}

.cycle-pager span {
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #ddd;
    cursor: pointer;
}

.cycle-pager span.cycle-pager-active {
    color: #404040;
}

.cycle-pager > * {
    cursor: pointer;
}

.cycle-link-hidden {
    display: none !important;
}

@media screen and (max-width: 600px) {
    .cycle-caption p {
        margin: 0;
    }

    .cycle-caption h2 {
        font-size: 30px;
    }

    .cycle-caption h4 {
        font-size: 16px;
    }

}
@media screen and (max-width: 450px) {
    .cycle-caption p {
        line-height: 0.8em;
    }
    .cycle-caption h2 {
        line-height: 1em;
        margin: 0;
    }
    .cycle-next,
    .cycle-prev {
        display: none;
    }
}
@media screen and (max-width: 360px) {
    .cycle-caption h2 {
        font-size: 20px;
    }

    .cycle-caption h4 {
        font-size: 12px;
    }
}

.disabledCycle2Block {
    min-height: 200px;
}
