@font-face {
    font-family: 'Myriad Pro';
    src: url('../topviewcortina/font/myriadproregular.eot'),
    url('../topviewcortina/font/myriadproregular.woff') format('woff');
}

@font-face {
    font-family: 'MyriadPro-LightCond';
    src: url('../topviewcortina/font/MyriadPro-LightCond.eot?#iefix') format('embedded-opentype'), url('../topviewcortina/font/MyriadPro-LightCond.otf') format('opentype'),
    url('../topviewcortina/font/MyriadPro-LightCond.woff') format('woff'), url('../topviewcortina/font/MyriadPro-LightCond.ttf') format('truetype'), url('../topviewcortina/font/MyriadPro-LightCond.svg#MyriadPro-LightCond') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-BoldCond';
    src: url('../topviewcortina/font/MyriadPro-BoldCond.eot?#iefix') format('embedded-opentype'),
    url('../topviewcortina/font/MyriadPro-BoldCond.woff') format('woff'), url('../topviewcortina/font/MyriadPro-BoldCond.svg#MyriadPro-LightCond') format('svg');
    font-weight: bold;
    font-style: normal;
}

#pano * {
    font-family: "Myriad Pro", "Open Sans", sans-serif;
}

#map-canvas {
    height: calc(100% - 50px);
}

.viewmake-canvas {
    height: calc(100% - 50px) !important;
}

#pano .point-info.preset.content-predef {
    display: none !important;
}

@media screen and (max-width: 960px) {
    #map-canvas {
        height: calc(100% - 60px);
    }

    .viewmake-canvas {
        height: calc(100% - 60px) !important;
    }
}

.share-tour__container {
    background: #313131;
    color: white;
}

.share-tour__close {
    color: white;
}

.share-tour__box {
    left: 43px;
    right: auto;
    top: auto;
    bottom: 60px;
}

.share-tour__box.cardboard_control {
    left: auto;
}

.share-tour__containerbutton {
    display: none;
}

.share-tour__arrow {
    border-width: 6px 7px 6px 0;
    border-color: transparent #313131 transparent transparent;
    bottom: -9px;
    left: 14px;
    transform: rotate(-90deg);
    top: auto;
}

.cardboard_control .share-tour__container .qr-container {
    padding: 10px;
    background-color: white;
    width: 160px;
    height: 160px;
    background-image: none;
    border: 10px solid #313131;
}

.condividi-tour .share-tour__arrow {
    border-color: transparent #313131 transparent transparent;
    left: 42px;
}

.share-tour__box.cardboard_control {
    right: auto;
}

.share-tour__box.share-tour--show {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

@media screen and (max-width: 960px) {

    .cardboard_control .share-tour__container .qr-container {
        width: 140px;
    }

    .condividi-tour .share-tour__arrow {
        left: 60px;
    }
}

#pano-console, #pano-languages, #controls-top {
    display: none;
}

/******************** MENU DI NAVIGAZIONE ***********************/
#pano-navigation > div#topviewdolomiti__pano-navigation--toggle {
    position: absolute;
    left: -60px;
    top: 20px;
    background: url("../topviewcortina/images/menu.png") no-repeat center center;
    width: 20px;
    height: 20px;
    z-index: 30;
    cursor: pointer;
    padding: 10px;
    background-size: cover;
}

#pano #pano-navigation * {
    font-family: "MyriadPro-LightCond", "Open Sans", sans-serif;
}

#pano-navigation {
    position: absolute;
    top: 0;
    right: -302px;
    left: auto;
    z-index: 70;
    height: 100%;
    transition: right .5s linear;
}

#pano-navigation.pano-navigation__open {
    right: -1px;
}

#pano-logo {
    position: absolute;
    left: -20px;
    top: 45%;
}

#pano-navigation.pano-navigation__open #pano-logo {
    opacity: 1;
    visibility: visible;
}

#pano-logo img {
    background-image: url("../topviewcortina/images/menu.png");
    max-width: none;
    display: inline-block;
    padding: 0;
}

#pano-navigation > div {
    position: static;
    height: 100%;
}

#lista {
    left: 0;
    position: relative;
    width: 300px;
    top: 0;
    padding-top: 0;
    z-index: 20;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    background-color: #313131;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

#lista .areas {
    margin: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 50px;
}

