
.bcr_ins_profile {
	padding-top: 10px;
	border: 1px solid #f1f1f1;
	display: block;
	margin: 0 0 20px 0;
	overflow: hidden;
	*overflow: visible;
	text-align: center;
}

.ins_pr_img {
	border-radius: 50%;
}

.bcr_ins_profile p {
	margin: 0 0 5px 0;
}

p.ins_username {
	font-size: 24px;
	margin-bottom: 10px;
}

.bcr_ins_gallery {
	display: block;
	overflow-y: col-xs-2;
	*overflow: visible;
	text-align: center;
	margin: 0;
	height:280;
}

.ins_img {
	display: inline;
	margin: 0;
	width:100
}

.ins_img a img {
	opacity: 0.6;
	filter: alpha(opacity=60);width:100
} 
	
.ins_img a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

.load_more {
	text-align: center;
}

.btn {
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	padding: 15px 20px 15px 20px;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transition: border .25s linear,color .25s linear,background-color .25s linear;
	transition: border .25s linear,color .25s linear,background-color .25s linear
}

.btn:hover {
	background-color: #fff;
}

.ins_more {
	background-color: rgba(212,212,212,.5);
	color: #34495e;
	border-color: #F04F3D;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.15)
}
#instafeed{position:relative; float:left; margin:0 auto; text-align:center; width:200}
#instafeed a {
  padding:5px 5px 5px 5px;
  margin:10px;
  border:1px solid #e1e1e1;
  display:inline-block;
 border-radius:5;
 -moz-border-radius:5;
 -moz-webkit-radius:5;  position:relative;
}

#instafeed .likes {
  background:#33485c;
  font-family:sans-serif;
 border-radius:5;
 -moz-border-radius:5;
 -moz-webkit-radius:5;

  font-size:1em;
  position:absolute;
  color:#ffffff;
  right:5px;
  top:5px;
  left:5px;
  opacity:0;
  text-align:center;
  line-height:258px;
  text-shadow:0 1px rgba(0,0,0,0.5);
  -webkit-font-smoothing:antialiased;
  -webkit-transition: opacity 100ms ease;
	-moz-transition: opacity 100ms ease;
	-o-transition: opacity 100ms ease;
	-ms-transition: opacity 100ms ease;
	transition: opacity 100ms ease;
}
#instafeed a img{   border-radius:5; width:258px;
 -moz-border-radius:5;
 -moz-webkit-radius:5;}
#instafeed a:hover .likes {
  opacity:0.7;
   border-radius:5;
 -moz-border-radius:5;
 -moz-webkit-radius:5;
}
 @media (max-width: 767px) {
	 #instafeed{position:relative; float:left; margin:0 auto; text-align:center; width:100%}

 }
                        