/* Font face */
@font-face {
	font-family: 'latoheavy';
	src: url('../fonts/lato-heavy-webfont.woff2') format('woff2'),
	   url('../fonts/lato-heavy-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latoregular';
	src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
	   url('../fonts/lato-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'museo_cyrl900';
	src: url('../fonts/exljbris_-_museo_cyrl_900-webfont.woff2') format('woff2'),
		url('../fonts/exljbris_-_museo_cyrl_900-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
/* hebrew */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: normal;
	src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v7/iJWKBXyIfDnIV7nDrXyi0A.woff2) format('woff2');
	unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
	font-family: 'RubikHeavy';
	font-style: normal;
	font-weight: normal;
	src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v7/iJWKBXyIfDnIV7nDrXyi0A.woff2) format('woff2');
	unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}


body, input, textarea,
.select-project .selectric {
	font-family: 'latoregular', Arial, Helvetica, sans-serif;
}

textarea {
	resize: none;
}

.list-categories a,
.tabs a {
	font-family: 'latoheavy', Arial, Helvetica, sans-serif;
}

[dir="rtl"] .list-categories a,
[dir="rtl"] .tabs a {
	font-family: 'Rubik', Arial, Helvetica, sans-serif;
}

[dir="rtl"] body,
[dir="rtl"] input,
[dir="rtl"] textarea,
[dir="rtl"] .select-project .selectric {
	font-family: 'RubikHeavy', Arial, Helvetica, sans-serif;
}



/* Styles */
body {
    background: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 120%;
    color: #000;
    margin: 0;
    padding: 0;
    font-weight: normal;
}


a { text-decoration: none; outline: none; color: #000; }
a:hover { text-decoration: underline; outline: none; }
a img { border: none; }
h1, h2, h3, h4, h5, h6, p, fieldset, form, ul, ol, li, dl, dt, dd {
	padding: 0;
	margin: 0;
}
header, nav, section, article, aside, footer { display: block;}
.clear {
	clear: both;
	height: 0;
	line-height: 0px;
	font-size: 1px;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height:1%;}
.clearfix {display:block;}
*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.container {
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    margin: auto;
}
img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    color: 1e1e1e;
    font-family: 'museo_cyrl900';
    line-height: 120%;
    margin-bottom: 30px;
}

[dir=rtl] h1, [dir=rtl] h2, [dir=rtl] h3, [dir=rtl] h4, [dir=rtl] h5, [dir=rtl] h6 {
	font-family: 'Rubik', Arial, Helvetica, sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #1e1e1e;
}

h1 a:hover, h2 a:hover, h3 a:hover,
h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: none;
}

h1 {font-size: 40px;}
h2 {font-size: 40px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 12px;}
p {
    font-size: 18px;
    line-height: 120%;
    color: #000000;
    padding-bottom: 15px;
}
input, textarea {
	font-size: 16px;
	color: #000;
	width: 100%;
	height: 57px;
	line-height: 55px;
	padding: 0 10px 0 10px;
	outline: none;
	margin-bottom: 20px;
	font-weight: normal;
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	text-align: left;
}
textarea {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 110%;
    height: 120px;
}
input:-moz-placeholder {
    color: #bebebe;
}
input::-webkit-input-placeholder {
    color: #bebebe;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none;
}
input[type="submit"] {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height:55px;
    display: block;
    background: #4b79bb;
	border: 1px solid #4b79bb;
    height: 57px;
    cursor: pointer;
}
button{outline: none;}
.center {text-align: center;}
.right {float: right;}
/*  Header  */
header {
    background: #ff7315;
	background: -moz-linear-gradient(left, #ff7315 0%, #ff6701 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #ff7315), color-stop(100%, #ff6701));
	background: -webkit-linear-gradient(left, #ff7315 0%, #ff6701 100%);
	background: -o-linear-gradient(left, #ff7315 0%, #ff6701 100%);
	background: -ms-linear-gradient(left, #ff7315 0%, #ff6701 100%);
	background: linear-gradient(to right, #ff7315 0%, #ff6701 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7315', endColorstr='#ff6701', GradientType=1 );
    position: relative;
    z-index: 1;
	padding: 25px 0;
}
header:before, header:after {
	position: absolute;
	background: url(../images/bg/header.png) no-repeat right center;
	height: 100%;
	top: 0;
	right: 0;
	content: "";
	width: 50%;
	background-size: auto 80%;
	z-index: -1;
}
header:after {
	transform: scale(-1, 1);
	right: auto;
	left: 0;
	background-position: right center;
}
header .container {
	position: relative;
}
header .col-sm-10 {
	padding-left: 0;
}
.logotype {
    display: inline-block;
    /*margin: 0 10px 10px 0;*/
    max-width: 200px;
}
/* Player */


/*  Navigation */
.navigation {
    display: inline-block;
    vertical-align: top;
}
.navigation ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
	line-height: 57px;
}
.navigation ul li {
    display: inline-block;
    padding: 0 7px;
    color: #fff;
    font-size: 14px;
    position: relative;
}
.navigation ul li a {
	color: #fff;
	display: block;
	line-height: 20px;
}
.navigation ul li.active> a,
.navigation ul li:hover> a {
	border-bottom: 2px solid #fff;
	text-decoration: none;
}
/* Buttons*/
.btn {
	cursor: pointer;
	margin-top: 2px;
	font-size: 16px;
	line-height: 41px;
	color: #000;
	padding: 0px 16px;
	background: #fff;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	margin-bottom: 20px;
	/*margin-left: 13px;*/
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 6px 16px 0px rgba(183, 6, 6, 0.15);
	-moz-box-shadow:    0px 6px 16px 0px rgba(183, 6, 6, 0.15);
	box-shadow:         0px 6px 16px 0px rgba(183, 6, 6, 0.15);
	white-space: nowrap;
}
.btn:hover {
	text-decoration: none;
    opacity: 0.9;
}
.btn.blue {
    background: #4b79bb;
    color: #fff;
	padding: 0px 25px
}
.btn.red {
    background: #ff0000;
    color: #fff;
	padding: 0px 25px
}
.btn.registration {
	margin-left: 15px;
	padding: 0px 10px;
}
.link {
	line-height: 50px;
	margin-left: 20px;
	margin-bottom:15px;
}
.link a {
    font-size: 16px;
    color:#fff;
    text-decoration: none;
}
.link a:hover {
	text-decoration: underline;
}
.social {
    list-style: none;
    margin: 0 0 20px 10px;
    padding: 0;
	line-height: 57px;
}
.social li {
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 1px;
}
.social li a {
    color: #235b9e;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 6px 16px 0px rgba(183, 6, 6, 0.15);
    -moz-box-shadow:    0px 6px 16px 0px rgba(183, 6, 6, 0.15);
    box-shadow:         0px 6px 16px 0px rgba(183, 6, 6, 0.15);
}
.social li:nth-child(2n) a{
    color: #75a9ea;
}
.social li:nth-child(4n) a{
    color: red;
}
.lang {
	direction: ltr;
	position: relative;
	background: #fff;
	border-radius: 20px;
	margin: 9px 0 0px 11px;
	-webkit-box-shadow: 0px 6px 16px 0px rgba(183, 6, 6, 0.15);
	-moz-box-shadow:    0px 6px 16px 0px rgba(183, 6, 6, 0.15);
	box-shadow:         0px 6px 16px 0px rgba(183, 6, 6, 0.15);
}
.lang a {
	font-size: 16px;
	color: #000;
	padding: 7px 10px;
	line-height: 23px;
	display: block;
}
.lang a.current:after {
	content: "\f107";
	color:#000;
	font-family: FontAwesome;
	margin-left: 10px;
}
.lang a .icon {
	width: 23px;
	height: 23px;
	overflow: hidden;
	border-radius: 100%;
	margin-right: 0;
	display: inline-block;
	vertical-align: middle;
}
.lang ul {
	display: none;
	background: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	list-style: none!important;
	margin: 0;
	padding: 0;
	border-radius: 5px;
	width: 100%;
	z-index: 999;
}
[dir=rtl] .lang ul {
	text-align: left;	
}
.lang ul a .icon {
	/*width: 18px;
	height: 18px;*/
}
.lang:hover {
	border-radius: 20px 20px 0 0;
}
.lang:hover ul {
	display: block;
	border-radius: 0 0 5px 5px;
}
.lang a:hover {
	text-decoration: none;
}
.wrap-search {
    max-width: 570px;
    margin-left: 0px;
    margin-top: 2px;
}
.search-box {
	margin-top: 2px;
	background: #fff;
	border-radius: 5px;
	height: 41px;
	margin-bottom: 10px;
    display: table;
    width:100%;
}
.search-box .td {
    display: table-cell;
    vertical-align: middle;
}
.search-box #search{
	width: 100%;
	padding: 0 20px;
	border: none;
	height: 41px;
	line-height: 41px;
	margin: 0;
}
.search-box .dropdown {
    position: relative;
    min-width: 125px;
}
.search-box .dropdown .dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
	width: 100%;
	z-index: 10;
}
[dir=rtl] .search-box .dropdown .dropdown-menu {
	left: auto;
	right: 0;
}
.search-box .dropdown .dropdown-menu li {
    padding-left: 30px;
    position: relative;
    user-select: none;
}
.search-box .dropdown .dropdown-menu li label {
    position: absolute;
    top: 10px;
    left: 10px;
    min-width: 18px;
    min-height: 18px;
}
[dir=rtl] .search-box .dropdown .dropdown-menu li label {
	left: auto;
	right: 10px;
}

/* CheckBoxs Section */
input[type="checkbox"] {
	opacity: 0;
	display: none;
}

input[type="checkbox"]+label {
	padding-left: 23px;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color:#fff;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 15px;
	cursor: pointer;
}

[dir=rtl] input[type="checkbox"]+label {
	padding-left: 0;
	padding-right: 23px;
	margin-right: 0;
	margin-left: 20px;
}

[dir=ltr] input[type="checkbox"]+label:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	content: "";
	color: #5cce00;
	font-family: FontAwesome;
	font-size: 10px;
	text-align: center;
	line-height: 18px;
}

[dir=rtl] input[type="checkbox"]+label:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	content: "";
	color: #5cce00;
	font-family: FontAwesome;
	font-size: 10px;
	text-align: center;
	line-height: 18px;
}

