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

@font-face {
	font-family: "Silka";
	src: url("../../new-player/fonts/Silka-Medium.woff2") format("woff2"), url("../../new-player/fonts/Silka-Medium.woff") format("woff"), url("../../new-player/fonts/Silka-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Silka";
	src: url("../../new-player/fonts/Silka-SemiBold.woff2") format("woff2"), url("../../new-player/fonts/Silka-SemiBold.woff") format("woff"), url("../../new-player/fonts/Silka-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Silka";
	src: url("../../new-player/fonts/Silka-Regular.woff2") format("woff2"), url("../../new-player/fonts/Silka-Regular.woff") format("woff"), url("../../new-player/fonts/Silka-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Silka";
	src: url("../../new-player/fonts/Silka-Bold.woff2") format("woff2"), url("../../new-player/fonts/Silka-Bold.woff") format("woff"), url("../../new-player/fonts/Silka-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}


.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}

.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}


[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-triangle:before {
	content: "\e900";
}

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

.icon-shocked:before {
  content: "\e9f1";
}

.icon-shocked2:before {
  content: "\e9f2";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-infinite:before {
	content: "\ea2f";
}

.icon-spades:before {
  content: "\e917";
}

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

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

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

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

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

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

.icon-telegram:before {
  content: "\ea95";
}



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

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

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

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #e9eef2;
	font: 16px/1.2 "Silka", "Arial", "Helvetica Neue", "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;
	margin-bottom: 7px;
	line-height: 28px;
	margin-left: 10px;
}

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

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

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

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

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

p {
	margin: 0 0 1em;
}

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

a:hover,
a:focus {
	text-decoration: none;
	color: #0d81ef;
}

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

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

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

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,
textarea::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .5);
}

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,
textarea::-moz-placeholder {
	opacity: 1;
	color: rgba(255, 255, 255, .5);
}

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,
textarea:-moz-placeholder {
	color: rgba(255, 255, 255, .5);
}

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,
textarea:-ms-input-placeholder {
	color: rgba(255, 255, 255, .5);
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: rgba(255, 255, 255, .5);
}

select {
	-webkit-border-radius: 0;
}

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

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

.container {
	padding: 0 15px;
	max-width: 1015px;
	margin: 0 auto;
}

.header-top {
	font-size: 12px;
	line-height: 16px;
	background: #212327;
	color: #fff;
	display: none;
}

.header-top .container,
.header-top .app-link,
.header-top .social-networks,
.header-top .btns-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header-top a {
	color: #fff;
}

.header-top .container {
	padding-top: 7px;
	padding-bottom: 9px;
}

.header-top .social-networks {
	font-size: 16px;
	line-height: 16px;
	margin: 0 -5px;
}

.header-top .social-networks li {
	padding: 0 5px;
}

.header-top .social-networks a {
	opacity: .3;
}

.header-top .social-networks a:hover {
	opacity: 1;
}

.header-top .title {
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
}

.header-top .btns-holder {
	font-weight: 600;
}

.header-top .btns-holder .icon-holder {
	font-size: 16px;
	line-height: 16px;
	margin-right: 8px;
}

.header-top .btns-holder a {
	margin-right: 8px;
}

.header-top .btns-holder a:last-child {
	margin-right: 0;
}

.header-top .app-link {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.header-top .app-link .title {
	margin-right: 10px;
	display: block;
}

.navigation-holder {
	background: #0d81ef;
	position: relative;
}

.navigation-holder .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 15px;
	padding-bottom: 15px;
}

.navigation-holder .logo {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 0;
	text-align: center;
	
}

.navigation-holder #nav {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.navigation {
	font-size: 14px;
	line-height: 16px;
	margin: 0 -12px;
	font-weight: 500;
	background: #0d81ef;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .8);
}

.navigation li {
	padding: 0 12px;
}

.navigation a {
	color: #fff;
	opacity: .5;
	padding: 8px 15px;
	display: block;
}

.navigation a:hover,
.navigation a.active {
	opacity: 1;
}

.nav-active .navigation {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.search-form {
	z-index: 1;
	border: none;
	border-radius: 12px;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	height: 48px;
	position: absolute;
	top: 3px;
	right: 15px;
	width: 0;
	-webkit-transition: width .2s linear;
	transition: width .2s linear;
}

.search-form:focus input[type="text"]::-webkit-input-placeholder,
.search-form:hover input[type="text"]::-webkit-input-placeholder {
	color: white;
}

.search-form:focus input[type="text"]::-moz-placeholder,
.search-form:hover input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: white;
}

.search-form:focus input[type="text"]:-moz-placeholder,
.search-form:hover input[type="text"]:-moz-placeholder {
	color: white;
}

.search-form:focus input[type="text"]:-ms-input-placeholder,
.search-form:hover input[type="text"]:-ms-input-placeholder {
	color: white;
}

.search-form:focus input[type="text"].placeholder,
.search-form:hover input[type="text"].placeholder {
	color: white;
}

.search-form:focus button,
.search-form:hover button {
	opacity: 1;
}

.search-form input[type="text"] {
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	margin: 0;
	padding: 0 35px 0 20px;
	width: 100%;
	outline: none;
	border: none;
	border-radius: 12px;
	height: 48px;
	background: #fff;
	color: #000;
	-webkit-transition: width .2s linear, opacity .3s linear, visibility .3s linear;
	transition: width .2s linear, opacity .3s linear, visibility .3s linear;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	right: 0;
}

.search-form input[type="text"]::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .5);
}

