/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

#nav .navigation,
#nav .navigation .list-dropdown,
.list-unstyled,
.list-inline,
.btn-group,
.list-links,
.post-block .info-meta {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.header-holder:after,
#nav .navigation:after,
.mini-player .info-panel:after,
.holder:after,
.artist-holder:after,
.blog-post .post-wrap:after,
.artist-details:after,
.related-section .cols:after,
.info-show .info-cols:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

/* General style of the page */

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #322929;
	background: #322c2d;
	font: 14px/16px "roboto", Arial, Helvetica, sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

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

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

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

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

h5,
.h5 {
	font-size: 15px;
}

h6,
.h6 {
	font-size: 14px;
}

p {
	margin: 0 0 15px;
}

a {
	color: #81915e;
	text-decoration: none;
	-webkit-transition: color .2s linear, background .2s linear, opacity .2s linear;
	transition: color .2s linear, background .2s linear, opacity .2s linear;
	outline: none;
}

a:hover {
	color: #586340;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="url"],
input[type="date"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #16325c;
	padding: .4em .7em;
	display: block;
	width: 100%;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
textarea:focus {
	border-color: #322929;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #818181;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #818181;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #818181;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #818181;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="number"].placeholder,
input[type="url"].placeholder,
input[type="date"].placeholder,
textarea.placeholder {
	color: #818181;
}

select {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	min-width: 100%;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

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

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

.icon-soundcloud:before {
	content: "\e913";
}

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

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

.icon-dots-two-vertical:before {
	content: "\e902";
}

.icon-dots-two-horizontal:before {
	content: "\e903";
}

.icon-dots-three-vertical:before {
	content: "\e904";
}

.icon-dots-three-horizontal:before {
	content: "\e905";
}

.icon-dot-single:before {
	content: "\e906";
}

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

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

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

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

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

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

.icon-triangle-up:before {
	content: "\e90d";
}

.icon-triangle-right:before {
	content: "\e90e";
}

.icon-triangle-left:before {
	content: "\e90f";
}

.icon-triangle-down:before {
	content: "\e910";
}

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

@font-face {
	font-family: roboto;
	src: url("/ui/fonts/roboto-regular-webfont.eot");
	src: url("/ui/fonts/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/ui/fonts/roboto-regular-webfont.woff2") format("woff2"), url("/ui/fonts/roboto-regular-webfont.woff") format("woff"), url("/ui/fonts/roboto-regular-webfont.ttf") format("truetype"), url("/ui/fonts/roboto-regular-webfont.svgroboto-regular-webfont") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: roboto;
	src: url("/ui/fonts/roboto-italic-webfont.eot");
	src: url("/ui/fonts/roboto-italic-webfont.eot?#iefix") format("embedded-opentype"), url("/ui/fonts/roboto-italic-webfont.woff2") format("woff2"), url("/ui/fonts/roboto-italic-webfont.woff") format("woff"), url("/ui/fonts/roboto-italic-webfont.ttf") format("truetype"), url("/ui/fonts/roboto-italic-webfont.svgroboto-italic-webfont") format("svg");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: roboto;
	src: url("/ui/fonts/roboto-medium-webfont.eot");
	src: url("/ui/fonts/roboto-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/ui/fonts/roboto-medium-webfont.woff2") format("woff2"), url("/ui/fonts/roboto-medium-webfont.woff") format("woff"), url("/ui/fonts/roboto-medium-webfont.ttf") format("truetype"), url("/ui/fonts/roboto-medium-webfont.svgroboto-medium-webfont") format("svg");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: roboto;
	src: url("/ui/fonts/roboto-mediumitalic-webfont.eot");
	src: url("/ui/fonts/roboto-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/ui/fonts/roboto-mediumitalic-webfont.woff2") format("woff2"), url("/ui/fonts/roboto-mediumitalic-webfont.woff") format("woff"), url("/ui/fonts/roboto-mediumitalic-webfont.ttf") format("truetype"), url("/ui/fonts/roboto-mediumitalic-webfont.svgroboto-mediumitalic-webfont") format("svg");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: roboto;
	src: url("/ui/fonts/roboto-bold-webfont.eot");
	src: url("/ui/fonts/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/ui/fonts/roboto-bold-webfont.woff2") format("woff2"), url("/ui/fonts/roboto-bold-webfont.woff") format("woff"), url("/ui/fonts/roboto-bold-webfont.ttf") format("truetype"), url("/ui/fonts/roboto-bold-webfont.svgroboto-bold-webfont") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: roboto;
	src: url("/ui/fonts/roboto-bolditalic-webfont.eot");
	src: url("/ui/fonts/roboto-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("/ui/fonts/roboto-bolditalic-webfont.woff2") format("woff2"), url("/ui/fonts/roboto-bolditalic-webfont.woff") format("woff"), url("/ui/fonts/roboto-bolditalic-webfont.ttf") format("truetype"), url("/ui/fonts/roboto-bolditalic-webfont.svgroboto-bolditalic-webfont") format("svg");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: roboto;
	src: url("/ui/fonts/roboto-black-webfont.eot");
	src: url("/ui/fonts/roboto-black-webfont.eot?#iefix") format("embedded-opentype"), url("/ui/fonts/roboto-black-webfont.woff2") format("woff2"), url("/ui/fonts/roboto-black-webfont.woff") format("woff"), url("/ui/fonts/roboto-black-webfont.ttf") format("truetype"), url("/ui/fonts/roboto-black-webfont.svgroboto-black-webfont") format("svg");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: roboto;
	src: url("/ui/fonts/roboto-blackitalic-webfont.eot");
	src: url("/ui/fonts/roboto-blackitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/ui/fonts/roboto-blackitalic-webfont.woff2") format("woff2"), url("/ui/fonts/roboto-blackitalic-webfont.woff") format("woff"), url("/ui/fonts/roboto-blackitalic-webfont.ttf") format("truetype"), url("/ui/fonts/roboto-blackitalic-webfont.svgroboto-blackitalic-webfont") format("svg");
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: roboto_slab;
	src: url("/ui/fonts/robotoslab-regular-webfont.eot");
	src: url("/ui/fonts/robotoslab-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/ui/fonts/robotoslab-regular-webfont.woff2") format("woff2"), url("/ui/fonts/robotoslab-regular-webfont.woff") format("woff"), url("/ui/fonts/robotoslab-regular-webfont.ttf") format("truetype"), url("/ui/fonts/robotoslab-regular-webfont.svgrobotoslab-regular-webfont") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: roboto_slab;
	src: url("/ui/fonts/robotoslab-bold-webfont.eot");
	src: url("/ui/fonts/robotoslab-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/ui/fonts/robotoslab-bold-webfont.woff2") format("woff2"), url("/ui/fonts/robotoslab-bold-webfont.woff") format("woff"), url("/ui/fonts/robotoslab-bold-webfont.ttf") format("truetype"), url("/ui/fonts/robotoslab-bold-webfont.svgrobotoslab-bold-webfont") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: bebas_neue;
	src: url("/ui/fonts/bebasneue-webfont.eot");
	src: url("/ui/fonts/bebasneue-webfont.eot?#iefix") format("embedded-opentype"), url("/ui/fonts/bebasneue-webfont.woff2") format("woff2"), url("/ui/fonts/bebasneue-webfont.woff") format("woff"), url("/ui/fonts/bebasneue-webfont.ttf") format("truetype"), url("/ui/fonts/bebasneue-webfont.svgbebasneue-webfont") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: bebas_neue;
	src: url("/ui/fonts/bebasneuebold-webfont.eot");
	src: url("/ui/fonts/bebasneuebold-webfont.eot?#iefix") format("embedded-opentype"), url("/ui/fonts/bebasneuebold-webfont.woff2") format("woff2"), url("/ui/fonts/bebasneuebold-webfont.woff") format("woff"), url("/ui/fonts/bebasneuebold-webfont.ttf") format("truetype"), url("/ui/fonts/bebasneuebold-webfont.svgbebasneuebold-webfont") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: bebas_neue_cnd;
	src: url("/ui/fonts/bebasneueregular-webfont.eot");
	src: url("/ui/fonts/bebasneueregular-webfont.eot?#iefix") format("embedded-opentype"), url("/ui/fonts/bebasneueregular-webfont.woff2") format("woff2"), url("/ui/fonts/bebasneueregular-webfont.woff") format("woff"), url("/ui/fonts/bebasneueregular-webfont.ttf") format("truetype"), url("/ui/fonts/bebasneueregular-webfont.svgbebasneueregular-webfont") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: hipton_sans;
	src: url("/ui/fonts/hiptonsans-regular-webfont.eot");
	src: url("/ui/fonts/hiptonsans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/ui/fonts/hiptonsans-regular-webfont.woff2") format("woff2"), url("/ui/fonts/hiptonsans-regular-webfont.woff") format("woff"), url("/ui/fonts/hiptonsans-regular-webfont.ttf") format("truetype"), url("/ui/fonts/hiptonsans-regular-webfont.svghiptonsans-regular-webfont") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: pt_mono;
	src: url("/ui/fonts/ptmono-regular-webfont.eot");
	src: url("/ui/fonts/ptmono-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/ui/fonts/ptmono-regular-webfont.woff2") format("woff2"), url("/ui/fonts/ptmono-regular-webfont.woff") format("woff"), url("/ui/fonts/ptmono-regular-webfont.ttf") format("truetype"), url("/ui/fonts/ptmono-regular-webfont.svgptmono-regular-webfont") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: kapakbold;
	src: url("/ui/fonts/kapak-bold-webfont.eot");
	src: url("/ui/fonts/kapak-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/ui/fonts/kapak-bold-webfont.woff2") format("woff2"), url("/ui/fonts/kapak-bold-webfont.woff") format("woff"), url("/ui/fonts/kapak-bold-webfont.ttf") format("truetype"), url("/ui/fonts/kapak-bold-webfont.svgkapak-bold-webfont") format("svg");
	font-weight: 700;
	font-style: normal;
}

#header {
	position: relative;
	background: #c74f24;
}

#header.homepage .navbar .holder {
	max-width: none;
}

#header.homepage #nav .navigation > li:after {
	margin: 0 5px 0 1px;
}

.header-holder {
	padding: 10px 15px;
}

.logo {
	position: absolute;
	left: 0;
	right: 0;
	top: 16px;
	margin: 0 auto;
	width: 180px;
}

.navbar .btn-holder {
	padding: 20px 0 0;
	text-align: center;
}

.navbar .btn-holder .btn {
	font-family: "pt_mono", Arial, Helvetica, sans-serif;
	font-weight: 700;
}

#nav .navigation {
	text-transform: uppercase;
	font-family: "bebas_neue", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 19px;
	font-weight: 400;
	letter-spacing: .6px;
	color: #dad8c9;
}

#nav .navigation li {
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, .7);
}

