@font-face {
  font-family: 'td';
  src: url("fonts/td.eot?-h76b3j");
  src: url("fonts/td.eot?#iefix-h76b3j") format("embedded-opentype"), url("fonts/td.woff?-h76b3j") format("woff"), url("fonts/td.ttf?-h76b3j") format("truetype"), url("fonts/td.svg?-h76b3j#td") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  -webkit-text-size-adjust: none; }

/* Box Model */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Typography */
body.is-loading *, body.is-loading *:before, body.is-loading *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important; }

body {
  background: #e5e5e5;
  background-image: url("assets/css/images/bg.svg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  min-width: 320px; }
  body:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 22em;
    height: 100%;
    background: #fff; }
  @media screen and (max-width: 1680px) {
    body:before {
      width: 21em; } }

body, input, select, textarea {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 13pt;
  line-height: 1.5em;
  color: #666666; }

strong, b {
  color: #444444; }

a {
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
  border-bottom: dotted 1px;
  color: inherit; }
  a:hover {
    border-bottom-color: transparent;
    color: #5FCEC0; }

h1, h2, h3, h4, h5, h6 {
  color: #444444;
  letter-spacing: -0.015em;
  font-weight: 700;
  line-height: 1.375; }

h1 {
  font-size: 2.25em;
  margin: 0 0 1.5em 0; }
  h1 + .heading-description {
    font-size: 2.25em;
    color: #444444;
    letter-spacing: -0.015em;
    font-weight: 700;
    line-height: 1.375; }
    h1 + .heading-description:before {
      content: ', '; }

h2 {
  font-size: 1.5em;
  margin: 0 0 1.5em 0; }

h3 {
  font-size: 1.2em;
  margin: 0 0 0.25em 0; }
  h3 a {
    color: inherit;
    text-decoration: none;
    border-bottom: 0; }

p, ul, ol, table, form {
  margin: 0 0 1.5em 0; }

dl dt {
  font-size: 1.25em;
  line-height: 1.5em;
  letter-spacing: -0.015em;
  color: #444444;
  margin: 0 0 0.75em 0;
  font-weight: 700; }
dl dd {
  margin: 0 0 2em 0; }
  dl dd > :last-child {
    margin-bottom: 0; }
  dl dd:last-child {
    margin-bottom: 0; }

small {
  font-size: 0.8em; }

mark {
  color: #fff;
  background-color: #ff6098;
  border-radius: 4px;
  padding: 0.0875em 0.225em;
  margin: 0.125em; }

@media screen and (max-width: 1680px) {
  body, input, select, textarea {
    font-size: 11pt; }

  h1 {
    font-size: 2em; }
    h1 + .heading-description {
      font-size: 2em; } }
@media screen and (max-width: 960px) {
  body:before {
    display: none; }

  h1 {
    font-size: 1.75em; }
    h1 + .heading-description {
      font-size: 1.75em; } }
@media screen and (max-width: 736px) {
  body:before {
    display: none; }

  h1 {
    font-size: 1.5em; }
    h1 + .heading-description {
      font-size: 1.5em; } }
/* Image */
.image {
  border-radius: 4px;
  overflow: hidden; }
  .image img {
    width: 100%; }
  .image.fit {
    display: block;
    width: 100%; }
  .image.feature {
    display: block;
    width: 100%;
    margin: 0 0 1.5em 0; }

/* Section/Article */
header.major {
  background-color: #5FCEC0;
  color: #fff;
  padding: 2.5em;
  margin: -4em 0 4em -3em;
  width: calc(100% + 6em); }
  header.major > :last-child {
    margin-bottom: 0; }
  header.major a {
    color: inherit; }
    header.major a:hover {
      color: inherit; }
  header.major h1 {
    color: inherit;
    display: inline;
    font-size: 1.5em; }
    header.major h1:hover {
      color: inherit; }
    header.major h1 + .heading-description {
      color: inherit;
      display: inline; }
  header.major .status {
    font-size: 1.5em; }
  header.major > .inner {
    width: 108em;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    header.major > .inner > * {
      margin-bottom: 0;
      line-height: 1; }
    header.major > .inner.split {
      display: -moz-flex;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex; }
      header.major > .inner.split > * {
        -moz-flex-grow: 1;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        -moz-flex-shrink: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0; }
      header.major > .inner.split > :first-child {
        text-align: left; }
      header.major > .inner.split > :last-child {
        text-align: right; }
  @media screen and (max-width: 1680px) {
    header.major {
      padding: 2.25em 3em;
      margin: -3em 0 3em -3em;
      width: calc(100% + 6em); } }
  @media screen and (max-width: 960px) {
    header.major {
      padding: 2em;
      margin: -2em 0 2em -2em;
      width: calc(100% + 4em);
      text-align: center; } }
  @media screen and (max-width: 736px) {
    header.major h1 {
      font-size: 1em; }
    header.major .status {
      font-size: 1em; } }
  @media screen and (max-width: 480px) {
    header.major {
      padding: 1.25em;
      margin: -1em 0 1em -1em;
      width: calc(100% + 2em); } }

/* License Box */
.license-box {
  border-radius: 4px;
  background: #111111;
  color: #fff;
  padding: 1.5em;
  text-align: center;
  margin: 0 0 1.5em 0; }
  .license-box p {
    margin: 0.5em 0 0 0;
    font-size: 1.25em;
    line-height: 1.5em;
    letter-spacing: -0.015em; }
  .license-box .license-button {
    border: 0; }
  @media screen and (max-width: 736px) {
    .license-box {
      padding: 1.25em; }
      .license-box p {
        font-size: 1em;
        line-height: inherit;
        letter-spacing: 0;
        margin: 0; } }

/* Form */
form .fields {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 2em);
  margin: -2em 0 0 -2em; }
  form .fields > * {
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    margin: 2em 0 0 2em; }
  form .fields > .quarter {
    width: calc(25% - 2em); }
  form .fields > .third {
    width: calc(100%/3 - 2em); }
  form .fields > .half {
    width: calc(50% - 2em); }
  form .fields > .twothirds {
    width: calc(66.66667% - 2em); }
  form .fields > .full {
    width: 100%; }
  @media screen and (max-width: 960px) {
    form .fields > .third.primary {
      width: 100%; }
      form .fields > .third.primary + .third, form .fields > .third.primary + .third + .third {
        width: calc(50% - 2em); } }
  @media screen and (max-width: 736px) {
    form .fields {
      width: 100%;
      margin: -2em 0 0 0; }
      form .fields > * {
        margin: 2em 0 0 0; }
      form .fields > .quarter {
        width: 100%; }
      form .fields > .third {
        width: 100%; }
        form .fields > .third.primary + .third, form .fields > .third.primary + .third + .third {
          width: 100%; }
      form .fields > .half {
        width: 100%; }
        form .fields > .half.primary + .quarter, form .fields > .half.primary + .quarter + .quarter {
          width: calc(50% - 1em); }
        form .fields > .half.primary + .quarter {
          margin-right: 1em; }
        form .fields > .half.primary + .quarter + .quarter {
          margin-left: 1em; }
      form .fields > .twothirds {
        width: 100%; } }
  form .fields + .actions {
    margin-top: 2em; }

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  -moz-transition: border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 0 0.75em;
  border: solid 2px #dfdfdf;
  border-radius: 4px;
  color: #444444;
  background: rgba(0, 0, 0, 0.025); }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  textarea:focus,
  select:focus {
    border-color: #5FCEC0; }

input[type="text"],
input[type="email"],
input[type="password"] {
  line-height: 3em;
  height: 3em; }

textarea {
  padding: 0.75em; }

select {
  padding: 0.75em; }

label {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 0.125em;
  color: #444444;
  margin: 0 0 0.5em 0;
  display: block; }

/* Alert */
.alert {
  display: block;
  width: 100%;
  line-height: 3em;
  height: 3em;
  padding: 0 0.75em;
  border-radius: 4px;
  color: #444444;
  background: #888;
  color: #fff;
  margin: 0 0 1em 0; }
  .alert.error {
    background: #ee8888; }
    .alert.error strong {
      color: #fff; }
  .alert.success {
    background: #88cc88; }
    .alert.success strong {
      color: #fff; }

/* Item */
.item {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  position: relative;
  border-radius: 4px;
  background: #fff;
  padding: 0.5em 0.5em 3em 0.5em; }
  .item .tag {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    height: 2.25em;
    line-height: 2.25em;
    padding: 0 0.85em;
    border-radius: 0 4px 0 4px;
    background: #ff6098;
    color: #fff; }
    .item .tag span {
      text-transform: uppercase;
      font-size: 0.8em;
      font-weight: 700;
      letter-spacing: -0.015em; }
  .item header {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
    height: 3em;
    line-height: 3em;
    z-index: 1;
    border-radius: 0 0 4px 4px;
    padding: 0 1em;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    overflow: hidden; }
    .item header h3 {
      white-space: nowrap;
      text-align: left;
      padding-right: 1.5em;
      -moz-flex-grow: 0;
      -webkit-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0;
      font-size: 1em;
      margin-bottom: 0;
      line-height: inherit; }
      .item header h3 a {
        display: block;
        line-height: inherit; }
    .item header .type {
      font-size: 0.9em;
      text-align: left;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: right;
      display: block;
      -moz-flex-grow: 1;
      -webkit-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1; }
  .item footer {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-transition: opacity 0.1s ease-in-out;
    -webkit-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    height: calc(100% - 2.5em); }
    .item footer .button {
      white-space: nowrap;
      color: #fff;
      border-color: #fff; }
      .item footer .button:hover {
        color: #74e2d4;
        border-color: #74e2d4; }
    .item footer .actions {
      max-width: 100%;
      width: 14em;
      margin-left: auto;
      margin-right: auto; }
      .item footer .actions > li {
        display: block;
        margin: 1.25em 0 0 0; }
        .item footer .actions > li:first-child {
          margin-top: 0; }
    .item footer p {
      color: #fff; }
    .item footer strong {
      color: #fff;
      font-weight: 700; }
    .item footer .inner {
      display: block;
      width: 16em;
      max-width: calc(100% - 5em);
      vertical-align: middle; }
      .item footer .inner > :last-child {
        margin-bottom: 0; }
  .item .image {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: #2a3033;
    border: 0;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 5em; }
    .item .image img {
      -moz-transition: opacity 0.1s ease-in-out;
      -webkit-transition: opacity 0.1s ease-in-out;
      -ms-transition: opacity 0.1s ease-in-out;
      transition: opacity 0.1s ease-in-out;
      display: block;
      height: auto;
      opacity: 1.0;
      width: 100%; }
  .item:hover footer {
    opacity: 1.0; }
  .item:hover .image img {
    opacity: 0.25 !important; }
  .item .image img {
    opacity: 0; }
  .item .image.is-loaded img {
    opacity: 1; }

@media screen and (min-width: 1281px) {
  .featured-item {
    border-radius: 4px;
    background: #fff;
    padding: 0.5em;
    width: 100%;
    position: relative;
    cursor: default; }
    .featured-item .image {
      display: block;
      background: #111;
      border: 0;
      padding: 6em 6em 0 6em;
      overflow: hidden;
      position: relative;
      height: 33em;
      outline: 0;
      -moz-pointer-events: auto;
      -webkit-pointer-events: auto;
      -ms-pointer-events: auto;
      pointer-events: auto; }
      .featured-item .image img.main {
        width: 45%;
        display: block;
        position: relative;
        z-index: 1;
        max-width: 500px;
        -moz-transition: opacity 1s ease, -moz-transform 1s ease, margin-top 0.325s ease;
        -webkit-transition: opacity 1s ease, -webkit-transform 1s ease, margin-top 0.325s ease;
        -ms-transition: opacity 1s ease, -ms-transform 1s ease, margin-top 0.325s ease;
        transition: opacity 1s ease, transform 1s ease, margin-top 0.325s ease; }
        .featured-item .image img.main:hover {
          margin-top: -0.75em; }
          .featured-item .image img.main:hover + img.bg {
            -moz-transition-delay: 0s;
            -webkit-transition-delay: 0s;
            -ms-transition-delay: 0s;
            transition-delay: 0s;
            -moz-transition: opacity 0.325s ease, -moz-transform 1s ease, width 0.325s ease, left 0.325s ease, top 0.325s ease;
            -webkit-transition: opacity 0.325s ease, -webkit-transform 1s ease, width 0.325s ease, left 0.325s ease, top 0.325s ease;
            -ms-transition: opacity 0.325s ease, -ms-transform 1s ease, width 0.325s ease, left 0.325s ease, top 0.325s ease;
            transition: opacity 0.325s ease, transform 1s ease, width 0.325s ease, left 0.325s ease, top 0.325s ease;
            width: 120%;
            left: -10%;
            top: -32.5%;
            opacity: 0.175; }
            body.is-ie .featured-item .image img.main:hover + img.bg {
              opacity: 0.025; }
      .featured-item .image img.bg {
        position: absolute;
        top: -35%;
        left: -12.5%;
        width: 125%;
        opacity: 0.375;
        -moz-filter: blur(0.75em);
        -webkit-filter: blur(0.75em);
        -ms-filter: blur(0.75em);
        filter: blur(0.75em);
        -moz-pointer-events: none;
        -webkit-pointer-events: none;
        -ms-pointer-events: none;
        pointer-events: none;
        -moz-transition-delay: 1s;
        -webkit-transition-delay: 1s;
        -ms-transition-delay: 1s;
        transition-delay: 1s;
        -moz-transition: opacity 1s ease, -moz-transform 1s ease, width 0.325s ease, left 0.325s ease, top 0.325s ease;
        -webkit-transition: opacity 1s ease, -webkit-transform 1s ease, width 0.325s ease, left 0.325s ease, top 0.325s ease;
        -ms-transition: opacity 1s ease, -ms-transform 1s ease, width 0.325s ease, left 0.325s ease, top 0.325s ease;
        transition: opacity 1s ease, transform 1s ease, width 0.325s ease, left 0.325s ease, top 0.325s ease; }
        body.is-ie .featured-item .image img.bg {
          opacity: 0.075; }
    .featured-item .tag {
      position: absolute;
      top: 0.5em;
      right: 0.5em;
      height: 2.25em;
      line-height: 2.25em;
      padding: 0 0.85em;
      border-radius: 0 4px 0 4px;
      background: #ff6098;
      color: #fff;
      -moz-pointer-events: none;
      -webkit-pointer-events: none;
      -ms-pointer-events: none;
      pointer-events: none; }
      .featured-item .tag span {
        text-transform: uppercase;
        font-size: 0.8em;
        font-weight: 700;
        letter-spacing: -0.015em; }
    .featured-item header, .featured-item footer {
      position: absolute;
      left: calc(500px + 6em + 0.5em);
      max-width: calc(100% - 500px + 6em - 1em);
      text-align: left;
      color: #fff;
      padding: 0 6em;
      z-index: 1;
      -moz-pointer-events: none;
      -webkit-pointer-events: none;
      -ms-pointer-events: none;
      pointer-events: none; }
      .featured-item header a, .featured-item footer a {
        -moz-pointer-events: auto;
        -webkit-pointer-events: auto;
        -ms-pointer-events: auto;
        pointer-events: auto; }
    .featured-item header {
      top: 10.5em; }
      .featured-item header h3 {
        color: inherit;
        font-size: 3em;
        line-height: 1;
        margin: 0 0 0.325em 0; }
      .featured-item header .type {
        font-style: italic; }
    .featured-item footer {
      top: 17.5em; }
      .featured-item footer .button {
        white-space: nowrap;
        color: #fff;
        border-color: #fff;
        width: 15.575em;
        max-width: 100%; }
        .featured-item footer .button:hover {
          color: #74e2d4;
          border-color: #74e2d4; }
      .featured-item footer .actions {
        max-width: 100%; }
        .featured-item footer .actions > li {
          margin-left: 1.25em;
          max-width: calc(50% - 1.25em); }
      .featured-item footer strong {
        color: #fff; }
    body.is-loading .featured-item .image img.main {
      opacity: 0;
      -moz-transform: translateY(1em);
      -webkit-transform: translateY(1em);
      -ms-transform: translateY(1em);
      transform: translateY(1em); }
    body.is-loading .featured-item .image img.bg {
      opacity: 0; } }
  @media screen and (min-width: 1281px) and (max-width: 1680px) {
    .featured-item .image {
      padding: 4em 4em 0 4em;
      height: 28em; }
    .featured-item header, .featured-item footer {
      padding: 0 4em;
      left: calc(45% + 0.5em);
      width: 100%;
      max-width: calc(100% - 45% - 1em); }
    .featured-item header {
      top: 7.5em; }
      .featured-item header h3 {
        font-size: 2.5em; }
    .featured-item footer {
      top: 14em; } }
  @media screen and (min-width: 1281px) and (max-width: 1280px) {
    .featured-item .image {
      padding: 3em 3em 0 3em;
      height: 27em;
      max-height: none; }
    .featured-item header, .featured-item footer {
      padding: 0 3em; }
    .featured-item header {
      top: 7em; }
    .featured-item footer {
      top: 13em; } }

@media screen and (max-width: 1280px) {
  .featured-item {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
    border-radius: 4px;
    background: #fff;
    padding: 0.5em 0.5em 3em 0.5em;
    width: auto; }
    .featured-item .tag {
      position: absolute;
      top: 0.5em;
      right: 0.5em;
      height: 2.25em;
      line-height: 2.25em;
      padding: 0 0.85em;
      border-radius: 0 4px 0 4px;
      background: #ff6098;
      color: #fff; }
      .featured-item .tag span {
        text-transform: uppercase;
        font-size: 0.8em;
        font-weight: 700;
        letter-spacing: -0.015em; }
    .featured-item header {
      position: absolute;
      left: 0;
      bottom: 0;
      background: #fff;
      width: 100%;
      height: 3em;
      line-height: 3em;
      z-index: 1;
      border-radius: 0 0 4px 4px;
      padding: 0 1em;
      display: -moz-flex;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      overflow: hidden; }
      .featured-item header h3 {
        white-space: nowrap;
        text-align: left;
        padding-right: 1.5em;
        -moz-flex-grow: 0;
        -webkit-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0;
        font-size: 1em;
        margin-bottom: 0;
        line-height: inherit; }
        .featured-item header h3 a {
          display: block;
          line-height: inherit; }
      .featured-item header .type {
        font-size: 0.9em;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: right;
        display: block;
        -moz-flex-grow: 1;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1; }
    .featured-item footer {
      display: -moz-flex;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -moz-align-items: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -moz-justify-content: center;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -moz-transition: opacity 0.1s ease-in-out;
      -webkit-transition: opacity 0.1s ease-in-out;
      -ms-transition: opacity 0.1s ease-in-out;
      transition: opacity 0.1s ease-in-out;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      text-align: center;
      opacity: 0;
      height: calc(100% - 2.5em); }
      .featured-item footer .button {
        white-space: nowrap;
        color: #fff;
        border-color: #fff; }
        .featured-item footer .button:hover {
          color: #74e2d4;
          border-color: #74e2d4; }
      .featured-item footer .actions {
        max-width: 100%;
        width: 14em;
        margin-left: auto;
        margin-right: auto; }
        .featured-item footer .actions > li {
          display: block;
          margin: 1.25em 0 0 0; }
          .featured-item footer .actions > li:first-child {
            margin-top: 0; }
      .featured-item footer p {
        color: #fff; }
      .featured-item footer strong {
        color: #fff;
        font-weight: 700; }
      .featured-item footer .inner {
        display: block;
        width: 16em;
        max-width: calc(100% - 5em);
        vertical-align: middle; }
        .featured-item footer .inner > :last-child {
          margin-bottom: 0; }
    .featured-item .image {
      display: -moz-flex;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -moz-justify-content: center;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -moz-align-items: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      background: #2a3033;
      border: 0;
      border-radius: 4px;
      overflow: hidden;
      position: relative;
      width: 100%;
      min-height: 5em; }
      .featured-item .image img {
        -moz-transition: opacity 0.1s ease-in-out;
        -webkit-transition: opacity 0.1s ease-in-out;
        -ms-transition: opacity 0.1s ease-in-out;
        transition: opacity 0.1s ease-in-out;
        display: block;
        height: auto;
        opacity: 1.0;
        width: 100%; }
    .featured-item:hover footer {
      opacity: 1.0; }
    .featured-item:hover .image img {
      opacity: 0.25 !important; }
    .featured-item .image img.bg {
      display: none; } }
@media screen and (max-width: 1680px) {
  .item h3, .item .type {
    font-size: 0.9em; }
  .item p {
    font-size: 0.9em; } }
@media screen and (max-width: 1280px) {
  .item footer .actions > li {
    margin: 1em 0 0 0; }
  .item footer .inner {
    width: 20em;
    max-width: calc(100% - 3em); }
    .item footer .inner > * {
      margin-bottom: 1em; }
    .item footer .inner .date {
      font-size: 0.8em; }
    .item footer .inner > :last-child {
      margin-bottom: 0; } }
/* Items */
.items {
  text-align: center;
  width: 108em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .items > .inner {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    margin: -2em 0 3em -2em; }
    .items > .inner > .featured-item {
      margin: 2em 0 0 2em;
      width: calc(100% - 2em);
      -moz-flex-grow: 1;
      -webkit-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      -moz-flex-shrink: 1;
      -webkit-flex-shrink: 1;
      -ms-flex-shrink: 1;
      flex-shrink: 1; }
    .items > .inner > .item {
      margin: 2em 0 0 2em;
      width: calc(25% - 2em);
      -moz-flex-grow: 1;
      -webkit-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      -moz-flex-shrink: 1;
      -webkit-flex-shrink: 1;
      -ms-flex-shrink: 1;
      flex-shrink: 1; }
    @media screen and (max-width: 1680px) {
      .items > .inner {
        margin: -1.75em 0 2.625em -1.75em; }
        .items > .inner > .featured-item {
          margin: 1.75em 0 0 1.75em;
          width: calc(100% - 1.75em); }
        .items > .inner > .item {
          margin: 1.75em 0 0 1.75em;
          width: calc(100%/3 - 1.75em); } }
    @media screen and (max-width: 1280px) {
      .items > .inner {
        margin: -1.5em 0 1.5em -1.5em; }
        .items > .inner > .featured-item {
          margin: 1.5em 0 0 1.5em;
          width: calc(100%/2 - 1.5em); }
        .items > .inner > .item {
          margin: 1.5em 0 0 1.5em;
          width: calc(100%/2 - 1.5em); } }
    @media screen and (max-width: 768px) {
      .items > .inner {
        margin: -1.5em 0 1.5em -1.5em; }
        .items > .inner > .featured-item {
          margin: 1.5em 0 0 1.5em;
          width: calc(50% - 1.5em); }
        .items > .inner > .item {
          margin: 1.5em 0 0 1.5em;
          width: calc(50% - 1.5em); } }
    @media screen and (max-width: 480px) {
      .items > .inner {
        margin: -1em 0 1em -1em; }
        .items > .inner > .featured-item {
          margin: 1em 0 0 1em;
          width: calc(100% - 1em); }
        .items > .inner > .item {
          margin: 1em 0 0 1em;
          width: calc(100% - 1em); } }

/* Table */
table {
  border: solid 2px #eeeeee;
  width: 100%;
  text-align: left; }
  table th {
    color: #444444;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 700;
    letter-spacing: 0.125em; }
  table th, table td {
    padding: 0.75em 1em;
    vertical-align: top; }
    table th.important, table td.important {
      width: 100%; }
    table th > :last-child, table td > :last-child {
      margin-bottom: 0; }
  table thead {
    border-bottom: solid 2px #eeeeee; }
  table tbody tr {
    border-top: solid 1px #eeeeee;
    /*
    &:nth-child(2n - 1) {
    	background: transparentize(_palette(border), 0.5);
    }
    */ }
    table tbody tr:first-child {
      border-top: 0; }
  table .image {
    display: block;
    width: 5em;
    max-height: 5em;
    overflow: hidden;
    float: left;
    margin-right: 1em;
    border-radius: 4px;
    border: 0; }
    table .image img {
      display: block;
      width: 100%; }

/* Button */
.button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -moz-transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.75em !important;
  font-weight: 700;
  letter-spacing: 0.125em;
  line-height: 3.75em;
  height: 3.75em;
  padding: 0 2.25em;
  border: 0;
  box-shadow: 0 0 0 2px #dfdfdf;
  border-radius: 4px;
  color: #444444;
  text-align: center;
  background: none;
  cursor: pointer; }
  .button .extra,
  input[type="button"] .extra,
  input[type="submit"] .extra,
  input[type="reset"] .extra {
    font-weight: 400 !important; }
  .button:hover,
  input[type="button"]:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover {
    color: #5FCEC0;
    box-shadow: 0 0 0 2px #5FCEC0; }
  .button.small,
  input[type="button"].small,
  input[type="submit"].small,
  input[type="reset"].small {
    font-size: 0.7em !important; }
  .button.square,
  input[type="button"].square,
  input[type="submit"].square,
  input[type="reset"].square {
    padding: 0;
    width: 3.25em;
    height: 3.25em;
    line-height: 3.25em; }
  .button.special,
  input[type="button"].special,
  input[type="submit"].special,
  input[type="reset"].special {
    background: #5FCEC0;
    color: #fff;
    box-shadow: 0 0 0 2px #5FCEC0; }
    .button.special:hover,
    input[type="button"].special:hover,
    input[type="submit"].special:hover,
    input[type="reset"].special:hover {
      background: #3bbfaf;
      box-shadow: 0 0 0 2px #3bbfaf; }
  .button.twitter,
  input[type="button"].twitter,
  input[type="submit"].twitter,
  input[type="reset"].twitter {
    background: #00bcee;
    border-color: #00bcee;
    color: #fff; }
  .button.disabled, .button:disabled,
  input[type="button"].disabled,
  input[type="button"]:disabled,
  input[type="submit"].disabled,
  input[type="submit"]:disabled,
  input[type="reset"].disabled,
  input[type="reset"]:disabled {
    color: #fff !important;
    background: #c6c6c6 !important;
    box-shadow: 0 0 0 2px #c6c6c6 !important;
    cursor: default; }
  .button.fit,
  input[type="button"].fit,
  input[type="submit"].fit,
  input[type="reset"].fit {
    display: block;
    width: 100%; }
  @media screen and (max-width: 736px) {
    .button,
    input[type="button"],
    input[type="submit"],
    input[type="reset"] {
      display: block;
      width: 100%;
      max-width: 320px;
      margin: 0 auto; }
      .button .extra,
      input[type="button"] .extra,
      input[type="submit"] .extra,
      input[type="reset"] .extra {
        display: none; } }

/* Lists */
ul.social {
  line-height: 0;
  white-space: nowrap;
  height: 23px;
  display: inline-flex; }
  ul.social > li {
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
    ul.social > li:first-child {
      margin: 0 !important; }
    ul.social > li.twitter {
      width: 68px; }
    ul.social > li.google-plus {
      width: 39px; }
    ul.social > li.facebook {
      width: 58px; }
ul.actions {
  width: 100%;
  white-space: nowrap; }
  ul.actions > li {
    display: inline-block;
    margin-left: 0.5em; }
    ul.actions > li:first-child {
      margin-left: 0; }
  ul.actions.vertical > li {
    display: block;
    margin: 1.25em 0 0 0; }
    ul.actions.vertical > li > :last-child {
      margin-bottom: 0; }
    ul.actions.vertical > li:first-child {
      margin-top: 0; }
ul.links > li {
  margin-top: 1.75em; }
  ul.links > li:first-child {
    margin-top: 0; }
ul.pagination {
  cursor: default;
  margin: 0;
  text-align: center; }
  ul.pagination li {
    display: inline-block;
    margin: 0 0.325em; }
  ul.pagination .button {
    width: 10em;
    padding: 0; }
  ul.pagination .page.current a {
    color: #ff6098;
    border-color: #ff6098; }
  ul.pagination .page a {
    -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background 0.2s ease-in-out;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 700;
    letter-spacing: 0.125em;
    line-height: 3em;
    width: 3em;
    text-align: center;
    border-radius: 4px;
    color: #444444;
    background: #fff;
    border: solid 2px #fff; }
    ul.pagination .page a:hover {
      color: #5FCEC0;
      border-color: #5FCEC0; }
@media screen and (max-width: 1680px) {
  ul.social > li {
    margin-right: 2px; } }
@media screen and (max-width: 736px) {
  ul.actions {
    text-align: center; }
    ul.actions > li {
      display: block;
      width: 100%;
      margin: 0.25em 0 0.25em 0; }
  ul.pagination {
    overflow: hidden; }
    ul.pagination > li {
      margin: 0;
      width: 50%;
      float: left;
      padding: 0 0.5em; }
      ul.pagination > li .button {
        display: block;
        width: 100%; }
    ul.pagination .page,
    ul.pagination .ellipsis {
      display: none; } }

/* Header */
#header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 22em;
  padding: 4em 2.5em 2.5em 2.5em;
  text-align: left; }
  #header .logo {
    border: 0;
    text-transform: uppercase;
    color: #444444;
    font-weight: 700;
    letter-spacing: -0.05em;
    font-size: 2em; }
    #header .logo:hover {
      color: #5FCEC0; }
  #header p {
    margin: 1.25em 0 0 0;
    font-size: 1.25em;
    line-height: 1.625;
    color: #aaaaaa; }
    #header p mark {
      padding: 0.125em 0.325em; }
  @media screen and (max-width: 1680px) {
    #header {
      width: 21em;
      padding-left: 2em; } }
  @media screen and (max-width: 960px) {
    #header {
      display: none; }
      #header p {
        padding-left: 0; } }

/* Footer */
#footer {
  position: absolute;
  left: 0;
  top: 0;
  width: 22em;
  z-index: 1;
  padding: 20.5em 2.5em 2.5em 2.5em;
  text-align: left; }
  #footer section {
    border-top: solid 2px #eeeeee;
    margin: 3em 0 0 0;
    padding: 3em 0 0 0; }
    #footer section:first-child {
      margin-top: 0; }
    #footer section h2 {
      color: inherit; }
  #footer .social {
    margin: 0 0 1em 0; }
  #footer .copyright {
    font-size: 0.8em;
    color: #d0d0d0; }
  @media screen and (max-width: 1680px) {
    #footer {
      width: 21em;
      padding-left: 2em;
      padding-right: 2em; } }
  @media screen and (max-width: 960px) {
    #footer {
      display: none; } }

/* Main */
#main {
  margin-left: 22em;
  padding: 4em 3em 8em 3em;
  position: relative; }
  @media screen and (max-width: 1680px) {
    #main {
      margin-left: 21em;
      padding-top: 3em;
      padding-bottom: 6em; } }
  @media screen and (max-width: 960px) {
    #main {
      margin-left: 0;
      margin-top: 44px;
      padding: 2em 2em 2em 2em; } }
  @media screen and (max-width: 480px) {
    #main {
      padding: 1em; } }

/* Ads */
#ad1 {
  position: absolute;
  left: 0;
  top: 3em;
  width: 100%;
  text-align: center; }
  #ad1 .unit {
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 0 0.5em #fff;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.35);
    border: 0;
    width: 728px;
    height: 90px; }
    #ad1 .unit a {
      width: 728px;
      height: 90px;
      border: 0; }
    #ad1 .unit img {
      display: block;
      width: 100% !important;
      height: 100% !important; }

#ad2 {
  width: 300px;
  position: relative; }
  #ad2 .unit a {
    width: 100%;
    border: 0; }
  #ad2 .unit img {
    display: block;
    width: 100% !important; }

#ad3 {
  width: 100%;
  text-align: center;
  position: relative;
  top: 3em; }
  #ad3 .unit {
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 0 0.5em #fff;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.35);
    border: 0;
    width: 728px;
    height: 90px; }
    #ad3 .unit a {
      width: 728px;
      height: 90px;
      border: 0; }
    #ad3 .unit img {
      display: block;
      width: 100% !important;
      height: 100% !important; }