.search-form input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: rgba(255, 255, 255, .5);
}

.search-form input[type="text"]:-moz-placeholder {
	color: rgba(255, 255, 255, .5);
}

.search-form input[type="text"]:-ms-input-placeholder {
	color: rgba(255, 255, 255, .5);
}

.search-form input[type="text"].placeholder {
	color: rgba(255, 255, 255, .5);
}

.search-form input[type="text"]:focus {
	opacity: 1;
	visibility: visible;
	background: #fff;
	color: #212327;
	opacity: 1;
}

.search-form input[type="text"]:focus::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .5);
}

.search-form input[type="text"]:focus::-moz-placeholder {
	opacity: 1;
	color: rgba(0, 0, 0, .5);
}

.search-form input[type="text"]:focus:-moz-placeholder {
	color: rgba(0, 0, 0, .5);
}

.search-form input[type="text"]:focus:-ms-input-placeholder {
	color: rgba(0, 0, 0, .5);
}

.search-form input[type="text"]:focus.placeholder {
	color: rgba(0, 0, 0, .5);
}

.search-form input[type="text"]:focus ~ button {
	color: #0d81ef;
	opacity: 1;
}

.search-form input[type="text"]:focus ~ .search-result {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.search-form button {
	font-size: 20px;
	line-height: 16px;
	position: absolute;
	z-index: 5;
	right: 0;
	top: 0;
	background: none;
	width: 35px;
	height: 48px;
	border: none;
	color: #fff;
	padding: 0;
}

.search-result {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, .25);
	padding: 16px 10px 12px;
	position: absolute;
	top: 117%;
	left: auto;
	right: 0;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	width: 100%;
}

.search-result .heading {
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
}

.search-result .items-list {
	margin-bottom: 16px;
}

.search-result .items-list:last-child {
	margin-bottom: 0;
}

.search-result .img-holder {
	width: 48px;
}

.search-result .caption {
	width: 70%;
}

