.wnd-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 400px;
    min-width: 200px;
    padding: 20px;
}


/* .modal.fade .modal-dialog {
    width: auto;
    margin: 0;
    position: fixed;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    transition: top .15s ease-in-out;
}

.modal .modal-dialog::before {
    content: ' ';
    position: absolute;
    right: 3px;
    top: 3px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    z-index: 1;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.modal.in .modal-dialog {
    top: 50%;
}

.modal-dialog img,
.modal-dialog video {
    max-width: calc(100vw - 30px);
    max-height: calc(100vh - 50px);
}

.modal .modal-content {
    padding: 10px;
}

.modal .cmd-close {
    font-size: 16pt;
    position: absolute;
    color: #555;
    right: 10px;
    top: 7px;
    z-index: 1;
    cursor: pointer;
}

.modal .cmd-close:hover {
    color: #111;
}

.modal .cmd-close:active {
    font-size: 14pt;
    padding-top: 2px;
    padding-right: 2px;
} */

.test-img-size {
    visibility: hidden;
    position: fixed;
}

.doc-image {
    text-align: center;
    margin: 10px 0 20px 0;
}

.doc-image img {
    max-width: min(100%, 500px);
    transition: box-shadow .15s ease-in;
    cursor: pointer;
}

.doc-image img:hover {
    transition: box-shadow .15s ease-out scale .15s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.doc-image img:active {
    scale: .995;
}


.file,
.path {
    font-style: italic;
}

.libs span {
    font-weight: bold;
}


.books {
    text-align: center;
}

.books .thumb {
    display: inline-block;
    padding: 3px;
    max-width: 300px;
    vertical-align: top;
    margin: 0 3px;
}

.contur {
    border: 1px solid #ddd;
}

.books img {
    max-height: 300px;
    max-width: 100%;
    transition: box-shadow .25s ease-in-out;
    cursor: pointer;
}

.books img:hover {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}

.books img:active {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    transition: box-shadow .15s ease-in-out;
}

.video .row {
    margin-bottom: 20px;
}

.video .wrap {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.video .wrap iframe {
    border-width: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media(max-width: 991px) {
    .video .col-md-6:first-child {
        margin-bottom: 20px;
    }
}

@media(min-width: 992px) {

    /* .video .col-md-6:first-child {
    margin-bottom: 20px;
  } */
    .video .col-md-6:first-child {
        padding-right: 15px;
    }

    .video .col-md-6:nth-child(2) {
        padding-left: 15px;
    }
}

.skins {
    /* padding-top: 20px; */
}

.skins .row {
    margin-bottom: 20px;
}

.skins .run {
    cursor: pointer;
}

.skins .wrap {
    width: 100%;
    padding-top: 64.17%;
    position: relative;
}

.skins .wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: box-shadow .2s;
}

.skins .wrap img:hover {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}

.skins .wrap img:active {
    box-shadow: 0 0 7px rgba(0, 0, 0, 1);
}

@media(max-width: 991px) {
    .skins .col-md-6:first-child {
        margin-bottom: 20px;
    }
}

@media(min-width: 992px) {
    .skins .col-md-6:first-child {
        margin-bottom: 20px;
    }

    .skins .col-md-6:first-child {
        padding-right: 15px;
    }

    .skins .col-md-6:nth-child(2) {
        padding-left: 15px;
    }
}

.skins .price {
    text-align: right;
    padding-right: 15px;
}

.mount-node {
    width: 90vw;
    height: 90vh;
}

.sample-container-box {
    box-sizing: border-box;
    padding-top: min(60%, 80vh);
    position: relative;
    background-color: #fafafa;
    margin-bottom: 25px;
}

.sample-container {
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}

.source-link {
    padding-top: 20px;
    text-align: right;
}

.relative {
    position: relative;
}

.message {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}

.image-preview {
    text-align: center;
    margin-bottom: 10px;
}

.image-preview img {
    max-width: 100%;
}

.wrap {
    display: inline-block;
    position: relative;
    min-height: 100px;
}

.shadow {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: #000;
    /*background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);
  background-repeat: repeat-x;*/
    opacity: 0.3;
}

.play {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    text-align: center;
}

.play .pbtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 50px;
    width: 70px;
    border-radius: 10px;
    background-color: #222;
    cursor: pointer;
}

.play .pbtn::after {
    content: ' ';
    border: 10px solid transparent;
    border-left: 20px solid #ccc;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-25%, -50%);
    transition: border-left-color .25s ease-in-out;
}

.play .pbtn:hover::after {
    border-left-color: #fff;
}

.play .pbtn:active {
    height: 48px;
    width: 68px;
}

.play .pbtn:active::after {
    border-width: 9px;
    border-left-width: 18px;
}

.gallery {}

.gallery img {
    max-width: calc(100vw - 60px);
}

.gallery .group {
    display: inline-block;
}

.gallery .rw {
    text-align: center;
}

.gallery .thumb {
    display: inline-block;
    padding: 10px 5px;
}


/*Lightbox Effect*/

.fb3d-modal-shadow {
    overflow: hidden;
}

.fb3d-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 500001;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s, visibility 0.5s step-end;
}

.fb3d-modal.visible {
    pointer-events: all;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s;
}

.fb3d-modal .mount-container {
    position: absolute;
    z-index: 1;
}

