/*!
ELEMENT Framework v0.0.1
Copyright 2014 Savang LTD. All rights reserved.
Licensed under the MIT License.
http://www.savang.org/element/
*/

/*! 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"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -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;
}

/* ELEMENT Base Extras
     ========================================================================== */

/**
 * Extra rules that ELEMENT adds on bottom of Normalize.css
 */


/**
 * Always set `box-sizing` to `border-box` in all elements.
 */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/**
 * Always hide an element when it has the `hidden` HTML attribute.
 */

[hidden] {
    display: none !important;
}

/*!
ELEMENT Framework v0.0.1
Copyright 2014 Savang LTD. All rights reserved.
Licensed under the MIT License.
http://www.savang.org/element/
*/

/* BUTTONS */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
    display: inline-block;
    *display: inline;
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    zoom: 1;
}
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="button"]:focus,
input[type="button"]:active,
button:focus,
button:active,
.button:focus,
.button:active {
    outline: 0;
    text-decoration: none;
}
input[type="submit"][disabled],
input[type="submit"].disabled,
fieldset[disabled] input[type="submit"],
input[type="reset"][disabled],
input[type="reset"].disabled,
fieldset[disabled] input[type="reset"],
input[type="button"][disabled],
input[type="button"].disabled,
fieldset[disabled] input[type="button"],
button[disabled],
button.disabled,
fieldset[disabled] button,
.button[disabled],
.button.disabled,
fieldset[disabled] .button, {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
}
.button-default {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
}
.button-default:hover,
.button-default:focus,
.button-default:active,
.button-default.active {
    color: #333;
    background-color: #f0f0f0;
    border-color: #aaa;
}
.button-primary {
    color: #fff;
    background-color: #9fb030;
}
.button-primary:hover,
.button-primary:focus,
.button-primary:active,
.button-primary.active {
    color: #fff;
    background-color: #738927;
}
.button-success {
    color: #fff;
    background-color: #9fb030;
}
.button-success:hover,
.button-success:focus,
.button-success:active,
.button-success.active {
    color: #fff;
    background-color: #738927;
}
.button-info {
    color: #fff;
    background-color: #19b5fe;
}
.button-info:hover,
.button-info:focus,
.button-info:active,
.button-info.active {
    color: #fff;
    background-color: #22a7f0;
}
.button-warning {
    color: #fff;
    background-color: #f0ad4e;
}
.button-warning:hover,
.button-warning:focus,
.button-warning:active,
.button-warning.active {
    color: #fff;
    background-color: #e67e22;
}
.button-danger {
    color: #fff;
    background-color: #e74c3c;
}
.button-danger:hover,
.button-danger:focus,
.button-danger:active,
.button-danger.active {
    color: #fff;
    background-color: #c0392b;
}
.button-link {
    font-weight: normal;
    color: #3498db;
    cursor: pointer;
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.button-link:hover,
.button-link:focus,
.button-link:active,
.button-link.active {
  color: #2980b9;
  text-decoration: underline;
}
.button-block {
    display: block;
    width: 100%;
}
input[type="submit"].button-small,
input[type="reset"].button-small,
input[type="button"].button-small,
button.button-small,
.button.button-small {
    padding: 0.3rem 0.6rem;
}
input[type="submit"].button-large,
input[type="reset"].button-large,
input[type="button"].button-large,
button.button-large,
.button.button-large {
    padding: 0.6rem 0.85rem;
    font-size: 1.0625rem;
}
.button-group {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.button-group:before,
.button-group:after {
    content: " ";
    display: table;
}
.button-group:after {
    clear: both;
}
.button-group .button {
    position: relative;
    display: block;
    float: left;
    margin-left: -1px;
    padding: 0.25rem 0.6rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.button-group .button:first-child {
    -webkit-border-top-right-radius: 0.25rem;
    -webkit-border-bottom-right-radius: 0.25rem;
    -moz-border-radius-topright: 0.25rem;
    -moz-border-radius-bottomright: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.button-group .button:last-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 0.25rem;
    -webkit-border-bottom-left-radius: 0.25rem;
    -moz-border-radius-topleft: 0.25rem;
    -moz-border-radius-bottomleft: 0.25rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.button-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.button-group-justified .button {
    display: table-cell;
    float: none;
    width: auto;
}

/*!
ELEMENT Framework v0.0.1
Copyright 2014 Savang LTD. All rights reserved.
Licensed under the MIT License.
http://www.savang.org/element/
*/

/* FORMS */
form {
    margin: 0;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0.75rem;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    cursor: pointer;
}
.form:before,
.form:after {
    content: " ";
    display: table;
}
.form:after {
    clear: both;
}
.form input[type="text"],
.form input[type="password"],
.form input[type="email"],
.form input[type="url"],
.form input[type="date"],
.form input[type="month"],
.form input[type="time"],
.form input[type="datetime"],
.form input[type="datetime-local"],
.form input[type="week"],
.form input[type="number"],
.form input[type="search"],
.form input[type="tel"],
.form input[type="color"],
.form select,
.form textarea,
.form-control {
    display: inline-block;
    background: #fff;
    padding: 0.5rem 0.75rem;
    border: 1px solid #ddd;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.form select {
   padding: 0.45rem 0.75rem;
}
.form input[type="radio"],
.form input[type="checkbox"] {
    cursor: pointer;
}
.form input[type="file"]:focus,
.form input[type="radio"]:focus,
.form input[type="checkbox"]:focus,
.form input[type="text"]:focus,
.form input[type="password"]:focus,
.form input[type="email"]:focus,
.form input[type="url"]:focus,
.form input[type="date"]:focus,
.form input[type="month"]:focus,
.form input[type="time"]:focus,
.form input[type="datetime"]:focus,
.form input[type="datetime-local"]:focus,
.form input[type="week"]:focus,
.form input[type="number"]:focus,
.form input[type="search"]:focus,
.form input[type="tel"]:focus,
.form input[type="color"]:focus,
.form select:focus,
.form textarea:focus,
.form-control:focus {
    outline: 0;
    border-color: #aaa;
}
.form input[type="text"][disabled],
.form input[type="password"][disabled],
.form input[type="email"][disabled],
.form input[type="url"][disabled],
.form input[type="date"][disabled],
.form input[type="month"][disabled],
.form input[type="time"][disabled],
.form input[type="datetime"][disabled],
.form input[type="datetime-local"][disabled],
.form input[type="week"][disabled],
.form input[type="number"][disabled],
.form input[type="search"][disabled],
.form input[type="tel"][disabled],
.form input[type="color"][disabled],
.form select[disabled],
.form textarea[disabled],
.form-control[disabled],
.form fieldset[disabled] input[type="text"],
.form fieldset[disabled] input[type="password"],
.form fieldset[disabled] input[type="email"],
.form fieldset[disabled] input[type="url"],
.form fieldset[disabled] input[type="date"],
.form fieldset[disabled] input[type="month"],
.form fieldset[disabled] input[type="time"],
.form fieldset[disabled] input[type="datetime"],
.form fieldset[disabled] input[type="datetime-local"],
.form fieldset[disabled] input[type="week"],
.form fieldset[disabled] input[type="number"],
.form fieldset[disabled] input[type="search"],
.form fieldset[disabled] input[type="tel"],
.form fieldset[disabled] input[type="color"],
.form fieldset[disabled] select,
.form fieldset[disabled] textarea,
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #cad2d3;
}
.form input[readonly],
.form select[readonly],
.form textarea[readonly],
.form-control[readonly] {
    background: #eee;
    color: #777;
    border-color: #ccc;
}
.form input[required],
.form select[required],
.form textarea[required],
.form-control[required],
.form input.required,
.form select.required,
.form textarea.required,
.form-control.required {
    border-left: 0.125rem solid orange;
}
.form-control-block {
    display: block;
    width: 100%;
}
.form-stacked .form-group {
    display: block;
}
.form-aligned .form-group {
    display: block;
}
.form-inline .form-group {
    display: inline-block;
    *display: inline;
    float: right;
    margin-left: 0.6rem;
}
.form-inline .form-group:last-child {
    margin-left: 0;
}
.form-stacked .form-group,
.form-aligned .form-group {
    margin-bottom: 0.6rem;
}
.form-stacked .form-group:last-child,
.form-aligned .form-group:last-child {
    margin-bottom: 0;
}
.form-stacked .form-group label {
    display: block;
}
.form-stacked .form-group input[type="text"],
.form-stacked .form-group input[type="password"],
.form-stacked .form-group input[type="email"],
.form-stacked .form-group input[type="url"],
.form-stacked .form-group input[type="date"],
.form-stacked .form-group input[type="month"],
.form-stacked .form-group input[type="time"],
.form-stacked .form-group input[type="datetime"],
.form-stacked .form-group input[type="datetime-local"],
.form-stacked .form-group input[type="week"],
.form-stacked .form-group input[type="number"],
.form-stacked .form-group input[type="search"],
.form-stacked .form-group input[type="tel"],
.form-stacked .form-group input[type="color"],
.form-stacked .form-group input[type="submit"],
.form-stacked .form-group input[type="reset"],
.form-stacked .form-group select,
.form-stacked .form-group textarea,
.form-stacked .form-group .form-control {
    display: block;
    width: 100%;
}
.form-aligned .form-group label {
    display: inline-block;
    *display: inline;
    width: 20%;
    margin: 0 0 0 0.75rem;
    text-align: right;
    vertical-align: middle;
}
.form-aligned .form-group p {
    margin-right: 20%;
    padding-right: 1rem;
}
.form-aligned .form-group input[type="text"],
.form-aligned .form-group input[type="password"],
.form-aligned .form-group input[type="email"],
.form-aligned .form-group input[type="url"],
.form-aligned .form-group input[type="date"],
.form-aligned .form-group input[type="month"],
.form-aligned .form-group input[type="time"],
.form-aligned .form-group input[type="datetime"],
.form-aligned .form-group input[type="datetime-local"],
.form-aligned .form-group input[type="week"],
.form-aligned .form-group input[type="number"],
.form-aligned .form-group input[type="search"],
.form-aligned .form-group input[type="tel"],
.form-aligned .form-group input[type="color"],
.form-aligned .form-group input[type="submit"],
.form-aligned .form-group input[type="reset"],
.form-aligned .form-group select,
.form-aligned .form-group textarea,
.form-aligned .form-group .form-control {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
}
.form-inline .form-group label {
    display: block;
}
.form-inline .form-group input[type="text"],
.form-inline .form-group input[type="password"],
.form-inline .form-group input[type="email"],
.form-inline .form-group input[type="url"],
.form-inline .form-group input[type="date"],
.form-inline .form-group input[type="month"],
.form-inline .form-group input[type="time"],
.form-inline .form-group input[type="datetime"],
.form-inline .form-group input[type="datetime-local"],
.form-inline .form-group input[type="week"],
.form-inline .form-group input[type="number"],
.form-inline .form-group input[type="search"],
.form-inline .form-group input[type="tel"],
.form-inline .form-group input[type="color"],
.form-inline .form-group input[type="submit"],
.form-inline .form-group input[type="reset"],
.form-inline .form-group select,
.form-inline .form-group textarea,
.form-inline .form-group .form-control {
    display: block;
}
.form-help {
    display: block;
    color: #666;
}
.form-error label,
.form-error input,
.form-error select,
.form-error textarea,
.form-error .form-control {
    color: red;
}
.form-error input,
.form-error select,
.form-error textarea,
.form-error .form-control {
    border-color: red;
}
.form-success label,
.form-success input,
.form-success select,
.form-success textarea,
.form-success .form-control {
    color: green;
}
.form-success input,
.form-success select,
.form-success textarea,
.form-success .form-control {
    border-color: green;
}
.form-warning label,
.form-warning input,
.form-warning select,
.form-warning textarea,
.form-warning .form-control {
    color: orange;
}
.form-warning input,
.form-warning select,
.form-warning textarea,
.form-warning .form-control {
    border-color: orange;
}
.form-info label,
.form-info input,
.form-info select,
.form-info textarea,
.form-info .form-control {
    color: blue;
}
.form-info input,
.form-info select,
.form-info textarea,
.form-info .form-control {
    border-color: blue;
}
.form input.form-control-small,
.form textarea.form-control-small,
input.form-control.form-control-small,
textarea.form-control.form-control-small {
    padding: 0.3rem 0.5rem;
}
.form select.form-control-small,
select.form-control.form-control-small {
    padding: 0.25rem 0.5rem;
}
.form input.form-control-large,
.form textarea.form-control-large,
input.form-control.form-control-large,
textarea.form-control.form-control-large {
    padding: 0.6rem 0.8rem;
}
.form select.form-control-large,
select.form-control.form-control-large {
    padding: 0.55rem 0.8rem;
}

/*!
ELEMENT Framework v0.0.1
Copyright 2014 Savang LTD. All rights reserved.
Licensed under the MIT License.
http://www.savang.org/element/
*/

/* GRIDS */
.row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
}
.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.col-12,
.col-xsmall-12,
.col-11,
.col-xsmall-11,
.col-10,
.col-xsmall-10,
.col-9,
.col-xsmall-9,
.col-8,
.col-xsmall-8,
.col-7,
.col-xsmall-7,
.col-6,
.col-xsmall-6,
.col-5,
.col-xsmall-5,
.col-4,
.col-xsmall-4,
.col-3,
.col-xsmall-3,
.col-2,
.col-xsmall-2,
.col-1,
.col-xsmall-1 {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: right;
}
.col-12,
.col-xsmall-12 {
    width: 100%;
}
.col-11,
.col-xsmall-11 {
    width: 91.66666667%;
}
.col-10,
.col-xsmall-10 {
    width: 83.33333333%;
}
.col-9,
.col-xsmall-9 {
    width: 75%;
}
.col-8,
.col-xsmall-8 {
    width: 66.66666667%;
}
.col-7,
.col-xsmall-7 {
    width: 58.33333333%;
}
.col-6,
.col-xsmall-6 {
    width: 50%;
}
.col-5,
.col-xsmall-5 {
    width: 41.66666667%;
}
.col-4,
.col-xsmall-4 {
    width: 33.33333333%;
}
.col-3,
.col-xsmall-3 {
    width: 25%;
}
.col-2,
.col-xsmall-2 {
    width: 16.66666667%;
}
.col-1,
.col-xsmall-1 {
    width: 8.33333333%;
}
.col-pull-0,
.col-xsmall-pull-0 {
    left: 0%;
    right: auto;
}
.col-push-0,
.col-xsmall-push-0 {
    right: 0%;
    left: auto;
}
.col-pull-1,
.col-xsmall-pull-1 {
    left: 8.33333333%;
    right: auto;
}
.col-push-1,
.col-xsmall-push-1 {
    right: 8.33333333%;
    left: auto;
}
.col-pull-2,
.col-xsmall-pull-2 {
    left: 16.66666667%;
    right: auto;
}
.col-push-2,
.col-xsmall-push-2 {
    right: 16.66666667%;
    left: auto;
}
.col-pull-3,
.col-xsmall-pull-3 {
    left: 25%;
    right: auto;
}
.col-push-3,
.col-xsmall-push-3 {
    right: 25%;
    left: auto;
}
.col-pull-4,
.col-xsmall-pull-4 {
    left: 33.33333333%;
    right: auto;
}
.col-push-4,
.col-xsmall-push-4 {
    right: 33.33333333%;
    left: auto;
}
.col-pull-5,
.col-xsmall-pull-5 {
    left: 41.66666667%;
    right: auto;
}
.col-push-5,
.col-xsmall-push-5 {
    right: 41.66666667%;
    left: auto;
}
.col-pull-6,
.col-xsmall-pull-6 {
    left: 50%;
    right: auto;
}
.col-push-6,
.col-xsmall-push-6 {
    right: 50%;
    left: auto;
}
.col-pull-7,
.col-xsmall-pull-7 {
    left: 58.33333333%;
    right: auto;
}
.col-push-7,
.col-xsmall-push-7 {
    right: 58.33333333%;
    left: auto;
}
.col-pull-8,
.col-xsmall-pull-8 {
    left: 66.66666667%;
    right: auto;
}
.col-push-8,
.col-xsmall-push-8 {
    right: 66.66666667%;
    left: auto;
}
.col-pull-9,
.col-xsmall-pull-9 {
    left: 75%;
    right: auto;
}
.col-push-9,
.col-xsmall-push-9 {
    right: 75%;
    left: auto;
}
.col-pull-10,
.col-xsmall-pull-10 {
    left: 83.33333333%;
    right: auto;
}
.col-push-10,
.col-xsmall-push-10 {
    right: 83.33333333%;
    left: auto;
}
.col-pull-11,
.col-xsmall-pull-11 {
    left: 91.66666667%;
    right: auto;
}
.col-push-11,
.col-xsmall-push-11 {
    right: 91.66666667%;
    left: auto;
}
.col-offset-0,
.col-xsmall-offset-0 {
    margin-right: 0% !important;
}
.col-offset-1,
.col-xsmall-offset-1 {
    margin-right: 8.33333333% !important;
}
.col-offset-2,
.col-xsmall-offset-2 {
    margin-right: 16.66666667% !important;
}
.col-offset-3,
.col-xsmall-offset-3 {
    margin-right: 25% !important;
}
.col-offset-4,
.col-xsmall-offset-4 {
    margin-right: 33.33333333% !important;
}
.col-offset-5,
.col-xsmall-offset-5 {
    margin-right: 41.66666667% !important;
}
.col-offset-6,
.col-xsmall-offset-6 {
    margin-right: 50% !important;
}
.col-offset-7,
.col-xsmall-offset-7 {
    margin-right: 58.33333333% !important;
}
.col-offset-8,
.col-xsmall-offset-8 {
    margin-right: 66.66666667% !important;
}
.col-offset-9,
.col-xsmall-offset-9 {
    margin-right: 75% !important;
}
.col-offset-10,
.col-xsmall-offset-10 {
    margin-right: 83.33333333% !important;
}
.col-offset-11,
.col-xsmall-offset-11 {
    margin-right: 91.66666667% !important;
}
.col-centered,
.col-xsmall-centered {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}
.col-uncentered,
.col-xsmall-uncentered {
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: left !important;
}
.list-grid {
    display: block;
    list-style: none;
    margin: 0 -0.5rem;
    padding: 0;
}
.list-grid:before,
.list-grid:after {
    content: " ";
    display: table;
}
.list-grid:after {
    clear: both;
}
.list-grid > li {
    clear: none;
    display: block;
    height: auto;
    float: right;
    padding: 0 0.5rem 1rem;
}
.list-grid-1 > li,
.list-grid-xsmall-1 > li {
    width: 100%;
}
.list-grid-2 > li,
.list-grid-xsmall-2 > li {
    width: 50%;
}
.list-grid-3 > li,
.list-grid-xsmall-3 > li {
    width: 33.33333%;
}
.list-grid-4 > li,
.list-grid-xsmall-4 > li {
    width: 25%;
}
.list-grid-5 > li,
.list-grid-xsmall-5 > li {
    width: 20%;
}
.list-grid-6 > li,
.list-grid-xsmall-6 > li {
    width: 16.66667%;
}
.list-grid-7 > li,
.list-grid-xsmall-7 > li {
    width: 14.28571%;
}
.list-grid-8 > li,
.list-grid-xsmall-8 > li {
    width: 12.5%;
}
.list-grid-9 > li,
.list-grid-xsmall-9 > li {
    width: 11.11111%;
}
.list-grid-10 > li,
.list-grid-xsmall-10 > li {
    width: 10%;
}
.list-grid-11 > li,
.list-grid-xsmall-11 > li {
    width: 9.09091%;
}
.list-grid-12 > li,
.list-grid-xsmall-12 > li {
    width: 8.33333%;
}
.list-grid-1 > li:nth-of-type(1n+1),
.list-grid-xsmall-1 > li:nth-of-type(1n+1),
.list-grid-2 > li:nth-of-type(2n+1),
.list-grid-xsmall-2 > li:nth-of-type(2n+1),
.list-grid-3 > li:nth-of-type(3n+1),
.list-grid-xsmall-3 > li:nth-of-type(3n+1),
.list-grid-4 > li:nth-of-type(4n+1),
.list-grid-xsmall-4 > li:nth-of-type(4n+1),
.list-grid-5 > li:nth-of-type(5n+1),
.list-grid-xsmall-5 > li:nth-of-type(5n+1),
.list-grid-6 > li:nth-of-type(6n+1),
.list-grid-xsmall-6 > li:nth-of-type(6n+1),
.list-grid-7 > li:nth-of-type(7n+1),
.list-grid-xsmall-7 > li:nth-of-type(7n+1),
.list-grid-8 > li:nth-of-type(8n+1),
.list-grid-xsmall-8 > li:nth-of-type(8n+1),
.list-grid-9 > li:nth-of-type(9n+1),
.list-grid-xsmall-9 > li:nth-of-type(9n+1),
.list-grid-10 > li:nth-of-type(10n+1),
.list-grid-xsmall-10 > li:nth-of-type(10n+1),
.list-grid-11 > li:nth-of-type(11n+1),
.list-grid-xsmall-11 > li:nth-of-type(11n+1),
.list-grid-12 > li:nth-of-type(12n+1),
.list-grid-xsmall-12 > li:nth-of-type(12n+1) {
    clear: both;
}
@media (min-width: 35.5em) {
  .col-small-12,
  .col-small-11,
  .col-small-10,
  .col-small-9,
  .col-small-8,
  .col-small-7,
  .col-small-6,
  .col-small-5,
  .col-small-4,
  .col-small-3,
  .col-small-2,
  .col-small-1 {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: right;
  }
  .col-small-12 {
    width: 100%;
  }
  .col-small-11 {
    width: 91.66666667%;
  }
  .col-small-10 {
    width: 83.33333333%;
  }
  .col-small-9 {
    width: 75%;
  }
  .col-small-8 {
    width: 66.66666667%;
  }
  .col-small-7 {
    width: 58.33333333%;
  }
  .col-small-6 {
    width: 50%;
  }
  .col-small-5 {
    width: 41.66666667%;
  }
  .col-small-4 {
    width: 33.33333333%;
  }
  .col-small-3 {
    width: 25%;
  }
  .col-small-2 {
     width: 16.66666667%;
  }
  .col-small-1 {
    width: 8.33333333%;
  }
  .col-small-pull-0 {
    left: 0%;
    right: auto;
  }
  .col-small-push-0 {
    right: 0%;
    left: auto;
  }
  .col-small-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  .col-small-push-1 {
    right: 8.33333333%;
    left: auto;
  }
  .col-small-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  .col-small-push-2 {
    right: 16.66666667%;
    left: auto;
  }
  .col-small-pull-3 {
    left: 25%;
    right: auto;
  }
  .col-small-push-3 {
    right: 25%;
    left: auto;
  }
  .col-small-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  .col-small-push-4 {
    right: 33.33333333%;
    left: auto;
  }
  .col-small-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  .col-small-push-5 {
    right: 41.66666667%;
    left: auto;
  }
  .col-small-pull-6 {
    left: 50%;
    right: auto;
  }
  .col-small-push-6 {
    right: 50%;
    left: auto;
  }
  .col-small-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  .col-small-push-7 {
    right: 58.33333333%;
    left: auto;
  }
  .col-small-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  .col-small-push-8 {
    right: 66.66666667%;
    left: auto;
  }
  .col-small-pull-9 {
    left: 75%;
    right: auto;
  }
  .col-small-push-9 {
    right: 75%;
    left: auto;
  }
  .col-small-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  .col-small-push-10 {
    right: 83.33333333%;
    left: auto;
  }
  .col-small-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  .col-small-push-11 {
    right: 91.66666667%;
    left: auto;
  }
  .col-small-offset-0 {
    margin-right: 0% !important;
  }
  .col-small-offset-1 {
    margin-right: 8.33333333% !important;
  }
  .col-small-offset-2 {
    margin-right: 16.66666667% !important;
  }
  .col-small-offset-3 {
    margin-right: 25% !important;
  }
  .col-small-offset-4 {
    margin-right: 33.33333333% !important;
  }
  .col-small-offset-5 {
    margin-right: 41.66666667% !important;
  }
  .col-small-offset-6 {
    margin-right: 50% !important;
  }
  .col-small-offset-7 {
    margin-right: 58.33333333% !important;
  }
  .col-small-offset-8 {
    margin-right: 66.66666667% !important;
  }
  .col-small-offset-9 {
    margin-right: 75% !important;
  }
  .col-small-offset-10 {
    margin-right: 83.33333333% !important;
  }
  .col-small-offset-11 {
    margin-right: 91.66666667% !important;
  }
  .col-small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .col-small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: right;
  }
  .list-grid-small-1 > li {
    width: 100%;
  }
  .list-grid-small-2 > li {
    width: 50%;
  }
  .list-grid-small-3 > li {
    width: 33.33333%;
  }
  .list-grid-small-4 > li {
    width: 25%;
  }
  .list-grid-small-5 > li {
    width: 20%;
  }
  .list-grid-small-6 > li {
    width: 16.66667%;
  }
  .list-grid-small-7 > li {
    width: 14.28571%;
  }
  .list-grid-small-8 > li {
    width: 12.5%;
  }
  .list-grid-small-9 > li {
    width: 11.11111%;
  }
  .list-grid-small-10 > li {
    width: 10%;
  }
  .list-grid-small-11 > li {
    width: 9.09091%;
  }
  .list-grid-small-12 > li {
    width: 8.33333%;
  }
  .list-grid-small-1 > li:nth-of-type(1n+1),
  .list-grid-small-2 > li:nth-of-type(2n+1),
  .list-grid-small-3 > li:nth-of-type(3n+1),
  .list-grid-small-4 > li:nth-of-type(4n+1),
  .list-grid-small-5 > li:nth-of-type(5n+1),
  .list-grid-small-6 > li:nth-of-type(6n+1),
  .list-grid-small-7 > li:nth-of-type(7n+1),
  .list-grid-small-8 > li:nth-of-type(8n+1),
  .list-grid-small-9 > li:nth-of-type(9n+1),
  .list-grid-small-10 > li:nth-of-type(10n+1),
  .list-grid-small-11 > li:nth-of-type(11n+1),
  .list-grid-small-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
  .list-grid-1 > li:nth-of-type(1n+1),
  .list-grid-xsmall-1 > li:nth-of-type(1n+1),
  .list-grid-2 > li:nth-of-type(2n+1),
  .list-grid-xsmall-2 > li:nth-of-type(2n+1),
  .list-grid-3 > li:nth-of-type(3n+1),
  .list-grid-xsmall-3 > li:nth-of-type(3n+1),
  .list-grid-4 > li:nth-of-type(4n+1),
  .list-grid-xsmall-4 > li:nth-of-type(4n+1),
  .list-grid-5 > li:nth-of-type(5n+1),
  .list-grid-xsmall-5 > li:nth-of-type(5n+1),
  .list-grid-6 > li:nth-of-type(6n+1),
  .list-grid-xsmall-6 > li:nth-of-type(6n+1),
  .list-grid-7 > li:nth-of-type(7n+1),
  .list-grid-xsmall-7 > li:nth-of-type(7n+1),
  .list-grid-8 > li:nth-of-type(8n+1),
  .list-grid-xsmall-8 > li:nth-of-type(8n+1),
  .list-grid-9 > li:nth-of-type(9n+1),
  .list-grid-xsmall-9 > li:nth-of-type(9n+1),
  .list-grid-10 > li:nth-of-type(10n+1),
  .list-grid-xsmall-10 > li:nth-of-type(10n+1),
  .list-grid-11 > li:nth-of-type(11n+1),
  .list-grid-xsmall-11 > li:nth-of-type(11n+1),
  .list-grid-12 > li:nth-of-type(12n+1),
  .list-grid-xsmall-12 > li:nth-of-type(12n+1) {
    clear: none;
  }
}
@media (min-width: 48em) {
  .col-medium-12,
  .col-medium-11,
  .col-medium-10,
  .col-medium-9,
  .col-medium-8,
  .col-medium-7,
  .col-medium-6,
  .col-medium-5,
  .col-medium-4,
  .col-medium-3,
  .col-medium-2,
  .col-medium-1 {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: right;
  }
  .col-medium-12 {
    width: 100%;
  }
  .col-medium-11 {
    width: 91.66666667%;
  }
  .col-medium-10 {
    width: 83.33333333%;
  }
  .col-medium-9 {
    width: 75%;
  }
  .col-medium-8 {
    width: 66.66666667%;
  }
  .col-medium-7 {
    width: 58.33333333%;
  }
  .col-medium-6 {
    width: 50%;
  }
  .col-medium-5 {
    width: 41.66666667%;
  }
  .col-medium-4 {
    width: 33.33333333%;
  }
  .col-medium-3 {
    width: 25%;
  }
  .col-medium-2 {
     width: 16.66666667%;
  }
  .col-medium-1 {
    width: 8.33333333%;
  }
  .col-medium-pull-0 {
    left: 0%;
    right: auto;
  }
  .col-medium-push-0 {
    right: 0%;
    left: auto;
  }
  .col-medium-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  .col-medium-push-1 {
    right: 8.33333333%;
    left: auto;
  }
  .col-medium-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  .col-medium-push-2 {
    right: 16.66666667%;
    left: auto;
  }
  .col-medium-pull-3 {
    left: 25%;
    right: auto;
  }
  .col-medium-push-3 {
    right: 25%;
    left: auto;
  }
  .col-medium-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  .col-medium-push-4 {
    right: 33.33333333%;
    left: auto;
  }
  .col-medium-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  .col-medium-push-5 {
    right: 41.66666667%;
    left: auto;
  }
  .col-medium-pull-6 {
    left: 50%;
    right: auto;
  }
  .col-medium-push-6 {
    right: 50%;
    left: auto;
  }
  .col-medium-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  .col-medium-push-7 {
    right: 58.33333333%;
    left: auto;
  }
  .col-medium-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  .col-medium-push-8 {
    right: 66.66666667%;
    left: auto;
  }
  .col-medium-pull-9 {
    left: 75%;
    right: auto;
  }
  .col-medium-push-9 {
    right: 75%;
    left: auto;
  }
  .col-medium-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  .col-medium-push-10 {
    right: 83.33333333%;
    left: auto;
  }
  .col-medium-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  .col-medium-push-11 {
    right: 91.66666667%;
    left: auto;
  }
  .col-medium-offset-0 {
    margin-right: 0% !important;
  }
  .col-medium-offset-1 {
    margin-right: 8.33333333% !important;
  }
  .col-medium-offset-2 {
    margin-right: 16.66666667% !important;
  }
  .col-medium-offset-3 {
    margin-right: 25% !important;
  }
  .col-medium-offset-4 {
    margin-right: 33.33333333% !important;
  }
  .col-medium-offset-5 {
    margin-right: 41.66666667% !important;
  }
  .col-medium-offset-6 {
    margin-right: 50% !important;
  }
  .col-medium-offset-7 {
    margin-right: 58.33333333% !important;
  }
  .col-medium-offset-8 {
    margin-right: 66.66666667% !important;
  }
  .col-medium-offset-9 {
    margin-right: 75% !important;
  }
  .col-medium-offset-10 {
    margin-right: 83.33333333% !important;
  }
  .col-medium-offset-11 {
    margin-right: 91.66666667% !important;
  }
  .col-medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .col-medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: right;
  }
  .list-grid-medium-1 > li {
    width: 100%;
  }
  .list-grid-medium-2 > li {
    width: 50%;
  }
  .list-grid-medium-3 > li {
    width: 33.33333%;
  }
  .list-grid-medium-4 > li {
    width: 25%;
  }
  .list-grid-medium-5 > li {
    width: 20%;
  }
  .list-grid-medium-6 > li {
    width: 16.66667%;
  }
  .list-grid-medium-7 > li {
    width: 14.28571%;
  }
  .list-grid-medium-8 > li {
    width: 12.5%;
  }
  .list-grid-medium-9 > li {
    width: 11.11111%;
  }
  .list-grid-medium-10 > li {
    width: 10%;
  }
  .list-grid-medium-11 > li {
    width: 9.09091%;
  }
  .list-grid-medium-12 > li {
    width: 8.33333%;
  }
  .list-grid-medium-1 > li:nth-of-type(1n+1),
  .list-grid-medium-2 > li:nth-of-type(2n+1),
  .list-grid-medium-3 > li:nth-of-type(3n+1),
  .list-grid-medium-4 > li:nth-of-type(4n+1),
  .list-grid-medium-5 > li:nth-of-type(5n+1),
  .list-grid-medium-6 > li:nth-of-type(6n+1),
  .list-grid-medium-7 > li:nth-of-type(7n+1),
  .list-grid-medium-8 > li:nth-of-type(8n+1),
  .list-grid-medium-9 > li:nth-of-type(9n+1),
  .list-grid-medium-10 > li:nth-of-type(10n+1),
  .list-grid-medium-11 > li:nth-of-type(11n+1),
  .list-grid-medium-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
  .list-grid-1 > li:nth-of-type(1n+1),
  .list-grid-xsmall-1 > li:nth-of-type(1n+1),
  .list-grid-2 > li:nth-of-type(2n+1),
  .list-grid-xsmall-2 > li:nth-of-type(2n+1),
  .list-grid-3 > li:nth-of-type(3n+1),
  .list-grid-xsmall-3 > li:nth-of-type(3n+1),
  .list-grid-4 > li:nth-of-type(4n+1),
  .list-grid-xsmall-4 > li:nth-of-type(4n+1),
  .list-grid-5 > li:nth-of-type(5n+1),
  .list-grid-xsmall-5 > li:nth-of-type(5n+1),
  .list-grid-6 > li:nth-of-type(6n+1),
  .list-grid-xsmall-6 > li:nth-of-type(6n+1),
  .list-grid-7 > li:nth-of-type(7n+1),
  .list-grid-xsmall-7 > li:nth-of-type(7n+1),
  .list-grid-8 > li:nth-of-type(8n+1),
  .list-grid-xsmall-8 > li:nth-of-type(8n+1),
  .list-grid-9 > li:nth-of-type(9n+1),
  .list-grid-xsmall-9 > li:nth-of-type(9n+1),
  .list-grid-10 > li:nth-of-type(10n+1),
  .list-grid-xsmall-10 > li:nth-of-type(10n+1),
  .list-grid-11 > li:nth-of-type(11n+1),
  .list-grid-xsmall-11 > li:nth-of-type(11n+1),
  .list-grid-12 > li:nth-of-type(12n+1),
  .list-grid-xsmall-12 > li:nth-of-type(12n+1) {
    clear: none;
  }
}
@media (min-width: 64em) {
  .col-large-12,
  .col-large-11,
  .col-large-10,
  .col-large-9,
  .col-large-8,
  .col-large-7,
  .col-large-6,
  .col-large-5,
  .col-large-4,
  .col-large-3,
  .col-large-2,
  .col-large-1 {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: right;
  }
  .col-large-12 {
    width: 100%;
  }
  .col-large-11 {
    width: 91.66666667%;
  }
  .col-large-10 {
    width: 83.33333333%;
  }
  .col-large-9 {
    width: 75%;
  }
  .col-large-8 {
    width: 66.66666667%;
  }
  .col-large-7 {
    width: 58.33333333%;
  }
  .col-large-6 {
    width: 50%;
  }
  .col-large-5 {
    width: 41.66666667%;
  }
  .col-large-4 {
    width: 33.33333333%;
  }
  .col-large-3 {
    width: 25%;
  }
  .col-large-2 {
     width: 16.66666667%;
  }
  .col-large-1 {
    width: 8.33333333%;
  }
  .col-large-pull-0 {
    left: 0%;
    right: auto;
  }
  .col-large-push-0 {
    right: 0%;
    left: auto;
  }
  .col-large-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  .col-large-push-1 {
    right: 8.33333333%;
    left: auto;
  }
  .col-large-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  .col-large-push-2 {
    right: 16.66666667%;
    left: auto;
  }
  .col-large-pull-3 {
    left: 25%;
    right: auto;
  }
  .col-large-push-3 {
    right: 25%;
    left: auto;
  }
  .col-large-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  .col-large-push-4 {
    right: 33.33333333%;
    left: auto;
  }
  .col-large-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  .col-large-push-5 {
    right: 41.66666667%;
    left: auto;
  }
  .col-large-pull-6 {
    left: 50%;
    right: auto;
  }
  .col-large-push-6 {
    right: 50%;
    left: auto;
  }
  .col-large-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  .col-large-push-7 {
    right: 58.33333333%;
    left: auto;
  }
  .col-large-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  .col-large-push-8 {
    right: 66.66666667%;
    left: auto;
  }
  .col-large-pull-9 {
    left: 75%;
    right: auto;
  }
  .col-large-push-9 {
    right: 75%;
    left: auto;
  }
  .col-large-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  .col-large-push-10 {
    right: 83.33333333%;
    left: auto;
  }
  .col-large-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  .col-large-push-11 {
    right: 91.66666667%;
    left: auto;
  }
  .col-large-offset-0 {
    margin-right: 0% !important;
  }
  .col-large-offset-1 {
    margin-right: 8.33333333% !important;
  }
  .col-large-offset-2 {
    margin-right: 16.66666667% !important;
  }
  .col-large-offset-3 {
    margin-right: 25% !important;
  }
  .col-large-offset-4 {
    margin-right: 33.33333333% !important;
  }
  .col-large-offset-5 {
    margin-right: 41.66666667% !important;
  }
  .col-large-offset-6 {
    margin-right: 50% !important;
  }
  .col-large-offset-7 {
    margin-right: 58.33333333% !important;
  }
  .col-large-offset-8 {
    margin-right: 66.66666667% !important;
  }
  .col-large-offset-9 {
    margin-right: 75% !important;
  }
  .col-large-offset-10 {
    margin-right: 83.33333333% !important;
  }
  .col-large-offset-11 {
    margin-right: 91.66666667% !important;
  }
  .col-large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .col-large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: right;
  }
  .list-grid-large-1 > li {
    width: 100%;
  }
  .list-grid-large-2 > li {
    width: 50%;
  }
  .list-grid-large-3 > li {
    width: 33.33333%;
  }
  .list-grid-large-4 > li {
    width: 25%;
  }
  .list-grid-large-5 > li {
    width: 20%;
  }
  .list-grid-large-6 > li {
    width: 16.66667%;
  }
  .list-grid-large-7 > li {
    width: 14.28571%;
  }
  .list-grid-large-8 > li {
    width: 12.5%;
  }
  .list-grid-large-9 > li {
    width: 11.11111%;
  }
  .list-grid-large-10 > li {
    width: 10%;
  }
  .list-grid-large-11 > li {
    width: 9.09091%;
  }
  .list-grid-large-12 > li {
    width: 8.33333%;
  }
  .list-grid-large-1 > li:nth-of-type(1n+1),
  .list-grid-large-2 > li:nth-of-type(2n+1),
  .list-grid-large-3 > li:nth-of-type(3n+1),
  .list-grid-large-4 > li:nth-of-type(4n+1),
  .list-grid-large-5 > li:nth-of-type(5n+1),
  .list-grid-large-6 > li:nth-of-type(6n+1),
  .list-grid-large-7 > li:nth-of-type(7n+1),
  .list-grid-large-8 > li:nth-of-type(8n+1),
  .list-grid-large-9 > li:nth-of-type(9n+1),
  .list-grid-large-10 > li:nth-of-type(10n+1),
  .list-grid-large-11 > li:nth-of-type(11n+1),
  .list-grid-large-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
  .list-grid-1 > li:nth-of-type(1n+1),
  .list-grid-xsmall-1 > li:nth-of-type(1n+1),
  .list-grid-2 > li:nth-of-type(2n+1),
  .list-grid-xsmall-2 > li:nth-of-type(2n+1),
  .list-grid-3 > li:nth-of-type(3n+1),
  .list-grid-xsmall-3 > li:nth-of-type(3n+1),
  .list-grid-4 > li:nth-of-type(4n+1),
  .list-grid-xsmall-4 > li:nth-of-type(4n+1),
  .list-grid-5 > li:nth-of-type(5n+1),
  .list-grid-xsmall-5 > li:nth-of-type(5n+1),
  .list-grid-6 > li:nth-of-type(6n+1),
  .list-grid-xsmall-6 > li:nth-of-type(6n+1),
  .list-grid-7 > li:nth-of-type(7n+1),
  .list-grid-xsmall-7 > li:nth-of-type(7n+1),
  .list-grid-8 > li:nth-of-type(8n+1),
  .list-grid-xsmall-8 > li:nth-of-type(8n+1),
  .list-grid-9 > li:nth-of-type(9n+1),
  .list-grid-xsmall-9 > li:nth-of-type(9n+1),
  .list-grid-10 > li:nth-of-type(10n+1),
  .list-grid-xsmall-10 > li:nth-of-type(10n+1),
  .list-grid-11 > li:nth-of-type(11n+1),
  .list-grid-xsmall-11 > li:nth-of-type(11n+1),
  .list-grid-12 > li:nth-of-type(12n+1),
  .list-grid-xsmall-12 > li:nth-of-type(12n+1) {
    clear: none;
  }
}
@media (min-width: 80em) {
  .col-xlarge-12,
  .col-xlarge-11,
  .col-xlarge-10,
  .col-xlarge-9,
  .col-xlarge-8,
  .col-xlarge-7,
  .col-xlarge-6,
  .col-xlarge-5,
  .col-xlarge-4,
  .col-xlarge-3,
  .col-xlarge-2,
  .col-xlarge-1 {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: right;
  }
  .col-xlarge-12 {
    width: 100%;
  }
  .col-xlarge-11 {
    width: 91.66666667%;
  }
  .col-xlarge-10 {
    width: 83.33333333%;
  }
  .col-xlarge-9 {
    width: 75%;
  }
  .col-xlarge-8 {
    width: 66.66666667%;
  }
  .col-xlarge-7 {
    width: 58.33333333%;
  }
  .col-xlarge-6 {
    width: 50%;
  }
  .col-xlarge-5 {
    width: 41.66666667%;
  }
  .col-xlarge-4 {
    width: 33.33333333%;
  }
  .col-xlarge-3 {
    width: 25%;
  }
  .col-xlarge-2 {
     width: 16.66666667%;
  }
  .col-xlarge-1 {
    width: 8.33333333%;
  }
  .col-xlarge-pull-0 {
    left: 0%;
    right: auto;
  }
  .col-xlarge-push-0 {
    right: 0%;
    left: auto;
  }
  .col-xlarge-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  .col-xlarge-push-1 {
    right: 8.33333333%;
    left: auto;
  }
  .col-xlarge-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  .col-xlarge-push-2 {
    right: 16.66666667%;
    left: auto;
  }
  .col-xlarge-pull-3 {
    left: 25%;
    right: auto;
  }
  .col-xlarge-push-3 {
    right: 25%;
    left: auto;
  }
  .col-xlarge-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  .col-xlarge-push-4 {
    right: 33.33333333%;
    left: auto;
  }
  .col-xlarge-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  .col-xlarge-push-5 {
    right: 41.66666667%;
    left: auto;
  }
  .col-xlarge-pull-6 {
    left: 50%;
    right: auto;
  }
  .col-xlarge-push-6 {
    right: 50%;
    left: auto;
  }
  .col-xlarge-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  .col-xlarge-push-7 {
    right: 58.33333333%;
    left: auto;
  }
  .col-xlarge-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  .col-xlarge-push-8 {
    right: 66.66666667%;
    left: auto;
  }
  .col-xlarge-pull-9 {
    left: 75%;
    right: auto;
  }
  .col-xlarge-push-9 {
    right: 75%;
    left: auto;
  }
  .col-xlarge-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  .col-xlarge-push-10 {
    right: 83.33333333%;
    left: auto;
  }
  .col-xlarge-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  .col-xlarge-push-11 {
    right: 91.66666667%;
    left: auto;
  }
  .col-xlarge-offset-0 {
    margin-right: 0% !important;
  }
  .col-xlarge-offset-1 {
    margin-right: 8.33333333% !important;
  }
  .col-xlarge-offset-2 {
    margin-right: 16.66666667% !important;
  }
  .col-xlarge-offset-3 {
    margin-right: 25% !important;
  }
  .col-xlarge-offset-4 {
    margin-right: 33.33333333% !important;
  }
  .col-xlarge-offset-5 {
    margin-right: 41.66666667% !important;
  }
  .col-xlarge-offset-6 {
    margin-right: 50% !important;
  }
  .col-xlarge-offset-7 {
    margin-right: 58.33333333% !important;
  }
  .col-xlarge-offset-8 {
    margin-right: 66.66666667% !important;
  }
  .col-xlarge-offset-9 {
    margin-right: 75% !important;
  }
  .col-xlarge-offset-10 {
    margin-right: 83.33333333% !important;
  }
  .col-xlarge-offset-11 {
    margin-right: 91.66666667% !important;
  }
  .col-xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .col-xlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: right;
  }
  .list-grid-xlarge-1 > li {
    width: 100%;
  }
  .list-grid-xlarge-2 > li {
    width: 50%;
  }
  .list-grid-xlarge-3 > li {
    width: 33.33333%;
  }
  .list-grid-xlarge-4 > li {
    width: 25%;
  }
  .list-grid-xlarge-5 > li {
    width: 20%;
  }
  .list-grid-xlarge-6 > li {
    width: 16.66667%;
  }
  .list-grid-xlarge-7 > li {
    width: 14.28571%;
  }
  .list-grid-xlarge-8 > li {
    width: 12.5%;
  }
  .list-grid-xlarge-9 > li {
    width: 11.11111%;
  }
  .list-grid-xlarge-10 > li {
    width: 10%;
  }
  .list-grid-xlarge-11 > li {
    width: 9.09091%;
  }
  .list-grid-xlarge-12 > li {
    width: 8.33333%;
  }
  .list-grid-xlarge-1 > li:nth-of-type(1n+1),
  .list-grid-xlarge-2 > li:nth-of-type(2n+1),
  .list-grid-xlarge-3 > li:nth-of-type(3n+1),
  .list-grid-xlarge-4 > li:nth-of-type(4n+1),
  .list-grid-xlarge-5 > li:nth-of-type(5n+1),
  .list-grid-xlarge-6 > li:nth-of-type(6n+1),
  .list-grid-xlarge-7 > li:nth-of-type(7n+1),
  .list-grid-xlarge-8 > li:nth-of-type(8n+1),
  .list-grid-xlarge-9 > li:nth-of-type(9n+1),
  .list-grid-xlarge-10 > li:nth-of-type(10n+1),
  .list-grid-xlarge-11 > li:nth-of-type(11n+1),
  .list-grid-xlarge-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
  .list-grid-1 > li:nth-of-type(1n+1),
  .list-grid-xsmall-1 > li:nth-of-type(1n+1),
  .list-grid-2 > li:nth-of-type(2n+1),
  .list-grid-xsmall-2 > li:nth-of-type(2n+1),
  .list-grid-3 > li:nth-of-type(3n+1),
  .list-grid-xsmall-3 > li:nth-of-type(3n+1),
  .list-grid-4 > li:nth-of-type(4n+1),
  .list-grid-xsmall-4 > li:nth-of-type(4n+1),
  .list-grid-5 > li:nth-of-type(5n+1),
  .list-grid-xsmall-5 > li:nth-of-type(5n+1),
  .list-grid-6 > li:nth-of-type(6n+1),
  .list-grid-xsmall-6 > li:nth-of-type(6n+1),
  .list-grid-7 > li:nth-of-type(7n+1),
  .list-grid-xsmall-7 > li:nth-of-type(7n+1),
  .list-grid-8 > li:nth-of-type(8n+1),
  .list-grid-xsmall-8 > li:nth-of-type(8n+1),
  .list-grid-9 > li:nth-of-type(9n+1),
  .list-grid-xsmall-9 > li:nth-of-type(9n+1),
  .list-grid-10 > li:nth-of-type(10n+1),
  .list-grid-xsmall-10 > li:nth-of-type(10n+1),
  .list-grid-11 > li:nth-of-type(11n+1),
  .list-grid-xsmall-11 > li:nth-of-type(11n+1),
  .list-grid-12 > li:nth-of-type(12n+1),
  .list-grid-xsmall-12 > li:nth-of-type(12n+1) {
    clear: none;
  }
}

