/******************************************************************

Stylesheet: Main Stylesheet

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

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

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/******************************************************************

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-break: break-all;
  -ms-word-wrap: break-all;
  word-break: break-word;
  word-break: break-word;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************

Stylesheet: Mixins Stylesheet

******************************************************************/
/*********************
TRANSITION
*********************/
/*********************
TRANSFORMS
*********************/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/*********************
BOX SHADOW
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
.last-col {
  float: right;
  padding-right: 0 !important; }

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }

  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }

  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }

  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }

  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }

  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; } }
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }

  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }

  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }

  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }

  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }

  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }

  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }

  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }

  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }

  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; } }
/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }

  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }

  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }

  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }

  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }

  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }

  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }

  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }

  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }

  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; }

  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%; }

  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%; }

  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%; }

  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%; }

  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%; }

  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%; }

  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%; }

  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%; }

  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%; }

  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%; }

  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%; }

  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%; } }
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e08e0b;
  background: #f39c12; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.blue-btn {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  -moz-transition: background-color 0.14s ease-in-out;
  -o-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .blue-btn:hover, .blue-btn:focus {
    color: #fff;
    text-decoration: none; }
  .blue-btn:active {
    top: 1px; }

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn {
  background-color: #418FDE; }
  .blue-btn:hover, .blue-btn:focus {
    background-color: #3085db; }
  .blue-btn:active {
    background-color: #2b82da; }

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************

Stylesheet: Base Mobile Stylesheet

******************************************************************/
/*********************
GENERAL STYLES
*********************/
::-webkit-input-placeholder {
  color: #222223;
  opacity: 0.5; }

::-moz-placeholder {
  color: #222223;
  opacity: 0.5; }

:-moz-placeholder {
  color: #222223;
  opacity: 0.5; }

:-ms-input-placeholder {
  color: #222223;
  opacity: 0.5; }

html, body {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 0px !important; }

body {
  background-color: #fff;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #222223;
  -webkit-font-smoothing: antialiased; }

#wpadminbar {
  position: absolute !important;
  top: -9999px !important; }

/*********************
LINK STYLES
*********************/
span, a {
  /* remove dottet outline of focused objects */ }
  span:focus, a:focus {
    outline: 0; }

a, a:visited {
  color: #418FDE;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #2b82da; }
  a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

a.btn {
  text-decoration: none;
  color: #fff;
  background-color: #222223; }
  a.btn:hover {
    background-color: #418FDE; }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 400;
  margin: 0; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h1, .h1 {
  font-size: 24px; }

h2, .h2 {
  font-size: 18px; }

h3, .h3 {
  font-size: 16px; }

/*********************
OUTDATED BROWSER
*********************/
#browser-notice {
  display: none;
  position: fixed;
  background-color: #ec2e2e;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 10px 20px;
  z-index: 9999;
  text-align: center; }
  #browser-notice a {
    text-decoration: underline; }

/*********************
ANDROID & AMAZON APP BANNER
*********************/
.app-banner {
  display: none;
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99999;
  background-color: #222223;
  border-bottom: 4px solid #a4c739; }
  .app-banner .table-wrap {
    position: relative;
    display: table;
    width: 100%;
    height: 100%; }
    .app-banner .table-wrap .table {
      display: table-cell;
      vertical-align: middle; }
      .app-banner .table-wrap .table div {
        display: inline-block;
        float: left; }
      .app-banner .table-wrap .table .close-app-banner {
        width: 38px;
        height: 100%;
        text-align: center;
        line-height: 76px; }
        .app-banner .table-wrap .table .close-app-banner a {
          display: block;
          width: 100%;
          height: 100%;
          opacity: 0.5; }
          .app-banner .table-wrap .table .close-app-banner a:hover {
            opacity: 1; }
      .app-banner .table-wrap .table .app-icon {
        margin-top: 6px; }
        .app-banner .table-wrap .table .app-icon a {
          display: block; }
          .app-banner .table-wrap .table .app-icon a img {
            width: 64px;
            height: 64px;
            border-radius: 8px; }
      .app-banner .table-wrap .table .app-desc {
        margin-top: 14px;
        padding-left: 12px;
        font-size: 13px;
        line-height: 1.2; }
        .app-banner .table-wrap .table .app-desc h2 {
          font-size: 14px; }
        .app-banner .table-wrap .table .app-desc p {
          margin: 0px;
          opacity: 0.6; }
        .app-banner .table-wrap .table .app-desc h2, .app-banner .table-wrap .table .app-desc strong {
          font-weight: 700; }
      .app-banner .table-wrap .table #view-app {
        float: right;
        line-height: 76px;
        margin-right: 12px; }
        .app-banner .table-wrap .table #view-app a {
          background-color: #a4c739;
          border-radius: 4px;
          padding: 12px; }

#amazon-app-banner {
  border-bottom: 4px solid #FF9900; }
  #amazon-app-banner #view-app a {
    background-color: #FF9900; }

/*********************
GET FLASH
*********************/
.flashMsg {
  position: relative;
  background-color: #222223;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  margin: 24px 0px;
  padding: 12px; }
  .flashMsg a#close-flash-msg {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    right: 0px;
    top: 0px;
    opacity: 0.5; }
    .flashMsg a#close-flash-msg:hover {
      opacity: 1; }
  .flashMsg .text {
    margin: 0px 24px 6px; }
  .flashMsg .buttons a {
    display: inline-block;
    padding: 12px;
    border-radius: 4px;
    margin: 6px;
    color: white;
    width: 90%; }
    .flashMsg .buttons a span {
      margin-right: 8px; }
  .flashMsg .buttons a#android {
    background-color: #a4c739; }
  .flashMsg .buttons a#get-flash {
    display: none;
    background-color: #bd1418; }
    .flashMsg .buttons a#get-flash span {
      display: inline-block;
      background-image: url(../images/get-flash.png);
      background-size: 100% auto;
      background-position: center center;
      background-repeat: no-repeat;
      height: 100%;
      width: 12px; }
  .flashMsg .buttons a#apple {
    background-color: white;
    color: #222223; }

/*********************
COVER BACKGROUND STYLES
*********************/
#coverbg {
  display: none;
  position: fixed;
  z-index: 0;
  top: -20%;
  left: -20%;
  right: -20%;
  bottom: -20%;
  min-width: 100%;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: blur(50px);
  -webkit-filter: blur(50px);
  -moz-filter: blur(50px);
  -o-filter: blur(50px);
  -ms-filter: blur(50px);
  filter: url(../css/blur.svg#blur);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='50'); }
  #coverbg .overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }

/*********************
LOADING STYLES
*********************/
#login-loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9001;
  overflow: hidden; }
  #login-loader .content-wrap {
    display: table;
    width: 100%;
    height: 100%; }
    #login-loader .content-wrap .content {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      #login-loader .content-wrap .content .loader-img {
        display: none;
        position: relative;
        z-index: 1; }
      #login-loader .content-wrap .content .nprogress {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
        overflow: hidden;
        z-index: 2; }
        #login-loader .content-wrap .content .nprogress .bar {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.1); }

#loader {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
  overflow: hidden; }
  #loader .content-wrap {
    display: table;
    width: 100%;
    height: 100%; }
    #loader .content-wrap .content {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      #loader .content-wrap .content img {
        width: 15%; }
      #loader .content-wrap .content a#cancel {
        display: none;
        margin: 10px auto;
        padding: 15px 30px;
        color: #fff;
        background-color: #ec2e2e;
        border-radius: 4px; }
        #loader .content-wrap .content a#cancel:hover {
          background-color: #fff;
          color: #222223; }

/*********************
COPY BOX
*********************/
#copy-link-wrap.no-embed {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: hidden; }
  #copy-link-wrap.no-embed #copy-link-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 360px;
    height: 180px;
    margin-top: -90px;
    margin-left: -180px;
    padding: 20px;
    color: #fff;
    background-color: #418FDE;
    text-align: center;
    border-radius: 6px;
    z-index: 9999;
    -webkit-box-shadow: 0px 0px 6px 0px black;
    -moz-box-shadow: 0px 0px 6px 0px black;
    box-shadow: 0px 0px 6px 0px black; }
    #copy-link-wrap.no-embed #copy-link-box ::selection {
      background: #222223; }
    #copy-link-wrap.no-embed #copy-link-box ::-moz-selection {
      background: #222223; }
    #copy-link-wrap.no-embed #copy-link-box input {
      width: 100%;
      padding: 10px;
      color: #fff;
      background-color: transparent;
      border-radius: 3px;
      border: 1px solid rgba(255, 255, 255, 0.5); }
    #copy-link-wrap.no-embed #copy-link-box p {
      font-size: 10px;
      margin: 10px 0px; }
    #copy-link-wrap.no-embed #copy-link-box .btn {
      display: block;
      margin: 10px auto;
      padding: 15px 30px;
      color: #fff;
      background-color: #222223;
      border-radius: 4px; }
      #copy-link-wrap.no-embed #copy-link-box .btn:hover {
        background-color: #fff;
        color: #222223; }

/*************************
FORMS (CONTACT, RESET PASSWORD)
*************************/
.change-password-wrap {
  display: none; }