#lista .areas li {
    padding: 10px 0;
}

#lista .areas li:last-child {
    margin-bottom: 26px;
}

#lista .areas li a, #lista .areas li a:active, #lista .areas li a:focus {
    display: block;
    font-size: 1.5em;
    width: 300px;
    vertical-align: middle;
    padding: 0;
    padding-left: 25px;
    text-transform: uppercase;
    background-color: #313131;
    color: white;
    transition: color .2s ease-out;
}

#pano #lista .areas li.active a, #pano #lista .areas li a.active, #pano #lista .areas li:hover a, #pano #lista .areas li a:hover, #pano #lista .dropdown-menu li a:hover {
    color: #f40000 !important;
    background-color: transparent !important;
}

#mobile-menu {
    display: none;
}

@media screen and (max-width: 500px), screen and (max-height: 500px) {
    #lista {
        width: 300px;
    }

    #lista .areas li a {
        font-size: 1em;
        width: 280px;
    }
}

@media screen and (max-width: 500px) {
    #lista {
        width: 250px;
    }

    #lista .areas li a, #lista .areas li a:active, #lista .areas li a:focus {
        font-size: 1.2em;
        width: 230px;
        padding-left: 10px;
        white-space: normal;
    }

    #pano-navigation {
        right: -250px;
    }
}

@media screen and (max-width: 641px), screen and (max-height: 500px) {
    #lista {
        display: block;
    }
}

@media screen and (max-width: 640px) {
    #pano-navigation.pano-navigation__open #topviewdolomiti__pano-navigation--toggle {
        top: 90px;
    }
}

/********** END MENU DI NAVIGAZIONE ***********/

/*********** MAPPA *******************/

#mappa {
    display: block;
    position: absolute;
    right: 25px;
    bottom: 75px;
    z-index: 5;
    transition: width 0.2s ease-in, height .2s ease-in, opacity .2s ease-in;
    border: 9px solid #313131;
    opacity: .8;
}

#mappa .mappa__container {
    width: 100%;
    height: 100%;
}

#mappa .mappa__close-button {
    position: absolute;
    top: -20px;
    left: -20px;
    background-color: #313131;
    color: white;
    width: 30px;
    height: 30px;
    z-index: 48;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    font-size: 1.5em;
    vertical-align: middle;
    cursor: pointer;
}

#mappa:hover {
    opacity: 1;
}

#mb {
    display: none;
}

@media screen and (max-width: 700px) {
    #mb {
        display: block;
        position: absolute;
        bottom: 95px;
        left: 0px;
        width: 30px;
        height: 30px;
        z-index: 10;
        background: #161616 url('../topviewcortina/images/map.png') center center;
        background-repeat: no-repeat;
    }

    #mappa {
        display: none;
        width: 100%;
        position: absolute;
        right: 0px;
        bottom: 59px;
        z-index: 20;
        opacity: 1;
        border-left-style: none;
        border-right-style: none;
        border-bottom-style: none;
    }

    #mappa .mappa__close-button {
        left: 50%;
        transform: translate(-50%, 0%);
    }

}

/*************** END MAPPA ***************/

/*************** LOGO LEFT ***************/
.topviewcortina__logo {
    position: absolute;
    top: 20px;
    width: 200px;
    left: 44px;
    z-index: 20;
}

.topviewcortina__logo img {
    width: 100%;
}

@media screen and (max-width: 1024px) {

    .topviewcortina__logo {
        width: 200px;
    }
}

@media screen and (max-width: 640px) {

    .topviewcortina__logo {
        width: 120px;
        left: 44px;
    }
}

/*************** END LOGO LEFT ************/

/******************* WELCOME PAGE ****************/
.topviewcortina__welcome-page {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .7);
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s ease-in-out, visibility 0s linear 1s, background-color 1s ease-in-out;
    z-index: 100;
}

.topviewcortina__welcome-page.topviewcortina__welcome-page--show {
    z-index: 100;
    visibility: visible;
    opacity: 1;
    transition: opacity 1s ease-in-out, visibility 0s linear, background-color 1s ease-in-out;
}

.topviewcortina__welcome-page .topviewcortina__welcome-page-container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -60%);
    text-align: center;
}

