/* CSS file generated by Responsify */
/* Columns: 12, Gutter Width: 0, Breakpoints:  */ 

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

nav ul, nav li { margin: 0; } 
nav ul, ul { list-style:none; }

.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12{
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.col{
  margin-left: 0%;
}

.col:first-child {
  margin-left:0;
}

.span1{
  width: 8.33333333333%;
  
}
.span2{
  width: 16.6666666667%;
  
}
.span3{
  width: 25%;
  
}
.span4{
  width: 33.3333333333%;
  
}
.span5{
  width: 41.6666666667%;
  
}
.span6{
  width: 50%;
  
}
.span7{
  width: 58.3333333333%;
  
}
.span8{
  width: 66.6666666667%;
  
}
.span9{
  width: 75%;
  
}
.span10{
  width: 83.3333333333%;
  
}
.span11{
  width: 91.6666666667%;
  
}
.span12{
  width: 100%;
  margin-left: 0;
}


/* Custom Breakpoints */

@media screen and (max-width: px) {
 /* Add your styles for devices with a maximum width of  */
}


// Micro Clearfix 

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    *zoom:1;
}


