.columns {
  margin-bottom: 20px;
  display: inline;
  float: left;
  margin-left: 1px;
  margin-right: 1px;
  padding: 15px 0px 15px 0px;
}
.lastCol {
  margin-right: 0px !important;
}
.wrapperBackground {
  min-width: 1008px;
}
.contentWrapper {
  width: 1008px;
}
.miniGrid {
  width: 758px;
  overflow: hidden;
}
.one {
  width: 82px;
}
.two {
  width: 166px;
}
.three {
  width: 250px;
}
.four {
  width: 334px;
}
.five {
  width: 418px;
}
.six {
  width: 502px;
}
.seven {
  width: 586px;
}
.eight {
  width: 670px;
}
.nine {
  width: 754px;
}
.ten {
  width: 838px;
}
.eleven {
  width: 922px;
}
.twelve {
  width: 1006px;
}
/*

@media screen and (max-width: 1199px){

	@pageWidth: 960px;
	@singleCol:  @pageWidth / 12;
	@colMargin: 1px;	
	
	.wrapperBackground {
		min-width:@pageWidth;
	}
	
	
	.contentWrapper {
		width:@pageWidth;
	}
		
		
	.gridBuilder (@singleCol , @colMargin);

}
*/
@media screen and (max-width: 1020px) {
  .wrapperBackground {
    min-width: 780px;
  }
  .contentWrapper {
    width: 780px;
  }
  .one {
    width: 63px;
  }
  .two {
    width: 128px;
  }
  .three {
    width: 193px;
  }
  .four {
    width: 258px;
  }
  .five {
    width: 323px;
  }
  .six {
    width: 388px;
  }
  .seven {
    width: 453px;
  }
  .eight {
    width: 518px;
  }
  .nine {
    width: 583px;
  }
  .ten {
    width: 648px;
  }
  .eleven {
    width: 713px;
  }
  .twelve {
    width: 778px;
  }
}
@media screen and (max-width: 781px) {
  .wrapperBackground {
    min-width: 100%;
  }
  .contentWrapper {
    width: 100%;
  }
  .columns {
    width: 96%;
    padding: 0px 2% 0px 2%;
    margin: 0px;
  }
}
