.simplyInstagram-profile
{
	overflow: auto;
}

.profile-data
{
	width: inherit;
	border: none;
	text-align: center;
	margin: 10px;
	display: block !important;
}

.profile-data img
{
	border: none;
	text-align: center;
	padding: 2px;
	margin-right: 4px;
	background-color: white;
	border: 1px solid #999;
	border-radius: 5px;
}

.profile-data h1
{
	font-size: 1.5em;
	padding: 0 1.45833em 0 0;
}

.front-photo
{
	border: none;
	padding: 2px;
	margin-right: 4px;
	background-color: white;
	border: 1px solid #999;
	border-radius: 5px;	
	vertical-align: middle;
}

#sInstRelButton{
	color: #DDDDDD;
	text-shadow:0 1px 2px #111111;
	display: inline-block;
	padding: 4px 10px 4px;	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-border-radius:3px;
	border-radius:3px;
	border:1px solid #222;
	cursor: pointer;
	background:url("trans.png") 0px -15px repeat-x,-moz-linear-gradient(center top , #606060 20%, #505050 100%);
	background: url("trans.png") 0px -15px repeat-x,-webkit-gradient(linear,left top,left bottom,color-stop(.2, #606060),color-stop(1, #505050)) !important;
	background:url('trans.png') 0px -15px repeat-x, -o-linear-gradient(top, #606060,#505050) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#606060', endColorstr='#505050');
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 5px rgba(0, 0, 0, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 5px rgba(0, 0, 0, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29);
	-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 5px rgba(0, 0, 0, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 5px rgba(0, 0, 0, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29);
	color:#fff;text-shadow:0 1px 0px #000;
}

/* the overlayed element */

#contentWrap {
    height: 625px;
    position: fixed;
    width: 960px; 
    top: 40px;
    left: 50%;
    z-index: 999999;
    background-color: #fff;
    font-size: 12px;
    margin-left: -480px;
}

#content_close { 
    position: fixed;
    right:5px; 
    top:5px;
    cursor: pointer;
    height:32px;
    width:32px;
    z-index: 999999;
    background: url('../images/close.png');
}

/**
 * Image info pop up
*/

#image-holder{
	float: left;
	margin: 7px;
}

#image-description{
	float: left;
	width: 318px;	
	padding: 2px;
	height: 100px;
	overflow-x: auto;
	background-color: #EEE;
	border-radius: 5px;
	margin-top: 5px;
}

#image-description img{
	vertical-align: middle;
	width: 35px;
}
#image-comments{
	width: 318px;
	float: left;
	overflow-y: scroll;
	height: 440px;
}

#image-statistics{
	width: 318px;
	height: 75px;
	float: left;
}	

.comments-holder{
	background-color: #eee;
	border: 1px solid #eee;
	border-radius: 5px;
	margin-bottom: 5px
}

.comment-profile {	
	margin: 2px;
	display: table-cell;
}

.comment-profile img{
	width: 50px;
	vertical-align: top;
	margin: 5px;
}

.comment-holder{
	display: table-cell;
}

/**
 * Comments
**/
.sinst-comment-section{
	margin-top: 5px;
	background-color: #eee;
	padding: 5px;
	border-radius: 5px;
}
.sinst-comments{
	display: block;
	padding: 5px;
	border-bottom: 1px solid #999;	
	color: #666;	
}

.sinst-comment-author{
	color: #39B;
	font-weight: bold;
}

/**
 * Author
**/
.sinst-author-section{
	margin-top: 5px;
	background-color: #eee;
	padding: 5px;
	border-radius: 5px;
}
.sinst-author{
	display: block;
	padding: 5px;
	color: #666;	
}

.content-info
{
	float: left;
	padding: 3px;
	margin-left: 5px;
	border: 1px solid #999;
	border-radius: 5px;
	background-color: #666;
	color: #fff;
}

.scode-content-info
{
	display: table-cell;
}

#profile-bio
{
	text-align: justify !important;
}

.profile-media
{
	float: left;
	display: table-cell !important;	
	width: 60px;
	margin: 2px;
	text-align: center;
	padding: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #EFEFEF;
	font-size: 22px !important;
	color: #00BFFF;
}

.data-holder
{
	text-align: center;
	margin: 0px auto;
	display: table !important;
	overflow: auto;
}

.profile-media-content
{
	font-size: 12px;
	color: #000;
}

.sInt-logo{
	background: url("https://vallilankaksio.com/wp-content/plugins/simply-instagram/images/logo-32.jpg") no-repeat scroll 0 0 transparent;
	margin-bottom: 20px;
	padding-left: 40px;
	margin-top: 20px;
	padding-top: 0px;
}

.info-social{
	position: absolute;
	background-color: #999;
	width: 100%;
	top: 0;
	z-index: 100;
	padding: 7px;
	box-sizing: border-box;
	opacity: 0;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}

/**
 jQuery Masonry
**/
#masonryContainer {
  padding: 5px;
  margin-bottom: 20px;
  border-radius: 5px;
  clear: both;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.masonryItem, .masonryItem hr{
  margin: 5px;
  width: 160px;
  overflow: hidden;
  font-family: "helvetica neue",arial,sans-serif;
  text-align: left;
  padding: 5px;
  line-height: 15px !important;
  margin-bottom: 5px !important;
  background: #fff;
  font-size: 11px;
  float: left;
  -moz-box-shadow:    0px 2px 2px 0px #ccc;
  -webkit-box-shadow: 0px 2px 2px 0px #ccc;
  box-shadow:         0px 2px 2px 0px #ccc;
  border: solid 1px #ccc;
}

.masonryItem img{
	box-shadow: none;
	border: none;
	background: none;
}

.item-holder
{
	position: relative;
	width: 100% !important;
}
.hover-action{
	display: none;
	position: absolute;
	z-index: 3;
	top: -8px;
	left: -8px;
	background-color: #000;
	opacity: 0.7;
	width: 173px;
	height: 45px;
	padding: 15px 5px 5px 5px;	
}

.hover-action a{
	border: none;
	margin: 5px !important;
}

/**** Transitions ****/

.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}

/**** Clearfix ****/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }