.stick {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 998;
  width: 42px;
  height: 42px;
  background: url(../images/icon/classify/stick.png) no-repeat;
  cursor: pointer;
  border-radius: 100%;
  box-shadow: 0px 0px 10px #E5E5E5;
  display: none;
}


#nav_container{
  right: 0px;
  background-color:#343a40 !important;
  width: 100%;
  line-height: 70px;
  top: 0px;
  height: 70px;
  z-index: 20;
  position: fixed;
}

#logo_animate_webGL{
  left: 10px;
  width: 500px;
  display: -webkit-inline-box;
  position: relative;
  line-height: 100%;
  bottom: -15px;
  color: darkslateblue;

}
.logo{
  position: relative;
  left: 15px;
}
#aside-left{
  background-color:rgba(0,0,0,0.2);
  float: left;
  bottom: 0;
  width: 315px;
  position: fixed;
  top: 70px;
}
#container_row{
  width: calc(100% - 305px);
  position: fixed;
  margin-top: 70px;
  left: 305px;
}
.dir-item-li selected{
  font-size: 20px;
} 

.container-minHeight{
  overflow-x: hidden;
}

#menu_down_left{
  top: 11px;
  float: right
}
.col-xs-9{
  overflow: auto;
  height: 100%;
  width: 74%
}
.col-xs-12{
  overflow-x: hidden;
}
#sceneList{
  background-color: #f7f7f7;
}
.sceneList_item{
  font-size: 23px;
  margin-left: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.sceneList_item span{
  color: #567f0e; 
}

.sceneList_item1{
  width: 100%;
  height:2px;
  background-color:rgba(30, 83, 151, 0.8);
  margin: 15px;
}

#sceneList_item1_item{
  width: 100%;
  font-size: 20px;
  color: #305170;
  margin-bottom: 5px;
}

#sceneList_item1_item1{
    position: relative;
    font-size: 16px;
    max-width: 16.6%;
}

#sceneList_item1_item1 a{
  text-decoration:none;
}

.gallery-item-img{
  width: 100%;
  margin: 0;
}

 .gallery-item-mask{ 
  text-align: center;
  margin-top: 5px;
  color: #567f0e;
 } 

#directories dir-item-li{
  padding-left:10px;
}