@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css);
/*JR CSS*/
.ibacor_fb_streaming{
	position: relative;
}


/*.ibacor_fb_streaming .fb_box:nth-child(2){left: 70px;}
.ibacor_fb_streaming .fb_box:nth-child(3){left: 430px }
.ibacor_fb_streaming .fb_box:nth-child(4){left: 840px }
.ibacor_fb_streaming .fb_box:nth-child(5){left: 70px;top:460px;}
.ibacor_fb_streaming .fb_box:nth-child(6){left: 430px;top:550px;}
.ibacor_fb_streaming .fb_box:nth-child(7){left: 840px;top:550px;}*/





.ibacor_fb_streaming .fb_box {
	background: #fff;
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
	position: absolute;
	width: 360px;
	z-index:5;
}

@media (max-width: 550px)
{
  .ibacor_fb_streaming .fb_box {
	
	position: relative !important;
    clear: both;
    left: 0px !important;
    padding: 0px !important;
    width: 300px;
	
}
.ibacor_fb_streaming .load_more{
    position: relative !important;
  
    clear:both !important;
   
}
}
/*.fb_box:nth-child(5){
     clear:both;
     float: left;
}*/

.ibacor_fb_streaming .fb_status {
	padding: 15px;
	border-bottom: 1px solid #ced0d6;
}

.ibacor_fb_streaming .fb_komen {
	background: #f6f7f8;
	padding: 10px;
}

.ibacor_fb_streaming .fb_komen_sub {
	margin-left: 40px;
	border-left: 1px solid #bbb;
	padding: 10px;
}

.ibacor_fb_streaming .load_more_komen_sub {
	background: #f6f7f8;
	margin-top: 0px;
	margin-left: 40px;
	border-left: 1px solid #bbb;
	padding: 10px;
	cursor: pointer;
}

.ibacor_fb_streaming .fb_bls_komen {
	position: relative;
	border-top: 1px solid #ced0d6;
}

.ibacor_fb_streaming .fb_bls_like {
	position: relative;
	padding: 10px;
	background: #f6f7f8;
	border-top: 1px solid #ced0d6;
	border-bottom: 1px solid #CED0D6;
}

.ibacor_fb_streaming a, .ibacor_fb_streaming strong {
	color: #3d5b99;
	cursor: pointer;
	text-decoration: none;
}

.ibacor_fb_streaming span.strong {
	color: #777;
}

.ibacor_fb_streaming span {
	color: #aeafb4;
	margin-right: 15px;
}

.ibacor_fb_streaming pre {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.ibacor_fb_streaming .fb_komen .box_komen {
	display: block;
	margin-right: 10px;
	overflow: hidden;
	*overflow: visible;
}

.ibacor_fb_streaming .fb_komen .kenca {
	float: left;
}

.ibacor_fb_streaming .fb_url_share {
	border: 1px solid #ced0d6;
	margin: 10px 0px 10px;
	padding: 10px;
	display: block;
	overflow: hidden;
	*overflow: visible;
}

.ibacor_fb_streaming .fb_url_share img {
	float: left;
    width: 100%;
	padding-bottom: 20px;
	padding-right: 20px;
	height: auto;
}

.ibacor_fb_streaming a .fb_url_share {
	color: #333;
}

.ibacor_fb_streaming .tabs a {
	color: #777;
}

.ibacor_fb_streaming .tabs {
	display: block;
	background: #f1f1f1;
	color: #777;
	width: 100%;
	margin: 0px;
}

.ibacor_fb_streaming .tabs .tab {
	display: inline-block;
	padding: 0px;
	width: 25%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
}

.ibacor_fb_streaming .tabs .tab:hover {
	background: #ddd;
}

.ibacor_fb_streaming span.like_bls {
	cursor: auto;
}

.ibacor_fb_streaming span.likers {
	margin-left: 10px;
	color: #333;
}

.ibacor_fb_streaming .fb_status p {
	margin-top: 0px;
	margin-bottom: 30px;
}

.ibacor_fb_streaming img.fb_user_foto {
	margin-right: 10px;
	float: left;
}

.ibacor_fb_streaming img.fb_status_foto {
	width: 100%;
	margin-bottom: 10px;
}

.ibacor_fb_streaming img.likers_foto {
	width: 25px;
	float: left;
}

.ibacor_fb_streaming img.user_komen_foto {
	width: 40px;
}

.ibacor_fb_streaming .katuhu strong {
	margin-right: 10px;
	float: left;
}

.ibacor_fb_streaming .fb_komen_foto {
	margin: 0px;
	padding: 0px;
}

.ibacor_fb_streaming .fb_komen_foto img {
	width: 100%;
}

.ibacor_fb_streaming .load_more_komen {
	background: #f6f7f8;
	margin: 0px;
	padding: 10px;
	cursor: pointer;
}

.ibacor_fb_streaming .load_more {
	display: block;
	text-align: center;
	margin-top: 60px;
clear:both;
margin-left:50%;
}

.ibacor_fb_streaming .load_more .btn {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	cursor: pointer;
	border: none;
	padding: 15px 20px 15px 20px;
	background-color: transparent;
	color: #e05855;
	text-transform: uppercase;
}

.ibacor_fb_streaming .load_more .btn:hover {
	color: #e05855;
display: block;
}

.ibacor_fb_streaming .modalDialog {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.ibacor_fb_streaming .modalDialog > div {
	width: calc(100% - 100px);
	text-align: center;
	position: relative;
	margin: 20px auto;
	padding: 5px 20px 13px 20px;
}

.ibacor_fb_streaming .modalDialog img {
	width: auto;
	max-width: 100%;
}

.ibacor_fb_streaming .modalDialog .close {
	background: salmon;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
