* {
  box-sizing: border-box; }

body {
  background: #fafafa;
  font-family: "Fira Sans", sans-serif;
  -webkit-font-smoothing: antialiased; }

#fixed-container {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden; }

.nav {
  display: block;
  width: 100%;
  max-width: 480px;
  height: 50px;
  background-color: #000; }

.nav-link {
  display: block;
  height: 50px;
  width: 61px;
  margin: 0 auto;
  padding: 9px 0; }

.nav-logo {
  height: 32px;
  width: 100%;
  background: url(http://assets.guff.com/img/guff_logo.svg) no-repeat; }

.carousel-container {
  position: fixed;
  top: 50px;
  bottom: 0;
  width: 100%;
  max-width: 480px; }

.carousel {
  height: 100%;
  background: #000; }

.carousel-cell {
  width: 100%;
  height: 100%;
  margin-right: 0px;
  background: #fff;
  background-position: center center;
  background-size: cover;
  counter-increment: carousel-cell;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

.is-selected {
  opacity: 1; }

.first-last-cell {
  width: calc(100% - 50px); }

.flickity-prev-next-button.previous {
  left: 0px; }

.flickity-prev-next-button.next {
  right: 0px; }

.flickity-prev-next-button {
  height: 200px;
  width: 50px;
  background: rgba(73, 171, 229, 0);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-animation-name: button-animation;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 5;
  animation-name: button-animation;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 5; }

@-webkit-keyframes button-animation {
  0% {
    background: rgba(73, 171, 229, 0); }
  50% {
    background: #49abe5; }
  100% {
    background: rgba(73, 171, 229, 0); } }
@keyframes button-animation {
  0% {
    background: rgba(73, 171, 229, 0); }
  50% {
    background: #49abe5; }
  100% {
    background: rgba(73, 171, 229, 0); } }
.flickity-prev-next-button:hover {
  background: transparent; }

.flickity-prev-next-button:disabled {
  opacity: 0; }

.flickity-prev-next-button .arrow {
  fill: rgba(255, 255, 255, 0.5);
  -webkit-animation-name: arrow-animation;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 5;
  animation-name: arrow-animation;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 5; }

@-webkit-keyframes arrow-animation {
  0% {
    fill: rgba(255, 255, 255, 0.5); }
  50% {
    fill: white; }
  100% {
    fill: rgba(255, 255, 255, 0.5); } }
@keyframes arrow-animation {
  0% {
    fill: rgba(255, 255, 255, 0.5); }
  50% {
    fill: white; }
  100% {
    fill: rgba(255, 255, 255, 0.5); } }
.flickity-prev-next-button.no-svg {
  color: rgba(255, 255, 255, 0.5); }

.flickity-page-dots {
  padding: 0 4px;
  bottom: 10px; }

.flickity-page-dots .dot {
  width: calc((100% / 15) - (6px * 2));
  height: 3px;
  margin: 0 6px;
  background: #fff;
  opacity: 0.3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.slide-container--title-slide {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), transparent);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7), transparent);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7), transparent);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7), transparent); }

.title {
  margin-bottom: 10px;
  color: #fff;
  font-family: inherit;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700; }

.title-details, .title-details--light {
  margin-bottom: 10px;
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500; }

.title-details--light {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400; }

.slide-container--list-item {
  position: relative;
  width: calc(100% - 20px);
  height: calc(100% - 38px);
  margin: 10px; }

h1 {
  display: inline-block;
  padding: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

p {
  position: absolute;
  bottom: 0;
  display: block;
  padding: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.slide-container--list-item a {
  color: #49ABE5; }

.slide-container--suggested-content {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #fafafa; }

.suggested-posts {
  margin-bottom: 20px;
  padding-bottom: 4px;
  color: #545454;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  border-bottom: 1px solid #ddd; }

.post-card {
  position: relative;
  display: block;
  margin-bottom: 20px;
  float: left;
  overflow: hidden; }

.thumbnail {
  float: left;
  width: 88px;
  height: 88px;
  margin-right: 20px;
  background-color: #333;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.post-card__text {
  float: left;
  display: block;
  width: calc(100% - 108px);
  color: #333;
  overflow: hidden; }

.post-card__title {
  display: block;
  color: #333;
  font-family: inherit;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none; }