[dir=ltr] input[type="checkbox"]:checked +label:before {
	content: "\f00c";
}

[dir=rtl] input[type="checkbox"]:checked +label:after {
	content: "\f00c";
}

.checkbox-green input[type="checkbox"]+label {
	color:#000;
	font-size: 16px;
	display: block;
	margin-bottom: 20px;
	padding-left: 33px;
}

[dir=rtl] .checkbox-green input[type="checkbox"]+label {
	padding-left: 0;
	padding-right: 33px;
}

[dir=ltr] .checkbox-green input[type="checkbox"]+label:before {
	background: #b7b7b7;
	color: #fff;
	content: "\f00c";
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 8px;
}

[dir=rtl] .checkbox-green input[type="checkbox"]+label:after {
	background: #b7b7b7;
	color: #fff;
	content: "\f00c";
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 8px;
}


[dir=ltr] .checkbox-green input[type="checkbox"]:checked +label:before, 
.checkbox-green input[type="checkbox"]:checked +label.checkbox:before {
	background: #71d596;
	color: #fff;
}

[dir=rtl] .checkbox-green input[type="checkbox"]:checked +label:after, 
.checkbox-green input[type="checkbox"]:checked +label.checkbox:after {
	background: #71d596;
	color: #fff;
}

.add-box-popup .checkbox-green input[type="checkbox"]+label {
	display: inline-block;
}

.table .checkbox-green input[type="checkbox"]+label,
.table .checkbox-white input[type="checkbox"]+label {
	margin: 0 20px 0 0;
	padding: 0;
	min-height: 18px;
}

[dir=rtl] .table .checkbox-green input[type="checkbox"]+label,
[dir=rtl] .table .checkbox-white input[type="checkbox"]+label {
	margin: 0 0 0 20px;
}

.checkbox-green.similar-list input[type="checkbox"]+label {
	display: block;
	padding-left: 33px;
	margin-bottom: 3px;
}

[dir=rtl] .checkbox-green.similar-list input[type="checkbox"]+label {
	padding-left: 0;
	padding-right: 33px;
}
/* End ChekBoxs Section */




.dropdown-menu  a, .dropdown-menu  span {
	display: block;
	padding: 10px 20px;
}
.dropdown-menu  li:hover {
	background: #efefef;
}
.dropdown-menu  li:hover a {
 	text-decoration: none;   
}
.search-box .dropdown .current.open + .dropdown-menu{
	display: block;
}
.search-box .dropdown .current {
	display: block;
	border-left: 1px solid #efefef;
	line-height: 41px;
	font-size: 16px;
	color: #000;
	padding: 0 40px 0 20px;
	cursor: pointer;
	position: relative;
}
[dir=rtl] .search-box .dropdown .current {
	padding: 0 20px 0 40px;
}
.search-box .dropdown .current:before {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	right: 20px
}
[dir=rtl] .search-box .dropdown .current:before {
	right: auto;
	left: 20px;
}
.search-box .dropdown .current i {
	margin-left: 10px;
}
.search-box input[type="submit"] {
	height: 41px;
	background: #4b79bb url('../images/icons/search.png') no-repeat center center;
	margin: 0;
	text-indent: -999px;
	overflow: hidden;
	border-radius: 0 5px 5px 0;
	min-width: 60px;
	color:#4b79bb;
}
.search-box .buttons-icon {
	padding: 0;
	text-align: center;
	border-left: 1px solid #efefef;
	min-width: 80px;
	line-height: 0;
	vertical-align: middle;
}
.search-box .buttons-icon a {
	display: inline-block;
	vertical-align: middle;
	color: #bebebe;
	margin: 0 5px;
}
.search-box .buttons-icon .delete {
	line-height: 0px;
	text-align: center;
	font-size: 12pt;
}

.mobile-menu {
	background: #fff;
	width: 30px;
	height: 5px;
	float: right;
	margin: 20px 0 0px 20px;
	position: relative;
	display: none;
	clear: both;
}
.mobile-menu:before {
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 5px;
	background: #fff;
	content: "";
}
.mobile-menu:after {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 5px;
	background: #fff;
	content: "";
}
.mobile-search {
     display: none;
}
/*  Content  */
#content {overflow: hidden;}
/* Slider */
.slick-arrow {
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    overflow: hidden;
    top:  50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    text-align: center;
	border-radius: 3px;
	background: #ff6501;
	color: #fff;
}
.slick-arrow:before {
    font-size: 30px;
    line-height: 45px;
    font-family: FontAwesome;
}
.next:before {content: "\f105";}
.prev:before {content: "\f104";}
.slick-list {margin: 0 -15px;}
.slick-slide{padding: 0 15px;}
.slick-dots li {
    display: inline-block;
}
.slick-dots button {
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: #fff;
	text-indent: -999px;
	margin: 0 5px;
	z-index: 15;
	border: none;
	border-radius: 100%;
	padding: 0;
	cursor: pointer;
}
.slick-dots .slick-active button,
.slick-dots button:hover {
	background: #feb122;
}

.carousels .slick-slide img {
	max-width: 260px;
	max-height: 260px;
	
}


#slider {
    position: relative;
}
#slider .container {
    position: absolute;
    top:  50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
#slider .slick-arrow {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    overflow: hidden;
    border-radius: 100%;
    color:#000;
    position: static;
	top: 0;
	transform: none;
	-webkit-box-shadow: 0px 6px 16px 0px rgba(127, 61, 0, 0.28);
    -moz-box-shadow:    0px 6px 16px 0px rgba(127, 61, 0, 0.28);
    box-shadow:         0px 6px 16px 0px rgba(127, 61, 0, 0.28);
}
#slider .slick-arrow:before {
    font-size: 30px;
    line-height: 60px;
}
#slider .next {float: right;}
#slider .prev {float: left;}
#slider .slick-dots {
    text-align: center;
    display: block;
    width: 100%;
    position: absolute;
    bottom:40px;
}
#slider .slick-list {margin: 0;}
#slider .slick-slide{padding: 0;}
.carousel-col-2, .carousel-col-4, .carousel-col-4-one {
	margin-bottom: 40px;
	padding-bottom: 55px;
	position: relative;
}
.carousel-col-2 .slick-arrow, .carousel-col-4 .slick-arrow, .carousel-col-4-one .slick-arrow {
	top: auto;
	bottom: 0;
	left: 0;
	transform: none;
}
.carousel-col-2 .slick-arrow.next, .carousel-col-4 .slick-arrow.next, .carousel-col-4-one .slick-arrow.next {
	left: 70px;
}
.carousels .col-sm-6 {
	padding-top: 50px;
}
/*.carousels .col-sm-6:nth-child(2){
	border-left: 1px solid #f7f7f7;
}*/
.carousels .col-sm-6:nth-child(1) .carousel-col-2, .carousels .col-sm-6:nth-child(1) .carousel-col-4, .carousels .col-sm-6:nth-child(1) .carousel-col-4-one {
	margin-right: 15px;
}
.carousels .col-sm-6:nth-child(2) .carousel-col-2, .carousels .col-sm-6:nth-child(2) .carousel-col-4, .carousels .col-sm-6:nth-child(2) .carousel-col-4-one {
	margin-left: 15px;
}
.carousels h2 {
	margin-bottom: 28px;
}
/* Box */
.box .img, .boxx .img  {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: hidden;
	margin-top: 12px;
	margin-bottom: 12px;
	display: block;
}
.box .img img {
	width: 100%;
}
.box .title {
	font-size: 23px;
	color: #000;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 5px;
    display: inline-block;
}
.box p {
	font-size: 15px;
	line-height: 180%;
	color: #000;
	font-weight: 400;
	padding-bottom: 20px;
}
a.box:hover {
	text-decoration: none;
}
a.box:hover .img img,
div.boxx:hover .img img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
}
a.box:hover .title {
	text-decoration: underline;
}
.box .img.play {
	position: relative;
	display: block;
	overflow: hidden;
}
.box .img.play:before {
	position: absolute; 
	top:50%;
	left: 50%;
	content: "\f04b";
	text-indent: 5px;
	font-family: FontAwesome;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #ff6501;
	color: #fff;
	font-size: 25px;
	text-align: center;
	margin: -35px 0 0 -35px;
	border-radius: 100%;
	overflow: hidden;
	z-index: 15;
}


