body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
}
/*================================================================================================================*/
/* 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;
    }
}

/*================================================================================================================*/
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: 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;
}
.contentcollapsible2:hover{
	opacity: 1;
}
@media(max-width: 600px){
    .contentcollapsible2{
        margin-top: 50px;
        margin-left: 10px;
        opacity: 0.8;
        height: auto;
        width: 235px;
    }
}
/*================================================================================================================*/
/*================================================================================================================*/
.lebarkonten{
	width: 1330px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 65px;
}
@media(max-width: 600px){
	.lebarkonten{
		width: 100%;
		margin-top: 63px;
	}
}
/*================================================================================================================*/
.konteneriframe{
	position: relative;
	border:none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 490px;
	max-height: 550px;
}
.blockershare{
	width: 80px;
	height: 80px;
	position: absolute; 
	opacity: 0; 
	right: 0px; 
	top: 0px;
}
.videoiframe{
	border:none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 490px;
	max-height: 550px;
}
@media(max-width: 600px){
	.videoiframe, .konteneriframe{
		min-height: 250px;
	}
}
@media(width: 1366px){
	.videoiframe{
		max-height: 450px;
	}
}

@media(width: 1920px){
	.videoiframe{
		max-height: 700px;
	}
}
/*================================================================================================================*/
.videotop{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-height: 550px;
	box-shadow: 0px 0px 10px #000000;
}
@media(width: 1366px){
	.videotop{
		max-height: 450px;
	}
}
@media(width: 1920px){
	.videotop{
		max-height: 700px;
	}
}
/*================================================================================================================*/
.divjudulfilm{
	width: 40%;
	height: 200px;
	color: #fff;
	text-align: left;
	margin-bottom: 15px;
}
@media(max-width: 600px){
	.divjudulfilm{
		width: 94%;
		margin-left: 3%;
		margin-bottom: 0;
	}
}
.judulfilm{
	margin-left: 15px;
	font-weight: 600;
	overflow: hidden;
   	-webkit-line-clamp: 2; /* number of lines to show */
        line-clamp: 2; 
	-webkit-box-orient: vertical;
}
@media(max-width: 600px){
	.judulfilm{
		margin-left:0;
		font-size: 18px;
		font-weight: 700;
	}	
}
.tahunseasonnegara{
	font-weight: 400;
	font-size: 18px;
	margin-left: 15px;
}
@media(max-width: 600px){
	.tahunseasonnegara{
		margin-left: 0;
		font-size: 14px;
		font-weight: 700;
	}
}
.deskripsifilm{
	font-size: 14px;
	margin-left: 15px;
	overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 5; /* number of lines to show */
           line-clamp: 5; 
   -webkit-box-orient: vertical;
	text-align: justify;
	line-height: 1.6;
}
@media(max-width: 600px){
	.deskripsifilm{
		margin-left:0;
		font-size: 12px;
		font-weight: 300;
	}
}
/*================================================================================================================*/
.tab {
  overflow: hidden;
  border: 0px solid #ccc;
  background-color: #000;
	color: #fff;
	margin-top: 30px;
}
@media(max-width: 600px){
	.tab{
		margin-left: 0;
	}
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 16px;
	color: #909090;
	font-weight: 600;
}
@media(max-width: 600px){
	.tab button{
		margin-left: 3%;
		margin-right: 6%;
		padding: 14px 0;
		font-size: 14px;
		font-weight: 700;
	}
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #000;
	color: #fff;
}

/* Create an active/current tablink class */

.tab button.active {
	color: #ffc60b;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
	color: #fff;
}
@media(max-width: 600px){
	.tabcontent{
		width: 93%;
	}
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
/*================================================================================================================*/
.tab1 {
  overflow: hidden;
  border: 0px solid #ccc;
  background-color: #000;
	color: #fff;
	margin-left: -16px;
	margin-bottom: 20px;
	margin-top: -5px;
}
@media(max-width: 600px){
	.tab1{
		margin-left: 0;
		margin-top: -5px;
		margin-bottom: 18px;
	}
}

/* Style the buttons inside the tab */
.tab1 button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 16px;
	color: #909090;
	font-weight: 600;
}
@media(max-width: 600px){
	.tab1 button{
		padding: 14px 0;
		overflow-x: auto;
		margin-right: 10%;
		font-size: 14px;
		font-weight: 700;
	}
}

