body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
}
a{
	text-decoration: none;
}
/*================================================================================================================================================================*/
/* width */
::-webkit-scrollbar {
  width: 10px;
  color: #ffc60b;
}

/* Track */
::-webkit-scrollbar-track {
  background: #141414; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ffc60b; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ffc60b; 
}

/*================================================================================================================================================================*/
/*================================================================================================================*/
/* header */

.header {
  	background-color: #000;
  	position: fixed;
  	width: 100%;
  	z-index: 2;
	top: 0;
	height: 65px;
	opacity: 0.95;
	box-shadow: 0px 50px 75px 22px rgba(0,0,0,0.78);
	-webkit-box-shadow: 0px 50px 75px 22px rgba(0,0,0,0.78);
	-moz-box-shadow: 0px 50px 75px 22px rgba(0,0,0,0.78);
}
@media(max-width: 600px){
	.header{
		width: 100%;
		height: 63px;
		box-shadow: 0px 50px 75px 22px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 50px 75px 22px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 50px 75px 22px rgba(0,0,0,0.4);
	}
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #000;
}

.header li a {
	text-align: center;
  display: block;
  padding: 14px 20px;
  text-decoration: none;
	font-weight: 400;
	color: #fff;
	margin-top: -7px;
}
@media(max-width: 600px){
	.header li a{
		text-align: left;
		padding: 20px 20px;
	}
}
.header li a:hover{
	color: #ffc60b;
	opacity: 0.8;
	
	
}
.header li a.active {
  border-bottom: 3px solid #353535;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
	
}

/* menu */

.header .menu {
	margin-right: 50px;
  	clear: both;
  	max-height: 0;
  	transition: max-height .2s ease-out;
}
@media(max-width: 600px){
	.header .menu{
		margin-right: 0;
	}
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}
@media(max-width: 600px){
	.header .menu-icon{
		margin-top: -1%;
	}
}

.header .menu-icon .navicon {
  background: #ffc60b;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #ffc60b;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 400px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .header li {
    float: left;
	  margin-top: 6px;
	  margin-left: 4px;
	  margin-right: 4px;
  }
  .header .menu {
    clear: none;
    float: left;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}
.headermenu{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
@media(max-width: 600px){
	.headermenu{
		width: auto;
		margin-top: 5px;
	}
}

.imgiconmenu
{
	margin-top: -4px;
	float: left;
	padding-top: 0px;
	padding-bottom: 5px;
	width: 130px; 
	height:auto; 
	margin-left: 11%;
	margin-right: 5px;
}
@media(max-width: 600px){
	.imgiconmenu{
		padding: 0;
		margin-left: 32%;
		margin-top: 0;
	}
}
.imgiconmenup{
	float: left;
	font-size: 18px;
	font-weight: 800;
	color: #353535;
	text-decoration: none;
	margin-top: 8px;
}
@media(max-width: 600px){
	.imgiconmenup{
		
	}
}

#masuk
{
	
	border: 0px solid #353535;	
}
#masuk a
{
	color: #353535;
}
/*================================================================================================================*/

@media(max-width: 600px){
	.searchmenu{
		width: 100%;
		margin-bottom: 5px;
		margin-left: -20px;
	}
}
.searchmenu{
	margin-left: 20px;
}
.searchmenu input[type=text]{
	width: 200px;
	height: 32px; 
	line-height: 31px;
	margin-top: 1px;
	padding-left: 10px;
	padding-right: 10px;
	float: none;
	border: none;
    text-align: left;
    margin: 0;
	background: #fff;
	color: #353535;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}
.searchmenu input[type=text]:active , .searchmenu input[type=text]:focus , .searchmenu input[type=text]:hover{
	outline: none;
}
@media(max-width: 600px){
	.searchmenu input[type=text]{
	    float: left;
		width: 75%;
		height: 39px;
		margin-top: 10px;
		margin-left: 0;
		margin-bottom: 30px;
	}
}
.searchmenu input[type=text]:focus{
	background: #fff;
	color: #353535;
}
.searchmenu button {
  float: right;
  height: 32px;
  padding: 5.5px 10px;
  margin-top: 0px;
  margin-right: 16px;
  background: #EBEBEB;
  font-size: 17px;
  border: none;
  cursor: pointer;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}
@media(max-width: 600px){
    #btnsearch{
        float: left;
        margin-top: 10px;
        margin-right: 30px;
        margin-bottom: 30px;
        height: 41px;
        width: 10%;
    }
}
/*@media(max-width: 600px){
	.searchmenu button{
		width: 11.5%;
		height: 42px;
		margin-top: 10px;
		margin-right: 20px;
		margin-left: 0;
	}
}*/
.searchmenu button:hover {
  background: #ccc;
}
/*================================================================================================================*/
button#editavatar.collapsible2{
	padding: 10px 12px;
	font-size: 12px;
}
button#editavatar.collapsible2:hover ,button#editavatar.collapsible2:active, button#editavatar.collapsible2:focus {
	color: #fff;
}
a#signout.signout{
	float: left;
	margin-top: 5px;
	display: inline-block; 
	color: #ffc60b;
	font-size: 14px;
	padding: 8px 10px;
	margin: 10px;
	border-radius: 5px;
	text-align: left;
	
	transition: 0.5s;
}
a#signout.signout:hover{
	background: #ffc60b;
	color: #000;
	cursor: pointer;
}
@media(max-width: 600px){
	a#signout.signout{
		padding: 6px 10px;
	}
}
p.editavatar{
	background: #000;
	color: #ffc60b;
	margin-top: -5px;
	padding: 8px 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	float: left;
	text-align: left;
}
p.editavatar:hover{
	background: #ffc60b;
	color: #000;
	transition: 0.5s;
	border-radius: 5px;
	cursor: pointer;
}
@media(max-width: 600px){
    p.editavatar{
        margin-top: -15px;
        padding: 6px 10px;
    }
}
img#imgback:hover{
	display: none;
}

