
.item-wrap {
  position: relative;
  padding: 0px 5px 5px 0px; }

.container-fluid.no-gutter,
.container {
  padding: 0px; }

/*.container-fluid.no-gutter .row [class*='col-']:not(:first-child),
.container-fluid.no-gutter .row [class*='col-']:not(:last-child),
.container .row [class*='col-']:not(:first-child),
.container .row [class*='col-']:not(:last-child)
{
  padding-right: 0;
  padding-left: 0;
}*/
.bigger {
  height: 800px; }

.container .item {
  border: none;
  padding: 0 5px 5px 0; }

/* Isotope Transitions
------------------------------- */
.isotope,
.isotope .item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity; }