@media screen and (max-width: 1680px) {
  #ad1 {
    top: 2.5em; }
    #ad1 .unit {
      width: 728px;
      height: 90px; }

  #ad2 {
    margin-left: -1.75em; }

  #ad3 .unit {
    width: 728px;
    height: 90px; } }
@media screen and (max-width: 1280px) {
  #ad1 {
    top: 2.25em; }
    #ad1 .unit {
      width: 728px;
      height: 90px; }

  #ad3 {
    top: 2.5em; } }
@media screen and (max-width: 960px) {
  #ad1 {
    top: 0;
    background: rgba(0, 0, 0, 0.075);
    padding: 20px 0; }
    #ad1 .unit {
      box-shadow: none; }

  #ad3 .unit {
    box-shadow: none; } }
@media screen and (max-width: 736px) {
  #ad1 {
    display: none; }

  #ad2 {
    width: 260px;
    margin-left: -1.25em; }
    #ad2 img {
      height: 216px; }

  #ad3 {
    padding: 0; }
    #ad3 .unit {
      width: 468px;
      height: 60px; }
      #ad3 .unit a, #ad3 .unit iframe {
        width: 468px;
        height: 60px; } }
@media screen and (max-width: 480px) {
  #ad1 {
    top: 0;
    height: 50px; }
    #ad1 .unit {
      width: 320px;
      height: 50px; }
      #ad1 .unit a, #ad1 .unit iframe {
        width: 320px;
        height: 50px; }

  #ad3 {
    height: 50px; }
    #ad3 .unit {
      width: 320px;
      height: 50px; }
      #ad3 .unit a, #ad3 .unit iframe {
        width: 320px;
        height: 50px; } }
