@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

html, body {
	height: 100%;
	width: 100%;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.fx {
  color: #f421f4; }

html {
  font-family: 'Oxygen', sans-serif;
  font-weight: 400;
  font-size: 120%;
  line-height: 1.5em;
  background-color: #1b1b1b;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

a {
  text-decoration: none;
  color: #FFF; }

.hidden {
  display: none; }

h1 {
  font-size: 120%;
  color: #FFF;
  line-height: 1.5em;
  margin-bottom: 1em;
  margin-top: 2em; }

p {
  margin-top: 0.5em;
  margin-bottom: 1.5em; }

h3 {
  font-size: 100%;
  font-weight: 400;
  line-height: 1.5em;
  color: #888;
  width: 100%;
  margin-top: 2.5em;
  margin-bottom: 2.5em; }

@media only screen and (max-width: 992px) {
  html {
    font-size: 110%; } }

@media only screen and (max-width: 600px) {
  html {
    font-size: 100%; } }

/* @include box-shadow(1px,1px,1px,0, #fff, true); */
.container {
  margin: 0 auto;
  width: 96%;
  margin-left: 2%;
  margin-right: 2%; }

.col {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  max-width: 100%; }
  .col article {
    box-sizing: border-box;
    margin-top: 0px; }
    .col article.hidden {
      opacity: 0.2; }
  .col.center {
    text-align: center; }
  .col.gutter article {
    padding-right: 3%; }
  .col.gutter-bottom article {
    margin-bottom: 3%; }
  .col.divider {
    padding-bottom: 20px;
    margin-bottom: 40px; }

.col.l12 article {
  width: calc(100% / 12); }

.col.l11 article {
  width: calc(100% / 11); }

.col.l10 article {
  width: calc(100% / 10); }

.col.l9 article {
  width: calc(100% / 9); }

.col.l8 article {
  width: calc(100% / 8); }

.col.l7 article {
  width: calc(100% / 7); }

.col.l6 article {
  width: calc(100% / 6); }

.col.l5 article {
  width: calc(100% / 5); }

.col.l4 article {
  width: calc(100% / 4); }

.col.l3 article {
  width: calc(100% / 3); }

.col.l2 article {
  width: calc(100% / 2); }

.col.l1 article {
  width: calc(100% / 1); }

@media only screen and (max-width: 992px) {
  .col.m12 article {
    width: calc(100% / 12); }
  .col.m11 article {
    width: calc(100% / 11); }
  .col.m10 article {
    width: calc(100% / 10); }
  .col.m9 article {
    width: calc(100% / 9); }
  .col.m8 article {
    width: calc(100% / 8); }
  .col.m7 article {
    width: calc(100% / 7); }
  .col.m6 article {
    width: calc(100% / 6); }
  .col.m5 article {
    width: calc(100% / 5); }
  .col.m4 article {
    width: calc(100% / 4); }
  .col.m3 article {
    width: calc(100% / 3); }
  .col.m2 article {
    width: calc(100% / 2); }
  .col.m1 article {
    width: calc(100% / 1); } }

@media only screen and (max-width: 600px) {
  .col.s12 article {
    width: calc(100% / 12); }
  .col.s11 article {
    width: calc(100% / 11); }
  .col.s10 article {
    width: calc(100% / 10); }
  .col.s9 article {
    width: calc(100% / 9); }
  .col.s8 article {
    width: calc(100% / 8); }
  .col.s7 article {
    width: calc(100% / 7); }
  .col.s6 article {
    width: calc(100% / 6); }
  .col.s5 article {
    width: calc(100% / 5); }
  .col.s4 article {
    width: calc(100% / 4); }
  .col.s3 article {
    width: calc(100% / 3); }
  .col.s2 article {
    width: calc(100% / 2); }
  .col.s1 article {
    width: calc(100% / 1); }
  .col.gutter {
    margin-left: 0px; }
    .col.gutter article {
      padding-right: 0px; } }

.img {
  width: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background-color: #888;
  padding-bottom: 100%;
  background-color: transparent;
  outline: 1px solid #555; }
  .img.rect {
    padding-bottom: 100%; }
  .img.widescreen {
    padding-bottom: 56.25%; }
  .img.circle {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
  .img.gap {
    width: 95%;
    padding-bottom: 95%;
    margin-bottom: 5%; }
  .img.gap-widescreen {
    padding-bottom: 55%;
    width: 95%;
    margin-bottom: 5%; }
  .img.active {
    outline: 1px solid #1473e6; }

img {
  width: 100%;
  max-width: 100%;
  min-width: 100%; }

nav {
  width: 96%;
  margin: 20px 2%; }
  nav ul {
    margin: 0px;
    padding: 0px; }
    nav ul li {
      display: inline-block;
      padding: 0.3em 0em;
      padding-right: 1em; }
      nav ul li a {
        display: inline-block;
        color: #888; }
        nav ul li a:hover {
          color: #FFF; }
        nav ul li a.active {
          color: #FFF; }
  nav input {
    height: 100%;
    font-size: 100%;
    padding: 0px;
    margin: 0px;
    padding-bottom: 0.3em;
    width: 130px;
    text-align: right; }

input:not([type="checkbox"]), textarea, select {
  background-color: transparent;
  color: #FFF;
  box-sizing: border-box;
  width: 100%;
  padding: 0.5em 0em;
  padding-right: 1em;
  margin-bottom: 1.5em;
  margin-top: 0em;
  border: none;
  border-bottom: 1px solid #555;
  font-size: 120%;
  line-height: 1.5em;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  resize: none; }
  input:focus, textarea:focus, select:focus {
    outline: none;
    border-color: #1473e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #1473e6; }
  input.hidden, textarea.hidden, select.hidden {
    display: none; }
  input::placeholder, textarea::placeholder, select::placeholder {
    color: #555; }

input[type="submit"], .actions a {
  display: inline;
  width: auto;
  font-size: 100%;
  background-color: #555;
  color: #FFF;
  padding: 0.5em 2em;
  margin: 0em 3em;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  border-radius: 3em; }
  input[type="submit"]:hover, .actions a:hover {
    background-color: #555; }
  input[type="submit"].update, .actions a.update {
    background-color: #1267cf; }
    input[type="submit"].update:hover, .actions a.update:hover {
      background-color: #1473e6; }
  input[type="submit"].delete, .actions a.delete {
    background-color: #ce123e; }
    input[type="submit"].delete:hover, .actions a.delete:hover {
      background-color: #E51445; }
  input[type="submit"].pre-delete, .actions a.pre-delete {
    background-color: #484848;
    cursor: pointer; }
    input[type="submit"].pre-delete:hover, .actions a.pre-delete:hover {
      background-color: #555; }
  input[type="submit"].save, .actions a.save {
    background-color: #1267cf; }
    input[type="submit"].save:hover, .actions a.save:hover {
      background-color: #1473e6; }
  input[type="submit"].hidden, .actions a.hidden {
    display: none; }

label {
  display: block;
  margin-bottom: 0.5em;
  margin-top: 0em;
  color: #555; }

.checkbox-tags {
  margin-bottom: 2.5em;
  padding-bottom: 1.3em;
  font-size: 80%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .checkbox-tags label {
    display: inline-block;
    margin: 0px; }
  .checkbox-tags div {
    display: inline-block;
    padding: 0.15em 1em;
    margin-right: 0.2em;
    margin-bottom: 0.5em;
    -webkit-border-radius: 10.3em;
    -moz-border-radius: 10.3em;
    border-radius: 10.3em;
    color: #888;
    background-color: #2f2f2f; }
    .checkbox-tags div:hover {
      background-color: #363636; }
  .checkbox-tags :checked + div {
    color: #FFF;
    background-color: #1473e6; }
  .checkbox-tags input {
    display: none; }

.thumb {
  box-sizing: border-box;
  width: 75%;
  margin: 0px auto;
  margin-bottom: 2.5em; }
  .thumb:hover p.file {
    color: #FFF; }
  .thumb p {
    margin: 0px;
    padding: 0px;
    line-height: 1.6em;
    color: #FFF;
    white-space: pre-wrap;
    /* CSS3 */
    white-space: -moz-pre-wrap;
    /* Firefox */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* IE */ }
  .thumb p.file {
    margin-top: 0.1em;
    font-size: 75%;
    color: #888; }

.colorfield {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  box-sizing: border-box;
  background-color: #555; }
  .colorfield.small {
    min-height: 150px; }
  .colorfield span {
    background-color: rgba(255, 255, 255, 0.3);
    color: #1b1b1b;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    border-radius: 55px;
    padding: 0.3em 1em;
    margin: 0.2em 0.2em;
    max-width: 80%;
    text-align: center;
    display: inline;
    line-height: 1.4em; }
    .colorfield span.small {
      font-size: 70%; }
    .colorfield span.hidden {
      display: none; }

.cover {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin: 0px auto;
  padding: 3em 0em;
  margin-bottom: 2em;
  box-sizing: border-box;
  background-color: #555; }
  .cover h1, .cover h2 {
    font-weight: 400;
    display: inline-block;
    margin: 0px;
    padding: 0.4em 0em;
    width: 80%; }
  .cover h1 {
    font-size: 120%;
    line-height: 1.5em; }
  .cover h2 {
    font-size: 100%;
    line-height: 1.5em; }

.project-thumb {
  margin-bottom: 1em;
  width: 95%;
  font-size: 80%; }
  .project-thumb span {
    white-space: pre-wrap;
    /* CSS3 */
    white-space: -moz-pre-wrap;
    /* Firefox */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* IE */ }
    .project-thumb span.name {
      display: block;
      margin: 0.8em 0em; }

table {
  width: 100%; }
  table th {
    font-weight: 300;
    color: #1473e6; }
  table td, table th {
    text-align: left;
    padding: 1em 0em;
    padding-right: 3em;
    border-bottom: 1px solid #2d2d2d; }
    table td.right, table th.right {
      text-align: right;
      padding-right: 0em; }
    table td.text, table th.text {
      width: 80%; }

.btn {
  box-sizing: border-box;
  display: inline-block;
  background-color: #343434;
  color: #888;
  font-size: 85%;
  font-weight: 600;
  cursor: pointer;
  padding: 0.2em 1.2em;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  margin: 0em 0.2em; }
  .btn:hover {
    background-color: #484848; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }
  .switch span.text {
    margin-left: 80px;
    color: #555; }

/* Hide default HTML checkbox */
.switch input {
  display: none; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #555;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #1473e6; }

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

ul.touchMultiSelect {
  cursor: pointer;
  background-color: transparent;
  box-sizing: border-box;
  width: 100%;
  padding: 0.5em 0em;
  padding-right: 1em;
  margin-bottom: 1.5em;
  margin-top: 0em;
  border: none;
  border-bottom: 1px solid #555;
  font-size: 120%;
  line-height: 1.5em; }

ul.touchMultiSelect li {
  list-style: none;
  color: #888;
  background-color: #464646;
  margin-right: 0.5em;
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0.2em 0.5em; }

ul.touchMultiSelect li.selected {
  color: #FFF;
  background-color: #1473e6; }

#mediabox {
  background-color: rgba(18, 18, 18, 0.93);
  position: fixed;
  top: 0px;
  right: 0px;
  height: 100vh;
  width: 60%;
  overflow-y: scroll;
  z-index: 1000;
  padding: 1em; }
  #mediabox.hidden {
    display: none; }
  #mediabox span.hidden {
    display: none; }

#colorbox {
  background-color: rgba(18, 18, 18, 0.93);
  position: fixed;
  top: 0px;
  right: 0px;
  height: 100vh;
  width: 80%;
  overflow-y: scroll;
  z-index: 1000;
  padding: 1em; }
  #colorbox.hidden {
    display: none; }

#projectbox {
  background-color: rgba(18, 18, 18, 0.93);
  position: fixed;
  top: 0px;
  right: 0px;
  height: 100vh;
  width: 80%;
  overflow-y: scroll;
  z-index: 1000;
  padding: 1em; }
  #projectbox.hidden {
    display: none; }

#coverbox {
  background-color: rgba(18, 18, 18, 0.93);
  position: fixed;
  top: 0px;
  right: 0px;
  height: 100vh;
  width: 80%;
  overflow-y: scroll;
  z-index: 1000;
  padding: 1em; }
  #coverbox.hidden {
    display: none; }
  #coverbox .cover {
    padding: 0.5em 1em;
    margin-bottom: 1em; }
    #coverbox .cover h1, #coverbox .cover h2 {
      width: 100%; }
    #coverbox .cover h1 {
      font-size: 90%; }
    #coverbox .cover h2 {
      font-size: 80%; }

#toolbar {
  background-color: #1473e6;
  position: fixed;
  top: 0px;
  height: 50px;
  width: 100%;
  padding: 1em; }
  #toolbar.hidden {
    display: none; }

section.footer {
  margin-top: 5em;
  margin-bottom: 5em; }

.filetype_video {
  width: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background-color: #000;
  padding-bottom: 60%; }

.filetype_audio {
  width: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background-color: #FFF;
  padding-bottom: 60%; }

pre {
  background-color: #484848;
  padding: 1em;
  margin-bottom: 1em; }

.smalltext {
  color: #FFF;
  font-size: 70%;
  color: #888;
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE */ }

.info {
  padding: 1em;
  background-color: #555; }

video {
  width: 100%; }

.actions {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #171717;
  padding: 3em 0em;
  margin-bottom: 2em;
  margin-top: 2em; }
  .actions a {
    cursor: pointer; }
    .actions a.small {
      font-size: 85%; }
  .actions.space-between {
    justify-content: space-between; }

.imgnumber {
  position: absolute;
  padding: 1em;
  z-index: 2;
  font-size: 100%;
  color: #555; }

.close {
  display: inline-block;
  width: 100%;
  text-align: right;
  padding-top: 0.7em;
  font-size: 150%; }
  .close::after {
    content: "✕"; }

.item {
  background-image: url("");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 1em 0em;
  border: 1px solid #555; }
  .item div {
    margin: 1em;
    text-align: center; }
  .item div.img {
    display: block;
    width: 300px;
    padding-bottom: 150px; }
  .item div.name {
    margin: 2em 0em;
    font-size: 120%;
    padding: 0em; }
  .item div.text {
    margin: 0px auto;
    margin-top: 2em;
    margin-bottom: 2em;
    width: 75%; }
    .item div.text span.headline {
      font-size: 120%;
      display: block;
      line-height: 1.33em; }
    .item div.text span.subline {
      margin-top: 0.3em;
      font-size: 100%;
      display: block;
      line-height: 1.4em; }
  .item div.controlls {
    background-color: #505050;
    margin: 0em;
    padding: 1em 1em;
    text-align: center; }

.hidden {
  display: none; }

span.blue {
  color: #1473e6; }

span.grey {
  color: #555; }

span.lightgrey {
  color: #888; }

span.green {
  color: #0C750A; }

span.red {
  color: #E51445; }