.form-wrap {
  max-width: 640px; }
  .form-wrap input, .form-wrap textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 12px 0px;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: transparent; }
  .form-wrap textarea {
    min-height: 200px; }
  .form-wrap input.error, .form-wrap textarea.error {
    border: 1px solid #ec2e2e; }
  .form-wrap input.shoe-size {
    display: none; }
  .form-wrap a.submit-button {
    display: block;
    padding: 18px;
    margin: 12px 0px;
    color: #fff;
    background-color: #222223;
    border-radius: 4px;
    text-align: center; }
    .form-wrap a.submit-button i {
      margin-right: 6px; }
    .form-wrap a.submit-button:hover {
      background-color: #418FDE; }
  .form-wrap .submit-message {
    display: none;
    margin: 12px 0px;
    padding: 6px 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-size: 13px; }
  .form-wrap .submit-message.error {
    border: 1px solid transparent;
    color: #fff;
    background-color: #ec2e2e; }
  .form-wrap .submit-message.success {
    border: 1px solid transparent;
    color: #fff;
    background-color: #47D7AC; }

/*************************
USER LOGIN & PROFILE BOXES
*************************/
#email-verification, #complete-profile-box {
  background-color: #222223 !important; }

.user-box {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: auto; }
  .user-box .content-wrap {
    display: block;
    width: 100%;
    height: 100%;
    overflow: auto; }
    .user-box .content-wrap .content {
      position: relative;
      display: block;
      background-color: #fff;
      color: #222223;
      border-radius: 6px;
      text-align: center;
      line-height: 1.5 !important;
      width: 90%;
      margin: 5%;
      padding: 5%; }
      .user-box .content-wrap .content a {
        color: #222223; }
        .user-box .content-wrap .content a:hover {
          text-decoration: underline; }
      .user-box .content-wrap .content a.btn {
        display: block;
        width: 100%;
        margin: 12px 0px;
        padding: 12px;
        color: #fff;
        border-radius: 4px; }
        .user-box .content-wrap .content a.btn i {
          margin-right: 10px; }
        .user-box .content-wrap .content a.btn:hover {
          background-color: #418FDE;
          text-decoration: none; }
      .user-box .content-wrap .content input {
        padding: 12px;
        border-radius: 4px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        display: block;
        width: 100%;
        margin: 12px 0px; }
      .user-box .content-wrap .content input.error {
        border: 1px solid #ec2e2e; }
      .user-box .content-wrap .content input.shoe-size {
        display: none; }
      .user-box .content-wrap .content ::-webkit-input-placeholder {
        color: #222223;
        opacity: 1; }
      .user-box .content-wrap .content ::-moz-placeholder {
        color: #222223;
        opacity: 1; }
      .user-box .content-wrap .content :-moz-placeholder {
        color: #222223;
        opacity: 1; }
      .user-box .content-wrap .content :-ms-input-placeholder {
        color: #222223;
        opacity: 1; }
      .user-box .content-wrap .content p.error {
        display: none;
        border: 1px solid #ec2e2e;
        padding: 6px 12px;
        border-radius: 4px;
        font-size: 13px;
        color: #ec2e2e;
        margin: 12px 0px; }
      .user-box .content-wrap .content p.alert {
        border: 1px solid #418FDE;
        padding: 6px 12px;
        border-radius: 4px;
        font-size: 13px;
        margin: 12px 0px; }
      .user-box .content-wrap .content a.top-right {
        position: absolute;
        top: 0px;
        right: 0px;
        display: block;
        padding: 15px;
        font-size: 16px;
        opacity: 0.2; }
        .user-box .content-wrap .content a.top-right:hover {
          opacity: 1; }
      .user-box .content-wrap .content .avatar img {
        width: 100px;
        height: 100px;
        border-radius: 50px; }
      .user-box .content-wrap .content h3.username {
        margin: 12px 0px;
        font-size: 18px; }
      .user-box .content-wrap .content a.change-password {
        display: none; }
      .user-box .content-wrap .content #fb-login {
        background-color: #3b5998; }
        .user-box .content-wrap .content #fb-login:hover {
          background-color: #2d4373; }
      .user-box .content-wrap .content #tw-login {
        background-color: #4099FF; }
        .user-box .content-wrap .content #tw-login:hover {
          background-color: #0d7eff; }
      .user-box .content-wrap .content a#show-email, .user-box .content-wrap .content a#show-social {
        display: block;
        margin: 12px 0px; }
      .user-box .content-wrap .content .email-wrap {
        display: none; }
      .user-box .content-wrap .content p.no-thanks, .user-box .content-wrap .content p.disclaimer {
        font-size: 10px;
        margin: 6px 0 0 0 !important; }
      .user-box .content-wrap .content .seperator {
        position: relative;
        width: 100%;
        clear: both;
        margin: 10px 0px;
        opacity: 0.5; }
        .user-box .content-wrap .content .seperator .left, .user-box .content-wrap .content .seperator .center, .user-box .content-wrap .content .seperator .right {
          display: inline-block;
          float: left; }
        .user-box .content-wrap .content .seperator .left, .user-box .content-wrap .content .seperator .right {
          border-bottom: 1px solid #222223;
          height: 1px;
          width: 40%;
          margin-top: 8px; }
        .user-box .content-wrap .content .seperator .center {
          width: 20%;
          text-align: center; }

/*********************
SONOS CONNECT
**********************/
#sonos-connect {
  max-width: 1024px;
  margin: 0 auto;
  padding: 24px;
  text-align: center;
  font-size: 18px;
  line-height: 1.5; }
  #sonos-connect h2 {
    font-size: 24px; }
  #sonos-connect #logo {
    margin: 24px 0; }
    #sonos-connect #logo a {
      display: block; }
    #sonos-connect #logo img {
      max-width: 191px; }
  #sonos-connect .btns {
    margin-top: 24px; }
  #sonos-connect a.btn {
    display: block;
    max-width: 460px;
    margin: 12px auto;
    padding: 12px 24px;
    color: #fff !important;
    background-color: #222223;
    border-radius: 3px; }
    #sonos-connect a.btn:hover {
      color: #fff !important;
      background-color: #418FDE; }
  #sonos-connect .logged-in, #sonos-connect .logged-out, #sonos-connect .error, #sonos-connect .success {
    display: none; }