/* Modal */
#modal {
  position: relative;
  background: #fff;
  border-radius: 4px;
  margin: 0 auto;
  padding: 3em;
  width: 74em;
  max-width: 100%; }
  #modal > header {
    margin: 0; }
    #modal > header h2 {
      font-size: 2.5em;
      letter-spacing: -0.015em;
      margin: 0 0 1em 0; }
  #modal > .content {
    line-height: 1.75em; }
    #modal > .content > .status {
      position: absolute;
      top: 3em;
      right: 3em; }
    #modal > .content > :last-child {
      margin-bottom: 0; }
  #modal .item {
    border: solid 2px #eeeeee; }
  @media screen and (max-width: 768px) {
    #modal {
      padding: 2em 1.25em; }
      #modal header h2 {
        font-size: 1.5em; }
      #modal .status {
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        margin-top: -1.5em; }
        #modal .status .button {
          display: inline-block;
          width: auto; } }

/* Demo */
#demo-main {
  position: fixed;
  left: 0;
  top: 155px;
  width: 100%;
  height: calc(100% - 155px); }
  #demo-main iframe {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%; }

#demo-header {
  position: relative;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  z-index: 10000;
  padding: 1em;
  height: 155px;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch; }
  #demo-header .button.square span {
    display: none; }
  #demo-header .button.back {
    text-decoration: none; }
    #demo-header .button.back:before {
      content: "h";
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-family: 'td';
      font-style: normal;
      font-weight: normal;
      text-transform: none !important; }
  #demo-header .button.previous {
    text-decoration: none; }
    #demo-header .button.previous:before {
      content: "l";
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-family: 'td';
      font-style: normal;
      font-weight: normal;
      text-transform: none !important; }
  #demo-header .button.next {
    text-decoration: none; }
    #demo-header .button.next:before {
      content: "r";
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-family: 'td';
      font-style: normal;
      font-weight: normal;
      text-transform: none !important; }
  #demo-header .button.download {
    text-decoration: none; }
    #demo-header .button.download:before {
      content: "d";
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-family: 'td';
      font-style: normal;
      font-weight: normal;
      text-transform: none !important; }
    #demo-header .button.download:before {
      margin-right: 0.5em; }
  #demo-header .details {
    margin-right: 1.5em;
    padding: 0 0.5em;
    width: 100%;
    -ms-flex: 1;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    #demo-header .details .inner {
      width: 100%; }
    #demo-header .details h1 {
      font-size: 1em;
      display: inline; }
      #demo-header .details h1:after {
        content: ':';
        margin-right: 0.5em; }
    #demo-header .details .description {
      display: inline; }
    #demo-header .details .date {
      font-size: 0.8em;
      margin: 0.75em 0 0 0; }
    #demo-header .details .social {
      margin: 0.5em 0 0 0; }
  #demo-header .ad {
    box-shadow: inset 0 0 0 2px #dfdfdf;
    border-radius: 1px;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
    #demo-header .ad .unit {
      width: 910px; }
      #demo-header .ad .unit iframe {
        -moz-transform-origin: 0 50%;
        -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -moz-transform: scale(1.25);
        -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
        transform: scale(1.25); }
  #demo-header .actions {
    display: inline-flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    width: 16em;
    margin-bottom: 0;
    margin-left: 1.5em; }
    #demo-header .actions .button {
      width: 100%; }
      #demo-header .actions .button.square {
        width: 100%; }
    #demo-header .actions li {
      width: 4.65833em;
      display: block;
      margin-left: 1em; }
      #demo-header .actions li:first-child {
        width: 16em;
        margin-left: 0;
        margin-bottom: 1em; }
      #demo-header .actions li:nth-child(2) {
        margin-left: 0; }

