/*
Theme Name: DropTheVibe
Theme URI: http://wordpress.org/
Description: DropTheVibe.
Version: 1.0
Author: Shahumyan Media
Author URI: http://shahumyanmedia.com/
Tags: drop the vibe
*/

* {
	padding:0;
	margin:0;
}
body {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background:#3f464c url(img/BG-ds-Album-covers.jpg) top center no-repeat;
    /*background:#000 url(img/BG-ds-Album-covers.jpg) top center no-repeat;*/
}

img{
  border: none;
}

a{
  text-decoration: none;
}


.body_ {
	width:100%;
	display:inline-block;

	position:relative;
}
.body_bg {
	position:absolute;
	top:0px;
	text-align:center;
	width:100%;
	height:1200px;
}
.body_side_bar {
 position:absolute;
 left:50px;
 bottom:-10px;
 position:fixed;
 display:inline-block;
 z-index:3;
}
.body_side_bar_top {
 float:left;
}
.body_side_bar_midle {
 background:url(img/side_bar_middle.png) 0 0 repeat-x;
 height:69px;
 text-align:center;
 float:left;
}
.body_side_bar_item {
 padding:0px 5px;
 margin-top:18px;
 float:left;
}
.body_side_bar_item_t {
 margin-top:16px;
}
.header {
	width:100%;
	position:relative;
	z-index:3;
}
.header_top {
	margin:0 auto;
	width:1100px;
}
.top {
	display:inline-block;
	padding-top:25px;
}
.logo {
	float:left;
}
.top_banner {
	float:left;
	margin-left:-40px;
	padding-top:10px;
}
.top_banner img {
	width:730px;
	height:91px;
}
.menu_bg {
	width:100%;
	height:63px;
	background:url(img/menu-bG.jpg) 0 0 repeat-x;
	text-align:center;
}
.menu {
	display:inline-block;
	padding-top:5px;
    width: 1037px;
}
.menu a{
    text-decoration: none;
    color: #fff;
}

.menu_item {
	float:left;
	font-size:18px;
	color:#fff;
    text-transform: uppercase;
	padding-top:15px;
	padding-left:25px;
	padding-right:25px;
	height:38px;
	position:relative;
	text-align:center;
	min-width:70px;
    cursor: pointer;
}
.menu_line {
	float:left;
}
.menu_item span {
	position:relative;
	z-index:3;
}
.menu_item_yellow {
	text-align:center;
	width:100%;
	display:none;
	position:absolute;
	bottom:-6px;
	left:0px;
}
.menu_item_selected {
	display:block;
}
.menu_item_selectbg {
	width:100%;
	height:65px;
	position:relative;
	background:url(img/SelectBg.jpg) 0 0 repeat-x;
}
.menu_item_selectback {
	position:absolute;
	top:0px;
	right:-7px;
}
.menu_item_lite {
}
.page_bg {
	width:1042px;
	margin:0 auto;
	margin-top:10px;
	z-index:2;
	position:relative;
	text-align:center;
}
.page_bg_top {
	background:url(img/page_bg.png) 0 0 repeat-y;
	width:1042px;
}
.page_bg_bottom {
}
.page {
	margin:0 auto;
	width:1000px;
}
.page_banner {
}
.page_banner img {
	width:996px;
	height:93px;
}
.page_header_bg {
	width:980px;
	height:330px;
	background:url(img/page_header_bg.png) 0 0 repeat;
	display:inline-block;
	padding:8px;
	margin-top:10px;
}
.page_header_left {
	float:left;
	width:172px;
	height:100%;
	background:url(img/left_bg.jpg) 0 0 repeat;
	position:relative;
	z-index:1;
}
.header_left_item {
	padding-top:23px;
	padding-bottom:23px;
	padding-left:20px;
	color:#fff;
	font-size:15px;
	text-align:left;
	position:relative;
    cursor: pointer;
}
.header_left_item a {
	text-decoration:none;
	color:#fff;
}
.header_left_item strong{
  text-transform: uppercase;
  position:relative;
  z-index:2;
}