.most-popular {
	background: #f7f7f7;
	padding: 40px 0 20px;
}
.most-popular h2 {
	margin-bottom: 15px;
}

/*.most-popular .slick-arrow {
	width: 60px;
	height: 60px;
	background: #ebebeb;
	color: #000;
	top: 145px;
}
.most-popular .prev {
	left: 30px;
}
.most-popular .next {
	right: 30px;
}
.most-popular .slick-arrow:before {
	line-height: 60px;
}*/



.partners{
	padding: 35px 0;
}
.partners h2 {
	margin-bottom: 30px;
}
.partners .logo {
	border: 1px solid #ebebeb;
	text-align: center;
	border-radius: 5px;
	height: 125px;
	overflow: hidden;
	display: block;
	line-height:125px;
	padding: 0 20px;
}
.partners .logo img {
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}
.partners .slick-dots,
.most-popular .slick-dots {
	position: absolute;
	right: -5px;
    top: -50px;
}
.partners .slick-dots button,
.most-popular .slick-dots button {
	width: 14px;
	height: 14px;
	margin:0 5px;
	background: #e1e1e1;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
}
.partners .slick-dots .slick-active button,
.partners .slick-dots button:hover,
.most-popular .slick-dots .slick-active button,
.most-popular .slick-dots button:hover {
	background: #ff6501;
}
.music {
	background: url(../images/bg/bg-music.png) repeat center center;
	padding: 50px 0 70px;
}
.music .container {
	padding: 50px;
	max-width: 1240px;
	background: #fff;
}
.music h2 {
	margin-bottom: 5px;
}
.music h3 {
	font-size: 22px;
	margin-bottom: 20px;
} 
.list-categories {
	display: flex;
	padding-bottom: 35px;
}
.list-categories a {
	font-size: 18px;
	color:#000;
	line-height: 30px;
	padding: 15px;
	width: 20%;
	text-align: center;
	border-bottom: 2px solid #eff2f7;
}



.list-categories a:hover {
	padding-bottom: 12px;
	border-bottom: 5px solid #eff2f7;
	color: #ff6501;
	text-decoration: none;
}
.list-categories a.active, 
.list-categories a.active:hover {
	padding-bottom: 12px;
	border-bottom: 5px solid #ff6501;
	color:#000;
}
.content-category {
	margin-bottom: 35px;
}
.content-category .list {
    border: 1px solid #e7e7e7;
    margin: 0 0 35px;
}
.list .scroll-wrapper {
    max-height: 457px;
}
.content-category ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #e7e7e7;
	height: 457px;
	overflow: auto;
}
.content-category ul li {
	height: 65px;
	padding: 20px 50px 20px 20px;
	border-bottom: 1px solid #e7e7e7;
	display: block;
	cursor: pointer;
	position: relative;
	font-size: 18px;
	color: #000;
}
.content-category ul li:after {
	position: absolute;
	width: 23px;
	height: 23px;
	overflow: hidden;
	border-radius: 100%;
	border: 1px solid #ff6f11;
	color: #ff6f11;
	background: #fff;
	content: "\f054";
	font-family: FontAwesome;
	right: 23px;
	text-align: center;
	line-height: 23px;
	font-size: 10px;
}
.content-category .arrow-to-right {
	position: relative;
	width: 23px;
	height: 23px;
    float: right;
}
.content-category .arrow-to-right:before {
    position: absolute;
	width: 23px;
	height: 23px;
	overflow: hidden;
	border-radius: 100%;
	border: 1px solid #ff6f11;
	color: #ff6f11;
	background: #fff;
	content: "\f054";
	font-family: FontAwesome;
	right: 0;
	text-align: center;
	line-height: 23px;
	font-size: 10px;
}
.content-category ul li:hover {
	background: #e7e7e7;
}
.content-category ul li:hover:after {
	border-color: #fff;
}
.content-category .add,
.content-category .del {
	width: 23px;
	height: 23px;
	border-radius: 100%;
	background: #ff6501;
	text-align: center;
	line-height: 23px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	color:#fff;
	margin-right: 15px;
}
.content-category .add:before,
.content-category .del:before {
	content: "\f067";
	font-family: FontAwesome;
	position: absolute;
	top: 1px;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 23px;
	font-size: 12px;
}
.content-category .del {
	background: #ff4848;
}
.content-category .del:before {
	content: "\f00d";
	top: 0;
}
.content-category ul.result li:after {
	display: none;
}
.content-category ul.result {
	height: 330px;
}
.col-sm-5 .list .scroll-wrapper {
    max-height: 327px;
}
.content-category .btn.search, #similar .btn.search {
	line-height: 41px;
	font-size: 22px;
	display: block;
	margin: 0;
	-webkit-box-shadow: 0px 6px 16px 0px rgba(60, 94, 144, 0.18);
	-moz-box-shadow:    0px 6px 16px 0px rgba(60, 94, 144, 0.18);
	box-shadow:         0px 6px 16px 0px rgba(60, 94, 144, 0.18);
}
.btn.btn-circle {
	margin: 0;
	border: 0;
	cursor: pointer;
	-webkit-box-shadow: 0px 6px 16px 0px rgba(60, 94, 144, 0.18) !important;
	-moz-box-shadow:    0px 6px 16px 0px rgba(60, 94, 144, 0.18) !important;
	box-shadow:         0px 6px 16px 0px rgba(60, 94, 144, 0.18) !important;
}

/* Table */
.table, .table-information {
	display: table;
	width: 100%;
	font-size: 16px;
}
.table .tr, .table .th,
.table-information .tr {
	display: table-row;
}
.table .tr:nth-child(odd) .td {
	background: #f8f8f8;
}
.table .th  .td{
	background: #b8b8b8;
	color: #fff;
	font-weight: 700;
}
.table .th small {
	font-size: 12px;
	font-weight: 400;
	display: block;
}
.table .td,
.table-information .td {
	display: table-cell;
	padding: 15px;
	vertical-align: middle;
}
.table a:hover {
	text-decoration: none;
	color: #00bff3;
}
.table .download, .table .addbuttons {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	background: #b7b7b7;
	display: inline-block;
	padding: 0px 15px 0px 35px;
	border-radius: 15px;
	position: relative;
	line-height:27px;
    white-space: nowrap;
}
.table .download:before {
	content: "\f063";
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	left: 15px;
	line-height: 27px;
}

.table .addbuttons:before {
	content: "\f067";
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	left: 15px;
	line-height: 27px;
}

.table .download:hover,
.table .addbuttons,
.table .add:hover,
.table .th .download {
	color:#fff;
	background: #71d596
}


.table .add, .table .arrow, .table .info, .table .share {
	width: 23px;
	height: 23px;
	border-radius: 100%;
	background: #b7b7b7;
	text-align: center;
	line-height: 23px;
	display: inline-block;
	position: relative;
	color:#fff;
}
.table .add {
    text-indent: -9999px;
    overflow: hidden;
}
.table .arrow {
	background: #ff6501; 
}
.table .add:before, .table .arrow:before, .table .arrow_up:before, .table .info:before {
	content: "\f067";
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 23px;
	font-size: 11px;
    text-indent: 0;
}
.table .info:before {
	content: "\f129";
}
.table .arrow:before {
	content: "\f107";
}
.table .arrow_up:before {
	content: "\f106";
}
.table .arrow:hover, .table .arrow_up:hover{
	color:#fff;
}

.table .info {
	vertical-align: middle;
	margin: 2px 0 0 10px;
	float: right;
}

.table .info:hover{
	background: #00bff3;
	color:#fff;
}

[dir=rtl] .table .info {
	float: left;
}



