/* InstaMantle Gallery */
/*
/* NOTE: Only making changes to the sass file in /sass/ directory!
/* ------------------------------------------------------------------------------------------------------------------ */
#InstaGrind {
	position: relative;
	background-color: #fff;
}
#InstagramGallery {
  width: 970px;
  float: left; }

#main-content {
  float: left;
  width: 948px;
  position: relative;
  min-height: 579px;
  padding: 10px 11px 0;
  display: none; }
  #main-content #featured-content {
    position: relative;
    float: left; }
  #main-content #featured-image {
    border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 20px; }
    #main-content #featured-image img {
      width: 500px;
      height: 500px; }
  #main-content #imageLoader {
    position: absolute;
    top: 150px;
    left: 175px;
    display: none; }

#photo-info {
  float: left;
  width: 370px;
  max-height: 540px;
  margin-left: 20px;
  overflow: hidden; }
  #photo-info .profile {
    min-height: 57px; }
    #photo-info .profile img {
      float: left;
      margin: 0 10px 7px 0;
      width: 50px;
      height: 50px; }
    #photo-info .profile h2 {
      font-size: 14px;
      color: #1F292F;
      line-height: 20px;
      text-transform: uppercase; }
    #photo-info .profile span {
      display: inline-block;
      color: #959595;
      font-size: 12px; }
  #photo-info p.time {
    color: #959595;
    margin-bottom: 7px; }
  #photo-info p.caption {
    background: #F1F1F1 none;
    padding: 5px;
    margin-bottom: 7px;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: bold; }
    #photo-info p.caption:hover {
      text-decoration: none; }
  #photo-info p.likes,
  #photo-info p.comments {
    background: url("./img/instagrind/insta-sprite.png") no-repeat scroll 0 0 transparent;
    text-indent: 25px;
    color: #959595; }
  #photo-info p.comments {
    background-position: 0 -27px !important;
    text-transform: uppercase; }
  #photo-info p.likes {
    background-position: 0 -3px;
    text-transform: uppercase;
    margin-bottom: 7px; }
  #photo-info ul li {
    padding: 5px 0; }
    #photo-info ul li span.from {
      font-weight: bold;
      margin-right: 5px; }

#insta-thumbs {
  clear: both;
  width: 970px;
  min-height: 589px;
  padding: 0;
  position: relative; }
  #insta-thumbs .prev {
    background: url("./img/instagrind/insta-sprite.png") no-repeat scroll -3px -57px transparent;
    position: absolute;
    z-index: 200;
    top: 64px;
    left: 0;
    width: 37px;
    height: 43px; }
  #insta-thumbs .next {
    background: url("./img/instagrind/insta-sprite.png") no-repeat scroll 2px -113px transparent;
    position: absolute;
    z-index: 200;
    top: 64px;
    right: 0;
    width: 37px;
    height: 43px; }

#insta-carousel {
  width: auto !important; }
  #insta-carousel ul {
  	margin: 0;
  	padding: 11px;
    left: 0 !important;
    width: 948px !important; }
  #insta-carousel ul li {
    position: relative;
    display: inline-block;
    float: left;
    height: 184px;
    width: 184px;
    text-align: center;
    margin: 0 6px 6px 0; }
    #insta-carousel ul li:nth-of-type(5),
    #insta-carousel ul li:nth-of-type(10),
    #insta-carousel ul li:nth-of-type(15) {
	  margin-right: 0;
    }
    #insta-carousel ul li:nth-of-type(11),
    #insta-carousel ul li:nth-of-type(12),
    #insta-carousel ul li:nth-of-type(13),
    #insta-carousel ul li:nth-of-type(14),
    #insta-carousel ul li:nth-of-type(15) {
	  margin-bottom: 0;
    }
    #insta-carousel ul li img {
      float: left;
      position: relative;
      background: #fff none;
      padding: 1px;
      border: 1px solid #F1F1F1;
      height: 184px;
      width: 184px;
      cursor: pointer;
      z-index: 100; }
  #insta-carousel div.hover {
    background-color: #000;
    color: #FFF;
    cursor: pointer;
    opacity: 0.7;
    display: none;
    font-size: 14px;
    height: 164px;
    left: 2px;
    padding: 9px;
    position: absolute;
    text-align: left;
    top: 2px;
    width: 164px;
    z-index: 200; }
    #insta-carousel div.hover .author {
      color: #FFF !important;
      font-size: 14px !important;
      font-style: normal !important; }
    #insta-carousel div.hover .time {
      color: #959595;
      font-size: 11px;
      margin: 0; }
  #insta-carousel div.overlay-text {
    height: 150px;
    overflow: hidden; }
    #insta-carousel div.overlay-text:hover {
      text-decoration: none; }
    #insta-carousel div.overlay-text p {
      font-size: 11px;
      margin-top: 3px; }
  #insta-carousel div.overlay {
    background-color: #000;
    height: 150px;
    left: 0;
    position: absolute;
    top: 0;
    width: 150px;
    z-index: 1; }

.close-photo-info {
  position: absolute;
  top: 5px;
  right: 5px; }

#btn-collapse,
#btn-expand {
  position: absolute;
  top: 3px;
  right: -40px; }

#btn-expand {
  display: none; }