@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800);
@charset "UTF-8";

/*! tailwindcss v2.2.7 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, 
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after{
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

/* This is all you. */

.container{
	width: 100%;
}

@media (min-width: 640px){

	.container{
		max-width: 640px;
	}
}

@media (min-width: 768px){

	.container{
		max-width: 768px;
	}
}

@media (min-width: 1024px){

	.container{
		max-width: 1024px;
	}
}

@media (min-width: 1280px){

	.container{
		max-width: 1280px;
	}
}

@media (min-width: 1536px){

	.container{
		max-width: 1536px;
	}
}

.sr-only{
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border-width: 0 !important;
}

.sticky{
	position: sticky !important;
}

.mx-auto{
	margin-left: auto !important;
	margin-right: auto !important;
}

.my-auto{
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.block{
	display: block !important;
}

.flex{
	display: flex !important;
}

.hidden{
	display: none !important;
}

.border{
	border-width: 1px !important;
}

.text-left{
	text-align: left !important;
}

.text-center{
	text-align: center !important;
}

.italic{
	font-style: italic !important;
}

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

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

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

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

/**
 * Address styling not present in IE 6/7/8/9.
 */

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

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * 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;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */ /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 3+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url(/fonts/fontawesome-webfont.eot?7f77840e46fa6103b49437d09c47e238);
    src: url(/fonts/fontawesome-webfont.eot?7f77840e46fa6103b49437d09c47e238?#iefix&v=4.5.0) format('embedded-opentype'), url(/fonts/fontawesome-webfont.woff2?af6df524c7d052f637e367f67c880b46) format('woff2'), url(/fonts/fontawesome-webfont.woff?b09f4960e5ffa8e0ef9287b36aee4b2b) format('woff'), url(/fonts/fontawesome-webfont.ttf?bfcf94e00816b7cfccc70b1416457c8e) format('truetype'), url(/fonts/fontawesome-webfont.svg?3fe9d36ed88cf3aeea1f1799c105f4d7#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

@font-face {
  font-family: 'fontello';
  src: url('/fonts/fontello.eot?76007318');
  src: url('/fonts/fontello.eot?76007318#iefix') format('embedded-opentype'),
       url('/fonts/fontello.woff?76007318') format('woff'),
       url('/fonts/fontello.ttf?76007318') format('truetype'),
       url('/fonts/fontello.svg?76007318#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?76007318#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-location:before { content: '\e800'; }

/* '' */

.icon-mail:before { content: '\e801'; }

/* '' */

.icon-cloud:before { content: '\e802'; }

/* '' */

@font-face {
	font-family: 'Pe-icon-7-stroke';
	src:url(/fonts/Pe-icon-7-stroke.eot?9f02f66c8a1dbdacb6314dc5132a2a89);
	src:url(/fonts/Pe-icon-7-stroke.eot?9f02f66c8a1dbdacb6314dc5132a2a89?#iefix-2irksn) format('embedded-opentype'),
		url(/fonts/Pe-icon-7-stroke.woff?26e6fa4558acb50f3be34d6985bac6b1) format('woff'),
		url(/fonts/Pe-icon-7-stroke.ttf?400f347fd920a8f610c191330340e83e) format('truetype'),
		url(/fonts/Pe-icon-7-stroke.svg?fe55bd618989959b337bc70de9e5d3dc#Pe-icon-7-stroke) format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="pe-7s-"], [class*=" pe-7s-"] {
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="pe-6s-"], [class*=" pe-6s-"] {
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pe-7s-cloud-upload:before {
	content: "\e68a";
}

.pe-7s-cash:before {
	content: "\e68c";
}

.pe-7s-close:before {
	content: "\e680";
}

.pe-7s-bluetooth:before {
	content: "\e68d";
}

.pe-7s-cloud-download:before {
	content: "\e68b";
}

.pe-7s-way:before {
	content: "\e68e";
}

.pe-7s-close-circle:before {
	content: "\e681";
}

.pe-7s-id:before {
	content: "\e68f";
}

.pe-7s-angle-up:before {
	content: "\e682";
}

.pe-7s-wristwatch:before {
	content: "\e690";
}

.pe-7s-angle-up-circle:before {
	content: "\e683";
}

.pe-7s-world:before {
	content: "\e691";
}

.pe-7s-angle-right:before {
	content: "\e684";
}

.pe-7s-volume:before {
	content: "\e692";
}

.pe-7s-angle-right-circle:before {
	content: "\e685";
}

.pe-7s-users:before {
	content: "\e693";
}

.pe-7s-angle-left:before {
	content: "\e686";
}

.pe-7s-user-female:before {
	content: "\e694";
}

.pe-7s-angle-left-circle:before {
	content: "\e687";
}

.pe-7s-up-arrow:before {
	content: "\e695";
}

.pe-7s-angle-down:before {
	content: "\e688";
}

.pe-7s-switch:before {
	content: "\e696";
}

.pe-7s-angle-down-circle:before {
	content: "\e689";
}

.pe-7s-scissors:before {
	content: "\e697";
}

.pe-7s-wallet:before {
	content: "\e600";
}

.pe-7s-safe:before {
	content: "\e698";
}

.pe-7s-volume2:before {
	content: "\e601";
}

.pe-7s-volume1:before {
	content: "\e602";
}

.pe-7s-voicemail:before {
	content: "\e603";
}

.pe-7s-video:before {
	content: "\e604";
}

.pe-7s-user:before {
	content: "\e605";
}

.pe-7s-upload:before {
	content: "\e606";
}

.pe-7s-unlock:before {
	content: "\e607";
}

.pe-7s-umbrella:before {
	content: "\e608";
}

.pe-7s-trash:before {
	content: "\e609";
}

.pe-7s-tools:before {
	content: "\e60a";
}

.pe-7s-timer:before {
	content: "\e60b";
}

.pe-7s-ticket:before {
	content: "\e60c";
}

.pe-7s-target:before {
	content: "\e60d";
}

.pe-7s-sun:before {
	content: "\e60e";
}

.pe-7s-study:before {
	content: "\e60f";
}

.pe-7s-stopwatch:before {
	content: "\e610";
}

.pe-7s-star:before {
	content: "\e611";
}

.pe-7s-speaker:before {
	content: "\e612";
}

.pe-7s-signal:before {
	content: "\e613";
}

.pe-7s-shuffle:before {
	content: "\e614";
}

.pe-7s-shopbag:before {
	content: "\e615";
}

.pe-7s-share:before {
	content: "\e616";
}

.pe-7s-server:before {
	content: "\e617";
}

.pe-7s-search:before {
	content: "\e618";
}

.pe-7s-film:before {
	content: "\e6a5";
}

.pe-7s-science:before {
	content: "\e619";
}

.pe-7s-disk:before {
	content: "\e6a6";
}

.pe-7s-ribbon:before {
	content: "\e61a";
}

.pe-7s-repeat:before {
	content: "\e61b";
}

.pe-7s-refresh:before {
	content: "\e61c";
}

.pe-7s-add-user:before {
	content: "\e6a9";
}

.pe-7s-refresh-cloud:before {
	content: "\e61d";
}

.pe-7s-paperclip:before {
	content: "\e69c";
}

.pe-7s-radio:before {
	content: "\e61e";
}

.pe-7s-note2:before {
	content: "\e69d";
}

.pe-7s-print:before {
	content: "\e61f";
}

.pe-7s-network:before {
	content: "\e69e";
}

.pe-7s-prev:before {
	content: "\e620";
}

.pe-7s-mute:before {
	content: "\e69f";
}

.pe-7s-power:before {
	content: "\e621";
}

.pe-7s-medal:before {
	content: "\e6a0";
}

.pe-7s-portfolio:before {
	content: "\e622";
}

.pe-7s-like2:before {
	content: "\e6a1";
}

.pe-7s-plus:before {
	content: "\e623";
}

.pe-7s-left-arrow:before {
	content: "\e6a2";
}

.pe-7s-play:before {
	content: "\e624";
}

.pe-7s-key:before {
	content: "\e6a3";
}

.pe-7s-plane:before {
	content: "\e625";
}

.pe-7s-joy:before {
	content: "\e6a4";
}

.pe-7s-photo-gallery:before {
	content: "\e626";
}

.pe-7s-pin:before {
	content: "\e69b";
}

.pe-7s-phone:before {
	content: "\e627";
}

.pe-7s-plug:before {
	content: "\e69a";
}

.pe-7s-pen:before {
	content: "\e628";
}

.pe-7s-right-arrow:before {
	content: "\e699";
}

.pe-7s-paper-plane:before {
	content: "\e629";
}

.pe-7s-delete-user:before {
	content: "\e6a7";
}

.pe-7s-paint:before {
	content: "\e62a";
}

.pe-7s-bottom-arrow:before {
	content: "\e6a8";
}

.pe-7s-notebook:before {
	content: "\e62b";
}

.pe-7s-note:before {
	content: "\e62c";
}

.pe-7s-next:before {
	content: "\e62d";
}

.pe-7s-news-paper:before {
	content: "\e62e";
}

.pe-7s-musiclist:before {
	content: "\e62f";
}

.pe-7s-music:before {
	content: "\e630";
}

.pe-7s-mouse:before {
	content: "\e631";
}

.pe-7s-more:before {
	content: "\e632";
}

.pe-7s-moon:before {
	content: "\e633";
}

.pe-7s-monitor:before {
	content: "\e634";
}

.pe-7s-micro:before {
	content: "\e635";
}

.pe-7s-menu:before {
	content: "\e636";
}

.pe-7s-map:before {
	content: "\e637";
}

.pe-7s-map-marker:before {
	content: "\e638";
}

.pe-7s-mail:before {
	content: "\e639";
}

.pe-7s-mail-open:before {
	content: "\e63a";
}

.pe-7s-mail-open-file:before {
	content: "\e63b";
}

.pe-7s-magnet:before {
	content: "\e63c";
}

.pe-7s-loop:before {
	content: "\e63d";
}

.pe-7s-look:before {
	content: "\e63e";
}

.pe-7s-lock:before {
	content: "\e63f";
}

.pe-7s-lintern:before {
	content: "\e640";
}

.pe-7s-link:before {
	content: "\e641";
}

.pe-7s-like:before {
	content: "\e642";
}

.pe-7s-light:before {
	content: "\e643";
}

.pe-7s-less:before {
	content: "\e644";
}

.pe-7s-keypad:before {
	content: "\e645";
}

.pe-7s-junk:before {
	content: "\e646";
}

.pe-7s-info:before {
	content: "\e647";
}

.pe-7s-home:before {
	content: "\e648";
}

.pe-7s-help2:before {
	content: "\e649";
}

.pe-7s-help1:before {
	content: "\e64a";
}

.pe-7s-graph3:before {
	content: "\e64b";
}

.pe-7s-graph2:before {
	content: "\e64c";
}

.pe-7s-graph1:before {
	content: "\e64d";
}

.pe-7s-graph:before {
	content: "\e64e";
}

.pe-7s-global:before {
	content: "\e64f";
}

.pe-7s-gleam:before {
	content: "\e650";
}

.pe-7s-glasses:before {
	content: "\e651";
}

.pe-7s-gift:before {
	content: "\e652";
}

.pe-7s-folder:before {
	content: "\e653";
}

.pe-7s-flag:before {
	content: "\e654";
}

.pe-7s-filter:before {
	content: "\e655";
}

.pe-7s-file:before {
	content: "\e656";
}

.pe-7s-expand1:before {
	content: "\e657";
}

.pe-7s-exapnd2:before {
	content: "\e658";
}

.pe-7s-edit:before {
	content: "\e659";
}

.pe-7s-drop:before {
	content: "\e65a";
}

.pe-7s-drawer:before {
	content: "\e65b";
}

.pe-7s-download:before {
	content: "\e65c";
}

.pe-7s-display2:before {
	content: "\e65d";
}

.pe-7s-display1:before {
	content: "\e65e";
}

.pe-7s-diskette:before {
	content: "\e65f";
}

.pe-7s-date:before {
	content: "\e660";
}

.pe-7s-cup:before {
	content: "\e661";
}

.pe-7s-culture:before {
	content: "\e662";
}

.pe-7s-crop:before {
	content: "\e663";
}

.pe-7s-credit:before {
	content: "\e664";
}

.pe-7s-copy-file:before {
	content: "\e665";
}

.pe-7s-config:before {
	content: "\e666";
}

.pe-7s-compass:before {
	content: "\e667";
}

.pe-7s-comment:before {
	content: "\e668";
}

.pe-7s-coffee:before {
	content: "\e669";
}

.pe-7s-cloud:before {
	content: "\e66a";
}

.pe-7s-clock:before {
	content: "\e66b";
}

.pe-6s-clock:before {
	content: "\e66b";
}

.pe-7s-check:before {
	content: "\e66c";
}

.pe-7s-chat:before {
	content: "\e66d";
}

.pe-7s-cart:before {
	content: "\e66e";
}

.pe-7s-camera:before {
	content: "\e66f";
}

.pe-7s-call:before {
	content: "\e670";
}

.pe-7s-calculator:before {
	content: "\e671";
}

.pe-7s-browser:before {
	content: "\e672";
}

.pe-7s-box2:before {
	content: "\e673";
}

.pe-7s-box1:before {
	content: "\e674";
}

.pe-7s-bookmarks:before {
	content: "\e675";
}

.pe-7s-bicycle:before {
	content: "\e676";
}

.pe-7s-bell:before {
	content: "\e677";
}

.pe-7s-battery:before {
	content: "\e678";
}

.pe-7s-ball:before {
	content: "\e679";
}

.pe-7s-back:before {
	content: "\e67a";
}

.pe-7s-attention:before {
	content: "\e67b";
}

.pe-7s-anchor:before {
	content: "\e67c";
}

.pe-7s-albums:before {
	content: "\e67d";
}

.pe-7s-alarm:before {
	content: "\e67e";
}

.pe-7s-airplay:before {
	content: "\e67f";
}

/* HELPER CLASS 
 * -------------------------- */

/* FA based classes */

/*! Modified from font-awesome helper CSS classes - PIXEDEN
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (CSS: MIT License)
 */

/* makes the font 33% larger relative to the icon container */

.pe-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.pe-2x {
  font-size: 2em;
}

.pe-3x {
  font-size: 3em;
}

.pe-4x {
  font-size: 4em;
}

.pe-5x {
  font-size: 5em;
}

.pe-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.pe-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}

.pe-ul > li {
  position: relative;
}

.pe-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}

.pe-li.pe-lg {
  left: -1.8571428571428572em;
}

.pe-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.pe.pull-left {
  margin-right: .3em;
}

.pe.pull-right {
  margin-left: .3em;
}

.pe-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.pe-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

.pe-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}

.pe-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}

.pe-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  transform: scale(-1, 1);
}

.pe-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  transform: scale(1, -1);
}

.pe-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.pe-stack-1x,
.pe-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.pe-stack-1x {
  line-height: inherit;
}

.pe-stack-2x {
  font-size: 2em;
}

.pe-inverse {
  color: #ffffff;
}

/* Custom classes / mods - PIXEDEN */

.pe-va {
  vertical-align: middle;
}

.pe-border {
  border: solid 0.08em #eaeaea;
}

[class^="pe-7s-"], [class*=" pe-7s-"] {
  display: inline-block;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*!
 * Bootstrap-select v1.9.4 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2016 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

.bootstrap-select{width:220px\9}

.bootstrap-select>.dropdown-toggle{width:100%;padding-right:25px;z-index:1}

.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;width:.11px!important;height:100%!important;padding:0!important;opacity:0!important;border:none}

.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2}

.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle{border-color:#b94a48}

.bootstrap-select.fit-width{width:auto!important}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}

.bootstrap-select .dropdown-toggle:focus{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}

.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}

.bootstrap-select.form-control:not([class*=col-]){width:100%}

.bootstrap-select.form-control.input-group-btn{z-index:auto}

.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*=col-]{float:none;display:inline-block;margin-left:0}

.bootstrap-select.btn-group.dropdown-menu-right,.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right{float:right}

.form-group .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group{margin-bottom:0}

.form-group-lg .bootstrap-select.btn-group.form-control,.form-group-sm .bootstrap-select.btn-group.form-control{padding:0}

.form-inline .bootstrap-select.btn-group .form-control{width:100%}

.bootstrap-select.btn-group.disabled,.bootstrap-select.btn-group>.disabled{cursor:not-allowed}

.bootstrap-select.btn-group.disabled:focus,.bootstrap-select.btn-group>.disabled:focus{outline:0!important}

.bootstrap-select.btn-group.bs-container{position:absolute}

.bootstrap-select.btn-group.bs-container .dropdown-menu{z-index:1060}

.bootstrap-select.btn-group .dropdown-toggle .filter-option{display:inline-block;overflow:hidden;width:100%;text-align:left}

.bootstrap-select.btn-group .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle{width:100%}

.bootstrap-select.btn-group .dropdown-menu{min-width:100%;box-sizing:border-box}

.bootstrap-select.btn-group .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;box-shadow:none}

.bootstrap-select.btn-group .dropdown-menu li{position:relative}

.bootstrap-select.btn-group .dropdown-menu li.active small{color:#fff}

.bootstrap-select.btn-group .dropdown-menu li.disabled a{cursor:not-allowed}

.bootstrap-select.btn-group .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}

.bootstrap-select.btn-group .dropdown-menu li a.opt{position:relative;padding-left:2.25em}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{display:none}

.bootstrap-select.btn-group .dropdown-menu li a span.text{display:inline-block}

.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}

.bootstrap-select.btn-group .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;box-sizing:border-box}

.bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option{position:static}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{position:absolute;display:inline-block;right:15px;margin-top:5px}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle{z-index:1061}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before{display:block}

.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}

.bs-actionsbox{width:100%;box-sizing:border-box}

.bs-actionsbox .btn-group button{width:50%}

.bs-donebutton{float:left;width:100%;box-sizing:border-box}

.bs-donebutton .btn-group button{width:100%}

.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}

.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

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

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

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td, th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret, .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/fonts/glyphicons-halflings-regular.eot);
    src: url(/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(/fonts/glyphicons-halflings-regular.woff) format('woff'), url(/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    box-sizing: border-box
}

:after, :before {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.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
}

[role=button] {
    cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%
}

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small, small {
    font-size: 85%
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus, a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus, a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd, dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px
}

.checkbox+.checkbox, .radio+.radio {
    margin-top: -5px
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback, .input-group-lg+.form-control-feedback, .input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback, .input-group-sm+.form-control-feedback, .input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label, .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px;
        font-size: 18px
    }
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    box-shadow: none;
    opacity: .65
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus, .btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent
}

.btn-link:focus, .btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height, visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn, .btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn input[type=radio], [data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn, textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn, textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label, .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus, .navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:focus, .navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus, .pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a, .pager .next>span {
    float: right
}

.pager .previous>a, .pager .previous>span {
    float: left
}

.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus, .label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus, .label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus, .label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1, .jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border .2s ease-in-out
}

.thumbnail a>img, .thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p, .alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media, .media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right, .media>.pull-right {
    padding-left: 10px
}

.media-left, .media>.pull-left {
    padding-right: 10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item, button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading>.small, .list-group-item.active .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading>small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group, .panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table, .panel>.table, .panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption, .panel>.table caption, .panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child, .panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child, .panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child, .panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td, .panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

[dir="ltr"] .tooltip{
    text-align: left;
}

[dir="rtl"] .tooltip{
    text-align: right;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

[dir="ltr"] .popover{
    text-align: left;
}

[dir="rtl"] .popover{
    text-align: right;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow, .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner>.item {
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right, .carousel-inner>.item.next {
        left: 0;
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner>.item.active.left, .carousel-inner>.item.prev {
        left: 0;
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
        left: 0;
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next, .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left, .carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
    .visible-xs-block {
        display: block !important
    }
    .visible-xs-inline {
        display: inline !important
    }
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
    .visible-sm-block {
        display: block !important
    }
    .visible-sm-inline {
        display: inline !important
    }
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
    .visible-md-block {
        display: block !important
    }
    .visible-md-inline {
        display: inline !important
    }
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
    .visible-lg-block {
        display: block !important
    }
    .visible-lg-inline {
        display: inline !important
    }
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
    .hidden-print {
        display: none !important
    }
}

/* iCheck plugin Square skin
----------------------------------- */

.icheckbox_square,
.iradio_square {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(/img/skin/square.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square {
    background-position: 0 0;
}

.icheckbox_square.hover {
        background-position: -24px 0;
    }

.icheckbox_square.checked {
        background-position: -48px 0;
    }

.icheckbox_square.disabled {
        background-position: -72px 0;
        cursor: default;
    }

.icheckbox_square.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square {
    background-position: -120px 0;
}

.iradio_square.hover {
        background-position: -144px 0;
    }

.iradio_square.checked {
        background-position: -168px 0;
    }

.iradio_square.disabled {
        background-position: -192px 0;
        cursor: default;
    }

.iradio_square.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square,
    .iradio_square {
        background-image: url(/img/skin/square@2x.png);
        background-size: 240px 24px;
    }
}

/* red */

.icheckbox_square-red,
.iradio_square-red {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(/img/skin/red.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-red {
    background-position: 0 0;
}

.icheckbox_square-red.hover {
        background-position: -24px 0;
    }

.icheckbox_square-red.checked {
        background-position: -48px 0;
    }

.icheckbox_square-red.disabled {
        background-position: -72px 0;
        cursor: default;
    }

.icheckbox_square-red.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-red {
    background-position: -120px 0;
}

.iradio_square-red.hover {
        background-position: -144px 0;
    }

.iradio_square-red.checked {
        background-position: -168px 0;
    }

.iradio_square-red.disabled {
        background-position: -192px 0;
        cursor: default;
    }

.iradio_square-red.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-red,
    .iradio_square-red {
        background-image: url(/img/skin/red@2x.png);
        background-size: 240px 24px;
    }
}

/* green */

.icheckbox_square-green,
.iradio_square-green {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(/img/skin/green.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-green {
    background-position: 0 0;
}

.icheckbox_square-green.hover {
        background-position: -24px 0;
    }

.icheckbox_square-green.checked {
        background-position: -48px 0;
    }

.icheckbox_square-green.disabled {
        background-position: -72px 0;
        cursor: default;
    }

.icheckbox_square-green.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-green {
    background-position: -120px 0;
}

.iradio_square-green.hover {
        background-position: -144px 0;
    }

.iradio_square-green.checked {
        background-position: -168px 0;
    }

.iradio_square-green.disabled {
        background-position: -192px 0;
        cursor: default;
    }

.iradio_square-green.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-green,
    .iradio_square-green {
        background-image: url(/img/skin/green@2x.png);
        background-size: 240px 24px;
    }
}

/* blue */

.icheckbox_square-blue,
.iradio_square-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(/img/skin/blue.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-blue {
    background-position: 0 0;
}

.icheckbox_square-blue.hover {
        background-position: -24px 0;
    }

.icheckbox_square-blue.checked {
        background-position: -48px 0;
    }

.icheckbox_square-blue.disabled {
        background-position: -72px 0;
        cursor: default;
    }

.icheckbox_square-blue.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-blue {
    background-position: -120px 0;
}

.iradio_square-blue.hover {
        background-position: -144px 0;
    }

.iradio_square-blue.checked {
        background-position: -168px 0;
    }

.iradio_square-blue.disabled {
        background-position: -192px 0;
        cursor: default;
    }

.iradio_square-blue.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-blue,
    .iradio_square-blue {
        background-image: url(/img/skin/blue@2x.png);
        background-size: 240px 24px;
    }
}

/* aero */

.icheckbox_square-aero,
.iradio_square-aero {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(/img/skin/aero.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-aero {
    background-position: 0 0;
}

.icheckbox_square-aero.hover {
        background-position: -24px 0;
    }

.icheckbox_square-aero.checked {
        background-position: -48px 0;
    }

.icheckbox_square-aero.disabled {
        background-position: -72px 0;
        cursor: default;
    }

.icheckbox_square-aero.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-aero {
    background-position: -120px 0;
}

.iradio_square-aero.hover {
        background-position: -144px 0;
    }

.iradio_square-aero.checked {
        background-position: -168px 0;
    }

.iradio_square-aero.disabled {
        background-position: -192px 0;
        cursor: default;
    }

.iradio_square-aero.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-aero,
    .iradio_square-aero {
        background-image: url(/img/skin/aero@2x.png);
        background-size: 240px 24px;
    }
}

/* grey */

.icheckbox_square-grey,
.iradio_square-grey {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(/img/skin/grey.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-grey {
    background-position: 0 0;
}

.icheckbox_square-grey.hover {
        background-position: -24px 0;
    }

.icheckbox_square-grey.checked {
        background-position: -48px 0;
    }

.icheckbox_square-grey.disabled {
        background-position: -72px 0;
        cursor: default;
    }

.icheckbox_square-grey.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-grey {
    background-position: -120px 0;
}

.iradio_square-grey.hover {
        background-position: -144px 0;
    }

.iradio_square-grey.checked {
        background-position: -168px 0;
    }

.iradio_square-grey.disabled {
        background-position: -192px 0;
        cursor: default;
    }

.iradio_square-grey.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-grey,
    .iradio_square-grey {
        background-image: url(/img/skin/grey@2x.png);
        background-size: 240px 24px;
    }
}

/* orange */

.icheckbox_square-orange,
.iradio_square-orange {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(/img/skin/orange.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-orange {
    background-position: 0 0;
}

.icheckbox_square-orange.hover {
        background-position: -24px 0;
    }

.icheckbox_square-orange.checked {
        background-position: -48px 0;
    }

.icheckbox_square-orange.disabled {
        background-position: -72px 0;
        cursor: default;
    }

.icheckbox_square-orange.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-orange {
    background-position: -120px 0;
}

.iradio_square-orange.hover {
        background-position: -144px 0;
    }

.iradio_square-orange.checked {
        background-position: -168px 0;
    }

.iradio_square-orange.disabled {
        background-position: -192px 0;
        cursor: default;
    }

.iradio_square-orange.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-orange,
    .iradio_square-orange {
        background-image: url(/img/skin/orange@2x.png);
        background-size: 240px 24px;
    }
}

/* yellow */

.icheckbox_square-yellow,
.iradio_square-yellow {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(/img/skin/yellow.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-yellow {
    background-position: 0 0;
}

.icheckbox_square-yellow.hover {
        background-position: -24px 0;
    }

.icheckbox_square-yellow.checked {
        background-position: -48px 0;
    }

.icheckbox_square-yellow.disabled {
        background-position: -72px 0;
        cursor: default;
    }

.icheckbox_square-yellow.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-yellow {
    background-position: -120px 0;
}

.iradio_square-yellow.hover {
        background-position: -144px 0;
    }

.iradio_square-yellow.checked {
        background-position: -168px 0;
    }

.iradio_square-yellow.disabled {
        background-position: -192px 0;
        cursor: default;
    }

.iradio_square-yellow.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-yellow,
    .iradio_square-yellow {
        background-image: url(/img/skin/yellow@2x.png);
        background-size: 240px 24px;
    }
}

/* pink */

.icheckbox_square-pink,
.iradio_square-pink {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(/img/skin/pink.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-pink {
    background-position: 0 0;
}

.icheckbox_square-pink.hover {
        background-position: -24px 0;
    }

.icheckbox_square-pink.checked {
        background-position: -48px 0;
    }

.icheckbox_square-pink.disabled {
        background-position: -72px 0;
        cursor: default;
    }

.icheckbox_square-pink.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-pink {
    background-position: -120px 0;
}

.iradio_square-pink.hover {
        background-position: -144px 0;
    }

.iradio_square-pink.checked {
        background-position: -168px 0;
    }

.iradio_square-pink.disabled {
        background-position: -192px 0;
        cursor: default;
    }

.iradio_square-pink.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-pink,
    .iradio_square-pink {
        background-image: url(/img/skin/pink@2x.png);
        background-size: 240px 24px;
    }
}

/* purple */

.icheckbox_square-purple,
.iradio_square-purple {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(/img/skin/purple.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-purple {
    background-position: 0 0;
}

.icheckbox_square-purple.hover {
        background-position: -24px 0;
    }

.icheckbox_square-purple.checked {
        background-position: -48px 0;
    }

.icheckbox_square-purple.disabled {
        background-position: -72px 0;
        cursor: default;
    }

.icheckbox_square-purple.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-purple {
    background-position: -120px 0;
}

.iradio_square-purple.hover {
        background-position: -144px 0;
    }

.iradio_square-purple.checked {
        background-position: -168px 0;
    }

.iradio_square-purple.disabled {
        background-position: -192px 0;
        cursor: default;
    }

.iradio_square-purple.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_square-purple,
    .iradio_square-purple {
        background-image: url(/img/skin/purple@2x.png);
        background-size: 240px 24px;
    }
}

/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.sliderrange {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.sliderrange.slider-horizontal {
  width: 210px;
  height: 20px;
}

.sliderrange.slider-horizontal .slider-track {
  height: 15px;
  left: 0;
  margin-top: -5px;
  top: 50%;
  width: 100%;
}

.sliderrange.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}

.sliderrange.slider-horizontal .slider-handle {
  margin-left: -12px;
  margin-top: 2px;
}

.left-round{
  margin-left:2px !important;
}

.sliderrange.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}

.sliderrange.slider-vertical {
  height: 210px;
  width: 20px;
}

.sliderrange.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}

.sliderrange.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.sliderrange.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}

.sliderrange.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}

.sliderrange input {
  display: none;
}

.sliderrange .tooltip-inner {
  white-space: nowrap;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #f7f7f7;
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

.slider-selection {
  -moz-box-sizing: border-box;
  background: none repeat scroll 0 0 #FE980F;
  border-radius: 15px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  position: absolute;
}

.slider-handle {
  background: #fff;
  box-shadow:none;
  height: 10px;
  opacity: 1;
  position: absolute;
  width: 10px;
}

.slider-handle.round {
  border-radius: 20px;
}

.slider-handle.triangle {
  background: transparent none;
}

.sliderrange.slider-horizontal {
    width: 100% !important; 
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */

.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight{
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */

.grabbing {
    /* cursor:url(grabbing.png) 8 8, move; */
}

/* fix */

.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */

/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	border-radius: 20px;
	background: #222;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	border-radius: 30px;
}

/* preloading images */

.owl-item.loading{
	min-height: 150px;
	/* background: url(AjaxLoader.gif) no-repeat center center */
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}

/* fade */

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */

.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */

/*empty*/

@-webkit-keyframes empty {
  0% {opacity: 1}
}

@keyframes empty {
  0% {opacity: 1}
}

@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}

@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}

@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}

@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}

@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}

@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}

@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}

@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}

@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}

@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}

@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}

@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}

@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}

@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */

.lSSlideWrapper, .lSSlideWrapper .lSFade {
    position: relative
}

.lSSlideWrapper .lSSlide, .lSSlideWrapper.usingCss .lSFade>* {
    transition-timing-function: inherit !important;
    transition-duration: inherit !important
}

.lSSlideOuter, .lSSlideOuter .lSPager.lSGallery {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.lSSlideOuter .lSPager.lSGallery:after, .lSSlideWrapper>.lightSlider:after {
    clear: both
}

.lSSlideOuter {
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none
}

.lightSlider:after, .lightSlider:before {
    content: " ";
    display: table
}

.lightSlider {
    overflow: hidden;
    margin: 0
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden
}

.lSSlideWrapper .lSSlide {
    transform: translate(0, 0);
    -webkit-transition: all 1s;
    transition-property: transform, height
}

.lSSlideWrapper .lSFade>* {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%
}

.lSSlideWrapper.usingCss .lSFade>* {
    opacity: 0;
    transition-delay: 0s;
    transition-property: opacity
}

.lSSlideWrapper .lSFade>.active {
    z-index: 10
}

.lSSlideWrapper.usingCss .lSFade>.active {
    opacity: 1
}

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center
}

.lSSlideOuter .lSPager.lSpg>li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px
}

.lSSlideOuter .lSPager.lSpg>li a {
    background-color: #222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    transition: all .5s linear 0s
}

.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #428bca
}

.lSSlideOuter .media {
    opacity: .8
}

.lSSlideOuter .media.active {
    opacity: 1
}

.lSSlideOuter .lSPager.lSGallery {
    list-style: none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none
}

.lSSlideOuter .lSPager.lSGallery li {
    height: 54px!important;
    overflow: hidden;
    transition: border-radius .12s linear 0s .35s linear 0s
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px
}

.lSSlideOuter .lSPager.lSGallery img {
    -o-object-fit: cover!important;
       object-fit: cover!important;
    display: block;
    height: 54px;
    max-width: 100%
}

.lSSlideOuter .lSPager.lSGallery:after, .lSSlideOuter .lSPager.lSGallery:before {
    content: " ";
    display: table
}

.lSAction>a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    /* background-image: url(../img/controls.png); */
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: .5;
    transition: opacity .35s linear 0s
}

.lSAction>a:hover {
    opacity: 1
}

.lSAction>.lSPrev {
    background-position: 0 0;
    left: 10px
}

.lSAction>.lSNext {
    background-position: -32px 0;
    right: 10px
}

.lSAction>a.disabled {
    pointer-events: none
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden
}

.lSSlideOuter.vertical {
    position: relative
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0 !important
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0
}

.lSSlideOuter.vertical .lightSlider>* {
    width: 100% !important;
    max-width: none !important
}

.lSSlideOuter.vertical .lSAction>a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0
}

.lSSlideOuter.vertical .lSAction>.lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px
}

.lSSlideOuter.lSrtl {
    direction: rtl
}

.lSSlideOuter .lSPager, .lSSlideOuter .lightSlider {
    padding-left: 0;
    list-style: none
}

.lSSlideOuter.lSrtl .lSPager, .lSSlideOuter.lSrtl .lightSlider {
    padding-right: 0
}

.lSSlideOuter .lSGallery li, .lSSlideOuter .lightSlider>* {
    float: left
}

.lSSlideOuter.lSrtl .lSGallery li, .lSSlideOuter.lSrtl .lightSlider>* {
    float: right !important
}

@-webkit-keyframes rightEnd {
    0%, 100% {
        left: 0
    }

    50% {
        left: -15px
    }
}

@keyframes rightEnd {
    0%, 100% {
        left: 0
    }

    50% {
        left: -15px
    }
}

@-webkit-keyframes topEnd {
    0%, 100% {
        top: 0
    }

    50% {
        top: -15px
    }
}

@keyframes topEnd {
    0%, 100% {
        top: 0
    }

    50% {
        top: -15px
    }
}

@-webkit-keyframes leftEnd {
    0%, 100% {
        left: 0
    }

    50% {
        left: 15px
    }
}

@keyframes leftEnd {
    0%, 100% {
        left: 0
    }

    50% {
        left: 15px
    }
}

@-webkit-keyframes bottomEnd {
    0%, 100% {
        bottom: 0
    }

    50% {
        bottom: -15px
    }
}

@keyframes bottomEnd {
    0%, 100% {
        bottom: 0
    }

    50% {
        bottom: -15px
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd .3s;
    animation: rightEnd .3s;
    position: relative
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd .3s;
    animation: leftEnd .3s;
    position: relative
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd .3s;
    animation: topEnd .3s;
    position: relative
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd .3s;
    animation: bottomEnd .3s;
    position: relative
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd .3s;
    animation: leftEnd .3s;
    position: relative
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd .3s;
    animation: rightEnd .3s;
    position: relative
}

.lightSlider.lsGrab>* {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lightSlider.lsGrabbing>* {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

@font-face {
font-family: "CustomFont";
src: url(/fonts/helvetica.otf?20a9d56d547ad4dfb25d09b79cfb2e2d);
src: url(/fonts/helvetica.otf?20a9d56d547ad4dfb25d09b79cfb2e2d) format("opentype");
}

*{
  font-family: 'CustomFont';
  letter-spacing: normal;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

body {
    height:100%;
    font-family: 'CustomFont';
    font-weight: 300;
    padding:0;
    margin:0;
    font-size:14px;
    line-height: 28px;
    color: #777;
    background: #fff;
    position: relative;
}

/*           Font Smoothing      */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

/*           Typography          */

h1, .h1, h2, .h2, h3, .h3, h4, .h4{
    font-weight: 400;
}

h1, .h1 {
    font-size: 52px;
}

h2, .h2{
    font-size: 36px;
}

h3, .h3{
    font-size: 28px;
    margin: 20px 0 10px;
}

h4, .h4{
    font-size: 22px;
}

h5, .h5 {
    font-size: 16px;
}

h6, .h6{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

p{
    font-size: 15px;
    line-height: 1.6180em;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    color: #999999;
    font-weight: 300;
    line-height: 1;
}

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
    font-size: 60%;
}

h1 .subtitle{
    display: block;
    line-height: 40px;
    margin: 15px 0 30px;
}

p {
    padding: 0px 0px 1em;
    margin:0;
}

a {
    color: #224f98;
    outline: 0;
    font-weight: bold;
    transition: all .8s ease;
}

a:hover {
    text-decoration: none;
    color: #1f2222;
    transition: all .8s ease;
}

a:focus {
    color: #999696;
    text-decoration: none;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0px none;
}

input {
    outline: 0;
    border: none;
    width: 100%;
    height: inherit;
    color: #333333;
    font-size: 16px;
    padding: 5px 15px;
    border-radius: 3px;
}

button {
    border-radius: 3px;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: 0;
    outline-offset: 0;
    border: none;
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

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

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

.btn:focus,
.btn:hover,
.btn:active{
    outline: 0;
    color: #adadad!important;
}

.btn{
    border-width: 2px;
    background-color: rgba(0,0,0,.0);
    font-weight: 400;
    opacity: 0.8;
    padding: 8px 16px;
}

.btn-round{
    border-width: 1px;
    border-radius: 30px !important;
    opacity: 0.79;
    padding: 9px 18px;
}

.btn-sm, .btn-xs {
    border-radius: 3px;
    font-size: 12px;
    padding: 5px 10px;
}

.btn-xs {
    padding: 1px 5px;
}

.btn-lg{
    border-radius: 6px;
    font-size: 18px;
    font-weight: 400;
    padding: 14px 30px;
}

.btn-wd {
    min-width: 100px;
}

.btn-default{
    color: #777777;
    border-color: #999999
}

.btn-info{
    color: #2CA8FF;
    border-color: #2CA8FF;
}

.btn-success{
    color: #05AE0E;
    border-color: #05AE0E;
}

.btn-warning{
    color: #224f98;
    border-color: #224f98;
}

.btn-danger{
    color: #FF3B30;
    border-color: #FF3B30;
}

.btn:hover{
    opacity: 1;
}

.input-lg{
    height: 56px;
    padding: 10px 16px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #1D62F0;
    border-color: #1D62F0;
    background-color: rgba(0,0,0,.0);
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #109CFF;
    border-color: #109CFF;
    background-color: rgba(0,0,0,.0);
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #049F0C;
    border-color: #049F0C;
    background-color: rgba(0,0,0,.0);
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    color: #ED8D00;
    border-color: #ED8D00;
    background-color: rgba(0,0,0,.0);
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    color: #EE2D20;
    border-color: #EE2D20;
    background-color: rgba(0,0,0,.0);
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #666666;
    border-color: #888888;
    background-color: rgba(0,0,0,.0);
}

.btn:active, .btn.active {
    background-image: none;
    box-shadow: none;

}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 0.45;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
    background-color: rgba(0, 0, 0, 0);
    border-color: #3472F7;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
    background-color: rgba(0, 0, 0, 0);
    border-color: #2CA8FF;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success.active[disabled], fieldset[disabled] .btn-success.active {
    background-color: rgba(0, 0, 0, 0);
    border-color: #05AE0E;
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger.active {
    background-color: rgba(0, 0, 0, 0);
    border-color: #FF3B30;
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning.active {
    background-color: rgba(0, 0, 0, 0);
    border-color: #224f98;
}

.input-group-addon {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
}

.btn-primary {
    color: #FFF;
    background-color: #224f98;
    border-color: #224f98;
    border-radius: 1px;
    padding: 10px 20px;
    font-weight: 600;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,.btn-primary:active:focus, .open > .dropdown-toggle.btn-primary {
    color: white;
    background-color: #1c3c70!important;
    border-color: #282829;
    font-weight: 600;
}

.btn-default {
    border-radius: 1px;
    padding: 10px 20px;
    border: 1px solid #224f98;
    color: white;
    background-color: #224f98;
    border-color: #F0F0F0;
    font-weight: 600;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: white;
    background-color: #224f98;
    border-color: #F0F0F0;
    font-weight: 600;
}

.search-form {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 0;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 9;
}

.search-row{
    padding-top:15px;
}

.form-inline .form-control, .form-inline .form-control {
    background: rgba(252, 252, 252, 0.35);
    border-radius: 1px;
    color: #ADADAD;
    height: 40px;
    margin-right: 10px;
    width: 195px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #EAE9E9;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(179, 179, 179, 0.1) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-inline input[type=submit]{
    background: #224f98;
    color: #fff;
    height: 40px;
    width: 90px;
    border-radius: 1px;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.4s ease;
}

.form-inline input[type=submit]:hover{
    background: #00A2DE
}

.form-control::-moz-placeholder{
    color: #DDDDDD;
    opacity: 1;
}

.form-control:-moz-placeholder{
    color: #DDDDDD;
    opacity: 1;
}

.form-control::-webkit-input-placeholder{
    color: #DDDDDD;
    opacity: 1;
}

.form-control:-ms-input-placeholder{
    color: #DDDDDD;
    opacity: 1;
}

.form-control:focus {
    border-color: #CBCBCB;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0);
}

/* Animations              */

.form-control, .input-group-addon{
    transition: all 300ms linear;
}

/* Inputs               */

.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857;
    color: #838383;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #DADADA;
    border-radius: 0px;
    box-shadow: 0px 1px 1px rgba(179, 179, 179, 0.1) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control:focus {
    background-color: #FFFFFF;
    border: 1px solid #9A9A9A;
    box-shadow: none;
    outline: 0 none;
}

.form-control + .form-control-feedback{
    border-radius: 6px;
    font-size: 14px;
    padding: 0 12px 0 0;
    position: absolute;
    right: 25px;
    top: 13px;
    vertical-align: middle;
}

.form-control:focus + .input-group-addon, .form-control:focus ~ .input-group-addon{
    background-color: #FFFFFF;
    border-color: #9A9A9A;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-right: 0 none;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
    border-left: 0 none;
}

.search-btn ,.toggle-btn{
    background-color: #224f98;
    color: #333;
    font-size: 16px;
    border: 1px solid #EAE9E9;
    width: 40px;
    height: 40px;
    color: #FFF;
    transition: all 0.3s ease 0s;
    padding: 0px;

}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #EEEEEE;
    color: #999999;
    cursor: not-allowed;
}

.has-success .form-control,
.has-error .form-control,
.has-success .form-control:focus,
.has-error .form-control:focus{
    border-color: #E3E3E3;
    box-shadow: none;
}

.has-success .form-control,
.has-success .form-control-feedback,
.form-control.valid:focus{
    border-color: #05AE0E;
    color: #05AE0E;
}

.has-error .form-control,
.has-error .form-control-feedback,
.form-control.error{
    color: #FF3B30;
    border-color: #FF3B30;
}

/*           Labels & Progress-bar              */

.label{
    padding: 0.2em 0.6em 0.2em;
    border: 1px solid #999999;
    border-radius: 3px;
    color: #999999;
    background-color: #FFFFFF;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
}

.label-primary{
    border-color: #3472F7;
    color: #3472F7;
}

.label-info{
    border-color: #2CA8FF;
    color: #2CA8FF;
}

.label-success{
    border-color: #05AE0E;
    color: #05AE0E;
}

.label-warning{
    border-color: #224f98;
    color: #224f98;
}

.label-danger{
    border-color: #FF3B30;
    color: #FF3B30;
}

label.error{
    color: #FF3B30;
    margin-top: 5px;
    margin-bottom: 0;
}

label small{
    color: #999999;
}

.label.label-fill{
    color: #FFFFFF;
}

.label-primary.label-fill, .progress-bar, .progress-bar-primary{
    background-color: #3472F7;
}

.label-info.label-fill, .progress-bar-info{
    background-color: #2CA8FF;
}

.label-success.label-fill, .progress-bar-success{
    background-color: #05AE0E;
}

.label-warning.label-fill, .progress-bar-warning{
    background-color: #224f98;
}

.label-danger.label-fill, .progress-bar-danger{
    background-color: #FF3B30;
}

.label-default.label-fill{
    background-color: #999999;
}

.bootstrap-select button.dropdown-toggle{
    background: rgba(252, 252, 252, 0.35) none repeat scroll 0% 0%;
    border-radius: 1px;
    color: #ADADAD;
    height: 40px;
    margin-right: 10px;
    width: 99%;
    display: block;
    font-size: 13px;
    line-height: 1.42857;
    color: #ADADAD;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #EAE9E9;
    box-shadow: 0px 1px 1px rgba(179, 179, 179, 0.1) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    font-weight: 300;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.bootstrap-select .dropdown-menu {

    margin: 20px 0px 0px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    box-shadow:0px 5px 15px rgba(0, 0, 0, 0.176);
    border-top: none;
}

.tab-content .bootstrap-select button.dropdown-toggle {
    width: 100%;
}

.tab-content .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.input-group-btn .btn{
    background-color: none;
    border: none;
    border-radius: 0px;
    height: 44px;
    color: #FFF;
}

/* Navigation bils */

.wizard-container .nav-pills > li + li {
    margin-left: 0;
}

.wizard-container  .nav-pills > li > a {
    border: 1px solid #2CA8FF;
    border-radius: 0;
    color: #2CA8FF;
    margin-left: -1px;
}

.nav-pills.ct-blue > li.active > a, .nav-pills.ct-blue > li.active > a:hover, .nav-pills.ct-blue > li.active > a:focus,
.pagination.ct-blue > .active > a, .pagination.ct-blue > .active > span, .pagination.ct-blue > .active > a:hover,
.pagination.ct-blue > .active > span:hover, .pagination.ct-blue > .active > a:focus, .pagination.ct-blue > .active > span:focus{
    background-color: #3472F7;
}

.nav-pills.ct-azure > li.active > a, .nav-pills.ct-azure > li.active > a:hover, .nav-pills.ct-azure > li.active > a:focus,
.pagination.ct-azure > .active > a, .pagination.ct-azure > .active > span, .pagination.ct-azure > .active > a:hover,
.pagination.ct-azure > .active > span:hover, .pagination.ct-azure > .active > a:focus, .pagination.ct-azure > .active > span:focus{
    background-color: #2CA8FF;
}

.nav-pills.ct-green > li.active > a, .nav-pills.ct-green > li.active > a:hover, .nav-pills.ct-green > li.active > a:focus,
.pagination.ct-green > .active > a, .pagination.ct-green > .active > span, .pagination.ct-green > .active > a:hover,
.pagination.ct-green > .active > span:hover, .pagination.ct-green > .active > a:focus, .pagination.ct-green > .active > span:focus{
    background-color: #05AE0E;
}

.nav-pills.ct-orange > li.active > a, .nav-pills.ct-orange > li.active > a:hover, .nav-pills.ct-orange > li.active > a:focus,
.pagination.ct-orange > .active > a, .pagination.ct-orange > .active > span, .pagination.ct-orange > .active > a:hover,

.pagination.ct-orange > .active > span:hover, .pagination.ct-orange > .active > a:focus, .pagination.ct-orange > .active > span:focus{
    background-color: #224f98;
}

.nav-pills.ct-red > li.active > a, .nav-pills.ct-red > li.active > a:hover, .nav-pills.ct-red > li.active > a:focus,
.pagination.ct-red > .active > a, .pagination.ct-red > .active > span, .pagination.ct-red > .active > a:hover,
.pagination.ct-red > .active > span:hover, .pagination.ct-red > .active > a:focus, .pagination.ct-red > .active > span:focus{
    background-color: #FF3B30;
}

.nav-pills.ct-blue > li > a {
    border: 1px solid #3472F7;
    color: #3472F7;
}

.nav-pills.ct-azure > li > a {
    border: 1px solid #2CA8FF;
    color: #2CA8FF;
}

.nav-pills.ct-green > li > a {
    border: 1px solid #05AE0E;
    color: #05AE0E;
}

.nav-pills.ct-orange > li > a {
    border: 1px solid #224f98;
    color: #224f98;
}

.nav-pills.ct-red > li > a {
    border: 1px solid #FF3B30;
    color: #FF3B30;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #2CA8FF;
    color: #FFFFFF;
}

.nav-pills > li:first-child > a{
    border-radius: 4px 0 0 4px;
    margin: 0;
}

.nav-pills > li:last-child > a{
    border-radius: 0 4px 4px 0;
}

.pagination.no-border > li > a, .pagination.no-border > li > span{
    border: 0;
}

.pagination > li > a, .pagination > li > span, .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span{
    border-radius: 50%;
    margin: 0 2px;
    color: #777777;
}

.pagination > li.active > a, .pagination > li.active > span, .pagination > li.active > a:hover, .pagination > li.active > span:hover, .pagination > li.active > a:focus, .pagination > li.active > span:focus {
    background-color: #2CA8FF;
    border: 0;
    color: #FFFFFF;
    padding: 7px 13px;
}

.text-primary, .text-primary:hover{
    color: #1D62F0;
}

.text-info, .text-info:hover{
    color: #109CFF;
}

.text-success, .text-success:hover{
    color: #0C9C14;
}

.text-warning, .text-warning:hover{
    color: #ED8D00;
}

.text-danger, .text-danger:hover{
    color: #EE2D20;
}

.modal-header {
    border: 0 none;
}

.navbar-default .navbar-nav > li > a{
    color: #929292;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;

}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #929292;
    background-color: transparent;
}

.navbar-nav > li > a {
    padding-right: 20px;
    padding-left: 20px;
}

.navbar-default .navbar-nav > li > a.active:after{

    background-color: #b9252d;
    bottom: -24px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    transition: all 0.2s ease 0s;
    width: 100%;
}

.navbar-default .navbar-nav > li > a::after {
    background-color: #224f98;
    bottom: -24px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    transition: all 0.2s ease 0s;
    width: 0%;
}

.navbar-default .navbar-nav > li > a:hover:after {
    width: 100%;
}

.navbar-nav.navbar-right:last-child{
    margin-right: 20px
}

.navbar-brand {

}

.main-nav {
    padding-top: 10px;
}

.button.navbar-right {
    padding-top: 10px;
}

.nav-button {
    background-color: #c2c2c2;
    border: medium none;
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 2px;
    transition: all 0.4s ease;
}

.nav-button.login{
    background-color: #224f98;
    margin-right: 5px;
}

.nav-button:hover{
    background-color: #224f98;

}

.navbar{
    margin-bottom: 0px;
    min-height: 100px;
}

.navbar-default {
    background-image: none;
    background-color: #fff;
    background-repeat: repeat-x;
    border-radius: 4px;
    box-shadow: none;
}

.navbar .container{
    padding-top: 15px
}

.navbar-default {
    background-image: none;
    background-color: #FFF;
    background-repeat: repeat-x;
    border-radius: 0px;
    box-shadow: none;
    border-left: none;
    border-right: none;
}

.nav-tabs > li > a{
    color: #666;
    font-weight: 300;
    border-width: 4px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-color: transparent transparent #224f98;
    border-style: solid;
    border-width: 4px;
    color: #666666;
    cursor: default;
    font-weight: 700;
    outline: none;
}

/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 *
 * http://geedmo.github.com/yamm3
 */

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
}

.yamm .yamm-content {
    padding: 20px 30px;
}

@media (max-width: 767px) {
    .yamm .yamm-content {
        padding: 10px 20px;
    }
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.yamm .dropdown-menu {
    background-color: #FFF;
    border: 0.3px solid rgba(227, 227, 227, 0.22);
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.176);
}

.ymm-sw .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: inherit;
    margin: inherit;
    list-style: outside none none;
    font-size: inherit;
    background-color: #FFF;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 0px;
    box-shadow: 0px 0.5px 1px #CECECE;
    background-clip: padding-box;
}

.ymm-sw .dropdown-menu li{
    clear: both;
    height: 50px;
}

.navbar-default .ymm-sw .navbar-nav a::after {
    bottom: 5px;
    background-color: #FFF;
}

.yamm .ymm-sw  .dropdown-menu {
    left: auto;
    right: auto;
}

.navbar .yamm-content h5 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: dotted 1px #555555;
}

@media (max-width: 767px) {
    .navbar .yamm-content h5 {
        font-size: 14px;
    }
}

.navbar .yamm-content ul {
    margin: 0;
    padding: 0;
}

.navbar .yamm-content ul li {
    list-style-type: none;
    border-bottom: solid 1px #eeeeee;
    text-transform: uppercase;
    padding: 4px 0;
}

.navbar .yamm-content ul li a {
    color: #777;
    font-size: 14px;
    display: block;
    font-weight: 300;
}

.navbar .yamm-content ul li a:hover {
    color: #224f98;
    text-decoration: none;
}

.navbar .yamm-content .banner {
    margin-bottom: 10px;
}

.tooltip {
    font-size: 14px;
    font-weight: bold;
}

.tooltip-arrow{
    display: none;
    opacity: 0;
}

.tooltip-inner {
    background-color: #FAE6A4;
    border-radius: 4px;
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(115, 71, 38, 0.23);
    color: #734726;
    max-width: 200px;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
}

.tooltip-inner:after {
    content: "";
    display: inline-block;
    left: 100%;
    margin-left: -56%;
    position: absolute;
}

.tooltip-inner:before {
    content: "";
    display: inline-block;
    left: 100%;
    margin-left: -56%;
    position: absolute;
}

.tooltip.top {
    margin-top: -11px;
    padding: 0;
}

.tooltip.top .tooltip-inner:after {
    border-top: 11px solid #FAE6A4;
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    bottom: -10px;
}

.tooltip.top .tooltip-inner:before {
    border-top: 11px solid rgba(0, 0, 0, 0.2);
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    bottom: -11px;
}

.tooltip.bottom {
    margin-top: 11px;
    padding: 0;
}

.tooltip.bottom .tooltip-inner:after {
    border-bottom: 11px solid #FAE6A4;
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    top: -10px;
}

.tooltip.bottom .tooltip-inner:before {
    border-bottom: 11px solid rgba(0, 0, 0, 0.2);
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    top: -11px;
}

.tooltip.left{
    margin-left: -11px;
    padding: 0;
}

.tooltip.left .tooltip-inner:after {
    border-left: 11px solid #FAE6A4;
    border-top: 11px solid rgba(0, 0, 0, 0);
    border-bottom: 11px solid rgba(0, 0, 0, 0);
    right: -10px;
    left: auto;
    margin-left: 0;
}

.tooltip.left .tooltip-inner:before {
    border-left: 11px solid rgba(0, 0, 0, 0.2);
    border-top: 11px solid rgba(0, 0, 0, 0);
    border-bottom: 11px solid rgba(0, 0, 0, 0);
    right: -11px;
    left: auto;
    margin-left: 0;
}

.tooltip.right{
    margin-left: 11px;
    padding: 0;
}

.tooltip.right .tooltip-inner:after {
    border-right: 11px solid #FAE6A4;
    border-top: 11px solid rgba(0, 0, 0, 0);
    border-bottom: 11px solid rgba(0, 0, 0, 0);
    left: -10px;
    top: 0;
    margin-left: 0;
}

.tooltip.right .tooltip-inner:before {
    border-right: 11px solid rgba(0, 0, 0, 0.2);
    border-top: 11px solid rgba(0, 0, 0, 0);
    border-bottom: 11px solid rgba(0, 0, 0, 0);
    left: -11px;
    top: 0;
    margin-left: 0;
}

.slider-area{
    position: relative;
    height: 630px
}

#bg-slider .item img{
    width: 100%;
    height: 630px
}

.slider-content{
    position: absolute;
    top: 20%;
    text-align: center;
    color: #FFF;
    width: 100%;
}

.slider-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;color: rgba(0, 71, 186, 0.71);
font-weight: 500;
}

.slider-content p {
    font-size: 14px;
    margin-bottom: 60px;
    color: rgb(110, 110, 110);
}

.slider .owl-theme .owl-controls {
    margin-top: 0px;
    position: relative;
    text-align: center;
}

.slider .owl-pagination {
    bottom: 280px;
    position: absolute;
    right: 10px;
    width: 40px;
    z-index: 9999;
}

.slider .owl-theme .owl-controls .owl-page span{
    background: #FFC600
}

/* Top Header */

.progress-thin{
    height: 2px;
}

.header-connect{
    padding-top: 10px;
}

.header-call p{
    color: #666666;
}

.header-call p span{
    margin-right: 15px;
    font-weight: 300;
}

.header-call p span i{
    margin-right: 4px;
    font-size: 20px;
    position: relative;
    bottom: -3px;
}

.header-social ul{
    padding-top: 5px
}

.header-social ul li a{
    color: #666666;
    font-size: 14px

}

.header-social ul li a:hover{
    color: #224f98
}

/*====================================================
page-header
======================================================*/

.page-head{
    background: #494C53 url("/img/page-header.jpg")
        no-repeat scroll center top / cover;
    color:#FFF;
    position: relative;
    min-height: 140px;
}

.page-head-content {
    padding-top: 52px;
    padding-bottom: 52px;
}

.page-head-content .page-title {
    margin: 0px;
    padding: 10px 16px;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.content-area{
    background-color: #FCFCFC; padding-bottom: 55px;
}

.layout-switcher a{
    font-size: 25px;
    color:#777;
}

.layout-switcher a:hover{
    color:#224f98;
}

.layout-switcher .active{
    color:#224f98;
}

.layout-switcher {
    padding: 0px 10px;
    text-align: right;
}

.search-widget fieldset .largesearch-btn{
    background-color: #224f98;
    font-size: 16px;
    border: 1px solid #EAE9E9;
    width: 100%;
    height: 40px;
    color: #FFF;
    transition: all 0.3s ease 0s;
    margin-top: 15px;
}

.form-inline input[type="submit"]:hover {
    background: rgb(28, 60, 112) none repeat scroll 0% 0%;
}

fieldset {
    padding-bottom: 10px;
}

.search-widget fieldset .bootstrap-select button.dropdown-toggle ,.search-widget fieldset .bootstrap-select {
    width: 100% !important;
}

.search-widget .form-inline .form-control,.search-widget  .form-inline .form-control {
    width: 100%;
    background: #FFF;
}

.properties-page .box-two {
    box-shadow: 0px 1px 1px rgba(236, 236, 236, 0.1);
}

/*
Asside widgets CSS
*/

.panel.sidebar-menu h3 {
    padding: 5px 0;
    margin: 0;
}

.panel.sidebar-menu {
    background: transparent;
    margin: 0 0 25px;
    box-sizing: border-box;
}

.panel.sidebar-menu .panel-heading {
    text-transform: uppercase;
    margin-bottom: 10px;
    background: none;
    padding: 0;
    letter-spacing: 0.198em;
    border-bottom: none;
}

.panel.sidebar-menu .panel-heading h1,
.panel.sidebar-menu .panel-heading h2,
.panel.sidebar-menu .panel-heading h3,
.panel.sidebar-menu .panel-heading h4,
.panel.sidebar-menu .panel-heading h5 {
    display: inline-block;
    border-bottom: solid 3px #224f98;
    line-height: 1.1;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.panel.sidebar-menu .panel-heading .btn.btn-danger {
    color: #fff;
    margin-top: 5px;
}

.panel.sidebar-menu .panel-body {
    padding: 0;
    margin-top: 25px;
}

.panel.sidebar-menu .panel-body span.colour {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: solid 1px #555555;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 5px;
}

.panel.sidebar-menu .panel-body span.colour.white {
    background: #fff;
}

.panel.sidebar-menu .panel-body span.colour.red {
    background: red;
}

.panel.sidebar-menu .panel-body span.colour.green {
    background: green;
}

.panel.sidebar-menu .panel-body span.colour.blue {
    background: blue;
}

.panel.sidebar-menu .panel-body span.colour.yellow {
    background: yellow;
}

.panel.sidebar-menu .panel-body label {
    color: #777;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0px;
}

.panel.sidebar-menu .panel-body label:hover {
    color: #555555;
}

.panel.sidebar-menu ul.nav.category-menu {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.panel-default {
    border-color: transparent;
}

.panel {
    margin-bottom: 20px;
    background-color: #FFF;
    border: transparent;
    border-radius: 0px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
}

.panel.sidebar-menu ul.nav ul {
    list-style: none;
    padding-left: 0;
}

.panel.sidebar-menu ul.nav ul li {
    display: block;
}

.panel.sidebar-menu ul.nav ul li a {
    position: relative;
    font-weight: normal;
    text-transform: none !important;
    display: block;
    padding: 10px 15px;
    padding-left: 30px;
    font-size: 13px;
    color: #999999;
}

.panel.sidebar-menu ul.nav ul li a:hover,
.panel.sidebar-menu ul.nav ul li a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.panel.sidebar-menu ul.tag-cloud {
    list-style: none;
    padding-left: 0;
}

.panel.sidebar-menu ul.tag-cloud li {
    display: inline-block;
}

.panel.sidebar-menu ul.tag-cloud li a {
    display: inline-block;
    padding: 5px;
    border: solid 1px #eeeeee;
    border-radius: 0;
    color: #224f98;
    margin: 5px 5px 5px 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    font-size: 13px;
}

.panel.sidebar-menu ul.tag-cloud li a:hover {
    color: #224f98;
    text-decoration: none;
    border-color: #224f98;
}

.panel.sidebar-menu ul.popular,
.panel.sidebar-menu ul.recent {
    list-style: none;
    padding-left: 0;
    padding: 20px 0;
}

.panel.sidebar-menu ul.popular li,
.panel.sidebar-menu ul.recent li {
    margin-bottom: 10px;
    padding: 5px 0;
    border-bottom: dotted 1px #eeeeee;
}

.panel.sidebar-menu ul.popular li:before,
.panel.sidebar-menu ul.recent li:before,
.panel.sidebar-menu ul.popular li:after,
.panel.sidebar-menu ul.recent li:after {
    content: " ";
    display: table;
}

.panel.sidebar-menu ul.popular li:after,
.panel.sidebar-menu ul.recent li:after {
    clear: both;
}

.panel.sidebar-menu ul.popular li:before,
.panel.sidebar-menu ul.recent li:before,
.panel.sidebar-menu ul.popular li:after,
.panel.sidebar-menu ul.recent li:after {
    content: " ";
    display: table;
}

.panel.sidebar-menu ul.popular li:after,
.panel.sidebar-menu ul.recent li:after {
    clear: both;
}

.panel.sidebar-menu ul.popular li img,
.panel.sidebar-menu ul.recent li img {
    width: 50px;
    margin-right: 10px;
}

.panel.sidebar-menu ul.popular li h5,
.panel.sidebar-menu ul.recent li h5 {
    margin: 0 0 10px;
}

.panel.sidebar-menu ul.popular li h5 a,
.panel.sidebar-menu ul.recent li h5 a {
    font-weight: normal;
}

.panel.sidebar-menu ul.popular li p.date,
.panel.sidebar-menu ul.recent li p.date {
    float: right;
    font-size: 13px;
    color: #999999;
}

.panel.sidebar-menu ul.popular li:last-child,
.panel.sidebar-menu ul.recent li:last-child {
    border-bottom: none;
}

.panel.sidebar-menu .text-widget {
    font-size: 13px;
}

.panel.sidebar-menu.with-icons ul.nav li a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: relative;
    top: 0;
    float: right;
}

.similar-property-wdg {

}

.page-title {
    padding-top: 55px;
}

.page-title h5{
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0
}

.page-title h2 {
    margin: 10px 0px;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.page-title h2 span{
    color: #00ADEF
}

.page-title p {
    font-size: 18px;
    padding: 10px 20% 25px;
    line-height: 27px;
}

.pagination {
    height: 40px;
    margin: 20px 10px;
}

.pagination ul {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    margin-left: 0;
    border-radius: 3px;
    *zoom: 1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    padding: 0px;
}

.pagination li {
    display: inline;
}

.pagination a,
.pagination span {
    float: left;
    padding: 0 14px;
    line-height: 38px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}

.pagination a:hover,
.pagination .active a,
.pagination .active span {
    background-color: #f5f5f5;
}

.pagination .active a,
.pagination .active span {
    color: #999999;
    cursor: default;
}

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
    color: #999999;
    cursor: default;
    background-color: transparent;
}

.pagination li:first-child a,
.pagination li:first-child span {
    border-left-width: 1px;
    border-radius: 3px 0 0 3px;
}

.pagination li:last-child a,
.pagination li:last-child span {
    border-radius: 0 3px 3px 0;
}

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.how-it-work {
    margin: 40px 0px 20px;
    background-color: rgb(255, 255, 255);
}

.how-it-work i {
    color:#939191;
    border: 3px solid #939191;
    padding: 19px;
    border-radius: 50%;
    height: 110px;
    width: 110px;
}

.single-work{
    transition: all 0.2s ease-in-out 0s;
    padding: 10px;
    overflow: hidden;
}

.single-work h3{
    color: #202020;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.single-work p {
    color: #666666;
    font-weight: 300;
    line-height: 26px;
    margin-top: 25px;
    padding: 0 37px;
    transition: all 0.2s ease-in-out;
}

.single-work {
    text-align: left;
}

/*testimonial*/

.testimonial{
    position: relative;
    margin-top: 50px;
}

.testimonial .item {
    padding-bottom: 67px;
    position: relative;
}

.testimonial .item .client-face {
    position: absolute;
    top: 112px;
    right: 146px;
    text-align: center;
}

.client-face > img {
    border: 5px solid #fff;
    border-radius: 50%;
}

.testimonial .owl-theme .owl-controls .owl-page span{
    background: #224f98
}

.client-text {
    border-radius: 2px;
    padding: 20px 30px;
    margin: 15px;
    border: 1px solid #ECE9E9;
    background-color: #F5F5F5;
}

.client-text p {
    line-height: 25px;
padding: 0 0 0.5em;
}

.client-text h4 {
    font-size: 15px
}

.client-text h4 i{
    font-size: 13px
}

/*Tools CSS*/

.p0{
    padding: 0px;
}

.overflow{
    overflow: hidden;
}

.mar-l-20{
    margin-left: 20px;
}

.mar-r-20{
    margin-right: 20px;
}

.box {
    background: #FFF none repeat scroll 0% 0%;
    margin: 0px 0px 30px;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.box-two {
    background: #FFF none repeat scroll 0% 0%;

    border: 1px solid #E6E6E6;
    box-sizing: border-box;

    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.dot-hr{
    border-bottom: 1px dotted #CECBC7;
    margin-bottom: 10px;
}

.slim-hr{

}

.color{
    color:#9B9B9B;
}

.orange{
    color:orange;
}

.strong{
    font-weight: 500;
}

.padding-top-25{
    padding-top: 25px;
}

.padding-top-40{
    padding-top: 40px;
}

.padding-bottom-40{
    padding-bottom: 40px;
}

.pr0 {
    padding-right: 0px !important;
}

.pl0 {
    padding-left:0px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.padding-top-15{
    padding-top:15px;
}

.padding-bottom-15{
    padding-bottom:15px;
}

.pr-30 {
    padding-right: 30px !important;
}

.p-b-15{
    padding-bottom: 15px;
}

.padding-5{
    padding: 5px
}

.center{
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.garo-icon-dog-gry{

}

.garo-icon-dog-gry::after{

}

.garo-icon-car-gry{

}

.garo-icon-car-gry::after{

}

.garo-icon-area-gry{

}

.garo-icon-area-gry::after{

}

.garo-icon-sw-gry{

}

.garo-icon-sw-gry::after{

}

.garo-icon-shw-gry{

}

.garo-icon-shw-gry::after{

}

.garo-icon-wf-gry{

}

.garo-icon-wf-gry::after{

}

.garo-icon-bed-gry{

}

.garo-icon-bed-gry::after{

}

.garo-icon-zzz-gry{

}

.garo-icon-zzz-gry::after{

}

/*=====================================
proerty-th
======================================*/

.proerty-th {
    margin-left: -9px;
}

.proerty-th .proerty-item{
    background-color: #FFF;
    margin: 10px;
}

.proerty-th .proerty-item .item-thumb{
    position: relative;
}

.proerty-th .proerty-item:hover  .item-thumb img{
    opacity: 1;
}

.proerty-th .proerty-item .item-thumb:hover .tm_mask {
    opacity: 1;
}

.proerty-th .proerty-item  .item-thumb img{
    transition: all 0.2s linear 0s;
    display: block;
    position: relative;
    width:100%;
    opacity: 0.7;
    min-height: 225px;
    max-height: 265px;
}

.proerty-th .proerty-item  .item-entry{
    padding: 8px;

}

.properties-page .proerty-th .proerty-price{
    font-weight: 600;
    color: #224f98;
}

.proerty-th .proerty-item  .item-entry h5{
    text-transform: uppercase;
    font-weight: 600;
    color: #9B9B9B;
    letter-spacing: 2px;
    position: relative;
}

.proerty-th .proerty-item  .item-entry h5::after {
    background: transparent url("/img/chevron-down.png") no-repeat scroll center center;
    width: 15px;
    left: 20px;
    height: 7px;
    content: "";
    position: absolute;
    bottom: -16px;
    display: block;
}

.proerty-status{
    font-weight: 600;
}

.tm_mask {
    opacity: 0;
    background-color: transparent;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
    overflow: hidden;
    height: 45px;
    position: absolute;
    padding: 5px;
    bottom: 0px;
    color: #FFF;

}

/*=====================================
proerty-th-list
======================================*/

.proerty-th-list{
    margin-left: -9px;
}

.proerty-th-list .col-md-4{
    width: 100%;
    padding: 15px 10px;
}

.proerty-th-list .col-md-4 .item-thumb{
    width:40%;
    float: left;
}

.proerty-th-list .col-md-4 .item-thumb img {
    opacity: 0.7;
    height: 230px;
    vertical-align: middle;
    border: 0px none;
    width: 100%;
    padding-right: 25px;
}

.properties-page .box-two:hover .item-thumb img {
    opacity:1;
}

.proerty-th-list .col-md-4 .item-entry{
    width:60%;
    float: left;
    padding-right: 15px;
}

.proerty-th-list .col-md-3 .item-entry{
    width:60%;
    float: left;
    padding-right: 15px;
}

.proerty-th-list .col-md-3{
    width: 100%;
    padding: 15px 10px;
}

.proerty-th-list .col-md-3 .item-thumb{
    width:40%;
    float: left;
}

.proerty-th-list .col-md-3 .item-thumb img {
    opacity: 0.7;
    height: 230px;
    vertical-align: middle;
    border: 0px none;
    width: 100%;
    padding-right: 25px;
}

.proerty-th-list .proerty-item-ads{
    text-align: center;
    border: none;
}

.properties-page .box-two {
    overflow: hidden !important;
}

.proerty-th-list  .proerty-item .item-entry h5 {
    text-transform: uppercase;
    font-weight: 600;
    color: #9B9B9B;
    letter-spacing: 2px;
    position: relative;
}

.proerty-th-list .proerty-price{
    font-weight: 600;
    color: #224f98;
    font-size: 25px;
}

.property-icon {
    clear: both;
    padding: 5px 0px;
}

.proerty-th-list .property-icon {
    clear: both;
    padding: 5px 0px;
    margin-top: 15px;
    background-color: #EDEDED;
    color: #555;
}

.property-icon img{

}

.proerty-th-list p {
    clear: both;
    padding-top: 25px;
    padding-right: 20px;
    display: block !important;
}

.page-subheader .sort-by-list {
    display: inline-block;
    padding: 0px;
}

.page-subheader .sort-by-list li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.page-subheader .sort-by-list li.active a {
    padding-right: 20px;
    border-color: #3F3F3F;
    background-color: #444343;
    color: #FFF;
}

.page-subheader .sort-by-list li a {
    position: relative;
    display: block;
    padding: 2px 7px;
    background-color: #F4F4F4;
    border-width: 1px;
    border-style: solid;
    border-color: #DDDCDC;
    color: #414040;
}

.page-subheader .items-per-page {
    display: inline-block;
    vertical-align: top;
    text-align: right;
}

.page-subheader .items-per-page label {
    display: inline-block;
    margin-right: 10px;
}

.page-subheader .items-per-page b {
    font-weight: 400;
}

.page-subheader .items-per-page .sel {
    display: inline-block;
    width: 60px;
    position: relative;
}

/*==================================
recent-property-widget
==============================*/

.recent-property-widget ul{
    padding: 0px;
    margin: 0px;
    list-style: outside none none;
}

.recent-property-widget ul li{
    clear: both;
    position: relative;
    padding: 5px;
}

.recent-property-widget ul li .property-seeker {
    position: absolute;
    top: 42px;
    width: 100%;
    right: 0px;
    color: #FFF;
}

.recent-property-widget ul li .property-seeker .b-1 {
    background-color: #D5F500;
    padding: 0px 6px;
}

.recent-property-widget ul li .property-seeker .b-2 {
    background-color: #224f98;
    padding: 0px 6px;
}

/*=========================================
single property page
===========================================*/

.single-property-content {
    background-color: #FFF;
    padding: 0px 15px 20px;
}

.lSGallery {
    position: relative;
    bottom: 90px;
}

.lSSlideOuter {
    text-align: center;
}

.single-property-content .lSSlideOuter .lSPager {
    display: inline-block;
}

.single-property-content .lSSlideOuter .lSPager li.active, .single-property-content .lSSlideOuter .lSPager li:hover {
    border-radius: 0px;
    border: 2px solid #FFF;
}

.single-property-content .light-slide-item {
    position: relative;
    overflow: hidden;
}

.single-property-content .lSAction > .lSNext {
    background-image: url("/img/arrow-right.svg");
    background-position: center center;
}

.single-property-content .lSAction > .lSPrev {
    background-image: url("/img/arrow-left.svg");
    background-position: center center;
}

.favorite-and-print {
    position: absolute;
    z-index: 9;
    right: 0px;
    padding: 15px;
}

.favorite-and-print .add-to-fav {
    color: #FFF;
    border: 2px solid #FFF;
    border-radius: 50%;
    height: 35px;
    margin-right: 10px;
    width: 35px;
    padding: 10px 3px 4px 6px;
}

.favorite-and-print  .printer-icon {
    color: #FFF;
    border: 2px solid #FFF;
    border-radius: 50%;
    padding: 10px 7px 4px 7px;
}

.favorite-and-print .add-to-fav:hover  ,.favorite-and-print  .printer-icon:hover  {
    color:#224f98;
    border-color: #224f98;
}

.favorite-and-print .add-to-fav i ,.favorite-and-print  .printer-icon i  {
    font-size: 25px;
}

.prp-style-2 .single-property-wrapper{
    margin-top: -35px;
}

.prp-style-1 .single-property-wrapper{
    margin-top: -35px;
}

.single-property-header {
    padding-bottom: 25px;
    position: relative;
    clear: both;
    overflow: hidden;
}

.single-property-header .property-title {
    margin: 10px 0px;
    font-size: 28px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.single-property-header .property-price{
    color: #FFA500;
    font-size: 30px;
    letter-spacing: 1.5px;
    right: 0px;
    border-bottom: 2px solid;
    line-height: 42px;
}

.clearfix {
    clear: both;
}

.s-property-title {
    margin-bottom: 15px;
    color: #FFA500;
    font-size: 18px;
}

.s-property-title::after {
    background-color: #E5E6E7;
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    margin: 3px 0px 0px 2px;
}

.property-single-content p {
    margin-bottom: 20px;
}

.space1{
    height: 20px;
}

.property-meta{
    padding: 20px 0px;
}

.property-info-entry .property-info-label {
    font-size: 13px;
    display: block;
    line-height: 15px;
    text-transform: uppercase;
    white-space: nowrap;
}

.property-info-entry .property-info-value {
    font-size: 18px;
    line-height: 24px;
    white-space: nowrap;
}

.property-info-unit{
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
}

.additional-details-list{
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
}

.additional-details-list li{
    overflow: hidden;
    margin: 2px;
    border: 1px solid #F3F3F3;
}

.add-d-title {
    font-weight: 600;
    text-transform: uppercase;
    background-color: #A5A5A5;
    margin: 0px;
    color: #FFF;
}

.add-d-title:hover {
    background-color: #727272;
}

.sidebar-property{
    background-color:#EEE;
    padding: 15px 25px 25px;
}

.dealer-widget {
    background-color: #838383;
    padding: 15px;
    color:#FFF;
    padding-bottom: 20px;
    margin: -15px -15px 25px;
}

.dealer-name{
    margin-top: 6px;
    margin-bottom: 5px;
}

.dealer-name a {
    color: #626262;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.dealer-name span {
    font-size: 17px;
    clear: both;
}

.dealer-face img{
    opacity: 0.7
}

.dealer-face img:hover{
    opacity: 0.9;
    border: 2px solid #FFF;
}

.dealer-social-media a{
    color: #969696;
    margin: 5px;
}

.dealer-contacts{
    list-style: outside none none;
    padding: 30px 0px 0px 10px;
}

.dealer-contacts li i{
    color: black;
    padding-right: 8px;
}

.clear{
    clear: both;
    overflow: hidden;
}

.dealer-content p{
    padding-left: 10px;
}

.section {
    padding-top: 15px;
    padding-bottom: 15px;
}

.property-features ul {
    padding: 0px ;
    list-style: outside none none;
}

.property-features ul li{
    margin: 0px 15px 15px 0px;
    display: inline-table;
}

.property-features ul li a::after{
    content: "/";
    color: #224f98;
    font-weight: bold;
    padding-left: 5px;
    font-size: 14px;
}

.property-features ul li a{
    text-transform: uppercase;
    color: #9C9C9C;
    font-weight: 500;
}

.property-features ul li a:hover{
    color: black;
}

.roperty-social ul{
    padding: 0px;
    margin: 0px;
    list-style: outside none none ;
}

.roperty-social ul li{
    display: inline-block;
    margin: 5px;
}

.property-style2 .dealer-widget {
    background-color: #838383;
}

.dealer-section-space{
    margin: -5px -14px 25px;
    background-color: #9B9B9B;
    padding: 10px 25px;
    font-size: 18px;
    text-transform: uppercase;
}

#prop-smlr-slide_0 .owl-item{
    padding: 5px;
}

#prop-smlr-slide_0 .owl-item .item-entry{
    padding: 10px
}

#prop-smlr-slide_0 .owl-item .item-entry h5 {
    text-transform: uppercase;
    font-weight: 600;
    color: #9B9B9B;
    letter-spacing: 2px;
    position: relative;
}

/*full width property */

.full-width-sld .lSGallery {
    bottom: 36px;
}

.dealer-action a{
    color: #7E7E7E;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
}

.dealer-action a:hover{
    color: black;
}

.dealer-action a::after{
    content: "/";
    color: #224f98;
    font-weight: 700;
    font-size: 20px;
    margin: 4px;
}

.register-area{
    padding: 40px;
}

/*=====================================
Welcom
======================================*/

.Welcome-area{
    background: #F3F3F3 url("/img/welcome-bg.png") no-repeat scroll left top;
    position: relative;


}

.Welcome-area .container .Welcome-entry{
    overflow: hidden;
    padding: 50px 10px 45px;
}

.welcome-icon {
    height: 90px;
    width: 90px;
    border: 2px solid #777;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    padding: 15px;
    cursor: pointer;
}

.welcome-estate:hover .welcome-icon{
    color:#FFF;
    border: 2px solid transparent;
    background-color: #224f98;
}

.welcome_text{
    color:#FFF;
}

.welcome-estate{
    background-color: #FFF;
    padding: 35px 0px;
    text-align: center;
    fill: #FFF;
}

.welcome-estate h3 {
    font: 600 14px "Open Sans",sans-serif;
    text-transform: uppercase;
    margin: 20px 0px 0px;
}

.welcome_text ul {
    padding-left: 0px;
    list-style: outside none none;
    margin-top: 45px;
}

.welcome_text ul li {
    margin-bottom: 10px;
}

.welcome_text ul li span {
    font-size: 18px;
    margin-right: 15px;
}

.welcome-circle{
    background-color: #FFF;
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    margin: -18px 0px;
    border: 10px solid #F3F3F3;
    position: relative;
    z-index: 1000;
}

.welcome_text .page-title h2 {
    color: #9B9B9B;
    text-transform: uppercase;
    background-color: #FFF;
    position: absolute;
    top: 126px;
    right: 26px;
    font-weight: 500;
    font-size: 35px;
    border-radius: 50%;
    padding: 35px 10px;
    width: 170px;
    height: 160px;
}

/*===================================================
count-area
===================================================*/

.count-area {
    position: relative;
    background-color: #FCFCFC;
}

.count-area .count-item {
    text-align: center;
}

.count-area .count-item-circle {
    height: 100px;
    width: 100px;
    border: 1px solid #777;
    border-radius: 100%;
    margin: 0px auto;
    position: relative;
}

.count-item-circle span {
    font-size: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    right: 0px;
}

.count-area .chart {
    position: relative;
}

.percent-blocks{
    padding-top:45px;
    padding-bottom: 70px
}

.count-item h2 {
    font: 700 30px "Open Sans",sans-serif;
    text-align: center;
    margin: 30px 0px 5px;
}

.chart canvas {
    position: absolute;
}

.count-item h5 {
    font: 500 15px "Open Sans",sans-serif;
    padding: 2px 15px;
    text-transform: uppercase;
    margin: 0px;
    border-left: 2px solid #224f98;
    border-right: 2px solid #224f98;
    display: inline-block;
}

.boy-sale-area {
    position: relative;
    padding: 70px 0px;
    background-color: #F3F3F3;
    color: #FFF;
}

.asks-first{
    background-color: rgb(225, 225, 225);
    padding: 35px 0px 35px 30px;
    position: relative;
    cursor: pointer;
}

.asks-first:hover{
    background-color: #8C8C8C;
}

.asks-first:hover .asks-first-circle{
    background-color: #8C8C8C;
}

.asks-first-circle {
    float: left;
    width: 70px;
    height: 70px;
    border: 2px solid #9C9C9C;
    border-radius: 100%;
    text-align: center;
    margin-right: 15px;
}

.asks-first-circle span {
    vertical-align: middle;
    font-size: 32px;
    margin-top: 15px;
    line-height: 1;
}

.asks-first-info{
    color: #FFF;
    margin: 0px 65px 0px 85px;
}

.asks-first-info h2 {
    font: 500 20px "Open Sans",sans-serif;
    margin: 0px 0px 4px;
    text-transform: uppercase;
}

.asks-first-info p {
    font: 400 13px "Open Sans",sans-serif;
    margin: 0px;
}

.asks-first-arrow{
    top: 0px;
    position: absolute;
    right: 0px;
    width: 60px;
    height: 100%;
    float: right;
    background: rgba(0, 0, 0, 0.07) none repeat scroll 0% 0%;
    text-align: center;
}

.asks-first-arrow span {
    background: rgba(255, 255, 255, 0.19) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    border-radius: 100%;
    display: inline-block;
    padding: 4px;
    font-size: 20px;
    width: 30px;
    height: 30px;
    font-weight: normal;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.asks-call {
    color: #525252;
    text-align: center;
    margin-top: 45px;
    font-size: 1.35em;
}

.box-tree .item-tree-icon i{
    font-size: 3em;
    cursor:     pointer;
}

.box-tree .item-tree-icon{
    padding-top:35%;
}

.box-tree .item-tree-icon i:hover{
    color: #224f98;
}

.box-for{
    padding: 10px 0px;
    border: 1px solid #EEE;
    transition: all 0.2s ease 0s;
    box-shadow: none;
    background-color: #FFF;
}

.more-entry a{
    color: #000;
    font-size: 19px;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
}

.tree-sub-ttl {
    font-size: 12px;
}

.border-btn{
    border: 1.5px solid;
    background: transparent none repeat scroll 0% 0%;
    border-radius: 0px;
    padding: 9px 25px;
    margin-top: 10px;

}

.border-btn:hover,.border-btn:focus{

}

.item-entry a {
    color: #000;
}

.item-entry a:hover ,.item-entry a:focus {
    color: #999696;
}

.search-form .search-toggle {
    margin-top: 20px;
    overflow: hidden;
    color: #777;
    border-top: 1px solid #EAEAEA;
    /* padding: 15px; */
}

.search-form .form-inline .form-group {
    width: 235px;
    text-align: left;
    letter-spacing: 0.5px;
    background:
}

.slider-selection {
    background: #224f98;
}

.search-form .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #224f98;
    text-decoration: none;
    background-color: #224f98;
    outline: 0px none;
}

.search-form .dropdown-menu > li > a {
    display: block;
    padding: 9px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap;
}

.search-form .dropdown-menu {
    padding: 5px 0px 0px 0px;
}

/*
blog
*/

.blog-asside-right{
    padding-right: 15px;
padding-left: 15px;
padding-top: 15px;
padding-bottom: 15px;
}

#blog-listing-big {
    padding: 100px 0px 70px;
}

.blog-lst img{
  width:100%;
  padding-bottom: 15px;
}

.blog-lst .comment  img {
    width: auto;
    padding-bottom: 0px;
}

.blog-page .post, #blog-homepage .post {
    margin-bottom: 40px;
    padding: 1px 15px;
}

.blog-page  .post h2, #blog-homepage .post h2, .blog-page  .post h4, #blog-homepage .post h4 {
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.blog-page  .post .author-category, #blog-homepage .post .author-category {
    color: #224f98;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.08em;
}

.blog-page  .post .author-category a, #blog-homepage .post .author-category a {
    font-weight: 500;
    color: #224f98
}

.blog-page  .post .image, #blog-homepage .post .image {
    margin-bottom: 10px;
    overflow: hidden;
}

.blog-page  .post .intro, #blog-homepage .post .intro {
    text-align: left;
}

.blog-page  .post .read-more, #blog-homepage .post .read-more {
    text-align: right;
}

.blog-page  .post .date-comments a, #blog-homepage .post .date-comments a {
    color: #999;
    margin-right: 20px;
    font-weight: 300;
}

/*Home page style 2 Edite */

.home-lager-shearch .large-search {
    padding: 25px 25px 10px;
}

.home-lager-shearch .large-search .btn-lg-sheach {
    bottom: -46px;
    border-radius: 50%;
    width: 60px;
    border: 2px solid #FFF;
    background-image: url("/img/icon-shearch.png");
    position: relative;
    background-position: 2px -1px;
    height: 60px;
}

.home-lager-shearch .large-search .btn-lg-sheach:hover ,.home-lager-shearch .large-search .btn-lg-sheach:focus{
    background-image: url("/img/icon-shearch.png");
    background-position: 2px -1px;
    background-color: #655D5D;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #FFF;
    background-color: #FFC500;
}

.nav-pills > li > a {
    border-radius: 0px;
}

.large-search{
    padding: 25px 25px 40px;
}

.large-search .search-form {
    background-color: #FFF;
    border-radius: 1px;
    padding: 20px 0px;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0);
    display: inline-block;
    width: 100%;
}

.large-search .search-form .form-inline .form-control, .form-inline .form-control,
.large-search .search-form .bootstrap-select button.dropdown-toggle ,
.large-search .search-form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
    width:100%;
}

.large-search .search-row{
    overflow: hidden;
}

.login-blocks h2 ,.register-blocks h2  {
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 15px;
    background: transparent none repeat scroll 0% 0%;
    border-bottom: 2px solid #224f98;
    font-size: 20px;
    line-height: 30px;
}

.login-social{
    display: inline-table;
    margin-bottom: 15px;
    padding: 10px 15px;
    background-color: #7A7878;
    color: rgb(255, 255, 255);
}

.login-social i{
    font-size: 23px;
}

.login-social:hover, .login-social:focus{
    background-color: #224f98;
}

.profiel-container{
    padding: 10px 0px;
    border: 1px solid #EEE;
    transition: all 0.2s ease 0s;
}

.profiel-container .profiel-header h3 {
    font-weight: 200;
    text-align: center;
}

.profiel-container .picture-container{
    position: relative;
    cursor: pointer;
    text-align: center;
}

.profiel-container .picture{
    width: 220px;
    height: 230px;
    background-color: #808080;
    border: 4px solid #CCC;
    color: #FFF;
    border-radius: 4px;
    margin: 35px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.profiel-container .picture:hover{
    border-color: #2ca8ff;
}

.profiel-container .ct-wizard-azzure .picture:hover{
    border-color: #2CA8FF;
}

.profiel-container  .picture input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0px;
    opacity: 0 !important;
    position: absolute;
    top: 0px;
    width: 100%;
}

.profiel-container  .btn-finish{
    width: auto;
}

.error-page .error-title{
    font-size: 11em;
    color: #224f98;
}

.fqa-title::before {

    float: left;
    width: 24px;
    height: 24px;
    content: "";
    color: #224f98;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-family: "FontAwesome";
    margin-right: 16px;
    cursor: pointer;

}

.property-posting{
    padding: 60px 0
}

.overlay { /* Chrome 10+, Saf5.1+ */ /* FF1.6+ */ /* IE10 */ /* Opera 11.10+ */
    background:         linear-gradient(transparent 57%, rgba(0,0,0,1) 100%); /* W3C */
    border-radius: 2px;
    height: 189px;
    left: 0;
    position: absolute;
    top: -82px;
    width: 98%;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.overlay > h3 {
    bottom: -50px;
    margin: 0;
    position: absolute;
    left: 15px;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    transition: all 0.2s ease-in-out;
}

.property-posting .tab-content{
    margin-top: 30px
}

.tab-content ul li {
    margin-right: 14px;
    overflow: hidden;
}

.tab-content ul li:last-child{
    margin-right: 0;
}

.tab-content ul li a{
    position: relative;
}

.tab-content ul li a:hover .overlay {
    opacity: 1
}

.tab-content ul li a:hover .overlay h3{
    bottom: 20px
}

.tab-content ul.property-seeker li a .overlay{

}

.tab-content ul.property-seeker li a .overlay h3 {
    bottom: -100px;
}

.tab-content ul.property-seeker li a:hover .overlay h3 {
    bottom: 35px;
}

.tab-content ul.property-seeker li a .overlay p {
    bottom: 3px;
    color: #fff;
    font-weight: 400;
    left: -100px;
    position: absolute;
    transition: all 0.2s ease-in-out;
    transition-delay:0.2s;

}

.tab-content ul.property-seeker li a:hover .overlay p{
    left: 18px
}

/*FOOOTER*/

.footer-area{
border-top: 1px solid #D1D1D1;
background: #555 url("/img/bg-footer.jpg") repeat scroll 0% 0%;
color: #535353;
}

.footer{
padding: 0px 0px 60px;
background: rgba(255, 255, 255, 0.89) none repeat scroll 0% 0%;
}

.footer ul li i {
    padding-right: 10px;
    color: #000;
}

.footer-copy{
    background: rgba(213, 213, 213, 0.9) none repeat scroll 0% 0%;
    border-top: 0.051px solid rgba(162, 162, 162, 0.46);
    padding-bottom: 0px;
    padding-bottom: 7px;
padding-top: 7px;
}

.single-footer{
    margin-top: 35px
}

.footer img{
    margin-bottom: 20px;
}

.footer p{
    line-height: 25px;
    font-size: 13px;
    padding-bottom: 20px;
}

.footer h4{
    color: #717171;
    font-weight: 400;
    margin-top: 0px;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid #878787;
    line-height: 35px;
    margin-bottom: 0px;
    letter-spacing: 2px;
}

.footer h4 span{
    border-bottom: 3px solid #224f98;
}

.footer-title-line {
    width: 100px;
    height: 2px;
    background: #b9252d;
    margin: 0px 0px 33px;
    position: relative;
    top: -2px;
}

.footer h5{
    color: #fff;
    margin-top: 20px;
    font-weight: 700;
}

.footer a{
    color: #fff;
}

.footer ul{
    padding: 0px;
    margin: 0px;
}

.footer  ol, .footer ul {
    list-style: outside none none;
}

.footer ul li{
    margin-bottom: 5px
}

ul.footer-adress li {
    margin-bottom: -4px;
}

.footer ul li a{
color: #535353;
font-weight: 500;
text-transform: uppercase;
font-size: 13px;
}

.footer ul li a:hover{
    color: #224f98;
    text-decoration: none;
}

.footer-menu li{
  border-bottom: 1px solid rgba(185, 37, 45, 0.31);
}

.footer-copy span{
    margin-right: 20px;
    font-size: 13px;
}

.footer-copy span a{
    color: #000;
    font-weight: 500;
}

.footer img{
    height: 32px;
}

ul.footer-blog li {
    width: 100%;
    display: table;
    margin-bottom: -20px;
}

.footer-blog img {
    width: 100%;
    height: 60px;
    margin-bottom: 0px;
}

.footer-blog .blg-entry h6 a{
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 600;
    color: #224f98;
}

.footer-blog .blg-entry h6 {
    padding: 2px 0px;
    margin: 0px;
}

.footer-blog .blg-date {
    color: #FFF;
    background-color: #b9252d;
    padding: 2px 3px;
    font-size: 11px;
    position: relative;
    top: -22px;
    width: 100%;
}

.footer-blog .blg-thumb img{

}

.footer-blog p {
    line-height: 17px;
    padding: 8px 2px;
}

.news-letter .form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #E1E1E1;
    background-color: rgba(255, 255, 255, 0.52);
    background-image: none;
    border: 1px solid rgba(231, 157, 45, 0.3);
    border-radius: 0px;
    box-shadow: 0px 1px 1px rgba(179, 179, 179, 0.1) inset;
}

.news-letter .form-control:hover ,.news-letter .form-control:focus{
    background-color: rgba(0, 0, 0, 0.1);
}

.footer .subscribe{
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 22px;
    font-size: 14px;
    margin-left: -17px;
    z-index: 99;
    background-color: #224f98;
    border-color: #224f98;
}

.footer .subscribe:hover{
    background-color: #2D2D2D;
    border-color: #2D2D2D;
}

.social ul {
    padding: 0px;
    list-style: outside none none;
}

.social li {
    display: inline-block;
    padding-right: 0.3em;
    padding-bottom: 0.3em;
}

.social  ul li a:hover {
    color: #224f98;
order-color: #868686;
background-color: #868686;
}

.social  ul li a:hover i{
   color: #224f98;
}

.social ul li a{
display: block;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
border: 1px solid rgb(146, 146, 146);
transition: all 0.8s ease 0s;
color: rgb(146, 146, 146);
}

.social ul li a i{
color: rgb(146, 146, 146);
font-size: 20px;
padding: 10px;
}

.bottom-menu ul{
    list-style: outside none none;
}

.bottom-menu ul li{
    float: left;
    display: inline-block;
}

.bottom-menu ul li a {
    font-size: 13px;
    color: #2A2A2A;
    padding: 10px;
    font-weight: 500;
}

.bottom-menu ul li a:hover{
    color: #FFC600;
}

/* Preloader */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%;
    top:50%;
    background-image:url(/img/preloader.gif);
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px;
}

.prop-btm-sheaerch {
    display: none
}

#map {
    height: 300px;
}

/* Style the list */

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}

/* Display list items side by side */

ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a color to all links inside the list */

ul.breadcrumb li a {
  color: #224f98;
  text-decoration: none;
}

/* Add a color on mouse-over */

ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

.breadcrumb>li+li:before{
  content: " "!important;
  padding: 0px!important;
}

@media only screen and (max-width: 1040px) {
  .smart-search{
    margin-top: 0px!important;
    margin-bottom: -20px!important;
  }
}

.smart-search{
    margin-bottom: 100px
  }

.dropdown-menu{
    margin-top: 0px!important;
    z-index: 999999!important;
  }

.header {
    background: white;
    color: #929292;
    z-index: 10
  }

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
    color: #929292;
  }

.sticky + .content {
    padding-top: 102px;
    background: white;
    color: #929292;
  }

select#sortby {
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
  }

@media (max-width: 480px){

    .welcome_text .page-title h2 {
        color: #9B9B9B;
        text-transform: uppercase;
        background-color: #FFF;
        top: 126px;
        right: 26px;
        font-weight: 500;
        font-size: 27px;
        padding: 35px 10px;
        height: 100px;
        position: static;
        position: initial;
        width: 100%;
        border-radius: 0px;
    }
    .asks-first { 
        padding: 15px;
        margin-bottom: 10px;

    }
    .asks-first-info {
        color: #FFF;
        margin: 5px;
    }
    .welcome-circle {
        background-color: transparent;
        display: inline-block;
        height: 50px;
        width: 50px;
        border-radius: 100%;
        margin: -18px 0px;
        border: 10px solid #FFF;
        position: relative;
        z-index: 1000;
    }
    .welcome-estate {
        background-color: #FFF;
        padding: 10px 0px;
        text-align: center;
        fill: #FFF;
    }
    .Welcome-area .container .Welcome-entry {
        padding: 10px 5px 65px;
        overflow: hidden;
    }

    .header-connect { 
        text-align: center;
    }
    .register-area {
    padding: 50px 0px;
}
  .register-area .col-md-6 {
        margin-bottom: 15px;
    }
    .navbar-default .navbar-nav > li > a.active::after {
        background-color:#FFF !important; 
    }
    .navbar-default .navbar-nav > li > a::after {
        background-color: #FFF !important;
    }
    .slider-content {
        top: 10%;
    }
    .search-btn, .toggle-btn { 
        margin-bottom: 15px;
    }
    .proerty-th {
        margin-left: 0px;
    }

    .header-call p span{
        margin-right: 10px;
        font-size: 12px;
    }
    .header-call p span i{
        font-size: 14px;
    }
    .header-social ul{
        padding-top: 0px;
    }
    .header-social ul li a{
        font-size: 12px;
    }
    .navbar .container{
        padding: 10px 15px;
    }
    .navbar{
        min-height: 75px;
    }
    .navbar-collapse {
        margin-top: 15px;
    }
    .navbar-brand img{
        width: 110px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
    }
    .nav-button{
        font-size: 13px;
        padding: 6px 13px;
    }
    .navbar-nav > li > a{
        padding-left: 15px;
        padding-right: 6px;
    }
    .main-nav{
        padding-top: 4px;
    }
    .navbar-default .navbar-nav > li > a.active::after{
        bottom: -2px;
        height: 2px;
        width: 100%;
    }
    .navbar-default .navbar-nav > li > a::after{
        bottom: -2px;
        height: 2px;
    }
    .slider-area .container{
        padding: 0px 25px;
    }

    .slider-content {
        padding: 10px;
    }
    .search-toggle .mar-l-20 {
        margin-left: 0px;
    }
    .prop-btm-sheaerch{
        display: block;
        margin: 0 auto;
    }
    .slider-content h2{
        font-size: 21px;
        margin-bottom: 15px;
    }
    .slider-content p{
        font-size: 12px;
        margin-bottom: 18px;
    }
    .search-form{
        padding: 15px;
    }
    .search-form .form-inline .form-group {
        width: 100%; 
    }
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 100%;  
    }
    .bootstrap-select button.dropdown-toggle { 
        width: 100%;
    }
    .search-form .search-toggle {
        margin-top: 15px;
        overflow: hidden;

        padding: 0px;
    }
    .form-inline .form-control, .form-inline .form-control { 
        width: 100%;
    }

    .slider-content {
        top: 5%;
    }
    .slider-area{
        height:440px; 
    }

    .home-area-1 { 
        padding-top: 65px;
    }
    #bg-slider .item img {
        height: 440px;
    }
    .slider .owl-pagination {
        bottom: 165px;
        right: 0;
        width: 30px;
    }
    .page-title{
        padding-top: 50px;
    }
    .page-title h2 {
        font-size: 20px;
        margin-top: 2px;
    }

    .page-title h5 {
        font-size: 12px;
    }
    .page-title p {
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
        padding: 0 5%
    } 

    .nav > li > a {
        padding: 8px 10px;
    }
    .nav-tabs > li > a {
        font-size: 12px;
    }
    .tab-content ul li {
        height: 235px;
        margin-bottom: 20px;
        width: 219px;
    }
    .tab-content ul li a img {
        height: 100%;
        width: 100%;
    }
    .overlay {
        height: 235px;
        top: -104px;
    }

    .client-text {
        margin-left: 8px;
        padding: 20px 16px;
    }
    .client-face > img {
        border: 2px solid #fff;
        width: 60px;
    }
    .testimonial .item .client-face {
        right: 15px;
        top: 100px;
    }
    .footer-copy{
        padding: 0 20px;
    }
    .single-footer {
        margin-top: 35px;
    }
    .single-footer img {
        width: 150px;
    }
    .single-footer p {
        font-size: 13px;
    } 
    .footer-copy span {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 12px;
    }
    .single-footer ul li {
        margin-bottom: 5px;
    }
    .single-footer ul li a {
        font-size: 13px;
    }
    .client-text p {
        line-height: 20px;
        font-size: 13px;
    }
    .client-text h4 {
        font-size: 13px;
    }
    .client-text h4 i {
        font-size: 11px;
    }

    .home-lager-shearch .large-search {
        padding: 10px;
    }
    .home-lager-shearch{
        padding-top: 0px;
        margin-top: -200px;
    }
    .properties-area .pr0 {
        padding-right: 15px !important;
    }

    .proerty-th-list .col-md-4 .item-thumb img { 
        height: 285px; 
        width: 100%;
        padding-right: 14px;
    }
    .pl0 {
        padding-left: 15px !important;
    }
    .layout-switcher { 
        display: none;
    }
    .proerty-th-list p { 
        padding-top: 10px; 
    }
}

@media (min-width: 480px) and (max-width: 767px){

    .welcome_text .page-title h2 {
        color: #9B9B9B;
        text-transform: uppercase;
        background-color: #FFF;
        top: 126px;
        right: 26px;
        font-weight: 500;
        font-size: 27px;
        padding: 35px 10px;
        height: 100px;
        position: static;
        position: initial;
        width: 100%;
        border-radius: 0px;
    }
    .asks-first { 
        padding: 15px;
        margin-bottom: 10px;
    }
    .asks-first-info {
        color: #FFF;
        margin: 5px;
    }
    .welcome-circle {
        background-color: transparent;
        display: inline-block;
        height: 50px;
        width: 50px;
        border-radius: 100%;
        margin: -18px 0px;
        border: 10px solid #FFF;
        position: relative;
        z-index: 1000;
    }
    .welcome-estate {
        background-color: #FFF;
        padding: 10px 0px;
        text-align: center;
        fill: #FFF;
    }
    .Welcome-area .container .Welcome-entry {
        padding: 10px 5px 65px;
        overflow: hidden;
    }

    .header-connect { 
        text-align: center;
    }
    .home-lager-shearch .large-search {
        padding: 10px;
    }
    .home-lager-shearch{
        padding-top: 0px;
        margin-top: -200px;
    }
    .navbar-default .navbar-nav > li > a.active::after {
        background-color:#FFF !important; 
    }
    .navbar-default .navbar-nav > li > a::after {
        background-color: #FFF !important;
    }
    .slider-content {
        top: 10%;
    }
    .register-area {
    padding: 50px 0px;
    }
     .register-area .col-md-6 {
        margin-bottom: 15px;
    }
    .search-form{
        padding: 15px;
    }
    .search-form .form-inline .form-group {
        width: 100%; 
    }
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 100%;  
    }
    .bootstrap-select button.dropdown-toggle { 
        width: 100%;
    }
    .search-form .search-toggle {
        margin-top: 15px;
        overflow: hidden;
        color: #777;
        border-top: 1px solid #EAEAEA;
        padding: 0px;
    }
    .search-btn, .toggle-btn {
        margin-bottom: 15px;
    }
    .prop-btm-sheaerch{
        display: block;
        margin: 0 auto;
    }
    .search-toggle .mar-l-20 {
        margin-left: 0px;
    }

    .box-tree .item-tree-icon {
        padding-top: 20%;
    }
    .more-proerty{
        padding-bottom: 35px;
    }

    .header-call p span {
        margin-right: 10px;
        font-size: 12px;
    }
    .header-call p span i {
        font-size: 14px;
    }
    .header-social ul{
        padding-top: 0px;
    }
    .header-social ul li a {
        font-size: 12px;
    }
    .navbar .container {
        padding: 10px 15px;
    }
    .navbar {
        min-height: 75px;
    }
    .navbar-collapse {
        margin-top: 15px;
    }
    .navbar-brand img {
        width: 110px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
    }
    .nav-button {
        font-size: 13px;
        padding: 6px 13px;
    }
    .navbar-nav > li > a {
        padding-left: 15px;
        padding-right: 6px;
    }
    .main-nav {
        padding-top: 4px;
    }
    .navbar-default .navbar-nav > li > a.active::after {
        bottom: -2px;
        height: 2px;
        width: 100%;
    }
    .navbar-default .navbar-nav > li > a::after {
        bottom: -2px;
        height: 2px;
    }

    .slider-content {
        margin-left: 0px;
        padding: 25px;
    }
    .slider-content h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .slider-content p {
        font-size: 12px;
        margin-bottom: 50px;
    }
    .search-form {
        padding: 20px 30px;
    }

    .slider-content {
        top: 5%;
    }
    .slider-area{
        height:440px;        
    }
    .content-area { 
        padding-top: 100px;
    }
    #bg-slider .item img {
        height: 440px;
    }
    .slider .owl-pagination {
        bottom: 165px;
        right: 0;
        width: 30px;
    }
    .page-title{
        padding-top: 50px;
    }
    .page-title h2 {
        font-size: 20px;
        margin-top: 2px;
    }
    .page-title h5 {
        font-size: 12px;
    }
    .page-title p {
        line-height: 20px;
        margin-top: 10px;
        font-size: 12px;
    }

    .nav > li > a {
        padding: 8px 10px;
    }
    .nav-tabs > li > a {
        font-size: 12px;
    }

    .overlay {
        height: 235px;
        top: -104px;
    }

    .proerty-th {
        margin-left: 0px;
    }
    .client-text {
        margin-left: 0; 
    }
    .client-text p {
        line-height: 23px;
        padding: 0px 0px 0.24em;
        font-size: 13px;
    }
    .testimonial .item .client-face {
        top: 130px;
        right: 25px;
    }
    .single-footer img {
        width: 150px;
    }
    .single-footer p {
        font-size: 13px;
    }

    .footer-copy span {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 12px;
    }
    .single-footer ul li {
        margin-bottom: 5px;
    }
    .single-footer ul li a {
        font-size: 13px;
    }
    .home-lager-shearch .large-search {
        padding: 10px;
    }
    .home-lager-shearch{
        padding-top: 0px;
        margin-top: -200px;
    }
    .pr0 {
        padding-right: 15px !important;
    }
    .proerty-th-list .col-md-4 .item-thumb img { 
        height: 285px; 
        width: 100%;
        padding-right: 14px;
    }
    .pl0 {
        padding-left: 15px !important;
    } 
    .proerty-th-list p { 
        padding-top: 10px; 
    }
}

@media (min-width: 768px) and (max-width: 979px){

    .header-call p span {
        margin-right: 10px;
        font-size: 12px;
    }
    .header-call p span i {
        font-size: 14px;
    }
    .header-social ul{
        padding-top: 0px;
    }
    .header-social ul li a {
        font-size: 12px;
    }
    .navbar {
        min-height: 85px;
    }
    .navbar-brand img {
        width: 110px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
    }
    .nav-button {
        font-size: 13px;
        padding: 6px 13px;
    }
    .navbar-nav > li > a {
        padding-left: 6px;
        padding-right: 6px;
    }
    .main-nav {
        padding-top: 4px;
    }
    .navbar-default .navbar-nav > li > a.active::after {
        bottom: -15px;
        height: 4px;
        width: 100%;
    }
    .navbar-default .navbar-nav > li > a::after{
        bottom: -15px;
        height: 4px;
    }
      .register-area .col-md-6 {
        margin-bottom: 15px;
    }
    .slider-content {
        margin-left: 0px;
        padding: 35px;
    }
    .slider-content h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .slider-content p {
        font-size: 12px;
        margin-bottom: 50px;
    }
    .search-form {
        padding: 15px 0;
    }
    .form-inline .form-control, .form-inline .form-control {
        width: 100%;
    }

    .slider-area{
        height:440px; 
    }    
    .content-area { 
        padding-top: 15px;
    }
    .search-form .form-inline .form-group {
        width: 195px; 
    }

    #bg-slider .item img {
        height: 440px;
    }
    .slider .owl-pagination {
        bottom: 165px;
        right: 0;
        width: 30px;
    }
    .page-title{
        padding-top: 50px;
    }
    .page-title h2 {
        font-size: 20px;
        margin-top: 2px;
    }
    .page-title h5 {
        font-size: 12px;
    }
    .page-title p {
        line-height: 20px;
        margin-top: 10px;
        font-size: 12px;
    }
    .tab-content ul li {
        height: 235px;
        margin-bottom: 20px;
        width: 219px;
    }
    .tab-content ul li a img {
        height: 100%;
        width: 100%;
    }
    .overlay {
        height: 235px;
        top: -104px;
    }

    .client-text {
        margin-left: 0; 
    }
    .client-text p {
        line-height: 22px;
        padding: 0px 0px 0.35em;
        font-size: 14px;
    }
    .asks-first { 
        margin-bottom: 10px;
    }
    .testimonial .item .client-face {
        right: 17px;
        top: 100px;
    }
    .single-footer img {
        width: 150px;
    }
    .single-footer p {
        font-size: 13px;
    }

    .footer-copy span {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 12px;
    }
    .single-footer ul li {
        margin-bottom: 5px;
    }
    .single-footer ul li a {
        font-size: 13px;
    }
    .proerty-th-list .col-md-4 .item-thumb img { 
        height: 285px; 
        width: 100%;
        padding-right: 14px;
    }
    .pr0 {
        padding-right: 15px !important;
    }
    
    .proerty-th-list p { 
        padding-top: 10px; 
    }
}

@media (min-width: 969px) and (max-width: 1169px){

    .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header-social .list-inline > li{
        padding-right: 0px
    }
    .slider-content {
        margin-left: 0px;
    }
    .slider-area{
        height: 540px;
    }
    #bg-slider .item img {
        height: 540px;
    }
    .tab-content ul li {
        height: 160px;
        width: 145px;
    }
    .tab-content ul li a img{
        width: 100%;
        height: 100%;
    }
    .overlay > h3 {
        font-size: 15px;
        left: 10px;
    }

    .client-text {
        margin-left: 5px; 
    }
    .testimonial .item .client-face {
        right: 29px;
        top: 125px;
    }
    .client-text p {
        line-height: 22px;
        padding: 0px 0px 0.35em;
        font-size: 14px;
    }
    .client-text {
        border-radius: 2px;
        padding: 15px 15px;
        margin: 15px;
        border: 1px solid #ECE9E9;
        background-color: #F5F5F5;
    }
    .proerty-th-list .col-md-4 .item-thumb img { 
        height: 285px; 
        width: 100%;
        padding-right: 14px;
    }
    
    .proerty-th-list p { 
        padding-top: 10px; 
    }
}

/*!
   * Bootstrap v4.3.1 (https://getbootstrap.com/)
   * Copyright 2011-2019 The Bootstrap Authors
   * Copyright 2011-2019 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */

div#calculator :root {
      --blue: #007bff;
      --indigo: #6610f2;
      --purple: #6f42c1;
      --pink: #e83e8c;
      --red: #dc3545;
      --orange: #fd7e14;
      --yellow: #ffc107;
      --green: #28a745;
      --teal: #20c997;
      --cyan: #17a2b8;
      --white: #fff;
      --gray: #6c757d;
      --gray-dark: #343a40;
      --primary: #007bff;
      --secondary: #6c757d;
      --success: #28a745;
      --info: #17a2b8;
      --warning: #ffc107;
      --danger: #dc3545;
      --light: #f8f9fa;
      --dark: #343a40;
      --breakpoint-xs: 0;
      --breakpoint-sm: 576px;
      --breakpoint-md: 768px;
      --breakpoint-lg: 992px;
      --breakpoint-xl: 1200px;
      --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
  }

div#calculator *, div#calculator :after, div#calculator :before {
      box-sizing: border-box
  }

div#calculator html {
      font-family: sans-serif;
      line-height: 1.15;
      -webkit-text-size-adjust: 100%;
      -webkit-tap-highlight-color: transparent
  }

div#calculator article, div#calculator aside, div#calculator figcaption, div#calculator figure, div#calculator footer, div#calculator header, div#calculator hgroup, div#calculator main, div#calculator nav, div#calculator section {
      display: block
  }

div#calculator svg:not(:root).svg-inline--fa {
    overflow: visible;
  }

div#calculator .svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
  }

div#calculator .svg-inline--fa.fa-lg {
    vertical-align: -.225em;
  }

div#calculator .svg-inline--fa.fa-w-1 {
    width: 0.0625em;
  }

div#calculator .svg-inline--fa.fa-w-2 {
    width: 0.125em;
  }

div#calculator .svg-inline--fa.fa-w-3 {
    width: 0.1875em;
  }

div#calculator .svg-inline--fa.fa-w-4 {
    width: 0.25em;
  }

div#calculator .svg-inline--fa.fa-w-5 {
    width: 0.3125em;
  }

div#calculator .svg-inline--fa.fa-w-6 {
    width: 0.375em;
  }

div#calculator .svg-inline--fa.fa-w-7 {
    width: 0.4375em;
  }

div#calculator .svg-inline--fa.fa-w-8 {
    width: 0.5em;
  }

div#calculator .svg-inline--fa.fa-w-9 {
    width: 0.5625em;
  }

div#calculator .svg-inline--fa.fa-w-10 {
    width: 0.625em;
  }

div#calculator .svg-inline--fa.fa-w-11 {
    width: 0.6875em;
  }

div#calculator .svg-inline--fa.fa-w-12 {
    width: 0.75em;
  }

div#calculator .svg-inline--fa.fa-w-13 {
    width: 0.8125em;
  }

div#calculator .svg-inline--fa.fa-w-14 {
    width: 0.875em;
  }

div#calculator .svg-inline--fa.fa-w-15 {
    width: 0.9375em;
  }

div#calculator .svg-inline--fa.fa-w-16 {
    width: 1em;
  }

div#calculator .svg-inline--fa.fa-w-17 {
    width: 1.0625em;
  }

div#calculator .svg-inline--fa.fa-w-18 {
    width: 1.125em;
  }

div#calculator .svg-inline--fa.fa-w-19 {
    width: 1.1875em;
  }

div#calculator .svg-inline--fa.fa-w-20 {
    width: 1.25em;
  }

div#calculator .svg-inline--fa.fa-pull-left {
    margin-right: .3em;
    width: auto;
  }

div#calculator .svg-inline--fa.fa-pull-right {
    margin-left: .3em;
    width: auto;
  }

div#calculator .svg-inline--fa.fa-border {
    height: 1.5em;
  }

div#calculator .svg-inline--fa.fa-li {
    width: 2em;
  }

div#calculator .svg-inline--fa.fa-fw {
    width: 1.25em;
  }

div#calculator .fa-layers svg.svg-inline--fa {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
  }

div#calculator .fa-layers {
    display: inline-block;
    height: 1em;
    position: relative;
    text-align: center;
    vertical-align: -.125em;
    width: 1em;
  }

div#calculator .fa-layers svg.svg-inline--fa {
    transform-origin: center center;
  }

div#calculator .fa-layers-text,
  div#calculator .fa-layers-counter {
    display: inline-block;
    position: absolute;
    text-align: center;
  }

div#calculator .fa-layers-text {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
  }

div#calculator .fa-layers-counter {
    background-color: #ff253a;
    border-radius: 1em;
    box-sizing: border-box;
    color: #fff;
    height: 1.5em;
    line-height: 1;
    max-width: 5em;
    min-width: 1.5em;
    overflow: hidden;
    padding: .25em;
    right: 0;
    text-overflow: ellipsis;
    top: 0;
    transform: scale(0.25);
    transform-origin: top right;
  }

div#calculator .fa-layers-bottom-right {
    bottom: 0;
    right: 0;
    top: auto;
    transform: scale(0.25);
    transform-origin: bottom right;
  }

div#calculator .fa-layers-bottom-left {
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    transform: scale(0.25);
    transform-origin: bottom left;
  }

div#calculator .fa-layers-top-right {
    right: 0;
    top: 0;
    transform: scale(0.25);
    transform-origin: top right;
  }

div#calculator .fa-layers-top-left {
    left: 0;
    right: auto;
    top: 0;
    transform: scale(0.25);
    transform-origin: top left;
  }

div#calculator .fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -.0667em;
  }

div#calculator .fa-xs {
    font-size: .75em;
  }

div#calculator .fa-sm {
    font-size: .875em;
  }

div#calculator .fa-1x {
    font-size: 1em;
  }

div#calculator .fa-2x {
    font-size: 2em;
  }

div#calculator .fa-3x {
    font-size: 3em;
  }

div#calculator .fa-4x {
    font-size: 4em;
  }

div#calculator .fa-5x {
    font-size: 5em;
  }

div#calculator .fa-6x {
    font-size: 6em;
  }

div#calculator .fa-7x {
    font-size: 7em;
  }

div#calculator .fa-8x {
    font-size: 8em;
  }

div#calculator .fa-9x {
    font-size: 9em;
  }

div#calculator .fa-10x {
    font-size: 10em;
  }

div#calculator .fa-fw {
    text-align: center;
    width: 1.25em;
  }

div#calculator .fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
  }

div#calculator .fa-ul>li {
    position: relative;
  }

div#calculator .fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
  }

div#calculator .fa-border {
    border: solid 0.08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em;
  }

div#calculator .fa-pull-left {
    float: left;
  }

div#calculator .fa-pull-right {
    float: right;
  }

div#calculator .fa.fa-pull-left,
  div#calculator .fas.fa-pull-left,
  div#calculator .far.fa-pull-left,
  div#calculator .fal.fa-pull-left,
  div#calculator .fab.fa-pull-left {
    margin-right: .3em;
  }

div#calculator .fa.fa-pull-right,
  div#calculator .fas.fa-pull-right,
  div#calculator .far.fa-pull-right,
  div#calculator .fal.fa-pull-right,
  div#calculator .fab.fa-pull-right {
    margin-left: .3em;
  }

div#calculator .fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
  }

div#calculator .fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
  }

@-webkit-keyframes fa-spin {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

@keyframes fa-spin {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

div#calculator .fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
  }

div#calculator .fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
  }

div#calculator .fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg);
  }

div#calculator .fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1, 1);
  }

div#calculator .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(1, -1);
  }

div#calculator .fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(-1, -1);
  }

div#calculator :root .fa-rotate-90,
  div#calculator :root .fa-rotate-180,
  div#calculator :root .fa-rotate-270,
  div#calculator :root .fa-flip-horizontal,
  div#calculator :root .fa-flip-vertical {
    filter: none;
  }

div#calculator .fa-stack {
    display: inline-block;
    height: 2em;
    position: relative;
    width: 2em;
  }

div#calculator .fa-stack-1x,
  div#calculator .fa-stack-2x {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
  }

div#calculator .svg-inline--fa.fa-stack-1x {
    height: 1em;
    width: 1em;
  }

div#calculator .svg-inline--fa.fa-stack-2x {
    height: 2em;
    width: 2em;
  }

div#calculator .fa-inverse {
    color: #fff;
  }

div#calculator .sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

div#calculator .sr-only-focusable:active,
  div#calculator .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }

div#calculator body {
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #212529;
      text-align: left;
      background-color: #fff
  }

div#calculator [tabindex="-1"]:focus {
      outline: 0 !important
  }

div#calculator hr {
      box-sizing: content-box;
      height: 0;
      overflow: visible
  }

div#calculator h1, div#calculator h2, div#calculator h3, div#calculator h4, div#calculator h5, div#calculator h6 {
      margin-top: 0;
      margin-bottom: .5rem
  }

div#calculator p {
      margin-top: 0;
      margin-bottom: 1rem
  }

div#calculator abbr[data-original-title], div#calculator abbr[title] {
      text-decoration: underline;
      -webkit-text-decoration: underline dotted;
      text-decoration: underline dotted;
      cursor: help;
      border-bottom: 0;
      -webkit-text-decoration-skip-ink: none;
      text-decoration-skip-ink: none
  }

div#calculator address {
      font-style: normal;
      line-height: inherit
  }

div#calculator address, div#calculator dl, div#calculator ol, div#calculator ul {
      margin-bottom: 1rem
  }

div#calculator dl, div#calculator ol, div#calculator ul {
      margin-top: 0
  }

div#calculator ol ol, div#calculator ol ul, div#calculator ul ol, div#calculator ul ul {
      margin-bottom: 0
  }

div#calculator dt {
      font-weight: 700
  }

div#calculator dd {
      margin-bottom: .5rem;
      margin-left: 0
  }

div#calculator blockquote {
      margin: 0 0 1rem
  }

div#calculator b, div#calculator strong {
      font-weight: bolder
  }

div#calculator small {
      font-size: 80%
  }

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

div#calculator sub {
      bottom: -.25em
  }

div#calculator sup {
      top: -.5em
  }

div#calculator a {
      color: #007bff;
      text-decoration: none;
      background-color: transparent
  }

div#calculator a:hover {
      color: #0056b3;
      text-decoration: underline
  }

div#calculator a:not([href]):not([tabindex]), div#calculator a:not([href]):not([tabindex]):focus, div#calculator a:not([href]):not([tabindex]):hover {
      color: inherit;
      text-decoration: none
  }

div#calculator a:not([href]):not([tabindex]):focus {
      outline: 0
  }

div#calculator code, div#calculator kbd, div#calculator pre, div#calculator samp {
      font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
      font-size: 1em
  }

div#calculator pre {
      margin-top: 0;
      margin-bottom: 1rem;
      overflow: auto
  }

div#calculator figure {
      margin: 0 0 1rem
  }

div#calculator img {
      border-style: none
  }

div#calculator img, div#calculator svg {
      vertical-align: middle
  }

div#calculator svg {
      overflow: hidden
  }

div#calculator table {
      border-collapse: collapse
  }

div#calculator caption {
      padding-top: .75rem;
      padding-bottom: .75rem;
      color: #6c757d;
      text-align: left;
      caption-side: bottom
  }

div#calculator th {
      text-align: inherit
  }

div#calculator label {
      display: inline-block;
      margin-bottom: .5rem
  }

div#calculator button {
      border-radius: 0
  }

div#calculator button:focus {
      outline: 1px dotted;
      outline: 5px auto -webkit-focus-ring-color
  }

div#calculator button, div#calculator input, div#calculator optgroup, div#calculator select, div#calculator textarea {
      margin: 0;
      font-family: inherit;
      font-size: inherit;
      line-height: inherit
  }

div#calculator button, div#calculator input {
      overflow: visible
  }

div#calculator button, div#calculator select {
      text-transform: none
  }

div#calculator select {
      word-wrap: normal
  }

div#calculator [type=button], div#calculator [type=reset], div#calculator [type=submit], div#calculator button {
      -webkit-appearance: button
  }

div#calculator [type=button]:not(:disabled), div#calculator [type=reset]:not(:disabled), div#calculator [type=submit]:not(:disabled), div#calculator button:not(:disabled) {
      cursor: pointer
  }

div#calculator [type=button]::-moz-focus-inner, div#calculator [type=reset]::-moz-focus-inner, div#calculator [type=submit]::-moz-focus-inner, div#calculator button::-moz-focus-inner {
      padding: 0;
      border-style: none
  }

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

div#calculator input[type=date], div#calculator input[type=datetime-local], div#calculator input[type=month], div#calculator input[type=time] {
      -webkit-appearance: listbox
  }

div#calculator textarea {
      overflow: auto;
      resize: vertical
  }

div#calculator fieldset {
      min-width: 0;
      padding: 0;
      margin: 0;
      border: 0
  }

div#calculator legend {
      display: block;
      width: 100%;
      max-width: 100%;
      padding: 0;
      margin-bottom: .5rem;
      font-size: 1.5rem;
      line-height: inherit;
      color: inherit;
      white-space: normal
  }

div#calculator progress {
      vertical-align: baseline
  }

div#calculator [type=number]::-webkit-inner-spin-button, div#calculator [type=number]::-webkit-outer-spin-button {
      height: auto
  }

div#calculator [type=search] {
      outline-offset: -2px;
      -webkit-appearance: none
  }

div#calculator [type=search]::-webkit-search-decoration {
      -webkit-appearance: none
  }

div#calculator ::-webkit-file-upload-button {
      font: inherit;
      -webkit-appearance: button
  }

div#calculator output {
      display: inline-block
  }

div#calculator summary {
      display: list-item;
      cursor: pointer
  }

div#calculator template {
      display: none
  }

div#calculator [hidden] {
      display: none !important
  }

div#calculator .h1, div#calculator .h2, div#calculator .h3, div#calculator .h4, div#calculator .h5, div#calculator .h6, div#calculator h1, div#calculator h2, div#calculator h3, div#calculator h4, div#calculator h5, div#calculator h6 {
      margin-bottom: .5rem;
      font-weight: 500;
      line-height: 1.2
  }

div#calculator .h1, div#calculator h1 {
      font-size: 2.5rem
  }

div#calculator .h2, div#calculator h2 {
      font-size: 2rem
  }

div#calculator .h3, div#calculator h3 {
      font-size: 1.75rem
  }

div#calculator .h4, div#calculator h4 {
      font-size: 1.5rem
  }

div#calculator .h5, div#calculator h5 {
      font-size: 1.25rem
  }

div#calculator .h6, div#calculator h6 {
      font-size: 1rem
  }

div#calculator .lead {
      font-size: 1.25rem;
      font-weight: 300
  }

div#calculator .display-1 {
      font-size: 6rem
  }

div#calculator .display-1, div#calculator .display-2 {
      font-weight: 300;
      line-height: 1.2
  }

div#calculator .display-2 {
      font-size: 5.5rem
  }

div#calculator .display-3 {
      font-size: 4.5rem
  }

div#calculator .display-3, div#calculator .display-4 {
      font-weight: 300;
      line-height: 1.2
  }

div#calculator .display-4 {
      font-size: 3.5rem
  }

div#calculator hr {
      margin-top: 1rem;
      margin-bottom: 1rem;
      border: 0;
      border-top: 1px solid rgba(0, 0, 0, .1)
  }

div#calculator .small, div#calculator small {
      font-size: 80%;
      font-weight: 400
  }

div#calculator .mark, div#calculator mark {
      padding: .2em;
      background-color: #fcf8e3
  }

div#calculator .list-inline, div#calculator .list-unstyled {
      padding-left: 0;
      list-style: none
  }

div#calculator .list-inline-item {
      display: inline-block
  }

div#calculator .list-inline-item:not(:last-child) {
      margin-right: .5rem
  }

div#calculator .initialism {
      font-size: 90%;
      text-transform: uppercase
  }

div#calculator .blockquote {
      margin-bottom: 1rem;
      font-size: 1.25rem
  }

div#calculator .blockquote-footer {
      display: block;
      font-size: 80%;
      color: #6c757d
  }

div#calculator .blockquote-footer:before {
      content: "\2014\A0"
  }

div#calculator .img-fluid, div#calculator .img-thumbnail {
      max-width: 100%;
      height: auto
  }

div#calculator .img-thumbnail {
      padding: .25rem;
      background-color: #fff;
      border: 1px solid #dee2e6;
      border-radius: .25rem
  }

div#calculator .figure {
      display: inline-block
  }

div#calculator .figure-img {
      margin-bottom: .5rem;
      line-height: 1
  }

div#calculator .figure-caption {
      font-size: 90%;
      color: #6c757d
  }

div#calculator code {
      font-size: 87.5%;
      color: #e83e8c;
      word-break: break-word
  }

div#calculator a>code {
      color: inherit
  }

div#calculator kbd {
      padding: .2rem .4rem;
      font-size: 87.5%;
      color: #fff;
      background-color: #212529;
      border-radius: .2rem
  }

div#calculator kbd kbd {
      padding: 0;
      font-size: 100%;
      font-weight: 700
  }

div#calculator pre {
      display: block;
      font-size: 87.5%;
      color: #212529
  }

div#calculator pre code {
      font-size: inherit;
      color: inherit;
      word-break: normal
  }

div#calculator .pre-scrollable {
      max-height: 340px;
      overflow-y: scroll
  }

div#calculator .container {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto
  }

@media (min-width:576px) {
      div#calculator .container {
          max-width: 540px
      }
  }

@media (min-width:768px) {
      div#calculator .container {
          max-width: 720px
      }
  }

@media (min-width:992px) {
      div#calculator .container {
          max-width: 960px
      }
  }

@media (min-width:1200px) {
      div#calculator .container {
          max-width: 1140px
      }
  }

div#calculator .container-fluid {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto
  }

div#calculator .row {
      display: flex;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px
  }

div#calculator .no-gutters {
      margin-right: 0;
      margin-left: 0
  }

div#calculator .no-gutters>.col, div#calculator .no-gutters>[class*=col-] {
      padding-right: 0;
      padding-left: 0
  }

div#calculator .col, div#calculator .col-1, div#calculator .col-2, div#calculator .col-3, div#calculator .col-4, div#calculator .col-5, div#calculator .col-6, div#calculator .col-7, div#calculator .col-8, div#calculator .col-9, div#calculator .col-10, div#calculator .col-11, div#calculator .col-12, div#calculator .col-auto, div#calculator .col-lg, div#calculator .col-lg-1, div#calculator .col-lg-2, div#calculator .col-lg-3, div#calculator .col-lg-4, div#calculator .col-lg-5, div#calculator .col-lg-6, div#calculator .col-lg-7, div#calculator .col-lg-8, div#calculator .col-lg-9, div#calculator .col-lg-10, div#calculator .col-lg-11, div#calculator .col-lg-12, div#calculator .col-lg-auto, div#calculator .col-md, div#calculator .col-md-1, div#calculator .col-md-2, div#calculator .col-md-3, div#calculator .col-md-4, div#calculator .col-md-5, div#calculator .col-md-6, div#calculator .col-md-7, div#calculator .col-md-8, div#calculator .col-md-9, div#calculator .col-md-10, div#calculator .col-md-11, div#calculator .col-md-12, div#calculator .col-md-auto, div#calculator .col-sm, div#calculator .col-sm-1, div#calculator .col-sm-2, div#calculator .col-sm-3, div#calculator .col-sm-4, div#calculator .col-sm-5, div#calculator .col-sm-6, div#calculator .col-sm-7, div#calculator .col-sm-8, div#calculator .col-sm-9, div#calculator .col-sm-10, div#calculator .col-sm-11, div#calculator .col-sm-12, div#calculator .col-sm-auto, div#calculator .col-xl, div#calculator .col-xl-1, div#calculator .col-xl-2, div#calculator .col-xl-3, div#calculator .col-xl-4, div#calculator .col-xl-5, div#calculator .col-xl-6, div#calculator .col-xl-7, div#calculator .col-xl-8, div#calculator .col-xl-9, div#calculator .col-xl-10, div#calculator .col-xl-11, div#calculator .col-xl-12, div#calculator .col-xl-auto {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px
  }

div#calculator .col {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%
  }

div#calculator .col-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%
  }

div#calculator .col-1 {
      flex: 0 0 8.333333%;
      max-width: 8.333333%
  }

div#calculator .col-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%
  }

div#calculator .col-3 {
      flex: 0 0 25%;
      max-width: 25%
  }

div#calculator .col-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%
  }

div#calculator .col-5 {
      flex: 0 0 41.666667%;
      max-width: 41.666667%
  }

div#calculator .col-6 {
      flex: 0 0 50%;
      max-width: 50%
  }

div#calculator .col-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%
  }

div#calculator .col-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%
  }

div#calculator .col-9 {
      flex: 0 0 75%;
      max-width: 75%
  }

div#calculator .col-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%
  }

div#calculator .col-11 {
      flex: 0 0 91.666667%;
      max-width: 91.666667%
  }

div#calculator .col-12 {
      flex: 0 0 100%;
      max-width: 100%
  }

div#calculator .order-first {
      order: -1
  }

div#calculator .order-last {
      order: 13
  }

div#calculator .order-0 {
      order: 0
  }

div#calculator .order-1 {
      order: 1
  }

div#calculator .order-2 {
      order: 2
  }

div#calculator .order-3 {
      order: 3
  }

div#calculator .order-4 {
      order: 4
  }

div#calculator .order-5 {
      order: 5
  }

div#calculator .order-6 {
      order: 6
  }

div#calculator .order-7 {
      order: 7
  }

div#calculator .order-8 {
      order: 8
  }

div#calculator .order-9 {
      order: 9
  }

div#calculator .order-10 {
      order: 10
  }

div#calculator .order-11 {
      order: 11
  }

div#calculator .order-12 {
      order: 12
  }

div#calculator .offset-1 {
      margin-left: 8.333333%
  }

div#calculator .offset-2 {
      margin-left: 16.666667%
  }

div#calculator .offset-3 {
      margin-left: 25%
  }

div#calculator .offset-4 {
      margin-left: 33.333333%
  }

div#calculator .offset-5 {
      margin-left: 41.666667%
  }

div#calculator .offset-6 {
      margin-left: 50%
  }

div#calculator .offset-7 {
      margin-left: 58.333333%
  }

div#calculator .offset-8 {
      margin-left: 66.666667%
  }

div#calculator .offset-9 {
      margin-left: 75%
  }

div#calculator .offset-10 {
      margin-left: 83.333333%
  }

div#calculator .offset-11 {
      margin-left: 91.666667%
  }

@media (min-width:576px) {
      div#calculator .col-sm {
          flex-basis: 0;
          flex-grow: 1;
          max-width: 100%
      }

      div#calculator .col-sm-auto {
          flex: 0 0 auto;
          width: auto;
          max-width: 100%
      }

      div#calculator .col-sm-1 {
          flex: 0 0 8.333333%;
          max-width: 8.333333%
      }

      div#calculator .col-sm-2 {
          flex: 0 0 16.666667%;
          max-width: 16.666667%
      }

      div#calculator .col-sm-3 {
          flex: 0 0 25%;
          max-width: 25%
      }

      div#calculator .col-sm-4 {
          flex: 0 0 33.333333%;
          max-width: 33.333333%
      }

      div#calculator .col-sm-5 {
          flex: 0 0 41.666667%;
          max-width: 41.666667%
      }

      div#calculator .col-sm-6 {
          flex: 0 0 50%;
          max-width: 50%
      }

      div#calculator .col-sm-7 {
          flex: 0 0 58.333333%;
          max-width: 58.333333%
      }

      div#calculator .col-sm-8 {
          flex: 0 0 66.666667%;
          max-width: 66.666667%
      }

      div#calculator .col-sm-9 {
          flex: 0 0 75%;
          max-width: 75%
      }

      div#calculator .col-sm-10 {
          flex: 0 0 83.333333%;
          max-width: 83.333333%
      }

      div#calculator .col-sm-11 {
          flex: 0 0 91.666667%;
          max-width: 91.666667%
      }

      div#calculator .col-sm-12 {
          flex: 0 0 100%;
          max-width: 100%
      }

      div#calculator .order-sm-first {
          order: -1
      }

      div#calculator .order-sm-last {
          order: 13
      }

      div#calculator .order-sm-0 {
          order: 0
      }

      div#calculator .order-sm-1 {
          order: 1
      }

      div#calculator .order-sm-2 {
          order: 2
      }

      div#calculator .order-sm-3 {
          order: 3
      }

      div#calculator .order-sm-4 {
          order: 4
      }

      div#calculator .order-sm-5 {
          order: 5
      }

      div#calculator .order-sm-6 {
          order: 6
      }

      div#calculator .order-sm-7 {
          order: 7
      }

      div#calculator .order-sm-8 {
          order: 8
      }

      div#calculator .order-sm-9 {
          order: 9
      }

      div#calculator .order-sm-10 {
          order: 10
      }

      div#calculator .order-sm-11 {
          order: 11
      }

      div#calculator .order-sm-12 {
          order: 12
      }

      div#calculator .offset-sm-0 {
          margin-left: 0
      }

      div#calculator .offset-sm-1 {
          margin-left: 8.333333%
      }

      div#calculator .offset-sm-2 {
          margin-left: 16.666667%
      }

      div#calculator .offset-sm-3 {
          margin-left: 25%
      }

      div#calculator .offset-sm-4 {
          margin-left: 33.333333%
      }

      div#calculator .offset-sm-5 {
          margin-left: 41.666667%
      }

      div#calculator .offset-sm-6 {
          margin-left: 50%
      }

      div#calculator .offset-sm-7 {
          margin-left: 58.333333%
      }

      div#calculator .offset-sm-8 {
          margin-left: 66.666667%
      }

      div#calculator .offset-sm-9 {
          margin-left: 75%
      }

      div#calculator .offset-sm-10 {
          margin-left: 83.333333%
      }

      div#calculator .offset-sm-11 {
          margin-left: 91.666667%
      }
  }

@media (min-width:768px) {
      div#calculator .col-md {
          flex-basis: 0;
          flex-grow: 1;
          max-width: 100%
      }

      div#calculator .col-md-auto {
          flex: 0 0 auto;
          width: auto;
          max-width: 100%
      }

      div#calculator .col-md-1 {
          flex: 0 0 8.333333%;
          max-width: 8.333333%
      }

      div#calculator .col-md-2 {
          flex: 0 0 16.666667%;
          max-width: 16.666667%
      }

      div#calculator .col-md-3 {
          flex: 0 0 25%;
          max-width: 25%
      }

      div#calculator .col-md-4 {
          flex: 0 0 33.333333%;
          max-width: 33.333333%
      }

      div#calculator .col-md-5 {
          flex: 0 0 41.666667%;
          max-width: 41.666667%
      }

      div#calculator .col-md-6 {
          flex: 0 0 50%;
          max-width: 50%
      }

      div#calculator .col-md-7 {
          flex: 0 0 58.333333%;
          max-width: 58.333333%
      }

      div#calculator .col-md-8 {
          flex: 0 0 66.666667%;
          max-width: 66.666667%
      }

      div#calculator .col-md-9 {
          flex: 0 0 75%;
          max-width: 75%
      }

      div#calculator .col-md-10 {
          flex: 0 0 83.333333%;
          max-width: 83.333333%
      }

      div#calculator .col-md-11 {
          flex: 0 0 91.666667%;
          max-width: 91.666667%
      }

      div#calculator .col-md-12 {
          flex: 0 0 100%;
          max-width: 100%
      }

      div#calculator .order-md-first {
          order: -1
      }

      div#calculator .order-md-last {
          order: 13
      }

      div#calculator .order-md-0 {
          order: 0
      }

      div#calculator .order-md-1 {
          order: 1
      }

      div#calculator .order-md-2 {
          order: 2
      }

      div#calculator .order-md-3 {
          order: 3
      }

      div#calculator .order-md-4 {
          order: 4
      }

      div#calculator .order-md-5 {
          order: 5
      }

      div#calculator .order-md-6 {
          order: 6
      }

      div#calculator .order-md-7 {
          order: 7
      }

      div#calculator .order-md-8 {
          order: 8
      }

      div#calculator .order-md-9 {
          order: 9
      }

      div#calculator .order-md-10 {
          order: 10
      }

      div#calculator .order-md-11 {
          order: 11
      }

      div#calculator .order-md-12 {
          order: 12
      }

      div#calculator .offset-md-0 {
          margin-left: 0
      }

      div#calculator .offset-md-1 {
          margin-left: 8.333333%
      }

      div#calculator .offset-md-2 {
          margin-left: 16.666667%
      }

      div#calculator .offset-md-3 {
          margin-left: 25%
      }

      div#calculator .offset-md-4 {
          margin-left: 33.333333%
      }

      div#calculator .offset-md-5 {
          margin-left: 41.666667%
      }

      div#calculator .offset-md-6 {
          margin-left: 50%
      }

      div#calculator .offset-md-7 {
          margin-left: 58.333333%
      }

      div#calculator .offset-md-8 {
          margin-left: 66.666667%
      }

      div#calculator .offset-md-9 {
          margin-left: 75%
      }

      div#calculator .offset-md-10 {
          margin-left: 83.333333%
      }

      div#calculator .offset-md-11 {
          margin-left: 91.666667%
      }
  }

@media (min-width:992px) {
      div#calculator .col-lg {
          flex-basis: 0;
          flex-grow: 1;
          max-width: 100%
      }

      div#calculator .col-lg-auto {
          flex: 0 0 auto;
          width: auto;
          max-width: 100%
      }

      div#calculator .col-lg-1 {
          flex: 0 0 8.333333%;
          max-width: 8.333333%
      }

      div#calculator .col-lg-2 {
          flex: 0 0 16.666667%;
          max-width: 16.666667%
      }

      div#calculator .col-lg-3 {
          flex: 0 0 25%;
          max-width: 25%
      }

      div#calculator .col-lg-4 {
          flex: 0 0 33.333333%;
          max-width: 33.333333%
      }

      div#calculator .col-lg-5 {
          flex: 0 0 41.666667%;
          max-width: 41.666667%
      }

      div#calculator .col-lg-6 {
          flex: 0 0 50%;
          max-width: 50%
      }

      div#calculator .col-lg-7 {
          flex: 0 0 58.333333%;
          max-width: 58.333333%
      }

      div#calculator .col-lg-8 {
          flex: 0 0 66.666667%;
          max-width: 66.666667%
      }

      div#calculator .col-lg-9 {
          flex: 0 0 75%;
          max-width: 75%
      }

      div#calculator .col-lg-10 {
          flex: 0 0 83.333333%;
          max-width: 83.333333%
      }

      div#calculator .col-lg-11 {
          flex: 0 0 91.666667%;
          max-width: 91.666667%
      }

      div#calculator .col-lg-12 {
          flex: 0 0 100%;
          max-width: 100%
      }

      div#calculator .order-lg-first {
          order: -1
      }

      div#calculator .order-lg-last {
          order: 13
      }

      div#calculator .order-lg-0 {
          order: 0
      }

      div#calculator .order-lg-1 {
          order: 1
      }

      div#calculator .order-lg-2 {
          order: 2
      }

      div#calculator .order-lg-3 {
          order: 3
      }

      div#calculator .order-lg-4 {
          order: 4
      }

      div#calculator .order-lg-5 {
          order: 5
      }

      div#calculator .order-lg-6 {
          order: 6
      }

      div#calculator .order-lg-7 {
          order: 7
      }

      div#calculator .order-lg-8 {
          order: 8
      }

      div#calculator .order-lg-9 {
          order: 9
      }

      div#calculator .order-lg-10 {
          order: 10
      }

      div#calculator .order-lg-11 {
          order: 11
      }

      div#calculator .order-lg-12 {
          order: 12
      }

      div#calculator .offset-lg-0 {
          margin-left: 0
      }

      div#calculator .offset-lg-1 {
          margin-left: 8.333333%
      }

      div#calculator .offset-lg-2 {
          margin-left: 16.666667%
      }

      div#calculator .offset-lg-3 {
          margin-left: 25%
      }

      div#calculator .offset-lg-4 {
          margin-left: 33.333333%
      }

      div#calculator .offset-lg-5 {
          margin-left: 41.666667%
      }

      div#calculator .offset-lg-6 {
          margin-left: 50%
      }

      div#calculator .offset-lg-7 {
          margin-left: 58.333333%
      }

      div#calculator .offset-lg-8 {
          margin-left: 66.666667%
      }

      div#calculator .offset-lg-9 {
          margin-left: 75%
      }

      div#calculator .offset-lg-10 {
          margin-left: 83.333333%
      }

      div#calculator .offset-lg-11 {
          margin-left: 91.666667%
      }
  }

@media (min-width:1200px) {
      div#calculator .col-xl {
          flex-basis: 0;
          flex-grow: 1;
          max-width: 100%
      }

      div#calculator .col-xl-auto {
          flex: 0 0 auto;
          width: auto;
          max-width: 100%
      }

      div#calculator .col-xl-1 {
          flex: 0 0 8.333333%;
          max-width: 8.333333%
      }

      div#calculator .col-xl-2 {
          flex: 0 0 16.666667%;
          max-width: 16.666667%
      }

      div#calculator .col-xl-3 {
          flex: 0 0 25%;
          max-width: 25%
      }

      div#calculator .col-xl-4 {
          flex: 0 0 33.333333%;
          max-width: 33.333333%
      }

      div#calculator .col-xl-5 {
          flex: 0 0 41.666667%;
          max-width: 41.666667%
      }

      div#calculator .col-xl-6 {
          flex: 0 0 50%;
          max-width: 50%
      }

      div#calculator .col-xl-7 {
          flex: 0 0 58.333333%;
          max-width: 58.333333%
      }

      div#calculator .col-xl-8 {
          flex: 0 0 66.666667%;
          max-width: 66.666667%
      }

      div#calculator .col-xl-9 {
          flex: 0 0 75%;
          max-width: 75%
      }

      div#calculator .col-xl-10 {
          flex: 0 0 83.333333%;
          max-width: 83.333333%
      }

      div#calculator .col-xl-11 {
          flex: 0 0 91.666667%;
          max-width: 91.666667%
      }

      div#calculator .col-xl-12 {
          flex: 0 0 100%;
          max-width: 100%
      }

      div#calculator .order-xl-first {
          order: -1
      }

      div#calculator .order-xl-last {
          order: 13
      }

      div#calculator .order-xl-0 {
          order: 0
      }

      div#calculator .order-xl-1 {
          order: 1
      }

      div#calculator .order-xl-2 {
          order: 2
      }

      div#calculator .order-xl-3 {
          order: 3
      }

      div#calculator .order-xl-4 {
          order: 4
      }

      div#calculator .order-xl-5 {
          order: 5
      }

      div#calculator .order-xl-6 {
          order: 6
      }

      div#calculator .order-xl-7 {
          order: 7
      }

      div#calculator .order-xl-8 {
          order: 8
      }

      div#calculator .order-xl-9 {
          order: 9
      }

      div#calculator .order-xl-10 {
          order: 10
      }

      div#calculator .order-xl-11 {
          order: 11
      }

      div#calculator .order-xl-12 {
          order: 12
      }

      div#calculator .offset-xl-0 {
          margin-left: 0
      }

      div#calculator .offset-xl-1 {
          margin-left: 8.333333%
      }

      div#calculator .offset-xl-2 {
          margin-left: 16.666667%
      }

      div#calculator .offset-xl-3 {
          margin-left: 25%
      }

      div#calculator .offset-xl-4 {
          margin-left: 33.333333%
      }

      div#calculator .offset-xl-5 {
          margin-left: 41.666667%
      }

      div#calculator .offset-xl-6 {
          margin-left: 50%
      }

      div#calculator .offset-xl-7 {
          margin-left: 58.333333%
      }

      div#calculator .offset-xl-8 {
          margin-left: 66.666667%
      }

      div#calculator .offset-xl-9 {
          margin-left: 75%
      }

      div#calculator .offset-xl-10 {
          margin-left: 83.333333%
      }

      div#calculator .offset-xl-11 {
          margin-left: 91.666667%
      }
  }

div#calculator .table {
      width: 100%;
      margin-bottom: 1rem;
      color: #212529
  }

div#calculator .table td, div#calculator .table th {
      padding: .75rem;
      vertical-align: top;
      border-top: 1px solid #dee2e6
  }

div#calculator .table thead th {
      vertical-align: bottom;
      border-bottom: 2px solid #dee2e6
  }

div#calculator .table tbody+tbody {
      border-top: 2px solid #dee2e6
  }

div#calculator .table-sm td, div#calculator .table-sm th {
      padding: .3rem
  }

div#calculator .table-bordered, div#calculator .table-bordered td, div#calculator .table-bordered th {
      border: 1px solid #dee2e6
  }

div#calculator .table-bordered thead td, div#calculator .table-bordered thead th {
      border-bottom-width: 2px
  }

div#calculator .table-borderless tbody+tbody, div#calculator .table-borderless td, div#calculator .table-borderless th, div#calculator .table-borderless thead th {
      border: 0
  }

div#calculator .table-striped tbody tr:nth-of-type(odd) {
      background-color: rgba(0, 0, 0, .05)
  }

div#calculator .table-hover tbody tr:hover {
      color: #212529;
      background-color: rgba(0, 0, 0, .075)
  }

div#calculator .table-primary, div#calculator .table-primary>td, div#calculator .table-primary>th {
      background-color: #b8daff
  }

div#calculator .table-primary tbody+tbody, div#calculator .table-primary td, div#calculator .table-primary th, div#calculator .table-primary thead th {
      border-color: #7abaff
  }

div#calculator .table-hover .table-primary:hover, div#calculator .table-hover .table-primary:hover>td, div#calculator .table-hover .table-primary:hover>th {
      background-color: #9fcdff
  }

div#calculator .table-secondary, div#calculator .table-secondary>td, div#calculator .table-secondary>th {
      background-color: #d6d8db
  }

div#calculator .table-secondary tbody+tbody, div#calculator .table-secondary td, div#calculator .table-secondary th, div#calculator .table-secondary thead th {
      border-color: #b3b7bb
  }

div#calculator .table-hover .table-secondary:hover, div#calculator .table-hover .table-secondary:hover>td, div#calculator .table-hover .table-secondary:hover>th {
      background-color: #c8cbcf
  }

div#calculator .table-success, div#calculator .table-success>td, div#calculator .table-success>th {
      background-color: #c3e6cb
  }

div#calculator .table-success tbody+tbody, div#calculator .table-success td, div#calculator .table-success th, div#calculator .table-success thead th {
      border-color: #8fd19e
  }

div#calculator .table-hover .table-success:hover, div#calculator .table-hover .table-success:hover>td, div#calculator .table-hover .table-success:hover>th {
      background-color: #b1dfbb
  }

div#calculator .table-info, div#calculator .table-info>td, div#calculator .table-info>th {
      background-color: #bee5eb
  }

div#calculator .table-info tbody+tbody, div#calculator .table-info td, div#calculator .table-info th, div#calculator .table-info thead th {
      border-color: #86cfda
  }

div#calculator .table-hover .table-info:hover, div#calculator .table-hover .table-info:hover>td, div#calculator .table-hover .table-info:hover>th {
      background-color: #abdde5
  }

div#calculator .table-warning, div#calculator .table-warning>td, div#calculator .table-warning>th {
      background-color: #ffeeba
  }

div#calculator .table-warning tbody+tbody, div#calculator .table-warning td, div#calculator .table-warning th, div#calculator .table-warning thead th {
      border-color: #ffdf7e
  }

div#calculator .table-hover .table-warning:hover, div#calculator .table-hover .table-warning:hover>td, div#calculator .table-hover .table-warning:hover>th {
      background-color: #ffe8a1
  }

div#calculator .table-danger, div#calculator .table-danger>td, div#calculator .table-danger>th {
      background-color: #f5c6cb
  }

div#calculator .table-danger tbody+tbody, div#calculator .table-danger td, div#calculator .table-danger th, div#calculator .table-danger thead th {
      border-color: #ed969e
  }

div#calculator .table-hover .table-danger:hover, div#calculator .table-hover .table-danger:hover>td, div#calculator .table-hover .table-danger:hover>th {
      background-color: #f1b0b7
  }

div#calculator .table-light, div#calculator .table-light>td, div#calculator .table-light>th {
      background-color: #fdfdfe
  }

div#calculator .table-light tbody+tbody, div#calculator .table-light td, div#calculator .table-light th, div#calculator .table-light thead th {
      border-color: #fbfcfc
  }

div#calculator .table-hover .table-light:hover, div#calculator .table-hover .table-light:hover>td, div#calculator .table-hover .table-light:hover>th {
      background-color: #ececf6
  }

div#calculator .table-dark, div#calculator .table-dark>td, div#calculator .table-dark>th {
      background-color: #c6c8ca
  }

div#calculator .table-dark tbody+tbody, div#calculator .table-dark td, div#calculator .table-dark th, div#calculator .table-dark thead th {
      border-color: #95999c
  }

div#calculator .table-hover .table-dark:hover, div#calculator .table-hover .table-dark:hover>td, div#calculator .table-hover .table-dark:hover>th {
      background-color: #b9bbbe
  }

div#calculator .table-active, div#calculator .table-active>td, div#calculator .table-active>th, div#calculator .table-hover .table-active:hover, div#calculator .table-hover .table-active:hover>td, div#calculator .table-hover .table-active:hover>th {
      background-color: rgba(0, 0, 0, .075)
  }

div#calculator .table .thead-dark th {
      color: #fff;
      background-color: #343a40;
      border-color: #454d55
  }

div#calculator .table .thead-light th {
      color: #495057;
      background-color: #e9ecef;
      border-color: #dee2e6
  }

div#calculator .table-dark {
      color: #fff;
      background-color: #343a40
  }

div#calculator .table-dark td, div#calculator .table-dark th, div#calculator .table-dark thead th {
      border-color: #454d55
  }

div#calculator .table-dark.table-bordered {
      border: 0
  }

div#calculator .table-dark.table-striped tbody tr:nth-of-type(odd) {
      background-color: hsla(0, 0%, 100%, .05)
  }

div#calculator .table-dark.table-hover tbody tr:hover {
      color: #fff;
      background-color: hsla(0, 0%, 100%, .075)
  }

@media (max-width:575.98px) {
      div#calculator .table-responsive-sm {
          display: block;
          width: 100%;
          overflow-x: auto;
          -webkit-overflow-scrolling: touch
      }

      div#calculator .table-responsive-sm>.table-bordered {
          border: 0
      }
  }

@media (max-width:767.98px) {
      div#calculator .table-responsive-md {
          display: block;
          width: 100%;
          overflow-x: auto;
          -webkit-overflow-scrolling: touch
      }

      div#calculator .table-responsive-md>.table-bordered {
          border: 0
      }
  }

@media (max-width:991.98px) {
      div#calculator .table-responsive-lg {
          display: block;
          width: 100%;
          overflow-x: auto;
          -webkit-overflow-scrolling: touch
      }

      div#calculator .table-responsive-lg>.table-bordered {
          border: 0
      }
  }

@media (max-width:1199.98px) {
      div#calculator .table-responsive-xl {
          display: block;
          width: 100%;
          overflow-x: auto;
          -webkit-overflow-scrolling: touch
      }

      div#calculator .table-responsive-xl>.table-bordered {
          border: 0
      }
  }

div#calculator .table-responsive {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch
  }

div#calculator .table-responsive>.table-bordered {
      border: 0
  }

div#calculator .form-control {
      display: block;
      width: 100%;
      height: calc(1.5em + .75rem + 2px);
      padding: .375rem .75rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #495057;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #ced4da;
      border-radius: .25rem;
      transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
  }

@media (prefers-reduced-motion:reduce) {
      div#calculator .form-control {
          transition: none
      }
  }

div#calculator .form-control::-ms-expand {
      background-color: transparent;
      border: 0
  }

div#calculator .form-control:focus {
      color: #495057;
      background-color: #fff;
      border-color: #80bdff;
      outline: 0;
      box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
  }

div#calculator .form-control::-moz-placeholder {
      color: #6c757d;
      opacity: 1
  }

div#calculator .form-control:-ms-input-placeholder {
      color: #6c757d;
      opacity: 1
  }

.form-control::-moz-placeholder {
      color: #6c757d;
      opacity: 1
  }

.form-control:-ms-input-placeholder {
      color: #6c757d;
      opacity: 1
  }

div#calculator .form-control::placeholder {
      color: #6c757d;
      opacity: 1
  }

div#calculator .form-control:disabled, div#calculator .form-control[readonly] {
      background-color: #e9ecef;
      opacity: 1
  }

div#calculator select.form-control:focus::-ms-value {
      color: #495057;
      background-color: #fff
  }

div#calculator .form-control-file, div#calculator .form-control-range {
      display: block;
      width: 100%
  }

div#calculator .col-form-label {
      padding-top: calc(.375rem + 1px);
      padding-bottom: calc(.375rem + 1px);
      margin-bottom: 0;
      font-size: 1.75rem;
      line-height: 1.5
  }

div#calculator .col-form-label-lg {
      padding-top: calc(.5rem + 1px);
      padding-bottom: calc(.5rem + 1px);
      font-size: 1.25rem;
      line-height: 1.5
  }

div#calculator .col-form-label-sm {
      padding-top: calc(.25rem + 1px);
      padding-bottom: calc(.25rem + 1px);
      font-size: .875rem;
      line-height: 1.5
  }

div#calculator .form-control-plaintext {
      display: block;
      width: 100%;
      padding-top: .375rem;
      padding-bottom: .375rem;
      margin-bottom: 0;
      line-height: 1.5;
      color: #212529;
      background-color: transparent;
      border: solid transparent;
      border-width: 1px 0
  }

div#calculator .form-control-plaintext.form-control-lg, div#calculator .form-control-plaintext.form-control-sm {
      padding-right: 0;
      padding-left: 0
  }

div#calculator .form-control-sm {
      height: calc(1.5em + .5rem + 2px);
      padding: .25rem .5rem;
      font-size: .875rem;
      line-height: 1.5;
      border-radius: .2rem
  }

div#calculator .form-control-lg {
      height: calc(1.5em + 1rem + 2px);
      padding: .5rem 1rem;
      font-size: 1.25rem;
      line-height: 1.5;
      border-radius: .3rem
  }

div#calculator select.form-control[multiple], div#calculator select.form-control[size], div#calculator textarea.form-control {
      height: auto
  }

div#calculator .form-group {
      margin-bottom: 1rem
  }

div#calculator .form-text {
      display: block;
      margin-top: .25rem
  }

div#calculator .form-row {
      display: flex;
      flex-wrap: wrap;
      margin-right: -5px;
      margin-left: -5px
  }

div#calculator .form-row>.col, div#calculator .form-row>[class*=col-] {
      padding-right: 5px;
      padding-left: 5px
  }

div#calculator .form-check {
      position: relative;
      display: block;
      padding-left: 1.25rem
  }

div#calculator .form-check-input {
      position: absolute;
      margin-top: .3rem;
      margin-left: -1.25rem
  }

div#calculator .form-check-input:disabled~.form-check-label {
      color: #6c757d
  }

div#calculator .form-check-label {
      margin-bottom: 0
  }

div#calculator .form-check-inline {
      display: inline-flex;
      align-items: center;
      padding-left: 0;
      margin-right: .75rem
  }

div#calculator .form-check-inline .form-check-input {
      position: static;
      margin-top: 0;
      margin-right: .3125rem;
      margin-left: 0
  }

div#calculator .valid-feedback {
      display: none;
      width: 100%;
      margin-top: .25rem;
      font-size: 80%;
      color: #28a745
  }

div#calculator .valid-tooltip {
      position: absolute;
      top: 100%;
      z-index: 5;
      display: none;
      max-width: 100%;
      padding: .25rem .5rem;
      margin-top: .1rem;
      font-size: .875rem;
      line-height: 1.5;
      color: #fff;
      background-color: rgba(40, 167, 69, .9);
      border-radius: .25rem
  }

div#calculator .form-control.is-valid, div#calculator .was-validated .form-control:valid {
      border-color: #28a745;
      padding-right: calc(1.5em + .75rem);
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: 100% calc(.375em + .1875rem);
      background-size: calc(.75em + .375rem) calc(.75em + .375rem)
  }

div#calculator .form-control.is-valid:focus, div#calculator .was-validated .form-control:valid:focus {
      border-color: #28a745;
      box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
  }

div#calculator .form-control.is-valid~.valid-feedback, div#calculator .form-control.is-valid~.valid-tooltip, div#calculator .was-validated .form-control:valid~.valid-feedback, div#calculator .was-validated .form-control:valid~.valid-tooltip {
      display: block
  }

div#calculator .was-validated textarea.form-control:valid, div#calculator textarea.form-control.is-valid {
      padding-right: calc(1.5em + .75rem);
      background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
  }

div#calculator .custom-select.is-valid, div#calculator .was-validated .custom-select:valid {
      border-color: #28a745;
      padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
  }

div#calculator .custom-select.is-valid:focus, div#calculator .was-validated .custom-select:valid:focus {
      border-color: #28a745;
      box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
  }

div#calculator .custom-select.is-valid~.valid-feedback, div#calculator .custom-select.is-valid~.valid-tooltip, div#calculator .form-control-file.is-valid~.valid-feedback, div#calculator .form-control-file.is-valid~.valid-tooltip, div#calculator .was-validated .custom-select:valid~.valid-feedback, div#calculator .was-validated .custom-select:valid~.valid-tooltip, div#calculator .was-validated .form-control-file:valid~.valid-feedback, div#calculator .was-validated .form-control-file:valid~.valid-tooltip {
      display: block
  }

div#calculator .form-check-input.is-valid~.form-check-label, div#calculator .was-validated .form-check-input:valid~.form-check-label {
      color: #28a745
  }

div#calculator .form-check-input.is-valid~.valid-feedback, div#calculator .form-check-input.is-valid~.valid-tooltip, div#calculator .was-validated .form-check-input:valid~.valid-feedback, div#calculator .was-validated .form-check-input:valid~.valid-tooltip {
      display: block
  }

div#calculator .custom-control-input.is-valid~.custom-control-label, div#calculator .was-validated .custom-control-input:valid~.custom-control-label {
      color: #28a745
  }

div#calculator .custom-control-input.is-valid~.custom-control-label:before, div#calculator .was-validated .custom-control-input:valid~.custom-control-label:before {
      border-color: #28a745
  }

div#calculator .custom-control-input.is-valid~.valid-feedback, div#calculator .custom-control-input.is-valid~.valid-tooltip, div#calculator .was-validated .custom-control-input:valid~.valid-feedback, div#calculator .was-validated .custom-control-input:valid~.valid-tooltip {
      display: block
  }

div#calculator .custom-control-input.is-valid:checked~.custom-control-label:before, div#calculator .was-validated .custom-control-input:valid:checked~.custom-control-label:before {
      border-color: #34ce57;
      background-color: #34ce57
  }

div#calculator .custom-control-input.is-valid:focus~.custom-control-label:before, div#calculator .was-validated .custom-control-input:valid:focus~.custom-control-label:before {
      box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
  }

div#calculator .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before, div#calculator .custom-file-input.is-valid~.custom-file-label, div#calculator .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before, div#calculator .was-validated .custom-file-input:valid~.custom-file-label {
      border-color: #28a745
  }

div#calculator .custom-file-input.is-valid~.valid-feedback, div#calculator .custom-file-input.is-valid~.valid-tooltip, div#calculator .was-validated .custom-file-input:valid~.valid-feedback, div#calculator .was-validated .custom-file-input:valid~.valid-tooltip {
      display: block
  }

div#calculator .custom-file-input.is-valid:focus~.custom-file-label, div#calculator .was-validated .custom-file-input:valid:focus~.custom-file-label {
      border-color: #28a745;
      box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
  }

div#calculator .invalid-feedback {
      display: none;
      width: 100%;
      margin-top: .25rem;
      font-size: 80%;
      color: #dc3545
  }

div#calculator .invalid-tooltip {
      position: absolute;
      top: 100%;
      z-index: 5;
      display: none;
      max-width: 100%;
      padding: .25rem .5rem;
      margin-top: .1rem;
      font-size: .875rem;
      line-height: 1.5;
      color: #fff;
      background-color: rgba(220, 53, 69, .9);
      border-radius: .25rem
  }

div#calculator .form-control.is-invalid, div#calculator .was-validated .form-control:invalid {
      border-color: #dc3545;
      padding-right: calc(1.5em + .75rem);
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: 100% calc(.375em + .1875rem);
      background-size: calc(.75em + .375rem) calc(.75em + .375rem)
  }

div#calculator .form-control.is-invalid:focus, div#calculator .was-validated .form-control:invalid:focus {
      border-color: #dc3545;
      box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
  }

div#calculator .form-control.is-invalid~.invalid-feedback, div#calculator .form-control.is-invalid~.invalid-tooltip, div#calculator .was-validated .form-control:invalid~.invalid-feedback, div#calculator .was-validated .form-control:invalid~.invalid-tooltip {
      display: block
  }

div#calculator .was-validated textarea.form-control:invalid, div#calculator textarea.form-control.is-invalid {
      padding-right: calc(1.5em + .75rem);
      background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
  }

div#calculator .custom-select.is-invalid, div#calculator .was-validated .custom-select:invalid {
      border-color: #dc3545;
      padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
  }

div#calculator .custom-select.is-invalid:focus, div#calculator .was-validated .custom-select:invalid:focus {
      border-color: #dc3545;
      box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
  }

div#calculator .custom-select.is-invalid~.invalid-feedback, div#calculator .custom-select.is-invalid~.invalid-tooltip, div#calculator .form-control-file.is-invalid~.invalid-feedback, div#calculator .form-control-file.is-invalid~.invalid-tooltip, div#calculator .was-validated .custom-select:invalid~.invalid-feedback, div#calculator .was-validated .custom-select:invalid~.invalid-tooltip, div#calculator .was-validated .form-control-file:invalid~.invalid-feedback, div#calculator .was-validated .form-control-file:invalid~.invalid-tooltip {
      display: block
  }

div#calculator .form-check-input.is-invalid~.form-check-label, div#calculator .was-validated .form-check-input:invalid~.form-check-label {
      color: #dc3545
  }

div#calculator .form-check-input.is-invalid~.invalid-feedback, div#calculator .form-check-input.is-invalid~.invalid-tooltip, div#calculator .was-validated .form-check-input:invalid~.invalid-feedback, div#calculator .was-validated .form-check-input:invalid~.invalid-tooltip {
      display: block
  }

div#calculator .custom-control-input.is-invalid~.custom-control-label, div#calculator .was-validated .custom-control-input:invalid~.custom-control-label {
      color: #dc3545
  }

div#calculator .custom-control-input.is-invalid~.custom-control-label:before, div#calculator .was-validated .custom-control-input:invalid~.custom-control-label:before {
      border-color: #dc3545
  }

div#calculator .custom-control-input.is-invalid~.invalid-feedback, div#calculator .custom-control-input.is-invalid~.invalid-tooltip, div#calculator .was-validated .custom-control-input:invalid~.invalid-feedback, div#calculator .was-validated .custom-control-input:invalid~.invalid-tooltip {
      display: block
  }

div#calculator .custom-control-input.is-invalid:checked~.custom-control-label:before, div#calculator .was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
      border-color: #e4606d;
      background-color: #e4606d
  }

div#calculator .custom-control-input.is-invalid:focus~.custom-control-label:before, div#calculator .was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
      box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
  }

div#calculator .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before, div#calculator .custom-file-input.is-invalid~.custom-file-label, div#calculator .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before, div#calculator .was-validated .custom-file-input:invalid~.custom-file-label {
      border-color: #dc3545
  }

div#calculator .custom-file-input.is-invalid~.invalid-feedback, div#calculator .custom-file-input.is-invalid~.invalid-tooltip, div#calculator .was-validated .custom-file-input:invalid~.invalid-feedback, div#calculator .was-validated .custom-file-input:invalid~.invalid-tooltip {
      display: block
  }

div#calculator .custom-file-input.is-invalid:focus~.custom-file-label, div#calculator .was-validated .custom-file-input:invalid:focus~.custom-file-label {
      border-color: #dc3545;
      box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
  }

div#calculator .form-inline {
      display: flex;
      flex-flow: row wrap;
      align-items: center
  }

div#calculator .form-inline .form-check {
      width: 100%
  }

@media (min-width:576px) {
      div#calculator .form-inline label {
          -ms-flex-align: center;
          justify-content: center
      }

      div#calculator .form-inline .form-group, div#calculator .form-inline label {
          display: flex;
          align-items: center;
          margin-bottom: 0
      }

      div#calculator .form-inline .form-group {
          flex: 0 0 auto;
          flex-flow: row wrap;
          -ms-flex-align: center
      }

      div#calculator .form-inline .form-control {
          display: inline-block;
          width: auto;
          vertical-align: middle
      }

      div#calculator .form-inline .form-control-plaintext {
          display: inline-block
      }

      div#calculator .form-inline .custom-select, div#calculator .form-inline .input-group {
          width: auto
      }

      div#calculator .form-inline .form-check {
          display: flex;
          align-items: center;
          justify-content: center;
          width: auto;
          padding-left: 0
      }

      div#calculator .form-inline .form-check-input {
          position: relative;
          flex-shrink: 0;
          margin-top: 0;
          margin-right: .25rem;
          margin-left: 0
      }

      div#calculator .form-inline .custom-control {
          align-items: center;
          justify-content: center
      }

      div#calculator .form-inline .custom-control-label {
          margin-bottom: 0
      }
  }

div#calculator .btn {
      display: inline-block;
      font-weight: 400;
      color: #212529;
      text-align: center;
      vertical-align: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background-color: transparent;
      border: 1px solid transparent;
      padding: .375rem .75rem;
      font-size: 1rem;
      line-height: 1.5;
      border-radius: .25rem;
      transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
  }

@media (prefers-reduced-motion:reduce) {
      div#calculator .btn {
          transition: none
      }
  }

div#calculator .btn:hover {
      color: #212529;
      text-decoration: none
  }

div#calculator .btn.focus, div#calculator .btn:focus {
      outline: 0;
      box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
  }

div#calculator .btn.disabled, div#calculator .btn:disabled {
      opacity: .65
  }

div#calculator a.btn.disabled, div#calculator fieldset:disabled a.btn {
      pointer-events: none
  }

div#calculator .btn-primary {
      color: #fff;
      background-color: #007bff;
      border-color: #007bff
  }

div#calculator .btn-primary:hover {
      color: #fff;
      background-color: #0069d9;
      border-color: #0062cc
  }

div#calculator .btn-primary.focus, div#calculator .btn-primary:focus {
      box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
  }

div#calculator .btn-primary.disabled, div#calculator .btn-primary:disabled {
      color: #fff;
      background-color: #007bff;
      border-color: #007bff
  }

div#calculator .btn-primary:not(:disabled):not(.disabled).active, div#calculator .btn-primary:not(:disabled):not(.disabled):active, div#calculator .show>.btn-primary.dropdown-toggle {
      color: #fff;
      background-color: #0062cc;
      border-color: #005cbf
  }

div#calculator .btn-primary:not(:disabled):not(.disabled).active:focus, div#calculator .btn-primary:not(:disabled):not(.disabled):active:focus, div#calculator .show>.btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
  }

div#calculator .btn-secondary {
      color: #fff;
      background-color: #6c757d;
      border-color: #6c757d
  }

div#calculator .btn-secondary:hover {
      color: #fff;
      background-color: #5a6268;
      border-color: #545b62
  }

div#calculator .btn-secondary.focus, div#calculator .btn-secondary:focus {
      box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5)
  }

div#calculator .btn-secondary.disabled, div#calculator .btn-secondary:disabled {
      color: #fff;
      background-color: #6c757d;
      border-color: #6c757d
  }

div#calculator .btn-secondary:not(:disabled):not(.disabled).active, div#calculator .btn-secondary:not(:disabled):not(.disabled):active, div#calculator .show>.btn-secondary.dropdown-toggle {
      color: #fff;
      background-color: #545b62;
      border-color: #4e555b
  }

div#calculator .btn-secondary:not(:disabled):not(.disabled).active:focus, div#calculator .btn-secondary:not(:disabled):not(.disabled):active:focus, div#calculator .show>.btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5)
  }

div#calculator .btn-success {
      color: #fff;
      background-color: #28a745;
      border-color: #28a745
  }

div#calculator .btn-success:hover {
      color: #fff;
      background-color: #218838;
      border-color: #1e7e34
  }

div#calculator .btn-success.focus, div#calculator .btn-success:focus {
      box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
  }

div#calculator .btn-success.disabled, div#calculator .btn-success:disabled {
      color: #fff;
      background-color: #28a745;
      border-color: #28a745
  }

div#calculator .btn-success:not(:disabled):not(.disabled).active, div#calculator .btn-success:not(:disabled):not(.disabled):active, div#calculator .show>.btn-success.dropdown-toggle {
      color: #fff;
      background-color: #1e7e34;
      border-color: #1c7430
  }

div#calculator .btn-success:not(:disabled):not(.disabled).active:focus, div#calculator .btn-success:not(:disabled):not(.disabled):active:focus, div#calculator .show>.btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
  }

div#calculator .btn-info {
      color: #fff;
      background-color: #17a2b8;
      border-color: #17a2b8
  }

div#calculator .btn-info:hover {
      color: #fff;
      background-color: #138496;
      border-color: #117a8b
  }

div#calculator .btn-info.focus, div#calculator .btn-info:focus {
      box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
  }

div#calculator .btn-info.disabled, div#calculator .btn-info:disabled {
      color: #fff;
      background-color: #17a2b8;
      border-color: #17a2b8
  }

div#calculator .btn-info:not(:disabled):not(.disabled).active, div#calculator .btn-info:not(:disabled):not(.disabled):active, div#calculator .show>.btn-info.dropdown-toggle {
      color: #fff;
      background-color: #117a8b;
      border-color: #10707f
  }

div#calculator .btn-info:not(:disabled):not(.disabled).active:focus, div#calculator .btn-info:not(:disabled):not(.disabled):active:focus, div#calculator .show>.btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
  }

div#calculator .btn-warning {
      color: #212529;
      background-color: #ffc107;
      border-color: #ffc107
  }

div#calculator .btn-warning:hover {
      color: #212529;
      background-color: #e0a800;
      border-color: #d39e00
  }

div#calculator .btn-warning.focus, div#calculator .btn-warning:focus {
      box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
  }

div#calculator .btn-warning.disabled, div#calculator .btn-warning:disabled {
      color: #212529;
      background-color: #ffc107;
      border-color: #ffc107
  }

div#calculator .btn-warning:not(:disabled):not(.disabled).active, div#calculator .btn-warning:not(:disabled):not(.disabled):active, div#calculator .show>.btn-warning.dropdown-toggle {
      color: #212529;
      background-color: #d39e00;
      border-color: #c69500
  }

div#calculator .btn-warning:not(:disabled):not(.disabled).active:focus, div#calculator .btn-warning:not(:disabled):not(.disabled):active:focus, div#calculator .show>.btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
  }

div#calculator .btn-danger {
      color: #fff;
      background-color: #dc3545;
      border-color: #dc3545
  }

div#calculator .btn-danger:hover {
      color: #fff;
      background-color: #c82333;
      border-color: #bd2130
  }

div#calculator .btn-danger.focus, div#calculator .btn-danger:focus {
      box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
  }

div#calculator .btn-danger.disabled, div#calculator .btn-danger:disabled {
      color: #fff;
      background-color: #dc3545;
      border-color: #dc3545
  }

div#calculator .btn-danger:not(:disabled):not(.disabled).active, div#calculator .btn-danger:not(:disabled):not(.disabled):active, div#calculator .show>.btn-danger.dropdown-toggle {
      color: #fff;
      background-color: #bd2130;
      border-color: #b21f2d
  }

div#calculator .btn-danger:not(:disabled):not(.disabled).active:focus, div#calculator .btn-danger:not(:disabled):not(.disabled):active:focus, div#calculator .show>.btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
  }

div#calculator .btn-light {
      color: #212529;
      background-color: #f8f9fa;
      border-color: #f8f9fa
  }

div#calculator .btn-light:hover {
      color: #212529;
      background-color: #e2e6ea;
      border-color: #dae0e5
  }

div#calculator .btn-light.focus, div#calculator .btn-light:focus {
      box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
  }

div#calculator .btn-light.disabled, div#calculator .btn-light:disabled {
      color: #212529;
      background-color: #f8f9fa;
      border-color: #f8f9fa
  }

div#calculator .btn-light:not(:disabled):not(.disabled).active, div#calculator .btn-light:not(:disabled):not(.disabled):active, div#calculator .show>.btn-light.dropdown-toggle {
      color: #212529;
      background-color: #dae0e5;
      border-color: #d3d9df
  }

div#calculator .btn-light:not(:disabled):not(.disabled).active:focus, div#calculator .btn-light:not(:disabled):not(.disabled):active:focus, div#calculator .show>.btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
  }

div#calculator .btn-dark {
      color: #fff;
      background-color: #343a40;
      border-color: #343a40
  }

div#calculator .btn-dark:hover {
      color: #fff;
      background-color: #23272b;
      border-color: #1d2124
  }

div#calculator .btn-dark.focus, div#calculator .btn-dark:focus {
      box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
  }

div#calculator .btn-dark.disabled, div#calculator .btn-dark:disabled {
      color: #fff;
      background-color: #343a40;
      border-color: #343a40
  }

div#calculator .btn-dark:not(:disabled):not(.disabled).active, div#calculator .btn-dark:not(:disabled):not(.disabled):active, div#calculator .show>.btn-dark.dropdown-toggle {
      color: #fff;
      background-color: #1d2124;
      border-color: #171a1d
  }

div#calculator .btn-dark:not(:disabled):not(.disabled).active:focus, div#calculator .btn-dark:not(:disabled):not(.disabled):active:focus, div#calculator .show>.btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
  }

div#calculator .btn-outline-primary {
      color: #007bff;
      border-color: #007bff
  }

div#calculator .btn-outline-primary:hover {
      color: #fff;
      background-color: #007bff;
      border-color: #007bff
  }

div#calculator .btn-outline-primary.focus, div#calculator .btn-outline-primary:focus {
      box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
  }

div#calculator .btn-outline-primary.disabled, div#calculator .btn-outline-primary:disabled {
      color: #007bff;
      background-color: transparent
  }

div#calculator .btn-outline-primary:not(:disabled):not(.disabled).active, div#calculator .btn-outline-primary:not(:disabled):not(.disabled):active, div#calculator .show>.btn-outline-primary.dropdown-toggle {
      color: #fff;
      background-color: #007bff;
      border-color: #007bff
  }

div#calculator .btn-outline-primary:not(:disabled):not(.disabled).active:focus, div#calculator .btn-outline-primary:not(:disabled):not(.disabled):active:focus, div#calculator .show>.btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
  }

div#calculator .btn-outline-secondary {
      color: #6c757d;
      border-color: #6c757d
  }

div#calculator .btn-outline-secondary:hover {
      color: #fff;
      background-color: #6c757d;
      border-color: #6c757d
  }

div#calculator .btn-outline-secondary.focus, div#calculator .btn-outline-secondary:focus {
      box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
  }

div#calculator .btn-outline-secondary.disabled, div#calculator .btn-outline-secondary:disabled {
      color: #6c757d;
      background-color: transparent
  }

div#calculator .btn-outline-secondary:not(:disabled):not(.disabled).active, div#calculator .btn-outline-secondary:not(:disabled):not(.disabled):active, div#calculator .show>.btn-outline-secondary.dropdown-toggle {
      color: #fff;
      background-color: #6c757d;
      border-color: #6c757d
  }

div#calculator .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, div#calculator .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, div#calculator .show>.btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
  }

div#calculator .btn-outline-success {
      color: #28a745;
      border-color: #28a745
  }

div#calculator .btn-outline-success:hover {
      color: #fff;
      background-color: #28a745;
      border-color: #28a745
  }

div#calculator .btn-outline-success.focus, div#calculator .btn-outline-success:focus {
      box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
  }

div#calculator .btn-outline-success.disabled, div#calculator .btn-outline-success:disabled {
      color: #28a745;
      background-color: transparent
  }

div#calculator .btn-outline-success:not(:disabled):not(.disabled).active, div#calculator .btn-outline-success:not(:disabled):not(.disabled):active, div#calculator .show>.btn-outline-success.dropdown-toggle {
      color: #fff;
      background-color: #28a745;
      border-color: #28a745
  }

div#calculator .btn-outline-success:not(:disabled):not(.disabled).active:focus, div#calculator .btn-outline-success:not(:disabled):not(.disabled):active:focus, div#calculator .show>.btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
  }

div#calculator .btn-outline-info {
      color: #17a2b8;
      border-color: #17a2b8
  }

div#calculator .btn-outline-info:hover {
      color: #fff;
      background-color: #17a2b8;
      border-color: #17a2b8
  }

div#calculator .btn-outline-info.focus, div#calculator .btn-outline-info:focus {
      box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
  }

div#calculator .btn-outline-info.disabled, div#calculator .btn-outline-info:disabled {
      color: #17a2b8;
      background-color: transparent
  }

div#calculator .btn-outline-info:not(:disabled):not(.disabled).active, div#calculator .btn-outline-info:not(:disabled):not(.disabled):active, div#calculator .show>.btn-outline-info.dropdown-toggle {
      color: #fff;
      background-color: #17a2b8;
      border-color: #17a2b8
  }

div#calculator .btn-outline-info:not(:disabled):not(.disabled).active:focus, div#calculator .btn-outline-info:not(:disabled):not(.disabled):active:focus, div#calculator .show>.btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
  }

div#calculator .btn-outline-warning {
      color: #ffc107;
      border-color: #ffc107
  }

div#calculator .btn-outline-warning:hover {
      color: #212529;
      background-color: #ffc107;
      border-color: #ffc107
  }

div#calculator .btn-outline-warning.focus, div#calculator .btn-outline-warning:focus {
      box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
  }

div#calculator .btn-outline-warning.disabled, div#calculator .btn-outline-warning:disabled {
      color: #ffc107;
      background-color: transparent
  }

div#calculator .btn-outline-warning:not(:disabled):not(.disabled).active, div#calculator .btn-outline-warning:not(:disabled):not(.disabled):active, div#calculator .show>.btn-outline-warning.dropdown-toggle {
      color: #212529;
      background-color: #ffc107;
      border-color: #ffc107
  }

div#calculator .btn-outline-warning:not(:disabled):not(.disabled).active:focus, div#calculator .btn-outline-warning:not(:disabled):not(.disabled):active:focus, div#calculator .show>.btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
  }

div#calculator .btn-outline-danger {
      color: #dc3545;
      border-color: #dc3545
  }

div#calculator .btn-outline-danger:hover {
      color: #fff;
      background-color: #dc3545;
      border-color: #dc3545
  }

div#calculator .btn-outline-danger.focus, div#calculator .btn-outline-danger:focus {
      box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
  }

div#calculator .btn-outline-danger.disabled, div#calculator .btn-outline-danger:disabled {
      color: #dc3545;
      background-color: transparent
  }

div#calculator .btn-outline-danger:not(:disabled):not(.disabled).active, div#calculator .btn-outline-danger:not(:disabled):not(.disabled):active, div#calculator .show>.btn-outline-danger.dropdown-toggle {
      color: #fff;
      background-color: #dc3545;
      border-color: #dc3545
  }

div#calculator .btn-outline-danger:not(:disabled):not(.disabled).active:focus, div#calculator .btn-outline-danger:not(:disabled):not(.disabled):active:focus, div#calculator .show>.btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
  }

div#calculator .btn-outline-light {
      color: #f8f9fa;
      border-color: #f8f9fa
  }

div#calculator .btn-outline-light:hover {
      color: #212529;
      background-color: #f8f9fa;
      border-color: #f8f9fa
  }

div#calculator .btn-outline-light.focus, div#calculator .btn-outline-light:focus {
      box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
  }

div#calculator .btn-outline-light.disabled, div#calculator .btn-outline-light:disabled {
      color: #f8f9fa;
      background-color: transparent
  }

div#calculator .btn-outline-light:not(:disabled):not(.disabled).active, div#calculator .btn-outline-light:not(:disabled):not(.disabled):active, div#calculator .show>.btn-outline-light.dropdown-toggle {
      color: #212529;
      background-color: #f8f9fa;
      border-color: #f8f9fa
  }

div#calculator .btn-outline-light:not(:disabled):not(.disabled).active:focus, div#calculator .btn-outline-light:not(:disabled):not(.disabled):active:focus, div#calculator .show>.btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
  }

div#calculator .btn-outline-dark {
      color: #343a40;
      border-color: #343a40
  }

div#calculator .btn-outline-dark:hover {
      color: #fff;
      background-color: #343a40;
      border-color: #343a40
  }

div#calculator .btn-outline-dark.focus, div#calculator .btn-outline-dark:focus {
      box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
  }

div#calculator .btn-outline-dark.disabled, div#calculator .btn-outline-dark:disabled {
      color: #343a40;
      background-color: transparent
  }

div#calculator .btn-outline-dark:not(:disabled):not(.disabled).active, div#calculator .btn-outline-dark:not(:disabled):not(.disabled):active, div#calculator .show>.btn-outline-dark.dropdown-toggle {
      color: #fff;
      background-color: #343a40;
      border-color: #343a40
  }

div#calculator .btn-outline-dark:not(:disabled):not(.disabled).active:focus, div#calculator .btn-outline-dark:not(:disabled):not(.disabled):active:focus, div#calculator .show>.btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
  }

div#calculator .btn-link {
      font-weight: 400;
      color: #007bff;
      text-decoration: none
  }

div#calculator .btn-link:hover {
      color: #0056b3;
      text-decoration: underline
  }

div#calculator .btn-link.focus, div#calculator .btn-link:focus {
      text-decoration: underline;
      box-shadow: none
  }

div#calculator .btn-link.disabled, div#calculator .btn-link:disabled {
      color: #6c757d;
      pointer-events: none
  }

div#calculator .btn-group-lg>.btn, div#calculator .btn-lg {
      padding: .5rem 1rem;
      font-size: 1.25rem;
      line-height: 1.5;
      border-radius: .3rem
  }

div#calculator .btn-group-sm>.btn, div#calculator .btn-sm {
      padding: .25rem .5rem;
      font-size: .875rem;
      line-height: 1.5;
      border-radius: .2rem
  }

div#calculator .btn-block {
      display: block;
      width: 100%
  }

div#calculator .btn-block+.btn-block {
      margin-top: .5rem
  }

div#calculator input[type=button].btn-block, div#calculator input[type=reset].btn-block, div#calculator input[type=submit].btn-block {
      width: 100%
  }

div#calculator .fade {
      transition: opacity .15s linear
  }

@media (prefers-reduced-motion:reduce) {
      div#calculator .fade {
          transition: none
      }
  }

div#calculator .fade:not(.show) {
      opacity: 0
  }

div#calculator .collapse:not(.show) {
      display: none
  }

div#calculator .collapsing {
      position: relative;
      height: 0;
      overflow: hidden;
      transition: height .35s ease
  }

@media (prefers-reduced-motion:reduce) {
      div#calculator .collapsing {
          transition: none
      }
  }

div#calculator .dropdown, div#calculator .dropleft, div#calculator .dropright, div#calculator .dropup {
      position: relative
  }

div#calculator .dropdown-toggle {
      white-space: nowrap
  }

div#calculator .dropdown-toggle:after {
      display: inline-block;
      margin-left: .255em;
      vertical-align: .255em;
      content: "";
      border-top: .3em solid;
      border-right: .3em solid transparent;
      border-bottom: 0;
      border-left: .3em solid transparent
  }

div#calculator .dropdown-toggle:empty:after {
      margin-left: 0
  }

div#calculator .dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000;
      display: none;
      float: left;
      min-width: 10rem;
      padding: .5rem 0;
      margin: .125rem 0 0;
      font-size: 1rem;
      color: #212529;
      text-align: left;
      list-style: none;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid rgba(0, 0, 0, .15);
      border-radius: .25rem
  }

div#calculator .dropdown-menu-left {
      right: auto;
      left: 0
  }

div#calculator .dropdown-menu-right {
      right: 0;
      left: auto
  }

@media (min-width:576px) {
      div#calculator .dropdown-menu-sm-left {
          right: auto;
          left: 0
      }

      div#calculator .dropdown-menu-sm-right {
          right: 0;
          left: auto
      }
  }

@media (min-width:768px) {
      div#calculator .dropdown-menu-md-left {
          right: auto;
          left: 0
      }

      div#calculator .dropdown-menu-md-right {
          right: 0;
          left: auto
      }
  }

@media (min-width:992px) {
      div#calculator .dropdown-menu-lg-left {
          right: auto;
          left: 0
      }

      div#calculator .dropdown-menu-lg-right {
          right: 0;
          left: auto
      }
  }

@media (min-width:1200px) {
      div#calculator .dropdown-menu-xl-left {
          right: auto;
          left: 0
      }

      div#calculator .dropdown-menu-xl-right {
          right: 0;
          left: auto
      }
  }

div#calculator .dropup .dropdown-menu {
      top: auto;
      bottom: 100%;
      margin-top: 0;
      margin-bottom: .125rem
  }

div#calculator .dropup .dropdown-toggle:after {
      display: inline-block;
      margin-left: .255em;
      vertical-align: .255em;
      content: "";
      border-top: 0;
      border-right: .3em solid transparent;
      border-bottom: .3em solid;
      border-left: .3em solid transparent
  }

div#calculator .dropup .dropdown-toggle:empty:after {
      margin-left: 0
  }

div#calculator .dropright .dropdown-menu {
      top: 0;
      right: auto;
      left: 100%;
      margin-top: 0;
      margin-left: .125rem
  }

div#calculator .dropright .dropdown-toggle:after {
      display: inline-block;
      margin-left: .255em;
      vertical-align: .255em;
      content: "";
      border-top: .3em solid transparent;
      border-right: 0;
      border-bottom: .3em solid transparent;
      border-left: .3em solid
  }

div#calculator .dropright .dropdown-toggle:empty:after {
      margin-left: 0
  }

div#calculator .dropright .dropdown-toggle:after {
      vertical-align: 0
  }

div#calculator .dropleft .dropdown-menu {
      top: 0;
      right: 100%;
      left: auto;
      margin-top: 0;
      margin-right: .125rem
  }

div#calculator .dropleft .dropdown-toggle:after {
      display: inline-block;
      margin-left: .255em;
      vertical-align: .255em;
      content: "";
      display: none
  }

div#calculator .dropleft .dropdown-toggle:before {
      display: inline-block;
      margin-right: .255em;
      vertical-align: .255em;
      content: "";
      border-top: .3em solid transparent;
      border-right: .3em solid;
      border-bottom: .3em solid transparent
  }

div#calculator .dropleft .dropdown-toggle:empty:after {
      margin-left: 0
  }

div#calculator .dropleft .dropdown-toggle:before {
      vertical-align: 0
  }

div#calculator .dropdown-menu[x-placement^=bottom], div#calculator .dropdown-menu[x-placement^=left], div#calculator .dropdown-menu[x-placement^=right], div#calculator .dropdown-menu[x-placement^=top] {
      right: auto;
      bottom: auto
  }

div#calculator .dropdown-divider {
      height: 0;
      margin: .5rem 0;
      overflow: hidden;
      border-top: 1px solid #e9ecef
  }

div#calculator .dropdown-item {
      display: block;
      width: 100%;
      padding: .25rem 1.5rem;
      clear: both;
      font-weight: 400;
      color: #212529;
      text-align: inherit;
      white-space: nowrap;
      background-color: transparent;
      border: 0
  }

div#calculator .dropdown-item:focus, div#calculator .dropdown-item:hover {
      color: #16181b;
      text-decoration: none;
      background-color: #f8f9fa
  }

div#calculator .dropdown-item.active, div#calculator .dropdown-item:active {
      color: #fff;
      text-decoration: none;
      background-color: #007bff
  }

div#calculator .dropdown-item.disabled, div#calculator .dropdown-item:disabled {
      color: #6c757d;
      pointer-events: none;
      background-color: transparent
  }

div#calculator .dropdown-menu.show {
      display: block
  }

div#calculator .dropdown-header {
      display: block;
      padding: .5rem 1.5rem;
      margin-bottom: 0;
      font-size: .875rem;
      color: #6c757d;
      white-space: nowrap
  }

div#calculator .dropdown-item-text {
      display: block;
      padding: .25rem 1.5rem;
      color: #212529
  }

div#calculator .btn-group, div#calculator .btn-group-vertical {
      position: relative;
      display: inline-flex;
      vertical-align: middle
  }

div#calculator .btn-group-vertical>.btn, div#calculator .btn-group>.btn {
      position: relative;
      flex: 1 1 auto
  }

div#calculator .btn-group-vertical>.btn.active, div#calculator .btn-group-vertical>.btn:active, div#calculator .btn-group-vertical>.btn:focus, div#calculator .btn-group-vertical>.btn:hover, div#calculator .btn-group>.btn.active, div#calculator .btn-group>.btn:active, div#calculator .btn-group>.btn:focus, div#calculator .btn-group>.btn:hover {
      z-index: 1
  }

div#calculator .btn-toolbar {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start
  }

div#calculator .btn-toolbar .input-group {
      width: auto
  }

div#calculator .btn-group>.btn-group:not(:first-child), div#calculator .btn-group>.btn:not(:first-child) {
      margin-left: -1px
  }

div#calculator .btn-group>.btn-group:not(:last-child)>.btn, div#calculator .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0
  }

div#calculator .btn-group>.btn-group:not(:first-child)>.btn, div#calculator .btn-group>.btn:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0
  }

div#calculator .dropdown-toggle-split {
      padding-right: .5625rem;
      padding-left: .5625rem
  }

div#calculator .dropdown-toggle-split:after, div#calculator .dropright .dropdown-toggle-split:after, div#calculator .dropup .dropdown-toggle-split:after {
      margin-left: 0
  }

div#calculator .dropleft .dropdown-toggle-split:before {
      margin-right: 0
  }

div#calculator .btn-group-sm>.btn+.dropdown-toggle-split, div#calculator .btn-sm+.dropdown-toggle-split {
      padding-right: .375rem;
      padding-left: .375rem
  }

div#calculator .btn-group-lg>.btn+.dropdown-toggle-split, div#calculator .btn-lg+.dropdown-toggle-split {
      padding-right: .75rem;
      padding-left: .75rem
  }

div#calculator .btn-group-vertical {
      flex-direction: column;
      align-items: flex-start;
      justify-content: center
  }

div#calculator .btn-group-vertical>.btn, div#calculator .btn-group-vertical>.btn-group {
      width: 100%
  }

div#calculator .btn-group-vertical>.btn-group:not(:first-child), div#calculator .btn-group-vertical>.btn:not(:first-child) {
      margin-top: -1px
  }

div#calculator .btn-group-vertical>.btn-group:not(:last-child)>.btn, div#calculator .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0
  }

div#calculator .btn-group-vertical>.btn-group:not(:first-child)>.btn, div#calculator .btn-group-vertical>.btn:not(:first-child) {
      border-top-left-radius: 0;
      border-top-right-radius: 0
  }

div#calculator .btn-group-toggle>.btn, div#calculator .btn-group-toggle>.btn-group>.btn {
      margin-bottom: 0
  }

div#calculator .btn-group-toggle>.btn-group>.btn input[type=checkbox], div#calculator .btn-group-toggle>.btn-group>.btn input[type=radio], div#calculator .btn-group-toggle>.btn input[type=checkbox], div#calculator .btn-group-toggle>.btn input[type=radio] {
      position: absolute;
      clip: rect(0, 0, 0, 0);
      pointer-events: none
  }

div#calculator .input-group {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
      width: 100%
  }

div#calculator .input-group>.custom-file, div#calculator .input-group>.custom-select, div#calculator .input-group>.form-control, div#calculator .input-group>.form-control-plaintext {
      position: relative;
      flex: 1 1 auto;
      width: 1%;
      margin-bottom: 0
  }

div#calculator .input-group>.custom-file+.custom-file, div#calculator .input-group>.custom-file+.custom-select, div#calculator .input-group>.custom-file+.form-control, div#calculator .input-group>.custom-select+.custom-file, div#calculator .input-group>.custom-select+.custom-select, div#calculator .input-group>.custom-select+.form-control, div#calculator .input-group>.form-control+.custom-file, div#calculator .input-group>.form-control+.custom-select, div#calculator .input-group>.form-control+.form-control, div#calculator .input-group>.form-control-plaintext+.custom-file, div#calculator .input-group>.form-control-plaintext+.custom-select, div#calculator .input-group>.form-control-plaintext+.form-control {
      margin-left: -1px
  }

div#calculator .input-group>.custom-file .custom-file-input:focus~.custom-file-label, div#calculator .input-group>.custom-select:focus, div#calculator .input-group>.form-control:focus {
      z-index: 3
  }

div#calculator .input-group>.custom-file .custom-file-input:focus {
      z-index: 4
  }

div#calculator .input-group>.custom-select:not(:last-child), div#calculator .input-group>.form-control:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0
  }

div#calculator .input-group>.custom-select:not(:first-child), div#calculator .input-group>.form-control:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0
  }

div#calculator .input-group>.custom-file {
      display: flex;
      align-items: center
  }

div#calculator .input-group>.custom-file:not(:last-child) .custom-file-label, div#calculator .input-group>.custom-file:not(:last-child) .custom-file-label:after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0
  }

div#calculator .input-group>.custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0
  }

div#calculator .input-group-append, div#calculator .input-group-prepend {
      display: flex
  }

div#calculator .input-group-append .btn, div#calculator .input-group-prepend .btn {
      position: relative;
      z-index: 2
  }

div#calculator .input-group-append .btn:focus, div#calculator .input-group-prepend .btn:focus {
      z-index: 3
  }

div#calculator .input-group-append .btn+.btn, div#calculator .input-group-append .btn+.input-group-text, div#calculator .input-group-append .input-group-text+.btn, div#calculator .input-group-append .input-group-text+.input-group-text, div#calculator .input-group-prepend .btn+.btn, div#calculator .input-group-prepend .btn+.input-group-text, div#calculator .input-group-prepend .input-group-text+.btn, div#calculator .input-group-prepend .input-group-text+.input-group-text {
      margin-left: -1px
  }

div#calculator .input-group-prepend {
      margin-right: -1px
  }

div#calculator .input-group-append {
      margin-left: -1px
  }

div#calculator .input-group-text {
      display: flex;
      align-items: center;
      padding: .375rem .75rem;
      margin-bottom: 0;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #495057;
      text-align: center;
      white-space: nowrap;
      background-color: #e9ecef;
      border: 1px solid #ced4da;
      border-radius: .25rem
  }

div#calculator .input-group-text input[type=checkbox], div#calculator .input-group-text input[type=radio] {
      margin-top: 0
  }

div#calculator .input-group-lg>.custom-select, div#calculator .input-group-lg>.form-control:not(textarea) {
      height: calc(1.5em + 1rem + 2px)
  }

div#calculator .input-group-lg>.custom-select, div#calculator .input-group-lg>.form-control, div#calculator .input-group-lg>.input-group-append>.btn, div#calculator .input-group-lg>.input-group-append>.input-group-text, div#calculator .input-group-lg>.input-group-prepend>.btn, div#calculator .input-group-lg>.input-group-prepend>.input-group-text {
      padding: .5rem 1rem;
      font-size: 1.25rem;
      line-height: 1.5;
      border-radius: .3rem
  }

div#calculator .input-group-sm>.custom-select, div#calculator .input-group-sm>.form-control:not(textarea) {
      height: calc(1.5em + .5rem + 2px)
  }

div#calculator .input-group-sm>.custom-select, div#calculator .input-group-sm>.form-control, div#calculator .input-group-sm>.input-group-append>.btn, div#calculator .input-group-sm>.input-group-append>.input-group-text, div#calculator .input-group-sm>.input-group-prepend>.btn, div#calculator .input-group-sm>.input-group-prepend>.input-group-text {
      padding: .25rem .5rem;
      font-size: .875rem;
      line-height: 1.5;
      border-radius: .2rem
  }

div#calculator .input-group-lg>.custom-select, div#calculator .input-group-sm>.custom-select {
      padding-right: 1.75rem
  }

div#calculator .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), div#calculator .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), div#calculator .input-group>.input-group-append:not(:last-child)>.btn, div#calculator .input-group>.input-group-append:not(:last-child)>.input-group-text, div#calculator .input-group>.input-group-prepend>.btn, div#calculator .input-group>.input-group-prepend>.input-group-text {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0
  }

div#calculator .input-group>.input-group-append>.btn, div#calculator .input-group>.input-group-append>.input-group-text, div#calculator .input-group>.input-group-prepend:first-child>.btn:not(:first-child), div#calculator .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), div#calculator .input-group>.input-group-prepend:not(:first-child)>.btn, div#calculator .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0
  }

div#calculator .custom-control {
      position: relative;
      display: block;
      min-height: 1.5rem;
      padding-left: 1.5rem
  }

div#calculator .custom-control-inline {
      display: inline-flex;
      margin-right: 1rem
  }

div#calculator .custom-control-input {
      position: absolute;
      z-index: -1;
      opacity: 0
  }

div#calculator .custom-control-input:checked~.custom-control-label:before {
      color: #fff;
      border-color: #007bff;
      background-color: #007bff
  }

div#calculator .custom-control-input:focus~.custom-control-label:before {
      box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
  }

div#calculator .custom-control-input:focus:not(:checked)~.custom-control-label:before {
      border-color: #80bdff
  }

div#calculator .custom-control-input:not(:disabled):active~.custom-control-label:before {
      color: #fff;
      background-color: #b3d7ff;
      border-color: #b3d7ff
  }

div#calculator .custom-control-input:disabled~.custom-control-label {
      color: #6c757d
  }

div#calculator .custom-control-input:disabled~.custom-control-label:before {
      background-color: #e9ecef
  }

div#calculator .custom-control-label {
      position: relative;
      margin-bottom: 0;
      vertical-align: top
  }

div#calculator .custom-control-label:before {
      pointer-events: none;
      background-color: #fff;
      border: 1px solid #adb5bd
  }

div#calculator .custom-control-label:after, div#calculator .custom-control-label:before {
      position: absolute;
      top: .25rem;
      left: -1.5rem;
      display: block;
      width: 1rem;
      height: 1rem;
      content: ""
  }

div#calculator .custom-control-label:after {
      background: no-repeat 50%/50% 50%
  }

div#calculator .custom-checkbox .custom-control-label:before {
      border-radius: .25rem
  }

div#calculator .custom-checkbox .custom-control-input:checked~.custom-control-label:after {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
  }

div#calculator .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
      border-color: #007bff;
      background-color: #007bff
  }

div#calculator .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
  }

div#calculator .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
      background-color: rgba(0, 123, 255, .5)
  }

div#calculator .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
      background-color: rgba(0, 123, 255, .5)
  }

div#calculator .custom-radio .custom-control-label:before {
      border-radius: 50%
  }

div#calculator .custom-radio .custom-control-input:checked~.custom-control-label:after {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
  }

div#calculator .custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
      background-color: rgba(0, 123, 255, .5)
  }

div#calculator .custom-switch {
      padding-left: 2.25rem
  }

div#calculator .custom-switch .custom-control-label:before {
      left: -2.25rem;
      width: 1.75rem;
      pointer-events: all;
      border-radius: .5rem
  }

div#calculator .custom-switch .custom-control-label:after {
      top: calc(.25rem + 2px);
      left: calc(-2.25rem + 2px);
      width: calc(1rem - 4px);
      height: calc(1rem - 4px);
      background-color: #adb5bd;
      border-radius: .5rem;
      transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
  }

@media (prefers-reduced-motion:reduce) {
      div#calculator .custom-switch .custom-control-label:after {
          transition: none
      }
  }

div#calculator .custom-switch .custom-control-input:checked~.custom-control-label:after {
      background-color: #fff;
      transform: translateX(.75rem)
  }

div#calculator .custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
      background-color: rgba(0, 123, 255, .5)
  }

div#calculator .custom-select {
      display: inline-block;
      width: 100%;
      height: calc(1.5em + .75rem + 2px);
      padding: .375rem 1.75rem .375rem .75rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #495057;
      vertical-align: middle;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
      background-color: #fff;
      border: 1px solid #ced4da;
      border-radius: .25rem;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none
  }

div#calculator .custom-select:focus {
      border-color: #80bdff;
      outline: 0;
      box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
  }

div#calculator .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff
  }

div#calculator .custom-select[multiple], div#calculator .custom-select[size]:not([size="1"]) {
      height: auto;
      padding-right: .75rem;
      background-image: none
  }

div#calculator .custom-select:disabled {
      color: #6c757d;
      background-color: #e9ecef
  }

div#calculator .custom-select::-ms-expand {
      display: none
  }

div#calculator .custom-select-sm {
      height: calc(1.5em + .5rem + 2px);
      padding-top: .25rem;
      padding-bottom: .25rem;
      padding-left: .5rem;
      font-size: .875rem
  }

div#calculator .custom-select-lg {
      height: calc(1.5em + 1rem + 2px);
      padding-top: .5rem;
      padding-bottom: .5rem;
      padding-left: 1rem;
      font-size: 1.25rem
  }

div#calculator .custom-file {
      display: inline-block;
      margin-bottom: 0
  }

div#calculator .custom-file, div#calculator .custom-file-input {
      position: relative;
      width: 100%;
      height: calc(1.5em + .75rem + 2px)
  }

div#calculator .custom-file-input {
      z-index: 2;
      margin: 0;
      opacity: 0
  }

div#calculator .custom-file-input:focus~.custom-file-label {
      border-color: #80bdff;
      box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
  }

div#calculator .custom-file-input:disabled~.custom-file-label {
      background-color: #e9ecef
  }

div#calculator .custom-file-input:lang(en)~.custom-file-label:after {
      content: "Browse"
  }

div#calculator .custom-file-input~.custom-file-label[data-browse]:after {
      content: attr(data-browse)
  }

div#calculator .custom-file-label {
      left: 0;
      z-index: 1;
      height: calc(1.5em + .75rem + 2px);
      font-weight: 400;
      background-color: #fff;
      border: 1px solid #ced4da;
      border-radius: .25rem
  }

div#calculator .custom-file-label, div#calculator .custom-file-label:after {
      position: absolute;
      top: 0;
      right: 0;
      padding: .375rem .75rem;
      line-height: 1.5;
      color: #495057
  }

div#calculator .custom-file-label:after {
      bottom: 0;
      z-index: 3;
      display: block;
      height: calc(1.5em + .75rem);
      content: "Browse";
      background-color: #e9ecef;
      border-left: inherit;
      border-radius: 0 .25rem .25rem 0
  }

div#calculator .custom-range {
      width: 100%;
      height: 1.4rem;
      padding: 0;
      background-color: transparent;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none
  }

div#calculator .custom-range:focus {
      outline: 0
  }

div#calculator .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
  }

div#calculator .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
  }

div#calculator .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
  }

div#calculator .custom-range::-moz-focus-outer {
      border: 0
  }

div#calculator .custom-range::-webkit-slider-thumb {
      width: 1rem;
      height: 1rem;
      margin-top: -.25rem;
      background-color: #007bff;
      border: 0;
      border-radius: 1rem;
      -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
      transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
      -webkit-appearance: none;
      appearance: none
  }

@media (prefers-reduced-motion:reduce) {
      div#calculator .custom-range::-webkit-slider-thumb {
          -webkit-transition: none;
          transition: none
      }
  }

div#calculator .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff
  }

div#calculator .custom-range::-webkit-slider-runnable-track {
      width: 100%;
      height: .5rem;
      color: transparent;
      cursor: pointer;
      background-color: #dee2e6;
      border-color: transparent;
      border-radius: 1rem
  }

div#calculator .custom-range::-moz-range-thumb {
      width: 1rem;
      height: 1rem;
      background-color: #007bff;
      border: 0;
      border-radius: 1rem;
      -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
      transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
      -moz-appearance: none;
      appearance: none
  }

@media (prefers-reduced-motion:reduce) {
      div#calculator .custom-range::-moz-range-thumb {
          -moz-transition: none;
          transition: none
      }
  }

div#calculator .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff
  }

div#calculator .custom-range::-moz-range-track {
      width: 100%;
      height: .5rem;
      color: transparent;
      cursor: pointer;
      background-color: #dee2e6;
      border-color: transparent;
      border-radius: 1rem
  }

div#calculator .custom-range::-ms-thumb {
      width: 1rem;
      height: 1rem;
      margin-top: 0;
      margin-right: .2rem;
      margin-left: .2rem;
      background-color: #007bff;
      border: 0;
      border-radius: 1rem;
      -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
      transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
      appearance: none
  }

@media (prefers-reduced-motion:reduce) {
      div#calculator .custom-range::-ms-thumb {
          -ms-transition: none;
          transition: none
      }
  }

div#calculator .custom-range::-ms-thumb:active {
      background-color: #b3d7ff
  }

div#calculator .custom-range::-ms-track {
      width: 100%;
      height: .5rem;
      color: transparent;
      cursor: pointer;
      background-color: transparent;
      border-color: transparent;
      border-width: .5rem
  }

div#calculator .custom-range::-ms-fill-lower, div#calculator .custom-range::-ms-fill-upper {
      background-color: #dee2e6;
      border-radius: 1rem
  }

div#calculator .custom-range::-ms-fill-upper {
      margin-right: 15px
  }

div#calculator .custom-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd
  }

div#calculator .custom-range:disabled::-webkit-slider-runnable-track {
      cursor: default
  }

div#calculator .custom-range:disabled::-moz-range-thumb {
      background-color: #adb5bd
  }

div#calculator .custom-range:disabled::-moz-range-track {
      cursor: default
  }

div#calculator .custom-range:disabled::-ms-thumb {
      background-color: #adb5bd
  }

div#calculator .custom-control-label:before, div#calculator .custom-file-label, div#calculator .custom-select {
      transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
  }

@media (prefers-reduced-motion:reduce) {
      div#calculator .custom-control-label:before, div#calculator .custom-file-label, div#calculator .custom-select {
          transition: none
      }
  }

div#calculator .nav {
      display: flex;
      flex-wrap: wrap;
      padding-left: 0;
      margin-bottom: 0;
      list-style: none
  }

div#calculator .nav-link {
      display: block;
      padding: .5rem 1rem
  }

div#calculator .nav-link:focus, div#calculator .nav-link:hover {
      text-decoration: none
  }

div#calculator .nav-link.disabled {
      color: #6c757d;
      pointer-events: none;
      cursor: default
  }

div#calculator .nav-tabs {
      border-bottom: 1px solid #dee2e6
  }

div#calculator .nav-tabs .nav-item {
      margin-bottom: -1px
  }

div#calculator .nav-tabs .nav-link {
      border: 1px solid transparent;
      border-top-left-radius: .25rem;
      border-top-right-radius: .25rem
  }

div#calculator .nav-tabs .nav-link:focus, div#calculator .nav-tabs .nav-link:hover {
      border-color: #e9ecef #e9ecef #dee2e6
  }

div#calculator .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent
  }

div#calculator .nav-tabs .nav-item.show .nav-link, div#calculator .nav-tabs .nav-link.active {
      color: #495057;
      background-color: #fff;
      border-color: #dee2e6 #dee2e6 #fff
  }

div#calculator .nav-tabs .dropdown-menu {
      margin-top: -1px;
      border-top-left-radius: 0;
      border-top-right-radius: 0
  }

div#calculator .nav-pills .nav-link {
      border-radius: .25rem
  }

div#calculator .nav-pills .nav-link.active, div#calculator .nav-pills .show>.nav-link {
      color: #fff;
      background-color: #007bff
  }

div#calculator .nav-fill .nav-item {
      flex: 1 1 auto;
      text-align: center
  }

div#calculator .nav-justified .nav-item {
      flex-basis: 0;
      flex-grow: 1;
      text-align: center
  }

div#calculator .tab-content>.tab-pane {
      display: none
  }

div#calculator .tab-content>.active {
      display: block
  }

div#calculator .navbar {
      position: relative;
      padding: .5rem 1rem
  }

div#calculator .navbar, div#calculator .navbar>.container, div#calculator .navbar>.container-fluid {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between
  }

div#calculator .navbar-brand {
      display: inline-block;
      padding-top: .3125rem;
      padding-bottom: .3125rem;
      margin-right: 1rem;
      font-size: 1.25rem;
      line-height: inherit;
      white-space: nowrap
  }

div#calculator .navbar-brand:focus, div#calculator .navbar-brand:hover {
      text-decoration: none
  }

div#calculator .navbar-nav {
      display: flex;
      flex-direction: column;
      padding-left: 0;
      margin-bottom: 0;
      list-style: none
  }

div#calculator .navbar-nav .nav-link {
      padding-right: 0;
      padding-left: 0
  }

div#calculator .navbar-nav .dropdown-menu {
      position: static;
      float: none
  }

div#calculator .navbar-text {
      display: inline-block;
      padding-top: .5rem;
      padding-bottom: .5rem
  }

div#calculator .navbar-collapse {
      flex-basis: 100%;
      flex-grow: 1;
      align-items: center
  }

div#calculator .navbar-toggler {
      padding: .25rem .75rem;
      font-size: 1.25rem;
      line-height: 1;
      background-color: transparent;
      border: 1px solid transparent;
      border-radius: .25rem
  }

div#calculator .navbar-toggler:focus, div#calculator .navbar-toggler:hover {
      text-decoration: none
  }

div#calculator .navbar-toggler-icon {
      display: inline-block;
      width: 1.5em;
      height: 1.5em;
      vertical-align: middle;
      content: "";
      background: no-repeat 50%;
      background-size: 100% 100%
  }

@media (max-width:575.98px) {
      div#calculator .navbar-expand-sm>.container, div#calculator .navbar-expand-sm>.container-fluid {
          padding-right: 0;
          padding-left: 0
      }
  }

@media (min-width:576px) {
      div#calculator .navbar-expand-sm {
          flex-flow: row nowrap;
          justify-content: flex-start
      }

      div#calculator .navbar-expand-sm .navbar-nav {
          flex-direction: row
      }

      div#calculator .navbar-expand-sm .navbar-nav .dropdown-menu {
          position: absolute
      }

      div#calculator .navbar-expand-sm .navbar-nav .nav-link {
          padding-right: .5rem;
          padding-left: .5rem
      }

      div#calculator .navbar-expand-sm>.container, div#calculator .navbar-expand-sm>.container-fluid {
          flex-wrap: nowrap
      }

      div#calculator .navbar-expand-sm .navbar-collapse {
          display: flex !important;
          flex-basis: auto
      }

      div#calculator .navbar-expand-sm .navbar-toggler {
          display: none
      }
  }

@media (max-width:767.98px) {
      div#calculator .navbar-expand-md>.container, div#calculator .navbar-expand-md>.container-fluid {
          padding-right: 0;
          padding-left: 0
      }
  }

@media (min-width:768px) {
      div#calculator .navbar-expand-md {
          flex-flow: row nowrap;
          justify-content: flex-start
      }

      div#calculator .navbar-expand-md .navbar-nav {
          flex-direction: row
      }

      div#calculator .navbar-expand-md .navbar-nav .dropdown-menu {
          position: absolute
      }

      div#calculator .navbar-expand-md .navbar-nav .nav-link {
          padding-right: .5rem;
          padding-left: .5rem
      }

      div#calculator .navbar-expand-md>.container, div#calculator .navbar-expand-md>.container-fluid {
          flex-wrap: nowrap
      }

      div#calculator .navbar-expand-md .navbar-collapse {
          display: flex !important;
          flex-basis: auto
      }

      div#calculator .navbar-expand-md .navbar-toggler {
          display: none
      }
  }

@media (max-width:991.98px) {
      div#calculator .navbar-expand-lg>.container, div#calculator .navbar-expand-lg>.container-fluid {
          padding-right: 0;
          padding-left: 0
      }
  }

@media (min-width:992px) {
      div#calculator .navbar-expand-lg {
          flex-flow: row nowrap;
          justify-content: flex-start
      }

      div#calculator .navbar-expand-lg .navbar-nav {
          flex-direction: row
      }

      div#calculator .navbar-expand-lg .navbar-nav .dropdown-menu {
          position: absolute
      }

      div#calculator .navbar-expand-lg .navbar-nav .nav-link {
          padding-right: .5rem;
          padding-left: .5rem
      }

      div#calculator .navbar-expand-lg>.container, div#calculator .navbar-expand-lg>.container-fluid {
          flex-wrap: nowrap
      }

      div#calculator .navbar-expand-lg .navbar-collapse {
          display: flex !important;
          flex-basis: auto
      }

      div#calculator .navbar-expand-lg .navbar-toggler {
          display: none
      }
  }

@media (max-width:1199.98px) {
      div#calculator .navbar-expand-xl>.container, div#calculator .navbar-expand-xl>.container-fluid {
          padding-right: 0;
          padding-left: 0
      }
  }

@media (min-width:1200px) {
      div#calculator .navbar-expand-xl {
          flex-flow: row nowrap;
          justify-content: flex-start
      }

      div#calculator .navbar-expand-xl .navbar-nav {
          flex-direction: row
      }

      div#calculator .navbar-expand-xl .navbar-nav .dropdown-menu {
          position: absolute
      }

      div#calculator .navbar-expand-xl .navbar-nav .nav-link {
          padding-right: .5rem;
          padding-left: .5rem
      }

      div#calculator .navbar-expand-xl>.container, div#calculator .navbar-expand-xl>.container-fluid {
          flex-wrap: nowrap
      }

      div#calculator .navbar-expand-xl .navbar-collapse {
          display: flex !important;
          flex-basis: auto
      }

      div#calculator .navbar-expand-xl .navbar-toggler {
          display: none
      }
  }

div#calculator .navbar-expand {
      flex-flow: row nowrap;
      justify-content: flex-start
  }

div#calculator .navbar-expand>.container, div#calculator .navbar-expand>.container-fluid {
      padding-right: 0;
      padding-left: 0
  }

div#calculator .navbar-expand .navbar-nav {
      flex-direction: row
  }

div#calculator .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute
  }

div#calculator .navbar-expand .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem
  }

div#calculator .navbar-expand>.container, div#calculator .navbar-expand>.container-fluid {
      flex-wrap: nowrap
  }

div#calculator .navbar-expand .navbar-collapse {
      display: flex !important;
      flex-basis: auto
  }

div#calculator .navbar-expand .navbar-toggler {
      display: none
  }

div#calculator .navbar-light .navbar-brand, div#calculator .navbar-light .navbar-brand:focus, div#calculator .navbar-light .navbar-brand:hover {
      color: rgba(0, 0, 0, .9)
  }

div#calculator .navbar-light .navbar-nav .nav-link {
      color: rgba(0, 0, 0, .5)
  }

div#calculator .navbar-light .navbar-nav .nav-link:focus, div#calculator .navbar-light .navbar-nav .nav-link:hover {
      color: rgba(0, 0, 0, .7)
  }

div#calculator .navbar-light .navbar-nav .nav-link.disabled {
      color: rgba(0, 0, 0, .3)
  }

div#calculator .navbar-light .navbar-nav .active>.nav-link, div#calculator .navbar-light .navbar-nav .nav-link.active, div#calculator .navbar-light .navbar-nav .nav-link.show, div#calculator .navbar-light .navbar-nav .show>.nav-link {
      color: rgba(0, 0, 0, .9)
  }

div#calculator .navbar-light .navbar-toggler {
      color: rgba(0, 0, 0, .5);
      border-color: rgba(0, 0, 0, .1)
  }

div#calculator .navbar-light .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
  }

div#calculator .navbar-light .navbar-text {
      color: rgba(0, 0, 0, .5)
  }

div#calculator .navbar-light .navbar-text a, div#calculator .navbar-light .navbar-text a:focus, div#calculator .navbar-light .navbar-text a:hover {
      color: rgba(0, 0, 0, .9)
  }

div#calculator .navbar-dark .navbar-brand, div#calculator .navbar-dark .navbar-brand:focus, div#calculator .navbar-dark .navbar-brand:hover {
      color: #fff
  }

div#calculator .navbar-dark .navbar-nav .nav-link {
      color: hsla(0, 0%, 100%, .5)
  }

div#calculator .navbar-dark .navbar-nav .nav-link:focus, div#calculator .navbar-dark .navbar-nav .nav-link:hover {
      color: hsla(0, 0%, 100%, .75)
  }

div#calculator .navbar-dark .navbar-nav .nav-link.disabled {
      color: hsla(0, 0%, 100%, .25)
  }

div#calculator .navbar-dark .navbar-nav .active>.nav-link, div#calculator .navbar-dark .navbar-nav .nav-link.active, div#calculator .navbar-dark .navbar-nav .nav-link.show, div#calculator .navbar-dark .navbar-nav .show>.nav-link {
      color: #fff
  }

div#calculator .navbar-dark .navbar-toggler {
      color: hsla(0, 0%, 100%, .5);
      border-color: hsla(0, 0%, 100%, .1)
  }

div#calculator .navbar-dark .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
  }

div#calculator .navbar-dark .navbar-text {
      color: hsla(0, 0%, 100%, .5)
  }

div#calculator .navbar-dark .navbar-text a, div#calculator .navbar-dark .navbar-text a:focus, div#calculator .navbar-dark .navbar-text a:hover {
      color: #fff
  }

div#calculator .card {
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border: 1px solid rgba(0, 0, 0, .125);
      border-radius: .25rem
  }

div#calculator .card>hr {
      margin-right: 0;
      margin-left: 0
  }

div#calculator .card>.list-group:first-child .list-group-item:first-child {
      border-top-left-radius: .25rem;
      border-top-right-radius: .25rem
  }

div#calculator .card>.list-group:last-child .list-group-item:last-child {
      border-bottom-right-radius: .25rem;
      border-bottom-left-radius: .25rem
  }

div#calculator .card-body {
      flex: 1 1 auto;
      padding: 1.25rem
  }

div#calculator .card-title {
      margin-bottom: .75rem
  }

div#calculator .card-subtitle {
      margin-top: -.375rem
  }

div#calculator .card-subtitle, div#calculator .card-text:last-child {
      margin-bottom: 0
  }

div#calculator .card-link:hover {
      text-decoration: none
  }

div#calculator .card-link+.card-link {
      margin-left: 1.25rem
  }

div#calculator .card-header {
      padding: .75rem 1.25rem;
      margin-bottom: 0;
      background-color: rgba(0, 0, 0, .03);
      border-bottom: 1px solid rgba(0, 0, 0, .125)
  }

div#calculator .card-header:first-child {
      border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
  }

div#calculator .card-header+.list-group .list-group-item:first-child {
      border-top: 0
  }

div#calculator .card-footer {
      padding: .75rem 1.25rem;
      background-color: rgba(0, 0, 0, .03);
      border-top: 1px solid rgba(0, 0, 0, .125)
  }

div#calculator .card-footer:last-child {
      border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
  }

div#calculator .card-header-tabs {
      margin-bottom: -.75rem;
      border-bottom: 0
  }

div#calculator .card-header-pills, div#calculator .card-header-tabs {
      margin-right: -.625rem;
      margin-left: -.625rem
  }

div#calculator .card-img-overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 1.25rem
  }

div#calculator .card-img {
      width: 100%;
      border-radius: calc(.25rem - 1px)
  }

div#calculator .card-img-top {
      width: 100%;
      border-top-left-radius: calc(.25rem - 1px);
      border-top-right-radius: calc(.25rem - 1px)
  }

div#calculator .card-img-bottom {
      width: 100%;
      border-bottom-right-radius: calc(.25rem - 1px);
      border-bottom-left-radius: calc(.25rem - 1px)
  }

div#calculator .card-deck {
      display: flex;
      flex-direction: column
  }

div#calculator .card-deck .card {
      margin-bottom: 15px
  }

@media (min-width:576px) {
      div#calculator .card-deck {
          flex-flow: row wrap;
          margin-right: -15px;
          margin-left: -15px
      }

      div#calculator .card-deck .card {
          display: flex;
          flex: 1 0;
          flex-direction: column;
          margin-right: 15px;
          margin-bottom: 0;
          margin-left: 15px
      }
  }

div#calculator .card-group {
      display: flex;
      flex-direction: column
  }

div#calculator .card-group>.card {
      margin-bottom: 15px
  }

@media (min-width:576px) {
      div#calculator .card-group {
          flex-flow: row wrap
      }

      div#calculator .card-group>.card {
          flex: 1 0;
          margin-bottom: 0
      }

      div#calculator .card-group>.card+.card {
          margin-left: 0;
          border-left: 0
      }

      div#calculator .card-group>.card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0
      }

      div#calculator .card-group>.card:not(:last-child) .card-header, div#calculator .card-group>.card:not(:last-child) .card-img-top {
          border-top-right-radius: 0
      }

      div#calculator .card-group>.card:not(:last-child) .card-footer, div#calculator .card-group>.card:not(:last-child) .card-img-bottom {
          border-bottom-right-radius: 0
      }

      div#calculator .card-group>.card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0
      }

      div#calculator .card-group>.card:not(:first-child) .card-header, div#calculator .card-group>.card:not(:first-child) .card-img-top {
          border-top-left-radius: 0
      }

      div#calculator .card-group>.card:not(:first-child) .card-footer, div#calculator .card-group>.card:not(:first-child) .card-img-bottom {
          border-bottom-left-radius: 0
      }
  }

div#calculator .card-columns .card {
      margin-bottom: .75rem
  }

@media (min-width:576px) {
      div#calculator .card-columns {
          -moz-column-count: 3;
          column-count: 3;
          -webkit-column-gap: 1.25rem;
          -moz-column-gap: 1.25rem;
          grid-column-gap: 1.25rem;
          column-gap: 1.25rem;
          orphans: 1;
          widows: 1
      }

      div#calculator .card-columns .card {
          display: inline-block;
          width: 100%
      }
  }

div#calculator .accordion>.card {
      overflow: hidden
  }

div#calculator .accordion>.card:not(:first-of-type) .card-header:first-child {
      border-radius: 0
  }

div#calculator .accordion>.card:not(:first-of-type):not(:last-of-type) {
      border-bottom: 0;
      border-radius: 0
  }

div#calculator .accordion>.card:first-of-type {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0
  }

div#calculator .accordion>.card:last-of-type {
      border-top-left-radius: 0;
      border-top-right-radius: 0
  }

div#calculator .accordion>.card .card-header {
      margin-bottom: -1px
  }

div#calculator .breadcrumb {
      display: flex;
      flex-wrap: wrap;
      padding: .75rem 1rem;
      margin-bottom: 1rem;
      list-style: none;
      background-color: #e9ecef;
      border-radius: .25rem
  }

div#calculator .breadcrumb-item+.breadcrumb-item {
      padding-left: .5rem
  }

div#calculator .breadcrumb-item+.breadcrumb-item:before {
      display: inline-block;
      padding-right: .5rem;
      color: #6c757d;
      content: "/"
  }

div#calculator .breadcrumb-item+.breadcrumb-item:hover:before {
      text-decoration: underline;
      text-decoration: none
  }

div#calculator .breadcrumb-item.active {
      color: #6c757d
  }

div#calculator .pagination {
      display: flex;
      padding-left: 0;
      list-style: none;
      border-radius: .25rem
  }

div#calculator .page-link {
      position: relative;
      display: block;
      padding: .5rem .75rem;
      margin-left: -1px;
      line-height: 1.25;
      color: #007bff;
      background-color: #fff;
      border: 1px solid #dee2e6
  }

div#calculator .page-link:hover {
      z-index: 2;
      color: #0056b3;
      text-decoration: none;
      background-color: #e9ecef;
      border-color: #dee2e6
  }

div#calculator .page-link:focus {
      z-index: 2;
      outline: 0;
      box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
  }

div#calculator .page-item:first-child .page-link {
      margin-left: 0;
      border-top-left-radius: .25rem;
      border-bottom-left-radius: .25rem
  }

div#calculator .page-item:last-child .page-link {
      border-top-right-radius: .25rem;
      border-bottom-right-radius: .25rem
  }

div#calculator .page-item.active .page-link {
      z-index: 1;
      color: #fff;
      background-color: #007bff;
      border-color: #007bff
  }

div#calculator .page-item.disabled .page-link {
      color: #6c757d;
      pointer-events: none;
      cursor: auto;
      background-color: #fff;
      border-color: #dee2e6
  }

div#calculator .pagination-lg .page-link {
      padding: .75rem 1.5rem;
      font-size: 1.25rem;
      line-height: 1.5
  }

div#calculator .pagination-lg .page-item:first-child .page-link {
      border-top-left-radius: .3rem;
      border-bottom-left-radius: .3rem
  }

div#calculator .pagination-lg .page-item:last-child .page-link {
      border-top-right-radius: .3rem;
      border-bottom-right-radius: .3rem
  }

div#calculator .pagination-sm .page-link {
      padding: .25rem .5rem;
      font-size: .875rem;
      line-height: 1.5
  }

div#calculator .pagination-sm .page-item:first-child .page-link {
      border-top-left-radius: .2rem;
      border-bottom-left-radius: .2rem
  }

div#calculator .pagination-sm .page-item:last-child .page-link {
      border-top-right-radius: .2rem;
      border-bottom-right-radius: .2rem
  }

div#calculator .badge {
      display: inline-block;
      padding: .25em .4em;
      font-size: 75%;
      font-weight: 700;
      line-height: 1;
      text-align: center;
      white-space: nowrap;
      vertical-align: baseline;
      border-radius: .25rem;
      transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
  }

@media (prefers-reduced-motion:reduce) {
      div#calculator .badge {
          transition: none
      }
  }

div#calculator a.badge:focus, div#calculator a.badge:hover {
      text-decoration: none
  }

div#calculator .badge:empty {
      display: none
  }

div#calculator .btn .badge {
      position: relative;
      top: -1px
  }

div#calculator .badge-pill {
      padding-right: .6em;
      padding-left: .6em;
      border-radius: 10rem
  }

div#calculator .badge-primary {
      color: #fff;
      background-color: #007bff
  }

div#calculator a.badge-primary:focus, div#calculator a.badge-primary:hover {
      color: #fff;
      background-color: #0062cc
  }

div#calculator a.badge-primary.focus, div#calculator a.badge-primary:focus {
      outline: 0;
      box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
  }

div#calculator .badge-secondary {
      color: #fff;
      background-color: #6c757d
  }

div#calculator a.badge-secondary:focus, div#calculator a.badge-secondary:hover {
      color: #fff;
      background-color: #545b62
  }

div#calculator a.badge-secondary.focus, div#calculator a.badge-secondary:focus {
      outline: 0;
      box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
  }

div#calculator .badge-success {
      color: #fff;
      background-color: #28a745
  }

div#calculator a.badge-success:focus, div#calculator a.badge-success:hover {
      color: #fff;
      background-color: #1e7e34
  }

div#calculator a.badge-success.focus, div#calculator a.badge-success:focus {
      outline: 0;
      box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
  }

div#calculator .badge-info {
      color: #fff;
      background-color: #17a2b8
  }

div#calculator a.badge-info:focus, div#calculator a.badge-info:hover {
      color: #fff;
      background-color: #117a8b
  }

div#calculator a.badge-info.focus, div#calculator a.badge-info:focus {
      outline: 0;
      box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
  }

div#calculator .badge-warning {
      color: #212529;
      background-color: #ffc107
  }

div#calculator a.badge-warning:focus, div#calculator a.badge-warning:hover {
      color: #212529;
      background-color: #d39e00
  }

div#calculator a.badge-warning.focus, div#calculator a.badge-warning:focus {
      outline: 0;
      box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
  }

div#calculator .badge-danger {
      color: #fff;
      background-color: #dc3545
  }

div#calculator a.badge-danger:focus, div#calculator a.badge-danger:hover {
      color: #fff;
      background-color: #bd2130
  }

div#calculator a.badge-danger.focus, div#calculator a.badge-danger:focus {
      outline: 0;
      box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
  }

div#calculator .badge-light {
      color: #212529;
      background-color: #f8f9fa
  }

div#calculator a.badge-light:focus, div#calculator a.badge-light:hover {
      color: #212529;
      background-color: #dae0e5
  }

div#calculator a.badge-light.focus, div#calculator a.badge-light:focus {
      outline: 0;
      box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
  }

div#calculator .badge-dark {
      color: #fff;
      background-color: #343a40
  }

div#calculator a.badge-dark:focus, div#calculator a.badge-dark:hover {
      color: #fff;
      background-color: #1d2124
  }

div#calculator a.badge-dark.focus, div#calculator a.badge-dark:focus {
      outline: 0;
      box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
  }

div#calculator .jumbotron {
      padding: 2rem 1rem;
      margin-bottom: 2rem;
      background-color: #e9ecef;
      border-radius: .3rem
  }

@media (min-width:576px) {
      div#calculator .jumbotron {
          padding: 4rem 2rem
      }
  }

div#calculator .jumbotron-fluid {
      padding-right: 0;
      padding-left: 0;
      border-radius: 0
  }

div#calculator .alert {
      position: relative;
      padding: .75rem 1.25rem;
      margin-bottom: 1rem;
      border: 1px solid transparent;
      border-radius: .25rem
  }

div#calculator .alert-heading {
      color: inherit
  }

div#calculator .alert-link {
      font-weight: 700
  }

div#calculator .alert-dismissible {
      padding-right: 4rem
  }

div#calculator .alert-dismissible .close {
      position: absolute;
      top: 0;
      right: 0;
      padding: .75rem 1.25rem;
      color: inherit
  }

div#calculator .alert-primary {
      color: #004085;
      background-color: #cce5ff;
      border-color: #b8daff
  }

div#calculator .alert-primary hr {
      border-top-color: #9fcdff
  }

div#calculator .alert-primary .alert-link {
      color: #002752
  }

div#calculator .alert-secondary {
      color: #383d41;
      background-color: #e2e3e5;
      border-color: #d6d8db
  }

div#calculator .alert-secondary hr {
      border-top-color: #c8cbcf
  }

div#calculator .alert-secondary .alert-link {
      color: #202326
  }

div#calculator .alert-success {
      color: #155724;
      background-color: #d4edda;
      border-color: #c3e6cb
  }

div#calculator .alert-success hr {
      border-top-color: #b1dfbb
  }

div#calculator .alert-success .alert-link {
      color: #0b2e13
  }

div#calculator .alert-info {
      color: #0c5460;
      background-color: #d1ecf1;
      border-color: #bee5eb
  }

div#calculator .alert-info hr {
      border-top-color: #abdde5
  }

div#calculator .alert-info .alert-link {
      color: #062c33
  }

div#calculator .alert-warning {
      color: #856404;
      background-color: #fff3cd;
      border-color: #ffeeba
  }

div#calculator .alert-warning hr {
      border-top-color: #ffe8a1
  }

div#calculator .alert-warning .alert-link {
      color: #533f03
  }

div#calculator .alert-danger {
      color: #721c24;
      background-color: #f8d7da;
      border-color: #f5c6cb
  }

div#calculator .alert-danger hr {
      border-top-color: #f1b0b7
  }

div#calculator .alert-danger .alert-link {
      color: #491217
  }

div#calculator .alert-light {
      color: #818182;
      background-color: #fefefe;
      border-color: #fdfdfe
  }

div#calculator .alert-light hr {
      border-top-color: #ececf6
  }

div#calculator .alert-light .alert-link {
      color: #686868
  }

div#calculator .alert-dark {
      color: #1b1e21;
      background-color: #d6d8d9;
      border-color: #c6c8ca
  }

div#calculator .alert-dark hr {
      border-top-color: #b9bbbe
  }

div#calculator .alert-dark .alert-link {
      color: #040505
  }

@-webkit-keyframes progress-bar-stripes {
      0% {
          background-position: 1rem 0
      }

      to {
          background-position: 0 0
      }
  }

@keyframes progress-bar-stripes {
      0% {
          background-position: 1rem 0
      }

      to {
          background-position: 0 0
      }
  }

div#calculator .progress {
      height: 1rem;
      overflow: hidden;
      font-size: .75rem;
      background-color: #e9ecef;
      border-radius: .25rem
  }

div#calculator .progress, div#calculator .progress-bar {
      display: flex
  }

div#calculator .progress-bar {
      flex-direction: column;
      justify-content: center;
      color: #fff;
      text-align: center;
      white-space: nowrap;
      background-color: #007bff;
      transition: width .6s ease
  }

@media (prefers-reduced-motion:reduce) {
      div#calculator .progress-bar {
          transition: none
      }
  }

div#calculator .progress-bar-striped {
      background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
      background-size: 1rem 1rem
  }

div#calculator .progress-bar-animated {
      -webkit-animation: progress-bar-stripes 1s linear infinite;
      animation: progress-bar-stripes 1s linear infinite
  }

@media (prefers-reduced-motion:reduce) {
      div#calculator .progress-bar-animated {
          -webkit-animation: none;
          animation: none
      }
  }

div#calculator .media {
      display: flex;
      align-items: flex-start
  }

div#calculator .media-body {
      flex: 1 1
  }

div#calculator .list-group {
      display: flex;
      flex-direction: column;
      padding-left: 0;
      margin-bottom: 0
  }

div#calculator .list-group-item-action {
      width: 100%;
      color: #495057;
      text-align: inherit
  }

div#calculator .list-group-item-action:focus, div#calculator .list-group-item-action:hover {
      z-index: 1;
      color: #495057;
      text-decoration: none;
      background-color: #f8f9fa
  }

div#calculator .list-group-item-action:active {
      color: #212529;
      background-color: #e9ecef
  }

div#calculator .list-group-item {
      position: relative;
      display: block;
      padding: .75rem 1.25rem;
      margin-bottom: -1px;
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, .125)
  }

div#calculator .list-group-item:first-child {
      border-top-left-radius: .25rem;
      border-top-right-radius: .25rem
  }

div#calculator .list-group-item:last-child {
      margin-bottom: 0;
      border-bottom-right-radius: .25rem;
      border-bottom-left-radius: .25rem
  }

div#calculator .list-group-item.disabled, div#calculator .list-group-item:disabled {
      color: #6c757d;
      pointer-events: none;
      background-color: #fff
  }

div#calculator .list-group-item.active {
      z-index: 2;
      color: #fff;
      background-color: #007bff;
      border-color: #007bff
  }

div#calculator .list-group-horizontal {
      flex-direction: row
  }

div#calculator .list-group-horizontal .list-group-item {
      margin-right: -1px;
      margin-bottom: 0
  }

div#calculator .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: .25rem;
      border-bottom-left-radius: .25rem;
      border-top-right-radius: 0
  }

div#calculator .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: .25rem;
      border-bottom-right-radius: .25rem;
      border-bottom-left-radius: 0
  }

@media (min-width:576px) {
      div#calculator .list-group-horizontal-sm {
          flex-direction: row
      }

      div#calculator .list-group-horizontal-sm .list-group-item {
          margin-right: -1px;
          margin-bottom: 0
      }

      div#calculator .list-group-horizontal-sm .list-group-item:first-child {
          border-top-left-radius: .25rem;
          border-bottom-left-radius: .25rem;
          border-top-right-radius: 0
      }

      div#calculator .list-group-horizontal-sm .list-group-item:last-child {
          margin-right: 0;
          border-top-right-radius: .25rem;
          border-bottom-right-radius: .25rem;
          border-bottom-left-radius: 0
      }
  }

@media (min-width:768px) {
      div#calculator .list-group-horizontal-md {
          flex-direction: row
      }

      div#calculator .list-group-horizontal-md .list-group-item {
          margin-right: -1px;
          margin-bottom: 0
      }

      div#calculator .list-group-horizontal-md .list-group-item:first-child {
          border-top-left-radius: .25rem;
          border-bottom-left-radius: .25rem;
          border-top-right-radius: 0
      }

      div#calculator .list-group-horizontal-md .list-group-item:last-child {
          margin-right: 0;
          border-top-right-radius: .25rem;
          border-bottom-right-radius: .25rem;
          border-bottom-left-radius: 0
      }
  }

@media (min-width:992px) {
      div#calculator .list-group-horizontal-lg {
          flex-direction: row
      }

      div#calculator .list-group-horizontal-lg .list-group-item {
          margin-right: -1px;
          margin-bottom: 0
      }

      div#calculator .list-group-horizontal-lg .list-group-item:first-child {
          border-top-left-radius: .25rem;
          border-bottom-left-radius: .25rem;
          border-top-right-radius: 0
      }

      div#calculator .list-group-horizontal-lg .list-group-item:last-child {
          margin-right: 0;
          border-top-right-radius: .25rem;
          border-bottom-right-radius: .25rem;
          border-bottom-left-radius: 0
      }
  }

@media (min-width:1200px) {
      div#calculator .list-group-horizontal-xl {
          flex-direction: row
      }

      div#calculator .list-group-horizontal-xl .list-group-item {
          margin-right: -1px;
          margin-bottom: 0
      }

      div#calculator .list-group-horizontal-xl .list-group-item:first-child {
          border-top-left-radius: .25rem;
          border-bottom-left-radius: .25rem;
          border-top-right-radius: 0
      }

      div#calculator .list-group-horizontal-xl .list-group-item:last-child {
          margin-right: 0;
          border-top-right-radius: .25rem;
          border-bottom-right-radius: .25rem;
          border-bottom-left-radius: 0
      }
  }

div#calculator .list-group-flush .list-group-item {
      border-right: 0;
      border-left: 0;
      border-radius: 0
  }

div#calculator .list-group-flush .list-group-item:last-child {
      margin-bottom: -1px
  }

div#calculator .list-group-flush:first-child .list-group-item:first-child {
      border-top: 0
  }

div#calculator .list-group-flush:last-child .list-group-item:last-child {
      margin-bottom: 0;
      border-bottom: 0
  }

div#calculator .list-group-item-primary {
      color: #004085;
      background-color: #b8daff
  }

div#calculator .list-group-item-primary.list-group-item-action:focus, div#calculator .list-group-item-primary.list-group-item-action:hover {
      color: #004085;
      background-color: #9fcdff
  }

div#calculator .list-group-item-primary.list-group-item-action.active {
      color: #fff;
      background-color: #004085;
      border-color: #004085
  }

div#calculator .list-group-item-secondary {
      color: #383d41;
      background-color: #d6d8db
  }

div#calculator .list-group-item-secondary.list-group-item-action:focus, div#calculator .list-group-item-secondary.list-group-item-action:hover {
      color: #383d41;
      background-color: #c8cbcf
  }

div#calculator .list-group-item-secondary.list-group-item-action.active {
      color: #fff;
      background-color: #383d41;
      border-color: #383d41
  }

div#calculator .list-group-item-success {
      color: #155724;
      background-color: #c3e6cb
  }

div#calculator .list-group-item-success.list-group-item-action:focus, div#calculator .list-group-item-success.list-group-item-action:hover {
      color: #155724;
      background-color: #b1dfbb
  }

div#calculator .list-group-item-success.list-group-item-action.active {
      color: #fff;
      background-color: #155724;
      border-color: #155724
  }

div#calculator .list-group-item-info {
      color: #0c5460;
      background-color: #bee5eb
  }

div#calculator .list-group-item-info.list-group-item-action:focus, div#calculator .list-group-item-info.list-group-item-action:hover {
      color: #0c5460;
      background-color: #abdde5
  }

div#calculator .list-group-item-info.list-group-item-action.active {
      color: #fff;
      background-color: #0c5460;
      border-color: #0c5460
  }

div#calculator .list-group-item-warning {
      color: #856404;
      background-color: #ffeeba
  }

div#calculator .list-group-item-warning.list-group-item-action:focus, div#calculator .list-group-item-warning.list-group-item-action:hover {
      color: #856404;
      background-color: #ffe8a1
  }

div#calculator .list-group-item-warning.list-group-item-action.active {
      color: #fff;
      background-color: #856404;
      border-color: #856404
  }

div#calculator .list-group-item-danger {
      color: #721c24;
      background-color: #f5c6cb
  }

div#calculator .list-group-item-danger.list-group-item-action:focus, div#calculator .list-group-item-danger.list-group-item-action:hover {
      color: #721c24;
      background-color: #f1b0b7
  }

div#calculator .list-group-item-danger.list-group-item-action.active {
      color: #fff;
      background-color: #721c24;
      border-color: #721c24
  }

div#calculator .list-group-item-light {
      color: #818182;
      background-color: #fdfdfe
  }

div#calculator .list-group-item-light.list-group-item-action:focus, div#calculator .list-group-item-light.list-group-item-action:hover {
      color: #818182;
      background-color: #ececf6
  }

div#calculator .list-group-item-light.list-group-item-action.active {
      color: #fff;
      background-color: #818182;
      border-color: #818182
  }

div#calculator .list-group-item-dark {
      color: #1b1e21;
      background-color: #c6c8ca
  }

div#calculator .list-group-item-dark.list-group-item-action:focus, div#calculator .list-group-item-dark.list-group-item-action:hover {
      color: #1b1e21;
      background-color: #b9bbbe
  }

div#calculator .list-group-item-dark.list-group-item-action.active {
      color: #fff;
      background-color: #1b1e21;
      border-color: #1b1e21
  }

div#calculator .close {
      float: right;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1;
      color: #000;
      text-shadow: 0 1px 0 #fff;
      opacity: .5
  }

div#calculator .close:hover {
      color: #000;
      text-decoration: none
  }

div#calculator .close:not(:disabled):not(.disabled):focus, div#calculator .close:not(:disabled):not(.disabled):hover {
      opacity: .75
  }

div#calculator button.close {
      padding: 0;
      background-color: transparent;
      border: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none
  }

div#calculator a.close.disabled {
      pointer-events: none
  }

div#calculator .toast {
      max-width: 350px;
      overflow: hidden;
      font-size: .875rem;
      background-color: hsla(0, 0%, 100%, .85);
      background-clip: padding-box;
      border: 1px solid rgba(0, 0, 0, .1);
      box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      opacity: 0;
      border-radius: .25rem
  }

div#calculator .toast:not(:last-child) {
      margin-bottom: .75rem
  }

div#calculator .toast.showing {
      opacity: 1
  }

div#calculator .toast.show {
      display: block;
      opacity: 1
  }

div#calculator .toast.hide {
      display: none
  }

div#calculator .toast-header {
      display: flex;
      align-items: center;
      padding: .25rem .75rem;
      color: #6c757d;
      background-color: hsla(0, 0%, 100%, .85);
      background-clip: padding-box;
      border-bottom: 1px solid rgba(0, 0, 0, .05)
  }

div#calculator .toast-body {
      padding: .75rem
  }

div#calculator .modal-open {
      overflow: hidden
  }

div#calculator .modal-open .modal {
      overflow-x: hidden;
      overflow-y: auto
  }

div#calculator .modal {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1050;
      display: none;
      width: 100%;
      height: 100%;
      overflow: hidden;
      outline: 0
  }

div#calculator .modal-dialog {
      position: relative;
      width: auto;
      margin: .5rem;
      pointer-events: none
  }

div#calculator .modal.fade .modal-dialog {
      transition: transform .3s ease-out;
      transform: translateY(-50px)
  }

@media (prefers-reduced-motion:reduce) {
      div#calculator .modal.fade .modal-dialog {
          transition: none
      }
  }

div#calculator .modal.show .modal-dialog {
      transform: none
  }

div#calculator .modal-dialog-scrollable {
      display: flex;
      max-height: calc(100% - 1rem)
  }

div#calculator .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 1rem);
      overflow: hidden
  }

div#calculator .modal-dialog-scrollable .modal-footer, div#calculator .modal-dialog-scrollable .modal-header {
      flex-shrink: 0
  }

div#calculator .modal-dialog-scrollable .modal-body {
      overflow-y: auto
  }

div#calculator .modal-dialog-centered {
      display: flex;
      align-items: center;
      min-height: calc(100% - 1rem)
  }

div#calculator .modal-dialog-centered:before {
      display: block;
      height: calc(100vh - 1rem);
      content: ""
  }

div#calculator .modal-dialog-centered.modal-dialog-scrollable {
      flex-direction: column;
      justify-content: center;
      height: 100%
  }

div#calculator .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none
  }

div#calculator .modal-dialog-centered.modal-dialog-scrollable:before {
      content: none
  }

div#calculator .modal-content {
      position: relative;
      display: flex;
      flex-direction: column;
      width: 100%;
      pointer-events: auto;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid rgba(0, 0, 0, .2);
      border-radius: .3rem;
      outline: 0
  }

div#calculator .modal-backdrop {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1040;
      width: 100vw;
      height: 100vh;
      background-color: #000
  }

div#calculator .modal-backdrop.fade {
      opacity: 0
  }

div#calculator .modal-backdrop.show {
      opacity: .5
  }

div#calculator .modal-header {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      padding: 1rem;
      border-bottom: 1px solid #dee2e6;
      border-top-left-radius: .3rem;
      border-top-right-radius: .3rem
  }

div#calculator .modal-header .close {
      padding: 1rem;
      margin: -1rem -1rem -1rem auto
  }

div#calculator .modal-title {
      margin-bottom: 0;
      line-height: 1.5
  }

div#calculator .modal-body {
      position: relative;
      flex: 1 1 auto;
      padding: 1rem
  }

div#calculator .modal-footer {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding: 1rem;
      border-top: 1px solid #dee2e6;
      border-bottom-right-radius: .3rem;
      border-bottom-left-radius: .3rem
  }

div#calculator .modal-footer>:not(:first-child) {
      margin-left: .25rem
  }

div#calculator .modal-footer>:not(:last-child) {
      margin-right: .25rem
  }

div#calculator .modal-scrollbar-measure {
      position: absolute;
      top: -9999px;
      width: 50px;
      height: 50px;
      overflow: scroll
  }

@media (min-width:576px) {
      div#calculator .modal-dialog {
          max-width: 500px;
          margin: 1.75rem auto
      }

      div#calculator .modal-dialog-scrollable {
          max-height: calc(100% - 3.5rem)
      }

      div#calculator .modal-dialog-scrollable .modal-content {
          max-height: calc(100vh - 3.5rem)
      }

      div#calculator .modal-dialog-centered {
          min-height: calc(100% - 3.5rem)
      }

      div#calculator .modal-dialog-centered:before {
          height: calc(100vh - 3.5rem)
      }

      div#calculator .modal-sm {
          max-width: 300px
      }
  }

@media (min-width:992px) {
      div#calculator .modal-lg, div#calculator .modal-xl {
          max-width: 800px
      }
  }

@media (min-width:1200px) {
      div#calculator .modal-xl {
          max-width: 1140px
      }
  }

div#calculator [dir="ltr"] .tooltip{
      text-align: left;
}

div#calculator [dir="rtl"] .tooltip{
      text-align: right;
}

div#calculator .tooltip {
      position: absolute;
      z-index: 1070;
      display: block;
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
      font-style: normal;
      font-weight: 400;
      line-height: 1.5;
      text-align: left;
      text-decoration: none;
      text-shadow: none;
      text-transform: none;
      letter-spacing: normal;
      word-break: normal;
      word-spacing: normal;
      white-space: normal;
      line-break: auto;
      font-size: .875rem;
      word-wrap: break-word;
      opacity: 0
  }

div#calculator .tooltip.show {
      opacity: .9
  }

div#calculator .tooltip .arrow {
      position: absolute;
      display: block;
      width: .8rem;
      height: .4rem
  }

div#calculator .tooltip .arrow:before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid
  }

div#calculator .bs-tooltip-auto[x-placement^=top], div#calculator .bs-tooltip-top {
      padding: .4rem 0
  }

div#calculator .bs-tooltip-auto[x-placement^=top] .arrow, div#calculator .bs-tooltip-top .arrow {
      bottom: 0
  }

div#calculator .bs-tooltip-auto[x-placement^=top] .arrow:before, div#calculator .bs-tooltip-top .arrow:before {
      top: 0;
      border-width: .4rem .4rem 0;
      border-top-color: #000
  }

div#calculator .bs-tooltip-auto[x-placement^=right], div#calculator .bs-tooltip-right {
      padding: 0 .4rem
  }

div#calculator .bs-tooltip-auto[x-placement^=right] .arrow, div#calculator .bs-tooltip-right .arrow {
      left: 0;
      width: .4rem;
      height: .8rem
  }

div#calculator .bs-tooltip-auto[x-placement^=right] .arrow:before, div#calculator .bs-tooltip-right .arrow:before {
      right: 0;
      border-width: .4rem .4rem .4rem 0;
      border-right-color: #000
  }

div#calculator .bs-tooltip-auto[x-placement^=bottom], div#calculator .bs-tooltip-bottom {
      padding: .4rem 0
  }

div#calculator .bs-tooltip-auto[x-placement^=bottom] .arrow, div#calculator .bs-tooltip-bottom .arrow {
      top: 0
  }

div#calculator .bs-tooltip-auto[x-placement^=bottom] .arrow:before, div#calculator .bs-tooltip-bottom .arrow:before {
      bottom: 0;
      border-width: 0 .4rem .4rem;
      border-bottom-color: #000
  }

div#calculator .bs-tooltip-auto[x-placement^=left], div#calculator .bs-tooltip-left {
      padding: 0 .4rem
  }

div#calculator .bs-tooltip-auto[x-placement^=left] .arrow, div#calculator .bs-tooltip-left .arrow {
      right: 0;
      width: .4rem;
      height: .8rem
  }

div#calculator .bs-tooltip-auto[x-placement^=left] .arrow:before, div#calculator .bs-tooltip-left .arrow:before {
      left: 0;
      border-width: .4rem 0 .4rem .4rem;
      border-left-color: #000
  }

div#calculator .tooltip-inner {
      max-width: 200px;
      padding: .25rem .5rem;
      color: #fff;
      text-align: center;
      background-color: #000;
      border-radius: .25rem
  }

div#calculator [dir="ltr"] .popover{
      text-align: left;
}

div#calculator [dir="rtl"] .popover{
      text-align: right;
}

div#calculator .popover {
      top: 0;
      left: 0;
      z-index: 1060;
      max-width: 276px;
      font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
      font-style: normal;
      font-weight: 400;
      line-height: 1.5;
      text-align: left;
      text-decoration: none;
      text-shadow: none;
      text-transform: none;
      letter-spacing: normal;
      word-break: normal;
      word-spacing: normal;
      white-space: normal;
      line-break: auto;
      font-size: .875rem;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid rgba(0, 0, 0, .2);
      border-radius: .3rem
  }

div#calculator .popover, div#calculator .popover .arrow {
      position: absolute;
      display: block
  }

div#calculator .popover .arrow {
      width: 1rem;
      height: .5rem;
      margin: 0 .3rem
  }

div#calculator .popover .arrow:after, div#calculator .popover .arrow:before {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid
  }

div#calculator .bs-popover-auto[x-placement^=top], div#calculator .bs-popover-top {
      margin-bottom: .5rem
  }

div#calculator .bs-popover-auto[x-placement^=top]>.arrow, div#calculator .bs-popover-top>.arrow {
      bottom: calc((.5rem + 1px) * -1)
  }

div#calculator .bs-popover-auto[x-placement^=top]>.arrow:before, div#calculator .bs-popover-top>.arrow:before {
      bottom: 0;
      border-width: .5rem .5rem 0;
      border-top-color: rgba(0, 0, 0, .25)
  }

div#calculator .bs-popover-auto[x-placement^=top]>.arrow:after, div#calculator .bs-popover-top>.arrow:after {
      bottom: 1px;
      border-width: .5rem .5rem 0;
      border-top-color: #fff
  }

div#calculator .bs-popover-auto[x-placement^=right], div#calculator .bs-popover-right {
      margin-left: .5rem
  }

div#calculator .bs-popover-auto[x-placement^=right]>.arrow, div#calculator .bs-popover-right>.arrow {
      left: calc((.5rem + 1px) * -1);
      width: .5rem;
      height: 1rem;
      margin: .3rem 0
  }

div#calculator .bs-popover-auto[x-placement^=right]>.arrow:before, div#calculator .bs-popover-right>.arrow:before {
      left: 0;
      border-width: .5rem .5rem .5rem 0;
      border-right-color: rgba(0, 0, 0, .25)
  }

div#calculator .bs-popover-auto[x-placement^=right]>.arrow:after, div#calculator .bs-popover-right>.arrow:after {
      left: 1px;
      border-width: .5rem .5rem .5rem 0;
      border-right-color: #fff
  }

div#calculator .bs-popover-auto[x-placement^=bottom], div#calculator .bs-popover-bottom {
      margin-top: .5rem
  }

div#calculator .bs-popover-auto[x-placement^=bottom]>.arrow, div#calculator .bs-popover-bottom>.arrow {
      top: calc((.5rem + 1px) * -1)
  }

div#calculator .bs-popover-auto[x-placement^=bottom]>.arrow:before, div#calculator .bs-popover-bottom>.arrow:before {
      top: 0;
      border-width: 0 .5rem .5rem;
      border-bottom-color: rgba(0, 0, 0, .25)
  }

div#calculator .bs-popover-auto[x-placement^=bottom]>.arrow:after, div#calculator .bs-popover-bottom>.arrow:after {
      top: 1px;
      border-width: 0 .5rem .5rem;
      border-bottom-color: #fff
  }

div#calculator .bs-popover-auto[x-placement^=bottom] .popover-header:before, div#calculator .bs-popover-bottom .popover-header:before {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 1rem;
      margin-left: -.5rem;
      content: "";
      border-bottom: 1px solid #f7f7f7
  }

div#calculator .bs-popover-auto[x-placement^=left], div#calculator .bs-popover-left {
      margin-right: .5rem
  }

div#calculator .bs-popover-auto[x-placement^=left]>.arrow, div#calculator .bs-popover-left>.arrow {
      right: calc((.5rem + 1px) * -1);
      width: .5rem;
      height: 1rem;
      margin: .3rem 0
  }

div#calculator .bs-popover-auto[x-placement^=left]>.arrow:before, div#calculator .bs-popover-left>.arrow:before {
      right: 0;
      border-width: .5rem 0 .5rem .5rem;
      border-left-color: rgba(0, 0, 0, .25)
  }

div#calculator .bs-popover-auto[x-placement^=left]>.arrow:after, div#calculator .bs-popover-left>.arrow:after {
      right: 1px;
      border-width: .5rem 0 .5rem .5rem;
      border-left-color: #fff
  }

div#calculator .popover-header {
      padding: .5rem .75rem;
      margin-bottom: 0;
      font-size: 1rem;
      background-color: #f7f7f7;
      border-bottom: 1px solid #ebebeb;
      border-top-left-radius: calc(.3rem - 1px);
      border-top-right-radius: calc(.3rem - 1px)
  }

div#calculator .popover-header:empty {
      display: none
  }

div#calculator .popover-body {
      padding: .5rem .75rem;
      color: #212529
  }

div#calculator .carousel {
      position: relative
  }

div#calculator .carousel.pointer-event {
      touch-action: pan-y
  }

div#calculator .carousel-inner {
      position: relative;
      width: 100%;
      overflow: hidden
  }

div#calculator .carousel-inner:after {
      display: block;
      clear: both;
      content: ""
  }

div#calculator .carousel-item {
      position: relative;
      display: none;
      float: left;
      width: 100%;
      margin-right: -100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transition: transform .6s ease-in-out
  }

@media (prefers-reduced-motion:reduce) {
      div#calculator .carousel-item {
          transition: none
      }
  }

div#calculator .carousel-item-next, div#calculator .carousel-item-prev, div#calculator .carousel-item.active {
      display: block
  }

div#calculator .active.carousel-item-right, div#calculator .carousel-item-next:not(.carousel-item-left) {
      transform: translateX(100%)
  }

div#calculator .active.carousel-item-left, div#calculator .carousel-item-prev:not(.carousel-item-right) {
      transform: translateX(-100%)
  }

div#calculator .carousel-fade .carousel-item {
      opacity: 0;
      transition-property: opacity;
      transform: none
  }

div#calculator .carousel-fade .carousel-item-next.carousel-item-left, div#calculator .carousel-fade .carousel-item-prev.carousel-item-right, div#calculator .carousel-fade .carousel-item.active {
      z-index: 1;
      opacity: 1
  }

div#calculator .carousel-fade .active.carousel-item-left, div#calculator .carousel-fade .active.carousel-item-right {
      z-index: 0;
      opacity: 0;
      transition: opacity 0s .6s
  }

@media (prefers-reduced-motion:reduce) {
      div#calculator .carousel-fade .active.carousel-item-left, div#calculator .carousel-fade .active.carousel-item-right {
          transition: none
      }
  }

div#calculator .carousel-control-next, div#calculator .carousel-control-prev {
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 15%;
      color: #fff;
      text-align: center;
      opacity: .5;
      transition: opacity .15s ease
  }

@media (prefers-reduced-motion:reduce) {
      div#calculator .carousel-control-next, div#calculator .carousel-control-prev {
          transition: none
      }
  }

div#calculator .carousel-control-next:focus, div#calculator .carousel-control-next:hover, div#calculator .carousel-control-prev:focus, div#calculator .carousel-control-prev:hover {
      color: #fff;
      text-decoration: none;
      outline: 0;
      opacity: .9
  }

div#calculator .carousel-control-prev {
      left: 0
  }

div#calculator .carousel-control-next {
      right: 0
  }

div#calculator .carousel-control-next-icon, div#calculator .carousel-control-prev-icon {
      display: inline-block;
      width: 20px;
      height: 20px;
      background: no-repeat 50%/100% 100%
  }

div#calculator .carousel-control-prev-icon {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
  }

div#calculator .carousel-control-next-icon {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
  }

div#calculator .carousel-indicators {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 15;
      display: flex;
      justify-content: center;
      padding-left: 0;
      margin-right: 15%;
      margin-left: 15%;
      list-style: none
  }

div#calculator .carousel-indicators li {
      box-sizing: content-box;
      flex: 0 1 auto;
      width: 30px;
      height: 3px;
      margin-right: 3px;
      margin-left: 3px;
      text-indent: -999px;
      cursor: pointer;
      background-color: #fff;
      background-clip: padding-box;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      opacity: .5;
      transition: opacity .6s ease
  }

@media (prefers-reduced-motion:reduce) {
      div#calculator .carousel-indicators li {
          transition: none
      }
  }

div#calculator .carousel-indicators .active {
      opacity: 1
  }

div#calculator .carousel-caption {
      position: absolute;
      right: 15%;
      bottom: 20px;
      left: 15%;
      z-index: 10;
      padding-top: 20px;
      padding-bottom: 20px;
      color: #fff;
      text-align: center
  }

@-webkit-keyframes spinner-border {
      to {
          transform: rotate(1turn)
      }
  }

@keyframes spinner-border {
      to {
          transform: rotate(1turn)
      }
  }

div#calculator .spinner-border {
      display: inline-block;
      width: 2rem;
      height: 2rem;
      vertical-align: text-bottom;
      border: .25em solid currentColor;
      border-right-color: transparent;
      border-radius: 50%;
      -webkit-animation: spinner-border .75s linear infinite;
      animation: spinner-border .75s linear infinite
  }

div#calculator .spinner-border-sm {
      width: 1rem;
      height: 1rem;
      border-width: .2em
  }

@-webkit-keyframes spinner-grow {
      0% {
          transform: scale(0)
      }

      50% {
          opacity: 1
      }
  }

@keyframes spinner-grow {
      0% {
          transform: scale(0)
      }

      50% {
          opacity: 1
      }
  }

div#calculator .spinner-grow {
      display: inline-block;
      width: 2rem;
      height: 2rem;
      vertical-align: text-bottom;
      background-color: currentColor;
      border-radius: 50%;
      opacity: 0;
      -webkit-animation: spinner-grow .75s linear infinite;
      animation: spinner-grow .75s linear infinite
  }

div#calculator .spinner-grow-sm {
      width: 1rem;
      height: 1rem
  }

div#calculator .align-baseline {
      vertical-align: baseline !important
  }

div#calculator .align-top {
      vertical-align: top !important
  }

div#calculator .align-middle {
      vertical-align: middle !important
  }

div#calculator .align-bottom {
      vertical-align: bottom !important
  }

div#calculator .align-text-bottom {
      vertical-align: text-bottom !important
  }

div#calculator .align-text-top {
      vertical-align: text-top !important
  }

div#calculator .bg-primary {
      background-color: #007bff !important
  }

div#calculator a.bg-primary:focus, div#calculator a.bg-primary:hover, div#calculator button.bg-primary:focus, div#calculator button.bg-primary:hover {
      background-color: #0062cc !important
  }

div#calculator .bg-secondary {
      background-color: #6c757d !important
  }

div#calculator a.bg-secondary:focus, div#calculator a.bg-secondary:hover, div#calculator button.bg-secondary:focus, div#calculator button.bg-secondary:hover {
      background-color: #545b62 !important
  }

div#calculator .bg-success {
      background-color: #28a745 !important
  }

div#calculator a.bg-success:focus, div#calculator a.bg-success:hover, div#calculator button.bg-success:focus, div#calculator button.bg-success:hover {
      background-color: #1e7e34 !important
  }

div#calculator .bg-info {
      background-color: #17a2b8 !important
  }

div#calculator a.bg-info:focus, div#calculator a.bg-info:hover, div#calculator button.bg-info:focus, div#calculator button.bg-info:hover {
      background-color: #117a8b !important
  }

div#calculator .bg-warning {
      background-color: #ffc107 !important
  }

div#calculator a.bg-warning:focus, div#calculator a.bg-warning:hover, div#calculator button.bg-warning:focus, div#calculator button.bg-warning:hover {
      background-color: #d39e00 !important
  }

div#calculator .bg-danger {
      background-color: #dc3545 !important
  }

div#calculator a.bg-danger:focus, div#calculator a.bg-danger:hover, div#calculator button.bg-danger:focus, div#calculator button.bg-danger:hover {
      background-color: #bd2130 !important
  }

div#calculator .bg-light {
      background-color: #f8f9fa !important
  }

div#calculator a.bg-light:focus, div#calculator a.bg-light:hover, div#calculator button.bg-light:focus, div#calculator button.bg-light:hover {
      background-color: #dae0e5 !important
  }

div#calculator .bg-dark {
      background-color: #343a40 !important
  }

div#calculator a.bg-dark:focus, div#calculator a.bg-dark:hover, div#calculator button.bg-dark:focus, div#calculator button.bg-dark:hover {
      background-color: #1d2124 !important
  }

div#calculator .bg-white {
      background-color: #fff !important
  }

div#calculator .bg-transparent {
      background-color: transparent !important
  }

div#calculator .border {
      border: 1px solid #dee2e6 !important
  }

div#calculator .border-top {
      border-top: 1px solid #dee2e6 !important
  }

div#calculator .border-right {
      border-right: 1px solid #dee2e6 !important
  }

div#calculator .border-bottom {
      border-bottom: 1px solid #dee2e6 !important
  }

div#calculator .border-left {
      border-left: 1px solid #dee2e6 !important
  }

div#calculator .border-0 {
      border: 0 !important
  }

div#calculator .border-top-0 {
      border-top: 0 !important
  }

div#calculator .border-right-0 {
      border-right: 0 !important
  }

div#calculator .border-bottom-0 {
      border-bottom: 0 !important
  }

div#calculator .border-left-0 {
      border-left: 0 !important
  }

div#calculator .border-primary {
      border-color: #007bff !important
  }

div#calculator .border-secondary {
      border-color: #6c757d !important
  }

div#calculator .border-success {
      border-color: #28a745 !important
  }

div#calculator .border-info {
      border-color: #17a2b8 !important
  }

div#calculator .border-warning {
      border-color: #ffc107 !important
  }

div#calculator .border-danger {
      border-color: #dc3545 !important
  }

div#calculator .border-light {
      border-color: #f8f9fa !important
  }

div#calculator .border-dark {
      border-color: #343a40 !important
  }

div#calculator .border-white {
      border-color: #fff !important
  }

div#calculator .rounded-sm {
      border-radius: .2rem !important
  }

div#calculator .rounded {
      border-radius: .25rem !important
  }

div#calculator .rounded-top {
      border-top-left-radius: .25rem !important
  }

div#calculator .rounded-right, div#calculator .rounded-top {
      border-top-right-radius: .25rem !important
  }

div#calculator .rounded-bottom, div#calculator .rounded-right {
      border-bottom-right-radius: .25rem !important
  }

div#calculator .rounded-bottom, div#calculator .rounded-left {
      border-bottom-left-radius: .25rem !important
  }

div#calculator .rounded-left {
      border-top-left-radius: .25rem !important
  }

div#calculator .rounded-lg {
      border-radius: .3rem !important
  }

div#calculator .rounded-circle {
      border-radius: 50% !important
  }

div#calculator .rounded-pill {
      border-radius: 50rem !important
  }

div#calculator .rounded-0 {
      border-radius: 0 !important
  }

div#calculator .clearfix:after {
      display: block;
      clear: both;
      content: ""
  }

div#calculator .d-none {
      display: none !important
  }

div#calculator .d-inline {
      display: inline !important
  }

div#calculator .d-inline-block {
      display: inline-block !important
  }

div#calculator .d-block {
      display: block !important
  }

div#calculator .d-table {
      display: table !important
  }

div#calculator .d-table-row {
      display: table-row !important
  }

div#calculator .d-table-cell {
      display: table-cell !important
  }

div#calculator .d-flex {
      display: flex !important
  }

div#calculator .d-inline-flex {
      display: inline-flex !important
  }

@media (min-width:576px) {
      div#calculator .d-sm-none {
          display: none !important
      }

      div#calculator .d-sm-inline {
          display: inline !important
      }

      div#calculator .d-sm-inline-block {
          display: inline-block !important
      }

      div#calculator .d-sm-block {
          display: block !important
      }

      div#calculator .d-sm-table {
          display: table !important
      }

      div#calculator .d-sm-table-row {
          display: table-row !important
      }

      div#calculator .d-sm-table-cell {
          display: table-cell !important
      }

      div#calculator .d-sm-flex {
          display: flex !important
      }

      div#calculator .d-sm-inline-flex {
          display: inline-flex !important
      }
  }

@media (min-width:768px) {
      div#calculator .d-md-none {
          display: none !important
      }

      div#calculator .d-md-inline {
          display: inline !important
      }

      div#calculator .d-md-inline-block {
          display: inline-block !important
      }

      div#calculator .d-md-block {
          display: block !important
      }

      div#calculator .d-md-table {
          display: table !important
      }

      div#calculator .d-md-table-row {
          display: table-row !important
      }

      div#calculator .d-md-table-cell {
          display: table-cell !important
      }

      div#calculator .d-md-flex {
          display: flex !important
      }

      div#calculator .d-md-inline-flex {
          display: inline-flex !important
      }
  }

@media (min-width:992px) {
      div#calculator .d-lg-none {
          display: none !important
      }

      div#calculator .d-lg-inline {
          display: inline !important
      }

      div#calculator .d-lg-inline-block {
          display: inline-block !important
      }

      div#calculator .d-lg-block {
          display: block !important
      }

      div#calculator .d-lg-table {
          display: table !important
      }

      div#calculator .d-lg-table-row {
          display: table-row !important
      }

      div#calculator .d-lg-table-cell {
          display: table-cell !important
      }

      div#calculator .d-lg-flex {
          display: flex !important
      }

      div#calculator .d-lg-inline-flex {
          display: inline-flex !important
      }
  }

@media (min-width:1200px) {
      div#calculator .d-xl-none {
          display: none !important
      }

      div#calculator .d-xl-inline {
          display: inline !important
      }

      div#calculator .d-xl-inline-block {
          display: inline-block !important
      }

      div#calculator .d-xl-block {
          display: block !important
      }

      div#calculator .d-xl-table {
          display: table !important
      }

      div#calculator .d-xl-table-row {
          display: table-row !important
      }

      div#calculator .d-xl-table-cell {
          display: table-cell !important
      }

      div#calculator .d-xl-flex {
          display: flex !important
      }

      div#calculator .d-xl-inline-flex {
          display: inline-flex !important
      }
  }

@media print {
      div#calculator .d-print-none {
          display: none !important
      }

      div#calculator .d-print-inline {
          display: inline !important
      }

      div#calculator .d-print-inline-block {
          display: inline-block !important
      }

      div#calculator .d-print-block {
          display: block !important
      }

      div#calculator .d-print-table {
          display: table !important
      }

      div#calculator .d-print-table-row {
          display: table-row !important
      }

      div#calculator .d-print-table-cell {
          display: table-cell !important
      }

      div#calculator .d-print-flex {
          display: flex !important
      }

      div#calculator .d-print-inline-flex {
          display: inline-flex !important
      }
  }

div#calculator .embed-responsive {
      position: relative;
      display: block;
      width: 100%;
      padding: 0;
      overflow: hidden
  }

div#calculator .embed-responsive:before {
      display: block;
      content: ""
  }

div#calculator .embed-responsive .embed-responsive-item, div#calculator .embed-responsive embed, div#calculator .embed-responsive iframe, div#calculator .embed-responsive object, div#calculator .embed-responsive video {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0
  }

div#calculator .embed-responsive-21by9:before {
      padding-top: 42.857143%
  }

div#calculator .embed-responsive-16by9:before {
      padding-top: 56.25%
  }

div#calculator .embed-responsive-4by3:before {
      padding-top: 75%
  }

div#calculator .embed-responsive-1by1:before {
      padding-top: 100%
  }

div#calculator .flex-row {
      flex-direction: row !important
  }

div#calculator .flex-column {
      flex-direction: column !important
  }

div#calculator .flex-row-reverse {
      flex-direction: row-reverse !important
  }

div#calculator .flex-column-reverse {
      flex-direction: column-reverse !important
  }

div#calculator .flex-wrap {
      flex-wrap: wrap !important
  }

div#calculator .flex-nowrap {
      flex-wrap: nowrap !important
  }

div#calculator .flex-wrap-reverse {
      flex-wrap: wrap-reverse !important
  }

div#calculator .flex-fill {
      flex: 1 1 auto !important
  }

div#calculator .flex-grow-0 {
      flex-grow: 0 !important
  }

div#calculator .flex-grow-1 {
      flex-grow: 1 !important
  }

div#calculator .flex-shrink-0 {
      flex-shrink: 0 !important
  }

div#calculator .flex-shrink-1 {
      flex-shrink: 1 !important
  }

div#calculator .justify-content-start {
      justify-content: flex-start !important
  }

div#calculator .justify-content-end {
      justify-content: flex-end !important
  }

div#calculator .justify-content-center {
      justify-content: center !important
  }

div#calculator .justify-content-between {
      justify-content: space-between !important
  }

div#calculator .justify-content-around {
      justify-content: space-around !important
  }

div#calculator .align-items-start {
      align-items: flex-start !important
  }

div#calculator .align-items-end {
      align-items: flex-end !important
  }

div#calculator .align-items-center {
      align-items: center !important
  }

div#calculator .align-items-baseline {
      align-items: baseline !important
  }

div#calculator .align-items-stretch {
      align-items: stretch !important
  }

div#calculator .align-content-start {
      align-content: flex-start !important
  }

div#calculator .align-content-end {
      align-content: flex-end !important
  }

div#calculator .align-content-center {
      align-content: center !important
  }

div#calculator .align-content-between {
      align-content: space-between !important
  }

div#calculator .align-content-around {
      align-content: space-around !important
  }

div#calculator .align-content-stretch {
      align-content: stretch !important
  }

div#calculator .align-self-auto {
      align-self: auto !important
  }

div#calculator .align-self-start {
      align-self: flex-start !important
  }

div#calculator .align-self-end {
      align-self: flex-end !important
  }

div#calculator .align-self-center {
      align-self: center !important
  }

div#calculator .align-self-baseline {
      align-self: baseline !important
  }

div#calculator .align-self-stretch {
      align-self: stretch !important
  }

@media (min-width:576px) {
      div#calculator .flex-sm-row {
          flex-direction: row !important
      }

      div#calculator .flex-sm-column {
          flex-direction: column !important
      }

      div#calculator .flex-sm-row-reverse {
          flex-direction: row-reverse !important
      }

      div#calculator .flex-sm-column-reverse {
          flex-direction: column-reverse !important
      }

      div#calculator .flex-sm-wrap {
          flex-wrap: wrap !important
      }

      div#calculator .flex-sm-nowrap {
          flex-wrap: nowrap !important
      }

      div#calculator .flex-sm-wrap-reverse {
          flex-wrap: wrap-reverse !important
      }

      div#calculator .flex-sm-fill {
          flex: 1 1 auto !important
      }

      div#calculator .flex-sm-grow-0 {
          flex-grow: 0 !important
      }

      div#calculator .flex-sm-grow-1 {
          flex-grow: 1 !important
      }

      div#calculator .flex-sm-shrink-0 {
          flex-shrink: 0 !important
      }

      div#calculator .flex-sm-shrink-1 {
          flex-shrink: 1 !important
      }

      div#calculator .justify-content-sm-start {
          justify-content: flex-start !important
      }

      div#calculator .justify-content-sm-end {
          justify-content: flex-end !important
      }

      div#calculator .justify-content-sm-center {
          justify-content: center !important
      }

      div#calculator .justify-content-sm-between {
          justify-content: space-between !important
      }

      div#calculator .justify-content-sm-around {
          justify-content: space-around !important
      }

      div#calculator .align-items-sm-start {
          align-items: flex-start !important
      }

      div#calculator .align-items-sm-end {
          align-items: flex-end !important
      }

      div#calculator .align-items-sm-center {
          align-items: center !important
      }

      div#calculator .align-items-sm-baseline {
          align-items: baseline !important
      }

      div#calculator .align-items-sm-stretch {
          align-items: stretch !important
      }

      div#calculator .align-content-sm-start {
          align-content: flex-start !important
      }

      div#calculator .align-content-sm-end {
          align-content: flex-end !important
      }

      div#calculator .align-content-sm-center {
          align-content: center !important
      }

      div#calculator .align-content-sm-between {
          align-content: space-between !important
      }

      div#calculator .align-content-sm-around {
          align-content: space-around !important
      }

      div#calculator .align-content-sm-stretch {
          align-content: stretch !important
      }

      div#calculator .align-self-sm-auto {
          align-self: auto !important
      }

      div#calculator .align-self-sm-start {
          align-self: flex-start !important
      }

      div#calculator .align-self-sm-end {
          align-self: flex-end !important
      }

      div#calculator .align-self-sm-center {
          align-self: center !important
      }

      div#calculator .align-self-sm-baseline {
          align-self: baseline !important
      }

      div#calculator .align-self-sm-stretch {
          align-self: stretch !important
      }
  }

@media (min-width:768px) {
      div#calculator .flex-md-row {
          flex-direction: row !important
      }

      div#calculator .flex-md-column {
          flex-direction: column !important
      }

      div#calculator .flex-md-row-reverse {
          flex-direction: row-reverse !important
      }

      div#calculator .flex-md-column-reverse {
          flex-direction: column-reverse !important
      }

      div#calculator .flex-md-wrap {
          flex-wrap: wrap !important
      }

      div#calculator .flex-md-nowrap {
          flex-wrap: nowrap !important
      }

      div#calculator .flex-md-wrap-reverse {
          flex-wrap: wrap-reverse !important
      }

      div#calculator .flex-md-fill {
          flex: 1 1 auto !important
      }

      div#calculator .flex-md-grow-0 {
          flex-grow: 0 !important
      }

      div#calculator .flex-md-grow-1 {
          flex-grow: 1 !important
      }

      div#calculator .flex-md-shrink-0 {
          flex-shrink: 0 !important
      }

      div#calculator .flex-md-shrink-1 {
          flex-shrink: 1 !important
      }

      div#calculator .justify-content-md-start {
          justify-content: flex-start !important
      }

      div#calculator .justify-content-md-end {
          justify-content: flex-end !important
      }

      div#calculator .justify-content-md-center {
          justify-content: center !important
      }

      div#calculator .justify-content-md-between {
          justify-content: space-between !important
      }

      div#calculator .justify-content-md-around {
          justify-content: space-around !important
      }

      div#calculator .align-items-md-start {
          align-items: flex-start !important
      }

      div#calculator .align-items-md-end {
          align-items: flex-end !important
      }

      div#calculator .align-items-md-center {
          align-items: center !important
      }

      div#calculator .align-items-md-baseline {
          align-items: baseline !important
      }

      div#calculator .align-items-md-stretch {
          align-items: stretch !important
      }

      div#calculator .align-content-md-start {
          align-content: flex-start !important
      }

      div#calculator .align-content-md-end {
          align-content: flex-end !important
      }

      div#calculator .align-content-md-center {
          align-content: center !important
      }

      div#calculator .align-content-md-between {
          align-content: space-between !important
      }

      div#calculator .align-content-md-around {
          align-content: space-around !important
      }

      div#calculator .align-content-md-stretch {
          align-content: stretch !important
      }

      div#calculator .align-self-md-auto {
          align-self: auto !important
      }

      div#calculator .align-self-md-start {
          align-self: flex-start !important
      }

      div#calculator .align-self-md-end {
          align-self: flex-end !important
      }

      div#calculator .align-self-md-center {
          align-self: center !important
      }

      div#calculator .align-self-md-baseline {
          align-self: baseline !important
      }

      div#calculator .align-self-md-stretch {
          align-self: stretch !important
      }
  }

@media (min-width:992px) {
      div#calculator .flex-lg-row {
          flex-direction: row !important
      }

      div#calculator .flex-lg-column {
          flex-direction: column !important
      }

      div#calculator .flex-lg-row-reverse {
          flex-direction: row-reverse !important
      }

      div#calculator .flex-lg-column-reverse {
          flex-direction: column-reverse !important
      }

      div#calculator .flex-lg-wrap {
          flex-wrap: wrap !important
      }

      div#calculator .flex-lg-nowrap {
          flex-wrap: nowrap !important
      }

      div#calculator .flex-lg-wrap-reverse {
          flex-wrap: wrap-reverse !important
      }

      div#calculator .flex-lg-fill {
          flex: 1 1 auto !important
      }

      div#calculator .flex-lg-grow-0 {
          flex-grow: 0 !important
      }

      div#calculator .flex-lg-grow-1 {
          flex-grow: 1 !important
      }

      div#calculator .flex-lg-shrink-0 {
          flex-shrink: 0 !important
      }

      div#calculator .flex-lg-shrink-1 {
          flex-shrink: 1 !important
      }

      div#calculator .justify-content-lg-start {
          justify-content: flex-start !important
      }

      div#calculator .justify-content-lg-end {
          justify-content: flex-end !important
      }

      div#calculator .justify-content-lg-center {
          justify-content: center !important
      }

      div#calculator .justify-content-lg-between {
          justify-content: space-between !important
      }

      div#calculator .justify-content-lg-around {
          justify-content: space-around !important
      }

      div#calculator .align-items-lg-start {
          align-items: flex-start !important
      }

      div#calculator .align-items-lg-end {
          align-items: flex-end !important
      }

      div#calculator .align-items-lg-center {
          align-items: center !important
      }

      div#calculator .align-items-lg-baseline {
          align-items: baseline !important
      }

      div#calculator .align-items-lg-stretch {
          align-items: stretch !important
      }

      div#calculator .align-content-lg-start {
          align-content: flex-start !important
      }

      div#calculator .align-content-lg-end {
          align-content: flex-end !important
      }

      div#calculator .align-content-lg-center {
          align-content: center !important
      }

      div#calculator .align-content-lg-between {
          align-content: space-between !important
      }

      div#calculator .align-content-lg-around {
          align-content: space-around !important
      }

      div#calculator .align-content-lg-stretch {
          align-content: stretch !important
      }

      div#calculator .align-self-lg-auto {
          align-self: auto !important
      }

      div#calculator .align-self-lg-start {
          align-self: flex-start !important
      }

      div#calculator .align-self-lg-end {
          align-self: flex-end !important
      }

      div#calculator .align-self-lg-center {
          align-self: center !important
      }

      div#calculator .align-self-lg-baseline {
          align-self: baseline !important
      }

      div#calculator .align-self-lg-stretch {
          align-self: stretch !important
      }
  }

@media (min-width:1200px) {
      div#calculator .flex-xl-row {
          flex-direction: row !important
      }

      div#calculator .flex-xl-column {
          flex-direction: column !important
      }

      div#calculator .flex-xl-row-reverse {
          flex-direction: row-reverse !important
      }

      div#calculator .flex-xl-column-reverse {
          flex-direction: column-reverse !important
      }

      div#calculator .flex-xl-wrap {
          flex-wrap: wrap !important
      }

      div#calculator .flex-xl-nowrap {
          flex-wrap: nowrap !important
      }

      div#calculator .flex-xl-wrap-reverse {
          flex-wrap: wrap-reverse !important
      }

      div#calculator .flex-xl-fill {
          flex: 1 1 auto !important
      }

      div#calculator .flex-xl-grow-0 {
          flex-grow: 0 !important
      }

      div#calculator .flex-xl-grow-1 {
          flex-grow: 1 !important
      }

      div#calculator .flex-xl-shrink-0 {
          flex-shrink: 0 !important
      }

      div#calculator .flex-xl-shrink-1 {
          flex-shrink: 1 !important
      }

      div#calculator .justify-content-xl-start {
          justify-content: flex-start !important
      }

      div#calculator .justify-content-xl-end {
          justify-content: flex-end !important
      }

      div#calculator .justify-content-xl-center {
          justify-content: center !important
      }

      div#calculator .justify-content-xl-between {
          justify-content: space-between !important
      }

      div#calculator .justify-content-xl-around {
          justify-content: space-around !important
      }

      div#calculator .align-items-xl-start {
          align-items: flex-start !important
      }

      div#calculator .align-items-xl-end {
          align-items: flex-end !important
      }

      div#calculator .align-items-xl-center {
          align-items: center !important
      }

      div#calculator .align-items-xl-baseline {
          align-items: baseline !important
      }

      div#calculator .align-items-xl-stretch {
          align-items: stretch !important
      }

      div#calculator .align-content-xl-start {
          align-content: flex-start !important
      }

      div#calculator .align-content-xl-end {
          align-content: flex-end !important
      }

      div#calculator .align-content-xl-center {
          align-content: center !important
      }

      div#calculator .align-content-xl-between {
          align-content: space-between !important
      }

      div#calculator .align-content-xl-around {
          align-content: space-around !important
      }

      div#calculator .align-content-xl-stretch {
          align-content: stretch !important
      }

      div#calculator .align-self-xl-auto {
          align-self: auto !important
      }

      div#calculator .align-self-xl-start {
          align-self: flex-start !important
      }

      div#calculator .align-self-xl-end {
          align-self: flex-end !important
      }

      div#calculator .align-self-xl-center {
          align-self: center !important
      }

      div#calculator .align-self-xl-baseline {
          align-self: baseline !important
      }

      div#calculator .align-self-xl-stretch {
          align-self: stretch !important
      }
  }

div#calculator .float-left {
      float: left !important
  }

div#calculator .float-right {
      float: right !important
  }

div#calculator .float-none {
      float: none !important
  }

@media (min-width:576px) {
      div#calculator .float-sm-left {
          float: left !important
      }

      div#calculator .float-sm-right {
          float: right !important
      }

      div#calculator .float-sm-none {
          float: none !important
      }
  }

@media (min-width:768px) {
      div#calculator .float-md-left {
          float: left !important
      }

      div#calculator .float-md-right {
          float: right !important
      }

      div#calculator .float-md-none {
          float: none !important
      }
  }

@media (min-width:992px) {
      div#calculator .float-lg-left {
          float: left !important
      }

      div#calculator .float-lg-right {
          float: right !important
      }

      div#calculator .float-lg-none {
          float: none !important
      }
  }

@media (min-width:1200px) {
      div#calculator .float-xl-left {
          float: left !important
      }

      div#calculator .float-xl-right {
          float: right !important
      }

      div#calculator .float-xl-none {
          float: none !important
      }
  }

div#calculator .overflow-auto {
      overflow: auto !important
  }

div#calculator .overflow-hidden {
      overflow: hidden !important
  }

div#calculator .position-static {
      position: static !important
  }

div#calculator .position-relative {
      position: relative !important
  }

div#calculator .position-absolute {
      position: absolute !important
  }

div#calculator .position-fixed {
      position: fixed !important
  }

div#calculator .position-sticky {
      position: sticky !important
  }

div#calculator .fixed-top {
      top: 0
  }

div#calculator .fixed-bottom, div#calculator .fixed-top {
      position: fixed;
      right: 0;
      left: 0;
      z-index: 1030
  }

div#calculator .fixed-bottom {
      bottom: 0
  }

@supports (position:sticky) {
      div#calculator .sticky-top {
          position: sticky;
          top: 0;
          z-index: 1020
      }
  }

div#calculator .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0
  }

div#calculator .sr-only-focusable:active, div#calculator .sr-only-focusable:focus {
      position: static;
      width: auto;
      height: auto;
      overflow: visible;
      clip: auto;
      white-space: normal
  }

div#calculator .shadow-sm {
      box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
  }

div#calculator .shadow {
      box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
  }

div#calculator .shadow-lg {
      box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
  }

div#calculator .shadow-none {
      box-shadow: none !important
  }

div#calculator .w-25 {
      width: 25% !important
  }

div#calculator .w-50 {
      width: 50% !important
  }

div#calculator .w-75 {
      width: 75% !important
  }

div#calculator .w-100 {
      width: 100% !important
  }

div#calculator .w-auto {
      width: auto !important
  }

div#calculator .h-25 {
      height: 25% !important
  }

div#calculator .h-50 {
      height: 50% !important
  }

div#calculator .h-75 {
      height: 75% !important
  }

div#calculator .h-100 {
      height: 100% !important
  }

div#calculator .h-auto {
      height: auto !important
  }

div#calculator .mw-100 {
      max-width: 100% !important
  }

div#calculator .mh-100 {
      max-height: 100% !important
  }

div#calculator .min-vw-100 {
      min-width: 100vw !important
  }

div#calculator .min-vh-100 {
      min-height: 100vh !important
  }

div#calculator .vw-100 {
      width: 100vw !important
  }

div#calculator .vh-100 {
      height: 100vh !important
  }

div#calculator .stretched-link:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      pointer-events: auto;
      content: "";
      background-color: transparent
  }

div#calculator .m-0 {
      margin: 0 !important
  }

div#calculator .mt-0, div#calculator .my-0 {
      margin-top: 0 !important
  }

div#calculator .mr-0, div#calculator .mx-0 {
      margin-right: 0 !important
  }

div#calculator .mb-0, div#calculator .my-0 {
      margin-bottom: 0 !important
  }

div#calculator .ml-0, div#calculator .mx-0 {
      margin-left: 0 !important
  }

div#calculator .m-1 {
      margin: .25rem !important
  }

div#calculator .mt-1, div#calculator .my-1 {
      margin-top: .25rem !important
  }

div#calculator .mr-1, div#calculator .mx-1 {
      margin-right: .25rem !important
  }

div#calculator .mb-1, div#calculator .my-1 {
      margin-bottom: .25rem !important
  }

div#calculator .ml-1, div#calculator .mx-1 {
      margin-left: .25rem !important
  }

div#calculator .m-2 {
      margin: .5rem !important
  }

div#calculator .mt-2, div#calculator .my-2 {
      margin-top: .5rem !important
  }

div#calculator .mr-2, div#calculator .mx-2 {
      margin-right: .5rem !important
  }

div#calculator .mb-2, div#calculator .my-2 {
      margin-bottom: .5rem !important
  }

div#calculator .ml-2, div#calculator .mx-2 {
      margin-left: .5rem !important
  }

div#calculator .m-3 {
      margin: 1rem !important
  }

div#calculator .mt-3, div#calculator .my-3 {
      margin-top: 1rem !important
  }

div#calculator .mr-3, div#calculator .mx-3 {
      margin-right: 1rem !important
  }

div#calculator .mb-3, div#calculator .my-3 {
      margin-bottom: 1rem !important
  }

div#calculator .ml-3, div#calculator .mx-3 {
      margin-left: 1rem !important
  }

div#calculator .m-4 {
      margin: 1.5rem !important
  }

div#calculator .mt-4, div#calculator .my-4 {
      margin-top: 1.5rem !important
  }

div#calculator .mr-4, div#calculator .mx-4 {
      margin-right: 1.5rem !important
  }

div#calculator .mb-4, div#calculator .my-4 {
      margin-bottom: 1.5rem !important
  }

div#calculator .ml-4, div#calculator .mx-4 {
      margin-left: 1.5rem !important
  }

div#calculator .m-5 {
      margin: 3rem !important
  }

div#calculator .mt-5, div#calculator .my-5 {
      margin-top: 3rem !important
  }

div#calculator .mr-5, div#calculator .mx-5 {
      margin-right: 3rem !important
  }

div#calculator .mb-5, div#calculator .my-5 {
      margin-bottom: 3rem !important
  }

div#calculator .ml-5, div#calculator .mx-5 {
      margin-left: 3rem !important
  }

div#calculator .p-0 {
      padding: 0 !important
  }

div#calculator .pt-0, div#calculator .py-0 {
      padding-top: 0 !important
  }

div#calculator .pr-0, div#calculator .px-0 {
      padding-right: 0 !important
  }

div#calculator .pb-0, div#calculator .py-0 {
      padding-bottom: 0 !important
  }

div#calculator .pl-0, div#calculator .px-0 {
      padding-left: 0 !important
  }

div#calculator .p-1 {
      padding: .25rem !important
  }

div#calculator .pt-1, div#calculator .py-1 {
      padding-top: .25rem !important
  }

div#calculator .pr-1, div#calculator .px-1 {
      padding-right: .25rem !important
  }

div#calculator .pb-1, div#calculator .py-1 {
      padding-bottom: .25rem !important
  }

div#calculator .pl-1, div#calculator .px-1 {
      padding-left: .25rem !important
  }

div#calculator .p-2 {
      padding: .5rem !important
  }

div#calculator .pt-2, div#calculator .py-2 {
      padding-top: .5rem !important
  }

div#calculator .pr-2, div#calculator .px-2 {
      padding-right: .5rem !important
  }

div#calculator .pb-2, div#calculator .py-2 {
      padding-bottom: .5rem !important
  }

div#calculator .pl-2, div#calculator .px-2 {
      padding-left: .5rem !important
  }

div#calculator .p-3 {
      padding: 1rem !important
  }

div#calculator .pt-3, div#calculator .py-3 {
      padding-top: 1rem !important
  }

div#calculator .pr-3, div#calculator .px-3 {
      padding-right: 1rem !important
  }

div#calculator .pb-3, div#calculator .py-3 {
      padding-bottom: 1rem !important
  }

div#calculator .pl-3, div#calculator .px-3 {
      padding-left: 1rem !important
  }

div#calculator .p-4 {
      padding: 1.5rem !important
  }

div#calculator .pt-4, div#calculator .py-4 {
      padding-top: 1.5rem !important
  }

div#calculator .pr-4, div#calculator .px-4 {
      padding-right: 1.5rem !important
  }

div#calculator .pb-4, div#calculator .py-4 {
      padding-bottom: 1.5rem !important
  }

div#calculator .pl-4, div#calculator .px-4 {
      padding-left: 1.5rem !important
  }

div#calculator .p-5 {
      padding: 3rem !important
  }

div#calculator .pt-5, div#calculator .py-5 {
      padding-top: 3rem !important
  }

div#calculator .pr-5, div#calculator .px-5 {
      padding-right: 3rem !important
  }

div#calculator .pb-5, div#calculator .py-5 {
      padding-bottom: 3rem !important
  }

div#calculator .pl-5, div#calculator .px-5 {
      padding-left: 3rem !important
  }

div#calculator .m-n1 {
      margin: -.25rem !important
  }

div#calculator .mt-n1, div#calculator .my-n1 {
      margin-top: -.25rem !important
  }

div#calculator .mr-n1, div#calculator .mx-n1 {
      margin-right: -.25rem !important
  }

div#calculator .mb-n1, div#calculator .my-n1 {
      margin-bottom: -.25rem !important
  }

div#calculator .ml-n1, div#calculator .mx-n1 {
      margin-left: -.25rem !important
  }

div#calculator .m-n2 {
      margin: -.5rem !important
  }

div#calculator .mt-n2, div#calculator .my-n2 {
      margin-top: -.5rem !important
  }

div#calculator .mr-n2, div#calculator .mx-n2 {
      margin-right: -.5rem !important
  }

div#calculator .mb-n2, div#calculator .my-n2 {
      margin-bottom: -.5rem !important
  }

div#calculator .ml-n2, div#calculator .mx-n2 {
      margin-left: -.5rem !important
  }

div#calculator .m-n3 {
      margin: -1rem !important
  }

div#calculator .mt-n3, div#calculator .my-n3 {
      margin-top: -1rem !important
  }

div#calculator .mr-n3, div#calculator .mx-n3 {
      margin-right: -1rem !important
  }

div#calculator .mb-n3, div#calculator .my-n3 {
      margin-bottom: -1rem !important
  }

div#calculator .ml-n3, div#calculator .mx-n3 {
      margin-left: -1rem !important
  }

div#calculator .m-n4 {
      margin: -1.5rem !important
  }

div#calculator .mt-n4, div#calculator .my-n4 {
      margin-top: -1.5rem !important
  }

div#calculator .mr-n4, div#calculator .mx-n4 {
      margin-right: -1.5rem !important
  }

div#calculator .mb-n4, div#calculator .my-n4 {
      margin-bottom: -1.5rem !important
  }

div#calculator .ml-n4, div#calculator .mx-n4 {
      margin-left: -1.5rem !important
  }

div#calculator .m-n5 {
      margin: -3rem !important
  }

div#calculator .mt-n5, div#calculator .my-n5 {
      margin-top: -3rem !important
  }

div#calculator .mr-n5, div#calculator .mx-n5 {
      margin-right: -3rem !important
  }

div#calculator .mb-n5, div#calculator .my-n5 {
      margin-bottom: -3rem !important
  }

div#calculator .ml-n5, div#calculator .mx-n5 {
      margin-left: -3rem !important
  }

div#calculator .m-auto {
      margin: auto !important
  }

div#calculator .mt-auto, div#calculator .my-auto {
      margin-top: auto !important
  }

div#calculator .mr-auto, div#calculator .mx-auto {
      margin-right: auto !important
  }

div#calculator .mb-auto, div#calculator .my-auto {
      margin-bottom: auto !important
  }

div#calculator .ml-auto, div#calculator .mx-auto {
      margin-left: auto !important
  }

@media (min-width:576px) {
      div#calculator .m-sm-0 {
          margin: 0 !important
      }

      div#calculator .mt-sm-0, div#calculator .my-sm-0 {
          margin-top: 0 !important
      }

      div#calculator .mr-sm-0, div#calculator .mx-sm-0 {
          margin-right: 0 !important
      }

      div#calculator .mb-sm-0, div#calculator .my-sm-0 {
          margin-bottom: 0 !important
      }

      div#calculator .ml-sm-0, div#calculator .mx-sm-0 {
          margin-left: 0 !important
      }

      div#calculator .m-sm-1 {
          margin: .25rem !important
      }

      div#calculator .mt-sm-1, div#calculator .my-sm-1 {
          margin-top: .25rem !important
      }

      div#calculator .mr-sm-1, div#calculator .mx-sm-1 {
          margin-right: .25rem !important
      }

      div#calculator .mb-sm-1, div#calculator .my-sm-1 {
          margin-bottom: .25rem !important
      }

      div#calculator .ml-sm-1, div#calculator .mx-sm-1 {
          margin-left: .25rem !important
      }

      div#calculator .m-sm-2 {
          margin: .5rem !important
      }

      div#calculator .mt-sm-2, div#calculator .my-sm-2 {
          margin-top: .5rem !important
      }

      div#calculator .mr-sm-2, div#calculator .mx-sm-2 {
          margin-right: .5rem !important
      }

      div#calculator .mb-sm-2, div#calculator .my-sm-2 {
          margin-bottom: .5rem !important
      }

      div#calculator .ml-sm-2, div#calculator .mx-sm-2 {
          margin-left: .5rem !important
      }

      div#calculator .m-sm-3 {
          margin: 1rem !important
      }

      div#calculator .mt-sm-3, div#calculator .my-sm-3 {
          margin-top: 1rem !important
      }

      div#calculator .mr-sm-3, div#calculator .mx-sm-3 {
          margin-right: 1rem !important
      }

      div#calculator .mb-sm-3, div#calculator .my-sm-3 {
          margin-bottom: 1rem !important
      }

      div#calculator .ml-sm-3, div#calculator .mx-sm-3 {
          margin-left: 1rem !important
      }

      div#calculator .m-sm-4 {
          margin: 1.5rem !important
      }

      div#calculator .mt-sm-4, div#calculator .my-sm-4 {
          margin-top: 1.5rem !important
      }

      div#calculator .mr-sm-4, div#calculator .mx-sm-4 {
          margin-right: 1.5rem !important
      }

      div#calculator .mb-sm-4, div#calculator .my-sm-4 {
          margin-bottom: 1.5rem !important
      }

      div#calculator .ml-sm-4, div#calculator .mx-sm-4 {
          margin-left: 1.5rem !important
      }

      div#calculator .m-sm-5 {
          margin: 3rem !important
      }

      div#calculator .mt-sm-5, div#calculator .my-sm-5 {
          margin-top: 3rem !important
      }

      div#calculator .mr-sm-5, div#calculator .mx-sm-5 {
          margin-right: 3rem !important
      }

      div#calculator .mb-sm-5, div#calculator .my-sm-5 {
          margin-bottom: 3rem !important
      }

      div#calculator .ml-sm-5, div#calculator .mx-sm-5 {
          margin-left: 3rem !important
      }

      div#calculator .p-sm-0 {
          padding: 0 !important
      }

      div#calculator .pt-sm-0, div#calculator .py-sm-0 {
          padding-top: 0 !important
      }

      div#calculator .pr-sm-0, div#calculator .px-sm-0 {
          padding-right: 0 !important
      }

      div#calculator .pb-sm-0, div#calculator .py-sm-0 {
          padding-bottom: 0 !important
      }

      div#calculator .pl-sm-0, div#calculator .px-sm-0 {
          padding-left: 0 !important
      }

      div#calculator .p-sm-1 {
          padding: .25rem !important
      }

      div#calculator .pt-sm-1, div#calculator .py-sm-1 {
          padding-top: .25rem !important
      }

      div#calculator .pr-sm-1, div#calculator .px-sm-1 {
          padding-right: .25rem !important
      }

      div#calculator .pb-sm-1, div#calculator .py-sm-1 {
          padding-bottom: .25rem !important
      }

      div#calculator .pl-sm-1, div#calculator .px-sm-1 {
          padding-left: .25rem !important
      }

      div#calculator .p-sm-2 {
          padding: .5rem !important
      }

      div#calculator .pt-sm-2, div#calculator .py-sm-2 {
          padding-top: .5rem !important
      }

      div#calculator .pr-sm-2, div#calculator .px-sm-2 {
          padding-right: .5rem !important
      }

      div#calculator .pb-sm-2, div#calculator .py-sm-2 {
          padding-bottom: .5rem !important
      }

      div#calculator .pl-sm-2, div#calculator .px-sm-2 {
          padding-left: .5rem !important
      }

      div#calculator .p-sm-3 {
          padding: 1rem !important
      }

      div#calculator .pt-sm-3, div#calculator .py-sm-3 {
          padding-top: 1rem !important
      }

      div#calculator .pr-sm-3, div#calculator .px-sm-3 {
          padding-right: 1rem !important
      }

      div#calculator .pb-sm-3, div#calculator .py-sm-3 {
          padding-bottom: 1rem !important
      }

      div#calculator .pl-sm-3, div#calculator .px-sm-3 {
          padding-left: 1rem !important
      }

      div#calculator .p-sm-4 {
          padding: 1.5rem !important
      }

      div#calculator .pt-sm-4, div#calculator .py-sm-4 {
          padding-top: 1.5rem !important
      }

      div#calculator .pr-sm-4, div#calculator .px-sm-4 {
          padding-right: 1.5rem !important
      }

      div#calculator .pb-sm-4, div#calculator .py-sm-4 {
          padding-bottom: 1.5rem !important
      }

      div#calculator .pl-sm-4, div#calculator .px-sm-4 {
          padding-left: 1.5rem !important
      }

      div#calculator .p-sm-5 {
          padding: 3rem !important
      }

      div#calculator .pt-sm-5, div#calculator .py-sm-5 {
          padding-top: 3rem !important
      }

      div#calculator .pr-sm-5, div#calculator .px-sm-5 {
          padding-right: 3rem !important
      }

      div#calculator .pb-sm-5, div#calculator .py-sm-5 {
          padding-bottom: 3rem !important
      }

      div#calculator .pl-sm-5, div#calculator .px-sm-5 {
          padding-left: 3rem !important
      }

      div#calculator .m-sm-n1 {
          margin: -.25rem !important
      }

      div#calculator .mt-sm-n1, div#calculator .my-sm-n1 {
          margin-top: -.25rem !important
      }

      div#calculator .mr-sm-n1, div#calculator .mx-sm-n1 {
          margin-right: -.25rem !important
      }

      div#calculator .mb-sm-n1, div#calculator .my-sm-n1 {
          margin-bottom: -.25rem !important
      }

      div#calculator .ml-sm-n1, div#calculator .mx-sm-n1 {
          margin-left: -.25rem !important
      }

      div#calculator .m-sm-n2 {
          margin: -.5rem !important
      }

      div#calculator .mt-sm-n2, div#calculator .my-sm-n2 {
          margin-top: -.5rem !important
      }

      div#calculator .mr-sm-n2, div#calculator .mx-sm-n2 {
          margin-right: -.5rem !important
      }

      div#calculator .mb-sm-n2, div#calculator .my-sm-n2 {
          margin-bottom: -.5rem !important
      }

      div#calculator .ml-sm-n2, div#calculator .mx-sm-n2 {
          margin-left: -.5rem !important
      }

      div#calculator .m-sm-n3 {
          margin: -1rem !important
      }

      div#calculator .mt-sm-n3, div#calculator .my-sm-n3 {
          margin-top: -1rem !important
      }

      div#calculator .mr-sm-n3, div#calculator .mx-sm-n3 {
          margin-right: -1rem !important
      }

      div#calculator .mb-sm-n3, div#calculator .my-sm-n3 {
          margin-bottom: -1rem !important
      }

      div#calculator .ml-sm-n3, div#calculator .mx-sm-n3 {
          margin-left: -1rem !important
      }

      div#calculator .m-sm-n4 {
          margin: -1.5rem !important
      }

      div#calculator .mt-sm-n4, div#calculator .my-sm-n4 {
          margin-top: -1.5rem !important
      }

      div#calculator .mr-sm-n4, div#calculator .mx-sm-n4 {
          margin-right: -1.5rem !important
      }

      div#calculator .mb-sm-n4, div#calculator .my-sm-n4 {
          margin-bottom: -1.5rem !important
      }

      div#calculator .ml-sm-n4, div#calculator .mx-sm-n4 {
          margin-left: -1.5rem !important
      }

      div#calculator .m-sm-n5 {
          margin: -3rem !important
      }

      div#calculator .mt-sm-n5, div#calculator .my-sm-n5 {
          margin-top: -3rem !important
      }

      div#calculator .mr-sm-n5, div#calculator .mx-sm-n5 {
          margin-right: -3rem !important
      }

      div#calculator .mb-sm-n5, div#calculator .my-sm-n5 {
          margin-bottom: -3rem !important
      }

      div#calculator .ml-sm-n5, div#calculator .mx-sm-n5 {
          margin-left: -3rem !important
      }

      div#calculator .m-sm-auto {
          margin: auto !important
      }

      div#calculator .mt-sm-auto, div#calculator .my-sm-auto {
          margin-top: auto !important
      }

      div#calculator .mr-sm-auto, div#calculator .mx-sm-auto {
          margin-right: auto !important
      }

      div#calculator .mb-sm-auto, div#calculator .my-sm-auto {
          margin-bottom: auto !important
      }

      div#calculator .ml-sm-auto, div#calculator .mx-sm-auto {
          margin-left: auto !important
      }
  }

@media (min-width:768px) {
      div#calculator .m-md-0 {
          margin: 0 !important
      }

      div#calculator .mt-md-0, div#calculator .my-md-0 {
          margin-top: 0 !important
      }

      div#calculator .mr-md-0, div#calculator .mx-md-0 {
          margin-right: 0 !important
      }

      div#calculator .mb-md-0, div#calculator .my-md-0 {
          margin-bottom: 0 !important
      }

      div#calculator .ml-md-0, div#calculator .mx-md-0 {
          margin-left: 0 !important
      }

      div#calculator .m-md-1 {
          margin: .25rem !important
      }

      div#calculator .mt-md-1, div#calculator .my-md-1 {
          margin-top: .25rem !important
      }

      div#calculator .mr-md-1, div#calculator .mx-md-1 {
          margin-right: .25rem !important
      }

      div#calculator .mb-md-1, div#calculator .my-md-1 {
          margin-bottom: .25rem !important
      }

      div#calculator .ml-md-1, div#calculator .mx-md-1 {
          margin-left: .25rem !important
      }

      div#calculator .m-md-2 {
          margin: .5rem !important
      }

      div#calculator .mt-md-2, div#calculator .my-md-2 {
          margin-top: .5rem !important
      }

      div#calculator .mr-md-2, div#calculator .mx-md-2 {
          margin-right: .5rem !important
      }

      div#calculator .mb-md-2, div#calculator .my-md-2 {
          margin-bottom: .5rem !important
      }

      div#calculator .ml-md-2, div#calculator .mx-md-2 {
          margin-left: .5rem !important
      }

      div#calculator .m-md-3 {
          margin: 1rem !important
      }

      div#calculator .mt-md-3, div#calculator .my-md-3 {
          margin-top: 1rem !important
      }

      div#calculator .mr-md-3, div#calculator .mx-md-3 {
          margin-right: 1rem !important
      }

      div#calculator .mb-md-3, div#calculator .my-md-3 {
          margin-bottom: 1rem !important
      }

      div#calculator .ml-md-3, div#calculator .mx-md-3 {
          margin-left: 1rem !important
      }

      div#calculator .m-md-4 {
          margin: 1.5rem !important
      }

      div#calculator .mt-md-4, div#calculator .my-md-4 {
          margin-top: 1.5rem !important
      }

      div#calculator .mr-md-4, div#calculator .mx-md-4 {
          margin-right: 1.5rem !important
      }

      div#calculator .mb-md-4, div#calculator .my-md-4 {
          margin-bottom: 1.5rem !important
      }

      div#calculator .ml-md-4, div#calculator .mx-md-4 {
          margin-left: 1.5rem !important
      }

      div#calculator .m-md-5 {
          margin: 3rem !important
      }

      div#calculator .mt-md-5, div#calculator .my-md-5 {
          margin-top: 3rem !important
      }

      div#calculator .mr-md-5, div#calculator .mx-md-5 {
          margin-right: 3rem !important
      }

      div#calculator .mb-md-5, div#calculator .my-md-5 {
          margin-bottom: 3rem !important
      }

      div#calculator .ml-md-5, div#calculator .mx-md-5 {
          margin-left: 3rem !important
      }

      div#calculator .p-md-0 {
          padding: 0 !important
      }

      div#calculator .pt-md-0, div#calculator .py-md-0 {
          padding-top: 0 !important
      }

      div#calculator .pr-md-0, div#calculator .px-md-0 {
          padding-right: 0 !important
      }

      div#calculator .pb-md-0, div#calculator .py-md-0 {
          padding-bottom: 0 !important
      }

      div#calculator .pl-md-0, div#calculator .px-md-0 {
          padding-left: 0 !important
      }

      div#calculator .p-md-1 {
          padding: .25rem !important
      }

      div#calculator .pt-md-1, div#calculator .py-md-1 {
          padding-top: .25rem !important
      }

      div#calculator .pr-md-1, div#calculator .px-md-1 {
          padding-right: .25rem !important
      }

      div#calculator .pb-md-1, div#calculator .py-md-1 {
          padding-bottom: .25rem !important
      }

      div#calculator .pl-md-1, div#calculator .px-md-1 {
          padding-left: .25rem !important
      }

      div#calculator .p-md-2 {
          padding: .5rem !important
      }

      div#calculator .pt-md-2, div#calculator .py-md-2 {
          padding-top: .5rem !important
      }

      div#calculator .pr-md-2, div#calculator .px-md-2 {
          padding-right: .5rem !important
      }

      div#calculator .pb-md-2, div#calculator .py-md-2 {
          padding-bottom: .5rem !important
      }

      div#calculator .pl-md-2, div#calculator .px-md-2 {
          padding-left: .5rem !important
      }

      div#calculator .p-md-3 {
          padding: 1rem !important
      }

      div#calculator .pt-md-3, div#calculator .py-md-3 {
          padding-top: 1rem !important
      }

      div#calculator .pr-md-3, div#calculator .px-md-3 {
          padding-right: 1rem !important
      }

      div#calculator .pb-md-3, div#calculator .py-md-3 {
          padding-bottom: 1rem !important
      }

      div#calculator .pl-md-3, div#calculator .px-md-3 {
          padding-left: 1rem !important
      }

      div#calculator .p-md-4 {
          padding: 1.5rem !important
      }

      div#calculator .pt-md-4, div#calculator .py-md-4 {
          padding-top: 1.5rem !important
      }

      div#calculator .pr-md-4, div#calculator .px-md-4 {
          padding-right: 1.5rem !important
      }

      div#calculator .pb-md-4, div#calculator .py-md-4 {
          padding-bottom: 1.5rem !important
      }

      div#calculator .pl-md-4, div#calculator .px-md-4 {
          padding-left: 1.5rem !important
      }

      div#calculator .p-md-5 {
          padding: 3rem !important
      }

      div#calculator .pt-md-5, div#calculator .py-md-5 {
          padding-top: 3rem !important
      }

      div#calculator .pr-md-5, div#calculator .px-md-5 {
          padding-right: 3rem !important
      }

      div#calculator .pb-md-5, div#calculator .py-md-5 {
          padding-bottom: 3rem !important
      }

      div#calculator .pl-md-5, div#calculator .px-md-5 {
          padding-left: 3rem !important
      }

      div#calculator .m-md-n1 {
          margin: -.25rem !important
      }

      div#calculator .mt-md-n1, div#calculator .my-md-n1 {
          margin-top: -.25rem !important
      }

      div#calculator .mr-md-n1, div#calculator .mx-md-n1 {
          margin-right: -.25rem !important
      }

      div#calculator .mb-md-n1, div#calculator .my-md-n1 {
          margin-bottom: -.25rem !important
      }

      div#calculator .ml-md-n1, div#calculator .mx-md-n1 {
          margin-left: -.25rem !important
      }

      div#calculator .m-md-n2 {
          margin: -.5rem !important
      }

      div#calculator .mt-md-n2, div#calculator .my-md-n2 {
          margin-top: -.5rem !important
      }

      div#calculator .mr-md-n2, div#calculator .mx-md-n2 {
          margin-right: -.5rem !important
      }

      div#calculator .mb-md-n2, div#calculator .my-md-n2 {
          margin-bottom: -.5rem !important
      }

      div#calculator .ml-md-n2, div#calculator .mx-md-n2 {
          margin-left: -.5rem !important
      }

      div#calculator .m-md-n3 {
          margin: -1rem !important
      }

      div#calculator .mt-md-n3, div#calculator .my-md-n3 {
          margin-top: -1rem !important
      }

      div#calculator .mr-md-n3, div#calculator .mx-md-n3 {
          margin-right: -1rem !important
      }

      div#calculator .mb-md-n3, div#calculator .my-md-n3 {
          margin-bottom: -1rem !important
      }

      div#calculator .ml-md-n3, div#calculator .mx-md-n3 {
          margin-left: -1rem !important
      }

      div#calculator .m-md-n4 {
          margin: -1.5rem !important
      }

      div#calculator .mt-md-n4, div#calculator .my-md-n4 {
          margin-top: -1.5rem !important
      }

      div#calculator .mr-md-n4, div#calculator .mx-md-n4 {
          margin-right: -1.5rem !important
      }

      div#calculator .mb-md-n4, div#calculator .my-md-n4 {
          margin-bottom: -1.5rem !important
      }

      div#calculator .ml-md-n4, div#calculator .mx-md-n4 {
          margin-left: -1.5rem !important
      }

      div#calculator .m-md-n5 {
          margin: -3rem !important
      }

      div#calculator .mt-md-n5, div#calculator .my-md-n5 {
          margin-top: -3rem !important
      }

      div#calculator .mr-md-n5, div#calculator .mx-md-n5 {
          margin-right: -3rem !important
      }

      div#calculator .mb-md-n5, div#calculator .my-md-n5 {
          margin-bottom: -3rem !important
      }

      div#calculator .ml-md-n5, div#calculator .mx-md-n5 {
          margin-left: -3rem !important
      }

      div#calculator .m-md-auto {
          margin: auto !important
      }

      div#calculator .mt-md-auto, div#calculator .my-md-auto {
          margin-top: auto !important
      }

      div#calculator .mr-md-auto, div#calculator .mx-md-auto {
          margin-right: auto !important
      }

      div#calculator .mb-md-auto, div#calculator .my-md-auto {
          margin-bottom: auto !important
      }

      div#calculator .ml-md-auto, div#calculator .mx-md-auto {
          margin-left: auto !important
      }
  }

@media (min-width:992px) {
      div#calculator .m-lg-0 {
          margin: 0 !important
      }

      div#calculator .mt-lg-0, div#calculator .my-lg-0 {
          margin-top: 0 !important
      }

      div#calculator .mr-lg-0, div#calculator .mx-lg-0 {
          margin-right: 0 !important
      }

      div#calculator .mb-lg-0, div#calculator .my-lg-0 {
          margin-bottom: 0 !important
      }

      div#calculator .ml-lg-0, div#calculator .mx-lg-0 {
          margin-left: 0 !important
      }

      div#calculator .m-lg-1 {
          margin: .25rem !important
      }

      div#calculator .mt-lg-1, div#calculator .my-lg-1 {
          margin-top: .25rem !important
      }

      div#calculator .mr-lg-1, div#calculator .mx-lg-1 {
          margin-right: .25rem !important
      }

      div#calculator .mb-lg-1, div#calculator .my-lg-1 {
          margin-bottom: .25rem !important
      }

      div#calculator .ml-lg-1, div#calculator .mx-lg-1 {
          margin-left: .25rem !important
      }

      div#calculator .m-lg-2 {
          margin: .5rem !important
      }

      div#calculator .mt-lg-2, div#calculator .my-lg-2 {
          margin-top: .5rem !important
      }

      div#calculator .mr-lg-2, div#calculator .mx-lg-2 {
          margin-right: .5rem !important
      }

      div#calculator .mb-lg-2, div#calculator .my-lg-2 {
          margin-bottom: .5rem !important
      }

      div#calculator .ml-lg-2, div#calculator .mx-lg-2 {
          margin-left: .5rem !important
      }

      div#calculator .m-lg-3 {
          margin: 1rem !important
      }

      div#calculator .mt-lg-3, div#calculator .my-lg-3 {
          margin-top: 1rem !important
      }

      div#calculator .mr-lg-3, div#calculator .mx-lg-3 {
          margin-right: 1rem !important
      }

      div#calculator .mb-lg-3, div#calculator .my-lg-3 {
          margin-bottom: 1rem !important
      }

      div#calculator .ml-lg-3, div#calculator .mx-lg-3 {
          margin-left: 1rem !important
      }

      div#calculator .m-lg-4 {
          margin: 1.5rem !important
      }

      div#calculator .mt-lg-4, div#calculator .my-lg-4 {
          margin-top: 1.5rem !important
      }

      div#calculator .mr-lg-4, div#calculator .mx-lg-4 {
          margin-right: 1.5rem !important
      }

      div#calculator .mb-lg-4, div#calculator .my-lg-4 {
          margin-bottom: 1.5rem !important
      }

      div#calculator .ml-lg-4, div#calculator .mx-lg-4 {
          margin-left: 1.5rem !important
      }

      div#calculator .m-lg-5 {
          margin: 3rem !important
      }

      div#calculator .mt-lg-5, div#calculator .my-lg-5 {
          margin-top: 3rem !important
      }

      div#calculator .mr-lg-5, div#calculator .mx-lg-5 {
          margin-right: 3rem !important
      }

      div#calculator .mb-lg-5, div#calculator .my-lg-5 {
          margin-bottom: 3rem !important
      }

      div#calculator .ml-lg-5, div#calculator .mx-lg-5 {
          margin-left: 3rem !important
      }

      div#calculator .p-lg-0 {
          padding: 0 !important
      }

      div#calculator .pt-lg-0, div#calculator .py-lg-0 {
          padding-top: 0 !important
      }

      div#calculator .pr-lg-0, div#calculator .px-lg-0 {
          padding-right: 0 !important
      }

      div#calculator .pb-lg-0, div#calculator .py-lg-0 {
          padding-bottom: 0 !important
      }

      div#calculator .pl-lg-0, div#calculator .px-lg-0 {
          padding-left: 0 !important
      }

      div#calculator .p-lg-1 {
          padding: .25rem !important
      }

      div#calculator .pt-lg-1, div#calculator .py-lg-1 {
          padding-top: .25rem !important
      }

      div#calculator .pr-lg-1, div#calculator .px-lg-1 {
          padding-right: .25rem !important
      }

      div#calculator .pb-lg-1, div#calculator .py-lg-1 {
          padding-bottom: .25rem !important
      }

      div#calculator .pl-lg-1, div#calculator .px-lg-1 {
          padding-left: .25rem !important
      }

      div#calculator .p-lg-2 {
          padding: .5rem !important
      }

      div#calculator .pt-lg-2, div#calculator .py-lg-2 {
          padding-top: .5rem !important
      }

      div#calculator .pr-lg-2, div#calculator .px-lg-2 {
          padding-right: .5rem !important
      }

      div#calculator .pb-lg-2, div#calculator .py-lg-2 {
          padding-bottom: .5rem !important
      }

      div#calculator .pl-lg-2, div#calculator .px-lg-2 {
          padding-left: .5rem !important
      }

      div#calculator .p-lg-3 {
          padding: 1rem !important
      }

      div#calculator .pt-lg-3, div#calculator .py-lg-3 {
          padding-top: 1rem !important
      }

      div#calculator .pr-lg-3, div#calculator .px-lg-3 {
          padding-right: 1rem !important
      }

      div#calculator .pb-lg-3, div#calculator .py-lg-3 {
          padding-bottom: 1rem !important
      }

      div#calculator .pl-lg-3, div#calculator .px-lg-3 {
          padding-left: 1rem !important
      }

      div#calculator .p-lg-4 {
          padding: 1.5rem !important
      }

      div#calculator .pt-lg-4, div#calculator .py-lg-4 {
          padding-top: 1.5rem !important
      }

      div#calculator .pr-lg-4, div#calculator .px-lg-4 {
          padding-right: 1.5rem !important
      }

      div#calculator .pb-lg-4, div#calculator .py-lg-4 {
          padding-bottom: 1.5rem !important
      }

      div#calculator .pl-lg-4, div#calculator .px-lg-4 {
          padding-left: 1.5rem !important
      }

      div#calculator .p-lg-5 {
          padding: 3rem !important
      }

      div#calculator .pt-lg-5, div#calculator .py-lg-5 {
          padding-top: 3rem !important
      }

      div#calculator .pr-lg-5, div#calculator .px-lg-5 {
          padding-right: 3rem !important
      }

      div#calculator .pb-lg-5, div#calculator .py-lg-5 {
          padding-bottom: 3rem !important
      }

      div#calculator .pl-lg-5, div#calculator .px-lg-5 {
          padding-left: 3rem !important
      }

      div#calculator .m-lg-n1 {
          margin: -.25rem !important
      }

      div#calculator .mt-lg-n1, div#calculator .my-lg-n1 {
          margin-top: -.25rem !important
      }

      div#calculator .mr-lg-n1, div#calculator .mx-lg-n1 {
          margin-right: -.25rem !important
      }

      div#calculator .mb-lg-n1, div#calculator .my-lg-n1 {
          margin-bottom: -.25rem !important
      }

      div#calculator .ml-lg-n1, div#calculator .mx-lg-n1 {
          margin-left: -.25rem !important
      }

      div#calculator .m-lg-n2 {
          margin: -.5rem !important
      }

      div#calculator .mt-lg-n2, div#calculator .my-lg-n2 {
          margin-top: -.5rem !important
      }

      div#calculator .mr-lg-n2, div#calculator .mx-lg-n2 {
          margin-right: -.5rem !important
      }

      div#calculator .mb-lg-n2, div#calculator .my-lg-n2 {
          margin-bottom: -.5rem !important
      }

      div#calculator .ml-lg-n2, div#calculator .mx-lg-n2 {
          margin-left: -.5rem !important
      }

      div#calculator .m-lg-n3 {
          margin: -1rem !important
      }

      div#calculator .mt-lg-n3, div#calculator .my-lg-n3 {
          margin-top: -1rem !important
      }

      div#calculator .mr-lg-n3, div#calculator .mx-lg-n3 {
          margin-right: -1rem !important
      }

      div#calculator .mb-lg-n3, div#calculator .my-lg-n3 {
          margin-bottom: -1rem !important
      }

      div#calculator .ml-lg-n3, div#calculator .mx-lg-n3 {
          margin-left: -1rem !important
      }

      div#calculator .m-lg-n4 {
          margin: -1.5rem !important
      }

      div#calculator .mt-lg-n4, div#calculator .my-lg-n4 {
          margin-top: -1.5rem !important
      }

      div#calculator .mr-lg-n4, div#calculator .mx-lg-n4 {
          margin-right: -1.5rem !important
      }

      div#calculator .mb-lg-n4, div#calculator .my-lg-n4 {
          margin-bottom: -1.5rem !important
      }

      div#calculator .ml-lg-n4, div#calculator .mx-lg-n4 {
          margin-left: -1.5rem !important
      }

      div#calculator .m-lg-n5 {
          margin: -3rem !important
      }

      div#calculator .mt-lg-n5, div#calculator .my-lg-n5 {
          margin-top: -3rem !important
      }

      div#calculator .mr-lg-n5, div#calculator .mx-lg-n5 {
          margin-right: -3rem !important
      }

      div#calculator .mb-lg-n5, div#calculator .my-lg-n5 {
          margin-bottom: -3rem !important
      }

      div#calculator .ml-lg-n5, div#calculator .mx-lg-n5 {
          margin-left: -3rem !important
      }

      div#calculator .m-lg-auto {
          margin: auto !important
      }

      div#calculator .mt-lg-auto, div#calculator .my-lg-auto {
          margin-top: auto !important
      }

      div#calculator .mr-lg-auto, div#calculator .mx-lg-auto {
          margin-right: auto !important
      }

      div#calculator .mb-lg-auto, div#calculator .my-lg-auto {
          margin-bottom: auto !important
      }

      div#calculator .ml-lg-auto, div#calculator .mx-lg-auto {
          margin-left: auto !important
      }
  }

@media (min-width:1200px) {
      div#calculator .m-xl-0 {
          margin: 0 !important
      }

      div#calculator .mt-xl-0, div#calculator .my-xl-0 {
          margin-top: 0 !important
      }

      div#calculator .mr-xl-0, div#calculator .mx-xl-0 {
          margin-right: 0 !important
      }

      div#calculator .mb-xl-0, div#calculator .my-xl-0 {
          margin-bottom: 0 !important
      }

      div#calculator .ml-xl-0, div#calculator .mx-xl-0 {
          margin-left: 0 !important
      }

      div#calculator .m-xl-1 {
          margin: .25rem !important
      }

      div#calculator .mt-xl-1, div#calculator .my-xl-1 {
          margin-top: .25rem !important
      }

      div#calculator .mr-xl-1, div#calculator .mx-xl-1 {
          margin-right: .25rem !important
      }

      div#calculator .mb-xl-1, div#calculator .my-xl-1 {
          margin-bottom: .25rem !important
      }

      div#calculator .ml-xl-1, div#calculator .mx-xl-1 {
          margin-left: .25rem !important
      }

      div#calculator .m-xl-2 {
          margin: .5rem !important
      }

      div#calculator .mt-xl-2, div#calculator .my-xl-2 {
          margin-top: .5rem !important
      }

      div#calculator .mr-xl-2, div#calculator .mx-xl-2 {
          margin-right: .5rem !important
      }

      div#calculator .mb-xl-2, div#calculator .my-xl-2 {
          margin-bottom: .5rem !important
      }

      div#calculator .ml-xl-2, div#calculator .mx-xl-2 {
          margin-left: .5rem !important
      }

      div#calculator .m-xl-3 {
          margin: 1rem !important
      }

      div#calculator .mt-xl-3, div#calculator .my-xl-3 {
          margin-top: 1rem !important
      }

      div#calculator .mr-xl-3, div#calculator .mx-xl-3 {
          margin-right: 1rem !important
      }

      div#calculator .mb-xl-3, div#calculator .my-xl-3 {
          margin-bottom: 1rem !important
      }

      div#calculator .ml-xl-3, div#calculator .mx-xl-3 {
          margin-left: 1rem !important
      }

      div#calculator .m-xl-4 {
          margin: 1.5rem !important
      }

      div#calculator .mt-xl-4, div#calculator .my-xl-4 {
          margin-top: 1.5rem !important
      }

      div#calculator .mr-xl-4, div#calculator .mx-xl-4 {
          margin-right: 1.5rem !important
      }

      div#calculator .mb-xl-4, div#calculator .my-xl-4 {
          margin-bottom: 1.5rem !important
      }

      div#calculator .ml-xl-4, div#calculator .mx-xl-4 {
          margin-left: 1.5rem !important
      }

      div#calculator .m-xl-5 {
          margin: 3rem !important
      }

      div#calculator .mt-xl-5, div#calculator .my-xl-5 {
          margin-top: 3rem !important
      }

      div#calculator .mr-xl-5, div#calculator .mx-xl-5 {
          margin-right: 3rem !important
      }

      div#calculator .mb-xl-5, div#calculator .my-xl-5 {
          margin-bottom: 3rem !important
      }

      div#calculator .ml-xl-5, div#calculator .mx-xl-5 {
          margin-left: 3rem !important
      }

      div#calculator .p-xl-0 {
          padding: 0 !important
      }

      div#calculator .pt-xl-0, div#calculator .py-xl-0 {
          padding-top: 0 !important
      }

      div#calculator .pr-xl-0, div#calculator .px-xl-0 {
          padding-right: 0 !important
      }

      div#calculator .pb-xl-0, div#calculator .py-xl-0 {
          padding-bottom: 0 !important
      }

      div#calculator .pl-xl-0, div#calculator .px-xl-0 {
          padding-left: 0 !important
      }

      div#calculator .p-xl-1 {
          padding: .25rem !important
      }

      div#calculator .pt-xl-1, div#calculator .py-xl-1 {
          padding-top: .25rem !important
      }

      div#calculator .pr-xl-1, div#calculator .px-xl-1 {
          padding-right: .25rem !important
      }

      div#calculator .pb-xl-1, div#calculator .py-xl-1 {
          padding-bottom: .25rem !important
      }

      div#calculator .pl-xl-1, div#calculator .px-xl-1 {
          padding-left: .25rem !important
      }

      div#calculator .p-xl-2 {
          padding: .5rem !important
      }

      div#calculator .pt-xl-2, div#calculator .py-xl-2 {
          padding-top: .5rem !important
      }

      div#calculator .pr-xl-2, div#calculator .px-xl-2 {
          padding-right: .5rem !important
      }

      div#calculator .pb-xl-2, div#calculator .py-xl-2 {
          padding-bottom: .5rem !important
      }

      div#calculator .pl-xl-2, div#calculator .px-xl-2 {
          padding-left: .5rem !important
      }

      div#calculator .p-xl-3 {
          padding: 1rem !important
      }

      div#calculator .pt-xl-3, div#calculator .py-xl-3 {
          padding-top: 1rem !important
      }

      div#calculator .pr-xl-3, div#calculator .px-xl-3 {
          padding-right: 1rem !important
      }

      div#calculator .pb-xl-3, div#calculator .py-xl-3 {
          padding-bottom: 1rem !important
      }

      div#calculator .pl-xl-3, div#calculator .px-xl-3 {
          padding-left: 1rem !important
      }

      div#calculator .p-xl-4 {
          padding: 1.5rem !important
      }

      div#calculator .pt-xl-4, div#calculator .py-xl-4 {
          padding-top: 1.5rem !important
      }

      div#calculator .pr-xl-4, div#calculator .px-xl-4 {
          padding-right: 1.5rem !important
      }

      div#calculator .pb-xl-4, div#calculator .py-xl-4 {
          padding-bottom: 1.5rem !important
      }

      div#calculator .pl-xl-4, div#calculator .px-xl-4 {
          padding-left: 1.5rem !important
      }

      div#calculator .p-xl-5 {
          padding: 3rem !important
      }

      div#calculator .pt-xl-5, div#calculator .py-xl-5 {
          padding-top: 3rem !important
      }

      div#calculator .pr-xl-5, div#calculator .px-xl-5 {
          padding-right: 3rem !important
      }

      div#calculator .pb-xl-5, div#calculator .py-xl-5 {
          padding-bottom: 3rem !important
      }

      div#calculator .pl-xl-5, div#calculator .px-xl-5 {
          padding-left: 3rem !important
      }

      div#calculator .m-xl-n1 {
          margin: -.25rem !important
      }

      div#calculator .mt-xl-n1, div#calculator .my-xl-n1 {
          margin-top: -.25rem !important
      }

      div#calculator .mr-xl-n1, div#calculator .mx-xl-n1 {
          margin-right: -.25rem !important
      }

      div#calculator .mb-xl-n1, div#calculator .my-xl-n1 {
          margin-bottom: -.25rem !important
      }

      div#calculator .ml-xl-n1, div#calculator .mx-xl-n1 {
          margin-left: -.25rem !important
      }

      div#calculator .m-xl-n2 {
          margin: -.5rem !important
      }

      div#calculator .mt-xl-n2, div#calculator .my-xl-n2 {
          margin-top: -.5rem !important
      }

      div#calculator .mr-xl-n2, div#calculator .mx-xl-n2 {
          margin-right: -.5rem !important
      }

      div#calculator .mb-xl-n2, div#calculator .my-xl-n2 {
          margin-bottom: -.5rem !important
      }

      div#calculator .ml-xl-n2, div#calculator .mx-xl-n2 {
          margin-left: -.5rem !important
      }

      div#calculator .m-xl-n3 {
          margin: -1rem !important
      }

      div#calculator .mt-xl-n3, div#calculator .my-xl-n3 {
          margin-top: -1rem !important
      }

      div#calculator .mr-xl-n3, div#calculator .mx-xl-n3 {
          margin-right: -1rem !important
      }

      div#calculator .mb-xl-n3, div#calculator .my-xl-n3 {
          margin-bottom: -1rem !important
      }

      div#calculator .ml-xl-n3, div#calculator .mx-xl-n3 {
          margin-left: -1rem !important
      }

      div#calculator .m-xl-n4 {
          margin: -1.5rem !important
      }

      div#calculator .mt-xl-n4, div#calculator .my-xl-n4 {
          margin-top: -1.5rem !important
      }

      div#calculator .mr-xl-n4, div#calculator .mx-xl-n4 {
          margin-right: -1.5rem !important
      }

      div#calculator .mb-xl-n4, div#calculator .my-xl-n4 {
          margin-bottom: -1.5rem !important
      }

      div#calculator .ml-xl-n4, div#calculator .mx-xl-n4 {
          margin-left: -1.5rem !important
      }

      div#calculator .m-xl-n5 {
          margin: -3rem !important
      }

      div#calculator .mt-xl-n5, div#calculator .my-xl-n5 {
          margin-top: -3rem !important
      }

      div#calculator .mr-xl-n5, div#calculator .mx-xl-n5 {
          margin-right: -3rem !important
      }

      div#calculator .mb-xl-n5, div#calculator .my-xl-n5 {
          margin-bottom: -3rem !important
      }

      div#calculator .ml-xl-n5, div#calculator .mx-xl-n5 {
          margin-left: -3rem !important
      }

      div#calculator .m-xl-auto {
          margin: auto !important
      }

      div#calculator .mt-xl-auto, div#calculator .my-xl-auto {
          margin-top: auto !important
      }

      div#calculator .mr-xl-auto, div#calculator .mx-xl-auto {
          margin-right: auto !important
      }

      div#calculator .mb-xl-auto, div#calculator .my-xl-auto {
          margin-bottom: auto !important
      }

      div#calculator .ml-xl-auto, div#calculator .mx-xl-auto {
          margin-left: auto !important
      }
  }

div#calculator .text-monospace {
      font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
  }

div#calculator .text-justify {
      text-align: justify !important
  }

div#calculator .text-wrap {
      white-space: normal !important
  }

div#calculator .text-nowrap {
      white-space: nowrap !important
  }

div#calculator .text-truncate {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
  }

div#calculator .text-left {
      text-align: left !important
  }

div#calculator .text-right {
      text-align: right !important
  }

div#calculator .text-center {
      text-align: center !important
  }

@media (min-width:576px) {
      div#calculator .text-sm-left {
          text-align: left !important
      }

      div#calculator .text-sm-right {
          text-align: right !important
      }

      div#calculator .text-sm-center {
          text-align: center !important
      }
  }

@media (min-width:768px) {
      div#calculator .text-md-left {
          text-align: left !important
      }

      div#calculator .text-md-right {
          text-align: right !important
      }

      div#calculator .text-md-center {
          text-align: center !important
      }
  }

@media (min-width:992px) {
      div#calculator .text-lg-left {
          text-align: left !important
      }

      div#calculator .text-lg-right {
          text-align: right !important
      }

      div#calculator .text-lg-center {
          text-align: center !important
      }
  }

@media (min-width:1200px) {
      div#calculator .text-xl-left {
          text-align: left !important
      }

      div#calculator .text-xl-right {
          text-align: right !important
      }

      div#calculator .text-xl-center {
          text-align: center !important
      }
  }

div#calculator .text-lowercase {
      text-transform: lowercase !important
  }

div#calculator .text-uppercase {
      text-transform: uppercase !important
  }

div#calculator .text-capitalize {
      text-transform: capitalize !important
  }

div#calculator .font-weight-light {
      font-weight: 300 !important
  }

div#calculator .font-weight-lighter {
      font-weight: lighter !important
  }

div#calculator .font-weight-normal {
      font-weight: 400 !important
  }

div#calculator .font-weight-bold {
      font-weight: 700 !important
  }

div#calculator .font-weight-bolder {
      font-weight: bolder !important
  }

div#calculator .font-italic {
      font-style: italic !important
  }

div#calculator .text-white {
      color: #fff !important
  }

div#calculator .text-primary {
      color: #007bff !important
  }

div#calculator a.text-primary:focus, div#calculator a.text-primary:hover {
      color: #0056b3 !important
  }

div#calculator .text-secondary {
      color: #6c757d !important
  }

div#calculator a.text-secondary:focus, div#calculator a.text-secondary:hover {
      color: #494f54 !important
  }

div#calculator .text-success {
      color: #28a745 !important
  }

div#calculator a.text-success:focus, div#calculator a.text-success:hover {
      color: #19692c !important
  }

div#calculator .text-info {
      color: #17a2b8 !important
  }

div#calculator a.text-info:focus, div#calculator a.text-info:hover {
      color: #0f6674 !important
  }

div#calculator .text-warning {
      color: #ffc107 !important
  }

div#calculator a.text-warning:focus, div#calculator a.text-warning:hover {
      color: #ba8b00 !important
  }

div#calculator .text-danger {
      color: #dc3545 !important
  }

div#calculator a.text-danger:focus, div#calculator a.text-danger:hover {
      color: #a71d2a !important
  }

div#calculator .text-light {
      color: #f8f9fa !important
  }

div#calculator a.text-light:focus, div#calculator a.text-light:hover {
      color: #cbd3da !important
  }

div#calculator .text-dark {
      color: #343a40 !important
  }

div#calculator a.text-dark:focus, div#calculator a.text-dark:hover {
      color: #121416 !important
  }

div#calculator .text-body {
      color: #212529 !important
  }

div#calculator .text-muted {
      color: #6c757d !important
  }

div#calculator .text-black-50 {
      color: rgba(0, 0, 0, .5) !important
  }

div#calculator .text-white-50 {
      color: hsla(0, 0%, 100%, .5) !important
  }

div#calculator .text-hide {
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0
  }

div#calculator .text-decoration-none {
      text-decoration: none !important
  }

div#calculator .text-break {
      word-break: break-word !important;
      word-wrap: break-word !important
  }

div#calculator .text-reset {
      color: inherit !important
  }

div#calculator .visible {
      visibility: visible !important
  }

div#calculator .invisible {
      visibility: hidden !important
  }

@media print {
      div#calculator *, div#calculator :after, div#calculator :before {
          text-shadow: none !important;
          box-shadow: none !important
      }

      div#calculator a:not(.btn) {
          text-decoration: underline
      }

      div#calculator abbr[title]:after {
          content: " ("attr(title) ")"
      }

      div#calculator pre {
          white-space: pre-wrap !important
      }

      div#calculator blockquote, div#calculator pre {
          border: 1px solid #adb5bd;
          page-break-inside: avoid
      }

      div#calculator thead {
          display: table-header-group
      }

      div#calculator img, div#calculator tr {
          page-break-inside: avoid
      }

      div#calculator h2, div#calculator h3, div#calculator p {
          orphans: 3;
          widows: 3
      }

      div#calculator h2, div#calculator h3 {
          page-break-after: avoid
      }

      div#calculator{

      @page {
          size: a3
      }
	}

      div#calculator .container, div#calculator body {
          min-width: 992px !important
      }

      div#calculator .navbar {
          display: none
      }

      div#calculator .badge {
          border: 1px solid #000
      }

      div#calculator .table {
          border-collapse: collapse !important
      }

      div#calculator .table td, div#calculator .table th {
          background-color: #fff !important
      }

      div#calculator .table-bordered td, div#calculator .table-bordered th {
          border: 1px solid #dee2e6 !important
      }

      div#calculator .table-dark {
          color: inherit
      }

      div#calculator .table-dark tbody+tbody, div#calculator .table-dark td, div#calculator .table-dark th, div#calculator .table-dark thead th {
          border-color: #dee2e6
      }

      div#calculator .table .thead-dark th {
          color: inherit;
          border-color: #dee2e6
      }
  }

div#calculator .rc-slider {
      position: relative;
      height: 14px;
      padding: 5px 0;
      width: 100%;
      border-radius: 6px;
      touch-action: none
  }

div#calculator .rc-slider, div#calculator .rc-slider * {
      box-sizing: border-box;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

div#calculator .rc-slider-rail {
      width: 100%;
      background-color: #e9e9e9
  }

div#calculator .rc-slider-rail, div#calculator .rc-slider-track {
      position: absolute;
      height: 4px;
      border-radius: 6px
  }

div#calculator .rc-slider-track {
      left: 0;
      background-color: #abe2fb
  }

div#calculator .rc-slider-handle {
      position: absolute;
      margin-left: -7px;
      margin-top: -5px;
      width: 14px;
      height: 14px;
      cursor: pointer;
      cursor: -webkit-grab;
      cursor: grab;
      border-radius: 50%;
      border: 2px solid #96dbfa;
      background-color: #fff;
      touch-action: pan-x
  }

div#calculator .rc-slider-handle:focus {
      border-color: #57c5f7;
      box-shadow: 0 0 0 5px #96dbfa;
      outline: none
  }

div#calculator .rc-slider-handle-click-focused:focus {
      border-color: #96dbfa;
      box-shadow: unset
  }

div#calculator .rc-slider-handle:hover {
      border-color: #57c5f7
  }

div#calculator .rc-slider-handle:active {
      border-color: #57c5f7;
      box-shadow: 0 0 5px #57c5f7;
      cursor: -webkit-grabbing;
      cursor: grabbing
  }

div#calculator .rc-slider-mark {
      position: absolute;
      top: 18px;
      left: 0;
      width: 100%;
      font-size: 12px
  }

div#calculator .rc-slider-mark-text {
      position: absolute;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      cursor: pointer;
      color: #999
  }

div#calculator .rc-slider-mark-text-active {
      color: #666
  }

div#calculator .rc-slider-step {
      position: absolute;
      width: 100%;
      height: 4px;
      background: transparent
  }

div#calculator .rc-slider-dot {
      position: absolute;
      bottom: -2px;
      margin-left: -4px;
      width: 8px;
      height: 8px;
      border: 2px solid #e9e9e9;
      background-color: #fff;
      cursor: pointer;
      border-radius: 50%;
      vertical-align: middle
  }

div#calculator .rc-slider-dot-active {
      border-color: #96dbfa
  }

div#calculator .rc-slider-disabled {
      background-color: #e9e9e9
  }

div#calculator .rc-slider-disabled .rc-slider-track {
      background-color: #ccc
  }

div#calculator .rc-slider-disabled .rc-slider-dot, div#calculator .rc-slider-disabled .rc-slider-handle {
      border-color: #ccc;
      box-shadow: none;
      background-color: #fff;
      cursor: not-allowed
  }

div#calculator .rc-slider-disabled .rc-slider-dot, div#calculator .rc-slider-disabled .rc-slider-mark-text {
      cursor: not-allowed !important
  }

div#calculator .rc-slider-vertical {
      width: 14px;
      height: 100%;
      padding: 0 5px
  }

div#calculator .rc-slider-vertical .rc-slider-rail {
      height: 100%;
      width: 4px
  }

div#calculator .rc-slider-vertical .rc-slider-track {
      left: 5px;
      bottom: 0;
      width: 4px
  }

div#calculator .rc-slider-vertical .rc-slider-handle {
      margin-left: -5px;
      margin-bottom: -7px;
      touch-action: pan-y
  }

div#calculator .rc-slider-vertical .rc-slider-mark {
      top: 0;
      left: 18px;
      height: 100%
  }

div#calculator .rc-slider-vertical .rc-slider-step {
      height: 100%;
      width: 4px
  }

div#calculator .rc-slider-vertical .rc-slider-dot {
      left: 2px;
      margin-bottom: -4px
  }

div#calculator .rc-slider-vertical .rc-slider-dot:first-child, div#calculator .rc-slider-vertical .rc-slider-dot:last-child {
      margin-bottom: -4px
  }

div#calculator .rc-slider-tooltip-zoom-down-appear, div#calculator .rc-slider-tooltip-zoom-down-enter, div#calculator .rc-slider-tooltip-zoom-down-leave {
      -webkit-animation-duration: .3s;
      animation-duration: .3s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      display: block !important;
      -webkit-animation-play-state: paused;
      animation-play-state: paused
  }

div#calculator .rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active, div#calculator .rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active {
      -webkit-animation-name: rcSliderTooltipZoomDownIn;
      animation-name: rcSliderTooltipZoomDownIn;
      -webkit-animation-play-state: running;
      animation-play-state: running
  }

div#calculator .rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
      -webkit-animation-name: rcSliderTooltipZoomDownOut;
      animation-name: rcSliderTooltipZoomDownOut;
      -webkit-animation-play-state: running;
      animation-play-state: running
  }

div#calculator .rc-slider-tooltip-zoom-down-appear, div#calculator .rc-slider-tooltip-zoom-down-enter {
      transform: scale(0);
      -webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
      animation-timing-function: cubic-bezier(.23, 1, .32, 1)
  }

div#calculator .rc-slider-tooltip-zoom-down-leave {
      -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
      animation-timing-function: cubic-bezier(.755, .05, .855, .06)
  }

@-webkit-keyframes rcSliderTooltipZoomDownIn {
      0% {
          opacity: 0;
          transform-origin: 50% 100%;
          transform: scale(0)
      }

      to {
          transform-origin: 50% 100%;
          transform: scale(1)
      }
  }

@keyframes rcSliderTooltipZoomDownIn {
      0% {
          opacity: 0;
          transform-origin: 50% 100%;
          transform: scale(0)
      }

      to {
          transform-origin: 50% 100%;
          transform: scale(1)
      }
  }

@-webkit-keyframes rcSliderTooltipZoomDownOut {
      0% {
          transform-origin: 50% 100%;
          transform: scale(1)
      }

      to {
          opacity: 0;
          transform-origin: 50% 100%;
          transform: scale(0)
      }
  }

@keyframes rcSliderTooltipZoomDownOut {
      0% {
          transform-origin: 50% 100%;
          transform: scale(1)
      }

      to {
          opacity: 0;
          transform-origin: 50% 100%;
          transform: scale(0)
      }
  }

div#calculator .rc-slider-tooltip {
      position: absolute;
      left: -9999px;
      top: -9999px;
      visibility: visible
  }

div#calculator .rc-slider-tooltip, div#calculator .rc-slider-tooltip * {
      box-sizing: border-box;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

div#calculator .rc-slider-tooltip-hidden {
      display: none
  }

div#calculator .rc-slider-tooltip-placement-top {
      padding: 4px 0 8px
  }

div#calculator .rc-slider-tooltip-inner {
      padding: 6px 2px;
      min-width: 24px;
      height: 24px;
      font-size: 12px;
      line-height: 1;
      color: #fff;
      text-align: center;
      text-decoration: none;
      background-color: #6c6c6c;
      border-radius: 6px;
      box-shadow: 0 0 4px #d9d9d9
  }

div#calculator .rc-slider-tooltip-arrow {
      position: absolute;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid
  }

div#calculator .rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
      bottom: 4px;
      left: 50%;
      margin-left: -4px;
      border-width: 4px 4px 0;
      border-top-color: #6c6c6c
  }

div#calculator .borderless-table td, div#calculator .borderless-table th {
      border: 0;
      padding: .1rem
  }

div#calculator .loan-card {
      border: 0;
      box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2)
  }

div#calculator .loan-card .card-header {
      border: 0
  }

div#calculator .loan-card .card-header .text-muted {
      color: #999 !important
  }

div#calculator .custom-progress-container {
      width: 30%
  }

div#calculator .custom-progress {
      display: flex;
      height: 1.75rem
  }

div#calculator .custom-progress .bar {
      display: flex;
      background-color: #000
  }

div#calculator .custom-progress .label {
      font-size: 1rem;
      font-weight: 400;
      height: 1.75rem
  }

div#calculator input[type=number]::-webkit-inner-spin-button, div#calculator input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0
  }

div#calculator input[type=number] {
      -moz-appearance: textfield;
      font-size: 1.75rem!important;
      height: 3.5rem!important;
  }

