/* compiled by scssphp v0.6.6 on Fri, 14 Sep 2018 10:44:33 +1200 (2.5293s) */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}
/* Links
 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}
/* Text-level semantics
 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Bootstrap: Grid (12 cols, 20px gutter), Responsive Utilities
 */
/* Grid */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  /*gutter*/
  padding-right: 20px;
  /*gutter*/
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  /*gutter*/
  padding-right: 20px;
  /*gutter*/
}
.row {
  margin-left: -20px;
  /*gutter*/
  margin-right: -20px;
  /*gutter*/
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  /*gutter*/
  padding-right: 20px;
  /*gutter*/
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-1 {
  width: 8.33333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66667%;
}
.col-xs-pull-10 {
  right: 83.33333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66667%;
}
.col-xs-pull-7 {
  right: 58.33333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66667%;
}
.col-xs-pull-4 {
  right: 33.33333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66667%;
}
.col-xs-pull-1 {
  right: 8.33333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66667%;
}
.col-xs-push-10 {
  left: 83.33333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66667%;
}
.col-xs-push-7 {
  left: 58.33333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66667%;
}
.col-xs-push-4 {
  left: 33.33333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66667%;
}
.col-xs-push-1 {
  left: 8.33333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* Basic Utilities */
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table;
}
.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Responsive Utilities */
@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*! Bootstrap Extras
 * IDESIGN MEDIA
 */
/* CLEARFIX; thanks to http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* Box Sizing */
* {
  -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;
}
/* Placeholders */
/* Centered Column */
.col.center {
  float: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
/* Maximum Width Container */
.container-max {
  max-width: 1160px;
}
/* 5 Column Grid */
.col-xs-5th {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5th {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5th {
    width: 20%;
    float: left;
  }
  .col-md-2-5th {
    width: 40%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5th {
    width: 20%;
    float: left;
  }
}
/* Tiny Column */
.col-tn {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.visible-tn {
  display: none !important;
}
@media (max-width: 480px) {
  /* Tiny */
  .col-tn {
    float: none;
    width: 100%;
    margin: auto;
  }
  .hidden-tn {
    display: none !important;
  }
  .visible-tn {
    display: block !important;
  }
}
/* Centers */
@media (max-width: 480px) {
  /* Tiny */
  .center-tn {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  /* Extra-Small */
  .center-xs {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Small */
  .center-sm {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium */
  .center-md {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  /* Large */
  .center-lg {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Formatting / Common CSS */
/* Outlines styles used for general formatting */
/* RESET */
ul, ol {
  margin: 0 0 1em 0;
}
.text {
  margin-bottom: 2px;
}
/* SYSTEM */
.hpotdata {
  display: none;
}
.submit {
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-size: 1em;
  text-decoration: none;
  background-color: transparent;
}
/* DISPLAY */
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
  /* ie7 */
  zoom: 1;
  *display: inline;
}
.none {
  display: none !important;
}
.hidden {
  visibility: hidden;
}
.zoom {
  zoom: 1;
  /* ie */
}
.fill {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.overflow, .overflowAuto {
  overflow: auto;
}
.overflowVisible {
  overflow: visible;
}
.overflowHidden {
  overflow: hidden;
}
.nowrap {
  white-space: nowrap;
}
.transition_smooth {
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
/* ALIGNMENT */
.relative {
  position: relative;
}
.shell {
  position: relative;
  width: 100%;
  text-align: center;
  /* ie */
}
.center {
  position: relative;
  margin: auto;
  text-align: left;
  /* content width */
}
.auto {
  margin: auto;
}
.vshell {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  /* consider setitng child to inline-block */
}
.clear {
  clear: both;
}
.clearNone {
  clear: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.floatNone {
  float: none;
}
.base {
  vertical-align: baseline;
}
.sup {
  vertical-align: super;
}
.sub {
  vertical-align: sub;
}
.textTop {
  vertical-align: text-top;
}
.textBottom {
  vertical-align: text-bottom;
}
.middle {
  vertical-align: middle;
}
/* ABSOLUTE POSITIONING */
.absolute {
  position: absolute;
  /*z-index: 1;*/
}
.z-index-1 {
  z-index: -1;
}
.z-index1 {
  z-index: 1;
}
.z-index2 {
  z-index: 2;
}
.z-index3 {
  z-index: 3;
}
.top0 {
  top: 0px;
}
.top2 {
  top: 2px;
}
.top6 {
  top: 6px;
}
.top12 {
  top: 12px;
}
.top-6 {
  top: -6px;
}
.top-12 {
  top: -12px;
}
.right0 {
  right: 0px;
}
.right2 {
  right: 2px;
}
.right6 {
  right: 6px;
}
.right12 {
  right: 12px;
}
.bottom0 {
  bottom: 0px;
}
.bottom2 {
  bottom: 2px;
}
.bottom6 {
  bottom: 6px;
}
.bottom12 {
  bottom: 12px;
}
.left0 {
  left: 0px;
}
.left2 {
  left: 2px;
}
.left6 {
  left: 6px;
}
.left12 {
  left: 12px;
}
.left50p {
  left: 50%;
}
/* TEXT / FONT */
.font0 {
  font-size: 0px;
  line-height: 0px;
}
.medium {
  font-size: 1em;
  /* medium */
}
.big {
  font-size: 1.2em;
  line-height: normal;
}
.bigger {
  font-size: 1.4em;
  line-height: normal;
}
.huge {
  font-size: 1.5em;
  line-height: normal;
}
.small {
  font-size: 0.8em;
  line-height: normal;
}
.smaller {
  font-size: 0.6em;
  line-height: normal;
}
.tiny {
  font-size: 0.5em;
  line-height: normal;
}
.lineNormal {
  line-height: normal;
}
.textLeft {
  text-align: left;
}
.textRight {
  text-align: right;
}
.textCenter {
  text-align: center;
}
.textJustify {
  text-align: justify;
}
.normal {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
.normalitalic {
  font-weight: normal;
  font-style: italic;
  text-decoration: none;
}
.superbold {
  font-weight: 900;
}
.bold {
  font-weight: 700;
}
.strong {
  font-weight: 600;
}
.unbold {
  font-weight: 500;
}
.thin {
  font-weight: 400;
}
.light {
  font-weight: 300;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
.strike {
  text-decoration: line-through;
}
.bolditalic {
  font-weight: 700;
  font-style: italic;
}
.smallcaps {
  font-variant: small-caps;
}
.decoration-none, a.decoration-none {
  text-decoration: none;
}
/* BORDERS */
div, span, p, blockquote, pre, a, table, ul, ol, li {
  border: 0;
}
.border {
  border-width: 1px;
  border-style: solid;
}
.borderNone {
  border: none;
}
.borderTop {
  border-top-style: solid;
  border-top-width: 1px;
}
.borderRight {
  border-right-style: solid;
  border-right-width: 1px;
}
.borderBottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.borderLeft {
  border-left-style: solid;
  border-left-width: 1px;
}
.underlineDouble {
  padding-bottom: 3px;
  border-bottom-width: 3px;
  border-bottom-style: double;
}
.overlineDouble {
  padding-top: 3px;
  border-top-width: 3px;
  border-top-style: double;
}
.border1 {
  border-width: 1px;
}
.border2 {
  border-width: 2px;
}
.border3 {
  border-width: 3px;
}
.border4 {
  border-width: 4px;
}
.border6 {
  border-width: 6px;
}
.border12 {
  border-width: 12px;
}
.borderSolid {
  border-style: solid;
}
.borderDashed {
  border-style: dashed;
}
.borderDotted {
  border-style: dotted;
}
.borderDouble {
  border-style: double;
}
.borderInset {
  border-style: inset;
}
.borderOutset {
  border-style: outset;
}
/* Rounded Borders */
.border_round4 {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.border_round8 {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.border_round_tr8 {
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
}
.border_round_tl8 {
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
}
.border_round_bl8 {
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.border_round_br8 {
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.border_round12 {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.border_round16 {
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
/* GENERAL */
ul.nolist {
  list-style: none;
  padding-left: 20px;
}
ul.nolist li {
  padding-left: 0px;
}
.roman {
  list-style: lower-roman;
}
.red {
  color: #da0202;
}
.redBg {
  background-color: #ea0202;
}
.redBorder {
  border: solid 1px #ca0202;
}
/* WIDTH / HEIGHT */
.widthAuto {
  width: auto;
}
.width1 {
  width: 1px;
}
.width10 {
  width: 10px;
}
.width20 {
  width: 20px;
}
.width30 {
  width: 30px;
}
.width40 {
  width: 40px;
}
.width50 {
  width: 50px;
}
.width60 {
  width: 60px;
}
.width80 {
  width: 80px;
}
.width120 {
  width: 120px;
}
.width160 {
  width: 160px;
}
.width200 {
  width: 200px;
}
.width240 {
  width: 240px;
}
.width260 {
  width: 260px;
}
.width320 {
  width: 320px;
}
.width360 {
  width: 360px;
}
.width400 {
  width: 400px;
}
.width480 {
  width: 480px;
}
.width640 {
  width: 640px;
}
.width100 {
  width: 100px;
}
.width200 {
  width: 200px;
}
.width300 {
  width: 300px;
}
.width400 {
  width: 400px;
}
.width5p {
  width: 5%;
}
.width10p {
  width: 10%;
}
.width15p {
  width: 15%;
}
.width20p {
  width: 20%;
}
.width24p {
  /* ie */
  width: 24%;
}
.width25p {
  width: 25%;
}
.width30p {
  width: 30%;
}
.width33p {
  width: 33%;
}
.width34p {
  width: 34%;
}
.width35p {
  width: 35%;
}
.width40p {
  width: 40%;
}
.width45p {
  width: 45%;
}
.width49p {
  /* ie */
  width: 49%;
}
.width50p {
  width: 50%;
}
.width55p {
  width: 55%;
}
.width60p {
  width: 60%;
}
.width65p {
  width: 65%;
}
.width66p {
  width: 66%;
}
.width70p {
  width: 70%;
}
.width75p {
  width: 75%;
}
.width80p {
  width: 80%;
}
.width85p {
  width: 80%;
}
.width90p {
  width: 90%;
}
.width95p {
  width: 95%;
}
.width99p {
  width: 99%;
}
.width100p {
  width: 100%;
}
.min-width100p {
  min-width: 100%;
}
.heightAuto {
  height: auto;
}
.height10 {
  height: 10px;
}
.height20 {
  height: 20px;
}
.height40 {
  height: 40px;
}
.height50 {
  height: 50px;
}
.height60 {
  height: 60px;
}
.height80 {
  height: 80px;
}
.height120 {
  height: 120px;
}
.height140 {
  height: 140px;
}
.height160 {
  height: 160px;
}
.height200 {
  height: 200px;
}
.height240 {
  height: 240px;
}
.height320 {
  height: 320px;
}
.height400 {
  height: 400px;
}
.height480 {
  height: 480px;
}
.height640 {
  height: 640px;
}
.height10p {
  height: 10%;
}
.height20p {
  height: 20%;
}
.height25p {
  height: 25%;
}
.height50p {
  height: 50%;
}
.height75p {
  height: 75%;
}
.height100p {
  height: 100%;
}
.min-height100p {
  min-height: 100%;
}
/* SPACERS (Vertical / Horizontal) */
.break, .vertical0 {
  overflow: hidden;
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0;
}
.vertical1, .vertical2, .vertical4, .vertical6, .vertical12, .vertical16, .vertical10, .vertical20, .vertical30, .vertical40, .vertical50, .vertical60, .vertical70, .vertical80, .vertical90, .vertical100 {
  overflow: hidden;
  clear: both;
}
.vertical1 {
  height: 1px;
}
.vertical2 {
  height: 2px;
}
.vertical4 {
  height: 2px;
}
.vertical6 {
  height: 6px;
}
.vertical12 {
  height: 12px;
}
.vertical16 {
  height: 16px;
}
.vertical10 {
  height: 10px;
}
.vertical20 {
  height: 20px;
}
.vertical30 {
  height: 30px;
}
.vertical40 {
  height: 40px;
}
.vertical50 {
  height: 50px;
}
.vertical60 {
  height: 60px;
}
.vertical70 {
  height: 70px;
}
.vertical80 {
  height: 80px;
}
.vertical90 {
  height: 90px;
}
.vertical100 {
  height: 100px;
}
.horizontal2, .horizontal6, .horizontal12, .horizontal10, .horizontal20 {
  float: left;
  height: 1px;
  overflow: hidden;
}
.horizontal2 {
  width: 2px;
}
.horizontal6 {
  width: 6px;
}
.horizontal12 {
  width: 12px;
}
.horizontal10 {
  width: 10px;
}
.horizontal20 {
  width: 20px;
}
/* MARGIN / PADDING */
.marginAuto {
  margin: auto;
}
.margin {
  margin: 1em 0em;
}
.margin- {
  margin: 0em 1em;
}
.margin1em {
  margin: 1em;
}
.margin2em {
  margin: 2em;
}
.margin0 {
  margin: 0px;
}
.margin1 {
  margin: 1px;
}
.margin2 {
  margin: 2px;
}
.margin4 {
  margin: 4px;
}
.margin6 {
  margin: 6px;
}
.margin10 {
  margin: 10px;
}
.margin12 {
  margin: 12px;
}
.margin20 {
  margin: 20px;
}
.margin30 {
  margin: 30px;
}
.margin50 {
  margin: 50px;
}
.margin100 {
  margin: 100px;
}
.margin-top0 {
  margin-top: 0px;
}
.margin-top1 {
  margin-top: 1px;
}
.margin-top2 {
  margin-top: 2px;
}
.margin-top3 {
  margin-top: 3px;
}
.margin-top4 {
  margin-top: 4px;
}
.margin-top6 {
  margin-top: 6px;
}
.margin-top10 {
  margin-top: 10px;
}
.margin-top12 {
  margin-top: 12px;
}
.margin-top20 {
  margin-top: 20px;
}
.margin-top30 {
  margin-top: 30px;
}
.margin-top50 {
  margin-top: 50px;
}
.margin-top100 {
  margin-top: 100px;
}
.margin-right0 {
  margin-right: 0px;
}
.margin-right1 {
  margin-right: 1px;
}
.margin-right2 {
  margin-right: 2px;
}
.margin-right3 {
  margin-right: 3px;
}
.margin-right4 {
  margin-right: 4px;
}
.margin-right6 {
  margin-right: 6px;
}
.margin-right10 {
  margin-right: 10px;
}
.margin-right12 {
  margin-right: 12px;
}
.margin-right20 {
  margin-right: 20px;
}
.margin-right50 {
  margin-right: 50px;
}
.margin-right100 {
  margin-right: 100px;
}
.margin-bottom0 {
  margin-bottom: 0px;
}
.margin-bottom1 {
  margin-bottom: 1px;
}
.margin-bottom2 {
  margin-bottom: 2px;
}
.margin-bottom3 {
  margin-bottom: 3px;
}
.margin-bottom4 {
  margin-bottom: 4px;
}
.margin-bottom6 {
  margin-bottom: 6px;
}
.margin-bottom10 {
  margin-bottom: 10px;
}
.margin-bottom12 {
  margin-bottom: 12px;
}
.margin-bottom20 {
  margin-bottom: 20px;
}
.margin-bottom30 {
  margin-bottom: 30px;
}
.margin-bottom50 {
  margin-bottom: 50px;
}
.margin-bottom100 {
  margin-bottom: 100px;
}
.margin-left0 {
  margin-left: 0px;
}
.margin-left1 {
  margin-left: 1px;
}
.margin-left2 {
  margin-left: 2px;
}
.margin-left3 {
  margin-left: 3px;
}
.margin-left4 {
  margin-left: 4px;
}
.margin-left6 {
  margin-left: 6px;
}
.margin-left10 {
  margin-left: 10px;
}
.margin-left12 {
  margin-left: 12px;
}
.margin-left20 {
  margin-left: 20px;
}
.margin-left30 {
  margin-left: 30px;
}
.margin-left50 {
  margin-left: 50px;
}
.margin-left100 {
  margin-left: 100px;
}
.margin-top-1 {
  margin-top: -1px;
}
.margin-top-2 {
  margin-top: -2px;
}
.margin-top-6 {
  margin-top: -6px;
}
.margin-top-12 {
  margin-top: -12px;
}
.margin-top-20 {
  margin-top: -20px;
}
.margin-right-2 {
  margin-right: -2px;
}
.margin-right-6 {
  margin-right: -6px;
}
.margin-right-12 {
  margin-right: -12px;
}
.margin-right-20 {
  margin-right: -20px;
}
.margin-bottom-2 {
  margin-bottom: -2px;
}
.margin-bottom-6 {
  margin-bottom: -6px;
}
.margin-bottom-12 {
  margin-bottom: -12px;
}
.margin-bottom-20 {
  margin-bottom: -20px;
}
.margin-left-2 {
  margin-left: -2px;
}
.margin-left-6 {
  margin-left: -6px;
}
.margin-left-12 {
  margin-left: -12px;
}
.margin-left-20 {
  margin-left: -20px;
}
.margin-left40 {
  margin-left: 40px;
}
.margin-left60 {
  margin-left: 60px;
}
.margin-left120 {
  margin-left: 120px;
}
.margin-left160 {
  margin-left: 160px;
}
.margin-left200 {
  margin-left: 200px;
}
.margin-right40 {
  margin-right: 40px;
}
.margin-right60 {
  margin-right: 60px;
}
.margin-right120 {
  margin-right: 120px;
}
.margin-right160 {
  margin-right: 160px;
}
.margin-right200 {
  margin-right: 200px;
}
.paddingAuto {
  padding: inherit;
}
.padding {
  padding: 1em 0em;
}
.padding- {
  padding: 0em 1em;
}
.padding1em {
  padding: 1em;
}
.padding2em {
  padding: 2em;
}
.padding0 {
  padding: 0px;
}
.padding2 {
  padding: 2px;
}
.padding6 {
  padding: 6px;
}
.padding10 {
  padding: 10px;
}
.padding12 {
  padding: 12px;
}
.padding20 {
  padding: 20px;
}
.padding-top0 {
  padding-top: 0px;
}
.padding-top2 {
  padding-top: 2px;
}
.padding-top6 {
  padding-top: 6px;
}
.padding-top12 {
  padding-top: 12px;
}
.padding-top20 {
  padding-top: 20px;
}
.padding-right0 {
  padding-right: 0px;
}
.padding-right2 {
  padding-right: 2px;
}
.padding-right6 {
  padding-right: 6px;
}
.padding-right12 {
  padding-right: 12px;
}
.padding-right20 {
  padding-right: 20px;
}
.padding-bottom0 {
  padding-bottom: 0px;
}
.padding-bottom2 {
  padding-bottom: 2px;
}
.padding-bottom6 {
  padding-bottom: 6px;
}
.padding-bottom12 {
  padding-bottom: 12px;
}
.padding-bottom20 {
  padding-bottom: 20px;
}
.padding-left0 {
  padding-left: 0px;
}
.padding-left2 {
  padding-left: 2px;
}
.padding-left6 {
  padding-left: 6px;
}
.padding-left12 {
  padding-left: 12px;
}
.padding-left20 {
  padding-left: 20px;
}
.padding-right100 {
  padding-right: 100px;
}
.padding-right200 {
  padding-right: 200px;
}
.padding-right300 {
  padding-right: 300px;
}
.padding-right400 {
  padding-right: 400px;
}
.padding-left100 {
  padding-left: 100px;
}
.padding-left200 {
  padding-left: 200px;
}
.padding-left300 {
  padding-left: 300px;
}
.padding-left400 {
  padding-left: 400px;
}
.container-padded {
  padding-top: 4em;
  padding-bottom: 4em;
}
/* End Styles */
/* Responsive CSS */
/* Mobile last; based off Bootstrap break points */
/* lg: large > 1200 */
/* md: 992px < medium < 1200px */
/* sm: small < 992px */
/* xs: extra small < 768px */
/* phone portrait < 620 */
/* tn: tiny < 480 */
/* Responsive Mixins */
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before, .fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before, .fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}
.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}
.fa-won:before, .fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before, .fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before, .fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
/* CSS Colous: based off brand variables */
/* COLOURS: Base, Primary, Secondary, Tertiary (Text, Background, Borders) */
.textBase, body {
  color: #323232;
}
.textBase-l {
  color: #767676;
}
.textBase-d {
  color: #191919;
}
.textPrimary {
  color: #066534;
}
.textPrimary-l {
  color: #09954d;
}
.textPrimary-d {
  color: #03351b;
}
.textSecondary {
  color: #8cc63e;
}
.textSecondary-l {
  color: #a3d265;
}
.textSecondary-d {
  color: #71a130;
}
.textTertiary {
  color: #000;
}
.textTertiary-l {
  color: #1a1a1a;
}
.textTertiary-d {
  color: #000;
}
.bgBase, body {
  background-color: #fff;
}
.bgBase.transparent {
  background-color: rgba(255, 255, 255, 0.85);
}
.bgBase-l {
  background-color: #fff;
}
.bgBase-d {
  background-color: #f1f1f1;
}
.bgPrimary {
  background-color: #066534;
}
.bgPrimary.transparent {
  background-color: rgba(6, 101, 52, 0.85);
}
.bgPrimary-l {
  background-color: #09954d;
}
.bgPrimary-d {
  background-color: #03351b;
}
.bgSecondary {
  background-color: #8cc63e;
}
.bgSecondary.transparent {
  background-color: rgba(140, 198, 62, 0.85);
}
.bgSecondary-l {
  background-color: #a3d265;
}
.bgSecondary-d {
  background-color: #71a130;
}
.bgTertiary {
  background-color: #000;
}
.bgTertiary-l {
  background-color: #1a1a1a;
}
.bgTertiary-d {
  background-color: #000;
}
.borderBase {
  border-color: #f1f1f1;
}
.borderBase-l {
  border-color: #fff;
}
.borderBase-d {
  border-color: #323232;
}
.borderPrimary {
  border-color: #066534;
}
.borderPrimary-l {
  border-color: #09954d;
}
.borderPrimary-d {
  border-color: #03351b;
}
.borderSecondary {
  border-color: #8cc63e;
}
.borderSecondary-l {
  border-color: #a3d265;
}
.borderSecondary-d {
  border-color: #71a130;
}
.borderTertiary {
  border-color: #000;
}
.borderTertiary-l {
  border-color: #1a1a1a;
}
.borderTertiary-d {
  border-color: #000;
}
/* CSS Style: Defaults */
/* Text */
body, .font {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 1.5em;
}
p, .paragraph {
  margin: 0;
  margin-bottom: 0.5em;
}
.text {
  margin-bottom: 2px;
}
.big {
  font-size: 1.2em;
  line-height: normal;
}
.small {
  font-size: 0.8em;
  line-height: normal;
}
/* Headings */
h1, .h1, h2, .h2, h3, h4, h5 {
  font-family: 'Belgrano', Arial, sans-serif;
  font-weight: 500;
  color: #03351b;
  margin: 0;
  margin-bottom: 1em;
  line-height: normal;
}
h1, .h1 {
  font-size: 2.4em;
  letter-spacing: 1px;
}
h2, .h2 {
  font-size: 2.2em;
  letter-spacing: 1px;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.3em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 2px;
}
/* Transitions */
.transition, a, .button {
  transition: 0.2s all ease;
}
/* Links */
a, .submit {
  color: #066534;
  text-decoration: none;
  cursor: pointer;
}
/* Alerts */
.notification {
  padding: 0.5em 1em;
  margin: 0 0 1em 0;
  border-width: 0px;
  border-style: solid;
  color: #323232;
  background-color: #f0f0f0;
  border-color: #bdbdbd;
}
.notification h4 {
  color: inherit;
  margin: 0.5em 0;
}
.notification a {
  text-decoration: underline;
}
.textSuccess {
  color: #69b96a;
}
.success {
  color: #fff;
  background-color: #69b96a;
  border-color: #3c803d;
}
.success a {
  color: #fff;
}
.textError {
  color: #ea4249;
}
.error {
  color: #fff;
  background-color: #ea4249;
  border-color: #b2141a;
}
.error a {
  color: #fff;
}
.textWarning {
  color: #efaf5c;
}
.warning {
  color: #fff;
  background-color: #efaf5c;
  border-color: #d17f14;
}
.warning a {
  color: #fff;
}
.textInfo {
  color: #66c3de;
}
.info {
  color: #fff;
  background-color: #66c3de;
  border-color: #2796b7;
}
.info a {
  color: #fff;
}
.help-block {
  width: 100%;
  padding: 0.5em 20px;
  display: block;
}
/* Inputs */
input, textarea, select {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 500;
  font-weight: 400;
  background-color: #fff;
  color: #323232;
  font-size: 1em;
  margin: 0;
  padding: 10px 16px;
  border: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #767676;
}
input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  color: #767676;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #767676;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #767676;
}
input:focus, textarea:focus, select:focus {
  outline: 0;
}
input.success, textarea.success, select.success, input.error, textarea.error, select.error, input.info, textarea.info, select.info, input.warning, textarea.warning, select.warning {
  padding: 10px 16px;
}
textarea {
  height: 150px;
}
.radio-options.radio-options label {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  text-transform: none;
  line-height: 1;
  font-size: 1.1em;
}
.radio-options.radio-options label input {
  display: inline-block;
  margin: 0 5px 0 0;
  width: auto;
}
/* Buttons */
.button {
  display: inline-block;
  color: #066534;
  font-size: 1em;
  padding: 8px 24px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #066534;
  border-radius: 0;
}
.button:hover {
  color: #fff;
  background-color: #066534;
}
.button[disabled='disabled'] {
  opacity: 0.5;
  cursor: default;
}
.button.reverse {
  color: #fff;
  background-color: #066534;
}
.button.reverse:hover {
  color: #066534;
  background-color: inherit;
}
.button.secondary {
  color: #8cc63e;
  border-color: #8cc63e;
}
.button.secondary:hover {
  color: #fff;
  background-color: #8cc63e;
}
.button.secondary.reverse {
  color: #fff;
  background-color: #8cc63e;
}
.button.secondary.reverse:hover {
  color: #8cc63e;
  background-color: inherit;
}
.button.base {
  color: #fff;
  border-color: #fff;
}
.button.base:hover {
  color: #066534;
  background-color: #fff;
}
.button.big {
  padding: 12px 36px;
}
/* CSS Layout: Defaults */
/* Page */
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
div#page_shell {
  min-width: 300px;
  position: relative;
  min-height: 100%;
  margin: 0 auto;
  text-align: left;
}
div#page {
  position: relative;
  zoom: 1;
}
.container {
  position: relative;
  text-align: left;
}
.container.textLeft {
  text-align: left;
}
.container.textCenter {
  text-align: center;
}
.container.textRight {
  text-align: right;
}
.container.textJustify {
  text-align: justify;
}
/* Hero's' */
.hero {
  position: relative;
  overflow: hidden;
}
.hero .backgrounds, .hero .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.hero .background {
  transition: 1s all ease;
}
.hero .backgrounds .background {
  opacity: 0;
}
.hero .backgrounds .background.active {
  opacity: 1;
}
/* Spacers */
.spacer, .break {
  display: block;
  clear: both;
  height: 0px;
  overflow: hidden;
}
.spacer {
  height: 65px;
}
.spacer.small {
  height: 50px;
}
.spacer.big {
  height: 80px;
}
hr {
  display: block;
  clear: both;
  height: 0px;
  overflow: hidden;
  margin: 30px 0;
  border-width: 0;
  border-top-width: 1px;
  border-top-style: solid;
}
/* Sections */
.section {
  position: relative;
  clear: both;
  padding: 80px 0;
}
.section-small {
  padding: 65px 0;
}
.section-intro {
  padding: 50px 0;
}
.section-intro .title {
  margin-bottom: 0;
}
.section-follow.section-follow {
  padding-top: 0;
}
.section-precede.section-precede {
  padding-bottom: 0;
}
.section-nopadding.section-nopadding {
  padding: 0;
}
@media screen and (max-width: 992px) {
  .section {
    padding: 65px 0;
  }
  .section-small {
    padding: 50px 0;
  }
}
@media screen and (max-width: 480px) {
  #section-scroll-next {
    display: none;
  }
}
/* Menus */
/* Menu CSS */
/* General menu styles */
.menu {
  display: block;
  z-index: 10;
  position: relative;
  margin: 0;
  padding: 15px 0;
  font-size: 0.9em;
  font-weight: bolder;
}
.menu ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu ul.menu li {
  text-transform: uppercase;
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  margin-left: 47px;
}
.menu ul.menu li:first-child {
  margin-left: 0;
}
.menu ul.menu li.menu-item {
  margin-top: 0;
}
.menu ul.menu li.menu-button a {
  color: #8cc63e;
}
.menu a {
  color: #323232;
  cursor: pointer;
  text-decoration: none;
}
.menu a:hover {
  color: #8cc63e;
  text-decoration: none;
}
.menu .active a {
  border-bottom: 3px solid #323232;
  padding-bottom: 4px;
}
/* Top menu styles */
.menu .menu-logo {
  float: left;
  width: 180px;
}
.menu .menu-logo .logo {
  display: block;
}
.menu ul.menu {
  float: right;
  margin-top: 35px;
}
#menu-fixed {
  position: fixed;
  top: -200px;
  left: 0;
  width: 100%;
  padding: 10px 0;
  transition: 0.5s all ease;
  background-color: #fff;
  border-bottom: solid 1px #f1f1f1;
}
#menu-fixed.active {
  top: 0px;
}
/* Mobile menu styles */
.menu.menu-mobile {
  display: none;
  opacity: 0;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 10px 0 15px;
  font-size: 1.3em;
  background-color: #fff;
  border-bottom: solid 1px #f1f1f1;
}
.menu.menu-mobile .container {
  text-align: center;
}
.menu.menu-mobile .menu-logo {
  display: none;
  float: none;
}
.menu.menu-mobile .menu-logo .logo {
  margin: auto;
}
.menu.menu-mobile ul.menu {
  float: none;
}
.menu.menu-mobile ul.menu li {
  float: none;
  margin: auto;
  margin-top: 12px;
}
.menu.menu-mobile ul.menu li.menu-button {
  margin-top: 20px;
}
/* Additional menu styles / elements */
.menu .mobile-menu-link {
  display: none;
  position: absolute;
  z-index: 11;
  top: 35px;
  right: 20px;
  font-size: 24px;
  line-height: 1em;
}
.menu .mobile-menu-link a {
  color: #066534;
}
.menu-mobile .mobile-menu-link {
  display: block;
}
.menu-fullwidth .container {
  width: auto;
  padding: 0 20px;
}
/* Responsive */
@media screen and (max-width: 1200px) {
  .menu ul.menu li {
    font-size: 0.95em;
    margin-left: 23.5px;
  }
}
@media screen and (max-width: 992px) {
  #menu-hero ul.menu, #menu-fixed ul.menu {
    display: none;
  }
  #menu-hero .mobile-menu-link, #menu-fixed .mobile-menu-link {
    display: block;
  }
}
/* Footer */
/* Footer CSS */
.spacer.tiny {
  height: 20px;
}
footer#footer {
  padding-top: 0;
  padding-bottom: 0;
}
footer#footer .newsletter {
  background-color: #8cc63e;
  padding: 30px 0px;
}
footer#footer .newsletter .padding10 {
  padding: 0px 0px 0px 10px;
}
footer#footer .newsletter h4 {
  font-size: 0.95em;
  margin-top: 12px;
  margin-bottom: 16px;
  text-align: center;
  color: #fff;
}
footer#footer .newsletter .input {
  padding: 12px 15px;
  margin-bottom: 0px;
  font-size: 0.9em;
  border-color: #fff;
}
footer#footer .button.secondary {
  margin-top: 0px;
  padding: 8px 35px;
  color: #fff;
  border-color: #fff;
  border-width: 2px;
  background-color: #8cc63e;
}
footer#footer .button.secondary:hover {
  color: #8cc63e;
  border-color: #8cc63e;
  background-color: #fff;
}
footer#footer .footer-copyright {
  text-align: right;
  font-size: 0.7em;
  margin: 25px 0;
  color: #066534;
}
footer#footer .footer-copyright .owner {
  padding-right: 15px;
}
footer#footer .footer-copyright .owner a {
  color: #066534;
}
footer#footer .footer-copyright .owner a:hover {
  color: #8cc63e;
}
footer#footer .footer-copyright .IDM {
  color: #767676;
}
footer#footer .footer-copyright .IDM a {
  color: #767676;
}
footer#footer .footer-copyright .IDM a:hover {
  color: #8cc63e;
}
footer#footer .details {
  margin: 25px 0px;
  padding: 0px 10px;
  display: inline-block;
  font-size: 0.8em;
  color: #323232;
}
footer#footer .details .email, footer#footer .details .phone, footer#footer .details .dash {
  float: left;
}
footer#footer .details .dash {
  padding: 0px 5px;
}
footer#footer .details a {
  color: #323232;
}
footer#footer .details a:hover {
  color: #8cc63e;
}
@media screen and (max-width: 992px) {
  footer#footer .details .dash {
    display: none;
  }
  footer#footer .logo {
    margin-top: 30px;
  }
  footer#footer .footer-copyright .owner {
    float: right;
    padding-right: 0px;
  }
  footer#footer .footer-copyright .IDM {
    float: right;
  }
}
@media screen and (max-width: 768px) {
  footer#footer .details {
    margin: 10px 0px;
  }
  footer#footer .details .phone {
    padding-right: 10px;
  }
  footer#footer .details .email {
    padding-left: 10px;
  }
  footer#footer .footer-copyright {
    text-align: center;
    margin: 10px 0px;
  }
  footer#footer .footer-copyright .owner {
    float: none;
    padding-right: 0px;
  }
  footer#footer .footer-copyright .IDM {
    float: none;
  }
}
@media screen and (max-width: 480px) {
  footer#footer .details .email {
    padding-left: 0px;
  }
}
/* App Style CSS */
/* Use this to overwrite default colour / styling */
/* Links */
p {
  font-size: 0.9em;
  font-weight: 500;
  padding: 10px 0px;
  line-height: 1.7em;
}
a {
  color: #066534;
}
a:hover {
  color: #8cc63e;
}
#map-canvas {
  height: 350px;
}
h6 {
  margin-top: 0px !important;
}
.owl-controls .owl-dot span {
  height: 8px !important;
  width: 8px !important;
}
.owl-controls .owl-dot.active span {
  background-color: #8cc63e;
}
.spacer.tiny {
  height: 30px;
}
/* Form messages */
.form-message.textCenter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section {
  padding: 70px 0px;
}
/* App Form CSS */
/* Use this to overwrite default form styling (eg, buttons, inputs) */
/* Input */
input, textarea, select {
  display: block;
  font-size: 0.9em;
  padding: 20px;
  width: 100%;
  border: solid 1px #8cc63e;
  margin-bottom: 20px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #767676;
  font-size: 0.9em;
}
input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  color: #767676;
  font-size: 0.9em;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #767676;
  font-size: 0.9em;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #767676;
  font-size: 0.9em;
}
input.active, textarea.active, select.active {
  border-color: #767676;
}
input.required, textarea.required, select.required {
  border-color: #ea4249;
}
input.success, textarea.success, select.success, input.error, textarea.error, select.error, input.info, textarea.info, select.info, input.warning, textarea.warning, select.warning {
  padding: 20px;
}
input.button {
  font-size: 1em;
  width: auto;
}
textarea {
  height: 230px;
}
.form-group {
  margin-bottom: 20px;
}
.form-group input, .form-group textarea, .form-group select {
  margin-bottom: 0;
}
.has-error .help-block {
  background-color: #323232;
  color: #fff;
}
/* Buttons */
.button {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 500;
  margin-top: 30px;
  border-width: 2px;
  font-size: 0.8em;
  font-weight: 600;
  padding: 8px 56px;
}
.button.big {
  padding: 12px 56px;
  font-size: 1em;
}
.button.secondary {
  background-color: #fff;
}
.button.secondary.nursery, .button.secondary.news-details, .button.secondary#contact-form {
  padding: 5px 35px;
}
.button.secondary:hover {
  background-color: #8cc63e;
}
.reverse {
  color: #fff;
}
.reverse h1, .reverse h2, .reverse h3, .reverse h4, .reverse h5, .reverse h6, .reverse a {
  color: #fff;
}
.reverse a:hover {
  color: #8cc63e;
}
.reverse .button.secondary {
  color: #8cc63e;
  background-color: #fff;
  border-color: #8cc63e;
  font-size: 0.9em;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 15px 30px;
}
.reverse .button.secondary:hover {
  color: #fff;
  background-color: #8cc63e;
  border-color: #8cc63e;
}
.reverse input {
  border: solid 1px #fff;
}
.button-tag {
  margin-top: 30px;
}
.button-tag p {
  margin-bottom: 0;
  padding: 0px;
}
/* App Layout CSS */
/* Use this to overwrite default layout (eg, Menu, Footer) */
/* Footer / Mobile Menu Logo */
#footer .logo, #menu-fixed .logo {
  width: auto;
  height: 50px;
}
#footer .logo {
  margin-top: 12px;
}
/* Mobile Menu */
#menu-fixed .menu-logo {
  width: auto;
}
#menu-fixed ul.menu {
  margin-top: 16px;
}
#menu-fixed.menu .mobile-menu-link, body.fixedMenu #menu-mobile.menu .mobile-menu-link {
  top: 12px;
}
body #menu-mobile.menu .mobile-menu-link {
  top: 4px;
}
body.fixedMenu #menu-mobile.menu .mobile-menu-link {
  top: -22px;
}
/* App Common CSS */
/* Use this for shared elements used across the website (eg, event cards, people profiles, etc) */
body {
  font-size: 18px;
}
h1, h2, h3, h4 {
  color: #066534;
}
hr.line {
  color: #8cc63e;
  border-top-width: 2px;
}
hr.small.line {
  width: 5%;
  margin-left: auto;
  margin-right: auto;
}
/* Hero */
.hero {
  display: block;
  clear: both;
  padding: 10% 0;
}
.hero .container {
  text-align: center;
}
.hero .content {
  display: inline-block;
  margin: auto;
  padding: 30px 40px;
  max-width: 100%;
}
.hero h1, .hero h2, .hero h3, .hero h4 {
  margin: 0;
  font-family: 'Belgrano', Arial, sans-serif;
  font-weight: 500;
}
.hero h1 {
  font-size: 2em;
  text-shadow: 1px 1px 1px rgba(30, 30, 30, 0.7);
}
h3 {
  font-size: 2.2em;
}
/* Blog Cards */
.blog-cards .col {
  min-height: 430px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .blog-cards .col {
    min-height: auto;
  }
}
.blog-cards {
  position: relative;
}
.blog {
  display: block;
  position: relative;
  font-size: 0.9em;
  margin-top: 20px;
  color: #323232;
  -webkit-box-shadow: 0 -2px 12px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 -2px 12px rgba(0, 0, 0, .15);
  box-shadow: 0 -2px 12px rgba(0, 0, 0, .15);
}
.blog .header {
  margin: 0 30px;
  padding: 30px 0;
  padding-bottom: 15px;
  border-bottom: solid 1px #f1f1f1;
}
.blog .header .date {
  float: right;
  font-size: 0.9em;
  margin-top: 6px;
}
.blog .header .title {
  clear: both;
  margin-top: 12px;
  font-size: 1.2em;
  height: 50px;
  overflow: hidden;
  color: #066534;
  text-align: left;
}
.blog .body {
  margin: 0 30px;
  padding: 15px 0;
  height: 240px;
  overflow: hidden;
  text-align: left;
  font-size: 0.9em;
}
.blog .body .img {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100px;
  margin-top: 6px;
  margin-bottom: 0.5em;
}
.blog .footer {
  display: block;
  overflow: hidden;
  color: #066534;
  background-color: #066534;
  padding: 0 30px;
  line-height: 20px;
}
.blog .footer .read {
  float: left;
}
.blog .footer .arrow {
  float: right;
}
.blog .break {
  height: 12px;
}
.blog, .blog a, .blog .category, .blog .footer {
  transition: 0.2s all ease;
}
.blog:hover {
  margin-top: 0;
  color: #191919;
}
.blog:hover .category, .blog:hover .footer {
  background-color: #066534;
}
.blog:hover .footer {
  padding: 10px 30px;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .blog .header .title {
    height: auto;
  }
  .blog .body {
    height: auto;
    margin-bottom: 15px;
  }
  .blog .body .img {
    height: 140px;
  }
  .blog:hover {
    margin-top: 20px;
  }
  .blog:hover .category, .blog:hover .footer {
    background-color: #066534;
  }
  .blog:hover .footer {
    padding: 0;
    color: #066534;
  }
}
.blog-cards .col {
  min-height: 430px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .blog-cards .col {
    min-height: auto;
  }
}
/* Blog Post Page */
.blog-title {
  padding: 50px;
}
.blog-title .container {
  text-align: center;
}
.blog-title p {
  color: #767676;
  margin-bottom: 2px;
}
.blog-title .title {
  margin: 0;
}
.blog-details {
  padding: 0 0 50px;
}
.blog-details .img, .blog-details .video {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 -2px 12px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 -2px 12px rgba(0, 0, 0, .15);
  box-shadow: 0 -2px 12px rgba(0, 0, 0, .15);
}
.blog-details .img.background {
  padding-top: 40%;
  min-height: 200px;
  background-size: cover;
}
.blog-details .video {
  height: 630px;
}
.blog-details .video iframe {
  width: 100%;
  height: 100%;
}
.blog-details img {
  max-width: 100%;
}
.blog-details .blog-info {
  margin-bottom: 50px;
}
.blog-details .blog-images .img {
  width: 100%;
  min-height: 200;
  padding-top: 40%;
  background-size: cover;
  margin-bottom: 2em;
  background-position: 50% 50%;
}
@media screen and (max-width: 1200px) {
  .blog-details .video {
    height: 520px;
  }
}
@media screen and (max-width: 992px) {
  .blog-details .video {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-details .video {
    height: 340px;
  }
}
@media screen and (max-width: 620px) {
  .blog-details .video {
    height: 240px;
  }
}
/* Image Carousels */
.owl-carousel .background {
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: 50% 50%;
}
/* Services Cards */
.services {
  padding: 70px 0;
}
.services .service-item {
  margin: 0 0 15px;
  right: 0;
}
.services .service-item .service-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.services .service-item .service-link .service-hover {
  background: rgba(121, 172, 54, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.2s all ease;
}
.services .service-item .service-link .service-hover .service-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -6px;
  color: white;
}
.services .service-item .service-link .service-hover .service-hover-content i {
  margin-top: -12px;
}
.services .service-item .service-link .service-hover .service-hover-content h3, .services .service-item .service-link .service-hover .service-hover-content h4 {
  margin: 0;
}
.services .service-item .service-link:hover .service-hover {
  opacity: 1;
}
.services .service-item .service-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  padding: 15px 10px 0px 10px;
  min-height: 80px;
}
.services .service-item .service-caption h4 {
  text-transform: none;
  margin: 0;
  color: #323232;
  font-size: 0.9em;
  font-weight: 600;
}
.services .service-item .service-caption p {
  font-size: 0.8em;
  margin: 0;
  font-weight: 300;
}
.services .service-item .service-img {
  min-height: 170px;
  background-size: cover;
}
.services * {
  z-index: 2;
}
#about-hero, #news-hero {
  background-color: #f1f1f1;
}
.margin {
  margin: 10px 15px;
}
#services-hero .content, #about-hero .content, #news-hero .content {
  margin-top: 0;
  padding: 5% 0;
}
#services-hero .button.secondary, #about-hero .button.secondary, #news-hero .button.secondary {
  font-family: 'Belgrano', Arial, sans-serif;
  font-weight: 500;
  font-size: 2.5em;
  padding: 15px 80px;
  margin-top: 0px;
  color: #066534;
}
#services-hero .button.secondary:hover, #about-hero .button.secondary:hover, #news-hero .button.secondary:hover {
  color: #fff;
}
@media (min-width: 767px) {
  .services .service-item {
    margin: 0 0 30px;
  }
}
#contact-form .text span {
  font-weight: 600;
}
#contact-form .text a {
  color: #323232;
}
#contact-form .text a:hover {
  color: #8cc63e;
}
/* Testimonial Slider */
#testimonial h1 {
  margin-bottom: 0.5em;
}
#testimonial #testimonial-shell {
  min-height: 130px;
  cursor: pointer;
  margin-top: 20px;
}
#testimonial .slide-arrow {
  display: block;
  position: absolute;
  width: 35px;
  height: 80px;
  top: 50%;
  margin-top: -50px;
  z-index: 10;
}
#testimonial .slide-prev {
  left: 0;
  margin-left: 40px;
}
#testimonial .slide-next {
  right: 0;
  margin-right: 40px;
}
#testimonial .testimonial {
  position: relative;
  color: #191919;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0 20px;
}
#testimonial .testimonial.content p {
  font-style: italic;
  font-size: 0.8em;
  line-height: 25px;
}
#testimonial .author {
  color: #767676;
  font-weight: 400;
  font-size: 0.7em;
  padding-top: 10px;
}
@media screen and (max-width: 992px) {
  #testimonial .slide-arrow {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #testimonial .testimonial {
    padding: 5px 0;
  }
}
/* App Content CSS */
/* Use this for content / page specific CSS */
/* Hero */
.hero {
  height: 620px;
}
.hero.small {
  height: 350px;
}
#services-hero, #about-hero, #news-hero {
  padding: 70px 0;
}
/*Single Service */
section#singleService.section {
  padding-bottom: 60px;
}
section#singleService .img.item img {
  max-width: 100%;
}
.secondary.text {
  font-family: 'Belgrano', Arial, sans-serif;
  font-weight: 500;
  color: #066534;
  font-weight: 600;
  padding: 10px 0px;
  font-size: 1.1em;
  letter-spacing: 1px;
}
.seedling-img {
  position: relative;
  top: -40px;
}
.seedling-img img {
  max-width: 100%;
}
.bg-brandgrey {
  background-color: #f1f1f1;
}
@media screen and (max-width: 768px) {
  #about-us .seedling-img {
    top: 0px;
  }
}
/*About Page*/
section#about img {
  width: 90%;
}
section#nursery img, #our-team img {
  max-width: 100%;
  padding-top: 20px;
}
section#nursery .caption, #our-team .caption {
  color: #767676;
  font-size: 0.8em;
}
section#nursery a, #our-team a {
  color: #8cc63e;
}
section#nursery a:hover, #our-team a:hover {
  color: #066534;
}
@media screen and (max-width: 992px) {
  .our-team h3 {
    text-align: center;
    padding-top: 20px;
  }
}
/*Latest News*/
section#news-item {
  padding: 70px 0px 0px 0px;
}
section.news-details .news-content .content p {
  font-size: 0.8em;
}
section.news-details img {
  max-width: 100%;
}
section.news-details .quote {
  font-style: italic;
  font-size: 0.8em;
}
section.news-details .author {
  color: #767676;
  font-size: 0.7em;
  padding-top: 15px;
}
section.news-details a {
  color: #8cc63e;
}
section.news-details a:hover {
  color: #066534;
}
section#home-news .news-post {
  text-align: left;
}
section#home-news .news-post .introduction {
  font-size: 0.9em;
}
section#home-news .news-post .read a {
  font-size: 0.9em;
  color: #8cc63e;
}
section#home-news .news-post .read a:hover {
  color: #066534;
}
section#home-news .image img {
  max-width: 100%;
}
section#about {
  padding: 70px 0 0;
}
section#partner .button.new {
  display: inline;
  font-size: 0.8em;
  color: #8cc63e;
  border: 2px solid #8cc63e;
  padding: 5px 40px;
  font-weight: 600;
}
section#partner p {
  font-size: 1em;
  font-weight: 400;
}
section#partner p.secondary.text {
  font-weight: 600;
}
section#partner h4.secondary.text {
  padding-bottom: 20px;
}
.tagLine p {
  padding: 5px 0px;
  margin-bottom: 0px;
  font-size: 1em;
  font-weight: 400;
}
@media (max-width: 767px) {
  section#partner .button.new, section#about .button.new {
    margin-top: 20px;
  }
}
/* Single Service */
section#singleService .title h4 {
  padding-bottom: 20px;
}
section#singleService .content li {
  padding-bottom: 20px;
  font-size: 0.9em;
}
section#singleService .quote p {
  font-style: italic;
  font-size: 0.7em;
}
section#singleService a {
  color: #8cc63e;
}
section#singleService a:hover {
  color: #066534;
}
section#singleService hr.sep {
  width: 20%;
  color: #8cc63e;
  border-top-width: 2px;
}
section#singleService .quote-name {
  color: #767676;
  font-size: 0.6em;
}
section#singleService p {
  font-size: 0.8em;
}
section#singleService p a {
  color: #8cc63e;
}
section#singleService p a:hover {
  color: #066534;
}
/* Contact */
section#contact-form .tag-line {
  font-size: 1.1em;
  font-weight: 400;
}
/* CSS General */
/*
 Allow angular.js to be loaded in body, hiding cloaked elements until
 templates compile.  The !important is important given that there may be
 other selectors that are more specific or come later and might alter display.
 */
