html, body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: 'Noto Sans', sans-serif;
}
#close_3d_btn{
    content: '✖';
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 30px;
    text-decoration: none;
    top: 30px;
    cursor: pointer;
    display: none;
}
.descrp-bg-button{
    background-color: #df0114;
    display: block;
    height: 30px;
    left: 17px;
    position: absolute;
    top: 0;
    transform: skewX(-37deg);
    -webkit-transform: skewX(-37deg);
    -moz-transform: skewX(-37deg);
    width: 109%;
    z-index: -2;
}
/*Hotspots style*/
.hotspot 
{
    position: absolute;
    opacity: 0;
    color: white;
}
.HtsptDescription{
    line-height: 13px;
    font-size: 9pt;
    color: white;
    margin: 0;
}
.HtsptText{
    position: absolute;
    width: 100%;
}
.HtsptText > span{
    font-size: 14pt;
    position: absolute;

}
.HtsptText.RightUp{
    top: 0;
    right: 0;
    padding-top: 14px;
    width: 347px;
    left: 0;

}
.HtsptText.RightUp > span{
    text-align: left;
    left: 110px;
    top: -2px;
}
.HtsptText.RightDown{
    bottom: 0;
}
.HtsptText.RightDown > span{
    text-align: left;
    left: 107px;
    width: 100%;
    bottom: 4px;
}
.HtsptText.LeftUp{
    top: 0;
    right: 0;
    padding-top: 14px;
    text-align: right;
}
.HtsptText.LeftUp > span{
    text-align: right;
    right: 107px;
    width: 100%;
    top: -2px;
}
.HtsptText.LeftDown{
    bottom: 0;
    text-align: right;
}
.HtsptText.LeftDown > span{
    text-align: right;
    right: 107px;
    width: 100%;
    bottom: 4px;
}
/*Description Panel style*/
.DescriptionPanelCont{
    position: absolute;
    margin-right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    z-index: 2;
} 
.DescriptionPanel{
    position: absolute;
    bottom: 25px;
    left: 20px;
    width: 240px;
}
.DescriptionPanelText{
    width: 240px;
    margin-left: 26px;
    padding-top: 36px;
    color: #7d7d7d;
    font-size: 13px;
}
.DescriptionPanelTitle{
    position: absolute;
    left: 26px;
    top: 5px;
    font-size: 16px;
    font-weight: 600;
    color: white;
}
/*Loading screen style*/
#LoadingScreen {
    position: absolute;
    color: white;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: white;
}
#LoadingBarBckg {
    height: 0;
    width: 100%;
    background-color: black;
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
#LoadingBarFrame {
    position: absolute;
    background-color: black;
    height: 1px;
    width: 0px;
    top: 0;
    left: 0;
}
#LoadingLogo
{
    position: absolute;
    top: 38%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
#LoadingBarText
{
    position: absolute;
    color: black;
    top: 38%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 42%);
    -webkit-transform: translate(-50%, 42%);
    -moz-transform: translate(-50%, 42%);
}
/*Threejs display style*/
#threejs_out {
    width: 100%;
    height: 100%;
    left: 10%;
    position: absolute;
}
.Display {
    overflow: hidden;
    right: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    background-color: #232424;
}
/*Banner style*/
#Banner
{
    position: absolute;
    margin-right: 0;
    width: 100%;
    top: 0;
    z-index: 2;
}
#ImgBanner
{
    display: none;
}
#TextBanner
{
    position: absolute;
    top: 10px;
    left: 30px;
    width: 100%;
}
#TitleBanner
{
    font-size: 14pt;
    letter-spacing: 4pt;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1px;
}
#DetailsBanner
{
    color: #B3B3B3;
    font-style: italic;
    font-weight: 200;
    font-size: 9pt;
}
/*Menu style*/
 #ProsthesisMenu {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.menu{
    display: none;
    margin: 0;
    padding: 0;
}
.Group{
    width: 100%;
}
#ProsthesisMenu a:hover,
#ProsthesisMenu a:visited,
#ProsthesisMenu a:link,
#ProsthesisMenu a:active {
    text-decoration: none;
}
#ProsthesisMenu .menu > li {   
    border-top: 1px solid #000;
    display: block;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}
#ProsthesisMenu .menu > li:last-child {
    border-bottom: 2px solid #4d4d4d;
}
#ProsthesisMenu .menu > li a {
    display: block;
    padding: 13px 0 5px;
    position: relative;
    text-align: left;
    vertical-align: top;
}
#ProsthesisMenu .menu > li > a {
    background-color: #fff;
    color: #000;
}
#ProsthesisMenu .menu > li a .link-button {
    padding: 0 30px;
    text-align: left;
}
.bg-button {
    display: none;
}
#ProsthesisMenu .menu > li ul {
    display: none;
    margin: 0;
    padding: 0;
}
#ProsthesisMenu .menu > li li {
    border-top: 1px solid #fff;
}
#ProsthesisMenu .menu > li li a {
    background-color: #313131;
    color: #fff;
}
#ProsthesisMenu .menu > li li a.clicked {
    background-color: #e00613;
    backface-visibility: visible;
}
.secondary-menu{
    width: 100%;
}
.open-btn {
    background: url(/prosthesis_en/img/bar-02.png) center bottom no-repeat;
    display: block;
    height: 20px;
    width: 100%;
}
.open-btn.clicked {
    background: url(/prosthesis_en/img/bar-02-close.png) center bottom no-repeat;
}
.Item{
    width: 100%;
}
#ProGroup5 a{
    background-color: #313131;
}


