html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ClearFix
=============================================================================================== */

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

body > .clearfix {
  zoom: 1;
}

/* Media - Fluid Images - Video
============================================================================================== */

figure {
  margin: 0;
}

img,
object,
embed,
video {
  max-width: 100%;
}

body > img,
object,
embed,
video {
  width: 100%;
}

/* Fluid images */

img {
  height: auto;
  vertical-align: middle;
  border: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
  -ms-interpolation-mode: bicubic;
}

/* Correct IE9 overflow */

svg:not(:root) {
  overflow: hidden;
}

/* Avoid Google maps broken with max-width 100% */

img[src*="maps.gstatic.com"],
img[src*="googleapis.com"] {
  max-width: none;
}

/* Links (No outline borders)
============================================================================================== */

a:focus {
  outline: 0;
}

/* Grid Columns
================================================================================================*/

/*We strong recommend use the container tag one time only, just to center your grids on the page*/

.container {
  padding-right: 0px;
  padding-left: 0px;
}
.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}
.container:after {
  clear: both;
}
.content {
  width: 100%;
}
.content:before,
.content:after {
  display: table;
  line-height: 0;
  content: "";
}
.content:after {
  clear: both;
}
.content [class*="col"] {
  float: left;
  margin-left: 1.694915254237288%;
  *margin-left: 1.641723764875586%;
}
.content [class*="col"]:first-child {
  margin-left: 0;
}
.content .col12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.content .col11 {
  width: 91.52542372881356%;
  *width: 91.47223223945186%;
}
.content .col10 {
  width: 83.0508474576271%;
  *width: 82.99765596826539%;
}
.content .col9 {
  width: 74.57627118644066%;
  *width: 74.52307969707896%;
}
.content .col8 {
  width: 66.10169491525423%;
  *width: 66.04850342589252%;
}
.content .col7 {
  width: 57.6271186440678%;
  *width: 57.5739271547061%;
}
.content .col6 {
  width: 49.152542372881356%;
  *width: 49.099350883519655%;
}
.content .col5 {
  width: 40.677966101694906%;
  *width: 40.624774612333205%;
}
.content .col4 {
  width: 32.20338983050847%;
  *width: 32.15019834114677%;
}
.content .col3 {
  width: 23.728813559322035%;
  *width: 23.675622069960333%;
}
.content .col2 {
  width: 15.254237288135592%;
  *width: 15.20104579877389%;
}
.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 {
    font-size: 1.0;
    -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
  }
  .container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content {
    width: 100%;
  }
  [class*="col"],
  .content [class*="col"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .col12,
  .content .col12 {
    width: 100%;
  }
}



/* Custom sizes
============================================================================================== */

/* Helpers for windows phone 8 */

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: device-width;
  }
  @viewport {
    width: device-width;
  }
}