[ng-cloak], .ng-cloak {
  display: none !important;
}
.icon {
  width: 24px;
  height: 24px;
  margin: 0px 4px;
}
/* Boostrap - to move into the bootsrap extras */
.container-centered {
  text-align: center;
}
.row-centered {
  text-align: center;
}
.col-centered {
  display: inline-block;
  float: none;
  text-align: left;
  /* reset the text-align */
  margin-right: -4px;
  /* inline-block space fix */
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
/* Animation */
.slide-in {
  transform: translateY(300px);
  opacity: 0;
}
.slide-in-left {
  transform: translateY(300px) translateX(-50px);
}
.slide-in-right {
  transform: translateY(300px) translateX(50px);
}
.slided-in {
  opacity: 1;
  transform: translateY(0px) translateX(0px);
  transition: 0.8s all ease;
}
.dropdown-group {
  position: relative;
  display: inline-block;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 2px solid #ccc;
  border: 2px solid rgba(0, 0, 0, .15);
  /*border-radius: @border-radius-base;*/
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5em;
  color: #9a9a9a;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #808080;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #37bfbf;
  text-decoration: none;
  outline: 0;
  background-color: #2c9797;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #d1dbdd;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right, .navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.5em;
  color: #d1dbdd;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
}
/*@mixin admin-shadow-hard() {
 rgba(0, 0, 0, 0.156863) 0px 3px 10px, rgba(0, 0, 0, 0.227451) 0px 3px 10px;
 }*/
body {
  overflow-y: scroll;
}
body.admin-active {
  padding-top: 60px;
  padding-left: 84px;
  background: #fff;
}
body.admin-frontend-active {
  padding-top: 60px;
}
body.admin-frontend-active #menu-fixed.active {
  top: 60px;
}
body.admin-frontend-active .menu-hero-pullout.fixed {
  top: 147px;
}
body.admin-menu-toggled .admin-menu {
  width: 250px;
}
body.admin-menu-toggled .admin-menu .admin-menu-toggle a {
  background-color: #5e5e5e;
}
body.admin-menu-toggled .admin-menu li span {
  float: left;
  display: block;
}
body.admin-menu-toggled #admin-bar .admin-bar-menu-toggle a {
  background-color: #5e5e5e;
  color: #848484;
  width: 250px;
}
#admin-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 0 0 84px;
  height: 60px;
  line-height: 60px;
  z-index: 200;
  background-color: #444;
  color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}