#demo-ad .unit {
  display: block;
  margin: 0 auto;
  width: 728px;
  height: 90px; }
  #demo-ad .unit a {
    border: 0; }
  #demo-ad .unit img {
    display: block;
    width: 100%;
    height: 100%; }

#demo-iframe-alt {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(100% - 155px);
  background: #2a3033;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  #demo-iframe-alt .inner {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
    padding: 2em; }
    #demo-iframe-alt .inner .button {
      white-space: nowrap;
      color: #fff;
      border-color: #fff; }
    #demo-iframe-alt .inner p {
      color: #fff; }
    #demo-iframe-alt .inner strong {
      color: #fff;
      font-weight: 700; }
  #demo-iframe-alt .bg {
    opacity: 0.25;
    position: absolute;
    left: -10%;
    top: -10%;
    width: 120%;
    height: 120%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-filter: blur(10px);
    -webkit-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px); }

@-moz-keyframes hellip {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.25; }
  100% {
    opacity: 1.0; } }
@-webkit-keyframes hellip {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.25; }
  100% {
    opacity: 1.0; } }
@-ms-keyframes hellip {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.25; }
  100% {
    opacity: 1.0; } }
@keyframes hellip {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.25; }
  100% {
    opacity: 1.0; } }
#demo-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 40, 40, 0.75);
  z-index: 11000;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }
  #demo-modal section {
    position: relative;
    background: #fff;
    width: 35em;
    text-align: center;
    border-radius: 4px;
    z-index: 1;
    padding: 2.5em 2em;
    max-width: 100%;
    margin: 1em; }
    #demo-modal section .closer {
      text-decoration: none;
      position: absolute;
      display: block;
      right: 0;
      top: 0;
      width: 3em;
      height: 3em;
      line-height: 3em;
      z-index: 2;
      cursor: pointer; }
      #demo-modal section .closer:before {
        content: "c";
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: 'td';
        font-style: normal;
        font-weight: normal;
        text-transform: none !important; }
    #demo-modal section h2 {
      position: relative;
      font-size: 2.25em;
      margin: 0 0 0.35em 0;
      display: inline-block; }
      #demo-modal section h2:after {
        -moz-animation: hellip 1s infinite;
        -webkit-animation: hellip 1s infinite;
        -ms-animation: hellip 1s infinite;
        animation: hellip 1s infinite;
        content: '...';
        position: absolute;
        right: -1.25em;
        bottom: 0.5em;
        font-size: 0.5em; }
    #demo-modal section .actions {
      width: auto;
      display: inline-block;
      margin: 0; }
    #demo-modal section .button {
      width: 100%; }

