/* 5 cached file css_71fd6dce044405ffe5cc875ba26256cb */
/** 
 * Everslider - Responsive jQuery Carousel Plugin
*/

.everslider {
    position: relative;
    width: 100%;
    overflow: hidden;
	padding-bottom:10px;
}

.everslider .es-slides {
	position: relative;
	width: 100000px;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-transform: translate3d(0,0,0);
}

.everslider .es-slides > li {
	position: relative;
	float: left;
	padding: 0!important;
    border: 0!important;
	width: 200px;
	height: 300px;
    margin: 0 10px 10px 0;
    cursor: default; 
	cursor: -webkit-grab; 
	cursor: -moz-grab;
	 -webkit-transform: translate3d(0,0,0);
}

.everslider.es-swipe-grab .es-slides > li {
	cursor: default; 
    cursor: -webkit-grabbing; 
    cursor: -moz-grabbing; 
}
.oval{
	width:150px;
	max-height:150px;
	overflow:hidden;
	border-radius:50%;
}
.everslider .es-slides img {
	width: 100%;
	max-width: none;
}


/* Preload */

.everslider {
	background-color:#ffffff;
	padding:20px 0px;
}

.everslider.es-slides-ready {
}

.es-slides {
	visibility: hidden;
}

.es-slides-ready .es-slides {
	visibility: visible;
}


/* Navigation */

.es-navigation a {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    padding: 7px;
    background-color: rgba(255,255,255,0.7);
}

.es-navigation .es-prev { left: 0 }
.es-navigation .es-next { right: 0 }

.es-navigation .es-first,
.es-navigation .es-last {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default;
}

.es-navigation a span {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
}

.es-navigation .es-prev span {
	background:url("//www.totalsuperfood.id/userfiles/9/0/63490/themes/restoracio/assets/arrows.png");
}

.es-navigation .es-next span {
	background:url("//www.totalsuperfood.id/userfiles/9/0/63490/themes/restoracio/assets/arrows.png");
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 
	-webkit-transform:rotate(180deg);
}

.es-navigation .es-prev span.alt-arrow {
	background:url("//www.totalsuperfood.id/userfiles/9/0/63490/themes/restoracio/assets/arrows.png");
	
}

.es-navigation .es-next span.alt-arrow {
	background:url("//www.totalsuperfood.id/userfiles/9/0/63490/themes/restoracio/assets/arrows.png");
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 
	-webkit-transform:rotate(180deg);
}

/* Pagination */

.es-pagination {
    position: absolute;
    left: 50%;
    bottom: 10px;
}

.es-pagination a {
    position: relative;
    right: 50%;
    float: left;
    width: 13px;
    height: 13px;
    overflow: hidden;
    margin: 0 5px 0;
    text-indent: -9999px;
}

.es-pagination .es-active {
}

/* Ticker */

.es-ticker {
	position: absolute;
    bottom: 0;
    right: 0;
	display:none;
}

.es-ticker a {
	display: block;
    padding: 7px;
    background: #eee;
}

.es-ticker a span {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
}

.es-ticker .es-play span {
}

.es-ticker .es-pause span {
}

/* Retina */
