 

<!-- ------------------------------------- style for content-------------------------------------------- -->
 
/* CSS Hover Image */
.thumb {
    position: absolute;
}
.info {
    width: inherit;
    height: inherit;
    position: absolute;
    display: block;
}
.hexagon-container  .thumb{
   -webkit-transition: all 1s ease-out;
   -moz-transition: all 1s ease-out;
   -o-transition: all 1s ease-out;
   -ms-transition: all 1s ease-out;
   transition: all 1s ease-out;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.hexagon-container   .info  {
   background-color: rgba(77,44,35,0.5);
   -webkit-transform: rotate(0deg) scale(1);
   -moz-transform: rotate(0deg) scale(1);
   -o-transform: rotate(0deg) scale(1);
   -ms-transform: rotate(0deg) scale(1);
   transform: rotate(0deg) scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 2s ease-out;
   -moz-transition: all 2s ease-out;
   -o-transition: all 2s ease-out;
   -ms-transition: all 2s ease-out;
   transition: all 2s ease-out;
}


.hexagon-container:hover .thumb{
   -webkit-transform: rotate(720deg) scale(0);
   -moz-transform: rotate(720deg) scale(0);
   -o-transform: rotate(720deg) scale(0);
   -ms-transform: rotate(720deg) scale(0);
   transform: rotate(720deg) scale(0);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.hexagon-container:hover .info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px) rotate(0deg);
   -moz-transform: translateY(0px) rotate(0deg);
   -o-transform: translateY(0px) rotate(0deg);
   -ms-transform: translateY(0px) rotate(0deg);
   transform: translateY(0px) rotate(0deg);
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}


/* CSS Content */
.content {
    margin-top: 80px;
}

ul.menu-center li.active a {
    color: #30A1D4;
}
 
.studio-content {
    text-align: center;
}
.studio-container {
    list-style: none;
    font-size: 0px;
    margin: 0px;
    padding: 0px;
}

.studio-container li {
     font-size: 0px;
}

.circle-row {
    list-style: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    font-size: 0px;

}
.circle-row li {
    display: inline-block;
    padding: 0px;
    font-size: 0px;
}
.circle-row .hexagon-container {
    width: 282px; 
    height: 262px;
     
}
.circle-row .hexagon-container .shadow  img {
    width: 280px; 
    height: 260px;
    position: absolute;
    left: 1px;
    top: 1px;
}
.circle-row .hexagon-container.center {
    margin-left: -57px;
    width: 224px;
}
.circle-row .hexagon-container.center .info, .circle-row .hexagon-container.top50 .info {
    width: 282px; 
    height: 262px;
}
.circle-row .hexagon-container.center .info {
    
}
.circle-row .hexagon-container.center .shadow {
    width: 282px; 
  
}

.circle-row .hexagon-container .shadow {
    width: 282px; 
    height: 262px;
    background: #FFF;
    position: absolute;
}

.circle-row .hexagon-container.top50 {
    height: 131px;
}

.circle-row .hexagon-container.top50 .shadow {
    height: 262px; 
}

.hexagon-left {
    margin-right: 10px;
    margin-bottom: 10px;
}

.hexagon-right {
    margin-left: 10px;
    margin-bottom: 10px;
}
/* Css Hexagon */
.clip-svg {
    width: 0;
    height: 0;
}

