body.plugin h1 {
    margin-bottom: 30px;
}

body.plugin ul.navigation.top {
    width: 100%;
    margin-top: -20px;
    margin-bottom: 40px;
    font-weight: 600;
}

body.plugin ul.navigation.top li {
    float: right;
    font-size: 14px;
    line-height: 19px;
    font-style: italic;
}

body.plugin ul.navigation.top li a {
    padding: 0 10px;
}

body.plugin #content ul.meta {
    margin-bottom: 30px;
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    line-height: 19px;
}

body.plugin #content ul.meta li {
    float: left;
}

body.plugin #content ul.meta li {
    padding: 0px 13px;
}

body.plugin #content ul.meta li:first-child {
    padding-left: 0px;
}

body.plugin #content ul.meta:after {
    content: '';
    display: block;
    clear: both;
}

body.plugin #content ul.meta li span {
    display: block;
    height: 26px;
    cursor: pointer;
}

body.plugin #content ul.meta li span.selected {
    border-bottom: 5px solid #fff;
}

body.plugin #content ul.meta li div.rating>span {
    float: left;
}

body.plugin #content ul.meta li div.rating>.stars>span {
    display: inline-block;
    position: relative;
    width: 12px;
    opacity: 1;
}

body.plugin #content ul.meta li div.rating>.stars>span:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "*";
    font-size: 25px;
    padding-top: 2px;
}

body.plugin #content ul.meta li div.rating.stars1>.stars>span+span,
body.plugin #content ul.meta li div.rating.stars2>.stars>span+span+span,
body.plugin #content ul.meta li div.rating.stars3>.stars>span+span+span+span,
body.plugin #content ul.meta li div.rating.stars4>.stars>span+span+span+span+span {
    opacity: 0.5;
}

body.plugin #content ul.meta li div.rating span.delete {
    margin-left: 10px;
    font: 400 13.3333px Arial;
    cursor: pointer;
    display: none;
}

body.plugin #content ul.meta li div.rating.rated span.delete {
    display: block;
}

body.plugin #content ul.meta li div.dropdown .fstElement {
    background: none;
    border: none;
}

body.plugin #content ul.meta li div.dropdown .fstToggleBtn {
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    line-height: 19px;
    padding: 0;
    height: 26px;
    padding-right: 17px;
    min-width: auto;
    color: #fff;
    background: url(m/plugin/dropdown.svg);
    background-repeat: no-repeat;
    background-size: 9px 9px;
    background-position: right 4px;
}

body.plugin #content ul.meta li div.dropdown .fstToggleBtn:after {
    display: none;
}

body.plugin #content ul.meta li div.dropdown.selected .fstToggleBtn {
    border-bottom: 5px solid #fff;
}

body.plugin #content ul.meta li div.dropdown .fstControls {
    width: 160px;
    margin-top: -6px;
    border: none;
    padding: 0px;
}

body.plugin #content ul.meta li div.dropdown .fstQueryInput {
    height: 26px;
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    line-height: 19px;
    border: none;
    padding-left: 10px;
    position: relative;
    z-index: -1;
    margin-bottom: -20px;
}

body.plugin #content ul.meta li div.dropdown .fstResults {
    border: none;
    left: 0px;
    right: 0px;
    max-height: 160px;
}

body.plugin #content ul.meta li div.dropdown .fstResults .fstResultItem,
body.plugin #content ul.meta li div.dropdown .fstResults .fstNoResults {
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    line-height: 19px;
}

body.plugin #content ul.meta li div.dropdown .fstResults .fstResultItem {
    padding: 0;
    padding-left: 10px;
}

body.plugin #content ul.meta li div.dropdown.category .fstResults .fstResultItem:first-child,
body.plugin #content ul.meta li div.dropdown.tags .fstResults .fstResultItem:first-child,
body.plugin #content ul.meta li div.dropdown.version .fstResults .fstResultItem:first-child {
    display: none;
}

body.plugin .plugin-list {
    margin-bottom: 30px;
    min-height: 180px;
}