#nav .navigation > li > a {
	display: block;
	padding: 10px 15px;
	color: #dad8c9;
	position: relative;
}

#nav .navigation > li.hover > a,
#nav .navigation > li.active > a {
	background: #c74f24;
}

#nav .navigation > li.hover .has-drop-down-a:before,
#nav .navigation > li.active .has-drop-down-a:before {
	display: none;
}

#nav .navigation > li.hover .has-drop-down-a:after {
	content: "\e907";
}

#nav .navigation > li.active .has-drop-down-a:before {
	display: block;
}

#nav .navigation > li.hover .dropdown {
	display: block;
}

#nav .navigation .has-drop-down-a:after {
	content: "\e909";
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: "icomoon";
	font-size: 16px;
	line-height: 1;
	margin-top: -8px;
}

#nav .navigation .has-drop-down-a:before {
	display: none;
}

#nav .navigation .dropdown {
	display: none;
	background: #c74f24;
	border-top: 1px solid rgba(255, 255, 255, .7);
	font-family: "roboto", Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

#nav .navigation .list-dropdown .active a {
	background: #322c2d;
}

#nav .navigation .list-dropdown a {
	display: block;
	padding: 5px 30px;
	color: #fff;
}

#nav .navigation .list-dropdown a:hover {
	background: #322c2d;
}

.nav-opener {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 99;
	width: 30px;
	height: 20px;
	z-index: 10;
	color: #fff;
	text-decoration: none;
}

.nav-opener:hover {
	opacity: .8;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: rgba(255, 255, 255, .7);
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 4px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 0;
}

.nav-opener:after {
	top: 100%;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.search-box {
	position: relative;
	padding: 15px 0;
	margin: 0 40px 0 0;
}

.search-box.search-active .search-drop {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.search-box .search-drop {
	position: absolute;
	left: -2px;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
	background: #c74f24;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: opacity .2s linear, visibility .2s linear;
	transition: opacity .2s linear, visibility .2s linear;
}

.search-box .search-opener {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	color: rgba(255, 255, 255, .7);
	border: 2px solid #dcd3d3;
	border-radius: 100%;
	opacity: .56;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}

.search-box .search-opener:hover {
	color: #fff;
	opacity: 1;
}

.search-box .search-opener span {
	display: inline-block;
	vertical-align: top;
	margin-top: -1px;
}

.search-form {
	position: relative;
}

.search-form input[type="search"] {
	background: none;
	height: 27px;
	border: none;
	border-bottom: 2px solid #f1f1f1;
	margin: 0;
	padding: 3px 20px 3px 40px;
	color: #dad8c9;
	font-family: "bebas_neue", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	outline: none;
}

.search-form input[type="search"]::-webkit-input-placeholder {
	color: #dad8c9;
}

.search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #dad8c9;
}

.search-form input[type="search"]:-moz-placeholder {
	color: #dad8c9;
}

.search-form input[type="search"]:-ms-input-placeholder {
	color: #dad8c9;
}

.search-form input[type="search"].placeholder {
	color: #dad8c9;
}

.search-form .search-close {
	position: absolute;
	left: 5px;
	top: 50%;
	color: rgba(255, 255, 255, .7);
	font-size: 16px;
	line-height: 1;
	margin: -10px 0 0;
	padding: 0;
	-webkit-transition: color .2s linear, background .2s linear, opacity .2s linear;
	transition: color .2s linear, background .2s linear, opacity .2s linear;
}

.search-form .search-close:hover {
	color: #fff;
}

.mini-player {
	margin: 0 -15px -10px;
	position: relative;
	padding: 10px 0 0;
	box-sizing: border-box;
}

.mini-player.info-active .info-drop {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.mini-player.info-active .player-block .info-close {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.mini-player .player-block {
	background: #fcfbfa;
	padding: 10px 50px 10px 10px;
	position: relative;
	border-bottom: 2px solid #f1f1f1;
}

.mini-player .player-block .play-pause-btn {
	position: absolute;
	right: 25px;
	top: 50%;
	margin: -9px 0 0;
	z-index: 10;
	opacity: .54;
}

.mini-player .player-block .info-close {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 42px;
	border-left: 2px solid #f1f1f1;
	z-index: 99;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #979797;
	background: #fcfbfa;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: opacity .2s linear, visibility .2s linear;
	transition: opacity .2s linear, visibility .2s linear;
}

.mini-player .player-block .info-close:hover {
	color: #322c2d;
}

.mini-player .player-block .info-close:before {
	content: "\e908";
	display: block;
	font-family: "icomoon";
	font-size: 24px;
	line-height: 1;
}

.mini-player .play-pause-btn {
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #000;
}

.mini-player .play-pause-btn:before {
	content: "\e90c";
	position: absolute;
	left: 0;
	top: 0;
	font-family: "icomoon";
	font-size: 24px;
	line-height: 1;
}

.mini-player .play-pause-btn.pause:before {
	content: "\e90b";
}

.mini-player .play-pause-btn:hover {
	opacity: .7;
}

.mini-player .info-drop {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 99;
	background: #fcfbfa;
	border-bottom: 2px solid #979797;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: opacity .2s linear, visibility .2s linear;
	transition: opacity .2s linear, visibility .2s linear;
}

.mini-player .info-drop .info-block {
	padding: 20px;
	color: #aa8585;
	font-size: 14px;
}

.mini-player .info-drop .info-block p {
	margin: 0 0 15px;
}

.mini-player .info-drop .info-block .text-title {
	display: block;
	margin: 0 0 15px;
	color: #252122;
	text-transform: uppercase;
	font-weight: 700;
}

.mini-player .info-panel {
	padding: 20px 20px 20px 80px;
	border-top: 2px solid #f1f1f1;
	position: relative;
}

.mini-player .info-panel .play-pause-btn {
	position: absolute;
	left: 20px;
	top: 50%;
	margin: -20px 0 0;
	width: 40px;
	height: 40px;
	border: 3px solid #be441e;
	border-radius: 100%;
	color: rgba(0, 0, 0, .54);
}

.mini-player .info-panel .play-pause-btn:before {
	margin: -12px 0 0 -5px;
	top: 50%;
	left: 50%;
}

.mini-player .list-btns {
	float: right;
}

.mini-player .list-btns > li {
	padding-bottom: 5px;
}

.mini-player .list-btns .btn {
	font-family: "pt_mono", Arial, Helvetica, sans-serif;
	min-width: 82px;
}

.mini-player .song-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	position: relative;
	padding: 0 0 0 60px;
	height: 60px;
	/* border-top: 4px solid #b07633; */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 4px 0 0 0;
}

.mini-player .song-info:hover {
	opacity: .7;
}

.mini-player .song-info .img-album {
	position: absolute;
	left: 0;
	top: -4px;
	width: 60px;
	z-index: 20;
}

.mini-player .song-info .description {
	width: 100%;
	display: block;
	padding: 0px 0 10px 10px;
}

.mini-player .song-info .title {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	line-height: 19px;
	color: rgba(0, 0, 0, .87);
}

.mini-player .song-info .date {
	display: block;
	color: rgba(0, 0, 0, .54);
	font-size: 12px;
	line-height: 16px;
}

body {
	font-weight: 400;
}

h1,
.h1 {
	margin: 0 0 15px;
	color: #322c2d;
	font-weight: 400;
	line-height: 30px;
	font-family: "hipton_sans", Arial, Helvetica, sans-serif;
}

h1 a,
.h1 a {
	color: #322c2d;
}

h1 a:hover,
.h1 a:hover {
	opacity: .7;
}

h1.white,
.h1.white {
	color: #fff;
}

h1.white a,
.h1.white a {
	color: #fff;
}

h1.white a:hover,
.h1.white a:hover {
	opacity: .7;
}

h1.gray-olive,
.h1.gray-olive {
	color: #a7a491;
}

h1.gray-olive a,
.h1.gray-olive a {
	color: #a7a491;
}

h1.gray-olive a:hover,
.h1.gray-olive a:hover {
	opacity: .7;
}

h1.green,
.h1.green {
	color: #81915e;
}

h1.green a,
.h1.green a {
	color: #81915e;
}

h1.green a:hover,
.h1.green a:hover {
	opacity: .7;
}

h2,
.h2 {
	margin: 0 0 15px;
	color: #322c2d;
	font-weight: 400;
	line-height: 24px;
	font-family: "hipton_sans", Arial, Helvetica, sans-serif;
}

h2 a,
.h2 a {
	color: #322c2d;
}

h2 a:hover,
.h2 a:hover {
	opacity: .7;
}

h2.white,
.h2.white {
	color: #fff;
}

h2.white a,
.h2.white a {
	color: #fff;
}

h2.white a:hover,
.h2.white a:hover {
	opacity: .7;
}

h2.gray-olive,
.h2.gray-olive {
	color: #a7a491;
}

h2.gray-olive a,
.h2.gray-olive a {
	color: #a7a491;
}

h2.gray-olive a:hover,
.h2.gray-olive a:hover {
	opacity: .7;
}

h2.green,
.h2.green {
	color: #81915e;
}

h2.green a,
.h2.green a {
	color: #81915e;
}

h2.green a:hover,
.h2.green a:hover {
	opacity: .7;
}

h3,
.h3 {
	margin: 0 0 15px;
	color: #322c2d;
	font-weight: 400;
	line-height: 23px;
	font-family: "hipton_sans", Arial, Helvetica, sans-serif;
}

h3 a,
.h3 a {
	color: #322c2d;
}

h3 a:hover,
.h3 a:hover {
	opacity: .7;
}

h3.white,
.h3.white {
	color: #fff;
}

h3.white a,
.h3.white a {
	color: #fff;
}

h3.white a:hover,
.h3.white a:hover {
	opacity: .7;
}

h3.matt-green,
.h3.matt-green {
	color: #47523b;
}

h3.matt-green a,
.h3.matt-green a {
	color: #47523b;
}

h3.matt-green a:hover,
.h3.matt-green a:hover {
	opacity: .7;
}

h3.gray-olive,
.h3.gray-olive {
	color: #a7a491;
}

h3.gray-olive a,
.h3.gray-olive a {
	color: #a7a491;
}

h3.gray-olive a:hover,
.h3.gray-olive a:hover {
	opacity: .7;
}

h4,
.h4 {
	margin: 0 0 15px;
	color: #322c2d;
	font-weight: 400;
	line-height: 22px;
	font-family: "hipton_sans", Arial, Helvetica, sans-serif;
}

h4 a,
.h4 a {
	color: #322c2d;
}

h4 a:hover,
.h4 a:hover {
	opacity: .7;
}

h4.white,
.h4.white {
	color: #fff;
}

h4.white a,
.h4.white a {
	color: #fff;
}

h4.white a:hover,
.h4.white a:hover {
	opacity: .7;
}

h4.green,
.h4.green {
	color: #81915e;
}

h4.green a,
.h4.green a {
	color: #81915e;
}

h4.green a:hover,
.h4.green a:hover {
	opacity: .7;
}

h5,
.h5 {
	margin: 0 0 15px;
	color: #322c2d;
	font-weight: 400;
	line-height: 20px;
	font-family: "hipton_sans", Arial, Helvetica, sans-serif;
}

h5 a,
.h5 a {
	color: #322c2d;
}

h5 a:hover,
.h5 a:hover {
	opacity: .7;
}

h5.white,
.h5.white {
	color: #fff;
}

h5.white a,
.h5.white a {
	color: #fff;
}

h5.white a:hover,
.h5.white a:hover {
	opacity: .7;
}

h5.green,
.h5.green {
	color: #81915e;
}

h5.green a,
.h5.green a {
	color: #81915e;
}

h5.green a:hover,
.h5.green a:hover {
	opacity: .7;
}

h6,
.h6 {
	margin: 0 0 15px;
	color: #322c2d;
	font-weight: 400;
	line-height: 18px;
	font-family: "hipton_sans", Arial, Helvetica, sans-serif;
}

h6 a,
.h6 a {
	color: #322c2d;
}

h6 a:hover,
.h6 a:hover {
	opacity: .7;
}

h6.white,
.h6.white {
	color: #fff;
}

h6.white a,
.h6.white a {
	color: #fff;
}

h6.white a:hover,
.h6.white a:hover {
	opacity: .7;
}

h6.green,
.h6.green {
	color: #81915e;
}

h6.green a,
.h6.green a {
	color: #81915e;
}

h6.green a:hover,
.h6.green a:hover {
	opacity: .7;
}

p {
	margin: 0 0 20px;
}

strong,
b {
	font-weight: 700;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

#wrapper {
	position: relative;
	overflow: hidden;
	background: #f2f1f1;
}

.holder {
	max-width: 1344px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0 auto;
}

.hidden {
	display: none !important;
}

.list-inline {
	margin-left: -5px;
	margin-right: -5px;
}

.list-inline > li {
	display: inline-block;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.btn {
	display: inline-block;
	vertical-align: top;
	padding: 8px 20px;
	color: #81915e;
	background: none;
	text-align: center;
	font-weight: 400;
	border-radius: 3px;
	font-size: 14px;
	line-height: 18px;
	border: 2px solid #cbafaf;
	-webkit-transition: color .2s linear, background .2s linear, opacity .2s linear;
	transition: color .2s linear, background .2s linear, opacity .2s linear;
	margin: 0;
	outline: none;
	white-space: normal;
	min-width: 102px;
}

.btn .ico {
	color: #cbafaf;
	display: inline-block;
	vertical-align: baseline;
	margin: 0 0 0 10px;
	position: relative;
	top: 1px;
}

.btn:hover {
	background: #cbafaf;
	color: #81915e;
}

.btn:hover .ico {
	color: #81915e;
}

.btn.soft-pink {
	color: #caafaf;
	font-weight: 700;
}

.btn.soft-pink:hover {
	color: #81915e;
}

.btn.soft-pink:hover .ico {
	color: #81915e;
}

.btn.share {
	border-radius: 20px;
	border: 3px solid #cbafaf;
	font-family: "roboto", Arial, Helvetica, sans-serif;
	color: #a7a491;
	font-weight: 900;
	text-transform: capitalize;
}

.btn.share:hover {
	color: #fff;
}

.btn.btn-default {
	border-width: 3px;
	background: #c74f24;
	color: #fff;
	font-weight: 900;
}

.btn.btn-default.soft-pink {
	color: #caafaf;
	font-weight: 700;
}

.btn.btn-default.green {
	border-width: 2px;
	background: #47523b;
}

.btn.btn-default .ico {
	color: #fff;
}

.btn.btn-default:hover {
	background: #9c3e1c;
}

.btn.btn-block {
	display: block;
	width: 100%;
}

.intro-banner {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-color: #322c2d;
	position: relative;
	z-index: 1;
}

.intro-banner:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: -15px;
	width: 50%;
	background: url(/ui/images/img-pattern1-a.png) no-repeat 100% 100%;
	z-index: -1;
}

.intro-banner .holder {
	max-width: 1360px;
}

.intro-banner .cols .col {
	margin-bottom: 20px;
}

.intro-banner .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -2px;
	width: 100%;
}

.intro-banner .row .column {
	padding: 0 2px;
	width: 100%;
}

.intro-banner .row .column.small {
	width: 50%;
}

.intro-block {
	text-align: center;
	color: #eadfdf;
	/* font-family: "pt_mono", Arial, Helvetica, sans-serif; */
	font-size: 17px;
	font-weight: 400;
	line-height: 21px;
}

.intro-block .wrap {
	width: 100%;
}

.intro-block .img-logo {
	margin: 0 0 22px;
}

.music-block {
	margin: 0 0 5px;
	width: 100%;
}

.music-block .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
}

