/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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; }

/* 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/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 when focused and also mouse hovered in all browsers.
 */
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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * 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; }

/***** MEDIA QUERIES ************/
/***** COLORS ********************/
/***** MIXINS ********************/
/***** FUNCTIONS ********************/
/* Generates the rainbow stripes  */
/***** INIT ********************/
/* For each item in $brush-colors, create a class with a background set to the corresponding color value.*/
.red {
  background: #F42A35; }

.orange {
  background: #FFA200; }

.yellow {
  background: #FFD500; }

.light-green {
  background: #A8BF12; }

.green {
  background: #2EB52F; }

.light-blue {
  background: #00AAB5; }

.blue {
  background: #325BC5; }

.pink {
  background: #FAD0DE; }

.purple {
  background: #946D9B; }

.brown {
  background: #875E37; }

.gray {
  background: #8E969B; }

.black {
  background: #000; }

/***** BASE STYLES ********************/
* {
  box-sizing: border-box; }

a {
  text-decoration: none; }

.hide {
  display: none; }

@font-face {
  font-family: 'icomoon';
  src: url("../icons/icomoon.eot?ccghos");
  src: url("../icons/icomoon.eot?ccghos#iefix") format("embedded-opentype"), url("../icons/icomoon.ttf?ccghos") format("truetype"), url("../icons/icomoon.woff?ccghos") format("woff"), url("../icons/icomoon.svg?ccghos#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-hat:before {
  content: "\e900"; }

.icon-mug:before {
  content: "\e901"; }

.icon-shirt:before {
  content: "\e902"; }

.icon-disk:before {
  content: "\e600"; }

.icon-facebook:before {
  content: "\e601"; }

.icon-twitter:before {
  content: "\e602"; }

.icon-spinner:before {
  content: "\e603"; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

/*! Flickity v1.1.0
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6; }

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

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

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1; }

html, body {
  height: 100%;
  min-height: 100%; }

body {
  margin: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px; }

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1%; }
  .container:after {
    content: "";
    display: table;
    clear: both; }

.main-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex: 1;
  background: rgba(255, 255, 255, 0.88);
  margin: 0.5em 0;
  padding: 0.5em 0 0; }

.content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-direction: column;
  min-height: 100%;
  background: -webkit-linear-gradient(45deg, #F42A35 6.25%, #FFA200 6.25%, #FFA200 12.5%, #FFD500 12.5%, #FFD500 18.75%, #A8BF12 18.75%, #A8BF12 25%, #2EB52F 25%, #2EB52F 31.25%, #00AAB5 31.25%, #00AAB5 37.5%, #325BC5 37.5%, #325BC5 43.75%, #946D9B 43.75%, #946D9B 50%, #F42A35 50%, #F42A35 56.25%, #FFA200 56.25%, #FFA200 62.5%, #FFD500 62.5%, #FFD500 68.75%, #A8BF12 68.75%, #A8BF12 75%, #2EB52F 75%, #2EB52F 81.25%, #00AAB5 81.25%, #00AAB5 87.5%, #325BC5 87.5%, #325BC5 93.75%, #946D9B 93.75%);
  background: linear-gradient(45deg, #F42A35 6.25%, #FFA200 6.25%, #FFA200 12.5%, #FFD500 12.5%, #FFD500 18.75%, #A8BF12 18.75%, #A8BF12 25%, #2EB52F 25%, #2EB52F 31.25%, #00AAB5 31.25%, #00AAB5 37.5%, #325BC5 37.5%, #325BC5 43.75%, #946D9B 43.75%, #946D9B 50%, #F42A35 50%, #F42A35 56.25%, #FFA200 56.25%, #FFA200 62.5%, #FFD500 62.5%, #FFD500 68.75%, #A8BF12 68.75%, #A8BF12 75%, #2EB52F 75%, #2EB52F 81.25%, #00AAB5 81.25%, #00AAB5 87.5%, #325BC5 87.5%, #325BC5 93.75%, #946D9B 93.75%); }

/************ HEADER *******************************/
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  background: white; }
  .header__slider {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-flex: 1;
    position: relative; }
  .header__flickity-slider img {
    height: 140px; }
    @media only screen and (max-width: 900px) {
      .header__flickity-slider img {
        height: 110px; } }
    @media only screen and (max-width: 568px) {
      .header__flickity-slider img {
        height: 80px; } }
  .header__slider-mask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background-color: white;
    background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 85%, white 100%);
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 85%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 ); }
  .header__control {
    position: absolute;
    z-index: 3;
    right: 5px;
    text-decoration: none;
    color: #000;
    font-weight: 100;
    line-height: 1; }
    .header__control--hide {
      font-size: 2.5em;
      top: 0; }
    .header__control--refresh {
      bottom: 8px;
      font-size: 1.5em; }

.logo {
  height: 140px;
  padding: 5px; }
  @media only screen and (max-width: 900px) {
    .logo {
      height: 110px; } }
  @media only screen and (max-width: 568px) {
    .logo {
      height: 80px; } }
  .logo__container {
    display: block;
    line-height: 0; }

/************ NAVIGATION ***************************/
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 0.5em;
  height: 140px; }
  @media only screen and (max-width: 900px) {
    .nav {
      height: 110px; } }
  @media only screen and (max-width: 568px) {
    .nav {
      height: auto; } }
  @media only screen and (max-width: 568px) {
    .nav {
      width: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-direction: row; } }
  .nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-justify-content: space-around;
    width: 100%;
    height: 50%;
    text-align: center;
    padding: 0.25em 0.5em;
    font-size: 1.25em;
    background: #EEDF8E;
    box-shadow: 0px 1px 4px -2px #4F4F4F;
    color: black; }
    @media only screen and (max-width: 568px) {
      .nav__link {
        width: 49%; } }
    .nav__link:hover {
      background: #EFE29E; }
    .nav__link:not(:last-child) {
      margin-bottom: 5%; }
      @media only screen and (max-width: 568px) {
        .nav__link:not(:last-child) {
          margin-bottom: 0; } }
  .nav__link-text {
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-align-self: center; }

/************ HERO TEXT ****************************/
.hero {
  margin: 0 0 10px;
  color: #333;
  text-align: center; }
  .hero h1 {
    display: inline-block;
    font-size: 3em;
    line-height: 1.25em;
    margin: 8px 0; }
    @media only screen and (max-width: 900px) {
      .hero h1 {
        font-size: 2em; } }
    @media only screen and (max-width: 568px) {
      .hero h1 {
        font-size: 1.5em; } }
  .hero h2 {
    display: inline-block;
    font-size: 2.5em;
    line-height: 1.25em; }
    @media only screen and (max-width: 900px) {
      .hero h2 {
        font-size: 2em; } }
    @media only screen and (max-width: 568px) {
      .hero h2 {
        font-size: 1.5em; } }

/************ LEFT COLUMN **************************/
.reference-pane {
  float: left;
  width: 49%;
  margin-right: 2%; }
  @media only screen and (max-width: 480px) {
    .reference-pane {
      width: 100%;
      margin-right: 0; } }

.reference-image {
  position: absolute;
  padding: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }
  .reference-image.intro {
    width: 100%;
    padding: 0; }
  .reference-image__container {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 0 0 #222, 0px 2px 3px -1px #4F4F4F; }
    @media only screen and (max-width: 480px) {
      .reference-image__container {
        display: none; } }

.pokemon-name {
  text-align: center;
  color: #333;
  font-size: 3em;
  margin: 5px 0; }
  @media only screen and (max-width: 568px) {
    .pokemon-name {
      font-size: 2em; } }
  @media only screen and (max-width: 480px) {
    .pokemon-name {
      font-size: 3em; } }

/************ CONTROLS **************************/
.new-round {
  border-radius: 5px;
  position: relative;
  background: #76C038;
  box-shadow: 0 3px 0 0 #306901, 0px 3px 5px -1px #4F4F4F;
  color: #fff;
  outline: none;
  text-shadow: 0 1px #306901;
  display: block;
  font-size: 16px;
  border: none;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 2em;
  margin: 0px auto 10px;
  padding: 8px 6px;
  width: 80%; }
  .new-round:enabled:active {
    top: 3px;
    box-shadow: none; }
  .new-round:disabled {
    opacity: 0.7; }
  @media only screen and (max-width: 480px) {
    .new-round {
      font-size: 2em;
      padding: 8px 20px;
      margin: 0 auto 10px; } }
  .new-round.intro {
    font-size: 3em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 60%;
    height: 20%; }
    @media only screen and (max-width: 900px) {
      .new-round.intro {
        font-size: 2em;
        padding: 10px 12px; } }
    @media only screen and (max-width: 568px) {
      .new-round.intro {
        font-size: 1.5em;
        line-height: 1.5em;
        padding: 10px 6px; } }
    @media only screen and (max-width: 480px) {
      .new-round.intro {
        font-size: 2em;
        padding: 8px 20px; } }

.controls {
  border-radius: 5px;
  margin: 10px auto 2em; }
  .controls__color-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center; }
  .controls__color {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    cursor: pointer;
    border: 0;
    box-shadow: 0 2px 0 0 #222, 0px 3px 5px -1px #4F4F4F;
    display: inline-block;
    margin: 0 5px 5px;
    position: relative; }
    @media only screen and (max-width: 568px) {
      .controls__color {
        margin: 0 1% 5px;
        width: 20%;
        height: 30px; } }
    @media only screen and (max-width: 480px) {
      .controls__color {
        width: 46px;
        height: 46px; } }
    .controls__color a {
      display: block;
      height: 100%; }
    .controls__color--selected {
      top: 2px;
      box-shadow: none; }

.round-controls {
  text-align: center;
  display: none;
  width: 100%; }
  .round-controls__button {
    border-radius: 5px;
    position: relative;
    background: #946D9B;
    box-shadow: 0 3px 0 0 #57405B, 0px 3px 5px -1px #4F4F4F;
    color: #fff;
    outline: none;
    text-shadow: 0 1px #57405B;
    display: block;
    font-size: 16px;
    border: none;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    font-size: 2em;
    padding: 8px 0;
    text-decoration: none;
    display: inline-block; }
    .round-controls__button:enabled:active {
      top: 3px;
      box-shadow: none; }
    .round-controls__button:disabled {
      opacity: 0.7; }
    .round-controls__button--share {
      width: 18%; }
      .round-controls__button--share.share-facebook {
        background: #3b5998;
        box-shadow: 0 3px 0 0 #082665, 0px 3px 5px -1px #4F4F4F;
        text-shadow: 0 1px #082665; }
      .round-controls__button--share.share-twitter {
        background: #00aced;
        box-shadow: 0 3px 0 0 #0079BA, 0px 3px 5px -1px #4F4F4F;
        text-shadow: 0 1px #0079BA; }
    .round-controls__button--save {
      width: 60%; }
      .round-controls__button--save [class^="icon-"] {
        font-size: 1em;
        margin-right: 5px; }
    .round-controls__button:active {
      top: 2px;
      box-shadow: none;
      -webkit-transition: top 0.4s ease-in-out;
      transition: top 0.4s ease-in-out; }
    @media only screen and (max-width: 480px) {
      .round-controls__button {
        margin: 0 auto 10px; } }

/************ RIGHT COLUMN **************************/
.drawing-pane {
  float: left;
  width: 49%; }
  @media only screen and (max-width: 480px) {
    .drawing-pane {
      width: 100%;
      margin-right: 0; } }

.canvas {
  border-radius: 5px;
  max-width: 100%;
  width: 100%;
  height: auto;
  background: #d3d3d3;
  display: block;
  margin: 0 auto;
  box-shadow: 0 1px 0 0 #222, 0px 2px 3px -1px #4F4F4F;
  pointer-events: none;
  cursor: url(../img/cursor.png), crosshair; }
  .canvas__container {
    position: relative; }
  .canvas__timer {
    display: none;
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 36px; }
    @media only screen and (max-width: 480px) {
      .canvas__timer {
        display: block; } }

.pip {
  border-radius: 5px;
  max-width: 100%;
  max-height: 100%; }
  .pip__container {
    border-radius: 5px;
    display: none;
    position: absolute;
    max-height: 25%;
    max-width: 25%;
    top: 5px;
    left: 5px; }
    @media only screen and (max-width: 480px) {
      .pip__container {
        display: block; } }

/********** SEARCH BY POKEMON *************/
.sbp {
  text-align: center; }
  @media only screen and (max-width: 568px) {
    .sbp {
      display: none; } }
  .sbp__header {
    display: inline-block;
    font-size: 2em;
    margin: 0 0 1em; }
    @media only screen and (max-width: 480px) {
      .sbp__header {
        font-size: 1.5em; } }
  .sbp__dropdown {
    font-size: 1.5em; }
    @media only screen and (max-width: 568px) {
      .sbp__dropdown {
        font-size: 1em; } }

.sbp-slider {
  display: none;
  text-align: center;
  height: 150px;
  overflow: hidden;
  background: white; }
  @media only screen and (max-width: 900px) {
    .sbp-slider {
      height: 120px; } }
  @media only screen and (max-width: 568px) {
    .sbp-slider {
      display: none !important; } }
  .sbp-slider__button {
    padding: 20px;
    width: 150px;
    margin: 2%; }
    .sbp-slider__button--gallery {
      border-radius: 5px;
      position: relative;
      background: #946D9B;
      box-shadow: 0 3px 0 0 #57405B, 0px 3px 5px -1px #4F4F4F;
      color: #fff;
      outline: none;
      text-shadow: 0 1px #57405B;
      display: block;
      font-size: 16px;
      border: none;
      cursor: pointer;
      font-family: 'Open Sans', sans-serif; }
      .sbp-slider__button--gallery:enabled:active {
        top: 3px;
        box-shadow: none; }
      .sbp-slider__button--gallery:disabled {
        opacity: 0.7; }
  .sbp-slider img {
    height: 150px;
    width: auto; }
    @media only screen and (max-width: 900px) {
      .sbp-slider img {
        height: 120px; } }

/********** FOOTER **********************/
.footer {
  background: #444;
  color: #eee;
  padding: 20px 0;
  position: relative;
  font-size: 1.5em; }
  .footer:after {
    top: 0; }
  .footer__content {
    float: left;
    width: 69%;
    margin-right: 2%; }
    @media only screen and (max-width: 480px) {
      .footer__content {
        width: 100%;
        margin-right: 0; } }
  .footer__link-list {
    list-style-type: none;
    margin: 0 0 20px;
    padding: 0; }
  .footer__byline {
    float: left;
    width: 29%;
    text-align: right; }
    @media only screen and (max-width: 480px) {
      .footer__byline {
        width: 100%;
        margin-right: 0; } }
  .footer a {
    text-decoration: none;
    font-weight: bold;
    color: #BD9E70; }
    .footer a:hover {
      color: #E4C08A; }

/********** FACEBOOK PANEL **********************/
#panel {
  padding: 5px;
  text-align: center;
  background-color: #e5eecc;
  border: solid 1px #c3c3c3;
  padding: 50px;
  display: none; }

.buy-button {
  border-radius: 5px;
  position: relative;
  background: #325BC5;
  box-shadow: 0 3px 0 0 #1d3574, 0px 3px 5px -1px #4F4F4F;
  color: #fff;
  outline: none;
  text-shadow: 0 1px #1d3574;
  display: block;
  font-size: 16px;
  border: none;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  padding: 10px;
  margin: 0 12px;
  font-size: 1.5em; }
  .buy-button:enabled:active {
    top: 3px;
    box-shadow: none; }
  .buy-button:disabled {
    opacity: 0.7; }
  .buy-button [class^="icon-"] {
    font-size: 1.25em;
    vertical-align: middle;
    margin-right: 10px; }
