/*
Theme Name: Hyponik
Theme URI: http://hikkendry.com
Description: Hyponik Bespoke Theme
Author: Hikkendry
Author URI: http://hikkendry.com
Tags:
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v0.10.2
* Docs at http://davidtheclark.github.io/scut
*/
/* line 61, ../../../../../../../../usr/local/opt/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/scut-0.10.2/dist/_scut.scss */
.nav-social {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 10, ../../../../../../../../usr/local/opt/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/scut-0.10.2/dist/_scut.scss */
.nav-social:after {
  content: "";
  display: table;
  clear: both;
}
/* line 49, ../../../../../../../../usr/local/opt/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/scut-0.10.2/dist/_scut.scss */
.nav-social > li {
  float: left;
}

/* Turn numbers with units into unitless numbers: https://github.com/nex3/sass/issues/533 */
/* Easy little function to do the math of pixel to EM conversion for us. Needs a base-font-size set in _base.scss */
/* Search icon by IcoMoon, made with http://icomoon.io/app/ */
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon/icomoon.eot");
  src: url("fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon/icomoon.woff") format("woff"), url("fonts/icomoon/icomoon.ttf") format("truetype"), url("fonts/icomoon/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'baron_neueregular';
  src: url("fonts/baron/baron_neue-webfont.eot");
  src: url("fonts/baron/baron_neue-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/baron/baron_neue-webfont.woff") format("woff"), url("fonts/baron/baron_neue-webfont.ttf") format("truetype"), url("fonts/baron/baron_neue-webfont.svg#baron_neueregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CodeProDemoRegular';
  src: url("fonts/codepro_regular/Code_Pro_Demo-webfont.eot");
  src: url("fonts/codepro_regular/Code_Pro_Demo-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/codepro_regular/Code_Pro_Demo-webfont.woff") format("woff"), url("fonts/codepro_regular/Code_Pro_Demo-webfont.ttf") format("truetype"), url("fonts/codepro_regular/Code_Pro_Demo-webfont.svg#CodeProDemoRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'nexa_boldregular';
  src: url("fonts/nexafree_bold/Nexa_Free_Bold-webfont.eot");
  src: url("fonts/nexafree_bold/Nexa_Free_Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/nexafree_bold/Nexa_Free_Bold-webfont.woff") format("woff"), url("fonts/nexafree_bold/Nexa_Free_Bold-webfont.ttf") format("truetype"), url("fonts/nexafree_bold/Nexa_Free_Bold-webfont.svg#nexa_boldregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*
 * This is a fairly big mixin.
 * The reason for this is that at the time of writing (09/01/2013),
 * Sass does not include functions for substring or find/replace in string.
 * Chris Eppstein sent a Pull Request to Sass with the str-extract (substring) function back in June,
 * but it still has not been merged, due to lack of minor comments.
 * That was five months ago.
 */
/*------------------------------------*\
COLOUR VARS
\*------------------------------------*/
/*------------------------------------*\
FONTS VARS
\*------------------------------------*/
/* line 61, ../../../../../../../../usr/local/opt/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.4/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
* html {
  font-size: 87.5%;
}

/* line 64, ../../../../../../../../usr/local/opt/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.4/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 14px;
  line-height: 1.71429em;
}

/*------------------------------------*\
DRESSING VARS
\*------------------------------------*/
/*------------------------------------*\
LAYOUT VARS
\*------------------------------------*/
/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* normalize.scss v2.1.0 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
/* line 61, ../../../../../../../../usr/local/opt/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.4/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
* html {
  font-size: 87.5%;
}

/* line 64, ../../../../../../../../usr/local/opt/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.4/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 14px;
  line-height: 1.57143em;
}

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 65, scss/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

/**
 * Address styling not present in IE 7/8/9.
 * Known issue: no IE 6 support.
 */
/* line 98, scss/partials/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 114, scss/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  font-size: 87.5%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  /* Establish a vertical rhythm unit using $base-line-height. */
  line-height: 1.57143em;
}

/**
 * Remove default margin.
 */
/* line 141, scss/partials/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 153, scss/partials/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
/* line 179, scss/partials/_normalize.scss */
blockquote {
  /* Set 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.57143em 40px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 189, scss/partials/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.57143em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.78571em;
  margin-bottom: 0.78571em;
}

/* line 198, scss/partials/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 2.09524em;
  margin-top: 1.04762em;
  margin-bottom: 1.04762em;
}

/* line 210, scss/partials/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.57143em;
  margin-top: 1.57143em;
  margin-bottom: 1.57143em;
}

/* line 216, scss/partials/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.89329em;
  margin-top: 1.89329em;
  margin-bottom: 1.89329em;
}

/* line 222, scss/partials/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.34542em;
  margin-top: 2.34542em;
  margin-bottom: 2.34542em;
}

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

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 249, scss/partials/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 258, scss/partials/_normalize.scss */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 267, scss/partials/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 291, scss/partials/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 299, scss/partials/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 307, scss/partials/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 323, scss/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 327, scss/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm and a consistent indentation.
 */
/* line 342, scss/partials/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1.57143em 0;
  padding: 0 0 0 40px;
}

/* line 347, scss/partials/_normalize.scss */
dl {
  padding: 0;
}

/* line 351, scss/partials/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 375, scss/partials/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 387, scss/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 399, scss/partials/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 421, scss/partials/_normalize.scss */
fieldset {
  border-color: #c0c0c0;
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-top-style: solid;
  border-top-width: 0.07143em;
  padding-top: 0.47857em;
  border-bottom-style: solid;
  border-bottom-width: 0.07143em;
  padding-bottom: 0.95em;
  border-left-style: solid;
  border-left-width: 0.07143em;
  padding-left: 0.91071em;
  border-right-style: solid;
  border-right-width: 0.07143em;
  padding-right: 0.91071em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 437, scss/partials/_normalize.scss */
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.
 * 4. Improve appearance and consistency with IE 6/7.
 */
/* line 455, scss/partials/_normalize.scss */
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.
 */
/* line 471, scss/partials/_normalize.scss */
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.
 */
/* line 483, scss/partials/_normalize.scss */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 500, scss/partials/_normalize.scss */
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.
 */
/* line 513, scss/partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 525, scss/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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).
 */
/* line 540, scss/partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 560, scss/partials/_normalize.scss */
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.
 */
/* line 570, scss/partials/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 583, scss/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 4, scss/partials/_wp-classes.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 10, scss/partials/_wp-classes.scss */
.alignleft {
  float: left;
}

/* line 14, scss/partials/_wp-classes.scss */
.alignright {
  float: right;
}

/* line 18, scss/partials/_wp-classes.scss */
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 30, scss/partials/_wp-classes.scss */
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

/* line 36, scss/partials/_wp-classes.scss */
.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

/* line 43, scss/partials/_wp-classes.scss */
.sticky {
  padding: 0;
}

/* line 47, scss/partials/_wp-classes.scss */
.sticky h2 {
  padding-top: 0px;
}

/* line 52, scss/partials/_wp-classes.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/* line 57, scss/partials/_wp-classes.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
}

/* line 5, scss/partials/_global.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 9, scss/partials/_global.scss */
html, body {
  -webkit-font-smoothing: subpixel-antialiased;
  height: 100%;
  width: 100%;
  padding: 0;
}

/* line 16, scss/partials/_global.scss */
a, a:hover, a:active, a:focus {
  outline: 0;
}

/* line 20, scss/partials/_global.scss */
a {
  transition: all 0.5s ease;
  color: #e02734;
}

/* line 26, scss/partials/_global.scss */
a:hover {
  color: #343434;
  text-decoration: underline;
}

/* line 31, scss/partials/_global.scss */
.right {
  float: right;
}

/* line 35, scss/partials/_global.scss */
.left {
  float: left;
}

/* line 40, scss/partials/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 45, scss/partials/_global.scss */
footer {
  color: silver;
}
/* line 48, scss/partials/_global.scss */
footer a {
  color: silver;
}

/* line 1, scss/partials/_typography.scss */
body {
  font-family: Helvetica, Arial, sans-serif;
  color: #333333;
}

/* line 6, scss/partials/_typography.scss */
h1, h2, h3, h4 {
  font-family: Helvetica, Arial, sans-serif;
}

/* line 10, scss/partials/_typography.scss */
h1, h2, .related h3 {
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

/* line 16, scss/partials/_typography.scss */
h1.section-title, h2.pagetitle {
  background: white;
  font-size: 2em;
  line-height: 1.57143em;
  padding-top: 0.78571em;
  padding-bottom: 0.78571em;
  padding-left: 20px;
  margin: 0;
  border-bottom: 1px solid #e7e7e7;
}

/* line 31, scss/partials/_typography.scss */
.category-eps .content .pagetitle,
.category-lps .content .pagetitle {
  text-transform: none;
}

/* line 38, scss/partials/_typography.scss */
.post-excerpt h3.title, .post-excerpt h4.title, .post-excerpt h3.title, article.grid h3.title, article.grid h4.title, article.grid h3.title {
  font-weight: 400;
  line-height: 1.57143em;
  font-size: 1.25714em;
}

/* line 47, scss/partials/_typography.scss */
.sidebar h3.title, .sidebar h4.title, .sidebar h3.title, .related h3.title, .related h4.title, .related h3.title, .listing.small h3.title, .listing.small h4.title, .listing.small h3.title {
  font-size: 0.94286em;
}

/* line 52, scss/partials/_typography.scss */
h2.section-title, h3.section-title, .related h2, .related h3 {
  background: white;
  padding-top: 1.04762em;
  padding-bottom: 1.04762em;
  padding-left: 20px;
  margin: 0;
  border-bottom: 1px solid #e7e7e7;
}

/* line 61, scss/partials/_typography.scss */
.section-title, .widgettitle {
  padding-left: 20px;
}

/* line 65, scss/partials/_typography.scss */
.post-type-archive-hyp-mix .title, .post-type-archive-hyp-radio .title, .post-type-archive-hyp-artist .title {
  padding-left: 10px;
}
.post-type-archive-hyp-mix h1.title, .post-type-archive-hyp-radio h1.title, .post-type-archive-hyp-artist h1.title {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 481px) {
  /* line 65, scss/partials/_typography.scss */
  .post-type-archive-hyp-mix .title, .post-type-archive-hyp-artist .title, .post-type-archive-radio-artist .title {
    margin-bottom: 0px;
  }
  .post-type-archive-hyp-mix article.grid.full .title, .post-type-archive-hyp-artist article.grid.full .title, .post-type-archive-radio-artist article.grid.full .title {
    margin-bottom: 0.5em;
  }
}

/* line 73, scss/partials/_typography.scss */
.title a, .section-title a, .widgettitle a {
  text-decoration: none;
  color: #343434;
}
/* line 77, scss/partials/_typography.scss */
.title a:hover, .section-title a:hover, .widgettitle a:hover {
  color: #e02734;
}

/* line 83, scss/partials/_typography.scss */
h4.title {
  margin-bottom: 0;
  margin-top: 0.78571em;
  color: #343434;
}

/* line 89, scss/partials/_typography.scss */
.post-meta, .label {
  font-size: 0.85714em;
  line-height: 1.83333em;
  color: #4e4e4e;
}

/* line 94, scss/partials/_typography.scss */
.label {
  text-transform: uppercase;
}

@media only screen and (min-width: 800px) {
  /* line 4, scss/partials/_columns.scss */
  .sidebar, .sub-bar {
    padding-bottom: 32767px !important;
    margin-bottom: -32767px !important;
  }
}
@media only screen and (min-width: 1140px) {
  /* line 11, scss/partials/_columns.scss */
  .main, .content, .sidebar, .sub-bar {
    padding-bottom: 32767px !important;
    margin-bottom: -32767px !important;
  }
}
/* line 18, scss/partials/_columns.scss */
.container {
  overflow: hidden;
}

/* line 24, scss/partials/_columns.scss */
.container {
  float: left;
  float/**/: none;
}

/* line 31, scss/partials/_columns.scss */
.container:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 37, scss/partials/_columns.scss */
.container {
  display: inline-block;
}

/*\*/
/* line 41, scss/partials/_columns.scss */
.container {
  display: block;
}

/* line 45, scss/partials/_columns.scss */
footer {
  clear: both;
}

/* line 52, scss/partials/_columns.scss */
* > footer, * > form, * > .notes, * > .output {
  position: relative;
  z-index: 1000;
}

/* line 1, scss/partials/_nav.scss */
.nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 42, scss/partials/_nav.scss */
.nav-global {
  font-size: 0.78571em;
  line-height: 2em;
  letter-spacing: 0.5em;
  background-color: #343434;
  height: 0;
  overflow: hidden;
}
/* line 50, scss/partials/_nav.scss */
.nav-global.toggled-on {
  height: 100%;
}
@media only screen and (min-width: 800px) {
  /* line 42, scss/partials/_nav.scss */
  .nav-global {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
    margin-bottom: 20px;
    margin-left: 90px;
  }
  /* line 10, ../../../../../../../../usr/local/opt/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/scut-0.10.2/dist/_scut.scss */
  .nav-global:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 49, ../../../../../../../../usr/local/opt/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/scut-0.10.2/dist/_scut.scss */
  .nav-global > li {
    float: left;
  }
}
@media only screen and (min-width: 481px) {
  /* line 61, scss/partials/_nav.scss */
  .nav-global li {
    width: 100%;
    float: left;
    border-right: 1px solid #676767;
  }
}
@media only screen and (min-width: 800px) {
  /* line 61, scss/partials/_nav.scss */
  .nav-global li {
/*    width: 16.666666667%;*/
width:14.282%;
  }
}
/* line 73, scss/partials/_nav.scss */
.nav-global a {
  padding: 14px 0;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
  color: white;
  border-top: 1px solid #676767;
  text-decoration: none;
}
/* line 88, scss/partials/_nav.scss */
.nav-global a:hover,
.nav-global a:focus,
.nav-global a:active,
.nav-global .current-menu-item a,
.nav-global .current-menu-parent a,
body.single-hyp-mix .nav-global .menu-item-object-hyp-mix a,
body.single-hyp-radio .nav-global .menu-item-object-hyp-radio a {
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
  background: #4e4e4e;
}

/* line 96, scss/partials/_nav.scss */
.nav-toggle {
  color: white;
  background-color: #343434;
  border-top: 1px solid 1px solid #676767;
  border-bottom: 1px solid 1px solid #676767;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
  margin: 0;
  padding: 14px 0;
  width: 100%;
}
/* line 115, scss/partials/_nav.scss */
.nav-toggle.toggled-on {
  background: #4e4e4e;
}
@media only screen and (min-width: 800px) {
  /* line 96, scss/partials/_nav.scss */
  .nav-toggle {
    display: none;
  }
}

/* line 124, scss/partials/_nav.scss */
.nav-social {
  float: right;
  position: relative;
  z-index: 100;
  width: 85%;
}
@media only screen and (min-width: 800px) {
  /* line 124, scss/partials/_nav.scss */
  .nav-social {
    display: block;
    width: auto;
  }
}
/* line 137, scss/partials/_nav.scss */
.nav-social li {
  width: 20%;
}
/* line 141, scss/partials/_nav.scss */
.nav-social a {
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0;
  transition: none;
}
@media only screen and (min-width: 800px) {
  /* line 141, scss/partials/_nav.scss */
  .nav-social a {
    width: 50px;
  }
}
/* line 155, scss/partials/_nav.scss */
.nav-social a:hover {
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
}
/* line 163, scss/partials/_nav.scss */
.nav-social .twitter > a {
  background-image: url("./images/global/twitter.jpg");
  background-color: #2DAAE2;
}
/* line 168, scss/partials/_nav.scss */
.nav-social .facebook > a {
  background-image: url("./images/global/facebook.jpg");
  background-color: #3561A2;
}
/* line 173, scss/partials/_nav.scss */
.nav-social .youtube > a {
  background-image: url("./images/global/youtube.jpg");
  background-color: #EF3538;
}
/* line 178, scss/partials/_nav.scss */
.nav-social .soundcloud > a {
  background-image: url("./images/global/soundcloud.jpg");
  background-color: #F8610E;
}
/* line 183, scss/partials/_nav.scss */
.nav-social .mixcloud > a {
  background-image: url("./images/global/mixcloud.jpg");
  background-color: #648688;
}

/*-----------------------------------------------------------------------------------*/
/*  post to post nav/ pagination 
/* see http://css-tricks.com/vertically-center-multi-lined-text/ for IE fixes
/*-----------------------------------------------------------------------------------*/
/* line 196, scss/partials/_nav.scss */
.post-navigation .nav-links,
.paging-navigation .nav-links {
  float: left;
  width: 100%;
  background: none repeat scroll 0 0 #FFFFFF;
  margin: 0 0 20px 0;
  padding: 0px;
  display: table;
}

/* line 206, scss/partials/_nav.scss */
.nav-next, .nav-previous {
  max-width: 49%;
  display: table-cell;
}

/* line 213, scss/partials/_nav.scss */
.nav-links .right .nav-title {
  text-align: right;
}
/* line 217, scss/partials/_nav.scss */
.nav-links .nav-title {
  padding: 0 5px;
}
/* line 221, scss/partials/_nav.scss */
.nav-links .icon-prev, .nav-links .icon-next, .nav-links .nav-title {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
/* line 227, scss/partials/_nav.scss */
.nav-links .icon-prev, .nav-links .icon-next {
  color: #FFF;
  padding: 20px;
  background: #b3b3b3;
}
/* line 233, scss/partials/_nav.scss */
.nav-links a:hover .icon-prev, .nav-links a:hover .icon-next {
  background: #f90e1f;
}
/* line 237, scss/partials/_nav.scss */
.nav-links .icon-prev {
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}
/* line 243, scss/partials/_nav.scss */
.nav-links .icon-next {
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
}

/* line 7, scss/partials/_layout.scss */
body {
  min-height: 100%;
  display: inline;
}

/* line 12, scss/partials/_layout.scss */
.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 1.42857em;
  overflow: hidden;
}
/* line 18, scss/partials/_layout.scss */
.breadcrumbs li {
  float: left;
  margin-right: 0.71429em;
}

/* line 22, ../../../../../../../../usr/local/opt/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.4/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.main-header:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* line 32, scss/partials/_layout.scss */
.main-header .logo {
  margin: 0;
}
@media only screen and (min-width: 800px) {
  /* line 32, scss/partials/_layout.scss */
  .main-header .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
  }
}
/* line 42, scss/partials/_layout.scss */
.main-header .logo a {
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: url(./images/hyponik.png) no-repeat scroll 50% 50% #f90e1f;
  width: 100%;
  padding: 20px 0;
}
@media only screen and (min-width: 800px) {
  /* line 42, scss/partials/_layout.scss */
  .main-header .logo a {
    background-image: url(./images/hyponik-vert.png);
    height: 197px;
  }
}
@media only screen and (min-width: 800px) {
  /* line 56, scss/partials/_layout.scss */
  .main-header .header-inner {
    max-width: 71.42857em;
    margin: 0 20px 0 110px;
  }
}
@media only screen and (min-width: 1270px) {
  /* line 56, scss/partials/_layout.scss */
  .main-header .header-inner {
    max-width: 81.42857em;
    margin: 0 0 0 110px;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 56, scss/partials/_layout.scss */
  .main-header .header-inner {
    margin: 0 auto;
    max-width: 82.85714em;
    padding-right: 20px;
  }
}

/* line 22, ../../../../../../../../usr/local/opt/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.4/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
@media only screen and (min-width: 1400px) {
  /* line 75, scss/partials/_layout.scss */
  .container {
    margin: 0 auto;
    max-width: 1160px;
  }
}
/* line 82, scss/partials/_layout.scss */
.container .main {
  margin-top: 20px;
}
/* line 22, ../../../../../../../../usr/local/opt/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.4/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.container .main:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
@media only screen and (min-width: 800px) {
  /* line 82, scss/partials/_layout.scss */
  .container .main {
    max-width: 71.42857em;
    margin: 20px 20px 0 110px;
  }
}
@media only screen and (min-width: 1270px) {
  /* line 82, scss/partials/_layout.scss */
  .container .main {
  	width: 100%;
    float: left;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 82, scss/partials/_layout.scss */
  .container .main {
    margin-left: 0;
  }
}
/* line 100, scss/partials/_layout.scss */
.container .main.fullWidth {
  max-width: 71.42857em;
  width: auto;
}
@media only screen and (min-width: 1270px) {
  /* line 100, scss/partials/_layout.scss */
  .container .main.fullWidth {
    width: 100%;
  }
}
/* line 109, scss/partials/_layout.scss */
.container .main .doubleSpan {
  float: left;
  width: 100%;
  margin-bottom: 1.57143em;
}
/* line 22, ../../../../../../../../usr/local/opt/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.4/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.container .main .doubleSpan:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* line 22, ../../../../../../../../usr/local/opt/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.4/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.container .main .content:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
@media only screen and (min-width: 800px) {
  /* line 116, scss/partials/_layout.scss */
  .container .main .content {
    width: 100%;
    float: left;
  }
}
@media only screen and (min-width: 960px) {
  /* line 116, scss/partials/_layout.scss */
  .container .main .content {
    width: 66%;
    float: left;
  }
}

/*.customize-support .container .main .content {
    width: 100%;
    float: left;
  }*/

/* line 128, scss/partials/_layout.scss */
.container .main .content section {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
/* line 136, scss/partials/_layout.scss */
.container .main .sidebar {
  float: right;
  width: 100%;
}
/* line 22, ../../../../../../../../usr/local/opt/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.4/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.container .main .sidebar:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
@media only screen and (min-width: 960px) {
  /* line 136, scss/partials/_layout.scss */
  .container .main .sidebar {
    width: 32%;
  }
}
/* line 145, scss/partials/_layout.scss */
.container .main .sidebar ul {
  padding: 0;
  margin: 0;
}
/* line 150, scss/partials/_layout.scss */
.container .main .sidebar section {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
/* line 158, scss/partials/_layout.scss */
.container .sub-bar {
  margin: 20px 0;
  float: left;
  display: none;
  max-width: 120px;
}
@media only screen and (min-width: 1270px) {
  /* line 158, scss/partials/_layout.scss */
  .container .sub-bar {
    display: block;
  }
}

/* line 1035, ../../../../../../../../usr/local/opt/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/scut-0.10.2/dist/_scut.scss */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

/* line 1041, ../../../../../../../../usr/local/opt/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/scut-0.10.2/dist/_scut.scss */
.container {
  min-height: 100%;
  margin-bottom: -246px;
}
/* line 1044, ../../../../../../../../usr/local/opt/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/scut-0.10.2/dist/_scut.scss */
.container:after {
  content: "";
  display: block;
}

/* line 1051, ../../../../../../../../usr/local/opt/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/scut-0.10.2/dist/_scut.scss */
.container:after,
.main-footer {
  height: 246px;
}

/* line 173, scss/partials/_layout.scss */
.main-footer {
  padding: 1.42857em 0 0 0;
}
/* line 22, ../../../../../../../../usr/local/opt/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.4/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.main-footer:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* line 178, scss/partials/_layout.scss */
.main-footer .inside {
  padding: 0 10px;
}
/* line 22, ../../../../../../../../usr/local/opt/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.4/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.main-footer .inside:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
@media only screen and (min-width: 800px) {
  /* line 178, scss/partials/_layout.scss */
  .main-footer .inside {
    max-width: 71.42857em;
    margin: 0 20px 0 110px;
  }
}
@media only screen and (min-width: 1270px) {
  /* line 178, scss/partials/_layout.scss */
  .main-footer .inside {
    max-width: 81.42857em;
    margin: 0 0 0 110px;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 178, scss/partials/_layout.scss */
  .main-footer .inside {
    margin: 0 auto;
    max-width: 82.85714em;
  }
}
/* line 197, scss/partials/_layout.scss */
.main-footer .inside h6.logo {
  /* h5bp image replace*/
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-image: url(./images/hyponik-rnd.png);
  background-repeat: no-repeat;
  background-position: center;
  float: right;
  height: 115px;
  width: 115px;
}
/* line 210, scss/partials/_layout.scss */
.main-footer .inside h6.logo a {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 218, scss/partials/_layout.scss */
.main-footer nav {
  float: left;
  width: 25%;
}
@media only screen and (min-width: 800px) {
  /* line 218, scss/partials/_layout.scss */
  .main-footer nav {
    width: 20%;
  }
}
@media only screen and (min-width: 960px) {
  /* line 218, scss/partials/_layout.scss */
  .main-footer nav {
    width: 16%;
  }
}
@media only screen and (min-width: 1140px) {
  /* line 218, scss/partials/_layout.scss */
  .main-footer nav {
    width: 13%;
  }
}
@media only screen and (min-width: 1270px) {
  /* line 218, scss/partials/_layout.scss */
  .main-footer nav {
    width: 15%;
  }
}
/* line 241, scss/partials/_layout.scss */
.main-footer ul {
  list-style: none;
  padding: 0;
}
/* line 247, scss/partials/_layout.scss */
.main-footer .copyright {
  padding: 0.71429em 0;
  font-size: 0.875em;
  color: #fff;
  text-align: center;
}

/* line 261, scss/partials/_layout.scss */
.single .content article,
.page .content article {
  float: left;
  width: 100%;
  padding: 0 20px 20px;
  margin-bottom: 20px;
}
/* line 270, scss/partials/_layout.scss */
.single .content .related article,
.page .content .related article {
  float: left;
  padding: 0;
}
@media only screen and (min-width: 800px) {
  /* line 270, scss/partials/_layout.scss */
  .single .content .related article,
  .page .content .related article {
    width: 50%;
  }
}

/* line 1, scss/partials/_widgets.scss */
.tp_recent_tweets {
  background: #f1f1f1;
  border-top: 1px solid #e7e7e7;
  padding: 0;
}
/* line 6, scss/partials/_widgets.scss */
.tp_recent_tweets ul {
  list-style-type: none;
  padding: 0;
  float: left;
}
/* line 12, scss/partials/_widgets.scss */
.tp_recent_tweets li {
  padding: 1.57143em;
  background-image: none;
  border-bottom: 1px solid #e7e7e7;
}
/* line 17, scss/partials/_widgets.scss */
.tp_recent_tweets li a {
  font-weight: normal;
}

/* line 23, scss/partials/_widgets.scss */
.widget_calendar {
  padding: 20px;
}

/* contact form 7 forms */
/* line 4, scss/partials/_forms.scss */
.wpcf7 fieldset {
  margin-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
}
/* line 9, scss/partials/_forms.scss */
.wpcf7 legend {
  font-size: 16.38px;
  padding: 0 10px;
}
/* line 18, scss/partials/_forms.scss */
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 input[type="text"],
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-date {
  width: 100%;
  background: #f1f1f1;
}
/* line 23, scss/partials/_forms.scss */
.wpcf7 .wpcf7-submit {
  margin: 0 auto;
  width: 100px;
}

/* line 35, scss/partials/_forms.scss */
select,
textarea,
input[type="text"],
.wpcf7-text,
.wpcf7-date {
  background-color: white;
  border: 1px solid #b3b3b3;
  height: 39px;
  color: #4e4e4e;
  display: inline-block;
}

/* line 49, scss/partials/_forms.scss */
textarea {
  height: auto;
}

/* line 56, scss/partials/_forms.scss */
.submit,
.wpcf7-submit,
.button {
  border: 0;
  cursor: pointer;
  display: block;
  margin-bottom: 0;
  padding: 0.78571em 0;
  text-align: center;
  vertical-align: middle;
  width: 30%;
  background: lightseagreen;
  color: white;
  text-decoration: none;
}
/* line 75, scss/partials/_forms.scss */
.submit:hover, .submit:focus,
.wpcf7-submit:hover,
.wpcf7-submit:focus,
.button:hover,
.button:focus {
  background: lightgreen;
}

/* line 3, scss/partials/_search.scss */
.sb-search {
  position: relative;
  height: 0;
  float: right;
  top: -50px;
  width: 100%;
  z-index: 10;
  transition: height 0.3s;
}
/* line 22, ../../../../../../../../usr/local/opt/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.4/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.sb-search:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
@media only screen and (min-width: 800px) {
  /* line 3, scss/partials/_search.scss */
  .sb-search {
    float: left;
    top: 0;
    width: 30.333333%;
  }
}

/* line 21, scss/partials/_search.scss */
input.sb-search-input {
  border-radius: 0;
  position: absolute;
  top: 0;
  border: none;
  outline: none;
  background: white;
  width: 100%;
  height: 50px;
  margin: 0;
  z-index: 0;
  padding: 10px;
  color: #f90e1f;
  transition: top 0.3s;
}
@media only screen and (min-width: 320px) {
  /* line 21, scss/partials/_search.scss */
  input.sb-search-input {
    left: 0;
  }
}
@media only screen and (min-width: 800px) {
  /* line 21, scss/partials/_search.scss */
  input.sb-search-input {
    float: left;
    position: relative;
    padding-right: 60px;
  }
}

/* line 48, scss/partials/_search.scss */
.sb-search-input::-webkit-input-placeholder {
  color: #f90e1f;
}

/* line 51, scss/partials/_search.scss */
.sb-search-input:-moz-placeholder {
  color: #f90e1f;
}

/* line 54, scss/partials/_search.scss */
.sb-search-input::-moz-placeholder {
  color: #f90e1f;
}

/* line 57, scss/partials/_search.scss */
.sb-search-input:-ms-input-placeholder {
  color: #f90e1f;
}

@media only screen and (min-width: 800px) {
  /* line 62, scss/partials/_search.scss */
  .sb-search-input::-webkit-input-placeholder {
    color: #b3b3b3;
  }

  /* line 65, scss/partials/_search.scss */
  .sb-search-input:-moz-placeholder {
    color: #b3b3b3;
  }

  /* line 68, scss/partials/_search.scss */
  .sb-search-input::-moz-placeholder {
    color: #b3b3b3;
  }

  /* line 71, scss/partials/_search.scss */
  .sb-search-input:-ms-input-placeholder {
    color: #b3b3b3;
  }
}
/* line 78, scss/partials/_search.scss */
.sb-icon-search,
.sb-search-submit {
  width: 16%;
  height: 50px;
  display: block;
}
@media only screen and (min-width: 800px) {
  /* line 78, scss/partials/_search.scss */
  .sb-icon-search,
  .sb-search-submit {
    width: 50px;
  }
}

/* line 88, scss/partials/_search.scss */
.sb-search-submit {
  background: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: 0;
  position: absolute;
}
@media only screen and (min-width: 800px) {
  /* line 88, scss/partials/_search.scss */
  .sb-search-submit {
    z-index: 1000;
    right: 0;
  }
}

/* line 106, scss/partials/_search.scss */
.sb-icon-search {
  color: #fff;
  display: table;
  background: #4e4e4e;
  z-index: 100;
  font-size: 20px;
  position: relative;
  font-family: 'icomoon';
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
/* line 118, scss/partials/_search.scss */
.sb-icon-search:before {
  content: "\e600";
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (min-width: 800px) {
  /* line 106, scss/partials/_search.scss */
  .sb-icon-search {
    background: #f1f1f1;
    position: absolute;
    right: 0;
    color: #676767;
  }
}

/* line 134, scss/partials/_search.scss */
.sb-search.sb-search-open,
.no-js .sb-search {
  height: 50px;
}
/* line 137, scss/partials/_search.scss */
.sb-search.sb-search-open .sb-search-input,
.no-js .sb-search .sb-search-input {
  top: 50px;
}
@media only screen and (min-width: 800px) {
  /* line 137, scss/partials/_search.scss */
  .sb-search.sb-search-open .sb-search-input,
  .no-js .sb-search .sb-search-input {
    top: 0;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  Global Background Colours
/*-----------------------------------------------------------------------------------*/
/* line 5, scss/partials/_main.scss */
article, .breadcrumbs, .sidebar section {
  background-color: white;
}

/* line 11, scss/partials/_main.scss */
footer.main-footer {
  background-color: #343434;
}
/* line 15, scss/partials/_main.scss */
footer .copyright {
  background-color: #f90e1f;
}

/*-----------------------------------------------------------------------------------*/
/*  Global Article Styles
/*-----------------------------------------------------------------------------------*/
/* line 27, scss/partials/_main.scss */
article .post-excerpt .title {
  padding: 0;
}
/* line 34, scss/partials/_main.scss */
article ul.post-meta li {
  display: inline;
}
/* line 41, scss/partials/_main.scss */
article.post h1 {
  margin-bottom: 0;
}
/* line 44, scss/partials/_main.scss */
article.post .entry-meta {
  font-size: 0.875em;
  padding-bottom: 10px;
  color: #676767;
}

/*-----------------------------------------------------------------------------------*/
/*  Listings 
/*-----------------------------------------------------------------------------------*/
/* line 56, scss/partials/_main.scss */
.listing {
  position: relative;
  margin-bottom: 20px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-box-shadow: 0 8px 6px -6px rgba(179, 179, 179, 0.4);
  -webkit-box-shadow: 0 8px 6px -6px rgba(179, 179, 179, 0.4);
  box-shadow: 0 8px 6px -6px rgba(179, 179, 179, 0.4);
}
/* line 22, ../../../../../../../../usr/local/opt/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.4/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.listing:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* line 62, scss/partials/_main.scss */
.listing .attachment-thumbnail, .listing .attachment-medium, .listing .post-excerpt {
  float: left;
}
/* line 67, scss/partials/_main.scss */
.listing.half .attachment-thumbnail, .listing.half .attachment-medium {
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 481px) {
  /* line 67, scss/partials/_main.scss */
  .listing.half .attachment-thumbnail, .listing.half .attachment-medium {
    width: 50%;
    padding-right: 10px;
  }
}
/* line 76, scss/partials/_main.scss */
.listing.half .post-excerpt {
  width: 100%;
  padding-left: 10px;
  padding-right: 20px;
}
@media only screen and (min-width: 481px) {
  /* line 76, scss/partials/_main.scss */
  .listing.half .post-excerpt {
    width: 50%;
  }
}
/* line 88, scss/partials/_main.scss */
.listing.third .attachment-thumbnail {
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 481px) {
  /* line 88, scss/partials/_main.scss */
  .listing.third .attachment-thumbnail {
    width: 33%;
    padding-right: 10px;
  }
}
/* line 97, scss/partials/_main.scss */
.listing.third .post-excerpt {
  width: 100%;
  padding-left: 10px;
  padding-right: 20px;
}
@media only screen and (min-width: 481px) {
  /* line 97, scss/partials/_main.scss */
  .listing.third .post-excerpt {
    width: 66%;
  }
}
@media only screen and (min-width: 481px) {
  /* line 108, scss/partials/_main.scss */
  .listing.small {
    width: 50%;
    float: left;
  }
}
/* line 115, scss/partials/_main.scss */
.listing.small .attachment-thumbnail {
  width: 33.33%;
  padding-right: 10px;
}
@media only screen and (min-width: 481px) {
  /* line 115, scss/partials/_main.scss */
  .listing.small .attachment-thumbnail {
    width: 50%;
  }
}
/* line 122, scss/partials/_main.scss */
.listing.small .post-excerpt {
  width: 66.66%;
  padding-left: 10px;
  padding-right: 20px;
}
@media only screen and (min-width: 481px) {
  /* line 122, scss/partials/_main.scss */
  .listing.small .post-excerpt {
    width: 50%;
  }
}
/* line 134, scss/partials/_main.scss */
.listing.focus img {
  width: 100%;
}
/* line 137, scss/partials/_main.scss */
.listing.focus .post-excerpt {
  width: 100%;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}
/* line 145, scss/partials/_main.scss */
.listing ul.post-meta {
  padding: 0;
}
@media only screen and (min-width: 800px) {
  /* line 145, scss/partials/_main.scss */
  .listing ul.post-meta {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
  }
}
/* line 166, scss/partials/_main.scss */
.listing ul.post-meta li {
  padding: 0 10px 0 0;
}
@media only screen and (min-width: 800px) {
  /* line 166, scss/partials/_main.scss */
  .listing ul.post-meta li {
    padding: 0 10px;
  }
}
/* line 173, scss/partials/_main.scss */
.listing ul.post-meta li.more {
  color: #f90e1f;
  padding: 0 10px;
}
.listing ul.post-meta li + li.more {
  border-left: 1px solid #cdcdcd;
}

/* line 182, scss/partials/_main.scss */
a article {
  transition: all 0.5s ease;
  text-decoration: none;
  color: #333333;
  display: block;
  height: 100%;
}
/* line 189, scss/partials/_main.scss */
a article:hover {
  background: #d2d2d2;
}
/* line 192, scss/partials/_main.scss */
a article:hover h4 {
  color: #f90e1f;
}
/* line 195, scss/partials/_main.scss */
a article:hover h4:hover {
  text-decoration: underline;
}
/* line 214, scss/partials/_main.scss */
a article:hover h1, a article:hover h2, a article:hover h3 {
  color: #e02734;
}
/* line 217, scss/partials/_main.scss */
a article:hover h1:hover, a article:hover h2:hover, a article:hover h3:hover {
  text-decoration: underline;
}
/* line 222, scss/partials/_main.scss */
a article:hover .more {
  text-decoration: underline;
}

@media only screen and (min-width: 800px) {
  /* line 228, scss/partials/_main.scss */
  .doubleSpan .listing {
    margin-bottom: 0;
  }
}

/* line 234, scss/partials/_main.scss */
.doubleSpan .top-feature {
  margin-bottom: 20px;
}

/* line 238, scss/partials/_main.scss */
.single .content .listing {
  padding: 0;
}

/*-----------------------------------------------------------------------------------*/
/* SIDEBAR Listings 
/*-----------------------------------------------------------------------------------*/
/* line 245, scss/partials/_main.scss */
.sidebar section {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-box-shadow: 0 8px 6px -6px rgba(179, 179, 179, 0.4);
  -webkit-box-shadow: 0 8px 6px -6px rgba(179, 179, 179, 0.4);
  box-shadow: 0 8px 6px -6px rgba(179, 179, 179, 0.4);
}

/* line 249, scss/partials/_main.scss */
.sidebar .listing {
  margin-bottom: 0;
  border-top: 1px solid #e7e7e7;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 254, scss/partials/_main.scss */
.sidebar .listing:hover {
  -moz-box-shadow: inset 0 0 10px rgba(133, 133, 133, 0.4);
  -webkit-box-shadow: inset 0 0 10px rgba(133, 133, 133, 0.4);
  box-shadow: inset 0 0 10px rgba(133, 133, 133, 0.4);
}
/* line 259, scss/partials/_main.scss */
.sidebar .listing:hover h1, .sidebar .listing:hover h2, .sidebar .listing:hover h3, .sidebar .listing:hover h4 {
  color: #e02734;
}
/* line 262, scss/partials/_main.scss */
.sidebar .listing:hover h1:hover, .sidebar .listing:hover h2:hover, .sidebar .listing:hover h3:hover, .sidebar .listing:hover h4:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 481px) {
  /* line 268, scss/partials/_main.scss */
  .sidebar .listing.third {
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 800px) {
  /* line 268, scss/partials/_main.scss */
  .sidebar .listing.third {
    width: 100%;
  }
}
/* line 279, scss/partials/_main.scss */
.sidebar .listing.third .attachment-thumbnail {
  width: 33.33%;
  padding-right: 10px;
}
/* line 284, scss/partials/_main.scss */
.sidebar .listing.third .post-excerpt {
  width: 66.66%;
  padding-left: 10px;
  padding-right: 20px;
}

/* line 294, scss/partials/_main.scss */
article.grid {
  float: left;
  width: 100%;
  padding: 5px;
  margin: 10px 0;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-box-shadow: 0 8px 6px -6px rgba(179, 179, 179, 0.4);
  -webkit-box-shadow: 0 8px 6px -6px rgba(179, 179, 179, 0.4);
  box-shadow: 0 8px 6px -6px rgba(179, 179, 179, 0.4);
}
/* line 301, scss/partials/_main.scss */
article.grid:hover {
  background-color: #d2d2d2;
}
@media only screen and (min-width: 481px) {
  /* line 294, scss/partials/_main.scss */
  article.grid {
    width: 49.5%;
    min-height: 330px;
    margin: 10px 0.25%;
  }
  article.grid.full {
  	width: 100%;
  }
}
@media only screen and (min-width: 545px) {
  /* line 294, scss/partials/_main.scss */
  article.grid {
    width: 32.75%;
    min-height: 280px;
    margin: 10px 0.25%;
  }
  article.grid.full {
  	width: 100%;
  }
}
@media only screen and (min-width: 685px) {
  /* line 294, scss/partials/_main.scss */
  article.grid {
    width: 32.75%;
    min-height: 325px;
    margin: 10px 0.25%;
  }
  article.grid.full {
  	width: 100%;
  }
}
@media only screen and (min-width: 800px) {
  /* line 294, scss/partials/_main.scss */
  article.grid {
    width: 24.5%;
    min-height: 330px;
  }
  article.grid.full {
  	width: 100%;
  }
}
/* line 328, scss/partials/_main.scss */
article.grid img {
  width: 100%;
  height: auto;
}

/*-----------------------------------------------------------------------------------*/
/*  Sidebar Category Nav
/*-----------------------------------------------------------------------------------*/
/* line 344, scss/partials/_main.scss */
.categories-nav ul {
  list-style: none;
  margin-bottom: 1.57143em;
  font-size: 0.92857em;
  line-height: 1.69231em;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
  background: #343434;
}
/* line 357, scss/partials/_main.scss */
.categories-nav li {
  border-bottom: 1px solid #676767;
}
/* line 360, scss/partials/_main.scss */
.categories-nav li.current-cat {
  background: #4e4e4e;
  -moz-box-shadow: inset 0 0 10px rgba(133, 133, 133, 0.4);
  -webkit-box-shadow: inset 0 0 10px rgba(133, 133, 133, 0.4);
  box-shadow: inset 0 0 10px rgba(133, 133, 133, 0.4);
}
/* line 368, scss/partials/_main.scss */
.categories-nav a {
  display: block;
  padding: 10px 20px;
  color: white;
}
/* line 373, scss/partials/_main.scss */
.categories-nav a:hover {
  background: #4e4e4e;
  -moz-box-shadow: inset 0 0 10px rgba(133, 133, 133, 0.4);
  -webkit-box-shadow: inset 0 0 10px rgba(133, 133, 133, 0.4);
  box-shadow: inset 0 0 10px rgba(133, 133, 133, 0.4);
  text-decoration: none;
}
/* line 384, scss/partials/_main.scss */
.categories-nav .cat-item-7787 a,
.categories-nav .cat-item-7788 a {
  text-transform: none;
}

/*-----------------------------------------------------------------------------------*/
/*  Sidebar Newsletter SignUp 
/*-----------------------------------------------------------------------------------*/
/* line 395, scss/partials/_main.scss */
.sidebar section.newsletter {
  padding: 0 20px;
  background: #343434;
  color: white;
}
.sidebar section.newsletter a:hover { color: #fff; }
/* line 400, scss/partials/_main.scss */
.sidebar section.newsletter label { display: block; margin-bottom: 10px; }
.sidebar section.newsletter span.hide { border: 0; clip: rect(0 0 0 0); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; white-space: nowrap; }
.sidebar section.newsletter input[type="text"] {
  width: 100%;
  border: 0;
  padding: 0 0.78571em;
}
.sidebar section.newsletter p { font-size: 12px; }
/* line 406, scss/partials/_main.scss */
.sidebar section.newsletter input[type="submit"] {
  float: right;
  margin-bottom: 20px;
}
/* line 410, scss/partials/_main.scss */
.sidebar section.newsletter h2.widgettitle {
  padding: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  News Section 
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*  Reviews Section 
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*  Features Section 
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*  Mixes Section 
/*-----------------------------------------------------------------------------------*/
/* line 437, scss/partials/_main.scss */
.single-hyp-mix .doubleSpan article, .single-hyp-mix section.tracklist, .single-hyp-radio .doubleSpan article, .single-portfolio .doubleSpan article, .single-hyp-radio section.tracklist .single-hyp-artist .doubleSpan article, .single-hyp-artist section.tracklist {
  padding: 1.57143em 20px;
  background: white;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-box-shadow: 0 8px 6px -6px rgba(179, 179, 179, 0.4);
  -webkit-box-shadow: 0 8px 6px -6px rgba(179, 179, 179, 0.4);
  box-shadow: 0 8px 6px -6px rgba(179, 179, 179, 0.4);
}
/* line 22, ../../../../../../../../usr/local/opt/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.4/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.single-hyp-mix .doubleSpan article:after, .single-hyp-mix section.tracklist:after, .single-hyp-radio .doubleSpan article:after, .single-hyp-radio section.tracklist:after, .single-hyp-artist .doubleSpan article:after, .single-hyp-artist section.tracklist:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* line 443, scss/partials/_main.scss */
.single-hyp-mix .doubleSpan article h1, .single-hyp-mix section.tracklist h1, .single-hyp-radio .doubleSpan article h1, .single-portfolio .doubleSpan article h1, .single-hyp-radio section.tracklist h1, .single-hyp-artist .doubleSpan article h1, .single-hyp-artist section.tracklist h1 {
  margin-top: 0;
}
.post-type-archive-portfolio ul.breadcrumbs + h1.section-title {
	padding-top: 0;
}
/* line 448, scss/partials/_main.scss */
.single-hyp-mix header img, .single-hyp-radio header img, .single-hyp-artist header img {
  width: 33.33333%;
  height: auto;
  float: left;
  padding: 0 20px 20px 0;
}
/* line 455, scss/partials/_main.scss */
.single-hyp-mix .content ol, .single-hyp-radio .content ol, .single-hyp-artist .content ol {
  padding: 0;
  margin: 0 0 50px 0;
}
/* line 459, scss/partials/_main.scss */
.single-hyp-mix .content ol li, .single-hyp-radio .content ol li, .single-hyp-artist .content ol li {
  margin: 0;
  padding: 0 0 0 1.57143em;
  list-style-position: inside;
  border-bottom: solid 1px;
  border-color: #f1f1f1;
  line-height: 4.71429em;
}

/*-----------------------------------------------------------------------------------*/
/*  Artists Section 
/*-----------------------------------------------------------------------------------*/
/* line 474, scss/partials/_main.scss */
ul.alpha-sorter {
  padding: 0;
  width: 100%;
  text-align: center;
}
/* line 479, scss/partials/_main.scss */
ul.alpha-sorter li {
  list-style: none;
  display: inline-block;
  width: 7.1%;
  margin: 1px;
  text-align: center;
}
@media only screen and (min-width: 481px) {
  /* line 479, scss/partials/_main.scss */
  ul.alpha-sorter li {
    width: 7.2%;
  }
}
@media only screen and (min-width: 800px) {
  /* line 479, scss/partials/_main.scss */
  ul.alpha-sorter li {
    width: 3.6%;
  }
}
/* line 494, scss/partials/_main.scss */
ul.alpha-sorter li a {
  display: block;
  color: white;
  text-decoration: none;
  background: #676767;
}
/* line 501, scss/partials/_main.scss */
ul.alpha-sorter li a:hover {
  background: #343434;
}

/*-----------------------------------------------------------------------------------*/
/*  Events Section 
/*-----------------------------------------------------------------------------------*/
/* line 535, scss/partials/_main.scss */
.archive .events.listing h1.section-title, .single-hyp-event .content h1.section-title {
  margin-bottom: 20px;
}
/* line 539, scss/partials/_main.scss */
.archive .events.listing article, .single-hyp-event .content article {
  position: relative;
  margin-bottom: 1.57143em;
  min-height: 90px;
  padding: 0;
}
/* line 545, scss/partials/_main.scss */
.archive .events.listing article .header, .single-hyp-event .content article .header {
  height: 100%;
  min-height: 90px;
}
/* line 550, scss/partials/_main.scss */
.archive .events.listing article a.header, .single-hyp-event .content article a.header {
  display: block;
  text-decoration: none;
  color: #333333;
}
/* line 22, ../../../../../../../../usr/local/opt/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.4/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.archive .events.listing article a.header:after, .single-hyp-event .content article a.header:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* line 557, scss/partials/_main.scss */
.archive .events.listing article a.header:hover, .single-hyp-event .content article a.header:hover {
  background: #d2d2d2;
}
/* line 562, scss/partials/_main.scss */
.archive .events.listing article .event-date, .single-hyp-event .content article .event-date {
  background: #f90e1f;
  color: white;
  float: left;
  width: 90px;
  height: 100%;
  position: absolute;
  text-align: center;
}
/* line 571, scss/partials/_main.scss */
.archive .events.listing article .event-date .event-day, .single-hyp-event .content article .event-date .event-day {
  font-size: 1.71429em;
  line-height: 1.83333em;
  font-weight: 400;
  width: 100%;
  float: left;
}
/* line 578, scss/partials/_main.scss */
.archive .events.listing article .event-date .event-month, .single-hyp-event .content article .event-date .event-month {
  text-transform: uppercase;
}
/* line 583, scss/partials/_main.scss */
.archive .events.listing article .body, .single-hyp-event .content article .body {
  padding-left: 115px;
  padding-right: 20px;
  padding-bottom: 20px;
}
/* line 589, scss/partials/_main.scss */
.archive .events.listing article .event-title, .single-hyp-event .content article .event-title {
  padding-left: 115px;
  padding-top: 20px;
  padding-right: 20px;
}
/* line 594, scss/partials/_main.scss */
.archive .events.listing article .event-title h2, .single-hyp-event .content article .event-title h2 {
  margin: 0;
  line-height: 1.2;
}
/* line 600, scss/partials/_main.scss */
.archive .events.listing article .image, .single-hyp-event .content article .image {
  text-align: center;
}
/* line 22, ../../../../../../../../usr/local/opt/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.4/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.archive .events.listing article .image:after, .single-hyp-event .content article .image:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* line 604, scss/partials/_main.scss */
.archive .events.listing article .image .attachment-thumbnail, .single-hyp-event .content article .image .attachment-thumbnail {
  float: none;
}

/* line 615, scss/partials/_main.scss */
.post-type-archive-hyp-event .sidebar section:first-of-type {
  margin-bottom: 0;
}
/* line 619, scss/partials/_main.scss */
.post-type-archive-hyp-event .sidebar .event-submit {
  padding: 0 20px 20px;
}
/* line 623, scss/partials/_main.scss */
.post-type-archive-hyp-event .sidebar .event-submit .button {
  width: 100%;
}

/* line 630, scss/partials/_main.scss */
.post-excerpt .date {
  color: #f90e1f;
}

/* line 635, scss/partials/_main.scss */
#calendar_wrap table {
  width: 100%;
}
/* line 638, scss/partials/_main.scss */
#calendar_wrap table caption {
  text-transform: uppercase;
  margin-bottom: 0.78571em;
  background: #f1f1f1;
  padding: 3px;
  text-transform: uppercase;
}
/* line 648, scss/partials/_main.scss */
#calendar_wrap table tbody td {
  text-align: center;
}
/* line 651, scss/partials/_main.scss */
#calendar_wrap table tbody td a {
  display: block;
  background: #f90e1f;
  color: white;
  text-decoration: none;
}
/* line 657, scss/partials/_main.scss */
#calendar_wrap table tbody td a:hover {
  background: #676767;
}
/* line 664, scss/partials/_main.scss */
#calendar_wrap table tfoot {
  background: #343434;
}
/* line 667, scss/partials/_main.scss */
#calendar_wrap table tfoot #prev, #calendar_wrap table tfoot #next {
  padding: 0;
}
/* line 670, scss/partials/_main.scss */
#calendar_wrap table tfoot #prev a, #calendar_wrap table tfoot #next a {
  display: block;
  padding: 3px;
  background: #f90e1f;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 678, scss/partials/_main.scss */
#calendar_wrap table tfoot #prev a:hover, #calendar_wrap table tfoot #next a:hover {
  background: #676767;
  color: #333333;
}
/* line 689, scss/partials/_main.scss */
#calendar_wrap table tfoot #next {
  text-align: right;
}

/*-----------------------------------------------------------------------------------*/
/* HOME Articles
/*-----------------------------------------------------------------------------------*/
/*TODO had to address all a links to get top feature not underlined TODO */
/* line 701, scss/partials/_main.scss */
a {
  text-decoration: none;
}

/* line 705, scss/partials/_main.scss */
article.top-feature {
  width: 100%;
  position: relative;
}
/* line 709, scss/partials/_main.scss */
article.top-feature .attachment-feature-full {
  width: 100%;
}
/* line 713, scss/partials/_main.scss */
article.top-feature .post-excerpt {
  padding: 0 1.57143em;
  min-height: 170px;
}
/* line 719, scss/partials/_main.scss */
.doubleSpan article.category-features.sticky {
  width: 100%;
  float: left;
  position: relative;
  border-right: 1px solid #e7e7e7;
}
/* line 725, scss/partials/_main.scss */
.doubleSpan article.category-features.sticky.last {
  border-right: 1px solid #fff;
}
@media only screen and (min-width: 800px) {
  /* line 719, scss/partials/_main.scss */
  .doubleSpan article.category-features.sticky {
    width: 33.333333%;
    min-height: 370px;
  }
}
/* line 734, scss/partials/_main.scss */
.doubleSpan article.category-features.sticky .post-excerpt {
  padding: 0 1.57143em;
}
/* line 738, scss/partials/_main.scss */
.doubleSpan article.category-features.sticky p {
  padding-bottom: 1.57143em;
  display: block;
}

/*-----------------------------------------------------------------------------------*/
/* FOOTER Articles
/*-----------------------------------------------------------------------------------*/
/* line 751, scss/partials/_main.scss */
footer .footer-logo {
  float: right;
  width: 6.42857em;
  margin-top: 1.3431em;
  display: none;
}
@media only screen and (min-width: 800px) {
  /* line 751, scss/partials/_main.scss */
  footer .footer-logo {
    display: block;
  }
}
/* line 762, scss/partials/_main.scss */
footer a {
  text-decoration: none;
}
/* line 765, scss/partials/_main.scss */
footer a:hover {
  color: #e02734;
}
/* line 770, scss/partials/_main.scss */
footer li.menu-title {
  font-size: 16.38px;
  margin-bottom: 1.04762em;
}
/* line 775, scss/partials/_main.scss */
footer section.mixes, footer section.artist {
  width: 9.64286em;
  float: left;
  margin-left: 20px;
  margin-top: 1.3431em;
  background-color: #343434;
  display: none;
}
/* line 783, scss/partials/_main.scss */
footer section.mixes h4, footer section.artist h4 {
  font-style: italic;
  font-weight: normal;
  margin-top: 0.6em;
  padding: 0;
}
/* line 790, scss/partials/_main.scss */
footer section.mixes article, footer section.artist article {
  background-color: #343434;
}
/* line 794, scss/partials/_main.scss */
footer section.mixes img, footer section.artist img {
  height: auto;
  max-width: 115px;
}
@media only screen and (min-width: 960px) {
  /* line 801, scss/partials/_main.scss */
  footer section.mixes {
    display: block;
  }
}
@media only screen and (min-width: 1140px) {
  /* line 807, scss/partials/_main.scss */
  footer section.artist {
    display: block;
  }
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.24
 */
/* clearfix */
/* line 7, scss/partials/_carousel.scss */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
/* line 16, scss/partials/_carousel.scss */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

/* line 22, scss/partials/_carousel.scss */
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 27, scss/partials/_carousel.scss */
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 34, scss/partials/_carousel.scss */
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* line 43, scss/partials/_carousel.scss */
.owl-carousel .owl-item {
  float: left;
}

/* line 48, scss/partials/_carousel.scss */
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

/* line 53, scss/partials/_carousel.scss */
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
/* line 64, scss/partials/_carousel.scss */
.grabbing {
  cursor: url(./images/carousel/grabbing.png) 8 8, move;
}

/* fix */
/* line 71, scss/partials/_carousel.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* CSS3 Transitions */
/* line 84, scss/partials/_carousel.scss */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
/* line 97, scss/partials/_carousel.scss */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

/* line 103, scss/partials/_carousel.scss */
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
/* line 109, scss/partials/_carousel.scss */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

/* line 114, scss/partials/_carousel.scss */
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
/* line 120, scss/partials/_carousel.scss */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

/* line 125, scss/partials/_carousel.scss */
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
/* line 131, scss/partials/_carousel.scss */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

/* line 137, scss/partials/_carousel.scss */
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  /* line 145, scss/partials/_carousel.scss */
  0% {
    opacity: 1;
  }
}

@-moz-keyframes empty {
  /* line 148, scss/partials/_carousel.scss */
  0% {
    opacity: 1;
  }
}

@keyframes empty {
  /* line 151, scss/partials/_carousel.scss */
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  /* line 154, scss/partials/_carousel.scss */
  0% {
    opacity: 0;
  }

  /* line 155, scss/partials/_carousel.scss */
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  /* line 158, scss/partials/_carousel.scss */
  0% {
    opacity: 0;
  }

  /* line 159, scss/partials/_carousel.scss */
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  /* line 162, scss/partials/_carousel.scss */
  0% {
    opacity: 0;
  }

  /* line 163, scss/partials/_carousel.scss */
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  /* line 166, scss/partials/_carousel.scss */
  0% {
    opacity: 1;
  }

  /* line 167, scss/partials/_carousel.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  /* line 170, scss/partials/_carousel.scss */
  0% {
    opacity: 1;
  }

  /* line 171, scss/partials/_carousel.scss */
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  /* line 174, scss/partials/_carousel.scss */
  0% {
    opacity: 1;
  }

  /* line 175, scss/partials/_carousel.scss */
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  /* line 178, scss/partials/_carousel.scss */
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  /* line 179, scss/partials/_carousel.scss */
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }

  /* line 180, scss/partials/_carousel.scss */
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@-moz-keyframes backSlideOut {
  /* line 183, scss/partials/_carousel.scss */
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }

  /* line 184, scss/partials/_carousel.scss */
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }

  /* line 185, scss/partials/_carousel.scss */
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  /* line 188, scss/partials/_carousel.scss */
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  /* line 189, scss/partials/_carousel.scss */
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }

  /* line 190, scss/partials/_carousel.scss */
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  /* line 193, scss/partials/_carousel.scss */
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }

  /* line 194, scss/partials/_carousel.scss */
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  /* line 195, scss/partials/_carousel.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@-moz-keyframes backSlideIn {
  /* line 198, scss/partials/_carousel.scss */
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }

  /* line 199, scss/partials/_carousel.scss */
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }

  /* line 200, scss/partials/_carousel.scss */
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  /* line 203, scss/partials/_carousel.scss */
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }

  /* line 204, scss/partials/_carousel.scss */
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  /* line 205, scss/partials/_carousel.scss */
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  /* line 208, scss/partials/_carousel.scss */
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}