#admin-bar .admin-bar-controls {
  position: relative;
  z-index: 2;
}
#admin-bar .admin-bar-controls a {
  padding: 0 1em;
  height: 60px;
  display: inline-block;
  font-size: 1.5rem;
  color: #fff;
  float: left;
  text-align: center;
  width: 84px;
}
#admin-bar .admin-bar-controls a:hover {
  background: #5e5e5e;
  text-decoration: none;
  color: #fff;
}
#admin-bar .admin-bar-controls span {
  padding: 0 1em;
  height: 60px;
  display: inline-block;
  font-size: 0.9rem;
  color: #066534;
  float: left;
  text-align: center;
}
#admin-bar .admin-bar-controls .tooltip-inner {
  background: #444;
}
#admin-bar .admin-bar-controls .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #444;
}
#admin-bar .admin-bar-logo {
  font-size: 1.5em;
  margin: 0 1em 0 0;
}
#admin-bar .admin-bar-logo a {
  display: block;
  padding: 0.5em 0;
  height: 60px;
}
#admin-bar .admin-bar-logo img {
  display: block;
  height: 24px;
  margin-top: 6px;
}
#admin-bar .admin-bar-menu-toggle {
  position: absolute;
  left: 0;
  font-size: 1.5em;
  margin: 0 1em 0 0;
}
#admin-bar .admin-bar-menu-toggle a {
  color: #848484;
  display: block;
  width: 84px;
  height: 60px;
  text-align: center;
  background: #5e5e5e;
  transition: width 0.15s;
}
#admin-bar .admin-bar-menu-toggle a:hover {
  background: #6a6a6a;
  text-decoration: none;
  color: #c4c4c4;
}
#admin-bar .admin-bar-menu-toggle a i {
  display: block;
  float: left;
  width: 84px;
  height: 60px;
  line-height: 60px;
}
.admin-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: #066534;
  width: 84px;
  z-index: 210;
  transition: width 0.15s;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .12);
}
.admin-menu .admin-menu-toggle {
  position: absolute;
  left: 0;
  font-size: 1.5em;
  width: 100%;
  height: 60px;
  margin: 0 1em 0 0;
}
.admin-menu .admin-menu-toggle a {
  color: #848484;
  display: block;
  height: 100%;
  text-align: center;
  background: #5e5e5e;
  transition: width 0.15s;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}