.track-play , .track-pause {
	width: 28px;
	height: 28px;
	line-height: 28px;
	background: #ff4848;
	border-radius: 3px;
	text-align: center;
	position: absolute;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

[dir=rtl] .track-play,
[dir=rtl] .track-pause {
	margin-right: auto;
	margin-left: 10px;
}

.track-play:before, .track-pause:before {
	content: "\f04b";
	font-family: FontAwesome;
	color: #fff;
	font-size: 10px;
	line-height: 28px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.track-pause:before {
    content: "\f04c";
}
.track-play ~ a, .track-pause ~ a {
	display: inline-block;
	padding-left: 40px!important;
	vertical-align: middle;
}
/* Breadcrumbs */
.breadcrumbs {
    padding: 23px 0 10px;
}
.breadcrumbs a, .breadcrumbs span {
    display: inline-block;
    font-size: 15px;
    color: #000;
}
.breadcrumbs a {
    margin-right: 20px;
    position: relative;
}
.breadcrumbs a:after {
    position: absolute;
    right: -15px;
    content: "\f054";
    font-size: 14px;
	color: #fdb122;
	font-family: FontAwesome;
	font-size: 10px;
}
.main-catalog {
    padding-bottom: 30px;
}
.main-catalog h2 {
	float: left;
}
.main-catalog  .filter {
	float: right;
	margin-top: 6px;
}
.filter-item {
    display: inline-block;
}
.main-catalog  .filter label {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color:#000;
    margin-right: 15px;
    margin-left: 40px;
}
[dir=rtl] .main-catalog  .filter label {
	margin-right: 40px;
	margin-left: 15px;
}
[dir=rtl] .main-catalog  .filter .filter-item:last-child label {
	margin-right: 30px;	
}

.main-catalog  .filter .select-style {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color:#fff;
} 
.select-style .selectric {
    background: #ff7014;
    border: none;
    position: relative;
    padding: 0px 30px 0px 20px;
    border-radius: 25px;
    line-height: 33px;
    min-width: 120px;
}
[dir=rtl] .select-style .selectric {
	padding: 0px 20px 0px 30px;
}
.select-style .selectric:before {
    content: "\f107";
    font-family: FontAwesome;
    color:#fff;
    position: absolute;
    right: 15px;
    font-size: 12px;
}
[dir=rtl] .select-style .selectric:before {
	right: auto;
	left: 15px;
}
.select-style .selectric-items {
    background: #ff7014;
    border: none;
    border-radius: 0 0 17px 17px;
}
.select-style .selectric-items li {
    padding: 5px 10px;
    color:#fff;
}
.select-style .selectric-items li:hover,
.select-style .selectric-items li.selected {
    color:#000;
}

.select-style .selectric-items li:last-child:hover {
	border-radius: 0 0 17px 17px;
}

.selectric-items li.highlighted:last-child {
	border-radius: 0 0 17px 17px;
}

.select-style .selectric .selectric-button {
    display: none;   
}
.select-style.new .selectric {
	background: none;
	color:#000;
}
.select-style.pages .selectric {
	min-width: auto;
}
.select-style.new .selectric-items {
	left: 20px;
}
[dir=rtl] .select-style.new .selectric-items {
	left: auto;
	right: 20px;
}
.reporttable .select-style.new .selectric-items {
	left: auto;
	right: 0;
}
.select-style.new  .selectric:before,
.select-style.new .selectric-items li  {
    color:#000;
}
.select-style.new .selectric-items {
    background: #eee;
    border: none;
}

.main-catalog .box {
	padding: 0 15px 10px;
	width: 20%;
	position: relative;
}
.box .popular,.box .new,.boxx .new {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
	font-size: 14px;
	font-weight: 700;
	color:#fff;
	background: #82ca9c;
	line-height: 24px;
	padding: 0 10px;
	border-radius: 15px;
	margin-top: 13px;
	min-width: 85px;
	text-align: center;
}
.box .new, .boxx .new {
	background: #ff4848;
	text-transform: uppercase;
}
.show-more {
	font-size: 20px;
	font-weight: 700;
	color:#000;
	border: 1px solid #ff6d0e;
	width: 335px;
	padding: 20px;
	line-height: 34px;
	text-align: center;
	margin: 8px auto 6px;
	display: block;
}
.show-more:hover {
	text-decoration: none;
	background: #ff6d0e;
	color:#fff;
}
.share {
	/*width: 120px*/
}
.share a {
    color: #fff;
    font-size: 16px;
    margin-right: 4px;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    overflow: hidden;
    text-align: center;
    line-height: 23px;
    /*background: #ff6501;*/
    background: #b7b7b7;
    color: #fff;
    display: inline-block;
}
.share a:hover {
    color:#fff;
    background: #ff6501;
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.rowm{
	margin-top: 30px;
}
.col-sm-1, .col-sm-2, .col-sm-3,
.col-sm-4, .col-sm-5, .col-sm-6,
.col-sm-7, .col-sm-8, .col-sm-9,
.col-sm-10, .col-sm-11, .col-sm-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
    background: #a8a8a8;
}
.scrollbar-dynamic > .scroll-element.scroll-y,
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar,
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
    width: 13px!important;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size,
.scrollbar-dynamic > .scroll-element .scroll-element_outer,
.scrollbar-dynamic > .scroll-element .scroll-bar,
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer {
    opacity: 1;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size{
    background: none;
}

.scrollbar-nav > .scroll-element .scroll-bar {
    background: #a8a8a8;
}
.scrollbar-nav > .scroll-element.scroll-y,
.scrollbar-nav > .scroll-element.scroll-y .scroll-bar,
.scrollbar-nav > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-nav > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar,
.scrollbar-nav > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-nav > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
    width: 13px!important;
}
.scrollbar-nav > .scroll-element .scroll-element_size,
.scrollbar-nav > .scroll-element .scroll-element_outer,
.scrollbar-nav > .scroll-element .scroll-bar,
.scrollbar-nav > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-nav > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.scrollbar-nav > .scroll-element .scroll-element_outer,
.scrollbar-nav > .scroll-element.scroll-y:hover .scroll-element_outer {
    opacity: 1;
}
.scrollbar-nav > .scroll-element .scroll-element_size{
    background: none;
}





/** Player **/
.stiky {
	background: #ff6501;
	overflow: hidden;
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 9005;
	left: 0;
	display: none;
}
.stiky + footer {
	margin-bottom: 30px;
}
.stiky .player-buttons {
	float: right;
	width: 290px;
}
.stiky .player-buttons a {
	float: left;
	width: 33.333%;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border: 1px solid #c94f00;
	margin: -1px 0 0 -1px;
	font-weight:700;
	padding: 0 8px;
}
.stiky .player-buttons a:hover {
	text-decoration: none;
	background: #fff;
	color: #000;
}
.stiky .player-buttons a:hover i {
	color: #ff6501;
}
.stiky .player-buttons .download {
	padding: 0;
}
.stiky .player-buttons .download span {
	background: #fff;
	color:#000;
	border-radius: 15px;
	display: inline-block;
	padding: 0px 10px 0px 10px;
	position: relative;
	font-size: 11px;
	line-height: 20px;
}
.stiky .player-buttons .download:hover span {
	background: #ff6501;
	color:#fff;
}


.closePlayer {
	position: fixed;
	font-family: FontAwesome;
	display: inline-block;
	background-color: #ff6501;
	left: 50%;
	right: 50%;
	bottom: 90px;
	width: 40px;
	height: 24px;
	line-height: 24px;
	color: white;
	text-align: center;
	z-index: 9005;
	cursor: pointer;
	display: none;
	border-radius: 4px;
}

.closePlayer:before {
	content: "\f103";
}

.openPlayer:before {
	content: "\f102";
}

.openPlayer {
	/*bottom: -6px;*/
}


.stiky .playbuttons {
	direction: ltr;
	float: left;
	text-align: center;
	display: inline-block;
	width: 169px;
	height: 98px;
	line-height: 98px;
	border-left: 1px solid #c84f00;
	border-right: 1px solid #c84f00;
}


.stiky .player_prevplay, .stiky .player_nextplay {
	width: 25px;
	height: 25px;
	cursor: pointer;
	vertical-align: middle;
}
.stiky .player_prevplay { background-image: url(/assets/images/icons/prev_play.png); }
.stiky .player_nextplay {  background-image: url(/assets/images/icons/next_play.png); }

.stiky .player_play, .stiky .player_pause  {
	width: 71px;
	height: 71px;
	cursor: pointer !important;
	margin: 0 12px;
	vertical-align: middle;
}

.stiky .player_play { background-image: url(/assets/images/icons/play.png); }
.stiky .player_pause { background-image: url(/assets/images/icons/pause.png); }

.stiky .volume_minus, .stiky .volume_plus {
	width: 25px;
	height: 19px;
	cursor: pointer;
	margin: 0 12px;
	vertical-align: middle;
}

.stiky .volume_minus { background-image: url(/assets/images/icons/volume_minus.png); }
.stiky .volume_plus { background-image: url(/assets/images/icons/volume_plus.png); }

.stiky .playercenter {
	width: calc(100% - 460px);
	display:inline-block;
	float: left; 
	height: 98px;
	white-space: nowrap;
}

.stiky .playercentsect {
	width: 100%;
	height: 49px;
	line-height: 49px;
	border-bottom: 1px solid #c84f00;
}

.stiky .playersections {
	border-right: 1px solid #c84f00;
	color: white;
	display: inline-block;
	line-height: 31px;
	height: 31px;
	padding: 0 10px;
	vertical-align: middle;
}

.plTrackName { float: left; }
.plTrackVolume { float: right; }

[dir="rtl"] .stiky .playersections { border-left: 1px solid #c84f00; border-right: 0; }
[dir="rtl"] .stiky .playbuttons,
[dir="rtl"] .stiky .playercenter,
[dir="rtl"] .plTrackName
{
	float: right;
}

[dir="rtl"] .plTrackVolume,
[dir="rtl"] .stiky .player-buttons
{
	float: left;
}
[dir="rtl"] #waveform {
	/*transform: rotateY(180deg);	*/
}

#waveform {
	width: 100%;
}

#player-volume{ -webkit-appearance: none; margin: 0px; height: 0px; width: 120px; vertical-align: middle; }
#player-volume::-webkit-slider-thumb { -webkit-appearance: none; }
#player-volume:focus { outline: none; }
#player-volume::-ms-track { width: 100%; cursor: pointer; background: transparent;  border-color: transparent; color: transparent; }

/* Бегунок Chrome */
#player-volume::-webkit-slider-thumb {
	box-shadow: 0;
	border: 0;
	height: 14px;
	width: 14px;
	border-radius: 50%/50%;
	background: #ffffff;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -6px;
}

