html, body {
    margin: 0;
    padding: 0;
}
#app {
    background-color: #f5f5f5;
}
.select {
    max-height: 115px;
}
.select .option.restricted {
    background-color: #ff9b97;
    color: #ff0032;
    border: 1px solid #ff0032;
}
.select .option.disabled {
    background-color: #aaa;
    background-color: rgba(9, 4, 48, 0.29);
    color: #666;
    color: rgba(2, 26, 51, 0.71);
}
.select .option {
    background-color: #ebf5ff;
    border-radius: 2px;
    border: 1px solid #c2e0ff;
    color: #007eff;
    display: inline-block;
    line-height: 1.4;
    margin-right: 5px;
    margin-bottom: 5px;
    vertical-align: top;
    padding: 2px 9px 1px;
}
.tags-container {
    bottom: 0;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    z-index: 10;
    background: #333333;
    max-height: 150px;
}
.wrap-title-tag {
    color: #f5f5f5;
}
.tags-container.right {
    position: static;
    padding: 0 10px 5px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.tags-container.left {
    position: fixed;
    left: 0;
}
.control {
    height: 57px;
    width: 100%;
    overflow: hidden;
    background-color: #333333;
    color: #f5f5f5;
}
.control.open {
    overflow: visible;
    height: auto;
}
.pc .control {
    position: relative;
    z-index: 15;
    overflow: visible;
}
.control input {
    width: 50px;
    margin-left: 10px;
    font-size: 18px;
}
.pc .control-item {
    float: left;
}
.control-item {
    padding: 15px;
}
.control-item a {
    padding-top: 5px;
    display: inline-block;
    color: #f5f5f5;
}
.image-canvas.dashed {
    outline: 1px dashed black;
}
.pc .image-canvas {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.image-canvas.full-screen {
    margin-bottom: 0;
    width: initial !important;
    width: auto !important;
    margin-left: 0 !important;
}

.image-canvas {
    min-width: 400px;
    width: 100%;
    margin-bottom: 30px;
    background: rgba(0,0,0,0.8);
    border-radius: 3px;
}
.image-canvas > .image-canvas {
    margin-bottom: 0;
}
.image-canvas > * {
    display: block;
}
.tablet .image-canvas > *, .mobile .image-canvas > * {
    max-width: 100%;
}

@font-face {
    font-family: font;
    src: url(font.ttf);
}
html, body, div, input, textarea {
    font-family: font;
    font-size: 20px;
    font-weight: bold;
}
a {
    text-decoration: none;
    color: #007eff;
}

.loader-wrapper {
    width: 50px;
    height: 50px;
    left: 50%;
    position: fixed;
    margin-left: -25px;
    top: 200px;
    z-index: 100;
}
.loader {
    height: 2em;
    width: 2em;
    border-radius: 100%;
    display: block;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    animation: spin 2s ease infinite;
    background: #ff6764;
}
.loader:before {
    background: #a7ff8b !important;
}
.loader:after {
    background: #82ebff !important;;
}
.loader:before, .loader:after {
    content: '';
    display: block;
    position: absolute;
    height: inherit;
    width: inherit;
    background: inherit;
    border-radius: inherit;
    animation: spin 2s ease infinite;
}
.loader:before {
    left: -2.3em;
}
.loader:after {
    left: 2.3em;
}

@keyframes spin {
    0% {
        top: 0;
        transform: rotate(0deg);
    }
    50% {
        top: -4em;
        transform: rotate(-180deg);
    }
    100% {
        top: 0;
        transform: rotate(-360deg);
    }
}

.whois-back {
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(30, 30, 30, 0.37);
}
.whois {
    background: #f5f5f5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    z-index: 1010;
    overflow: scroll;
    height: 100%;
}
@media (min-width: 468px){
    .whois {
        left: 50%;
        width: 468px;
        margin-left: -234px;
        padding: 15px;
    }
}
@media screen and (min-height: 820px){
    .whois {
        height: auto;
        overflow: auto;
    }
}
@media screen and (min-height: 980px){
    .whois {
        top: 100px;
    }
}
.whois input, .whois label, .whois select, .whois textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-height: 27px;
    font-size: 17px;
}
.whois input, .whois select, .whois textarea {
    margin-bottom: 10px;
}
.whois .errors {
    color: #d70505;
}
.whois label {
    font-size: 20px;
}
.whois textarea {
    resize:vertical;
    height: 100px;
}
.whois .control-button.right, .whois .control-button.left {
    width: 45%;
    margin-bottom: 0;
}
.whois .control-button.right {
    margin-left: 10%;
}
.whois .control-button.left {
    margin-right: 10%;
    float: left;
}
.whois .control-button {
    display: block;
    height: 50px;
    line-height: 50px;
    position: relative;
    background-color:rgb(41,127,184);
    color:rgb(255,255,255);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    border: none;
}
table {
    margin: 0 0 20px 0;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-collapse: collapse;
}
tr th {
    background: #2980b9;
}
tr th {
    font-weight: 900;
    color: #ffffff;
}
tr:nth-of-type(odd) {
    background: #e9e9e9;
}
tr {
    background: #f6f6f6;
}
td, th {
    padding: 6px 12px;
}
.select .option .option-delete:hover, .select .option.restricted .option-delete:hover {
    color: #ff0032;
}
.select .option .option-delete {
    font-size: 14px;
}
.select .option.restricted .option-delete{
    color: #f5f5f5;
}
.select-lookup {
    position: relative;
    display: inline-block;
}
.select-lookup input, .control-item input{
    background-color: #5C5C5C;
    border: none;
    border-radius: 2px;
    outline: none;
    color: #f5f5f5;
    padding: 5px 10px 6px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.select-selection-area {
    position: absolute;
    bottom: 25px;
    left: 0;
    background: #f5f5f5;
    border: 1px solid rgb(41,127,184);
    padding: 7px 13px;
    z-index: 15;
}
.select-selection-area:empty {
    display: none;
}
.pc .total-res-list {
    padding-bottom: 140px;
}
.total-res-list {
    position: static;
    clear: both;
}
.total-res-list > * {
    width: 200px;
    height: 150px;
    margin: 0 10px 10px;
    cursor: pointer;
    background: #f5f5f5;
}

.simple-popup {
    width: 600px;
    margin-left: -300px;
    position: absolute;
    top: 50px;
    left: 50%;
    background: #f5f5f5;
    border: 1px solid black;
    z-index: 100;
    padding: 15px;
    line-height: 28px;
    max-height: 600px;
}
.mobile-switch {
    display: block;
    float: right;
    width: 50px;
    height: 47px;
    position: absolute;
    right: 15px;
    top: 5px;
    background: url("menu-mobile.png") no-repeat;
}
.pc .mobile-switch {
    display: none;
}
.show-comments {
    padding: 5px 12px;
    color: #f5f5f5;
    outline: none;
}
nav {display: block;}
canvas {display: inline-block;}
.media-control {
    height: 40px;
    z-index: 4;
    position: relative;
}
.full-screen .media-control {
    position: fixed;
    bottom: 0;
    width: 100%;
}
.video-button.tooltip-top:after {margin-left: -35px; width: 45px;}
.video-button.video-button-play.tooltip-top:after {width:20px;margin-left: -20px;}
.video-button.video-button-pause.tooltip-top:after {width:26px;margin-left: -25px;}

.video-button {position: absolute !important; top: 5px; width: 30px; height: 30px; color: #fff;border-radius: 3px;outline: none;}
.video-button:hover {background-color: #151515;}
.video-button-play {left: 5px; background: url(/images/player.png) no-repeat 3px 7px;}
.video-button-pause {left: 5px; background: url(/images/player.png) no-repeat -27px 7px;}
.video-button-sound, .video-button-mute {position: absolute; top: 0; left: 40px; width: 30px; height: 35px;cursor: pointer;}
.video-button-sound {background: url(/images/player.png) no-repeat 3px -18px;}
.video-button-mute {background: url(/images/player.png) no-repeat -27px -18px;}

.video-button-sound:hover {background-color: #151515; border-radius: 0 0 3px 3px;}
.sound-slider-wrapper {padding: 15px 12px 5px 12px; background: #151515; position: absolute; bottom: 35px; left: 0; border-radius: 3px 3px 0 0; z-index: 1; display: none;}
.sound-slider-rail {display: block;width: 6px; height: 75px; background: #5C5C5C; position: relative;border-radius: 3px}
.sound-slider-pointer {display:block;width: 6px; background: #fff; position: absolute; bottom: 0; left: 0; z-index: 0;border-radius: 3px}
.video-button-sound:hover .sound-slider-wrapper {display: block;}

input:focus {outline: 0;}
button {border: 0; background: none; outline: 0 !important;}
button::-moz-focus-inner, input::-moz-focus-inner, img {border: 0 !important;}
button, input {font-family: inherit; font-size: 100%;}
button, input {line-height: normal;}
button {text-transform: none;}
button {-webkit-appearance: button; cursor: pointer;}

[data-tooltip] {position: relative;cursor: pointer; font-style: normal;}
[data-tooltip]:before,
[data-tooltip]:after {
    position: absolute;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition:
            opacity 0.2s ease-in-out,
            visibility 0.2s ease-in-out,
            -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:
            opacity 0.2s ease-in-out,
            visibility 0.2s ease-in-out,
            -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:
            opacity 0.2s ease-in-out,
            visibility 0.2s ease-in-out,
            transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
[data-tooltip]:before {
    z-index: 1001;
    border: 5px solid transparent;
    background: transparent;
    content: "";
}
[data-tooltip]:after {
    z-index: 1000;
    padding: 4px 10px;
    font-size: 11px;
    width: 120px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    line-height: 1.2;
    border-radius: 5px;
}
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip-top:before,
.tooltip-top:after {
    bottom: 100%;
    left: 50%;
}
[data-tooltip]:before,
.tooltip-top:before {
    margin-left: -6px;
    margin-bottom: -8px;
    border-top-color: #000;
    border-top-color: hsla(0, 0%, 20%, 0.9);
}
[data-tooltip]:after,
.tooltip-top:after {
    margin-left: -57px;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}
@font-face {
    font-family: 'CenturyGothic';
    src: url('/fonts/CenturyGothic.eot') format('embedded-opentype'),
    url('/fonts/CenturyGothic.woff') format('woff'),
    url('/fonts/CenturyGothic.ttf')  format('truetype'),
    url('/fonts/CenturyGothic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.clear:before, .clear:after {display: table; content: "";}
.clear:after {clear: both;}
.video-timing {font-size: 16px; color: #989898; position: absolute; top: 12px;}
.video-timing-left {left: 73px; color: #fff;}
.video-timing-right {left: 110px;}

.video-progress-wrapper {margin: 0 145px 0 165px;border-radius: 3px;position: relative;padding-top: 15px;}
.video-progress {margin: 0 -2px;height: 6px; background: #5C5C5C; padding: 2px; position: relative; cursor: pointer;border-radius: 3px;}
.video-progress-bar {height: 14px; background: rgba(0,0,0,0); position: absolute; width: 100%; top: 13px; left: 0;border-radius: 3px;}
.video-progress-watched {height: 6px; background: #167AC6; position: absolute;border-radius: 3px;top: 17px;}
.video-progress-head {width: 8px; height: 8px; position: absolute; top: -2px; left: -10px; background: #5C5C5C; border: solid 5px #fff; border-radius: 9px; z-index: 1;margin-left: -9px;cursor: pointer;}
.video-progress-head:hover {background: #167AC6;}
.video-autoplay-on {right: 100px; background: url(/images/player.png) no-repeat 3px -323px;}
.video-autoplay-off {right: 100px; background: url(/images/player.png) no-repeat -27px -323px;}
.video-button-resize-large {right: 5px; background: url(/images/player.png) no-repeat 3px -53px;}
.video-button-resize-small {right: 5px; background: url(/images/player.png) no-repeat -27px -53px; display: none;}
.video-button-previous {right: 69px;font-size: 19px;font-weight: bold;line-height: 28px;text-align: center;}
.video-button-next {right: 36px;font-size: 19px;font-weight: bold;line-height: 28px;text-align: center;}




a.btn {
    text-decoration: none;
    transition: color 0.3s;
}

.btn {
    position: relative;
    display: inline-block;
    padding: 14px 5px 11px;
    width: 120px;
    z-index: 1;
    border: 0;
    outline: 0;
    cursor: pointer;
    font-size: 11px;
    font-size: 0.6875rem;
    color: #fff;
    text-align: center;
    line-height: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-red {
    background: #ff5747;
}
.btn-red:hover{
    background: #cb4539;
}
.btn-green:hover {
    background: #2bdc33;
}
.btn-green:hover {
    background: #23b32a;
}
.btn-blue {
    background: #16bfff;
}
.btn-blue:hover {
    background: #129acd;
}
.uploader {
    border-top: 1px dotted gray;
    margin: 0 0 15px;
    padding: 15px 0 0;
}
.revisions-list {
    padding-left: 24px;
    max-height: 464px;
    overflow: auto;
}
#upload_frame {
    position: absolute;
    left: -100000px;
    top: -100000px;
}
.upload-errors:empty {
    display: none;
}
.upload-errors {
    background: #ff5747;
    border-radius: 3px;
    color: #f5f5f5;
    border: 1px solid #cb4539;
    margin: 10px 0;
    padding: 4px 12px 3px;
}
.small-pipe {
    font-size: 15px;
    position: relative;
    top: -4px;
    line-height: 30px;
}
.n-p-arrow {
    font-size: 30px;
    line-height: 30px;
    position: relative;
    top: -1px;
}
.search > * {
    display: inline-block;
}
.search-help-hint {
    display: none;
    margin: 0;
    padding: 5px;
    border: 1px solid black;
    border-radius: 3px;
    font-size: 16px;
    position: absolute;
    bottom: 25px;
    background: #333;
    color: #f5f5f5;
}
.search-help:hover .search-help-hint {
    display: block;
}
.search-help {
    position: relative;
    margin-right: 10px;
    color: #007eff;
}
.comments-form .author {
    margin-right: 10%
}
.comments-form .author,.comments-form .submit {
    width: 160px;
    float: left;
    border: none;
    display: block;
    margin: 0 8px 9px;
    height: 26px;
    line-height: 29px;
    padding: 0 3px;
}
.comments-form .message {
    width: 100%;
    display: block;
    margin: 0;
    box-sizing: border-box;
    resize: vertical;
    padding: 5px;
}

.comment-comment:last-child{
    margin-bottom: 0;
}
.comment-comment{
    background: #f5f5f5;
    margin: 0 6px 6px;
    padding: 4px;
    border-radius: 3px;
}
.comment-message {
    clear: both;
}
.comment-ts {
    float: right;
}
.comments-panel {
    padding: 6px 0;
}
.url-uploader-input {
    margin-bottom: 4px;
}