* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'bobross';
  src: url(.//assets/fonts/bobross.eot);
  /* IE9 Compat Modes */
  src: url(.//assets/fonts/bobross.eot?#iefix) format('embedded-opentype'),  url(.//assets/fonts/bobross.woff) format('woff'),  url(.//assets/fonts/bobross.ttf) format('truetype'),  url(./5ac32f26e1d9cd3e58b2bbacab86bca6.svg#bobross) format('svg');
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-size: 14px;
  color: #191919;
}
a,
a:visited,
a:active {
  text-decoration: none;
  color: inherit;
}
#landscape {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hide;
  transition: opacity 0.15s ease-in-out;
}
#landscape.background {
  opacity: 0.1;
}
#landscape svg text {
  font-family: azo-sans-web, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  font-size: 12px;
  font-weight: 700;
  fill: #666666;
}
#search-alert {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px;
  width: 240px;
  height: 100px;
  text-align: center;
  font-family: azo-sans-web, sans-serif;
  font-style: normal;
  font-size: 18px;
  z-index: 2;
  white-space: nowrap;
}
#search-alert.visible {
  display: block;
}
.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 50px;
  background-color: #FFFFFF;
  font-size: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: azo-sans-web, sans-serif;
  font-style: normal;
}
.top-bar:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: inherit;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
.top-bar div {
  vertical-align: top;
}
#logo {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  font-size: 32px;
  color: #0c2573;
  width: 130px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'bobross';
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#search {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  height: 50px;
  display: inline-block;
  padding: 9px;
}
#search-string {
  width: 160px;
  height: 32px;
  border: none;
  background-color: #f8f8f8;
  box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.07);
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #191919;
  font-family: azo-sans-web, sans-serif;
  font-style: normal;
  transition: width 0.15s ease-in-out;
}
#search-string::-webkit-input-placeholder {
  color: #AAA;
}
#search-string:-ms-input-placeholder {
  color: #AAA;
}
#search-string::-ms-input-placeholder {
  color: #AAA;
}
#search-string::placeholder {
  color: #AAA;
}
#search-string:focus {
  outline: none;
}
#sort {
  width: calc(100vw - 448px);
  height: 50px;
  line-height: 50px;
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0;
  font-weight: 400;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#sort span {
  font-size: 14px;
}
#sort span + span {
  margin-left: 0.3rem;
}
.slider {
  position: relative;
  -webkit-appearance: none;
  width: 30px;
  height: 5px;
  background-color: #b3b3b3;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
  margin: 0 8px;
  top: -2px;
  cursor: pointer;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1.2px solid #000000;
  cursor: pointer;
}
.slider::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1.2px solid #000000;
  cursor: pointer;
}
.sort-option {
  cursor: pointer;
  text-transform: capitalize;
  font-weight: 700;
  color: inherit;
  transition: color 0.15s ease-in-out;
}
.sort-option.active {
  color: #191919;
}
#icons {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  height: 50px;
  padding: 0 20px 0 0;
  display: inline-block;
  text-align: center;
  font-size: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.icon-wrapper {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.icon {
  width: 40px;
  height: 50px;
  line-height: 50px;
  color: #4d4d4d;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  font-family: 'bobross';
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 15px;
}
.icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 20px;
  transition: all 0.15s ease-in-out;
}
.icon:hover {
  color: #188bc8;
}
.icon:hover:before {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.03);
}
#share {
  font-size: 18px;
}
#about {
  font-size: 18px;
}
#fathom {
  font-size: 14px;
}
.icon-info {
  display: none;
  width: auto;
  height: auto;
  position: fixed;
  top: 60px;
  right: 10px;
  color: #191919;
  background-color: #FFF;
  border-radius: 2px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
  font-family: azo-sans-web, sans-serif;
  font-style: normal;
  font-size: 14px;
}
.icon-info.visible {
  display: block;
}
#share-info {
  width: 185px;
  background-color: #188bc8;
}
#share-info .icon-info-header {
  color: #FFF;
  border-bottom-color: #0e61a5;
}
#share-info .icon-info-close {
  color: #4bb7d6;
}
#share-info .icon-info-close:hover {
  color: #FFF;
}
.share-box {
  height: 36px;
  line-height: 36px;
  text-align: left;
  padding: 0 36px;
  cursor: pointer;
  color: #70e2ff;
  background-color: #188bc8;
  transition: all 0.15s ease-in-out;
}
.share-box:hover {
  color: #FFF;
  background-color: #0e61a5;
}
.share-box.copied:hover {
  color: #70e2ff;
  cursor: auto;
  background-color: rgba(14, 97, 165, 0.5);
}
.share-icon {
  display: inline-block;
  position: relative;
  top: 1px;
  font-family: 'bobross';
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 24px;
  vertical-align: baseline;
}
#about-info {
  width: 348px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01rem;
}
#about-info .icon-info-text {
  text-align: left;
  padding: 20px 10px 20px 20px;
}
#about-info .icon-info-text p {
  margin-top: 8px;
}
#about-info a,
#about-info a:visited,
#about-info a:active {
  position: relative;
  font-style: normal;
  font-weight: 500;
  padding: 0;
  color: #1473b6;
  transition: color 0.15s ease-in-out;
}
#about-info a:before,
#about-info a:visited:before,
#about-info a:active:before,
#about-info a:after,
#about-info a:visited:after,
#about-info a:active:after {
  transition: background-color 0.15s ease-in-out;
}
#about-info a:before,
#about-info a:visited:before,
#about-info a:active:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: calc(100% + 2px);
  background-color: rgba(0, 141, 255, 0);
}
#about-info a:after,
#about-info a:visited:after,
#about-info a:active:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1473b6;
}
#about-info a:hover,
#about-info a:visited:hover,
#about-info a:active:hover {
  color: #0b55a0;
}
#about-info a:hover:before,
#about-info a:visited:hover:before,
#about-info a:active:hover:before {
  background-color: rgba(0, 141, 255, 0.15);
}
#about-info a:hover:after,
#about-info a:visited:hover:after,
#about-info a:active:hover:after {
  background-color: #0b55a0;
}
.icon-info-text {
  padding: 10px;
}
.icon-info-creator {
  color: #1473b6;
  font-weight: 500;
  letter-spacing: 0;
}
.quote {
  position: relative;
}
.quote span {
  position: absolute;
  right: 100%;
}
.icon-info-header {
  display: block;
  position: relative;
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 1px solid #EEE;
}
.icon-info-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 15px;
  z-index: 10;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-family: 'bobross';
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  font-size: 15px;
  color: #b3b3b3;
  transition: color 0.15s ease-in-out;
  cursor: pointer;
}
.icon-info-close:hover {
  color: #333333;
}
.bottom-bar {
  position: fixed;
  top: calc(100vh - 148px);
  left: 0;
  width: 100vw;
  height: 148px;
  background-color: #FFFFFF;
  font-size: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#colors {
  vertical-align: top;
  width: 300px;
  height: inherit;
  display: inline-block;
}
#color-name {
  height: 20px;
  width: auto;
  margin: 5px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: inline-block;
  position: relative;
  font-family: azo-sans-web, sans-serif;
  font-style: normal;
  font-size: 17px;
  font-weight: 400;
}
[class*="hovered-alizarincrimson"] {
  color: #b21e2f;
}
[class*="hovered-blackgesso"] {
  color: #444;
}
[class*="hovered-brightred"] {
  color: #e55b67;
}
[class*="hovered-burntumber"] {
  color: #834828;
}
[class*="hovered-cadmiumyellow"] {
  color: #ef9324;
}
[class*="hovered-darksienna"] {
  color: #762f0e;
}
[class*="hovered-indianred"] {
  color: #97423c;
}
[class*="hovered-indianyellow"] {
  color: #c25724;
}
[class*="hovered-liquidblack"] {
  color: #111;
}
[class*="hovered-liquidclear"] {
  color: #AAA;
}
[class*="hovered-midnightblack"] {
  color: #000000;
}
[class*="hovered-phthaloblue"] {
  color: #188bc8;
}
[class*="hovered-phthalogreen"] {
  color: #1b9586;
}
[class*="hovered-prussianblue"] {
  color: #0b55a0;
}
[class*="hovered-sapgreen"] {
  color: #697a16;
}
[class*="hovered-titaniumwhite"] {
  color: #888;
}
[class*="hovered-vandykebrown"] {
  color: #a06b48;
}
[class*="hovered-yellowochre"] {
  color: #c68a34;
}
#color-palettes {
  height: 54px;
  width: 300px;
  display: inline-block;
  position: relative;
}
.swatch {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 10px;
  height: 30px;
  cursor: pointer;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.2;
  transition: height 0.3s, opacity 0.2s, -webkit-filter 0.2s;
  transition: height 0.3s, opacity 0.2s, filter 0.2s;
  transition: height 0.3s, opacity 0.2s, filter 0.2s, -webkit-filter 0.2s;
}
.swatch.hover {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  opacity: 1;
}
.swatch.selected-color,
.swatch.present-color {
  height: 40px;
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  opacity: 1;
}
.swatch[data-color="Liquid Clear"],
.swatch[data-color="Titanium White"] {
  border: 1px solid #EAEAEA;
  opacity: 1;
}
#color-text {
  width: 300px;
  position: absolute;
  bottom: 30px;
  padding-top: 0;
  display: none;
  font-family: azo-sans-web, sans-serif;
  font-style: normal;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