/* Бегунок Mozilla */
#player-volume::-moz-range-thumb {
	box-shadow: 0;
	border: 0;
	height: 14px;
	width: 14px;
	border-radius: 50%/50%;
	background: #ffffff;
	cursor: pointer;
	margin-top: -6px;
}

/* Полоска */
#player-volume::-webkit-slider-runnable-track {
	height: 2px;
	cursor: pointer;
	border: 0px;
	background: white;
}

#player-volume::-moz-range-track {
	height: 2px;
	cursor: pointer;
	border: 0px;
	background: white;
}






/*  Footer  */
.stiky + footer {
    margin-bottom: 124px;
}
footer {
	border-top: 1px solid #f7f7f7;
	padding: 30px 0 60px;
}
footer .container {
}
footer p , footer a{
    color:#cacaca;
}
footer h3 {
    margin-top: 26px;
    margin-bottom: 20px;
    font-size: 22px;
    padding-top: 3px;
    padding-right: 10px;
}
footer .phone, footer .email{
    margin: 0;
    font-weight: 400;
	line-height: 110%;
    margin-top: 5px;
    margin-bottom: 25px;
	float: none;
    display: block;
}
footer .email:before, footer .phone:before {
    font-size: 18px;
}
footer .with-border:after {
	background-image: url(../images/bg/lines_dark.png) ;
}
.menu {
	line-height: 70px;
	
}
.menu ul {
    list-style:none;
    padding: 0;
    margin: 0;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
}
.menu li {
	display: inline-block;
	padding: 0 18px;
}
.menu li a {
	font-size: 14px;
	color: #000;
}
.menu li a:hover,
.menu li.active a {
	border-bottom: 1px solid #ff6501;
	text-decoration: none;
}
.copyright {
    font-size: 12px;
    text-align: center;
    color:#fff;
    border-top: 1px solid #b71516;
    background: #150b1b;
    padding: 10px 15px
}
.footer-social {
    margin-bottom: 20px;
	list-style: none;
	padding: 0;
	text-align: right;
	line-height: 70px;
}
.footer-social li {
	display: inline-block;
	vertical-align: middle;
}
.footer-social a {
    color:#fff;
    font-size: 20px;
    margin-left: 7px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	background: #ff6501;
	color:#fff;	
	display: block;
}
.footer-social a:hover {
	opacity: 0.7;
}
.dot-slide {
    position: relative;
}
.slider-nav {
   position: absolute;
   top: -90px;
   width: 100%;
}
.slider-nav .slick-slide {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    line-height: 50px;
    color:#fff;
    padding: 0 10px;
    opacity: 0.4;
}
.slider-nav .slick-current {
    font-size: 30px;
    line-height: 100%;
    opacity: 1;
    text-shadow: 0px 0px 2px black;
    
}
/*  Popup */
#login-content {
	padding: 30px 40px 40px;
	text-align:center;
	max-width: 385px;
}
#login-content p {
	font-size:15px;
	padding-bottom: 20px;
    text-align: left;
}
#login-content a {
    color: #ff6501;
}
#login-content h2 {
	font-size: 30px;
	margin-bottom: 15px;
}
#login-content input {
	text-align: left;
}
[dir=rtl] #login-content input {
	text-align: right;
}

#login-content input[type="submit"] {
	margin: 0 0 20px;
	text-align: center;
	color:#fff;
}
.track-information {
	padding: 35px 30px 45px;
	max-width: 860px;
}
.track-information .td {
	vertical-align: top;
}
.track-information h2 {
	font-size: 35px;
	text-align: center;
}
.track-information h3 {
	font-size: 23px;
	margin-bottom: 5px;
}
.track-information p {
	font-size: 16px;
    line-height: 150%;
    color: #000000;
    padding-bottom: 0;
}
.track-information .table-information {
	border: 1px solid #dfdfdf;
	border-top: none;
}
.table-information .td {
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	padding: 35px;
	background: #fff;
	width: 50%;
}
.table-information .td:first-child {
	border-left: none;
}
.album-music {
	position: relative;
}
.album-music:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 62px;
	content: "";
	-webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow:    0px 6px 16px 0px rgba(0, 0, 0, 0.07);
	box-shadow:         0px 6px 16px 0px rgba(0, 0, 0, 0.07);
}
.table .th.shadow .td {
    background: none;
    color:#000;
}
.table .th.shadow{
	background: none;
	color:#000;
	position: relative;
}
.table .th.shadow .checkbox:before{
    background: #b7b7b7;
    color: #fff;
}
.stiky {
	background: #ff6501;
	overflow: hidden;
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 9005;
	left: 0;
}
.stiky + footer {
	margin-bottom:124px;
}
.stiky .logotype {
	margin-top: 35px;
}
.fancybox-stage {
	margin: 0 15px;
}
a.btn.registration.right.no-mb {
	margin: 9px 0 0px 11px;
	line-height: 39px;
}

.buttons.right {
	clear: both;
}

#mainPageFilter {
	padding-bottom: 0px!important;
}



/* Responsive */
@media(min-width: 768px){
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.mb {
		display: none!important;
	}
	.table .td {
		position: relative;
	}
	.track-play , .track-pause {
		top: 50%;
		left: 0;
		margin-top: -14px;
	}
	.sub .track-play {
		left: 15px;
	}

	.sub .td:first-child {
		padding: 15px 0px 15px 30px;
	}
	[dir=rtl] .sub .td:first-child {
		padding: 15px 30px 15px 0px;
	}
	.sub .track-play ~ a, .sub .track-pause ~ a {
		margin-left: 15px;
	}
	[dir=rtl] .sub .track-play ~ a, .sub .track-pause ~ a {
		margin-left: 0;
		margin-right: 15px;
	}
}


@media(max-width: 1215px){
	.table .td {
		padding: 10px;
	}
	.album-music:before {
		height: 52px;
	}
}


@media(max-width: 1200px){
	
	.menu li {
		padding: 0 10px;
	}
	
	.navigation ul li {
		padding: 0 5px;
		font-size: 14px;
	}
	 .btn, .social, .navigation ul {
	 	line-height: 41px;
	 }
	 .btn.registration {
	 	padding: 0px 15px;
	 	margin: 4px 0 0px 11px!important;
	 	line-height: 36px!important;
	 }
	 .lang {
	 	margin: 4px 0 4px 14px;
	 }
	 .lang  a, .link {
	 	font-size: 14px;
	 }
	 .lang  a {
	 	line-height: 20px;
	 }
	.link {
		line-height: 39px;
	}


	 .btn {
	 	padding: 0px 10px;
	 	font-size: 14px;
	 }
	 .search-box #search,
	 .search-box input[type="submit"],
	 .search-box    {
	 	line-height: 41px;
	 }

	 .search-box .buttons-icon {
	 	min-width: 70px;
	 }
	 .search-box .buttons-icon {
	 	margin: 3px 0;
	 }
	 .social li a {
	 	width: 36px;
	 	height: 36px;
	 	line-height: 36px;
	 }
	 .wrap-search {
	 	max-width: 465px;
	 }
	 .wrap-search input[type="checkbox"] + label {
	 	margin-right: 10px;
	 	font-size: 12px;
	 }
	 .music .container {
	 	padding: 50px 15px;
	 }
	 .table {
	 	font-size: 14px;
	 }
}