.search-result .caption .title {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.search-result a {
	padding: 0;
}

.search-result .videos-list .img-holder {
	width: 60px;
}

.items-list .title {
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	display: block;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

.items-list .artist {
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	opacity: .4;
}

.artist-round {
  border-radius: 50%;
}

.items-list .circle-holder {
	margin-right: 12px;
}

.items-list .circle-holder img {
	border-radius: 100%;
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear;
}

.items-list .img-holder {
	margin-right: 12px;
}

.items-list .img-holder img {
	border-radius: 4px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	-webkit-transition: box-shadow .2s ease-in-out, -webkit-transform .2s ease-in-out;
	transition: box-shadow .2s ease-in-out, -webkit-transform .2s ease-in-out;
	transition: box-shadow .2s ease-in-out, transform .2s ease-in-out;
	transition: box-shadow .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
	display: block;
}

.items-list li {
	border-bottom: 1px solid rgba(0, 0, 0, .03);
}

.items-list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.items-list a {
	padding: 8px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #000;
}

.items-list a:hover .title {
	color: #0d81ef;
}

.items-list a:hover img {
	box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.items-list a:active img {
	-webkit-transform: scale(.95);
	-ms-transform: scale(.95);
	transform: scale(.95);
}

.nav-opener {
	width: 24px;
	height: 20px;
	display: block;
	position: absolute;
	top: 50%;
	left: 16px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav-opener:before,
.nav-opener:after {
	left: 0;
	right: 0;
	height: 2px;
	border-radius: 1px;
	background: #fff;
	position: absolute;
	content: "";
	-webkit-transition: opacity .3s linear 0s,top .3s linear 0s,-webkit-transform .3s linear 0s;
	transition: opacity .3s linear 0s,top .3s linear 0s,-webkit-transform .3s linear 0s;
	transition: transform .3s linear 0s,opacity .3s linear 0s,top .3s linear 0s;
	transition: transform .3s linear 0s,opacity .3s linear 0s,top .3s linear 0s,-webkit-transform .3s linear 0s;
}

.nav-opener:before {
	top: 4px;
}

.nav-opener:after {
	bottom: 4px;
	display: block;
}

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

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

.resize-active .drop-holder {
	-webkit-transition: none;
	transition: none;
}

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #e3e3e3;
	width: 10px;
	bottom: 0;
	right: -25px;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #bbb;
	height: 14px;
	width: 10px;
	left: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #888;
	height: 1px;
	width: 10px;
}

.jcf-scrollbar-horizontal {
	display: none;
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 10px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #f00 !important;
}

.btn-default,
.btn-primary {
	background: rgba(255, 255, 255, .1);
	border-radius: 8px;
	padding: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn-default:hover,
.btn-primary:hover {
	background: #0d81ef;
}

.btn-primary {
	background: #0d81ef;
}

.btn-primary:hover {
	background: #43a4ff;
}

.visual {
	color: #fff;
	background: #212327;
}

.visual .container {
	padding-top: 24px;
	padding-bottom: 32px;
}

.visual a {
	color: #fff;
}

.visual .heading {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	padding-bottom: 17px;
	padding-top: 23px;
	display: block;
}

.visual .heading .icon-holder {
	font-size: 14px;
	line-height: 24px;
	margin-right: 13px;
	margin-left: 4px;
}

.visual .three-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: column;
	flex-direction: column;
}

.visual .col {
	width: 100%;
}

.visual .col:first-child {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	padding: 0 5px;
}

.visual .col:nth-child(2) {
	width: 100%;
}

.visual .col:last-child {
	width: 100%;
	padding: 0 9px;
}

.visual .jcf-scrollable-wrapper {
	height: auto !important;
	width: auto !important;
	width: 100% !important;
}

.visual .jcf-scrollable {
	height: auto !important;
	width: auto !important;
	padding: 0 10px;
	margin: 0 -10px;
}

.visual .open-close .less {
	display: none;
}

.visual .open-close.active .more {
	display: none;
}

.visual .open-close.active .less {
	display: inline-block;
}

.visual .open-close li {
	position: relative;
}

.visual .open-close li:last-child:after {
	width: 100%;
	height: 40px;
	content: "";
	position: absolute;
	bottom: 8px;
	left: 0;
	background-image: -webkit-linear-gradient(top, rgba(33, 35, 39, 0) 0%, #212327 100%);
	background-image: linear-gradient(180deg, rgba(33, 35, 39, 0) 0%, #212327 100%);
	pointer-events: none;
	z-index: 1;
}

.visual .open-close li:last-child:hover:after {
	display: none;
}

.visual .opener {
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	display: block;
	color: #0d81ef;
	margin-left: 5px;
	margin-top: 15px;
}

.visual .opener:hover {
	color: #39f;
}

.visual .items-list {
	position: relative;
	width: 100%;
	min-width: 100%;
}

.visual .items-list li {
	border-bottom-color: rgba(255, 255, 255, .03);
}

.visual .items-list .img-holder {
	position: relative;
	width: 48px;
}

.visual .items-list .img-holder:after,
.visual .items-list .img-holder:before {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s linear, visibility .2s linear;
	transition: opacity .2s linear, visibility .2s linear;
}

.visual .items-list .img-holder:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background: rgba(33, 35, 39, .5);
	border-radius: 4px;
	z-index: 1;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.visual .items-list .img-holder:before {
	font-size: 10px;
	line-height: 24px;
	width: 24px;
	height: 24px;
	border-radius: 24px;
	content: "\e900";
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #0d81ef;
	font-family: "icomoon";
	text-align: center;
}

.visual .items-list .caption {
	width: 74%;
}

.visual .items-list .caption .title {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.visual .items-list a {
	border-radius: 8px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 -10px;
}

.visual .items-list a:hover {
	background: rgba(255, 255, 255, .05);
	position: relative;
	z-index: 2;
}

.visual .items-list a:hover .title {
	color: #fff;
}

.visual .items-list a:hover .img-holder:after,
.visual .items-list a:hover .img-holder:before {
	opacity: 1;
	visibility: visible;
}

.visual .detail-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 13px;
	line-height: 16px;
	font-weight: 600;
	margin-bottom: 25px;
	margin-left: 10px;
}

.visual .detail-list img {
	margin-right: 8px;
}

.visual .detail-list li:first-child {
	margin-right: 19px;
}

.visual .detail-list li:first-child img {
	border-radius: 100%;
}

.visual .detail-list li:last-child img {
	border-radius: 3px;
}

.visual .detail-list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.visual .detail-list a:hover {
	color: #0d81ef;
}

.visual .social-networks-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.visual .social-networks-holder .title {
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	margin-right: 25px;
}

.visual .social-networks-holder .social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.visual .social-networks-holder li {
	margin-right: 16px;
}

.visual .social-networks-holder li:last-child {
	margin-right: 0;
}

.visual .social-networks-holder a {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	display: block;
	text-align: center;
	line-height: 40px;
}

.visual .social-networks-holder .facebook {
	background: #395498;
}

.visual .social-networks-holder .facebook:hover {
	background: #4d65a3;
}

.visual .social-networks-holder .twitter {
	background: #00a6e5;
	font-size: 12px;
}

.visual .social-networks-holder .twitter:hover {
	background: #1aafe8;
}

.visual .functions-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	margin-bottom: 21px;
}

.visual .functions-list li {
	margin-bottom: 11px;
	width: 32%;
}

.visual .functions-list li:nth-child(3) .icon-holder {
	margin-right: 9px;
}

.visual .functions-list li:last-child {
	width: 100%;
}

.visual .functions-list .size-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.visual .functions-list .size-holder span {
	display: block;
}

.visual .functions-list .size {
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	margin-left: 44px;
}

.visual .functions-list .icon-holder {
	margin-right: 12px;
}

.visual .functions-list a {
	background: rgba(255, 255, 255, .1);
	display: block;
	padding: 20px 15px;
	border-radius: 12px;
	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;
}

.visual .functions-list a:hover {
	background: #0d81ef;
}

.visual .meta-data {
	font-weight: 500;
	color: rgba(255, 255, 255, .5);
	margin-bottom: 13px;
	display: block;
}

.visual .info-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.visual .info {
	margin-bottom: 16px;
	margin-right: 87px;
}

.visual .info + .info {
	margin-right: 0;
}

.visual .info .sub-title {
	font-size: 11px;
	line-height: 16px;
	color: rgba(255, 255, 255, .3);
	display: block;
	font-weight: 500;
}

.visual .info .artist {
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.details-sections .container {
	padding-left: 20px;
	padding-right: 20px;
}

.details-sections .content-holder {
	background: #fff;
	box-shadow: 0 12px 24px rgba(33, 35, 39, .05);
	max-width: 1072px;
	margin: 0 auto;
}

.details-sections .head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 4px 20px;
}

.details-sections .head .title {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}

.details-sections .head .title a {
	font-size: 16px;
	line-height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 6px;
}

.details-sections .head .title a:after {
	font-size: 8px;
	line-height: 8px;
	content: "\e913";
	font-family: "icomoon";
	margin-left: 7px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s linear, visibility .2s linear;
	transition: opacity .2s linear, visibility .2s linear;
}

.details-sections .head .title a:hover {
	color: #0d81ef;
}

.details-sections .head .title a:hover:after {
	opacity: 1;
	visibility: visible;
}

.details-sections .head img {
	margin-right: 8px;
}

.details-sections .view-all {
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.details-sections .view-all .icon-holder {
	font-size: 8px;
	line-height: 8px;
	margin-left: 10px;
}

.details-sections .list-holder .items-list li:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, .03);
}

.details-sections .list-holder .items-list + .items-list li:first-child,
.details-sections .list-holder .items-list + .items-list li:last-child {
	border-bottom: none;
}

.details-sections .stats {
	font-size: 12px;
	line-height: 16px;
	color: rgba(0, 0, 0, .4);
	font-weight: 500;
}

.details-sections .items-list .title {
	font-size: 15px;
	line-height: 18px;
}

.details-sections .items-list li {
	border-bottom: 1px solid rgba(0, 0, 0, .03);
}

.details-sections .items-list li:last-child {
	border-bottom: none;
}

.details-sections .items-list a {
	position: relative;
}

.details-sections .items-list a:after {
	font-size: 25px;
	line-height: 25px;
	content: "\e912";
	font-family: "icomoon";
	position: absolute;
	top: 50%;
	right: 4px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #000;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

.details-sections .items-list a:hover:after {
	color: #0d81ef;
}

.autocomplete {
border-radius: 12px;
background: white;
padding: 12px;
}

.tabset {
	font-size: 14px;
	line-height: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 24px 12px;
	font-weight: 600;
}

.tabset li {
	margin-right: 2px;
	width: 32%;
}

.tabset li:first-child a {
	border-radius: 12px 0 0 12px;
}

.tabset li:last-child a {
	border-radius: 0 12px 12px 0;
}

.tabset a {
	background: rgba(191, 191, 191, .15);
	color: rgba(0, 0, 0, .3);
	display: block;
	text-align: center;
	padding: 20px 0;
}

.tabset a.active {
	background: #0d81ef;
	color: #fff;
}

.tabset a.active:hover {
	background: #0d81ef;
}

.tabset a:hover {
	background: rgba(191, 191, 191, .3);
}

.popular-tracks,
.recent-videos,
.albums-list {
	position: relative;
}

.popular-tracks:before,
.popular-tracks:after,
.recent-videos:before,
.recent-videos:after,
.albums-list:before,
.albums-list:after {
	content: "";
	background-image: url("../../new-player/images/gradient.png");
	background-repeat: no-repeat;
	width: 100%;
	height: 160px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.popular-tracks:after,
.recent-videos:after,
.albums-list:after {
	top: auto;
	bottom: 0;
	-webkit-transform: scale(-1, -1);
	-ms-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

.popular-tracks .container,
.recent-videos .container,
.albums-list .container {
	padding-top: 30px;
	padding-bottom: 41px;
	position: relative;
	z-index: 5;
}

.recent-videos .items-list,
.albums-list .items-list {
	width: auto;
}

.recent-videos .items-list a:after,
.albums-list .items-list a:after {
	display: block;
}

.recent-videos .items-list a:hover img,
.albums-list .items-list a:hover img {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

.recent-videos .items-list a:hover .caption:after,
.albums-list .items-list a:hover .caption:after {
	color: #0d81ef;
}

.recent-videos .items-list a:active img,
.albums-list .items-list a:active img {
	-webkit-transform: scale(.96);
	-ms-transform: scale(.96);
	transform: scale(.96);
}

.recent-videos .caption,
.albums-list .caption {
	position: relative;
}

.recent-videos .caption:after,
.albums-list .caption:after {
	font-size: 25px;
	line-height: 25px;
	content: "\e912";
	font-family: "icomoon";
	position: absolute;
	top: 20px;
	right: 12px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
	display: none;
}

.recent-videos .img-holder,
.albums-list .img-holder {
	margin-right: 16px;
}

.popular-tracks .container {
	padding-bottom: 24px;
}

.popular-tracks .img-holder {
	margin-right: 16px;
	width: 64px;
}

.popular-tracks .caption {
	width: 57%;
}

.recent-videos .head {
	padding-bottom: 19px;
}

.recent-videos .img-holder {
	width: 96px;
}

.recent-videos .caption {
	width: 54%;
}

.albums-list:after {
	display: none;
}

.albums-list .head {
	padding-bottom: 19px;
}

.albums-list .items-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.albums-list .items-list li {
	border-bottom: none;
	width: 47.6%;
	padding: 0 0 18px;
}

.albums-list .items-list a,
.albums-list .items-list .caption {
	display: block;
}

.albums-list .items-list a:after,
.albums-list .items-list .caption:after {
	display: none;
}

.albums-list .items-list .caption {
	padding: 0 5px;
}

.albums-list .img-holder img {
	width: 100%;
}

.hide-mobile {
	display: none;
}

#footer {
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: rgba(0, 0, 0, .2);
	text-align: center;
}

#footer a {
	color: rgba(0, 0, 0, .2);
}

#footer a:hover {
	color: #0d81ef;
}

#footer .container {
	padding-top: 31px;
	padding-bottom: 31px;
}

#footer .logo {
	margin-bottom: 15px;
}

#footer .footer-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -12px 20px;
}

#footer .footer-navigation li {
	padding: 0 12px;
}