@media screen and (max-width: 1680px) {
  #demo-main {
    top: 130px;
    height: calc(100% - 130px); }

  #demo-header {
    height: 130px; }
    #demo-header .details .description {
      display: inline; }
    #demo-header .details .date {
      margin: 0 0 0 0.25em;
      display: inline;
      font-size: 1em; }
      #demo-header .details .date:after {
        content: '.'; }
    #demo-header .details .social {
      vertical-align: bottom; }
    #demo-header .ad .unit {
      width: 728px; }
      #demo-header .ad .unit iframe {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }

  #demo-iframe-alt {
    height: calc(100% - 130px); } }
@media screen and (max-width: 1280px) {
  #demo-main {
    top: 200px;
    height: calc(100% - 200px); }

  #demo-header {
    height: 200px;
    padding: 1em;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
    #demo-header .details {
      -moz-order: 3;
      -webkit-order: 3;
      -ms-order: 3;
      order: 3;
      display: block;
      margin-right: 0;
      padding: 0;
      text-align: center;
      margin-top: 1em;
      -ms-flex: 1 1 auto; }
      #demo-header .details h1 {
        font-size: 0.8em; }
      #demo-header .details .description {
        font-size: 0.8em; }
      #demo-header .details .date {
        font-size: 0.8em; }
        #demo-header .details .date:after {
          content: '';
          display: block; }
      #demo-header .details .social {
        margin: 0.75em 0 0 0; }
    #demo-header .ad {
      -moz-order: 1;
      -webkit-order: 1;
      -ms-order: 1;
      order: 1; }
    #demo-header .actions {
      -moz-order: 2;
      -webkit-order: 2;
      -ms-order: 2;
      order: 2; }

  #demo-iframe-alt {
    height: calc(100% - 200px); } }