.topviewcortina__welcome-page .topviewcortina__welcome-page__logo {
    background-repeat: no-repeat;
    background-image: url('../topviewcortina/images/logo.png');
    width: 100%;
    height: 250px;
    background-size: contain;
    background-position: center center;
    margin-bottom: 100px;
}

.topviewcortina__welcome-page .topviewcortina__welcome-page__label {
    width: 100%;
    height: 80px;
    text-align: center;
    margin-bottom: 100px;
}

.topviewcortina__welcome-page .topviewcortina__welcome-page__label .topviewcortina__welcome-page__label--item {
    width: 500px;
    display: inline-block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    max-width: 100%;
}

.topviewcortina__welcome-page .topviewcortina__welcome-page__label .topviewcortina__welcome-page__label--item.topviewcortina__welcome-page__label--black {
    background-image: url("../topviewcortina/images/labelblack.png");
}

.topviewcortina__welcome-page .topviewcortina__welcome-page__label .topviewcortina__welcome-page__label--item.topviewcortina__welcome-page__label--white {
    background-image: url("../topviewcortina/images/labelwhite.png");
}

.topviewcortina__welcome-page .topviewcortina__welcome-page__bottom {
    text-align: center;
    width: 1070px;
    display: inline-block;
}

.topviewcortina__welcome-page .topviewcortina__welcome-page--item {
    width: 150px;
    display: inline-block;
    color: white;
    vertical-align: text-top;
    margin: 10px 32px;
}

.topviewcortina__welcome-page .topviewcortina__welcome-page--item > div {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 100%;
    height: 50px;
    margin-bottom: 26px;
}

.topviewcortina__welcome-page .topviewcortina__welcome-page--item .item__pointer {
    background-image: url("../topviewcortina/images/pointer.png");
}

.topviewcortina__welcome-page .topviewcortina__welcome-page--item .item__cardboard {
    background-image: url("../topviewcortina/images/cardboard.png");
}

.topviewcortina__welcome-page .topviewcortina__welcome-page--item .item__social {
    background-image: url("../topviewcortina/images/social.png");
}

.topviewcortina__welcome-page .topviewcortina__welcome-page--item .item__map {
    background-image: url("../topviewcortina/images/map.png");
}

.topviewcortina__welcome-page .topviewcortina__welcome-page--item .item__menu {
    background-image: url("../topviewcortina/images/welcome_menu.png");
}

.topviewcortina__welcome-page .topviewcortina__welcome-page--item .item__fullscreen {
    background-image: url("../topviewcortina/images/fullscreen.png");
}

.topviewcortina__welcome-page .topviewcortina__welcome-page--item .item__label {
    background-image: url("../topviewcortina/images/labelblack.png");
}

.topviewcortina__welcome-page .topviewcortina__welcome-page--item .item__topviewarrow {
    background-image: url("../topviewcortina/images/topviewarrow.png");
}

.topviewcortina__welcome-page .topviewcortina__welcome-page--item .item__photolist {
    background-image: url("../topviewcortina/images/photo-list.png");
}

@media screen and (max-width: 1280px) {

    .topviewcortina__welcome-page .topviewcortina__welcome-page__label .topviewcortina__welcome-page__label--item {
        width: 400px;
    }
}

@media screen and (max-height: 860px) {

    .topviewcortina__welcome-page .topviewcortina__welcome-page-container {
        transform: translate(-50%, -50%);
    }

    .topviewcortina__welcome-page .topviewcortina__welcome-page__logo {
        height: 200px;
        margin-bottom: 60px;
    }

}

