html,
body {
    /*height: 100%;*/
    --lh: 1.6rem;
    line-height: var(--lh);
}
html{
    scroll-behavior: smooth;
}

strong{
    font-weight: bold;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@media (min-width: 576px) {
  .container {
  }
}

@media (min-width: 768px) {
  .container {
  }
}
@media (min-width: 992px) {
  .container {
    max-width: auto;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 20px 15px 20px;
}

.footer {
    background-color: rgba(0,0,0,0.03);
    border-top: 1px solid #ddd;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.navbar-brand.logo:hover,
.navbar-brand.logo{
    color: rgba(255,255,255,0.6);
}

.navbar-brand.logo strong{
    color: rgba(255,255,255,1);
}

.navbar-brand.logo img{
    height: 24px;
}

#pano, #pano-controller{
    z-index: 1;
    overflow: hidden;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    position: absolute;
    transition: right 250ms;
}

#pano.screen-shot-view{
    width: 3840px;
    height: 2160px;
    top: 0px;
    left: 0px;
    bottom: auto;
    right: auto;
}

#welcome-pano{
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#welcome-pano.fullscreen{
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.tour-no-header{
    margin-top: 50px;
}

#tour-controller{
    z-index: 1;
    position: relative;
    width:100%;
    height: 100%;
    overflow: hidden;
    background-color: black;
}

#controls{
    z-index: 20;
    height: 40px;
    width: 100%;
    bottom: 0px;
    right: 0px;
    left: 0px;
    position: absolute;
    background: rgba(0,0,0,0.25);
    text-align: center;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.25);
}

#splash{
    position: absolute;
    z-index: 25;
    width:100%;
    height:100%;
    top: 0%;
    background-color: #555555;
    background-position: 50% 50%;
    background-size: cover;
    transition: visibility 0s linear 0.5s, opacity 0.5s;
    visibility: visible;
    opacity: 0.99;
}

#splash.hidden{
    opacity: 0;
    visibility: hidden;
}

#splash .wrapper{
    position: absolute;
    z-index: 12;
    width:100%;
    height:100%;
    top: 0%;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0.99;
    transition: background-color 250ms;
}

#splash .wrapper:hover{
    background-color: rgba(0, 0, 0, 0.5);
}

#pano-map{
    position: absolute;
    z-index: 10;
    width:100%;
    height:100%;
    top: 0%;
    opacity: 0.99;
    background-color: #000000;
    transition: top 250ms, opacity 250ms;
}

#pano-map.map-hidden{
    opacity: 0.1;
    top: 100%;
}

#tour-map{
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0%;
    background-color: #000000;
    opacity: 0.99;
    transition: left 250ms, width 250ms, opacity 250ms;
}

#header-block{
    position: absolute;
    z-index: 7;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 50px;
    transition: top 250ms;
}

#header-block.pano-only{
    top: -100px;
}

.modal-fs-header .shaddow-block,
#header-block .shaddow-block{
    z-index: 8;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 0px;
    background: rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.49);
}

#header-block .content-block{
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 50px;
    color: white;
    z-index: 9;
}

#header-block .brand-logo{
    opacity: 0.85;
    transition: opacity 0.25s;
}

#header-block .brand-logo:hover{
    opacity: 0.99;
}

#tour-map.map-hidden{
    opacity: 0.5;
    left: 100%;
}

#pano.show-info-block,
#tour-panos.show-info-block,
#header-block.show-info-block,
#tour-map.show-info-block{
    right: 350px;
}

#tour-nav.pano-only,
#tour-panos.pano-only{
    bottom: -130px;
}

#tour-map.map-hidden.show-info-block{
}

#tour-video{
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    left: 0%;
    background: silver;
    opacity: 0.99;
    transition: left 250ms, width 250ms, opacity 250ms;
}

#tour-video.video-hidden{
    opacity: 0.5;
    left: 100%;
}

#tour-video.show-info-block{
    width: calc(100vw - 350px);
}

#tour-video.video-hidden.show-info-block{
}

#pano-video{}

#pano-video-header{
}

#pano-video-points{
}