.music-block .caption {
	padding: 10px 22px 10px 10px;
	background: #47523b;
	color: #fff;
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.music-block .caption.light-brown {
	background: #601d29;
}

.music-block .caption.soft-gray {
	background: #b1a18e;
}

.music-block .caption.soft-gray .date {
	color: rgba(255, 255, 255, .87);
}

.music-block .caption .wrap {
	width: 100%;
}

.music-block .caption .title {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 0 3px;
	font-size: 12px;
	line-height: 16px;
}

.music-block .caption .title a {
	color: #fff;
}

.music-block .caption .title a:hover {
	opacity: .7;
}

.music-block .caption .date {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #a7a491;
	font-size: 12px;
	line-height: 16px;
}

.music-block .caption .link-more {
	position: absolute;
	right: 5px;
	top: 20px;
	color: rgba(255, 255, 255, .7);
	font-size: 16px;
	line-height: 1;
}

.music-block .caption .link-more:before {
	content: "\e904";
	display: block;
	font-family: "icomoon";
}

.music-block .caption .link-more:hover {
	color: #fff;
}

.btn-group li {
	margin: 0 0 15px;
}

.btn-group .btn {
	color: #fff;
	font-family: "pt_mono", Arial, Helvetica, sans-serif;
	font-weight: 700;
	min-width: 90px;
	border-color: #aa8585;
}

.visual-info {
	height: 450px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-color: #81915e;
	position: relative;
	overflow: hidden;
	padding: 50px 50px 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	z-index: 1;
	cursor: pointer;
}

.visual-info:before {
	content: "";
	position: absolute;
	top: 25px;
	right: 25px;
	bottom: 25px;
	left: 25px;
	border: 2px solid #c6acac;
	z-index: -1;
	display: none;
}

.visual-info time {
	display: block;
	color: rgba(255, 255, 255, .87);
	font-family: "pt_mono", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	margin: 0 0 15px;
}

.visual-info h1 {
	font-family: "roboto", Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.visual-info .block-wrap {
	width: 100%;
}

.visual-info .btn-listen {
	position: absolute;
	bottom: 20px;
	left: 28px;
	/* right: 0; */
	margin: 0 auto;
	z-index: 99;
}

.btn-listen {
	display: block;
	width: 65px;
	height: 65px;
	border-radius: 10px;
	border: 6px solid #ddd8d8;
	background: #ddd8d8;
	color: #fff;
	font-weight: 900;
	text-transform: capitalize;
	font-size: 12px;
	line-height: 16px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	font-family: "roboto", Arial, Helvetica, sans-serif;
}

.btn-listen .btn-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 5px;
	background: #c74f24;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: color .2s linear, background .2s linear, opacity .2s linear;
	transition: color .2s linear, background .2s linear, opacity .2s linear;
}

.btn-listen span {
	display: block;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.btn-listen:hover {
	color: #fff;
}

.btn-listen:hover .btn-wrap {
	background: #9c3e1c;
}

.info-carousel {
	position: relative;
	z-index: 1;
	padding: 20px;
	background: #fff url(/ui/images/img-pattern3.png) 50% 0;
	margin: 0 0 20px;
}

.info-carousel:before {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	bottom: -10px;
	background: url(/ui/images/img-pattern2.png) no-repeat 100% 100%;
	width: 250px;
	z-index: -1;
	display: none;
}

.info-carousel .mask {
	overflow: hidden;
	position: relative;
}

.info-carousel .slideset {
	position: relative;
}

.info-carousel .slide {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.info-carousel .img-slide {
	margin: 0 0 10px;
}

.info-carousel .img-slide img {
	display: block;
	max-width: none;
	width: 100%;
}

.info-carousel .caption {
	color: #47523b;
}

.info-carousel .caption h2 {
	color: #47523b;
	font-family: "hipton_sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -2.01px;
	margin-bottom: 20px;
}

.info-carousel .caption h2 a {
	color: #47523b;
}

.info-carousel .btn-holder {
	padding: 20px 0 0;
	text-align: center;
}

.info-carousel .btn-prev,
.info-carousel .btn-next {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 37px;
	height: 37px;
	border: 1px solid #dad8c9;
	border-radius: 100%;
	color: #979797;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	margin: 0 10px;
	-webkit-transition: border .2s linear;
	transition: border .2s linear;
}

.info-carousel .btn-prev:hover,
.info-carousel .btn-next:hover {
	border-color: #979797;
}

.info-carousel .btn-prev span,
.info-carousel .btn-next span {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	left: 0;
	right: 0;
	margin-top: -1px;
}

.info-carousel .list-btns .btn {
	min-width: 92px;
}

.info-carousel .list-btns .btn.soft-pink {
	color: #322c2d;
	padding: 9px 28px;
	font-family: "pt_mono", Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.list-links {
	color: #47523b;
	font-family: "pt_mono", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: -4px;
	margin: 0 0 20px;
}

.list-links > li {
	letter-spacing: 1.38px;
	padding: 0;
	margin-bottom: 5px;
}

.list-links > li:after {
	content: "/";
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

.list-links > li:last-child:after {
	display: none;
}

.list-links a {
	color: #47523b;
	text-decoration: underline;
}

.list-links a:hover {
	text-decoration: none;
}

.newsletter-block {
	padding: 20px 0;
}

.newsletter-form {
	border: 2px solid #ddb382;
	background-color: #fff;
	border-radius: 3px;
	padding: 20px;
}

.newsletter-form .col:first-child {
	margin: 0 0 15px;
}

.newsletter-form .title {
	display: block;
	color: #9b1805;
	font-family: "hipton_sans", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	text-transform: uppercase;
	margin: 0 0 5px;
}

.newsletter-form .text-info {
	display: block;
	color: #9b1805;
	font-family: "roboto_slab", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
}

.newsletter-form input[type="email"] {
	height: 40px;
	border-radius: 2px;
	border: 2px solid #81915e;
	color: #322c2d;
	font-family: "pt_mono", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding: 5px 10px;
	margin: 0 0 15px;
	-webkit-transition: border .2s linear;
	transition: border .2s linear;
}

.newsletter-form input[type="email"]::-webkit-input-placeholder {
	color: #322c2d;
}

.newsletter-form input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #322c2d;
}

.newsletter-form input[type="email"]:-moz-placeholder {
	color: #322c2d;
}

.newsletter-form input[type="email"]:-ms-input-placeholder {
	color: #322c2d;
}

.newsletter-form input[type="email"].placeholder {
	color: #322c2d;
}

.newsletter-form input[type="email"]:focus {
	border-color: #586340;
}

.newsletter-form .btn.btn-default {
	font-family: "pt_mono", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	border: 2px solid #aa8585;
	height: 40px;
}

.info-aside {
	background: #c74f24;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 0 -15px;
}

.info-aside .holder {
	padding-top: 0;
	padding-bottom: 0;
	max-width: 1400px;
}

.info-aside .columns .column:last-child {
	background: #322c2d;
}

.info-aside .info-support {
	padding: 20px;
}

.info-support {
	text-align: center;
	color: #fff;
	width: 100%;
}

.info-support .img-logo,
.info-support .img-holder {
	margin: 0 0 20px;
}

.info-support .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
}

.info-support h2 {
	letter-spacing: 2.5px;
	margin-bottom: 20px;
}

.info-support p {
	margin: 0 0 20px;
}

.info-streams {
	padding: 20px 20px 0;
	color: #fff;
}

.info-streams h2 {
	font-family: "pt_mono", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.63px;
	line-height: 16px;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.list-streams li {
	position: relative;
	padding: 10px 20px;
	margin: 0 -20px;
	background: #be441e;
}

.list-streams li:nth-child(odd) {
	background: #9b1805;
}

.list-streams li + li {
	border-top: 2px solid #c74f25;
}

.list-streams .date {
	display: block;
	color: #d8d6c6;
	font-family: "pt_mono", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	margin: 0 0 5px;
}

.list-streams h3 {
	letter-spacing: -1.2px;
	text-transform: uppercase;
}

.list-streams h3:last-child {
	margin: 0;
}

.list-streams .text-block {
	width: 100%;
}

.list-streams .btn-holder {
	padding: 10px 0 0;
}

.list-streams .btn.soft-pink {
	border-width: 3px;
	color: #fff;
	border-color: rgba(122, 16, 3, .8);
	background: #c74f24;
}

.list-streams .btn.soft-pink:hover {
	background: #7a1003;
}

.list-streams .btn.soft-pink .ico {
	color: #fff;
}

.info-artists {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-color: #81915e;
}

.info-artists .info-title {
	margin: 0 auto 30px;
	max-width: 300px;
	text-align: center;
}

.info-artists .info-title h2 {
	letter-spacing: -1.17px;
	text-transform: uppercase;
	margin: 0;
}

.info-artists .info-title h2 small {
	display: block;
	font-family: "pt_mono", Arial, Helvetica, sans-serif;
	margin: 0 0 20px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1.63px;
	font-size: 13px;
	line-height: 17px;
}

.artist-holder {
	margin: 0 -5px;
}

.artist-holder .col {
	float: left;
	width: 50%;
	padding: 0 5px;
	margin-bottom: 10px;
}

.artist-profile {
	overflow: hidden;
	border-radius: 100%;
	position: relative;
	max-width: 267px;
	max-height: 267px;
	margin: 0 auto;
}

.artist-profile:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #81915e;
	mix-blend-mode: multiply;
	opacity: 1;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.no-backgroundblendmode .artist-profile:before {
	background: rgba(129, 145, 94, .6);
}

.artist-profile:hover:before {
	opacity: 0;
}

.artist-profile img {
	display: block;
	max-width: none;
	width: 100%;
	border-radius: 100%;
}

.artist-profile .caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	color: #fff;
	font-family: "bebas_neue", Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-align: center;
	padding: 15px 15px 20px;
}

.artist-profile .caption .name {
	display: block;
	margin: 0 0 15px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

.artist-profile .caption .btn {
	min-width: 70px;
	padding: 5px 10px;
}

.artist-profile .caption .btn.btn-default {
	font-family: "roboto", Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-weight: 900;
	font-size: 12px;
}

.media-block {
	height: 0;
	position: relative;
	padding-top: 56.25%;
	margin: 0 0 20px;
}

.media-block iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100% !important;
	height: 100% !important;
}

.content-block.holder {
	max-width: 1330px;
}

.blog-wrapper {
	position: relative;
	z-index: 1;
}

.blog-wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(/ui/images/img-pattern5.png) no-repeat;
	width: 820px;
	height: 529px;
	z-index: -1;
}

.blog-post {
	position: relative;
}

.blog-post .img-post {
	position: relative;
	height: 300px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.content-block.holder.for-journal-no-image .blog-post .img-post {
    height: 370px;
}

.blog-post .img-post:before {
	content: "";
	position: absolute;
	left: -10px;
	bottom: 30px;
	top: 100px;
	width: 10px;
	background: #fff;
}

.blog-post .post-header {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	max-height: 150px;
	overflow: hidden;
}

.blog-post .post-header .list-links {
	color: #fff;
	font-family: "roboto", Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

.blog-post .post-header .list-links a {
	color: #fff;
}

.blog-post .post-header h1 {
	font-size: 30px;
	line-height: 32px;
	letter-spacing: -3px;
}

.blog-post .post-wrap {
	background: #fff;
	padding: 15px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.blog-post .post-wrap:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: url(/ui/images/img-pattern4.png) no-repeat;
	width: 533px;
	height: 478px;
	z-index: -1;
}

.blog-post .post-wrap .column {
	margin: 0 0 20px;
}

.post-block {
	position: relative;
	z-index: 2;
	padding: 0 20px;
	margin: -100px 0 0;
	line-height: 20px;
}

.post-block .info-share {
	margin: 0 0 20px;
}

.post-block .info-share .btn {
	min-width: 95px;
}

.post-block .info-meta {
	color: #322c2d;
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 18px;
}

.post-block .info-meta li + li:before {
	content: "-";
	display: inline-block;
	vertical-align: top;
	margin: 0 13px;
}

.post-block .info-meta a {
	color: #322c2d;
}

.post-block .info-meta a:hover {
	opacity: .7;
}

.post-block .info-meta .author {
	display: inline-block;
	vertical-align: top;
	text-decoration: underline;
}

.post-block .info-meta li {
	margin: 0 0 5px;
}

.post-block .text-block {
	margin: 0 0 20px;
}

.post-block .text-block:last-child {
	margin: 0;
}

.listen-block {
	text-align: center;
	padding: 20px 0;
}

.listen-block .btn-listen {
	margin: 0 auto 27px;
	font-size: 20px;
}

.listen-block .text-title {
	display: block;
	font-family: "hipton_sans", Arial, Helvetica, sans-serif;
	color: #322c2d;
	text-transform: uppercase;
}

.related-article {
	padding: 20px;
	background: #c74f24;
}

.related-article h2 {
	color: #47523b;
	font-family: "roboto", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.63px;
	line-height: 16px;
	text-transform: uppercase;
	margin: 0 0 15px;
}

.related-article .list-article li {
	margin: 0 0 15px;
}

.related-article .list-article li:last-child {
	margin: 0;
}

.related-article .list-article time {
	display: block;
	color: #faf1f1;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 15px;
}

.related-article .list-article h3 {
	font-weight: 400;
	margin: 0;
}

.list-articles .h3 {
	color: #322c2d;
	font-family: "pt_mono", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.63px;
	line-height: 16px;
	text-transform: uppercase;
	border-bottom: 2px solid #e6e6e1;
	padding: 0 0 10px;
	margin: 0;
}

.list-articles .heading-title {
	border: none;
}

.info-article {
	color: #47523b;
	padding: 15px 0;
}

.info-article + .info-article {
	border-top: 2px solid #e6e6e1;
}

.info-article time {
	display: block;
	color: #47523b;
	font-family: "pt_mono", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1.38px;
	line-height: 16px;
	margin: 0 0 10px;
}

.info-article p {
	margin: 0 0 15px;
}

.info-article h3 {
	font-weight: 400;
	margin: 0 0 5px;
	letter-spacing: -1.34px;
	text-transform: uppercase;
}

.info-article .list-btns > li {
	padding-bottom: 10px;
}

.info-article .list-btns .btn {
	padding: 8px 13px;
	font-weight: 500;
}

.details-holder {
	padding: 10px;
	background: #fff;
}

.list-order {
	color: #322c2d;
	font-family: "hipton_sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -4px;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 20px;
}

.list-order > li {
	letter-spacing: 0;
	padding: 0;
}

.list-order a {
	color: #322c2d;
	display: block;
	padding: 5px 10px;
	text-align: center;
}

.list-order a:hover {
	background: #f8e71c;
}

.list-order .active a {
	background: #f8e71c;
}

.artist-details {
	position: relative;
}

.artist-details h1 {
	letter-spacing: -2px;
	margin: 0 0 20px;
}

.artist-details .img-artist {
	margin: 0 0 20px;
}

.artist-details .img-artist img {
	display: block;
	max-width: none;
	width: 100%;
}

.artist-details .img-artist .caption {
	padding: 15px 0;
	color: rgba(0, 0, 0, .54);
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
}

.artist-details .img-artist .caption .title {
	color: rgba(0, 0, 0, .87);
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 18px;
}

.artist-details .img-artist .caption .title a {
	color: rgba(0, 0, 0, .87);
}

.artist-details .img-artist .caption .title a:hover {
	opacity: .7;
}

.artist-details .description {
	overflow: hidden;
	padding: 15px;
	background: #f3f3ee;
}

.artist-details .description .title-info {
	font-size: 16px;
	line-height: 25px;
	margin: 0 0 30px;
}

.artist-details .related-section {
	padding-top: 40px;
}

.related-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.related-section h2 {
	text-align: center;
	margin: 0 0 30px;
	font-family: "pt_mono", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.63px;
	line-height: 16px;
	text-transform: uppercase;
}

.related-section .cols {
	margin: 0 -12px;
}

.related-section .cols .col {
	float: left;
	width: 50%;
	padding: 0 12px 24px;
}

.related-section .info-block .img-holder {
	margin: 0 0 15px;
}

.related-section .info-block .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
}

.related-section .info-block .img-holder a:hover {
	opacity: .8;
}

.related-section .info-block .title {
	display: block;
	color: #aa8585;
	font-family: "bebas_neue", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	text-transform: uppercase;
}

.related-section .info-block .title a {
	color: #aa8585;
}

.related-section .info-block .title a:hover {
	opacity: .8;
}

.heading-title {
	padding: 15px;
	border-bottom: 2px solid #f1f1f1;
	text-align: center;
}

.heading-title .title {
	display: block;
	padding: 0 30px 10px;
	border-bottom: 2px solid #f8e71c;
	color: #322c2d;
	font-family: "bebas_neue", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	max-width: 350px;
	margin: 0 auto;
}

.heading-title .title.border-brown {
	border-color: #c64e24;
}

.search-results {
	padding: 20px;
	background: #fff;
	margin: 0 0 30px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.search-results:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: url(/ui/images/img-pattern4.png) no-repeat;
	width: 533px;
	height: 478px;
	z-index: -1;
}

.search-results .column {
	margin: 0 0 20px;
}

.search-results .column:first-child {
	border-bottom: 2px solid #f1f1f1;
}

.search-results .row .heading-title {
	padding: 10px 0 20px;
}

.search-results .block-row {
	padding-top: 15px;
	padding-bottom: 15px;
}

.search-results .block-row + .block-row {
	border-top: 2px solid #f1f1f1;
}

.search-results .related-section {
	padding: 0;
}

.search-results .related-section .cols {
	margin: 0 -7px;
}

.search-results .related-section .cols .col {
	width: 50%;
	padding: 0 7px;
}

.featured-section .columns {
	background: #fff;
}

.featured-section .columns .column {
	margin-bottom: 30px;
	padding: 15px;
}

.featured-section .columns .column:first-child {
	border-bottom: 2px solid #f1f1f1;
}

.featured-section .heading-title {
	padding: 0;
	margin: 0 0 20px;
}

.featured-section .info-support {
	color: #aa8585;
	text-align: left;
	margin: 0 0 20px;
}

.featured-section .info-support .btn {
	color: #9b1805;
	font-family: "pt_mono", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	border-color: #dad8c9;
}

.featured-section .info-support h2 {
	letter-spacing: 0;
	margin-bottom: 20px;
}

.filter-block {
	padding: 20px;
}

.filter-block.filter-active .filter-drop {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.filter-block .filter-hold {
	position: relative;
}

.filter-block .filter-opener {
	display: block;
	height: 49px;
	background: #f8e71c;
	color: #322c2d;
	font-family: "hipton_sans", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
	padding: 17px 35px 17px 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.filter-block .filter-opener:hover {
	background: #daca07;
}

.filter-block .filter-opener:after {
	content: "\e907";
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px;
	font-family: "icomoon";
	font-size: 20px;
	line-height: 1;
	color: #979797;
}

.filter-block .filter-drop {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #f8e71c;
	text-transform: uppercase;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: opacity .2s linear, visibility .2s linear;
	transition: opacity .2s linear, visibility .2s linear;
	z-index: 99;
}

.filter-block .list-date li {
	border-top: 1px solid #000;
}

.filter-block .list-date a {
	display: block;
	padding: 5px 15px;
	color: #000;
}

.filter-block .list-date a:hover {
	background: #daca07;
}

.info-show {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 10px 0;
}

.info-show:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: url(/ui/images/img-pattern4.png) no-repeat;
	width: 533px;
	height: 478px;
	z-index: -1;
}

.info-show h2 {
	color: #322c2d;
	font-family: "bebas_neue", Arial, Helvetica, sans-serif;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.info-show .title {
	margin: 0 0 30px;
}

.info-show .title .date {
	display: block;
	margin: 0 0 15px;
	letter-spacing: .8px;
	color: #322c2d;
	font-family: "pt_mono", Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.info-show .text-block {
	font-size: 16px;
	line-height: 25px;
	color: #37412d;
	font-family: "roboto", Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
}

.info-show h3 {
	color: #47523b;
	font-family: "bebas_neue", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0 10px 15px;
	border-bottom: 2px solid #f8e71c;
	margin: 0 0 20px;
}

.info-show .list-info {
	color: #47523b;
}

.info-show .list-info li {
	margin: 0 0 18px;
}

.info-show .list-info p {
	margin: 0;
}

#footer {
	background: #322c2d;
}

.footer-holder .img-logo {
	max-width: 180px;
	margin: 0 0 15px;
}

.footer-holder .list-links {
	color: #dad8c9;
}

.footer-holder .list-links a {
	color: #dad8c9;
}

.list-logo {
	margin: 0 -10px 15px;
}

.list-logo > li {
	padding: 0 10px 15px;
}

.list-logo a:hover {
	opacity: .8;
}

.social-networks {
	font-size: 24px;
	line-height: 1;
	margin: 0 -5px 10px;
}

.social-networks > li {
	padding: 0 5px 10px;
}

.social-networks a {
	border-radius: 100%;
	color: #dad8c9;
}

.social-networks a:hover {
	color: #fff;
}

.footer-frame .link-info {
	display: block;
	color: #fff;
	font-family: "pt_mono", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.38px;
	line-height: 16px;
	text-transform: uppercase;
}

.footer-frame .link-info a {
	color: #fff;
	text-decoration: underline;
}

.footer-frame .link-info a:hover {
	text-decoration: none;
}

@media (min-width: 480px) {
	.related-section .cols .col {
		width: 33.33%;
	}
}

@media (max-width: 768px) {
	.block-wrap.hero-copy {
		position: relative !important;
		padding: 10px !important;
	}
	.hero-copy-wrap {
	    padding: 10px;
	}
	.hero-copy-wrap .btn-listen {
		position: relative;
		bottom: auto;
		left: auto;
		margin: 15px auto;
	}
}

@media (min-width: 768px) {
	#header.homepage .navbar {
		background: #322929;
	}

	#header.homepage #nav {
		float: none;
		width: auto;
		padding: 0;
	}

	.header-holder {
		padding: 0 15px;
	}

	.logo {
		left: 80px;
		right: auto;
		margin: 0;
		top: 30px;
	}

	.navbar {
		background: #322929;
		margin: 0 -15px;
	}

	.navbar .holder {
		padding-bottom: 15px;
		padding-top: 20px;
	}

	.navbar .btn-holder {
		float: left;
		text-align: right;
		width: 110px;
		padding: 0;
		margin: -5px 0 0;
	}

	.navbar .btn-holder .btn {
		min-width: 90px;
		font-size: 12px;
		line-height: 16px;
		padding: 7px 10px;
	}

	#nav {
		float: left;
		width: calc(100% - 110px);
		padding: 3px 0 0;
	}

	#nav .navigation {
		font-size: 14px;
	}

	#nav .navigation li {
		border: none;
		float: left;
	}

	#nav .navigation > li:after {
		content: "/";
		display: inline-block;
		vertical-align: top;
		margin: 0 3px;
	}

	#nav .navigation > li:last-child:after {
		display: none;
	}

	#nav .navigation > li > a {
		padding: 0 2px 5px;
		display: inline-block;
		vertical-align: top;
	}

	#nav .navigation > li > a:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 2px;
		background: #fff;
		opacity: 0;
		-webkit-transition: opacity .2s linear;
		transition: opacity .2s linear;
	}

	#nav .navigation > li > a:hover:before {
		opacity: 1;
	}

	#nav .navigation > li.hover > a,
	#nav .navigation > li.active > a {
		background: none;
		color: #fff;
	}

	#nav .navigation > li.active > a:before {
		opacity: 1;
	}

	#nav .navigation > li.hover .dropdown {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	#nav .navigation > li:last-child .dropdown {
		left: auto;
		right: 50%;
		margin: 0 -35px 0 0;
	}

	#nav .navigation > li:last-child .dropdown:before,
	#nav .navigation > li:last-child .dropdown:after {
		left: auto;
		right: 20px;
	}

	#nav .navigation .has-drop-down-a:after {
		display: none;
	}

	#nav .navigation .dropdown {
		display: block;
		position: absolute;
		top: 100%;
		left: 50%;
		margin: -7px 0 0 -45px;
		right: 0;
		z-index: 999;
		border: none;
		background: none;
		width: 175px;
		padding: 15px 0 0;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		-webkit-transition: opacity .2s linear, visibility .2s linear;
		transition: opacity .2s linear, visibility .2s linear;
	}

	#nav .navigation .dropdown:before,
	#nav .navigation .dropdown:after {
		content: "\e90d";
		position: absolute;
		left: 17px;
		top: 2px;
		color: #c74f24;
		font-size: 40px;
		line-height: 1;
		z-index: 2;
		font-family: "icomoon";
	}

	#nav .navigation .dropdown:after {
		z-index: 1;
		color: #ddd8d8;
		top: -8px;
	}

	#nav .navigation .dropdown-menu {
		border: 8px solid #ddd8d8;
		border-radius: 10px;
		background: #ddd8d8;
	}

	#nav .navigation .list-dropdown {
		background: #c74f24;
		border-radius: 5px;
		overflow: hidden;
		font-size: 14px;
		line-height: 16px;
		padding: 17px 0;
	}

	#nav .navigation .list-dropdown li {
		float: none;
	}

	#nav .navigation .list-dropdown .active a {
		background: #fff;
		color: #c74f24;
	}

	#nav .navigation .list-dropdown a {
		padding: 5px 15px;
	}

	#nav .navigation .list-dropdown a:hover {
		background: #fff;
		color: #c74f24;
	}

	#nav .nav-drop {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}

	.nav-opener {
		display: none;
	}

	.search-box {
		margin: 0 370px 0 0;
		padding: 0;
		height: 80px;
	}

	.search-box .search-drop {
		top: 10px;
	}

	.search-box .search-opener {
		width: 49px;
		height: 49px;
		font-size: 18px;
		top: 16px;
		line-height: 1;
	}

	.search-form input[type="search"] {
		height: 55px;
		font-size: 26px;
		line-height: 32px;
		padding: 5px 20px 5px 60px;
	}

	.search-form .search-close {
		margin: -7px 0 0;
		left: 16px;
	}

	.mini-player {
		margin: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 300px;
		padding: 0;
		z-index: 99;
		height: 80px;
	}

	.mini-player.info-active .player-block:before {
		opacity: 1;
	}

	.mini-player .player-block {
		padding: 10px 70px 10px 12px;
		height: 80px;
	}

	.mini-player .player-block:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: -2px;
		width: 2px;
		background: #979797;
		z-index: 2;
		opacity: 0;
		-webkit-transition: opacity .2s linear;
		transition: opacity .2s linear;
	}

	.mini-player .player-block .play-pause-btn {
		right: 38px;
	}

	.mini-player .player-block .info-close {
		width: 60px;
	}

	.mini-player .info-drop {
		border-left: 2px solid #979797;
	}

	.mini-player .list-btns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	h1,
	.h1 {
		font-size: 18px;
		line-height: 20px;
	}

	h2,
	.h2 {
		font-size: 20px;
		line-height: 24px;
	}

	.visible-mobile {
		display: none !important;
	}

	.intro-banner .cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -2px;
	}

	.intro-banner .cols .col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 53.3%;
		padding: 0 2px;
		margin-bottom: 5px;
	}

	.intro-banner .cols .col:first-child {
		width: 46.7%;
	}

	.intro-banner .cols .col:last-child {
		width: 100%;
		margin-bottom: 0;
	}

	.intro-banner .row {
		width: 46.7%;
		margin: 0;
	}

	.intro-banner .row:last-child {
		width: 53.3%;
	}

	.intro-banner .row .column {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.intro-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 15px;
	}

	.music-block .caption .title {
		font-size: 14px;
		line-height: 18px;
	}

	.visual-info {
		margin: 0;
		height: auto;
		padding: 80px 70px 145px;
	}

	.visual-info:before {
		top: 40px;
		left: 40px;
		bottom: 45px;
		right: 40px;
	}

	.visual-info .btn-listen {
		bottom: 30px;
	}

	.btn-listen {
		width: 72px;
		height: 72px;
		border-width: 8px;
		font-size: 14px;
		line-height: 18px;
	}

	.info-carousel {
		padding: 88px 20px;
	}

	.info-carousel:before {
		display: block;
	}

	.info-carousel .img-slide {
		float: left;
		width: 350px;
	}

	.info-carousel .caption {
		overflow: hidden;
		padding: 0 20px;
	}

	.info-carousel .text-block {
		padding: 0 30px 0 0;
		margin: 0 0 20px;
	}

	.info-carousel .btn-holder {
		position: absolute;
		right: 0;
		bottom: 0;
		padding: 20px;
	}

	.newsletter-block {
		padding: 30px 0;
	}

	.newsletter-form {
		padding: 20px 10px;
	}

	.newsletter-form .form-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.newsletter-form .col {
		float: left;
		width: 55.3%;
		padding: 0 15px;
	}

	.newsletter-form .col:first-child {
		margin: 0;
		width: 44.7%;
	}

	.newsletter-form input[type="email"] {
		height: 52px;
		margin: 0;
		padding: 6px 18px 5px;
	}

	.newsletter-form .btn {
		position: absolute;
		right: 0;
		top: 0;
	}

	.newsletter-form .btn.btn-default {
		width: 140px;
		height: 52px;
	}

	.newsletter-form .form-holder {
		position: relative;
		padding: 0 150px 0 0;
	}

	.info-aside {
		margin: 0;
	}

	.info-aside .holder {
		padding: 0;
	}

	.info-aside .columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.info-aside .columns .column {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 50%;
	}

	.info-aside .columns .column:last-child {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.info-aside .columns .column:last-child:before {
		content: "";
		position: absolute;
		left: 50%;
		right: 0;
		top: 0;
		bottom: 0;
		background: #322c2d;
		z-index: -1;
	}

	.info-aside .info-support {
		padding: 20px 40px;
	}

	.artist-holder .col {
		width: 25%;
	}

	.artist-profile .caption {
		padding-bottom: 40px;
	}

	.artist-profile .caption .name {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.artist-profile .caption .btn {
		min-width: 90px;
	}

	.artist-profile .caption .btn.btn-default {
		font-size: 14px;
	}

	.blog-post .img-post {
		height: 400px;
	}

	.blog-post .post-header {
		max-height: 220px;
		padding: 30px;
	}

	.blog-post .post-header h1 {
		font-size: 40px;
		line-height: 42px;
	}

	.blog-post .post-wrap {
		padding: 30px;
		overflow: visible;
	}

	.blog-post .post-wrap .column {
		float: left;
		width: 24.8%;
		padding: 0 10px;
	}

	.blog-post .post-wrap .column:first-child {
		width: 74.2%;
		padding-right: 30px;
	}

	.post-block {
		padding: 0 30px;
		margin-top: -120px;
		font-size: 16px;
		line-height: 25px;
	}

	.post-block .info-meta li {
		display: inline-block;
		vertical-align: top;
	}

	.post-block .side-info {
		margin: 0 -60px 0 0;
	}

	.list-articles.journal .info-article {
		border: none;
	}

	.details-holder {
		padding: 20px;
	}

	.list-order a {
		padding: 3px 8px;
	}

	.artist-details .img-artist {
		float: left;
		width: 200px;
		position: absolute;
		left: 0;
		top: 27px;
	}

	.artist-details .description {
		padding: 30px 20px 30px 130px;
		margin: 0 0 0 90px;
	}

	.artist-details .related-section {
		padding-right: 10px;
		padding-left: 100px;
	}

	.related-section .cols .col {
		width: 20%;
	}

	.heading-title {
		padding: 15px 30px;
	}

	.search-results {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0;
	}

	.search-results .column {
		float: left;
		width: 61%;
		margin: 0;
		border-left: 2px solid #f1f1f1;
	}

	.search-results .column:first-child {
		width: 39%;
		border: none;
	}

	.search-results .heading-title {
		padding: 30px 20px;
	}

	.search-results .block-row {
		padding: 20px;
	}

	.search-results .block-row .info-article {
		margin: 0 -20px;
		padding: 20px;
	}

	.search-results .block-row .info-article:first-child {
		padding-top: 0;
	}

	.search-results .block-row .list-articles .info-article {
		padding: 6px 20px;
	}

	.featured-section .columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.featured-section .columns .column {
		width: 67%;
		float: left;
		padding: 0;
		margin-bottom: 0;
	}

	.featured-section .columns .column:first-child {
		width: 33%;
		border-bottom: none;
		border-right: 2px solid #f1f1f1;
	}

	.featured-section .info-support {
		padding: 0 20px;
	}

	.featured-section .info-support .img-holder {
		margin: 0 -20px 20px;
	}

	.filter-block .filter-opener {
		font-size: 14px;
		line-height: 18px;
		padding: 15px 35px 17px 15px;
	}

	.info-show {
		padding: 50px 30px;
	}

	.info-show h2 {
		font-size: 25px;
		line-height: 30px;
	}

	.info-show .info-cols {
		margin: 0 -20px;
	}

	.info-show .info-cols .col {
		float: left;
		width: 50%;
		padding: 0 20px;
	}

	.footer-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 -15px 20px;
	}

	.footer-holder .col {
		width: 70%;
		padding: 0 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-holder .col:first-child {
		width: 30%;
	}

	.footer-holder .col:last-child {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.footer-holder .list-links {
		float: right;
	}

	.list-logo {
		margin: 0 -10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.social-networks {
		margin-bottom: -10px;
	}

	.footer-frame {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 -15px;
	}

	.footer-frame .col {
		width: 55%;
		padding: 0 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.footer-frame .col:first-child {
		width: 45%;
	}

	.footer-frame .col:last-child {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.footer-frame .link-info {
		margin: 0 0 0 15px;
	}
}

@media (min-width: 1024px) {
	#header.homepage .search-box {
		float: left;
		position: static;
		margin: 0;
	}

	#header.homepage .search-box .search-opener {
		left: 20px;
	}

	#header.homepage .search-box .search-drop {
		left: 15px;
		margin: 0 320px 0 0;
	}

	#header.homepage .navbar {
		float: left;
		margin: 0;
		width: 100%;
		padding: 0 300px 0 80px;
		background: none;
	}

	#header.homepage .navbar .holder {
		padding: 0;
	}

	#header.homepage #nav .navigation {
		font-size: 14px;
		padding: 30px 0 18px;
	}

	.logo {
		width: 277px;
		left: 100px;
	}

	.navbar .holder {
		padding-top: 30px;
		padding-bottom: 20px;
		padding-left: 30px;
	}

	#nav .navigation > li:after {
		margin: 0 10px;
	}

	#nav .navigation > li > a {
		padding-bottom: 10px;
	}

	.search-box {
		margin-left: 5px;
	}

	.search-form input[type="search"] {
		font-size: 36px;
		line-height: 42px;
		height: 60px;
		padding: 5px 20px 5px 77px;
	}

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

	.holder {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.visible-tablet {
		display: none !important;
	}

	.hidden-desktop {
		display: none !important;
	}

	.btn .ico {
		margin: 0 0 0 15px;
	}

	.intro-banner .holder {
		padding-top: 37px;
		padding-bottom: 35px;
	}

	.intro-banner .cols .col {
		width: 40%;
		margin-bottom: 0;
	}

	.intro-banner .cols .col:first-child {
		width: 25%;
	}

	.intro-banner .cols .col:last-child {
		width: 35%;
	}

	.intro-banner .row {
		width: 100%;
		margin: 0 -2px;
	}

	.intro-banner .row:last-child {
		width: 100%;
	}

	.intro-banner .row:last-child .music-block {
		margin-bottom: 0;
	}

	.intro-block {
		padding: 10px 30px 25px 0;
	}

	.music-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.music-block .img-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		min-height: 195px;
	}

	.visual-info time {
		margin: 0 0 2px;
		font-size: 11px;
	}

	.info-container {
		padding-top: 82px;
		padding-bottom: 82px;
	}

	.info-carousel:before {
		width: 383px;
		top: -50px;
		bottom: -8px;
		left: -12px;
	}

	.info-carousel .img-slide {
		width: 450px;
		margin: 0 0 0 30px;
	}

	.info-carousel .caption {
		padding: 0 50px;
	}

	.info-carousel .text-block {
		padding: 0 50px 0 0;
		margin: 0 0 70px;
	}

	.info-carousel .list-btns {
		margin: 0 -8px;
	}

	.info-carousel .list-btns > li {
		padding: 0 8px;
	}

	.list-links {
		margin-bottom: 25px;
	}

	.list-links > li:after {
		margin: 0 13px;
	}

	.newsletter-block {
		padding: 52px 0 65px;
	}

	.newsletter-form .title {
		display: inline-block;
		vertical-align: top;
		margin: 0 15px 0 0;
	}

	.newsletter-form .text-info {
		display: inline-block;
		vertical-align: bottom;
	}

	.info-support h2 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 27px;
	}

	.info-support p {
		margin-bottom: 42px;
	}

	.list-streams .text-block {
		padding: 0 170px 0 0;
	}

	.list-streams .btn-holder {
		padding: 0;
		position: absolute;
		right: 28px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.info-artists .info-title {
		margin-bottom: 35px;
	}

	.info-artists .info-title h2 {
		font-size: 24px;
		line-height: 28px;
	}

	.artist-profile .caption {
		padding-bottom: 47px;
	}

	.artist-profile .caption .name {
		font-size: 24px;
		line-height: 18px;
		margin-bottom: 45px;
	}

	.artist-profile .caption .btn {
		padding: 7px 30px;
	}

	.media-block {
		margin-bottom: 35px;
	}

	.blog-post .img-post {
		height: 550px;
	}

	.post-block {
		font-size: 18px;
		line-height: 29px;
		margin-top: -250px;
	}

	.post-block .info-share {
		margin-bottom: 36px;
	}

	.post-block .text-block p {
		margin-bottom: 30px;
	}

	.list-order {
		margin: 0 -10px 40px;
		font-size: 18px;
		line-height: 22px;
	}

	.list-order a {
		padding: 5px 10px;
	}

	.artist-details h1 {
		margin-bottom: 35px;
	}

	.artist-details .img-artist {
		width: 295px;
	}

	.artist-details .description {
		padding: 40px 90px 65px 200px;
		margin: 0 0 0 148px;
	}

	.artist-details .description .title-info {
		font-size: 18px;
		line-height: 29px;
		margin-bottom: 50px;
	}

	.artist-details .related-section {
		padding-left: 176px;
		padding-right: 28px;
		padding-top: 68px;
	}

	.related-section .info-block .title {
		font-size: 20px;
		line-height: 20px;
		min-height: 65px;
	}

	.heading-title .title {
		padding-bottom: 16px;
	}

	.search-results {
		margin-bottom: 60px;
	}

	.search-results .heading-title {
		padding: 64px 20px 39px;
	}

	.search-results .row .heading-title {
		padding: 15px 0 30px;
	}

	.search-results .block-row .info-article:last-child {
		padding-bottom: 10px;
	}

	.search-results .block-row .list-articles {
		padding: 0 30px;
	}

	.search-results .block-row .list-articles .info-article {
		padding: 6px 50px;
	}

	.search-results .related-section {
		padding: 10px 40px 10px 27px;
	}

	.featured-section .heading-title {
		margin-bottom: 40px;
	}

	.featured-section .info-support {
		padding: 0 42px 0 58px;
	}

	.featured-section .info-support .img-holder {
		margin: 0 -42px 50px -58px;
	}

	.filter-block {
		padding: 43px 48px 43px 57px;
	}

	.info-show {
		padding: 45px 90px 45px 75px;
	}

	.info-show .title {
		margin-bottom: 35px;
		padding: 0 60px 0 0;
	}

	.info-show .text-block {
		font-size: 18px;
		line-height: 29px;
		margin-bottom: 65px;
		padding: 0 35px 0 0;
	}

	.info-show h3 {
		margin-bottom: 30px;
	}

	.info-show .info-cols {
		margin: 0 -35px;
	}

	.info-show .info-cols .col {
		padding: 0 35px;
	}

	#footer .holder {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.footer-holder .img-logo {
		max-width: 220px;
	}

	.footer-frame .col {
		width: 38%;
	}

	.footer-frame .col:first-child {
		width: 62%;
	}
}