.admin-menu .admin-menu-toggle a:hover {
  background: #6a6a6a;
  text-decoration: none;
  color: #c4c4c4;
}
.admin-menu .admin-menu-toggle a i {
  display: block;
  float: left;
  width: 84px;
  height: 60px;
  line-height: 60px;
}
.admin-menu .admin-menu-content {
  margin-top: 60px;
  padding: 0;
}
.admin-menu .admin-menu-content li {
  text-align: center;
  font-size: 1.5em;
  width: 100%;
  list-style: none;
}
.admin-menu .admin-menu-content li.pull-bottom {
  position: absolute;
  bottom: 0;
}
.admin-menu .admin-menu-content li span {
  display: none;
  height: 63px;
  line-height: 63px;
  font-family: 'Belgrano', Arial, sans-serif;
  font-weight: 500;
  font-size: 0.7em;
  color: #fff;
}
.admin-menu .admin-menu-content li a {
  height: 63px;
  line-height: 63px;
  display: block;
  border-bottom: 2px solid #09954d;
  color: #fff;
  overflow: hidden;
}
.admin-menu .admin-menu-content li a:hover {
  background: #088c48;
  color: #fff;
}
.admin-menu .admin-menu-content li a i {
  display: block;
  float: left;
  height: 63px;
  line-height: 63px;
  width: 84px;
}
.admin-menu .tooltip-inner {
  background: #066534;
}
.admin-menu .tooltip.right .tooltip-arrow {
  border-right-color: #066534;
}
@media screen and (max-width: 768px) {
  #admin-bar .admin-bar-logo {
    display: none;
  }
  #admin-bar .admin-bar-welcome {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #admin-bar .admin-bar-controls span {
    display: none;
  }
}
@media screen and (max-height: 700px) {
  body.admin-active {
    padding-top: 50px;
  }
  body.admin-frontend-active {
    padding-top: 50px;
  }
  body.admin-frontend-active #menu-fixed.active {
    top: 50px;
  }
  body.admin-frontend-active .menu-hero-pullout.fixed {
    top: 137px;
  }
  #admin-bar {
    height: 50px;
    line-height: 50px;
  }
  #admin-bar .admin-bar-controls a {
    height: 50px;
  }
  #admin-bar .admin-bar-controls span {
    height: 50px;
  }
  #admin-bar .admin-bar-logo a {
    height: 50px;
  }
  #admin-bar .admin-bar-logo img {
    height: 24px;
    margin-top: 2px;
  }
  #admin-bar .admin-bar-menu-toggle a {
    height: 50px;
  }
  #admin-bar .admin-bar-menu-toggle a i {
    height: 50px;
    line-height: 50px;
  }
  .admin-menu {
    font-size: 0.9em;
  }
  .admin-menu .admin-menu-toggle {
    height: 50px;
  }
  .admin-menu .admin-menu-toggle a i {
    height: 50px;
    line-height: 50px;
  }
  .admin-menu .admin-menu-content li span {
    height: 46.2px;
    line-height: 46.2px;
  }
  .admin-menu .admin-menu-content li a {
    height: 46.2px;
    line-height: 46.2px;
  }
  .admin-menu .admin-menu-content li a i {
    height: 46.2px;
    line-height: 46.2px;
  }
}
@media print {
  body.admin-active {
    padding-top: 0;
    padding-left: 0;
  }
  #admin-bar {
    display: none;
  }
  #admin-menu {
    display: none;
  }
}
.login-container {
  padding-top: 4em;
  padding-bottom: 4em;
}
.login-wrapper .login-panel {
  background: #066534;
  color: #fff;
  text-align: left;
  padding: 40px;
}
.login-wrapper h3 {
  color: #fff;
}
.login-wrapper h5 {
  color: #fff;
}
.login-wrapper .form-group {
  margin: 0 0 20px 0;
}
.login-wrapper .form-actions {
  margin: 0 0 0 0;
}
.login-wrapper input {
  margin-bottom: 0;
}
.login-wrapper input:focus {
  outline: 0;
}
.login-wrapper input.form-control {
  border-width: 0px;
  width: 100%;
}
.login-wrapper .forgot-password {
  color: #066534;
  float: right;
}
.login-wrapper .auth-note {
  color: #262626;
  text-align: left;
}
.login-wrapper .auth-note h5 {
  padding: 0 0 0.5em 0;
  color: #262626;
  border-bottom: 1px solid #080808;
}
.login-wrapper .checkbox {
  float: left;
  margin: 5px 5px 0 0;
  width: auto;
}
.login-wrapper hr {
  border-color: #98cc52;
}
.login-wrapper .has-error .help-block {
  background: #09954d;
}
.login-wrapper a {
  color: #fff;
}
.login-wrapper a.button {
  color: inherit;
}
.login-wrapper .section {
  padding: 0 0 1em 0;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*
 * 	Owl Carousel Owl Demo Theme 
 *	v1.3.3
 */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-controls .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-controls .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-controls .owl-dot.active span, .owl-controls .owl-dot:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
/*
 * 	Owl Carousel Owl Demo Theme 
 *	v1.3.3
 */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
