/*Audio Player/*
===============*/

.jp-audio {
    background: #797979;
    width: 190px;
    height: 56px;
    position: fixed;
    left: 50%;
    margin-left: -95px;
    bottom: -60px;
    display: block;
    z-index: 111;
}

.jp-type-playlist {
    position: relative;
}

.jp-controls {
    position: absolute;
    left: 15px;
    top: 15px;
    overflow: hidden;
}

.jp-controls li {
    margin: 0 5px 0 0;
    width: 9px;
    height: 9px;
    float: left;
    cursor: pointer;
}

.jp-controls li a {
    display: block;
    width: 9px;
    height: 9px;
}

.jp-previous {
    background: url(../img/player_skin.png) no-repeat 0 0;
}

.jp-previous:hover {
    background: url(../img/player_skin.png) no-repeat 0 -9px;
}

.jp-play {
    background: url(../img/player_skin.png) no-repeat -9px 0px;
    display: block!important;
}

.jp-play:hover {
    background: url(../img/player_skin.png) no-repeat -9px -9px;
}

.jp-pause,
jp-mute,
jp-unmute {
    display: none;
}

.jp-stop {
    background: url(../img/player_skin.png) no-repeat -18px 0;
}

.jp-stop:hover {
    background: url(../img/player_skin.png) no-repeat -18px -9px;
}

.jp-next {
    background: url(../img/player_skin.png) no-repeat -27px 0;
}

.jp-next:hover {
    background: url(../img/player_skin.png) no-repeat -27px -9px;
}

.jp-current-time {
    display: none;
}

.jp-duration {
    display: none;
}

.jp-progress {
    position: absolute;
    left: 15px;
    top: 36px;
    background: #444444;
    height: 7px;
    width: 160px;
    display: block;
    cursor: pointer;
}

.jp-seek-bar {
    height: 7px;
    background: #555555;
}

.jp-play-bar {
    height: 7px;
    background: #000000 url(../img/bg_tracker.png) no-repeat right top;
}

.jp-volume-bar {
    display: none;
}

#jp_playlist_2 {
    display: none;
    /*position: absolute;*/
    /*bottom: -1000px;*/
    bottom: 1px;
    left: 0px;
    background: url(../img/bg_playlist.png) repeat;
    padding: 35px 15px 5px 15px;
    overflow: hidden;
    width: 160px;
    height: auto;
}

#jp_playlist_2 ul {
    padding: 0;
    margin: 0;
    display: block;
    width: 160px!important;
}

#jp_playlist_2 ul li a {
    display: block;
    text-decoration: none;
}

#jp_playlist_2 ul li,
#jp_playlist_2 ul li a {
    color: #797979;
    font-size: 9px;
    font-family: 'VolterGoldfishRegular';
    text-transform: uppercase;
    line-height: 15px;
    cursor: pointer;
}

#jp_playlist_2 ul a:hover {
    color: #ffffff;
    text-decoration: none;
}

#jp_playlist_2 ul li a.jp-playlist-current {
    color: #00CC33;
}

#playlist_slider {
    width: 160px;
    /*height:60px;*/
    overflow: hidden;
}

#playlist_slider .jspVerticalBar {
    width: 5px!important;
}

#playlist_slider .jspTrack {
    background: #000000!important;
    width: 5px!important;
}

#playlist_slider .jspDrag {
    background: #797979!important;
    width: 5px!important;
}

#playlist_slider .jspDrag:hover {
    background: #555555!important;
    width: 5px!important;
}

.btn_playlist {
    position: absolute;
    left: 88px;
    top: 12px;
    color: #000000;
    font-size: 9px;
    font-family: 'VolterGoldfishRegular';
    -webkit-font-smoothing: none;
    text-transform: uppercase;
    cursor: pointer;
}

.btn_playlist:hover,
.btn_playlist.act {
    color: #ffffff;
}

.btn_hide {
    position: absolute;
    left: 152px;
    top: 12px;
    color: #000000;
    font-size: 9px;
    font-family: 'VolterGoldfishRegular';
    -webkit-font-smoothing: none;
    text-transform: uppercase;
    cursor: pointer;
}

.btn_hide:hover,
.btn_hide.act {
    color: #ffffff;
}

.btn_playlist_close {
    background: url(../img/player_skin.png) -18px -18px no-repeat;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    width: 9px;
    height: 9px;
    z-index: 2;
}

.play_title {
    position: absolute;
    left: 15px;
    top: 15px;
    line-height: 9px;
    font-size: 9px;
    font-family: 'VolterGoldfishRegular';
    -webkit-font-smoothing: none;
    text-transform: uppercase;
    width: 150px;
    height: 9px;
    overflow: hidden;
    color: #ffffff;
    cursor: default;
}

#p7DMM_1 {z-index:998;}

.top-navigation {z-index:997;}

/*html, body{
	font-size: 16px;
}
.rev_slider h2.home-headline{
	font-size: 50px;
	line-height: 52px;
	font-weight: normal;
	color: #ffffff;
	font-family: 'Dosis', 'Dosis_ios', sans-serif;
	background-color: rgba(0,0,0,0.7);
	padding: 7px 10px;
	margin-bottom: 4px;
}
.rev_slider h2.home-headline span.h2-green{
	font-size: 50px;
	line-height: 52px;
	font-weight: normal;
	color: #00CC33;
	font-family: 'Dosis', 'Dosis_ios', sans-serif;
	text-align: right;
	text-transform: none;
	padding-right: 23px;
	padding: 0;
}
.content .rev_slider li p{
	font-size: 26px;
	line-height: 28px;
	font-weight: normal;
	color: #ffffff;
	font-family: 'Dosis', 'Dosis_ios', sans-serif;
	text-transform: uppercase;
	background-color: rgba(0,0,0,0.5);
	padding-right:10px !important;
	overflow: hidden;
	margin:0;
	padding: 7px 8px;
	margin-bottom: 4px;
}
*/
.footer-band{
	position:relative;
}
footer{
	position:relative;
}
.copyright{
	position:relative;
	float: left;
}
footer .socials{
	position:relative;
	width: auto;
	right: 0;
	display: inline-block;
    right: -35px;
}