@media(max-width: 992px){
	.main-catalog .box {
		width: 25%;
	}
	.buttons.right {
		clear: both;
		text-align: right;
	}

	.plTrackVolume {
		display: none;
	}
	.navigation, .wrap-search {
		display: none;
	}
	.mobile-menu {
		display: block;
	}
	.btn.blue {
		padding: 0 10px;
	}
	.btn.mobile-search {
		padding: 0 15px;
		display: inline-block;
		margin-left: 9px;
	}
	header {
		padding-bottom: 10px;
	}
	header .navigation.open {
		display: block;
	}
	header .navigation {
		display: none;
		margin: 0;
		padding: 0;
		width: 100%;
		position: absolute;
		background: #fff;
		z-index: 10;
		top: 45px;
		float: none;
		right: 15px;
		max-width: 200px;
		left: auto;
		-webkit-box-shadow: 0px 6px 16px 0px rgba(183, 6, 6, 0.5);
		-moz-box-shadow: 0px 6px 16px 0px rgba(183, 6, 6, 0.5);
		box-shadow: 0px 6px 16px 0px rgba(183, 6, 6, 0.5);
	}
	header .navigation ul {
		display: block;
		height: auto;
		margin: 0;
	}
	header .navigation ul li {
		display: block;
		padding: 0;
		float: none;
	}
	header .navigation ul li a,
	header .navigation ul li:hover a,
	header .navigation ul li.active a {
		border-bottom: 2px solid #ff6501;
		color: #000;
		padding: 10px 15px;
		text-align: right;
	}
	header .col-sm-10 {
		position: static;
	}
	.navigation, .wrap-search.open {
		display: block;
		max-width: 100%;
		float: none;
		margin: 0;
		padding: 0;
		width: 100%;
		position: absolute;
		z-index: 10px;
		top: 100%;
		left: 0;
		background: #ff6501;
		padding: 20px;
		-webkit-box-shadow: 0px 6px 16px 0px rgba(183, 6, 6, 0.5);
		-moz-box-shadow: 0px 6px 16px 0px rgba(183, 6, 6, 0.5);
		box-shadow: 0px 6px 16px 0px rgba(183, 6, 6, 0.5);
	}
	.table {
		font-size: 13px;
	}
	.table .td {
		padding: 10px 5px;
	}
	.list-categories a {
		font-size: 16px;
	}
	.content-category ul li {
		height: auto;
		min-height: 45px;
		font-size: 16px;
		padding: 15px 50px 15px 10px;
	}
	.content-category .btn.search {
		line-height: 45px;
	}
	.list .scroll-wrapper {
		height: 375px;
		max-height: 375px;
	}
	.col-sm-5 .list .scroll-wrapper {
		max-height: 265px;
		height: 265px;
	}
	.music h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	h2 {
		font-size: 33px;
	}
	.list-categories a {
		padding: 15px 5px;
	}
	.track-information {
		max-width: 650px;
	}
	.track-information h3{
		font-size: 20px;
	}
	
	.dot-slide {
		display: none;
	}
	
	#mainPageFilter {
		padding-top: 30px!important;
	}
}


@media(max-width: 767px) {
	 footer, .footer-social {
	 	text-align: center;
	 }

	 .main-catalog .box {
	 	width: 50%;
	 }

	 .most-popular, .partners {
	 	padding-bottom: 50px;
	 }

	 .partners .slick-dots, .most-popular .slick-dots {
	 	position: absolute;
	 	left: 0;
	 	top: auto;
	 	bottom: -33px;
	 	width: 100%;
	 	text-align: center;
	 }

	 .most-popular .slick-arrow {
	 	display: none;
	 	opacity: 0;
	 }

	 .table .add {
	 	width: auto;
	 	height: auto;
	 	text-indent: 0;
	 	padding: 0px 15px;
	 	border-radius: 15px;
	 	line-height: 27px;
	 	white-space: nowrap;
	 	font-weight: 700;
	 }

	 .table .add:before {
	 	display: none;
	 }

	 .content-category .col-sm-7 .col-sm-6 {
	 	width: 50%;
	 }

	 .list .scroll-wrapper,
	 .col-sm-5 .list .scroll-wrapper {
	 	height: 215px;
	 	max-height: 215px;
	 }

	 .no-mb {
	 	display: none!important;
	 }

	 .mb {
	 	display: block;
	 }

	 .table .info {
	 	float: none;
	 	margin: 0 5px;
	 }

	 .table .td {
	 	display: block;
	 	padding: 5px;
	 	width: 100%;
	 }

	 .table .td:last-child {
	 	width: 100%;
	 	text-align: left;
	 }

	 [dir="rtl"] .table .td:last-child {
	 	text-align: right;
	 }

	 .table .td strong {
	 	/*width: 80px;*/
	 	overflow: hidden;
	 	display: inline-block;
	 	vertical-align: top;
	 }
	 
	 .table .tr:nth-child(2n+1) {
	 	background: #f8f8f8;
	 }
	 
	 .table .download {
	 	vertical-align: top;
	 }
	 
	 .track-row {
	 	display: block;
	 	width: 100%;
	 }
	 
	 strong.mb {
	 	display: inline-block;
	 	padding-right: 10px;
	 }
	 
	[dir=rtl] strong.mb {
	    display: inline-block;
	    padding-right: 0px;
	    padding-left: 10px;
	}
	 
	 .table .tr {
	 	padding: 10px;
	 	padding-right: 45px;
	 	position: relative;
	 	display: block;
	 }
	 
	 .table .track-play,
	 .table .track-pause {
	 	position: absolute;
	 	top: 50%;
	 	right: 5px;
	 	margin-top: -40px;
	 }

	 header .col-sm-2 {
	 	float: left;
	 	width: 40%
	 }
	 
	 header .col-sm-10 {
	 	float: right;
	 	width: 60%;
	 	/*text-align: right;*/
	 }
	 
	 .logotype {
	 	min-width: 100px;
	 }
	 
	 header .buttons {
	 	margin-top: 15px;
	 }
	 
	 .carousels .col-sm-6:nth-child(2) .carousel-col-2,
	 .carousels .col-sm-6:nth-child(1) .carousel-col-2,
	 .carousels .col-sm-6:nth-child(2) .carousel-col-4,
	 .carousels .col-sm-6:nth-child(1) .carousel-col-4,
	 .carousels .col-sm-6:nth-child(2) .carousel-col-4-one,
	 .carousels .col-sm-6:nth-child(1) .carousel-col-4-one  {
	 	margin: 0;
	 }
	 
	 .track-information {
	 	max-width: 100%;
	 }
	 
	 .track-information .td,
	 .track-information ,
	 .track-information .tr {
	 	display: block;
	 	width: 100%;
	 }
	 
	 .table-information .td {
	 	border-left: 0;
	 	padding: 15px;
	 }
	 
	 .track-information h2 {
	 	font-size: 30px;
	 }
	 
	 .track-play ~ a, .track-pause ~ a {
	 	padding-left: 0;
	 }
	 
	 .album-music:before {
	 	display: none;
	 }
	 
	 .table .td:last-child a {
	 	vertical-align: middle;
	 }
	 
	 footer .logotype {
	 	margin-top: 20px;
	 }

	 .player-buttons {
	 	display: none;
	 }

	 .stiky .playercenter {
	 	width: calc(100% - 170px);
	 	border-right: 1px solid #c84f00;
	 }
	 
	[dir=rtl] .table .info {
		float: none;
	}
}


@media(max-width: 600px) {
	.row {
		margin: 0;	
	}
	
	.most-popular h2 {
		font-size: 30px;
	}
	.list-categories {
		display: block;
	}
	.list-categories a {
		padding: 7px 5px;
		display: block;
		width: 100%;
	}
	.content-category .col-sm-7 .col-sm-6 {
		width: 100%;
	}


	.plTimeSection {
		display: none!important;
	}
	
	#slider .container .slick-arrow {
		display: none!important;	
	}
	
	#slider .slick-dots {
		bottom: 5px;
	}
	
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		padding-right: 0px;
		padding-left: 0px;
	}
	
	.mobileList {
		display: none;	
	}
}

@media(max-width: 550px){
	.btn{
		line-height: 35px;
		margin-bottom: 10px;
	}
	header .buttons {
		max-width: 300px;
	}
	.filter-item {
		display: block;
		margin-bottom: 10px;
	}
	
	.main-catalog .filter label:first-child {
	    width: 70px;
	    margin-left: 0px!important;
	}
	
	[dir=rtl] .main-catalog .filter label:first-child {
		margin-right: 0px!important;
	}
	
	#login-content {
		max-width: 330px;	
	}
	
	.g-recaptcha {
		transform: scale(0.83);
		transform-origin: 0 0;
	}
}



@media(max-width: 400px){
	.main-catalog .box, .show-more {
		width: 100%;
	}
	
	.wrap-search .dropdown {
		display: none;
	}
	
	.playercenter {
		display: none!important;		
	}
	
	.stiky .playbuttons {
		width: 100%!important;
	}
	
	[dir=rtl] .filterproject {
	    margin: 7px 0 0 0px!important;
	}
}


/* rtl */

[dir="rtl"] .fancybox-close-small {
	right: auto;
	left: 0;
}
	
[dir="rtl"] body {
    text-align: right;
}
[dir="rtl"] .content-category ul li{
    padding: 20px 20px 20px 50px;
}
[dir="rtl"] .content-category ul li:after {
    right: auto;
    left: 23px;
    content: "\f053";
}
[dir="rtl"]  .content-category .add,
[dir="rtl"]  .content-category .del {
    margin-right: 0px;
    margin-left: 15px
}
[dir="rtl"] .fancybox-slide > * {
    text-align: right;
}
[dir="rtl"] .partners .slick-dots, 
[dir="rtl"] .most-popular .slick-dots {
    right: auto;
    left: -5px;
}