.header_left_line {
}
.header_left_yellow {
	position:absolute;
	top:-2px;
	left:-4px;
	display:none;
}
.header_left_item_selected {
}
.header_left_item_selected .header_left_yellow {
	display:block;
}
.header_left_item_selected .header_left_yellow {
	display:block;
}
.header_box_bg {
	width:686px;
	height:330px;
	margin-left:5px;
	background:url(img/border.png) 0 0 no-repeat;
	float:left;
	text-align:center;
	position:relative;
}
.header_box_img {
	padding-top:5px;
}
.header_box_img img {
	width:auto;
	height:320px;
}
.header_box_text_bg {
	position:absolute;
	left:0px;
	bottom:5px;
	width:681px;
	background:url(img/header_text_bg.png) 0 0 repeat;
	text-align:left;
}
.header_box_text {
	padding-left:45px;
	font-size:18px;
	color:#fff;
	padding-top:5px;
}
.header_box_text_yellow {
	padding-top:1px;
	padding-left:45px;
	font-size:22px;
	color:#dcae01;
}
.header_box_link {
	position:absolute;
	top:6px;
	right:10px;
}
.header_img_box {
	float:left;
	padding-left:6px;
}
.header_img_item {
	padding-top:7px;
	padding-bottom:7px;
    cursor: pointer;
    width: 110px;
}
.header_img_item img {
	width: auto;
	height:53px;
}
.header_img_item_artist, .header_img_item_title, .header_img_item_href{
  display: none;
}

.header_left_item:hover .header_left_yellow {
    display:block;
}
.menu_item:hover .menu_item_yellow {
    display:block;
}

.page_middle {
	display:inline-block;
	padding-top:8px;
	width:100%;
}
.side_bar {
	float:right;
	padding-right:4px;
	width:249px;
}
.featured_artists {
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#000;
	width:249px;
	display:inline-block;
	padding-bottom:10px;
	margin-bottom:10px;
}
.featured_artists_title {
	width:249px;
	height:34px;
	background:url(img/featured_artists_bg.png) 0 0 no-repeat;
	font-size:20px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding-top:13px;
}
.featured_artists_line {
	padding-top:4px;
	float:right;
}
.featured_artists_item {
	text-align:left;
	display:inline-block;
	padding-top:6px;
}
.featured_artists_border {
	float:left;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid  #bf2000;
	width:58px;
	height:58px;
	padding:6px;
}
.featured_artists_img {
}
.featured_artists_img img {
	width:58px;
	height:58px;
}
.featured_artists_item_main {
	float:left;
	padding-left:5px;
	width:155px;
}
.featured_artists_text {
	font-size:12px;
	color:#fff;
}
.featured_artists_text_title {
	font-size:12px;
	color:#fd0c1a;
	font-weight:bold;
	padding-bottom:2px;
}
.featured_artists_text_title a {
	color:#fd0c1a;
	text-decoration:none;
}
.featured_artists_bottom {
	width:100%;
	padding-top:5px;
	text-align:right;
}
.featured_artists_box {
	display:inline-block;
}
.featured_artists_music_logo {
	float:left;
}
.featured_artists_button {
	width:57px;
	height:22px;
	background:url(img/music_button.png) 0 0 no-repeat;
	float:left;
	margin-top:10px;
	display:inline-block;
}
.featured_artists_play {
	float:left;
	padding-left:10px;
	padding-top:1px;
}
.featured_artists_download {
	float:right;
	padding-right:4px;
	padding-top:3px;
}
.right_banner, .the_tweets {
	padding-bottom:10px;
}
.right_banner img {
	width:247px;
}
.page_footer {
	width:100%;
	text-align:center;
}
.page_footer img{
	width:990px;
}
.footer {
	margin:0 auto;
	width:965px;
	margin-top:5px;
	padding-bottom:20px;
}
.footer_menu {
	font-size:12px;
	color:#fff;
	display:inline-block;
	position:relative;
	z-index:3;
}
.footer_menu_item {
	float:left;
}
.footer_menu_item a {
	color:#fff;
	text-decoration:none;
}
.footer_menu_line {
	float:left;
	padding:0 20px;
}
.footer_logo {
	width:100%;
	padding-top:20px;
	display:inline-block;
}
.footer_logo_left {
	float:left;
	margin-left:-110px;
}
.footer_bootom {
	width:100%;
	display:inline-block;
	padding-bottom: 50px;
}
.footer_bootom_copyright {
	font-size:11px;
	color:#7c7c7c;
	float:left;
}
.footer_bootom_copyright a{
	color:#7c7c7c;
    text-decoration: none;
}
.footer_bootom_copyright a:hover{
    text-decoration: underline;
}
.footer_sm {
	float:right;
	padding-top:20px;
    display: none;
}
.content_box {
	float:left;
	width:732px;
	padding-left:4px;
	text-align:left;
}
.search {
	display:inline-block;
	width:730px;
	margin-top:1px;
}
.search_side {
	float:left;
}
.search_middle {
	float:left;
	width:708px;
	background:url(img/home_search_middle.png) 0 0 repeat-x;
	height:57px;
	padding-top:8px;
	position:relative;
}
.search_item {
	display:inline-block;
}
.search_button {
	position:absolute;
	right:22px;
	top:11px;
}
.search_button img{
   width: 18px;
   height: 19px;
}

