#container {
    width: 1158px;
    height: 100vh;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}

#siemensLogo {
    background-image: url('../img/intro/logo-siemens.png');
    width: 156px;
    height: 98px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

/* PRELOAD */

.circle {
    position: absolute;
    height: 220px;
    width: 220px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 50%;
    box-shadow: 0 0 1px 0px rgb(255,255,255);
    z-index: 333;
}

.line {
    margin: -20px;
    opacity: 0;
}

#pano {
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    /*-webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);*/
}

#introBox {
    width: 494px;
    height: 121px;
    background-color: rgba(5,19,23,0.8);
    position: absolute;
    top: 40%;
    bottom: 0;
    margin: auto;
    padding: 20px;
    left: 50%;
    right: 0;
    z-index: 2;
    display: none;
}

    #introBox .link {
        width: 100%;
        height: 35px;
        background-color: #4c5960;
        bottom: 0;
        margin-left: -20px;
        margin-top: 10px;
        padding: 10px 20px;
        font-family: 'SiemensSansBold';
        font-size: 15px;
        line-height: 19px;
        background-image: url(../img/intro/mouse.jpg);
        background-repeat: no-repeat;
        background-position: 95%;
    }

.hotspot_plus {
    height: 100px;
    width: 100px;
    position: absolute;
    background: url("../img/hotspot_plus.png") no-repeat;
    -webkit-animation: play 1.5s steps(34) infinite;
    -moz-animation: play 1.5s steps(34) infinite;
    -ms-animation: play 1.5s steps(34) infinite;
    -o-animation: play 1.5s steps(34) infinite;
    animation: play 1.5s steps(34) infinite;
    cursor: pointer;
    z-index: 1;
}

@-webkit-keyframes play {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -3400px;
    }
}

@-moz-keyframes play {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -3400px;
    }
}

@-ms-keyframes play {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -3400px;
    }
}

@keyframes play {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -3400px;
    }
}

.hotspot_plus#cucine {
    top: calc(50% - 50px);
    left: calc(15% - 50px);
}

.hotspot_plus#progetto {
    top: calc(35% - 50px);
    left: calc(30% - 50px);
}

.hotspot_plus#perfect {
    top: calc(50% - 50px);
    left: calc(40% - 50px);
}

#pnlFooter {
    width: 100%;
    height: 33px;
    position: fixed;
    bottom: 0;
    background-color: #313F44;
    display: none;
}

    #pnlFooter #footer {
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        margin: auto;
        max-width: 930px;
        width: 100%;
        position: absolute;
        height: 13px;
        top: 0;
    }

        #pnlFooter #footer li {
            display: inline;
            padding-right: 12px;
            padding-left: 12px;
            border-right: 1px solid rgba(230, 229, 220, 0.25);
        }

            #pnlFooter #footer li a {
                font-size: 12px;
                color: #8ba0aa;
                text-decoration: none;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

                #pnlFooter #footer li a:hover {
                    color: white;
                    text-decoration: none;
                    -moz-transition: all 0.5s ease;
                    -o-transition: all 0.5s ease;
                    -webkit-transition: all 0.5s ease;
                    transition: all 0.5s ease;
                }

@media (min-width: 1100px) {

    #pnlFooter #footer {
        margin: auto 5%;
        width: auto;
        min-width: 930px;
        max-width: 1440px;
    }
}

@media (min-width: 1600px) {

    #pnlFooter #footer {
        margin: auto;
        width: 1440px;
    }
}

@media (max-width: 1200px) {
	
	#container {
		width:100%;
	}

	#siemensLogo {
		left:20px;
	}

	#introBox {
		left:auto;
		right:20px;
	}

}