@media screen and (max-width: 1100px) {

    .topviewcortina__welcome-page .topviewcortina__welcome-page__bottom {
        width: 720px;
    }

    .topviewcortina__welcome-page .topviewcortina__welcome-page--item {
        margin: 0 12px;
        width: 120px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 767px) {

    .topviewcortina__welcome-page .topviewcortina__welcome-page__bottom {
        width: 600px;
    }

    .topviewcortina__welcome-page .topviewcortina__welcome-page__label {
        margin-bottom: 70px;
    }

    .topviewcortina__welcome-page .topviewcortina__welcome-page__label .topviewcortina__welcome-page__label--item {
        width: 300px;
    }

    .topviewcortina__welcome-page .topviewcortina__welcome-page--item {
        margin: 10px;
        width: 100px;
        font-size: 0.9em;
    }
}

@media screen and (max-width: 640px) {

    .topviewcortina__welcome-page .topviewcortina__welcome-page__bottom {
        width: 100%;
    }

    .topviewcortina__welcome-page .topviewcortina__welcome-page--item {
        margin: 0 22px;
        width: 120px;
        margin-bottom: 23px;
    }
}

@media screen and (max-width: 480px), screen and (max-height: 630px) {

    .topviewcortina__welcome-page .topviewcortina__welcome-page__logo {
        height: 136px;
        margin-bottom: 11px;
    }

    .topviewcortina__welcome-page .topviewcortina__welcome-page--item > div {
        height: 50px;
        margin-bottom: 20px;
    }

    .topviewcortina__welcome-page .topviewcortina__welcome-page--item {
        font-size: 0.8em;
    }

    .topviewcortina__welcome-page .topviewcortina__welcome-page-container {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        transform: translateX(0);
        padding-top: 10px;
    }

}

@media screen and (max-width: 359px) {

    .topviewcortina__welcome-page .topviewcortina__welcome-page--item {
        margin-bottom: 10px;
        width: 100px;
    }

    .topviewcortina__welcome-page .topviewcortina__welcome-page--item > div {
        margin-bottom: 10px;
    }
}

/****************** END WELCOME PAGE ***************/

/********** BOTTOM BAR ************************/
.topviewcortina__bottombar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #313131;
    height: 50px;
    z-index: 20;
}

.topviewcortina__bottombar .bottombar__left-content {
    position: absolute;
    left: 10px;
    z-index: 50;
    height: 100%;
}

.topviewcortina__bottombar .bottombar__left-content a {
    color: white;
    text-decoration: none;
    font-size: 1.3em;
    vertical-align: middle;
    background-image: url("../topviewcortina/images/logotopviewski.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    height: 100%;
    width: 130px;
    display: block;
}

.topviewcortina__bottombar .bottombar__central-content {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    text-align: center;
    height: 100%;
    color: white;
    font-size: 1.2em;
    vertical-align: middle;
    text-transform: uppercase;
}

#pano .topviewcortina__bottombar .bottombar__central-content {
    line-height: 50px;
}

.topviewcortina__bottombar .bottombar__central-content h1 {
    display: inline-block;
    background-image: url("../topviewcortina/images/info.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left center;
    text-transform: uppercase;
    position: absolute;
    top: 15px;
    left: 50%;
    padding-left: 30px;
    transform: translateX(-100%) translateX(-20px);
    font-weight: bold;
    font-size: 1.2em;
    cursor: pointer;
}

#pano .topviewcortina__bottombar .bottombar__central-content h1, #pano .topviewcortina__bottombar .bottombar__central-content h2 {
    font-family: "MyriadPro-LightCond", "Open Sans", sans-serif;
    letter-spacing: 1px;
}

.topviewcortina__bottombar .bottombar__central-content h2 {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(20px);
    font-size: 1.2em;
    color: #f40000;
}

.topviewcortina__bottombar .bottombar__central-content img {
    vertical-align: middle;
    display: inline-block;
    height: 40px;
    cursor: pointer;
}

.topviewcortina__bottombar .bottombar__right-content {
    position: absolute;
    top: 5px;
    right: 0;
}

.topviewcortina__bottombar .bottombar__right-content a.bottombar__right-content--item {
    display: inline-block;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    margin-right: 30px;
    background-size: contain;
}

.topviewcortina__bottombar .bottombar__right-content a.bottombar__right-content--cardboard.bottombar__right-content--item {
    background-image: url("../topviewcortina/images/cardboard.png");
}

.topviewcortina__bottombar .bottombar__right-content a.bottombar__right-content--fullscreen.bottombar__right-content--item {
    background-image: url('../topviewcortina/images/fullscreen.png');
}

.topviewcortina__bottombar .bottombar__right-content a.bottombar__right-content--fullscreen.bottombar__right-content--item.select {
    background-image: url('../topviewcortina/images/fullscreen_select.png');
}

.topviewcortina__bottombar .bottombar__right-content a.bottombar__right-content--condividi.bottombar__right-content--item {
    background-image: url("../topviewcortina/images/social.png");
}