#tour-info{
    position: absolute;
    top: 0px;
    bottom: 0px;
    transition: right 250ms, width 250ms, padding 250ms;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10;
}

@media (max-width: 767px) {
    #tour-info{
        right: -100%;
        width: 100%;
        padding-right: 60px !important;
    }
    #tour-info.show-info-block{
        right: -0%;
    }
}

@media (min-width: 768px) {
    #tour-info{
        right: -350px;
        width: 350px;
    }
    #tour-info.show-info-block{
        right: 0px;
    }
}

#tour-info.edit-mode{
    background-color: red;
}

.arrow-button-line{
    position: relative;
    top: -1px;
    font-size: 17px;
    font-weight: bold;
}

.fade.in {
    opacity: 1;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.cursor-pointer{
    cursor: pointer;
}

.cursor-default{
    cursor: default!important;
}

.pano-view-link .pano-view-mark{
    display: none;
}

.pano-view-link:hover .pano-view-mark{
    background-image: url(/img/logo-white.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100px 100px;
    opacity: 0.5;
    top: 0px;
    left: 15px;
    right: 15px;
    bottom: 20px;
    display: block;
    position: absolute;
}

.app-login-form{
    max-width: 280px;
    margin-top: -60px;
}

.popover {
    max-width: 650px;
}

.text-favorite{
    color: yellow!important;
}

.coin-color{
    color: rgb(255,200,0);
}

.clip-zero{
    clip: rect(0px,0px,0px,0px);
}

.pac-container{
    z-index: 10000;
}

.logo-icon-feed{
    height: 43px;
    width: 43px;
}

.bg-gray{
    background: rgba(18,42,56,0.5)!important;
}

.overflow-hidden{
    overflow: hidden;
}

.horizontal-scroll{
    overflow-x: auto;
}

#tour-panos{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -17px;
    z-index: 5;
    height: 107px;
    background: rgba(0,0,0,0.25);
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.25);

    white-space: nowrap;
    padding-top: 27px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
    transition: right 250ms, width 250ms, background-color 250ms, bottom 250ms;
}

#tour-panos ul{
    position: relative;
    bottom: 27px;
}

#tour-panos li span.circle{
    display: none
}

#tour-panos.edit-mode{
    background: rgba(255,0,0,0.5);
    -webkit-box-shadow: 0px 0px 20px 10px rgba(255,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 10px rgba(255,0,0,0.5);
    box-shadow: 0px 0px 20px 10px rgba(255,0,0,0.5);
}

#tour-panos::-webkit-scrollbar {
    display: none;
}


#tour-panos .dndPlaceholder{
    background-color: rgba(0,0,0,0.25);
}

.tour-pano,
#tour-panos .dndPlaceholder{
    display: inline-block;
    margin: 0px 5px;
    padding: 0px;
    position: relative;
    opacity: 0.75;
    width: 120px;
    height: 80px;
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: opacity 250ms;
    border-radius: 2px;
}

.tour-pano.add-pano-block{
    background-color: rgba(255,255,255,0.5);
}

#tour-panos .dndPlaceholder {
    display: none;
}

#tour-panos .tour-pano:hover{
    opacity: 0.99;
}

#tour-panos .tour-pano.active{
    border: 1px white solid;
    opacity: 0.99;
}

#tour-nav{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 100px;
    z-index: 8;
    height: 0px;    
    overflow: visible;
    transition: bottom 250ms;
}

#tour-nav .tour-btn{
    position: absolute;
    height: 100px;
    width: 50px;
    background-color: rgba(0,0,0,0.1);
    z-index: 6;
    cursor: pointer;
    color: white;
    opacity: 0.5;
    font-size: 24px;
    text-align: center;
    line-height: 100px;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.1);
    transition: opacity 250ms, background-color 250ms, box-shadow 250ms;
    -webkit-transition: opacity 250ms, background-color 250ms, box-shadow 250ms;
    -moz-transition: opacity 250ms, background-color 250ms, box-shadow 250ms;
    -o-transition: opacity 250ms, background-color 250ms, box-shadow 250ms;
    transition: right 250ms, width 250ms;
}

