@charset "utf-8";
/* CSS Document */

.htmleaf-container{
	margin: 0 auto; background:#f2f2f2;
	height:74px;
}


/**
 * Slider specific styles
 */

.slider {
    position: relative;
    width: 320px;
    margin: 0 auto 40px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.frame {
    position: relative;
   /* width: 270px;*/
    margin: 0 auto;
    /*font-size: 0;
    line-height: 0;*/
    overflow: hidden;
    white-space: nowrap;
	
}

.frame li {
    position: relative;
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    font-size: 15px;
    line-height:74px;
	height:74px;
}

.slides {
    display: inline-block;
}

/*.simple li {
	width:calc((100% - 40px ) / 4);
    margin-right: 10px;
}

.variablewidth li {
   width:calc((100% - 40px ) / 4);
    margin-right: 10px;

}

.multipleelements li, .multislides li, .ease li {
    width: 60px;
    margin-right: 10px;
}*/

.simple li:last-child,
.variablewidth li:last-child,
.multipleelements li:last-child,
.multislides li:last-child,
.ease li:last-child {
    margin-right: 0;
}

.prev, .next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    cursor: pointer;
}

.next {
    right: 0;
}

.prev {
    left: 0;
}

.next svg, .prev svg {
    width: 25px;
}

@media screen and (min-width: 640px ) {
    /**
     * Demo Page Styles
     */
    .examplecode, .frame {
        width: 90%;
    }

  
    /**
     * Slider specific styles
     */

    .slider {
        width:100%;
        margin: 0 auto 20px;
    }

    .simple li {
       width:100%;
    }

    .variablewidth li {
       width:330px;
        margin-right: 10px;
    }

    .multipleelements li, .multislides li, .ease li {
        width:330px;
        margin-right: 20px;
    }
}

@media screen and (min-width: 980px ) {
    /**
     * Demo Page Styles
     */

    .examplecode {
        width: 880px;
    }

    /**
     * Slider specific styles
     */

    .slider {
        width:100%;
        margin: 0 auto;
    }

    .frame {
        width:calc(100% - 70px); padding-left:20px;
    }

    .simple li {
        width: 880px;
    }

    .variablewidth li {
        width: 280px;
        margin-right: 10px;
    }

    .multipleelements li, .multislides li, .ease li {
       width:320px;
        margin-right: 20px;
    }
}


@media (min-width:1401px){
	.slider {
        width:100%;
        margin: 0 auto;
    }
	}


.js_slide a{ font-size:14px;}




@media screen and (max-width:1400px ) {
    /**
     * Demo Page Styles
     */

    .examplecode {
        width: 880px;
    }

    /**
     * Slider specific styles
     */

    .slider {
        width:100%;
        margin: 0 auto;
    }

  
    
}


@media screen and (max-width: 640px ) {
    /**
     * Demo Page Styles
     */
    .examplecode, .frame {
        width: 90%;
    }

  
    /**
     * Slider specific styles
     */

    .slider {
        width:100%;
        margin: 0 auto 20px;
    }

    .simple li {
       width:100%;
    }

    .variablewidth li {
       width:330px;
        margin-right: 10px;
    }

    .multipleelements li, .multislides li, .ease li {
        width:330px;
        margin-right: 20px;
    }
}


@media screen and (max-width:400px ){
	.js_slide a{ font-size:12px;}
	
	}








