/*  HERO SLIDES NAV */
.slide-icons {
    position: absolute;
    left: 27px;
    bottom: 64px;
    z-index: 1204;
}
.slide-icons .slide-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.slide-icons .slide-nav li {
    display: inline-block;
    width: 15px;
    height: 8px;
    margin: 0 3px 0 0;
    border: 1px solid #222;
    background-color: #fff;
    background-color: rgba(255,255,255,0.8);
}
.slide-icons .slide-nav:last-child {
    margin: 0;
}
.slide-icons .slide-nav li.active {
    background-color: #fff;
    background-color: rgba(255,0,0,0.8);
}
.slide-icons .slide-nav li:hover {
    cursor: pointer;
}
/*  END HER SLIDES NAV  */

.zoomer-close {
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    color: #666;
    
    position: absolute;
    z-index: 10001;
    right: 30px;
    top: 70px;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    
    background: #fff;
}
.zoomer-close:hover {
    cursor: pointer;
    color: #000;
}
.zoomer-wrapper {
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 0;
}
.zoomer-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9998;
    display: none;
}

.home .zoomify-shell {
    overflow: hidden;
}

.home .zoomify-shell .hero-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.home .zoomify-shell .hero {
    display: inline-block;
    vertical-align: top;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
}

/*
.home .zoomify-shell .hero img {
    width: 100%;
}
*/

.hero-info-widget {
    position: absolute;
    left: 50%;
    bottom: -300px;

    font-family: "Helvetica Neue Light", sans-serif;
    font-size: 11px;
    line-height: 20px;
    color: #333333;

    margin: 0 0 0 -170px;
    padding: 9px 15px 10px 15px;
    width: 310px;

    background-color: rgba(255, 255, 255, 0.9);
    
    opacity: 0;
    
    -webkit-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out;
}
.hero-info-widget .info {
    display: none;
}
.hero-info-widget .title {
    font-family: "Helvetica Neue Bold", sans-serif;
    font-size: 11px;
    line-height: 20px;
    color: #333333;
    margin: 0 0 11px 0;
}
.hero-info-widget a:link, .hero-info-widget a:visited, .hero-info-widget a:active {
    font-family: "Helvetica Neue Bold", sans-serif;
    font-size: 11px;
    line-height: 11px;
    color: #333333;
    text-decoration: underline;
}
.hero-info-widget a:hover {
    color: #000000;
}
.hero-info-widget .close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 18px;
    height: 18px;
    background-image: url('../images/home-tools-sprite.png');
    background-size: 90px 18px;
    background-repeat: no-repeat;
    background-position: -54px 0;
}
.hero-info-widget .close:hover {
    color: #000000;
    cursor: pointer;
}

footer .tools {
/*
    position: absolute;
    left: 50%;
    top: 11px;
*/
    width: 356px;
    height: 18px;
    margin: 0;
    text-align: center;
/*
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
*/
    -webkit-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out;
}
footer .tools ul {
    list-style: none;
    font-size: 0;
/*    width: 100%;*/
    height: 18px;
    margin: 0;
    padding: 0;
}
footer .tools ul li {
    font-family: "Helvetica Neue Light", sans-serif;
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    height: 18px;
    margin: 0;
    padding: 3px 0 0 0;
    display: none;
    vertical-align: top;
    
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

footer .tools ul li:last-child {
    margin: 0;
}
footer .tools ul li:hover {
    cursor: pointer;
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}
#showroom-360 {
    font-family: "Helvetica Neue Ultra Light Extended", sans-serif;
    color: #7b797a;
    font-size: 70px;
    overflow-y: auto;
/*    padding: 100px 0 0 0;*/
}
#showroom-360 ul {
    width: 90%;
    font-size: 0;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    list-style: none;
    margin: 0;
    padding: 0;
}
#showroom-360 ul li {
    width: 50%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
#showroom-360 ul li.left img {
    width: 90%;
}
#showroom-360 ul li.right img {
    width: 90%;
    margin-bottom: 4.1vh;
}
#showroom-360 ul li.right a:last-child img {
    margin-bottom: 0;
}
/*
footer .tools ul li.info {
    width: 56px;
    background-image: url('../images/icon-home-info.png');
}
footer .tools ul li.pause {
    width: 76px;
    background-image: url('../images/icon-home-pause.png');
}
footer .tools ul li.play {
    width: 76px;
    background-image: url('../images/icon-home-play.png');
}
footer .tools ul li.zoom {
    width: 83px;
    background-image: url('../images/icon-home-enlarge.png');
}
*/
footer .tools ul li.active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

footer .portfolio-info {
    text-align: right;
    min-width: 500px;
/*
    position: absolute;
    top: 12px;
    right: 5px;
*/
}

footer .portfolio-info ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

footer .portfolio-info ul li {
    color: #878787;
    font-family: "Helvetica Neue Medium", sans-serif;
    font-size: 11px;
    line-height: 11px;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin: 0 18px 0 0;
}

footer .portfolio-info ul li.login-register {
    margin: 0 12px 0 0;
}

footer .portfolio-info ul li.portfolio-icon {
/*
    background-image: url('../images/ui-sprite.png');
    background-position: -60px -49px;
    background-size: 259px 150px;
    background-repeat: no-repeat;
*/
    font-size: 24px;
    line-height: 24px;
    width: 24px;
    height: 20px;
    margin: -6px 12px 0 0;
}
footer .portfolio-info ul li.portfolio-icon.active {
    color: #6ca61c;
}

footer .portfolio-info ul li.pad-top {
    padding: 5px 0 0 0;
}

@media all and (max-width: 900px) {
    #showroom-360 ul {
        margin-top: 120px;
    }
    #showroom-360 ul li {
        width: 100%;
        display: block;
    }
    #showroom-360 ul li.right a:first-child img {
        margin-top: 4.1vh;
    }
    #showroom-360 ul li.right {
        padding-bottom: 120px;
    }
}