@media screen and (max-width: 960px) {
  #demo-main {
    top: 178px;
    height: calc(100% - 178px); }

  #demo-header {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 178px; }
    #demo-header .button {
      /*
      &.download {
      	&:before {
      		content:"d";
      		-moz-osx-font-smoothing:grayscale;
      		-webkit-font-smoothing:antialiased;
      		font-family:'td';
      		font-style:normal;
      		font-weight:normal;
      		text-transform:none !important;
      	}
      }
      */ }
      #demo-header .button span {
        display: none; }
    #demo-header .details {
      margin-top: 0.75em;
      display: none; }
    #demo-header .ad {
      margin: 0 0 1em 0; }
    #demo-header .actions {
      margin-left: -1em;
      width: calc(100% + 1em); }
      #demo-header .actions li {
        margin-left: 1em !important;
        width: calc(25% - 1em); }
        #demo-header .actions li:first-child {
          width: calc(25% - 1em);
          margin-bottom: 0; }

  #demo-ad {
    max-width: 100%; }
    #demo-ad .unit {
      max-width: 100%; }
      #demo-ad .unit iframe {
        max-width: 100%; }

  #demo-iframe-alt {
    height: calc(100% - 178px); } }
/* XSmall */
@media screen and (max-width: 736px) {
  #demo-main {
    top: 80px;
    height: calc(100% - 80px); }

  #demo-header {
    height: 80px; }
    #demo-header .ad {
      display: none; }

  #demo-iframe-alt {
    height: calc(100% - 80px); } }
