body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	width: auto;
}
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.collapsible{
	padding: 10px 12px;
	font-size: 12px;
}
button#editavatar.collapsible:hover ,button#editavatar.collapsible1:active, button#editavatar.collapsible1: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: -5px 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;
    }
}
img.imgavatar{
	border-radius: 50%;
}

/* HIDE RADIO */
[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
  cursor: pointer;
}

/* 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;
	border-radius: 50%;
}
[type=radio] + img.imgavatar:hover{
	cursor: pointer;
	opacity: 1;
}
[type=radio] + img.imgavatar:focus, [type=radio] + img.imgavatar:active{
	opacity: 1;
}

/*================================================================================================================*/
.collapsible {
	float: left;
	text-decoration: none;
	cursor: pointer;
  	border: none;
  	outline: none;
	background: none;
}

.activecollapsible, .collapsible:hover {
  	color: #fff;
}
.collapsible:focus{
	color: #ffc60b;
}
.contentcollapsible {
	float: left;
	position: fixed;
	width: 245px;
	height: auto;
	margin-top: 50px;
	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;
}
.contentcollapsible:hover{
	opacity: 1;
}
@media(max-width: 600px){
    .contentcollapsible{
        margin-top: 50px;
        margin-left: 10px;
        opacity: 0.8;
        width: 235px;
    }
}
/*================================================================================================================*/
.collapsible1 {
	float: left;
	text-decoration: none;
	cursor: pointer;
  	border: none;
  	outline: none;
	background: none;
	color: #fff;
	padding: 10px 12px;
	font-size: 14px;
}

.activecollapsible1, .collapsible1:hover {
  	color: #ffc60b;
}
.collapsible1:focus{
	color: #ffc60b;
}
.contentcollapsible1 {
	overflow: auto;
	position: relative;
	max-width: auto;
	height: auto;
	margin-top: 0px;
	margin-left: 10px;
  	padding: 0;
  	max-height: 0;
  	float: left;
  	transition: max-height 0.6s ease-out;
  	background-color: #000;
	z-index: 100;
	border-radius: 10px;
}
.contentcollapsible1:hover{
	opacity: 1;
}
/*================================================================================================================*/
.fullscreen{
	overflow: hidden;
  left: 0px;
  top: 0px;
  position: absolute;
  height: 720px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media(max-width: 600px){
	.fullscreen{
		height: auto;
	}
}

/*================================================================================================================*/
.carousel2-cell{
	position: relative;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	max-height: 650px;
}
.carousel2-cell:before{
	display: block;
	content: '';
	text-align: center;
	font-size: 40px;
}
@media(width: 1366px){
	.carousel2-cell{
		max-height: 615px;
	}
}
@media(max-width: 600px){
	.carousel2-cell{
		width: 100%;
		height: 250px;
		margin-top: 48px;
	}
}
.imgcaro2 {
	position: relative;
	width: 100%;
	height: 730px;
	object-fit: cover;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 0;
	/*box-shadow: 4px 55px 32px -33px rgba(158,158,158,0.48);*/
}
@media(width: 1366px){
	.imgcaro2{
		max-height: 615px;
	}
}
@media(max-width: 600px){
	.imgcaro2{
		height: 250px;
		object-fit: cover;
	}
}
.flickity-button{
	margin-top: 0px;
	border-radius: 0;
	
}
@media(max-width: 600px){
	.flickity-button{
		opacity: 0;
	}
}
/*================================================================================================================*/
/*.shadowslider{
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	color: #fff;
	opacity: 0.3;
	box-shadow: 0px -100px 119px 77px rgba(0,0,0,0.7);
-webkit-box-shadow: 0px -100px 119px 77px rgba(0,0,0,0.7);
-moz-box-shadow: 0px -100px 119px 77px rgba(0,0,0,0.7);
}
@media(max-width: 600px){
	.shadowslider{
		height: 280px;
	}
}*/
.sinopsisdandeksripsislider{
	position: absolute;
	width: 50%;
	height: 380px;
	bottom: 0;
	left: 0;
	color: #fff;
}
@media(max-width: 600px){
	.sinopsisdandeksripsislider{
		width: 60%;
		height: 280px;
	}
}
.sinopsisslider{
	font-style: italic;
	float: left;
	position: absolute;
	font-weight: 800;
	font-size: 50px;
	margin-top: 100px;
	margin-left: 40px;
	padding: 0px 10px;
}
@media(max-width: 600px){
	.sinopsisslider{
		font-size: 18px;
		margin-top: 135px;
		margin-left: 5%;
	}
}
.deskripsislider{
	position: absolute;
	z-index: 11;
	float:left;
	font-size: 18px;
	font-weight: 500;
	margin-top: 160px;
	margin-left: 40px;
	padding: 0px 10px;
	overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 5; /* number of lines to show */
           line-clamp: 5; 
   -webkit-box-orient: vertical;
	line-height: 1.6;
}
@media(max-width: 600px){
	.deskripsislider{
		font-size: 11px;
		margin-top: 160px;
		margin-left: 5%;
	}
}
/*================================================================================================================*/
/*================================================================================================================*/
.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;
}
/*================================================================================================================*/
/*================================================================================================================*/
.lebarkonten{
	width: 1330px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 670px;
}
@media(width: 1366px){
	.lebarkonten{
		margin-top: 650px;
	}
}
@media(max-width: 600px){
	.lebarkonten{
		width: 100%;
		margin-top: 320px;
	}
}

