/*
FOX CSS 3.0.0
by Ronan Levesque - CC BY 3.0 license

Includes Normalize by Nicolas Gallagher
More info => http://necolas.github.io/normalize.css/
*/
/*-------------------------*/
/* +RESETS                 */
/*-------------------------*/
/**,
*:after,
*:before {
  box-sizing: border-box;
}

html, body, blockquote, form {
  margin: 0;
  padding: 0;
}

blockquote, code, embed, iframe, img, input, object, pre, table, td, textarea, video {
  max-width: 100%;
  height: auto;
}

a img, form, fieldset {
  border: none;
}

input, button, select {
  vertical-align: middle;
}

textarea {
  vertical-align: top;
}

abbr {
  cursor: help;
  border-bottom: 1px dotted #bbb;
}

blockquote p, button, input, li h1, li h2, li h3, li h4, li h5, li h6, li li, li p, select, td p, th p {
  font-size: 100%;
}*/

/*-------------------------*/
/* +NORMALIZE              */
/*-------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/*html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}*/

/*-------------------------*/
/* +GRID                   */
/*-------------------------*/
.fx-row {
  margin-top: -30px;
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fx-row2 {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fx-row + .fx-row {
  margin-top: 0;
}

.fx-row-start-xs {
  justify-content: flex-start;
}

.fx-row-center-xs {
  justify-content: center;
}

.fx-row-end-xs {
  justify-content: flex-end;
}

.fx-row-between-xs {
  justify-content: space-between;
}

.fx-row-around-xs {
  justify-content: space-around;
}

@media screen and (min-width: 48em) {
  .fx-row-start-s {
    justify-content: flex-start;
  }

  .fx-row-center-s {
    justify-content: center;
  }

  .fx-row-end-s {
    justify-content: flex-end;
  }

  .fx-row-between-s {
    justify-content: space-between;
  }

  .fx-row-around-s {
    justify-content: space-around;
  }
}
@media screen and (min-width: 58.75em) {
  .fx-row-start-m {
    justify-content: flex-start;
  }

  .fx-row-center-m {
    justify-content: center;
  }

  .fx-row-end-m {
    justify-content: flex-end;
  }

  .fx-row-between-m {
    justify-content: space-between;
  }

  .fx-row-around-m {
    justify-content: space-around;
  }
}
@media screen and (min-width: 64em) {
  .fx-row-start-l {
    justify-content: flex-start;
  }

  .fx-row-center-l {
    justify-content: center;
  }

  .fx-row-end-l {
    justify-content: flex-end;
  }

  .fx-row-between-l {
    justify-content: space-between;
  }

  .fx-row-around-l {
    justify-content: space-around;
  }
}
@media screen and (min-width: 80em) {
  .fx-row-start-ll {
    justify-content: flex-start;
  }

  .fx-row-center-ll {
    justify-content: center;
  }

  .fx-row-end-ll {
    justify-content: flex-end;
  }

  .fx-row-between-ll {
    justify-content: space-between;
  }

  .fx-row-around-ll {
    justify-content: space-around;
  }
}
.fx-row-reverse-xs {
  flex-direction: row-reverse;
}

@media screen and (min-width: 48em) {
  .fx-row-reverse-s {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 58.75em) {
  .fx-row-reverse-m {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 64em) {
  .fx-row-reverse-l {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 80em) {
  .fx-row-reverse-ll {
    flex-direction: row-reverse;
  }
}
[class*="fx-col"] {
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  flex-grow: 1;
}
.fx-col-10-xs {
  flex-basis: 10%;
  max-width: 10%;
}

.fx-col-20-xs {
  flex-basis: 20%;
  max-width: 20%;
}

.fx-col-25-xs {
  flex-basis: 25%;
  max-width: 25%;
}

.fx-col-30-xs {
  flex-basis: 30%;
  max-width: 30%;
}

.fx-col-33-xs {
  flex-basis: 33.3333%;
  max-width: 33.3333%;
}

.fx-col-40-xs {
  flex-basis: 40%;
  max-width: 40%;
}

.fx-col-45-xs {
  flex-basis: 40%;
  max-width: 45%;
}

.fx-col-50-xs {
  flex-basis: 50%;
  max-width: 50%;
}

.fx-col-60-xs {
  flex-basis: 60%;
  max-width: 60%;
}

.fx-col-66-xs {
  flex-basis: 66.6666%;
  max-width: 66.6666%;
}

.fx-col-70-xs {
  flex-basis: 70%;
  max-width: 70%;
}

.fx-col-75-xs {
  flex-basis: 75%;
  max-width: 75%;
}

.fx-col-80-xs {
  flex-basis: 80%;
  max-width: 80%;
}

.fx-col-90-xs {
  flex-basis: 90%;
  max-width: 90%;
}

.fx-col-100-xs {
  flex-basis: 100%;
  max-width: 100%;
}

@media screen and (min-width: 48em) {
  .fx-col-10-s {
    flex-basis: 10%;
    max-width: 10%;
  }

  .fx-col-20-s {
    flex-basis: 20%;
    max-width: 20%;
  }

  .fx-col-25-s {
    flex-basis: 25%;
    max-width: 25%;
  }

  .fx-col-30-s {
    flex-basis: 30%;
    max-width: 30%;
  }

  .fx-col-33-s {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }

  .fx-col-40-s {
    flex-basis: 40%;
    max-width: 40%;
  }

  .fx-col-45-s {
    flex-basis: 45%;
    max-width: 45%;
  }

  .fx-col-50-s {
    flex-basis: 50%;
    max-width: 50%;
  }

  .fx-col-60-s {
    flex-basis: 60%;
    max-width: 60%;
  }

  .fx-col-66-s {
    flex-basis: 66.6666%;
    max-width: 66.6666%;
  }

  .fx-col-70-s {
    flex-basis: 70%;
    max-width: 70%;
  }

  .fx-col-75-s {
    flex-basis: 75%;
    max-width: 75%;
  }

  .fx-col-80-s {
    flex-basis: 80%;
    max-width: 80%;
  }

  .fx-col-90-s {
    flex-basis: 90%;
    max-width: 90%;
  }

  .fx-col-100-s {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 58.75em) {
  .fx-col-10-m {
    flex-basis: 10%;
    max-width: 10%;
  }

  .fx-col-20-m {
    flex-basis: 20%;
    max-width: 20%;
  }

  .fx-col-25-m {
    flex-basis: 25%;
    max-width: 25%;
  }

  .fx-col-30-m {
    flex-basis: 30%;
    max-width: 30%;
  }

  .fx-col-33-m {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }

  .fx-col-40-m {
    flex-basis: 40%;
    max-width: 40%;
  }

  .fx-col-45-m {
    flex-basis: 45%;
    max-width: 45%;
  }


  .fx-col-50-m {
    flex-basis: 50%;
    max-width: 50%;
  }

  .fx-col-60-m {
    flex-basis: 60%;
    max-width: 60%;
  }

  .fx-col-66-m {
    flex-basis: 66.6666%;
    max-width: 66.6666%;
  }

  .fx-col-70-m {
    flex-basis: 70%;
    max-width: 70%;
  }

  .fx-col-75-m {
    flex-basis: 75%;
    max-width: 75%;
  }

  .fx-col-80-m {
    flex-basis: 80%;
    max-width: 80%;
  }

  .fx-col-90-m {
    flex-basis: 90%;
    max-width: 90%;
  }

  .fx-col-100-m {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .fx-col-10-l {
    flex-basis: 10%;
    max-width: 10%;
  }

  .fx-col-20-l {
    flex-basis: 20%;
    max-width: 20%;
  }

  .fx-col-25-l {
    flex-basis: 25%;
    max-width: 25%;
  }

  .fx-col-30-l {
    flex-basis: 30%;
    max-width: 30%;
  }

  .fx-col-33-l {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }

  .fx-col-40-l {
    flex-basis: 40%;
    max-width: 40%;
  }

  .fx-col-50-l {
    flex-basis: 50%;
    max-width: 50%;
  }

  .fx-col-60-l {
    flex-basis: 60%;
    max-width: 60%;
  }

  .fx-col-66-l {
    flex-basis: 66.6666%;
    max-width: 66.6666%;
  }

  .fx-col-70-l {
    flex-basis: 70%;
    max-width: 70%;
  }

  .fx-col-75-l {
    flex-basis: 75%;
    max-width: 75%;
  }

  .fx-col-80-l {
    flex-basis: 80%;
    max-width: 80%;
  }

  .fx-col-90-l {
    flex-basis: 90%;
    max-width: 90%;
  }

  .fx-col-100-l {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .fx-col-10-ll {
    flex-basis: 10%;
    max-width: 10%;
  }

  .fx-col-20-ll {
    flex-basis: 20%;
    max-width: 20%;
  }

  .fx-col-25-ll {
    flex-basis: 25%;
    max-width: 25%;
  }

  .fx-col-30-ll {
    flex-basis: 30%;
    max-width: 30%;
  }

  .fx-col-33-ll {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }

  .fx-col-40-ll {
    flex-basis: 40%;
    max-width: 40%;
  }

  .fx-col-50-ll {
    flex-basis: 50%;
    max-width: 50%;
  }

  .fx-col-60-ll {
    flex-basis: 60%;
    max-width: 60%;
  }

  .fx-col-66-ll {
    flex-basis: 66.6666%;
    max-width: 66.6666%;
  }

  .fx-col-70-ll {
    flex-basis: 70%;
    max-width: 70%;
  }

  .fx-col-75-ll {
    flex-basis: 75%;
    max-width: 75%;
  }

  .fx-col-80-ll {
    flex-basis: 80%;
    max-width: 80%;
  }

  .fx-col-90-ll {
    flex-basis: 90%;
    max-width: 90%;
  }

  .fx-col-100-ll {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.fx-col-top-xs {
  align-self: flex-start;
}

.fx-col-center-xs {
  align-self: center;
}

.fx-col-bottom-xs {
  align-self: flex-end;
}

@media screen and (min-width: 48em) {
  .fx-col-top-s {
    align-self: flex-start;
  }

  .fx-col-center-s {
    align-self: center;
  }

  .fx-col-bottom-s {
    align-self: flex-end;
  }
}
@media screen and (min-width: 58.75em) {
  .fx-col-top-m {
    align-self: flex-start;
  }

  .fx-col-center-m {
    align-self: center;
  }

  .fx-col-bottom-m {
    align-self: flex-end;
  }
}
@media screen and (min-width: 64em) {
  .fx-col-top-l {
    align-self: flex-start;
  }

  .fx-col-center-l {
    align-self: center;
  }

  .fx-col-bottom-l {
    align-self: flex-end;
  }
}
@media screen and (min-width: 80em) {
  .fx-col-top-ll {
    align-self: flex-start;
  }

  .fx-col-center-ll {
    align-self: center;
  }

  .fx-col-bottom-ll {
    align-self: flex-end;
  }
}
/*-------------------------*/
/* +GRID IE9               */
/*-------------------------*/
.ie9 .fx-row {
  font-size: 0;
}
.ie9 [class*="fx-row-reverse"] {
  direction: rtl;
}
.ie9 [class*="fx-row-reverse"] > * {
  direction: ltr;
}
.ie9 [class*="fx-col"] {
  display: inline-block;
  font-size: 16px;
}
.ie9 .fx-col-10-xs {
  width: 10%;
}
.ie9 .fx-row-start-xs {
  text-align: left;
}
.ie9 .fx-row-end-xs {
  text-align: right;
}
.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}
.ie9 .fx-col-20-xs {
  width: 20%;
}
.ie9 .fx-row-start-xs {
  text-align: left;
}
.ie9 .fx-row-end-xs {
  text-align: right;
}
.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}
.ie9 .fx-col-25-xs {
  width: 25%;
}
.ie9 .fx-row-start-xs {
  text-align: left;
}
.ie9 .fx-row-end-xs {
  text-align: right;
}
.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}
.ie9 .fx-col-30-xs {
  width: 30%;
}
.ie9 .fx-row-start-xs {
  text-align: left;
}
.ie9 .fx-row-end-xs {
  text-align: right;
}
.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}
.ie9 .fx-col-33-xs {
  width: 33.3333%;
}
.ie9 .fx-row-start-xs {
  text-align: left;
}
.ie9 .fx-row-end-xs {
  text-align: right;
}
.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}
.ie9 .fx-col-40-xs {
  width: 40%;
}
.ie9 .fx-row-start-xs {
  text-align: left;
}
.ie9 .fx-row-end-xs {
  text-align: right;
}
.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}
.ie9 .fx-col-50-xs {
  width: 50%;
}
.ie9 .fx-row-start-xs {
  text-align: left;
}
.ie9 .fx-row-end-xs {
  text-align: right;
}
.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}
.ie9 .fx-col-60-xs {
  width: 60%;
}
.ie9 .fx-row-start-xs {
  text-align: left;
}
.ie9 .fx-row-end-xs {
  text-align: right;
}
.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}
.ie9 .fx-col-66-xs {
  width: 66.6666%;
}
.ie9 .fx-row-start-xs {
  text-align: left;
}
.ie9 .fx-row-end-xs {
  text-align: right;
}
.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}
.ie9 .fx-col-70-xs {
  width: 70%;
}
.ie9 .fx-row-start-xs {
  text-align: left;
}
.ie9 .fx-row-end-xs {
  text-align: right;
}
.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}
.ie9 .fx-col-75-xs {
  width: 75%;
}
.ie9 .fx-row-start-xs {
  text-align: left;
}
.ie9 .fx-row-end-xs {
  text-align: right;
}
.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}
.ie9 .fx-col-80-xs {
  width: 80%;
}
.ie9 .fx-row-start-xs {
  text-align: left;
}
.ie9 .fx-row-end-xs {
  text-align: right;
}
.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}
.ie9 .fx-col-90-xs {
  width: 90%;
}
.ie9 .fx-row-start-xs {
  text-align: left;
}
.ie9 .fx-row-end-xs {
  text-align: right;
}
.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}
.ie9 .fx-col-100-xs {
  width: 100%;
}
.ie9 .fx-row-start-xs {
  text-align: left;
}
.ie9 .fx-row-end-xs {
  text-align: right;
}
.ie9 .fx-row-center-xs, .ie9 .fx-row-between-xs, .ie9 .fx-row-around-xs {
  text-align: center;
}
@media screen and (min-width: 48em) {
  .ie9 .fx-col-10-s {
    width: 10%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
  .ie9 .fx-col-20-s {
    width: 20%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
  .ie9 .fx-col-25-s {
    width: 25%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
  .ie9 .fx-col-30-s {
    width: 30%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
  .ie9 .fx-col-33-s {
    width: 33.3333%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
  .ie9 .fx-col-40-s {
    width: 40%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
  .ie9 .fx-col-50-s {
    width: 50%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
  .ie9 .fx-col-60-s {
    width: 60%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
  .ie9 .fx-col-66-s {
    width: 66.6666%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
  .ie9 .fx-col-70-s {
    width: 70%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
  .ie9 .fx-col-75-s {
    width: 75%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
  .ie9 .fx-col-80-s {
    width: 80%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
  .ie9 .fx-col-90-s {
    width: 90%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
  .ie9 .fx-col-100-s {
    width: 100%;
  }
  .ie9 .fx-row-start-s {
    text-align: left;
  }
  .ie9 .fx-row-center-s, .ie9 .fx-row-between-s, .ie9 .fx-row-around-s {
    text-center: right;
  }
}
@media screen and (min-width: 58.75em) {
  .ie9 .fx-col-10-m {
    width: 10%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
  .ie9 .fx-col-20-m {
    width: 20%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
  .ie9 .fx-col-25-m {
    width: 25%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
  .ie9 .fx-col-30-m {
    width: 30%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
  .ie9 .fx-col-33-m {
    width: 33.3333%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
  .ie9 .fx-col-40-m {
    width: 40%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
  .ie9 .fx-col-50-m {
    width: 50%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
  .ie9 .fx-col-60-m {
    width: 60%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
  .ie9 .fx-col-66-m {
    width: 66.6666%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
  .ie9 .fx-col-70-m {
    width: 70%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
  .ie9 .fx-col-75-m {
    width: 75%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
  .ie9 .fx-col-80-m {
    width: 80%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
  .ie9 .fx-col-90-m {
    width: 90%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
  .ie9 .fx-col-100-m {
    width: 100%;
  }
  .ie9 .fx-row-start-m {
    text-align: left;
  }
  .ie9 .fx-row-center-m, .ie9 .fx-row-between-m, .ie9 .fx-row-around-m {
    text-center: right;
  }
}
@media screen and (min-width: 64em) {
  .ie9 .fx-col-10-l {
    width: 10%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
  .ie9 .fx-col-20-l {
    width: 20%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
  .ie9 .fx-col-25-l {
    width: 25%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
  .ie9 .fx-col-30-l {
    width: 30%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
  .ie9 .fx-col-33-l {
    width: 33.3333%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
  .ie9 .fx-col-40-l {
    width: 40%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
  .ie9 .fx-col-50-l {
    width: 50%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
  .ie9 .fx-col-60-l {
    width: 60%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
  .ie9 .fx-col-66-l {
    width: 66.6666%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
  .ie9 .fx-col-70-l {
    width: 70%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
  .ie9 .fx-col-75-l {
    width: 75%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
  .ie9 .fx-col-80-l {
    width: 80%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
  .ie9 .fx-col-90-l {
    width: 90%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
  .ie9 .fx-col-100-l {
    width: 100%;
  }
  .ie9 .fx-row-start-l {
    text-align: left;
  }
  .ie9 .fx-row-center-l, .ie9 .fx-row-between-l, .ie9 .fx-row-around-l {
    text-center: right;
  }
}
@media screen and (min-width: 80em) {
  .ie9 .fx-col-10-ll {
    width: 10%;
  }
  .ie9 .fx-row-start-ll {
    text-align: left;
  }
  .ie9 .fx-row-center-ll, .ie9 .fx-row-between-ll, .ie9 .fx-row-around-ll {
    text-center: right;
  }
  .ie9 .fx-col-20-ll {
    width: 20%;
  }
  .ie9 .fx-row-start-ll {
    text-align: left;
  }
  .ie9 .fx-row-center-ll, .ie9 .fx-row-between-ll, .ie9 .fx-row-around-ll {
    text-center: right;
  }
  .ie9 .fx-col-25-ll {
    width: 25%;
  }
  .ie9 .fx-row-start-ll {
    text-align: left;
  }
  .ie9 .fx-row-center-ll, .ie9 .fx-row-between-ll, .ie9 .fx-row-around-ll {
    text-center: right;
  }
  .ie9 .fx-col-30-ll {
    width: 30%;
  }
  .ie9 .fx-row-start-ll {
    text-align: left;
  }
  .ie9 .fx-row-center-ll, .ie9 .fx-row-between-ll, .ie9 .fx-row-around-ll {
    text-center: right;
  }
  .ie9 .fx-col-33-ll {
    width: 33.3333%;
  }
  .ie9 .fx-row-start-ll {
    text-align: left;
  }
  .ie9 .fx-row-center-ll, .ie9 .fx-row-between-ll, .ie9 .fx-row-around-ll {
    text-center: right;
  }
  .ie9 .fx-col-40-ll {
    width: 40%;
  }
  .ie9 .fx-row-start-ll {
    text-align: left;
  }
  .ie9 .fx-row-center-ll, .ie9 .fx-row-between-ll, .ie9 .fx-row-around-ll {
    text-center: right;
  }
  .ie9 .fx-col-50-ll {
    width: 50%;
  }
  .ie9 .fx-row-start-ll {
    text-align: left;
  }
  .ie9 .fx-row-center-ll, .ie9 .fx-row-between-ll, .ie9 .fx-row-around-ll {
    text-center: right;
  }
  .ie9 .fx-col-60-ll {
    width: 60%;
  }
  .ie9 .fx-row-start-ll {
    text-align: left;
  }
  .ie9 .fx-row-center-ll, .ie9 .fx-row-between-ll, .ie9 .fx-row-around-ll {
    text-center: right;
  }
  .ie9 .fx-col-66-ll {
    width: 66.6666%;
  }
  .ie9 .fx-row-start-ll {
    text-align: left;
  }
  .ie9 .fx-row-center-ll, .ie9 .fx-row-between-ll, .ie9 .fx-row-around-ll {
    text-center: right;
  }
  .ie9 .fx-col-70-ll {
    width: 70%;
  }
  .ie9 .fx-row-start-ll {
    text-align: left;
  }
  .ie9 .fx-row-center-ll, .ie9 .fx-row-between-ll, .ie9 .fx-row-around-ll {
    text-center: right;
  }
  .ie9 .fx-col-75-ll {
    width: 75%;
  }
  .ie9 .fx-row-start-ll {
    text-align: left;
  }
  .ie9 .fx-row-center-ll, .ie9 .fx-row-between-ll, .ie9 .fx-row-around-ll {
    text-center: right;
  }
  .ie9 .fx-col-80-ll {
    width: 80%;
  }
  .ie9 .fx-row-start-ll {
    text-align: left;
  }
  .ie9 .fx-row-center-ll, .ie9 .fx-row-between-ll, .ie9 .fx-row-around-ll {
    text-center: right;
  }
  .ie9 .fx-col-90-ll {
    width: 90%;
  }
  .ie9 .fx-row-start-ll {
    text-align: left;
  }
  .ie9 .fx-row-center-ll, .ie9 .fx-row-between-ll, .ie9 .fx-row-around-ll {
    text-center: right;
  }
  .ie9 .fx-col-100-ll {
    width: 100%;
  }
  .ie9 .fx-row-start-ll {
    text-align: left;
  }
  .ie9 .fx-row-center-ll, .ie9 .fx-row-between-ll, .ie9 .fx-row-around-ll {
    text-center: right;
  }
}
.ie9 .fx-col {
  width: 100%;
}

/* -------------------------------- */

/* +GRID ORIGINAL                   */

/* -------------------------------- */

/*.fx-row-bg [class*="fx-col"] > div {
  height: 100%;
}*/
.fx-row-bg [class*="fx-col"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fx-col-46-xs {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
  max-width: 46%; }

.fx-col-48-xs {
-ms-flex-preferred-size: 48%;
    flex-basis: 48%;
max-width: 48%; }


@media screen and (min-width: 48em) {
  .fx-col-46-s {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
  max-width: 46%; }

  .fx-col-48-s {
  -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  max-width: 48%; }
} /* ----- media END ----- */


@media screen and (min-width: 58.75em) {
  .fx-col-46-m {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
  max-width: 46%; }

  .fx-col-48-m {
  -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  max-width: 48%; }
} /* ----- media END ----- */


@media screen and (min-width: 64em) {
  .fx-col-46-l {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
  max-width: 46%; }

  .fx-col-48-l {
  -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  max-width: 48%; }
} /* ----- media END ----- */


@media screen and (min-width: 80em) {
  /*.fx-col-50-s:nth-of-type(2n+1) {
    padding-right: 40px;
  }
  .fx-col-50-s:nth-of-type(2n) {
    padding-left: 40px;
  }
  .fx-col-50-s.fx-col-25-m,
  .fx-col-50-s.fx-col-30-m {
    padding-left: 15px;
    padding-right: 15px;
  }*/
  .fx-col-46-ll {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
  max-width: 46%; }

  .fx-col-48-ll {
  -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  max-width: 48%; }
} /* ----- media END ----- */



.company_s li{
	width: 32%;
	padding-top: 70px;
}
.company_s li:last-child{width: 35%;}
@media screen and (max-width: 768px) {
	.company_s{margin-top:30px;}
	.company_s li,
	.company_s li:last-child{
		width: 100%;
		padding-top: 20px;
	}
}