#color-text.visible {
  display: block;
}
#color-text #color-selection {
  color: #808080;
  font-size: 17px;
  font-weight: 400;
  height: inherit;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
#color-text span {
  display: block;
}
#elements {
  width: calc(95vw - 300px);
  height: inherit;
  display: inline-block;
  overflow: hidden;
}
#elements-choices {
  height: 74px;
  width: calc(95vw - 300px);
  display: inline-block;
  position: relative;
  padding-top: 10px;
  text-align: center;
  overflow-y: hidden;
}
#elements-choices span {
  padding: 0 10px;
  font-family: azo-sans-web, sans-serif;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #cccccc;
}
#elements-choices span.none-element {
  color: #333333;
}
#elements-choices span.pushedback-element {
  color: #cccccc;
}
#elements-choices span.selected-element,
#elements-choices span.present-element {
  color: #191919;
}
#elements-text {
  width: calc(95vw - 300px);
  position: absolute;
  bottom: 30px;
  padding-top: 0;
  display: none;
  font-family: azo-sans-web, sans-serif;
  font-style: normal;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
#elements-text.visible {
  display: block;
}
#elements-text #elements-selection {
  color: #808080;
  font-size: 17px;
  font-weight: 400;
  height: inherit;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
#elements-text span {
  vertical-align: top;
  display: block;
}
.element {
  cursor: pointer;
}
#elements-label,
#color-label {
  position: absolute;
  height: 30px;
  line-height: 30px;
  bottom: 28px;
  display: none;
  font-family: azo-sans-web, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.075rem;
  font-size: 12px;
  text-align: center;
  color: #999999;
}
#elements-label.visible,
#color-label.visible {
  display: block;
}
#elements-label {
  width: calc(95vw - 300px);
}
#color-label {
  width: 300px;
}
#details {
  position: absolute;
  display: none;
  opacity: 0;
  max-width: 200px;
  z-index: 100;
  font-family: azo-sans-web, sans-serif;
  font-style: normal;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.details-close {
  position: absolute;
  top: 0;
  left: 100%;
  right: auto;
  margin-top: -15px;
  padding: 0 15px;
  z-index: 10;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-family: 'bobross';
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  font-size: 15px;
  color: #4d4d4d;
  transition: color 0.15s ease-in-out;
  cursor: pointer;
}
.details-close:hover {
  color: #999999;
}
.details-title {
  margin: 15px 0 10px;
  font-weight: 400;
  font-size: 20px;
}
.details-episode {
  margin: 10px 0;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #4d4d4d;
}
.details-watch {
  margin-top: 18px;
  font-size: 15px;
  font-weight: 500;
}
.details-watch a {
  color: #1b9586;
  transition: color 0.15s ease-in-out;
}
.details-watch a:hover {
  color: #0e6c64;
}
.details-watch-icon {
  font-family: 'bobross';
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #FFF;
  font-weight: normal;
  font-size: 18px;
  margin-right: 0.5rem;
  vertical-align: text-top;
}
.details-image-container {
  display: block;
  width: 200px;
  height: 150px;
}
.details-image {
  position: relative;
}
.option-color {
  width: 140px;
  display: inline-block;
}
.option-element {
  width: 90px;
  display: inline-block;
}
.option-season {
  width: 20px;
  display: inline-block;
}
.title {
  display: block;
}
img {
  postiion: absolute;
}
#small-screens {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./8b31532605fa2d171f6f46df318257d5.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FFF;
}
#small-screens div {
  width: inherit;
  text-align: center;
}
#small-screens #small-screens-logo {
  position: absolute;
  bottom: 50%;
  margin-bottom: 42.5vw;
  height: auto;
}
#small-screens #small-screens-title {
  font-family: 'bobross';
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #0c2573;
  height: auto;
  padding: 20px 0;
  font-size: 64px;
}
#small-screens #small-screens-fathom {
  font-family: azo-sans-web, sans-serif;
  font-style: normal;
  color: #b3b3b3;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  transition: color 0.15s ease-in-out;
}
#small-screens #small-screens-fathom span {
  vertical-align: baseline;
}
#small-screens #small-screens-fathom:hover {
  color: #0b55a0;
}
#small-screens #small-screens-fathom-icon {
  font-family: 'bobross';
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: inherit;
  font-size: 12px;
  margin-right: 0.6rem;
  display: none;
}
#small-screens #small-screens-message {
  position: absolute;
  top: 50%;
  margin-top: 50vw;
  height: auto;
  font-family: azo-sans-web, sans-serif;
  font-style: normal;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  padding: 20px 0;
}
@media (max-width: 768px) {
  #search-string {
    width: 120px;
  }
  #sort {
    width: calc(100vw - 396px);
  }
  .sort-title {
    display: none;
  }
  .sort-text-exp {
    display: none;
  }
  .icon {
    width: 36px;
  }
}
@media (max-width: 570px) {
  #search {
    padding: 0;
    display: none;
  }
  #search-string {
    width: 0;
  }
  #sort {
    width: calc(100vw - 258px);
  }
  #landscape,
  .top-bar,
  .bottom-bar,
  #details {
    display: none;
  }
  #small-screens {
    display: block;
  }
}