.topviewcortina__bottombar .bottombar__right-content a.bottombar__right-content--condividi.bottombar__right-content--item.select {
    background-image: url("../topviewcortina/images/social_select.png");
}

.topviewcortina__bottombar .bottombar__right-content a.bottombar__right-content--mappa.bottombar__right-content--item {
    background-image: url("../topviewcortina/images/map.png");
}

.topviewcortina__bottombar .bottombar__right-content a.bottombar__right-content--mappa.bottombar__right-content--item.select {
    background-image: url("../topviewcortina/images/map_select.png");
}

.topviewcortina__bottombar .bottombar__right-content a.bottombar__right-content--info.bottombar__right-content--item {
    background-image: url("../topviewcortina/images/tutorial.png");
}

.topviewcortina__bottombar .bottombar__right-content a.bottombar__right-content--info.bottombar__right-content--item.select {
    background-image: url("../topviewcortina/images/tutorial_select.png");
}

.topviewcortina__bottombar .bottombar__right-content a.bottombar__right-content--photolist.bottombar__right-content--item {
    background-image: url("../topviewcortina/images/photo-list.png");
}

.topviewcortina__bottombar .bottombar__right-content a.bottombar__right-content--photolist.bottombar__right-content--item.select {
    background-image: url("../topviewcortina/images/photo-list_select.png");
}

@media screen and (max-width: 960px) {

    .topviewcortina__bottombar {
        background-position: 10px center;
        height: 35px;
    }

    .topviewcortina__bottombar .bottombar__right-content a.bottombar__right-content--item {
        margin-right: 15px;
        height: 30px;
        width: 30px;
    }

    .topviewcortina__bottombar .bottombar__central-content h1 {
        background-size: 20px;
        padding-left: 20px;
    }

    .topviewcortina__bottombar .bottombar__left-content a {
        background-size: 90px;
    }

    .topviewcortina__bottombar .bottombar__central-content {
        top: -25px;
        height: 25px;
        font-size: 0.8em;
        background-color: #232323;
    }

    #pano .topviewcortina__bottombar .bottombar__central-content {
        line-height: 25px;
    }

    .topviewcortina__bottombar .bottombar__central-content img {
        height: 20px;
    }

    .topviewcortina__bottombar .bottombar__central-content h1, .topviewcortina__bottombar .bottombar__central-content h2 {
        top: 7px;
    }
}

@media screen and (max-width: 480px) {

    .topviewcortina__bottombar .bottombar__left-content a {
        font-size: .9em;
        background-size: 90px;
    }

}

/********** END BOTTOM BAR ******************/

/* photo bar */
.photo-bar {
    position: absolute;
    bottom: 70px;
    left: 50%;
    width: auto;
    z-index: 2;
    box-sizing: content-box;
    color: white;
    -webkit-transition: -webkit-transform .2s ease-out;
    -moz-transition: -moz-transform .2s ease-out;
    -ms-transition: -ms-transform .2s ease-out;
    -o-transition: -o-transform .2s ease-out;
    transition: transform .2s ease-out;
    max-width: 70%;
    transform: translate(-50%);
}

.photo-bar * {
    box-sizing: content-box;
}

.photo-bar__container {
    /*background: rgba(16, 16, 16, 0.85);*/
    padding: 2px 0 2px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.photo-bar--reduced {
    -webkit-transform: translateY(100%) translateY(20px) translateX(-50%);
    -moz-transform: translateY(100%) translateY(20px) translateX(-50%);
    -ms-transform: translateY(100%) translateY(20px) translateX(-50%);
    -o-transform: translateY(100%) translateY(20px) translateX(-50%);
    transform: translateY(100%) translateY(20px) translateX(-50%);
}

@media screen and (max-width: 960px) {

    .photo-bar {
        width: auto;
        left: 50%;
        max-width: 100%;
        bottom: 90px;
    }

    .photo-bar--reduced {
        -webkit-transform: translateY(100%) translateY(33px) translateX(-50%);
        -moz-transform: translateY(100%) translateY(33px) translateX(-50%);
        -ms-transform: translateY(100%) translateY(33px) translateX(-50%);
        -o-transform: translateY(100%) translateY(33px) translateX(-50%);
        transform: translateY(100%) translateY(33px) translateX(-50%);
    }
}

/* end photo bar */

/* photo */
.photo {
    display: inline-block;
    height: 100%;
    margin: 0 2px;
    position: relative;
}

.photo__container {
    display: block;
    transition: opacity .2s ease-in-out;
    position: relative;
}

.photo__overlay {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.23) 78%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.23) 78%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.23) 78%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); /* IE6-9 */
    opacity: 0;
    -webkit-transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    -ms-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    z-index: 1;
}