@media (min-width: 360px) {
	.visual .functions-list li:nth-child(3) .icon-holder {
		margin-right: 12px;
	}

	.visual .functions-list .size {
		margin-left: 84px;
	}
}

@media (min-width: 480px) {
	.search-result .videos-list .img-holder {
		width: 72px;
	}

	.visual .functions-list .size {
		margin-left: 82px;
	}

	.details-sections .head .title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.details-sections .head .title a {
		margin-left: 13px;
		margin-top: 0;
	}

	.recent-videos .img-holder img,
	.albums-list .img-holder img {
		width: 100%;
	}

	.popular-tracks .img-holder {
		width: auto;
		margin-right: 20px;
	}

	.popular-tracks .caption {
		width: auto;
	}

	.recent-videos .img-holder {
		width: 33%;
	}
}

@media (min-width: 768px) {
	
	
	
	
	#login-menu {
	display: none;	
	}
	
	#radio {
	display: block;	
	}
	
	#radio-mobile {
	display: none;	
	}
	
	h1,
	.h1 {
		margin-left: 0;
		font-size: 40px;
		line-height: 45px;
	}

	.header-top {
		display: block;
	}

	.navigation-holder .container {
		padding-top: 15px;
		padding-bottom: 17px;
	}

	.navigation-holder .logo {
		margin-right: 32px;
		margin-left: -2px;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		text-align: left;
	}

	.navigation-holder #nav {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.navigation {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		background: none;
		box-shadow: none;
	}

	.navigation a {
		padding: 0;
	}


	.search-form {
		position: relative;
		right: 0;
		top: 0;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		background: rgba(255, 255, 255, .1);
		height: auto;
		width: auto;
	}

	.search-form input[type="text"] {
		position: static;
		opacity: 1;
		visibility: visible;
		display: block;
		width: 200px;
		background: none;
		color: #fff;
		padding: 0 45px 0 20px;
	}

	.search-form input[type="text"]:focus {
		width: 220px;
	}

	.search-form button {
		width: 45px;
		height: 100%;
		color: #fff;
		opacity: .3;
		z-index: 1;
		top: 0;
		right: 0;
	}

	.search-result {
		width: 300px;
		max-width: none;
	}

	.search-result .img-holder {
		width: 18%;
	}

	.search-result .videos-list .img-holder {
		width: 25%;
	}

	.search-result .videos-list .img-holder {
		width: 25.7%;
	}

	.nav-opener {
		display: none;
	}

	.visual .container {
		padding-top: 41px;
		padding-bottom: 151px;
	}

	.visual .heading {
		padding-bottom: 25px;
	}

	.visual .three-columns {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.visual .col {
		width: 32%;
	}

	.visual .col:first-child {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		padding: 0;
	}

	.visual .col:nth-child(2) {
		width: 68%;
	}

	.visual .jcf-scrollable-wrapper {
		width: 100% !important;
	}

	.visual .jcf-scrollable {
		height: 470px;
		max-height: 470px;
	}

	.visual .opener {
		display: none;
	}

	.visual .items-list .img-holder {
		width: 20%;
	}

	.visual .detail-list {
		font-size: 16px;
		line-height: 1.2;
		margin-left: 0;
		margin-bottom: 35px;
	}

	.visual .detail-list li:first-child {
		margin-right: 24px;
	}

	.visual .social-networks-holder {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-top: 16px;
	}

	.visual .social-networks-holder li {
		margin-right: 8px;
	}

	.visual .functions-list {
		margin-bottom: 30px;
	}

	.visual .functions-list li {
		width: 21%;
		margin-bottom: 8px;
	}

	.visual .functions-list li:nth-child(3) .icon-holder {
		font-size: 17px;
	}

	.visual .functions-list li:last-child {
		width: 32%;
	}

	.visual .functions-list .size {
		margin-left: 15px;
	}

	.visual .functions-list a {
		padding: 20px 12px;
	}

	.visual .meta-data {
		margin-bottom: 34px;
	}

	.details-sections .container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.details-sections .content-holder {
		margin-top: -136px;
		border-radius: 24px;
	}

	.details-sections .head {
		padding: 0 7px 12px;
	}

	.details-sections .head .title {
		font-size: 18px;
		line-height: 24px;
	}

	.details-sections .view-all {
		font-size: 16px;
		line-height: 1.2;
	}

	.details-sections .list-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.details-sections .list-holder .items-list li:last-child {
		border-bottom: none;
	}

	.details-sections .items-list .title {
		font-size: 16px;
		line-height: 20px;
	}

	.details-sections .items-list li {
		border-bottom: none;
	}

	.tabset {
		font-size: 16px;
		line-height: 1.2;
		padding: 32px 15px;
	}

	.tabset li {
		width: auto;
	}

	.tabset a {
		width: 200px;
		padding: 18px 0;
	}

	.popular-tracks .container,
	.recent-videos .container,
	.albums-list .container {
		padding-top: 39px;
	}

	.recent-videos .items-list,
	.albums-list .items-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: left;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px;
	}

	.recent-videos .items-list li,
	.albums-list .items-list li {
		width: 25%;
		padding: 0 10px;
	}

	.recent-videos .items-list a,
	.albums-list .items-list a {
		padding: 0;
		display: block;
	}

	.recent-videos .items-list a:after,
	.albums-list .items-list a:after {
		display: none;
	}

	.recent-videos .caption,
	.albums-list .caption {
		padding: 0 5px;
	}

	.recent-videos .caption:after,
	.albums-list .caption:after {
		display: block;
		right: 4px;
	}

	.recent-videos .img-holder,
	.albums-list .img-holder {
		margin: 0 0 8px;
	}

	.recent-videos .img-holder img,
	.albums-list .img-holder img {
		width: auto;
	}

	.popular-tracks .container {
		padding-bottom: 34px;
	}

	.popular-tracks .items-list {
		width: 49%;
	}

	.recent-videos .img-holder {
		width: auto;
	}

	.recent-videos .caption {
		padding-right: 32px;
		width: auto;
	}

	.albums-list .items-list li {
		width: 20%;
		padding: 0 10px;
	}

	.albums-list .img-holder img {
		width: auto;
	}

	.hide-mobile {
		display: block;
	}

	#footer .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-top: 105px;
	}

	#footer .logo {
		margin-right: 35px;
		margin-bottom: 0;
	}

	#footer .footer-navigation {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin: 0 -12px;
	}
}