body.plugin .plugin-list .entry {
    position: relative;
    display: flex;
}

body.plugin .plugin-list .entry>div {
    position: relative;
    flex: 1;
    overflow: hidden;
    padding: 5px 5px 5px 50px;
}

body.plugin .plugin-list .entry>*:hover {
    background: rgba(255, 255, 255, 0.35);
}

body.plugin .plugin-list .entry>div>a {
    position: absolute;
    display: block;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

body.plugin .plugin-list .entry .icon {
    position: absolute;
    display: block;
    left: 6px;
    top: 8px;
    width: 35px;
    height: 31px;
    background: url(m/plugin/entry_icon.svg);
    background-repeat: no-repeat;
}

body.plugin .plugin-list .entry.user-actor .icon {
    background-image: url(m/plugin/entry_user-actor.svg);
}

body.plugin .plugin-list .entry.tt-plugin .icon {
    background-image: url(m/plugin/entry_plugin.svg);
}

body.plugin .plugin-list .entry.patch .icon,
body.plugin .plugin-list .entry.tutorial .icon {
    background-image: url(m/plugin/entry_patch.svg);
}

body.plugin .plugin-list .entry.opengl-shader .icon {
    background-image: url(m/plugin/entry_opengl-shader.svg);
}

body.plugin .plugin-list .entry.isadora-theme .icon {
    background-image: url(m/plugin/entry_theme.svg);
}

body.plugin .plugin-list .entry.user-plugin .icon {
    background-image: url(m/plugin/entry_user-plugin.svg);
}

body.plugin .plugin-list .entry.freeframegl .icon {
    background-image: url(m/plugin/entry_freeframegl.svg);
} 

body.plugin .plugin-list .entry.application .icon {
    background-image: url(m/plugin/entry_application.svg);
} 




body.plugin .plugin-list .entry h2 {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
}

body.plugin .plugin-list .entry p {
    overflow: hidden;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    font-style: italic;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

body.plugin .plugin-list .entry .download {
    display: flex;
    flex: 0 0 40px;
    background-image: url(m/plugin/entry_arrow.svg);
    background-size: 24px 28px;
    background-position: center center;
    background-repeat: no-repeat;
}

body.plugin .plugin-list .entry .edit {
    display: flex;
    flex: 0 0 50px;
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    line-height: 19px;
    border-left: 1px solid #fff;
    align-items: center;
    justify-content: center;
}

body.plugin .plugin-list .entry p.info {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #ff00b2;
    padding: 0px 0px 0px 5px;
    background: #fff;
    max-width: 400px;
}

body.plugin .plugin-list .entry span.separator {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

body.plugin .plugin-list .entry span.separator+span.separator {
    top: inherit;
    top: 100%;
}

body.plugin .plugin-list .entry+.entry span.separator:first-child {
    display: none;
}

body.plugin .plugin-list .cols3 {
    margin-left: -7px;
    margin-right: -7px;
}

body.plugin .plugin-list .cols3 .col {
    float: left;
    width: 33.33%;
    padding: 0 7px;
}

body.plugin .plugin-list .cols3:after {
    content: '';
    display: block;
    clear: both;
}

body.plugin .plugin-list .content+.content {
    display: none;
}


/* */

body.plugin .file-uploader {
    background: rgba(255, 255, 255, 0.31);
}

body.plugin .file-uploader input {
    display: none;
}

body.plugin .file-uploader li {
    display: block;
    width: 100%;
    min-height: 30px;
    padding-left: 6px;
}

body.plugin .file-uploader li div:after {
    content: '';
    display: block;
    clear: both;
}

body.plugin .file-uploader li span.select {
    display: block;
    line-height: 30px;
}

body.plugin .file-uploader li.active img {
    float: left;
    margin: 6px 6px 6px 0px;
    width: 40px;
}

body.plugin .file-uploader li.active .filename {
    float: left;
    display: block;
    line-height: 30px;
}

body.plugin .file-uploader li.active .remove,
body.plugin .file-uploader li.active .delete {
    float: left;
    margin-left: 5px;
    font: 400 13.3333px Arial;
    line-height: 30px;
    cursor: pointer;
}

body.plugin .file-uploader li.active span.select {
    display: none;
}

body.plugin .file-uploader > p {
    padding: 6px;
    font-style: italic;
}

/* */

body.plugin .add-plugin {
    margin-bottom: 50px;
}

body.plugin .add-plugin>div>.rt>.col {
    padding-right: 14px;
}

body.plugin .add-plugin>div>.rt>.col+.col {
    padding-right: 74px;
}

body.plugin .add-plugin .row {
    position: relative;
}

body.plugin .add-plugin .row .separator {
    position: absolute;
    left: 0;
    top: 0;
}

body.plugin .add-plugin .row .separator+.separator {
    top: 100%
}

body.plugin .add-plugin .row+.row .separator {
    display: none;
}

body.plugin .add-plugin .row+.row .separator+.separator {
    display: block;
}

body.plugin .add-plugin .row>input[type="text"],
body.plugin .add-plugin .row>.textarea>textarea {
    background: rgba(255, 255, 255, 0.31);
    border: none;
    width: 100%;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

body.plugin .add-plugin input[type="text"] {
    height: 30px;
    padding: 0px 0px 0px 6px;
    line-height: 30px;
}

body.plugin .add-plugin .textarea {
    height: 210px;
}

body.plugin .add-plugin textarea {
    float: left;
    display: none;
    height: 210px;
    padding: 5px 6px 5px 6px;
    color: #fff;
}

body.plugin .add-plugin #description {
    background: rgba(255, 255, 255, 0.31);
    border: none;
    width: 100%;
    height: 169px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

body.plugin .add-plugin #description .ql-editor.ql-blank::before {
    font-style: normal;
    color: #fff;
}

body.plugin .add-plugin .ql-toolbar {
    border: none;
    border-bottom: 1px solid #fff;
    background: rgba(255, 255, 255, 0.31);
}

body.plugin .add-plugin .ql-toolbar .ql-formats .ql-stroke {
    stroke: #fff;
}

body.plugin .add-plugin .ql-toolbar .ql-formats .ql-fill {
    fill: #fff;
}

body.plugin .add-plugin .dropdown .fstElement {
    display: block;
    background: none;
    border: none;
    font-size: inherit;
}

body.plugin .add-plugin .dropdown .fstElement .fstControls {
    width: 100%;
    padding: 0px;
    padding: 5px 0px 5px 0px;
    background: rgba(255, 255, 255, 0.31);
}

body.plugin .add-plugin .dropdown .fstElement .fstControls input {
    display: block;
    width: 100%;
    background: none;
    height: 20px;
    padding-left: 6px;
    line-height: 20px;
    font-size: 12px;
    margin: 0px;
}

body.plugin .add-plugin .dropdown .fstElement .fstControls .fstChoiceItem {
    background: none;
    border: none;
    margin-bottom: 0px;
    margin-right: 0px;
    padding: 0 1.5em 0 6px;
    font-size: 12px;
    line-height: 20px;
}

body.plugin .add-plugin .dropdown .fstElement .fstControls .fstChoiceItem .fstChoiceRemove {
    left: inherit;
    right: 0;
}

body.plugin .add-plugin .dropdown .fstElement .fstResults {
    border: none;
    left: 0px;
    right: 0px;
    max-height: 120px;
}

body.plugin .add-plugin .dropdown .fstElement .fstResultItem {
    font-size: 12px;
    line-height: 30px;
    padding: 0px;
    padding-left: 6px;
}

body.plugin .add-plugin .dropdown .fstElement .fstQueryInput {
    color: #fff;
}

body.plugin .add-plugin span.submit {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 55px;
    height: 63px;
    background: url(m/plugin/entry_arrow.svg);
    background-repeat: no-repeat;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    cursor: pointer;
}

body.plugin .add-plugin .error,
body.plugin .add-plugin .sending {
    display: none;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: right;
    padding-right: 74px;
}

body.plugin .add-plugin .error-info {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.85);
    flex-direction: column;
    text-align: center;
}

body.plugin .add-plugin .error-info p {
    color: #ff00b2;
}

body.plugin .add-plugin .error-info span {
    color: #000000;
    cursor: pointer;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ffffff;
}


/* */

body.plugin .plugin-single {
    line-height: 20px;
}

body.plugin .plugin-single>.rt>.col:nth-child(1) {
    padding-right: 7px;
}

body.plugin .plugin-single>.rt>.col:nth-child(2) {
    padding-left: 7px;
}

body.plugin .plugin-single>.rt>.col .description {
    padding: 7px;
    background: rgba(255, 255, 255, 0.31);
    color: #404040;
}

body.plugin .plugin-single>.rt>.col .description a {
    color: #404040;
    text-decoration: underline;
}

body.plugin .plugin-single>.rt>.col .description p+p {
    margin-top: 10px;
}

body.plugin .plugin-single>.rt>.col .description ul {
    list-style-type: disc;
    padding-left: 15px;
}

body.plugin .plugin-single>.rt>.col:nth-child(2) .row {
    position: relative;
}

body.plugin .plugin-single>.rt>.col:nth-child(2) .row .rt .col {
    padding-top: 5px;
    padding-bottom: 5px;
}

body.plugin .plugin-single>.rt>.col:nth-child(2) .row .rt .col:nth-child(1) {
    width: 136px;
    padding-left: 6px;
    text-transform: uppercase;
}

body.plugin .plugin-single>.rt>.col:nth-child(2) .row .separator {
    position: absolute;
    left: 0;
    top: 0;
}

body.plugin .plugin-single>.rt>.col:nth-child(2) .row .separator+.separator {
    top: 100%
}

body.plugin .plugin-single>.rt>.col:nth-child(2) .row+.row .separator {
    display: none;
}

body.plugin .plugin-single>.rt>.col:nth-child(2) .row+.row .separator+.separator {
    display: block;
}

body.plugin .plugin-single>.rt>.col:nth-child(2) .row .rt .col:nth-child(2) {
    font-style: italic;
}

body.plugin .plugin-single>.rt>.col:nth-child(2) .download {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 6px;
    width: 55px;
    padding-top: 64px;
    background: url(m/plugin/entry_arrow.svg);
    background-repeat: no-repeat;
}

body.plugin .plugin-single>.rt>.col:nth-child(2) .download span {
    display: block;
    margin-top: 5px;
    width: 100%;
    text-align: center;
}

body.plugin .plugin-single>.rt>.col:nth-child(2) .download+.download {
    margin-left: 50px;
}

body.plugin .plugin-single>.rt>.col:nth-child(2) .comment-respond .comment-form-comment label {
    display: none;
}

body.plugin .plugin-single>.rt>.col:nth-child(2) .comment-respond .logged-in-as {
    display: none;
}

body.plugin .plugin-single>.rt>.col:nth-child(2) .comment-respond textarea {
    width: 100%;
    height: 100px;
    border: none;
    background: rgba(255, 255, 255, 0.31);
    border: none;
    width: 100%;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

body.plugin .plugin-single>.rt>.col:nth-child(2) .comments>li {
    margin-top: 15px;
}

body.plugin .plugin-single>.rt>.col:nth-child(2) .comments cite {
    font-weight: 700;
}

body.plugin .plugin-single .slider .media {
    position: relative;
    padding-bottom: 56.25%;
    background: rgba(255, 255, 255, 0.1);
}

body.plugin .plugin-single .slider .media ul.images,
body.plugin .plugin-single .slider .media ul.images li {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

body.plugin .plugin-single .slider .media ul.images li {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

body.plugin .plugin-single .slider .media ul.images li.fit {
    background-size: cover;
}

body.plugin .plugin-single .slider .media ul.images li+li {
    left: 100%;
}

body.plugin .plugin-single .slider .media ul.images {
    overflow: hidden;
}

body.plugin .plugin-single .slider .media ul.navigation {
    position: absolute;
    z-index: 20;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

body.plugin .plugin-single .slider .media ul.navigation li {
    display: inline-block;
}

body.plugin .plugin-single .slider .media ul.navigation li span {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

body.plugin .plugin-single .slider .media ul.navigation li span span {
    position: absolute;
    left: 7px;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.4;
}

body.plugin .plugin-single .slider .media ul.navigation li.selected span span {
    opacity: 1;
}

body.plugin .plugin-single .slider.single ul.navigation {
    display: none;
}

body.plugin .plugin-single .slider span.button {
    position: absolute;
    z-index: 10;
    width: 50%;
    height: 100%;
    top: 0%;
    margin-top: -23px;
    cursor: pointer;
}

body.plugin .plugin-single .slider span.button.show {
    display: block;
}

body.plugin .plugin-single .slider span.button span {
    position: absolute;
    top: 0px;
    width: 19px;
    height: 45px;
    background: url(m/slider_arrow.png);
}

body.plugin .plugin-single .slider span.button.previous {
    left: 0px;
}

body.plugin .plugin-single .slider span.button.previous span {
    right: 0px;
}

body.plugin .plugin-single .slider span.button.previous:hover span {
    background-position: 0px -45px;
}

body.plugin .plugin-single .slider span.button.next {
    right: -32px;
}

body.plugin .plugin-single .slider span.button.next span {
    left: 7px;
    background-position: -19px 0px;
}

body.plugin .plugin-single .slider span.button.next:hover span {
    background-position: -19px -45px;
}


/* */

body.plugin .user_form .row {
    position: relative;
    max-width: 300px;
}

body.plugin .user_form .row .separator {
    position: absolute;
    left: 0;
    top: 0;
}

body.plugin .user_form .row .separator+.separator {
    top: 100%
}

body.plugin .user_form .row+.row .separator {
    display: none;
}

body.plugin .user_form .row+.row .separator+.separator {
    display: block;
}

body.plugin .user_form input[type="text"],
body.plugin .user_form input[type="password"],
body.plugin .user_form textarea {
    background: rgba(255, 255, 255, 0.31);
    border: none;
    width: 100%;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

body.plugin .user_form input[type="text"],
body.plugin .user_form input[type="password"] {
    height: 30px;
    padding: 0px 0px 0px 6px;
    line-height: 30px;
}

body.plugin .user_form .terms {
    margin-top: 15px;
}

body.plugin .user_form .terms a {
    text-decoration: underline;
}

body.plugin .user_form .submit {
    margin-top: 15px;
}

body.plugin .user_form .error-info {
    margin-bottom: 15px;
}

body.plugin .user_form .submit input {
    display: block;
    height: 26px;
    padding-right: 8px;
    padding-left: 8px;
    border: none;
    background: -moz-linear-gradient(left, rgba(255, 0, 178, 1) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 0, 178, 1) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to right, rgba(255, 0, 178, 1) 0%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff00b2', endColorstr='#bf000000', GradientType=1);
    font-size: 13.6px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    text-align: right;
}

body.plugin .user_form .info {
    margin-top: 15px;
}

@media screen and ( max-width: 768px) {
    body.plugin .plugin-list .cols3 .col {
        float: left;
        width: 100%;
    }
    body.plugin .plugin-list .cols3 .col+.col .entry:first-child span.separator:first-child {
        display: none;
    }
    body.plugin .add-plugin>div>.rt>.col {
        float: left;
        width: 100%;
        padding-right: 74px;
    }
    body.plugin .add-plugin>div>.rt>.col+.col span.separator:first-child {
        display: none;
    }
    body.plugin .plugin-single>.rt>.col:nth-child(1),
    body.plugin .plugin-single>.rt>.col:nth-child(2) {
        float: left;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}