@-moz-keyframes scaleToFade {
  /* line 211, scss/partials/_carousel.scss */
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  /* line 214, scss/partials/_carousel.scss */
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  /* line 217, scss/partials/_carousel.scss */
  from {
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes goDown {
  /* line 220, scss/partials/_carousel.scss */
  from {
    -moz-transform: translateY(-100%);
  }
}

@keyframes goDown {
  /* line 223, scss/partials/_carousel.scss */
  from {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  /* line 227, scss/partials/_carousel.scss */
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpFrom {
  /* line 230, scss/partials/_carousel.scss */
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  /* line 233, scss/partials/_carousel.scss */
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  /* line 237, scss/partials/_carousel.scss */
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpTo {
  /* line 240, scss/partials/_carousel.scss */
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  /* line 243, scss/partials/_carousel.scss */
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

/*
*   Owl Carousel Owl Demo Theme 
* v1.24
*/
/* line 252, scss/partials/_carousel.scss */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
/* line 268, scss/partials/_carousel.scss */
.owl-pagination {
  position: absolute;
  left: 60px;
  right: 60px;
  margin: 7px 0 0 0;
}

/* line 275, scss/partials/_carousel.scss */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  background: #676767;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

/* line 288, scss/partials/_carousel.scss */
.owl-prev {
  float: left;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

/* line 298, scss/partials/_carousel.scss */
.owl-next {
  float: right;
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* line 310, scss/partials/_carousel.scss */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
/* line 318, scss/partials/_carousel.scss */
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

/* line 323, scss/partials/_carousel.scss */
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  background: #676767;
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* line 340, scss/partials/_carousel.scss */
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
/* line 347, scss/partials/_carousel.scss */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
/* line 362, scss/partials/_carousel.scss */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
/* line 2, scss/partials/_icons.scss */
[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* line 11, scss/partials/_icons.scss */
.icon-alone {
  display: inline-block;
  /* Fix for clickability issue in WebKit */
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  vertical-align: middle;
}

/* line 18, scss/partials/_icons.scss */
.icon-menu {
  font-size: 1.3em;
  padding-left: 0.5em;
}

/* line 23, scss/partials/_icons.scss */
.icon-next {
  padding-left: 0.5em;
  vertical-align: middle;
}

/* line 28, scss/partials/_icons.scss */
.icon-prev {
  padding-right: 0.5em;
  vertical-align: middle;
}

/* line 2, scss/partials/_bum-dump.scss */
body {
  background: #f1f1f1;
}

/* line 6, scss/partials/_bum-dump.scss */
.sidebar section ul {
  margin: 0 0 30px 0;
}
/* line 9, scss/partials/_bum-dump.scss */
.sidebar section ul li {
  list-style: none;
}

/* line 14, scss/partials/_bum-dump.scss */
.post-type-archive-hyp-mix section:after {
  clear: none;
}

/* line 19, scss/partials/_bum-dump.scss */
.visuallyhidden {
  display: none;
}

/* line 24, scss/partials/_bum-dump.scss */
section.tracklist p {
  line-height: 2.35714em;
  margin-left: 1.57143em;
}

/* line 30, scss/partials/_bum-dump.scss */
.vid-wrapper {
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
  position: relative;
}
/* line 35, scss/partials/_bum-dump.scss */
.vid-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 44, scss/partials/_bum-dump.scss */
.fb_iframe_widget {
  line-height: 0.9em;
  margin-right: 1em;
}

/*****************/
/** QapTcha CSS **/
/*****************/
/* line 4, scss/modules/_QapTcha.jquery.scss */
.QapTcha {
  margin: 20px auto;
  width: 252px;
}

/* line 5, scss/modules/_QapTcha.jquery.scss */
.QapTcha .clr {
  clear: both;
}

/* line 6, scss/modules/_QapTcha.jquery.scss */
.QapTcha .bgSlider {
  width: 252px;
  height: 37px;
  float: left;
  border: 0px solid #c0c0c0;
  background-color: #f1f1f1;
  -moz-box-shadow: inset 0 8px 6px -6px rgba(179, 179, 179, 0.8);
  -webkit-box-shadow: inset 0 8px 6px -6px rgba(179, 179, 179, 0.8);
  box-shadow: inset 0 8px 6px -6px rgba(179, 179, 179, 0.8);
}

/* line 16, scss/modules/_QapTcha.jquery.scss */
.QapTcha .Slider {
  width: 79px;
  height: 37px;
  background: transparent url("images/bg_draggable_qaptcha.jpg") no-repeat;
  cursor: e-resize;
  position: relative;
  top: 0;
  left: 0;
}

/* line 17, scss/modules/_QapTcha.jquery.scss */
.QapTcha .TxtStatus {
  width: 252px;
  margin-top: 7px;
  text-align: center;
  color: #bb2828;
  font-family: Verdana;
  font-size: 10px;
  clear: both;
}

/* line 18, scss/modules/_QapTcha.jquery.scss */
.QapTcha .dropSuccess {
  color: #4e8b37;
}

/* line 19, scss/modules/_QapTcha.jquery.scss */
.QapTcha .dropError {
  color: #bb2828;
}

.category-11753 .content{ width:100% !important;}

.category-11753 .content a article{ width:24%; padding:4px; float:left; margin:1% 0.5% !important;}

.category-11753 .content a article img{ width:100% !important; margin:0px !important}

.category-11753 .content a article .attachment-thumbnail{ padding-right:0 !important}

.category-11753 .content a article .listing.third .attachment-thumbnail {
    padding-right: 0 !important;
    width: 100% !important;
}

.category-11753 .content a article .post-excerpt {
    padding: 0 6px;
    width: 100% !important;
}

.category-11753 .content a article p{ display:none}
.category-11753 .content a article .post-meta{ display:none}


@media only screen and (min-width: 768px) {
	.category-11753 .content section a:first-of-type article { width: 100%; }
	.category-11753 .content a article .post-excerpt { height: 82px; position: relative; }
	.category-11753 .content a article .post-excerpt h1,
	.category-11753 .content a article .post-excerpt h3 { width: 100%; margin: 0; padding: 4px 6px 0; position: absolute; top: 50%; left: 0;-webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
}
@media only screen and (min-width: 1100px) {
	.category-11753 .content a article .post-excerpt { height: 60px; }
}

#padd10{ padding:0px;}

#padd10 article { padding:10px 15px;}
#padd10 section a{ float: left;
    margin: 1% 0.5%;
    width: 24%;}
#padd10 section a article{ width:100%; float:left}
#padd10 section a article img{ width:100%}
#padd10 section a article .post-excerpt .title{ width:100%; float:left}
#padd10 section a article .post-excerpt .post-meta{ display:none}
#padd10 section a article .post-excerpt {
    width: 100%;
}
#onlyserves{ display:none}
.category-11753 #onlyserves{ display:block; margin:8px 0px 0px 0px}
/*.category-11753 h2.pagetitle{ display:none}*/
h3.pagetitle {
    background: white none repeat scroll 0 0;
    border-bottom: 1px solid #e7e7e7;
    font-size: 1em;
    line-height: 1.57143em;
    margin: 0;
    padding-bottom: 0.78571em;
    padding-left: 20px;
    padding-top: 0.78571em;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
.category-11753 .content a article {
    float: left;
    margin: 1% 0.5% !important;
    padding: 4px;
    width: 99%;
}
}
@media only screen and (min-width: 480px) and (max-width: 550px) {
.category-11753 .content a article {
    float: left;
    margin: 1% 0.5% !important;
    padding: 4px;
    width: 49%!important;
}
}
@media only screen and (min-width:550px) and (max-width:768px) {
.category-11753 .content a article {
    float: left;
    margin: 1% 0.5% !important;
    padding: 4px;
    width: 32%!important;
}	
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
#padd10 section a{ float: left;
    margin: 1% 0.5%;
    width: 48%;}	
}
@media only screen and (min-width: 850px) and (max-width: 3500px) {
	.container{ position:relative}
	.container .sub-bar{ position:absolute; right:0px;}
}

/* new gif styles */

body.home .container .gifadvert { display: none; }
@media only screen and (min-width: 1140px) {
	body.home .main, body.home .content, body.home .sidebar, body.home .sub-bar { margin-bottom: 0 !important; padding-bottom: 0 !important; }
}
@media only screen and (max-width: 3500px) and (min-width: 850px) {
	body.home .container { overflow: visible; }
	body.home .container .sub-bar { left: -145px; top: 0; }
	body.home .container .gifadvert { width: calc(100vw - 1300px); min-width: 125px; max-width: 385px; position: absolute; top: 20px; left: 1025px; display: block; }
	body.home .container .gifadvert a { display: block; }
	body.home .container .gifadvert a img { width: 100%; height: auto; display: block; }
	body.home .container .gifadvert a img + img { display: none; }
	@media only screen and (max-width: 1720px) {
		body.home .container .sub-bar { top: 140px; }
	}
	@media only screen and (max-width: 1450px) {
		body.home .container .sub-bar { display: none; }
	}
	@media only screen and (max-width: 1400px) {
		body.home .container .gifadvert { left: 1125px; }
	}
	@media only screen and (max-width: 1270px) {
		body.home .container .gifadvert { display: none; }
	}
}