.mejs-controls .mejs-button button::before {
    font-family: FontAwesome;
}
.mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    font-size: 30px;
    line-height: 0;
    text-decoration: none;
    margin: 7px 5px;
    padding-top: 3px;
    position: absolute;
    height: 16px;
    width: 16px;
    border: 0;
    background: transparent url(controls.svg) no-repeat;
    width: 60px;
    height: 60px;
}
.mejs-controls .mejs-playpause-button button {
    width: 60px;
    height: 60px;
    margin-top: -15px;
    text-align: center;
    line-height: 36px;
    font-size: 44px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #9AFF00;
    margin-left: -1px;
	text-shadow: rgba(255,255,255,.5) -4px -1px 41px;
}
.mejs-controls .mejs-play button::before {
    content: "\f04b";
    padding-left: 5px;
}

.mejs-controls .mejs-play button:hover {
    content: "\f04b";
    color: #fff;
}

.mejs-controls .mejs-pause button::before {
    content: "\f04c";
    padding-left: 5px;
    color: #fff;
}

.mejs-controls .mejs-pause button:hover {
    content: "\f04c";
    color: #9AFF00;
}

*::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: none;
}
.mejs-container .mejs-controls .mejs-time {
    color: #fff;
    display: block;
    height: 17px;
    padding: 10px 3px 0;
    overflow: hidden;
    text-align: center;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.mejs-container .mejs-controls .mejs-playpause-button {
    width: 65px;
}
