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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	    margin: 0;
}
ol, ul {
	list-style: none;
}
li {
    list-style:none
}

img {
	max-width:100%;
}

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
a {
  max-width: 100%;
}
.col-1 {
    width: 8.333333333333333%;
}
.col-2 {
    width: 16.66666666666667%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.33333333333333%;
}
.col-5 {
    width: 41.66666666666667%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.33333333333333%;
}
.col-8 {
    width: 66.66666666666666%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.33333333333333%;
}
.col-11 {
    width: 91.66666666666666%;
}
.col-12 {
    width: 100%;
}

.justify-around {
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-around;
}

.justify-between {
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
}

.align-start {
  -webkit-box-align:start;
      -ms-flex-align:start;
          align-items:flex-start;
}

.align-center {
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}
.align-end {
  -webkit-box-align:end;
      -ms-flex-align:end;
          align-items:flex-end;
}
.justify-start {
  -webkit-box-pack:start;
      -ms-flex-pack:start;
          justify-content:flex-start
}
.justify-center {
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center
}
.justify-end {
  -webkit-box-pack:end;
      -ms-flex-pack:end;
          justify-content:flex-end
}
.flex {
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display:-webkit-box;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -ms-flex-direction: row;
}

.col-auto {
	width:auto
}
.col-grow  {
  -webkit-box-flex:1;
      -ms-flex:1 1 auto;
          flex:1 1 auto;
}
body {
    margin: 0;
}
* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
a {
  max-width: 100%;
}

a img {
  max-width: 100%;

}

img {
  max-width: 100%
}

.flex {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -ms-flex-direction: row;
}

.justify-between {
    -webkit-box-pack:justify;
            justify-content:space-between;
    -ms-flex-pack: space-between;
}
.align-stretch {
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-align: stretch;
}
.align-start {
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-align: flex-start;
}
.align-center {
    -webkit-box-align: center;
            align-items: center;-ms-flex-align: center;
}
.align-end {
    -webkit-box-align: end;
            align-items: flex-end;
    -ms-flex-align: flex-end;
}
.justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start
}
.justify-center {
     -webkit-box-pack: center;
             justify-content: center;
     -ms-flex-pack: center;
}
.justify-end {
     -webkit-box-pack: end;
             justify-content: flex-end;
     -ms-flex-pack: end;
}