/* Change background color of buttons on hover */
.tab1 button:hover {
  background-color: #000;
	color: #fff;
}

/* Create an active/current tablink class */
.tab1 button.active1 {
	color: #ffc60b;
}

/* Style the tab content */
.tabcontent1 {
	margin-top: -10px;
	margin-left: -14px;
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
	color: #fff;
}
@media(max-width: 600px){
	.tabcontent1{
		width: 100%;
		margin-left: -3%;
	}
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
/*================================================================================================================*/
.containerkontenseason{
	width: 100%;
	height: 110px;
	margin-bottom: 25px;
}
@media(max-width: 600px){
	.containerkontenseason{
		width: 100%;
		margin-left: 0;
		height: auto;
		margin-bottom: 0px;
	}
}
.containerfotokontenseason{
	float: left;
	width: 18%;
}
@media(max-width: 600px){
	.containerfotokontenseason{
		width: 40%;
	}
}
img.fotokontenseason{
	width: 100%;
	height: 110px;
	object-fit: cover;
	border-radius: 5px;
}
@media(max-width: 600px){
	img.fotokontenseason{
		width: 100%;
		height: 80px;
		object-fit: cover;
		border-radius: 5px;
	}
}
.deskripsikonten{
	margin-left: 15px;
	float: left;
	width: 600px;
	line-height: 1.6;
	height: 105px;
}
@media(max-width: 600px){
	.deskripsikonten{
		width: 57%;
		margin-left: 3%;
	}
}
.judulkontenseason{
	font-size: 14px;
	width: 600px;
	margin-top: -15px;
	font-weight: 600;
	height: 35px;
	overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
	
}
@media(max-width: 600px){
	.judulkontenseason{
		width: 100%;
		margin-left: 0;
		
		font-size: 13px;
	}
}
.keterangankontenseason{
	width: 600px;
	font-size: 12px;
	height: 20px;
	margin-top: -5px;
}
@media(max-width: 600px){
	.keterangankontenseason{
		width: 100%;
		margin-left: 0;
		margin-top: -10px;
	}
}
.deskripsikontenseason{
	height: 75px;
	font-size: 12px;
	font-weight: 300;
	color: #909090;
	width: 600px;
	overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
	text-align: justify;
	margin-top: -8px;
	line-height: 1.85;
}
@media(max-width: 600px){
	.deskripsikontenseason{
		height: 50px;
		font-size: 10px;
		width: 100%;
		overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
	text-align: justify;
	margin-top: -10px;
	line-height: 1.4;
	}
}
.spacingmorelikethis{
	margin-top: 20px;
}
/*================================================================================================================*/
/*================================================================================================================*/
/*================================================================================================================*/
/*================================================================================================================*/
/*================================================================================================================*/
.backgroundfooter{
	margin-top: 50px;
	width: 96%;
	height: 170px;
	bottom: 0;
	left: 0;
	text-align: center;
}
@media(max-width: 600px){
	.backgroundfooter{
		margin-top: 15px;
		margin-left: 2%;
		float: left;
	}
}

.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;
}
/*================================================================================================================*/
/*================================================================================================================================================================*/

