
.hexGrid {
    overflow: hidden;
}
.hexGrid:after {
    content: "";
    display: block;
    clear: both;
}
.hex {
    position: relative;
    list-style-type: none;
    float: left;
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: rotate(-60deg) skewY(30deg);
        -ms-transform: rotate(-60deg) skewY(30deg);
            transform: rotate(-60deg) skewY(30deg);
}
.hex * {
    position: absolute;
    visibility: visible;

}
.hexIn {
    display:block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    overflow: hidden;
    -webkit-transform: skewY(-30deg) rotate(60deg);
        -ms-transform: skewY(-30deg) rotate(60deg);
            transform: skewY(-30deg) rotate(60deg);
           
}

.hex .img {
    left: -100%;
    right: -100%;
    width: auto;
    height: 100%;
    margin: 0 auto;text-align: center;
}
.hex em {
    width: 100%; display: block;position: absolute;
     height: 100%; top: 50%;left: 50%;transform:translate(-50%,-50%);
      -webkit-transform:translate(-50%,-50%);      
      -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    background-position: center; background-size: contain;
}

.hex {
        width: 19.2%; /* = (100-4) / 5 */

        padding-bottom: 22.170%; /* =  width / sin(60deg) */
 width: 12.09%; padding-bottom: 13.96%;
 width: 12.5%; padding-bottom: 14.43%;
 width: 29.16%;padding-bottom: 33.66%; margin: 0 1.58%;
 }

.hex:nth-child(1){ margin-left: 17.5%;}
.hex:nth-child(3),.hex:nth-child(4),.hex:nth-child(5){ margin-top: -6%;}


.hex .txt b{ position: static;display: block; margin-bottom: 15px; width: 100%;  font-size: 16px;color: #fff;text-align: center;}
.hex .txt i{ position: static; display: block; width: 25px; margin:0 auto;height: 25px; line-height:25px; background: url(../images/arrow.png) no-repeat left center; }
.hex .txt{     width: 102%;text-align: center;
    left: 0%;
    padding: 5%;
    box-sizing: border-box;
    background-color: rgba(3,3,3,0.6);
    font-weight: 300;
    -webkit-transition: -webkit-transform .2s ease-out, opacity .3s ease-out, background .3s ease-out;
    transition: transform .2s ease-out, opacity .3s ease-out, background .3s ease-out;    top: 65%;
   height:35%;
    -webkit-transform: translateY(100%) translatez(0px);
    -ms-transform: translateY(100%) translatez(0px);
    transform: translateY(100%) translatez(0px);

}

.hexIn:hover .txt{
    -webkit-transform:translateY(0%) translatez(0px);
        -ms-transform:translateY(0%) translatez(0px);
            transform:translateY(0%) translatez(0px);
}

.hexIn:after{  position: absolute; left: 0;top: 0; width: 100%; height: 100%; 
    content: ""; background: url(../images/maskbg.png) no-repeat center; background-size:contain; opacity: 0; visibility:hidden; -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); 
     transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); transform:scale(1.05);  }
.hexIn:hover:after{ opacity: 1; visibility:visible;transform:scale(1); }
.hexIn:hover em{       -webkit-filter:none; /* Chrome, Safari, Opera */
    filter:none;}









