/* Grid Columns
================================================================================================*/

/*We strong recommend use the container tag one time only, just to center your grids on the page*/

.site-footer .container {
  padding-right: 20px;
  padding-left: 20px;
}

.site-footer .container:before,
.site-footer .container:after {
  display: table;
  line-height: 0;
  content: "";
}

.site-footer .container:after {
  clear: both;
}

/* Fluid Default grid for 1024px screen resolution, grid based for 940px*/

.site-footer .content {
  width: 100%;
}

.site-footer .content:before,
.site-footer .content:after {
  display: table;
  line-height: 0;
  content: "";
}

.site-footer .content:after {
  clear: both;
}

.site-footer .content [class*="col"] {
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}

.site-footer .content [class*="col"]:first-child {
  margin-left: 0;
}

.site-footer .content .col12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.site-footer .content .col11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.site-footer .content .col10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.site-footer .content .col9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.site-footer .content .col8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.site-footer .content .col7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.site-footer .content .col6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.site-footer .content .col5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.site-footer .content .col4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.site-footer .content .col3 {
  width: 22.2%;
  *width: 23.351063829787233%;
  min-height: 135px;
}

.site-footer .content .col2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.site-footer .content .col1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

/* Fluid grid to 1280px screen resolution, grid based for 1120px*/

@media (min-width: 1200px) {
  .site-footer .content {
    width: 100%;
  }
  .site-footer .content:before,
  .site-footer .content:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .site-footer .content:after {
    clear: both;
  }
  .site-footer .content [class*="col"] {
    float: left;
    margin-left: 1.694915254237288%;
    *margin-left: 1.641723764875586%;
  }
  .site-footer .content [class*="col"]:first-child {
    margin-left: 0;
  }
  .site-footer .content .col12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .site-footer .content .col11 {
    width: 91.52542372881356%;
    *width: 91.47223223945186%;
  }
  .site-footer .content .col10 {
    width: 83.0508474576271%;
    *width: 82.99765596826539%;
  }
  .site-footer .content .col9 {
    width: 74.57627118644066%;
    *width: 74.52307969707896%;
  }
  .site-footer .content .col8 {
    width: 66.10169491525423%;
    *width: 66.04850342589252%;
  }
  .site-footer .content .col7 {
    width: 57.6271186440678%;
    *width: 57.5739271547061%;
  }
  .site-footer .content .col6 {
    width: 49.152542372881356%;
    *width: 49.099350883519655%;
  }
  .site-footer .content .col5 {
    width: 40.677966101694906%;
    *width: 40.624774612333205%;
  }
  .site-footer .content .col4 {
    width: 100%;
    *width: 32.15019834114677%;
    text-align: center;
  }
  .site-footer .content .col3 {
    width: 22.2%;
    *width: 23.675622069960333%;
    min-height: 135px;
  }
  .site-footer .content .col2 {
    width: 15.254237288135592%;
    *width: 15.20104579877389%;
  }
  .site-footer .content .col1 {
    width: 6.779661016949152%;
    *width: 6.72646952758745%;
  }
}

/* General small screen Mobile down size from 768px, display all columns in block
============================================================================================== */

@media handheld, only screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
  }
  .site-footer .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .site-footer .content {
    width: 100%;
  }
  [class*="col"],
  .site-footer .content [class*="col"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .col12,
  .site-footer .content .col12 {
    width: 100%;
  }
}