/* Sidebar Panel */
#sidebarPanel {
  display: none; }
  @media screen and (max-width: 960px) {
    #sidebarPanel {
      display: block;
      position: relative;
      background: #fff;
      box-shadow: 0 0 2em 0 rgba(0, 0, 0, 0.25);
      position: fixed;
      top: 0;
      left: 0;
      width: 21em;
      height: 100%;
      z-index: 10101;
      overflow-y: auto;
      overflow-x: hidden;
      -moz-transform: translateX(-21em);
      -webkit-transform: translateX(-21em);
      -ms-transform: translateX(-21em);
      transform: translateX(-21em);
      -moz-transition: -moz-transform 0.5s ease;
      -webkit-transition: -webkit-transform 0.5s ease;
      -ms-transition: -ms-transform 0.5s ease;
      transition: transform 0.5s ease; }
      #sidebarPanel .closer {
        text-decoration: none;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        width: 3.5em;
        height: 3.5em;
        text-align: center;
        line-height: 1em;
        border: 0;
        outline: 0; }
        #sidebarPanel .closer:before {
          content: "c";
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          font-family: 'td';
          font-style: normal;
          font-weight: normal;
          text-transform: none !important; }
        #sidebarPanel .closer:hover {
          color: inherit; }
        #sidebarPanel .closer:before {
          font-size: 0.8em;
          position: absolute;
          right: 1.5em;
          top: 1.5em;
          opacity: 0.5; }
      #sidebarPanel #header, #sidebarPanel #footer {
        display: block;
        background: none;
        position: relative !important;
        z-index: 1; }
      #sidebarPanel #footer {
        padding-top: 0; } }
  @media screen and (max-width: 736px) {
    #sidebarPanel #header, #sidebarPanel #footer {
      padding-left: 1.5em;
      padding-right: 1.5em;
      width: 100%; }
    #sidebarPanel #header {
      padding-top: 3em; }
      #sidebarPanel #header h1 {
        margin: 0 0 1.5em 0; }
        #sidebarPanel #header h1 a {
          width: 178px;
          height: 56px; }
      #sidebarPanel #header p {
        font-size: 1.25em; } }

