*::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
    font-size: 16px;
}
*:-moz-placeholder {
    color: #000;
    opacity: 1;
    font-size: 16px;
}
*::-moz-placeholder {
    color: #000;
    opacity: 1;
    font-size: 16px;
}
*:-ms-input-placeholder {
    color: #000;
    opacity: 1;
    font-size: 16px;
}

body {
    background-color:#fff !important;
    font-family: Calibri, 'CaviarDreamsRegular', sans-serif !important;
    font-weight: normal !important;
    position: relative !important;
    line-height: 26px;
    color: #000 !important;
    font-size: 14px;
    padding: 0 !important;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: red; }

body input:required:valid,
body textarea:required:valid {
    color: green; }

body, html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

#wrap {
    height: auto !important;
    min-height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.floatLeft{
    float: left;
}

.floatRight{
    float: right;
}

a{
    color: #000;
    text-decoration: none;
    outline: none;
}
.mass_comments_action {display:none;}
a:hover, a:focus{
    /*color: #337ab7;
    text-decoration: none;*/
}

.last{
    background: none !important;
    border: 0 none !important;
    margin-right: 0 !important;
}

.styleUl{
    margin: 0;
    padding: 0;
    list-style: none !important;
}

ul.styleUl li {
	padding: 0px 15px;
	background-image: url(../images/point.png);
	background-repeat: no-repeat;
	background-position: left center;	
}



ul.mp3list {
    margin: 0;
    padding: 0;
    list-style: none !important;
}

ul.mp3list li {
	line-height: 21px;
	padding: 0px 20px;
	background-image: url(../images/btn_play.png);
	background-repeat: no-repeat;
	background-position: left center;	
}


.styleUl2{
    margin: 0;
    padding: 0;
    list-style: none !important;
}

a:hover, textarea:focus, input:focus, a:focus, button, button:focus{
    outline: 0 none !important;
}

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

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

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

ul,ol{
    list-style-position: inside;
    padding: 0;
}

h1{
    font-size: 20px;
}

h2{
    font-size: 18px;
}

h3{
    font-size: 16px;
}

h4{
    font-size: 16px;
}

h4 a{
    font-size: 14px;
}

h5{
    font-size: 14px;
}

h6{
    font-size: 13px;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

/*HEADER*/

#wrap{
    margin-bottom: 90px;
}

header{
    padding: 70px 0 0;
    position: relative;
    z-index: 10;
}

.headerNavbar{
    border-radius: 0;
    min-height: 100%;
    margin-bottom: 0;
    border: 0 none;
}

.navbar-nav>li>a:hover, .navbar-nav>li>a:visited, .navbar-nav>li>a:focus{
    background:none;
}

.navbar-nav>li>a{
    font-weight: 700;
}

.headerMenu li{
    margin-right: 100px;
}

.headerMenu li:last-child{
    margin-right: 0;
}

.headerMenu li a{
    padding: 0;
}
#navbar{
    FLOAT: RIGHT !IMPORTANT;
    text-align: right;
}

.topLine{
    position: relative;
    width: 100%;
    top: -18px;
    z-index: 0;
    margin-bottom: 20px;
}

.soundAngel{
      /* background: url(../images/line_right.png) no-repeat top left; */
    width: 100%;
    height: 30px;
    position: relative;
    float: right;
}

.soundAngel .sLogo{
    position: absolute;
    left: -4px;
    top: -5px;
}

.topLine:before{
    /*
    content: "";
    position: absolute;
    top: 0;
    background: url("../images/line_repeat.png") repeat-x 0 0;
    height: 95px;
    width: 100%;
    right: 50%;
    margin-right: -338px; */
}

.searchBar{
    margin-bottom: 20px;
}

.searchForm{
    background-color: #337ab7;
    border-radius: 3px;
    padding: 3px;
    height: 35px;
}

.searchForm input{
    font-weight: 700;
    height: 29px;
    border-radius: 2px;
}

.btnSearch{
    background-color: #337ab7;
    color: #fcfcfc;
    text-transform: uppercase;
    float: right;
    padding: 0 40px;
    line-height: 29px;
    height: 29px;
    font-size: 15px;
    border: 0 none;
    border-radius: 0;
    font-weight: 700;
}

.btnSearch.focus, .btnSearch:focus, .btnSearch:hover{
    color: #fcfcfc !important;
}

.form-control:focus{
    border-color: transparent;
    box-shadow: none;
}

.navbar-toggle .icon-bar{
    background: #337ab7;
}

/*CONTENT*/

