/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
*{ box-sizing:border-box;}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

/*****************************CSS Reset - Find ****************************************/


/* =Fonts
-------------------------------------------------------------- */

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family:Arial, Helvetica, sans-serif;
}
pre {
	font-family: Arial, Helvetica, sans-serif;
}
code {
	font-family: Arial, Helvetica, sans-serif;
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}




table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
 thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
 tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
    vertical-align: middle;
}
 tr.odd td {
	background: #F2F7FC;
}
.attachment img {
	max-width: 900px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft, 
 img.alignright, 
 img.aligncenter {
	margin-bottom: 12px;
}
 .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
 .wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
.wp-smiley {
	margin:0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}
.clear{clear:both; line-height:1px; font-size:1px;}
.no-bdr{ border:0 !important;}
.container									{ width:100%; max-width:1345px; margin:0 auto; background:#1a1a1a;}
/***************************** WP CSS Reset - Find ****************************************/
body										{ font-size:12px; font-family: 'Roboto', sans-serif; color:#ffffff; background:#0e0e0e; margin:0; padding:0;}
#wrapper									{ width:100%; max-width:1560px; margin:0 auto;}
/***************************** Header start here ****************************************/
header										{ background:#171717;}
.head-container								{ padding:3px 8px 17px 14px; position:relative;}
header .logo								{ width:18%; max-width:318px; float:left; padding:18px 0 0;}
header .search								{ width:610px; float:none; margin:0 auto; padding:16px 0 0;}
header .upload-sec							{ float:right; position:absolute; right:8px; top:1px; z-index:1;}

header nav									{ width:31px; float:left; position:relative;}
header nav a.menu-icon						{ text-decoration:none; padding:22px 0 0; display:inline-block;}
header nav ul								{ width:220px; margin:0; padding:12px 0 20px 0; list-style:none; background:#171717; box-shadow:3px 4px 4px 0px #101010; position:absolute; left:35px; top:62px; z-index:1;}
header nav ul li							{ display:block; font-size:15px; padding-left:2px;}
header nav ul li a							{ text-decoration:none; color:#ffffff; padding:12px 10px; display:block; border-left:1px solid #171717;}
header nav ul li a:hover					{ background-color:#111111; text-shadow:1px 0px #fff;}

.search .search-inner						{ background:#fff; position:relative; padding:6px 8px;}
.search .search-inner input[type="text"]	{ background:#fff; width:96%; padding:1px 40px; box-shadow:none; border:0px; outline:none;}
.search .search-inner input[type="button"] 	{ width:23px; height:15px; background:url(../images/search-icon.png) no-repeat; outline:none; border:0; box-shadow:none; cursor:pointer; position:absolute; left:8px; top:9px; padding-right:8px; border-right:1px solid #aeaeae;}
.upload-sec span.flag						{ display:block; text-align:right;}
.upload-sec .us-inner						{}
.upload-sec .us-inner a.profile-img			{ float:right; border-radius:50%; margin:0 28px 0 22px;}
.upload-sec .us-inner a.upld-btn			{ text-decoration:none; font-size:14px; display:inline-block; color:#989898; font-family:Tahoma, Geneva, sans-serif; border:1px solid #272727; padding:8px 13px; transition:0.4s;}
.upload-sec .us-inner a.upld-btn:hover		{ color:#fff; border-color:#ccc;}
.upload-sec .us-inner						{}
/***************************** Container start here ****************************************/
#main_container								{ width:98%; margin:0 auto; padding:5px 0 0;}
.bottom-pd									{ padding:0 18px 20px 18px;}
.box-main									{ padding-top:20px; border-bottom:1px solid #0f0f0f;}
.box-main h2								{ padding-bottom:20px; font-size:18px; color:#fff; margin-left:2.2%; font-family:Tahoma, Geneva, sans-serif;}
.box-main .box-list							{ width:17.4%; float:left; margin:0 0 25px 2.2%;}
.box-main .box-list span					{ display:block;}
.box-main .box-list span img				{ width:100%; height:auto;}
.box-main .box-list h4						{ font-size:17px; color:#df2b5a;}
.box-main .box-list h4 a					{ text-decoration:none; color:inherit;}
.box-main .box-list h4 a:hover				{ text-decoration:underline;}
.box-main .box-list cite					{ display:block; font-size:13px; color:#605f5f; font-style:normal;}

.carousel 									{ padding:20px 20px 0 20px;}
.carousel h2								{ padding-bottom:20px; font-size:18px; color:#fff; margin-left:2.2%;}
.carousel ul 								{ margin:0; padding:0;}
.carousel ul li								{}
.carousel ul li span						{ display:block;}
.carousel ul li span img					{ width:100%; height:auto;}
.carousel ul li h4							{ font-size:17px; color:#df2b5a;}
.carousel ul li h4 a						{ text-decoration:none; color:inherit;}
.carousel ul li h4 a:hover					{ text-decoration:underline;}
.carousel ul li cite						{ display:block; font-size:13px; color:#605f5f; font-style:normal;}
.carousel .bx-prev							{ width:32px; height:32px; background:url(../images/prev-icon.png) no-repeat center center #0d0d0d; position:absolute; left:-35px; top:28%; z-index:1; font-size:0px; text-indent:-9999px; border-radius:50%;}
.carousel .bx-next							{ width:32px; height:32px; background:url(../images/next-icon.png) no-repeat center center #0d0d0d; position:absolute; right:-35px; top:28%; z-index:1; font-size:0px; text-indent:-9999px; border-radius:50%;}
.carousel .bx-wrapper						{ position:relative;}
/***************************** footer start ********************************************/
footer										{ width:100%; max-width:1345px; margin:0 auto; padding:18px 0 10px 0; font-family:Tahoma, Geneva, sans-serif;}
footer h5									{ font-size:18px; color:#5a5a5a;}
footer .link-box							{ width:25%; float:left; padding:0 0 0 18px;}
footer .link-box2							{ float:right; max-width:126px;}
footer .link-box ul							{ margin:0; padding:0; list-style:none;}
footer .link-box ul li						{ display:block; font-size:14px; margin:14px 0 5px 0;}
footer .link-box ul li a					{ text-decoration:none; color:#2e2e2e;}
footer .link-box ul li a:hover				{ color:#fff;}

/****************** Inner page Start ***********************/
.banner										{ margin-bottom:20px;}
.banner h2									{ font-size:25px; color:#df2b5a; float:left;}
.banner h1									{ font-size:25px; color:#df2b5a; float:left;}
.banner span								{ display:block;}
.banner .img-wrap							{ position:relative;}
.banner .bnr-txt1							{ padding:8px 8px 8px 3px;}
.banner a.abs-img							{ position:absolute; right:11px; bottom:0; z-index:1;}
.banner span img							{ width:100%; height:auto;}
.banner .social-icon						{ float:right; margin-top:10px;}
.banner .social-icon ul						{ margin:0; padding:0; list-style:none;}
.banner .social-icon ul li					{ display:inline-block; margin-left:11px;}

.info-sec									{ padding:14px; margin-bottom:2px;}
.info-sec .info-lft01						{ width:39.8%; float:left;}
.info-sec .info-rgt01						{ width:57.2%; float:right;} 

.info-sec .info-lft01 img					{ width:100%; height:auto;}
.info-sec .info-lft01 h3					{ font-size:25px; line-height:28px; color:#df2b5a; padding:10px 0 0;}

.info-sec .info-rgt01 ul					{ margin:0; padding:0; list-style:none;}
.info-sec .info-rgt01 ul li					{ width:21%; margin-right:4%; float:left;}
.info-sec .info-rgt01 ul li a				{ text-decoration:none; display:block;}
.info-sec .info-rgt01 ul li img				{ width:100%; height:auto;}
.info-sec .info-rgt01 h3					{ font-size:20px; color:#df2b5a; padding-top:2px;}
.info-sec .info-rgt01 p						{ font-size:15px; line-height:19px; color:#6f6f6f; margin:10px 0 0;}

.song-main									{ padding:14px; margin-bottom:2px;}
.song-main .song-lft01						{ width:68%; float:left;}
.song-main .song-rgt01						{ width:30%; float:right; border-left:1px solid #000; padding-left:1.5%;} 

.song-main .song-lft01 span.s-img01			{ display:block;}
.song-main .song-lft01 span.s-img01 img		{ width:100%; height:auto;}
.song-main .song-lft01 h2					{ max-width:550px; float:left; font-size:30px; line-height:32px; color:#df2b5a; padding:0;font-family: 'Roboto Condensed', sans-serif; font-weight:300;}
.song-main .sng-txt1						{ padding:4px 8px 8px 3px;}
.song-main .social-icon						{ float:right; padding:8px 0 0 0px;}
.song-main .social-icon ul					{ margin:0; padding:0; list-style:none;}
.song-main .social-icon ul li				{ display:inline-block; margin-left:11px;}

.song-main .song-rgt01 h3					{ font-size:17px; color:#fff;font-family: 'Roboto Condensed', sans-serif; font-weight:300;}
.song-main .song-rgt01 ul					{ margin:0; padding:0; list-style:none;}
.song-main .song-rgt01 ul li				{ display:block; margin-top:18px;}
.song-main .song-rgt01 ul li span			{ width:48%; float:left; margin-right:2%;}
.song-main .song-rgt01 ul li span img		{ width:100%; height:auto;}
.song-main .song-rgt01 ul li h4				{ font-size:16px; color:#df2b5a; clear:none;}
.song-main .song-rgt01 ul li h4 a			{ text-decoration:none; color:inherit;}
.song-main .song-rgt01 ul li h4 a:hover		{ text-decoration:underline;}
.song-main .song-rgt01 ul li cite			{ display:block; font-size:15px; color:#605f5f; font-style:normal;}
.song-main .song-rgt01 ul li:after			{ display:table; content:""; clear:both;}

.song-main .song-detail						{ background:#141414; padding:8px 11px 30px; box-shadow:0px 0px 5px 2px #101010 inset; margin-top:12px;}
.song-main .sd-lft							{ float:left;}
.song-main .sd-rgt							{ float:right;}
.song-main .sd-lft h4						{ font-size:20px; line-height:24px; color:#fff;font-family: 'Roboto Condensed', sans-serif; font-weight:300;}
.song-main .sd-lft h4 a						{ text-decoration:underline; color:inherit;}
.song-main .sd-lft h4 a:hover				{ text-decoration:none;}
.song-main .sd-lft ul						{ margin:26px 0 0; padding:0; list-style:none;}
.song-main .sd-lft ul li					{ width:120px; text-align:center; float:left; display:inline-block; font-size:18px; color:#fff;}
.song-main .sd-lft ul li div				{ display:table; margin:0 auto;}
.song-main .sd-lft ul li a					{ width:80px; height:78px; display:table-cell; vertical-align:middle; color:#fff; border:1px solid #fff; border-radius:50%; font-size:30px;}
.song-main .sd-lft ul li a:hover			{ background:#fff; color:#141414;}
.song-main .sd-lft ul li span				{ display:block; margin-top:10px;font-family: 'Roboto Condensed', sans-serif; font-weight:300;}
.song-main .sd-lft ul li span a				{ width:100%; display:block; text-decoration:none; font-size:18px; color:#fff !important; background:none !important; border:0; border-radius:0px;}

.song-main .sd-rgt ul						{ margin:26px 0 12px 0; padding:0; list-style:none;}
.song-main .sd-rgt ul li					{ text-align:center; display:inline-block; font-size:18px; color:#df2b5a; margin-left:3px;}
.song-main .sd-rgt span.dis-like,
.song-main .sd-rgt span.like				{ text-align:center; display:inline-block; color:#d7d7d7; font-size:24px;}
.song-main .sd-rgt span.like				{ float:right;}
.song-main .sd-rgt span.dis-like a,
.song-main .sd-rgt span.like a				{ width:40px; padding:8px 0; color:#d7d7d7; display:block; background:#df2b5a; border-radius:50%;}

.show-more									{ background:#141414; padding:8px 11px 30px; box-shadow:0px 0px 5px 2px #101010 inset; margin-top:12px;}
.show-more p								{ font-size:18px; line-height:22px; color:#fff; margin:0; padding:0; height:auto;font-family: 'Roboto Condensed', sans-serif; font-weight:300;}
.show-more p.fix-height						{ /*height:198px;*/	overflow:hidden;}
.show-more span.show-btn1					{ width:100%; display:block; font-size:15px; text-align:center; margin-top:5px;font-family: 'Roboto Condensed', sans-serif; font-weight:300;}
.show-more span.show-btn1 a					{ text-decoration:none; display:inline-block; color:#767676; background:#1c1c1c; border:1px solid #2b2b2b; padding:4px 8px; transition:0.4s;}
.show-more span.show-btn1 a:hover			{ border-color: #ccc; color: #fff;}

div#ig-floatingmenu-container {
	display: none;
}

.subcontainer video {
	position: absolute;
	left: 0;
	top: 0;
}

.catalog-category-view .info-sec .info-lft01{ width:20.8%;}
.catalog-category-view .info-sec .info-rgt01{ width:76.2%;}
.catalog-category-view .info-sec .info-full{ width:97.6% !important;}
.cms-home .show_player{display:none !important;}

#player_container {
	height: 480px;
}
#player_container .jp-video-360p {
	height: 100%;
}
#player_container .jp-interface div.jp-controls-holder {
	margin-top: -45px;
}
#player_container #jplayer_player_1 {
	min-height: inherit;
}}
}

.cms-home #main_container{ width:100% !important;}
.cms-home #main_container .account-wrap{ width:100% !important;}
.cms-home #main_container .container{ width:80% !important;}

div.knopki {
	width: 70%;
    right: 0;
    margin: 0 15%;
}
div.knopki button {
    background: #d53a47;
    color: #fff;
}
div.knopki .instrumental {
	width: 20%;
    margin-left: 30%;
}
div.knopki .singer {
	width: 20%;
}