@media (min-width: 1280px) {
	#header.homepage .search-box .search-drop {
		margin: 0 380px 0 0;
	}

	#header.homepage .navbar {
		padding: 0 360px 0 80px;
	}

	#header.homepage #nav .navigation {
		font-size: 18px;
		line-height: 22px;
	}

	.navbar .btn-holder {
		padding: 0 7px 0 0;
		width: 130px;
	}

	.navbar .btn-holder .btn {
		min-width: 102px;
		padding: 9px 10px;
		font-size: 14px;
		line-height: 18px;
	}

	#nav {
		width: calc(100% - 130px);
	}

	#nav .navigation {
		font-size: 18px;
		line-height: 22px;
	}

	.mini-player {
		width: 360px;
	}

	.mini-player .list-btns .btn {
		min-width: 102px;
	}

	h1,
	.h1 {
		font-size: 36px;
		line-height: 43px;
	}

	h2,
	.h2 {
		font-size: 24px;
		line-height: 28px;
	}

	h3,
	.h3 {
		font-size: 20px;
		line-height: 24px;
	}

	.intro-banner .cols .col {
		width: 52.3%;
	}

	.intro-banner .cols .col:first-child {
		width: 20.2%;
	}

	.intro-banner .cols .col:last-child {
		width: 27.5%;
	}

	.intro-block p {
		margin-bottom: 42px;
	}

	.music-block .caption {
		padding: 10px 30px 10px 10px;
	}

	.music-block .caption .link-more {
		right: 14px;
		top: 21px;
	}

	.visual-info {
		padding: 0;
	}

	.visual-info h1 {
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 10px;
		font-weight: bold;
	}

	.info-carousel .img-slide {
		margin: 0 0 0 68px;
		width: 545px;
	}

	.info-carousel .caption {
		padding: 0 70px;
	}

	.info-carousel .caption h2 {
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 30px;
	}

	.info-carousel .btn-holder {
		padding: 50px 55px;
	}

	.newsletter-form {
		padding: 35px 23px;
	}

	.newsletter-form .title {
		font-size: 24px;
		line-height: 28px;
		margin: 0 35px 0 0;
	}

	.newsletter-form .btn {
		right: -9px;
	}

	.info-aside .info-support {
		padding: 20px 70px;
	}

	.info-support .img-logo,
	.info-support .img-holder {
		margin-bottom: 40px;
	}

	.info-streams {
		padding: 28px 28px 0;
	}

	.info-streams h2 {
		margin-bottom: 40px;
	}

	.list-streams li {
		padding: 17px 28px;
		margin: 0 -28px;
	}

	.list-streams h3 {
		font-size: 24px;
		line-height: 27px;
	}

	.info-artists .info-title h2 {
		font-size: 28px;
		line-height: 34px;
	}

	.artist-holder {
		margin: 0 0 0 5px;
	}

	.artist-holder .col {
		padding: 0 30px;
	}

	.content-block {
		padding-top: 55px;
		padding-bottom: 55px;
	}

	.blog-post {
		padding: 0 0 0 10px;
	}

	.blog-post .img-post {
		height: 715px;
	}

	.content-block.holder.for-journal-no-image .blog-post .img-post {
    	height: 570px;
	}

	.blog-post .img-post:before {
		top: 210px;
	}

	.blog-post .post-header {
		padding: 47px 120px;
	}

	.blog-post .post-header .list-links {
		margin-bottom: 15px;
	}

	.blog-post .post-header h1 {
		font-size: 50px;
		line-height: 70px;
		letter-spacing: -6px;
	}

	.blog-post .post-wrap {
		padding: 47px 55px;
	}

	.blog-post .post-wrap .column:first-child {
		padding-right: 60px;
	}

	.post-block {
		padding: 0 102px 0 105px;
		margin-top: -305px;
	}

	.post-block .info-meta {
		margin-bottom: 40px;
	}

	.post-block .text-block {
		margin-bottom: 66px;
	}

	.post-block .side-info {
		margin: -34px -98px 0 0;
	}

	.listen-block {
		padding: 20px 35px 32px 0;
	}

	.listen-block .btn-listen {
		width: 78px;
		height: 78px;
		font-size: 30px;
	}

	.related-article {
		padding: 25px 20px 30px;
	}

	.info-article {
		padding: 25px 0 30px;
	}

	.info-article p {
		margin-bottom: 37px;
	}

	.info-article h3 {
		font-size: 24px;
		line-height: 31px;
	}

	.details-holder {
		padding: 53px 100px 27px 125px;
	}

	.related-section h2 {
		margin-bottom: 45px;
	}

	.search-results .block-row {
		padding: 40px 50px;
	}

	.search-results .block-row .info-article {
		margin: 0 -50px;
		padding: 50px 50px 42px;
	}

	.featured-section .info-support p {
		margin-bottom: 60px;
	}

	.filter-block .filter-opener {
		font-size: 18px;
		line-height: 22px;
		padding: 15px 50px 17px 21px;
	}

	.filter-block .filter-opener:after {
		right: 26px;
		margin-top: -8px;
	}

	.info-show h2 {
		font-size: 36px;
		line-height: 44px;
		margin: 0 0 30px;
	}

	.info-show .title {
		padding: 0 105px 0 0;
	}

	.info-show .text-block {
		padding: 0 65px 0 0;
	}

	.info-show .list-info li {
		padding: 0 25px 0 0;
	}

	.footer-holder {
		margin: 0 0 20px;
	}

	.footer-holder .img-logo {
		max-width: 320px;
	}

	.footer-holder .list-links {
		margin-bottom: 10px;
	}

	.list-logo {
		margin: 0 -23px;
	}

	.list-logo > li {
		padding: 0 23px 15px;
	}

	.social-networks {
		margin-left: -7px;
		margin-right: -7px;
	}

	.social-networks > li {
		padding: 0 7px 10px;
	}

	.footer-frame {
		margin: 0;
	}

	.footer-frame .col:last-child {
		padding-bottom: 17px;
	}

	.footer-frame .link-info {
		margin: 0 0 0 62px;
	}
}

