/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:focus {
  outline-color: transparent;
  outline-style: none;
}
/* LAZYSIZE */
.lazyload {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
}
.lazyloaded {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  transition: all 700ms;
  -webkit-transition: all 700ms;
  -moz-transition: all 700ms;
  -o-transition: all 700ms;
}
/* */
.transition-all {
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
}
.transition-all350 {
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.transition-reset {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
}
.noradius {
  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  border-radius: 0px!important;
}
.radius3px {
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
}
.radius5px {
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
}
.radius10px {
  -webkit-border-radius: 10px!important;
  -moz-border-radius: 10px!important;
  border-radius: 10px!important;
}
.radius50 {
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
}
.standardEffect {
  opacity: 0;
  visibility: hidden;
}
.standardEffect_active {
  opacity: 1;
  visibility: visible;
}
.verticalCenter {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.horisontalCenter {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.totalCenter {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.resetAlign {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.zoom110 {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.zoom120 {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/* >> The Magnificent CLEARFIX << */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
/* Hides from IE-mac \*/
.clearfix {
  display: block;
}
/* FLEXBOX */
.display-flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
/* OTHERS */
.btn-submit,
.btn-reset {
  cursor: pointer;
}
/* FONT SMOOTHING */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* RATIO IMAGE WRAPPER */
.fixed-ratio {
  position: relative;
  overflow: hidden;
}
.fixed-ratio img {
  height: 100%;
  width: auto;
  max-width: inherit;
  display: block;
}
.fixed-ratio:before {
  content: "";
  display: block;
}
.fixed-ratio.ratio-1-1:before {
  padding-top: 100%;
}
.fixed-ratio.ratio-2-1:before {
  padding-top: 50%;
}
.fixed-ratio.ratio-1-2:before {
  padding-top: 200%;
}
.fixed-ratio.ratio-3-2:before {
  padding-top: 66.67%;
}
.fixed-ratio.ratio-2-3:before {
  padding-top: 150%;
}
.fixed-ratio.ratio-4-3:before {
  padding-top: 75%;
}
.fixed-ratio.ratio-3-4:before {
  padding-top: 133.33%;
}
.fixed-ratio.ratio-16-9:before {
  padding-top: 56.25%;
}
body {
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  body {
    font-size: calc(14px  +  4  * ((100vw -  600px ) / 1000 ));
  }
}
@media screen and (min-width: 1600px) {
  body {
    font-size: 18px;
  }
}
body {
  color: #6d6d6d;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
}
code,
pre {
  color: #a82024;
  background-color: #f6d1d2;
  padding: 2px 4px;
  font-size: 90%;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
pre {
  background: #efefef;
  padding: 20px 0;
}
p {
  line-height: 1.5em;
  margin: .6rem 0;
}
.no-style {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3em;
  margin: 1.2rem 0 .5rem;
  color: #2ca054;
}
h1 {
  font-size: 1.875em;
}
h2 {
  font-size: 1.7em;
}
h3 {
  font-size: 1.424em;
}
h4 {
  font-size: 1.266em;
}
h5 {
  font-size: 1.125em;
}
h6 {
  font-size: 1em;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: .65rem;
  color: #777;
  font-weight: normal;
}
img {
  max-width: 100%;
}
img[align="left"],
img[style*="float: left"],
img[style*="float:left"] {
  margin: 0px 15px .8rem 0px;
}
img[align="right"],
img[style*="float: right"],
img[style*="float:right"] {
  margin: 0px 0px .8rem 15px;
}
pre,
blockquote {
  margin: 1rem 0;
}
li {
  margin-bottom: 5px;
}
/* NUKE WYSIWYG */
.nuke-wysiwyg {
  line-height: 1.5em;
  margin: 0 auto;
  margin-bottom: .8rem;
}
.nuke-wysiwyg p,
.nuke-wysiwyg ol,
.nuke-wysiwyg ul,
.nuke-wysiwyg img {
  margin-bottom: .6rem!important;
  margin-top: .6rem!important;
}
.nuke-wysiwyg ul {
  list-style: disc;
  padding-left: 20px;
}
.nuke-wysiwyg ol {
  list-style: decimal;
  padding-left: 20px;
}
.nuke-wysiwyg li {
  margin-bottom: 5px;
}
.nuke-wysiwyg img {
  max-width: 100%;
  display: block;
}
.nuke-wysiwyg blockquote {
  font-size: 1.33em;
  color: #2ca054;
  font-style: italic;
  line-height: 1.3em;
  text-align: center;
}
/* TABLE */
table {
  width: 100%;
  max-width: 100%;
  margin: 1rem 0;
}
table td,
table th {
  border: none;
  color: #222222;
  padding: 5px 7px;
  text-align: left;
  font-size: 1em;
  line-height: 1.3em;
  vertical-align: top;
}
table thead td,
table thead th {
  padding-top: 7px;
  padding-bottom: 7px;
}
table thead td,
table tfoot td,
table thead th,
table tfoot th {
  background-color: #2ca054;
  color: #fff;
}
table tbody td,
table tbody th {
  font-size: .85em;
  color: #6d6d6d;
  background-color: #fbfbfb;
}
table tbody tr:nth-child(even) td,
table tbody tr:nth-child(even) th {
  background-color: #f6f6f6;
}
table tbody .colored-cell {
  background-color: #a0a0a0;
}
table.more-compact td,
table.more-compact th {
  font-size: .875em;
  padding: 5px !important;
}
table.striped td:nth-child(even) th,
table.striped td:nth-child(even) td {
  background-color: #a8a8a8;
}
table.single-border th,
table.single-border td {
  border-top: none;
  border-right: none;
  border-left: none;
}
table.single-border.basic thead th,
table.single-border.basic tfoot th,
table.single-border.basic thead td,
table.single-border.basic tfoot td {
  background-color: transparent;
}
table.less-border,
table.borderless {
  border: none;
}
table.less-border th,
table.less-border td {
  border-right: none;
  border-top: none;
}
table.less-border th:first-child,
table.less-border td:first-child {
  border-left: none;
}
table.less-border tbody tr:last-child th,
table.less-border tbody tr:last-child td {
  border-bottom: none;
}
table.less-border thead th,
table.less-border tfoot th,
table.less-border thead td,
table.less-border tfoot td {
  background-color: transparent;
}
table.less-border.basic th,
table.less-border.basic td {
  border-left: none;
  border-right: none;
  padding-left: 0;
}
table.borderless th,
table.borderless td {
  border: none;
  background: transparent;
  padding-left: 0;
}
table.borderless thead th,
table.borderless thead td {
  border-bottom: 1px solid #dededf;
}
table.not-full {
  width: auto;
}
table.with-color {
  border: none;
}
table.with-color thead th,
table.with-color thead td {
  border: none;
  background: transparent;
}
table.with-color tbody th:first-child,
table.with-color tbody td:first-child {
  background-color: #a0a0a0;
}
table .table-error td,
table td.table-error,
table .table-error th,
table .table-error {
  background-color: #f2bbbd;
  color: #7d181b;
}
table .table-success td,
table td.table-success,
table .table-success th,
table th.table-success {
  background-color: #c3efd2;
  color: #21783f;
}
table .table-warning td,
table td.table-warning,
table .table-warning th,
table th.table-warning {
  background-color: #fff5e5;
  color: #cc7a00;
}
table .table-disable td,
table td.table-disable,
table .table-disable th,
table th.table-disable {
  color: #a0a0a0;
}
/* FORMS */
.form-group {
  margin-bottom: .6rem;
}
.form-control {
  width: 100%;
  font-size: .875em;
  resize: none;
  height: 36px;
  line-height: 1.3em;
  padding: 6px 10px;
  border: 1px solid #dededf;
  background-color: #fff;
  background-image: none;
  color: #6d6d6d;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
}
.form-control:hover,
.form-control:active,
.form-control:focus {
  border-color: #6d6d6d;
}
textarea.form-control {
  height: auto;
}
label {
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
  color: #222222;
  margin-bottom: .4rem;
  font-size: .875em;
}
input[type=file] {
  display: block;
  font-size: .875em;
}
.form-help {
  display: block;
  line-height: 1.3em;
  padding-top: .4rem;
}
.checkbox,
.radio,
.checkbox-inline,
.radio-inline {
  margin: .4rem 0;
  position: relative;
}
.checkbox label,
.radio label,
.checkbox-inline label,
.radio-inline label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  cursor: pointer;
  font-weight: 400;
}
.checkbox input[type=radio],
.radio input[type=radio],
.checkbox-inline input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.radio input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio-inline input[type=checkbox] {
  position: absolute;
  margin-top: 1px;
  margin-left: -20px;
  line-height: normal;
}
.checkbox-inline,
.radio-inline {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding-left: 20px;
  cursor: pointer;
  font-weight: 400;
  line-height: normal;
}
.checkbox-inline input[type=radio],
.radio-inline input[type=radio],
.checkbox-inline input[type=checkbox],
.radio-inline input[type=checkbox] {
  line-height: normal;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-left: 15px;
}
.red-star {
  color: #a82024;
}
.horizontal-form .control-label {
  display: block;
  text-align: right;
  padding-top: 10px;
  margin-bottom: 0;
}
/* BUTTONS */
.btn {
  display: inline-block;
  padding: 6px 12px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  text-decoration: none;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.btn.btn-lg {
  padding: 10px 16px;
  font-size: 1.28em;
}
.btn.btn-sm {
  padding: 5px 10px;
  font-size: .875em;
}
.btn.btn-xs {
  padding: 1px 5px;
  font-size: .875em;
  line-height: 1.5em;
}
.btn-default {
  color: #6d6d6d;
  background-color: #fff;
  border-color: #dededf;
}
.btn-default:hover {
  background-color: #dededf;
  border-color: #6d6d6d;
  color: #222222;
}
.btn-red {
  color: #fff;
  background-color: #a82024;
  border-color: #a82024;
}
.btn-red:hover {
  background-color: #7d181b;
  border-color: #7d181b;
}
.btn-orange {
  color: #fff;
  background-color: #ff9800;
  border-color: #ff9800;
}
.btn-orange:hover {
  background-color: #cc7a00;
  border-color: #cc7a00;
}
.btn-yellow {
  color: #fff;
  background-color: #ffd700;
  border-color: #ffd700;
}
.btn-yellow:hover {
  background-color: #ccac00;
  border-color: #ccac00;
}
.btn-olive {
  color: #fff;
  background-color: #4eb44b;
  border-color: #4eb44b;
}
.btn-olive:hover {
  background-color: #3e903c;
  border-color: #3e903c;
}
.btn-green {
  color: #fff;
  background-color: #2ca054;
  border-color: #2ca054;
}
.btn-green:hover {
  background-color: #21783f;
  border-color: #21783f;
}
.btn-teal {
  color: #fff;
  background-color: #00bcd5;
  border-color: #00bcd5;
}
.btn-teal:hover {
  background-color: #008fa2;
  border-color: #008fa2;
}
.btn-blue {
  color: #fff;
  background-color: #1a90f6;
  border-color: #1a90f6;
}
.btn-blue:hover {
  background-color: #0876d5;
  border-color: #0876d5;
}
.btn-violet {
  color: #fff;
  background-color: #ee82ee;
  border-color: #ee82ee;
}
.btn-violet:hover {
  background-color: #e855e8;
  border-color: #e855e8;
}
.btn-purple {
  color: #fff;
  background-color: #b413ec;
  border-color: #b413ec;
}
.btn-purple:hover {
  background-color: #900fbd;
  border-color: #900fbd;
}
.btn-pink {
  color: #fff;
  background-color: #ff1493;
  border-color: #ff1493;
}
.btn-pink:hover {
  background-color: #e00079;
  border-color: #e00079;
}
.btn-brown {
  color: #fff;
  background-color: #a67262;
  border-color: #a67262;
}
.btn-brown:hover {
  background-color: #885b4d;
  border-color: #885b4d;
}
.btn-grey {
  color: #fff;
  background-color: #a0a0a0;
  border-color: #a0a0a0;
}
.btn-grey:hover {
  background-color: #878787;
  border-color: #878787;
}
.btn-black {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black:hover {
  background-color: #000000;
  border-color: #000000;
}
.btn-link {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  color: #2ca054;
}
.btn-link:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-link:hover {
  color: #16502a;
  text-decoration: underline;
}
.btn-salary {
  color: #fff;
  background-color: #912754;
  border-color: #912754;
}
.btn-salary:hover {
  background-color: #691c3d;
  border-color: #691c3d;
}
.btn-dayoff {
  color: #fff;
  background-color: #4e690c;
  border-color: #4e690c;
}
.btn-dayoff:hover {
  background-color: #2c3b07;
  border-color: #2c3b07;
}
.btn-reimburse {
  color: #fff;
  background-color: #f4b304;
  border-color: #f4b304;
}
.btn-reimburse:hover {
  background-color: #c28e03;
  border-color: #c28e03;
}
.btn-permit {
  color: #fff;
  background-color: #040f65;
  border-color: #040f65;
}
.btn-permit:hover {
  background-color: #020834;
  border-color: #020834;
}
.btn-car {
  color: #fff;
  background-color: #cf7746;
  border-color: #cf7746;
}
.btn-car:hover {
  background-color: #b35e2f;
  border-color: #b35e2f;
}
.btn-loan {
  color: #fff;
  background-color: #0180d9;
  border-color: #0180d9;
}
.btn-loan:hover {
  background-color: #0162a6;
  border-color: #0162a6;
}
.btn-discussion {
  color: #fff;
  background-color: #605ca8;
  border-color: #605ca8;
}
.btn-discussion:hover {
  background-color: #4c4988;
  border-color: #4c4988;
}
@media (min-width: 640px) {
  pre {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  /* TABLE */
  table td,
  table th {
    padding: 8px;
  }
  table thead td,
  table thead th {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  img[align="left"],
  img[style*="float: left"],
  img[style*="float:left"] {
    margin-right: 20px;
  }
  img[align="right"],
  img[style*="float: right"],
  img[style*="float:right"] {
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  img[align="left"],
  img[style*="float: left"],
  img[style*="float:left"] {
    margin-right: 30px;
  }
  img[align="right"],
  img[style*="float: right"],
  img[style*="float:right"] {
    margin-left: 30px;
  }
  /* TABLE */
  table td,
  table th {
    padding: 10px 15px;
    font-size: 14px;
  }
  table thead td,
  table thead th {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }
  table tbody td,
  table tbody td {
    font-size: 14px;
  }
  table.padder td,
  table.padder th {
    padding: 15px;
  }
  table.more-padder td,
  table.more-padder th {
    padding: 20px;
  }
  table.compact td,
  table.compact th {
    padding: 8px;
  }
  table.more-compact td,
  table.more-compact th {
    font-size: .8em;
  }
  /* FORMS */
  .form-control {
    padding: 8px 15px;
  }
}
@media screen and (min-width: 50em) {
  html {
    font-size: 2vw;
  }
}
@media screen and (min-width: 75em) {
  html {
    font-size: 1.5em;
  }
}
/* GRID SYSTEM */
.main-container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.container {
  width: 100%;
}
.container-full {
  padding: 0 15px;
}
.row {
  margin: 0 -10px;
}
.row.small-gutter,
.row.medium-gutter {
  margin: 0 -5px;
}
.row.no-gutter {
  margin: 0;
}
.row:after,
.row:before {
  content: "";
  display: table;
  clear: both;
}
.row.flexed:after,
.row.flexed:before,
.row.same-height:after,
.row.same-height:before {
  content: initial;
}
.display-flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.grid-child {
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
  position: relative;
  min-height: 1px;
  width: 100%;
}
.grid-child.flexed {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.flexed > .grid-child {
  float: none;
}
.row.small-gutter > .grid-child,
.row.medium-gutter > .grid-child {
  padding: 0 5px;
  margin-bottom: 10px;
}
.row.no-gutter > .grid-child {
  padding: 0;
  margin-bottom: 0;
}
.f-clear {
  clear: both;
}
.f-clear-left {
  clear: left;
}
.f-clear-right {
  clear: right;
}
.f-no-clear {
  clear: none;
}
.f-no-padding {
  padding: 0!important;
}
.f-no-padding-top {
  padding-top: 0!important;
}
.f-no-padding-right {
  padding-right: 0!important;
}
.f-no-padding-bottom {
  padding-bottom: 0!important;
}
.f-no-padding-left {
  padding-left: 0!important;
}
.f-no-margin {
  margin: 0!important;
}
.f-no-margin-top {
  margin: 0!important;
}
.f-no-margin-right {
  margin-right: 0!important;
}
.f-no-margin-bottom {
  margin-bottom: 0!important;
}
.f-no-margin-left {
  margin-left: 0!important;
}
.f-align-left {
  text-align: left;
}
.f-align-right {
  text-align: right;
}
.f-align-center {
  text-align: center;
}
.f-align-justify {
  text-align: justify;
}
.f-margin-auto {
  margin-left: auto!important;
  margin-right: auto!important;
}
.same-height {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.same-height > .grid-child {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  float: none;
}
.f-320-1per1,
.f-320-2per2,
.f-320-3per3,
.f-320-4per4,
.f-320-5per5,
.f-320-6per6,
.f-320-8per8,
.f-320-10per10,
.f-320-12per12 {
  width: 100%;
}
.f-320-1per2,
.f-320-2per4,
.f-320-3per6,
.f-320-4per8,
.f-320-5per10,
.f-320-6per12 {
  width: 50%;
}
.f-320-1per3,
.f-320-2per6,
.f-320-4per12 {
  width: 33.33%;
}
.f-320-1per4,
.f-320-2per8,
.f-320-3per12 {
  width: 25%;
}
.f-320-1per5,
.f-320-2per10 {
  width: 20%;
}
.f-320-1per6,
.f-320-2per12 {
  width: 16.66%;
}
.f-320-1per8 {
  width: 12.5%;
}
.f-320-1per10 {
  width: 10%;
}
.f-320-1per12 {
  width: 8.33%;
}
.f-320-2per3,
.f-320-4per6,
.f-320-8per12 {
  width: 66.67%;
}
.f-320-3per4,
.f-320-6per8,
.f-320-9per12 {
  width: 75%;
}
.f-320-3per8 {
  width: 37.5%;
}
.f-320-3per10 {
  width: 30%;
}
.f-320-2per5,
.f-320-4per10 {
  width: 40%;
}
.f-320-3per5,
.f-320-6per10 {
  width: 60%;
}
.f-320-4per5,
.f-320-8per10 {
  width: 80%;
}
.f-320-5per6,
.f-320-10per12 {
  width: 83.34%;
}
.f-320-5per8 {
  width: 62.5%;
}
.f-320-5per12 {
  width: 41.65%;
}
.f-320-7per8 {
  width: 87.5%;
}
.f-320-7per10 {
  width: 70%;
}
.f-320-7per12 {
  width: 58.31%;
}
.f-320-9per10 {
  width: 90%;
}
.f-320-11per12 {
  width: 91.63%;
}
.f-320-push-1per2,
.f-320-push-2per4,
.f-320-push-3per6,
.f-320-push-4per8,
.f-320-push-5per10,
.f-320-push-6per12 {
  left: 50%!important;
}
.f-320-push-1per3,
.f-320-push-2per6,
.f-320-push-4per12 {
  left: 33.33%!important;
}
.f-320-push-1per4,
.f-320-push-2per8,
.f-320-push-3per12 {
  left: 25%!important;
}
.f-320-push-1per5,
.f-320-push-2per10 {
  left: 20%!important;
}
.f-320-push-1per6,
.f-320-push-2per12 {
  left: 16.66%!important;
}
.f-320-push-1per8 {
  left: 12.5%!important;
}
.f-320-push-1per10 {
  left: 10%!important;
}
.f-320-push-1per12 {
  left: 8.33%!important;
}
.f-320-push-2per3,
.f-320-push-4per6,
.f-320-push-8per12 {
  left: 66.67%!important;
}
.f-320-push-3per4,
.f-320-push-6per8,
.f-320-push-9per12 {
  left: 75%!important;
}
.f-320-push-3per8 {
  left: 37.5%!important;
}
.f-320-push-3per10 {
  left: 30%!important;
}
.f-320-push-2per5,
.f-320-push-4per10 {
  left: 40%!important;
}
.f-320-push-3per5,
.f-320-push-6per10 {
  left: 60%!important;
}
.f-320-push-4per5,
.f-320-push-8per10 {
  left: 80%!important;
}
.f-320-push-5per6,
.f-320-push-10per12 {
  left: 83.34%!important;
}
.f-320-push-5per8 {
  left: 62.5%!important;
}
.f-320-push-5per12 {
  left: 41.65%!important;
}
.f-320-push-7per8 {
  left: 87.5%!important;
}
.f-320-push-7per10 {
  left: 70%!important;
}
.f-320-push-7per12 {
  left: 58.31%!important;
}
.f-320-push-9per10 {
  left: 90%!important;
}
.f-320-push-11per12 {
  left: 91.63%!important;
}
.f-320-pull-1per2,
.f-320-pull-2per4,
.f-320-pull-3per6,
.f-320-pull-4per8,
.f-320-pull-5per10,
.f-320-pull-6per12 {
  right: 50%!important;
}
.f-320-pull-1per3,
.f-320-pull-2per6,
.f-320-pull-4per12 {
  right: 33.33%!important;
}
.f-320-pull-1per4,
.f-320-pull-2per8,
.f-320-pull-3per12 {
  right: 25%!important;
}
.f-320-pull-1per5,
.f-320-pull-2per10 {
  right: 20%!important;
}
.f-320-pull-1per6,
.f-320-pull-2per12 {
  right: 16.66%!important;
}
.f-320-pull-1per8 {
  right: 12.5%!important;
}
.f-320-pull-1per10 {
  right: 10%!important;
}
.f-320-pull-1per12 {
  left: 8.33%!important;
}
.f-320-pull-2per3,
.f-320-pull-4per6,
.f-320-pull-8per12 {
  right: 66.67%!important;
}
.f-320-pull-3per4,
.f-320-pull-6per8,
.f-320-pull-9per12 {
  right: 75%!important;
}
.f-320-pull-3per8 {
  right: 37.5%!important;
}
.f-320-pull-3per10 {
  right: 30%!important;
}
.f-320-pull-2per5,
.f-320-pull-4per10 {
  right: 40%!important;
}
.f-320-pull-3per5,
.f-320-pull-6per10 {
  right: 60%!important;
}
.f-320-pull-4per5,
.f-320-pull-8per10 {
  right: 80%!important;
}
.f-320-pull-5per6,
.f-320-pull-10per12 {
  right: 83.34%!important;
}
.f-320-pull-5per8 {
  right: 62.5%!important;
}
.f-320-pull-5per12 {
  right: 41.65%!important;
}
.f-320-pull-7per8 {
  right: 87.5%!important;
}
.f-320-pull-7per10 {
  right: 70%!important;
}
.f-320-pull-7per12 {
  right: 58.31%!important;
}
.f-320-pull-9per10 {
  right: 90%!important;
}
.f-320-pull-11per12 {
  right: 91.63%!important;
}
.f-320-no-push {
  left: 0!important;
}
.f-320-no-pull {
  right: 0!important;
}
.f-320-clear {
  clear: both;
}
.f-320-clear-left {
  clear: left;
}
.f-320-clear-right {
  clear: right;
}
.f-320-no-clear {
  clear: none;
}
.f-320-no-padding {
  padding: 0!important;
}
.f-320-no-padding-top {
  padding-top: 0!important;
}
.f-320-no-padding-right {
  padding-right: 0!important;
}
.f-320-no-padding-bottom {
  padding-bottom: 0!important;
}
.f-320-no-padding-left {
  padding-left: 0!important;
}
.f-320-no-margin {
  margin: 0!important;
}
.f-320-no-margin-top {
  margin: 0!important;
}
.f-320-no-margin-right {
  margin-right: 0!important;
}
.f-320-no-margin-bottom {
  margin-bottom: 0!important;
}
.f-320-no-margin-left {
  margin-left: 0!important;
}
.f-320-hide {
  display: none;
}
.f-320-show {
  display: block;
}
.f-320-show-inline {
  display: inline;
}
.f-320-show-inline-block {
  display: inline-block;
}
.f-320-show-flex {
  display: flex;
}
.f-320-show-table {
  display: table;
}
.f-320-show-table-cell {
  display: table-cell;
}
.f-320-align-left {
  text-align: left;
}
.f-320-align-right {
  text-align: right;
}
.f-320-align-center {
  text-align: center;
}
.f-320-align-justify {
  text-align: justify;
}
.f-320-margin-auto {
  margin-left: auto!important;
  margin-right: auto!important;
}
@media (min-width: 360px) {
  /* GRID SYSTEM */
  .f-360-1per1,
  .f-360-2per2,
  .f-360-3per3,
  .f-360-4per4,
  .f-360-5per5,
  .f-360-6per6,
  .f-360-8per8,
  .f-360-10per10,
  .f-360-12per12 {
    width: 100%;
  }
  .f-360-1per2,
  .f-360-2per4,
  .f-360-3per6,
  .f-360-4per8,
  .f-360-5per10,
  .f-360-6per12 {
    width: 50%;
  }
  .f-360-1per3,
  .f-360-2per6,
  .f-360-4per12 {
    width: 33.33%;
  }
  .f-360-1per4,
  .f-360-2per8,
  .f-360-3per12 {
    width: 25%;
  }
  .f-360-1per5,
  .f-360-2per10 {
    width: 20%;
  }
  .f-360-1per6,
  .f-360-2per12 {
    width: 16.66%;
  }
  .f-360-1per8 {
    width: 12.5%;
  }
  .f-360-1per10 {
    width: 10%;
  }
  .f-360-1per12 {
    width: 8.33%;
  }
  .f-360-2per3,
  .f-360-4per6,
  .f-360-8per12 {
    width: 66.67%;
  }
  .f-360-3per4,
  .f-360-6per8,
  .f-360-9per12 {
    width: 75%;
  }
  .f-360-3per8 {
    width: 37.5%;
  }
  .f-360-3per10 {
    width: 30%;
  }
  .f-360-2per5,
  .f-360-4per10 {
    width: 40%;
  }
  .f-360-3per5,
  .f-360-6per10 {
    width: 60%;
  }
  .f-360-4per5,
  .f-360-8per10 {
    width: 80%;
  }
  .f-360-5per6,
  .f-360-10per12 {
    width: 83.34%;
  }
  .f-360-5per8 {
    width: 62.5%;
  }
  .f-360-5per12 {
    width: 41.65%;
  }
  .f-360-7per8 {
    width: 87.5%;
  }
  .f-360-7per10 {
    width: 70%;
  }
  .f-360-7per12 {
    width: 58.31%;
  }
  .f-360-9per10 {
    width: 90%;
  }
  .f-360-11per12 {
    width: 91.63%;
  }
  .f-360-push-1per2,
  .f-360-push-2per4,
  .f-360-push-3per6,
  .f-360-push-4per8,
  .f-360-push-5per10,
  .f-360-push-6per12 {
    left: 50%!important;
  }
  .f-360-push-1per3,
  .f-360-push-2per6,
  .f-360-push-4per12 {
    left: 33.33%!important;
  }
  .f-360-push-1per4,
  .f-360-push-2per8,
  .f-360-push-3per12 {
    left: 25%!important;
  }
  .f-360-push-1per5,
  .f-360-push-2per10 {
    left: 20%!important;
  }
  .f-360-push-1per6,
  .f-360-push-2per12 {
    left: 16.66%!important;
  }
  .f-360-push-1per8 {
    left: 12.5%!important;
  }
  .f-360-push-1per10 {
    left: 10%!important;
  }
  .f-360-push-1per12 {
    left: 8.33%!important;
  }
  .f-360-push-2per3,
  .f-360-push-4per6,
  .f-360-push-8per12 {
    left: 66.67%!important;
  }
  .f-360-push-3per4,
  .f-360-push-6per8,
  .f-360-push-9per12 {
    left: 75%!important;
  }
  .f-360-push-3per8 {
    left: 37.5%!important;
  }
  .f-360-push-3per10 {
    left: 30%!important;
  }
  .f-360-push-2per5,
  .f-360-push-4per10 {
    left: 40%!important;
  }
  .f-360-push-3per5,
  .f-360-push-6per10 {
    left: 60%!important;
  }
  .f-360-push-4per5,
  .f-360-push-8per10 {
    left: 80%!important;
  }
  .f-360-push-5per6,
  .f-360-push-10per12 {
    left: 83.34%!important;
  }
  .f-360-push-5per8 {
    left: 62.5%!important;
  }
  .f-360-push-5per12 {
    left: 41.65%!important;
  }
  .f-360-push-7per8 {
    left: 87.5%!important;
  }
  .f-360-push-7per10 {
    left: 70%!important;
  }
  .f-360-push-7per12 {
    left: 58.31%!important;
  }
  .f-360-push-9per10 {
    left: 90%!important;
  }
  .f-360-push-11per12 {
    left: 91.63%!important;
  }
  .f-360-pull-1per2,
  .f-360-pull-2per4,
  .f-360-pull-3per6,
  .f-360-pull-4per8,
  .f-360-pull-5per10,
  .f-360-pull-6per12 {
    right: 50%!important;
  }
  .f-360-pull-1per3,
  .f-360-pull-2per6,
  .f-360-pull-4per12 {
    right: 33.33%!important;
  }
  .f-360-pull-1per4,
  .f-360-pull-2per8,
  .f-360-pull-3per12 {
    right: 25%!important;
  }
  .f-360-pull-1per5,
  .f-360-pull-2per10 {
    right: 20%!important;
  }
  .f-360-pull-1per6,
  .f-360-pull-2per12 {
    right: 16.66%!important;
  }
  .f-360-pull-1per8 {
    right: 12.5%!important;
  }
  .f-360-pull-1per10 {
    right: 10%!important;
  }
  .f-360-pull-1per12 {
    left: 8.33%!important;
  }
  .f-360-pull-2per3,
  .f-360-pull-4per6,
  .f-360-pull-8per12 {
    right: 66.67%!important;
  }
  .f-360-pull-3per4,
  .f-360-pull-6per8,
  .f-360-pull-9per12 {
    right: 75%!important;
  }
  .f-360-pull-3per8 {
    right: 37.5%!important;
  }
  .f-360-pull-3per10 {
    right: 30%!important;
  }
  .f-360-pull-2per5,
  .f-360-pull-4per10 {
    right: 40%!important;
  }
  .f-360-pull-3per5,
  .f-360-pull-6per10 {
    right: 60%!important;
  }
  .f-360-pull-4per5,
  .f-360-pull-8per10 {
    right: 80%!important;
  }
  .f-360-pull-5per6,
  .f-360-pull-10per12 {
    right: 83.34%!important;
  }
  .f-360-pull-5per8 {
    right: 62.5%!important;
  }
  .f-360-pull-5per12 {
    right: 41.65%!important;
  }
  .f-360-pull-7per8 {
    right: 87.5%!important;
  }
  .f-360-pull-7per10 {
    right: 70%!important;
  }
  .f-360-pull-7per12 {
    right: 58.31%!important;
  }
  .f-360-pull-9per10 {
    right: 90%!important;
  }
  .f-360-pull-11per12 {
    right: 91.63%!important;
  }
  .f-360-no-push {
    left: 0!important;
  }
  .f-360-no-pull {
    right: 0!important;
  }
  .f-360-clear {
    clear: both;
  }
  .f-360-clear-left {
    clear: left;
  }
  .f-360-clear-right {
    clear: right;
  }
  .f-360-no-clear {
    clear: none;
  }
  .f-360-no-padding {
    padding: 0!important;
  }
  .f-360-no-padding-top {
    padding-top: 0!important;
  }
  .f-360-no-padding-right {
    padding-right: 0!important;
  }
  .f-360-no-padding-bottom {
    padding-bottom: 0!important;
  }
  .f-360-no-padding-left {
    padding-left: 0!important;
  }
  .f-360-no-margin {
    margin: 0!important;
  }
  .f-360-no-margin-top {
    margin: 0!important;
  }
  .f-360-no-margin-right {
    margin-right: 0!important;
  }
  .f-360-no-margin-bottom {
    margin-bottom: 0!important;
  }
  .f-360-no-margin-left {
    margin-left: 0!important;
  }
  .f-360-hide {
    display: none;
  }
  .f-360-show {
    display: block;
  }
  .f-360-show-inline {
    display: inline;
  }
  .f-360-show-inline-block {
    display: inline-block;
  }
  .f-360-show-flex {
    display: flex;
  }
  .f-360-show-table {
    display: table;
  }
  .f-360-show-table-cell {
    display: table-cell;
  }
  .f-360-align-left {
    text-align: left;
  }
  .f-360-align-right {
    text-align: right;
  }
  .f-360-align-center {
    text-align: center;
  }
  .f-360-align-justify {
    text-align: justify;
  }
  .f-360-margin-auto {
    margin-left: auto!important;
    margin-right: auto!important;
  }
}
@media (min-width: 480px) {
  /* GRID SYSTEM */
  .f-480-1per1,
  .f-480-2per2,
  .f-480-3per3,
  .f-480-4per4,
  .f-480-5per5,
  .f-480-6per6,
  .f-480-8per8,
  .f-480-10per10,
  .f-480-12per12 {
    width: 100%;
  }
  .f-480-1per2,
  .f-480-2per4,
  .f-480-3per6,
  .f-480-4per8,
  .f-480-5per10,
  .f-480-6per12 {
    width: 50%;
  }
  .f-480-1per3,
  .f-480-2per6,
  .f-480-4per12 {
    width: 33.33%;
  }
  .f-480-1per4,
  .f-480-2per8,
  .f-480-3per12 {
    width: 25%;
  }
  .f-480-1per5,
  .f-480-2per10 {
    width: 20%;
  }
  .f-480-1per6,
  .f-480-2per12 {
    width: 16.66%;
  }
  .f-480-1per8 {
    width: 12.5%;
  }
  .f-480-1per10 {
    width: 10%;
  }
  .f-480-1per12 {
    width: 8.33%;
  }
  .f-480-2per3,
  .f-480-4per6,
  .f-480-8per12 {
    width: 66.67%;
  }
  .f-480-3per4,
  .f-480-6per8,
  .f-480-9per12 {
    width: 75%;
  }
  .f-480-3per8 {
    width: 37.5%;
  }
  .f-480-3per10 {
    width: 30%;
  }
  .f-480-2per5,
  .f-480-4per10 {
    width: 40%;
  }
  .f-480-3per5,
  .f-480-6per10 {
    width: 60%;
  }
  .f-480-4per5,
  .f-480-8per10 {
    width: 80%;
  }
  .f-480-5per6,
  .f-480-10per12 {
    width: 83.34%;
  }
  .f-480-5per8 {
    width: 62.5%;
  }
  .f-480-5per12 {
    width: 41.65%;
  }
  .f-480-7per8 {
    width: 87.5%;
  }
  .f-480-7per10 {
    width: 70%;
  }
  .f-480-7per12 {
    width: 58.31%;
  }
  .f-480-9per10 {
    width: 90%;
  }
  .f-480-11per12 {
    width: 91.63%;
  }
  .f-480-push-1per2,
  .f-480-push-2per4,
  .f-480-push-3per6,
  .f-480-push-4per8,
  .f-480-push-5per10,
  .f-480-push-6per12 {
    left: 50%!important;
  }
  .f-480-push-1per3,
  .f-480-push-2per6,
  .f-480-push-4per12 {
    left: 33.33%!important;
  }
  .f-480-push-1per4,
  .f-480-push-2per8,
  .f-480-push-3per12 {
    left: 25%!important;
  }
  .f-480-push-1per5,
  .f-480-push-2per10 {
    left: 20%!important;
  }
  .f-480-push-1per6,
  .f-480-push-2per12 {
    left: 16.66%!important;
  }
  .f-480-push-1per8 {
    left: 12.5%!important;
  }
  .f-480-push-1per10 {
    left: 10%!important;
  }
  .f-480-push-1per12 {
    left: 8.33%!important;
  }
  .f-480-push-2per3,
  .f-480-push-4per6,
  .f-480-push-8per12 {
    left: 66.67%!important;
  }
  .f-480-push-3per4,
  .f-480-push-6per8,
  .f-480-push-9per12 {
    left: 75%!important;
  }
  .f-480-push-3per8 {
    left: 37.5%!important;
  }
  .f-480-push-3per10 {
    left: 30%!important;
  }
  .f-480-push-2per5,
  .f-480-push-4per10 {
    left: 40%!important;
  }
  .f-480-push-3per5,
  .f-480-push-6per10 {
    left: 60%!important;
  }
  .f-480-push-4per5,
  .f-480-push-8per10 {
    left: 80%!important;
  }
  .f-480-push-5per6,
  .f-480-push-10per12 {
    left: 83.34%!important;
  }
  .f-480-push-5per8 {
    left: 62.5%!important;
  }
  .f-480-push-5per12 {
    left: 41.65%!important;
  }
  .f-480-push-7per8 {
    left: 87.5%!important;
  }
  .f-480-push-7per10 {
    left: 70%!important;
  }
  .f-480-push-7per12 {
    left: 58.31%!important;
  }
  .f-480-push-9per10 {
    left: 90%!important;
  }
  .f-480-push-11per12 {
    left: 91.63%!important;
  }
  .f-480-pull-1per2,
  .f-480-pull-2per4,
  .f-480-pull-3per6,
  .f-480-pull-4per8,
  .f-480-pull-5per10,
  .f-480-pull-6per12 {
    right: 50%!important;
  }
  .f-480-pull-1per3,
  .f-480-pull-2per6,
  .f-480-pull-4per12 {
    right: 33.33%!important;
  }
  .f-480-pull-1per4,
  .f-480-pull-2per8,
  .f-480-pull-3per12 {
    right: 25%!important;
  }
  .f-480-pull-1per5,
  .f-480-pull-2per10 {
    right: 20%!important;
  }
  .f-480-pull-1per6,
  .f-480-pull-2per12 {
    right: 16.66%!important;
  }
  .f-480-pull-1per8 {
    right: 12.5%!important;
  }
  .f-480-pull-1per10 {
    right: 10%!important;
  }
  .f-480-pull-1per12 {
    left: 8.33%!important;
  }
  .f-480-pull-2per3,
  .f-480-pull-4per6,
  .f-480-pull-8per12 {
    right: 66.67%!important;
  }
  .f-480-pull-3per4,
  .f-480-pull-6per8,
  .f-480-pull-9per12 {
    right: 75%!important;
  }
  .f-480-pull-3per8 {
    right: 37.5%!important;
  }
  .f-480-pull-3per10 {
    right: 30%!important;
  }
  .f-480-pull-2per5,
  .f-480-pull-4per10 {
    right: 40%!important;
  }
  .f-480-pull-3per5,
  .f-480-pull-6per10 {
    right: 60%!important;
  }
  .f-480-pull-4per5,
  .f-480-pull-8per10 {
    right: 80%!important;
  }
  .f-480-pull-5per6,
  .f-480-pull-10per12 {
    right: 83.34%!important;
  }
  .f-480-pull-5per8 {
    right: 62.5%!important;
  }
  .f-480-pull-5per12 {
    right: 41.65%!important;
  }
  .f-480-pull-7per8 {
    right: 87.5%!important;
  }
  .f-480-pull-7per10 {
    right: 70%!important;
  }
  .f-480-pull-7per12 {
    right: 58.31%!important;
  }
  .f-480-pull-9per10 {
    right: 90%!important;
  }
  .f-480-pull-11per12 {
    right: 91.63%!important;
  }
  .f-480-no-push {
    left: 0!important;
  }
  .f-480-no-pull {
    right: 0!important;
  }
  .f-480-clear {
    clear: both;
  }
  .f-480-clear-left {
    clear: left;
  }
  .f-480-clear-right {
    clear: right;
  }
  .f-480-no-clear {
    clear: none;
  }
  .f-480-no-padding {
    padding: 0!important;
  }
  .f-480-no-padding-top {
    padding-top: 0!important;
  }
  .f-480-no-padding-right {
    padding-right: 0!important;
  }
  .f-480-no-padding-bottom {
    padding-bottom: 0!important;
  }
  .f-480-no-padding-left {
    padding-left: 0!important;
  }
  .f-480-no-margin {
    margin: 0!important;
  }
  .f-480-no-margin-top {
    margin: 0!important;
  }
  .f-480-no-margin-right {
    margin-right: 0!important;
  }
  .f-480-no-margin-bottom {
    margin-bottom: 0!important;
  }
  .f-480-no-margin-left {
    margin-left: 0!important;
  }
  .f-480-hide {
    display: none;
  }
  .f-480-show {
    display: block;
  }
  .f-480-show-inline {
    display: inline;
  }
  .f-480-show-inline-block {
    display: inline-block;
  }
  .f-480-show-flex {
    display: flex;
  }
  .f-480-show-table {
    display: table;
  }
  .f-480-show-table-cell {
    display: table-cell;
  }
  .f-480-align-left {
    text-align: left;
  }
  .f-480-align-right {
    text-align: right;
  }
  .f-480-align-center {
    text-align: center;
  }
  .f-480-align-justify {
    text-align: justify;
  }
  .f-480-margin-auto {
    margin-left: auto!important;
    margin-right: auto!important;
  }
}
@media (min-width: 540px) {
  /* GRID SYSTEM */
  .f-540-1per1,
  .f-540-2per2,
  .f-540-3per3,
  .f-540-4per4,
  .f-540-5per5,
  .f-540-6per6,
  .f-540-8per8,
  .f-540-10per10,
  .f-540-12per12 {
    width: 100%;
  }
  .f-540-1per2,
  .f-540-2per4,
  .f-540-3per6,
  .f-540-4per8,
  .f-540-5per10,
  .f-540-6per12 {
    width: 50%;
  }
  .f-540-1per3,
  .f-540-2per6,
  .f-540-4per12 {
    width: 33.33%;
  }
  .f-540-1per4,
  .f-540-2per8,
  .f-540-3per12 {
    width: 25%;
  }
  .f-540-1per5,
  .f-540-2per10 {
    width: 20%;
  }
  .f-540-1per6,
  .f-540-2per12 {
    width: 16.66%;
  }
  .f-540-1per8 {
    width: 12.5%;
  }
  .f-540-1per10 {
    width: 10%;
  }
  .f-540-1per12 {
    width: 8.33%;
  }
  .f-540-2per3,
  .f-540-4per6,
  .f-540-8per12 {
    width: 66.67%;
  }
  .f-540-3per4,
  .f-540-6per8,
  .f-540-9per12 {
    width: 75%;
  }
  .f-540-3per8 {
    width: 37.5%;
  }
  .f-540-3per10 {
    width: 30%;
  }
  .f-540-2per5,
  .f-540-4per10 {
    width: 40%;
  }
  .f-540-3per5,
  .f-540-6per10 {
    width: 60%;
  }
  .f-540-4per5,
  .f-540-8per10 {
    width: 80%;
  }
  .f-540-5per6,
  .f-540-10per12 {
    width: 83.34%;
  }
  .f-540-5per8 {
    width: 62.5%;
  }
  .f-540-5per12 {
    width: 41.65%;
  }
  .f-540-7per8 {
    width: 87.5%;
  }
  .f-540-7per10 {
    width: 70%;
  }
  .f-540-7per12 {
    width: 58.31%;
  }
  .f-540-9per10 {
    width: 90%;
  }
  .f-540-11per12 {
    width: 91.63%;
  }
  .f-540-push-1per2,
  .f-540-push-2per4,
  .f-540-push-3per6,
  .f-540-push-4per8,
  .f-540-push-5per10,
  .f-540-push-6per12 {
    left: 50%!important;
  }
  .f-540-push-1per3,
  .f-540-push-2per6,
  .f-540-push-4per12 {
    left: 33.33%!important;
  }
  .f-540-push-1per4,
  .f-540-push-2per8,
  .f-540-push-3per12 {
    left: 25%!important;
  }
  .f-540-push-1per5,
  .f-540-push-2per10 {
    left: 20%!important;
  }
  .f-540-push-1per6,
  .f-540-push-2per12 {
    left: 16.66%!important;
  }
  .f-540-push-1per8 {
    left: 12.5%!important;
  }
  .f-540-push-1per10 {
    left: 10%!important;
  }
  .f-540-push-1per12 {
    left: 8.33%!important;
  }
  .f-540-push-2per3,
  .f-540-push-4per6,
  .f-540-push-8per12 {
    left: 66.67%!important;
  }
  .f-540-push-3per4,
  .f-540-push-6per8,
  .f-540-push-9per12 {
    left: 75%!important;
  }
  .f-540-push-3per8 {
    left: 37.5%!important;
  }
  .f-540-push-3per10 {
    left: 30%!important;
  }
  .f-540-push-2per5,
  .f-540-push-4per10 {
    left: 40%!important;
  }
  .f-540-push-3per5,
  .f-540-push-6per10 {
    left: 60%!important;
  }
  .f-540-push-4per5,
  .f-540-push-8per10 {
    left: 80%!important;
  }
  .f-540-push-5per6,
  .f-540-push-10per12 {
    left: 83.34%!important;
  }
  .f-540-push-5per8 {
    left: 62.5%!important;
  }
  .f-540-push-5per12 {
    left: 41.65%!important;
  }
  .f-540-push-7per8 {
    left: 87.5%!important;
  }
  .f-540-push-7per10 {
    left: 70%!important;
  }
  .f-540-push-7per12 {
    left: 58.31%!important;
  }
  .f-540-push-9per10 {
    left: 90%!important;
  }
  .f-540-push-11per12 {
    left: 91.63%!important;
  }
  .f-540-pull-1per2,
  .f-540-pull-2per4,
  .f-540-pull-3per6,
  .f-540-pull-4per8,
  .f-540-pull-5per10,
  .f-540-pull-6per12 {
    right: 50%!important;
  }
  .f-540-pull-1per3,
  .f-540-pull-2per6,
  .f-540-pull-4per12 {
    right: 33.33%!important;
  }
  .f-540-pull-1per4,
  .f-540-pull-2per8,
  .f-540-pull-3per12 {
    right: 25%!important;
  }
  .f-540-pull-1per5,
  .f-540-pull-2per10 {
    right: 20%!important;
  }
  .f-540-pull-1per6,
  .f-540-pull-2per12 {
    right: 16.66%!important;
  }
  .f-540-pull-1per8 {
    right: 12.5%!important;
  }
  .f-540-pull-1per10 {
    right: 10%!important;
  }
  .f-540-pull-1per12 {
    left: 8.33%!important;
  }
  .f-540-pull-2per3,
  .f-540-pull-4per6,
  .f-540-pull-8per12 {
    right: 66.67%!important;
  }
  .f-540-pull-3per4,
  .f-540-pull-6per8,
  .f-540-pull-9per12 {
    right: 75%!important;
  }
  .f-540-pull-3per8 {
    right: 37.5%!important;
  }
  .f-540-pull-3per10 {
    right: 30%!important;
  }
  .f-540-pull-2per5,
  .f-540-pull-4per10 {
    right: 40%!important;
  }
  .f-540-pull-3per5,
  .f-540-pull-6per10 {
    right: 60%!important;
  }
  .f-540-pull-4per5,
  .f-540-pull-8per10 {
    right: 80%!important;
  }
  .f-540-pull-5per6,
  .f-540-pull-10per12 {
    right: 83.34%!important;
  }
  .f-540-pull-5per8 {
    right: 62.5%!important;
  }
  .f-540-pull-5per12 {
    right: 41.65%!important;
  }
  .f-540-pull-7per8 {
    right: 87.5%!important;
  }
  .f-540-pull-7per10 {
    right: 70%!important;
  }
  .f-540-pull-7per12 {
    right: 58.31%!important;
  }
  .f-540-pull-9per10 {
    right: 90%!important;
  }
  .f-540-pull-11per12 {
    right: 91.63%!important;
  }
  .f-540-no-push {
    left: 0!important;
  }
  .f-540-no-pull {
    right: 0!important;
  }
  .f-540-clear {
    clear: both;
  }
  .f-540-clear-left {
    clear: left;
  }
  .f-540-clear-right {
    clear: right;
  }
  .f-540-no-clear {
    clear: none;
  }
  .f-540-no-padding {
    padding: 0!important;
  }
  .f-540-no-padding-top {
    padding-top: 0!important;
  }
  .f-540-no-padding-right {
    padding-right: 0!important;
  }
  .f-540-no-padding-bottom {
    padding-bottom: 0!important;
  }
  .f-540-no-padding-left {
    padding-left: 0!important;
  }
  .f-540-no-margin {
    margin: 0!important;
  }
  .f-540-no-margin-top {
    margin: 0!important;
  }
  .f-540-no-margin-right {
    margin-right: 0!important;
  }
  .f-540-no-margin-bottom {
    margin-bottom: 0!important;
  }
  .f-540-no-margin-left {
    margin-left: 0!important;
  }
  .f-540-hide {
    display: none;
  }
  .f-540-show {
    display: block;
  }
  .f-540-show-inline {
    display: inline;
  }
  .f-540-show-inline-block {
    display: inline-block;
  }
  .f-540-show-flex {
    display: flex;
  }
  .f-540-show-table {
    display: table;
  }
  .f-540-show-table-cell {
    display: table-cell;
  }
  .f-540-align-left {
    text-align: left;
  }
  .f-540-align-right {
    text-align: right;
  }
  .f-540-align-center {
    text-align: center;
  }
  .f-540-align-justify {
    text-align: justify;
  }
  .f-540-margin-auto {
    margin-left: auto!important;
    margin-right: auto!important;
  }
}
@media (min-width: 768px) {
  /* GRID SYSTEM */
  .f-768-1per1,
  .f-768-2per2,
  .f-768-3per3,
  .f-768-4per4,
  .f-768-5per5,
  .f-768-6per6,
  .f-768-8per8,
  .f-768-10per10,
  .f-768-12per12 {
    width: 100%;
  }
  .f-768-1per2,
  .f-768-2per4,
  .f-768-3per6,
  .f-768-4per8,
  .f-768-5per10,
  .f-768-6per12 {
    width: 50%;
  }
  .f-768-1per3,
  .f-768-2per6,
  .f-768-4per12 {
    width: 33.33%;
  }
  .f-768-1per4,
  .f-768-2per8,
  .f-768-3per12 {
    width: 25%;
  }
  .f-768-1per5,
  .f-768-2per10 {
    width: 20%;
  }
  .f-768-1per6,
  .f-768-2per12 {
    width: 16.66%;
  }
  .f-768-1per8 {
    width: 12.5%;
  }
  .f-768-1per10 {
    width: 10%;
  }
  .f-768-1per12 {
    width: 8.33%;
  }
  .f-768-2per3,
  .f-768-4per6,
  .f-768-8per12 {
    width: 66.67%;
  }
  .f-768-3per4,
  .f-768-6per8,
  .f-768-9per12 {
    width: 75%;
  }
  .f-768-3per8 {
    width: 37.5%;
  }
  .f-768-3per10 {
    width: 30%;
  }
  .f-768-2per5,
  .f-768-4per10 {
    width: 40%;
  }
  .f-768-3per5,
  .f-768-6per10 {
    width: 60%;
  }
  .f-768-4per5,
  .f-768-8per10 {
    width: 80%;
  }
  .f-768-5per6,
  .f-768-10per12 {
    width: 83.34%;
  }
  .f-768-5per8 {
    width: 62.5%;
  }
  .f-768-5per12 {
    width: 41.65%;
  }
  .f-768-7per8 {
    width: 87.5%;
  }
  .f-768-7per10 {
    width: 70%;
  }
  .f-768-7per12 {
    width: 58.31%;
  }
  .f-768-9per10 {
    width: 90%;
  }
  .f-768-11per12 {
    width: 91.63%;
  }
  .f-768-push-1per2,
  .f-768-push-2per4,
  .f-768-push-3per6,
  .f-768-push-4per8,
  .f-768-push-5per10,
  .f-768-push-6per12 {
    left: 50%!important;
  }
  .f-768-push-1per3,
  .f-768-push-2per6,
  .f-768-push-4per12 {
    left: 33.33%!important;
  }
  .f-768-push-1per4,
  .f-768-push-2per8,
  .f-768-push-3per12 {
    left: 25%!important;
  }
  .f-768-push-1per5,
  .f-768-push-2per10 {
    left: 20%!important;
  }
  .f-768-push-1per6,
  .f-768-push-2per12 {
    left: 16.66%!important;
  }
  .f-768-push-1per8 {
    left: 12.5%!important;
  }
  .f-768-push-1per10 {
    left: 10%!important;
  }
  .f-768-push-1per12 {
    left: 8.33%!important;
  }
  .f-768-push-2per3,
  .f-768-push-4per6,
  .f-768-push-8per12 {
    left: 66.67%!important;
  }
  .f-768-push-3per4,
  .f-768-push-6per8,
  .f-768-push-9per12 {
    left: 75%!important;
  }
  .f-768-push-3per8 {
    left: 37.5%!important;
  }
  .f-768-push-3per10 {
    left: 30%!important;
  }
  .f-768-push-2per5,
  .f-768-push-4per10 {
    left: 40%!important;
  }
  .f-768-push-3per5,
  .f-768-push-6per10 {
    left: 60%!important;
  }
  .f-768-push-4per5,
  .f-768-push-8per10 {
    left: 80%!important;
  }
  .f-768-push-5per6,
  .f-768-push-10per12 {
    left: 83.34%!important;
  }
  .f-768-push-5per8 {
    left: 62.5%!important;
  }
  .f-768-push-5per12 {
    left: 41.65%!important;
  }
  .f-768-push-7per8 {
    left: 87.5%!important;
  }
  .f-768-push-7per10 {
    left: 70%!important;
  }
  .f-768-push-7per12 {
    left: 58.31%!important;
  }
  .f-768-push-9per10 {
    left: 90%!important;
  }
  .f-768-push-11per12 {
    left: 91.63%!important;
  }
  .f-768-pull-1per2,
  .f-768-pull-2per4,
  .f-768-pull-3per6,
  .f-768-pull-4per8,
  .f-768-pull-5per10,
  .f-768-pull-6per12 {
    right: 50%!important;
  }
  .f-768-pull-1per3,
  .f-768-pull-2per6,
  .f-768-pull-4per12 {
    right: 33.33%!important;
  }
  .f-768-pull-1per4,
  .f-768-pull-2per8,
  .f-768-pull-3per12 {
    right: 25%!important;
  }
  .f-768-pull-1per5,
  .f-768-pull-2per10 {
    right: 20%!important;
  }
  .f-768-pull-1per6,
  .f-768-pull-2per12 {
    right: 16.66%!important;
  }
  .f-768-pull-1per8 {
    right: 12.5%!important;
  }
  .f-768-pull-1per10 {
    right: 10%!important;
  }
  .f-768-pull-1per12 {
    left: 8.33%!important;
  }
  .f-768-pull-2per3,
  .f-768-pull-4per6,
  .f-768-pull-8per12 {
    right: 66.67%!important;
  }
  .f-768-pull-3per4,
  .f-768-pull-6per8,
  .f-768-pull-9per12 {
    right: 75%!important;
  }
  .f-768-pull-3per8 {
    right: 37.5%!important;
  }
  .f-768-pull-3per10 {
    right: 30%!important;
  }
  .f-768-pull-2per5,
  .f-768-pull-4per10 {
    right: 40%!important;
  }
  .f-768-pull-3per5,
  .f-768-pull-6per10 {
    right: 60%!important;
  }
  .f-768-pull-4per5,
  .f-768-pull-8per10 {
    right: 80%!important;
  }
  .f-768-pull-5per6,
  .f-768-pull-10per12 {
    right: 83.34%!important;
  }
  .f-768-pull-5per8 {
    right: 62.5%!important;
  }
  .f-768-pull-5per12 {
    right: 41.65%!important;
  }
  .f-768-pull-7per8 {
    right: 87.5%!important;
  }
  .f-768-pull-7per10 {
    right: 70%!important;
  }
  .f-768-pull-7per12 {
    right: 58.31%!important;
  }
  .f-768-pull-9per10 {
    right: 90%!important;
  }
  .f-768-pull-11per12 {
    right: 91.63%!important;
  }
  .f-768-no-push {
    left: 0!important;
  }
  .f-768-no-pull {
    right: 0!important;
  }
  .f-768-clear {
    clear: both;
  }
  .f-768-clear-left {
    clear: left;
  }
  .f-768-clear-right {
    clear: right;
  }
  .f-768-no-clear {
    clear: none;
  }
  .f-768-no-padding {
    padding: 0!important;
  }
  .f-768-no-padding-top {
    padding-top: 0!important;
  }
  .f-768-no-padding-right {
    padding-right: 0!important;
  }
  .f-768-no-padding-bottom {
    padding-bottom: 0!important;
  }
  .f-768-no-padding-left {
    padding-left: 0!important;
  }
  .f-768-no-margin {
    margin: 0!important;
  }
  .f-768-no-margin-top {
    margin: 0!important;
  }
  .f-768-no-margin-right {
    margin-right: 0!important;
  }
  .f-768-no-margin-bottom {
    margin-bottom: 0!important;
  }
  .f-768-no-margin-left {
    margin-left: 0!important;
  }
  .f-768-hide {
    display: none;
  }
  .f-768-show {
    display: block;
  }
  .f-768-show-inline {
    display: inline;
  }
  .f-768-show-inline-block {
    display: inline-block;
  }
  .f-768-show-flex {
    display: flex;
  }
  .f-768-show-table {
    display: table;
  }
  .f-768-show-table-cell {
    display: table-cell;
  }
  .f-768-align-left {
    text-align: left;
  }
  .f-768-align-right {
    text-align: right;
  }
  .f-768-align-center {
    text-align: center;
  }
  .f-768-align-justify {
    text-align: justify;
  }
  .f-768-margin-auto {
    margin-left: auto!important;
    margin-right: auto!important;
  }
}
@media (min-width: 992px) {
  /* GRID SYSTEM */
  .f-992-1per1,
  .f-992-2per2,
  .f-992-3per3,
  .f-992-4per4,
  .f-992-5per5,
  .f-992-6per6,
  .f-992-8per8,
  .f-992-10per10,
  .f-992-12per12 {
    width: 100%;
  }
  .f-992-1per2,
  .f-992-2per4,
  .f-992-3per6,
  .f-992-4per8,
  .f-992-5per10,
  .f-992-6per12 {
    width: 50%;
  }
  .f-992-1per3,
  .f-992-2per6,
  .f-992-4per12 {
    width: 33.33%;
  }
  .f-992-1per4,
  .f-992-2per8,
  .f-992-3per12 {
    width: 25%;
  }
  .f-992-1per5,
  .f-992-2per10 {
    width: 20%;
  }
  .f-992-1per6,
  .f-992-2per12 {
    width: 16.66%;
  }
  .f-992-1per8 {
    width: 12.5%;
  }
  .f-992-1per10 {
    width: 10%;
  }
  .f-992-1per12 {
    width: 8.33%;
  }
  .f-992-2per3,
  .f-992-4per6,
  .f-992-8per12 {
    width: 66.67%;
  }
  .f-992-3per4,
  .f-992-6per8,
  .f-992-9per12 {
    width: 75%;
  }
  .f-992-3per8 {
    width: 37.5%;
  }
  .f-992-3per10 {
    width: 30%;
  }
  .f-992-2per5,
  .f-992-4per10 {
    width: 40%;
  }
  .f-992-3per5,
  .f-992-6per10 {
    width: 60%;
  }
  .f-992-4per5,
  .f-992-8per10 {
    width: 80%;
  }
  .f-992-5per6,
  .f-992-10per12 {
    width: 83.34%;
  }
  .f-992-5per8 {
    width: 62.5%;
  }
  .f-992-5per12 {
    width: 41.65%;
  }
  .f-992-7per8 {
    width: 87.5%;
  }
  .f-992-7per10 {
    width: 70%;
  }
  .f-992-7per12 {
    width: 58.31%;
  }
  .f-992-9per10 {
    width: 90%;
  }
  .f-992-11per12 {
    width: 91.63%;
  }
  .f-992-push-1per2,
  .f-992-push-2per4,
  .f-992-push-3per6,
  .f-992-push-4per8,
  .f-992-push-5per10,
  .f-992-push-6per12 {
    left: 50%!important;
  }
  .f-992-push-1per3,
  .f-992-push-2per6,
  .f-992-push-4per12 {
    left: 33.33%!important;
  }
  .f-992-push-1per4,
  .f-992-push-2per8,
  .f-992-push-3per12 {
    left: 25%!important;
  }
  .f-992-push-1per5,
  .f-992-push-2per10 {
    left: 20%!important;
  }
  .f-992-push-1per6,
  .f-992-push-2per12 {
    left: 16.66%!important;
  }
  .f-992-push-1per8 {
    left: 12.5%!important;
  }
  .f-992-push-1per10 {
    left: 10%!important;
  }
  .f-992-push-1per12 {
    left: 8.33%!important;
  }
  .f-992-push-2per3,
  .f-992-push-4per6,
  .f-992-push-8per12 {
    left: 66.67%!important;
  }
  .f-992-push-3per4,
  .f-992-push-6per8,
  .f-992-push-9per12 {
    left: 75%!important;
  }
  .f-992-push-3per8 {
    left: 37.5%!important;
  }
  .f-992-push-3per10 {
    left: 30%!important;
  }
  .f-992-push-2per5,
  .f-992-push-4per10 {
    left: 40%!important;
  }
  .f-992-push-3per5,
  .f-992-push-6per10 {
    left: 60%!important;
  }
  .f-992-push-4per5,
  .f-992-push-8per10 {
    left: 80%!important;
  }
  .f-992-push-5per6,
  .f-992-push-10per12 {
    left: 83.34%!important;
  }
  .f-992-push-5per8 {
    left: 62.5%!important;
  }
  .f-992-push-5per12 {
    left: 41.65%!important;
  }
  .f-992-push-7per8 {
    left: 87.5%!important;
  }
  .f-992-push-7per10 {
    left: 70%!important;
  }
  .f-992-push-7per12 {
    left: 58.31%!important;
  }
  .f-992-push-9per10 {
    left: 90%!important;
  }
  .f-992-push-11per12 {
    left: 91.63%!important;
  }
  .f-992-pull-1per2,
  .f-992-pull-2per4,
  .f-992-pull-3per6,
  .f-992-pull-4per8,
  .f-992-pull-5per10,
  .f-992-pull-6per12 {
    right: 50%!important;
  }
  .f-992-pull-1per3,
  .f-992-pull-2per6,
  .f-992-pull-4per12 {
    right: 33.33%!important;
  }
  .f-992-pull-1per4,
  .f-992-pull-2per8,
  .f-992-pull-3per12 {
    right: 25%!important;
  }
  .f-992-pull-1per5,
  .f-992-pull-2per10 {
    right: 20%!important;
  }
  .f-992-pull-1per6,
  .f-992-pull-2per12 {
    right: 16.66%!important;
  }
  .f-992-pull-1per8 {
    right: 12.5%!important;
  }
  .f-992-pull-1per10 {
    right: 10%!important;
  }
  .f-992-pull-1per12 {
    left: 8.33%!important;
  }
  .f-992-pull-2per3,
  .f-992-pull-4per6,
  .f-992-pull-8per12 {
    right: 66.67%!important;
  }
  .f-992-pull-3per4,
  .f-992-pull-6per8,
  .f-992-pull-9per12 {
    right: 75%!important;
  }
  .f-992-pull-3per8 {
    right: 37.5%!important;
  }
  .f-992-pull-3per10 {
    right: 30%!important;
  }
  .f-992-pull-2per5,
  .f-992-pull-4per10 {
    right: 40%!important;
  }
  .f-992-pull-3per5,
  .f-992-pull-6per10 {
    right: 60%!important;
  }
  .f-992-pull-4per5,
  .f-992-pull-8per10 {
    right: 80%!important;
  }
  .f-992-pull-5per6,
  .f-992-pull-10per12 {
    right: 83.34%!important;
  }
  .f-992-pull-5per8 {
    right: 62.5%!important;
  }
  .f-992-pull-5per12 {
    right: 41.65%!important;
  }
  .f-992-pull-7per8 {
    right: 87.5%!important;
  }
  .f-992-pull-7per10 {
    right: 70%!important;
  }
  .f-992-pull-7per12 {
    right: 58.31%!important;
  }
  .f-992-pull-9per10 {
    right: 90%!important;
  }
  .f-992-pull-11per12 {
    right: 91.63%!important;
  }
  .f-992-no-push {
    left: 0!important;
  }
  .f-992-no-pull {
    right: 0!important;
  }
  .f-992-clear {
    clear: both;
  }
  .f-992-clear-left {
    clear: left;
  }
  .f-992-clear-right {
    clear: right;
  }
  .f-992-no-clear {
    clear: none;
  }
  .f-992-no-padding {
    padding: 0!important;
  }
  .f-992-no-padding-top {
    padding-top: 0!important;
  }
  .f-992-no-padding-right {
    padding-right: 0!important;
  }
  .f-992-no-padding-bottom {
    padding-bottom: 0!important;
  }
  .f-992-no-padding-left {
    padding-left: 0!important;
  }
  .f-992-no-margin {
    margin: 0!important;
  }
  .f-992-no-margin-top {
    margin: 0!important;
  }
  .f-992-no-margin-right {
    margin-right: 0!important;
  }
  .f-992-no-margin-bottom {
    margin-bottom: 0!important;
  }
  .f-992-no-margin-left {
    margin-left: 0!important;
  }
  .f-992-hide {
    display: none;
  }
  .f-992-show {
    display: block;
  }
  .f-992-show-inline {
    display: inline;
  }
  .f-992-show-inline-block {
    display: inline-block;
  }
  .f-992-show-flex {
    display: flex;
  }
  .f-992-show-table {
    display: table;
  }
  .f-992-show-table-cell {
    display: table-cell;
  }
  .f-992-align-left {
    text-align: left;
  }
  .f-992-align-right {
    text-align: right;
  }
  .f-992-align-center {
    text-align: center;
  }
  .f-992-align-justify {
    text-align: justify;
  }
  .f-992-margin-auto {
    margin-left: auto!important;
    margin-right: auto!important;
  }
}
@media (min-width: 1200px) {
  /* GRID SYSTEM */
  .f-1200-1per1,
  .f-1200-2per2,
  .f-1200-3per3,
  .f-1200-4per4,
  .f-1200-5per5,
  .f-1200-6per6,
  .f-1200-8per8,
  .f-1200-10per10,
  .f-1200-12per12 {
    width: 100%;
  }
  .f-1200-1per2,
  .f-1200-2per4,
  .f-1200-3per6,
  .f-1200-4per8,
  .f-1200-5per10,
  .f-1200-6per12 {
    width: 50%;
  }
  .f-1200-1per3,
  .f-1200-2per6,
  .f-1200-4per12 {
    width: 33.33%;
  }
  .f-1200-1per4,
  .f-1200-2per8,
  .f-1200-3per12 {
    width: 25%;
  }
  .f-1200-1per5,
  .f-1200-2per10 {
    width: 20%;
  }
  .f-1200-1per6,
  .f-1200-2per12 {
    width: 16.66%;
  }
  .f-1200-1per8 {
    width: 12.5%;
  }
  .f-1200-1per10 {
    width: 10%;
  }
  .f-1200-1per12 {
    width: 8.33%;
  }
  .f-1200-2per3,
  .f-1200-4per6,
  .f-1200-8per12 {
    width: 66.67%;
  }
  .f-1200-3per4,
  .f-1200-6per8,
  .f-1200-9per12 {
    width: 75%;
  }
  .f-1200-3per8 {
    width: 37.5%;
  }
  .f-1200-3per10 {
    width: 30%;
  }
  .f-1200-2per5,
  .f-1200-4per10 {
    width: 40%;
  }
  .f-1200-3per5,
  .f-1200-6per10 {
    width: 60%;
  }
  .f-1200-4per5,
  .f-1200-8per10 {
    width: 80%;
  }
  .f-1200-5per6,
  .f-1200-10per12 {
    width: 83.34%;
  }
  .f-1200-5per8 {
    width: 62.5%;
  }
  .f-1200-5per12 {
    width: 41.65%;
  }
  .f-1200-7per8 {
    width: 87.5%;
  }
  .f-1200-7per10 {
    width: 70%;
  }
  .f-1200-7per12 {
    width: 58.31%;
  }
  .f-1200-9per10 {
    width: 90%;
  }
  .f-1200-11per12 {
    width: 91.63%;
  }
  .f-1200-push-1per2,
  .f-1200-push-2per4,
  .f-1200-push-3per6,
  .f-1200-push-4per8,
  .f-1200-push-5per10,
  .f-1200-push-6per12 {
    left: 50%!important;
  }
  .f-1200-push-1per3,
  .f-1200-push-2per6,
  .f-1200-push-4per12 {
    left: 33.33%!important;
  }
  .f-1200-push-1per4,
  .f-1200-push-2per8,
  .f-1200-push-3per12 {
    left: 25%!important;
  }
  .f-1200-push-1per5,
  .f-1200-push-2per10 {
    left: 20%!important;
  }
  .f-1200-push-1per6,
  .f-1200-push-2per12 {
    left: 16.66%!important;
  }
  .f-1200-push-1per8 {
    left: 12.5%!important;
  }
  .f-1200-push-1per10 {
    left: 10%!important;
  }
  .f-1200-push-1per12 {
    left: 8.33%!important;
  }
  .f-1200-push-2per3,
  .f-1200-push-4per6,
  .f-1200-push-8per12 {
    left: 66.67%!important;
  }
  .f-1200-push-3per4,
  .f-1200-push-6per8,
  .f-1200-push-9per12 {
    left: 75%!important;
  }
  .f-1200-push-3per8 {
    left: 37.5%!important;
  }
  .f-1200-push-3per10 {
    left: 30%!important;
  }
  .f-1200-push-2per5,
  .f-1200-push-4per10 {
    left: 40%!important;
  }
  .f-1200-push-3per5,
  .f-1200-push-6per10 {
    left: 60%!important;
  }
  .f-1200-push-4per5,
  .f-1200-push-8per10 {
    left: 80%!important;
  }
  .f-1200-push-5per6,
  .f-1200-push-10per12 {
    left: 83.34%!important;
  }
  .f-1200-push-5per8 {
    left: 62.5%!important;
  }
  .f-1200-push-5per12 {
    left: 41.65%!important;
  }
  .f-1200-push-7per8 {
    left: 87.5%!important;
  }
  .f-1200-push-7per10 {
    left: 70%!important;
  }
  .f-1200-push-7per12 {
    left: 58.31%!important;
  }
  .f-1200-push-9per10 {
    left: 90%!important;
  }
  .f-1200-push-11per12 {
    left: 91.63%!important;
  }
  .f-1200-pull-1per2,
  .f-1200-pull-2per4,
  .f-1200-pull-3per6,
  .f-1200-pull-4per8,
  .f-1200-pull-5per10,
  .f-1200-pull-6per12 {
    right: 50%!important;
  }
  .f-1200-pull-1per3,
  .f-1200-pull-2per6,
  .f-1200-pull-4per12 {
    right: 33.33%!important;
  }
  .f-1200-pull-1per4,
  .f-1200-pull-2per8,
  .f-1200-pull-3per12 {
    right: 25%!important;
  }
  .f-1200-pull-1per5,
  .f-1200-pull-2per10 {
    right: 20%!important;
  }
  .f-1200-pull-1per6,
  .f-1200-pull-2per12 {
    right: 16.66%!important;
  }
  .f-1200-pull-1per8 {
    right: 12.5%!important;
  }
  .f-1200-pull-1per10 {
    right: 10%!important;
  }
  .f-1200-pull-1per12 {
    left: 8.33%!important;
  }
  .f-1200-pull-2per3,
  .f-1200-pull-4per6,
  .f-1200-pull-8per12 {
    right: 66.67%!important;
  }
  .f-1200-pull-3per4,
  .f-1200-pull-6per8,
  .f-1200-pull-9per12 {
    right: 75%!important;
  }
  .f-1200-pull-3per8 {
    right: 37.5%!important;
  }
  .f-1200-pull-3per10 {
    right: 30%!important;
  }
  .f-1200-pull-2per5,
  .f-1200-pull-4per10 {
    right: 40%!important;
  }
  .f-1200-pull-3per5,
  .f-1200-pull-6per10 {
    right: 60%!important;
  }
  .f-1200-pull-4per5,
  .f-1200-pull-8per10 {
    right: 80%!important;
  }
  .f-1200-pull-5per6,
  .f-1200-pull-10per12 {
    right: 83.34%!important;
  }
  .f-1200-pull-5per8 {
    right: 62.5%!important;
  }
  .f-1200-pull-5per12 {
    right: 41.65%!important;
  }
  .f-1200-pull-7per8 {
    right: 87.5%!important;
  }
  .f-1200-pull-7per10 {
    right: 70%!important;
  }
  .f-1200-pull-7per12 {
    right: 58.31%!important;
  }
  .f-1200-pull-9per10 {
    right: 90%!important;
  }
  .f-1200-pull-11per12 {
    right: 91.63%!important;
  }
  .f-1200-no-push {
    left: 0!important;
  }
  .f-1200-no-pull {
    right: 0!important;
  }
  .f-1200-clear {
    clear: both;
  }
  .f-1200-clear-left {
    clear: left;
  }
  .f-1200-clear-right {
    clear: right;
  }
  .f-1200-no-clear {
    clear: none;
  }
  .f-1200-no-padding {
    padding: 0!important;
  }
  .f-1200-no-padding-top {
    padding-top: 0!important;
  }
  .f-1200-no-padding-right {
    padding-right: 0!important;
  }
  .f-1200-no-padding-bottom {
    padding-bottom: 0!important;
  }
  .f-1200-no-padding-left {
    padding-left: 0!important;
  }
  .f-1200-no-margin {
    margin: 0!important;
  }
  .f-1200-no-margin-top {
    margin: 0!important;
  }
  .f-1200-no-margin-right {
    margin-right: 0!important;
  }
  .f-1200-no-margin-bottom {
    margin-bottom: 0!important;
  }
  .f-1200-no-margin-left {
    margin-left: 0!important;
  }
  .f-1200-hide {
    display: none;
  }
  .f-1200-show {
    display: block;
  }
  .f-1200-show-inline {
    display: inline;
  }
  .f-1200-show-inline-block {
    display: inline-block;
  }
  .f-1200-show-flex {
    display: flex;
  }
  .f-1200-show-table {
    display: table;
  }
  .f-1200-show-table-cell {
    display: table-cell;
  }
  .f-1200-align-left {
    text-align: left;
  }
  .f-1200-align-right {
    text-align: right;
  }
  .f-1200-align-center {
    text-align: center;
  }
  .f-1200-align-justify {
    text-align: justify;
  }
  .f-1200-margin-auto {
    margin-left: auto!important;
    margin-right: auto!important;
  }
  .container-full {
    padding: 0 30px;
  }
  .row {
    margin: 0 -15px;
  }
  .row.medium-gutter {
    margin: 0 -10px;
  }
  .grid-child {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .row.medium-gutter > .grid-child {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .row.no-gutter > .grid-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  /* GRID SYSTEM */
  .f-1400-1per1,
  .f-1400-2per2,
  .f-1400-3per3,
  .f-1400-4per4,
  .f-1400-5per5,
  .f-1400-6per6,
  .f-1400-8per8,
  .f-1400-10per10,
  .f-1400-12per12 {
    width: 100%;
  }
  .f-1400-1per2,
  .f-1400-2per4,
  .f-1400-3per6,
  .f-1400-4per8,
  .f-1400-5per10,
  .f-1400-6per12 {
    width: 50%;
  }
  .f-1400-1per3,
  .f-1400-2per6,
  .f-1400-4per12 {
    width: 33.33%;
  }
  .f-1400-1per4,
  .f-1400-2per8,
  .f-1400-3per12 {
    width: 25%;
  }
  .f-1400-1per5,
  .f-1400-2per10 {
    width: 20%;
  }
  .f-1400-1per6,
  .f-1400-2per12 {
    width: 16.66%;
  }
  .f-1400-1per8 {
    width: 12.5%;
  }
  .f-1400-1per10 {
    width: 10%;
  }
  .f-1400-1per12 {
    width: 8.33%;
  }
  .f-1400-2per3,
  .f-1400-4per6,
  .f-1400-8per12 {
    width: 66.67%;
  }
  .f-1400-3per4,
  .f-1400-6per8,
  .f-1400-9per12 {
    width: 75%;
  }
  .f-1400-3per8 {
    width: 37.5%;
  }
  .f-1400-3per10 {
    width: 30%;
  }
  .f-1400-2per5,
  .f-1400-4per10 {
    width: 40%;
  }
  .f-1400-3per5,
  .f-1400-6per10 {
    width: 60%;
  }
  .f-1400-4per5,
  .f-1400-8per10 {
    width: 80%;
  }
  .f-1400-5per6,
  .f-1400-10per12 {
    width: 83.34%;
  }
  .f-1400-5per8 {
    width: 62.5%;
  }
  .f-1400-5per12 {
    width: 41.65%;
  }
  .f-1400-7per8 {
    width: 87.5%;
  }
  .f-1400-7per10 {
    width: 70%;
  }
  .f-1400-7per12 {
    width: 58.31%;
  }
  .f-1400-9per10 {
    width: 90%;
  }
  .f-1400-11per12 {
    width: 91.63%;
  }
  .f-1400-push-1per2,
  .f-1400-push-2per4,
  .f-1400-push-3per6,
  .f-1400-push-4per8,
  .f-1400-push-5per10,
  .f-1400-push-6per12 {
    left: 50%!important;
  }
  .f-1400-push-1per3,
  .f-1400-push-2per6,
  .f-1400-push-4per12 {
    left: 33.33%!important;
  }
  .f-1400-push-1per4,
  .f-1400-push-2per8,
  .f-1400-push-3per12 {
    left: 25%!important;
  }
  .f-1400-push-1per5,
  .f-1400-push-2per10 {
    left: 20%!important;
  }
  .f-1400-push-1per6,
  .f-1400-push-2per12 {
    left: 16.66%!important;
  }
  .f-1400-push-1per8 {
    left: 12.5%!important;
  }
  .f-1400-push-1per10 {
    left: 10%!important;
  }
  .f-1400-push-1per12 {
    left: 8.33%!important;
  }
  .f-1400-push-2per3,
  .f-1400-push-4per6,
  .f-1400-push-8per12 {
    left: 66.67%!important;
  }
  .f-1400-push-3per4,
  .f-1400-push-6per8,
  .f-1400-push-9per12 {
    left: 75%!important;
  }
  .f-1400-push-3per8 {
    left: 37.5%!important;
  }
  .f-1400-push-3per10 {
    left: 30%!important;
  }
  .f-1400-push-2per5,
  .f-1400-push-4per10 {
    left: 40%!important;
  }
  .f-1400-push-3per5,
  .f-1400-push-6per10 {
    left: 60%!important;
  }
  .f-1400-push-4per5,
  .f-1400-push-8per10 {
    left: 80%!important;
  }
  .f-1400-push-5per6,
  .f-1400-push-10per12 {
    left: 83.34%!important;
  }
  .f-1400-push-5per8 {
    left: 62.5%!important;
  }
  .f-1400-push-5per12 {
    left: 41.65%!important;
  }
  .f-1400-push-7per8 {
    left: 87.5%!important;
  }
  .f-1400-push-7per10 {
    left: 70%!important;
  }
  .f-1400-push-7per12 {
    left: 58.31%!important;
  }
  .f-1400-push-9per10 {
    left: 90%!important;
  }
  .f-1400-push-11per12 {
    left: 91.63%!important;
  }
  .f-1400-pull-1per2,
  .f-1400-pull-2per4,
  .f-1400-pull-3per6,
  .f-1400-pull-4per8,
  .f-1400-pull-5per10,
  .f-1400-pull-6per12 {
    right: 50%!important;
  }
  .f-1400-pull-1per3,
  .f-1400-pull-2per6,
  .f-1400-pull-4per12 {
    right: 33.33%!important;
  }
  .f-1400-pull-1per4,
  .f-1400-pull-2per8,
  .f-1400-pull-3per12 {
    right: 25%!important;
  }
  .f-1400-pull-1per5,
  .f-1400-pull-2per10 {
    right: 20%!important;
  }
  .f-1400-pull-1per6,
  .f-1400-pull-2per12 {
    right: 16.66%!important;
  }
  .f-1400-pull-1per8 {
    right: 12.5%!important;
  }
  .f-1400-pull-1per10 {
    right: 10%!important;
  }
  .f-1400-pull-1per12 {
    left: 8.33%!important;
  }
  .f-1400-pull-2per3,
  .f-1400-pull-4per6,
  .f-1400-pull-8per12 {
    right: 66.67%!important;
  }
  .f-1400-pull-3per4,
  .f-1400-pull-6per8,
  .f-1400-pull-9per12 {
    right: 75%!important;
  }
  .f-1400-pull-3per8 {
    right: 37.5%!important;
  }
  .f-1400-pull-3per10 {
    right: 30%!important;
  }
  .f-1400-pull-2per5,
  .f-1400-pull-4per10 {
    right: 40%!important;
  }
  .f-1400-pull-3per5,
  .f-1400-pull-6per10 {
    right: 60%!important;
  }
  .f-1400-pull-4per5,
  .f-1400-pull-8per10 {
    right: 80%!important;
  }
  .f-1400-pull-5per6,
  .f-1400-pull-10per12 {
    right: 83.34%!important;
  }
  .f-1400-pull-5per8 {
    right: 62.5%!important;
  }
  .f-1400-pull-5per12 {
    right: 41.65%!important;
  }
  .f-1400-pull-7per8 {
    right: 87.5%!important;
  }
  .f-1400-pull-7per10 {
    right: 70%!important;
  }
  .f-1400-pull-7per12 {
    right: 58.31%!important;
  }
  .f-1400-pull-9per10 {
    right: 90%!important;
  }
  .f-1400-pull-11per12 {
    right: 91.63%!important;
  }
  .f-1400-no-push {
    left: 0!important;
  }
  .f-1400-no-pull {
    right: 0!important;
  }
  .f-1400-clear {
    clear: both;
  }
  .f-1400-clear-left {
    clear: left;
  }
  .f-1400-clear-right {
    clear: right;
  }
  .f-1400-no-clear {
    clear: none;
  }
  .f-1400-no-padding {
    padding: 0!important;
  }
  .f-1400-no-padding-top {
    padding-top: 0!important;
  }
  .f-1400-no-padding-right {
    padding-right: 0!important;
  }
  .f-1400-no-padding-bottom {
    padding-bottom: 0!important;
  }
  .f-1400-no-padding-left {
    padding-left: 0!important;
  }
  .f-1400-no-margin {
    margin: 0!important;
  }
  .f-1400-no-margin-top {
    margin: 0!important;
  }
  .f-1400-no-margin-right {
    margin-right: 0!important;
  }
  .f-1400-no-margin-bottom {
    margin-bottom: 0!important;
  }
  .f-1400-no-margin-left {
    margin-left: 0!important;
  }
  .f-1400-hide {
    display: none;
  }
  .f-1400-show {
    display: block;
  }
  .f-1400-show-inline {
    display: inline;
  }
  .f-1400-show-inline-block {
    display: inline-block;
  }
  .f-1400-show-flex {
    display: flex;
  }
  .f-1400-show-table {
    display: table;
  }
  .f-1400-show-table-cell {
    display: table-cell;
  }
  .f-1400-align-left {
    text-align: left;
  }
  .f-1400-align-right {
    text-align: right;
  }
  .f-1400-align-center {
    text-align: center;
  }
  .f-1400-align-justify {
    text-align: justify;
  }
  .f-1400-margin-auto {
    margin-left: auto!important;
    margin-right: auto!important;
  }
}
@media (min-width: 1600px) {
  /* GRID SYSTEM */
  .f-1600-1per1,
  .f-1600-2per2,
  .f-1600-3per3,
  .f-1600-4per4,
  .f-1600-5per5,
  .f-1600-6per6,
  .f-1600-8per8,
  .f-1600-10per10,
  .f-1600-12per12 {
    width: 100%;
  }
  .f-1600-1per2,
  .f-1600-2per4,
  .f-1600-3per6,
  .f-1600-4per8,
  .f-1600-5per10,
  .f-1600-6per12 {
    width: 50%;
  }
  .f-1600-1per3,
  .f-1600-2per6,
  .f-1600-4per12 {
    width: 33.33%;
  }
  .f-1600-1per4,
  .f-1600-2per8,
  .f-1600-3per12 {
    width: 25%;
  }
  .f-1600-1per5,
  .f-1600-2per10 {
    width: 20%;
  }
  .f-1600-1per6,
  .f-1600-2per12 {
    width: 16.66%;
  }
  .f-1600-1per8 {
    width: 12.5%;
  }
  .f-1600-1per10 {
    width: 10%;
  }
  .f-1600-1per12 {
    width: 8.33%;
  }
  .f-1600-2per3,
  .f-1600-4per6,
  .f-1600-8per12 {
    width: 66.67%;
  }
  .f-1600-3per4,
  .f-1600-6per8,
  .f-1600-9per12 {
    width: 75%;
  }
  .f-1600-3per8 {
    width: 37.5%;
  }
  .f-1600-3per10 {
    width: 30%;
  }
  .f-1600-2per5,
  .f-1600-4per10 {
    width: 40%;
  }
  .f-1600-3per5,
  .f-1600-6per10 {
    width: 60%;
  }
  .f-1600-4per5,
  .f-1600-8per10 {
    width: 80%;
  }
  .f-1600-5per6,
  .f-1600-10per12 {
    width: 83.34%;
  }
  .f-1600-5per8 {
    width: 62.5%;
  }
  .f-1600-5per12 {
    width: 41.65%;
  }
  .f-1600-7per8 {
    width: 87.5%;
  }
  .f-1600-7per10 {
    width: 70%;
  }
  .f-1600-7per12 {
    width: 58.31%;
  }
  .f-1600-9per10 {
    width: 90%;
  }
  .f-1600-11per12 {
    width: 91.63%;
  }
  .f-1600-push-1per2,
  .f-1600-push-2per4,
  .f-1600-push-3per6,
  .f-1600-push-4per8,
  .f-1600-push-5per10,
  .f-1600-push-6per12 {
    left: 50%!important;
  }
  .f-1600-push-1per3,
  .f-1600-push-2per6,
  .f-1600-push-4per12 {
    left: 33.33%!important;
  }
  .f-1600-push-1per4,
  .f-1600-push-2per8,
  .f-1600-push-3per12 {
    left: 25%!important;
  }
  .f-1600-push-1per5,
  .f-1600-push-2per10 {
    left: 20%!important;
  }
  .f-1600-push-1per6,
  .f-1600-push-2per12 {
    left: 16.66%!important;
  }
  .f-1600-push-1per8 {
    left: 12.5%!important;
  }
  .f-1600-push-1per10 {
    left: 10%!important;
  }
  .f-1600-push-1per12 {
    left: 8.33%!important;
  }
  .f-1600-push-2per3,
  .f-1600-push-4per6,
  .f-1600-push-8per12 {
    left: 66.67%!important;
  }
  .f-1600-push-3per4,
  .f-1600-push-6per8,
  .f-1600-push-9per12 {
    left: 75%!important;
  }
  .f-1600-push-3per8 {
    left: 37.5%!important;
  }
  .f-1600-push-3per10 {
    left: 30%!important;
  }
  .f-1600-push-2per5,
  .f-1600-push-4per10 {
    left: 40%!important;
  }
  .f-1600-push-3per5,
  .f-1600-push-6per10 {
    left: 60%!important;
  }
  .f-1600-push-4per5,
  .f-1600-push-8per10 {
    left: 80%!important;
  }
  .f-1600-push-5per6,
  .f-1600-push-10per12 {
    left: 83.34%!important;
  }
  .f-1600-push-5per8 {
    left: 62.5%!important;
  }
  .f-1600-push-5per12 {
    left: 41.65%!important;
  }
  .f-1600-push-7per8 {
    left: 87.5%!important;
  }
  .f-1600-push-7per10 {
    left: 70%!important;
  }
  .f-1600-push-7per12 {
    left: 58.31%!important;
  }
  .f-1600-push-9per10 {
    left: 90%!important;
  }
  .f-1600-push-11per12 {
    left: 91.63%!important;
  }
  .f-1600-pull-1per2,
  .f-1600-pull-2per4,
  .f-1600-pull-3per6,
  .f-1600-pull-4per8,
  .f-1600-pull-5per10,
  .f-1600-pull-6per12 {
    right: 50%!important;
  }
  .f-1600-pull-1per3,
  .f-1600-pull-2per6,
  .f-1600-pull-4per12 {
    right: 33.33%!important;
  }
  .f-1600-pull-1per4,
  .f-1600-pull-2per8,
  .f-1600-pull-3per12 {
    right: 25%!important;
  }
  .f-1600-pull-1per5,
  .f-1600-pull-2per10 {
    right: 20%!important;
  }
  .f-1600-pull-1per6,
  .f-1600-pull-2per12 {
    right: 16.66%!important;
  }
  .f-1600-pull-1per8 {
    right: 12.5%!important;
  }
  .f-1600-pull-1per10 {
    right: 10%!important;
  }
  .f-1600-pull-1per12 {
    left: 8.33%!important;
  }
  .f-1600-pull-2per3,
  .f-1600-pull-4per6,
  .f-1600-pull-8per12 {
    right: 66.67%!important;
  }
  .f-1600-pull-3per4,
  .f-1600-pull-6per8,
  .f-1600-pull-9per12 {
    right: 75%!important;
  }
  .f-1600-pull-3per8 {
    right: 37.5%!important;
  }
  .f-1600-pull-3per10 {
    right: 30%!important;
  }
  .f-1600-pull-2per5,
  .f-1600-pull-4per10 {
    right: 40%!important;
  }
  .f-1600-pull-3per5,
  .f-1600-pull-6per10 {
    right: 60%!important;
  }
  .f-1600-pull-4per5,
  .f-1600-pull-8per10 {
    right: 80%!important;
  }
  .f-1600-pull-5per6,
  .f-1600-pull-10per12 {
    right: 83.34%!important;
  }
  .f-1600-pull-5per8 {
    right: 62.5%!important;
  }
  .f-1600-pull-5per12 {
    right: 41.65%!important;
  }
  .f-1600-pull-7per8 {
    right: 87.5%!important;
  }
  .f-1600-pull-7per10 {
    right: 70%!important;
  }
  .f-1600-pull-7per12 {
    right: 58.31%!important;
  }
  .f-1600-pull-9per10 {
    right: 90%!important;
  }
  .f-1600-pull-11per12 {
    right: 91.63%!important;
  }
  .f-1600-no-push {
    left: 0!important;
  }
  .f-1600-no-pull {
    right: 0!important;
  }
  .f-1600-clear {
    clear: both;
  }
  .f-1600-clear-left {
    clear: left;
  }
  .f-1600-clear-right {
    clear: right;
  }
  .f-1600-no-clear {
    clear: none;
  }
  .f-1600-no-padding {
    padding: 0!important;
  }
  .f-1600-no-padding-top {
    padding-top: 0!important;
  }
  .f-1600-no-padding-right {
    padding-right: 0!important;
  }
  .f-1600-no-padding-bottom {
    padding-bottom: 0!important;
  }
  .f-1600-no-padding-left {
    padding-left: 0!important;
  }
  .f-1600-no-margin {
    margin: 0!important;
  }
  .f-1600-no-margin-top {
    margin: 0!important;
  }
  .f-1600-no-margin-right {
    margin-right: 0!important;
  }
  .f-1600-no-margin-bottom {
    margin-bottom: 0!important;
  }
  .f-1600-no-margin-left {
    margin-left: 0!important;
  }
  .f-1600-hide {
    display: none;
  }
  .f-1600-show {
    display: block;
  }
  .f-1600-show-inline {
    display: inline;
  }
  .f-1600-show-inline-block {
    display: inline-block;
  }
  .f-1600-show-flex {
    display: flex;
  }
  .f-1600-show-table {
    display: table;
  }
  .f-1600-show-table-cell {
    display: table-cell;
  }
  .f-1600-align-left {
    text-align: left;
  }
  .f-1600-align-right {
    text-align: right;
  }
  .f-1600-align-center {
    text-align: center;
  }
  .f-1600-align-justify {
    text-align: justify;
  }
  .f-1600-margin-auto {
    margin-left: auto!important;
    margin-right: auto!important;
  }
}
@media (min-width: 1900px) {
  /* GRID SYSTEM */
  .f-1900-1per1,
  .f-1900-2per2,
  .f-1900-3per3,
  .f-1900-4per4,
  .f-1900-5per5,
  .f-1900-6per6,
  .f-1900-8per8,
  .f-1900-10per10,
  .f-1900-12per12 {
    width: 100%;
  }
  .f-1900-1per2,
  .f-1900-2per4,
  .f-1900-3per6,
  .f-1900-4per8,
  .f-1900-5per10,
  .f-1900-6per12 {
    width: 50%;
  }
  .f-1900-1per3,
  .f-1900-2per6,
  .f-1900-4per12 {
    width: 33.33%;
  }
  .f-1900-1per4,
  .f-1900-2per8,
  .f-1900-3per12 {
    width: 25%;
  }
  .f-1900-1per5,
  .f-1900-2per10 {
    width: 20%;
  }
  .f-1900-1per6,
  .f-1900-2per12 {
    width: 16.66%;
  }
  .f-1900-1per8 {
    width: 12.5%;
  }
  .f-1900-1per10 {
    width: 10%;
  }
  .f-1900-1per12 {
    width: 8.33%;
  }
  .f-1900-2per3,
  .f-1900-4per6,
  .f-1900-8per12 {
    width: 66.67%;
  }
  .f-1900-3per4,
  .f-1900-6per8,
  .f-1900-9per12 {
    width: 75%;
  }
  .f-1900-3per8 {
    width: 37.5%;
  }
  .f-1900-3per10 {
    width: 30%;
  }
  .f-1900-2per5,
  .f-1900-4per10 {
    width: 40%;
  }
  .f-1900-3per5,
  .f-1900-6per10 {
    width: 60%;
  }
  .f-1900-4per5,
  .f-1900-8per10 {
    width: 80%;
  }
  .f-1900-5per6,
  .f-1900-10per12 {
    width: 83.34%;
  }
  .f-1900-5per8 {
    width: 62.5%;
  }
  .f-1900-5per12 {
    width: 41.65%;
  }
  .f-1900-7per8 {
    width: 87.5%;
  }
  .f-1900-7per10 {
    width: 70%;
  }
  .f-1900-7per12 {
    width: 58.31%;
  }
  .f-1900-9per10 {
    width: 90%;
  }
  .f-1900-11per12 {
    width: 91.63%;
  }
  .f-1900-push-1per2,
  .f-1900-push-2per4,
  .f-1900-push-3per6,
  .f-1900-push-4per8,
  .f-1900-push-5per10,
  .f-1900-push-6per12 {
    left: 50%!important;
  }
  .f-1900-push-1per3,
  .f-1900-push-2per6,
  .f-1900-push-4per12 {
    left: 33.33%!important;
  }
  .f-1900-push-1per4,
  .f-1900-push-2per8,
  .f-1900-push-3per12 {
    left: 25%!important;
  }
  .f-1900-push-1per5,
  .f-1900-push-2per10 {
    left: 20%!important;
  }
  .f-1900-push-1per6,
  .f-1900-push-2per12 {
    left: 16.66%!important;
  }
  .f-1900-push-1per8 {
    left: 12.5%!important;
  }
  .f-1900-push-1per10 {
    left: 10%!important;
  }
  .f-1900-push-1per12 {
    left: 8.33%!important;
  }
  .f-1900-push-2per3,
  .f-1900-push-4per6,
  .f-1900-push-8per12 {
    left: 66.67%!important;
  }
  .f-1900-push-3per4,
  .f-1900-push-6per8,
  .f-1900-push-9per12 {
    left: 75%!important;
  }
  .f-1900-push-3per8 {
    left: 37.5%!important;
  }
  .f-1900-push-3per10 {
    left: 30%!important;
  }
  .f-1900-push-2per5,
  .f-1900-push-4per10 {
    left: 40%!important;
  }
  .f-1900-push-3per5,
  .f-1900-push-6per10 {
    left: 60%!important;
  }
  .f-1900-push-4per5,
  .f-1900-push-8per10 {
    left: 80%!important;
  }
  .f-1900-push-5per6,
  .f-1900-push-10per12 {
    left: 83.34%!important;
  }
  .f-1900-push-5per8 {
    left: 62.5%!important;
  }
  .f-1900-push-5per12 {
    left: 41.65%!important;
  }
  .f-1900-push-7per8 {
    left: 87.5%!important;
  }
  .f-1900-push-7per10 {
    left: 70%!important;
  }
  .f-1900-push-7per12 {
    left: 58.31%!important;
  }
  .f-1900-push-9per10 {
    left: 90%!important;
  }
  .f-1900-push-11per12 {
    left: 91.63%!important;
  }
  .f-1900-pull-1per2,
  .f-1900-pull-2per4,
  .f-1900-pull-3per6,
  .f-1900-pull-4per8,
  .f-1900-pull-5per10,
  .f-1900-pull-6per12 {
    right: 50%!important;
  }
  .f-1900-pull-1per3,
  .f-1900-pull-2per6,
  .f-1900-pull-4per12 {
    right: 33.33%!important;
  }
  .f-1900-pull-1per4,
  .f-1900-pull-2per8,
  .f-1900-pull-3per12 {
    right: 25%!important;
  }
  .f-1900-pull-1per5,
  .f-1900-pull-2per10 {
    right: 20%!important;
  }
  .f-1900-pull-1per6,
  .f-1900-pull-2per12 {
    right: 16.66%!important;
  }
  .f-1900-pull-1per8 {
    right: 12.5%!important;
  }
  .f-1900-pull-1per10 {
    right: 10%!important;
  }
  .f-1900-pull-1per12 {
    left: 8.33%!important;
  }
  .f-1900-pull-2per3,
  .f-1900-pull-4per6,
  .f-1900-pull-8per12 {
    right: 66.67%!important;
  }
  .f-1900-pull-3per4,
  .f-1900-pull-6per8,
  .f-1900-pull-9per12 {
    right: 75%!important;
  }
  .f-1900-pull-3per8 {
    right: 37.5%!important;
  }
  .f-1900-pull-3per10 {
    right: 30%!important;
  }
  .f-1900-pull-2per5,
  .f-1900-pull-4per10 {
    right: 40%!important;
  }
  .f-1900-pull-3per5,
  .f-1900-pull-6per10 {
    right: 60%!important;
  }
  .f-1900-pull-4per5,
  .f-1900-pull-8per10 {
    right: 80%!important;
  }
  .f-1900-pull-5per6,
  .f-1900-pull-10per12 {
    right: 83.34%!important;
  }
  .f-1900-pull-5per8 {
    right: 62.5%!important;
  }
  .f-1900-pull-5per12 {
    right: 41.65%!important;
  }
  .f-1900-pull-7per8 {
    right: 87.5%!important;
  }
  .f-1900-pull-7per10 {
    right: 70%!important;
  }
  .f-1900-pull-7per12 {
    right: 58.31%!important;
  }
  .f-1900-pull-9per10 {
    right: 90%!important;
  }
  .f-1900-pull-11per12 {
    right: 91.63%!important;
  }
  .f-1900-no-push {
    left: 0!important;
  }
  .f-1900-no-pull {
    right: 0!important;
  }
  .f-1900-clear {
    clear: both;
  }
  .f-1900-clear-left {
    clear: left;
  }
  .f-1900-clear-right {
    clear: right;
  }
  .f-1900-no-clear {
    clear: none;
  }
  .f-1900-no-padding {
    padding: 0!important;
  }
  .f-1900-no-padding-top {
    padding-top: 0!important;
  }
  .f-1900-no-padding-right {
    padding-right: 0!important;
  }
  .f-1900-no-padding-bottom {
    padding-bottom: 0!important;
  }
  .f-1900-no-padding-left {
    padding-left: 0!important;
  }
  .f-1900-no-margin {
    margin: 0!important;
  }
  .f-1900-no-margin-top {
    margin: 0!important;
  }
  .f-1900-no-margin-right {
    margin-right: 0!important;
  }
  .f-1900-no-margin-bottom {
    margin-bottom: 0!important;
  }
  .f-1900-no-margin-left {
    margin-left: 0!important;
  }
  .f-1900-hide {
    display: none;
  }
  .f-1900-show {
    display: block;
  }
  .f-1900-show-inline {
    display: inline;
  }
  .f-1900-show-inline-block {
    display: inline-block;
  }
  .f-1900-show-flex {
    display: flex;
  }
  .f-1900-show-table {
    display: table;
  }
  .f-1900-show-table-cell {
    display: table-cell;
  }
  .f-1900-align-left {
    text-align: left;
  }
  .f-1900-align-right {
    text-align: right;
  }
  .f-1900-align-center {
    text-align: center;
  }
  .f-1900-align-justify {
    text-align: justify;
  }
  .f-1900-margin-auto {
    margin-left: auto!important;
    margin-right: auto!important;
  }
}
@media (min-width: 2500px) {
  /* GRID SYSTEM */
  .f-2500-1per1,
  .f-2500-2per2,
  .f-2500-3per3,
  .f-2500-4per4,
  .f-2500-5per5,
  .f-2500-6per6,
  .f-2500-8per8,
  .f-2500-10per10,
  .f-2500-12per12 {
    width: 100%;
  }
  .f-2500-1per2,
  .f-2500-2per4,
  .f-2500-3per6,
  .f-2500-4per8,
  .f-2500-5per10,
  .f-2500-6per12 {
    width: 50%;
  }
  .f-2500-1per3,
  .f-2500-2per6,
  .f-2500-4per12 {
    width: 33.33%;
  }
  .f-2500-1per4,
  .f-2500-2per8,
  .f-2500-3per12 {
    width: 25%;
  }
  .f-2500-1per5,
  .f-2500-2per10 {
    width: 20%;
  }
  .f-2500-1per6,
  .f-2500-2per12 {
    width: 16.66%;
  }
  .f-2500-1per8 {
    width: 12.5%;
  }
  .f-2500-1per10 {
    width: 10%;
  }
  .f-2500-1per12 {
    width: 8.33%;
  }
  .f-2500-2per3,
  .f-2500-4per6,
  .f-2500-8per12 {
    width: 66.67%;
  }
  .f-2500-3per4,
  .f-2500-6per8,
  .f-2500-9per12 {
    width: 75%;
  }
  .f-2500-3per8 {
    width: 37.5%;
  }
  .f-2500-3per10 {
    width: 30%;
  }
  .f-2500-2per5,
  .f-2500-4per10 {
    width: 40%;
  }
  .f-2500-3per5,
  .f-2500-6per10 {
    width: 60%;
  }
  .f-2500-4per5,
  .f-2500-8per10 {
    width: 80%;
  }
  .f-2500-5per6,
  .f-2500-10per12 {
    width: 83.34%;
  }
  .f-2500-5per8 {
    width: 62.5%;
  }
  .f-2500-5per12 {
    width: 41.65%;
  }
  .f-2500-7per8 {
    width: 87.5%;
  }
  .f-2500-7per10 {
    width: 70%;
  }
  .f-2500-7per12 {
    width: 58.31%;
  }
  .f-2500-9per10 {
    width: 90%;
  }
  .f-2500-11per12 {
    width: 91.63%;
  }
  .f-2500-push-1per2,
  .f-2500-push-2per4,
  .f-2500-push-3per6,
  .f-2500-push-4per8,
  .f-2500-push-5per10,
  .f-2500-push-6per12 {
    left: 50%!important;
  }
  .f-2500-push-1per3,
  .f-2500-push-2per6,
  .f-2500-push-4per12 {
    left: 33.33%!important;
  }
  .f-2500-push-1per4,
  .f-2500-push-2per8,
  .f-2500-push-3per12 {
    left: 25%!important;
  }
  .f-2500-push-1per5,
  .f-2500-push-2per10 {
    left: 20%!important;
  }
  .f-2500-push-1per6,
  .f-2500-push-2per12 {
    left: 16.66%!important;
  }
  .f-2500-push-1per8 {
    left: 12.5%!important;
  }
  .f-2500-push-1per10 {
    left: 10%!important;
  }
  .f-2500-push-1per12 {
    left: 8.33%!important;
  }
  .f-2500-push-2per3,
  .f-2500-push-4per6,
  .f-2500-push-8per12 {
    left: 66.67%!important;
  }
  .f-2500-push-3per4,
  .f-2500-push-6per8,
  .f-2500-push-9per12 {
    left: 75%!important;
  }
  .f-2500-push-3per8 {
    left: 37.5%!important;
  }
  .f-2500-push-3per10 {
    left: 30%!important;
  }
  .f-2500-push-2per5,
  .f-2500-push-4per10 {
    left: 40%!important;
  }
  .f-2500-push-3per5,
  .f-2500-push-6per10 {
    left: 60%!important;
  }
  .f-2500-push-4per5,
  .f-2500-push-8per10 {
    left: 80%!important;
  }
  .f-2500-push-5per6,
  .f-2500-push-10per12 {
    left: 83.34%!important;
  }
  .f-2500-push-5per8 {
    left: 62.5%!important;
  }
  .f-2500-push-5per12 {
    left: 41.65%!important;
  }
  .f-2500-push-7per8 {
    left: 87.5%!important;
  }
  .f-2500-push-7per10 {
    left: 70%!important;
  }
  .f-2500-push-7per12 {
    left: 58.31%!important;
  }
  .f-2500-push-9per10 {
    left: 90%!important;
  }
  .f-2500-push-11per12 {
    left: 91.63%!important;
  }
  .f-2500-pull-1per2,
  .f-2500-pull-2per4,
  .f-2500-pull-3per6,
  .f-2500-pull-4per8,
  .f-2500-pull-5per10,
  .f-2500-pull-6per12 {
    right: 50%!important;
  }
  .f-2500-pull-1per3,
  .f-2500-pull-2per6,
  .f-2500-pull-4per12 {
    right: 33.33%!important;
  }
  .f-2500-pull-1per4,
  .f-2500-pull-2per8,
  .f-2500-pull-3per12 {
    right: 25%!important;
  }
  .f-2500-pull-1per5,
  .f-2500-pull-2per10 {
    right: 20%!important;
  }
  .f-2500-pull-1per6,
  .f-2500-pull-2per12 {
    right: 16.66%!important;
  }
  .f-2500-pull-1per8 {
    right: 12.5%!important;
  }
  .f-2500-pull-1per10 {
    right: 10%!important;
  }
  .f-2500-pull-1per12 {
    left: 8.33%!important;
  }
  .f-2500-pull-2per3,
  .f-2500-pull-4per6,
  .f-2500-pull-8per12 {
    right: 66.67%!important;
  }
  .f-2500-pull-3per4,
  .f-2500-pull-6per8,
  .f-2500-pull-9per12 {
    right: 75%!important;
  }
  .f-2500-pull-3per8 {
    right: 37.5%!important;
  }
  .f-2500-pull-3per10 {
    right: 30%!important;
  }
  .f-2500-pull-2per5,
  .f-2500-pull-4per10 {
    right: 40%!important;
  }
  .f-2500-pull-3per5,
  .f-2500-pull-6per10 {
    right: 60%!important;
  }
  .f-2500-pull-4per5,
  .f-2500-pull-8per10 {
    right: 80%!important;
  }
  .f-2500-pull-5per6,
  .f-2500-pull-10per12 {
    right: 83.34%!important;
  }
  .f-2500-pull-5per8 {
    right: 62.5%!important;
  }
  .f-2500-pull-5per12 {
    right: 41.65%!important;
  }
  .f-2500-pull-7per8 {
    right: 87.5%!important;
  }
  .f-2500-pull-7per10 {
    right: 70%!important;
  }
  .f-2500-pull-7per12 {
    right: 58.31%!important;
  }
  .f-2500-pull-9per10 {
    right: 90%!important;
  }
  .f-2500-pull-11per12 {
    right: 91.63%!important;
  }
  .f-2500-no-push {
    left: 0!important;
  }
  .f-2500-no-pull {
    right: 0!important;
  }
  .f-2500-clear {
    clear: both;
  }
  .f-2500-clear-left {
    clear: left;
  }
  .f-2500-clear-right {
    clear: right;
  }
  .f-2500-no-clear {
    clear: none;
  }
  .f-2500-no-padding {
    padding: 0!important;
  }
  .f-2500-no-padding-top {
    padding-top: 0!important;
  }
  .f-2500-no-padding-right {
    padding-right: 0!important;
  }
  .f-2500-no-padding-bottom {
    padding-bottom: 0!important;
  }
  .f-2500-no-padding-left {
    padding-left: 0!important;
  }
  .f-2500-no-margin {
    margin: 0!important;
  }
  .f-2500-no-margin-top {
    margin: 0!important;
  }
  .f-2500-no-margin-right {
    margin-right: 0!important;
  }
  .f-2500-no-margin-bottom {
    margin-bottom: 0!important;
  }
  .f-2500-no-margin-left {
    margin-left: 0!important;
  }
  .f-2500-hide {
    display: none;
  }
  .f-2500-show {
    display: block;
  }
  .f-2500-show-inline {
    display: inline;
  }
  .f-2500-show-inline-block {
    display: inline-block;
  }
  .f-2500-show-flex {
    display: flex;
  }
  .f-2500-show-table {
    display: table;
  }
  .f-2500-show-table-cell {
    display: table-cell;
  }
  .f-2500-align-left {
    text-align: left;
  }
  .f-2500-align-right {
    text-align: right;
  }
  .f-2500-align-center {
    text-align: center;
  }
  .f-2500-align-justify {
    text-align: justify;
  }
  .f-2500-margin-auto {
    margin-left: auto!important;
    margin-right: auto!important;
  }
}