.pilihavatar{
	float: right;
	margin: 0px 20px 10px 10px;
	border: none;
	background: #ffc60b;
	color: #000;
	padding: 5px 10px;
	border-radius: 5px;
	cursor: pointer;
}
.pilihavatar:hover{
	background: #141414;
	color: #ffc60b;
	transition: 0.5s;
}
@media(max-width: 600px){
    .pilihavatar{
        margin-bottom: 20px;
    }
}
.edit {
	float: right;
	margin-top: 3px;
	margin-right: 30px;
	width: auto;
    height: auto;
    position: relative;
    display: inline-block;
}
@media(max-width: 600px){
	.edit{
		
	}
}
@media(max-width: 600px){
    li#btnavatarpc{
        display: none;
    }
}
div#btnavatarhp, .edit2{
    display: none;
}
@media(max-width: 600px){
    div#btnavatarhp, .edit2{
        display: block;
        float: left;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        margin-left: 5px;
        margin-top: 15px;
    }
}

.edit .img-top {
	display: none;
    position: absolute;
    top: 0;
    left: 0;
	margin-top: 1px;
	margin-left: 4px;
    z-index: 6;
}

.baganavatar{
	margin: 8px;
	float: left;
	width: 230px;
	height: auto;
	max-height: 250px;
	margin-top: 0;
	overflow-x: hidden;
	overflow-y: auto;
}
@media(max-width: 600px){
    .baganavatar{
        margin-top: -5px;
        overflow-x: hidden;
	    overflow-y: auto;
    }
}

/*================================================================================================================*/
img#defimgavatar.defimgavatar{
	width: 30px;
	margin-top: -3px;
	border-radius: 50%;
}
@media(max-width: 600px){
    img#defimgavatar.defimgavatar{
        width: 35px;
        opacity: 0.95;
        margin-top: -1px;
    }
}

/* HIDE RADIO */
[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
  cursor: pointer;
}
img.imgavatar{
    border-radius: 50%;
}
/* CHECKED STYLES */
[type=radio]:checked + img.imgavatar {
  outline: 2px solid #ffc60b;
	border-radius: 50%;
	opacity: 1;
}


[type=radio] + img.imgavatar{
	float: left;
	margin: 5px 5px 10px 5px;
	width: 40px;
	height: 40px;
	opacity: 0.6;
}
[type=radio] + img.imgavatar:hover{
	cursor: pointer;
	opacity: 1;
}
[type=radio] + img.imgavatar:focus, [type=radio] + img.imgavatar:active{
	opacity: 1;
}

/*================================================================================================================*/
.collapsible2 {
	float: left;
	text-decoration: none;
	cursor: pointer;
  	border: none;
  	outline: none;
	background: none;
	
}