#tour-nav .tour-btn:hover{
    background-color: rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.5);
    opacity: 0.99;
}


#tour-nav .tour-next{
    right: 0px;
}

#tour-nav.show-info-block .tour-next{
    right: 350px;
}

#tour-controls{
    z-index: 20;
    min-height: 100px;
    top: 0px;
    right: 0px;
    position: absolute;
    padding-top: 10px;
    padding-right: 10px;
    transition: right 250ms, top 250ms, width 250ms;
}

#tour-controls.pano-only{
    right: -50px;
}

#tour-controls.pano-only-top{
    top: -50px;
}

#tour-controls.show-info-block{
    right: 350px;
}

#tour-controls.dark-buttons button.btn-outline-light{
    color: rgba(0,0,0,0.5);
    border-color: rgba(0,0,0,0.5);
}

@media (max-width: 767px) {
        #tour-controls.show-info-block{
        right: 0px;
    }
}

@media (min-width: 768px) {
    #tour-controls.show-info-block{
        right: 350px;
    }
}

.slide{
    height: 300px;
}

#slides_id{
}

.pill-button{
    border-radius: 20px!important;
    padding: 6px 9px;
    height: 35px;
    width: 35px;
}

.ng-cloak{
    display: none!important;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

.my-cloak {
  display: none  !important;
}

.border-gray{
    border-color: rgba(0,0,0,.125) !important;
}

[ng-quill-editor],
ng-quill-editor{
    display: block;
}

.ql-editor p {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 1rem;
}

.article-detailed-block img{
    max-width: 100%;
}

.article-detailed-block h1{
    font-size: 24px;
}

.article-detailed-block h2{
    font-size: 20px;
}

.article-detailed-block h3{
    font-size: 16px;
}

.article-detailed-block h4{
    font-size: 14px;
}

.article-detailed-block h5{
    font-size: 14px;
}

.article-detailed-block h6{
    font-size: 14px;
}

.article-detailed-block strong{
    font-weight: bold;
}

#article-detailed-block {
    font-size : clamp(1.125rem, 10vw, 1.2rem);
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.draggable-new-hotspot{
    padding: 10px !important;
    background: red !important;
}


.hotspot-drop-style{
    width: 60px;
    height: 75px;
    background-image: url(/images/point.png)!important;
    margin-left: 34px;
    margin-top: 47px;

}

.hotspot-drop-style .circle{
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hotspot-drop-style button,
.hotspot-drop-style .buttons-block,
.hotspot-drop-style .pano-title{
    display: none!important;
}

.border-2 {
    border-width: 2px !important;
}

.opacity-hover{
    transition: opacity 250ms;
    opacity: 0.5;
}

.opacity-hover:hover{
    opacity: 0.99;
}

.font-size-32-hover{
    transition: font-size 250ms;
    font-size: 32px;
}

.font-size-32-hover:hover{
    font-size: 36px;
}

.pano-title{
    padding: 0px 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.shadow-sm{
    box-shadow: 0 .05rem .2rem rgba(0,0,0,.05)!important;
}

.privilege-inactive{
    opacity: 0.5;
}

.privilege-inactive:hover{
    opacity: 0.99;
}


.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.above-stretched-link{
    position: relative;
    z-index: 2;
}

.feed-card .user-image{
    opacity: 0;
    transition: 250ms opacity;
}

.feed-card:hover .user-image{
    opacity: 0.99;
}

.feed-card{
    transition: 250ms box-shadow;
}

.feed-card:hover{
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}

.card-profile-img{
    margin-top: -60px;
    outline: 1px rgba(0, 0, 0, 0.25) solid;
}

.card-profile-img.user-card{
    margin-top: 0px;
}

.profile-menu .profile-sub-menu{
    border-radius: 0px;
    background-color: #eeeeee;
}

.profile-menu .profile-sub-menu a.list-group-item{
    padding-left: 35px;
    opacity: 0.75;
}

.profile-menu .profile-sub-menu a.list-group-item:hover{
    opacity: 0.90;
}

.profile-menu .profile-sub-menu a.list-group-item.active{
    opacity: 0.99;
}

.profile-menu .profile-sub-menu a.list-group-item:last-child{
    border-radius: 0px;
    margin-bottom: -1px;
}

.sticky-offset {
    top: 15px;
}

.dropdown-menu{
    z-index: 1035;
}

.map-toolbar{
    z-index: 100;
    position: absolute;
    top: 10px; right: 10px;
    max-width: 100%;
    min-width: 100px;
    width: auto;
}

.user-card-number{
    border-right: 1px solid #d4dbe0;
}

.user-card-number:last-child{
    border-right: none;
}

.profile-header .container{
    z-index: 1;
    position: relative;
}

.profile-header .container-inner{
    max-width: 600px;
}


.tvt-profile-header{
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.profile-wrap{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 0;
    background-image: url(/img/pattern.png);
    background-repeat: repeat;
}

.user-profile-avatar{
    outline: 1px rgba(0, 0, 0, 0.25) solid;
    border: 3px white solid;
}

.user-profile-avatar-2{
    border: 2px white solid;
}

.profile-header-nav {
    position: relative;
    background: rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 100px 100px rgba(0, 0, 0, 0.25);
    z-index: 1;
}

@media (max-width: 768px) {
    .profile-header-nav{
        margin: 15px 10px;
    }

    .profile-header-nav .active:after {
        position: absolute;
        content: '';
        margin: 0px;
        border: none;
    }

    .profile-header-nav .nav-link{
        padding: 7px;
    }
}

.channel-item{
    background-color: white;
}

.channel-item:hover{
    background-color: #eeeeee;
}

.text-decoration-none{
    text-decoration: none!important;
}

.lines-truncate{
    --max-lines: 3;
    max-height: calc(var(--lh) * var(--max-lines));
    overflow: hidden;
    position: relative;
}

.lines-truncate::before{
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10000;
}

.info-point-text img{
    max-width: 100%;
}

.infoPoint{
    display: block;
    margin: 0px;
    height: 100px;
    width: 100px;
    background-image: url(/images/points_100.png);
}

.infoPoint.customPointImage{
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.ip-s-50{
    transform: scale(0.5);
    transform-origin: left top;
    margin-bottom: -50px;
    margin-right: -50px;
}

.ip-s-35{
    transform: scale(0.35);
    transform-origin: left top;
    margin-bottom: -85px;
    margin-right: -85px;
}

.ip-s-25{
    transform: scale(0.25);
    transform-origin: left top;
    margin-bottom: -75px;
    margin-right: -75px;
}

.ip-0{background-position:0px 0px;}.ip-1{background-position:-100px 0px;}.ip-2{background-position:-200px 0px;}.ip-3{background-position:-300px 0px;}.ip-4{background-position:-400px 0px;}.ip-5{background-position:-500px 0px;}.ip-6{background-position:-600px 0px;}.ip-7{background-position:-700px 0px;}.ip-8{background-position:-800px 0px;}.ip-9{background-position:-900px 0px;}
.ip-10{background-position:0px -100px;}.ip-11{background-position:-100px -100px;}.ip-12{background-position:-200px -100px;}.ip-13{background-position:-300px -100px;}.ip-14{background-position:-400px -100px;}.ip-15{background-position:-500px -100px;}.ip-16{background-position:-600px -100px;}.ip-17{background-position:-700px -100px;}.ip-18{background-position:-800px -100px;}.ip-19{background-position:-900px -100px;}
.ip-20{background-position:0px -200px;}.ip-21{background-position:-100px -200px;}.ip-22{background-position:-200px -200px;}.ip-23{background-position:-300px -200px;}.ip-24{background-position:-400px -200px;}.ip-25{background-position:-500px -200px;}.ip-26{background-position:-600px -200px;}.ip-27{background-position:-700px -200px;}.ip-28{background-position:-800px -200px;}.ip-29{background-position:-900px -200px;}
.ip-30{background-position:0px -300px;}.ip-31{background-position:-100px -300px;}.ip-32{background-position:-200px -300px;}.ip-33{background-position:-300px -300px;}.ip-34{background-position:-400px -300px;}.ip-35{background-position:-500px -300px;}.ip-36{background-position:-600px -300px;}.ip-37{background-position:-700px -300px;}.ip-38{background-position:-800px -300px;}.ip-39{background-position:-900px -300px;}
.ip-40{background-position:0px -400px;}.ip-41{background-position:-100px -400px;}.ip-42{background-position:-200px -400px;}.ip-43{background-position:-300px -400px;}.ip-44{background-position:-400px -400px;}.ip-45{background-position:-500px -400px;}.ip-46{background-position:-600px -400px;}.ip-47{background-position:-700px -400px;}.ip-48{background-position:-800px -400px;}.ip-49{background-position:-900px -400px;}
.ip-50{background-position:0px -500px;}.ip-51{background-position:-100px -500px;}.ip-52{background-position:-200px -500px;}.ip-53{background-position:-300px -500px;}.ip-54{background-position:-400px -500px;}.ip-55{background-position:-500px -500px;}.ip-56{background-position:-600px -500px;}.ip-57{background-position:-700px -500px;}.ip-58{background-position:-800px -500px;}.ip-59{background-position:-900px -500px;}
.ip-60{background-position:0px -600px;}.ip-61{background-position:-100px -600px;}.ip-62{background-position:-200px -600px;}.ip-63{background-position:-300px -600px;}.ip-64{background-position:-400px -600px;}.ip-65{background-position:-500px -600px;}.ip-66{background-position:-600px -600px;}.ip-67{background-position:-700px -600px;}.ip-68{background-position:-800px -600px;}.ip-69{background-position:-900px -600px;}
.ip-70{background-position:0px -700px;}.ip-71{background-position:-100px -700px;}.ip-72{background-position:-200px -700px;}.ip-73{background-position:-300px -700px;}.ip-74{background-position:-400px -700px;}.ip-75{background-position:-500px -700px;}.ip-76{background-position:-600px -700px;}.ip-77{background-position:-700px -700px;}.ip-78{background-position:-800px -700px;}.ip-79{background-position:-900px -700px;}
.ip-80{background-position:0px -800px;}.ip-81{background-position:-100px -800px;}.ip-82{background-position:-200px -800px;}.ip-83{background-position:-300px -800px;}.ip-84{background-position:-400px -800px;}.ip-85{background-position:-500px -800px;}.ip-86{background-position:-600px -800px;}.ip-87{background-position:-700px -800px;}.ip-88{background-position:-800px -800px;}.ip-89{background-position:-900px -800px;}
.ip-90{background-position:0px -900px;}.ip-91{background-position:-100px -900px;}.ip-92{background-position:-200px -900px;}.ip-93{background-position:-300px -900px;}.ip-94{background-position:-400px -900px;}.ip-95{background-position:-500px -900px;}.ip-96{background-position:-600px -900px;}.ip-97{background-position:-700px -900px;}.ip-98{background-position:-800px -900px;}.ip-99{background-position:-900px -900px;}


/* textAngular css */

.ta-hidden-input {
    width: 1px;
    height: 1px;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -10000px;
    left: -10000px;
    opacity: 0;
    overflow: hidden;
}

/* add generic styling for the editor */
.ta-root.focussed > .ta-scroll-window.form-control {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ta-editor.ta-html, .ta-scroll-window.form-control {
    min-height: 150px;
    height: auto;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
}

.ta-scroll-window.form-control {
    position: relative;
    padding: 0;
}

.ta-scroll-window > .ta-bind {
    height: auto;
    min-height: 150px;
    padding: 6px 12px;
}

.ta-editor:focus {
    user-select: text;
}

/* add the styling for the awesomness of the resizer */
.ta-resizer-handle-overlay {
    z-index: 100;
    position: absolute;
    display: none;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-info {
    position: absolute;
    bottom: 16px;
    right: 16px;
    border: 1px solid black;
    background-color: #FFF;
    padding: 0 4px;
    opacity: 0.7;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-background {
    position: absolute;
    bottom: 5px;
    right: 5px;
    left: 5px;
    top: 5px;
    border: 1px solid black;
    background-color: rgba(0, 0, 0, 0.2);
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner {
    width: 10px;
    height: 10px;
    position: absolute;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tl{
    top: 0;
    left: 0;
    border-left: 1px solid black;
    border-top: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tr{
    top: 0;
    right: 0;
    border-right: 1px solid black;
    border-top: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-bl{
    bottom: 0;
    left: 0;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-br{
    bottom: 0;
    right: 0;
    border: 1px solid black;
    cursor: se-resize;
    background-color: white;
}

.images-img-items{
    margin: 0px -5px;
}

.images-img-item{
    height: 100px;
    width: 110px;
    border-radius: 3px;
    text-align: right;
    margin: 5px 5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    border: 5px solid transparent;
    background-origin: content-box;
}

.images-img-item button{
    position: relative;
    top: -2px;
    right: -2px;
}

.compass_button{
    width: 37px;
    height: 37px;
    background-size: contain;
    background-image: url(/img/compass_plate.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 0.85;
    transition: opacity 0.25s;
}
.compass_button.ru{
    background-image: url(/img/compass_plate_ru.png?1);
}
.compass_button .compass_pointer{
    width: 37px;
    height: 37px;
    background-size: contain;
    background-image: url(/img/copmass_pointer.png?1);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.compass_button:hover{
    opacity: 0.99;
}

@keyframes sound_color {
    0% { color: white; }
    50% { color: red; }
    100% { color: white; }
}

.sound_is_playing {
    animation-name: sound_color;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.color-picker{ height: 185px; }
.color-picker .hex-text,
.color-picker .type-policy,
.color-picker .alpha.ng-isolate-scope{
    display: none;
}
.color-picker .selected-color,
.color-picker .selected-color-background{
    top: 144px;
    height: 20px;
    width: 20px;
}

.vh-100{
    height: 100vh!important;
}

.modal-xl{
    max-width: 1280px;
}

.modal-fs{
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0px!important;
}

.modal-fs-header{
    top: 0px;
    right: 0px;
    left: 0px;
    height: 50px;
    z-index: 1;
}
.modal-fs-header .modal-title{
    line-height: 50px;
}

.modal-fs .modal-content{
    border: none!important;
    border-radius: 0px!important;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
}

.custom-carousel-control{
    max-height: 200px;
    margin-top: auto;
    margin-bottom: auto;
    transition: background-color 0.25s;
}

.custom-carousel-control:hover{
    background-color: rgba(0, 0, 0, 0.25);
}

.pano-scroll-down{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px auto;
    bottom: 0px;
    right: 0px;
    left: 0px;
    height: 100px;
    width: 100px;
    z-index: 22;
    text-align: center;
    font-size: 24px;
    color: white;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.25s;
}

.pano-scroll-down:hover{
    opacity: 1;
}

.pano-scroll-down i.down{
    margin-top: 0px;
    animation-iteration-count: infinite;
    animation-name: scrollButtonAnimation;
    animation-duration: 5s;
}

@keyframes scrollButtonAnimation {
  0%   {margin-top: 0px;}
  5%  {margin-top: 10px;}
  10%  {margin-top: 0px;}
  15%  {margin-top: 10px;}
  20%  {margin-top: 0px;}
  100% {margin-top: 0px;}
}

.tour-cover-block{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 21;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.6);
}

.start-explore-tour{
    color: white;
    font-size: 48px;
    opacity: 0.75;
    transition: opacity 0.25s;
}

.start-explore-tour{
    opacity: 1;
}

.blur-block{
    /*
    */
    filter: blur(1px);
    -webkit-filter: blur(1px);
}

.pro-button-block{
    position: absolute;
    top: 60px; left: 0px; right: 0px;
}

.card-body img{
    max-width: 100%;
}

#ss-loading-block{
    background-color: #555555;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 25;
    color: white;
    font-size: 32px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.card-profile.best-card .card-header{
    height: 190px;
}

.card-view{
    height: calc(85vh - 50px);
}