/******************************************************
* #### jQuery-Youtube-Channels-Playlist v06 ####
* Coded by Ican Bachors 2014.
* https://github.com/bachors/jQuery-Youtube-Channels-Playlist
* Updates will be posted to this site.
******************************************************/

.ycp {
	font-family: "Roboto","Helvetica","Arial",sans-serif;
	font-size: 1em;
	color: #444;
	background: #000;
	display: block;
	width: 100%;
    /*height: 360px;*/
    /*max-height: 400px;*/
	box-shadow: 0 4px 4px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

.ycp,
.ycp .belah {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.ycp .belah {
	display: inline-block;
	vertical-align: top;
	height: 100%;
}

.ycp .belah:first-of-type {
	width: 65%;
}

.ycp .belah:last-of-type {
	width: 35%;
}

.ycp .belah .luhur {
	color: #fff;
	background: #222;
	display: block;
	width: 100%;
	height: 70px;
	box-sizing: border-box;
	padding: 10px;
	margin: 0;
    display: none;
}

.ycp .belah .handap {
	color: #ddd;
    background: #111;
    /* height: calc(100% - 70px); */
    height: 100%;
	padding: 0;
	overflow-y: auto;
	-moz-box-shadow: inset 0 0 10px #000;
	-webkit-box-shadow: inset 0 0 10px #000;
	box-shadow: inset 0 0 10px #000;
}

.ycp .belah .handap,
.ycp .belah .bingkay {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
}
.ycp .belah .handap {
    /*padding: 5px 0;*/
    padding: 5px 0;
    max-height: 320px;
}
@media screen and (max-width:940px) {
    .ycp .belah .handap {
        max-height: 430px;
    }
}

.ycp .belah .bingkay {
	height: 100%;
	border: 0;
}

.ycp .belah .luhur span.tombol {
	margin-right: 20px;
	color: silver;
}

.ycp .belah .luhur span.about {
	float: right;
	background: #111;
	padding: 2px;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
}

.ycp a {
	text-decoration: none;
	outline: 0;
}

.ycp a img {
	border: 0;
}

.ycp .belah.ycp_vid_play {
	cursor: pointer;
    background-position: center !important;
}

.ycp .belah.ycp_vid_play {
	position: relative;
	/*padding-top: 25px;*/
    padding-top: 0;
	/*padding-bottom: 51.5%;*/
    padding-bottom: 49%;
	height: 0;
}
.ycp .belah.ycp_vid_play iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.ycp .belah.ycp_vid_play a {
	/*background: #e52d27;*/
	/*width: 120px;*/
	/*height: 75px;*/
	display: block;
	/*border-radius: 10%;*/
	position: relative;
	/*top: calc(50% - 35px);*/
	/*left: calc(50% - 60px);*/
	text-align: center;
    background: rgba(0, 0, 0, 0.6);
    width: 70px;
    height: 50px;
    border-radius: 10px;
    /*top: calc(50%);*/
    margin-top: 30%;
    left: calc(50% - 30px);
}
.ycp .belah.ycp_vid_play:hover a {
    background: rgba(229, 45, 39, 0.90);
}

.ycp .belah.ycp_vid_play a::before {
	color: #fff;
	content: "\25B6";
	z-index: 100;
	font-size: 50px;
    line-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.ycp .belah .thumb {
	float: left;
	margin-right: 10px;
	position: relative;
	height: 61px;
}

.ycp .belah .thumb span {
	position: absolute;
	right: 2px;
	/*bottom: -2px;*/
	padding: 2px;
	/*background: #000;*/
	color: silver;
	/*font-size: .8em;*/
    bottom: 1px;
    background: rgba(0, 0, 0, 0.7);
    font-size: .7em;
}

.ycp .belah .play {
    margin: 0;
    padding: 5px 10px;
    display: block;
    overflow: hidden;
    height: 70px;
	*overflow: visible;
}

.ycp .belah .luhur div.title {
	color: #fff;
	border-bottom: 1px solid #111;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.ycp .belah .handap div.title {
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    font-size: 12px;
    height: 60px;
    position: relative;
}
.ycp .belah .handap div.title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    /*background-color: rgba(0, 0, 0, 0.41);*/
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

.ycp .belah span.mute,
.ycp .belah span.about a {
	color: #767676;
	font-size: .8em;
    display: none;
}

.ycp .belah .thumb img {
	width: 80px;
	height: 100%;
	/*border: 2px solid #000;*/
    border: 1px solid #555;
}

.ycp .belah .play:hover,
.ycp .belah .vid-active {
	background: #000;
}
.ycp .belah .vid-active .thumb img {
    border: 1px solid #f00;
}
.ycp .belah .luhur .vid-prev,
.ycp .belah .luhur .vid-next,
.ycp .belah .play {
	cursor: pointer;
    line-height: 1.1;
}
@media screen and (max-width:767px) {
	.ycp {
		/*height: 1000px;*/
        height: auto;
	}
	.ycp .belah,
	.ycp .belah:first-of-type,
	.ycp .belah:last-of-type {
		width: 100%;
		/*display: block;*/
	}
    .ycp .belah.ycp_vid_play a {
        margin-top: 20%;
    }
	.ycp .belah:first-of-type {/*height: 40%;*/}
	.ycp .belah:last-of-type {/*height: 60%;*/}
}