@media screen and (max-width: 960px) {
  body:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(64, 64, 64, 0.5);
    opacity: 0;
    z-index: -1;
    -moz-transition: opacity 0.5s ease, z-index 0.5s;
    -webkit-transition: opacity 0.5s ease, z-index 0.5s;
    -ms-transition: opacity 0.5s ease, z-index 0.5s;
    transition: opacity 0.5s ease, z-index 0.5s; }
  body.is-sidebarPanel-visible:before {
    opacity: 1;
    display: block;
    z-index: 10099; }
  body.is-sidebarPanel-visible #sidebarPanel {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
/* Title Bar */
#titleBar {
  display: none; }
  @media screen and (max-width: 960px) {
    #titleBar {
      display: block;
      background: #fff;
      box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.35);
      width: 100%;
      height: 44px;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 10100; }
      #titleBar .toggle {
        text-decoration: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 80px;
        height: 60px;
        color: #5FCEC0;
        border: 0;
        outline: 0; }
        #titleBar .toggle:before {
          content: "m";
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          font-family: 'td';
          font-style: normal;
          font-weight: normal;
          text-transform: none !important; }
        #titleBar .toggle:before {
          position: absolute;
          display: block;
          width: 42px;
          height: 44px;
          top: 0;
          left: 0;
          line-height: 44px;
          text-align: center;
          font-size: 1.25em; }
        #titleBar .toggle:after {
          content: '';
          position: absolute;
          display: block;
          width: 44px;
          height: 44px;
          top: 0;
          left: 0;
          line-height: 44px;
          text-align: center;
          border-right: solid 2px #eeeeee; }
      #titleBar .logo {
        display: block;
        text-align: center;
        line-height: 44px;
        font-weight: 700;
        letter-spacing: -0.015em;
        text-transform: uppercase;
        color: #444444;
        font-size: 1em; } }

/* Page: Demo */
body.is-demo {
  background: #e5e5e5; }
  body.is-demo:before {
    display: none; }
  @media screen and (max-width: 960px) {
    body.is-demo #titleBar, body.is-demo #sidebarPanel {
      display: none !important; } }

/* Page: Admin */
body.is-admin .admin-searchBar {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 0 2em 0 !important; }
  body.is-admin .admin-searchBar > .search {
    width: 50%; }
  body.is-admin .admin-searchBar > .filters {
    margin-left: 2em; }
  body.is-admin .admin-searchBar > .actions {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    text-align: right;
    margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    body.is-admin .admin-searchBar {
      -moz-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      body.is-admin .admin-searchBar > .search {
        width: 100%;
        -moz-flex-grow: 1;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        -moz-flex-shrink: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        margin-bottom: 2em; }
      body.is-admin .admin-searchBar > .filters {
        margin-left: 0; } }
  @media screen and (max-width: 480px) {
    body.is-admin .admin-searchBar {
      -moz-flex-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -moz-flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      body.is-admin .admin-searchBar > .search {
        margin-bottom: 0; } }
body.is-admin .admin-actionBar {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 0 2em 0 !important; }
  body.is-admin .admin-actionBar > .actions {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    margin-bottom: 0; }
  body.is-admin .admin-actionBar > .status {
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    text-align: right;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis; }
  @media screen and (max-width: 768px) {
    body.is-admin .admin-actionBar {
      -moz-flex-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      body.is-admin .admin-actionBar > .status {
        text-align: left;
        font-size: 0.8em;
        margin-top: 1em; } }
body.is-admin .admin-thumbnailForm {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex; }
  body.is-admin .admin-thumbnailForm .thumbnail {
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    width: 25%;
    margin-right: 2em; }
    body.is-admin .admin-thumbnailForm .thumbnail .image {
      margin-bottom: 2em;
      display: block; }
  body.is-admin .admin-thumbnailForm .form {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1; }
  @media screen and (max-width: 480px) {
    body.is-admin .admin-thumbnailForm {
      -moz-flex-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      body.is-admin .admin-thumbnailForm .thumbnail {
        width: 100%;
        margin-right: 0; } }
