body{
  
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#30ddb2+0,0f7dc6+22,0f7dc6+22,6d14a8+42,aa1e60+63,f7ba11+97 */
  background: #30ddb2; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #30ddb2 0%, #0f7dc6 22%, #0f7dc6 22%, #6d14a8 42%, #aa1e60 63%, #f7ba11 97%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #30ddb2 0%,#0f7dc6 22%,#0f7dc6 22%,#6d14a8 42%,#aa1e60 63%,#f7ba11 97%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #30ddb2 0%,#0f7dc6 22%,#0f7dc6 22%,#6d14a8 42%,#aa1e60 63%,#f7ba11 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ddb2', endColorstr='#f7ba11',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


  /*background-attachment: fixed;*/
  /*background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;*/

  background-size: 500% 500%;

  font-family: 'ABeeZee', sans-serif;
  padding: 0;
  margin: 0;


-webkit-animation: AnimationName 20s ease infinite;
-moz-animation: AnimationName 20s ease infinite;
animation: AnimationName 20s ease infinite;

}


@-webkit-keyframes AnimationName {
    0%{background-position:15% 0%}
    50%{background-position:86% 100%}
    100%{background-position:15% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:15% 0%}
    50%{background-position:86% 100%}
    100%{background-position:15% 0%}
}
@keyframes AnimationName { 
    0%{background-position:15% 0%}
    50%{background-position:86% 100%}
    100%{background-position:15% 0%}
}




a{
  outline: 0;
}
*, html{
  font-family: 'ABeeZee', sans-serif;
}
/*.navbar-brand,
h1, h2,  h4, h5, h6 {font-family: 'Abril Fatface',display;}*/
h1, h2,  h4, h5, h6 {font-weight: 500;}

.navbar-brand{
  font-size: 30px;
  color: #FFF!important;
  float: none;
  line-height: 40px;
}

.caption h1{
  margin: 0;
}
.caption h1 a{
  color: rgba(255,255,255,1);
}

.container-main{
  /*margin-top: 51px;*/
}
.profil{
  float: right;
}
.profil img{
    width: 126px;
}
.picture{
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
}
.picture img{
  display: inline;
}
.caption{
  background: rgba(0,0,0,0.7);

/*

background: rgba(76,76,76,1);
background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 6%, rgba(102,102,102,1) 13%, rgba(71,71,71,1) 19%, rgba(44,44,44,1) 31%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 69%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(6%, rgba(89,89,89,1)), color-stop(13%, rgba(102,102,102,1)), color-stop(19%, rgba(71,71,71,1)), color-stop(31%, rgba(44,44,44,1)), color-stop(51%, rgba(0,0,0,1)), color-stop(69%, rgba(17,17,17,1)), color-stop(76%, rgba(43,43,43,1)), color-stop(91%, rgba(28,28,28,1)), color-stop(100%, rgba(19,19,19,1)));
background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 6%, rgba(102,102,102,1) 13%, rgba(71,71,71,1) 19%, rgba(44,44,44,1) 31%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 69%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: -o-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 6%, rgba(102,102,102,1) 13%, rgba(71,71,71,1) 19%, rgba(44,44,44,1) 31%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 69%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 6%, rgba(102,102,102,1) 13%, rgba(71,71,71,1) 19%, rgba(44,44,44,1) 31%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 69%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 6%, rgba(102,102,102,1) 13%, rgba(71,71,71,1) 19%, rgba(44,44,44,1) 31%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 69%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
*/

  color: #FFF;
  position: absolute;
  bottom: -3em;
  left: 2em;
  right: 2em;
  /*height: 120px;*/

  line-height: 2em;
  text-align: center;

  /*display: none;*/
  -moz-opacity: 0;
  opacity: 0;
  z-index: -1;

  /*border-radius: 1em;*/
  padding: .1em .5em .5em;

    -webkit-transition:all .2s;
   -moz-transition:all .2s;
     -o-transition:all .2s;
        transition:all .2s;





border: 1px solid rgba(255,255,255,.9);


}
.caption p{
  display: none;
}
/*.row{
  width: 60vw;
  margin: 10vw 10vw;
  clear: both;
}*/

.item{
  z-index: 1;
  /*width: 19%;
  height: 19%;
  margin: .5%;
  overflow: hidden;
  display: flex;
  float: left;
  position: relative;*/
}
.item .picture{
  /*width: 100%;*/
  padding: 10%;
  -webkit-transition:all .2s;
   -moz-transition:all .2s;
     -o-transition:all .2s;
        transition:all .2s;
}


.active .picture,
.item:focus .picture,
.item:hover .picture{
  padding: 9%;
}


.item .picture img{
  width: 100%;
}
.item .btn{
  display: none;
}
.active .caption,
.item:focus .caption,
.item:hover .caption{
  /*display: block;*/
  -moz-opacity: 100;
  opacity: 100;
  bottom: -1em;
  z-index: 100;
}
.active,
.item:hover{
  z-index: 1000;
}

.item .picture img{
  -moz-box-shadow: 0px 0px 4em rgba(0,0,0,.7);
  -webkit-box-shadow: 0px 0px 4em rgba(0,0,0,.7);
  box-shadow: 0px 0px 4em rgba(0,0,0,.7);

  border-radius: 20%;
}

.active .picture img,
.item:focus .picture img,
.item:hover .picture img{
  -moz-box-shadow: 0px 0px 30px rgba(0,0,0,.9);
  -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,.9);
  box-shadow: 0px 0px 30px rgba(0,0,0,.9);
}
.caption h1{
  font-size: 2em;
}
.caption h1,
.caption h3,
.caption p{
  padding: 0 10px;
}

.caption h1,
.caption h3
{
  margin: 10px 0 5px;
}
.caption h3{
  font-size: 1.3em;
  /*text-transform: uppercase;*/
}

footer{
  /*clear: both;*/
  text-align: center;
  color: #FFF;
}

@media (max-width: 1024px) {
  .caption{
    /*height: 55px;*/
    padding: .2em;
    display: none;
  }
    .item .caption{
      -moz-opacity: 100;
      opacity: 100;
  }

}

@media (max-width: 640px) {

 

  .item .caption h1,
  .item .caption h3
  {
      font-size: 14px;
      margin: 2px 0;
  }
  .item .caption p{
      font-size: 5px;
      margin: 0;
      line-height: 7px;
  }
  .caption{
    /*height: 55px;*/
    padding: .2em;
    display: none;
    -moz-opacity: 0;
      opacity: 0;
  }
}

@media (max-width: 1024px) {

}