div#container
{
   width: 970px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #555555;
   color: #FFFFFF;
   font-family: Tahoma;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
a
{
   color: #FFFFFF;
   text-decoration: underline;
}
a:hover
{
   color: #FF0000;
   text-decoration: underline;
}
#Extension1
{
   font-size: 0;
   text-align: left;
}
.Extension1, .Extension1 *
{
   box-sizing: border-box;
   margin: 0 !important;	
}
.Extension1
{
   background: #000000;
   background-clip: padding-box;
   display: inline-block;
   border: 5px solid transparent;
   font-size: 0;
   height: auto;
   padding: 0px;
   position: relative;
   width: 33.3333%;
}
.Extension1 > div
{
   background-position: center center;
   background-size: cover;
   cursor: pointer;
   display: block;
   overflow: hidden;
   perspective: 1000px;
   position: absolute;
   width: calc(100% - 
0px);
   height: calc(100% - 
0px);
}
.Extension1::after
{
   content: "";
   display: block;
   padding-bottom: 100%;
}
.Extension1 .info
{
   background-color: rgba(0,0,0,0.78);
   height: 100%;
   left: 0;
   padding: 20px;
   pointer-events: none;
   position: absolute;
   top: 0;
   transform: rotate3d(1, 0, 0, 90deg);
   width: 100%;
}
.Extension1 .info .title
{
   color: #FFFFFF;
   font-size: 16px;
   margin: 0;
}
.Extension1 .info .description
{
   color: #FFFFFF;
   font-size: 13px;
   line-height: 1.5;
}
.Extension1 .in-top .info
{
   -webkit-animation: in-top 500ms ease 0ms 1 forwards;
   animation: in-top 500ms ease 0ms 1 forwards;
   transform-origin: 50% 0%;
}
.Extension1 .in-right .info
{
   -webkit-animation: in-right 500ms ease 0ms 1 forwards;
   animation: in-right 500ms ease 0ms 1 forwards;
   transform-origin: 100% 0%;
}
.Extension1 .in-bottom .info
{
   -webkit-animation: in-bottom 500ms ease 0ms 1 forwards;
   animation: in-bottom 500ms ease 0ms 1 forwards;
   transform-origin: 50% 100%;
}
.Extension1 .in-left .info
{
   -webkit-animation: in-left 500ms ease 0ms 1 forwards;
   animation: in-left 500ms ease 0ms 1 forwards;
   transform-origin: 0% 0%;
}
.Extension1 .out-top .info
{
   -webkit-animation: out-top 500ms ease 0ms 1 forwards;
   animation: out-top 500ms ease 0ms 1 forwards;
   transform-origin: 50% 0%;
}
.Extension1 .out-right .info
{
   -webkit-animation: out-right 500ms ease 0ms 1 forwards;
   animation: out-right 500ms ease 0ms 1 forwards;
   transform-origin: 100% 50%;
}
.Extension1 .out-bottom .info
{
   -webkit-animation: out-bottom 500ms ease 0ms 1 forwards;
   animation: out-bottom 500ms ease 0ms 1 forwards;
   transform-origin: 50% 100%;
}
.Extension1 .out-left .info
{
   -webkit-animation: out-left 500ms ease 0ms 1 forwards;
   animation: out-left 500ms ease 0ms 1 forwards;
   transform-origin: 0% 0%;
}
@-webkit-keyframes in-top
{
   from
   {
      transform: rotate3d(-1, 0, 0, 90deg);
   }
   to
   {
      transform: rotate3d(0, 0, 0, 0deg);
   }
}
@keyframes in-top
{
   from
   {
      transform: rotate3d(-1, 0, 0, 90deg);
   }
   to
   {
      transform: rotate3d(0, 0, 0, 0deg);
   }
}
@-webkit-keyframes in-right
{
   from
   {
      transform: rotate3d(0, -1, 0, 90deg);
   }
   to
   {
      transform: rotate3d(0, 0, 0, 0deg);
   }
}
@keyframes in-right
{
   from
   {
      transform: rotate3d(0, -1, 0, 90deg);
   }
   to
   {
      transform: rotate3d(0, 0, 0, 0deg);
   }
}
@-webkit-keyframes in-bottom
{
   from
   {
      transform: rotate3d(1, 0, 0, 90deg);
   }
   to 
   {
      transform: rotate3d(0, 0, 0, 0deg);
   }
}
@keyframes in-bottom
{
   from
   {
      transform: rotate3d(1, 0, 0, 90deg);
   }
   to
   {
      transform: rotate3d(0, 0, 0, 0deg);
   }
}
@-webkit-keyframes in-left
{
   from
   {
      transform: rotate3d(0, 1, 0, 90deg);
   }
   to
   {
      transform: rotate3d(0, 0, 0, 0deg);
   }
}
@keyframes in-left
{
   from
   {
      transform: rotate3d(0, 1, 0, 90deg);
   }
   to
   {
      transform: rotate3d(0, 0, 0, 0deg);
   }
}
@-webkit-keyframes out-top
{
   from
   {
      transform: rotate3d(0, 0, 0, 0deg);
   }
   to 
   {
      transform: rotate3d(-1, 0, 0, 104deg);
   }
}
@keyframes out-top
{
   from
   {
      transform: rotate3d(0, 0, 0, 0deg);
   }
   to
   {
      transform: rotate3d(-1, 0, 0, 104deg);
   }
}
@-webkit-keyframes out-right 
{
   from
   {
      transform: rotate3d(0, 0, 0, 0deg);
   }
   to
   {
      transform: rotate3d(0, -1, 0, 104deg);
   }
}
@keyframes out-right
{
   from
   {
      transform: rotate3d(0, 0, 0, 0deg);
   }
   to 
   {
      transform: rotate3d(0, -1, 0, 104deg);
   }
}
@-webkit-keyframes out-bottom
{
   from
   {
      transform: rotate3d(0, 0, 0, 0deg);
   }
   to
   {
      transform: rotate3d(1, 0, 0, 104deg);
   }
}
@keyframes out-bottom
{
   from
   {
      transform: rotate3d(0, 0, 0, 0deg);
   }
   to 
   {
      transform: rotate3d(1, 0, 0, 104deg);
   }
}
@-webkit-keyframes out-left
{
   from
   {
      transform: rotate3d(0, 0, 0, 0deg);
   }
   to
   {
      transform: rotate3d(0, 1, 0, 104deg);
   }
}
@keyframes out-left
{
   from
   {
      transform: rotate3d(0, 0, 0, 0deg);
   }
   to 
   {
      transform: rotate3d(0, 1, 0, 104deg);
   }
}
#lightcase-overlay
{
   background: #000000 !important;
}
a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus
{
   color: rgba(255,255,255,0.59) !important;
}
a[class*='lightcase-icon-']:hover 
{
   color: rgba(255,255,255,1.00) !important;
   text-shadow: none;
}
#lightcase-info #lightcase-title 
{
   font-size: 16px !important;
   font-weight: bold !important;
   color: #FFFFFF !important;
}
#lightcase-info #lightcase-caption
{
   font-size: 13px !important;
   color: #FFFFFF !important;
}
#lightcase-info
{
   font-family: "Arial";
   text-align: left;
   text-shadow: none !important;
}
#lightcase-content
{
   box-shadow: 0px 0px 30px rgba(0,0,0,0.50) !important;
}
