/** {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}*/

/* Image Gallery */

.picbox {
 display: block;
  margin: 0.5em;
}

figure {
  margin: 0;
  position: relative;
  box-sizing: border-box;

}

figure img {
  width: 100%;
  
}

figcaption {
  font-size: 0.85em;
  line-height: 1.5;
  color: #fff;
  background: rgba(19,43,102, .50);
  bottom: 0;
  position: absolute;
  width: 95%;
  padding: 0.6em;
  margin-left: 5px;
  //margin-bottom: 12px;
  height: 40px;

}

img.frame {
  padding: 4px;
  border: 1px solid #ccc;
  box-shadow: 1px 3px 3px #ddd;
//width: 230px;
}

/* Media Queries */

@media (min-width: 500px) {
  .picbox {
    width: 45%;
    display: inline-block;      
  }
}

@media (min-width: 900px) {
  .picbox {
    //width: 23%;
    width: 18%;
    display: inline-block;
  }
}

.moreInfos{
  visibility: hidden;
}

.line{
  --visibility: hidden;
  border: 0;
  height: 0;
  border-top: 3px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;

}

.iconsLinks{
  margin-top:5px;
  width: 25px;
}

.pagination{
  width: 100px;
}

#dialog{
  font-family: Play;
  ---background: #ccc;
  //background-repeat: no-repeat;
  //opacity: 0.1;
}

.details-title{
  color: #F05F40;
  //display: none;
}

.ui-dialog-title{
    font-stretch: normal;
}

.linkedinIcon{
    width: 20px;
}



.picbox{
    cursor: pointer;
}

#userName{
  font-size: 1.5em;
}

#details-container{
  visibility: hidden;

}

.details-line{
  margin-left:0;
  margin-bottom: 10px;
  border:0;
  border-bottom: 1px solid #ccc;
  width: 50%;
}

.dialog-button{
 background-color: #f05f40;
}

.details-text{
  color: white;
}

.mini-img{
  width: 75px;
  border: #ffffff 2px solid;
}