.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-size: 10px;
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-family: "MozTT", sans-serif;
  -webkit-font-smoothing: antialiased;
}

ul,
ol {
  padding: 0 0 0 1.5em;
  margin: 1em 0;
  list-style-type: none;
}

li {
  padding-bottom: 0;
}

ul.styled li {
  list-style-type: disc;
}

ol.styled li {
  list-style-type: decimal;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

/* ----------------------------------
* Input areas
* ---------------------------------- */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="number"],
textarea {
  display: block;
  width: 100%;
  height: 4rem;
  padding: 0 1.2rem;
  overflow: hidden;
  font-size: 1.5rem;
  line-height: 4rem;
  -webkit-box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.075);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
  resize: none;
}

textarea {
  height: 10rem;
  max-height: 10rem;
  margin: 0;
  line-height: 2rem;
}

form p {
  position: relative;
  margin: 0;
}

form p input + button[type="reset"],
form p textarea + button[type="reset"] {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 2rem;
  height: 6rem;
  padding: 0;
  font-size: 0;
  pointer-events: none;
  border: none;
  opacity: 0;
}

form p input + button[type="reset"],
form p textarea + button[type="reset"] {
  top: 0;
  margin: 0;
}

textarea {
  padding: 1.2rem;
}

form p input:focus + button[type="reset"],
form p textarea:focus + button[type="reset"] {
  pointer-events: all;
  opacity: 1;
}

/* ----------------------------------
 * Buttons
 * ---------------------------------- */

.button::-moz-focus-inner,
a[role="button"]::-moz-focus-inner,
button::-moz-focus-inner {
  border: none;
  outline: none;
}