.photo:hover .photo__overlay, .photo--selected .photo__overlay {
    opacity: 1;
}

.photo__container:link, .photo__container:visited {

}

.photo__container:hover, .photo__container:active, .photo__container:focus {

}

.photo__image {
    display: block;
    height: 100px;
}

.photo-bar--ordering .photo__overlay {
    background-color: rgba(0, 85, 0, 0.3);
    opacity: 1;
}

.photo__title {
    position: absolute;
    top: 40px;
    left: 0px;
    right: 0px;
    width: 80%;
    margin: auto;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9em;
    text-shadow: 1px 1px 5px #000;
    z-index: 2;
    white-space: normal;
}

.photo__title img {
    width: 20px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    display: none;
}

@media screen and (max-width: 960px) {
    .photo__image {
        height: 70px;
    }

    .photo__title {
        top: 32px;
    }
}

/* end photo */

/* photo-add */
.photo-add {
    width: 200px;
    height: 98px;
    border: 1px solid #3E3E3E;
    display: inline-block;
    background: url(../custom-panel/images/photo-add.png) no-repeat center center;
    cursor: pointer;
}

.photo-bar--ordering .photo-add {
    display: none;
}

.photo-add--hidden {
    display: none;
}

/* end photo-add */

/* edit title */
.photo-edit-title {
    position: absolute;
    bottom: 30px;
    z-index: 10;
    left: 20px;
    border: 1px solid #989898;
    padding: 5px;
    background-color: #E4E4E4;
    box-shadow: 0px 2px 10px #000;
}

.photo-edit-title h6 {
    margin-top: 0;
    margin-bottom: 3px;
    color: #393939;
}

.photo-edit-title form {
    margin-bottom: 0;
}

.photo-edit-title__input[type="text"] {
    width: 100px;
    height: 10px;
    vertical-align: middle;
    margin-right: 3px;
}

/* end edit title */

/* toggle */
.photo-toggle {
    position: absolute;
    top: -23px;
    left: calc(50% - 50px);
    background-color: #101010;
    padding: 5px 20px;
    z-index: 10;
    cursor: pointer;
    font-size: 14px;
    line-height: 13px;
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}

.photo-toggle.photo-toggle--mobile {
    left: auto;
    padding: 10px;
    text-align: center;
    opacity: 1;
    top: -32px;
    right: 0;
}

.photo-bar--reduced .photo-toggle--mobile {
    top: -47px;
}

.photo-toggle:hover {
    opacity: .85;
}

.photo-toggle img {
    display: inline-block;
    height: 13px;
    vertical-align: middle;
    margin-bottom: 3px;
}

