<style type="text/css">
	.inside-box {
		padding: 0.5rem;
	}
	.grad {
		//background-image: linear-gradient(#56c9f4,#00aeef);
		// background-image: linear-gradient(#b2b2b2,#000000);
		//background-image: linear-gradient(#c81a21,#b1161d);
		//background-image: linear-gradient(#c81a21,#ae171e);
		//background-image: linear-gradient(#ed1b24,#ed1b24);
		background-image: linear-gradient(#ed1c24,#ed1c24);	
		
		
		
	}
	.grad2 {
		background-image: linear-gradient(#ed1c24,#ed1c24);	
	}
	.mrgn-bot {
		margin-bottom: 10px;
	}
	.mrgn-top {
		margin-top: 30px;
	}
	.sm-gutters {
	  margin-right: -5px;
	  margin-left: -5px;
	}

	.sm-gutters > .col,
	.sm-gutters > [class*="col-"] {
	  padding-right: 5px;
	  padding-left: 5px;
	}

	.col-menus{
	    flex: 0 0 10%;
	    /*max-width: 10%;*/
		 min-width: 120px;
	}

	a.imagedClass
	{
	    display:none;
	    width: 60px;
	    height: 60px;
	    margin-top: -3px;
	   // background-image:url('<?=base_url();?>themes/canvas/images/logo-g-gatracom.png');
	   // background-image:url('<?=base_url();?>themes/canvas/images/beritapedia-bg.png');
	   background-image:url('<?=base_url();?>themes/canvas/images/logo-main-menu.png');
	  
	    /*padding-right:10px; /*width of image*/
	}
	a.gatracom-bg
	{
	    display:none;
		width: 150px;
		height: 25px;
		//background-image:url('<?=base_url();?>themes/canvas/images/logo_gatracom_putih.png');
		//background-image:url('<?=base_url();?>themes/canvas/images/b3ritacom-bg.png');
		margin-top: 15px;
		/*margin-left: 5px;*/
	    /*padding-right:10px; /*width of image*/
	}
	a.b3ritacom-bg
	{
	    display:none;
		width: 150px;
		height: 47px;
		background-image:url('<?=base_url();?>themes/canvas/images/b3ritacom-bg.png');
		margin-top: 8px;
		
	}
	a.beritapedia-bg
	{
	    display:none;
		width: 190px;
		height: 52px;
		background-image:url('<?=base_url();?>themes/canvas/images/beritapedia-bg.png');
		
		margin-top: 3px;
		
	}
	a.logo-main-menu-bg
	{
		display:none;
		width: 194px;
		height: 52px;
		background-image:url('<?=base_url();?>themes/canvas/images/logo-main-menu.png');
		
		margin-top: 3px;
	}

	a.logo-main-menu-bg2
	{
		display:none;
		width: 194px;
		height: 52px;
		margin-top: 3px;
	}
	
	
	/* Load more */
	.load-more{
	    width: 100%;
	    /*background: #00aeef;*/
		background: #c3c3c2;
		text-align: center;
	    color: white;
		color: black;
	    padding: 10px 0px;
	}

	.load-more:hover{
	    cursor: pointer;
	}
	
	.load-more-tips{
	    width: 100%;
	    /*background: #00aeef;*/
		background: #c3c3c2;
		text-align: center;
	    color: white;
		color: black;
	    padding: 10px 0px;
	}

	.load-more-tips:hover{
	    cursor: pointer;
	}
	
	.load-more-videos{
	    width: 100%;
	    /*background: #00aeef;*/
		background: #c3c3c2;
		text-align: center;
	    color: white;
		color: black;
	    padding: 10px 0px;
	}

	.load-more-videos:hover{
	    cursor: pointer;
	}

	/*.skyscraper-sticky {
		position: fixed;
		top: 13%;
		left: 0px;
		width: 160px;
		z-index: 0;
	}

	.skyscraper-sticky.skyscraper-sticky-right {
		left: auto;
		right: 0px;
	}*/

	.sky {
    position: fixed;
    width: 160;
    top: 60px
	}

	.sky-left {
	    left: 50%;
	    margin-left: -770px
	}

	.sky-right {
	    right: 50%;
	    margin-right: -770px
	}

	.sky-right .sky-float {
	    float: right
	}

	.sky-left .sky-float {
	    float: left
	}

	.detail-crop-centered
	{
		width: 870px;
		height: 580px;
		overflow: hidden;
		margin: 0px;
		position: relative;
	}
	
	.detail-crop-centered img {
		position:absolute;
		left: -100%;
		right: -100%;
		top: -100%;
		bottom: -100%;
		margin: auto;
		min-height: 100%;
		min-width: 100%;
	}

	.title-modul a {
		color: #ffffff;
		/* 1ABC9C */
	}

	.title-modul a:hover {
		color: #000000;
	}

	#floating-modul-left.scrolling {
		position:fixed;
		top:70px;
		/* left:118px; */
		width:220px;
		overflow:hidden; 
		display:scroll;
		z-index:999;
	}

	#floating-modul-left.stuck {
		position:absolute;
		bottom:0px;
		width:220px;
		z-index:9;
	}

	#floating-modul-right.scrolling {
		position:fixed;
		top:60px;
		/* right:117px; */
		width:320px;
		overflow:hidden; 
		display:scroll;
		z-index:999;
	}

	#floating-modul-right.stuck {
		position:absolute;
		bottom:0px;
		width:320px;
		z-index:9;
	}

	.bg-main-color,#wrapper,#header,#primary-menu.style-2,.card,#content {
		// background-color: #ecf9fc;
		background-color: #FFFFFF;
		/*border-top-color: #ecf9fc;*/
	}

	@keyframes spinner-border {
		to { transform: rotate(360deg); }
	}

	.spinner-border {
		position: relative;
		display: inline-block;
		width: 2rem;
		height: 2rem;
		overflow: hidden;
		text-indent: -999em;
		vertical-align: text-bottom;
		border: .25em solid;
		border-color: currentColor transparent currentColor currentColor;
		border-radius: 50%;
		animation-name: spinner-border;
		animation-duration: .75s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	}

	.spinner-border-reverse {
		border-color: transparent currentColor transparent transparent;

		&::after {
			position: absolute;
			top: -.25em;
			right: -.25em;
			bottom: -.25em;
			left: -.25em;
			display: inline-block;
			content: "";
			border: .25em solid rgba(0, 0, 0, .1);
			border-radius: 50%;
		}
	}

	.spinner-border-sm {
		width: 1rem;
		height: 1rem;
		border-width: .2em;

		&.spinner-border-reverse::after {
			border-width: .2em;
		}
	}

	//
	// Growing circle
	//

	@keyframes spinner-grow {
		0% {
			opacity: 0;
			transform: scale(0);
		}
		50% {
			opacity: 1;
		}
		100% {
			opacity: 0;
			transform: scale(1);
		}
	}

	.spinner-grow {
		position: relative;
		display: inline-block;
		width: 2rem;
		height: 2rem;
		overflow: hidden;
		text-indent: -999em;
		vertical-align: text-bottom;
		background-color: currentColor;
		border-radius: 50%;
		animation-name: spinner-grow;
		animation-duration: .75s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	}

	.spinner-grow-sm {
		width: 1rem;
		height: 1rem;
	}
	
	
	/* sticky kPed */
	
	@media (min-width: 768px) and (max-width: 1024px) {
		.playlist_kPed{
			   position: fixed;
			   top: 3px;
			   width: 67.5%;
			   z-index:2000;
			
		 }
		 .vid_news_sticky_module{
			   position: fixed;
			   top: 3px;
			   width: 50%;
			   z-index:2000;
		 }
		
	}
	
	
	@media (min-width: 1024px)  {
		.playlist_kPed{
			   position: fixed;
			   top: 60px;
			   width: 62.5%;
			   z-index:2000;
			
		 }
		.vid_news_sticky_module{
			   position: fixed;
			   top: 60px;
			   right : 120px;
			   width: 20%;
			   z-index:2000;
		 }
		 .vid_news_sticky_module_data{
			 width: 10%;
			   z-index:2000;
		 }
	} else{
		// .playlist_kPed{
		   // position: fixed;
		   // top: 60px;
		   // width: 60%;
		   // z-index:2000;
		
	     // }
		 // .vid_news_sticky_module{
			   // position: fixed;
			   // top: 60px;
			   // width: 19%;
			   // z-index:2000;
		 // }
		
	}
	
	// .sticky_kPed {
		  // position: fixed;
		  // top: 60px;
		  // width: 19%;
		  // z-index:50000;
		// }

	// .sticky_kPed +  {
		  // padding-top: 102px;
		  
		// }
		
    /* sticky kPed end */
	
	.kPed{
		padding : 0px 0px 0px 0px ;	
	}
	
