html, body {
  width:  100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px; 
}

.overlay {
    background: rgba(30,30,30,0.5);
    padding: 0px;
    width: 35px;
    height: 85%;
    position: fixed;
    top: 0px;
    left: 0px;
    font-size:10px;
    font-family: 'Open Sans', sans-serif;
    color: white;
    display: none;
    text-align: left ; 
    border-radius: 0px;
    /*box-shadow: 3px 3px 3px #888889;  */
    z-index: 2; 
}

.overlay #view-1-fps{
    display:none;
}

.overlay_bottom {
    background: rgba(30,30,30,0.5);
    padding: 0px;
    width: 100%;
    height: 15%;
    position: fixed;
    right: 0px;
    bottom: 0px;
    left: 0px;
    font-size:10px;
    font-family: 'Open Sans', sans-serif;
    color: white;
    display: block;
    text-align: left ; 
    border-radius: 0px;
    /*box-shadow: 3px 3px 3px #888889;  */
    z-index: 3; 
    vertical-align: middle; 
}

.comment_overlay {
    background: rgba(30,30,30,0.5);
    padding: 0px;
    width: 50px;
    height: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    font-size:10px;
    font-family: 'Open Sans', sans-serif;
    color: white;
    display: none;
    text-align: left; 
    border-radius: 0px;
    /*box-shadow: 3px 3px 3px #888889;  */
    z-index: 2; 
}

.pin_icon {
width:30px; 
height:20px; 
margin-top:80px; 
margin-bottom:5px; 
padding-top:6px; 
padding-bottom:6px;  
padding-right:0px; 
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
background: rgba(30,30,30,0.5);
}