@media (max-width: 1023px) {
	.hidden-tablet {
		display: none !important;
	}

	.visible-desktop {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.navbar .holder {
		padding: 0;
	}

	#nav .navigation .has-drop-down-a {
		padding-right: 40px;
	}

	#nav .nav-drop {
		position: absolute;
		top: 45px;
		left: 0;
		right: 0;
		z-index: 999999;
		background: #322929;
		border-top: 1px solid rgba(255, 255, 255, .7);
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		-webkit-transition: opacity .2s linear, visibility .2s linear;
		transition: opacity .2s linear, visibility .2s linear;
	}

	.nav-active #nav .nav-drop {
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
	}

	.hidden-mobile {
		display: none !important;
	}

	.visible-tablet {
		display: none !important;
	}

	.hidden-tablet {
		display: none !important;
	}
}


/* MEDIA PLAYER */

/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).
Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */
.mejs__offscreen {
    border: 0;
    clip: rect( 1px, 1px, 1px, 1px );
    -webkit-clip-path: inset( 50% );
            clip-path: inset( 50% );
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
}

.mejs__container {
    background: none;
    box-sizing: border-box;
    font-family: 'Helvetica', Arial, serif;
    position: absolute;
    text-align: left;
    text-indent: 0;
    vertical-align: top;
    z-index: 9999;
    top: 0px;
    width: 75% !important;
    height: 20px !important;
}

