[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}

.center-block, .carrousel, .carrousel .wrapper1 {
  margin: auto;
  position: absolute;
  z-index:99999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.gallery {
  list-style: none;
}

.portrait {
  text-align: center;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 10px;
}
.portrait img {
  width: 100%;
  margin: 5px 0;
}
.portrait p {
	font-size: 16px;
}

.portrait .date {
  font-size: 10px;
  font-weight: bold;
}
.portrait .foot {
  font-size: 11px;
}
.portrait .foot .heart {
  margin-left: 4px;
}

.carrousel {
  position: fixed;
  background-color: rgba(10, 10, 10, 0.8);
  display: none;
  z-index: 9;
}
.carrousel .wrapper1 {
  text-align: center;
 
  width: 1000px;
  height: 500px;
  overflow: hidden;
  
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: 20%;
  /*.loading{
    color: #FFF;
    font-size: 24px;
    margin: 40% 40%;
    display: none;
  }*/
}
.carrousel .wrapper1 > img {
    max-width: 200%;
}

.close {
  cursor: pointer;
  color: #FFF;
  position: absolute;
  top: 4px;
  right: 5px;
  font-size: 18px;
}
.close:hover {
  font-size: 20px;
  color: #DDD;
}
