/* jQuery Gridly
 * Copyright 2015 Kevin Sylvestre
 * 1.2.9
 */
.gridly, .gridly > :not(.dragging) {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; 
}
.gridly .dragging {
  z-index: 800; 
}
.gridly {
    position: relative;
    width: 100%;
	height:105px;
}
.brick{
	width:32%;
	height:105px;
	margin-right:2%;
	margin-bottom:2%;
	/*position:relative;*/
}
.brick:nth-child(3n){
	margin-right:0 !important;
}
.brick .delete {
    color: #FFF;
    background: rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    position: absolute;
    text-align: center;
    line-height: 40px;
	/*display:none;*/
}