.mainContent{
    padding-bottom: 50px;
}

.navigationMenu li a{
    color: #2a292a;
}

.navigationMenu li a:hover{
    color: #337ab7;
}

.ads{
    background-color: #d8d8d8;
    height: 76px;
    width: 100%;
    text-align: center;
    display: table;
    margin: 15px 0;
}

.ads span{
    display: table-cell;
    vertical-align: middle;
}

ul li, ol li{
    margin-bottom: 2px;
}

.jp-controls button {
    display: block;
    float: left;
    overflow: hidden;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
    margin-top: 8px;
    margin-right: 15px;
    outline:none;
}

.jp-play {
    width: 14px;
    height: 14px; }

.jp-play {
    background: url("../images/sprite.png") no-repeat 0 -276px;
}

.jp-state-playing .jp-play {
    background: url("../images/sprite.png") no-repeat 0 -181px;
}

.jp-jplayer audio, .jp-jplayer {
    width: 0px;
    height: 0px;
}

.jp-volume-controls {
    position: absolute;
    top: 62px;
    left: 358px;
    width: 100px;
}


.jp-volume-controls button {
    display: block;
    position: absolute;
    overflow: hidden;
    text-indent: -9999px;
    border: none;
    cursor: pointer; }

.jp-mute,
.jp-volume-max {
    width: 18px;
    height: 15px; }

.jp-volume-max {
    left: 74px; }

.jp-mute {
    background: url("../images/sprite.png") 0 -140px no-repeat; }

.jp-mute:focus {
    background: url("../images/sprite.png") 0 -140px no-repeat; }

.jp-state-muted .jp-mute {
    background: url("../images/sprite.png") 0 -140px no-repeat; }

.jp-state-muted .jp-mute:focus {
    background: url("../images/sprite.png")0 -140px no-repeat; }

.jp-volume-bar {
    position: absolute;
    overflow: hidden;
    background: url("../images/sprite.png") 0 -480px repeat-x;
    top: 5px;
    left: 22px;
    width: 60px;
    height: 5px;
    cursor: pointer; }

.jp-volume-bar-value {
    background: url("../images/sprite.png") 0 -503px repeat-x;
    width: 0px;
    height: 5px; }

/* @group progress bar */
.jp-progress {
    overflow: hidden;
}

.jp-audio .jp-progress {
    height: 5px;
}

.jp-audio .jp-type-single .jp-progress {
    width: 100%
}

.jp-seek-bar {
    background: url("../images/sprite.png") 0 -421px no-repeat;
    width: 0px;
    height: 100%;
    cursor: pointer; }

.jp-play-bar {
    background: url("../images/sprite.png") 0 -446px no-repeat;
    width: 0px;
    height: 100%; }
/* @end */

/* @group playlist */
.jp-details {
    font-weight: bold;
    text-align: center;
    cursor: default;
    margin-bottom: 10px;
}

.jp-type-single .jp-details,
.jp-type-playlist .jp-details {
    border-top: none; }

.jp-details .jp-title {
    margin: 0;
    text-align: left;
}

.jp-playlist ul {
    list-style-type: none;
    margin: 0;
    padding: 0 20px;
    font-size: .72em; }

.jp-playlist li {
    padding: 5px 0 4px 20px;
    border-bottom: 1px solid #eee; }

.jp-playlist li div {
    display: inline; }

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
div.jp-type-playlist div.jp-playlist li:last-child {
    padding: 5px 0 5px 20px;
    border-bottom: none; }

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
    list-style-type: square;
    list-style-position: inside;
    padding-left: 7px; }

div.jp-type-playlist div.jp-playlist a {
    color: #333;
    text-decoration: none; }