.photo-toggle--hidden img {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.photo-toggle__label.photo-toggle__hide {
    display: none;
}

.photo-toggle__label {
    vertical-align: middle;
    display: inline-block;
    padding-left: 5px;
}

.photo-toggle--hidden .photo-toggle__label.photo-toggle__hide {
    display: inline-block;
}

.photo-toggle--hidden .photo-toggle__label.photo-toggle__show {
    display: none;
}

.photo-bar--ordering .photo-toggle {
    display: none;
}

/* end toggle */

/* scroll */

.scrollside--left {
    background-image: url("../topviewcortina/images/arrow_left.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px;
    /*background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1); /* IE6-9 */
}

.scrollside--right {
    background-image: url("../topviewcortina/images/arrow_right.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px;
    /*background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1); /* IE6-9 */
}

/* end scroll */

/* actions */
.photo-bar--ordering .panel-photo-actions {
    display: none;
}

.panel-photo-actions > a {
    position: absolute;
    z-index: 5;
}

.panel-photo-actions__remove {
    display: inline-block;
    padding: 3px 4px;
    margin: 4px;
    color: #FFF;
    background-color: #250000;
    top: 0;
    right: 0;
    opacity: 0.8;
    box-shadow: 1px 1px 10px #000;
    border-radius: 50%;
    font-size: 1.1em;
}

.panel-photo-actions__setangle {
    display: none;
    padding: 3px 4px;
    margin: 4px;
    color: #FFF;
    background-color: #BF5407;
    top: 0;
    left: 25px;
    opacity: 0.8;
    box-shadow: 1px 1px 10px #000;
    border-radius: 50%;
    font-size: 1.3em;
}

.panel-photo-actions__settitle {
    display: none;
    padding: 4px 4px;
    margin: 4px;
    color: #FFF;
    background-color: #005002;
    top: 0;
    left: 0;
    opacity: 0.8;
    box-shadow: 1px 1px 10px #000;
    border-radius: 50%;
    font-size: 1.1em;
}

.photo-bar .photo.photo--selected {
    border: 3px solid #f40000;
    box-sizing: border-box;
}

/*.photo--selected .panel-photo-actions__setangle, .photo--selected .panel-photo-actions__settitle {
    display: block;
}*/

.panel-photo-actions__remove:hover, .panel-photo-actions__remove:active, .panel-photo-actions__remove:focus {
    color: #fff;
    opacity: 1;
}

.panel-photo-actions__setangle:hover, .panel-photo-actions__setangle:active, .panel-photo-actions__setangle:focus {
    color: #fff;
    opacity: 1;
}

.panel-photo-actions__settitle:hover, .panel-photo-actions__settitle:active, .panel-photo-actions__settitle:focus {
    color: #fff;
    opacity: 1;
}

/* end actions */

/* sortable */
.photo-bar__placeholder {
    width: 160px;
    height: 78px;
    border: 1px solid #505050;
    display: inline-block;
}

.footer-order-toggle {
    background-color: #CECECE;
    color: #151515;
    cursor: pointer;
    position: absolute;
    top: -23px;
    left: 230px;
    padding: 5px 10px;
    z-index: 10;
    font-size: 12px;
    line-height: 13px;
}

.photo-bar--reduced .footer-order-toggle {
    display: none;
}

.footer-order-toggle--edited {
    background-color: #050;
    color: white;
}

.footer-order-toggle--disabled {
    color: #808080;
}

.footer-order-toggle--ordering .footer-order-toggle__order {
    display: none;
}

.footer-order-toggle__done {
    display: none;
}

.footer-order-toggle--ordering .footer-order-toggle__done {
    display: block;
}

.photo-bar--ordering .photo {
    /*border: 2px solid #050;*/
}

/* end sortable */

/********* RIGHT BAR *********/
.topviewcortina-rightbar {
    position: absolute;
    top: 0;
    right: -290px;
    width: 250px;
    height: calc(100% - 90px);
    overflow: auto;
    background-color: rgba(16, 16, 16, 0.7);
    box-shadow: -2px 0 5px #4a4a4a;
    z-index: 100;
    transition: right .2s ease-in-out;
    padding: 20px;
}

.topviewcortina-rightbar--open {
    right: 0;
}

.topviewcortina-photo__container {
    width: 100%;
    position: relative;
    margin-bottom: 5px;
}

.topviewcortina-photo__container .topviewcortina__overlay {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.23) 78%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.23) 78%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.23) 78%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    -ms-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    z-index: 1;
}

.topviewcortina-photo__container:hover .topviewcortina__overlay {
    opacity: 1;
}

.topviewcortina-photo__container .topviewcortina-photo {
    width: 100%;
    cursor: pointer;
}

.topviewcortina-photo__container h5 {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 5px #000;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 960px) {
    .topviewcortina-rightbar {
        height: calc(100% - 100px);
    }
}

@media screen and (max-width: 640px) {
    .topviewcortina-rightbar {
        width: 200px;
    }
}

/********* END RIGHT BAR **********/

/********* SEEINSIDE VIEW *********/

.topviewcortina__seeinside {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    visibility: hidden;
    opacity: 0;
    border: 15px solid #313131;
    border-radius: 5px;
    -webkit-transition: opacity .2s ease-in-out, z-index 0s linear .2s, visibility 0s linear .2s;
    -moz-transition: opacity .2s ease-in-out, z-index 0s linear .2s, visibility 0s linear .2s;
    -ms-transition: opacity .2s ease-in-out, z-index 0s linear .2s, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-in-out, z-index 0s linear .2s, visibility 0s linear .2s;
    transition: opacity .2s ease-in-out, z-index 0s linear .2s, visibility 0s linear .2s;
}

