.custom-content ol {	
	font-weight: normal;	    	
  padding: 0;
  margin: 0;    
  list-style: decimal-leading-zero;	
	list-style-position: inside;
	color: #000000;	
}

.custom-content ol li {
	letter-spacing: 0.05em;
	font-weight: bold;	
	margin-top: 10px;  
}

.custom-content ul {	
	font-weight: normal;	    	
  padding: 0;
  margin: 0;   
  list-style: none;		
	color: #000000;	
}

.custom-content ul li {
	letter-spacing: 0.05em;
	font-weight: bold;	
	margin-top: 10px;  
}

.custom-content ul li:before {
	content: '- ';
  font-family: "Material Icons";    
  font-weight: 400;
  position: relative;
  top: 3px; 
}

.page-footer {
	/* rizal - background color */
	/* background: #3b3b3b; */	
	margin: 0px;
	padding: 10px;
}

.gallery-thumb {
	display: inline-block; 
	width:50%;
}

.gallery-thumb img {	
	width:100%;
}

@media (min-width: 768px) {
  .gallery-thumb {
		display: inline-block; 
		width:25%;
	}
}

.gallery-thumb-info {
	display:inline-block; 
	line-height: 32px;
}

.gallery-thumb-info figure {
	float: left; 
	font-size: 15px; 
	color: #000000; 
	margin-bottom: 10px;
}

.gallery-thumb-info span {
	font-size: 20px; 
	margin-left: 5px; 
	margin-right: 5px;
}

#playlist li {  
	height: auto;
  padding: 8px 15px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  font: 14px/20px 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333;
  position: relative;
}

.gallery-thumb5 {
	display: inline-block; 
	width:50%;
}

.gallery-thumb5 img {	
	width:100%;
}

@media (min-width: 768px) {
  .gallery-thumb5 {
		display: inline-block; 
		width:20%;
	}
}

@media (min-width: 992px) {
  .talent-menu {
  	visibility: visible;
	}
	
	.talent-menu-bottom {
  	visibility: hidden;
	}
}

@media (max-width: 992px) {
  .talent-menu {
  	visibility: hidden;
  	height: 0px;
	}
	
	.talent-menu-bottom {
  	visibility: visible;
	}
}

#accordion {
    position: fixed;
    bottom: 0;
    width: 100%;  
    margin-bottom: 0px;  
    z-index: 100;
}

.panel-default > .panel-heading{
    /* background: #00B4FF; */
}

.panel-heading {
    padding: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-title a {
    color: #000000;
    text-align: center;
    width: 100%;
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    font-family: Helvetica,Arial,sans-serif;
    outline: none;
}

.panel-title a:hover, .panel-title a:focus, .panel-title a:active {
    text-decoration: none;
    outline: none;
}

.icon2 {
	display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  margin-right: 5px;
  font-size: 10px;
}

/* new caraousel */

.skyblue {
  background: linear-gradient( rgba(0,0,0,0.5), rgba(0, 0, 0, 0.5) ), url(/media/index_images/all/6.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.deepskyblue {
  background: linear-gradient( rgba(0,0,0,0.5), rgba(0, 0, 0, 0.5) ), url(/media/index_images/all/7.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.darkerskyblue {
  background: linear-gradient( rgba(0,0,0,0.5), rgba(0, 0, 0, 0.5) ), url(/media/index_images/all/8.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel, .carousel-inner {
  height: 100%;
}

.carousel-indicators {
  /* bottom: 0; */
}

.carousel-control.right, .carousel-control.left {
  background-image: none;
}

.carousel .item {
  /*min-height: 400px;
  min-height: 100vh;
  */ 
  height: 100%;
  width: 100%;
}

.carousel-caption h3, .carousel .icon-container {
  background-color: #09c;
}

.carousel-caption button {
  background-color: #09c;
}
.carousel-caption h3 {
  padding: .5em;
}

@media (orientation:landscape) {
	.carousel {
		min-height: 350px;
		height: 80vh;
	}
	
	.carousel-caption {
	  bottom:25px;
	}
}

@media (orientation:portrait) {
	.carousel {
		height: 50vh;
	}
	
	.carousel-caption {
	  bottom:100px;
	}
}

.carousel-caption h1 {
  margin-bottom:25px;
}

.carousel .icon-container {
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
  padding: 1em;
  text-align: center;
  border-radius: 50%;
}

.carousel-caption button {
  border-color: #00bfff;
  margin-top: 1em;
}
.carousel-caption h3:first-child {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.carousel-caption button {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.carousel-caption div:first-child { 
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.carousel-caption div:nth-child(2) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.carousel-caption div:nth-child(3) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

/* .animated{
	animation-duration: .8s;
  animation-delay: .1s;
} */

.carousel-control {
	color: #000000;
	z-index: 10;
}

.page-footer a:link, .page-footer a:visited{
	color: #ffffff;
}

.video-swiper-container {
	height: 250px;
}

.instagram_gallery img {
  float: left;
  width: 16.6%;
  padding: 5px;
}

.multi-item-carousel{
  .carousel-inner{
    > .item{
      transition: 500ms ease-in-out left;
    }
    .active{
      &.left{
        left:-33%;
      }
      &.right{
        left:33%;
      }
    }
    .next{
      left: 33%;
    }
    .prev{
      left: -33%;
    }
    @media all and (transform-3d), (-webkit-transform-3d) {
      > .item{
        // use your favourite prefixer here
        transition: 500ms ease-in-out left;
        transition: 500ms ease-in-out all;
        backface-visibility: visible;
        transform: none!important;
      }
    }
  }
  .carouse-control{
    &.left, &.right{
      background-image: none;
    }
  }
}

/* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #000; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.img-fade-container {
  position: relative;
  width: 95%;
  background-color: black;
}
.img-fade {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.img-fade-middle {
  transition: .5s ease;
  opacity: 0; /* should be 0. 1 is for testing css only */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.img-fade-container:hover .img-fade {
  opacity: 0.5;
}

.img-fade-container:hover .img-fade-middle {
  opacity: 1;
}

.img-fade-text {
  color: white;
  font-size: 12px;
  position: absolute;
  bottom: 0px;
  padding: 10px;
  text-align: left;
}

.icon3 {
	font-style: normal; 
	font-size: 18px;
	margin-right: 15px;
	color: #8b8b8b;
}

.row-centered {
    text-align:center;
}

.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
    text-align: center;
}

.btnBottomNav {
	background-color: transparent;
	border-color: #444444;
	color: #444444;
}

.btnBottomNavDisable {
	background-color: transparent;
	border-color: #999999;
	color: #999999;
}

/*
.hide {
  display: none; 
}
*/

.bootboxicon {
  color: red;
  font-style: normal;
  font-size: 32px;  
  margin-right: 10px;
}

.bootboxcol {  
  display: table-cell;
  vertical-align: middle;
}