﻿.pagespan {
    position: relative;
    float: left;
    width: 98%;
    margin-left: 1%;
    margin-top: 40px;
    margin-bottom: 0;
}

    .pagespan button, .pagespan button {
        background: transparent;
        border: 0;
        color: #fff;
        opacity: .5;
    }

        .pagespan button:hover, .pagespan button:hover {
            opacity: 1;
        }

        .pagespan button:disabled, .pagespan button:disabled {
            opacity: .2;
        }

    .pagespan .forward, .pagespan .backward {
        float: left;
        width: 100px;
        height: 280px;
    }

    .pagespan .forward {
        float: right;
    }

    .pagespan .frame {
        margin: 0 auto;
        width: 100%;
        max-width: 96%;
        /* height: 350px; */
        overflow: hidden;
        text-shadow: none;
    }

        .pagespan .frame ul {
            list-style: none;
            margin: 0;
            padding: 0;
            /* height: 316px; */
            margin-top: 19px;
            position: relative;
            float: left;
            margin-left: 0;
            transform: translateZ(0px) translateX(0px);
            font-size: 13px;
            font-family: arial;
            font-weight: 300;
            font-style: italic;
        }

            .pagespan .frame ul li {
                float: left;
                width: 391px;
                height: 100%;
                margin: 0;
                padding: 0;
                color: #2d2c2c;
                text-align: center;
                cursor: default;
                margin-right: 40px;
            }

                .pagespan .frame ul li img {
                    position: relative;
                    display: block;
                    margin: 0 auto;
                    width: 100%;
                    box-sizing: border-box;
                    /* border: 1px solid #bca93b; */
                    /* padding: 8px; */
                    transition: all .3s ease-out;
                    cursor: pointer;
                }

                .pagespan .frame ul li span {
                    position: relative;
                    float: left;
                    width: 100%;
                    text-align: center;
                    color: #000;
                    box-sizing: border-box;
                    padding-top: 26px;
                }

                .pagespan .frame ul li.active {
                    color: #fff;
                }

    .pagespan .scrollbar {
        margin: 0 auto;
        width: 70%;
        margin-left: 15%;
        height: 20px;
        line-height: 0;
        margin-top: 35px;
        margin-bottom: 35px;
        position: relative;
    }
 .pagespan .scrollbar:after {
       content:'';
       width: 100%;
       height: 2px;
       position: absolute;
       left: 0;
       top: 0;
       bottom: 0;
       margin: auto;
       z-index: 0;
       background-color: #fff;
    }
        .pagespan .scrollbar .handle {
            width: 95px !important;
            height: 100%;
            /* background: #f1b357; */
            cursor: -webkit-grab;
            position: relative;
            z-index: 1;
        }

            .pagespan .scrollbar .handle .mousearea {
                position: absolute;
                top: 0;
                left: 0;
                width: 95px;
                height: 95px;
                background-color: #000;
                border-radius: 50%;
                transition: all .3s ease-out;
            }

                .pagespan .scrollbar .handle .mousearea:hover {
                    -webkit-transform: scale(1.2);
                    transform: scale(1.2);
                }
                .pagespan .scrollbar .handle .mousearea:hover span {
                    -webkit-transform: scale(1);
                    transform: scale(1) !important;
                }

    .pagespan .pages {
        list-style: none;
        margin: 20px 0;
        padding: 0;
        text-align: center;
    }

        .pagespan .pages li {
            display: inline-block;
            width: 14px;
            height: 14px;
            margin: 0 4px;
            text-indent: -999px;
            border-radius: 10px;
            cursor: pointer;
            overflow: hidden;
            background: #fff;
            box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
        }

            .pagespan .pages li:hover {
                background: #aaa;
            }

            .pagespan .pages li.active {
                background: #666;
            }

    .pagespan .controls {
        margin: 50px 0 0;
        text-align: center;
    }

        .pagespan .controls .divider {
            display: inline-block;
            margin: 0 10px;
        }

        .pagespan .controls button {
            line-height: 32px;
            vertical-align: middle;
            font-family: Novecento, sans-serif;
        }

            .pagespan .controls button i {
                position: relative;
                top: -2px;
                margin: 5px;
                padding: 0;
                font-size: 32px;
                vertical-align: middle;
            }

.icon {
    width: 70px;
    height: 70px;
    padding: 15px;
    -webkit-transform-origin: center;
    transform-origin: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

svg {
    fill: #fff;
}
