@font-face {
    font-family: 'GGicon';
    src:url('../fonts/icomoon.ttf') format('truetype')
}

/* player */
#inclusher-reader {
    border: 6px solid #5e2573
}
.video-js {
    font-size: 20px;
    height: 340px !important;
    width: 640px !important;
}
.vjs-control-bar {
    background-color: #662A74 !important;
}
.vjs-big-play-button {
    height: 80px !important;
    width: 80px !important;
    top: calc(50% - 40px) !important;
    left: calc(50% - 40px) !important;
    border-radius: 4px !important;
    background-color: #662A74 !important;
}
.vjs-volume-panel {
    display: none !important;
}
.vjs-fullscreen-control {
    position: absolute !important;
    right: 0 !important
}
.vjs-fullscreen .vjs-fullscreen-control {
    position: absolute !important;
    top: 0 !important;
    right:  0 !important;
}
/* recorder */
#inclusher-recorder {
    border: 6px solid #E3246F
}
.container-video .video-js {
    margin: 0 auto;
    border: solid 6px #EB0F69;
}
.vjs-record-indicator {
    font-size: 0.5em;
}
.vjs-icon-device-perm{
    height: 80px !important;
    width: 80px !important;
    line-height: 1.2em !important;
    top: calc(50% - 40px) !important;
    left: calc(50% - 40px) !important;
    border-radius: 4px !important;
    background-color: #fff !important;
}
.vjs-icon-device-perm:before {
    content: '\f102';
    color: red;
}
.vjs-icon-record-stop {
    font-size: 1.5em;
    width: 80px !important;
    line-height: 2em !important;
}
.page-messages-create .vjs-fullscreen-control,
.page-activities-create .vjs-fullscreen-control,
.page-messages-answer .vjs-fullscreen-control,
.page-messages-modVideo .vjs-fullscreen-control,
.page-users-register .vjs-fullscreen-control {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
}
.vjs-record .countdown {
    position: absolute;
    top: calc(50% - 90px);
    left: calc(50% - 45px);
    font-size: 164px;
    color: #EB0F69;
    font-weight: 900;
}
.vjs-playback-rate .vjs-playback-rate-value {
    color: transparent;
}
.vjs-playback-rate-value:after {
    font-family: "GGicon";
    content: '\e9a6';
    color: #fff !important;
    position: absolute;
    right: 30px;
}

.page-messages-create .vjs-play-control.vjs-paused.vjs-ended span.vjs-icon-placeholder:before,
.page-messages-answer .vjs-play-control.vjs-paused.vjs-ended span.vjs-icon-placeholder:before,
.page-messages-modVideo .vjs-play-control.vjs-paused.vjs-ended span.vjs-icon-placeholder:before,
.page-activities-create .vjs-play-control.vjs-paused.vjs-ended span.vjs-icon-placeholder:before,
.page-users-register .vjs-play-control.vjs-paused.vjs-ended span.vjs-icon-placeholder:before {
    content: "\f101" !important;
}


/*
body.cursor-increased-giant .contains-video .video-container,
body.cursor-increased-big .contains-video .video-container,
body.cursor-increased-medium .contains-video .video-container,
body.page-users-login .contains-video .video-container,
*/
.contains-video .video-container
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999998;
}


body.cursor-increased-giant .contains-video video.video,
body.cursor-increased-big .contains-video video.video
{
    position: fixed !important;
    top: 50% !important;
    left: calc(50% - 225px) !important;
    height: 300px !important;
    margin-top: -150px !important;
}

body.cursor-increased-giant  video.video-avatar,
body.cursor-increased-big  video.video-avatar
{
    position: fixed !important;
    top: 30% !important;
    left: calc(50% - 115px) !important;
    height: 460px !important;
    width: 460px !important;

    max-width: 460px !important;
    margin-top: -80px !important;
}
@media screen and (max-width: 1090px) {
    body.cursor-increased-giant .contains-video video.video,
    body.cursor-increased-big .contains-video video.video
    {
        position: fixed !important;
        top: 50% !important;
        width: 90% !important;
        left: 5% !important;
        height: 200px !important;
        margin-top: -100px !important;
    }
}
.vjs-big-play-button:hover {
    display: block !important;
}
body.page-activities-show .vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,
body.page-messages-view .vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
    content: '\f115';
}
body.page-messages-view .video-container {
    display: none;
}
.video-js .vjs-big-play-button {
    line-height: 1.3em !important;
}
.vjs-remaining-time-display {
    display: none !important;
}
.inclusher-on-countdown .vjs-icon-record-stop {
    display: none !important;
}
.vjs-time-control {
    display: none !important;
}
.video-js .vjs-big-play-button {
    font-size: 3em;
}
.video-js .vjs-control.vjs-record-indicator {
    width: 3em;
    height: 3em;
}
/*
.vjs-icon-photo-retry:before {
    content: '\f102';
    color: #ef0000;
}
.vjs-big-play-button.vjs-icon-photo-retry {
    background-color: #fff !important;
}
*/
.vjs-record-button.vjs-icon-record-start {
    color: #ef0000;
}

.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
    content: "\f101";
}
.vjs-big-play-button.vjs-icon-record-start {
    font-size: 50px;
    color: #ef0000;
    padding-top: 5px;
}
.vjs-progress-control {
    max-width: 65%;
}

#inclusher-recorder video,
#inclusher-reader video {
    transform: rotateY(180deg);
    -webkit-transform:rotateY(180deg); /* Safari and Chrome */
    -moz-transform:rotateY(180deg); /* Firefox */
}