.demo{ width:1180px;margin: 0px auto;/*display: -webkit-inline-box;*/position: relative;}
.container{ float:left; width:880px; }
.box{width:288px; height:428px; float:left; perspective: 1100px;}
.box .box-img{ width:288px; height:400px;padding-top:25px;
    transform: rotateY(0);
    transition: all 0.50s ease-in-out 0s;
}
.box:hover .box-img{
    transform: rotateY(-90deg);
}
.box .box-img img{
    width:288px; 
   height:400px;
}
.box .box-content{
    width:288px;
    height:428px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(5,134,217,0.7);
    transform: rotateY(90deg);
    transition: all 0.50s ease-in-out 0s;
}
.box:hover .box-content{
    transform: rotateY(0);
}
.box .title{ padding-top:40px;
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
}

.box .title a{ line-height:50px;
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
}
.box .title a:hover{color: #ff0000;}

.box .description{padding:0px 20px 5px 25px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.box .title:after,
.box .description:after{
    content: "";
    width: 84%;
    display: block;
    border-bottom: 1px solid #69b6e8;
    margin: 20px auto;
}
.box .social-links{
    margin: 0;
    padding: 0;
    list-style: none;
}
.box .social-links li{
    display: inline-block;
    margin: 0 10px;
}
.box .social-links li a{
    font-size: 18px;
    color: #fff;
}
.box .social-links li a:hover{
    text-decoration: none;
    color: #ff0000;
}

@media only screen and (max-width: 990px) {
    .box{  margin-bottom:20px; }
}
@media only screen and (max-width: 479px) {
    .box .box-content{ padding: 20px; }
}
/*
     FILE ARCHIVED ON 22:31:46 Aug 18, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:31:14 Dec 22, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.503
  exclusion.robots: 0.018
  exclusion.robots.policy: 0.009
  esindex: 0.012
  cdx.remote: 6.826
  LoadShardBlock: 61.989 (3)
  PetaboxLoader3.datanode: 91.035 (4)
  load_resource: 108.333
  PetaboxLoader3.resolve: 76.478
*/