button,
a[role="button"],
.button {
  display: inline-block;
  width: 100%;
  height: 3.8rem;
  padding: 0 1.5rem;
  margin: 0 0 1rem;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 3.8rem;
  color: #333;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  background: #eceff1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eceff1), color-stop(1, #eceff1));
  background: -ms-linear-gradient(bottom, #eceff1, #eceff1);
  background: -moz-linear-gradient(center bottom, #eceff1 0%, #eceff1 100%);
  background: -o-linear-gradient(#eceff1, #eceff1);
  border: 0;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eceff1', endColorstr='#eceff1', GradientType=0);
}

button.recommend,
a[role="button"].recommend,
.button.recommend {
  background: #cddc39;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cddc39), color-stop(1, #cddc39));
  background: -ms-linear-gradient(bottom, #cddc39, #cddc39);
  background: -moz-linear-gradient(center bottom, #cddc39 0%, #cddc39 100%);
  background: -o-linear-gradient(#cddc39, #cddc39);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cddc39', endColorstr='#cddc39', GradientType=0);
}

/* Press (default & recommend) */

/* ----------------------------------
 * Action menu
 * ---------------------------------- */

/* Main dialog setup */

form[role="dialog"][data-type="action"] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
}

form[role="dialog"][data-type="action"] .content {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 25rem;
  padding: 2rem 2rem 1.5rem 2rem;
  margin-left: -12.5rem;
  color: #ffffff;
  background: #002b36;
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

form[role="dialog"][data-type="action"] .content header {
  padding: 0 0 1.5rem 0;
  font-size: 2rem;
}

form[role="dialog"][data-type="action"] .content .body {
  max-height: 20rem;
  padding: 0 0 2rem 0;
  margin: 0;
  overflow: auto;
  font-size: 1.2rem;
}

form[role="dialog"][data-type="action"] .content .body label {
  display: block;
}

form[role="dialog"][data-type="action"] .content .body textarea,
form[role="dialog"][data-type="action"] .content .body input {
  color: #666666;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #eceff1;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
     -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

form[role="dialog"][data-type="action"] .content .body textarea:focus,
form[role="dialog"][data-type="action"] .content .body input:focus {
  border-bottom: 1px solid #03a9f4;
  outline-width: 0;
}

form[role="dialog"][data-type="action"] .content .body textarea {
  height: auto;
  margin: 0;
  line-height: 1rem;
}

form[role="dialog"][data-type="action"] .content .actions {
  line-height: 3rem;
  text-align: right;
  text-transform: uppercase;
}

form[role="dialog"][data-type="action"] .content .actions button {
  width: auto;
  height: auto;
  padding: 0 1.5rem;
  margin: 0;
  color: #ffffff;
  cursor: pointer;
  background: transparent;
  border: 0;
  opacity: 0.5;
}

form[role="dialog"][data-type="action"] .content .actions button:hover {
  opacity: 1;
}

form[role="dialog"][data-type="action"] .content .actions .recommend {
  font-weight: bold;
  color: #cddc39;
}

section[role="region"] > header:first-child {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 5rem;
  min-height: 4rem;
  padding: 0;
  background-size: auto 100%;
}

/* Icon definitions */

section[role="region"] > header:first-child .icon {
  position: relative;
  display: inline-block;
  float: none;
  padding: 0.75rem 0 0 .75rem;
  overflow: hidden;
  font-size: 3rem;
  vertical-align: top;
  background: transparent no-repeat center center;
}

/* Navigation links (back, cancel, etc) */

section[role="region"] > header:first-child > a {
  position: absolute;
  width: auto;
  height: 5rem;
  overflow: hidden;
  color: white;
  cursor: pointer;
  opacity: 0.75;
}

section[role="region"] > header:first-child > a:hover {
  opacity: 1;
}

section[role="region"] > header:first-child > a:last-child {
  right: 2rem;
  left: auto;
}

section[role="region"] > header:first-child > a:first-child {
  right: auto;
  left: 0;
}

/* ----------------------------------
 * REGIONS: default
 * ---------------------------------- */

.row {
  width: 100%;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

.row [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.row [class*="span"]:first-child {
  margin-left: 0;
}

.row .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.row .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.row .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.row .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.row .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.row .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.row .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.row .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.row .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.row .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.row .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.row .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

.row .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

.row .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

.row .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

.row .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

.row .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

.row .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

.row .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

.row .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

.row .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

.row .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

.row .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

.row .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

.row .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

.row .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

.row .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

.row .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

.row .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

.row .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

.row .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

.row .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

.row .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

.row .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

.row .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

.row .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

section[role="region"] {
  height: 100%;
  overflow: hidden;
}

section[role="region"] {
  background: #002b36;
}

section[role="region"] div[role="main"],
section[role="region"] div[role="splash"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 2rem;
  overflow: hidden;
  overflow-y: auto;
}

section[role="region"] div[role="splash"] {
  background: #03a9f4;
}

section[role="region"] div[role="main"].no-footer {
  bottom: 0;
}

section[role="region"] div[role="main"]:last-child {
  bottom: 0;
}

section[role="region"] div[role="splash"] .foxy {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20rem;
  height: 20rem;
  background: transparent url(../img/icons/foxy-512.png) no-repeat center bottom;
  background-size: 100%;
}

/* ----------------------------------
 * Lists
 * ---------------------------------- */

[data-type="list"] {
  padding-left: 0;
  margin: 0;
  font-weight: 400;
}

[data-type="list"] ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  list-style: none;
}

[data-type="list"] strong {
  font-weight: 500;
}

/* Title divisors */

[data-type="list"] header {
  padding: 0.5rem 1rem;
  margin: 0;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.8rem;
  color: #ff4E00;
  text-transform: uppercase;
  border-bottom: 0.1rem solid #ff4E00;
}

/* List items */

[data-type="list"] li {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  min-height: 6rem;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  border-bottom: solid 0.1rem #073642;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
  transition: transform 0.3s ease, padding 0.3s ease;
}

[data-type="list"] li:hover,
[data-type="list"] li:active {
  background: #eceff1;
}

[data-type="list"] li:last-child {
  border: none;
}

/* Pressed State */

[data-type="list"] li > a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #b1f1ff;
  content: "";
  opacity: 0;
}

[data-type="list"] li > a:active:after {
  opacity: 0.6;
  /* Only transition on 'press', not on 'release' */

  transition: opacity 0.2s ease;
}

/* Disabled */

[data-type="list"] li[aria-disabled="true"]:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0.7;
}

[data-type="list"] li[aria-disabled="true"] {
  pointer-events: none;
}

/* Graphic content */

[data-type="list"] aside {
  position: relative;
  z-index: 2;
  float: left;
  height: 100%;
  margin: 0 0.5rem 0 0;
}

[data-type="list"] li > a aside,
[data-type="list"] li > a aside.icon {
  z-index: -1;
  background-color: transparent;
}

[data-type="list"] aside.pack-end {
  float: right;
  margin: 0 0 0 0.5rem;
  text-align: right;
}

[data-type="list"] aside.icon {
  display: block;
  width: 3rem;
  height: 6rem;
  overflow: hidden;
  font: 0/0 a;
  background: #ffffff no-repeat left center;
}

/* Text content */

[data-type="list"] li p {
  display: block;
  margin: 0;
  overflow: hidden;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #808080;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: none;
}

[data-type="list"] li p:first-of-type {
  font-size: 1.8rem;
  line-height: 2.2rem;
}

[data-type="list"] li p:only-child,
[data-type="list"] li p:first-of-type:last-of-type {
  line-height: 4rem;
}

[data-type="list"] li p em {
  font-size: 1.5rem;
  font-style: normal;
}

[data-type="list"] li p time {
  margin-right: 0.3rem;
  text-transform: uppercase;
}

/* Checkable content */

[data-type="list"] li > label {
  position: absolute;
  top: -0.1rem;
  right: 0;
  bottom: 0;
  left: -4rem;
  z-index: 1;
  width: auto;
  height: auto;
  pointer-events: none;
  border-top: solid 0.1rem #dbd9d9;
}

[data-type="list"] li > label input + span {
  left: 0;
  margin-left: 0;
}

/* Edit mode */

[data-type="list"] [data-type="edit"] li {
  padding-left: 0;
  transform: translateX(4rem);
}

[data-type="list"] [data-type="edit"] li > label {
  pointer-events: auto;
}

[data-type="list"] [data-type="edit"] li > a:active:after {
  display: none;
}

/* ----------------------------------
* Seekbars
* ---------------------------------- */

div[role="slider"] {
  position: relative;
}

div[role="slider"] > div {
  position: relative;
  display: block;
  padding: 0;
}

div[role="slider"] progress {
  display: block;
  width: 100%;
  height: 0.5rem;
  background: #000;
  border: none;
  border-radius: 0;
}

progress::-webkit-progress-bar {
  background: #002b36;
}

progress::-webkit-progress-value {
  background: #01579b;
}

div[role="slider"] > label {
  float: right;
  width: auto;
  height: 3.5rem;
  padding: 0 0 0 1rem;
  font-family: "Open Sans", Sans-serif;
  font-size: 1.5rem;
  line-height: 3.8rem;
  color: #00aacb;
}

div[role="slider"] label:first-of-type {
  float: left;
  padding: 0 1rem 0 0;
}

div[role="slider"] > label.icon {
  width: 3rem;
  height: 3rem;
  margin-top: 0.5rem;
  font-size: 0;
  background: no-repeat right top;
}

div[role="slider"] > label.icon:first-of-type {
  background-position: top left;
}

div[role="slider"] button {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  padding: 0;
  margin: -1rem 0 0 -1rem;
  font: 0/0 a;
  background: #01579b;
  border: solid 0.1rem transparent;
  border-radius: 50%;
  transition: border 0.15s ease;
}

div[role="slider"] button:active {
  border: solid 0.5rem #01c5ed;
}

.btn-link {
  display: block;
  font-size: 2rem;
  text-align: center;
}

/* ----------------------------------
* Drawer
* ---------------------------------- */

/* Main region */

section[role="region"] {
  position: relative;
  left: -2rem;
  width: 100%;
  padding-left: 2rem;
  transition: all 0.25s ease;
}

/* Overwrite headers.css to increase menu icon */

section[role="region"] > header:first-child {
  margin-left: -2rem;
}

section[role="region"] > header:first-child > a .icon.icon-menu {
  width: 4rem;
  background-position: center center;
}

section[role="region"] > header:first-child > a .icon:after {
  width: 4rem;
}

section[role="region"] > header:first-child > a {
  background-position: 4rem center;
}

section[role="region"] > header:first-child h1 {
  margin-left: 5rem;
}

/* Hide anchor to change target */

section[role="region"] > header:first-child > a:last-of-type {
  visibility: visible;
}

section[role="region"]:target > header:first-child > a:last-of-type {
  visibility: hidden;
}

/* Sidebar */

section[data-type="sidebar"] {
  position: absolute;
  top: 0;
  left: -0.1rem;
  width: 80%;
  height: 100%;
  overflow: hidden;
  background: #002b36;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  transition: all 0.25s ease;
}

/* Sidebar header */

section[data-type="sidebar"] > footer {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 5rem;
  -webkit-box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.5);
}

section[data-type="sidebar"] > footer {
  position: absolute;
  bottom: 0;
  border-top: 0.1rem solid #222b2d;
}

section[data-type="sidebar"] > header h1,
section[data-type="sidebar"] > footer h1 {
  display: block;
  height: 100%;
  margin: 0 0 0 2rem;
  overflow: hidden;
  font-size: 2.2rem;
  line-height: 4.8rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

section[data-type="sidebar"] > header h1 {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  height: auto;
  line-height: 3rem;
  color: #eaeaea;
  text-align: right;
}

section[data-type="sidebar"] > header h1 small {
  font-size: 1.25rem;
  opacity: 0.5;
}

section[data-type="sidebar"] > header .status {
  margin: 1rem 0;
}

section[data-type="sidebar"] > header .arts {
  position: relative;
  height: 7rem;
  background-color: #ff5722;
  background-image: url(../img/backgrounds/trianglify.svg);
  background-size: 100%;
  background-size: 100%%;
}

section[data-type="sidebar"] > header .arts .collapse {
  position: absolute;
  top: 0;
  right: .5em;
  font-size: 3em;
}

section[data-type="sidebar"] > header .arts .status.connected {
  background-color: #259b24!important;
  border-color: #259b24!important;
}

section[data-type="sidebar"] > header .arts .status.disconnected {
  background-color: #e51c23!important;
  border-color: #e51c23!important;
}

section[data-type="sidebar"] > header h1 em {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1em;
}

/* Generic set of actions in toolbar */

section[data-type="sidebar"] > header menu[type="toolbar"] {
  float: right;
  height: 100%;
}

section[data-type="sidebar"] > header menu[type="toolbar"] a,
section[data-type="sidebar"] > header menu[type="toolbar"] button {
  float: left;
  height: 4.9rem;
  min-width: 5rem;
  padding: 0 1.75rem;
  line-height: 4.9rem;
  text-align: center;
  background: none;
  -moz-box-sizing: border-box;
}

section[data-type="sidebar"] > header menu[type="toolbar"] a:last-child,
section[data-type="sidebar"] > header menu[type="toolbar"] button:last-child {
  background: url('../img/ui/separator.png') no-repeat left center;
}

section[data-type="sidebar"] > header menu[type="toolbar"] {
  padding: 0;
  margin: 0;
}

section[data-type="sidebar"] > header a,
section[data-type="sidebar"] > header button {
  padding: 0;
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.1em;
  color: white;
  background: none;
  border: none;
}

/* Icon definitions */

section[data-type="sidebar"] > nav {
  max-height: 100%;
  overflow: hidden;
}

section[data-type="sidebar"] [role="toolbar"] {
  position: absolute;
}

section[data-type="sidebar"] > nav > ul {
  width: 100%;
  padding: 0;
  margin: 0;
}

section[data-type="sidebar"] > nav > ul > li {
  color: #ffffff;
  list-style: none;
  transition: background 0.2s ease;
}

section[data-type="sidebar"] > nav > ul > li {
  display: block;
  width: 100%;
  padding-right: 0.8rem;
  overflow: hidden;
  font-size: 1.5rem;
  line-height: 3.5rem;
  color: #ffffff;
  text-decoration: none;
  text-indent: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  opacity: 0.5;
  -moz-box-sizing: border-box;
}

section[data-type="sidebar"] > nav > ul > li:hover {
  opacity: 1;
}

section[data-type="sidebar"] > nav > ul > li .span2 {
  text-align: center;
}

section[data-type="sidebar"] > nav > ul > li i {
  font-size: 2rem;
}

section[data-type="sidebar"] > nav > ul > li.selected,
section[data-type="sidebar"] > nav > ul > li:hover {
  opacity: 1;
}

/* ----------------------------------
 * Responsive: default
 * ---------------------------------- */

@media (max-width: 800px) {
  section[data-type="sidebar"].maximize {
    z-index: 100;
    border-left: 0.1rem solid #073642;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    box-shadow: 0 17px 50px rgba(0, 0, 0, 0.19);
  }
}

@media (min-width: 800px) {
  section[data-type="sidebar"] {
    width: 30%;
    transform: translate3d(0, 0, 0);
  }
  section[role="region"] {
    left: 30%;
    width: 70%;
    border-left: 0.2rem solid #222222;
    box-sizing: border-box;
  }
  section[role="region"] div[role="main"] {
    right: 0;
    left: 0;
  }
  section[role="region"] > header:first-child > a:last-of-type {
    display: none;
  }
  section[role="region"] > header:first-child h1 {
    margin-left: 1rem;
  }
}

.spinner-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 1rem 0;
  margin-left: -2rem;
  text-align: center;
  background-color: #002b36;
  border-top: 1px solid #073642;
}

.spinner-wrapper .spinner {
  height: auto;
  margin: 0 auto;
  background: transparent;
}

.spinner .bounce {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: #666666;
  border-radius: 100%;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
          animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.spinner .bounce:nth-child(1) {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}

.spinner .bounce:nth-child(2) {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@font-face {
  font-family: 'KenyanCoffee';
  src: url('../font/kenyc.ttf');
}

@font-face {
  font-family: 'ffosxbmcRegular';
  src: url('../font/ffosxbmc.ttf');
}

@font-face {
  font-family: 'moviegenre';
  src: url('../font/moviegenre.ttf');
}

@font-face {
  font-family: 'digi';
  src: url('../font/DS-DIGII.TTF');
}

@font-face {
  font-family: 'Roboto';
  src: url('../font/Roboto-Thin.TTF');
}

section[role="region"] header .logo {
  position: absolute;
  top: 0;
  right: 0;
  height: 5rem;
  padding: 0.5rem;
  cursor: pointer;
  box-sizing: border-box;
}

section[role="region"] header .logo .foxmote {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  background: transparent url(../img/icons/foxmote-128.png) no-repeat center;
  background-size: 32px 32px;
}

section[role="region"] > header:first-child .logo .icon {
  width: auto;
  height: auto;
  padding: .75rem 0;
  margin: 0;
  font-size: 2rem;
}

section[role="region"] header h2.connected {
  border-left: 3rem solid limegreen;
}

section[role="region"] header h2.disconnected {
  border-left: 3rem solid red;
}

.loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #03a9f4;
}

.loading .foxy {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent url(../img/icons/foxy-512.png) no-repeat center bottom;
  background-size: 75%;
}

.loading .foxy:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background: transparent url(../img/icons/spinner.gif) no-repeat center;
  content: "";
}

.spinner {
  position: relative;
  height: 0.25rem;
  background-color: #cddc39;
}

.spinner .bar {
  position: absolute;
  left: 50%;
  width: 10%;
  height: 0.25rem;
  background-color: #002b36;
  -webkit-animation: indeterminate 5s infinite linear;
     -moz-animation: indeterminate 5s infinite linear;
          animation: indeterminate 5s infinite linear;
}

@-webkit-keyframes indeterminate {
  0% {
    left: 0;
    width: 0;
  }
  19.99% {
    left: 100%;
    width: 40%;
  }
  20% {
    left: 0;
    width: 0;
  }
  39.99% {
    left: 100%;
    width: 60%;
  }
  40% {
    left: 0;
    width: 0;
  }
  59.99% {
    left: 100%;
    width: 75%;
  }
  60% {
    left: 0;
    width: 0;
  }
  79.99% {
    left: 100%;
    width: 80%;
  }
  80% {
    left: 0;
    width: 0;
  }
  100% {
    left: 100%;
    width: 25%;
  }
}

@-moz-keyframes indeterminate {
  0% {
    left: 0;
    width: 0;
  }
  19.99% {
    left: 100%;
    width: 40%;
  }
  20% {
    left: 0;
    width: 0;
  }
  39.99% {
    left: 100%;
    width: 60%;
  }
  40% {
    left: 0;
    width: 0;
  }
  59.99% {
    left: 100%;
    width: 75%;
  }
  60% {
    left: 0;
    width: 0;
  }
  79.99% {
    left: 100%;
    width: 80%;
  }
  80% {
    left: 0;
    width: 0;
  }
  100% {
    left: 100%;
    width: 25%;
  }
}

.arts,
.banner,
.fanart {
  position: relative;
  background-size: auto 100%;
}

.banner {
  width: 100%;
  height: 10rem ;
  background-size: 100% auto;
}

.arts {
  z-index: 2;
  background-color: #03a9f4;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.arts .md-action {
  bottom: -1.75rem;
}

.fanart {
  height: 20rem;
}

.wrapper {
  position: relative;
  min-height: 0.1rem;
}

.poster {
  border: 0.25rem solid white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.clock {
  font-family: 'digi';
}

.playcount {
  position: absolute;
  right: -0.75rem;
  bottom: 0rem;
  z-index: 2;
  width: 1rem;
  height: 1rem;
  padding: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1rem;
  color: white;
  background: #cddc39;
  border-radius: 50%;
}

.font-loader {
  display: none;
}

.font-loader .kenyanCoffee {
  font-family: KenyanCoffee;
}

.font-loader .ffosxbmc {
  font-family: ffosxbmcRegular;
}

.font-loader .movieGenre {
  font-family: moviegenre;
}

.font-loader .digi {
  font-family: digi;
}

.empty.list {
  padding: 0 1rem;
  padding-top: 2rem;
  font-size: 2rem;
  font-size: 1.5rem;
  color: white;
  color: #666666;
  text-align: center;
}

.equalizer {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  width: 3rem;
  height: 4rem;
}

.md-action,
.md-circle {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 5rem;
  height: 5rem;
  padding: 0;
  margin: 0;
  color: #f1f1f1!important;
  text-shadow: none;
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.258824);
}

.md-circle i {
  display: block;
  font-size: 3rem;
  line-height: 5rem;
  text-align: center;
}

.md-action {
  position: absolute;
  right: 1rem;
  cursor: pointer;
}

.md-action.md-action-primary {
  background: #cddc39 !important;
}

.md-action.md-action-danger {
  background: #e51c23 !important;
}

.md-action i {
  display: block;
  font-size: 2rem;
  font-style: normal;
  line-height: 5rem;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  opacity: 0.75;
}

.md-action:hover i {
  opacity: 1;
}

.rating {
  background-color: #cddc39 !important;
  border-color: #cddc39 !important;
}

.rating .value {
  font-size: 2rem;
  line-height: 4rem;
}

.rating .star {
  position: absolute;
  bottom: 1rem;
  font-size: 1rem;
  line-height: 1rem;
}

.rating .star.left {
  left: 0.5rem;
}

.rating .star.right {
  right: 0.5rem;
}

.rating .star.middle {
  bottom: 0.5rem;
  left: 50%;
  margin-left: -0.7rem;
  font-size: 1.5rem;
}

/* entire container, keeps perspective */

.flip-container {
  text-align: center;
  perspective: 1000;
}

/* flip the pane when hovered */

.row:hover .flip-container .flipper,
.flipper.flipped {
  transform: rotateY(180deg);
}

/* flip speed goes here */

.flipper {
  position: relative;
  min-height: 0.1rem;
  transition: 0.6s;
  transform-style: preserve-3d;
}

/* hide back of pane during swap */

.front,
.back {
  position: relative;
  backface-visibility: hidden;
}

/* front pane, placed above back */

.front {
  z-index: 2;
  transform: rotateY(0deg);
}

/* back, initially hidden pane */

.back {
  transform: rotateY(180deg);
}

[data-type="list"] .poster,
[data-type="list"] .rating {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  margin-top: - 2.5rem;
  margin-left: -2.5rem;
  background-size: 100%;
}

[data-type="list"] .poster {
  background-color: #7465c0!important;
  border: 0.25rem solid #cddc39 !important;
}

.detail .arts {
  position: relative;
  margin-bottom: 5rem;
}

.detail .poster-wrapper {
  position: absolute;
  right: 1rem;
  bottom: -4.5rem;
  left: 1rem;
  z-index: 2;
  width: 40%;
}

.detail .poster {
  width: 100%;
  height: 19rem;
  background-size: 100%;
  border: 0.25rem solid white;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.detail .preview {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 5rem;
  height: 5rem;
  margin-top: -2rem;
  margin-left: -2rem;
  overflow: hidden;
  color: #f1f1f1!important;
  cursor: pointer;
  background-color: #000!important;
  border-radius: 50%;
  opacity: 0.5;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.258824);
}

.detail .preview:hover {
  opacity: 0.75;
}

.detail .preview i {
  display: block;
  font-size: 2rem;
  line-height: 5rem;
  text-align: center;
}

.detail ul {
  padding: 0;
  margin: 0;
}

.detail li {
  font-size: 1.5rem;
  color: white;
}

.detail .label {
  width: 25%;
  font-size: 1.5rem;
  color: #666666;
}

.detail h1 {
  display: block;
  padding: 0 1rem;
  margin-bottom: 0;
  overflow: hidden;
  font-size: 2rem;
  color: #666666;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.detail p {
  padding: 0.5rem;
  margin: 1rem 0.5rem 0.5rem 0.5rem;
  font-size: 1.5rem;
  color: #666666;
  text-align: justify;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.detail .properties {
  padding-top: 0.5rem;
  text-align: center;
}

.detail .rating,
.detail .movie.genre,
.detail .clock,
.detail .cast {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 5rem;
  height: 5rem;
  padding: 0;
  overflow: hidden;
  color: #f1f1f1!important;
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.258824);
}

.detail .movie.genre {
  background-color: #ff5722!important;
  border-color: #ff5722!important;
}

.detail .clock {
  background-color: #00bcd4!important;
  border-color: #00bcd4!important;
}

.detail .cast {
  background-color: #8bc34a!important;
  background-size: 100%;
  border: 0.25rem solid #8bc34a!important;
}

.detail .movie.genre i,
.detail .clock i,
.rating .value {
  display: block;
  font-style: normal;
  font-weight: bold;
  text-align: center;
}

.detail .movie.genre i,
.detail .clock i {
  font-size: 3.5rem;
  line-height: 5rem;
}

.detail .clock i {
  font-size: 1.75rem;
}

.stream.details {
  position: absolute;
  top: 5rem;
  left: 14rem;
  text-align: center;
  white-space: nowrap;
  transform: rotate(90deg);
  transform-origin: .5rem;
}

.stream.details .detail {
  display: inline;
  padding: .5rem .5rem;
  margin-bottom: .5rem;
  font-size: 1.1rem;
  color: #666666;
  text-align: right;
  background-color: #f1f1f1;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.stream.details .detail:last-child {
  margin: 0;
}

.stream.details .detail i {
  padding-right: .25rem;
}

.movies {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.movies [data-type="list"] {
  position: absolute;
  top: 10rem;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
}

[data-type="list"] .movie {
  position: relative;
  height: auto;
  padding: 0.5rem 0;
}

[data-type="list"] .movie p:first-of-type {
  padding: 0.5rem);
}

[data-type="list"] .movie h1 {
  padding: 0;
  font-size: 2rem;
}

.movie.detail {
  margin: 0;
}

.movie.detail .arts .row {
  position: relative;
  top: 4rem;
}

.movie.detail h1 {
  padding-right: 1rem;
  margin: 0;
  text-align: right;
}

.movie.detail .content {
  position: absolute;
  top: 28rem;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
}

.movie .md-action {
  position: absolute;
  right: 1rem;
  bottom: -1.75rem;
}

.music .banner {
  display: block;
  background: transparent url(../img/backgrounds/vinyls.jpg) no-repeat center;
  background-size: 100% auto;
}

.music .tabs {
  z-index: 4;
  background: #03a9f4;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.music .tabs .tab {
  padding: 2rem 0 1rem 0;
  font-size: 1.5rem;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 0.5rem solid transparent;
  opacity: 0.75;
}

.music .tabs .tab:hover {
  opacity: 1;
}

.music .tabs .tab.selected {
  border-bottom: 0.5rem solid #ffff85;
}

.music .content {
  position: absolute;
  top: 15rem;
  right: 0;
  bottom: 0;
  left: 0;
}

.music .content .loading .foxy:after {
  top: 25%;
}

.music .content [data-type="list"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
  overflow-x: hidden;
}

.music .content [data-type="list"] li:first-child {
  margin-top: 1rem;
}

.artist .music [data-type="list"].albums {
  position: absolute;
  top: 10rem;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
}

.album .cover.unknow {
  background: url(/img/backgrounds/album.png) no-repeat center;
  background-size: 100% auto;
}

.artist .cover.unknow {
  background: url(/img/backgrounds/artist.png) no-repeat center;
  background-size: 100% auto;
}

.song.cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: transparent no-repeat center top;
  opacity: 0.1;
}

.album .songs {
  position: absolute;
  top: 14rem;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
}

.songs .song {
  padding-left: 1rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

h1.album {
  padding: 1rem 0 0 1rem;
  margin: 0;
  font-size: 2rem;
  color: #666666;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.album .thumb {
  position: absolute;
  bottom: -4rem;
  left: 1rem;
  display: inline-block;
  vertical-align: middle;
}

.album .thumb img,
.album .thumb .cover {
  width: 8rem;
  height: 8rem;
}

.album .thumb .vinyl {
  width: auto;
}

.album .thumb .cover {
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
}

section[data-type="sidebar"] :active-player,
section[data-type="sidebar"] .inactive-player {
  position: absolute;
  top: 10rem;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  background-color: #002b36;
  transition: all 0.25s ease;
  oveflow-y: auto;
}

section[data-type="sidebar"] :active-player {
  bottom: 7rem;
}

section[data-type="sidebar"] h2 {
  padding: 0.5rem;
  margin: 0;
  font-size: 1.5rem;
  font-weight: normal;
  color: #ffffff;
  background: #003f50;
}

section[data-type="sidebar"] .icon-remote {
  position: relative;
  top: .5rem;
  right: 0.5rem;
  font-family: ffosxbmcRegular;
  font-size: 3rem;
}

section[data-type="sidebar"] .icon-remote:before {
  content: "r";
}

section[data-type="sidebar"] .twitter-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  font-size: 1.5em;
  color: #ffffff;
  text-decoration: none;
  background: #14aee8;
  opacity: 0.75;
}

section[data-type="sidebar"] .twitter-wrapper:hover {
  opacity: 1;
}

section[data-type="sidebar"] footer img {
  position: absolute;
  bottom: 0;
  left: 1rem;
  border: 0.5rem solid white;
}

section[data-type="sidebar"] .now.playing {
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 7rem;
  background: #fff;
}

section[data-type="sidebar"] .now.playing div[role="slider"] {
  height: auto;
}

section[data-type="sidebar"] .now.playing div[role="slider"] progress {
  margin-top: 0;
}

section[data-type="sidebar"] .now.playing .poster-wrapper {
  position: relative;
  height: 0.1rem;
}

section[data-type="sidebar"] .now.playing .poster {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2.5rem;
  background-size: 100%;
}

section[data-type="sidebar"] .now.playing .title {
  padding-top: 1rem;
  overflow: hidden;
  font-size: 1.25rem;
  -webkit-font-smoothing: antialiased;
  text-overflow: ellipsis;
}

section[data-type="sidebar"] .now.playing .actions {
  padding-top: 1.5rem;
  font-size: 2rem;
  cursor: pointer;
  opacity: 0.75;
}

section[data-type="sidebar"] .now.playing .actions:hover {
  opacity: 1;
}

.now .playing {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 12rem;
  left: 0;
  z-index: 1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.now {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.now .playing .plot,
.now .playing .md-action-primary {
  display: none;
}

.now .player {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 12rem;
}

.now .controls {
  height: 6rem;
  font-size: 2rem;
  line-height: 6rem;
  color: #f1f1f1;
  text-align: center;
  background: #03a9f4;
}

.now .controls i {
  cursor: pointer;
  opacity: 0.75;
}

.now .controls i:hover {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.now .times {
  padding-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
  cursor: pointer;
}

.now .seek-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 7.5rem;
  padding-top: .5rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.now .seek-wrapper .times {
  font-size: 1.5rem;
  color: white;
  text-align: center;
}

.now .seek-wrapper .action {
  font-size: 2.5rem;
  color: white;
  text-align: center;
}

.chooser button i {
  padding-top: 1rem;
  font-size: 2rem;
}

.time {
  text-align: center;
}

.time .btn-link {
  color: #2196f3;
}

.time .picker {
  display: inline-block;
}

.now [data-type="list"] {
  position: absolute;
  top: 10rem;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 1rem;
  overflow: scroll;
}

.remote .banner {
  background: #03a9f4 url(../img/backgrounds/banner.png) no-repeat center;
  background-size: 100% auto;
}

.arts .label {
  position: absolute;
  right: 0;
  bottom: .5rem;
  left: 0;
  padding: 0.5rem 4rem 0.5rem 1rem;
  overflow: hidden;
  font-size: 1.5rem;
  color: #f1f1f1;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.5);
}

.arts div[role="slider"] {
  position: absolute;
  right: 5rem;
  bottom: 0;
  left: 0;
  height: auto;
}

section[role="region"] .buttons {
  position: absolute;
  top: 10rem;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 3rem;
  font-size: 3rem;
}

section[role="region"] .buttons .md-action {
  position: relative;
  right: 0;
  color: #666 !important;
  background: #eceff1;
  box-shadow: none;
  transition: all 0.25s ease;
}

section[role="region"] .buttons .md-action:active {
  color: #f1f1f1 !important;
  background-color: #009688;
}

section[role="region"] .buttons .md-action i {
  font-size: 2.5rem;
  text-shadow: none;
}

section[role="region"] .buttons .direction {
  color: #f1f1f1 !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  background: #8c9eff;
}

section[role="region"] .buttons .direction:active {
  background: #3f51b5;
}

section[role="region"] .buttons .select {
  color: #f1f1f1 !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  background: #ffab91;
}

section[role="region"] .buttons .select:active {
  background: #ff5722;
}

section[role="region"] .buttons .md-action:active i {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

section[role="region"] .buttons .action {
  width: 33.333333333333336%;
}

section[role="region"] .buttons .action {
  position: relative;
  float: left;
  height: 100%;
  color: white;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

section[role="region"] .buttons .row {
  display: inline-table;
}

section[role="region"] .buttons .row {
  display: block;
  height: 20%;
}

form[role="dialog"][data-type="action"] .content .body .command:last-child {
  margin-bottom: 0;
}

.tvshows,
.tvshow,
.season {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.tvshows .banner,
.tvshow .banner {
  background-size: 100% auto;
}

[data-type="list"] .season {
  margin-bottom: 0.5rem;
}

.tvshows [data-type="list"],
.tvshow [data-type="list"],
.seasons [data-type="list"] {
  position: absolute;
  top: 10rem;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
}

.tvshows [data-type="list"] li:first-child,
.tvshow [data-type="list"] li:first-child,
.seasons [data-type="list"] li:first-child {
  margin-top: 1rem;
}

.episode .poster {
  background-size: auto 100% ;
}

.episode.detail .rating {
  padding-top: 1rem;
  font-size: 1.5rem;
  color: #00caf2;
  text-align: center;
}

.episode.detail .thumbnail {
  position: relative;
}

.episode.detail .thumbnail img {
  width: 100%;
}

.wizard,
.hosts {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.hosts [data-type="list"] {
  position: absolute;
  top: 10rem;
  right: 0;
  bottom: 0;
  left: 0;
}

.hosts [data-type="list"] li:first-child {
  margin-top: 1rem;
}

.wizard .arts,
.wizard .hosts {
  background: #cddc39;
}

.wizard .banner,
.hosts .banner {
  background: #03a9f4 url(../img/backgrounds/banner.png) no-repeat center;
  background-size: 100% auto;
}

.wizard h1 {
  position: relative;
  margin-top: 0;
  font-size: 2.5rem;
  color: #666666;
  text-align: center;
}

.wizard .settings {
  position: absolute;
  top: 10rem;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
}

.wizard p {
  padding: 1rem;
}

.wizard label {
  font-size: 1.5rem;
  color: #666666;
}

.wizard input {
  color: #666666;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #eceff1;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
     -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.wizard input:focus {
  border-bottom: 1px solid #03a9f4;
  outline-width: 0;
}

.wizard p input:focus + button[type="reset"] {
  top: auto;
  bottom: 0;
  font-size: 1.5rem;
  color: white;
  background: transparent;
}

.wizard p {
  margin-bottom: 1rem;
}

.wizard .message {
  padding: 1rem;
  margin: 1rem 0;
  color: white;
  background: rgba(255, 0, 0, 0.5);
}

.wizard .md-action.md-action-danger {
  bottom: 2rem;
}

[class^="genre-"],
[class*=" genre-"] {
  font-family: 'moviegenre';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -moz-osx-font-smoothing: grayscale;
}

.genre-documentary:before {
  content: "\e605";
}

.genre-action:before {
  content: "\e60d";
}

.genre-aventure:before {
  content: "\e602";
}

.genre-comedy:before {
  content: "\e60a";
}

.genre-animation:before,
.genre-family:before {
  content: "\e60f";
}

.genre-crime:before {
  content: "\e609";
}

.genre-fantasy:before,
.genre-history:before {
  content: "\e600";
}

.genre-horror:before {
  content: "\e601";
}

.genre-music:before {
  content: "\e604";
}

.genre-mystery:before {
  content: "\e60e";
}

.genre-romance:before {
  content: "\e60c";
}

.genre-science.fiction:before {
  content: "\e607";
}

.genre-thriller:before {
  content: "\e603";
}

.genre-war:before {
  content: "\e606";
}

.genre-western:before {
  content: "\e608";
}

/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/byscuits
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  src: url('../font/fontawesome-webfont.eot?v=3.2.1');
  src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
}

/* FONT AWESOME CORE
 * -------------------------- */

[class^="icon-"],
[class*=" icon-"] {
  *margin-right: .3em;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  display: inline-block;
  text-decoration: inherit;
  speak: none;
}

/* makes the font 33% larger relative to the icon container */

.icon-large:before {
  font-size: 1.3333333333333333em;
  vertical-align: -10%;
}

/* makes sure icons active on rollover in links */

a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}

/* increased font size for icon-large */

[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  padding-right: 0.2857142857142857em;
  text-align: right;
}

[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}

.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}

.icons-ul > li {
  position: relative;
}

.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  line-height: inherit;
  text-align: center;
}

[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}

.icon-muted {
  color: #eeeeee;
}

.icon-light {
  color: #ffffff;
}

.icon-dark {
  color: #333333;
}

.icon-border {
  padding: .2em .25em .15em;
  border: solid 1px #eeeeee;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.icon-2x {
  font-size: 2em;
}

.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.icon-3x {
  font-size: 3em;
}

.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.icon-4x {
  font-size: 4em;
}

.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.icon-5x {
  font-size: 5em;
}

.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
          border-radius: 7px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */

/* Bootstrap 2.0 sprites.less reset */

[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  margin-top: 0;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0%;
  background-repeat: repeat;
}

/* more sprites.less reset */

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

/* keeps Bootstrap styles with and without icons the same */

.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}

.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}

.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}

.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}

/* Fixes alignment in nav lists */

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}

/* EXTRAS
 * -------------------------- */

/* Stacked and layered icon */

.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}

.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
  text-align: center;
}

.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}

