@media (max-width: 932px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}
/*html,*/body { 
  padding-bottom: 30px; 
}
html, body, img {
	font-family: Roboto, sans-serif;
	color: #666;
	/*padding: 0.5em 0.5em;*/
	background: #CCBF98;
}
img {
  border-radius: 0%;
}/*
body {
	padding-bottom: 70px;
}*/
.navbar { min-height: 0px; }
.btn-insti,
.btn-insti:visited,
.btn-insti:active {
	color: #ffffff;
	background: #660000;
}
.btn-insti:hover {
	color: #F8ECD1;
	background: #8F3E35;
}
.logo {
	padding-bottom: 26px;
}
#tabladato {
	cursor: pointer;
	background-color: #CFBB83;
}
.avatar-alu {
	border-radius: 50%;
}
.drift-alu {
	border-radius: 50%;
}
.detail {
	position: relative;
	width: 55%;
	margin-left: 5%;
	float: right;
}
.zoom{
    transition: transform .5s;
}
.zoom:hover{
    transform: scale(3.5);
}
.pic{
    width:50px;
    height:50px;
}
.picbig {
    position: absolute;
    width=0px;
    -webkit-transition: width 0.3s linear 0s;
    transition: width 0.3s linear 0s;
    
transform: translate(-350px,0);
-webkit-transform: translate(-350px,0); /** Safari & Chrome **/
-o-transform: translate(-350px,0); /** Opera **/
-moz-transform: translate(-350px,0); /** Firefox **/
    
    /*z-index:0;*/
}
.pic:hover + .picbig{
    width:300px;
}