.search_item_text {
	float:left;
	font-size:18px;
	color:#fff;
	padding-right:15px;
	padding-top:2px;
}
.search_item_area{
    float:left;
}
.search_item_area input {
    width:470px;
    padding:3px 0;
    background:#fff;
}
.search_item_button {
   margin-top:-4px;
   float:left;
   margin-left:10px;
}
.search_item_button input {
   height:35px;
   width:100px;
}
.search_radio_box {
	display:inline-block;
	padding-left:125px;
}
.search_radio_item {
	float:left;
	padding-right:20px;
	font-size:12px;
	color:#fff;
	display:inline-block;
}
.search_radio_text {
	float:left;
	padding-right:5px;
	text-transform:uppercase;
}
.search_radio_icon {
	float:left;
}
.content {
	display:inline-block;
	width:100%;
	padding-top:3px;
}
.home_box {
	text-align:center;
	width:100%;
	padding-top:5px;
}
.home_box {
	display:inline-block;
}
.home {
	background:#060708;
	width:360px;
	display:inline-block;
	margin-bottom:10px;
	margin-right:5px;
	float:left;
	padding-bottom:10px;
}
.home_block {
	padding-bottom:10px;
	position:relative;
}
.home_block_date {
	position:absolute;
	top:5px;
	left:-63px;
	width:53px;
	height:86px;
	background:url(img/date_bg.jpg) 0 0 no-repeat;
	padding-top:15px;
	padding-left:10px;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	text-align:left;
	line-height:20px;
}
.home_block_date span {
	font-size:24px;
}
/*.home_title {`
	display:inline-block;
	margin-top:-16px;
	width:371px;
	margin-left:-5px;
	position:relative;
}*/
.home_title_box {
	display:inline-block;
	padding-top:12px;
}
.home_title_img {
	float:left;
}
.home_title_img img {
	width:95px;
	height:52px;
}
.home_title_text {
	float:left;
	padding-top:15px;
}
.home_title_text img {
	width:238px;
	height:27px;
}
.home_title_shadow {
	position:absolute;
	left:0px;
	bottom:15px;
}
.home_title_side {
	float:left;
}
.home_title_middle {
	float:left;
	width:341px;
	height:78px;
	background:url(img/home_title_bgmiddle.png) 0 0 repeat-x;

}
.home_line {
	margin:3px 0;
	width:100%;
}
.home_item {
	text-align:left;
	display:inline-block;
	width:359px;
}
.home_tape_img {
	position:absolute;
	top:-1px;
	left:-1px;
}
.home_border {
	float:left;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid  #bf2000;
	width:52px;
	height:52px;
	padding:3px;
	text-align:left;
	position:relative;
	margin-left:7px;
}

.home_border_yellow {
	border:1px solid  #dcae01 !important;
}

