header {
    background-image: url(../img/bd6.jpg);
    color: #fff;
}
header .header-content {
    position: relative;
    width: 100%;
    padding: 80px 15px;
    text-align: center;
}
header .header-content .header-content-inner h1 {
    text-transform: none;
    text-shadow: 2px 2px #000;
}
header .header-content .header-content-inner hr {
	margin: 100px auto;
}
header .header-content .header-content-inner p {
    color: rgb(255,255,255);
    background-color:rgba(0,0,0,0);
    font-weight: bolder;
    font-size: 1.2em;
    text-shadow: 2px 2px #000;	
}
.player {
    display: inline-table;
    width:80%;
}
.mobile-small {
	font-size:0.9em;
}
section {
	padding:50px 0;
}
@media(min-width:768px) {
	section {
		padding:100px;
	}
	header .header-content .header-content-inner hr {
		margin: 100px auto;
	}	
	header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
	header .header-content .header-content-inner p {
		font-size: 2em;
	}
    .player {
        width:40%;
    }
	.mobile-small {
        	font-size:1.2em;
	}
}
a {
    color: #000;
}
.bg-primary {
    background-color:#000;
}
.portfolio-box .portfolio-box-caption {
    background-color: rgba(0,0,0,0.5);
}
.btn-primary {
    border-color: rgba(0,0,0,0.3);
    background-color: rgb(0,0,0);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #94f63d;
    background-color: rgb(0,0,0);
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #94f63d;
}

.text-primary {
    color: #000;
}
hr {
    max-width: 50px;
    border-color: transparent;
    border-width: 3px;
}
hr.dark, hr.light {
    border-color: #b5ff76;
}
.service-box p {
    margin-bottom: 20px;
}
#live_player {
/*	margin:0 auto;
	padding:5px;*/
    text-align: center;
    /*float:left;*/
}
.player {
    display: inline-table;
}
a.audioSrc {
    text-decoration: none;
}
a.audioSrc:active {
    color: #000;
}
/** player **/

span.jp-current-time, span.jp-duration {
    display: inline-block;
    width: 50px;
}
span.playerButton {
    display: inline-block;
    width: 14px;
}
span.playerProgress {
    display: inline-block;
    height: 15px;
    width: 100%;
}
div.jp-seek-bar {
    border: 1px solid #eee;
    height:15px;
    cursor: pointer;
}
div.jp-play-bar {
    background-color: #bbb;
    height:15px;
}
/*.jp-audio-container {
    height:90px;
}*/
tr.audioSrc {
    cursor: pointer;
}
/*timer*/
/* countdown */
#timeWrapper {
	display:block;
	margin:0 auto 10px;
	padding:5px;
	width:320px;
}
#timeWrapper p {
	text-align:center;
	padding:10px;
	width:330px;
	margin:0px 0;
  /*font-family: text;*/
}
#timeToLive {
	/*font-family:clock;*/
	font-size:3.0em;
	color:#000;
}
#timeToLive td.label {
	font-size:0.6em;
  /*font-family: clock;*/
}
#timeToLive td.number {
	display: inline-block;
	width:1.5em;
}
table.counter {
	width:100%;
	text-align:center;
}
.fa {
	color:#bbb;
}
.table-responsive {
	border:none;
}
.service-box {
	margin-top:5px;
}
