@charset 'UTF-8';
.gallery
{
margin: 1.5em auto !important;
}
.gallery *,
.gallery a
{
line-height: 1 !important;
display: inline !important;
margin: 0 !important;
padding: 0 !important;
text-align: center !important;
vertical-align: middle !important;
text-decoration: none !important;
border: none !important;
border-radius: 0 !important;
box-shadow: none !important;
}
.gallery-item
{
background-color: #eaeaea;
}

.gallery,
.jmig-img-hide
{
opacity: 0;
} @-webkit-keyframes fadeIn
{
from
{
opacity: 0;
}
to
{
opacity: 1;
}
}
@-moz-keyframes fadeIn
{
from
{
opacity: 0;
}
to
{
opacity: 1;
}
}
@keyframes fadeIn
{
from
{
opacity: 0;
}
to
{
opacity: 1;
}
}
.jmig-gallery-loaded,
.jmig-img-show
{
-webkit-animation: fadeIn ease-in-out 1; -moz-animation: fadeIn ease-in-out 1;
animation: fadeIn ease-in-out 1;
-webkit-animation-duration: .3s;
-moz-animation-duration: .3s;
animation-duration: .3s;
opacity: 0; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both;
animation-fill-mode: both;
}