.canvas{
       /* IE10 Consumer Preview */ 
    background-image: -ms-radial-gradient(center, circle farthest-corner, #FFFFFF 0%, #696067 100%);
    
    /* Mozilla Firefox */ 
    background-image: -moz-radial-gradient(center, circle farthest-corner, #FFFFFF 0%, #696067 100%);
    
    /* Opera */ 
    background-image: -o-radial-gradient(center, circle farthest-corner, #FFFFFF 0%, #696067 100%);
    
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #FFFFFF), color-stop(1, #696067));
    
    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-radial-gradient(center, circle farthest-corner, #FFFFFF 0%, #696067 100%);
    
    /* W3C Markup, IE10 Release Preview */ 
    background-image: radial-gradient(circle farthest-corner at center, #FFFFFF 0%, #696067 100%);
    
    z-index: 0;
}

/* ribbon style */
.non-semantic-protector { position: relative; z-index: 1; }

.ribbon {
   width: 220px;
   position: absolute;
   text-align: center;
   font-size: 20px!important;
   background: #12a9e0;
   background: -webkit-gradient(linear, left top, left bottom, from(#12a9e0), to(#46859c));
   background: -webkit-linear-gradient(top, #12a9e0, #46859c);
   background: -moz-linear-gradient(top, #12a9e0, #46859c);
   background: -ms-linear-gradient(top, #12a9e0, #46859c);
   background: -o-linear-gradient(top, #12a9e0, #46859c);
   background-image: -ms-linear-gradient(top, #12a9e0 0%, #46859c 100%);
   -webkit-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
   -moz-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
   box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
   font-family: 'Open Sans', sans-serif;
   margin-top: 30px;
   }
.ribbon h1 {
   font-size: 15px!important;
   color: #ffffff;
   text-shadow: #156582 0 1px 0;
   margin:0px;
   padding: 15px 10px;
    z-index: 2;
   }
.ribbon:before, .ribbon:after {
   content: '';
   position: absolute;
   display: block;
   bottom: -1em;
   border: 1.5em solid #197b9e;
   z-index: -1;
   }
.ribbon:before {
   left: -2em;
   border-right-width: 1.5em;
   border-left-color: transparent;
   -webkit-box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
   -moz-box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
   box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
   }
.ribbon:after {
   right: -2em;
   border-left-width: 1.5em;
   border-right-color: transparent;
   -webkit-box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
   -moz-box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
   box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
   }
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
   border-color: #12a9e0 transparent transparent transparent;
   position: absolute;
   display: block;
   border-style: solid;
   bottom: -1em;
   content: '';
   }
.ribbon .ribbon-content:before {
   left: 0;
   border-width: 1em 0 0 1em;
   }
.ribbon .ribbon-content:after {
   right: 0;
   border-width: 1em 1em 0 0;
   }
.ribbon-stitches-top {
   margin-top:2px;
   border-top: 1px dashed rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
   -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
   box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
   }
.ribbon-stitches-bottom {
   margin-bottom:2px;
   border-top: 1px dashed rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
   -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
   box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
   }
   
#nav {
    float: left;
    width: 220px;
    margin-left: -300px;
    margin-top:0px;
    list-style-type: none;    
}

#nav h1 {
   font-size: 15px!important;
   color: #CCC;
   text-shadow: #156582 0 1px 0;
   margin:0px;
   margin-top: 10px;
   padding: 0px 0px;
    z-index: 2;
   }

#nav h2 {
   font-size: 13px!important;
   color: #CCC;
   text-shadow: #156582 0 1px 0;
   margin:0px;
   padding: 0px 0px;
   z-index: 2;
   vertical-align: middle;
   }
   
#nav li a {
    display: inline-block;
	position:relative;
    padding: 0px 0px;
    background: rgba(90,90,90,0.0);
    text-decoration: none;
    color: #CCC;
    list-style-type: none;   
	/*-o-transition:color .1s ease-out, background .3s ease-in;
	-ms-transition:color .1s ease-out, background .3s ease-in;
	-moz-transition:color .1s ease-out, background .3s ease-in;
	-webkit-transition:color .1s ease-out, background .3s ease-in;
	transition:color .1s ease-out, background .3s ease-in;*/
}

/*
#nav li a:hover, #nav li a.active {
    background: #696067; 
    border-top: 1px solid rgba(250,250,250,1.0);
    border-bottom: 1px solid rgba(250,250,250,1.0);
	color: #fff;
}
*/

#nav li ul {
    /*display: none;  used to hide sub-menus */
    list-style-type: none;
    background: rgba(0,0,0,0.0);
    width: 100px;
    margin-left:-10px;
    padding-left: 50px;
}

hr{
border:dashed #ccc; 
border-width:1px 0 0 0; 
height:0;
width: 40%;
line-height:0px;
font-size:0;
margin:10;
padding:0;
}


.menu_text{
    background: rgba(90,90,90,0.0);
    font-size:15px;
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #ccc;
    margin-left: 10px;
    margin-top: 10px;
 }
/*
#nav li ul li a {
    padding: 0px 0px;
    background: rgba(0,0,0,0.0);
    opacity: .3;
   filter:alpha(opacity=30);  
   float: left;
}

#nav li ul li a:hover {
    opacity: 1;
   filter:alpha(opacity=100);    

}
*/
.icons {
    margin-top:2px; 
    margin-bottom: 2px;
    width: 25px; 
    height: 25px; 
    vertical-align: middle; 
}

.social_icons {
    margin-left:1px; 
    margin-right:8px;
    margin-top: 25px;
    width: 30px; 
    height: 30px; 
	float: right;
    vertical-align: middle;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.social_icons:Hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

.vox_icon {
    position:relative; 
    z-index:1; 
    margin-right:30px; 
    margin-top:15px;
	float:right;
}

.thumbnail_holder {
    float:left;
    margin-left:7px; 
    margin-right:7px; 
    margin-top:25px; 
    width:52px; 
    height:52px;
    padding:0px;
    background: rgba(90,90,90,0.0);
}

.thumbnail {
    float:left;
    margin: -1px;
    width: 54px; 
    height: 54px;
    padding: 0px;
}

#rotateArrow.rotate {
    -webkit-transform: rotate(0);
    -webkit-transition: -webkit-transform 1s; //+ optional path i.e. linear
}

.sideComment{
left: 0 px; 
background-color:#F5F6CE; 
padding: 5px; 
box-shadow: 3px 3px 2px #000;
margin-top: 3px;
}

.sideComment_link{
font-family: 'Open Sans', sans-serif;
font-size: 15px;
text-decoration: none;
white-space:nowrap;
}
.sideComment_link:link    {color:black;}
.sideComment_link:visited {color:black;}
.sideComment_link:hover   {color:black;}
.sideComment_link:active  {color:black;}
