.rollIndex {
    width: 100%;
    height: 600px;
    padding: 0;
    box-sizing: content-box
}

@media only screen and (max-width: 800px) {
    .rollIndex {
        height: 500px
    }
}

@media only screen and (max-width: 480px) {
    .rollIndex {
        height: 360px
    }
}

div[data-xox='XOXRoll'] {
    width: 100%;
    height: inherit;
    overflow: hidden;
    position: relative;
    box-sizing: content-box
}

div[data-xox='XOXRoll'].outside {
    padding-bottom: 40px
}

div[data-xox='XOXRoll'] .scrollBox {
    width: inherit;
    height: inherit;
    overflow: hidden
}

div[data-xox='XOXRoll'] .scrollBox ul {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit;
    position: relative;
    list-style: none;
    overflow: hidden
}

div[data-xox='XOXRoll'] .scrollBox ul li {
    top: 0;
    left: 0;
    width: inherit;
    overflow: hidden;
    height: inherit;
    display: block;
    position: absolute
}

div[data-xox='XOXRoll'] .scrollBox ul li div.img {
    height: inherit;
    width: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

div[data-xox='XOXRoll'] .scrollBox ul li div.text {
    top: 0;
    left: 0;
    color: white;
    display: table;
    width: inherit;
    height: inherit;
    text-align: center;
    position: absolute
}

div[data-xox='XOXRoll'] .scrollBox ul li div.text .bott {
    width: inherit;
    height: inherit;
    text-align: center;
    display: table-cell;
    vertical-align: middle
}

div[data-xox='XOXRoll'] .scrollBox ul li div.info {
    top: 0;
    left: 0;
    height: auto;
    display: table;
    width: inherit;
    visibility: hidden;
    position: absolute
}

div[data-xox='XOXRoll'] .scrollBox ul li div.info .desc {
    font-weight: 100;
    font-size: 90%;
    padding: 10px;
    color: white;
    position: relative;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2)
}

div[data-xox='XOXRoll'] .scrollBox ul li div.mask {
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    position: absolute
}

div[data-xox='XOXRoll'] .scrollBox ul li .loader {
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    position: absolute;
    background-color: transparent
}

div[data-xox='XOXRoll'] .scrollBox ul li .loader svg {
    position: absolute;
    top: calc((100% / 2) - 19px)
}

div[data-xox='XOXRoll'] .scrollBox .navLeft, div[data-xox='XOXRoll'] .scrollBox .navRight {
    top: 0;
    position: absolute;
    height: inherit;
    display: table
}

div[data-xox='XOXRoll'] .scrollBox .navLeft span, div[data-xox='XOXRoll'] .scrollBox .navRight span {
    padding: 0 20px;
    cursor: pointer;
    color: #fff;
    font-size: 200%;
    display: table-cell;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(50, 50, 50, 0.3);
    opacity: .5
}

div[data-xox='XOXRoll'] .scrollBox .navLeft span:hover, div[data-xox='XOXRoll'] .scrollBox .navRight span:hover {
    opacity: 1;
    padding: 0 25px
}

div[data-xox='XOXRoll'] .scrollBox .navLeft {
    left: 0
}

div[data-xox='XOXRoll'] .scrollBox .navLeft span {
    width: 25px;
    background-image: url(../img/nav-left.png)
}

div[data-xox='XOXRoll'] .scrollBox .navRight {
    right: 0
}

div[data-xox='XOXRoll'] .scrollBox .navRight span {
    width: 25px;
    background-image: url(../img/nav-right.png)
}

div[data-xox='XOXRoll'] .scrollBox .navBottom {
    position: absolute;
    bottom: 14px;
    width: inherit;
    text-align: center;
    left: 0
}

div[data-xox='XOXRoll'] .scrollBox .navBottom span {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 5px;
    border: #373737 solid 1px;
    background-color: rgba(255, 255, 255, 0.2)
}

div[data-xox='XOXRoll'] .scrollBox .navBottom span:hover {
    background-color: rgba(255, 255, 255, 0.6)
}

div[data-xox='XOXRoll'] .scrollBox .navBottom span.active {
    background-color: rgba(255, 255, 255, 0.9)
}

div[data-xox='XOXRoll'] .scrollBox .progress {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    position: absolute;
    background-color: transparent
}

div[data-xox='XOXRoll'] .scrollBox .progress .bar {
    width: 0;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2)
}

div[data-xox='XOXRoll'] .scrollBox ul li div.text:hover .bott h2 {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2), -1px -1px 0 rgba(0, 0, 0, 0.2), -1px 1px 0 rgba(0, 0, 0, 0.2), 1px -1px 0 rgba(0, 0, 0, 0.2), 0 0 30px rgba(0, 0, 0, 0.8)
}

div[data-xox='XOXRoll'] .scrollBox ul li div.text .bott h2 {
    text-transform: uppercase;
    font-size: 100%
}

div[data-xox='XOXRoll'] .scrollBox ul li div.text .bott h2 span.t-1 {
    font-size: 600%;
    font-weight: 600;
    color: rgb(255, 173, 0);
    display: block;
    margin-bottom: 7.333333333333333px
}

div[data-xox='XOXRoll'] .scrollBox ul li div.text .bott h2 span.t-2 {
    font-size: 200%;
    font-weight: 100;
    color: #fff;
    display: block;
    margin-bottom: 7.333333333333333px
}


div[data-xox='XOXRoll'] .scrollBox ul li div.text .bott h2 span.t-3 {
    font-size: 300%;
    font-weight: 200;
    color: #fff;
    display: block;
    margin-bottom: 7.333333333333333px
}


div[data-xox='XOXRoll'] .scrollBox ul li div.text:hover .bott a {
    background-color: rgba(0, 0, 0, 0.4)
}

div[data-xox='XOXRoll'] .scrollBox ul li div.text .bott a {
    margin-top: 22px;
    padding: 11px 22px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 2.2px;
    -moz-border-radius: 2.2px;
    border-radius: 2.2px
}

div[data-xox='XOXRoll'] .scrollBox ul li div.text .bott a:hover {
    background-color: rgba(0, 0, 0, 0.8)
}

div[data-xox='XOXRoll'] .scrollBox ul li div.text .bott a .fa {
    display: none
}

div[data-xox='XOXRoll'] .scrollBox ul li div.mask {
    background-color: rgba(0, 0, 0, 0.4)
}

div[data-xox='XOXRoll'] .scrollBox ul li div.mask.fade {
    background-color: rgba(0, 0, 0, 0)
}

@media only screen and (max-width: 480px) {
    div[data-xox='XOXRoll'] .scrollBox ul li div.text .bott h2 {
        text-transform: uppercase;
        font-size: 100%
    }
}
