.catagari{ float:left; width:24%; margin-left:0.5%; margin-right:0.5%; margin-top:0px;}
.showme{ display:none;}
.catagari a:hover .showme{ display:block; position:absolute; z-index:111111; background:url(http://www.sailorinstruments.com/image/ho.png) no-repeat; height:160px; width:260px; margin:12px 0px 0px 12px; opacity: 0.7;}
.facebok{ float:left; background:url(facebok.png) no-repeat; width:40px; height:40px;}
.facebok:hover{ background-position:0px -44px;}
.twiter{ float:left; background:url(twiter.png) no-repeat; width:40px; height:40px;}
.twiter:hover{ background-position:0px -44px;}
.skype{ float:left; background:url(skype.png) no-repeat; width:40px; height:40px;}
.skype:hover{ background-position:0px -44px;}
.demo-3 {
    position:relative;
    
    overflow:hidden;
    float:left;
    margin:0px;
	list-style:none;
}
.demo-3 figure {
    margin:0;
    padding:0;
    position:relative;
    cursor:pointer;
    margin-left:-40px
}
.demo-3 figure img {
    display:block;
    position:relative;
    z-index:10;
   
}
.demo-3 figure figcaption {
    display:block;
    position:absolute;
    z-index:5;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.demo-3 figure h2 {
    font-family:'Lato';
    color:#fff;
    font-size:20px;
    text-align:left;
	padding:0px 20px;
}
.demo-3 figure p {
    display:block;
    font-family:'Lato';
    font-size:12px;
    line-height:18px;
    margin:0;
    color:#fff;
    text-align:left;
	padding:0px 20px;
}
.demo-3 figure figcaption {
    top:0;
    left:0;
    width:100%;
    height:100%;
   
    background-color:#2A90C9;
    text-align:center;
    backface-visibility:hidden;
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s;
	border-radius:5px;
	
}
.demo-3 figure img {
    backface-visibility:hidden;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}
.demo-3 figure:hover img,figure.hover img {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg)
}
.demo-3 figure:hover figcaption,figure.hover figcaption {
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    transform:rotateY(0)
}