.topviewcortina__close {
    position: absolute;
    top: -33px;
    left: calc(100% - 16px);
    width: 50px;
    height: 50px;
    background-color: #313131;
    border-radius: 50%;
    color: white;
    text-align: center;
    vertical-align: middle;
    font-size: 1.5em;
    z-index: 10;
    cursor: pointer;
}

#pano .topviewcortina__close {
    line-height: 50px;
}

#map-canvas__seeinside {
    width: 100%;
    height: 100%;
}

.topviewcortina__seeinside.topviewcortina__seeinside--show {
    opacity: 1;
    visibility: visible;
    z-index: 20;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

/********* END SEEINSIDE VIEW ******/

/***************** VALLATA INFO ********************/
.topviewcortina__info-vallata {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 450px;
    max-width: 90%;
    transform: translate(-50%,-70%);
    opacity: 0;
    z-index: 0;
    visibility: hidden;
    transition: opacity .2s ease-in-out, visibility linear 0s .2s;
}

#pano .topviewcortina__info-vallata *{
    font-family: "MyriadPro-BoldCond", "Open Sans", sans-serif;
}

.topviewcortina__info-vallata .info-vallata__logo-container {
    background-color: white;
    padding: 20px;
}

.topviewcortina__info-vallata .info-vallata__logo-container img {
    width: 150px;
}

.topviewcortina__info-vallata .info-vallata__central {
    background-color: #515151;
    height: 350px;
    padding: 0 20px;
    padding-top: 20px;
}

.topviewcortina__info-vallata .info-vallata__central .info-vallata__discover {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    background-image: url(../topviewcortina/images/vallata/link.png);
    background-size: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    font-size: 0.9em;
    margin-left: 90px;
}

#pano .topviewcortina__info-vallata .info-vallata__central .info-vallata__discover{
    font-family: "MyriadPro-BoldCond", "Open Sans", sans-serif;
}

.topviewcortina__info-vallata .info-vallata__central > div {
    color: white;
    font-weight: bold;
    font-size: 1.7em;
    background-position: center left;
    background-repeat: no-repeat;
    height: 30px;
    background-size: contain;
    padding-left: 40px;
    margin: 20px 0;
    line-height: 30px !important;
}

#pano .topviewcortina__info-vallata .info-vallata__central > div > span {
    ffont-weight: normal;
    font-family: "MyriadPro-LightCond", "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: 1px;
}

.topviewcortina__info-vallata .info-vallata__central .info-vallata__info1 {
    background-image: url("../topviewcortina/images/vallata/info1.png");
}

.topviewcortina__info-vallata .info-vallata__central .info-vallata__info2 {
    background-image: url("../topviewcortina/images/vallata/info2.png");
}

.topviewcortina__info-vallata .info-vallata__central .info-vallata__info3 {
    background-image: url("../topviewcortina/images/vallata/info3.png");
}

.topviewcortina__info-vallata .info-vallata__central .info-vallata__info4 {
    background-image: url("../topviewcortina/images/vallata/info4.png");
}

.topviewcortina__info-vallata .info-vallata__central h1{
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 0;
    font-size: 2em;
}

#pano .topviewcortina__info-vallata .info-vallata__central h3 {
    font-family: "MyriadPro-LightCond", "Open Sans", sans-serif;
}

.topviewcortina__info-vallata .info-vallata__central h3 {
    color: white;
    text-transform: uppercase;
    font-size: 1.7em;
    margin-bottom: 30px;
}

.topviewcortina__info-vallata.show {
    opacity: 1;
    visibility: visible;
    z-index: 90;
}

.topviewcortina__info-vallata .info-vallata__close{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1em;
    cursor: pointer;
    color: #2e2e2e;
    font-weight: bold;
}

@media screen and (max-width: 450px){
    .topviewcortina__info-vallata{
        top: auto;
        bottom: 60px;
        transform: translate(-50%);
        max-width: 100%;
    }

    .topviewcortina__info-vallata .info-vallata__central {
        height: 390px;
    }
}

/***************** END VALLATA INFO ****************/