/**
 * Social Cards Widget CSS
 *
 * @since 0.0.1
 * @updated 1.2.6
 */

/* The style of the Display Link below the images */
/* Global styles for the container and parent class */
.AlpinePhotoTiles_container_class {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}
.AlpinePhotoTiles_container_class img {
  margin: 0;
  margin-bottom: 4px;
}
.AlpinePhotoTiles_container_class.loading {
  min-height: 200px;
  width: 100%;
  background-image: url("images/loader.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-color: #fff;
  border-radius: 3px 3px 3px 3px;
}
.AlpinePhotoTiles_inpost_container {
  padding-bottom: 10px;
  display: block;
  clear: both;
  width: 100%;
  overflow: hidden;
}

img.AlpinePhotoTiles-img-corners {
  border-radius: 3px 3px 3px 3px !important;
}
img.AlpinePhotoTiles-img-nocorners {
  border-radius: 0 0 0 0 !important;
}

.AlpinePhotoTiles_cascade_column {
  margin: 0;
  padding: 0;
  max-width: 100%;
  float: left;
}

.AlpinePhotoTiles_breakline {
  width: 100%;
  float: left;
  position: relative;
  clear: both;
  height: 1px;
}

.AlpinePhotoTiles_parent_class {
  position: relative;
  max-width: 100%;
  clear: both;
  display: block;
  height: auto;
  overflow: hidden;
}

.AlpinePhotoTiles-row {
  max-width: 100%;
  position: relative;
  padding: 0 0 4px 0;
  clear: both;
  display: block;
  height: auto;
}
.AlpinePhotoTiles-tile {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0 0 4px;
  float: left;
}
.AlpinePhotoTiles-half-tile {
}
.AlpinePhotoTiles-half-tile-first {
}
.AlpinePhotoTiles-half-tile-last {
}

.AlpinePhotoTiles-bookshelf {
  padding: 5px 0;
}
.AlpinePhotoTiles-book {
  position: absolute;
  bottom: 5px;
  margin: 0 0 0 4px;
}

.AlpinePhotoTiles-riftline {
  padding: 0 0 5px 0;
}
.AlpinePhotoTiles-rift {
  position: absolute;
  bottom: 5px;
  margin: 0 0 0 4px;
}
.AlpinePhotoTiles-rift.AlpinePhotoTiles-float-0 {
  top: 0px;
}
.AlpinePhotoTiles-rift.AlpinePhotoTiles-float-1 {
  bottom: 5px;
}

.AlpinePhotoTiles-image-div-container {
  overflow: hidden;
}
.AlpinePhotoTiles-gallery-container {
  margin: 0 0 0 4px;
}

.AlpinePhotoTiles-image-div {
  position: relative;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
.AlpinePhotoTiles-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.AlpinePhotoTiles-border-div {
  background: none repeat scroll 0 0 #ffffff;
  padding: 5px;
}
.AlpinePhotoTiles-highlight-div {
  padding: 2px;
}

.AlpinePhotoTiles-shadow-div {
  box-shadow: 1px 1px 3px rgba(34, 25, 25, 0.4);
}
.AlpinePhotoTiles-curve-div {
  border-radius: 3px 3px 3px 3px;
}

.AlpinePhotoTiles-display-link {
  width: 100%;
  text-align: center;
  /*font-size:10px; */
  margin: 3px 0 3px 0;
  position: relative;
}
.AlpinePhotoTiles-image-link {
  margin: 0px;
  border: 0px;
  padding: 3px 0 3px 0;
}
.AlpinePhotoTiles-display-link-container {
  position: relative;
  clear: both;
  display: block;
  width: 100%;
}

/* Styles specific to the images of each display style */
.AlpinePhotoTiles-vertical-img {
  position: relative;
  width: 100%;
  margin: 4px 0 0 0;
  padding: 0;
  border: 0;
  outline: 0;
}
.AlpinePhotoTiles-vertical-link {
  line-height: 0;
  display: block;
}
.AlpinePhotoTiles-tile-img {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* Style for the little corner link to ETH & KU */
.AlpinePhotoTiles-by-link {
  position: absolute;
  bottom: 0px;
  left: 5px;
  display: block;
  height: auto;
  color: #c0c0c0;
  padding: 5px;
  text-align: left;
  font-size: 12px;
  z-index: 100;
}
.AlpinePhotoTiles-by-link a {
  font-size: 8px;
  line-height: 8px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  color: #c0c0c0;
  text-decoration: none;
}

.AlpinePhotoTiles-pinterest-container {
  display: block;
  position: relative;
}
.AlpinePhotoTiles-pin-it-button {
  display: block;
  width: 100%;
  height: 100%;
}
.AlpinePhotoTiles-pinterest-container:hover .AlpinePhotoTiles-pin-it {
  opacity: 1;
}
.AlpinePhotoTiles-pin-it {
  background-image: url("images/pin-it.png");
  width: 43px;
  height: 21px;
  max-height: 40%;
  max-width: 40%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 18px;
  right: 15px;
  opacity: 0;
}
.AlpinePhotoTiles-pin-it.small {
  bottom: 7px;
  right: 9px;
}
.AlpinePhotoTiles-pin-it:hover {
  background-color: rgba(34, 25, 25, 0.6);
  box-shadow: 0 0 3px rgba(34, 25, 25, 0.6);
}

.white-popup-block {
  background: #fff;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

/* Magnific Customization */

.mfp-wrap .mfp-arrow:after {
  /* display: none */
}
.mfp-wrap .mfp-arrow:before {
  /*  border: 0 */
}
.mfp-wrap .mfp-arrow.mfp-arrow-left:before {
  /*  content: "\e906" */
}
.mfp-wrap .mfp-arrow.mfp-arrow-right:before {
  /* content: "\e908"  */
}
.mfp-wrap .mfp-container {
  cursor: pointer !important;
}
.mfp-wrap .mfp-container .mfp-close {
  position: fixed;
  top: 30px;
  right: 10px;
  color: #fff;
  font-weight: normal;
  font-size: 30px;
  margin: 0;
  height: auto;
  line-height: 1;
  cursor: pointer !important;
  font-size: 24px;
  content: "ÃƒÆ’Ã¢â‚¬â€";
}
.mfp-wrap .mfp-container .mfp-content {
  width: auto;
  margin: 0 auto;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure,
.mfp-wrap .mfp-container .mfp-content .mfp-figure > img,
.mfp-wrap .mfp-container .mfp-content .mfp-figure > video {
  max-height: 70vh !important;
  max-width: 80vw !important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-img {
  padding: 0;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure {
  position: relative;
  padding: 0;
  overflow: hidden !important;
  border-radius: 3px;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure:after {
  display: none;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure.left {
  padding-left: 300px;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure.left .mfp-bottom-bar {
  border-right: 1px solid #eee;
  top: 0;
  bottom: 0;
  left: 0;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure.right {
  padding-right: 300px;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure.right .mfp-bottom-bar {
  border-left: 1px solid #eee;
  top: 0;
  bottom: 0;
  right: 0;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure.left .mfp-bottom-bar,
.mfp-wrap .mfp-container .mfp-content .mfp-figure.right .mfp-bottom-bar {
  width: 300px;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure.top .mfp-bottom-bar,
.mfp-wrap .mfp-container .mfp-content .mfp-figure.bottom .mfp-bottom-bar {
  left: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  min-height: 50px;
  max-height: 100px;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure.bottom {
  padding-bottom: 50px;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure.bottom .mfp-bottom-bar {
  border-top: 1px solid #eee;
  bottom: 0;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure.top {
  padding-top: 50px;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure.top .mfp-bottom-bar {
  border-bottom: 1px solid #eee;
  top: 0;
}
.mfp-wrap .mfp-container .mfp-content .mfp-bottom-bar {
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  background-color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  text-align: left;
}
.mfp-wrap .mfp-container .mfp-content .mfp-bottom-bar .mfp-title {
  font-size: 13px;
  font-weight: 400;
  color: #262626;
  padding: 0px;
}
.mfp-wrap .mfp-container .mfp-content .mfp-bottom-bar .mfp-title a {
  font-weight: bold;
  color: #262626;
}
.mfp-wrap .mfp-container .mfp-content .mfp-bottom-bar .mfp-title a:hover {
  color: #3897f0;
}
.mfp-wrap .mfp-container .mfp-content .mfp-bottom-bar .mfp-title .mfp-info,
.mfp-wrap .mfp-container .mfp-content .mfp-bottom-bar .mfp-title .mfp-icons,
.mfp-wrap .mfp-container .mfp-content .mfp-bottom-bar .mfp-title .mfp-user,
.mfp-wrap .mfp-container .mfp-content .mfp-bottom-bar .mfp-title .mfp-caption {
  display: block;
  clear: both;
  margin: 0;
  padding: 15px;
}
.mfp-wrap .mfp-container .mfp-content .mfp-bottom-bar .mfp-title .mfp-caption {
  padding-top: 15px;
  padding-bottom: 0;
  margin-bottom: 15px;
}
.mfp-wrap
  .mfp-container
  .mfp-content
  .mfp-bottom-bar
  .mfp-title
  .mfp-icons
  .mfp-link,
.mfp-wrap
  .mfp-container
  .mfp-content
  .mfp-bottom-bar
  .mfp-title
  .mfp-icons
  .mfp-counter {
  position: inherit;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #999;
  margin: 0 15px 0 0;
  line-height: 1;
}

.mfp-title .mfp-icons {
  position: absolute;
  bottom: 20px;
  right: 0px;
  width: 120px;
  padding: 0 !important;
}

.mfp-wrap
  .mfp-container
  .mfp-content
  .mfp-bottom-bar
  .mfp-title
  .mfp-icons
  .mfp-link:hover {
  color: #3897f0;
}
.mfp-wrap .mfp-container .mfp-content .mfp-bottom-bar .mfp-title .mfp-link i,
.mfp-wrap
  .mfp-container
  .mfp-content
  .mfp-bottom-bar
  .mfp-title
  .mfp-comments
  i,
.mfp-wrap .mfp-container .mfp-content .mfp-bottom-bar .mfp-title .mfp-likes i {
  margin: 0 4px 0 0;
  font-weight: bold;
}
.mfp-wrap .mfp-container .mfp-content .mfp-bottom-bar .mfp-title .mfp-info {
  border-top: 1px solid #eee;
}
.mfp-wrap
  .mfp-container
  .mfp-content
  .mfp-bottom-bar
  .mfp-title
  .mfp-info
  .mfp-date {
  text-transform: uppercase;
  font-size: 12px;
  color: #999;
  float: right;
  position: relative;
  bottom: -1px;
}
.mfp-wrap
  .mfp-container
  .mfp-content
  .mfp-bottom-bar
  .mfp-title
  .mfp-info
  .mfp-date,
.mfp-wrap
  .mfp-container
  .mfp-content
  .mfp-bottom-bar
  .mfp-title
  .mfp-info
  .mfp-comments,
.mfp-wrap
  .mfp-container
  .mfp-content
  .mfp-bottom-bar
  .mfp-title
  .mfp-info
  .mfp-likes {
  display: inline-block;
  margin: 0 5px 0 0;
}
.mfp-wrap .mfp-container .mfp-content .mfp-bottom-bar .mfp-title .mfp-user {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  width: auto;
}
.mfp-wrap .mfp-container .mfp-content .mfp-bottom-bar .mfp-title .mfp-user img {
  border: 0;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border-radius: 40px;
  border: 1px solid #eee;
}
.mfp-wrap .mfp-container .mfp-content .mfp-bottom-bar .mfp-title .mfp-user a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 13px;
}

.load-more-feed {
  text-align: center;
  margin-top: 50px;
}


@media only screen and (max-width: 480px) {

  .AlpinePhotoTiles_cascade_column {
    width: 100% !important;
  }

  img.AlpinePhotoTiles-img-corners {
    max-width: 100% !important;
  }
  .mfp-bottom-bar {
    position: relative;
  }
  a.mfp-link {
    float: left;
  }
  .mfp-title .mfp-icons {
    position: relative;
    width: 100%;
    padding: 15px 5px 7px 17px !important;
    text-align: right;
    bottom: 0px;
  }
  .mfp-wrap .mfp-container .mfp-close {
    font-size: 45px;
  }
  .mfp-arrow-right:after {
    margin-left: 60px;
  }
  .mfp-arrow-left:before {
    margin-left: 3px; }
  .mfp-arrow-left:after {
    margin-left: 12px;
  }
  .mfp-arrow-right:before {
    margin-left: 52px
  }
  .mfp-wrap .mfp-container .mfp-content .mfp-figure, .mfp-wrap .mfp-container .mfp-content .mfp-figure > img, .mfp-wrap .mfp-container .mfp-content .mfp-figure > video {
    max-height: 100% !important;
  }
}