[dir="rtl"] .mobile-menu,
[dir="rtl"] .right{
    float: left;
}
[dir="rtl"] header .buttons {
    text-align: left;
}
[dir="rtl"] .breadcrumbs a {
    margin-right: 0px;
    margin-left: 20px;
}
[dir="rtl"] .breadcrumbs a:after {
    right: auto;
    left: -15px;
    content: "\f053";
}
[dir="rtl"] .main-catalog h2 {
    float: right;
}
[dir="rtl"] .main-catalog .filter {
    float: left;
}
[dir="rtl"] #login-content p {
    text-align: right;
}
[dir="rtl"] .track-play ~ a, 
[dir="rtl"] .track-pause ~ a {
    padding-left :0;
    padding-right: 40px!important;
}
[dir="rtl"] .track-play , 
[dir="rtl"] .track-pause {
    left: auto;
    right: 0;
}
[dir="rtl"] .sub .track-play {
	right: 15px;
}


[dir="rtl"] .carousel-col-2 .slick-arrow.next,
[dir="rtl"] .carousel-col-2 .slick-arrow.prev,
[dir="rtl"] .carousel-col-4 .slick-arrow.next,
[dir="rtl"] .carousel-col-4 .slick-arrow.prev,
[dir="rtl"] .carousel-col-4-one .slick-arrow.next,
[dir="rtl"] .carousel-col-4-one .slick-arrow.prev  {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}



[dir="rtl"] .carousel-col-2 .slick-arrow,
[dir="rtl"] .carousel-col-4 .slick-arrow,
[dir="rtl"] .carousel-col-4-one .slick-arrow {
    left: auto;
    right: 0;
}

[dir="rtl"] .carousel-col-2 .slick-arrow.next,
[dir="rtl"] .carousel-col-4 .slick-arrow.next,
[dir="rtl"] .carousel-col-4-one .slick-arrow.next {
    left: auto;
    right: 70px;
}

[dir="rtl"] .carousels .col-sm-6:nth-child(2) {
    border-left: none;
    border-right: 1px solid #f7f7f7;
}
[dir="rtl"] .carousels .col-sm-6:nth-child(2) .carousel-col-2,
[dir="rtl"] .carousels .col-sm-6:nth-child(2) .carousel-col-4,
[dir="rtl"] .carousels .col-sm-6:nth-child(2) .carousel-col-4-one  {
    margin-left: 0;
    margin-right: 15px;
}
[dir="rtl"] .carousels .col-sm-6:nth-child(1) .carousel-col-2,
[dir="rtl"] .carousels .col-sm-6:nth-child(1) .carousel-col-4,
[dir="rtl"] .carousels .col-sm-6:nth-child(1) .carousel-col-4-one {
    margin-left: 15px;
    margin-right: 0;
}
[dir="rtl"] .search-box input[type="submit"] {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
[dir="rtl"]  .search-box #search{
    text-align: right;
}
[dir="rtl"]  .search-box .buttons-icon,
[dir="rtl"]  .search-box .dropdown .current {
    border-left: none;
    border-right: 1px solid #efefef;
}
@media(max-width: 992px){
    [dir="rtl"] header .navigation {
        right: auto;
        left: 15px;
    }
    [dir="rtl"] header .navigation ul li a, 
    [dir="rtl"] header .navigation ul li:hover a, 
    [dir="rtl"] header .navigation ul li.active a {
        text-align: left;
    }   
}
@media(max-width: 767px){
    [dir="rtl"] .table .tr {
		padding: 10px;
		padding-right: 10px;
		padding-left: 45px;
		position: relative;
		display: block;
	}
	[dir="rtl"] .table .track-play,
	[dir="rtl"] .table .track-pause	{
		position: absolute;
		top: 50%;
        right: auto;
		left: 5px;
        margin-top: -40px;
	}
	
	[dir="rtl"] .carousels .col-sm-6:nth-child(2) .carousel-col-2,
	[dir="rtl"] .carousels .col-sm-6:nth-child(1) .carousel-col-2,
	[dir="rtl"] .carousels .col-sm-6:nth-child(2) .carousel-col-4,
	[dir="rtl"] .carousels .col-sm-6:nth-child(1) .carousel-col-4,
	[dir="rtl"] .carousels .col-sm-6:nth-child(2) .carousel-col-4-one,
	[dir="rtl"] .carousels .col-sm-6:nth-child(1) .carousel-col-4-one	{
		margin: 0;
	}
}
[dir="rtl"] input {
	text-align: right;	
}
[dir="rtl"] textarea {
	text-align: right;	
}
.spacer-90 {
    height: 50px;
    width: 100%;
}
ul.list-info {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.list-info li {
    margin-bottom: 20px;
    list-style: none;
    font-size: 16px;
}
.list-info li .info-icon {
    display: inline-block;
    color: #041e42;
    float: left;
}
.list-info li .info-text {
    margin-left: 30px;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a94442;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.text-danger {
    color: #a94442;
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
}
.row-fluid {
    max-width: 1240px;
    margin: auto;
    width: 100%;
    top: 15px;
    position: relative;
}
.page-breadcrumb {
    display: inline-block;
    float: left;
    padding: 10px 6px;
    margin: 0;
    list-style: none;
}
.page-breadcrumb>li {
    display: inline-block;
}
.spacer30 {
    width: 100%;
    height: 30px;
}
li.sub2li:after {
    display: none;
}
li.arrownone:after {
    display: none;
}
span.add{
	z-index: 3;
	cursor: cell;
}
.img.play div:hover+ iframe, .img.play div:hover+ video, .poster:hover {
    transition: .6s;
    transform: scale(1.1);
}
a.title,span.title {
    font-size: 23px;
    color: #000;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 5px;
    display: inline-block;
}

.main-catalog .boxx {
    padding: 0 15px 10px;
    width: 25%;
    position: relative;
}
.boxx .img.play {
	max-height: 260px;
	max-width: 260px;
	position: relative;
	display: block;
	overflow: hidden;
}
.boxx a .img.play:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "\f04b";
    text-indent: 5px;
    font-family: FontAwesome;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #ff6501;
    color: #fff;
    font-size: 25px;
    text-align: center;
    margin: -35px 0 0 -35px;
    border-radius: 100%;
    overflow: hidden;
    z-index: 15;
}
#overlay {
    z-index: 30;
    position: fixed;
    background-color: #000;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}
#modal_form {
    width: 660px;
    height: 640px;
    border-radius: 5px;
    border: 3px #000 solid;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -350px;
    margin-left: -320px;
    display: none;
    opacity: 0;
    z-index: 35;
    padding: 20px 10px;
    text-align: center;
}

/* Table ShowReel PopUp*/
.table-showreel {
	display: table;
	width: 100%;
	font-size: 16px;
	border-top: none;
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}

.table-showreel .tr {
	display: table-row;
}

.table-showreel .td {
	text-align: left;
	display: table-cell;
	padding: 15px;
	vertical-align: top;
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	padding: 15px;
	background: #fff;
	width: 50%;
}

.table-showreel h2 {
	font-size: 35px;
	text-align: center;
}
.table-showreel h3 {
	font-family: 'museo_cyrl900';
	font-size: 23px;
	margin-bottom: 5px;
}

.table-showreel p {
	font-size: 16px;
	line-height: 100%;
	color: #000000;
	padding-bottom: 0;
}

#modal_formaj { 
	min-height: 500px;
	margin-top: -400px;
	width: 660px;
	border-radius: 5px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -320px;
	display: none;
	opacity: 0;
	z-index: 35;
	padding: 20px 10px;
	text-align: center;
}

#modal_formaj video {
    width: 640px;
}

#modal_formaj iframe {
    width: 640px;
}

@media(max-width: 1440px) {
	#modal_formaj {
		width: 560px;
	}
	
	#modal_formaj video {
	    width: 520px;
	}
	
	#modal_formaj iframe {
	    width: 520px;
	}
	
	.showReelH2 {
		font-size: 30px;
	}
}

#modal_close {
	content: "×";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background-color: transparent;
	transition: background-color .25s;
	box-sizing: border-box;
	z-index: 2;
	cursor: pointer;
	display: inline-block;
}

#modal_close:hover{
	background-color: #eee;
}

.orange{
	color: #ff6501 !important;
}	
	
.music ul.bootpag {
    list-style-type: none;
}
.music ul.bootpag li {
    display: inline-block;
    padding: 5px 7px;
    border-radius: 25px;;
}
.music ul.bootpag li a{
	font-size: 23px;
    color: #000;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 5px;
}
.music ul.bootpag li.prev{
	display: none;
}
.music ul.bootpag li.disabled {
    background-color: #ff7014;
}
.music ul.bootpag li.disabled a{
	color: #fff;
}
.poster{
	height: 255px;
}

.col-sm-10 .link.right.no-mb a {
    position: relative;
    top: 3px;
}






/* Misic Search Section CSS */
 .music.other-padding {
	padding-top: 0;
}
.music.other-padding h2 {
	margin-bottom: 50px;
}
.music .container.breadcrumbs {
	background: none;
    padding-top: 13px;
    padding-bottom: 13px;
}
.music .breadcrumbs a:after {
	color: #000;
}
.edit, .remove, .share, .similar {
	width: 23px;
	height: 23px;
	border-radius: 100%;
	background: #b7b7b7;
	text-align: center;
	line-height: 23px;
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 11px;
	text-align: center;
	margin: 0 5px;
	vertical-align: middle;
}
.table .edit:hover {
	background: #71d596;
	color: #fff;
}
.table .remove:hover {
	background: #ff4848;
	color: #fff;
}
.table .share:hover {
	background: #ff6501;
	color: #fff;
}
.table .similar:hover {
	background: #71d596;
	color: #fff;
}