/*********************
DASHBOARD MAIN STYLES
*********************/
#container {
  z-index: 2;
  overflow: hidden; }
  #container #swfcontainer, #container #html5container {
    position: absolute;
    top: -100%;
    left: -100%;
    opacity: 0;
    width: 1px;
    height: 1px; }
  #container #navigation.expanded {
    height: auto;
    border-bottom: none;
    max-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.4); }
  #container #navigation {
    position: fixed;
    height: 70px;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    background-color: #fff;
    border-bottom: 1px solid #418FDE; }
    #container #navigation #logo {
      padding: 10px 0px 0px 0px; }
      #container #navigation #logo a {
        display: block;
        margin: 8px 0 0 25px; }
        #container #navigation #logo a img {
          width: 120px; }
    #container #navigation #show-nav {
      position: absolute;
      right: 0;
      top: 0;
      display: block;
      width: 70px;
      height: 70px;
      line-height: 70px;
      font-size: 24px;
      text-align: center; }
    #container #navigation #nav {
      display: none;
      margin: 0; }
      #container #navigation #nav li#user-info {
        position: relative;
        margin: 18px 0px 10px 0px; }
        #container #navigation #nav li#user-info a {
          padding: 10px 25px 7px 25px;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
          #container #navigation #nav li#user-info a span {
            display: block;
            float: left;
            opacity: 1;
            line-height: 1.2; }
          #container #navigation #nav li#user-info a span.avatar img {
            width: 46px;
            height: 46px;
            border-radius: 23px; }
          #container #navigation #nav li#user-info a span.message {
            margin-top: 6px;
            margin-right: 0px;
            font-size: 14px; }
            #container #navigation #nav li#user-info a span.message span.username {
              font-weight: 700; }
      #container #navigation #nav li.spacer {
        display: block;
        height: 15px; }
      #container #navigation #nav li.more {
        position: relative;
        display: block; }
        #container #navigation #nav li.more a:before {
          display: inline-block;
          font-family: FontAwesome;
          content: "\f138";
          margin-right: 25px;
          text-align: center;
          width: 1.28571em; }
        #container #navigation #nav li.more a.active:before {
          content: "\f13a";
          opacity: 1; }
        #container #navigation #nav li.more ul {
          display: none;
          background-color: #418FDE;
          margin: 0px; }
          #container #navigation #nav li.more ul a {
            color: #fff;
            font-size: 13px;
            padding: 10px 25px; }
            #container #navigation #nav li.more ul a:before {
              display: none; }
            #container #navigation #nav li.more ul a:hover {
              background-color: rgba(0, 0, 0, 0.1); }
      #container #navigation #nav li {
        position: relative; }
      #container #navigation #nav a {
        display: block;
        padding: 15px 25px;
        color: #222223;
        border-left: 5px solid transparent;
        text-decoration: none; }
        #container #navigation #nav a:hover {
          color: #418FDE; }
        #container #navigation #nav a span {
          display: inline-block; }
        #container #navigation #nav a span.avatar {
          margin-right: 25px; }
        #container #navigation #nav a span.fa {
          margin-right: 25px; }
        #container #navigation #nav a i.fa {
          position: absolute;
          right: 25px; }
      #container #navigation #nav .current_page_item a {
        border-left: 5px solid #418FDE; }
      #container #navigation #nav li.apps span.head {
        font-size: 13px;
        font-weight: 400;
        padding-left: 32px;
        opacity: 0.5; }
      #container #navigation #nav li.apps ul {
        margin: 16px 32px; }
        #container #navigation #nav li.apps ul li {
          display: inline-block;
          float: left; }
          #container #navigation #nav li.apps ul li a {
            position: relative;
            width: 40px;
            height: 40px;
            line-height: 38px;
            color: #fff;
            border-left: none;
            text-align: center;
            font-size: 18px;
            padding: 0;
            margin: 0 15px 0 0; }
            #container #navigation #nav li.apps ul li a span.fa {
              margin-right: 0; }
            #container #navigation #nav li.apps ul li a span {
              opacity: 1; }
            #container #navigation #nav li.apps ul li a:before {
              display: block;
              position: absolute;
              left: 50%;
              top: 0;
              width: 40px;
              height: 40px;
              margin-left: -20px;
              border-radius: 20px;
              content: "";
              z-index: -1;
              -webkit-transition: all 0.2s ease-in;
              -moz-transition: all 0.2s ease-in;
              -o-transition: all 0.2s ease-in;
              transition: all 0.2s ease-in; }
          #container #navigation #nav li.apps ul li a#apple:before {
            background-color: #999999; }
          #container #navigation #nav li.apps ul li a#apple:hover:before {
            background-color: #7a7a7a; }
          #container #navigation #nav li.apps ul li a#android:before {
            background-color: #A4C739; }
          #container #navigation #nav li.apps ul li a#android:hover:before {
            background-color: #91b032; }
          #container #navigation #nav li.apps ul li a#amazon:before {
            background-color: #FF9900; }
          #container #navigation #nav li.apps ul li a#amazon:hover:before {
            background-color: #e08700; }
    #container #navigation #footer {
      display: none; }
  #container #dashboard {
    display: block;
    padding-top: 5px;
    position: fixed;
    top: 70px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden; }
    #container #dashboard .alert {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      padding: 12px;
      text-align: center;
      color: #fff;
      background-color: #222223;
      z-index: 999999; }
      #container #dashboard .alert i {
        margin-right: 12px; }
    #container #dashboard .alert.added {
      background-color: #47D7AC; }
    #container #dashboard .alert.removed {
      background-color: #ec2e2e; }
    #container #dashboard .alert.yellow {
      background-color: #f39c12; }
    #container #dashboard #content-overlay {
      display: none;
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      z-index: 900;
      padding: 15px;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
      #container #dashboard #content-overlay h1 {
        display: block;
        margin-bottom: 15px; }
      #container #dashboard #content-overlay p {
        line-height: 1.5; }
      #container #dashboard #content-overlay ul {
        list-style-type: disc;
        padding-left: 12px;
        line-height: 1.25; }
      #container #dashboard #content-overlay #content-overlay-content {
        min-height: 100%; }
        #container #dashboard #content-overlay #content-overlay-content iframe {
          border: none !important;
          outline: none !important; }
        #container #dashboard #content-overlay #content-overlay-content h1 a.news-back, #container #dashboard #content-overlay #content-overlay-content h1 a.personality-back {
          display: inline-block;
          width: 24px; }
        #container #dashboard #content-overlay #content-overlay-content .buttons a {
          display: inline-block;
          float: left;
          min-width: 80px;
          color: #fff;
          background: #222223;
          padding: 6px 12px;
          margin-right: 10px;
          border: 1px solid transparent;
          border-radius: 3px;
          font-size: 13px;
          line-height: 1.5;
          text-align: center;
          text-decoration: none; }
        #container #dashboard #content-overlay #content-overlay-content .buttons a:before {
          font-family: FontAwesome;
          display: inline-block;
          margin-right: 6px; }
        #container #dashboard #content-overlay #content-overlay-content .buttons a.add-to-dashboard, #container #dashboard #content-overlay #content-overlay-content .buttons a.remove-from-dashboard {
          width: auto;
          padding: 6px 12px;
          color: #418FDE;
          border: 1px solid #418FDE;
          background: none; }
        #container #dashboard #content-overlay #content-overlay-content .buttons a.add-to-dashboard:before {
          content: "\f067"; }
        #container #dashboard #content-overlay #content-overlay-content .buttons a.remove-from-dashboard {
          display: none; }
          #container #dashboard #content-overlay #content-overlay-content .buttons a.remove-from-dashboard:before {
            content: "\f068"; }
        #container #dashboard #content-overlay #content-overlay-content .buttons a.station-play:before {
          content: "\f04b";
          color: #418FDE; }
        #container #dashboard #content-overlay #content-overlay-content .buttons a.station-stop:before {
          content: "\f04d";
          color: #ec2e2e; }
        #container #dashboard #content-overlay #content-overlay-content .buttons a.station-stop {
          display: none; }
        #container #dashboard #content-overlay #content-overlay-content .personality-page img.profile-pic {
          display: block;
          width: 100%;
          margin-bottom: 25px;
          border-radius: 6px;
          -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
          -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5); }
        #container #dashboard #content-overlay #content-overlay-content .personality-page .profile-text {
          padding-bottom: 30px;
          line-height: 1.5; }
          #container #dashboard #content-overlay #content-overlay-content .personality-page .profile-text .buttons {
            margin-top: 15px; }
        #container #dashboard #content-overlay #content-overlay-content .event-wrap {
          margin-bottom: 25px;
          padding: 25px;
          border: 1px solid rgba(0, 0, 0, 0.1);
          border-radius: 6px; }
          #container #dashboard #content-overlay #content-overlay-content .event-wrap h1 {
            font-weight: 900; }
          #container #dashboard #content-overlay #content-overlay-content .event-wrap .date-wrap p {
            margin: 6px 0; }
        #container #dashboard #content-overlay #content-overlay-content .event-img {
          display: block;
          width: 100%;
          height: 260px;
          border-radius: 6px;
          margin-bottom: 25px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center; }
        #container #dashboard #content-overlay #content-overlay-content .event-desc {
          margin-top: 12px;
          border-top: 1px solid #418FDE; }
        #container #dashboard #content-overlay #content-overlay-content .share-wrap a {
          display: inline-block;
          width: 40px;
          height: 40px;
          line-height: 40px;
          text-align: center; }
        #container #dashboard #content-overlay #content-overlay-content .tickets-login {
          width: 100%;
          margin-bottom: 25px;
          padding: 25px;
          border-radius: 6px;
          background-color: rgba(0, 0, 0, 0.1);
          text-align: center;
          font-size: 16px; }
          #container #dashboard #content-overlay #content-overlay-content .tickets-login a.btn {
            display: inline-block;
            margin: 10px auto;
            padding: 15px 30px;
            color: #fff;
            background-color: #222223;
            border-radius: 4px; }
            #container #dashboard #content-overlay #content-overlay-content .tickets-login a.btn:hover {
              background-color: #418FDE; }
        #container #dashboard #content-overlay #content-overlay-content .iframe-wrap {
          position: relative;
          width: 100%;
          text-align: left;
          margin-bottom: 25px; }
          #container #dashboard #content-overlay #content-overlay-content .iframe-wrap span.loading {
            position: absolute;
            top: 25px;
            left: 50%;
            margin-left: -20px;
            z-index: -1; }
          #container #dashboard #content-overlay #content-overlay-content .iframe-wrap iframe {
            z-index: 2; }
      #container #dashboard #content-overlay .station-info-page.is-dashboard .info .buttons a.add-to-dashboard {
        display: none !important; }
      #container #dashboard #content-overlay .station-info-page.is-dashboard .info .buttons a.remove-from-dashboard {
        display: inline-block !important; }
      #container #dashboard #content-overlay .station-info-page img {
        display: block;
        width: 100%;
        margin-bottom: 25px;
        border-radius: 6px;
        -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5); }
      #container #dashboard #content-overlay .station-info-page .info {
        display: block;
        width: 100%; }
        #container #dashboard #content-overlay .station-info-page .info h1 {
          margin-bottom: 10px; }
        #container #dashboard #content-overlay .station-info-page .info p {
          margin: 10px 0px; }
        #container #dashboard #content-overlay .station-info-page .info small {
          display: block;
          font-size: 13px;
          margin: 1px 0px 4px 0px; }
          #container #dashboard #content-overlay .station-info-page .info small:before {
            font-family: FontAwesome;
            content: "\f001";
            margin-right: 6px;
            opacity: 0.5; }
      #container #dashboard #content-overlay .station-info-page #similar {
        text-align: left; }
        #container #dashboard #content-overlay .station-info-page #similar h1 {
          margin: 15px 0px; }
        #container #dashboard #content-overlay .station-info-page #similar .similar-station {
          display: block;
          width: 100%;
          margin-bottom: 25px; }
          #container #dashboard #content-overlay .station-info-page #similar .similar-station img {
            width: 100%; }
      #container #dashboard #content-overlay #personalities .personality {
        display: inline-block;
        width: 330px;
        margin: 0 10px 10px 0;
        padding: 15px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 6px; }
        #container #dashboard #content-overlay #personalities .personality .profile-pic {
          display: inline-block;
          float: left;
          width: 100px;
          height: 100px;
          border-radius: 50px;
          border: 1px solid rgba(0, 0, 0, 0.1);
          background-size: 110% auto;
          background-position: center;
          background-repeat: no-repeat; }
          #container #dashboard #content-overlay #personalities .personality .profile-pic a {
            display: block;
            width: 100%;
            height: 100%; }
        #container #dashboard #content-overlay #personalities .personality .profile-text {
          display: inline-block;
          float: left;
          max-width: 185px;
          padding-left: 15px;
          padding-top: 30px;
          line-height: 1.2; }
          #container #dashboard #content-overlay #personalities .personality .profile-text h2, #container #dashboard #content-overlay #personalities .personality .profile-text small {
            max-width: 240px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          #container #dashboard #content-overlay #personalities .personality .profile-text small {
            display: block;
            font-size: 13px;
            margin: 1px 0px 4px 0px; }
            #container #dashboard #content-overlay #personalities .personality .profile-text small a {
              color: #222223; }
      #container #dashboard #content-overlay .block {
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        font-size: 14px; }
        #container #dashboard #content-overlay .block p {
          margin: 0px; }
        #container #dashboard #content-overlay .block .block-desc h2 a {
          border: none; }
        #container #dashboard #content-overlay .block .block-desc a {
          padding-bottom: 2px;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
        #container #dashboard #content-overlay .block .block-desc a.read-more {
          display: inline-block;
          margin: 6px 0px; }
        #container #dashboard #content-overlay .block .sharing {
          margin-top: 12px;
          padding: 2px 0px;
          border-top: 1px solid rgba(0, 0, 0, 0.1); }
          #container #dashboard #content-overlay .block .sharing .label {
            display: inline-block;
            height: 30px;
            line-height: 30px;
            font-size: 13px;
            margin-right: 6px; }
          #container #dashboard #content-overlay .block .sharing a {
            display: inline-block;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center; }
      #container #dashboard #content-overlay #news .news-item {
        width: 100%; }
        #container #dashboard #content-overlay #news .news-item .news-img {
          position: relative;
          width: 100%;
          margin: 15px 0px; }
          #container #dashboard #content-overlay #news .news-item .news-img img {
            width: 100%;
            height: auto;
            border-radius: 6px;
            -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5); }
        #container #dashboard #content-overlay #news .news-item .block-desc {
          position: relative;
          width: 100%;
          margin: 15px 0px;
          padding-bottom: 40px; }
          #container #dashboard #content-overlay #news .news-item .block-desc h2 {
            margin: 10px 0px; }
          #container #dashboard #content-overlay #news .news-item .block-desc .sharing {
            position: absolute;
            bottom: -8px;
            border: none !important; }
            #container #dashboard #content-overlay #news .news-item .block-desc .sharing a {
              border: none !important; }
      #container #dashboard #content-overlay #videos .video .video-container {
        position: relative;
        margin: 15px 0px;
        border-radius: 6px;
        height: 200px;
        -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5); }
        #container #dashboard #content-overlay #videos .video .video-container a.video-overlay {
          display: block;
          position: absolute;
          width: 100%;
          height: 100%;
          z-index: 999;
          border-radius: 6px;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat; }
          #container #dashboard #content-overlay #videos .video .video-container a.video-overlay span {
            display: table;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.3);
            border-radius: 6px;
            -webkit-transition: 0.2s all ease-in;
            -moz-transition: 0.2s all ease-in;
            -o-transition: 0.2s all ease-in;
            transition: 0.2s all ease-in; }
            #container #dashboard #content-overlay #videos .video .video-container a.video-overlay span i {
              display: table-cell;
              vertical-align: middle;
              width: 100%;
              font-size: 60px;
              text-align: center;
              color: #fff;
              opacity: 0.6;
              -webkit-transition: 0.2s all ease-in;
              -moz-transition: 0.2s all ease-in;
              -o-transition: 0.2s all ease-in;
              transition: 0.2s all ease-in; }
          #container #dashboard #content-overlay #videos .video .video-container a.video-overlay:hover span {
            background-color: transparent; }
          #container #dashboard #content-overlay #videos .video .video-container a.video-overlay:hover span i {
            opacity: 0; }
        #container #dashboard #content-overlay #videos .video .video-container iframe {
          width: 100%;
          min-height: 200px;
          border-radius: 6px; }
      #container #dashboard #content-overlay .news-detail {
        position: relative; }
        #container #dashboard #content-overlay .news-detail .post-thumb {
          position: relative;
          width: 100%;
          margin: 15px 0px; }
          #container #dashboard #content-overlay .news-detail .post-thumb img {
            width: 100%;
            height: auto;
            border-radius: 6px;
            -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5); }
        #container #dashboard #content-overlay .news-detail .post-content {
          position: relative;
          width: 100%;
          margin: 15px 0px;
          padding-bottom: 40px;
          font-size: 16px;
          line-height: 1.5; }
          #container #dashboard #content-overlay .news-detail .post-content a {
            padding-bottom: 2px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
          #container #dashboard #content-overlay .news-detail .post-content .gallery {
            width: 100%; }
            #container #dashboard #content-overlay .news-detail .post-content .gallery a.fancybox {
              display: block;
              width: 48%;
              margin: 2% 2% 0 0;
              border: none !important; }
              #container #dashboard #content-overlay .news-detail .post-content .gallery a.fancybox img {
                display: block;
                width: 100%;
                border-radius: 6px;
                -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
                -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
                box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5); }
          #container #dashboard #content-overlay .news-detail .post-content .sharing {
            margin-top: 12px;
            padding: 2px 0px;
            border-top: 1px solid rgba(0, 0, 0, 0.1); }
            #container #dashboard #content-overlay .news-detail .post-content .sharing .label {
              display: inline-block;
              height: 30px;
              margin-right: 6px;
              line-height: 30px;
              font-size: 13px; }
            #container #dashboard #content-overlay .news-detail .post-content .sharing a {
              display: inline-block;
              width: 30px;
              height: 30px;
              line-height: 30px;
              text-align: center;
              border: none; }
    #container #dashboard #isotope.disabled {
      opacity: 0.4;
      pointer-events: none; }
    #container #dashboard #isotope {
      display: block; }
      #container #dashboard #isotope .wrap {
        position: relative;
        display: inline-block;
        font-size: 13px;
        margin-top: 6px;
        margin-right: 12px; }
        #container #dashboard #isotope .wrap .label {
          display: block;
          margin: 6px 0px; }
        #container #dashboard #isotope .wrap a {
          display: inline-block;
          position: relative;
          float: left;
          min-width: 80px;
          height: 28px;
          padding: 7px 12px 6px 12px;
          text-decoration: none;
          text-align: center;
          color: rgba(0, 0, 0, 0.5);
          background-color: rgba(0, 0, 0, 0.05);
          border-right: none; }
          #container #dashboard #isotope .wrap a i {
            margin-right: 6px; }
          #container #dashboard #isotope .wrap a:hover {
            color: black; }
        #container #dashboard #isotope .wrap a.active {
          color: #fff;
          background-color: #418FDE;
          border: none !important;
          padding: 8px 12px 6px 12px; }
        #container #dashboard #isotope .wrap a#featured {
          border-right: 1px solid rgba(0, 0, 0, 0.1);
          border-radius: 3px 0px 0px 3px; }
        #container #dashboard #isotope .wrap .genre-wrap {
          display: inline-block;
          position: relative;
          float: left;
          border-right: 1px solid rgba(0, 0, 0, 0.1); }
          #container #dashboard #isotope .wrap .genre-wrap a#filter.active {
            padding: 8px 24px 6px 14px !important; }
          #container #dashboard #isotope .wrap .genre-wrap a#filter {
            padding: 7px 24px 6px 14px; }
            #container #dashboard #isotope .wrap .genre-wrap a#filter:after {
              position: absolute;
              top: 5px;
              right: 12px;
              margin-left: 4px;
              font-family: 'FontAwesome';
              content: "\f0dd";
              font-size: 13px; }
          #container #dashboard #isotope .wrap .genre-wrap ul.filter {
            display: none;
            position: absolute;
            left: 0px;
            top: 28px;
            z-index: 9999;
            background: #222223;
            border-radius: 3px;
            margin: 4px 0px;
            -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5); }
            #container #dashboard #isotope .wrap .genre-wrap ul.filter a {
              display: block;
              width: 100%;
              height: 34px;
              padding: 0px 20px;
              text-align: left;
              line-height: 34px;
              border-top: none;
              border-left: none;
              border-right: none;
              color: #fff;
              border-bottom: 1px solid rgba(255, 255, 255, 0.1);
              white-space: nowrap; }
        #container #dashboard #isotope .wrap .search-wrap {
          position: relative;
          float: left;
          display: inline-block; }
          #container #dashboard #isotope .wrap .search-wrap:after {
            position: absolute;
            top: 7px;
            right: 10px;
            margin-left: 4px;
            color: rgba(0, 0, 0, 0.5);
            font-size: 13px;
            font-family: 'FontAwesome';
            content: "\f002"; }
          #container #dashboard #isotope .wrap .search-wrap #quicksearch {
            display: block;
            width: 116px;
            height: 28px;
            padding: 6px 12px;
            background-color: rgba(0, 0, 0, 0.05);
            border: 1px solid transparent;
            border-radius: 0px 3px 3px 0px;
            text-align: left;
            color: #222223; }
      #container #dashboard #isotope .np {
        display: none; }
        #container #dashboard #isotope .np a {
          border-radius: 3px; }
      #container #dashboard #isotope .sort-wrap #sort-dashpos {
        display: none; }
      #container #dashboard #isotope .sort-wrap a {
        border-right: 1px solid rgba(0, 0, 0, 0.1); }
      #container #dashboard #isotope .sort-wrap a.active {
        border: none !important; }
      #container #dashboard #isotope .sort-wrap a.asc, #container #dashboard #isotope .sort-wrap a.desc {
        padding: 8px 24px 6px 12px !important; }
        #container #dashboard #isotope .sort-wrap a.asc:after, #container #dashboard #isotope .sort-wrap a.desc:after {
          position: absolute;
          top: 8px;
          right: 12px;
          margin-left: 4px;
          font-family: 'FontAwesome';
          font-size: 13px; }
      #container #dashboard #isotope .sort-wrap a.asc:after {
        content: "\f106"; }
      #container #dashboard #isotope .sort-wrap a.desc:after {
        content: "\f107"; }
      #container #dashboard #isotope .sort-wrap a#sort-genre {
        border-radius: 3px 0px 0px 3px; }
      #container #dashboard #isotope .sort-wrap a#sort-name {
        border: none !important;
        border-radius: 0px 3px 3px 0px; }
      #container #dashboard #isotope .dashboard-options {
        display: none; }
        #container #dashboard #isotope .dashboard-options a.add-station {
          border-right: 1px solid rgba(0, 0, 0, 0.1);
          border-radius: 3px 0px 0px 3px; }
        #container #dashboard #isotope .dashboard-options a.edit-dashboard {
          border-radius: 0px 3px 3px 0px; }
      #container #dashboard #isotope .disabled {
        pointer-events: none;
        opacity: 0.4; }
    #container #dashboard .slick-slider .slick-track {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    #container #dashboard .slick-track {
      position: relative;
      left: 0;
      top: 0;
      display: block; }
    #container #dashboard .slick-track:before, #container #dashboard .slick-track:after {
      content: "";
      display: table; }
    #container #dashboard .slick-track:after {
      clear: both; }
    #container #dashboard .slick-loading .slick-track {
      visibility: hidden; }
    #container #dashboard .slick-slide {
      float: left;
      height: 100%;
      min-height: 1px;
      display: none; }
    #container #dashboard .slick-slide img {
      display: block; }
    #container #dashboard .slick-slide.slick-loading img {
      display: none; }
    #container #dashboard .slick-slide.dragging img {
      pointer-events: none; }
    #container #dashboard .slick-initialized .slick-slide {
      display: block; }
    #container #dashboard .slick-loading .slick-slide {
      visibility: hidden; }
    #container #dashboard .slick-vertical .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
    #container #dashboard #highlights {
      position: relative;
      margin-top: 15px;
      display: block;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -ms-touch-action: pan-y;
      touch-action: pan-y;
      -webkit-tap-highlight-color: transparent; }
      #container #dashboard #highlights .slick-list.dragging {
        cursor: pointer;
        cursor: hand; }
      #container #dashboard #highlights .slick-list {
        position: relative;
        display: block;
        margin: 0;
        padding: 0; }
        #container #dashboard #highlights .slick-list:focus {
          outline: none; }
        #container #dashboard #highlights .slick-list .slick-track {
          padding: 12px 0px; }
          #container #dashboard #highlights .slick-list .slick-track .highlight {
            position: relative;
            float: left;
            width: 260px;
            margin: 0px 6px;
            border-radius: 6px;
            overflow: hidden;
            -webkit-transition: box-shadow 0.2s ease;
            -moz-transition: box-shadow 0.2s ease;
            -o-transition: box-shadow 0.2s ease;
            transition: box-shadow 0.2s ease;
            -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5); }
            #container #dashboard #highlights .slick-list .slick-track .highlight a {
              display: block;
              width: 100%;
              height: 100%; }
              #container #dashboard #highlights .slick-list .slick-track .highlight a img {
                display: block;
                width: 100%; }
            #container #dashboard #highlights .slick-list .slick-track .highlight .highlight-text {
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              padding: 20px;
              opacity: 0;
              color: white;
              background-color: rgba(0, 0, 0, 0.8);
              font-size: 13px;
              line-height: 1.5;
              text-align: center;
              pointer-events: none;
              box-sizing: border-box;
              -webkit-transition: all 0.2s ease;
              -moz-transition: all 0.2s ease;
              -o-transition: all 0.2s ease;
              transition: all 0.2s ease; }
              #container #dashboard #highlights .slick-list .slick-track .highlight .highlight-text h2 {
                color: #418FDE;
                margin: 0 0 20px; }
              #container #dashboard #highlights .slick-list .slick-track .highlight .highlight-text p {
                text-align: left; }
            #container #dashboard #highlights .slick-list .slick-track .highlight:hover {
              -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.5);
              -moz-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.5);
              box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.5); }
              #container #dashboard #highlights .slick-list .slick-track .highlight:hover .highlight-text {
                opacity: 1; }
      #container #dashboard #highlights .slick-prev, #container #dashboard #highlights .slick-next {
        display: block;
        position: absolute;
        top: 50%;
        width: 30px;
        height: 30px;
        margin-top: -15px;
        line-height: 28px;
        font-size: 18px;
        text-align: center;
        color: #fff;
        background-color: #222223;
        border-radius: 15px;
        opacity: 0.5;
        overflow: hidden;
        z-index: 99;
        -webkit-transition: 0.2s all ease-in;
        -moz-transition: 0.2s all ease-in;
        -o-transition: 0.2s all ease-in;
        transition: 0.2s all ease-in; }
        #container #dashboard #highlights .slick-prev:hover, #container #dashboard #highlights .slick-next:hover {
          opacity: 1; }
      #container #dashboard #highlights .slick-prev {
        left: 0px;
        text-indent: -1px; }
      #container #dashboard #highlights .slick-next {
        right: 0px;
        text-indent: 1px; }
    #container #dashboard #stations-container.dashboard #isotope .sort-wrap a#sort-dashpos {
      display: inline-block;
      border-radius: 3px 0px 0px 3px; }
    #container #dashboard #stations-container.dashboard #isotope .sort-wrap a#sort-genre {
      border-radius: 0px; }
    #container #dashboard #stations-container.dashboard #isotope .dashboard-options {
      display: inline-block; }
    #container #dashboard #stations-container.dashboard #stations .no-dashboard {
      display: none !important; }
    #container #dashboard #stations-container {
      padding: 15px; }
      #container #dashboard #stations-container h1 {
        display: block;
        margin-bottom: 6px; }
      #container #dashboard #stations-container #edit-dash-msg {
        color: #fff;
        background-color: #222223;
        text-align: center;
        border-radius: 6px; }
        #container #dashboard #stations-container #edit-dash-msg a.btn {
          display: inline-block;
          margin: 12px;
          padding: 12px 24px;
          border-radius: 3px;
          color: #fff;
          background-color: #47D7AC; }
          #container #dashboard #stations-container #edit-dash-msg a.btn i {
            margin-right: 6px; }
          #container #dashboard #stations-container #edit-dash-msg a.btn:hover {
            background-color: white;
            color: #222223; }
      #container #dashboard #stations-container #stations .dashboard-empty {
        display: none;
        padding: 12px 24px 24px 24px;
        margin: 12px 0px 24px 0px;
        border-radius: 3px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        text-align: center; }
        #container #dashboard #stations-container #stations .dashboard-empty h1, #container #dashboard #stations-container #stations .dashboard-empty h2 {
          margin: 12px 0px; }
        #container #dashboard #stations-container #stations .dashboard-empty a {
          display: inline-block;
          padding: 12px 24px;
          color: #fff;
          background-color: #222223;
          border-radius: 3px;
          margin: 6px; }
          #container #dashboard #stations-container #stations .dashboard-empty a i {
            margin-right: 6px; }
        #container #dashboard #stations-container #stations .dashboard-empty a.disabled {
          opacity: 0.4;
          pointer-events: none; }
        #container #dashboard #stations-container #stations .dashboard-empty .genres a {
          color: #418FDE;
          background-color: transparent;
          border: 1px solid #418FDE; }
          #container #dashboard #stations-container #stations .dashboard-empty .genres a:hover {
            color: #fff;
            background-color: #418FDE; }
        #container #dashboard #stations-container #stations .dashboard-empty .genres a.selected {
          color: #fff;
          background-color: #418FDE; }
      #container #dashboard #stations-container #stations .box {
        display: none;
        width: 100%;
        margin: 12px 0px 24px 0px;
        padding: 25px 0px;
        border-radius: 6px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        font-size: 16px;
        text-align: center; }
        #container #dashboard #stations-container #stations .box i {
          font-size: 64px;
          opacity: 0.5; }
        #container #dashboard #stations-container #stations .box a.btn {
          display: inline-block;
          margin: 10px auto;
          padding: 15px 30px;
          color: #fff;
          background-color: #222223;
          border-radius: 4px; }
          #container #dashboard #stations-container #stations .box a.btn:hover {
            background-color: #418FDE; }
      #container #dashboard #stations-container #stations .station.active .station-logo {
        border: 1px solid #418FDE; }
      #container #dashboard #stations-container #stations .station.ui-sortable-handle {
        width: 370px;
        margin: 6px;
        padding: 10px;
        cursor: move;
        background: rgba(255, 255, 255, 0);
        border: 1px dashed rgba(0, 0, 0, 0.2);
        border-radius: 6px;
        -webkit-transition: 0.2s background ease-in;
        -moz-transition: 0.2s background ease-in;
        -o-transition: 0.2s background ease-in;
        transition: 0.2s background ease-in; }
        #container #dashboard #stations-container #stations .station.ui-sortable-handle .station-logo, #container #dashboard #stations-container #stations .station.ui-sortable-handle .station-text {
          pointer-events: none; }
      #container #dashboard #stations-container #stations .sortable-placeholder {
        border: 1px dashed rgba(0, 0, 0, 0.2);
        border-radius: 6px; }
      #container #dashboard #stations-container #stations .add-station .station-logo a:hover i {
        opacity: 1; }
      #container #dashboard #stations-container #stations .add-station .station-logo a i {
        display: block;
        width: 78px;
        height: 78px;
        text-align: center;
        line-height: 78px;
        font-size: 32px;
        opacity: 0.5;
        -webkit-transition: 0.2s all ease-in;
        -moz-transition: 0.2s all ease-in;
        -o-transition: 0.2s all ease-in;
        transition: 0.2s all ease-in; }
      #container #dashboard #stations-container #stations .add-station .station-text {
        line-height: 78px !important; }
      #container #dashboard #stations-container #stations .station {
        display: inline-block;
        margin: 5px; }
        #container #dashboard #stations-container #stations .station .html5container, #container #dashboard #stations-container #stations .station .html5container audio {
          position: absolute;
          top: -100%;
          left: -100%;
          opacity: 0;
          width: 1px;
          height: 1px; }
        #container #dashboard #stations-container #stations .station .station-logo {
          display: inline-block;
          float: left;
          width: 100px;
          height: 100px;
          border-radius: 50px;
          border: 1px solid rgba(0, 0, 0, 0.2);
          background-size: 80px auto;
          background-position: center;
          background-repeat: no-repeat; }
          #container #dashboard #stations-container #stations .station .station-logo a {
            display: block;
            width: 100%;
            height: 100%; }
          #container #dashboard #stations-container #stations .station .station-logo a.station-stop {
            display: none; }
        #container #dashboard #stations-container #stations .station .station-text {
          display: none; }
  #container #player {
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: hidden;
    color: #fff;
    background: #418FDE;
    /* Old browsers */
    background: -moz-linear-gradient(top, #418fde 0%, #47d7ac 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #418fde 0%, #47d7ac 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #418fde 0%, #47d7ac 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#418fde', endColorstr='#47d7ac',GradientType=0 );
    /* IE6-9 */
    -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.4); }
    #container #player h1 {
      display: none; }
    #container #player #player-content .station-logo {
      display: block;
      width: 100%;
      height: 50px;
      background-size: 40px auto;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0.5;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      margin-bottom: 10px;
      -webkit-transition: 0.2s all ease-in;
      -moz-transition: 0.2s all ease-in;
      -o-transition: 0.2s all ease-in;
      transition: 0.2s all ease-in; }
      #container #player #player-content .station-logo a, #container #player #player-content .station-logo span {
        display: block;
        width: 100%;
        height: 100%; }
      #container #player #player-content .station-logo:hover {
        opacity: 1; }
    #container #player #player-content .album-cover {
      display: none; }
    #container #player #player-content .song-info h2, #container #player #player-content .song-info h3 {
      text-align: center;
      line-height: 1.2; }
    #container #player #player-content .song-info h2 {
      font-size: 16px; }
    #container #player #player-content .song-info h3 {
      font-size: 13px; }
    #container #player #player-content .share-link.disabled {
      opacity: 0.2 !important;
      pointer-events: none !important; }
    #container #player #player-content .save-song-box {
      display: none;
      position: absolute;
      top: 0px;
      left: 55px;
      z-index: 9999;
      background: #222223;
      border-radius: 3px;
      -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5); }
      #container #player #player-content .save-song-box .wrap {
        display: block; }
        #container #player #player-content .save-song-box .wrap a {
          display: block;
          width: 100%;
          font-size: 13px;
          padding: 14px;
          text-align: left; }
          #container #player #player-content .save-song-box .wrap a i.fa {
            width: 16px;
            text-align: center;
            margin-right: 4px; }
          #container #player #player-content .save-song-box .wrap a .label {
            display: inline-block; }
        #container #player #player-content .save-song-box .wrap .add-to-spotify:hover {
          background-color: #1ed55f; }
          #container #player #player-content .save-song-box .wrap .add-to-spotify:hover:after {
            color: #1ed55f; }
        #container #player #player-content .save-song-box .wrap .add-to-spotify {
          position: relative;
          border-radius: 3px; }
          #container #player #player-content .save-song-box .wrap .add-to-spotify:after {
            position: absolute;
            bottom: -14px;
            left: 14px;
            display: block;
            font-family: FontAwesome;
            font-size: 24px;
            content: "\f0d7";
            color: #222223;
            -webkit-transition: 0.2s all ease-in;
            -moz-transition: 0.2s all ease-in;
            -o-transition: 0.2s all ease-in;
            transition: 0.2s all ease-in;
            text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3); }
    #container #player #player-content .share-box {
      display: none;
      position: absolute;
      left: 0px;
      top: 0px;
      z-index: 9999;
      background: #222223;
      width: 100%;
      height: 49px; }
      #container #player #player-content .share-box .wrap {
        position: relative;
        width: 100%;
        height: 100%;
        display: table; }
        #container #player #player-content .share-box .wrap a {
          display: table-cell;
          vertical-align: middle;
          padding: 10px;
          width: 10%;
          color: #fff;
          text-align: center; }
          #container #player #player-content .share-box .wrap a .label {
            display: none; }
        #container #player #player-content .share-box .wrap a.hidden {
          display: none; }
        #container #player #player-content .share-box .wrap .twitter {
          background-color: #4099FF; }
        #container #player #player-content .share-box .wrap .facebook {
          background-color: #3b5998; }
        #container #player #player-content .share-box .wrap .gplus {
          background-color: #d34836; }
        #container #player #player-content .share-box .wrap .linkedin {
          background-color: #007bb6; }
        #container #player #player-content .share-box .wrap .mail {
          background-color: #8e44ad; }
        #container #player #player-content .share-box .wrap .itunes {
          background-color: #418FDE; }
        #container #player #player-content .share-box .wrap .copy-link {
          background-color: #27ae60; }
        #container #player #player-content .share-box .wrap .add-to-dashboard, #container #player #player-content .share-box .wrap .remove-from-dashboard {
          background-color: #e67e22; }
    #container #player #main-player {
      padding: 0px 10px; }
      #container #player #main-player #buttons {
        position: relative;
        margin: 5px auto 0px auto;
        text-align: center; }
        #container #player #main-player #buttons a {
          display: inline-block;
          width: 40px;
          height: 40px;
          margin: 0 1%;
          background-size: 20px;
          background-position: center;
          background-repeat: no-repeat;
          text-decoration: none;
          opacity: 0.5; }
          #container #player #main-player #buttons a:hover {
            opacity: 1; }
        #container #player #main-player #buttons .disabled {
          opacity: 0.1;
          pointer-events: none; }
        #container #player #main-player #buttons #back {
          background-image: url(../images/buttons/back.png); }
        #container #player #main-player #buttons #play {
          background-image: url(../images/buttons/play.png); }
        #container #player #main-player #buttons #pause {
          display: none;
          background-image: url(../images/buttons/pause.png); }
        #container #player #main-player #buttons #forward {
          background-image: url(../images/buttons/forward.png); }
        #container #player #main-player #buttons #share-button {
          background-image: url(../images/buttons/thumbs-up.png);
          position: absolute;
          top: 0px;
          right: 0px;
          display: block; }
        #container #player #main-player #buttons #save-song {
          display: block;
          position: absolute;
          top: 0px;
          left: 40px;
          background-image: url(../images/buttons/plus.png); }
        #container #player #main-player #buttons #show-history {
          display: block;
          position: absolute;
          top: 0px;
          left: 0px;
          background-image: url(../images/buttons/history.png); }
        #container #player #main-player #buttons #genius {
          display: none;
          position: absolute;
          top: -40px;
          left: 0px;
          width: auto;
          height: auto;
          opacity: 0.5;
          padding: 10px;
          font-size: 12px;
          font-weight: 900;
          text-transform: uppercase;
          color: white;
          border-radius: 4px;
          border: 1px solid rgba(255, 255, 255, 0.4); }
          #container #player #main-player #buttons #genius:hover {
            opacity: 1;
            color: #000;
            background-color: #ffff64;
            border: 1px solid #ffff64; }
            #container #player #main-player #buttons #genius:hover span {
              opacity: 0; }
            #container #player #main-player #buttons #genius:hover:after {
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-image: url(../images/genius.png);
              background-position: center;
              background-repeat: no-repeat;
              background-size: 90% auto;
              content: ""; }
        #container #player #main-player #buttons .active {
          opacity: 1; }
      #container #player #main-player #volume-control {
        position: relative;
        height: 30px;
        margin: 0 25px; }
        #container #player #main-player #volume-control .icon {
          position: absolute;
          top: 5px;
          width: 20px;
          height: 20px;
          background-size: 11px;
          background-position: center;
          background-repeat: no-repeat;
          text-decoration: none; }
        #container #player #main-player #volume-control #volume-no {
          left: -25px;
          background-image: url(../images/buttons/volume-no.png); }
        #container #player #main-player #volume-control #volume-full {
          right: -25px;
          background-image: url(../images/buttons/volume-full.png); }
        #container #player #main-player #volume-control #volume-range, #container #player #main-player #volume-control #volume-fill {
          position: absolute;
          top: 13px;
          left: 0px;
          height: 4px;
          border-radius: 2px; }
        #container #player #main-player #volume-control #volume-range {
          right: 0px;
          background-color: rgba(255, 255, 255, 0.5); }
        #container #player #main-player #volume-control #volume-fill {
          margin-right: -15px;
          background-color: #fff; }
        #container #player #main-player #volume-control .ui-slider-handle {
          position: absolute;
          top: 0;
          width: 30px;
          height: 30px;
          margin: 0px -15px;
          border-radius: 20px;
          border: none;
          background-color: rgba(255, 255, 255, 0);
          background-image: url(../images/buttons/thumb.png);
          background-size: 15px;
          background-position: center;
          background-repeat: no-repeat;
          cursor: pointer; }
    #container #player #station-history {
      position: fixed;
      width: 100%;
      left: 0px;
      bottom: 0px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
      #container #player #station-history h3 {
        margin: 10px; }
      #container #player #station-history #history-list {
        line-height: 1.5;
        margin: 10px; }
        #container #player #station-history #history-list .track {
          float: left;
          max-width: 80%; }
        #container #player #station-history #history-list .time {
          float: right;
          max-width: 20%; }

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*********************
  GET FLASH
  *********************/
  .flashMsg .buttons a {
    width: 200px; }

  #container #dashboard #isotope .filter-wrap .search-wrap #quicksearch {
    width: 140px; }
  #container #dashboard #content-overlay .station-info-page img {
    width: 50%; }
  #container #dashboard #content-overlay .station-info-page #similar .similar-station {
    display: inline-block;
    width: 50%;
    padding-right: 15px;
    margin-bottom: 0px; } }
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  #get-flash .content .apps a {
    width: auto; }

  #container #dashboard {
    padding: 25px; }
    #container #dashboard #isotope .np {
      display: inline-block; }
    #container #dashboard #content-overlay #content-overlay-content .personality-page img.profile-pic {
      float: left;
      width: 35%;
      margin-right: 15px; }
    #container #dashboard #content-overlay #content-overlay-content .personality-page .profile-text {
      float: left;
      width: 60%; }
    #container #dashboard #content-overlay #content-overlay-content .event-img {
      float: left;
      width: 35%;
      margin-right: 15px;
      margin-bottom: 0; }
    #container #dashboard #content-overlay #content-overlay-content .event-info {
      float: left;
      width: 60%; }
    #container #dashboard #content-overlay .station-info-page img {
      float: left;
      width: 35%;
      margin-right: 15px; }
    #container #dashboard #content-overlay .station-info-page .info {
      float: left;
      width: 60%; }
    #container #dashboard #content-overlay .station-info-page h1 {
      display: block;
      float: none; }
    #container #dashboard #content-overlay .station-info-page #similar .similar-station {
      width: 33%; }
    #container #dashboard #content-overlay #news .news-item {
      display: table;
      margin-bottom: 10px;
      padding-bottom: 20px;
      padding-top: 10px; }
      #container #dashboard #content-overlay #news .news-item .news-img, #container #dashboard #content-overlay #news .news-item .block-desc {
        display: table-cell;
        vertical-align: top !important; }
      #container #dashboard #content-overlay #news .news-item .news-img {
        width: 40%; }
      #container #dashboard #content-overlay #news .news-item .block-desc {
        width: 60%;
        padding-left: 20px; }
    #container #dashboard #content-overlay .news-detail .post-thumb img {
      max-width: 320px; }
    #container #dashboard #content-overlay .news-detail .post-content .gallery {
      width: 100%; }
      #container #dashboard #content-overlay .news-detail .post-content .gallery a.fancybox {
        display: block;
        width: 160px;
        margin: 12px 12px 0 0; }
    #container #dashboard #stations-container.logged-in #stations .station .station-text .station-btn-wrap a.station-info {
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
    #container #dashboard #stations-container.logged-in #stations .station .station-text .station-btn-wrap .dashboard-buttons {
      display: inline-block; }
    #container #dashboard #stations-container {
      padding: 0px; }
      #container #dashboard #stations-container #stations {
        text-align: left; }
        #container #dashboard #stations-container #stations .station.is-dashboard .station-text .station-btn-wrap .dashboard-buttons a.add-to-dashboard {
          display: none !important; }
        #container #dashboard #stations-container #stations .station.is-dashboard .station-text .station-btn-wrap .dashboard-buttons a.remove-from-dashboard {
          display: inline-block !important; }
        #container #dashboard #stations-container #stations .station {
          display: inline-block;
          width: 350px;
          margin: 15px 0px;
          overflow: hidden; }
          #container #dashboard #stations-container #stations .station .station-text {
            display: inline-block;
            float: left;
            max-width: 240px;
            padding-left: 15px;
            line-height: 1.2; }
            #container #dashboard #stations-container #stations .station .station-text h2 {
              color: #418FDE; }
            #container #dashboard #stations-container #stations .station .station-text h2, #container #dashboard #stations-container #stations .station .station-text small {
              max-width: 240px;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis; }
            #container #dashboard #stations-container #stations .station .station-text small {
              display: block;
              font-size: 13px;
              margin: 4px 0; }
            #container #dashboard #stations-container #stations .station .station-text .now-playing:before, #container #dashboard #stations-container #stations .station .station-text .genre:before {
              font-family: FontAwesome;
              margin-right: 6px;
              color: #418FDE; }
            #container #dashboard #stations-container #stations .station .station-text .now-playing:before {
              content: "\f04b"; }
            #container #dashboard #stations-container #stations .station .station-text .genre {
              margin: 4px 0 6px !important; }
              #container #dashboard #stations-container #stations .station .station-text .genre:before {
                content: "\f001"; }
            #container #dashboard #stations-container #stations .station .station-text .station-btn-wrap {
              display: inline-block;
              line-height: 1;
              background-color: rgba(0, 0, 0, 0.05);
              border-radius: 3px; }
              #container #dashboard #stations-container #stations .station .station-text .station-btn-wrap a {
                display: inline-block;
                float: left;
                padding: 8px 16px;
                color: rgba(0, 0, 0, 0.5);
                font-size: 13px; }
                #container #dashboard #stations-container #stations .station .station-text .station-btn-wrap a:before {
                  display: inline-block;
                  margin-right: 6px;
                  font-family: 'FontAwesome'; }
                #container #dashboard #stations-container #stations .station .station-text .station-btn-wrap a:hover {
                  color: black; }
              #container #dashboard #stations-container #stations .station .station-text .station-btn-wrap a.station-play {
                border-right: 1px solid rgba(0, 0, 0, 0.1); }
                #container #dashboard #stations-container #stations .station .station-text .station-btn-wrap a.station-play:before {
                  content: "\f04b";
                  color: #418FDE; }
              #container #dashboard #stations-container #stations .station .station-text .station-btn-wrap a.station-stop {
                display: none;
                border-right: 1px solid rgba(0, 0, 0, 0.1); }
                #container #dashboard #stations-container #stations .station .station-text .station-btn-wrap a.station-stop:before {
                  content: "\f04d";
                  color: #ec2e2e; }
              #container #dashboard #stations-container #stations .station .station-text .station-btn-wrap a.station-info:before {
                content: "\f036"; }
              #container #dashboard #stations-container #stations .station .station-text .station-btn-wrap .dashboard-buttons {
                display: none;
                float: left; }
                #container #dashboard #stations-container #stations .station .station-text .station-btn-wrap .dashboard-buttons a.remove-from-dashboard {
                  display: none; }

  /*************************
  USER REGISTRATION / LOGIN
  *************************/
  .user-box .content-wrap .content {
    width: 480px;
    margin: 50px auto;
    padding: 25px; }
    .user-box .content-wrap .content a.btn.half {
      display: inline-block;
      width: 49%;
      margin: 0px; }

  /*********************
  SONOS CONNECT
  **********************/
  #sonos-connect a.btn {
    display: inline-block;
    margin: 12px 6px;
    max-width: auto; } }
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  
  Stylesheet: Desktop Stylsheet
  
  ******************************************************************/
  /*********************
  DASHBOARD PAGE STYLES
  *********************/
  .flashMsg .buttons a#get-flash {
    display: inline-block; }

  #wpadminbar {
    top: auto !important; }

  #container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
    #container .column {
      position: relative;
      float: left;
      height: 100%;
      overflow: hidden; }
    #container #navigation, #container #dashboard, #container #player {
      position: relative !important;
      height: 100% !important;
      top: 0px !important; }
    #container #navigation {
      width: 20%;
      min-width: 280px;
      border-bottom: none;
      border-right: 1px solid #418FDE; }
      #container #navigation #logo {
        padding: 0;
        text-align: center; }
        #container #navigation #logo a {
          margin: 0;
          padding: 50px 0; }
          #container #navigation #logo a img {
            width: 191px; }
      #container #navigation #show-nav {
        display: none; }
      #container #navigation #nav {
        display: block;
        overflow-y: auto; }
        #container #navigation #nav li#user-info {
          margin: 0px 0px 10px 0px; }
          #container #navigation #nav li#user-info a span.message {
            margin-top: 6px; }
        #container #navigation #nav li.apps {
          position: absolute;
          left: 0;
          bottom: 92px;
          width: 100%;
          padding-top: 15px; }
          #container #navigation #nav li.apps span.head {
            padding-left: 15px; }
          #container #navigation #nav li.apps ul {
            margin: 15px 15px 0; }
      #container #navigation #footer {
        position: absolute;
        bottom: 0px;
        display: block;
        width: 100%;
        padding: 15px 15px 6px 15px;
        font-size: 13px;
        line-height: 1.5; }
        #container #navigation #footer #copyright {
          display: block;
          opacity: 0.5; }
        #container #navigation #footer #footer-links {
          margin-top: 6px; }
        #container #navigation #footer #social-links a {
          display: inline-block;
          width: 34px;
          height: 34px;
          line-height: 34px;
          text-align: center;
          font-size: 16px !important;
          color: #222223;
          background-color: transparent; }
          #container #navigation #footer #social-links a:hover {
            color: #418FDE; }
        #container #navigation #footer #social-links a.first {
          margin-left: -12px; }
    #container #dashboard h1 {
      display: block;
      float: none; }
    #container #dashboard #content-overlay {
      padding: 25px; }
      #container #dashboard #content-overlay .station-info-page {
        padding: 0px 0px 25px 0px; }
      #container #dashboard #content-overlay .video.block {
        float: left;
        display: inline-block;
        width: 48%;
        margin-right: 2%; }
    #container #dashboard.play {
      background-color: rgba(255, 255, 255, 0.1); }
      #container #dashboard.play #content-overlay .video.block {
        display: block;
        width: 100%;
        margin-right: 0; }
    #container #player.play {
      opacity: 1;
      pointer-events: auto; }
    #container #player {
      position: relative;
      bottom: 0;
      width: 25%;
      min-width: 280px;
      padding: 25px;
      opacity: 0;
      pointer-events: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      #container #player h1 {
        display: block; }
      #container #player #player-content {
        position: relative;
        margin-top: 25px; }
        #container #player #player-content .station-logo {
          position: absolute;
          top: -65px;
          left: auto;
          right: 0px;
          bottom: auto;
          display: block;
          width: 60px;
          height: 60px;
          border-bottom: none;
          margin-bottom: 0px;
          background-size: 80%; }
        #container #player #player-content .album-cover {
          position: relative;
          display: block;
          width: 100%;
          margin-bottom: 25px; }
          #container #player #player-content .album-cover img.cover {
            width: 100%;
            border-radius: 6px;
            -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5); }
          #container #player #player-content .album-cover .share {
            position: absolute;
            left: 0px;
            right: 0px;
            top: 0px;
            bottom: 0px;
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 100;
            border-radius: 6px;
            background-color: rgba(0, 0, 0, 0.8);
            -webkit-transition: 0.2s all ease-in;
            -moz-transition: 0.2s all ease-in;
            -o-transition: 0.2s all ease-in;
            transition: 0.2s all ease-in; }
            #container #player #player-content .album-cover .share:hover {
              opacity: 1; }
            #container #player #player-content .album-cover .share .wrap {
              display: table;
              width: 100%;
              height: 100%; }
              #container #player #player-content .album-cover .share .wrap .content {
                display: table-cell;
                width: 100%;
                text-align: center;
                vertical-align: middle; }
                #container #player #player-content .album-cover .share .wrap .content h2 {
                  margin: 10px 0px; }
                #container #player #player-content .album-cover .share .wrap .content a {
                  display: block;
                  padding: 6px 12px;
                  font-size: 13px;
                  color: #fff;
                  opacity: 0.5; }
                  #container #player #player-content .album-cover .share .wrap .content a:hover {
                    opacity: 1; }
                  #container #player #player-content .album-cover .share .wrap .content a i {
                    width: 20px;
                    margin-right: 4px;
                    text-align: center; }
                #container #player #player-content .album-cover .share .wrap .content a.hidden {
                  display: none; }
        #container #player #player-content .song-info h2 {
          font-size: 24px; }
        #container #player #player-content .song-info h3 {
          font-size: 16px; }
        #container #player #player-content .save-song-box {
          top: auto;
          left: 0px;
          bottom: 0px; }
        #container #player #player-content .share-box {
          width: auto;
          height: auto;
          left: auto;
          top: auto;
          bottom: 0px;
          right: 0px;
          border-radius: 3px;
          -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
          -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5); }
          #container #player #player-content .share-box .wrap {
            display: block; }
            #container #player #player-content .share-box .wrap a {
              display: block;
              width: 100%;
              font-size: 13px;
              padding: 14px;
              text-align: left; }
              #container #player #player-content .share-box .wrap a i.fa {
                width: 16px;
                text-align: center;
                margin-right: 4px; }
              #container #player #player-content .share-box .wrap a .label {
                display: inline-block; }
            #container #player #player-content .share-box .wrap .twitter, #container #player #player-content .share-box .wrap .facebook, #container #player #player-content .share-box .wrap .gplus, #container #player #player-content .share-box .wrap .linkedin, #container #player #player-content .share-box .wrap .mail, #container #player #player-content .share-box .wrap .itunes, #container #player #player-content .share-box .wrap .copy-link, #container #player #player-content .share-box .wrap .add-to-dashboard, #container #player #player-content .share-box .wrap .remove-from-dashboard {
              background-color: transparent; }
            #container #player #player-content .share-box .wrap .twitter {
              border-radius: 3px 3px 0px 0px; }
            #container #player #player-content .share-box .wrap .add-to-dashboard, #container #player #player-content .share-box .wrap .remove-from-dashboard {
              position: relative;
              border-radius: 0px 0px 3px 3px; }
              #container #player #player-content .share-box .wrap .add-to-dashboard:after, #container #player #player-content .share-box .wrap .remove-from-dashboard:after {
                position: absolute;
                bottom: -14px;
                right: 14px;
                display: block;
                font-family: FontAwesome;
                font-size: 24px;
                content: "\f0d7";
                color: #222223;
                -webkit-transition: 0.2s all ease-in;
                -moz-transition: 0.2s all ease-in;
                -o-transition: 0.2s all ease-in;
                transition: 0.2s all ease-in;
                text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3); }
            #container #player #player-content .share-box .wrap .twitter:hover {
              background-color: #4099FF; }
            #container #player #player-content .share-box .wrap .facebook:hover {
              background-color: #3b5998; }
            #container #player #player-content .share-box .wrap .gplus:hover {
              background-color: #d34836; }
            #container #player #player-content .share-box .wrap .linkedin:hover {
              background-color: #007bb6; }
            #container #player #player-content .share-box .wrap .mail:hover {
              background-color: #8e44ad; }
            #container #player #player-content .share-box .wrap .itunes:hover {
              background-color: #418FDE; }
            #container #player #player-content .share-box .wrap .copy-link:hover {
              background-color: #27ae60; }
            #container #player #player-content .share-box .wrap .add-to-dashboard:hover, #container #player #player-content .share-box .wrap .remove-from-dashboard:hover {
              background-color: #e67e22; }
              #container #player #player-content .share-box .wrap .add-to-dashboard:hover:after, #container #player #player-content .share-box .wrap .remove-from-dashboard:hover:after {
                color: #e67e22; }
      #container #player #main-player {
        padding: 0px; }
        #container #player #main-player #buttons #genius {
          top: 4px;
          left: 0px;
          font-size: 10px;
          padding: 10px 4px; }
        #container #player #main-player #buttons #save-song {
          left: 0px; }
        #container #player #main-player #buttons #show-history {
          display: none; }
      #container #player #station-history {
        position: relative !important;
        top: 0px !important;
        padding: 15px 0px 10px 0px !important; }
        #container #player #station-history h3 {
          font-size: 18px;
          margin: 0px 0px 15px 0px; }
        #container #player #station-history #history-list {
          margin: 0px !important;
          padding: 0px 0px 15px 0px !important; } }
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  
  Stylesheet: Super Large Monitor Stylesheet
  
  ******************************************************************/
  #container #dashboard #content-overlay .video.block {
    width: 30%;
    margin-right: 2%; }
  #container #dashboard.play #content-overlay .video.block {
    display: inline-block;
    width: 48%;
    margin-right: 2%; }
  #container #player #main-player #buttons #genius {
    font-size: 12px;
    padding: 10px; }
  #container #player #player-content .album-cover .share .wrap .content a {
    padding: 8px 12px; } }
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