.clip-caption {
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.clip-each {
     position: absolute;
}
.clip-each-orginal {
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    -webkit-clip-path: url("#hexagon-clip");
    clip-path: url("#hexagon-clip");
}
@media only screen and (min-width: 1024px){
    .studio-content {
        height: 351px;
        margin-top: 9px;
        margin-bottom: 55px;
    }
    .circle-row .hexagon-container {
        width:  130px; 
        height: 110px;

    }
    .circle-row .hexagon-container .shadow  img {
        width: 128px; 
        height: 108px;
        left: 1px;
        top: 1px;
    }
    .circle-row .hexagon-container.center {
        width: 98px;
        margin-left: -33px;
        margin-right: 0px;
    }
    
    .circle-row .hexagon-container.center .info, .circle-row .hexagon-container.top50 .info {
        width:  130px; 
        height: 110px;
    }
    .circle-row .hexagon-container.center .info {
        margin-top: -5px;
    }
    .circle-row .hexagon-container.center .shadow {
        width: 130px; 
        margin-top: -5px;
    }

    .circle-row .hexagon-container .shadow {
        width:  130px; 
        height: 110px;
    }
    
    .hexagon-left {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .hexagon-right {
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .circle-row .hexagon-container.top50 {
        height: 55px;
    }

    .circle-row .hexagon-container.top50 .shadow {
        height: 110px; 
    }

}
@media only screen and (min-width: 1600px){
    .studio-content {
        height: 453px;
        margin-top: -4px;
        margin-bottom: 86px;
    }
    .circle-row .hexagon-container {
        width:  156px; 
        height: 136px;

    }
    .circle-row .hexagon-container .shadow  img {
        width: 154px; 
        height: 134px;
        left: 1px;
        top: 1px;
    }
    .circle-row .hexagon-container.center {
        width: 116px;
        margin-left: -39px;
        margin-right: 0px;
    }
    
    .circle-row .hexagon-container.center .info, .circle-row .hexagon-container.top50 .info {
        width:  156px; 
        height: 136px;
    }
    .circle-row .hexagon-container.center .info {
        margin-top: -10px;
    }
    .circle-row .hexagon-container.center .shadow {
        width: 156px; 
        margin-top: -10px;
    }

    .circle-row .hexagon-container .shadow {
        width:  156px; 
        height: 136px;
    }
    
    .hexagon-left {
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .hexagon-right {
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .circle-row .hexagon-container.top50 {
        height: 68px;
    }

    .circle-row .hexagon-container.top50 .shadow {
        height: 136px; 
    }

}
@media only screen and (min-width: 1920px){
    .studio-content {
        height: 552px;
        margin-top: 14px;
        margin-bottom: 86px;
    }
    .circle-row .hexagon-container {
        width:  202px; 
        height: 172px;

    }
    .circle-row .hexagon-container .shadow  img {
        width: 200px; 
        height: 170px;
        left: 1px;
        top: 1px;
    }
    .circle-row .hexagon-container.center {
        width: 152px;
        margin-left: -50px;
        margin-right: 0px;
    }
    
    .circle-row .hexagon-container.center .info, .circle-row .hexagon-container.top50 .info {
        width:  202px; 
        height: 172px;
    }
    .circle-row .hexagon-container.center .info {
        margin-top: -10px;
    }
    .circle-row .hexagon-container.center .shadow {
        width: 202px; 
        margin-top: -10px;
    }

    .circle-row .hexagon-container .shadow {
        width:  202px; 
        height: 172px;
    }
    
    .hexagon-left {
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .hexagon-right {
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .circle-row .hexagon-container.top50 {
        height: 86px;
    }

    .circle-row .hexagon-container.top50 .shadow {
        height: 172px; 
    }

}

@media only screen and (min-width: 2560px){
    .studio-content {
        margin-top: 23px;
        margin-bottom: 116px;
        height: 765px;
    }
    .circle-row .hexagon-container {
        width:  254px; 
        height: 234px;

    }
    .circle-row .hexagon-container .shadow  img {
        width: 252px; 
        height: 232px;
        left: 1px;
        top: 1px;
    }
    .circle-row .hexagon-container.center {
        width: 189px;
        margin-left: -63px;
        margin-right: 0px;
    }
    
    .circle-row .hexagon-container.center .info, .circle-row .hexagon-container.top50 .info {
        width:  252px; 
        height: 232px;
    }
    .circle-row .hexagon-container.center .info {
        margin-top: -15px;
    }
    .circle-row .hexagon-container.center .shadow {
        width: 252px; 
        margin-top: -15px;
    }

    .circle-row .hexagon-container .shadow {
        width:  252px; 
        height: 232px;
    }
    
    .hexagon-left {
        margin-right: 30px;
        margin-bottom: 30px;
    }

    .hexagon-right {
        margin-left: 30px;
        margin-bottom: 30px;
    }
    .circle-row .hexagon-container.top50 {
        height: 116px;
    }

    .circle-row .hexagon-container.top50 .shadow {
        height: 232px; 
    }

}

