/* LAYOUT */

#content {opacity:1 !important;}

/* GALLERY */

.ngg-albumoverview {    text-align: center;}
.ngg-album-compact { display: inline-block; text-align: center !important; float: none !important;}
.ngg-gallery-thumbnail img { width:150px;}

.ngg-album-compactbox { border: 1px solid #d8d8d8 !important;}
.ngg-album-compactbox:hover { border: 1px solid #e06d5e !important; }
.ngg-album-compactbox:before { border-bottom: 1px solid #8b4c58 !important;}
.ngg-album-compactbox:after { border-bottom: 1px solid #9e9e9e !important;}

.ngg-album-compact .ngg-album-compactbox .Thumb { border: 1px solid #e06d5e !important;}

#sgBlogTitle a:link, #sgBlogTitle a:active, #sgBlogTitle a:visited {font-family: BloggerSans,"Source Sans Pro",sans-serif;}

/*FIXING SOCIAL GALLERY BUGS*/

#sgFB {height: auto;} /* fixing facepile not showing */

#sgPluginBox { background-color: #FFF}  /* fixing background fragments */
/*#sgSocial { width: 330px; }*/
#sgCont {background-color: #111;}
#sgCont img, #sgpILoading {
/*  display: table-cell !important;*/
  margin-top: 0 !important;
  height: unset !important;
  vertical-align: middle !important;
}

#sgScrollbox { 
  overflow-x:hidden;   /* fixing horizontal scroll */
  margin-right: -27px;   /* moving vertical scroll to side */
}
#sgPluginBoxClose {right: 20px;}
#sgBaseBarBg { height:33px;}
#sgBaseBar {margin-bottom:10px; padding-right: 10px; text-align: right;}

#sgSide { background-color: #fff; height: inherit; }  /* fixing bg &amp; height of side box */
#sgpILoading {margin-top:0 !important; height: inherit !important;}  /* fixing margin &amp; height of img wrapper */
#sgBlogDesc {
  color: #24282d;
  font-family: BloggerSans,"Source Sans Pro",sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;  
}

/*REMOVING UNNECESSARY DATA*/
.fbFeedbackContent .fbConnectWidgetFooter {display:none !important; }


#vkapi_wrapper { margin: 10px auto 20px !important; }

#vkapi{ margin: 0 auto !important;}
#comments{ margin-top:0 !important; padding-top:0 !important;}

@media screen and (max-width: 640px) {
  #vkapi_wrapper {display: none !IMPORTANT;}
  #vkapi {width: auto !IMPORTANT; display: none !IMPORTANT;}
  
  footer .comments-link {display:none;}
}

@media screen and (max-width: 320px) {
  .ngg-gallery-thumbnail img {width: 130px;}
}


/* FACEBOOK */
.fb_iframe_widget {text-align:center;}
.fb_iframe_widget.fb-comments {overflow-x: hidden;}


/* RESPONSIVE LAUOUT OF SOCIAL GALLERY */


/*@media screen and (min-width: 768px) and (max-width: 959px) {*/
/*@media screen and (max-width: 959px) {
  #sgPluginBox { 
    width: 100% !important; 
    height: 100% !important;
    left:0 !important;
    top:0 !important;
    
  }
	#sgCont {
    	display: table !important;
		min-height: 300px !important;
    	max-height: 900px !important;
	}
	#sgCont img, #sgpILoading {
    	display: table-cell !important;
		width: inherit !important;
	    height: auto !important;
    	vertical-align: middle !important;
  }
  #sgSide {
    
    width: auto !important;
    position: inherit;
  }
  

}

@media screen and (max-width: 767px) {
}*/