.oit-player-wrapper {
    max-width: 620px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.oit-image-wrapper {
    width: 20%;
    float: left;
    max-height: 125px;
    overflow: hidden;
}
.oit-image-wrapper img {
    min-height: 125px;
    margin: 0 !important;
}

.player-block-wrapper {
    width: 58%;
    float: left;
    padding: 0 10px;
}

.dur_speed {
    width: 22%;
    float: left;
    padding: 0 10px;
}

.collapse_speed_block input {
    width: 100%;
}

.collapse_speed_block label {
    font-family: 'Open Sans';
    font-size: 12px;
    background-color: transparent !important;

}

.collapse_speed_block {
    overflow: hidden;
    height: 25px;
    margin-top: 12px;
    margin-bottom: 5px;
}

.collapse_speed_switch_block {
    background-color: rgba(255, 255, 255, .2);
    padding: 1px 5px 20px;
    transition: .5s;
    position: relative;
    top: 25px;
}

#sound_volume {
    width: 75%;
    display: inline-block;
    position: relative;
    top: -5px;
}

#times {
    display: inline-block;
    font-size: 13px;
    vertical-align: 2px;
}

.oit-subtitle {
    overflow-x: hidden;
    position: relative;
}

.oit-player-composition-wrapper {
    overflow-x: hidden;
    position: relative;
}

.oit-player-composition-wrapper span {
    white-space: nowrap;
    font-size: 15px;
    font-family: 'Open Sans';
    display: block;
    position: relative;
    line-height: 19px;
    width: 100%;
    margin: 0;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: example1 20s linear infinite;
    -webkit-animation: example1 20s linear infinite;
    animation: example1 20s linear infinite;
}

.oit-player {
    color: #fff;
    min-height: 115px;
    position: relative;
}

.oit-subtitle span {
    white-space: nowrap;
    font-size: 15px;
    font-family: 'Open Sans';
    display: block;
    position: relative;
    line-height: 19px;
    width: 100%;
    margin: 0;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: example1 15s linear infinite;
    -webkit-animation: example1 15s linear infinite;
    animation: example1 15s linear infinite;
}

@-moz-keyframes example1 {
    0% {
        -moz-transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes example1 {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes example1 {
    0% {
        -moz-transform: translateX(100%);
        /* Firefox bug fix */
        -webkit-transform: translateX(100%);
        /* Firefox bug fix */
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        /* Firefox bug fix */
        -webkit-transform: translateX(-100%);
        /* Firefox bug fix */
        transform: translateX(-100%);
    }
}

@-moz-keyframes example2 {
    0% {
        -moz-transform: translateX(0%);
    }
    100% {
        -moz-transform: translateX(-110%);
    }
}

@-webkit-keyframes example2 {
    0% {
        -webkit-transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-110%);
    }
}

@keyframes example2 {
    0% {
        -moz-transform: translateX(0%);
        /* Firefox bug fix */
        -webkit-transform: translateX(0%);
        /* Firefox bug fix */
        transform: translateX(0%);
    }
    100% {
        -moz-transform: translateX(-110%);
        /* Firefox bug fix */
        -webkit-transform: translateX(-110%);
        /* Firefox bug fix */
        transform: translateX(-110%);
    }
}

.oit-buttons {
    margin: 5px 0 10px 0;
}

#oit_host {
    font-family: 'Open Sans';
    font-size: 14px;
}
.oit-buttons {
    text-align: center;
}
.oit-player-buttons {
    display: inline-block;
    width: 24%;
    margin-right: 0.4%;
    padding: 8px 0;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none !important;
    text-align: center;
    border-radius: 2px;
}

.oit-player-buttons:hover {
    opacity: 1;
}

div.oit-player-buttons {
    margin-right: 0 !important;
}

.mute-button-icon,
.playbutton {
    font-size: 22px;
}

.playbutton {
    cursor: pointer;
    display: inline-block;
    width: 5%;
}

.mute-button-icon {
    width: 20%;
    display: inline-block;
    vertical-align: 4px;
}

.dropdown-content {
    border: 1px solid #888;
    margin-top: 10px;
    display: none;
    position: absolute;
    background-color: #CACACA;
    min-width: 155px;
    overflow: auto;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    right: 0;
}

.dropdown-content a {
    color: #fff;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

#oit_share_drop {
    display: block;
    width: 100%;
}

.dropdown a:hover {
    background-color: #f1f1f1;
    text-decoration: none;
}

.dropdown a:hover {
    background-color: #f1f1f1;
    text-decoration: none;
    color: #222;
}

.dropdown.oit-player-buttons {
    position: relative;
}

#div_share_drop a > i {
    font-size: 20px;
}

.playback-speed-wrapper {
    text-align: center;
    margin-bottom: 5px;
}

#seek {
    width: 66%;
}

#seek,
#sound_volume {
    /* container */
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
    overflow: hidden;
    border: 0px;
    outline: none;
}

#seek::-moz-range-thumb,
#sound_volume::-moz-range-thumb {
    /* Firefox */
    border-radius: 2px;
    box-shadow: -13px 0 #FFF, -25px 0 #FFF, -39px 0 #FFF, -52px 0 #FFF, -65px 0 #FFF, -78px 0 #FFF, -91px 0 #FFF, -104px 0 #FFF, -117px 0 #FFF, -130px 0 #FFF, -143px 0 #FFF, -156px 0 #FFF;
}