.home_img {
}
.home_img img {
	width:52px;
	height:52px;
}
.home_item_main {
	float:left;
	padding-left:10px;
	width:185px;
}
.home_text {
	font-size:12px;
	color:#fff;
}
.home_text_title {
	font-size:12px;
	color:#fd0c1a;
	font-weight:bold;
	padding-bottom:2px;
}
.home_text_title_yellow {
	color:#dcae01 !important;
}

.home_text_title a {
	color:#fd0c1a;
	text-decoration:none;
}
.home_text_title_yellow a{
	color:#dcae01 !important;
	text-decoration:none;
}
.home_right {
	float:right;
	display:inline-block;
	margin-top:-3px;
	margin-right:7px;
    text-align: right;
}
.home_rating_label{
  color: #fd0c1a;
  font-size: 12px;
  margin-top: 15px;
  display:inline-block;
}

.home_rating_label_yellow{
  color: #dcae01;
}

.home_right_box {
	display:inline-block;
}
.home_music_logo {
	float:left;
}
.home_button {
	width:57px;
	height:22px;
	background:url(img/music_button.png) 0 0 no-repeat;
	float:left;
	margin-top:10px;
	display:inline-block;
}

.home_play {
	padding-left:10px;
	padding-top:3px;
}
.home_download {
	float:right;
	padding-right:4px;
	padding-top:3px;
}
.home_star_box {
	display:inline-block;
	padding-top:8px;
}
.home_star_item {
	float:left;
	padding:0 1px;
}
.home_star_item img {
	width:19px;
	height:17px;
}
.home_bottom {
	padding-top:10px;
	padding-bottom:20px;
	text-align:center;
}
.home_bottom img{
  cursor: pointer;
}
.top50_box {
	margin-top:-10px;
}
.top50 {
	width:727px;
	background:#060708;
	margin-bottom:10px;
	padding-bottom:15px;
	margin-top:-17px;
	padding-top:5px;
}
.content_title {
	display:inline-block;
	position:relative;
	margin-left:-2px;
	margin-top:-10px;
	font-size:25px;
	font-weight:bold;
	color:#fff;
}
.content_title_side {
	float:left;
}
.content_title_middle {
	float:left;
	width:700px;
	height:48px;
	background:url(img/top_title_middle.png) 0 0 repeat-x;
	padding-left:10px;
	padding-top:17px;
	text-transform:uppercase;
}
.top50_block {
	text-align:left;
	display:inline-block;
	width:100%;
	padding-top:3px;
	position:relative;
}
.top50_line {
}
.top50_border {
	float:left;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid  #bf2000;
	width:52px;
	height:52px;
	padding:3px;
	text-align:left;
	position:relative;
	margin-left:7px;
}

.top50_img {
}
.top50_img img {
	width:52px;
	height:52px;
}
.top50_main {
	width:640px;
	float:left;
	padding-top:3px;
	padding-left:10px;
	margin-right:7px;
}
.top50_text {
	font-size:12px;
	color:#fff;
}
.top50_text_title {
	font-size:12px;
	color:#BF2000;
	font-weight:bold;
	padding-bottom:2px;
}
.top50_text_title a {
	color:#BF2000;
	text-decoration:none;
}
.top50_num {
	width:84px;
	height:62px;
	background:url(img/top50_date_bg.png) 0 0 no-repeat;
	position:absolute;
	left:-80px;
	top:0px;
	font-size:20px;
	color:#fff;
	text-align:center;
	line-height:22px;
	padding-top:13px;
}
.top50_num span {
	font-weight:bold;
	font-size:24px;
}
.top50_bottom {
	width:100%;
	padding-bottom:30px;
}
.top50_page_box {
	display:inline-block;
	padding-left:40px;
}
.top50_page {
	float:left;
	color:#fff;
	padding:4px 8px;
	border:#9e0f00 1px solid;
	margin-right:3px;
}
.top50_page a {
	color:#fff;
	text-decoration:none;
}
.top50_page_box a {
	color:#fff;
	text-decoration:none;
}
.top50_page_selected{
	background:#9e0f00;
	padding:3px 7px;
}
.genres {
	padding-bottom:23px;
}
.genres_main {
	width:510px;
}
.genres_bottom {
	width:100%;
	padding:10px 0px 20px 0px;
	text-align:center;
}
.genres_page_box {
	padding-left:0px;
}
.news {
	margin-top:-10px;
	padding-bottom:10px;
	width:725px;
}
.news_main{
  overflow: hidden;
}


