/* CSS Resets */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}


/* ==================================================================================================================== */
/* ! The 1140px Grid V2 by Andy Taylor \ http://cssgrid.net \ http://www.twitter.com/andytlr \ http://www.andytlr.com   */
/* ==================================================================================================================== */

.row {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden;
}
/*Overriding new col width lesser padding*/
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
  margin-right: 1.5%;
  float: left;
  min-height: 1px;
}

.onecol { width: 6.95% }
.onecol.colextend { width: 8.45% }

.twocol { width: 15.4% }
.twocol.colextend { width: 16.9% }

.threecol { width: 23.85% }
.threecol.colextend { width: 25.35% }

.fourcol { width: 32.30% }
.fourcol.colextend { width: 33.8% }

.fivecol { width: 40.75% }
.fivecol.colextend { width: 42.25% }

.sixcol { width: 49.2% }
.sixcol.colextend { width: 50.4% }

.sevencol { width: 57.65% }
.sevencol.colextend { width: 59.15% }

.eightcol { width: 66.1% }
.eightcol.colextend { width: 67.6% }

.ninecol { width: 74.55% }
.ninecol.colextend { width: 76.05% }

.tencol { width: 83% }
.tencol.colextend { width: 84.5% }

.elevencol { width: 91.45% }
.elevencol.colextend { width: 92.95% }

.twelvecol { width: 100%; float: left }

/*---- Offset styles  ----*/
@media screen and (min-width: 768px) {
  .lg-offset-onecol { margin-left: 8.45%; }
  .lg-offset-twocol { margin-left: 16.9%; }
  .lg-offset-threecol { margin-left: 25.35%; }
  .lg-offset-fourcol { margin-left: 33.8%; }
  .lg-offset-fivecol { margin-left: 42.25%; }
  .lg-offset-sixcol { margin-left: 50.4%; }
  .lg-offset-sevencol { margin-left: 59.15%; }
  .lg-offset-eightcol { margin-left: 67.6%; }
  .lg-offset-ninecol { margin-left: 86.05%; }
  .lg-offset-tencol { margin-left: 84.5%; }
  .lg-offset-elevencol { margin-left: 92.95%; }
}

.s-show {display: none;}
.s-hidden {display: block;}

.last, .colextend { margin-right: 0px }
img, object, embed { max-width: 100% }
img { height: auto }