/* Animated rotating icon */

.icon-spin {
  display: inline-block;
  -webkit-animation: spin 2s infinite linear;
     -moz-animation: spin 2s infinite linear;
       -o-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
}

/* Prevent stack and spinners from being taken inline when inside a link */

a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

/* Icon rotations and mirroring */

.icon-rotate-90:before {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.icon-rotate-180:before {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.icon-rotate-270:before {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
     -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
}

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
     -moz-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
       -o-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
     -moz-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
       -o-transform: scale(1, -1);
          transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */

a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.icon-glass:before {
  content: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope-alt:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-empty:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-ok:before {
  content: "\f00c";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-zoom-in:before {
  content: "\f00e";
}

.icon-zoom-out:before {
  content: "\f010";
}

.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}

.icon-trash:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file-alt:before {
  content: "\f016";
}

.icon-time:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download-alt:before {
  content: "\f019";
}

.icon-download:before {
  content: "\f01a";
}

.icon-upload:before {
  content: "\f01b";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle:before {
  content: "\f01d";
}

.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-list:before {
  content: "\f03a";
}

.icon-indent-left:before {
  content: "\f03b";
}

.icon-indent-right:before {
  content: "\f03c";
}

.icon-facetime-video:before {
  content: "\f03d";
}

.icon-picture:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before {
  content: "\f044";
}

.icon-share:before {
  content: "\f045";
}

.icon-check:before {
  content: "\f046";
}

.icon-move:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-plus-sign:before {
  content: "\f055";
}

.icon-minus-sign:before {
  content: "\f056";
}

.icon-remove-sign:before {
  content: "\f057";
}

.icon-ok-sign:before {
  content: "\f058";
}

.icon-question-sign:before {
  content: "\f059";
}

.icon-info-sign:before {
  content: "\f05a";
}

.icon-screenshot:before {
  content: "\f05b";
}

.icon-remove-circle:before {
  content: "\f05c";
}

.icon-ok-circle:before {
  content: "\f05d";
}

.icon-ban-circle:before {
  content: "\f05e";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}

.icon-resize-full:before {
  content: "\f065";
}

.icon-resize-small:before {
  content: "\f066";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-exclamation-sign:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye-open:before {
  content: "\f06e";
}

.icon-eye-close:before {
  content: "\f070";
}

.icon-warning-sign:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder-close:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-resize-vertical:before {
  content: "\f07d";
}

.icon-resize-horizontal:before {
  content: "\f07e";
}

.icon-bar-chart:before {
  content: "\f080";
}

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

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

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key:before {
  content: "\f084";
}

.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-up-alt:before {
  content: "\f087";
}

.icon-thumbs-down-alt:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-heart-empty:before {
  content: "\f08a";
}

.icon-signout:before {
  content: "\f08b";
}

.icon-linkedin-sign:before {
  content: "\f08c";
}

.icon-pushpin:before {
  content: "\f08d";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-signin:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-sign:before {
  content: "\f092";
}

.icon-upload-alt:before {
  content: "\f093";
}

.icon-lemon:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}

.icon-bookmark-empty:before {
  content: "\f097";
}

.icon-phone-sign:before {
  content: "\f098";
}

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

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

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-hdd:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-right:before {
  content: "\f0a4";
}

.icon-hand-left:before {
  content: "\f0a5";
}

.icon-hand-up:before {
  content: "\f0a6";
}

.icon-hand-down:before {
  content: "\f0a7";
}

.icon-circle-arrow-left:before {
  content: "\f0a8";
}

.icon-circle-arrow-right:before {
  content: "\f0a9";
}

.icon-circle-arrow-up:before {
  content: "\f0aa";
}

.icon-circle-arrow-down:before {
  content: "\f0ab";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-fullscreen:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-beaker:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-sign-blank:before {
  content: "\f0c8";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-sign:before {
  content: "\f0d3";
}

.icon-google-plus-sign:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}

.icon-legal:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-comment-alt:before {
  content: "\f0e5";
}

.icon-comments-alt:before {
  content: "\f0e6";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-lightbulb:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-bell-alt:before {
  content: "\f0f3";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-food:before {
  content: "\f0f5";
}

.icon-file-text-alt:before {
  content: "\f0f6";
}

.icon-building:before {
  content: "\f0f7";
}

.icon-hospital:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-sign:before {
  content: "\f0fd";
}

.icon-plus-sign-alt:before {
  content: "\f0fe";
}

.icon-double-angle-left:before {
  content: "\f100";
}

.icon-double-angle-right:before {
  content: "\f101";
}

.icon-double-angle-up:before {
  content: "\f102";
}

.icon-double-angle-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile-phone:before {
  content: "\f10b";
}

.icon-circle-blank:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

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

.icon-circle:before {
  content: "\f111";
}

.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-close-alt:before {
  content: "\f114";
}

.icon-folder-open-alt:before {
  content: "\f115";
}

.icon-expand-alt:before {
  content: "\f116";
}

.icon-collapse-alt:before {
  content: "\f117";
}

.icon-smile:before {
  content: "\f118";
}

.icon-frown:before {
  content: "\f119";
}

.icon-meh:before {
  content: "\f11a";
}

.icon-gamepad:before {
  content: "\f11b";
}

.icon-keyboard:before {
  content: "\f11c";
}

.icon-flag-alt:before {
  content: "\f11d";
}

.icon-flag-checkered:before {
  content: "\f11e";
}

.icon-terminal:before {
  content: "\f120";
}

.icon-code:before {
  content: "\f121";
}

.icon-reply-all:before {
  content: "\f122";
}

.icon-mail-reply-all:before {
  content: "\f122";
}

.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-crop:before {
  content: "\f125";
}

.icon-code-fork:before {
  content: "\f126";
}

.icon-unlink:before {
  content: "\f127";
}

.icon-question:before {
  content: "\f128";
}

.icon-info:before {
  content: "\f129";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-eraser:before {
  content: "\f12d";
}

.icon-puzzle-piece:before {
  content: "\f12e";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-off:before {
  content: "\f131";
}

.icon-shield:before {
  content: "\f132";
}

.icon-calendar-empty:before {
  content: "\f133";
}

.icon-fire-extinguisher:before {
  content: "\f134";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-chevron-sign-left:before {
  content: "\f137";
}

.icon-chevron-sign-right:before {
  content: "\f138";
}

.icon-chevron-sign-up:before {
  content: "\f139";
}

.icon-chevron-sign-down:before {
  content: "\f13a";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-anchor:before {
  content: "\f13d";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-ellipsis-horizontal:before {
  content: "\f141";
}

.icon-ellipsis-vertical:before {
  content: "\f142";
}

.icon-rss-sign:before {
  content: "\f143";
}

.icon-play-sign:before {
  content: "\f144";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-minus-sign-alt:before {
  content: "\f146";
}

.icon-check-minus:before {
  content: "\f147";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-level-down:before {
  content: "\f149";
}

.icon-check-sign:before {
  content: "\f14a";
}

.icon-edit-sign:before {
  content: "\f14b";
}

.icon-external-link-sign:before {
  content: "\f14c";
}

.icon-share-sign:before {
  content: "\f14d";
}

.icon-compass:before {
  content: "\f14e";
}

.icon-collapse:before {
  content: "\f150";
}

.icon-collapse-top:before {
  content: "\f151";
}

.icon-expand:before {
  content: "\f152";
}

.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}

.icon-gbp:before {
  content: "\f154";
}

.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}

.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}

.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}

.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}

.icon-won:before,
.icon-krw:before {
  content: "\f159";
}

.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}

.icon-file:before {
  content: "\f15b";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-sort-by-alphabet:before {
  content: "\f15d";
}

.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}

.icon-sort-by-attributes:before {
  content: "\f160";
}

.icon-sort-by-attributes-alt:before {
  content: "\f161";
}

.icon-sort-by-order:before {
  content: "\f162";
}

.icon-sort-by-order-alt:before {
  content: "\f163";
}

.icon-thumbs-up:before {
  content: "\f164";
}

.icon-thumbs-down:before {
  content: "\f165";
}

.icon-youtube-sign:before {
  content: "\f166";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-xing:before {
  content: "\f168";
}

.icon-xing-sign:before {
  content: "\f169";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-dropbox:before {
  content: "\f16b";
}

.icon-stackexchange:before {
  content: "\f16c";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-adn:before {
  content: "\f170";
}

.icon-bitbucket:before {
  content: "\f171";
}

.icon-bitbucket-sign:before {
  content: "\f172";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-tumblr-sign:before {
  content: "\f174";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-apple:before {
  content: "\f179";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-android:before {
  content: "\f17b";
}

.icon-linux:before {
  content: "\f17c";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-trello:before {
  content: "\f181";
}

.icon-female:before {
  content: "\f182";
}

.icon-male:before {
  content: "\f183";
}

.icon-gittip:before {
  content: "\f184";
}

.icon-sun:before {
  content: "\f185";
}

.icon-moon:before {
  content: "\f186";
}

.icon-archive:before {
  content: "\f187";
}

.icon-bug:before {
  content: "\f188";
}

.icon-vk:before {
  content: "\f189";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-renren:before {
  content: "\f18b";
}