.news_item {
	margin:8px 0px;
	padding:10px 10px 8px 10px;
	background:#060708;
    display: inline-block;
    width: 705px;
}

.the_news_item {
	padding-bottom:2px;
}

.news_border {
	padding:8px;
	border:#2e3031 1px solid;
	float:left;
	margin:0px 10px 0 0px;
}
.news_border img {
	width:148px;
	height:auto;
}

.news_inside_main {
}
.news_title {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding-bottom:7px;
	border-bottom:#5f5f5f 1px solid;
	text-transform:uppercase;
	line-height:18px;
}
.news_inside_title {
	overflow: hidden;
}
.news_title a {
	color:#fff;
	text-decoration:none;
}
.news_title span {
	font-size:12px;
	color:#068eb8;
	font-weight:normal;
	text-transform:none;
}
.news_text_box {
	font-size:12px;
	color:#fff;
	padding:7px 0px;
	width:100%;
	border-bottom:#5f5f5f 1px solid;
}
.news_text a{
    color: #F25700;
}

.news_text a:hover{
    text-decoration: underline;
}
.news_inside_text_box {
	font-size:12px;
	color:#fff;
	padding:7px 0px;
	border-bottom:#5f5f5f 1px solid;
	min-height:100px;
	padding-bottom:40px;
	margin-bottom:7px;
}
.news_inside_bottom {
	width:100%;
	display:inline-block;
	padding-bottom:7px;
}
.news_viewed_time {
	float:left;
	font-size:12px;
	color:#fff;
	padding-left:5px;
    margin-top: 5px;
}
.news_inside_genre {
	float:right;
	font-size:12px;
	color:#068eb8;
	padding-right:5px;
    margin-top: 5px;
}
.news_inside_lastest  {
	font-size:24px;
	color:#fff;
	font-weight:bold;
	padding-top:10px;
	padding-left:5px;
}
.news_inside_comments {
	width:710px;
	padding-left:10px;
	padding-top:20px;
}
.news_inside_comments_title {
	width:100%;
	border-bottom:#030303 1px solid;
	padding-bottom:8px;
	font-size:20px;
	font-weight:bold;
	color:#fff;
}
.news_comments_item {
	width:100%;
	border-bottom:#030303 1px solid;
	border-top:#5f5f5f 1px solid;
	padding:10px 0px;
	display:inline-block;
}
.news_comments_img {
	float:left;
	padding-right:8px;
}
.news_comments_img  img {
	width:50px;
	height:50px;
}
.news_comments_right {
	float:left;
	width:650px;
}
.news_comments_item_top {
	display:inline-block;
	padding-bottom:15px;
}
.news_comments_item_bottom {
	color:#fffefe;
	font-size:12px;
	padding-bottom:5px;
}
.news_comments_name {
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#c79d01;
	text-transform:uppercase;
}
.news_comments_name a{
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#c79d01;
	text-decoration:none;
}
.news_comments_date {
	float:left;
	font-size:12px;
	color:#c79d01;
	padding-left:10px;
}
.news_comments_form {
	border-top:#5f5f5f 1px solid;
	padding:10px 0px;
	width:100%;
}
.news_comments_form_title {
	font-weight:bold;
	font-size:14px;
	color:#fff;
	padding-left:5px;
	padding-bottom:10px;
}
.news_comments_form_main {
	display:inline-block;
	padding-left:5px;
}
.news_comments_form_item {
	display:inline-block;
	padding-bottom:5px;
	text-align:right;
	width:474px;
}
.news_post {
	padding-right:3px;
}
.news_post input {
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
	border:0px;
	background:none;
	color:#fff;
	cursor:pointer;
}
.news_comments_form_name {
	float:left;
	width:65px;
	font-size:12px;
	color:#fff;
	text-align:right;
    padding-top: 3px;
}
.news_comments_form_area {
	float:left;
	padding-left:15px;
}
.news_comments_form_area input {
	width:390px;
	padding:2px 0px;
	background:#e4e4e4;
}
.news_comments_form_area textarea {
	width:390px;
	height:160px;
	background:#e4e4e4;
	resize:none;
}
.news_full {
	font-weight:bold;
	width:100%;
	text-align:right;
	padding-top:10px;
	text-transform:uppercase;
}
.news_full a {
	color:#fff;
}
.news_genre {
	width:100%;
	text-align:right;
	font-size:12px;
	color:#068eb8;
	padding-top:5px;
}
.news_genre a {
	text-decoration:none;
	color:#068eb8;
}
.artists_top {
	padding:10px 0px;
	width:100%;
	display:inline-block;
}
.artists_top_item {
	font-size:14px;
	color:#fff;
	font-weight:bold;
	float:left;
	padding-right:10px;
	padding-left:6px;
	text-transform:uppercase;
}
.artists_top_item a {
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.artists_char_selected {
	text-decoration:underline;
}
.artists_main_box {
	width:100%;
	background:#060708;
	display:inline-block;
	padding-bottom:20px;
    margin-top: 20px;
}
.artists_main {
	float:left;
	margin-left:5px;
	width:330px;
	margin-right:20px;
}
.artists_item {
	width:310px;
	padding:7px 15px 7px 15px;
	font-size:12px;
	color:#DCAE01;
	font-weight:bold;

}
.artists_item_line {

}
.artists_item a {
	font-size:12px;
	color:#DCAE01;
	font-weight:bold;
	text-decoration:none;
}
.privacy_title {
	font-size:25px;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	padding:0px 0px 5px 20px;
}
.privacy {
	font-size:12px;
	color:#fff;
	padding-left:20px;
}
.privacy span {
	font-weight:bold;
}
.contacts {
	width:720px;
}
.contacts_top {
	width:100%;
	padding-top:5px;
    padding-bottom:15px;
}

.contacts_top hr{
	width:705px;
}

.wpcf7-form{
  margin-top: 20px;
}

.wpcf7-form p{
  margin-top: 10px;
}

.wpcf7-captcha-captcha-211{
  vertical-align: middle;
}

.captcha-211 input{
  width: 100px;
}

.wpcf7-not-valid-tip{
  color: #000000;
}

.contacts_text {
	padding-top:10px;
	padding-bottom:5px;
	padding-left:10px;
	display:inline-block;
	font-size:12px;
	color:#fff;
}
.contacts_title{
	font-weight:bold;
	float:left;
}
.contacts_num {
	float:left;
	padding-left:10px;
}
.contacts_num a{
	color: #fff;
    text-decoration: none;
}
.contacts_bottom {
	width:100%;
	border-top:1px #5f5f5f solid;
	padding-top:20px;
}
.contacts_bottom_title {
}
.mix {
	width:725px;
}
.mix_block {
	width:100%;
	padding-bottom:15px;
	position:relative;
    display: inline-block;
}
.mix_block_title {
	width:700px;
	padding-left:10px;
	font-size:20px;
	color:#fff;
	font-weight:bold;
	padding-bottom:5px;
	text-transform:uppercase;
    text-align: left;
}
.mix_block_main {
	width:100%;
	display:inline-block;
	position:relative;
}
.mix_song {
	width:100%;
	padding-top:10px;
	text-align:center;
}
.mix_song_name {
	font-size:20px;
	color:#dcae01;
	font-weight:bold;
}
.mix_artist_name {
	font-size:12px;
	color:#fff;
	font-weight:bold;
	padding-bottom:5px;
}
.mix_song_date {
	font-size:12px;
	color:#fff;
	padding-bottom:5px;
}
.mix_frame {
	border:1px #daac02 solid;
	padding:9px;
	display:inline-block;
}
.mix_frame img {
	width:320px;
	height:auto;
}
.mix_download {
	width:700;
	padding-top:10px;
	text-align:right;
	padding-right:20px;
}
.mix_line {
	width:100%;
	border-bottom:#5f5f5f 1px solid;
	border-top:#030303 1px solid;
}
.mix_middle {
	width:100%;
	display:inline-block;
	padding:5px 0px;
}
.mix_middle_item {
	font-size:12px;
	color:#fff;
	float:left;
	padding-left:20px;
	display:inline-block;
}
.mix_view {
	padding-top:3px;
	float:left;
}
.mix_vertical_line {
	margin:0px 10px;
	border-right:#5f5f5f 1px solid;
	border-left:#030303 1px solid;
	float:left;
	height:23px;
}
.mix_soc_button {
	float:left;
	padding-top:2px;
}
.mix_stars {
	float:left;
	padding-left:15px;
}
.mix_most_top {
	width:100%;
	display:inline-block;
    overflow: hidden;
    height: 177px;
}
.mix_item {
	float:left;
	width:343px;
	margin:7px 7px 0px 0px;
	background:#060708;
	padding:8px;
}
.mix_item_right {
	margin-right:0px;
}
.mix_item_topnone {
	margin-top:0px;
}
.mix_item_top {
	border-bottom:1px #5e5e5e solid;
	width:100%;
	display:inline-block;
}
.mix_item_frame {
	float:left;
	padding:5px;
	border:#2d2f30 1px solid;
	margin:0px 10px 8px 0px;
	position:relative;
}
.mix_item_tape {
	position:absolute;
	top:-1px;
	left:-1px;
}
.mix_item_frame img {
	width:156px;
	height:117px;
}
.mix_item_tape img{
	width:82px !important;
	height:82px !important;
}
.mix_item_title {
	font-size:14px;
	color:#fff;
	font-weight:bold;
	padding-bottom:15px;
}
.mix_item_title a{
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.mix_item_text {
	color:#fff;
	font-size:12px;
}
.mix_item_bottom {
	width:100%;
	display:inline-block;
	padding-top:2px;
}
.mix_genre {
	color:#068eb8;
	float:left;
	font-size:12px;
	padding-top:5px;
}
.mix_item_stars {
	float:right;
}
.mix_most_bottom {
	width:100%;
	height:38px;
	background:#1f1d1f;
}
.mix_most_bottom img{
    cursor: pointer;
}

.mix_left_arrow {
	padding-top:6px;
	float:left;
	padding-left:5px;
}
.mix_right_arrow {
	padding-top:6px;
	float:right;
	padding-right:5px;
}
.mix_dots_box {
	float:left;
	width:695px;
	text-align:center;
}
.mix_dots {
	display:inline-block;
	padding-top:15px;
}
.mix_dot {
	float:left;
	padding:0px 5px;
}
.mix_date {
	top:7px;
}

.contacts_feed_title  {
font-weight: bold;
font-size: 14px;
color: #fff;
padding: 10px 0px;

padding-left:25px;
}
.contacts_feed {
	padding-top:10px;
	width:100%;
	text-align:center;
}
.contacts_ver {
	float:left;
	padding-left:15px;
	display:inline-block;
}
.contacts_ver input {
	width:125px;
	padding:2px 0px;
	background:#e4e4e4;
	float:left;
}
.contacts_ver_img {
	float:left;
	padding-left:8px;
}
.contacts_ver_img img{
	width:126px;
	height:24px;
}
.contacts_ver_text {
	font-size:12px;
	color:#3d9bba;
	float:left;
	padding-left:8px;
	padding-top:7px;
}
.contacts_ver_text a{
	color:#3d9bba;
}
.apply {
	width:100%;
	padding-top:10px;
	padding-left:20px;
}
.videos_top {
	width:100%;
	background:url(img/videos_bg.png) 0 0 repeat;
	padding-top:20px;
	margin-top:-20px;
	margin-bottom:15px;
	text-align:center;
}
.videos {
	width:700px;
	display:inline-block;
}
.videos_middle_item {
	padding-left:20px;
}
.videos_form_item {
	display:inline-block;
	padding-top:10px;
	text-align:left;
}
.videos_form_name {
	float:left;
	width:70px;
	padding-left:10px;
	font-size:14px;
	color:#fff;
	padding-top:4px;
}
.videos_form_area {
	float:left;
	padding-left:5px;

}
.videos_form_area input {
	width:600px;
	padding:2px 0px;
	color:#000;
}
.videos_list {
	width:100%;
	display:inline-block;
	text-align:left;
	padding-bottom:10px;
}
.videos_list_item {
	padding-left:24px;
	width:156px;
	float:left;
}

.videos_list_item_first {
	padding-left:4px;
}
.videos_list_img {
  position: relative;
}
.videos_list_img img {
	width:156px;
	height:117px;
}
.videos_list_item_title {
	font-size:12px;
	color:#fff;
	padding-top:5px;
}
.videos_list_item_title a{
	font-size:12px;
	color:#fff;
}
.videos_list_line {
	height:120px;
	border-left:#030303 1px solid;
	border-right:#5f5f5f 1px solid;
	float:left;
	margin-top:24px;
}
.videos_list_box {
	float:left;
}
.videos_list_title {
	padding-left:12px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding-bottom:5px;
	text-transform:uppercase;
}

.videos_list_left {
	padding-left:0px;
}
.videos_list_right {
	padding-right:0px;
}
.videos_list_block {
	display:inline-block;
}
.post_song_bottom {
	width:100%;
	display:inline-block;
	padding-top:10px;
}
.post_player {
	float:left;
}
.post_download {
	float:right;
}
.post_tracks {
	padding-top:5px;
	padding-bottom:15px;
	background:#000100;
}
.post_find {
	padding-top:15px;
    padding-left: 10px;
	width:700px;
	text-align:right;
	font-size:15px;
	font-weight:bold;
	color:#fff;
    text-transform: uppercase;
}

.post_find a{
	font-weight:bold;
	color:#fff;
}
.sub_menu {
	position:absolute;
	top:50px;
	left:0px;
	width:215px;
	background:url(img/sub_menu_bg.png) 0 0 repeat;
	padding:5px;
	text-align:left;
}
.sub_menu_item {
	width:205px;
	padding:3px 0px 3px 10px;
	font-size:14px;
	color:#fff;
	border-top:#fae99f 1px solid;
	border-bottom:#bea102 1px solid;
	font-weight:bolder;
}

.sub_item_top {
	border-top:none;
}
.sub_item_bottom {
	border-bottom:none;
}
.sub_menu_item a{
	text-decoration:none;
	color:#fff;
}
.sub_item_selected {
	width:205px;
	background:url(img/sub_menu_sel_bg.png) 0 0 repeat;
	font-size:14px;
	color:#000;
}
.sub_item_selected a{
	font-size:14px;
	color:#000;
	text-decoration:none;
}
.home_title {
	display:inline-block;
	margin-top:-16px;
	width:371px;
	margin-left:-5px;
	position:relative;
	float:left;
}

.home_title_block {
	display:inline-block;
    width: 733px;
	position:relative;
	z-index:3;
}
.home_title {
	display:inline-block;
	margin-top:-16px;
	margin-left:-5px;
	position:relative;
	float:left;
}
.home_date_box {
	position:relative;
}
.home_table {
	width:726px;
    margin:0px;
	padding:0px;
	border-spacing:0px;

}
.home_table td{
  width: 360px;
}


.home_main {
	width:100%;
	margin-top:-20px;
}
.table_right_side {
	border-left:#191A1B 5px solid;
	 background:#000;
	 padding-right:1px;
}
.table_left_side {
	 background:#000;
	 padding-right:0px;
}

.post_retrieved_content{
    margin-top: 20px;
    color: #ffffff;
    font-size: 12px;
    text-align: left;
}

.post_retrieved_content a{
    color: #F25700;
}

.post_retrieved_content a:hover{ 
    text-decoration: underline;
}

.top_5_items{
    width: 249px;
}

.aligncenter{
    clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
