
@font-face {
    font-family: PathwayGothicOne;
    src: url(../fonts/PathwayGothicOne/PathwayGothicOne-Regular.ttf);
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: Roboto-Light;
    src: url(../fonts/Roboto/Roboto-Light.ttf);
}

body{
    overflow: hidden;
    width: 100%;
    height: 100%;
    /* -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; */
}

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

md-backdrop.md-sidenav-backdrop {
    display: none;
}

img {
    -webkit-user-drag: none;
    user-drag: none;
}

md-sidenav {
    overflow: visible !important;
    display: block !important;
    -webkit-box-shadow: -7px 0px 5px rgba(0,0,0,0.45);
    -moz-box-shadow: -7px 0px 5px rgba(0,0,0,0.45);
    box-shadow: -7px 0px 5px rgba(0,0,0,0.45);
}

md-sidenav,
md-sidenav.md-locked-open,
md-sidenav.md-closed.md-locked-open-add-active {
    min-width: 280px !important;
    width: 65vw !important;
    max-width: 420px !important;
}

.md-sidenav-right.md-closed {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.md-sidenav-right.md-locked-open {
    -webkit-box-shadow: -7px 0px 5px rgba(0,0,0,0.45);
    -moz-box-shadow: -7px 0px 5px rgba(0,0,0,0.45);
    box-shadow: -7px 0px 5px rgba(0,0,0,0.45);
}

md-sidenav.go-top {
    z-index: 200;
}

.action-button {
    outline: none;
    cursor: pointer;
}

.fit {
    height: 100%;
    width: 100%;
}

.marginTop-30 {
    margin-top: 30px;
}

.marginTop-10 {
    margin-top: 10px;
}

.title {
    font-family: PathwayGothicOne;
    line-height: 24px;
    font-size: 22px;
    color: #212121;
    letter-spacing: 0.56px;
}

.title.small {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.36px;
}

.description {
    font-family: Roboto;
    font-size: 14px;
    color: #212121;
    letter-spacing: 0.26px;
    line-height: 17px;
}

.description.multi-column {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.description.with-underline:hover {
    text-decoration: underline;
}

.description h1 {
    font-family: PathwayGothicOne;
    line-height: 24px;
    font-size: 22px;
    color: #212121;
    letter-spacing: 0.56px;
    margin: 0;
    font-weight: normal;
    margin-bottom: 10px;
}

.date-label {
    font-family: PathwayGothicOne;
    font-size: 12px;
    color: #757575;
    letter-spacing: 0.36px;
}

.pagination-label {
    font-family: PathwayGothicOne;
    font-size: 14px;
    color: #757575;
    letter-spacing: 0.36px;
}

.main-container {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.main-container .media-viewer {
    overflow: hidden;
    width: 100%;
    height: 100%;
    outline: none;
    /* -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; */
    position: relative;
}

.view-animate.ng-enter, .view-animate.ng-leave {
    transition:all linear 0.3s;
    display:block;
    width:100%;

    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.view-animate.ng-enter {
    opacity: 0;
    /*-moz-transform: scale(0.5,0.5);*/
    /*-webkit-transform: scale(0.5,0.5);*/
    /*transform: scale(0.5,0.5);*/
}
.view-animate.ng-enter.ng-enter-active {
    opacity: 1;
    /*-moz-transform: scale(1,1);*/
    /*-webkit-transform: scale(1,1);*/
    /*transform: scale(1,1);*/
}
.view-animate.ng-leave.ng-leave-active {
    opacity: 0;
    /*-moz-transform: scale(0.5,0.5);*/
    /*-webkit-transform: scale(0.5,0.5);*/
    /*transform: scale(0.5,0.5);*/
}

.main-container .media-viewer.image-background {
    background: url("../images/bg.png") no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.main-container .media-viewer .media-viewer-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    outline: none;
    /* -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; */
    position: relative;
}

.main-container .media-viewer .panorama-container {
    height: 100%;
    width: 100%;
    z-index: 40;
    cursor: all-scroll;

}

.main-container .media-viewer .panorama-container.no-panorama {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

md-sidenav .static-sidenav-content {
    height: 100%;
    width: 100%;
    position: absolute;
    outline: none;
}

md-sidenav .top-buttons-icon {
    position: absolute;
    height: 48px;
    top: 48px;
    left: -192px;
}

md-sidenav .top-buttons-icon.short {
    left: -128px;
}

md-sidenav .top-buttons-icon.short-86 {
    left: -80px;
}

md-sidenav .top-buttons-icon .button-icon {
    margin-right: 24px;
    height: 55px;
    width: 55px;
}

md-sidenav .top-buttons-icon .button-icon img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    outline: none;
}


.main-container .bottom-menu-wrapper {
    width: 100%;
    height: 40%;
    min-height: 320px;
    max-height: 384px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 80;
    outline: none;

    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;

    transform : translate3d(0, -58px, 0);
}

.main-container .bottom-menu-wrapper.visible {
    transform: translate3d(0, -100%,0);
}

.main-container .bottom-menu-wrapper .bottom-menu-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.main-container .bottom-menu-wrapper .bottom-menu-container .toolbox-container {
    position: relative;
    width: 100%;
    height: 64px;
    padding-bottom: 24px;
}

.main-container .bottom-menu-wrapper .bottom-menu-container .data-container {
    width: 100%;
    background-color: #ffffff;
    overflow:hidden;
    position:relative;
    -webkit-box-shadow: inset -7px 0px 5px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: inset -7px 0px 5px 0px rgba(0,0,0,0.45);
    box-shadow: inset -7px 0px 5px 0px rgba(0,0,0,0.45);
}

.main-container .bottom-menu-wrapper .bottom-menu-container .data-container .data-content {
    width: 100%;
    height: 100%;
}

.switch-animation {
    -moz-transition:all cubic-bezier(0.07, 0.85, 0.47, 0.95) 0.5s;
    -webkit-transition:all cubic-bezier(0.07, 0.85, 0.47, 0.95) 0.5s;
    transition:all cubic-bezier(0.07, 0.85, 0.47, 0.95) 0.5s;

    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.switch-animation.ng-leave.ng-leave-active,
.switch-animation.ng-enter {
    opacity: 0;
    -moz-transform: scale(0.5,0.5);
    -webkit-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
}
.switch-animation.ng-leave,
.switch-animation.ng-enter.ng-enter-active {
    opacity: 1;
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}

.general-contacts-wrapper {
    width: 100%;
    height: 100%;
}

.general-contacts-wrapper .general-contact-container {
    width: 100%
}

.general-contacts-wrapper .general-contact-container.view-col {
    overflow-y: auto;
}

.general-contacts-wrapper .general-contact {
    min-height: 70px;
}

.events-wrapper {
    width: 100%;
    height: 100%;
}

.events-wrapper .filter-wrapper {
    padding: 0 40px;
}

.events-wrapper .filter-wrapper .selected-filter-label {
    min-height: 40px;
    padding-bottom: 10px;
    padding-top: 5px;
}

.events-wrapper .filter-wrapper .filter-list-item {

}

.events-wrapper .filter-wrapper .filter-list-item.disabled {
    opacity: 0.4;
}

.events-wrapper .filter-wrapper .filter-list-item img {
    height: 25px;
    margin: 0 5px;
}

.news-wrapper {
    width: 100%;
    height: 100%;
}

md-sidenav .right-bar-wrapper {
    height: calc(100% - 80px);
}

md-sidenav .right-bar-wrapper .right-bar-container {
    width: 100%;
    height: 100%;
}

md-sidenav .right-bar-wrapper .right-bar-container .point-profile-wrapper {
    width: 100%;
    overflow-y: auto;
    margin-bottom: 12px;
    padding-top: 12px;
}

.right-bar-container .point-profile-wrapper .profile-container {
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 12px;
}

.right-bar-container .point-profile-wrapper .profile-contacts-container {
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 12px;
}

.right-bar-container .point-profile-wrapper .profile-contacts-container.with-border {
    border-top: solid 1px;
}

.right-bar-container .point-profile-wrapper .profile-contacts-container .contact-title {
    margin-top: 10px;
    margin-bottom: 10px;
}

.right-bar-container .point-profile-wrapper .plan-image-container {
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 40px;
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
}

.right-bar-container .point-profile-wrapper .plan-image-container img {
    max-height: 150px;
    width: auto;
}

.memory-room-selector-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.memory-room-selector-wrapper .memory-room-title {
    margin-top: 30px;
    padding-left: 30px;
    width: calc(100% - 30px);
    font-family: Roboto;
}

.memory-room-selector-wrapper .memory-room-selector-group {
    width: 100%;
}

.memory-room-selector-wrapper .memory-room-selector-group .selector-container {
    outline: none;
    cursor: pointer;
}

.memory-room-selector-wrapper .memory-room-selector-group .selector-container img {
    outline: none;
    cursor: pointer;
}

.memory-room-selector-wrapper .memory-room-selector-group .selector-container .selector-label {
    font-family: Roboto;
    outline: none;
    cursor: pointer;
    margin-left: 5px;
}

.media-viewer-container .page-logo-container {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 51;
}

.media-viewer-container .page-logo-container img {
    width: auto;
    height: 60px;
}

.media-viewer .bottom-menu-information-wrapper {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 75;
    height: 100%;
}

.bottom-menu-information-wrapper.ng-enter {
    -webkit-transition: opacity linear 0.2s;
    -moz-transition: opacity linear 0.2s;
    transition: opacity linear 0.2s;
    opacity: 0;
}

.bottom-menu-information-wrapper.ng-enter-active {
    opacity: 0.8;
}

.bottom-menu-information-wrapper .bottom-menu-information-viewer {
    width: 100%;
}

.bottom-menu-information-wrapper .bottom-menu-information-viewer .tab-title {
    font-family: PathwayGothicOne;
    font-size: 70px;
    color: #FFFFFF;
}

.bottom-menu-information-wrapper .bottom-menu-information-viewer .memory-room-container {
    width: 100%;
    height: 100%;
    outline: none;
}

.bottom-menu-information-wrapper .bottom-menu-information-viewer .memory-room-container .close-button {
    position: absolute;
    top: 27px;
    right: 24px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    outline: none;
    z-index: 110;
}

.bottom-menu-information-wrapper .bottom-menu-information-viewer .memory-room-container .close-button img {
    width: 100%;
    height: 100%;
    outline: none;
}

.change-animation {
    opacity: 0;
}

.change-animation-add {
    opacity: 0;
}

.change-animation-remove {
    -webkit-transition: opacity linear 1s;
    -moz-transition: opacity linear 1s;
    transition: opacity linear 1s;

    opacity: 1;
}

.change-animation-add-active {
    opacity: 0;
}

.change-animation-remove {
    opacity: 0;

}

.change-animation-remove-active {
    opacity: 1;
}

.media-viewer-container .clip-svg {
    width: 0;
    height: 0;
}

/*.polygon-clip-hexagon {*/
    /*-webkit-clip-path: url("#polygon-clip-hexagon");*/
    /*-moz-clip-path: url("#polygon-clip-hexagon");*/
    /*overflow: hidden;*/
    /*outline: none;*/
    /*opacity: 1;*/
    /*width: 100%;*/
    /*height: 100%;*/
/*}*/

/*.polygon-clip-hexagon img.border {*/
    /*position: absolute;*/
    /*z-index: 10;*/
    /*height: 100%;*/
    /*left: 6px;*/
/*}*/

/*.polygon-clip-hexagon img.marker-image {*/
    /*width: auto;*/
    /*height: auto;*/
    /*min-width: 75px;*/
    /*max-height: 75px;*/
/*}*/

.panorama-marker-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.panorama-marker-container.with-description {
    height: auto;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}

img.marker-image {
    width: 75px;
    height: 75px;
    max-width: 75px;
    max-height: 75px;
}


div.video-wrapper {
    position: absolute;
    z-index: 99998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    background-color: #000000;
}

div.video-wrapper video {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    background-color: #000000 !important;
    width: auto;
    min-height: 100%;
    min-width: 100%;
}

div.video-wrapper video.landscape {
    width: auto;
    height: auto;
    min-height: 100%;
}

div.video-wrapper video.portrait {
    width: auto;
    height: 100%;

}

div.video-wrapper .hide-video {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 99999;
    cursor: pointer;
    outline: none;
}

.video-animation {
    opacity: 1;
}

.video-animation.ng-hide-add, .video-animation.ng-hide-remove {
    transition: all linear 0.5s;
}

.video-animation.ng-hide {
    opacity:0;
}

.animate-if.ng-enter, .animate-if.ng-leave {
    transition:all linear 0.5s;
}

.animate-if.ng-enter,
.animate-if.ng-leave.ng-leave-active {
    opacity:0;
}

.animate-if.ng-leave,
.animate-if.ng-enter.ng-enter-active {
    opacity:1;
}

div.map-three-container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

div.map-three-container canvas {
    width: 100%;
    height: 100%;
}

div.background-image-map {
    height: 100%;
    background-image: url('../images/bg_new2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}

div.background-image-map-text-container {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

div.background-image-map-text-container .overlay-title {
    font-size: 64px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: PathwayGothicOne
}

div.background-image-map-text-container .overlay-subtitle {
    font-size: 36px;
    margin-top: 5px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: PathwayGothicOne
}

div.background-image-map-text-container .overlay-text {
    font-size: 1.5em;
    margin-top: 5px;
    color: #ffffff;
    max-width: 400px;
    text-transform: uppercase;
    font-family: PathwayGothicOne;
    text-align: center;
}

div.custom-button-round {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: PathwayGothicOne;
    margin-top: 30px;
    border: 2px solid;
    border-radius: 25px;
    padding: 5px 20px;
}

div.custom-button-round.bottom-left {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 51;
}

.links-viewer-wrapper {
    width: calc(100% - 40px);
    margin-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
}

.links-viewer-wrapper .link-element {
    min-height: 40px;
    margin-bottom: 10px;
}

.links-viewer-wrapper .link-element span:first-child {
    font-weight: bold;
}

.links-viewer-wrapper .link-element img{
    height: 25px;
    margin-left: 25px;
    cursor: pointer;
    outline: none;
}

.map-details-dialog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    outline: none;
}

.map-details-dialog .dialog-wrapper {
    max-width: 800px;
    width: 90%;
    max-height: 600px;
    height: 90%;
    background-color: #FFFFFF;
    position: relative;
    padding: 25px;
    overflow: auto;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    box-shadow: 0 7px 8px -4px rgba(0,0,0,.2), 0 13px 19px 2px rgba(0,0,0,.14), 0 5px 24px 4px rgba(0,0,0,.12);
    -webkit-box-shadow: 0 7px 8px -4px rgba(0,0,0,.2), 0 13px 19px 2px rgba(0,0,0,.14), 0 5px 24px 4px rgba(0,0,0,.12);
    -moz-box-shadow: 0 7px 8px -4px rgba(0,0,0,.2), 0 13px 19px 2px rgba(0,0,0,.14), 0 5px 24px 4px rgba(0,0,0,.12);
}

.map-details-dialog .image-container {
    overflow: hidden;
    position: relative;
    height: 280px;
    width: 100%;
    margin-top: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.map-details-dialog .tooltip-data-container {
    height: 100%;
    padding-left: 10px;
    padding-top: 30px;
}

.map-details-dialog .tooltip-title {
    font-weight: bold;
    font-size: 18px;
    min-height: 44px;
    line-height: 30px;
    width: 100%;
    padding-top: 25px;
    text-align: center;
}

.map-details-dialog .tooltip-description {
    font-size: 14px;
    letter-spacing: 0.26px;
    line-height: 17px;
    overflow: auto;
    width: 100%;
    margin-top: 20px;
    color: #212121;
}

.map-details-dialog .close-tooltip {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 40px;
    outline: none;
    cursor: pointer;
}

.dialog-animation.ng-enter, .dialog-animation.ng-leave {
    transition:all linear 0.2s;
}

.dialog-animation.ng-enter,
.dialog-animation.ng-leave.ng-leave-active {
    opacity:0;
    -moz-transform: scale(0.5,0.5);
    -webkit-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
}

.dialog-animation.ng-leave,
.dialog-animation.ng-enter.ng-enter-active {
    opacity:1;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}

.psv-tooltip {
    max-width: 430px;
    min-width: 430px;
}

.psv-tooltip .other-lang {
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.8);
}

md-input-container {
    width: 100%;
    margin-bottom: 0;
}

md-input-container label {
    font-family: PathwayGothicOne;
}

md-datepicker {
    margin: 18px 0;
}

md-datepicker .md-datepicker-input-container {
    width: calc(100% - 70px);
}

md-dialog {
    width: 960px;
}

md-dialog .subsection-container {
    max-width: 550px;
    padding-left: 40px;
    padding-top: 20px;
}

md-dialog .validation-messages {
    font-size: 12px;
    color: #dd2c00;
    margin-left: 40px;
    margin-top: 20px;
}

@media only screen and (max-width: 600px) {
    .filter-wrapper .description {
        font-size: 12px;
    }
}

.point-nav-icon {
    background-color: white;
    border-radius: 25px;
    height: 30px;
    margin: 4px;
}

.point-nav-wrapper {
    top:148px; 
    left: -78px;
    border: 2px solid white; 
    border-radius: 50px; 
    position: absolute;
    padding: 5px;
}

.move-mouse-wrapper{
    position: absolute;
    top: 70%;
    left: 0%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fadeOut {
    animation:fadeOut 0.5s 1;
    animation-fill-mode: forwards;
    animation-delay:0.5s;
}
.move-mouse-text {
    position: absolute;
    top: 160%;
    left: 0%;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 16px;
}
  
  .guide {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #00000088;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  @media only screen and (max-width: 600px) {
    .move-mouse-wrapper{
        top: 65%;

    }
    .move-mouse-text {
        top: 110%;
        font-size: 18px;
    }
}

  .guide  p {
    width: 80%;
    color: white;
    font-family: sans-serif;
    text-align: center;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 15px;
  }
  
  .mouse {
    width: 40px;
    height: 40px;
    transform-origin: center bottom;
    animation-name: swinging;
    animation-duration: 1.2s;
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-delay: 0s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
  }
  
  .mouse-click,
  .mouse-large-click,
  .mouse-small-click {
    opacity: 0;
    transform-origin: center center;
    animation-name: click;
    animation-duration: 1.2s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: forward;
    animation-play-state: running;
  }
  
  @keyframes fadeOut{
    from {opacity :1;}
    to {opacity :0;}
  }
  
  @keyframes swinging{
      0%{transform: rotate(-10deg) translate3d(-15px, 0, 0) }
      100%{transform: rotate(10deg) translate3d(15px, 0, 0) }
  }
  
  @keyframes click {
      0% { opacity: 0 }
      40% { opacity: 1 }
      100%{ opacity: 1 }
  }
  .panorama-marker-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .marker-image{
    width: 48px !important;
    height: 48px !important;
  }