.transition-timer-carousel .carousel-caption {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 4%, rgba(0,0,0,0.5) 32%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(4%,rgba(0,0,0,0.1)), color-stop(32%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	width: 100%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: left;
	padding-top: 5px;
	padding-left: 15%;
	padding-right: 15%;
}
.transition-timer-carousel .carousel-caption .carousel-caption-header {
	margin-top: 10px;
	font-size: 24px;
}

@media (min-width: 970px) {
    /* Lower the font size of the carousel caption header so that our caption
    doesn't take up the full image/slide on smaller screens */
	.transition-timer-carousel .carousel-caption .carousel-caption-header {
		font-size: 36px;
	}
}
.transition-timer-carousel .carousel-indicators {
	bottom: 0px;
	margin-bottom: 5px;
}
.transition-timer-carousel .carousel-control {
	z-index: 11;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar {
    height: 5px;
    background-color: #5cb85c;
    width: 0%;
    margin: -5px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar.animate{
    /* We make the transition time shorter to avoid the slide transitioning
    before the timer bar is "full" - change the 4.25s here to fit your
    carousel's transition time */
    -webkit-transition: width 4.25s linear;
	-moz-transition: width 4.25s linear;
	-o-transition: width 4.25s linear;
	transition: width 4.25s linear;
}


/* START SLIDESHOW */
.slideshow.owl-carousel .owl-stage{
    padding-top:150px;
}
.slide-item > div.innerwrap{
    padding:20px;
    border-radius:10px;
    height:324px;
    position:relative;
    background: #f9f4f4;
    background: -moz-linear-gradient(top, #f9f4f4 4%, #c0c0c0 100%);
    background: -webkit-linear-gradient(top, #f9f4f4 4%,#c0c0c0 100%);
    background: linear-gradient(to bottom, #f9f4f4 4%,#c0c0c0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f4f4', endColorstr='#c0c0c0',GradientType=0 );
}

.slide-item .text > h3{
    margin-top:15px;
    text-align:center;
    font-size: 20px;
    color:#278080;
}

.slide-item .price{
    overflow: hidden;
    position:absolute;
    width:100%;
    bottom:0;
    left:0;
    padding:15px 0;
    
    margin-right:15px;

}
.slide-item .price > button{
    padding:10px 15px;
    border-radius:5px;
    outline:none;
    box-shadow:none;
    border:transparent;
    cursor:pointer;
    margin:0 auto;
    display:block;
    background-color:#26ae61;
    color:#FFF;
    font-size:16px;
    opacity:0;
    transition:opacity .3s ease-in-out;
}


.slide-item .text > p{
    opacity:0;
    visibility:hidden;
    height:0;
    overflow:hidden;
    text-align:center;
    color: #FFF;
}


/* Animation init */
.slide-item > div.innerwrap > img
{

    -webkit-transition: transform 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
   -moz-transition: transform 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
     -o-transition: transform 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        transition: transform 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
   -moz-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
     -o-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
        transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
}
.slide-item .text > p,
.owl-item.active.center .text{
    
        -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
   -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
     -o-transition: all height 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
   -moz-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
     -o-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
        transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
}

/* class active center */
.owl-item.active.center > .slide-item > div.innerwrap{

    background: #26ae61;
    background: -moz-linear-gradient(top, #26ae61 0%, #0b4c56 100%);
    background: -webkit-linear-gradient(top, #26ae61 0%,#0b4c56 100%);
    background: linear-gradient(to bottom, #26ae61 0%,#0b4c56 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ae61', endColorstr='#0b4c56',GradientType=0 );
}

.owl-item.active.center .text, 
.owl-item.active.center .text > h3{
    color:#f9f4f4;
}

.owl-item.active.center > .slide-item > div.innerwrap > img{
    text-align: center;
    transform:translateY(-120px); 
}

.owl-item.active.center .text{
    transform:translateY(-120px);
}
.owl-item.active.center  .text > p{
    height:auto;
    visibility: visible;
    opacity:1;
}

.owl-item.active.center .text > h3{
      margin-bottom:10px; 
}

.owl-item.active.center .slide-item .price > button{
    opacity:1;
}

/* NAVIGASI */
.slideshow .owl-nav{
    text-align:center;
    padding:10px;
    
}
.slideshow .owl-nav *{
    font-size:28px !important;
    padding:5px;
}

/*badges*/