.open-button {
  /* background-color: red; */
  background-color: #ed1b24;
 
  color: white;
  padding: 5px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 0px;
  width: 200px;
  font-size: 13px;
}
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 1px solid #f1f1f1; 
  z-index: 9;
  border-radius: 5px;
  border-top: 15px solid red;
  background-color:#ffffff;
}


.tombol {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  width:100%;
}

.tombol1 {
  background-color: white; 
  color: black; 
  border: 2px solid #4CAF50;
}

.tombol1:hover {
  background-color: #4CAF50;
  color: white;
}

.tombol2 {
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
}

.tombol3 {
  background-color: white; 
  color: black; 
  border: 2px solid #f44336;
}
.tombol3:hover {
  background-color: #f44336;
  color: white;
}

.tombol4 {
  background-color: white;
  color: black;
  border: 2px solid #e7e7e7;
}

.tombol5 {
  background-color: white;
  color: black;
  border: 2px solid #555555;
}

.capvid{
  color: blue ;
 }
 
#box-sharethis{
	
	 position:fixed ;
     // top  : 440px ;
	 // left : 250px;
	 top : 50%;
	 left : 50%;
	// margin: auto;

    display :none;
	border-radius : 5px ;
    
    width:500px;
    height:300px;
    text-align:center;
    z-index:3005; 
	
 }
 
 #penutup {
	position:fixed ;
	top:0;
	height:0;
	background-color:#f2f2f2;
	background-color:#000000;
	z-index:3001;
	width:100%;
	height:100%;
	filter:alpha(opacity=75%);
	-moz-opacity: 0.75;
	opacity: 0.80;
	display:none;
} 
 
 #box-sharethisXY{
	position:fixed ;
    top  : 500px ;
	left : 250px;
    display :none;
	
    border-radius : 5px ;
    background-color:#ffffff;
    width:200px;
    height:100px;
    text-align:center;
    z-index:3000;
	 
 }

#floating-video.scrolling {
	position:fixed;
	top:60px;
	/* left:118px; */
	width:720px;
	overflow:hidden; 
	display:scroll;
	z-index:999;
}

#floating-video.stuck {
	position:absolute;
	bottom:0px;
	width:720px;
	z-index:9;
}

#floating-kped.scrolling {
	position:fixed;
	top:60px;
	/* left:118px; */
	width:920px;
	overflow:hidden; 
	display:scroll;
	z-index:999;
}

#floating-kped.stuck {
	position:absolute;
	bottom:0px;
	width:920px;
	z-index:9;
}
				
</style>