body {
    margin: 0;
}

.section.how-works{
    min-width:auto;
}
.section1{
position:relative;
width:100%;
height:100%;
}
.inning {
    max-width: 640px;
    margin: auto;
    clear: both;
    position: relative;
}
.clear{clear:both;}
.float-left{float:left;}
.inline{display:inline-block;}

.ui-page{
    text-align:center;
}

.inning img{
    width:100%;
}

.ui-page img.width-auto{
    width:auto;
}

.ui-body-c {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}

.cta {
    float: left;
    margin: 10px 0 20px 0;
    text-align: center;
    width: 100%;
}
.cta1{
    position: absolute;
    top: 67.9%;
    left: 13%;
    width: 36.3%;
}
.cta2{
    position: absolute;
    top: 67.9%;
    left: 50%;
    width: 36.3%;
}
.cta3{
    position: absolute;
    top: 84.9%;
    left: 50%;
    width: 36.3%;
    height: 7%;
}
.hero_login{
    position: absolute;
    top: 74.9%;
    left: 35%;
    width: 33.3%;
    height: 3%;
    z-index: 100;
}
/* Custom Style */
.scroller1 {
    clear: both;
    max-width: 1202px;
    position: relative;
    margin: auto;
}
.cycle-scroll {
    width: 100%;
}
.cycle-scroll .slide img.placeholder {
    visibility: hidden;
}
.cycle-scroll .slide img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.scroller1 .left{
    left: 3%;
}

.scroller1 .right{
    right: 3%;
}
.scroller1 .next, .scroller1 .prev{
    position: absolute;
    top: 32%;
    z-index: 100;
    cursor: pointer;
    max-width: 39px;
    width: 9%;
}
.container1{
    overflow:hidden;
}
.scroller1 .navi-scroll{
    float: left;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 100;
    bottom: 3%;
}

.scroller1 .navi-scroll a{
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: 0 3px;
    font-size: 0;
    border: solid 1px #fff;
    background-color: #fff;
    position: relative;
}

.scroller1 .navi-scroll a.activeSlide{
    border: solid 1px #000;
    background-color: #000;
}

.scroller1 .navi-scroll a.activeSlide:before{
    border:solid 1px #000;
}