@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i");
/*
body {
  background: #f9f9f9;
  font-family: 'Lato', "Helvetica", Arial, sans-serif;
  line-height: 1.2;
  opacity: 0;
}
*/

ul,
li {
    list-style: none !important;
}

#instagram {
    min-height: 900px;
}
.hide {
  display: none !important;
  opacity: 0 !important;
}

.show {
  display: block !important;
  opacity: 1 !important;
}

/* remove bootstrap gutter*/
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.instafeed-gallery {
  background: #fff;
  /*
  min-width: 280px;
  max-width: 420px;
  width: 100%;
  */
  margin: 0 auto;
  /*box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);*/
  border-radius: 2px;
  transition: all 0.2 ease;
  opacity: 0;
}

.header p {
  margin: 0;
}
.header a {
  color: inherit;
}
.header a:hover {
  color: #aaa;
  text-decoration: none;
}
.header .header-container {
  text-align: center;
  padding: 30px 30px 0;
}
.header .header-container .avatar {
  width: 100%;
  max-width: 120px;
  border-radius: 100%;
  margin: 0 auto;
  display: block;
}
.header .header-container .user-container {
  margin-top: 20px;
}
.header .header-container .name {
  font-size: 20px;
  font-weight: 600;
}
.header .header-container .username {
  color: #bbb;
  font-size: 16px;
}
.header .meta {
  width: 100%;
  margin: 0;
  padding: 30px 0 30px 0;
  display: table;
}
.header .meta li {
  text-align: center;
  width: 33%;
  display: table-cell;
}
.header .meta span {
  display: block;
}
.header .meta .count {
  font-size: 20px;
  font-weight: 600;
}
.header .meta .title {
  color: #bbb;
  font-size: 16px;
}

.post-modal-container .post-modal {
  background: #fff;
  min-width: 280px;
  max-width: 800px;
  /*max-width: 400px;*/
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  display: none;
  opacity: 0;
}
.post-modal-container .btn-close {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  position: absolute;
  cursor: pointer;
}
.post-modal-container .btn-close:hover {
  background: rgba(0, 0, 0, 0.7);
}
.post-modal-container .close-icon {
  font-size: 15px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
.post-modal-container img {
  /*width: 100%;*/
  width: 400px;
  float: left;
}
.post-modal-container .post-modal-body {
  /*padding: 15px;*/
	padding-left: 5px;
  width: 350px;
  float: left;
}
.post-modal-container .post-modal-meta-container {
  margin-bottom: 10px;
}
.post-modal-container .post-modal-meta-container p {
  color: #bbb;
  display: inline-block;
  margin-right: 10px;
}
.post-modal-container .post-modal-meta-container .icon {
  margin-right: 2px;
}

.post-modal-backdrop {
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 999;
  display: none;
  cursor: pointer;
}

.img-featured-container {
  overflow: hidden;
  position: relative;
  padding: 0px;
  opacity: 0;
  cursor: pointer;
}

.img-featured-container img {
  width: 100%;
}

.img-featured-container .img-backdrop {
  background: linear-gradient(135deg, rgba(38, 163, 255, 0.85), rgba(83, 201, 179, 0.85));
  margin: 0;
  padding: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
}

.img-featured-container:hover > .img-backdrop {
  opacity: 1;
}

.img-featured-container .description-container {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  line-height: 20px;
  width: 100%;
  padding: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  transition: all .2s ease;
  z-index: 2;
  opacity: 0;
}

.img-featured-container .description-container .fa-instagram {
  font-size: 40px;
}

.img-featured-container .description-container p {
  font-weight: 300;
  margin-bottom: 0;
}

.img-featured-container:hover .description-container {
  opacity: 1;
}

.img-featured-container .description-container .likes,
.img-featured-container .description-container .comments {
  margin: 0 5px;
}

#btn-instafeed-load {
  color: #fff;
  background: #26a3ff;
  font-size: 16px;
  margin: 20px auto;
  padding: 8px 40px;
  display: block;
  border: none;
}

@media screen and (min-width: 420px) {
  .post-modal-container .post-modal {
    margin: 20px auto;
  }
}
@media screen and (min-width: 768px) {
  .instafeed-gallery {
    margin: 20px auto 30px;
  }
}