.activecollapsible2, .collapsible2:hover {
  	color: #fff;
}
.collapsible2:focus{
	color: #ffc60b;
}
.contentcollapsible2 {
	float: left;
	position: fixed;
	width: 245px;
	height: auto;
	margin-top: 48px;
	margin-left: 0px;
  	padding: 0;
  	max-height: 0;
  	overflow: hidden;
  	transition: max-height 0.6s ease-out;
  	background-color: #000;
	z-index: 100;
	border-radius: 10px;
	opacity: 0.8;
}
.contentcollapsible2:hover{
	opacity: 1;
}
@media(max-width: 600px){
    .contentcollapsible2{
        margin-top: 50px;
        margin-left: 10px;
        opacity: 0.8;
        height: auto;
        width: 235px;
    }
}
/*================================================================================================================*/
/*================================================================================================================*/
/*================================================================================================================*/

.lebarkonten{
	width: 1154px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	height: auto;
}
@media(width: 1366px){
	.lebarkonten{
		margin-top: 100px;	
	}
}
@media(max-width: 600px){
	.lebarkonten{
		width: 100%;
		margin-top: 80px;
	}
}
/*================================================================================================================*/
.judulfilter{
	float: left;
	color: #fff;
}
.pfilter{
	color: #ffc60b;
	font-weight: 600;
	margin-left: 8px;
}
.judulfilter1{
	float: left;
	color: #fff;
	margin-top: 15px;
	width: 93%;
}
/*================================================================================================================*/

/* This is to be able to center the content in the middle of the page; */
.container{
	float: left;
	width: 1226px;
	margin-right: auto;
	margin-left: 5px;
	margin-bottom: 10px;
	height: auto;
}
@media(max-width: 600px){
	.container{
		width: 100%;
	}
}

div label input {margin-right: 100px;}

.cat{
  	margin: 8px;
  	background-color: #111111;
  	border-radius: 4px;
  	overflow: hidden;
  	float: left;
}
.cat:hover{
	background: #ffc60b;
	transition: 0.8s;
	cursor: pointer;
}

.cat label {
  	float: left; 
	font-size: 16px;
	line-height: 2.6em;
  	width: 7em; 
	height: 3.0em;
}

.cat label span {
  	text-align: center;
  	padding: 3px 0;
  	display: block;
}

.cat label input {
  	position: absolute;
  	display: none;
  	color: #ffc60b !important;
}
/* selects all of the text within the input element and changes the color of the text */
.cat label input + span{
	color: #ffc60b;
}
/* This will declare how a selected input will look giving generic properties */
.cat input:checked + span {
	transition: 0.8s;
    color: #000; 
}
.cat input:hover + span {
	transition: 0.8s;
    color: #000; 
	cursor: pointer;
}



/*
This following statements selects each category individually that contains an input element that is a checkbox and is checked (or selected) and chabges the background color of the span element.
*/

.action input:checked + span{
	background-color: #ffc60b;
}
/*================================================================================================================*/
.backgroundfooter{
	margin-top: 50px;
	width: 96%;
	height: 170px;
	bottom: 0;
	left: 0;
	text-align: center;
}
@media(max-width: 600px){
	.backgroundfooter{
		margin-left: 2%;
	}
}