@media (min-width: 1200px)  {
    /*Description Panel style*/
    .DescriptionPanelCont{
        position: absolute;
        margin-right: 0;
        width: 1210px;
        height: 100%;
        top: 0;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        z-index: 2;
    } 
    .DescriptionPanel{
        bottom: 125px;
        left: 42px;
        width: 240px;;
    }
    /*Banner style*/
    #Banner
    {
        display: block;
        position: absolute;
        margin-right: 0;
        width: 1135px;
        top: 51px;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        z-index: 2;
    }
    #ImgBanner
    {
        display: block!important;
    }
    #TextBanner
    {
        position: absolute;
        top: 34px;
        left: 40px;
        padding: 17px 15px;
    }
    #TitleBanner
    {
        font-size: 24pt;
        letter-spacing: 4pt;
        color: #fff;
        margin: 0;
        padding: 0;
        line-height: 23px;
    }
    #DetailsBanner
    {
        color: #B3B3B3;
        font-style: italic;
        font-weight: 200;
        font-size: 13pt;
    }
    /*Menu style*/
    #ProsthesisMenu {
        padding-left: 70px;
        left: 50%;
        margin-bottom: 20px;
        margin-right: -50%;
        transform: translate(-50%, 0px);
        -moz-transform: translate(-50%, 0px);
        -webkit-transform: translate(-50%, 0px);
        width: 1300px;
        position: absolute;
        bottom: 0;
        z-index: 2;
    }
    .menu{
        display: block!important;
    }
    .Group{
        width: 142px;
    }
    #ProsthesisMenu .menu li {
        border-top: none;
        display: inline-block;
        height: 30px;
        margin-left: -22px;        
        overflow: hidden;
        position: relative;
        top: 0;
        left: 0;
        width: 142px;
    }
    #ProsthesisMenu .menu li:first-child {
        margin-left: 0!important;
    }
    #ProsthesisMenu .menu > li:last-child {
        border-bottom: none;
    }
    #ProsthesisMenu .menu li a {
        background-color: transparent;
        display: inline-block;
        padding: 0;
        text-align: center;
        width: 142px;
    }
    #ProsthesisMenu .menu > li:hover > a .bg-button {
        border-bottom: 2px solid #e00613;
        transition: border-bottom .6s; 
        -moz-transition: border-bottom .6s; 
        -webkit-transition: border-bottom .6s; 
    }
    #ProsthesisMenu .clicked {
        border-bottom: 2px solid #e00613 !important;
    }
    #ProsthesisMenu .menu > li a .link-button {
        font: italic 8pt/30px 'Open Sans', sans-serif;
        padding: 0;
        text-align: center;
    }
    .bg-button {
        background-color: #FFF;
        border-bottom: 2px solid #FFF;
        display: block;
        height:30px;
        left: 11px;
        position: absolute;
        transition: border-bottom .4s;
        -moz-transition: border-bottom .4s;
        -webkit-transition: border-bottom .4s;  
        top: 0;
        transform:skewX(-37deg);
        -webkit-transform:skewX(-37deg);
        -moz-transform:skewX(-37deg); 
        width: 120px;
        z-index: -2;
    }
    .secondary-menu.opened {
        display: inline-block !important;
        margin-left: -20px !important;
    }
    .secondary-menu .link-button {
        color: #fff;
    }
    #ProsthesisMenu .menu > li li {
        border-top: none;
    }
    #ProsthesisMenu .menu > li li a {
        background-color: transparent;
        color: #fff;
    }
    #ProsthesisMenu .menu > li li a.clicked {
        background-color: transparent;
    }
    .secondary-menu{
        width: auto;
    }
    .secondary-menu .bg-button {
        background-color: #2f2f2f;
        border-bottom: 2px solid #2f2f2f;
    }
    .secondary-menu li:hover .bg-button{
        border-bottom: 2px solid #FFF;
        background-color: #2f2f2f;
        transition: background-color .6s, border-bottom .6s; 
        -moz-transition: background-color .6s, border-bottom .6s; 
        -webkit-transition: background-color .6s, border-bottom .6s;
    }
    .secondary-menu .bg-button.clicked {
        border-bottom: 2px solid #e00613!important;   
        background-color: #e00613;
        transition: border-bottom .4s, background-color .4s; 
        -moz-transition: border-bottom .4s, background-color .4s; 
        -webkit-transition: border-bottom .4s, background-color .4s;
    }
    .open-btn {
        display: none;
    }
    .Item{
        width: 100%;
    }
}
@media (max-width: 640px){
    .hotspot{
        display: none;
    }
}