
/* ISOTOPE ------------------------------------------------------------------------------------ */
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.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 .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

#container {
	margin: 0 auto;
	max-width: 1009px;
}

.element {
  width: 22.7%;  
  height: 230px;
  margin: 10px 1%;
  float: left;
  overflow: hidden;
  position: relative;
  background: #888;
  color: #222;
  -webkit-border-top-right-radius: 1.2em;
  -moz-border-radius-topright: 1.2em;
  border-top-right-radius: 1.2em;
}

.color-shape {
  /*width: 227px; */
  width: 22.7%;
 height: 230px;
 /*margin: 10px;*/
 margin: 10px;
  float: left;
 /* background-color: #2e7678;*/
  color: white;
}

/*new design */
.color-shape-Blue {background:#2e7678; position:relative;}
.color-shape-Blue .box-corner-Blue {position:absolute; top:0; right:0; width:21px; height:21px; background-image:url('/images/newDesign/cornerBlue.png');}

.color-shape-Pink {background:#7a3756; position:relative;}
.color-shape-Pink .box-corner-Pink {position:absolute; top:0; right:0; width:21px; height:21px; background-image:url('/images/newDesign/cornerPink.png');}

.color-shape-Brown {background:#8d4809; position:relative;}
.color-shape-Brown .box-corner-Brown {position:absolute; top:0; right:0; width:21px; height:21px; background-image:url('/images/newDesign/cornerBrown.png');}

/*new design ends*/


.color-shape img{
	width: 100%;
}
.color-shape.wide, .color-shape.big { width: 47.4%; }
.color-shape.tall, .color-shape.big { height: 480px; }

.color-shape a {
/*  display: block;
  height: 100%; */
}

.boxRight {float:right !important;}

/* ISOTOPE ------------------------------------------------------------------------------------ */


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