.footer{
	width: 1330px;
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
@media(max-width: 600px){
	.footer{
		width: 100%;
		font-size: 10px;
		line-height: 2;
	}
}
.footer a{
	text-decoration: none;
	color: #ffc60b;
	margin-right: 2%;
}
.footer a:hover{
	color: #fff;
}
@media(max-width: 600px){
	.footer a{
		
	}
}
@media(max-width: 600px){
	.footerlink2{
		margin-top: -10px;	
	}
}
@media(max-width: 600px){
	.footerlink3{
		margin-top: -5px;	
	}
}
.imgfooter{
	width: 130px;
}
/*================================================================================================================*/
/*================================================================================================================*/
button.collapsible{
	margin-left: 14px;
	margin-bottom: 20px;
}
@media(max-width: 600px){
	button.collapsible{
		margin-left: 10px;
	}
}
.collapsible {
	background: #000;
	margin-left: 4px;
  	color: #ffc60b;
  	cursor: pointer;
  	width: 7em;
	height: 3em;
  	border: none;
  	text-align: left;
  	outline: none;
  	font-size: 15px;
	font-weight: 600;
	background-color: #111111;
  	border-radius: 4px;
	padding-left: 20px;
	padding-right: 20px;
}


.active1, .collapsible:hover {
  	background-color: #ffc60b;
	color: #000;
	transition: 0.5s;
}

.collapsible:after {
  	content: '+';
  	color: #ffc60b;
  	font-weight: bold;
  	float: right;
}
.collapsible:hover::after{
	color: #000;
	transition: 0.5s;
}

.active1:after {
  	content: "-";
	margin-bottom: 5px;
	color: #000;
}

.contentcollapsible {
  	max-height: 0;
  	overflow: hidden;
  	transition: max-height 1s ease-out;
  	background-color: #000;
	width: 100%;
}
.contentcollapsible p, ul, li
{
	color: #ffc60b;
}
/*================================================================================================================*/
/*================================================================================================================*/
.judulkonten{
	font-weight: 700;
	font-size: 18px;
	margin-bottom: -5px;
	margin-left: 15px;
	color: #FFF;
}
@media(max-width: 600px){
	.judulkonten{
		margin-left: 2%;
	}
}
.judulfilm{
	font-weight: 600;
	font-size: 14px;
	margin-top: 0px;
	color: #FFF;
	overflow: hidden;
	display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;
}
@media(max-width: 600px){
	.judulfilm{
		font-size: 12px
	}
}
.tahun{
	font-size: 11px;
	margin-top: -12px;
	color: #969696;
}
@media(max-width: 600px){
	.tahun{
		font-size: 10px
	}
}
/*================================================================================================================*/
/*================================================================================================================*/
.featured{
	float: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	height: auto;
}
@media(max-width: 600px){
	.featured{
		width: 100%;
		margin-bottom: 30px;
	}
}
.featuredkonten{
	position: relative;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 173px;
	height: 265px;
	margin-left: 15px;
	border-radius: 5px;
	cursor: pointer;
}
@media(max-width: 600px){
	.featuredkonten{
		width: 30%;
		height: 210px;
		margin-top: 5%;
		margin-bottom: 0;
		margin-left: 2.5%;
	}
}
.featuredimage{
	width: 173px;
	height: 230px;
	border-radius: 8px;
	object-fit: cover;
}
@media(max-width: 600px){
	.featuredimage{
		width: 100%;
		height: 180px;
		object-fit: cover;
	}
}
/*================================================================================================================*/

.featured .featuredtooltip {
  	position: absolute;
    margin-top: -10px;
	margin-left: -9px;
	border-radius: 5px;
	top: 0;
    left: 0;
    width: 191px;
	height: 275px;
    border: #000 0px solid;
    padding: 0;
    z-index: 1;
    display: inline;
    opacity: 0;
    transition: 750ms all;
}
@media(max-width: 600px){
	.featured .featuredtooltip{
		width: 109%;
		height: 220px;
		margin-left: -5px;
	}
}
.featuredkonten:hover .featuredtooltip {
  outline: none;
    text-decoration: none;
    color: #000;
    opacity: 1;
	transition-delay: 0.5s;
}
.featuredimgtooltip{
	width: 100%;
	height: 275px;
	object-fit: cover;
	margin: 0;
	border-radius: 8px
}
@media(max-width: 600px){
	.featuredimgtooltip{
		width: 100%;
		height: 220px;
	}
}
.featuredsinopsisdandeskripsi{
	position: absolute;
  	bottom: 0;
  	left: 0;
	background: #ffc60b;
	width: 100%;
	opacity: 0.9;
	color: #000;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;	
}
.featuredsinopsis{
	font-weight: 600;
	font-size: 14px;
	margin-top: 5px;
	padding: 0px 10px;
	display: -webkit-box;
	overflow: hidden;
   	-webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1; 
	-webkit-box-orient: vertical;
}
.featureddeskripsi{
	z-index: 11;
	float:left;
	font-size: 12px;
	margin-top: -10px;
	padding: 0px 10px;
	overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 4; 
   -webkit-box-orient: vertical;
	line-height: 1.4;
}
/*================================================================================================================*/
.tombolreset{
	font-size: 16px;
	width: 7em;
	height: 3em;
	border-radius: 5px;
	cursor: pointer;
	background: #ffc60b;
	border: none;
	color: #000;
	margin-left: 8px;
	margin-right: 12px;
	margin-top: 6px;
	line-height: 2.6em;
	float: right;
}
.tombolreset:hover{
	background: #111111;
	color: #ffc60b;
	transition: 0.4s;
}
.tombolsubmit{
	float: right;
	font-size: 16px;
	width: 7em;
	height: 3em;
	border-radius: 5px;
	cursor: pointer;
	background: #ffc60b;
	border: none;
	color: #000;
	margin-top: 6px;
	line-height: 2.6em;
}
.tombolsubmit:hover{
	background: #111111;
	transition: 0.4s;
	color: #ffc60b;
}
/*================================================================================================================*/