.share.small {
	display: inline-block;
	vertical-align: middle;
}
.share.small a {
	width: 23px;
	height: 23px;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
}
.tabs {
	margin-bottom: 40px;
}
.tabs a {
	font-size: 18px;
	color: #000;
	line-height: 30px;
	padding: 15px;
	width: 155px;
	text-align: center;
	border-bottom: 2px solid #eff2f7;
	display: inline-block;
}
.tabs a:hover {
	padding-bottom: 12px;
	border-bottom: 5px solid #eff2f7;
	color: #ff6501;
	text-decoration: none;
}
.tabs a.active, 
.tabs a.active:hover {
	padding-bottom: 12px;
	border-bottom: 5px solid #ff6501;
	color:#000;
}
.tab-area {
	display: none;
}
#tracks {
	display: block;
}
.sort {
	background: #fff;
    border: none;
    position: relative;
    padding: 0px 30px 0px 20px;
    border-radius: 25px;
    line-height: 33px;
	display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.sort:before {
	position: absolute;
	right: 15px;
	top: 50%;
	content: "\f107";
	color: #000;
	font-family: FontAwesome;
	font-size: 12px;
	transform: translateY(-50%);
}
.sort.up:before {
	content: "\f106";
}
.sort.active {
	background: #ff7014;
	color:#fff;
}
.sort.active:before {
	color:#fff;
}
.sort:hover {
	text-decoration: none;
}
.search-content.container {
	padding-top: 10px;
}
.tags {
	margin-top: 35px;
	margin-bottom: 40px;
	float: left;
	width: 100%;
	display: none;
}
.tags ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 20%;
}
.tags ul li {
	display: block;
	border: 1px solid #eff2f7;
	margin: -1px 0 0 -1px;
	padding: 5px 30px;
}
.tags .title-tag {
	font-family: 'museo_cyrl900';
	font-size: 15px;
	color:#000;
	line-height: 26px;
	padding: 0 10px 0 0px;
	position: relative;
	cursor: pointer;
}
/*
.tags .title-tag {
	font-family: 'museo_cyrl900';
	font-size: 18px;
	color:#000;
	line-height: 58px;
	padding: 0 15px 0 0px;
	position: relative;
	cursor: pointer;
}
*/
.tags .title-tag:before {
	position: absolute;
	right: 0px;
	top: 50%;
	content: "\f078";
	color: #71d596;
	font-family: FontAwesome;
	font-size: 15px;
	transform: translateY(-50%);
}
.drobdown-tag {
	padding: 15px 0 0 0px;
	display: none;
}

.music .blue {
	box-shadow: 0 0 0 0;
}
.albums .tr .td {
	padding: 30px 20px;
	font-size: 14px;
	line-height: 150%;
}
.albums .img {
	padding-right: 10px;
	width: 85px;
}
.albums img {
	width: 100%;
	height: auto;
	border-radius: 3px;
	
}
.albums .track-play {
	position: relative;
	top: 0;
    left: 0;
    margin: 0;
}
.albums a {
	display: inline-block;
	vertical-align: middle;
}
.flex {
	display: flex;
	align-items: center;
}
.flex a {
	font-size: 20px;
	color: #000;
	font-weight: 700;
	white-space: nowrap;
}
.music.other-padding {
	background-position: center top;
}
.project-table .th .td {
	padding: 20px;
}
.project-table .tr .td {
	padding: 16px 20px;
}
.project-table .td:first-child {
	padding-left: 35px;
}
.albums  .th .td:first-child,
.project-table .th .td:first-child {
	border-radius: 3px 0 0 3px;
}
.albums  .th .td:last-child,
.project-table .th .td:last-child {
	border-radius: 0 3px 3px 0;
}
.btn.add {
	position: relative;
	padding-left: 50px;
}
.add-tags {
	margin-left: 0;
}
.btn.add:before {
	content: "\f067";
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	left: 20px;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	line-height: 18px;
	font-size: 8px;
	text-indent: 0;
	color: #4b79bb;
	background: #fff;
	transform: translateY(-50%);
}
.btn.downloadselected:before, .btn.downloadpopup:before, .btn.downloadproject:before {
	content: "\f063";
}
.btn.newproject {
	margin-left: 20px;	
}
[dir=rtl] .btn.newproject {
	margin-left: 0;
	margin-right: 20px;	
}
.btn.delete:before {
	content: "\f00d";
}

.select-project .selectric{
	font-size: 16px;
	color: #000;
	width: 100%;
	height: 57px;
	line-height: 55px;
	outline: none;
	margin-bottom: 40px;
	font-weight: normal;
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	text-align: left;
}
.select-project .selectric-label {
	padding: 0 30px;
}
.select-project .selectric:before {
    content: "\f078";
    font-family: FontAwesome;
    color: #71d596;
    position: absolute;
    right: 15px;
    font-size: 12px;
}
.select-project .selectric-items {
	width: 100%!important;
}
.select-project button {display: none;}

.add-box-popup {
	padding: 35px 45px;
	max-width: 480px;
    width: 100%;
}
.add-box-popup input {
	padding: 0 30px;
}
.add-box-popup h2 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
}
.add-box-popup button.btn {
	border: none;
	display: block;
	margin: 5px 0 10px;
	width: 100%;
	padding: 0 10px;
	box-shadow: none;
}
.add-box-popup button.btn:before {
	position: static;
	margin-right: 10px;
	display: inline-block;
	transform: none;
}

[dir=rtl] .add-box-popup {
	direction: rtl;	
}

@media(max-width: 992px){
	.tags ul {
		width: 50%;
	}
}
@media(max-width: 767px){
	.project-table .tr .td:first-child,
	.project-table .tr .td {
		padding: 10px 0;
	}
	.project-table .td strong {
		width: 125px;
	}
	.tags ul {
		width: 100%;
	}
	.albums .tr {
		padding: 10px;
	}
	.albums .tr .td {
		padding: 5px;
	}
	.albums .tr .td:nth-of-type(1),
	.albums .tr .td:nth-of-type(3) {
		display: inline-block;
		width: 10%;
	}
	.albums .tr .td:nth-of-type(2) {
		display: inline-block;
		width: 75%;
	}
	.albums .tr .td:nth-of-type(3) {
		/*text-align: right;*/
	}
	.albums .td:last-child {
		text-align: left;
	}
}
@media(max-width: 400px){
	.add-box-popup {
		padding: 35px 30px;
	}
}
[dir="rtl"] .btn.add {
	padding-left: 25px;
	padding-right: 50px;
}
[dir="rtl"] .btn.add:before {
	left: auto;
	right: 20px;
}
[dir="rtl"] .add-box-popup input,
[dir="rtl"] .select-project .selectric {
	text-align: right;
}
[dir="rtl"] .select-project .selectric:before {
	right: auto;
	left: 15px;
}

[dir="rtl"] button.btn.add {
	padding: 0 10px;
}
[dir="rtl"] button.btn.add:before {
	display: none;
}
[dir="rtl"] button.btn.add:after {
    content: "\f067";
    font-family: FontAwesome;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    line-height: 18px;
    font-size: 8px;
    text-indent: 0;
    color: #4b79bb;
    background: #fff;
    transform: translateY(-50%);
	position: static;
    margin-left: 10px;
    display: inline-block;
    transform: none;
}
[dir="rtl"] .tags .title-tag {
	padding: 0 0 0 15px;
}
[dir="rtl"] .tags .title-tag:before {
	right: auto;
	left: 0;
}
[dir="rtl"] .albums .img {
	padding-right: 0;
	padding-left: 10px;
}
[dir="rtl"] .albums .track-play {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
}
[dir="rtl"] .albums .tr {
	padding: 10px;
}
@media(max-width: 767px){
	[dir="rtl"] .albums .td:last-child {
		text-align: right;
	}
}
.navigation.right {
	float: left;
	padding-left: 20px;
}
[dir="rtl"] .navigation.right {
	float: right;
	margin-right: 15px;
}

/* Gis Write */
.buttonsBlockAdd {
	
}

.tracksNotFound {
	margin-top: 30px;
	display: none;
	padding: 20px;
	text-align: center;
	font-family: 'museo_cyrl900';
	font-size: 24pt;
}
#add-report .selectric-items .selectric-scroll {
	height: 130px;
}

/* Tooltip for Player */
.plTrackName {
	position: relative;	
}

/* Tooltip text */
.plTrackName .tooltiptext {
	visibility: hidden;
	background-color: #ff6501;
	color: #fff;
	text-align: left;
	padding: 5px 15px;
	border-radius: 6px;
	
	max-width: 300px;
	bottom: 99px;
	
	line-height: 30px;
	position: fixed;
	z-index: 999;
}

.plTrackName .tooltiptext a {
	color: white;
	text-decoration: underline;
}

[dir=rtl] .plTrackName .tooltiptext {
	text-align: right;
}

.plTrackName:hover .tooltiptext {
	visibility: visible;
}