.fb3d-modal.dark .mount-container,
.fb3d-modal.light .mount-container {
    width: 95%;
    height: 95%;
    left: calc(5% / 2);
    top: calc(5% / 2);
    box-shadow: 0 0 5px rgba(255, 255, 255, .5);
}

.fb3d-modal.dark-shadow .mount-container,
.fb3d-modal.light-shadow .mount-container {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.fb3d-modal.dark .mount-container,
.fb3d-modal.dark-shadow .mount-container {
    background-color: rgba(0, 0, 0, .5);
}

.fb3d-modal.light .mount-container,
.fb3d-modal.light-shadow .mount-container {
    background-color: rgba(255, 255, 255, .5);
}

.light .mount-container.fullscreen,
.light-shadow .mount-container.fullscreen {
    background-image: url('../assets/user/images/avianbg.png--');
}

.dark .mount-container.fullscreen,
.dark-shadow .mount-container.fullscreen {
    background-image: url('../assets/user/images/avianbg.png--');
}

.fb3d-modal .cmd-close {
    font-size: 24px;
    color: #ccc;
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 2;
    cursor: pointer;
    transition: color .15s ease-in;
}

.fb3d-modal.dark .cmd-close,
.fb3d-modal.light .cmd-close {
    right: calc(5% / 2 + 10px);
    top: calc(5% / 2 + 8px);
}

.fb3d-modal.light .cmd-close,
.fb3d-modal.light-shadow .cmd-close {
    color: #555;
}

.fb3d-modal .cmd-close:hover {
    color: #eee;
    transition: color .15s ease-out;
}

.fb3d-modal.light .cmd-close:hover,
.fb3d-modal.light-shadow .cmd-close:hover {
    color: #111;
}

.fb3d-modal .cmd-close:active {
    font-size: 22px;
    padding-top: 1px;
    padding-right: 1px;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.view-modes .rw {
    margin-bottom: 15px;
}

.view-modes .lcl,
.view-modes .rcl {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top;
}

@media(min-width: 600px) {
    .view-modes .lcl {
        width: 170px;
    }

    .view-modes .rcl {
        width: calc(100% - 176px);
    }
}

.view-modes .row {
    margin-bottom: 25px;
}

.view-modes .row:last-child {
    margin-bottom: 10px;
}

.welcome-img {
    text-align: center;
    margin-bottom: 20px;
}

.welcome-img img {
    max-width: 100%;
}

.inline-icon {
    height: 25px;
}

.fb3d-button {
    display: inline-block;
    font-size: 13px;
    margin: 0;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;

    min-height: 32px;
    line-height: 2.30769231;
    padding: 0 12px;

    color: #fff;
    background: #007cba;
    border-color: #007cba;

    text-decoration: none;
    text-shadow: none;
}

a.fb3d-button,
a.fb3d-button:visited {
    color: #fff;
}

.fb3d-button:focus,
.fb3d-button:hover {
    background: #0071a1;
    border-color: #0071a1;
    color: #fff;
    text-decoration: none;

}

.fb3d-button:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007cba
}

.fb3d-button:active {
    background: #00669b;
    border-color: #00669b;
    box-shadow: none;
    color: #fff
}

.fb3d-thumbnail {
    position: relative;
    display: inline-block;
    line-height: 0;
}

.fb3d-thumbnail .book-thumbnail {
    display: inline-block;
    transition: box-shadow .25s ease-in-out;
}

.fb3d-thumbnail .book-thumbnail>span {
    -webkit-transform-style: flat;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
    display: inline-block;
}

.fb3d-thumbnail:hover .book-thumbnail {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

.fb3d-thumbnail:active .book-thumbnail {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: box-shadow .15s ease-in-out;
}

.fb3d-thumbnail .book-thumbnail img {
    border-radius: 0;
    -webkit-transform-origin: left;
    transform-origin: left;
    transition: transform .25s;
    cursor: pointer;
    /* height: 300px; */
}

.fb3d-thumbnail:hover .book-thumbnail img {
    transform: rotateY(-20deg) rotateZ(0deg);
}

.fb3d-thumbnail:active .book-thumbnail img {
    transform: rotateY(-17deg) rotateZ(0deg);
    transition: transform .15s;
}

.fb3d-thumbnail.deg17:hover .book-thumbnail img {
    transform: rotateY(-17deg) rotateZ(0deg);
}

.fb3d-thumbnail.deg17:active .book-thumbnail img {
    transform: rotateY(-14deg) rotateZ(0deg);
}

.fb3d-thumbnail.deg9:hover .book-thumbnail img {
    transform: rotateY(-9deg) rotateZ(0deg);
}

.fb3d-thumbnail.deg9:active .book-thumbnail img {
    transform: rotateY(-6deg) rotateZ(0deg);
}

.fb3d-thumbnail .book-heading {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.fb3d-thumbnail .book-heading h3 {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 5px;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    color: #fff;
    text-decoration: none;
    z-index: 1;
    background: rgba(60, 60, 60, 0.8);
    bottom: -100%;
    transition: bottom .3s ease .2s;
}

.fb3d-thumbnail:hover .book-heading h3 {
    bottom: 10px;
    transition-delay: 0s;
}

.fb3d-thumbnail .book-heading h3 span {
    color: #fff;
    text-decoration: none;
}

.fb3d-thumbnail.fb3d-fix-title .book-heading h3 {
    bottom: 10px;
}