.mejs__container .mejs__video {
    min-height: 140px;
}

.mejs__container * {
    box-sizing: border-box;
}

/* Hide native play button from iOS to favor plugin button */
.mejs__container video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important;
}

.mejs__fill-container,
.mejs__fill-container .mejs__container {
    height: 100%;
    width: 100%;
}

.mejs__fill-container {
    background: transparent;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.mejs__container:focus {
    outline: none;
}

.mejs__iframe-overlay {
    height: 100%;
    position: absolute;
    width: 100%;
}

.mejs__embed,
.mejs__embed body {
    background: #000;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.mejs__fullscreen {
    overflow: hidden !important;
}

.mejs__container-fullscreen {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
    height: 100% !important;
    width: 100% !important;
}

/* Start: LAYERS */
.mejs__background {
    left: 0;
    position: absolute;
    top: 0;
}

.mejs__mediaelement {
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.mejs__poster {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

:root .mejs__poster-img {
    display: none;
}

.mejs__poster-img {
    border: 0;
    padding: 0;
}

.mejs__overlay {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
}

.mejs__layer {
    z-index: 1;
}

.mejs__overlay-play {
    cursor: pointer;
}

.mejs__overlay-button {
    background: url('mejs-controls.svg') no-repeat;
    background-position: 0 -39px;
    height: 80px;
    width: 80px;
}

.mejs__overlay:hover > .mejs__overlay-button {
    background-position: -80px -39px;
}

.mejs__overlay-loading {
    height: 80px;
    width: 80px;
}

.mejs__overlay-loading-bg-img {
    -webkit-animation: mejs__loading-spinner 1s linear infinite;
            animation: mejs__loading-spinner 1s linear infinite;
    background: transparent url('mejs-controls.svg') -160px -40px no-repeat;
    display: block;
    height: 80px;
    width: 80px;
    z-index: 1;
}

@-webkit-keyframes mejs__loading-spinner {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes mejs__loading-spinner {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

/* End: LAYERS */

/* Start: CONTROL BAR */
.mejs__controls {
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.mejs__controls:not([style*='display: none']) {
    background: rgba(255, 0, 0, 0.7);
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}

.mejs__button,
.mejs__time,
.mejs__time-rail {
    font-size: 10px;
    height: 40px;
    line-height: 10px;
    margin: 0;
    width: 32px;
}

.mejs__button > button {
    background: transparent url('mejs-controls.svg');
    border: 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    margin: 10px 6px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 20px;
}

/* :focus for accessibility */
.mejs__button > button:focus {
    outline: dotted 1px #999;
}

.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus,
.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus {
    outline: 0;
}

/* End: CONTROL BAR */

/* Start: Time (Current / Duration) */
.mejs__time {
    box-sizing: content-box;
    color: #757474;
    font-size: 10px;
    font-weight: bold;
    height: 24px;
    overflow: hidden;
    padding: 16px 6px 0;
    text-align: center;
    width: auto;
    /* display: none; */
    position: absolute;
    right: -26px;
    top: -9px;
}

/* End: Time (Current / Duration) */

/* Start: Play/Pause/Stop */
.mejs__play > button {
    background-position: 0 0;
}

.mejs__pause > button {
    background-position: -20px 0;
}

.mejs__replay > button {
    background-position: -160px 0;
}

/* End: Play/Pause/Stop */

/* Start: Progress Bar */
.mejs__time-rail {
    direction: ltr;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 31px;
    margin: 0px 0px 0 50px;
    padding-top: 5px;
    position: relative;
}

.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-float,
.mejs__time-hovered,
.mejs__time-float-current,
.mejs__time-float-corner,
.mejs__time-marker {
    border-radius: 0;
    cursor: pointer;
    display: block;
    height: 10px;
    position: absolute;
}

.mejs__time-total {
    background: rgba(144, 144, 144, 0.3);
    margin: 5px 0 0;
    width: 100%;
    height: 5px !important;
    overflow: hidden;
}

.mejs__time-buffering {
    -webkit-animation: buffering-stripes 2s linear infinite;
            animation: buffering-stripes 2s linear infinite;
    background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background-size: 15px 15px;
    width: 100%;
}

@-webkit-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 30px 0;
    }
}

@keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 30px 0;
    }
}

.mejs__time-loaded {
    background: rgba(186, 150, 108, 0.37);
}

.mejs__time-current,
.mejs__time-handle-content {
    background: rgb(187, 151, 109);
}

.mejs__time-hovered {
    background: rgba(255, 255, 255, 0.5);
    z-index: 10;
}

.mejs__time-hovered.negative {
    background: rgba(0, 0, 0, 0.2);
}

.mejs__time-current,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-hovered {
    left: 0;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: 0.15s ease-in all;
    transition: 0.15s ease-in all;
    width: 100%;
}

.mejs__time-buffering {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}

.mejs__time-hovered {
    -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
    transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}

.mejs__time-hovered.no-hover {
    -webkit-transform: scaleX(0) !important;
        -ms-transform: scaleX(0) !important;
            transform: scaleX(0) !important;
}

.mejs__time-handle,
.mejs__time-handle-content {
    border: 0px solid transparent;
    cursor: pointer;
    left: 2px;
    position: absolute;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 11;
    display: none;
}

.mejs__time-handle-content {
    border: 4px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    height: 10px;
    left: -7px;
    top: -4px;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    width: 10px;
}

.mejs__time-rail:hover .mejs__time-handle-content,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail .mejs__time-handle-content:active {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.mejs__time-float {
    background: #eee;
    border: solid 1px #333;
    bottom: 100%;
    color: #111;
    display: none;
    height: 17px;
    margin-bottom: 9px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 36px;
}

.mejs__time-float-current {
    display: block;
    left: 0;
    margin: 2px;
    text-align: center;
    width: 30px;
}

.mejs__time-float-corner {
    border: solid 5px #eee;
    border-color: #eee transparent transparent;
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
}

.mejs__long-video .mejs__time-float {
    margin-left: -23px;
    width: 64px;
}

.mejs__long-video .mejs__time-float-current {
    width: 60px;
}

.mejs__broadcast {
    color: #fff;
    height: 10px;
    position: absolute;
    top: 15px;
    width: 100%;
}

/* End: Progress Bar */

/* Start: Fullscreen */
.mejs__fullscreen-button > button {
    background-position: -80px 0;
}

.mejs__unfullscreen > button {
    background-position: -100px 0;
}

/* End: Fullscreen */

/* Start: Mute/Volume */
.mejs__mute > button {
    background-position: -60px 0;
}

.mejs__unmute > button {
    background-position: -40px 0;
}

.mejs__volume-button {
    position: relative;
    display: none;
}

.mejs__volume-button > .mejs__volume-slider {
    background: rgba(50, 50, 50, 0.7);
    border-radius: 0;
    bottom: 100%;
    display: none;
    height: 115px;
    left: 50%;
    margin: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 25px;
    z-index: 1;
}

.mejs__volume-button:hover {
    border-radius: 0 0 4px 4px;
}

.mejs__volume-total {
    background: rgba(255, 255, 255, 0.5);
    height: 100px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 8px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 2px;
}

.mejs__volume-current {
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    margin: 0;
    position: absolute;
    width: 100%;
}

.mejs__volume-handle {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 1px;
    cursor: ns-resize;
    height: 6px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 16px;
}

.mejs__horizontal-volume-slider {
    display: none !important;
    height: 36px;
    position: relative;
    vertical-align: middle;
    width: 56px;
}

.mejs__horizontal-volume-total {
    background: rgba(50, 50, 50, 0.8);
    border-radius: 2px;
    font-size: 1px;
    height: 8px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 16px;
    width: 50px;
}

.mejs__horizontal-volume-current {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    font-size: 1px;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.mejs__horizontal-volume-handle {
    display: none;
}

/* End: Mute/Volume */

/* Start: Track (Captions and Chapters) */
.mejs__captions-button,
.mejs__chapters-button {
    position: relative;
}

.mejs__captions-button > button {
    background-position: -140px 0;
}

.mejs__chapters-button > button {
    background-position: -180px 0;
}

.mejs__captions-button > .mejs__captions-selector,
.mejs__chapters-button > .mejs__chapters-selector {
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    border-radius: 0;
    bottom: 100%;
    margin-right: -43px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 50%;
    visibility: visible;
    width: 86px;
}

.mejs__chapters-button > .mejs__chapters-selector {
    margin-right: -55px;
    width: 110px;
}

.mejs__captions-selector-list,
.mejs__chapters-selector-list {
    list-style-type: none !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
    color: #fff;
    cursor: pointer;
    display: block;
    list-style-type: none !important;
    margin: 0 0 6px;
    overflow: hidden;
    padding: 0 10px;
}

.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
    background-color: rgb(200, 200, 200) !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.mejs__captions-selector-input,
.mejs__chapters-selector-input {
    clear: both;
    float: left;
    left: -1000px;
    margin: 3px 3px 0 5px;
    position: absolute;
}

.mejs__captions-selector-label,
.mejs__chapters-selector-label {
    cursor: pointer;
    float: left;
    font-size: 10px;
    line-height: 15px;
    padding: 4px 0 0;
}

.mejs__captions-selected,
.mejs__chapters-selected {
    color: rgba(33, 248, 248, 1);
}

.mejs__captions-translations {
    font-size: 10px;
    margin: 0 0 5px;
}

.mejs__captions-layer {
    bottom: 0;
    color: #fff;
    font-size: 16px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
}

.mejs__captions-layer a {
    color: #fff;
    text-decoration: underline;
}

.mejs__captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: normal;
}

.mejs__captions-position {
    bottom: 15px;
    left: 0;
    position: absolute;
    width: 100%;
}

.mejs__captions-position-hover {
    bottom: 35px;
}

.mejs__captions-text,
.mejs__captions-text * {
    background: rgba(20, 20, 20, 0.5);
    box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
    padding: 0;
    white-space: pre-wrap;
}

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
    display: none;
}

/* End: Track (Captions and Chapters) */

/* Start: Error */
.mejs__cannotplay,
.mejs__cannotplay a {
    color: #fff;
    font-size: 0.8em;
}

.mejs__cannotplay p,
.mejs__cannotplay a {
    display: inline-block;
    padding: 0 15px;
    width: 100%;
}
/* End: Error */


.mejs__button.mejs__playpause-button {
    display: none;
}

.mejs__controls {
    background: none !important;
    height: 24px;
}

.logo.is-hidden {
    display: none;
}

.music-block .img-holder {
    min-height: 234px;
    background-size: cover;
}

.home-tile {
    cursor: pointer;
}

.home-tile:hover * {
    color: #c74f24 !important;
}

.home-tile:hover .btn-wrap span {
	color: #fff !important;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    background: url(/ui/images/texture-header-cover.png);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.visual-info .block-wrap a {
    text-decoration: underline;
    color: #fff;
}

.for-staff p img {
    float: left;
    width: 39%;
    margin: 0 23px 10px 0;
}

.for-staff h3 {
    padding-left: 0;
}

.block-wrap.hero-copy {
    background: url(/ui/images/texture-header-cover.png);
    position: absolute;
    bottom: 0;
    padding: 16px 15px 0 125px;
    text-align: left;
    left: 0;
}

.content-block.holder.for-journal-no-image {
    width: 100%;
    max-width: 99999px;
    margin: 0;
    padding: 0;
}

.content-block.holder.for-journal-no-image .blog-post {
    padding: 0;
}



.mejs__time.mejs__duration-container {
    display: none;
}

.visual-info h1 a {
    text-decoration: none !important;
}