textarea {
	border: 1px solid #1e1e1e;
	width: 61%;
	padding: 12px 20px;
	margin-bottom: 18px;
	margin-top: 0px;
	margin-left: 10px;
	font-size: 13px;
	line-height: 1.6em;
	border-radius: 10px;
	font-family: inherit;
	background: #000;
	color: #fff;
	resize: none;
	float: left;
}
textarea:focus{
	outline: none;
}
@media(max-width: 600px){
	textarea{
		border: 1px solid #ffc60b;
		width: 85.6%;
		background: #141414;
		color: #fff;
		height: 50px;
		margin-bottom: 10px;
	}
}
.post{
	background: #141414;
	color: #ffc60b;
	border: none;
	border-radius: 8px;
	padding: 10px 15px;
	cursor: pointer;
	margin-left: 10px;
}
@media(max-width: 600px){
	.post{
		margin-top: 0;
		color: #000;
		background: #ffc60b;
	}
}
.post:hover{
	background: #ffc60b;
	transition: 0.8s;
	color: #000;

}
@media(max-width: 600px){
	.post:hover{
		color: #ffc60b;
		background: #141414;
	}
}
/*================================================================================================================================================================*/
img#avatar{
	width: 40px;
	float: left;
	border-radius: 50%;
	outline: #fff;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: -5px;
}
.judulkomen{
	color: #fff;
	margin-left: 10px;
}
@media(max-width: 600px){
	.judulkomen{
		
	}
}
.containerkomen{
	margin-top: -30px;
	height: auto;
	width: 99%;
	margin-bottom: 100px;
}
@media(max-width: 600px){
	.containerkomen{
		margin-top: -20px;
		float: left;
		width: 95%;
	}
}

.komentator{
	text-transform: capitalize;
	color: #ffc60b;
	font-size: 14px;
}
.waktukomen{
	font-size: 10px;
	color: #909090;
	margin-left: 8px;
}
.komen{
	margin-top: 20px;
}
.reply{
	margin-left: 60px;
}
.isikomen{
	flaot: left;
	font-size: 12px;
	color: #fff;
	margin-bottom: 20px;
	margin-top: -5px;
	margin-left: 60px;
	line-height : 1.6;
}
.namareply{
	color: #fff;
	font-weight: 600;
}

/*================================================================================================================*/
.collapsible {
	float: left;
	text-decoration: none;
	cursor: pointer;
	font-style: italic;
	font-size: 10px;
	color: #909090;
	margin-left: 57px;
	margin-top: -38px;
	width: 20px;
  	border: none;
 	text-align: left;
  	outline: none;
	background: none;
}

.activecollapsible, .collapsible:hover {
  	color: #ffc60b;
}
.collapsible:focus{
	color: #ffc60b;
}
.contentcollapsible {
	width: 100%;
	margin-left: 10px;
  	padding: 0;
  	max-height: 0;
  	overflow: hidden;
  	transition: max-height 0.6s ease-out;
  	background-color: #000;
	float: left;
	margin-top: -10px;
}
textarea#reply{
	margin-left: 50px;
	width: 40%;
	height: 22px;
}
@media(max-width: 600px){
    textarea#reply{
        width: 300px;
    }
}
textarea#reply2{
	margin-left: 50px;
	width: 40%;
	height: 22px;
}
@media(max-width: 600px){
    textarea#reply2{
        width: 238px;
    }
}
input#postreply{
	margin-top: -30px;
	margin-left: 50px;
	float: left;
	outline: none;
	border: none;
	border-radius: 5px;
	background: #141414;
	color: #ffc60b;
	cursor: pointer;
	padding: 5px 10px;
	font-size: 11px;
}
input#postreply:hover{
	color: #141414;
	transition: 0.8s;
	background: #ffc60b;
}
input#postreply2{
	margin-top: -30px;
	margin-left: 50px;
	float: left;
	outline: none;
	border: none;
	border-radius: 5px;
	background: #141414;
	color: #ffc60b;
	cursor: pointer;
	padding: 5px 10px;
	font-size: 11px;
}
input#postreply2:hover{
	color: #141414;
	transition: 0.8s;
	background: #ffc60b;
}
/*================================================================================================================*/

