
/** Custom CSS **/

html, body {
  width:100%;
  height:100%;
}

#wrapper {
  height:100%;
}

.rs-container {
  height:100%;
}


.rs-pca3d {
  min-height: 650px;
  height:100%;
  border: 10px hidden rgba(173,92,173,1.0);
  background:#111111;
}

.rs-pca3d-bbtn {
  color:rgba(238,238,238,1.0);
  background:rgba(0,0,0,.0);
  font-size:32px;
  width: 32px;
  height: 32px;
  top:20px;
  left:15px;
}

.rs-pca3d-bnav {
  color:rgba(238,238,238,1.0);
  background:rgba(0,0,0,.0);
  font-size:40px;
  width: 40px;
  height: 40px;
}

.rs-pca3d-toplabel {
  border-radius:4px;
  background:rgba(51,51,51,1.0);
  color:rgba(255,255,255,1.0) !important;
}

.rs-mg3d-hcmenu li {
  border-radius:4px;
}

.rs-pca3d-clist {
  background:rgba(0,0,0,1.0);
}

.rs-pca3d-ccontainer {
  bottom:0px;
  background:rgba(0,0,0,.0);
}

.rs-pca3d-sbc {
  top:16px;
  right:10px;
}

.rs-pca3d-fsbtn {
  color:rgba(255,255,255,1.0);
  background:rgba(0,0,0,.0);
  font-size:18px;
  width: 18px;
  height: 18px;
  right:15px;
}

.rs-pca3d-textdisplay {
  font: ;
}

/** Item Description **/
.rs-pca3d-description {
  color:rgba(255,255,255,1.0);
  font-size:14px;
  font:;
  background:rgba(17,17,17,.74);
  text-align:center;
  padding:12px 8px;
  height:90px;
}

/** Item Title **/
.rs-pca3d-title {
  color: rgba(255,255,255,1.0);
  font-size:18px;
  font:;
  text-transform:uppercase;
}