.carousel-cell{
	position: absolute;
	z-index: 1;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 173px;
	height: 265px;
	margin-right: 15px;
	border-radius: 5px;
}
.carousel-cell:before{
	display: block;
	content: '';
	text-align: center;
	font-size: 40px;
}
@media(max-width: 600px){
	.carousel-cell{
		width: 30%;
		height: 210px;
		margin-top: 23px;
		margin-right: 10px;
		margin-bottom: 20px;
	}
}
.imgcaro {
	width: 173px;
	height: 230px;
	border-radius: 8px;
	object-fit: cover;
	/*box-shadow: 4px 55px 32px -33px rgba(158,158,158,0.48);*/
}
@media(max-width: 600px){
	.imgcaro{
		width: 100%;
		height: 180px;
		object-fit: cover;
	}
}
.flickity-button{
	margin-top: 0px;
	border-radius: 0;
}
@media(max-width: 600px){
	.flickity-button{
		margin-top: 30px;
		opacity: 0.5;
	}
}
button.flickity-button.flickity-prev-next-button.previous{
	margin-left: -15px;
	height: 90%;
	width: 35px;
	background: none;
	opacity: 0;
	border-radius: 0;
	color: #fff;
	transition: 0.5s;
}
button.flickity-button.flickity-prev-next-button.next{
	margin-right: -15px;
	height: 90%;
	width: 35px;
	background: none;
	opacity: 0;
	border-radius: 0;
	color: #fff;
	transition: 0.5s;
}

button.flickity-button.flickity-prev-next-button.next:hover, button.flickity-button.flickity-prev-next-button.previous:hover{
	opacity: 0.8;
	background: #000;
}
@media(max-width: 600px){
	button.flickity-button.flickity-prev-next-button.next, button.flickity-button.flickity-prev-next-button.previous{
		display: none;
	}
}

/*================================================================================================================*/
.carousel-cell .tooltiptext {
  	position: absolute;
    margin-top: -10px;
	margin-left: -9px;
	border-radius: 5px;
	top: 0;
    left: 0;
    width: 190px;
	height: 275px;
    border: #000 0px solid;
    padding: 0;
    z-index: 10;
    display: inline;
    opacity: 0;
    transition: 750ms all;
}
@media(max-width: 600px){
	.carousel-cell .tooltiptext{
		width: 108%;
		height: 220px;
		margin-left: -5px;
	}
}
.carousel-cell:hover .tooltiptext {
  	outline: none;
    text-decoration: none;
    font-size: 70%;
    color: #000;
    opacity: 1;
	transition-delay: 0.5s;
}
.imgtooltip{
	width: 100%;
	height: 275px;
	object-fit: cover;
	margin: 0;
	border-radius: 8px
}
@media(max-width: 600px){
	.imgtooltip{
		width: 100%;
		height: 220px;
	}
}
.sinopsisdandeskripsi{
	position: absolute;
  	bottom: 0;
  	left: 0;
	background: #ffc60b;
	opacity: 0.8;
	color: #000;
	width: 100%;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.sinopsis{
	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;
}
.deskripsi{
	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;
}
/*================================================================================================================*/
/*================================================================================================================*/
/*================================================================================================================*/
.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
	}
}
/*================================================================================================================*/
.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;
}
/*================================================================================================================*/
/*================================================================================================================*/