.delete {
	float: left;
	text-decoration: none;
	cursor: pointer;
	font-style: italic;
	font-size: 10px;
	color: #909090;
	margin-top: 0px;
	margin-left: 98px;
	width: 20px;
}
.delete:hover{
	color: #ffc60b;
}
.hr{
	border-top: 1px solid #141414;
	opacity: 0.2;
}
.hr1{
	border-top: 1px solid #141414;
	opacity: 0.2;
	margin-top: -15px;
	margin-left: 10px;
	width: 100%;
	float: left;
}
@media(max-width: 600px){
	.hr1{
		width: 400px;
		margin-left: 10px;
	}
}
.hr3{
	border-top: 1px solid #141414;
	opacity: 0.2;
	margin-top: -15px;
	margin-left: -50px;
	width: 850px;
	float: left;
}
@media(max-width: 600px){
	.hr3{
		width: 400px;
		margin-left: -50px;
	}
}
.hr2{
	display: none;
}
@media(max-width: 600px){
	.hr2{
		display: block;
	}
}
@media(max-width:600px){
    hr#hrreply.hr1{
        width:340px;
        margin-left: 10px;
    }
        
    }



/*================================================================================================================================================================*/
/* 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; 
}

/*================================================================================================================================================================*/
select#report{
	float: none;
	background: #141414;
	border: none;
	height: 45px;
	border-radius: 8px;
	padding-left: 15px;
	padding-right: 10px;
	font-size: 13px;
	color: #ffc60b;
	cursor: pointer;
}
@media(max-width: 600px){
    select#report{
        border: 1px solid #ffc60b;       
    }
}

textarea#deskripsireport{
	border: 1px solid #1e1e1e;
	width: 62%;
	padding: 12px 20px;
	margin-bottom: 18px;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 13px;
	line-height: 1.6em;
	border-radius: 10px;
	font-family: inherit;
	background: #000;
	color: #fff;
	resize: none;
	float: none;
}
@media(max-width: 600px){
	textarea#deskripsireport{
		border: 1px solid #ffc60b;
		width: 91.5%;
		background: #141414;
		color: #fff;
		height: 50px;
		margin-bottom: 10px;
	}
}

input#postreport{
	background: #141414;
	color: #ffc60b;
	border: none;
	border-radius: 8px;
	padding: 10px 15px;
	cursor: pointer;
}
@media(max-width: 600px){
	input#postreport{
		background: #ffc60b;
		color: #000;
	}
}

select#report:focus, select#report:hover, input#postreport:focus, input#postreport:hover{
	color: #000;
	background: #ffc60b;
	transition: 0.5s;
}
@media(max-width: 600px){
	input#postreport:focus{
		background: #000;
		color: #ffc60b;
		transition: 0.5s;
	}
}
/*================================================================================================================================================================*/
.hiden{
	display:none;
	}
.alert {
	margin-top: 0;
	position: absolute;
	z-index: 100;
	border-radius: 10px;
	margin: auto;
	width: 1200px;
    padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
    background-color: #ffc60b;
    color: #333;
    opacity: 1;
    transition: 1s;
	height: 60px;
	font-family: calibri;
	font-size: 18px;
	box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.68);
	-webkit-box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.68);
	-moz-box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.68);
}
@media(max-width: 600px){
	.alert{
		float: left;
		margin-left: 14.5%;
		margin-top: 31.5%;
		width: 70.5%;
		padding-top: 10px;
		height: 45px;
		transition: 1s;
	}
}

.alert.success {background-color: #ffc60b;}
.alert.warning {background-color: #E0806A;}

.closebtn {
	font-family: calibri;
    margin-left: 15px;	
	margin-top: 8px;
    color: #353535;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
	border: none;
}
@media(max-width: 600px){
	.alert{
		font-size: 12px;
	}
}
@media(max-width: 600px){
	.closebtn{
		font-size: 18px;	
		padding: 0px 6px;
		margin-top: 1%;
	}
}
.closebtn:hover {
    color: grey;
}
/*================================================================================================================================================================*/
/*================================================================================================================================================================*/
/*================================================================================================================================================================*/

/*================================================================================================================*/
/*================================================================================================================*/