/* Style module event */
.panel-leave {
  width: 100%;
  height: 200px;
  background-color: #dddddd;
  border-radius:0 15px 0 15px;
  -moz-border-radius:0 15px 0 15px;
  -webkit-border-radius:0 15px 0 15px;
  border: 1px solid #cccccc;
  margin: 2px;
}
.panel-leave:hover {
}
.leave-left {
  width: 80px;
  height: 199px;
  text-align: center;
  padding: 5px;
  background-color: #ffffff;
  border-radius:0 0 0 15px;
  -moz-border-radius:0 0 0 15px;
  -webkit-border-radius:0 0 0 15px;
  border-bottom: 1px solid #cccccc;
  float: left;
}
.leave-right {
  width: 100%;
  height: 199px;        
  padding: 5px 0 0 100px;
}
.o-tgl {
  width: 68px;
  height: 70px;
  border: 1px solid #F9C158;
  margin: 0 10px 0 0;
}
.o-tgl-h{
  width: auto;
  height: 20px;
  background-color: #F9C158;
}
.o-tgl-b {
  font-size: 24px;
  line-height: 40px;
}
.btn-o {
  width: 50px;
  height: 10px;
  background-color: #000000;
  bottom: 0px;
  right: 0px;        
}
.pnl-dot {
  height: 300px;
  width: 100%;
  background-color: #dddddd;
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  line-height: 300px;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  border-color: #cccccc;
  border-style: dashed;
}
/*Style gallery*/
#imagerphoto {
  display: inline-block;
  width: 250px;
  margin: 0;
  padding: 10px;
}
#imagerphoto figure{
  overflow: hidden;
  position: relative;
}
#imagerphoto figure img{
  width: 100%;
  position: relative;
  display: block;
}
.efekphoto figure figcaption{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 209%;
  height: 0;
  background-color: #F8BF56;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transform : translate(-50%,-50%) rotate(45deg);
  -webkit-transform : translate(-50%,-50%) rotate(45deg);
  transform : translate(-50%,-50%) rotate(45deg);
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.efekphoto figure figcaption a{
  color: #fff;
}
.efekphoto figure figcaption span{
  position: absolute;
  font-family: fontAwesome;
  font-size: 32px;
  top: 50%;
  left: 50%;
  -moz-transform : translate(-50%,-50%) rotate(-45deg);
  -webkit-transform : translate(-50%,-50%) rotate(-45deg);
  transform : translate(-50%,-50%) rotate(-45deg);
}
.efekphoto figure:hover figcaption{
  -moz-opacity: 0.8;
  opacity: 0.8;
  height: 200%;
}
/*Style sosial media*/
.float-whatsapp, .float-facebook, .float-instagram{
    cursor:pointer;
    width:30px;
    height:30px;
    border-radius:50%;
    background:#F19E8E;
    text-align:center;
    position:fixed;
    bottom:2rem;
    z-index: 1000;
}
.float-whatsapp{
    right: 90px;
}
.float-instagram{
    right:125px;
}
.float-facebook{
    right:160px;
}
.float-whatsapp i, .float-facebook i, .float-instagram i{
    color: #FFFFFF;
    z-index:99;
    line-height:30px;
    font-size:16px;
}
.float-whatsapp .float-facebook .float-instagram:hover{
    background: #EF8C78;
    transition: ease-in-out .2s;
}

/*BANNER*/
.banner{
    position:relative;
    background:#222c34
}
.banner .slides{
    position:relative;
    z-index:99
}
.banner .slides li{
    position:relative
}
.flex-direction-nav{
    width:100%;
    float:left;
    height:100%;
    position:absolute;
    top:0;margin:0
}
.flex-direction-nav a{
    position:absolute;
    height:100%;
    text-indent:-9999px;
    width:36px;
    z-index:9999;
    height:48px;
    margin-top:-24px;
    top:50%;
    text-indent:-9999px;
    z-index:9999
}
.banner .flex-direction-nav a.flex-prev{
    background:transparent url(../img/home/slider/prev.png) no-repeat scroll left center;
    left:0;
    position:absolute
}
.banner .flex-direction-nav a.flex-next{
    position:absolute;
    background:url(../img/home/slider/next.png) no-repeat left center;
    right:0
}
.banner_caption{
    width:100%;
    float:left;
    height:auto;
    position:absolute;
    opacity:0;
    z-index:9999;
    transition:all .5s ease-in-out
    /*transition: width 1s;
    -webkit-transition: width 1s;*/
}
@media(max-width:767px){
    .banner_caption{
        display:none
    }
}
@media(min-width:768px){
    .banner_caption{
        padding:35px;
        bottom:13px
    }
}
@media(min-width:992px){
    .banner_caption{
        padding-left:30px;
        bottom:12px
    }
}
.item.active .banner_caption{
    opacity:1
}
#recommended-item-carousel .recommended-item-control{
    display:none;
    position:absolute;
    top:50%;
    margin-top:-24px;
    z-index:999
}
#recommended-item-carousel:hover .recommended-item-control{
    display:block
}
#recommended-item-carousel .recommended-item-control.left{
    left:0
}
#recommended-item-carousel .recommended-item-control.right{
    right:0
}
.caption_inner{
    width:595px;
    padding:25px;
    background:rgba(7,7,80,.74);
    position:relative;
    z-index:9999
}
.caption_inner h1{
    /*font-family:roboto slab,serif;*/
    font-weight:700;
    color:#fff;
    text-transform:uppercase
}
.caption_inner p{
    color:#fff
}
.caption_inner a{
    font-weight:700;
    text-decoration:none;
    text-transform:uppercase;
    display:inline-block;
    color:#fff!important;
    background:#49c32c;
    cursor:pointer
}
@media(min-width:768px){
    .caption_inner{
        padding:20px
    }
    .caption_inner h1{
        font-size:20px;
        margin:0 0 10px
    }
    .caption_inner p{
        line-height:21px;
        margin:0 0 15px
    }
    .caption_inner a{
        padding:8px 25px
    }
}
@media(min-width:992px){
    .caption_inner{
        padding:30px
    }
    .caption_inner h1{
        font-size:26px;
        margin:0 0 12px
    }
    .caption_inner p{
        line-height:24px;
        margin:0 0 30px
    }
    .caption_inner a{
        padding:12px 40px
    }
}


/* Start Parallax */
.parallax-window {
  min-height: 200px;
  background: transparent;
  margin-bottom: 50px;
}

.parallax-window h1 {
  padding-top: 40px;
}
/* End Parallax */

.btn {
  border-radius: 10px 10px 10px 0px;
}