#seek::-moz-range-track,
#sound_volume::-moz-range-track {
    /* line Firefox */
    background: none;
    border: none;
}

#seek::-webkit-slider-thumb,
#sound_volume::-webkit-slider-thumb {
    /* Chrome */
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    background-image: linear-gradient(#f0f0f0, #f0f0f0);
    border-radius: 0px;
    box-shadow: -13px 0px #FFF, -22px 0 #FFF, -34px 0 #FFF, -46px 0 #FFF, -54px 0 #FFF, -65px 0 #FFF, -77px 0 #FFF, -88px 0 #FFF, -100px 0 #FFF, -112px 0 #FFF, -123px 0 #FFF, -135px 0 #FFF, -147px 0 #FFF, -182px 0 #FFF, -195px 0 #FFF, -218px 0 #FFF;
}

#duration_speed {
    box-shadow: none !important;
    height: 5px;
    -webkit-appearance: none;
    outline: none;
    padding: 0;
}

input#duration_speed::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 14px;
    width: 8px;
    background: #fff;
    margin-top: 0;
}

#oit_button_play {
    position: relative;
    top: 2px;
}

#display_volume_value {
    position: relative;
    top: -5px;
    font-size: 13px;
}

.ion-android-share-alt {
    font-size: 17px;
    margin-right: 3px;
    position: relative;
    display: inline-flex;
    top: 1px;
}

.motor-player-logo {
    text-align: right;
    line-height: 14px;
    position: absolute;
    right: 10px;
    bottom: 0;
}

.motor-player-logo a {
    font-size: 9px;
    color: #fff;
}

.motor-player-logo a:hover {
    color: inherit !important;
}

#curr_playback_speed {
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
    font-family: 'Open Sans';
    padding: 0 6px;
}

#curr_playback_speed:hover {
    color: inherit !important;
    background: rgba(255, 255, 255, .2);
    margin: auto;
    padding: 0 6px;
}

/*#curr_playback_speed:after{*/
/*content: "\f102";*/
/*font-family: FontAwesome;*/
/*margin-left: 3px;*/
/*font-size: 12px;*/
/*line-height: 9px;*/
/*position: relative;*/
/*top: 0px;  */
/*}*/

#curr_playback_speed:hover:after {
    color: #000 !important;
}

.oit-player-controls {
    position: relative;
    top: 5px;
    line-height: 1;
}

.oit-player-loud {
    margin-top: -2px;
    line-height: 1;
}

.show {
    display: block;
}

#curr_playback_text {
    display: block;
    font-size: 11px;
    line-height: 1;
    font-family: 'Open Sans';

}

/* Modal */

.z-depth-4, .modal {
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 30px 60px;
    max-height: 70%;
    width: 55%;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-left: 8px solid transparent;
}

.modal h1 {
    margin-top: 40px;

}

.modal h1, .modal h2, .modal h3, .modal h4 {
    margin-top: 0;
    font-family: 'Open Sans';
    text-align: center;
}

.modal .modal-content {
    padding: 24px;
}

.modal .modal-close {
    cursor: pointer;
}

.modal .modal-footer {
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
    padding: 4px 6px;
    height: 56px;
    width: 100%;
}

.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-flat {
    float: right;
    margin: 6px 0;
}

.modal .oit-pm-email {
    max-width: 74%;
    padding: 6px 12px;
    float: left;
}

.modal .oit-pm-btn {
    width: 25%;
    margin-left: 1%;
    border: 0;
    padding: 9px 12px;
    float: left;
}

.modal .oit-pm-btn:hover {
    opacity: 0.8;
}

.modal .oit-modal-close {
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    padding: 5px 15px;
    border: 0;
}

.lean-overlay {
    position: fixed;
    z-index: 999;
    top: -100px;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    background: #000;
    display: none;
    will-change: opacity;
}
@media only screen and (max-width: 1150px) {
    #seek {
        width: 60%;
    }
}
@media only screen and (max-width: 992px) {
    .modal {
        width: 80%;
    }
    .collapse_speed_switch_block {
        padding-top: 3px;
    }
}
@media only screen and (max-width: 870px) {
    .collapse_speed_switch_block {
        padding-top: 5px;
    }
}

@media only screen and (max-width: 678px) {
    .oit-player-buttons {
        width: 49%;
        margin-right: 1%;
        margin-bottom: 5px;
    }
    .oit-player-buttons:nth-child(2) {
        margin-right: 0;
    }
    #sound_volume {
        width: 65%;
        margin-left: 4%;
    }
    .modal .oit-pm-email {
        width: 100%;
        max-width: 100%;
        padding: 6px 12px;
        float: none;
        display: block;
        margin-bottom: 10px;
    }

    .modal .oit-pm-btn {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        float: none;
        clear: both;
        display: block;
    }
}
@media only screen and (max-width: 580px) {
    #seek {
        width: 55%;
    }
}

@media only screen and (max-width: 480px) {
    .oit-player-buttons {
        width: 48%;
        margin-right: 1%;
        margin-bottom: 5px;
    }
    .oit-player-buttons:nth-child(2) {
        margin-right: 0;
    }
    #seek {
        width: 50%;
    }
    .mute-button-icon {
        width: 10%;
    }
    #sound_volume {
        width: 65%;
        margin-left: 8%;
    }
    .modal .modal-content {
        padding: 24px 0;
    }
    .oit-image-wrapper {
        display: none;
    }
    .player-block-wrapper {
        width: 70%;
    }
    .dur_speed {
        width: 30%;
    }

}
