/*
    Document   : feed
    Created on : May 16, 2013, 3:31:50 PM
    Author     : matt
    Description:
        Purpose of the stylesheet follows.
*/
/* ==== Feed ==== */
#feed-wrapper {
  margin-top: 30px;
  width: 100%;
  min-width: 980px;
  position: relative;
  font-size: 9px;
  line-height: 1.4em;
  -webkit-font-smoothing: subpixel-antialiased; }

#feed-header {
  position: absolute;
  top: -2px;
  width: 100%;
  min-width: 980px;
  background-image: url("../images/feed-tab-bg.png");
  background-repeat: repeat-x;
  z-index: 10; }

#feed-header-arrow {
  width: 93px;
  margin: 0px auto 0; }

.feed-post {
  float: left;
  height: 0;
  width: 12.5%;
  padding-bottom: 12.5%;
  overflow: hidden; }

.feed-post, .feed-post a {
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto; }

.feed-post .feed-image-container {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10; }

.feed-post .feed-image {
  width: 100%;
}

.feed-post .flipper {
  height: 100%;
  width: 100%; }

.feed-post .theImage-background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.feed-post .front-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 20; }

.feed-post .front-content a.author {
  display: block;
  background-image: url(../images/Bg_Feed_Instagram_Content.png);
  position: absolute;
  bottom: 2px;
  right: 2px;
  padding: 10px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  font-size: 1em;
  font-weight: bold;
  margin-left: 2px;
  display: none; }

.feed-post .back-face {
  background-color: #212121; }

.feed-post .back-face .back-content {
  height: 100%;
  width: 100%;
  background-color: #212121; }

.feed-post .back-face .back-content .inner {
  color: #fff;
  padding: 10px;
  position: absolute;
  top: 48px;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 1.2em; }

.feed-post .back-face .back-content .inner p {
  margin: 0px 0px 10px 0px;
  padding: 0px 0 0px;
  height: auto;
  overflow: hidden; }

.twitter-content {
  position: relative; }

.twitter-content .inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px; }

.feed-post.blog a {
  color: #fff; }

/* Support for flipping the panels */
.flip-container {
  perspective: 1000; }

.flip-container:hover .flipper, .flip-container.hover .flipper {
  transform: rotateY(180deg); }

.flip-container, .front-face, .back-face {
  width: 100%;
  height: 0;
  padding-bottom: 100%; }

.flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative; }

.front-face, .back-face {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(0deg);
  position: absolute;
  top: 0;
  left: 0; }

.front-face {
  background: #000;
  z-index: 2; }

.back-face {
  background: lightblue;
  transform: rotateY(180deg); }

/* end flipping support */
#feed-wrapper {
  position: relative;
  background: #000; }

.feed-post {
  position: relative;
  /*background-size: cover;*/ }

.feed-post .icon {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 32px;
  height: 32px;
  font-size: 0; }

.feed-post.twitter {
  background-color: #d0effd; }

.feed-post.twitter .icon {
  background-image: url(../images/icons/Icon_Feed_Twitter.png);
  display: none; }

.feed-post.twitter .content {
  font-size: 1.2em;
  color: #1a657e;
  font-weight: bold;
  -webkit-font-smoothing: subpixel-antialiased;
  box-shadow: inset 0 0 1px #7aafca; }

.feed-post.twitter .author {
  display: block;
  margin-top: 10px;
  padding-left: 18px;
  font-size: 1.2em;
  color: #5290ab;
  font-weight: normal;
  background: url(../images/icons/Icon_Feed_Twitter-small.png) 0 -2px no-repeat; }

.feed-post.twitter .author:hover {
  color: #376e86;
  text-decoration: none; }

.feed-post.instagram {
  /*     background-color: #f7f7f7; */ }

.feed-post.instagram .icon {
  background-image: url(../images/icons/Icon_Feed_Instagram.png); }

.feed-post.instagram .content {
  position: absolute;
  bottom: 2px;
  left: 2px;
  right: 2px;
  padding: 16px;
  background-image: url(../images/Bg_Feed_Instagram_Content.png);
  color: #fff;
  text-shadow: 1px 1px 1px #454545;
  /*         filter: dropshadow(color=#454545, offx=1, offy=1); */ }

.no-boxshadow .feed-post.instagram .content {
  bottom: 0;
  left: 0;
  right: 0; }

.feed-post.instagram .author {
  display: inline;
  color: #fff;
  font-weight: bold; }

.feed-post.feature .content {
  position: absolute;
  bottom: 55px;
  left: 16px;
  right: 16px;
  font-size: 1em; }

.feed-post.feature h2 {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold; }

.feed-post.feature .icon {
  background-image: url(../images/icons/Icon_Feed_Feature_Light.png); }

.feed-post.feature.light {
  background-color: #797e81; }

.feed-post.feature.light .content {
  color: #fff;
  text-shadow: 1px 1px 1px #444749;
  /*         filter: dropshadow(color=#444749, offx=1, offy=1); */ }

.feed-post.blog {
  text-transform: uppercase; }

.feed-post.blog .icon {
  background-image: url(../images/icons/Icon_Feed_Blog.png);
  display: none; }

.feed-post.blog .content {
  position: absolute;
  bottom: 2px;
  left: 2px;
  right: 2px;
  height: 120px;
  padding: 30px 10px 10px 10px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  background-color: #fff;
  color: #555555; }

.no-boxshadow .feed-post.blog .content {
  bottom: 0;
  left: 0;
  right: 0; }

.feed-post.blog h2 {
  margin: 0;
  font-size: 1.5em; }

.feed-post.blog strong {
  font-weight: normal; }

.feed-post.blog .back-face .author {
  display: block;
  font-size: 1.1em;
  color: #fff;
  text-shadow: 1px 1px 1px #222;
  margin-bottom: 10px; }

.feed-post.blog .category {
  color: #ccc;
  font-size: 1em; }

.feed-post.blog .comments {
  position: absolute;
  bottom: 16px;
  right: 10px;
  font-size: 1em; }

.loader {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-position: 222px 15px;
  font-family: 'brandon_textbold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-indent: 11px;
  font-size: 18px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  text-transform: uppercase;
  cursor: pointer;
  text-shadow: 1px 1px 1px #f6f6f6;
  /*     filter: dropshadow(color=#f6f6f6, offx=1, offy=1); */ }

.loader:hover {
  color: #000;
  text-decoration: none; }

.loader.loading {
  background-image: url(../images/loading.gif); }

.loaded-posts {
  display: none; }

.hidden-row {
  display: none; }

@media (max-width: 979px) {
  #feed-wrapper {
    display: none !important; } }

@media (min-width: 980px) and (max-width: 1199px) {
  .feed-post .front-content a.author {
    font-size: 1em; }
  .feed-post.twitter .content {
    font-size: 1em; } }

/*# sourceMappingURL=feed.css.map */