div.jp-type-playlist div.jp-playlist a:hover {
    color: #0d88c1; }

div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
    color: #0d88c1; }

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
    float: right;
    display: inline;
    text-align: right;
    margin-right: 10px;
    font-weight: bold;
    color: #666; }

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
    color: #0d88c1; }

div.jp-type-playlist div.jp-playlist span.jp-free-media {
    float: right;
    display: inline;
    text-align: right;
    margin-right: 10px; }

div.jp-type-playlist div.jp-playlist span.jp-free-media a {
    color: #666; }

div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
    color: #0d88c1; }

span.jp-artist {
    font-size: .8em;
    color: #666; }

/* @end */

/* @group current time and duration */
.jp-audio .jp-time-holder {
    position: absolute;
    top: 56px;
}

.jp-audio .jp-type-single .jp-time-holder {
    left: 120px;
    width: 200px;
}

.jp-audio .jp-type-playlist .jp-time-holder {
    left: 166px;
    width: 130px; }

.jp-current-time,
.jp-duration {
    width: 60px;
    font-size: 11px;
    font-style: oblique; }

.jp-current-time {
    float: left;
    display: inline;
    cursor: default; }

.jp-duration {
    float: right;
    display: inline;
    text-align: right;
    cursor: pointer; }

.jp-video .jp-current-time {
    margin-left: 20px; }

.jp-video .jp-duration {
    margin-right: 20px; }

/* @end */

#jp_container_t01{
    padding-left: 80px;
}

.pagination, .pages {
    width: 100%;
    text-align: center;
}

.pagination>li, .pages>a, .pages>span{
    margin: 0 -1px;
    display: inline-block;
}

.pagination>li:first-child>a, .pagination>li:first-child>span{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination>li:last-child>a, .pagination>li:last-child>span{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination>li>a, .pages a, .pages span, .pagination>li>span{
    border: 1px solid #e3e3e3;
    color: #676767;
    padding: 2px 10px;
}

.pagination>li>a:hover, .pages a:hover{
    background-color: #f4f3f4;
}

.pagination>.active>a, .pages span, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover, .pagination li.active a{
    background-color: #337ab7;
    border-color: #337ab7;
}

.pages span {
	color: #ffffff;	
}

.pages {
	padding: 20px 0px;	
}
/*FOOTER*/

footer{
    height: 90px;
    width: 100%;
    margin-top: -90px;
    position: relative;
    line-height: 22px;
}

.footerContainer{
    background-color: #2a292a;
    width: 100%;
    padding: 10px 0 5px;
    color: #fff;
}

.socialLinks{
    float: right;
    margin-top: 15px;
    display:none;
}

.socialLinks li{
    display: inline-block;
    margin: 0 15px 0 0;
}

.socialLinks li:last-child{
    margin: 0;
}

.socialLinks li a{
    background-color: #337ab7;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    display: table;
    color: #fff;
    text-align: center;
}

i.fa{
    display: table-cell;
    vertical-align: middle;
    font-size: 22px;
}

/*SECONDARY PAGE*/

.titleBox{
    background-color: #f4f3f4;
    padding: 5px 10px;
    margin-bottom: 10px;
}

/*.musicTitle{
    background: url("../images/sprite.png") no-repeat 0 -316px;
    padding-left: 30px;
}*/

.txtBox{
    border-bottom: 1px solid #979797;
    margin-bottom: 15px;
    padding-bottom: 8px;
}

.orangeColor{
    color: #f6592d;
}

.playTrack{
    position: relative;
    background-color: #f4f3f4;
    padding: 10px;
    overflow: hidden;
    height: 100px;
    margin: 20px 0 30px;
}

.downloadBox{
    background-color: #337ab7;
    padding: 20px;
    color: #fff;
    margin-bottom: 30px;
    overflow: hidden;
}

.downloadBox h4{
    color: #fff;
    margin: 0 0 15px;
}

.downloadBox a{
        display: inline-block;
    background-color: #ffffff;
    border: 1px solid #337ab7;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
    padding: 0 10px;
}

.downloadBox a:hover, .downloadBox a:visited, .downloadBox a:focus{
        background-color: #337ab7;
    border: 1px solid #337ab7;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
    color: #fff;
}

.allTracks .musicTitle{
    background: url(../images/sprite.png) no-repeat 0 -370px;
    padding-left: 30px;
}

.navbar-toggle{
    border: 1px solid #337ab7;
    border-radius: 3px;
    margin: 20px 0 0;
}
.speedbar {
	font-size: 0.9em;
	margin-bottom: 13px;
	padding: 0px 6px;
	border: 1px solid #d3dae0;
	background: #fff url("../images/lines.gif");
}

.musicTitle h1 {
	margin: 0px;
	font-size: 15px;
	font-weight: bold;	
}

ol {
	color: #337ab7;	
}

ol li {
	line-height: 21px;	
}

ul.headerMenu li a {
	font-size: 16px;
}

span.speedbar2 {
	line-height: 19px;	
}

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

ul.traInfo li span {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	margin-right: 8px;	
}

.rbt-btn{
	margin-left: 25px;
	cursor: pointer;
}
.rbt-hide{
	display: none;
}


.mp3table2 {
    border: 1px solid #f8f0f3;
    color: #000;
    font-size: 13px;
    height: auto;
}


img.mp3icon {
	width: 22px;
	margin-top: -2px; 
}