/*!
ELEMENT Framework v0.0.1
Copyright 2014 Savang LTD. All rights reserved.
Licensed under the MIT License.
http://www.savang.org/element/
*/

/* FLOATS */
.right {
    float: right;
}
.left {
    float: left;
}
.center {
    float: none;
    margin: auto;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
  
/* DISPLAY */
.display-none {
    display: none;
}
.display-block {
    display: block;
}
.display-inline {
    display: inline;
}
.display-inline-block {
    display: inline-block;
}
.display-flex {
    display: flex;
}
.display-inline-flex {
    display: inline-flex;
}
.display-table {
    display: table;
}

/* POSITIONS */
.position-static {
    position: static;
}
.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}
.position-fixed {
    position: fixed;
}

/* VISIBILITY */
.visibility-hidden {
    visibility: hidden;
}
.visibility-visible {
    visibility: visible;
}

/* BORDERS */
.border {
    border: 1px solid #ddd;
}
.border-top {
    border-top: 1px solid #ddd;
}
.border-bottom {
    border-bottom: 1px solid #ddd;
}
.border-top-bottom {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.border-right {
    border-right: 1px solid #ddd;
}
.border-left {
    border-left: 1px solid #ddd;
}
.border-right-left {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.border-remove {
    border: 0;
}
.border-top-remove {
    border-top: 0;
}
.border-bottom-remove {
    border-bottom: 0;
}
.border-top-bottom-remove {
    border-top: 0;
    border-bottom: 0;
}
.border-right-remove {
    border-right: 0;
}
.border-left-remove {
    border-left: 0;
}
.border-right-left-remove {
    border-right: 0;
    border-left: 0;
}

/* BORDER RADIUS */
.border-radius {
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.border-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.border-radius-remove {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* MARGINS */
.margin {
    margin: 0.9375rem;
}
.margin-top {
    margin-top: 0.9375rem;
}
.margin-bottom {
    margin-bottom: 0.9375rem;
}
.margin-top-bottom {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
}
.margin-right {
    margin-right: 0.9375rem;
}
.margin-left {
    margin-left: 0.9375rem;
}
.margin-right-Left {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
}
.margin-remove {
    margin: 0;
}
.margin-top-remove {
    margin-top: 0;
}
.margin-bottom-remove {
    margin-bottom: 0;
}
.margin-top-bottom-remove {
    margin-top: 0;
    margin-bottom: 0;
}
.margin-right-remove {
    margin-right: 0;
}
.margin-left-remove {
    margin-left: 0;
}
.margin-right-Left-remove {
    margin-right: 0;
    margin-left: 0;
}

/* PADDINGS */
.padding {
    padding: 0.9375rem;
}
.padding-top {
    padding-top: 0.9375rem;
}
.padding-bottom {
    padding-bottom: 0.9375rem;
}
.padding-top-bottom {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}
.padding-right {
    padding-right: 0.9375rem;
}
.padding-left {
    padding-left: 0.9375rem;
}
.padding-right-Left {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}
.padding-remove {
    padding: 0;
}
.padding-top-remove {
    padding-top: 0;
}
.padding-bottom-remove {
    padding-bottom: 0;
}
.padding-top-bottom-remove {
    padding-top: 0;
    padding-bottom: 0;
}
.padding-right-remove {
    padding-right: 0;
}
.padding-left-remove {
    padding-left: 0;
}
.padding-right-Left-remove {
    padding-right: 0;
    padding-left: 0;
}

/* TRANSITION */
.transition {
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

/*!
 *  Font Awesome 4.6.3 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.6.3');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  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 */
.icon-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.icon-2x {
  font-size: 2em;
}
.icon-3x {
  font-size: 3em;
}
.icon-4x {
  font-size: 4em;
}
.icon-5x {
  font-size: 5em;
}
.icon-fw {
  width: 1.28571429em;
  text-align: center;
}
.icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.icon-ul > li {
  position: relative;
}
.icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.icon-li.icon-lg {
  left: -1.85714286em;
}
.icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.icon-pull-left {
  float: left;
}
.icon-pull-right {
  float: right;
}
.icon.icon-pull-left {
  margin-right: .3em;
}
.icon.icon-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.icon.pull-left {
  margin-right: .3em;
}
.icon.pull-right {
  margin-left: .3em;
}
.icon-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.icon-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);
  }
}
.icon-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.icon-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical {
  filter: none;
}
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.icon-stack-1x,
.icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.icon-stack-1x {
  line-height: inherit;
}
.icon-stack-2x {
  font-size: 2em;
}
.icon-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-o:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-check:before {
  content: "\f00c";
}
.icon-remove:before,
.icon-close:before,
.icon-times:before {
  content: "\f00d";
}
.icon-search-plus:before {
  content: "\f00e";
}
.icon-search-minus:before {
  content: "\f010";
}
.icon-power-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash-o:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-o:before {
  content: "\f016";
}
.icon-clock-o:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download:before {
  content: "\f019";
}
.icon-arrow-circle-o-down:before {
  content: "\f01a";
}
.icon-arrow-circle-o-up:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle-o:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-dedent:before,
.icon-outdent:before {
  content: "\f03b";
}
.icon-indent:before {
  content: "\f03c";
}
.icon-video-camera:before {
  content: "\f03d";
}
.icon-photo:before,
.icon-image:before,
.icon-picture-o:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before,
.icon-pencil-square-o:before {
  content: "\f044";
}
.icon-share-square-o:before {
  content: "\f045";
}
.icon-check-square-o:before {
  content: "\f046";
}
.icon-arrows:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-circle:before {
  content: "\f055";
}
.icon-minus-circle:before {
  content: "\f056";
}
.icon-times-circle:before {
  content: "\f057";
}
.icon-check-circle:before {
  content: "\f058";
}
.icon-question-circle:before {
  content: "\f059";
}
.icon-info-circle:before {
  content: "\f05a";
}
.icon-crosshairs:before {
  content: "\f05b";
}
.icon-times-circle-o:before {
  content: "\f05c";
}
.icon-check-circle-o:before {
  content: "\f05d";
}
.icon-ban:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share:before {
  content: "\f064";
}
.icon-expand:before {
  content: "\f065";
}
.icon-compress:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-circle:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye:before {
  content: "\f06e";
}
.icon-eye-slash:before {
  content: "\f070";
}
.icon-warning:before,
.icon-exclamation-triangle:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-arrows-v:before {
  content: "\f07d";
}
.icon-arrows-h:before {
  content: "\f07e";
}
.icon-bar-chart-o:before,
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-square:before {
  content: "\f081";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-o-up:before {
  content: "\f087";
}
.icon-thumbs-o-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-o:before {
  content: "\f08a";
}
.icon-sign-out:before {
  content: "\f08b";
}
.icon-linkedin-square:before {
  content: "\f08c";
}
.icon-thumb-tack:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-sign-in:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-square:before {
  content: "\f092";
}
.icon-upload:before {
  content: "\f093";
}
.icon-lemon-o:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-square-o:before {
  content: "\f096";
}
.icon-bookmark-o:before {
  content: "\f097";
}
.icon-phone-square:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook-f:before,
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-feed:before,
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd-o:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0f3";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-o-right:before {
  content: "\f0a4";
}
.icon-hand-o-left:before {
  content: "\f0a5";
}
.icon-hand-o-up:before {
  content: "\f0a6";
}
.icon-hand-o-down:before {
  content: "\f0a7";
}
.icon-arrow-circle-left:before {
  content: "\f0a8";
}
.icon-arrow-circle-right:before {
  content: "\f0a9";
}
.icon-arrow-circle-up:before {
  content: "\f0aa";
}
.icon-arrow-circle-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-arrows-alt:before {
  content: "\f0b2";
}
.icon-group:before,
.icon-users:before {
  content: "\f0c0";
}
.icon-chain:before,
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-flask:before {
  content: "\f0c3";
}
.icon-cut:before,
.icon-scissors:before {
  content: "\f0c4";
}
.icon-copy:before,
.icon-files-o:before {
  content: "\f0c5";
}
.icon-paperclip:before {
  content: "\f0c6";
}
.icon-save:before,
.icon-floppy-o:before {
  content: "\f0c7";
}
.icon-square:before {
  content: "\f0c8";
}
.icon-navicon:before,
.icon-reorder:before,
.icon-bars:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-square:before {
  content: "\f0d3";
}
.icon-google-plus-square:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-unsorted:before,
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before,
.icon-sort-desc:before {
  content: "\f0dd";
}
.icon-sort-up:before,
.icon-sort-asc:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before,
.icon-gavel:before {
  content: "\f0e3";
}
.icon-dashboard:before,
.icon-tachometer:before {
  content: "\f0e4";
}
.icon-comment-o:before {
  content: "\f0e5";
}
.icon-comments-o:before {
  content: "\f0e6";
}
.icon-flash:before,
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before,
.icon-clipboard:before {
  content: "\f0ea";
}
.icon-lightbulb-o:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-o:before {
  content: "\f0a2";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-cutlery:before {
  content: "\f0f5";
}
.icon-file-text-o:before {
  content: "\f0f6";
}
.icon-building-o:before {
  content: "\f0f7";
}
.icon-hospital-o:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-square:before {
  content: "\f0fd";
}
.icon-plus-square:before {
  content: "\f0fe";
}
.icon-angle-double-left:before {
  content: "\f100";
}
.icon-angle-double-right:before {
  content: "\f101";
}
.icon-angle-double-up:before {
  content: "\f102";
}
.icon-angle-double-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before,
.icon-mobile:before {
  content: "\f10b";
}
.icon-circle-o:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-o:before {
  content: "\f114";
}
.icon-folder-open-o:before {
  content: "\f115";
}
.icon-smile-o:before {
  content: "\f118";
}
.icon-frown-o:before {
  content: "\f119";
}
.icon-meh-o:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard-o:before {
  content: "\f11c";
}
.icon-flag-o:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-mail-reply-all:before,
.icon-reply-all:before {
  content: "\f122";
}
.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before,
.icon-chain-broken:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-slash:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-o:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-circle-left:before {
  content: "\f137";
}
.icon-chevron-circle-right:before {
  content: "\f138";
}
.icon-chevron-circle-up:before {
  content: "\f139";
}
.icon-chevron-circle-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-h:before {
  content: "\f141";
}
.icon-ellipsis-v:before {
  content: "\f142";
}
.icon-rss-square:before {
  content: "\f143";
}
.icon-play-circle:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-square:before {
  content: "\f146";
}
.icon-minus-square-o:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-square:before {
  content: "\f14a";
}
.icon-pencil-square:before {
  content: "\f14b";
}
.icon-external-link-square:before {
  content: "\f14c";
}
.icon-share-square:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-toggle-down:before,
.icon-caret-square-o-down:before {
  content: "\f150";
}
.icon-toggle-up:before,
.icon-caret-square-o-up:before {
  content: "\f151";
}
.icon-toggle-right:before,
.icon-caret-square-o-right:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-alpha-asc:before {
  content: "\f15d";
}
.icon-sort-alpha-desc:before {
  content: "\f15e";
}
.icon-sort-amount-asc:before {
  content: "\f160";
}
.icon-sort-amount-desc:before {
  content: "\f161";
}
.icon-sort-numeric-asc:before {
  content: "\f162";
}
.icon-sort-numeric-desc:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-square:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-square:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stack-overflow:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-square:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-square:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before,
.icon-gratipay:before {
  content: "\f184";
}
.icon-sun-o:before {
  content: "\f185";
}
.icon-moon-o:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
.icon-pagelines:before {
  content: "\f18c";
}
.icon-stack-exchange:before {
  content: "\f18d";
}
.icon-arrow-circle-o-right:before {
  content: "\f18e";
}
.icon-arrow-circle-o-left:before {
  content: "\f190";
}
.icon-toggle-left:before,
.icon-caret-square-o-left:before {
  content: "\f191";
}
.icon-dot-circle-o:before {
  content: "\f192";
}
.icon-wheelchair:before {
  content: "\f193";
}
.icon-vimeo-square:before {
  content: "\f194";
}
.icon-turkish-lira:before,
.icon-try:before {
  content: "\f195";
}
.icon-plus-square-o:before {
  content: "\f196";
}
.icon-space-shuttle:before {
  content: "\f197";
}
.icon-slack:before {
  content: "\f198";
}
.icon-envelope-square:before {
  content: "\f199";
}
.icon-wordpress:before {
  content: "\f19a";
}
.icon-openid:before {
  content: "\f19b";
}
.icon-institution:before,
.icon-bank:before,
.icon-university:before {
  content: "\f19c";
}
.icon-mortar-board:before,
.icon-graduation-cap:before {
  content: "\f19d";
}
.icon-yahoo:before {
  content: "\f19e";
}
.icon-google:before {
  content: "\f1a0";
}
.icon-reddit:before {
  content: "\f1a1";
}
.icon-reddit-square:before {
  content: "\f1a2";
}
.icon-stumbleupon-circle:before {
  content: "\f1a3";
}
.icon-stumbleupon:before {
  content: "\f1a4";
}
.icon-delicious:before {
  content: "\f1a5";
}
.icon-digg:before {
  content: "\f1a6";
}
.icon-pied-piper-pp:before {
  content: "\f1a7";
}
.icon-pied-piper-alt:before {
  content: "\f1a8";
}
.icon-drupal:before {
  content: "\f1a9";
}
.icon-joomla:before {
  content: "\f1aa";
}
.icon-language:before {
  content: "\f1ab";
}
.icon-fax:before {
  content: "\f1ac";
}
.icon-building:before {
  content: "\f1ad";
}
.icon-child:before {
  content: "\f1ae";
}
.icon-paw:before {
  content: "\f1b0";
}
.icon-spoon:before {
  content: "\f1b1";
}
.icon-cube:before {
  content: "\f1b2";
}
.icon-cubes:before {
  content: "\f1b3";
}
.icon-behance:before {
  content: "\f1b4";
}
.icon-behance-square:before {
  content: "\f1b5";
}
.icon-steam:before {
  content: "\f1b6";
}
.icon-steam-square:before {
  content: "\f1b7";
}
.icon-recycle:before {
  content: "\f1b8";
}
.icon-automobile:before,
.icon-car:before {
  content: "\f1b9";
}
.icon-cab:before,
.icon-taxi:before {
  content: "\f1ba";
}
.icon-tree:before {
  content: "\f1bb";
}
.icon-spotify:before {
  content: "\f1bc";
}
.icon-deviantart:before {
  content: "\f1bd";
}
.icon-soundcloud:before {
  content: "\f1be";
}
.icon-database:before {
  content: "\f1c0";
}
.icon-file-pdf-o:before {
  content: "\f1c1";
}
.icon-file-word-o:before {
  content: "\f1c2";
}
.icon-file-excel-o:before {
  content: "\f1c3";
}
.icon-file-powerpoint-o:before {
  content: "\f1c4";
}
.icon-file-photo-o:before,
.icon-file-picture-o:before,
.icon-file-image-o:before {
  content: "\f1c5";
}
.icon-file-zip-o:before,
.icon-file-archive-o:before {
  content: "\f1c6";
}
.icon-file-sound-o:before,
.icon-file-audio-o:before {
  content: "\f1c7";
}
.icon-file-movie-o:before,
.icon-file-video-o:before {
  content: "\f1c8";
}
.icon-file-code-o:before {
  content: "\f1c9";
}
.icon-vine:before {
  content: "\f1ca";
}
.icon-codepen:before {
  content: "\f1cb";
}
.icon-jsfiddle:before {
  content: "\f1cc";
}
.icon-life-bouy:before,
.icon-life-buoy:before,
.icon-life-saver:before,
.icon-support:before,
.icon-life-ring:before {
  content: "\f1cd";
}
.icon-circle-o-notch:before {
  content: "\f1ce";
}
.icon-ra:before,
.icon-resistance:before,
.icon-rebel:before {
  content: "\f1d0";
}
.icon-ge:before,
.icon-empire:before {
  content: "\f1d1";
}
.icon-git-square:before {
  content: "\f1d2";
}
.icon-git:before {
  content: "\f1d3";
}
.icon-y-combinator-square:before,
.icon-yc-square:before,
.icon-hacker-news:before {
  content: "\f1d4";
}
.icon-tencent-weibo:before {
  content: "\f1d5";
}
.icon-qq:before {
  content: "\f1d6";
}
.icon-wechat:before,
.icon-weixin:before {
  content: "\f1d7";
}
.icon-send:before,
.icon-paper-plane:before {
  content: "\f1d8";
}
.icon-send-o:before,
.icon-paper-plane-o:before {
  content: "\f1d9";
}
.icon-history:before {
  content: "\f1da";
}
.icon-circle-thin:before {
  content: "\f1db";
}
.icon-header:before {
  content: "\f1dc";
}
.icon-paragraph:before {
  content: "\f1dd";
}
.icon-sliders:before {
  content: "\f1de";
}
.icon-share-alt:before {
  content: "\f1e0";
}
.icon-share-alt-square:before {
  content: "\f1e1";
}
.icon-bomb:before {
  content: "\f1e2";
}
.icon-soccer-ball-o:before,
.icon-futbol-o:before {
  content: "\f1e3";
}
.icon-tty:before {
  content: "\f1e4";
}
.icon-binoculars:before {
  content: "\f1e5";
}
.icon-plug:before {
  content: "\f1e6";
}
.icon-slideshare:before {
  content: "\f1e7";
}
.icon-twitch:before {
  content: "\f1e8";
}
.icon-yelp:before {
  content: "\f1e9";
}
.icon-newspaper-o:before {
  content: "\f1ea";
}
.icon-wifi:before {
  content: "\f1eb";
}
.icon-calculator:before {
  content: "\f1ec";
}
.icon-paypal:before {
  content: "\f1ed";
}
.icon-google-wallet:before {
  content: "\f1ee";
}
.icon-cc-visa:before {
  content: "\f1f0";
}
.icon-cc-mastercard:before {
  content: "\f1f1";
}
.icon-cc-discover:before {
  content: "\f1f2";
}
.icon-cc-amex:before {
  content: "\f1f3";
}
.icon-cc-paypal:before {
  content: "\f1f4";
}
.icon-cc-stripe:before {
  content: "\f1f5";
}
.icon-bell-slash:before {
  content: "\f1f6";
}
.icon-bell-slash-o:before {
  content: "\f1f7";
}
.icon-trash:before {
  content: "\f1f8";
}
.icon-copyright:before {
  content: "\f1f9";
}
.icon-at:before {
  content: "\f1fa";
}
.icon-eyedropper:before {
  content: "\f1fb";
}
.icon-paint-brush:before {
  content: "\f1fc";
}
.icon-birthday-cake:before {
  content: "\f1fd";
}
.icon-area-chart:before {
  content: "\f1fe";
}
.icon-pie-chart:before {
  content: "\f200";
}
.icon-line-chart:before {
  content: "\f201";
}
.icon-lastfm:before {
  content: "\f202";
}
.icon-lastfm-square:before {
  content: "\f203";
}
.icon-toggle-off:before {
  content: "\f204";
}
.icon-toggle-on:before {
  content: "\f205";
}
.icon-bicycle:before {
  content: "\f206";
}
.icon-bus:before {
  content: "\f207";
}
.icon-ioxhost:before {
  content: "\f208";
}
.icon-angellist:before {
  content: "\f209";
}
.icon-cc:before {
  content: "\f20a";
}
.icon-shekel:before,
.icon-sheqel:before,
.icon-ils:before {
  content: "\f20b";
}
.icon-meanpath:before {
  content: "\f20c";
}
.icon-buysellads:before {
  content: "\f20d";
}
.icon-connectdevelop:before {
  content: "\f20e";
}
.icon-dashcube:before {
  content: "\f210";
}
.icon-forumbee:before {
  content: "\f211";
}
.icon-leanpub:before {
  content: "\f212";
}
.icon-sellsy:before {
  content: "\f213";
}
.icon-shirtsinbulk:before {
  content: "\f214";
}
.icon-simplybuilt:before {
  content: "\f215";
}
.icon-skyatlas:before {
  content: "\f216";
}
.icon-cart-plus:before {
  content: "\f217";
}
.icon-cart-arrow-down:before {
  content: "\f218";
}
.icon-diamond:before {
  content: "\f219";
}
.icon-ship:before {
  content: "\f21a";
}
.icon-user-secret:before {
  content: "\f21b";
}
.icon-motorcycle:before {
  content: "\f21c";
}
.icon-street-view:before {
  content: "\f21d";
}
.icon-heartbeat:before {
  content: "\f21e";
}
.icon-venus:before {
  content: "\f221";
}
.icon-mars:before {
  content: "\f222";
}
.icon-mercury:before {
  content: "\f223";
}
.icon-intersex:before,
.icon-transgender:before {
  content: "\f224";
}
.icon-transgender-alt:before {
  content: "\f225";
}
.icon-venus-double:before {
  content: "\f226";
}
.icon-mars-double:before {
  content: "\f227";
}
.icon-venus-mars:before {
  content: "\f228";
}
.icon-mars-stroke:before {
  content: "\f229";
}
.icon-mars-stroke-v:before {
  content: "\f22a";
}
.icon-mars-stroke-h:before {
  content: "\f22b";
}
.icon-neuter:before {
  content: "\f22c";
}
.icon-genderless:before {
  content: "\f22d";
}
.icon-facebook-official:before {
  content: "\f230";
}
.icon-pinterest-p:before {
  content: "\f231";
}
.icon-whatsapp:before {
  content: "\f232";
}
.icon-server:before {
  content: "\f233";
}
.icon-user-plus:before {
  content: "\f234";
}
.icon-user-times:before {
  content: "\f235";
}
.icon-hotel:before,
.icon-bed:before {
  content: "\f236";
}
.icon-viacoin:before {
  content: "\f237";
}
.icon-train:before {
  content: "\f238";
}
.icon-subway:before {
  content: "\f239";
}
.icon-medium:before {
  content: "\f23a";
}
.icon-yc:before,
.icon-y-combinator:before {
  content: "\f23b";
}
.icon-optin-monster:before {
  content: "\f23c";
}
.icon-opencart:before {
  content: "\f23d";
}
.icon-expeditedssl:before {
  content: "\f23e";
}
.icon-battery-4:before,
.icon-battery-full:before {
  content: "\f240";
}
.icon-battery-3:before,
.icon-battery-three-quarters:before {
  content: "\f241";
}
.icon-battery-2:before,
.icon-battery-half:before {
  content: "\f242";
}
.icon-battery-1:before,
.icon-battery-quarter:before {
  content: "\f243";
}
.icon-battery-0:before,
.icon-battery-empty:before {
  content: "\f244";
}
.icon-mouse-pointer:before {
  content: "\f245";
}
.icon-i-cursor:before {
  content: "\f246";
}
.icon-object-group:before {
  content: "\f247";
}
.icon-object-ungroup:before {
  content: "\f248";
}
.icon-sticky-note:before {
  content: "\f249";
}
.icon-sticky-note-o:before {
  content: "\f24a";
}
.icon-cc-jcb:before {
  content: "\f24b";
}
.icon-cc-diners-club:before {
  content: "\f24c";
}
.icon-clone:before {
  content: "\f24d";
}
.icon-balance-scale:before {
  content: "\f24e";
}
.icon-hourglass-o:before {
  content: "\f250";
}
.icon-hourglass-1:before,
.icon-hourglass-start:before {
  content: "\f251";
}
.icon-hourglass-2:before,
.icon-hourglass-half:before {
  content: "\f252";
}
.icon-hourglass-3:before,
.icon-hourglass-end:before {
  content: "\f253";
}
.icon-hourglass:before {
  content: "\f254";
}
.icon-hand-grab-o:before,
.icon-hand-rock-o:before {
  content: "\f255";
}
.icon-hand-stop-o:before,
.icon-hand-paper-o:before {
  content: "\f256";
}
.icon-hand-scissors-o:before {
  content: "\f257";
}
.icon-hand-lizard-o:before {
  content: "\f258";
}
.icon-hand-spock-o:before {
  content: "\f259";
}
.icon-hand-pointer-o:before {
  content: "\f25a";
}
.icon-hand-peace-o:before {
  content: "\f25b";
}
.icon-trademark:before {
  content: "\f25c";
}
.icon-registered:before {
  content: "\f25d";
}
.icon-creative-commons:before {
  content: "\f25e";
}
.icon-gg:before {
  content: "\f260";
}
.icon-gg-circle:before {
  content: "\f261";
}
.icon-tripadvisor:before {
  content: "\f262";
}
.icon-odnoklassniki:before {
  content: "\f263";
}
.icon-odnoklassniki-square:before {
  content: "\f264";
}
.icon-get-pocket:before {
  content: "\f265";
}
.icon-wikipedia-w:before {
  content: "\f266";
}
.icon-safari:before {
  content: "\f267";
}
.icon-chrome:before {
  content: "\f268";
}
.icon-firefox:before {
  content: "\f269";
}
.icon-opera:before {
  content: "\f26a";
}
.icon-internet-explorer:before {
  content: "\f26b";
}
.icon-tv:before,
.icon-television:before {
  content: "\f26c";
}
.icon-contao:before {
  content: "\f26d";
}
.icon-500px:before {
  content: "\f26e";
}
.icon-amazon:before {
  content: "\f270";
}
.icon-calendar-plus-o:before {
  content: "\f271";
}
.icon-calendar-minus-o:before {
  content: "\f272";
}
.icon-calendar-times-o:before {
  content: "\f273";
}
.icon-calendar-check-o:before {
  content: "\f274";
}
.icon-industry:before {
  content: "\f275";
}
.icon-map-pin:before {
  content: "\f276";
}
.icon-map-signs:before {
  content: "\f277";
}
.icon-map-o:before {
  content: "\f278";
}
.icon-map:before {
  content: "\f279";
}
.icon-commenting:before {
  content: "\f27a";
}
.icon-commenting-o:before {
  content: "\f27b";
}
.icon-houzz:before {
  content: "\f27c";
}
.icon-vimeo:before {
  content: "\f27d";
}
.icon-black-tie:before {
  content: "\f27e";
}
.icon-fonticons:before {
  content: "\f280";
}
.icon-reddit-alien:before {
  content: "\f281";
}
.icon-edge:before {
  content: "\f282";
}
.icon-credit-card-alt:before {
  content: "\f283";
}
.icon-codiepie:before {
  content: "\f284";
}
.icon-modx:before {
  content: "\f285";
}
.icon-fort-awesome:before {
  content: "\f286";
}
.icon-usb:before {
  content: "\f287";
}
.icon-product-hunt:before {
  content: "\f288";
}
.icon-mixcloud:before {
  content: "\f289";
}
.icon-scribd:before {
  content: "\f28a";
}
.icon-pause-circle:before {
  content: "\f28b";
}
.icon-pause-circle-o:before {
  content: "\f28c";
}
.icon-stop-circle:before {
  content: "\f28d";
}
.icon-stop-circle-o:before {
  content: "\f28e";
}
.icon-shopping-bag:before {
  content: "\f290";
}
.icon-shopping-basket:before {
  content: "\f291";
}
.icon-hashtag:before {
  content: "\f292";
}
.icon-bluetooth:before {
  content: "\f293";
}
.icon-bluetooth-b:before {
  content: "\f294";
}
.icon-percent:before {
  content: "\f295";
}
.icon-gitlab:before {
  content: "\f296";
}
.icon-wpbeginner:before {
  content: "\f297";
}
.icon-wpforms:before {
  content: "\f298";
}
.icon-envira:before {
  content: "\f299";
}
.icon-universal-access:before {
  content: "\f29a";
}
.icon-wheelchair-alt:before {
  content: "\f29b";
}
.icon-question-circle-o:before {
  content: "\f29c";
}
.icon-blind:before {
  content: "\f29d";
}
.icon-audio-description:before {
  content: "\f29e";
}
.icon-volume-control-phone:before {
  content: "\f2a0";
}
.icon-braille:before {
  content: "\f2a1";
}
.icon-assistive-listening-systems:before {
  content: "\f2a2";
}
.icon-asl-interpreting:before,
.icon-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.icon-deafness:before,
.icon-hard-of-hearing:before,
.icon-deaf:before {
  content: "\f2a4";
}
.icon-glide:before {
  content: "\f2a5";
}
.icon-glide-g:before {
  content: "\f2a6";
}
.icon-signing:before,
.icon-sign-language:before {
  content: "\f2a7";
}
.icon-low-vision:before {
  content: "\f2a8";
}
.icon-viadeo:before {
  content: "\f2a9";
}
.icon-viadeo-square:before {
  content: "\f2aa";
}
.icon-snapchat:before {
  content: "\f2ab";
}
.icon-snapchat-ghost:before {
  content: "\f2ac";
}
.icon-snapchat-square:before {
  content: "\f2ad";
}
.icon-pied-piper:before {
  content: "\f2ae";
}
.icon-first-order:before {
  content: "\f2b0";
}
.icon-yoast:before {
  content: "\f2b1";
}
.icon-themeisle:before {
  content: "\f2b2";
}
.icon-google-plus-circle:before,
.icon-google-plus-official:before {
  content: "\f2b3";
}
.icon-fa:before,
.icon-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*!
ELEMENT Framework v0.0.1
Copyright 2014 Savang LTD. All rights reserved.
Licensed under the MIT License.
http://www.savang.org/element/
*/

/* LISTS */
ul, ol, dl {
    font-size: 100%;
    line-height: 1.5;
    margin: 0 0 1.5rem;
}
ul ul {
    margin-top: 0;
}
ol ol {
    margin-top: 0;
}
dd {
    margin: 0 0 1.5rem 0.8rem;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-styled-circle {
    list-style-type: circle;
}
.list-styled-disc {
    list-style-type: disc;
}
.list-styled-square {
    list-style-type: square;
}
.list-inline {
    padding: 0;
    margin: 0;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-right: 0.3rem;
    padding-left: 0.3rem;
}
.list-group {
    padding: 0;
    margin: 0;
    list-style: none;
}
.list-group > li {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group > li:first-child {
    -webkit-border-top-left-radius: 0.25rem;
    -webkit-border-top-right-radius: 0.25rem;
    -moz-border-radius-topleft: 0.25rem;
    -moz-border-radius-topright: 0.25rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.list-group > li:last-child {
    margin-bottom: 0;
    -webkit-border-bottom-right-radius: 0.25rem;
    -webkit-border-bottom-left-radius: 0.25rem;
    -moz-border-radius-bottomright: 0.25rem;
    -moz-border-radius-bottomleft: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

/*!
ELEMENT Framework v0.0.1
Copyright 2014 Savang LTD. All rights reserved.
Licensed under the MIT License.
http://www.savang.org/element/
*/

/* MEDIA */
img,
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}
.img-rounded {
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.img-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.img-thumbnail {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

/*!
ELEMENT Framework v0.0.1
Copyright 2014 Savang LTD. All rights reserved.
Licensed under the MIT License.
http://www.savang.org/element/
*/

/* MISC */
.alert {
    display: block;
    padding: 0.3rem 0.6rem;
    margin-bottom: 1rem;
    font-weight: normal;
    line-height: 1.6;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    zoom: 1;
}
.alert-default {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
}
.alert-success {
    color: #fff;
    background-color: #9fb030;
    border-color: #738927;
}
.alert-info {
    color: #fff;
    background-color: #19b5fe;
    border-color: #22a7f0;
}
.alert-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.alert-danger {
    color: #fff;
    background-color: #e74c3c;
    border-color: #c0392b;
}
.panel {
    margin-bottom: 1rem;
    background-color: #fff;
    border-width: 1px 1px 0.125rem;
    border-style: solid;
    border-color: transparent;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.panel-body {
    padding: 1rem;
}
.panel-header {
    padding: 0.3rem 0.6rem;
    margin: 0;
    font-size: 1.25rem;
    border-bottom: 1px solid transparent;
    -webkit-border-top-left-radius: 0.25rem;
    -webkit-border-top-right-radius: 0.25rem;
    -moz-border-radius-topleft: 0.25rem;
    -moz-border-radius-topright: 0.25rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.panel-footer {
    padding: 0.3rem 0.6rem;
    margin: 0;
    font-size: 1.25rem;
    border-bottom: 1px solid transparent;
    -webkit-border-bottom-right-radius: 0.25rem;
    -webkit-border-bottom-left-radius: 0.25rem;
    -moz-border-radius-bottomright: 0.25rem;
    -moz-border-radius-bottomleft: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.panel-default {
    border-color: #e5e5e5;
}
.panel-default .panel-header,
.panel-default .panel-footer {
    color: #333;
    background-color: #fafafa;
    border-color: #e5e5e5;
}
.panel-success {
    border-color: #738927;
}
.panel-success .panel-header,
.panel-success .panel-footer {
    color: #fff;
    background-color: #9fb030;
    border-color: #738927;
}
.panel-info {
    border-color: #22a7f0;
}
.panel-info .panel-header,
.panel-info .panel-footer {
    color: #fff;
    background-color: #19b5fe;
    border-color: #22a7f0;
}
.panel-warning {
    border-color: #eea236;
}
.panel-warning .panel-header,
.panel-warning .panel-footer {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.panel-danger {
    border-color: #c0392b;
}
.panel-danger .panel-header,
.panel-danger .panel-footer {
    color: #fff;
    background-color: #e74c3c;
    border-color: #c0392b;
}
.label {
    display: inline;
    padding: 0.3rem 0.6rem;
    font-size: 75%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.label:empty {
    display: none;
}
.label-default {
    background-color: #333;
}
.label-success {
    background-color: #9fb030;
}
.label-info {
    background-color: #19b5fe;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-danger {
    background-color: #e74c3c;
}
.badge {
    display: inline-block;
    padding: 0rem 0.5rem;
    color: #fff;
    font-size: 90%;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #555;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
}
.badge:empty {
    display: none;
}
.progress {
    height: 1.5rem;
    overflow: hidden;
    background-color: #f1f1f1;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.progress-bar {
    float: right;
    width: 0;
    height: 100%;
    line-height: 1.5rem;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.modal {
    display: none;
    background: #000;
    background: rgba(0,0,0,0.65);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
}
.modal .modal-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    cursor: pointer;
}
.modal .modal-close:hover {
    color: red;
}
.modal .modal-dialog {
    position: relative;
    display: none;
    width: 20rem;
    margin: 5rem auto 0 auto;
    padding: 0.6rem;
    background: #fff;
    color: #444;
    text-align: center;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -moz-box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.9);
    -webkit-box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.9);
    -o-box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.9);
    box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.9);
}
.modal .modal-dialog .dialog-header{
    position: relative;
    padding: 0.5rem 0.75rem;
    margin-bottom: 1rem;
    background: #f1f1f1;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.modal .modal-dialog .dialog-body{
    position: relative;
}
.modal .modal-dialog .dialog-body .button{
    padding: 0.4rem 1rem;
}

/*!
ELEMENT Framework v0.0.1
Copyright 2014 Savang LTD. All rights reserved.
Licensed under the MIT License.
http://www.savang.org/element/
*/

/* NAV */
.nav {
    padding: 0;
    margin: 0;
    list-style: none;
}
.nav-menu {
    position: relative;
}
.nav-menu > li {
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
}
.nav-menu > li:first-child {
    -webkit-border-top-left-radius: 0.25rem;
    -webkit-border-top-right-radius: 0.25rem;
    -moz-border-radius-topleft: 0.25rem;
    -moz-border-radius-topright: 0.25rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-menu > li:last-child {
    margin-bottom: 0;
    -webkit-border-bottom-right-radius: 0.25rem;
    -webkit-border-bottom-left-radius: 0.25rem;
    -moz-border-radius-bottomright: 0.25rem;
    -moz-border-radius-bottomleft: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.nav-menu li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.nav-menu li a .icon {
    color: #999;
    width: 1rem;
}
.nav-menu > li > a {
    display: block;
    padding: 0.6rem 0.75rem;
    color: #555;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.nav-menu a:hover,
.nav-menu a.active {
    background: #f5f5f5;
    color: #222;
}
.nav-menu li ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    border-right: 0.125rem solid #9fb030;
}
.nav-menu li ul li {
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.nav-menu li.active > ul {
    display: block;
}
.nav-menu li ul li a {
    display: block;
    padding: 0.6rem 0.75rem;
    color: #555;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.nav-menu li ul li a:hover,
.nav-menu li ul li a:.active {
    background: #f5f5f5;
    color: #111;
}
.nav-menu-inline {
    position: relative;
}
.nav-menu-inline > li {
    position: relative;
    display: inline-block;
}
.nav-menu-inline > li > a {
    display: block;
    padding: 0.75rem;
    color: #555;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.nav-menu-inline > li > a:hover {
    background: #f1f1f1;
    color: #222;
}
.nav-menu-inline li ul {
    position: absolute;
    display: none;
    top: 0;
    right: 100%;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    text-align: right;
    margin: 0;
    padding: 0;
    z-index: 1000;
}
.nav-menu-inline li ul li {
    display: block;
}
.nav-menu-inline li:hover > ul {
    display: block;
}
.nav-menu-inline li ul li a {
    padding: 0.3rem 0.75rem 0.3rem 3rem;
    color: #444;
    display: block;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.nav-menu-inline li ul li a:hover {
    background: #f1f1f1;
    color: #111;
}
.nav-menu-inline li ul li ul {
    top: 0;
    right: 100%;
}
.nav-tabs {
    margin: 0.9375rem 0;
    padding: 0.25rem 0;
}
.nav-tabs li {
    display: inline-block;
}
.nav-tabs li a {
    display: block;
    color: #555;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.nav-tabs li a.active,
.nav-tabs li a:hover {
    background: #9fb030;
    color: #fff;
}
.nav-tabs-content .tab-content-item {
    display: none;
}
.nav-tabs-content .tab-content-item.active {
    display: block;
}

/* BREADCRUMB */
.breadcrumb {
    padding: 0;
    margin: 0;
    list-style: none;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb li + li:before {
    padding: 0 0.3rem;
    color: #ccc;
    content: "/";
}
.breadcrumb li a.active {
    color: #444;
}

/* PAGINATION */
.pagination {
    list-style: none;
    display: table;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}
.pagination-right {
    display: table;
    text-align: right;
    margin: 0;
}
.pagination-left {
    display: table;
    text-align: left;
    margin: 0;
}
.pagination li {
    position: relative;
    display: inline-block;
    margin-left: -1px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.pagination li:first-child {
    -webkit-border-top-right-radius: 0.25rem;
    -webkit-border-bottom-right-radius: 0.25rem;
    -moz-border-radius-topright: 0.25rem;
    -moz-border-radius-bottomright: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.pagination li:last-child {
    margin-right: 0;
    -webkit-border-top-left-radius: 0.25rem;
    -webkit-border-bottom-left-radius: 0.25rem;
    -moz-border-radius-topleft: 0.25rem;
    -moz-border-radius-bottomleft: 0.25rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.pagination li a {
    background: #fff;
    display: block;
    padding: 0.6rem 0.8rem;
    color: #444;
    text-decoration:none;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.pagination li a.active,
.pagination li a:hover {
    background: #9fb030;
    color: #fff;
}

/*!
ELEMENT Framework v0.0.1
Copyright 2014 Savang LTD. All rights reserved.
Licensed under the MIT License.
http://www.savang.org/element/
*/

/* RESPONSIVE */
.container {
    display: block;
    width: 20rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.container-fluid {
    display: block;
    width: 100%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.visible-xsmall {
    display: inherit;
}
table.visible-xsmall {
    display: table;
}
tr.visible-xsmall {
    display: table-row;
}
th.visible-xsmall,
td.visible-xsmall {
    display: table-cell;
}
.visible-xsmall-block {
    display: block;
}
.visible-xsmall-inline {
    display: inline;
}
.visible-xsmall-inline-block {
    display: inline-block;
}
.visible-xsmall-flex {
    display: flex;
}
.visible-xsmall-inline-flex {
    display: inline-flex;
}
.visible-xsmall-table {
    display: table;
}
.visible-small,
.visible-small-block,
.visible-small-inline,
.visible-small-inline-block,
.visible-small-flex,
.visible-small-inline-flex,
.visible-small-table,
.visible-medium,
.visible-medium-block,
.visible-medium-inline,
.visible-medium-inline-block,
.visible-medium-flex,
.visible-medium-inline-flex,
.visible-medium-table,
.visible-large,
.visible-large-block,
.visible-large-inline,
.visible-large-inline-block,
.visible-large-flex,
.visible-large-inline-flex,
.visible-large-table,
.visible-xlarge,
.visible-xlarge-block,
.visible-xlarge-inline,
.visible-xlarge-inline-block,
.visible-xlarge-flex,
.visible-xlarge-inline-flex,
.visible-xlarge-table,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block,
.visible-print-flex,
.visible-print-inline-flex,
.visible-print-table {
    display: none;
}
.hidden-xsmall {
    display: none;
}
@media (min-width: 35.5em) {
  .container {
    display: block;
    width: 35.5rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .visible-small {
    display: inherit;
  }
  table.visible-small {
    display: table;
  }
  tr.visible-small {
    display: table-row;
  }
  th.visible-small,
  td.visible-small {
    display: table-cell;
  }
  .visible-small-block {
    display: block;
  }
  .visible-small-inline {
    display: inline;
  }
  .visible-small-inline-block {
    display: inline-block;
  }
  .visible-small-flex {
    display: flex;
  }
  .visible-small-inline-flex {
    display: inline-flex;
  }
  .visible-small-table {
    display: table;
  }
  .visible-xsmall-block,
  .visible-xsmall-inline,
  .visible-xsmall-inline-block,
  .visible-xsmall-flex,
  .visible-xsmall-inline-flex,
  .visible-xsmall-table,
  .visible-medium-block,
  .visible-medium-inline,
  .visible-medium-inline-block,
  .visible-medium-flex,
  .visible-medium-inline-flex,
  .visible-medium-table,
  .visible-large-block,
  .visible-large-inline,
  .visible-large-inline-block,
  .visible-large-flex,
  .visible-large-inline-flex,
  .visible-large-table,
  .visible-xlarge-block,
  .visible-xlarge-inline,
  .visible-xlarge-inline-block,
  .visible-xlarge-flex,
  .visible-xlarge-inline-flex,
  .visible-xlarge-table{
    display: none;
  }
  .hidden-small {
    display: none;
  }
}
@media (min-width: 48em) {
  .container {
    display: block;
    width: 48rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .visible-medium {
    display: inherit;
  }
  table.visible-medium {
    display: table;
  }
  tr.visible-medium {
    display: table-row;
  }
  th.visible-medium,
  td.visible-medium {
    display: table-cell;
  }
  .visible-medium-block {
    display: block;
  }
  .visible-medium-inline {
    display: inline;
  }
  .visible-medium-inline-block {
    display: inline-block;
  }
  .visible-medium-flex {
    display: flex;
  }
  .visible-medium-inline-flex {
    display: inline-flex;
  }
  .visible-medium-table {
    display: table;
  }
  .visible-xsmall-block,
  .visible-xsmall-inline,
  .visible-xsmall-inline-block,
  .visible-xsmall-flex,
  .visible-xsmall-inline-flex,
  .visible-xsmall-table,
  .visible-small-block,
  .visible-small-inline,
  .visible-small-inline-block,
  .visible-small-flex,
  .visible-small-inline-flex,
  .visible-small-table,
  .visible-large-block,
  .visible-large-inline,
  .visible-large-inline-block,
  .visible-large-flex,
  .visible-large-inline-flex,
  .visible-large-table,
  .visible-xlarge-block,
  .visible-xlarge-inline,
  .visible-xlarge-inline-block,
  .visible-xlarge-flex,
  .visible-xlarge-inline-flex,
  .visible-xlarge-table{
    display: none;
  }
  .hidden-medium {
    display: none;
  }
}
@media (min-width: 64em) {
  .container {
    display: block;
    width: 64rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .visible-large {
    display: inherit;
  }
  table.visible-large {
    display: table;
  }
  tr.visible-large {
    display: table-row;
  }
  th.visible-large,
  td.visible-large {
    display: table-cell;
  }
  .visible-large-block {
    display: block;
  }
  .visible-large-inline {
    display: inline;
  }
  .visible-large-inline-block {
    display: inline-block;
  }
  .visible-large-flex {
    display: flex;
  }
  .visible-large-inline-flex {
    display: inline-flex;
  }
  .visible-large-table {
    display: table;
  }
  .visible-xsmall-block,
  .visible-xsmall-inline,
  .visible-xsmall-inline-block,
  .visible-xsmall-flex,
  .visible-xsmall-inline-flex,
  .visible-xsmall-table,
  .visible-small-block,
  .visible-small-inline,
  .visible-small-inline-block,
  .visible-small-flex,
  .visible-small-inline-flex,
  .visible-small-table,
  .visible-medium-block,
  .visible-medium-inline,
  .visible-medium-inline-block,
  .visible-medium-flex,
  .visible-medium-inline-flex,
  .visible-medium-table,
  .visible-xlarge-block,
  .visible-xlarge-inline,
  .visible-xlarge-inline-block,
  .visible-xlarge-flex,
  .visible-xlarge-inline-flex,
  .visible-xlarge-table{
    display: none;
  }
  .hidden-large {
    display: none;
  }
}
@media (min-width: 80em) {
  .container {
    display: block;
    width: 80rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .visible-xlarge {
    display: inherit;
  }
  table.visible-xlarge {
    display: table;
  }
  tr.visible-xlarge {
    display: table-row;
  }
  th.visible-xlarge,
  td.visible-xlarge {
    display: table-cell;
  }
  .visible-xlarge-block {
    display: block;
  }
  .visible-xlarge-inline {
    display: inline;
  }
  .visible-xlarge-inline-block {
    display: inline-block;
  }
  .visible-xlarge-flex {
    display: flex;
  }
  .visible-xlarge-inline-flex {
    display: inline-flex;
  }
  .visible-xlarge-table {
    display: table;
  }
  .visible-xsmall-block,
  .visible-xsmall-inline,
  .visible-xsmall-inline-block,
  .visible-xsmall-flex,
  .visible-xsmall-inline-flex,
  .visible-xsmall-table,
  .visible-small-block,
  .visible-small-inline,
  .visible-small-inline-block,
  .visible-small-flex,
  .visible-small-inline-flex,
  .visible-small-table,
  .visible-medium-block,
  .visible-medium-inline,
  .visible-medium-inline-block,
  .visible-medium-flex,
  .visible-medium-inline-flex,
  .visible-medium-table,
  .visible-large-block,
  .visible-large-inline,
  .visible-large-inline-block,
  .visible-large-flex,
  .visible-large-inline-flex,
  .visible-large-table{
    display: none;
  }
  .hidden-xlarge {
    display: none;
  }
}
@media print {
  .visible-print {
    display: inherit;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell;
  }
  .visible-print-block {
    display: block;
  }
  .visible-print-inline {
    display: inline;
  }
  .visible-print-inline-block {
    display: inline-block;
  }
  .visible-print-flex {
    display: flex;
  }
  .visible-print-inline-flex {
    display: inline-flex;
  }
  .visible-print-table {
    display: table;
  }
  .hidden-print {
    display: none;
  }
}

/*!
ELEMENT Framework v0.0.1
Copyright 2014 Savang LTD. All rights reserved.
Licensed under the MIT License.
http://www.savang.org/element/
*/

/* TABLES */
.table {
    width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}
.table caption {
    padding: 0.75rem 0;
    text-align: center;
}
.table thead {
    background: #f1f1f1;
    color: #222;
    text-align: right;
    vertical-align: bottom;
}
.table th {
    font-size: 1.0625rem;
    font-weight: normal;
}
.table td,
.table th {
    border-top: 1px solid #ddd;
    border-width: 1px 0 0 0;
    margin: 0;
    overflow: visible;
    padding: 0.5rem 0.75rem;
}
.table tr:first-child td,
.table tr:first-child th {
    border-top-width: 0;
}
.table td {
    background-color: transparent;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.table-striped tr:nth-child(2n) td {
    background-color: #fafafa;
}
.table tr:hover td {
    background: #f1f1f1;
    color: #222;
}

/*!
ELEMENT Framework v0.0.1
Copyright 2014 Savang LTD. All rights reserved.
Licensed under the MIT License.
http://www.savang.org/element/
*/

/* TYPOGRAPHY */
h1,
.h1 {
    font-size: 2rem;
}
h2,
.h2 {
    font-size: 1.75rem;
}
h3,
.h3 {
    font-size: 1.5rem;
}
h4,
.h4 {
    font-size: 1.25rem;
}
h5,
.h5 {
    font-size: 1.125rem;
}
h6,
.h6 {
    font-size: 1rem;
}
h1 small,
.h1 small,
h1 .small,
.h1 .small,
h2 small,
.h2 small,
h2 .small,
.h2 .small,
h3 small,
.h3 small,
h3 .small,
.h3 .small,
h4 small,
.h4 small,
h4 .small,
.h4 .small,
h5 small,
.h5 small,
h5 .small,
.h5 .small,
h6 small,
.h6 small,
h6 .small,
.h6 .small {
    font-weight: normal;
    font-size: 70%;
    color: #777;
}
p {
    font-size: 100%;
    line-height: 1.5;
    margin: 0 0 1.5rem 0;
}
strong,
b {
    font-weight: bold;
}
em,
i {
    font-style: italic;
}
big {
    font-size: 114.28571%;
    line-height: 1.3125;
}
small {
    font-size: 85.71429%;
    line-height: 1.75;
}
blockquote,
cite,
q {
    font-style: italic;
}
blockquote,
blockquote p {
    color: #777;
    line-height: 1.6;
}
blockquote {
    border-right: 0.125rem solid #ddd;
    margin: 1.5rem 1.5rem 0;
    padding-right: 1rem;
}
blockquote cite {
    color: #555;
    display: block;
    font-size: 75%;
}
blockquote cite:before {
    content: "— ";
}
acronym,
abbr {
    cursor: help;
    border-bottom: 1px dotted #777;
    font-variant: small-caps;
    letter-spacing: 0.07rem;
}
pre,
code,
kbd,
samp,
var,
tt {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code,
kbd {
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    color: #222;
    font-size: 90%;
    padding: 0.125rem 0.25rem;
    margin: 0;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
pre {
    display: block;
    padding: 1rem;
    margin-bottom: 1rem;
    font-size: 90%;
    line-height: 1.42857143;
    color: #222;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
var,
dfn {
    font-style: italic;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5rem;
}
sub {
    bottom: -0.25rem;
}
mark {
    background: yellow;
    color: black;
}
hr {
    color: #fff;
    background: transparent;
    margin: 0.9375rem 0;
    padding: 0;
    border: 0;
    border-bottom: 1px #ddd solid;
}
a {
    background: transparent;
    text-decoration: none;
}
a:active {
    outline: none;
}
.text-normal {
    font-weight: normal;
}
.text-bold {
    font-weight: bold;
}
.text-italic {
    font-style: italic;
}
.text-underline {
    text-decoration: underline;
}
.text-overline {
    text-decoration: overline;
}
.text-linethrough {
    text-decoration: line-through;
}
.text-small {
    font-size: 0.65rem;
}
.text-xsmall {
    font-size: 0.5rem;
}
.text-medium {
    font-size: 0.8rem;
}
.text-large {
    font-size: 1rem;
}
.text-xlarge {
    font-size: 1.2rem;
}
.text-xxlarge {
    font-size: 1.6rem;
}
.text-xxxlarge {
    font-size: 2rem;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-justify {
    text-align: justify;
}
.valign-top {
    vertical-align: top;
}
.valign-bottom {
    vertical-align: bottom;
}
.valign-middle {
    vertical-align: middle;
}
