* { box-sizing: border-box; }

body {
  font-family: sans-serif;
    background: #F5F5F5 !important;
}

/* ---- grid ---- */
.mainbody h1{
	
}
.grid {
  background: #F5F5F5;
  
  
}
.heading {
    background: rgba(0, 0, 0, 0) url(../images/icon.png) no-repeat scroll 0 0 !important;
  
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-item {
  float: left;
  width: 32%;
  height:auto;
  background: #fff;
  border: 1px solid #E0E0E0;
  counter-increment: item;
  margin-bottom: 10px;
  
  
}
.grid-item img{
	max-width: 100%;
	height: auto;
	
}

.grid-item--height2 { height: auto;  }
.grid-item--height3 { height: auto; }


.exiArtWorkText{
	margin-top:5px;
}
.exiArtWorkText p:nth-child(1){
	margin-bottom:10px;
	color:#424242 !important;
}
@media only screen and (max-width:1366px){
	.grid-item {
	float: left;
	width: 29%;
	}
	
}
@media only screen and (max-width:480px){
	.grid-item {
		width: 100% !important;
		margin-top:10px;
		}
	
}