@media (min-width: 1024px) {
	
	.visual .social-networks-holder
{
	padding-bottom: 24px;
	padding-top: 24px;
}
	
	.header-top .social-networks {
		margin: 0 -12px;
	}

	.header-top .social-networks li {
		padding: 0 12px;
	}

	.header-top .app-link {
		padding-left: 84px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.header-top .app-link .title {
		margin-right: 23px;
	}

	.search-form input[type="text"] {
		width: 240px;
	}

	.search-form input[type="text"]:focus {
		width: 320px;
	}

	.search-result {
		padding: 16px 20px 12px;
		width: 100%;
		left: 0;
	}

	.btn-default,
	.btn-primary {
		padding: 8px 16px;
	}

	.visual .col {
		width: 25%;
	}

	.visual .col:nth-child(2) {
		width: 41.7%;
	}

	.visual .col:last-child {
		width: 25%;
		padding: 0;
	}

	.visual .items-list .caption {
		width: 75%;
	}

	.visual .social-networks-holder {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.visual .social-networks-holder .title {
		margin-right: 0;
	}

	.visual .functions-list {
		display: block;
	}

	.visual .functions-list li {
		width: auto;
	}

	.visual .functions-list li:nth-child(3) .icon-holder {
		margin-right: 20px;
	}

	.visual .functions-list li:last-child {
		width: auto;
	}

	.visual .functions-list .size-holder {
		display: block;
	}

	.visual .functions-list .size {
		margin-left: 0;
	}

	.visual .functions-list .icon-holder {
		margin-right: 20px;
	}

	.visual .functions-list a {
		padding: 20px 21px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.visual .info-holder {
		display: block;
	}

	.visual .info {
		margin-bottom: 23px;
		margin-right: 0;
	}

	.recent-videos .caption:after,
	.albums-list .caption:after {
		right: 12px;
	}

	.recent-videos .caption {
		padding-right: 44px;
	}
	
	.brand-logo:link {
		opacity: 0.85;
  		filter: alpha(opacity=85); /* For IE8 and earlier */
	}
	
	.brand-logo:hover {
		opacity: 1;
  		filter: alpha(opacity=100); /* For IE8 and earlier */
	}
	
}

@media (max-width: 767px) {
	
	
	.visual .social-networks-holder
{
	padding-bottom: 24px;
	padding-top: 0px;
}
	
	#prev_class {
	position: relative;
	top: -1px;
	font-size: 20px; 
	padding-top: 10px;
	}
	
	#next_class {
	position: relative;
	
	font-size: 20px; 
	
	}
	
	#play_same {
	font-size: 26px;	
	}
	
	#player_wraper {
	margin-top: 0px;	
	}
	
	
	.navigation {
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: -webkit-transform .30s linear;
		transition: -webkit-transform .30s linear;
		transition: transform .30s linear;
		transition: transform .30s linear, -webkit-transform .30s linear;
	}

	.search-active .search-form {
		width: calc(100% - 30px);
		display: block;
	}

	.search-active .search-form input[type="text"] {
		opacity: 1;
		visibility: visible;
		z-index: 1;
	}

	.search-active .search-form input[type="text"]::-webkit-input-placeholder {
		color: rgba(0, 0, 0, .5);
	}

	.search-active .search-form input[type="text"]::-moz-placeholder {
		opacity: 1;
		color: rgba(0, 0, 0, .5);
	}

	.search-active .search-form input[type="text"]:-moz-placeholder {
		color: rgba(0, 0, 0, .5);
	}

	.search-active .search-form input[type="text"]:-ms-input-placeholder {
		color: rgba(0, 0, 0, .5);
	}

	.search-active .search-form input[type="text"].placeholder {
		color: rgba(0, 0, 0, .5);
	}

	.search-active .search-form .search-opener {
		color: rgba(0, 0, 0, .5);
	}

	.drop-holder {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		z-index: 9999;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: max-height .5s ease-in-out;
		transition: max-height .5s ease-in-out;
	}

	.nav-active .drop-holder {
		max-height: 4000px;
	}

	.truncate {
		text-overflow: clip;
		overflow: hidden;
		white-space: nowrap;
	}

	.visual .functions-list li:nth-child(2) a {
		padding-left: 16px;
		padding-right: 16px;
	}

	.visual .functions-list li:nth-child(2) .truncate {
		width: 30px;
	}

	.visual .functions-list li:nth-child(3) a {
		padding-left: 6px;
		padding-right: 6px;
	}

	.visual .functions-list li:nth-child(3) .truncate {
		width: 60px;
	}

	.tabset .truncate {
		width: 80px;
		margin: 0 auto;
		display: block;
	}
	
	#main {
		position: relative;
		top: -114px;
		}
		
	.logo {
	width: 48px;	
	margin-right: auto; 
	margin-left: auto;
	}
	
	.search-form button {
		outline:none;
	}
	
	
	#radio {
	display: none;	
	}
	
	#radio-mobile {
	display: none;	
	}
	
}
