@font-face {
    font-family: 'flexslider-icon';
    src: url('/sites/all/libraries/flexslider/fonts/flexslider-icon.eot');
    src: url('/sites/all/libraries/flexslider/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/sites/all/libraries/flexslider/fonts/flexslider-icon.woff') format('woff'), url('/sites/all/libraries/flexslider/fonts/flexslider-icon.ttf') format('truetype'), url('/sites/all/libraries/flexslider/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

#mtn-player {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    text-transform: uppercase;
    /* test margin-top: 5px;*/
    font-weight: lighter;
}

body.admin-menu #mtn-player {
    top: 20px !important;
}

#mtn-player #jp_container {
    position: relative;
    top: -100;
}
#mtn-player .mtn-player-controls {
    position: absolute;
    top: 0;
    z-index: 1000;
}
#mtn-player .mtn-player-controls ul {
    padding: 0;
    margin: 0;
}
#mtn-player .mtn-player-controls ul li {
    list-style: none;
    padding: 0;
    margin: 0 5px 0 0;
    float: left;
}
#mtn-player .mtn-player-controls-right {
    position: absolute;
    top: 0;
    right: 5px;
}
#mtn-player .mtn-player-controls-right ul {
    padding: 0;
    margin: 0;
}
#mtn-player .mtn-player-controls-right ul li {
    list-style: none;
    padding: 0;
    margin: 4px 5px 0 5px;
    float: right;
}
#mtn-player .mtn-player-track_info {
    display: block;
    text-align: center;
}
#mtn-player .mtn-player-track_time_wrapper {
    padding: 5px 0;
    /*cursor: pointer;*/
}
#mtn-player .mtn-player-track_time_wrapper .mtn-player-track_time {
    display: block;
    text-indent: -3000px;
    height: 2px;
    background: #FFF;
}
#mtn-player .mtn-player-track_time_wrapper .mtn-player-track_time .mtn-player-track_time_actual {
    display: block;
    text-indent: -3000px;
    width: 0%;
    height: 2px;
    background: #006411;
}

#mtn-player .jp-type-playlist.hide {
    display: none;
}

.jp-type-playlist {
    /* test margin-bottom: 10px;*/
    padding: 20px;
    height: auto;
    width: 100%;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.82);
	z-index: 1000;
}

.jp-type-playlist .jp-playlist ul {
    margin: 0;
    list-style: none;
    text-transform: uppercase;
}
.jp-type-playlist .jp-playlist ul .jp-free-media {
    display: none;
}
.jp-type-playlist .jp-playlist ul a.jp-playlist-item-remove {
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
}

.jp-type-playlist .playlist-title {
    float: left;
    width: 450px;
    color: #006411;
    margin-left: 10px;
}

.jp-type-playlist .playlistPlay {
    float: left;
    margin-left: 30px;
}

.jp-type-playlist .playlistRemove {
    float: left;
    margin-left: 30px;
}

.jp-type-playlist .playlistBuy {
    float: left;
    margin-left: 30px;
}

#mtn-player .jp-next, #mtn-player .jp-previous {display: none;}

.jp-next.disabled, .jp-previous.disabled{color: grey; text-decoration: none !important; cursor: default !important;}
.playlistPlay.jp-playing{color: grey; text-decoration: none !important; cursor: default !important;}
.playListControls {float: right;}

.jp-previous {
    padding: 0 10px 0 10px;
}

.jp-previous > img, .jp-next > img {
    bottom: 2px;
    position: relative;
}


.jp-previous:before {
    color: #006411;
    font-family: "flexslider-icon";
    display: inline-block;
    content: '\f001';
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.jp-next:before {
    color: #006411;
    content: '\f002';
    display: inline-block;
    font-family: "flexslider-icon";
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}



.jp-previous.disabled:before{
    color: black;
    /*content: '\f001';*/
    display: inline-block;
    font-family: "flexslider-icon";
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.jp-next.disabled:before{
    color: black;
    /*content: '\f002';*/
    display: inline-block;
    font-family: "flexslider-icon";
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}



.marquee {
    height: 20px;
    margin: auto;
    overflow: hidden;
    position: relative;
   /* -webkit-transition: background-color 350ms ease 0s;
    transition: background-color 350ms ease 0s;*/
    width: 500px;
}
.marquee p {
    color: #000;
    font-family: Tahoma,Arial,sans-serif;
    height: 100%;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-align: center;
   /* -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);*/
    width: 100%;
}
.marquee p:nth-child(1) {
    /*
    -webkit-animation: 20s linear 0s normal none  running left-one;
    animation: 20s linear 0s normal none  running left-one;
    */

}
.marquee p:nth-child(2) {
    /*
    -webkit-animation: 20s linear 0s normal none  running left-two;
    animation: 20s linear 0s normal none  running left-two;
    animation-fill-mode: forwards;
    */

}

.left-two {marquee-style: slide;}

@-webkit-keyframes left-one {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    5% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@keyframes left-one {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    50% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@-webkit-keyframes left-two {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    75% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
@keyframes left-two {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    75% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
/*
@-webkit-keyframes left-three {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    66.6% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    71.6% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    95% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes left-three {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    66.6% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    71.6% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    95% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
*/
