/**
 *  This file was extracted from the Ionic framework documentation page
 */


@charset "UTF-8";
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

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

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

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

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 0; }

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

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }

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

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

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

  .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; }

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

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

  @page {
    margin: 2cm .5cm; }

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

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

  .navbar {
    display: none; }

  .table td,
  .table th {
    background-color: #fff !important; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 15px;
  line-height: 1.42857;
  color: #333333;
  background-color: white; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input,
select[multiple],
textarea {
  background-image: none; }

a {
  color: #4f8ef7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #0b60ef;
    text-decoration: underline; }
  a:focus {
    outline: none; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail, .thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

p {
  margin: 0 0 10.5px; }

.lead {
  margin-bottom: 21px;
  font-size: 17.25px;
  font-weight: 200;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 22.5px; } }

small {
  font-size: 85%; }

cite {
  font-style: normal; }

.text-muted {
  color: #999999; }

.text-primary {
  color: #4f8ef7; }

.text-warning {
  color: #c09853; }

.text-danger {
  color: #b94a48; }

.text-success {
  color: #468847; }

.text-info {
  color: #3a87ad; }

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

.text-right {
  text-align: right; }

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
  line-height: 1.1; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
  .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }

h1,
h2,
h3 {
  margin-top: 21px;
  margin-bottom: 10.5px; }

h4,
h5,
h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px; }

h1, .h1 {
  font-size: 32px; }

h2, .h2 {
  font-size: 26px; }

h3, .h3 {
  font-size: 22px; }

h4, .h4 {
  font-size: 19px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

h1 small, .h1 small {
  font-size: 19px; }

h2 small, .h2 small {
  font-size: 17px; }

h3 small, .h3 small,
h4 small, .h4 small {
  font-size: 15px; }

.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

dl {
  margin-bottom: 21px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; }
    .dl-horizontal dd:before, .dl-horizontal dd:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .dl-horizontal dd:after {
      clear: both; } }
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  border-left: 5px solid #eeeeee; }
  blockquote p {
    font-size: 18.75px;
    font-weight: 300;
    line-height: 1.25; }
  blockquote p:last-child {
    margin-bottom: 0; }
  blockquote small {
    display: block;
    line-height: 1.42857;
    color: #999999; }
    blockquote small:before {
      content: '\2014 \00A0'; }
  blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0; }
    blockquote.pull-right p,
    blockquote.pull-right small {
      text-align: right; }
    blockquote.pull-right small:before {
      content: ''; }
    blockquote.pull-right small:after {
      content: '\00A0 \2014'; }

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: ""; }

address {
  display: block;
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.42857; }

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace; }

code {
  margin-left: 3px;
  margin-right: 3px;
  padding: 2px 4px;
  font-size: 85%;
  color: #4d8cf4;
  background-color: whitesmoke;
  white-space: nowrap;
  border-radius: 2px; }

pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 14px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: transparent;
  border: 1px solid #eeeeee;
  border-radius: 2px; }
  pre.prettyprint {
    margin-bottom: 21px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .row:after {
    clear: both; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

@media (min-width: 768px) {
  .container {
    max-width: 750px; }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; } }
@media (min-width: 992px) {
  .container {
    max-width: 970px; }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-offset-0 {
    margin-left: 0; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1170px; }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-offset-0 {
    margin-left: 0; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; } }
table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 21px; }
  .table thead > tr > th,
  .table thead > tr > td,
  .table tbody > tr > th,
  .table tbody > tr > td,
  .table tfoot > tr > th,
  .table tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #dddddd; }
  .table thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd; }
  .table caption + thead tr:first-child th, .table caption + thead tr:first-child td,
  .table colgroup + thead tr:first-child th,
  .table colgroup + thead tr:first-child td,
  .table thead:first-child tr:first-child th,
  .table thead:first-child tr:first-child td {
    border-top: 0; }
  .table tbody + tbody {
    border-top: 2px solid #dddddd; }
  .table .table {
    background-color: white; }

.table-condensed thead > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #dddddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: whitesmoke; }

table col[class*="col-"] {
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: whitesmoke; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be; }

@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #dddddd; }
    .table-responsive > .table {
      margin-bottom: 0;
      background-color: #fff; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > thead > tr:last-child > th,
      .table-responsive > .table-bordered > thead > tr:last-child > td,
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 22.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }

input[type="file"] {
  display: block; }

select[multiple],
select[size] {
  height: auto; }

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none; }

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

.form-control:-moz-placeholder {
  color: #999999; }
.form-control::-moz-placeholder {
  color: #999999; }
.form-control:-ms-input-placeholder {
  color: #999999; }
.form-control::-webkit-input-placeholder {
  color: #999999; }

.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857;
  color: #555555;
  vertical-align: middle;
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  display: block;
  min-height: 21px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle; }
  .radio label,
  .checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 31px;
  line-height: 31px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn {
  height: auto; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 47px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 47px;
  line-height: 47px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn {
  height: auto; }

.has-warning .help-block,
.has-warning .control-label {
  color: #c09853; }
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3; }

.has-error .help-block,
.has-error .control-label {
  color: #b94a48; }
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede; }

.has-success .help-block,
.has-success .control-label {
  color: #468847; }
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8; }

.form-control-static {
  margin-bottom: 0;
  padding-top: 7px; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block; }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; } }

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right; } }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-family: "AvenirNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.42857;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 2px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .btn:focus {
    outline: none; }
  .btn:hover, .btn:focus {
    color: #333333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333333;
  background-color: white;
  transition: background-color .1s ease-in-out; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: #333333;
    background-color: #ebebeb; }
  .open .btn-default.dropdown-toggle {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active {
    background-image: none; }
  .open .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: white;
    border-color: #cccccc; }

.btn-primary {
  color: white;
  background-color: #4f8ef7;
  transition: background-color .1s ease-in-out; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: white;
    background-color: #2875f5; }
  .open .btn-primary.dropdown-toggle {
    color: white;
    background-color: #2875f5;
    border-color: #1468f4; }
  .btn-primary:active, .btn-primary.active {
    background-image: none; }
  .open .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #4f8ef7;
    border-color: #4f8ef7; }

.btn-warning {
  color: white;
  background-color: #f0ad4e;
  transition: background-color .1s ease-in-out; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    color: white;
    background-color: #ed9c28; }
  .open .btn-warning.dropdown-toggle {
    color: white;
    background-color: #ed9c28;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active {
    background-image: none; }
  .open .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }

.btn-danger {
  color: white;
  background-color: #d9534f;
  transition: background-color .1s ease-in-out; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    color: white;
    background-color: #d2322d; }
  .open .btn-danger.dropdown-toggle {
    color: white;
    background-color: #d2322d;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active {
    background-image: none; }
  .open .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }

.btn-success {
  color: white;
  background-color: #5cb85c;
  transition: background-color .1s ease-in-out; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: white;
    background-color: #47a447; }
  .open .btn-success.dropdown-toggle {
    color: white;
    background-color: #47a447;
    border-color: #398439; }
  .btn-success:active, .btn-success.active {
    background-image: none; }
  .open .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }

.btn-info {
  color: white;
  background-color: #5bc0de;
  transition: background-color .1s ease-in-out; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    color: white;
    background-color: #39b3d7; }
  .open .btn-info.dropdown-toggle {
    color: white;
    background-color: #39b3d7;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active {
    background-image: none; }
  .open .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }

.btn-link {
  color: #4f8ef7;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #0b60ef;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn,
.btn-xs,
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

@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.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: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.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-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-print:before {
  content: "\e045"; }

.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-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.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-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-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.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-briefcase:before {
  content: "\1f4bc"; }

.glyphicon-calendar:before {
  content: "\1f4c5"; }

.glyphicon-pushpin:before {
  content: "\1f4cc"; }

.glyphicon-paperclip:before {
  content: "\1f4ce"; }

.glyphicon-camera:before {
  content: "\1f4f7"; }

.glyphicon-lock:before {
  content: "\1f512"; }

.glyphicon-bell:before {
  content: "\1f514"; }

.glyphicon-bookmark:before {
  content: "\1f516"; }

.glyphicon-fire:before {
  content: "\1f525"; }

.glyphicon-wrench:before {
  content: "\1f527"; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid black;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: ""; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: white;
  background-color: #4f8ef7; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #4f8ef7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.42857;
  color: #999999; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid black;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; } }
.btn-default .caret {
  border-top-color: #333333; }
.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
  border-top-color: #fff; }

.dropup .btn-default .caret {
  border-bottom-color: #333333; }
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:focus,
    .btn-group-vertical > .btn:focus {
      outline: none; }

.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:before, .btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.btn-toolbar:after {
  clear: both; }
.btn-toolbar .btn-group {
  float: left; }
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn-group + .btn-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-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.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: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified .btn {
    float: none;
    display: table-cell;
    width: 1%; }

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group.col {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control: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: 15px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 2px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 19px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    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 > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-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:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }
  .input-group-btn > .btn + .btn {
    margin-left: -4px; }
  .input-group-btn > .btn:hover, .input-group-btn > .btn:active {
    z-index: 2; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #999999; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #999999;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #4f8ef7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #dddddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 2px 2px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #dddddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: white;
      border: 1px solid #dddddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 5px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: white;
    background-color: #4f8ef7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    margin-right: 0; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a {
    border-bottom-color: white; }

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

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none; }

.tab-content > .active,
.pill-content > .active {
  display: block; }

.nav .caret {
  border-top-color: #4f8ef7;
  border-bottom-color: #4f8ef7; }

.nav a:hover .caret {
  border-top-color: #0b60ef;
  border-bottom-color: #0b60ef; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  z-index: 1000;
  min-height: 73px;
  margin-bottom: 0;
  border: 0; }
  .navbar:before, .navbar:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .navbar:after {
    clear: both; }

.navbar-header:before, .navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  background-color: #f7f7f7;
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      border-bottom: 0;
      background-color: transparent;
      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-collapse .navbar-nav.navbar-left:first-child {
        margin-left: -15px; }
      .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -15px; }
      .navbar-collapse .navbar-text:last-child {
        margin-right: 0; } }

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  border-width: 0; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  z-index: 1030;
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0; }

.navbar-brand {
  float: left;
  padding: 15px 0 0 10px;
  opacity: 0.7; }
  .navbar-brand:hover, .navbar-brand:focus {
    opacity: 1;
    text-decoration: none; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 19.5px;
  margin-bottom: 19.5px;
  background-color: transparent;
  border: 1px solid transparent; }
  .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: 13px -15px;
  font-size: 14px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 21px; }
  @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 > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 21px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 26px;
          padding-bottom: 26px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important; } }
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 19px;
  margin-bottom: 19px; }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0; }

.navbar-btn {
  margin-top: 19px;
  margin-bottom: 19px; }

.navbar-text {
  float: left;
  margin-top: 26px;
  margin-bottom: 26px; }
  @media (min-width: 768px) {
    .navbar-text {
      margin-left: 15px;
      margin-right: 15px; } }

.navbar-default {
  /*background-color: $navbar-default-bg;
  border-color: $navbar-default-border;*/
  font-family: "AvenirNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal; }
  .navbar-default .navbar-brand {
    color: #4f8ef7; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #1e6ff5;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777777; }
  .navbar-default .navbar-nav > li > a {
    color: #4f8ef7;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 30px; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #4f8ef7;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #4f8ef7;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #dddddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #dddddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #cccccc; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e6e6e6; }
  .navbar-default .navbar-nav > .dropdown > a:hover .caret,
  .navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #4f8ef7;
    border-bottom-color: #4f8ef7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #4f8ef7; }
    .navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
      border-top-color: #4f8ef7;
      border-bottom-color: #4f8ef7; }
  .navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #4f8ef7;
    border-bottom-color: #4f8ef7; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #4f8ef7; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #4f8ef7;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #4f8ef7;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #cccccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #4f8ef7; }
    .navbar-default .navbar-link:hover {
      color: #4f8ef7; }

.navbar-inverse {
  background-color: #222222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #999999; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: white;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #999999; }
  .navbar-inverse .navbar-nav > li > a {
    color: #999999; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: white;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: white;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: white; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: white; }
  .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: white;
    border-bottom-color: white; }
  .navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #999999;
    border-bottom-color: #999999; }
  .navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
    border-top-color: white;
    border-bottom-color: white; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #999999; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: white;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: white;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #999999; }
    .navbar-inverse .navbar-link:hover {
      color: white; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: whitesmoke;
  border-radius: 2px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/\00a0";
      padding: 0 5px;
      color: #cccccc; }
  .breadcrumb > .active {
    color: #999999; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 2px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      background-color: white;
      border: 1px solid #dddddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 2px;
      border-top-left-radius: 2px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 2px;
      border-top-right-radius: 2px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    background-color: #eeeeee; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: white;
    background-color: #4f8ef7;
    border-color: #4f8ef7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #999999;
    background-color: white;
    border-color: #dddddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 19px; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: white;
      border: 1px solid #dddddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #999999;
    background-color: white;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label[href]:hover, .label[href]:focus {
    color: white;
    text-decoration: none;
    cursor: pointer; }
  .label:empty {
    display: none; }

.label-default {
  background-color: #999999; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: gray; }

.label-primary {
  background-color: #4f8ef7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #1e6ff5; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: white;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px; }
  .badge:empty {
    display: none; }

a.badge:hover, a.badge:focus {
  color: white;
  text-decoration: none;
  cursor: pointer; }

.btn .badge {
  position: relative;
  top: -1px; }

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #4f8ef7;
  background-color: white; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 22.5px;
  font-weight: 200;
  line-height: 2.14286;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1 {
    line-height: 1;
    color: inherit; }
  .jumbotron p {
    line-height: 1.4; }
  .container .jumbotron {
    border-radius: 6px; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1 {
        font-size: 67.5px; } }

.thumbnail {
  display: block; }
  .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto; }

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #4f8ef7; }

.thumbnail > img {
  margin-left: auto;
  margin-right: auto; }

.thumbnail .caption {
  padding: 9px;
  color: #333333; }

.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 2px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }
  .alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #356635; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #2d6987; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853; }
  .alert-warning hr {
    border-top-color: #f8e5be; }
  .alert-warning .alert-link {
    color: #a47e3c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48; }
  .alert-danger hr {
    border-top-color: #e6c1c7; }
  .alert-danger .alert-link {
    color: #953b39; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }

  to {
    background-position: 40px 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: whitesmoke;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  color: white;
  text-align: center;
  background-color: #4f8ef7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-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: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media,
.media .media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media-object {
  display: block; }

.media-heading {
  margin: 0 0 5px; }

.media > .pull-left {
  margin-right: 10px; }
.media > .pull-right {
  margin-left: 10px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #dddddd; }
  .list-group-item:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: white;
    background-color: #4f8ef7;
    border-color: #4f8ef7; }
    .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading {
      color: inherit; }
    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
      color: white; }

a.list-group-item {
  color: #555555; }
  a.list-group-item .list-group-item-heading {
    color: #333333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: whitesmoke; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 21px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .panel-body:after {
    clear: both; }

.panel > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item {
    border-width: 1px 0; }
    .panel > .list-group .list-group-item:first-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0; }
    .panel > .list-group .list-group-item:last-child {
      border-bottom: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.panel > .table {
  margin-bottom: 0; }
.panel > .panel-body + .table {
  border-top: 1px solid #dddddd; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px; }
  .panel-title > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: whitesmoke;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
  overflow: hidden; }
  .panel-group .panel + .panel {
    margin-top: 5px; }
.panel-group .panel-heading {
  border-bottom: 0; }
  .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #dddddd; }
.panel-group .panel-footer {
  border-top: 0; }
  .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd; }

.panel-default {
  border-color: #dddddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: whitesmoke;
    border-color: #dddddd; }
    .panel-default > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #dddddd; }
  .panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #dddddd; }

.panel-primary {
  border-color: #4f8ef7; }
  .panel-primary > .panel-heading {
    color: white;
    background-color: #4f8ef7;
    border-color: #4f8ef7; }
    .panel-primary > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #4f8ef7; }
  .panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #4f8ef7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #d6e9c6; }
  .panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-warning {
  border-color: #fbeed5; }
  .panel-warning > .panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5; }
    .panel-warning > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #fbeed5; }
  .panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #fbeed5; }

.panel-danger {
  border-color: #eed3d7; }
  .panel-danger > .panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7; }
    .panel-danger > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #eed3d7; }
  .panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #eed3d7; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #bce8f1; }
  .panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .navbar-fixed-top,
  .modal-open .navbar-fixed-bottom {
    margin-right: 15px; }

body.modal-open {
  margin-right: 15px; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050; }

.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: black; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

@media screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } }
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  border-radius: 2px; }

.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: black; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: black; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: black; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  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 {
  border-width: 10px;
  content: ""; }

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: white; }
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: white; }
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: white; }
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: white;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
  .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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    color: white;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif; }
  .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%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid white;
    border-radius: 10px;
    cursor: pointer; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: white; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.clearfix:after {
  clear: both; }

.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; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px; } }
.hidden {
  display: none !important;
  visibility: hidden !important; }

.visible-xs {
  display: none !important; }

tr.visible-xs {
  display: none !important; }

th.visible-xs,
td.visible-xs {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important; }

  tr.visible-xs.visible-sm {
    display: table-row !important; }

  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important; }

  tr.visible-xs.visible-md {
    display: table-row !important; }

  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important; }

  tr.visible-xs.visible-lg {
    display: table-row !important; }

  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important; } }
.visible-sm {
  display: none !important; }

tr.visible-sm {
  display: none !important; }

th.visible-sm,
td.visible-sm {
  display: none !important; }

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important; }

  tr.visible-sm.visible-xs {
    display: table-row !important; }

  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important; }

  tr.visible-sm.visible-md {
    display: table-row !important; }

  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important; }

  tr.visible-sm.visible-lg {
    display: table-row !important; }

  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important; } }
.visible-md {
  display: none !important; }

tr.visible-md {
  display: none !important; }

th.visible-md,
td.visible-md {
  display: none !important; }

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important; }

  tr.visible-md.visible-xs {
    display: table-row !important; }

  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important; }

  tr.visible-md.visible-sm {
    display: table-row !important; }

  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important; }

  tr.visible-md.visible-lg {
    display: table-row !important; }

  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important; } }
.visible-lg {
  display: none !important; }

tr.visible-lg {
  display: none !important; }

th.visible-lg,
td.visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important; }

  tr.visible-lg.visible-xs {
    display: table-row !important; }

  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important; }

  tr.visible-lg.visible-sm {
    display: table-row !important; }

  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important; }

  tr.visible-lg.visible-md {
    display: table-row !important; }

  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
.hidden-xs {
  display: block !important; }

tr.hidden-xs {
  display: table-row !important; }

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; }

  tr.hidden-xs {
    display: none !important; }

  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important; }

  tr.hidden-xs.hidden-sm {
    display: none !important; }

  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important; }

  tr.hidden-xs.hidden-md {
    display: none !important; }

  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important; }

  tr.hidden-xs.hidden-lg {
    display: none !important; }

  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important; } }
.hidden-sm {
  display: block !important; }

tr.hidden-sm {
  display: table-row !important; }

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important; }

  tr.hidden-sm.hidden-xs {
    display: none !important; }

  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; }

  tr.hidden-sm {
    display: none !important; }

  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important; }

  tr.hidden-sm.hidden-md {
    display: none !important; }

  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important; }

  tr.hidden-sm.hidden-lg {
    display: none !important; }

  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important; } }
.hidden-md {
  display: block !important; }

tr.hidden-md {
  display: table-row !important; }

th.hidden-md,
td.hidden-md {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important; }

  tr.hidden-md.hidden-xs {
    display: none !important; }

  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important; }

  tr.hidden-md.hidden-sm {
    display: none !important; }

  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }

  tr.hidden-md {
    display: none !important; }

  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important; }

  tr.hidden-md.hidden-lg {
    display: none !important; }

  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important; } }
.hidden-lg {
  display: block !important; }

tr.hidden-lg {
  display: table-row !important; }

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important; }

  tr.hidden-lg.hidden-xs {
    display: none !important; }

  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important; }

  tr.hidden-lg.hidden-sm {
    display: none !important; }

  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important; }

  tr.hidden-lg.hidden-md {
    display: none !important; }

  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; }

  tr.hidden-lg {
    display: none !important; }

  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

tr.visible-print {
  display: none !important; }

th.visible-print,
td.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; }

  .hidden-print {
    display: none !important; }

  tr.hidden-print {
    display: none !important; }

  th.hidden-print,
  td.hidden-print {
    display: none !important; } }
/* @license
 * MyFonts Webfont Build ID 2656303, 2013-10-02T11:03:28-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Avenir Next Pro Regular by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir-next-pro/pro-regular/
 * 
 * Webfont: Avenir Next Pro Medium by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir-next-pro/pro-medium/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2656303
 * Licensed pageviews: 250,000
 * Webfonts copyright: Copyright &#x00A9; 2004 - 2007 Linotype GmbH, www.linotype.com. All rights reserved. This font software may not be reproduced, modified, disclosed or transferred without the express written approval of Linotype GmbH. Avenir is a trademark of Linotype GmbH
 * 
 * © 2013 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work 
@import url("//hello.myfonts.net/count/28882f");*/
/* Avenir Next Pro */
@font-face {
  font-family: 'AvenirNextLTPro-Regular';
  src: url("http://code.ionicframework.com/assets/fonts/28882F_0_0.eot");
  src: url("http://code.ionicframework.com/assets/fonts/28882F_0_0.eot?#iefix") format("embedded-opentype"), url("http://code.ionicframework.com/assets/fonts/28882F_0_0.woff") format("woff"), url("http://code.ionicframework.com/assets/fonts/28882F_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'AvenirNextLTPro-Medium';
  src: url("http://code.ionicframework.com/assets/fonts/28882F_1_0.eot");
  src: url("http://code.ionicframework.com/assets/fonts/28882F_1_0.eot?#iefix") format("embedded-opentype"), url("http://code.ionicframework.com/assets/fonts/28882F_1_0.woff") format("woff"), url("http://code.ionicframework.com/assets/fonts/28882F_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'AvenirNextLTPro-UltLt';
  src: url("http://code.ionicframework.com/assets/fonts/29CC36_0_0.eot");
  src: url("http://code.ionicframework.com/assets/fonts/29CC36_0_0.eot?#iefix") format("embedded-opentype"), url("http://code.ionicframework.com/assets/fonts/29CC36_0_0.woff") format("woff"), url("http://code.ionicframework.com/assets/fonts/29CC36_0_0.ttf") format("truetype"); }

/* Frieght Text Pro */
@font-face {
  font-family: 'FreightTextProBook-Regular';
  src: url("http://code.ionicframework.com/assets/fonts/29D26A_0_0.eot");
  src: url("http://code.ionicframework.com/assets/fonts/29D26A_0_0.eot?#iefix") format("embedded-opentype"), url("http://code.ionicframework.com/assets/fonts/29D26A_0_0.woff") format("woff"), url("http://code.ionicframework.com/assets/fonts/29D26A_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'FreightTextProMedium-Regular';
  src: url("http://code.ionicframework.com/assets/fonts/29D26A_1_0.eot");
  src: url("http://code.ionicframework.com/assets/fonts/29D26A_1_0.eot?#iefix") format("embedded-opentype"), url("http://code.ionicframework.com/assets/fonts/29D26A_1_0.woff") format("woff"), url("http://code.ionicframework.com/assets/fonts/29D26A_1_0.ttf") format("truetype"); }

/*
 * Some CSS adapted from LayerVault, http://layervault.com
 */
.fade-down.ng-enter {
  -webkit-animation: fadeInDown 0.5s both;
  animation: fadeInDown 0.5s both; }

.fade-down.ng-leave {
  -webkit-animation: fadeOutUp 0.5s both;
  animation: fadeOutUp 0.5s both;
  width: 100%;
  position: absolute; }

.animate-show {
  -webkit-transition:all linear 0.3s;
  transition:all linear 0.3s;
  position: absolute;
  display:block!important;
  width: 100%;
}

.animate-show.ng-hide-add,
.animate-show.ng-hide-remove {
  
}
 
.animate-show.ng-hide {
  opacity:0;
}

[step] {
  margin-bottom: 30px; }

.inset-step {
  padding-left: 15px;
  margin-top: 10px; }

.input-container,
.input-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

.input-container {
  margin-bottom: 10px;
  position: relative; }
  .input-container * {
    margin-bottom: 5px; }
  .input-container .subtext {
    color: #999;
    font-size: 14px;
    font-weight: 300; }
  .input-container input,
  .input-container textarea {
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    height: 60px;
    -webkit-transition: border 300ms ease;
    -moz-transition: border 300ms ease;
    -ms-transition: border 300ms ease;
    -o-transition: border 300ms ease;
    transition: border 300ms ease;
    outline: none;
    padding: 18px 10px 0 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #dddddd; }
    .input-container input:focus,
    .input-container textarea:focus {
      border-color: #4e8ef7; }
    .input-container input.error,
    .input-container textarea.error {
      border-color: #f95c5c; }
  .input-container textarea {
    height: 150px;
    padding: 10px; }
  .input-container label {
    font-size: 11px;
    font-weight: 300;
    -webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -ms-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    transition: color 300ms ease;
    float: left;
    position: absolute;
    display: block;
    top: 5px;
    left: 11px;
    font-size: 12px;
    color: #bcbcbc; }
  .input-container .description ~ label {
    top: 31px; }
  .input-container label.error {
    display: none;
    color: #f95c5c; }
  .input-container input:focus ~ label:not(.error) {
    color: #4e8ef7; }
  .input-container input.error ~ label {
    display: none; }
    .input-container input.error ~ label.error {
      display: block; }

h1 {
  padding-bottom: 10px;
  margin: 40px 0px 15px 0px; }

h2 {
  margin: 35px 0px 10px 0px; }

h3 {
  margin-top: 15px; }

h1, h2, h3, h4, h5, h6, .btn {
  font-weight: normal;
  font-family: "AvenirNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: #333333; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #333333; }

h1 + h2 {
  margin-top: 0;
  color: #666;
  font-size: 18px; }

h1 + h2 + p {
  margin-top: 20px; }

.subheading {
  color: #888;
  font-size: 15px; }

.guide-content {
  color: #333;
  font-size: 16px; }
  .guide-content h1, .guide-content h2 {
    margin-bottom: 20px; }
  .guide-content p {
    line-height: 30px;
    margin: 25px 0px; }
  .guide-content .well p {
    margin: 0px 0px 10px 0px; }

#demo {
  padding-bottom: 80px; }
  #demo #demo-top {
    margin-bottom: 60px; }
    #demo #demo-top h1, #demo #demo-top h4 {
      text-align: center; }
    #demo #demo-top h1 {
      border: none;
      margin: 50px 0px 5px 0px; }
    #demo #demo-top h4 {
      color: #777;
      font-weight: normal;
      margin-bottom: 20px; }
  #demo pre {
    border: none; }
  #demo .phone-case {
    margin: 0px auto 30px auto;
    float: none;
    cursor: pointer; }
    #demo .phone-case iframe {
      cursor: pointer; }

.home .primary-row {
  padding: 0 10px;
  text-align: center; }
  .home .primary-row h1, .home .primary-row h2 {
    border: none;
    font-weight: normal;
    font-family: "AvenirNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .home .primary-row h1 {
    margin: 10px 0 0 0;
    color: #ebf3ff;
    font-size: 26px; }
  .home .primary-row h2 {
    margin: 5px 0 0 0;
    color: #A8C7FF;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    font-family: "AvenirNextLTPro-Ultlt", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -1px; }
  .home .primary-row .desktop-btn {
    display: none; }
.home .btn-row {
  padding: 0; }
  .home .btn-row .btn {
    margin-top: 20px;
    padding: 15px 32px;
    width: 280px;
    border: 0;
    font-size: 22px;
    font-family: "AvenirNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    opacity: 1; }
  .home .btn-row .btn-download {
    border: none;
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    color: #4f8ef7;
    opacity: 0.95;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    transition: 0.1s linear; }
    .home .btn-row .btn-download:hover {
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
      opacity: 1; }
    .home .btn-row .btn-download:active {
      box-shadow: inset 0px 0px 5px rgba(33, 85, 170, 0.4);
      opacity: .7; }
  .home .btn-row .btn-get-started {
    margin: 20px 0 0 0;
    border: none;
    background: transparent;
    box-shadow: inset 0px 0px 0px 2px #A8C7FF;
    color: #A8C7FF;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    transition: 0.1s linear; }
    .home .btn-row .btn-get-started:hover {
      box-shadow: inset 0px 0px 0px 2px #fff;
      color: #fff; }
    .home .btn-row .btn-get-started:active {
      box-shadow: inset 0px 0px 0px 2px #A8C7FF;
      color: #A8C7FF; }
.home .version-text {
  color: #fff;
  font-weight: 300;
  font-size: 10px;
  opacity: 0.3; }
.home .feature-img {
  height: 175px;
  background-position: center 15px;
  background-size: 320px 299px;
  background-repeat: no-repeat; }
  .home .feature-img .feature-img-loading {
    display: none; }
  .home .feature-img .demo-link {
    visibility: hidden; }
  .home .feature-img.img-loaded {
    background-image: url(/img/homepage/phones-weather-demo@2x.png);
    -webkit-animation: fadeInDown 1s both;
    animation: fadeInDown 1s both; }
    .home .feature-img.img-loaded .demo-link {
      visibility: visible; }
  .home .feature-img .demo-link {
    position: absolute;
    right: 50px;
    bottom: 50px;
    display: none;
    color: white;
    text-decoration: underline;
    font-weight: 300;
    font-size: 11px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    opacity: .3; }
    .home .feature-img .demo-link:hover {
      opacity: 1 !important; }
@media (min-width: 768px) {
  .home {
    /* TABLET/Phone */ }
    .home .primary-row {
      text-align: left; }
      .home .primary-row h1 {
        font-size: 34px; }
      .home .primary-row h2 {
        font-size: 20px; }
      .home .primary-row .desktop-btn {
        display: inline-block; }
      .home .primary-row .mobile-btn {
        display: none; }
      .home .primary-row .demo-link {
        display: block; }
    .home .feature-img {
      background-size: 420px 393px;
      min-height: 405px; } }
@media (min-width: 992px) {
  .home {
    /* Desktop */ }
    .home .primary-row h1 {
      margin: 100px 0 0 0;
      font-size: 48px;
      font-family: "AvenirNextLTPro-UltLt", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
      font-weight: bold;
      letter-spacing: -1px; }
    .home .primary-row .btn-row {
      margin-top: 40px; }
    .home .primary-row .btn {
      width: auto; }
    .home .primary-row .btn-get-started {
      margin-left: 20px; }
    .home .feature-img {
      height: 510px;
      margin-top: 20px;
      background-size: 520px 486px; } }
.home .utility-bar {
  margin-top: -1px;
  position: relative;
  padding: 17px;
  width: 100%;
  background: #2155aa;
  background: -moz-linear-gradient(left, #2155aa 0%, #3e72c6 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2155aa), color-stop(100%, #3e72c6));
  background: -webkit-linear-gradient(left, #2155aa 0%, #3e72c6 100%);
  background: -o-linear-gradient(left, #2155aa 0%, #3e72c6 100%);
  background: -ms-linear-gradient(left, #2155aa 0%, #3e72c6 100%);
  background: linear-gradient(to right, #2155aa 0%, #3e72c6 100%); }
  .home .utility-bar .container {
    overflow: hidden;
    color: #DAE7FD;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .home .utility-bar input {
    border: 1px solid #7597d4;
    background: #7597d4;
    font-size: 13px;
    color: white;
    box-shadow: none;
    font-weight: normal;
    font-family: "AvenirNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .home .utility-bar input:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 1px solid #84A6E2;
      background: #84A6E2; }
    .home .utility-bar input::-webkit-input-placeholder {
      color: #bbceef; }
    .home .utility-bar input::-moz-placeholder {
      color: #bbceef; }
  .home .utility-bar button {
    padding-right: 15px;
    padding-left: 15px;
    border: 1px solid #4e8ef7;
    background: #4e8ef7;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    color: white; }
    .home .utility-bar button:hover {
      background: #5998FF;
      color: white; }
    .home .utility-bar button:active {
      border: 1px solid #3E75CE;
      background: #4683E7;
      box-shadow: none;
      color: #B1C4E4; }
.home .content-container {
  padding: 0;
  max-width: 100% !important; }
@media (min-width: 992px) {
  .home .social-row {
    margin: 7px 0 0 0;
    font-family: "AvenirNextLTPro-UltLt", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
    font-weight: bold;
    letter-spacing: -1px; } }
.home .social-row li {
  display: inline-block;
  height: 27px;
  margin-right: 22px;
  font-size: 12px; }
  .home .social-row li i {
    padding-right: 2px; }
  @media (min-width: 568px) {
    .home .social-row li {
      font-size: 14px;
      margin-right: 34px; }
      .home .social-row li i {
        padding-right: 4px; } }
.home .social-row a {
  text-decoration: none;
  opacity: .6;
  color: white; }
  .home .social-row a:hover {
    opacity: 1; }
.home .desc-row {
  padding: 0 10px;
  text-align: center; }
  .home .desc-row > * {
    margin: 0 auto; }
  .home .desc-row h3 {
    padding: 70px 0 14px;
    max-width: 900px;
    font-size: 28px; }
  .home .desc-row p {
    padding-bottom: 40px;
    max-width: 760px;
    color: #444;
    font-weight: 300;
    font-size: 18px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
.home .feature-row {
  margin: auto 10px;
  min-height: 150px;
  max-width: 900px;
  background: no-repeat 0 32px;
  background-size: 130px 111px; }
  .home .feature-row p {
    padding-left: 140px;
    color: #999;
    font-weight: 300;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
@media (min-width: 768px) {
  .home .feature-row {
    min-height: 210px;
    background: no-repeat 18% 5px;
    background-size: 247px 210px;
    margin: 70px auto; }
    .home .feature-row h4, .home .feature-row p {
      padding-right: 35px;
      padding-left: 55%;
      line-height: 26px; }
    .home .feature-row h4 {
      line-height: 34px; }
  .home .feature-row.img-right {
    background-position: 77% 5px; }
    .home .feature-row.img-right h4, .home .feature-row.img-right p {
      padding-right: 56%;
      padding-left: 30px; } }
.home .img-performance {
  background-image: url("/img/performance.png"); }
.home .img-angular {
  background-image: url("/img/angular-ionic.png"); }
.home .img-native {
  background-image: url("/img/native.png"); }
.home .img-design {
  background-image: url("/img/design.png"); }
.home .img-nerds {
  background-image: url("/img/nerds.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124dpi) {
  .home .feature-row.img-performance {
    background-image: url("/img/performance@2x.png"); }
  .home .feature-row.img-angular {
    background-image: url("/img/angular-ionic@2x.png"); }
  .home .feature-row.img-native {
    background-image: url("/img/native@2x.png"); }
  .home .feature-row.img-design {
    background-image: url("/img/design@2x.png"); }
  .home .feature-row.img-nerds {
    background-image: url("/img/nerds@2x.png"); } }
.home .examples-row h3 {
  padding-top: 10px; }

.pre-footer.footer-social {
  padding: 40px 40px 25px;
  background: #5B6E8C; }
  .pre-footer.footer-social p {
    color: #e2eeff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    font-family: "AvenirNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .pre-footer.footer-social .spread-word {
    color: #fff;
    font-family: "AvenirNextLTPro-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .pre-footer.footer-social .share-row {
    margin: 30px auto 0 auto;
    max-width: 900px; }
  .pre-footer.footer-social .share-row li {
    display: inline-block;
    margin: 0 5px 0 20px;
    width: 180px;
    height: 40px;
    list-style: none;
    vertical-align: top; }
    .pre-footer.footer-social .share-row li a {
      opacity: 1; }
    .pre-footer.footer-social .share-row li:last-child {
      width: auto; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.testimonials blockquote {
  margin: 0;
  padding: 0;
  border: none; }
  .testimonials blockquote p {
    margin: 30px 0 0 0;
    padding: 5px 10px 15px 30px;
    background: url("/img/quote.png") no-repeat;
    background-size: 25px 25px;
    font-size: 16px; }
.testimonials footer {
  margin-left: 30px;
  padding-left: 50px;
  background-color: white;
  background-size: 44px 40px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.testimonial-content {
  position: relative;
  margin: 0 auto;
  padding: 0 5px 30px 5px;
  max-width: 1050px;
  border-top: 1px solid #f1f1f1; }

@media (min-width: 768px) {
  .testimonials {
    position: relative;
    height: 365px; }
    .testimonials blockquote p {
      position: absolute;
      top: 70px;
      margin: 0;
      padding: 10px 80px 0 80px;
      min-height: 150px;
      background-size: 50px 50px;
      color: #888;
      text-align: center;
      font-weight: normal;
      font-size: 22px;
      font-family: Georgia, serif;
      line-height: 34px;
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      -webkit-font-smoothing: antialiased; }
    .testimonials blockquote.active p {
      opacity: 1; }
    .testimonials footer {
      position: absolute;
      top: 220px;
      margin-left: 0;
      padding-top: 5px;
      max-width: 230px;
      width: 230px;
      height: 65px;
      background-size: 44px 40px;
      font-size: 13px;
      opacity: .4;
      cursor: pointer; }
    .testimonials .active footer,
    .testimonials footer:hover {
      opacity: 1; }
    .testimonials .active footer {
      border-bottom: 2px solid #4f8ef7; }
    .testimonials cite {
      color: #4f8ef7;
      font-weight: 400;
      font-size: 15px; }
    .testimonials .testimonial-1 footer {
      left: 37%; }
    .testimonials .testimonial-2 footer {
      right: 10px; }

  .testimonial-content {
    padding: 60px 10px 0 10px; } }
@media (min-width: 960px) {
  .testimonials {
    height: 380px; }
    .testimonials blockquote p {
      font-size: 22px; }
    .testimonials footer {
      padding-top: 25px;
      padding-left: 92px;
      max-width: 265px;
      width: 265px;
      height: 94px;
      background-size: 88px 80px; } }
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=1.3.0");
  src: url("../fonts/ionicons.eot?v=1.3.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=1.3.0") format("truetype"), url("../fonts/ionicons.woff?v=1.3.0") format("woff"), url("../fonts/ionicons.svg?v=1.3.0#Ionicons") format("svg"); }

.fixed-menu {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.ionic.ionic-example .bar {
  position: relative; }

.device-preview-page .aside-menu {
  display: none; }

@media (min-width: 992px) {
  .device-preview-page .aside-menu {
    display: block; } }
@media (max-width: 991px) {
  .device-preview-page .main-content {
    width: 100%; } }
.left-menu {
  margin-top: 8px;
  padding-left: 0;
  list-style: none;
  font-size: 12px; }
  .left-menu:first-child {
    margin-top: 0; }
  .left-menu a {
    display: block;
    color: #444;
    text-decoration: none; }
    .left-menu a:hover {
      background: transparent !important; }
  .left-menu li {
    display: none;
    margin: 8px 0;
    list-style: none; }
    .left-menu li.menu-title {
      display: block;
      margin-top: 0; }
    .left-menu li ul {
      display: none;
      padding-left: 12px; }
  .left-menu .menu-title a {
    color: #aaaaaa;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    line-height: 20px; }
  .left-menu.nav li.active > a {
    border-right: 2px solid #4f8ef7;
    color: #4f8ef7; }
  .left-menu.nav li.active > ul {
    display: block; }
  .left-menu.nav > li > a {
    padding: 1px 0; }

.left-menu.active-menu .menu-title a {
  color: #4f8ef7; }
.left-menu.active-menu li {
  display: block; }

.docs .aside-menu {
  margin-bottom: 20px; }

.docs .main-content {
  margin-bottom: 150px; }

.docs-section {
  padding-bottom: 20px;
  color: #444;
  font-size: 14px;
  line-height: 1.9em; }
  .docs-section .panel-heading {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace; }
  .docs-section .highlight {
    margin: 10px 0 20px 0; }
  .docs-section pre {
    margin-bottom: 0;
    font-size: 12px !important; }
  .docs-section h1 a, .docs-section h2 a, .docs-section h3 a {
    text-decoration: none; }
  .docs-section h2, .docs-section h3 {
    padding-bottom: 0; }
  .docs-section h2 a, .docs-section h3 a {
    display: block;
    padding-bottom: 8px;
    transition: color .15s ease-in-out; }
  .docs-section td, .docs-section th {
    font-size: 14px !important; }

pre {
  border: 0;
  border-left: 4px solid #D7DBE4;
  background: #F0F3F8; }

.device-preview-page .docs-section {
  padding-bottom: 60px;
  min-height: 320px; }

.docs-section h2 {
  padding-bottom: 16px; }
.docs-section h1 a, .docs-section h2 a, .docs-section h3 a {
  color: #999; }
.docs-section h1 a:hover,
.docs-section h2 a:hover,
.docs-section h3 a:hover {
  color: #111;
  text-decoration: none; }
.docs-section.active h2 a, .docs-section.active h3 a {
  color: #222; }

.doc-example {
  display: none; }

.docs-section + .docs-section {
  padding-top: 20px; }

.device-preview-page {
  position: relative; }
  .device-preview-page .docs-section:last-child {
    padding-bottom: 600px; }
  .device-preview-page .ionic .content-wrapper {
    overflow: hidden !important;
    height: 100%; }
  .device-preview-page .device-preview {
    position: absolute;
    right: 0;
    z-index: 1;
    width: 380px;
    height: 810px;
    background: url("/img/phone-case.png") no-repeat right top; }
    .device-preview-page .device-preview a {
      opacity: 1; }
    .device-preview-page .device-preview .content {
      position: relative; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124dpi) {
    .device-preview-page .device-preview {
      background-image: url("/img/phone-case@2x.png");
      background-size: 365px 792px; } }
  .device-preview-page .fixed-preview {
    position: fixed;
    top: 0;
    right: auto;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .device-preview-page .docs-section {
    padding-right: 380px; }
  @media (max-width: 767px) {
    .device-preview-page .device-preview {
      display: none; }
    .device-preview-page .docs-section {
      padding-right: 0; } }
  .device-preview-page .device-preview > div {
    position: absolute;
    top: 104px;
    left: 33px;
    z-index: 0;
    width: 328px;
    height: 576px;
    border: 4px solid #22272d;
    background-color: white;
    opacity: 0;
    transition: opacity .2s ease-in-out; }
    .device-preview-page .device-preview > div.active-preview {
      z-index: 100;
      opacity: 1; }
    .device-preview-page .device-preview > div.screen-bg {
      opacity: 1 !important; }
  .device-preview-page .default-screen .content {
    height: 100%;
    background: url("/img/ionic_icon.svg") no-repeat center 115px;
    background-size: 250px 250px; }

.attention-arrow {
  position: absolute;
  background: url("/img/attention-arrow.png") no-repeat; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124dpi) {
  .attention-arrow {
    background: url("/img/attention-arrow@2x.png") no-repeat;
    background-size: 40px 74px; } }
.ionic div.padding-example {
  position: relative;
  margin: 50px auto;
  max-width: 240px;
  height: 240px;
  background: #ccc; }
  .ionic div.padding-example :first-child {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 140px;
    height: 140px;
    background: #4A87EE; }

.ionic .tabs {
  position: absolute !important; }

.ionic .item.tabs {
  position: relative !important; }

.advanced-panel {
  padding: 10px;
  border: 1px solid #A7C6FC;
  border-radius: 2px;
  background: #F6F9FE;
  color: #777; }
  .advanced-panel em {
    padding-right: 4px;
    color: #528FF7;
    vertical-align: middle;
    font-weight: bold;
    font-size: 18px; }
  .advanced-panel a {
    text-decoration: underline; }
    .advanced-panel a:hover {
      text-decoration: none; }

.cards-bg {
  background: #f9f9f9; }

.ionic .list.color-list-demo .item {
  padding: 14px 15px 14px 15px; }

.ionic .color-demo {
  float: right;
  width: 20px;
  height: 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  background: gray; }

.ionic .col-demo {
  padding: 5px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: #f7f7f7;
  text-align: center; }

.ionic .responsive-break {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical; }
  .ionic .responsive-break .col {
    margin-bottom: 15px;
    width: 100%; }

.ionic .ionicons-demo li {
  display: inline-block;
  padding: 2px;
  font-size: 32px; }
  .ionic .ionicons-demo li:before {
    display: block;
    width: 42px;
    text-align: center; }

.table tr td:first-child {
  white-space: nowrap; }

.docs-home-row {
  text-align: center; }
  .docs-home-row > div {
    margin-top: 50px; }
  .docs-home-row h3 {
    color: #333;
    font-family: "AvenirNextLTPro-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 8px; }
  .docs-home-row h4 {
    margin-bottom: 8px; }
  .docs-home-row p {
    color: #888;
    font-size: 13px;
    font-family: "AvenirNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .docs-home-row a {
    color: black; }
  .docs-home-row a:hover {
    text-decoration: none; }

.btn.btn-default {
  border-color: #ddd; }

.picker {
  position: absolute;
  max-width: 180px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1); }
  .picker select {
    display: block;
    padding: 2px 60px 2px 10px;
    width: 150%;
    height: 24px;
    outline: none;
    border: none;
    background: transparent;
    color: #fff;
    text-indent: 0.01px;
    text-overflow: '';
    font-size: 14px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none; }
  .picker:hover {
    background: rgba(255, 255, 255, 0.4); }
  .picker:after {
    position: absolute;
    top: 50%;
    right: 6%;
    z-index: 0;
    z-index: 99;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-top: 3px solid;
    border-right: 3px solid rgba(0, 0, 0, 0);
    border-left: 3px solid rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 0.6);
    content: ""; }

.api-title {
  margin-top: 0;
  font-size: 24px; }

.docs-api h2 {
  color: #222;
  font-size: 22px; }

.docs-api p,
.docs-api td,
.docs-api th {
  color: #444; }

.improve-docs {
  position: absolute;
  top: 4px;
  right: 10px;
  display: none;
  float: right; }
  .improve-docs a {
    padding: 2px 6px;
    border: 2px solid #4f8ef7;
    border-radius: 2px; }
    .improve-docs a:hover {
      text-decoration: none;
      opacity: 1; }

@media (min-width: 992px) {
  .improve-docs {
    display: block; } }
#ionitron-image {
  background: url("/img/getting-started/ionitron-avatar.png") no-repeat transparent;
  width: 156px;
  height: 156px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124dpi) {
  #ionitron-image {
    background: url("/img/getting-started/ionitron-avatar@2x.png") no-repeat transparent;
    background-size: 156px 156px; } }
#ionitron-image.header-ionitron {
  float: left;
  margin-right: 10px; }
  @media screen and (max-width: 800px) {
    #ionitron-image.header-ionitron {
      background-size: 48px 48px;
      width: 48px;
      height: 48px; } }
  @media screen and (max-width: 400px) {
    #ionitron-image.header-ionitron {
      background-size: 32px 32px;
      width: 32px;
      height: 32px; }
      #ionitron-image.header-ionitron ~ h3 {
        font-size: 20px;
        line-height: 34px;
        margin: 0 0 4px 0; }
      #ionitron-image.header-ionitron ~ h4 {
        font-size: 16px;
        line-height: 18px;
        color: #ECF3FF; } }

#getting-started {
  padding: 40px 0px; }
  #getting-started .italic {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    margin: 20px 0px;
    line-height: 26px; }
  #getting-started i {
    color: #999; }
  #getting-started .row {
    margin-bottom: 100px; }
  #getting-started .num {
    float: left;
    width: 80px; }
  #getting-started h2 {
    color: #333333;
    font-size: 28px;
    padding-bottom: 4px; }
  #getting-started h3 {
    margin-bottom: 20px; }
  #getting-started .sub-heading {
    padding-bottom: 10px;
    margin: auto;
    max-width: 810px;
    color: #444;
    font-weight: 300;
    font-size: 18px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  #getting-started .desc {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #333;
    font-weight: 300;
    font-size: 14px;
    margin-top: 16px;
    margin-left: 80px;
    margin-right: 20px;
    line-height: 26px; }
  #getting-started .code {
    margin-top: 66px; }
  #getting-started .highlight {
    background: #eee; }
  #getting-started input {
    border: 2px solid #DDD;
    color: #333;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 2px; }
    #getting-started input:focus {
      border: 2px solid #4e8ef7;
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none; }
  #getting-started .btn-primary {
    color: #FFF;
    background-color: #4F8EF7;
    transition: background-color .1s ease-in-out;
    border-radius: 2px;
    padding: 6px 20px; }
  #getting-started #first-step {
    margin-top: 60px; }
  #getting-started #template-images {
    margin-top: -60px;
    padding-left: 95px; }
    @media (max-width: 992px) {
      #getting-started #template-images {
        padding-left: 15px; } }
    #getting-started #template-images .template {
      text-align: center;
      float: left;
      width: 308px;
      margin: 0px 68px; }
      #getting-started #template-images .template:first-child {
        margin-left: 0;
        margin-right: 0; }
      #getting-started #template-images .template:last-child {
        margin-left: 0;
        margin-right: 0; }
      @media (max-width: 1200px) {
        #getting-started #template-images .template {
          width: 272px;
          margin: 0px 20px; }
          #getting-started #template-images .template .template-image {
            width: 100%;
            background-size: contain; } }
      @media (max-width: 992px) {
        #getting-started #template-images .template {
          width: 226px;
          margin: 0px 20px; } }
      @media (max-width: 768px) {
        #getting-started #template-images .template {
          width: 100%;
          float: none;
          margin: 20px 0px; }
          #getting-started #template-images .template .template-image {
            width: 308px;
            display: block;
            margin: auto; } }
    #getting-started #template-images code {
      display: inline-block;
      margin-top: 15px; }
    #getting-started #template-images .template-image {
      display: inline-block;
      width: 308px;
      height: 263px; }
  #getting-started #start-template-blank-image {
    background: url("/img/getting-started/blank-app.png") no-repeat transparent; }
  #getting-started #start-template-tabs-image {
    background: url("/img/getting-started/tabs-app.png") no-repeat transparent; }
  #getting-started #start-template-sidemenu-image {
    background: url("/img/getting-started/menu-app.png") no-repeat transparent; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124dpi) {
    #getting-started #start-template-blank-image {
      background: url("/img/getting-started/blank-app@2x.png") no-repeat transparent;
      background-size: 308px 263px; }
    #getting-started #start-template-tabs-image {
      background: url("/img/getting-started/tabs-app@2x.png") no-repeat transparent;
      background-size: 308px 263px; }
    #getting-started #start-template-sidemenu-image {
      background: url("/img/getting-started/menu-app@2x.png") no-repeat transparent;
      background-size: 308px 263px; } }

#showcase #apps {
  margin-top: 40px; }
  #showcase #apps > .row {
    margin-top: 50px; }
#showcase #contact {
  margin-top: 15px; }
#showcase .app .row {
  margin-bottom: 15px; }
  #showcase .app .row img {
    width: 100%; }

h2.underline {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin: 40px 0px 20px 0px; }

.phone-col {
  padding: 0; }
  .phone-col.no-case .phone-case {
    background: none;
    margin: 0;
    float: none;
    width: 100%; }
    .phone-col.no-case .phone-case > div {
      width: 100%;
      height: 100%; }
      .phone-col.no-case .phone-case > div .cp_embed_iframe {
        position: static;
        width: 100% !important;
        height: 100%; }

.phone-case {
  float: right;
  position: relative;
  z-index: 1;
  width: 380px;
  height: 810px;
  background: url("/img/phone-case.png") no-repeat right top;
  margin-left: 20px; }
  .phone-case a {
    opacity: 1; }
  .phone-case .cp_embed_iframe {
    position: absolute;
    width: 320px !important;
    height: 568px;
    top: 104px;
    left: 37px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124dpi) {
  .phone-case {
    background-image: url("/img/phone-case@2x.png");
    background-size: 365px 792px; } }
.fb-share-button > span {
  vertical-align: inherit !important; }

.author-icon {
  float: left;
  margin-right: 8px;
  width: 24px;
  border-radius: 20px; }

#spinner {
  -webkit-animation: rotation 45s infinite linear; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(359deg); } }

#blog-wrapper {
  max-width: 730px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px; }
  #blog-wrapper .pagination {
    display: block;
    width: 100%; }

#blog-top {
  text-align: center;
  margin: 50px 0px 100px; }
  #blog-top a {
    opacity: 1; }
  #blog-top h3 {
    font-family: "AvenirNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #222;
    font-weight: normal; }
  #blog-top h5 {
    font-size: 14px; }

#posts {
  font-family: "FreightTextProBook-Regular", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 22px;
  color: #444;
  font-weight: normal;
  letter-spacing: .01rem;
  -webkit-font-smoothing: antialiased; }

.post {
  line-height: 34px; }
  .post h2 {
    margin: 40px 0px 15px 0px; }
  .post img {
    max-width: 100%; }
  .post a {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    color: #437FE6;
    opacity: 1; }
  .post p {
    margin-bottom: 32px; }
  .post b, .post strong {
    font-family: "FreightTextProMedium-Regular", Georgia, Cambria, "Times New Roman", Times, serif;
    font-weight: bold;
    color: #000; }
  .post h3 {
    font-family: "FreightTextProMedium-Regular", Georgia, Cambria, "Times New Roman", Times, serif;
    color: #222;
    font-weight: normal;
    font-size: 26px;
    letter-spacing: -0.02rem;
    margin: 42px 0px 12px 0px; }
  .post hr {
    margin-top: 30px;
    margin-bottom: 70px;
    border: 0;
    border-top: 2px solid #eee; }
  .post .showcase-image {
    margin: 10px 0px; }
  .post .body-image {
    margin: 10px 0px; }
  .post .post-title {
    font-family: "AvenirNextLTPro-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #222 !important;
    font-weight: normal;
    font-size: 32px;
    letter-spacing: -0.05rem; }
    .post .post-title a {
      color: #222222; }
  .post .post-time {
    font-style: italic;
    font-size: 13px;
    color: #999999;
    margin: 20px 0px 20px;
    display: block; }
  .post .post-social {
    margin-bottom: 10px; }
  .post code {
    font-size: 75%; }
  .post .highlight code {
    font-size: 14px; }

.disqus {
  margin-top: 40px; }

.phone {
  position: relative;
  margin: auto;
  width: 365px;
  height: 810px;
  background: url("/img/phone-case.png") no-repeat right top;
  margin-bottom: 15px; }
  .phone img {
    position: absolute;
    top: 104px;
    left: 22px;
    z-index: 0;
    width: 320px;
    height: 568px;
    border: 4px solid #22272d;
    background-color: white; }

.caption {
  color: #666666;
  text-align: center;
  font-style: italic;
  font-size: 14px;
  margin-bottom: 20px; }

.highlight {
  background: #ffffff; }

.highlight .c {
  color: #999988;
  font-style: italic; }

/* Comment */
/* COMMENTED OUT CUZ IT THINKS DIRECTIVES ARE INVALID .highlight .err { color: #a61717; background-color: #e3d2d2 } Error */
.highlight .k {
  font-weight: bold; }

/* Keyword */
.highlight .o {
  font-weight: bold; }

/* Operator */
.highlight .cm {
  color: #999988;
  font-style: italic; }

/* Comment.Multiline */
.highlight .cp {
  color: #999999;
  font-weight: bold; }

/* Comment.Preproc */
.highlight .c1 {
  color: #999988;
  font-style: italic; }

/* Comment.Single */
.highlight .cs {
  color: #999999;
  font-weight: bold;
  font-style: italic; }

/* Comment.Special */
.highlight .gd {
  color: #000000;
  background-color: #ffdddd; }

/* Generic.Deleted */
.highlight .gd .x {
  color: #000000;
  background-color: #ffaaaa; }

/* Generic.Deleted.Specific */
.highlight .ge {
  font-style: italic; }

/* Generic.Emph */
.highlight .gr {
  color: #aa0000; }

/* Generic.Error */
.highlight .gh {
  color: #999999; }

/* Generic.Heading */
.highlight .gi {
  color: #000000;
  background-color: #ddffdd; }

/* Generic.Inserted */
.highlight .gi .x {
  color: #000000;
  background-color: #aaffaa; }

/* Generic.Inserted.Specific */
.highlight .go {
  color: #888888; }

/* Generic.Output */
.highlight .gp {
  color: #555555; }

/* Generic.Prompt */
.highlight .gs {
  font-weight: bold; }

/* Generic.Strong */
.highlight .gu {
  color: #aaaaaa; }

/* Generic.Subheading */
.highlight .gt {
  color: #aa0000; }

/* Generic.Traceback */
.highlight .kc {
  font-weight: bold; }

/* Keyword.Constant */
.highlight .kd {
  font-weight: bold; }

/* Keyword.Declaration */
.highlight .kp {
  font-weight: bold; }

/* Keyword.Pseudo */
.highlight .kr {
  font-weight: bold; }

/* Keyword.Reserved */
.highlight .kt {
  color: #445588;
  font-weight: bold; }

/* Keyword.Type */
.highlight .m {
  color: #009999; }

/* Literal.Number */
.highlight .s {
  color: #dd1144; }

/* Literal.String */
.highlight .na {
  color: teal; }

/* Name.Attribute */
.highlight .nb {
  color: #0086b3; }

/* Name.Builtin */
.highlight .nc {
  color: #445588;
  font-weight: bold; }

/* Name.Class */
.highlight .no {
  color: teal; }

/* Name.Constant */
.highlight .ni {
  color: purple; }

/* Name.Entity */
.highlight .ne {
  color: #990000;
  font-weight: bold; }

/* Name.Exception */
.highlight .nf {
  color: #990000;
  font-weight: bold; }

/* Name.Function */
.highlight .nn {
  color: #555555; }

/* Name.Namespace */
.highlight .nt {
  color: navy; }

/* Name.Tag */
.highlight .nv {
  color: teal; }

/* Name.Variable */
.highlight .ow {
  font-weight: bold; }

/* Operator.Word */
.highlight .w {
  color: #bbbbbb; }

/* Text.Whitespace */
.highlight .mf {
  color: #009999; }

/* Literal.Number.Float */
.highlight .mh {
  color: #009999; }

/* Literal.Number.Hex */
.highlight .mi {
  color: #009999; }

/* Literal.Number.Integer */
.highlight .mo {
  color: #009999; }

/* Literal.Number.Oct */
.highlight .sb {
  color: #dd1144; }

/* Literal.String.Backtick */
.highlight .sc {
  color: #dd1144; }

/* Literal.String.Char */
.highlight .sd {
  color: #dd1144; }

/* Literal.String.Doc */
.highlight .s2 {
  color: #dd1144; }

/* Literal.String.Double */
.highlight .se {
  color: #dd1144; }

/* Literal.String.Escape */
.highlight .sh {
  color: #dd1144; }

/* Literal.String.Heredoc */
.highlight .si {
  color: #dd1144; }

/* Literal.String.Interpol */
.highlight .sx {
  color: #dd1144; }

/* Literal.String.Other */
.highlight .sr {
  color: #009926; }

/* Literal.String.Regex */
.highlight .s1 {
  color: #dd1144; }

/* Literal.String.Single */
.highlight .ss {
  color: #990073; }

/* Literal.String.Symbol */
.highlight .bp {
  color: #999999; }

/* Name.Builtin.Pseudo */
.highlight .vc {
  color: teal; }

/* Name.Variable.Class */
.highlight .vg {
  color: teal; }

/* Name.Variable.Global */
.highlight .vi {
  color: teal; }

/* Name.Variable.Instance */
.highlight .il {
  color: #009999; }

/* Literal.Number.Integer.Long */
.input-type {
  position: absolute;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 300px;
  background: no-repeat center bottom; }

.ios7 .text-input,
.ios7 .password-input,
.ios7 .search-input {
  background-image: url("/img/input-types/ios7/keyboard-text-pass-search.png"); }

.ios7 .email-input {
  background-image: url("/img/input-types/ios7/keyboard-email.png"); }

.ios7 .tel-input {
  background-image: url("/img/input-types/ios7/keyboard-tel.png"); }

.ios7 .number-input {
  background-image: url("/img/input-types/ios7/keyboard-number.png"); }

.ios7 .date-input {
  background-image: url("/img/input-types/ios7/keyboard-date.png"); }

.ios7 .month-input {
  background-image: url("/img/input-types/ios7/keyboard-month.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124dpi) {
  .ios7 .input-type {
    background-size: 320px 260px; }

  .ios7 .text-input,
  .ios7 .password-input,
  .ios7 .search-input {
    background-image: url("/img/input-types/ios7/keyboard-text-pass-search@2x.png"); }

  .ios7 .email-input {
    background-image: url("/img/input-types/ios7/keyboard-email@2x.png"); }

  .ios7 .tel-input {
    background-image: url("/img/input-types/ios7/keyboard-tel@2x.png"); }

  .ios7 .number-input {
    background-image: url("/img/input-types/ios7/keyboard-number@2x.png"); }

  .ios7 .date-input {
    background-image: url("/img/input-types/ios7/keyboard-date@2x.png"); }

  .ios7 .month-input {
    background-image: url("/img/input-types/ios7/keyboard-month@2x.png"); } }
.products .content-container {
  background: white;
  min-height: 800px;
  margin-top: 80px; }
.products h1, .products h2, .products p {
  text-align: center; }
.products .input-container {
  max-width: 500px;
  margin: 20px auto; }

a {
  opacity: 0.8;
  transition: .1s ease-in-out;
  transition-property: opacity, border-color; }
  a:hover, a:focus {
    opacity: 1; }

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

.content-container {
  padding-top: 40px; }

.main-content {
  min-height: 450px; }

.horizontal-gradient {
  background: #296ad4;
  background: -moz-linear-gradient(left, #296ad4 0%, #4e8ef7 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #296ad4), color-stop(100%, #4e8ef7));
  background: -webkit-linear-gradient(left, #296ad4 0%, #4e8ef7 100%);
  background: -o-linear-gradient(left, #296ad4 0%, #4e8ef7 100%);
  background: -ms-linear-gradient(left, #296ad4 0%, #4e8ef7 100%);
  background: linear-gradient(to right, #296ad4 0%, #4e8ef7 100%); }

.white-nav-bar .navbar-default {
  background: white; }
.white-nav-bar.products-page .products-nav {
  color: #4f8ef7 !important;
  border-top-color: #4f8ef7 !important; }
.white-nav-bar .navbar-default .navbar-nav > li > a:hover {
  color: #4f8ef7 !important;
  border-top-color: #4f8ef7 !important; }

.navbar-default .navbar-nav > li > a {
  margin: 0;
  padding-right: 26px !important;
  padding-left: 26px !important;
  border-top: 3px solid transparent;
  color: #abc0f5;
  opacity: 1; }
  .navbar-default .navbar-nav > li > a:hover {
    color: white; }

.navbar-default .navbar-collapse .navbar-nav > li > a:hover {
  border-top: 3px solid #B5CAFF; }

.navbar-default .navbar-toggle {
  margin-top: 17px;
  padding: 0;
  border: none;
  color: white;
  font-size: 32px;
  opacity: .7; }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
    opacity: 1; }

@media (max-width: 767px) {
  .navbar-default .navbar-collapse {
    margin-bottom: 20px;
    border: none;
    background: #2155aa;
    background: -moz-linear-gradient(left, #2155aa 0%, #3e72c6 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2155aa), color-stop(100%, #3e72c6));
    background: -webkit-linear-gradient(left, #2155aa 0%, #3e72c6 100%);
    background: -o-linear-gradient(left, #2155aa 0%, #3e72c6 100%);
    background: -ms-linear-gradient(left, #2155aa 0%, #3e72c6 100%);
    background: linear-gradient(to right, #2155aa 0%, #3e72c6 100%); }

  .navbar-default .navbar-collapse .navbar-nav > li > a:hover {
    border-color: transparent !important; } }
@media (min-width: 768px) {
  .docs-page .docs-nav,
  .examples-page .examples-nav,
  .getting-started-page .getting-started-nav,
  .nav-link:hover,
  .nav-link:focus {
    border-top: 3px solid #B5CAFF !important;
    color: white !important;
    opacity: 1 !important; }

  .docs-page.getting-started-page .docs-nav {
    border-color: transparent !important;
    color: #abc0f5 !important; } }
.headline {
  position: absolute;
  padding: 10px;
  width: 100%;
  background-color: #4f8ef7;
  color: white;
  text-align: center; }
  .headline a {
    color: inherit;
    text-decoration: underline;
    opacity: 1; }
    .headline a:hover {
      text-decoration: none; }

.header {
  position: relative;
  padding: 24px 0 0 0;
  height: 200px;
  z-index: 1000;
  background-position: 0 -76px; }
  .header h3 {
    color: #ebf3ff;
    font-size: 28px;
    font-family: "AvenirNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .header h4 {
    color: #c2d8ff;
    font-family: "AvenirNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    opacity: .8; }
  .header ul {
    position: absolute;
    top: 133px;
    margin: 0;
    padding: 0; }
  .header li {
    float: left;
    margin: 0 5px;
    list-style: none;
    font-size: 14px;
    font-family: "AvenirNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .header li:first-child a {
      padding-left: 0; }
  .header a {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold; }
  .header .heading-tile {
    background-position: 0 -80px; }

.search-col {
  display: none; }

@media (min-width: 768px) {
  .search-col {
    display: block; } }
.search-bar {
  visibility: hidden;
  float: right;
  padding: 0 2px 0 8px;
  border: none;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.3);
  transition: background ease-in-out 150ms; }
  .search-bar.active {
    background: rgba(255, 255, 255, 0.7); }
    .search-bar.active .search-icon,
    .search-bar.active input {
      color: #296AD4; }
  .search-bar .search-icon {
    padding-top: 4px;
    color: white; }
    .search-bar .search-icon i {
      padding-top: 4px; }
  .search-bar input {
    padding-left: 4px;
    width: 200px;
    border: none;
    background: transparent;
    color: white;
    font-size: 14px;
    -webkit-appearance: none; }
    .search-bar input:focus {
      outline: none; }

.search-results {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  padding: 40px 0;
  min-height: 360px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  transition: opacity ease-in-out 100ms;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .search-results h4 {
    margin-bottom: 8px;
    padding-bottom: 4px;
    border-bottom: 2px solid #4f8ef7;
    color: #4f8ef7;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    font-family: "AvenirNextLTPro-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .search-results ul {
    margin: 0 0 0 -10px;
    padding: 0; }
  .search-results li {
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 1px 0 1px 10px;
    width: 100%;
    list-style-type: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 22px; }
    .search-results li a {
      color: #666; }
      .search-results li a:hover {
        color: #4f8ef7; }

.search-section {
  float: left;
  padding-left: 40px;
  width: 25%; }

.search-api {
  padding-left: 0;
  width: 49%; }
  .search-api li {
    width: 32%; }

#search-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: black;
  opacity: 0;
  transition: opacity ease-in-out 100ms; }

.search-open .search-results {
  opacity: 1; }
.search-open #search-overlay {
  opacity: .1; }

.news {
  position: absolute;
  bottom: 0;
  padding-top: 14px;
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  letter-spacing: -0.03em;
  font-weight: bold;
  font-family: "AvenirNextLTPro-Ultlt", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .news .container {
    overflow: hidden;
    color: #B6D1FF;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .news a {
    padding: 0;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    opacity: .85; }
    .news a:hover {
      text-decoration: underline;
      opacity: 1; }
    .news a a:visited {
      color: #fff; }
  .news .news-col {
    overflow: hidden;
    height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.ionic {
  @font-face {
    font-family: "Ionicons";
    src: url("../fonts/ionicons.eot?v=1.4.1");
    src: url("../fonts/ionicons.eot?v=1.4.1#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=1.4.1") format("truetype"), url("../fonts/ionicons.woff?v=1.4.1") format("woff"), url("../fonts/ionicons.svg?v=1.4.1#Ionicons") format("svg");
    font-weight: normal;
    font-style: normal; }

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

    100% {
      -moz-transform: rotate(359deg); } }

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

    100% {
      -webkit-transform: rotate(359deg); } }

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

    100% {
      -o-transform: rotate(359deg); } }

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

    100% {
      -ms-transform: rotate(359deg); } }

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

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

  /**
   * Resets
   * --------------------------------------------------
   * Adapted from normalize.css and some reset.css. We don't care even one
   * bit about old IE, so we don't need any hacks for that in here.
   *
   * There are probably other things we could remove here, as well.
   *
   * normalize.css v2.1.2 | MIT License | git.io/normalize
  
   * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
   * http://cssreset.com
   */
  /**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
  /**
   * Hide the `template` element in IE, Safari, and Firefox < 22.
   */
  /* ==========================================================================
     Base
     ========================================================================== */
  /**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS text size adjust after orientation change, without disabling
   *  user zoom.
   */
  /**
   * Remove default margin.
   */
  /**
   * Remove default outlines.
   */
  /* *
   * Remove tap highlight color
   */
  /* ==========================================================================
     Typography
     ========================================================================== */
  /**
   * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
   */
  /**
   * Address styling not present in Safari 5 and Chrome.
   */
  /**
   * Address differences between Firefox and other browsers.
   */
  /**
   * Correct font family set oddly in Safari 5 and Chrome.
   */
  /**
   * Improve readability of pre-formatted text in all browsers.
   */
  /**
   * Set consistent quote types.
   */
  /**
   * Address inconsistent and variable font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
  /**
   * Define consistent border, margin, and padding.
   */
  /**
   * 1. Correct `color` not being inherited in IE 8/9.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
  /**
   * 1. Correct font family not being inherited in all browsers.
   * 2. Correct font size not being inherited in all browsers.
   * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
   * 4. Remove any default :focus styles
   * 5. Make sure webkit font smoothing is being inherited
   */
  /**
   * Address Firefox 4+ setting `line-height` on `input` using `importnt` in
   * the UA stylesheet.
   */
  /**
   * 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 8+.
   * Correct `select` style inheritance in Firefox 4+ and Opera.
   */
  /**
   * 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.
   */
  /**
   * Re-set default cursor for disabled elements.
   */
  /**
   * 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).
   */
  /**
   * Remove inner padding and search cancel button in Safari 5 and Chrome
   * on OS X.
   */
  /**
   * Remove inner padding and border in Firefox 4+.
   */
  /**
   * 1. Remove default vertical scrollbar in IE 8/9.
   * 2. Improve readability and alignment in all browsers.
   */
  /* ==========================================================================
     Tables
     ========================================================================== */
  /**
   * Remove most spacing between table cells.
   */
  /**
   * Scaffolding
   * --------------------------------------------------
   */
  /**
   * Scroll is the scroll view component available for complex and custom
   * scroll view functionality.
   */
  @keyframes refresh-spin {
    0% {
      transform: translate3d(0, 0, 0) rotate(0); }

    100% {
      transform: translate3d(0, 0, 0) rotate(-180deg); } }

  @-webkit-keyframes refresh-spin {
    0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(0); }

    100% {
      -webkit-transform: translate3d(0, 0, 0) rotate(-180deg); } }

  @keyframes refresh-spin-back {
    0% {
      transform: translate3d(0, 0, 0) rotate(-180deg); }

    100% {
      transform: translate3d(0, 0, 0) rotate(0); } }

  @-webkit-keyframes refresh-spin-back {
    0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(-180deg); }

    100% {
      -webkit-transform: translate3d(0, 0, 0) rotate(0); } }

  /* If you change these, change platform.scss as well */
  /**
   * Typography
   * --------------------------------------------------
   */
  /**
   * Action Sheets
   * --------------------------------------------------
   */
  /**
   * Bar (Headers and Footers)
   * --------------------------------------------------
   */
  /**
   * Tabs
   * --------------------------------------------------
   * A navigation bar with any number of tab items supported.
   */
  /* Allow parent element of tabs to define color, or just the tab itself */
  /* Allow parent element to have tabs-top */
  /* If you change this, change platform.scss as well */
  /* Navigational tab */
  /* Active state for tab */
  /**
   * Menus
   * --------------------------------------------------
   * Side panel structure
   */
  /**
   * Modals
   * --------------------------------------------------
   * Modals are independent windows that slide in from off-screen.
   */
  /**
   * Popups
   * --------------------------------------------------
   */
  /**
   * Loading
   * --------------------------------------------------
   */
  /**
   * Items
   * --------------------------------------------------
   */
  /**
   * Complex Items
   * --------------------------------------------------
   * Adding .item-complex allows the .item to be slidable and
   * have options underneath the button, but also requires an
   * additional .item-content element inside .item.
   * Basically .item-complex removes any default settings which
   * .item added, so that .item-content looks them as just .item.
   */
  /**
   * Item Icons
   * --------------------------------------------------
   */
  /**
   * Item Button
   * --------------------------------------------------
   * An item button is a child button inside an .item (not the entire .item)
   */
  /**
   * Auto Right Arrow Icon
   * --------------------------------------------------
   * By default, if an .item is created out of an <a> or <button>
   * then a arrow will be added to the right side of the item.
   */
  /**
   * The hidden right-side buttons that can be exposed under a list item
   * with dragging.
   */
  /**
   * Lists
   * --------------------------------------------------
   */
  /**
   * List Header
   * --------------------------------------------------
   */
  /**
   * Cards and Inset Lists
   * --------------------------------------------------
   * A card and list-inset are close to the same thing, except a card as a box shadow.
   */
  /**
   * Badges
   * --------------------------------------------------
   */
  /**
   * Slide Box
   * --------------------------------------------------
   */
  /**
   * Split Pane
   * --------------------------------------------------
   */
  /**
   * Forms
   * --------------------------------------------------
   */
  /**
   * Checkbox
   * --------------------------------------------------
   */
  /* the checkmark within the box */
  /* what the checkmark looks like when its checked */
  /* make sure item content have enough padding on left to fit the checkbox */
  /* position the checkbox to the left within an item */
  /**
   * Toggle
   * --------------------------------------------------
   */
  /* the overall container of the toggle */
  /* hide the actual input checkbox */
  /* the track appearance when the toggle is "off" */
  /* the handle (circle) thats inside the toggle's track area */
  /* also the handle's appearance when it is "off" */
  /* the handle when the toggle is "on" */
  /* make sure list item content have enough padding on right to fit the toggle */
  /* position the toggle to the right within a list item */
  /**
   * Radio Button Inputs
   * --------------------------------------------------
   */
  @-webkit-keyframes androidCheckedbugfix {
    from {
      padding: 0; }

    to {
      padding: 0; } }

  /**
   * Range
   * --------------------------------------------------
   */
  /**
   * Select
   * --------------------------------------------------
   */
  /**
   * Progress
   * --------------------------------------------------
   */
  /**
   * Buttons
   * --------------------------------------------------
   */
  /**
   * Button Bar
   * --------------------------------------------------
   */
  /**
   * Animations
   * --------------------------------------------------
   * The animations in this file are "simple" - not too complex
   * and pretty easy on performance. They can be overidden
   * and enhanced easily.
   */
  /**
   * Keyframes
   * --------------------------------------------------
   */
  @-webkit-keyframes slideInUp {
    0% {
      -webkit-transform: translate3d(0, 100%, 0); }

    100% {
      -webkit-transform: translate3d(0, 0, 0); } }

  @-moz-keyframes slideInUp {
    0% {
      -moz-transform: translate3d(0, 100%, 0); }

    100% {
      -moz-transform: translate3d(0, 0, 0); } }

  @keyframes slideInUp {
    0% {
      transform: translate3d(0, 100%, 0); }

    100% {
      transform: translate3d(0, 0, 0); } }

  @-webkit-keyframes slideOutUp {
    0% {
      -webkit-transform: translate3d(0, 0, 0); }

    100% {
      -webkit-transform: translate3d(0, 100%, 0); } }

  @-moz-keyframes slideOutUp {
    0% {
      -moz-transform: translate3d(0, 0, 0); }

    100% {
      -moz-transform: translate3d(0, 100%, 0); } }

  @keyframes slideOutUp {
    0% {
      transform: translate3d(0, 0, 0); }

    100% {
      transform: translate3d(0, 100%, 0); } }

  @-webkit-keyframes slideInFromLeft {
    from {
      -webkit-transform: translate3d(-100%, 0, 0); }

    to {
      -webkit-transform: translate3d(0, 0, 0); } }

  @-moz-keyframes slideInFromLeft {
    from {
      -moz-transform: translateX(-100%); }

    to {
      -moz-transform: translateX(0); } }

  @keyframes slideInFromLeft {
    from {
      transform: translateX(-100%); }

    to {
      transform: translateX(0); } }

  @-webkit-keyframes slideInFromRight {
    from {
      -webkit-transform: translate3d(100%, 0, 0); }

    to {
      -webkit-transform: translate3d(0, 0, 0); } }

  @-moz-keyframes slideInFromRight {
    from {
      -moz-transform: translateX(100%); }

    to {
      -moz-transform: translateX(0); } }

  @keyframes slideInFromRight {
    from {
      transform: translateX(100%); }

    to {
      transform: translateX(0); } }

  @-webkit-keyframes slideOutToLeft {
    from {
      -webkit-transform: translate3d(0, 0, 0); }

    to {
      -webkit-transform: translate3d(-100%, 0, 0); } }

  @-moz-keyframes slideOutToLeft {
    from {
      -moz-transform: translateX(0); }

    to {
      -moz-transform: translateX(-100%); } }

  @keyframes slideOutToLeft {
    from {
      transform: translateX(0); }

    to {
      transform: translateX(-100%); } }

  @-webkit-keyframes slideOutToRight {
    from {
      -webkit-transform: translate3d(0, 0, 0); }

    to {
      -webkit-transform: translate3d(100%, 0, 0); } }

  @-moz-keyframes slideOutToRight {
    from {
      -moz-transform: translateX(0); }

    to {
      -moz-transform: translateX(100%); } }

  @keyframes slideOutToRight {
    from {
      transform: translateX(0); }

    to {
      transform: translateX(100%); } }

  @-webkit-keyframes fadeOut {
    from {
      opacity: 1; }

    to {
      opacity: 0; } }

  @-moz-keyframes fadeOut {
    from {
      opacity: 1; }

    to {
      opacity: 0; } }

  @keyframes fadeOut {
    from {
      opacity: 1; }

    to {
      opacity: 0; } }

  @-webkit-keyframes fadeIn {
    from {
      opacity: 0; }

    to {
      opacity: 1; } }

  @-moz-keyframes fadeIn {
    from {
      opacity: 0; }

    to {
      opacity: 1; } }

  @keyframes fadeIn {
    from {
      opacity: 0; }

    to {
      opacity: 1; } }

  @-webkit-keyframes fadeInHalf {
    from {
      background-color: rgba(0, 0, 0, 0); }

    to {
      background-color: rgba(0, 0, 0, 0.5); } }

  @-moz-keyframes fadeInHalf {
    from {
      background-color: rgba(0, 0, 0, 0); }

    to {
      background-color: rgba(0, 0, 0, 0.5); } }

  @keyframes fadeInHalf {
    from {
      background-color: rgba(0, 0, 0, 0); }

    to {
      background-color: rgba(0, 0, 0, 0.5); } }

  @-webkit-keyframes fadeOutHalf {
    from {
      background-color: rgba(0, 0, 0, 0.5); }

    to {
      background-color: rgba(0, 0, 0, 0); } }

  @-moz-keyframes fadeOutHalf {
    from {
      background-color: rgba(0, 0, 0, 0.5); }

    to {
      background-color: rgba(0, 0, 0, 0); } }

  @keyframes fadeOutHalf {
    from {
      background-color: rgba(0, 0, 0, 0.5); }

    to {
      background-color: rgba(0, 0, 0, 0); } }

  @-webkit-keyframes scaleOut {
    from {
      -webkit-transform: scale(1);
      opacity: 1; }

    to {
      -webkit-transform: scale(0.8);
      opacity: 0; } }

  @-moz-keyframes scaleOut {
    from {
      -moz-transform: scale(1);
      opacity: 1; }

    to {
      -moz-transform: scale(0.8);
      opacity: 0; } }

  @keyframes scaleOut {
    from {
      transform: scale(1);
      opacity: 1; }

    to {
      transform: scale(0.8);
      opacity: 0; } }

  @-webkit-keyframes scaleIn {
    from {
      -webkit-transform: scale(0); }

    to {
      -webkit-transform: scale(1); } }

  @-moz-keyframes scaleIn {
    from {
      -moz-transform: scale(0); }

    to {
      -moz-transform: scale(1); } }

  @keyframes scaleIn {
    from {
      transform: scale(0); }

    to {
      transform: scale(1); } }

  @-webkit-keyframes superScaleIn {
    from {
      -webkit-transform: scale(1.2);
      opacity: 0; }

    to {
      -webkit-transform: scale(1);
      opacity: 1; } }

  @-moz-keyframes superScaleIn {
    from {
      -moz-transform: scale(1.2);
      opacity: 0; }

    to {
      -moz-transform: scale(1);
      opacity: 1; } }

  @keyframes superScaleIn {
    from {
      transform: scale(1.2);
      opacity: 0; }

    to {
      transform: scale(1);
      opacity: 1; } }

  @-webkit-keyframes spin {
    100% {
      -webkit-transform: rotate(360deg); } }

  @-moz-keyframes spin {
    100% {
      -moz-transform: rotate(360deg); } }

  @keyframes spin {
    100% {
      transform: rotate(360deg); } }

  /**
   * Slide Left-Right, and Right-Left, each with the reserve
   * --------------------------------------------------
   * NEW content slides IN from the RIGHT, OLD slides OUT to the LEFT
   * Reverse: NEW content slides IN from the LEFT, OLD slides OUT to the RIGHT
   */
  /**
   * iOS7 style slide left to right
   * --------------------------------------------------
   */
  /**
   * Slide up from the bottom, used for modals
   * --------------------------------------------------
   */
  /**
   * Some component specific animations
   */
  /**
   * Grid
   * --------------------------------------------------
   * Using flexbox for the grid, inspired by Philip Walton:
   * http://philipwalton.github.io/solved-by-flexbox/demos/grids/
   * By default each .col within a .row will evenly take up
   * available width, and the height of each .col with take
   * up the height of the tallest .col in the same .row.
   */
  /* Vertically Align Columns */
  /* .row-* vertically aligns every .col in the .row */
  /* .col-* vertically aligns an individual .col */
  /* Column Offsets */
  /* Explicit Column Percent Sizes */
  /* By default each grid column will evenly distribute */
  /* across the grid. However, you can specify individual */
  /* columns to take up a certain size of the available area */
  /* Responsive Grid Classes */
  /* Adding a class of responsive-X to a row */
  /* will trigger the flex-direction to */
  /* change to column and add some margin */
  /* to any columns in the row for clearity */
  /**
   * Utility Classes
   * --------------------------------------------------
   */
  /**
   * Content Padding
   * --------------------------------------------------
   */
  /**
   * Rounded
   * --------------------------------------------------
   */
  /**
   * Utility Colors
   * --------------------------------------------------
   * Utility colors are added to help set a naming convention. You'll
   * notice we purposely do not use words like "red" or "blue", but
   * instead have colors which represent an emotion or generic theme.
   */
  /**
   * Platform
   * --------------------------------------------------
   * Platform specific tweaks when in Cordova.
   */ }
  .ionic .ion, .ionic .ion-loading-a, .ionic .ion-loading-b, .ionic .ion-loading-c, .ionic .ion-loading-d, .ionic .ion-looping, .ionic .ion-refreshing, .ionic .ion-ios7-reloading, .ionic .ionicons, .ionic .ion-alert, .ionic .ion-alert-circled, .ionic .ion-android-add, .ionic .ion-android-add-contact, .ionic .ion-android-alarm, .ionic .ion-android-archive, .ionic .ion-android-arrow-back, .ionic .ion-android-arrow-down-left, .ionic .ion-android-arrow-down-right, .ionic .ion-android-arrow-up-left, .ionic .ion-android-arrow-up-right, .ionic .ion-android-battery, .ionic .ion-android-book, .ionic .ion-android-calendar, .ionic .ion-android-call, .ionic .ion-android-camera, .ionic .ion-android-chat, .ionic .ion-android-checkmark, .ionic .ion-android-clock, .ionic .ion-android-close, .ionic .ion-android-contact, .ionic .ion-android-contacts, .ionic .ion-android-data, .ionic .ion-android-developer, .ionic .ion-android-display, .ionic .ion-android-download, .ionic .ion-android-dropdown, .ionic .ion-android-earth, .ionic .ion-android-folder, .ionic .ion-android-forums, .ionic .ion-android-friends, .ionic .ion-android-hand, .ionic .ion-android-image, .ionic .ion-android-inbox, .ionic .ion-android-information, .ionic .ion-android-keypad, .ionic .ion-android-lightbulb, .ionic .ion-android-locate, .ionic .ion-android-location, .ionic .ion-android-mail, .ionic .ion-android-microphone, .ionic .ion-android-mixer, .ionic .ion-android-more, .ionic .ion-android-note, .ionic .ion-android-playstore, .ionic .ion-android-printer, .ionic .ion-android-promotion, .ionic .ion-android-reminder, .ionic .ion-android-remove, .ionic .ion-android-search, .ionic .ion-android-send, .ionic .ion-android-settings, .ionic .ion-android-share, .ionic .ion-android-social, .ionic .ion-android-social-user, .ionic .ion-android-sort, .ionic .ion-android-star, .ionic .ion-android-stopwatch, .ionic .ion-android-storage, .ionic .ion-android-system-back, .ionic .ion-android-system-home, .ionic .ion-android-system-windows, .ionic .ion-android-timer, .ionic .ion-android-trash, .ionic .ion-android-volume, .ionic .ion-android-wifi, .ionic .ion-archive, .ionic .ion-arrow-down-a, .ionic .ion-arrow-down-b, .ionic .ion-arrow-down-c, .ionic .ion-arrow-expand, .ionic .ion-arrow-graph-down-left, .ionic .ion-arrow-graph-down-right, .ionic .ion-arrow-graph-up-left, .ionic .ion-arrow-graph-up-right, .ionic .ion-arrow-left-a, .ionic .ion-arrow-left-b, .ionic .ion-arrow-left-c, .ionic .ion-arrow-move, .ionic .ion-arrow-resize, .ionic .ion-arrow-return-left, .ionic .ion-arrow-return-right, .ionic .ion-arrow-right-a, .ionic .ion-arrow-right-b, .ionic .ion-arrow-right-c, .ionic .ion-arrow-shrink, .ionic .ion-arrow-swap, .ionic .ion-arrow-up-a, .ionic .ion-arrow-up-b, .ionic .ion-arrow-up-c, .ionic .ion-at, .ionic .ion-bag, .ionic .ion-battery-charging, .ionic .ion-battery-empty, .ionic .ion-battery-full, .ionic .ion-battery-half, .ionic .ion-battery-low, .ionic .ion-beaker, .ionic .ion-beer, .ionic .ion-bluetooth, .ionic .ion-bookmark, .ionic .ion-briefcase, .ionic .ion-bug, .ionic .ion-calculator, .ionic .ion-calendar, .ionic .ion-camera, .ionic .ion-card, .ionic .ion-chatbox, .ionic .ion-chatbox-working, .ionic .ion-chatboxes, .ionic .ion-chatbubble, .ionic .ion-chatbubble-working, .ionic .ion-chatbubbles, .ionic .ion-checkmark, .ionic .ion-checkmark-circled, .ionic .ion-checkmark-round, .ionic .ion-chevron-down, .ionic .ion-chevron-left, .ionic .ion-chevron-right, .ionic .ion-chevron-up, .ionic .ion-clipboard, .ionic .ion-clock, .ionic .ion-close, .ionic .ion-close-circled, .ionic .ion-close-round, .ionic .ion-cloud, .ionic .ion-code, .ionic .ion-code-download, .ionic .ion-code-working, .ionic .ion-coffee, .ionic .ion-compass, .ionic .ion-compose, .ionic .ion-connection-bars, .ionic .ion-contrast, .ionic .ion-disc, .ionic .ion-document, .ionic .ion-document-text, .ionic .ion-drag, .ionic .ion-earth, .ionic .ion-edit, .ionic .ion-egg, .ionic .ion-eject, .ionic .ion-email, .ionic .ion-eye, .ionic .ion-eye-disabled, .ionic .ion-female, .ionic .ion-filing, .ionic .ion-film-marker, .ionic .ion-flag, .ionic .ion-flash, .ionic .ion-flash-off, .ionic .ion-flask, .ionic .ion-folder, .ionic .ion-fork, .ionic .ion-fork-repo, .ionic .ion-forward, .ionic .ion-game-controller-a, .ionic .ion-game-controller-b, .ionic .ion-gear-a, .ionic .ion-gear-b, .ionic .ion-grid, .ionic .ion-hammer, .ionic .ion-headphone, .ionic .ion-heart, .ionic .ion-help, .ionic .ion-help-buoy, .ionic .ion-help-circled, .ionic .ion-home, .ionic .ion-icecream, .ionic .ion-icon-social-google-plus, .ionic .ion-icon-social-google-plus-outline, .ionic .ion-image, .ionic .ion-images, .ionic .ion-information, .ionic .ion-information-circled, .ionic .ion-ionic, .ionic .ion-ios7-alarm, .ionic .ion-ios7-alarm-outline, .ionic .ion-ios7-albums, .ionic .ion-ios7-albums-outline, .ionic .ion-ios7-arrow-back, .ionic .ion-ios7-arrow-down, .ionic .ion-ios7-arrow-forward, .ionic .ion-ios7-arrow-left, .ionic .ion-ios7-arrow-right, .ionic .ion-ios7-arrow-thin-down, .ionic .ion-ios7-arrow-thin-left, .ionic .ion-ios7-arrow-thin-right, .ionic .ion-ios7-arrow-thin-up, .ionic .ion-ios7-arrow-up, .ionic .ion-ios7-at, .ionic .ion-ios7-at-outline, .ionic .ion-ios7-bell, .ionic .ion-ios7-bell-outline, .ionic .ion-ios7-bolt, .ionic .ion-ios7-bolt-outline, .ionic .ion-ios7-bookmarks, .ionic .ion-ios7-bookmarks-outline, .ionic .ion-ios7-box, .ionic .ion-ios7-box-outline, .ionic .ion-ios7-briefcase, .ionic .ion-ios7-briefcase-outline, .ionic .ion-ios7-browsers, .ionic .ion-ios7-browsers-outline, .ionic .ion-ios7-calculator, .ionic .ion-ios7-calculator-outline, .ionic .ion-ios7-calendar, .ionic .ion-ios7-calendar-outline, .ionic .ion-ios7-camera, .ionic .ion-ios7-camera-outline, .ionic .ion-ios7-cart, .ionic .ion-ios7-cart-outline, .ionic .ion-ios7-chatboxes, .ionic .ion-ios7-chatboxes-outline, .ionic .ion-ios7-chatbubble, .ionic .ion-ios7-chatbubble-outline, .ionic .ion-ios7-checkmark, .ionic .ion-ios7-checkmark-empty, .ionic .ion-ios7-checkmark-outline, .ionic .ion-ios7-circle-filled, .ionic .ion-ios7-circle-outline, .ionic .ion-ios7-clock, .ionic .ion-ios7-clock-outline, .ionic .ion-ios7-close, .ionic .ion-ios7-close-empty, .ionic .ion-ios7-close-outline, .ionic .ion-ios7-cloud, .ionic .ion-ios7-cloud-download, .ionic .ion-ios7-cloud-download-outline, .ionic .ion-ios7-cloud-outline, .ionic .ion-ios7-cloud-upload, .ionic .ion-ios7-cloud-upload-outline, .ionic .ion-ios7-cloudy, .ionic .ion-ios7-cloudy-night, .ionic .ion-ios7-cloudy-night-outline, .ionic .ion-ios7-cloudy-outline, .ionic .ion-ios7-cog, .ionic .ion-ios7-cog-outline, .ionic .ion-ios7-compose, .ionic .ion-ios7-compose-outline, .ionic .ion-ios7-contact, .ionic .ion-ios7-contact-outline, .ionic .ion-ios7-copy, .ionic .ion-ios7-copy-outline, .ionic .ion-ios7-download, .ionic .ion-ios7-download-outline, .ionic .ion-ios7-drag, .ionic .ion-ios7-email, .ionic .ion-ios7-email-outline, .ionic .ion-ios7-eye, .ionic .ion-ios7-eye-outline, .ionic .ion-ios7-fastforward, .ionic .ion-ios7-fastforward-outline, .ionic .ion-ios7-filing, .ionic .ion-ios7-filing-outline, .ionic .ion-ios7-film, .ionic .ion-ios7-film-outline, .ionic .ion-ios7-flag, .ionic .ion-ios7-flag-outline, .ionic .ion-ios7-folder, .ionic .ion-ios7-folder-outline, .ionic .ion-ios7-gear, .ionic .ion-ios7-gear-outline, .ionic .ion-ios7-glasses, .ionic .ion-ios7-glasses-outline, .ionic .ion-ios7-heart, .ionic .ion-ios7-heart-outline, .ionic .ion-ios7-help, .ionic .ion-ios7-help-empty, .ionic .ion-ios7-help-outline, .ionic .ion-ios7-infinite, .ionic .ion-ios7-infinite-outline, .ionic .ion-ios7-information, .ionic .ion-ios7-information-empty, .ionic .ion-ios7-information-outline, .ionic .ion-ios7-ionic-outline, .ionic .ion-ios7-keypad, .ionic .ion-ios7-keypad-outline, .ionic .ion-ios7-lightbulb, .ionic .ion-ios7-lightbulb-outline, .ionic .ion-ios7-location, .ionic .ion-ios7-location-outline, .ionic .ion-ios7-locked, .ionic .ion-ios7-locked-outline, .ionic .ion-ios7-medkit, .ionic .ion-ios7-medkit-outline, .ionic .ion-ios7-mic, .ionic .ion-ios7-mic-off, .ionic .ion-ios7-mic-outline, .ionic .ion-ios7-minus, .ionic .ion-ios7-minus-empty, .ionic .ion-ios7-minus-outline, .ionic .ion-ios7-monitor, .ionic .ion-ios7-monitor-outline, .ionic .ion-ios7-moon, .ionic .ion-ios7-moon-outline, .ionic .ion-ios7-more, .ionic .ion-ios7-more-outline, .ionic .ion-ios7-musical-note, .ionic .ion-ios7-musical-notes, .ionic .ion-ios7-navigate, .ionic .ion-ios7-navigate-outline, .ionic .ion-ios7-paperplane, .ionic .ion-ios7-paperplane-outline, .ionic .ion-ios7-partlysunny, .ionic .ion-ios7-partlysunny-outline, .ionic .ion-ios7-pause, .ionic .ion-ios7-pause-outline, .ionic .ion-ios7-people, .ionic .ion-ios7-people-outline, .ionic .ion-ios7-person, .ionic .ion-ios7-person-outline, .ionic .ion-ios7-personadd, .ionic .ion-ios7-personadd-outline, .ionic .ion-ios7-photos, .ionic .ion-ios7-photos-outline, .ionic .ion-ios7-pie, .ionic .ion-ios7-pie-outline, .ionic .ion-ios7-play, .ionic .ion-ios7-play-outline, .ionic .ion-ios7-plus, .ionic .ion-ios7-plus-empty, .ionic .ion-ios7-plus-outline, .ionic .ion-ios7-pricetag, .ionic .ion-ios7-pricetag-outline, .ionic .ion-ios7-printer, .ionic .ion-ios7-printer-outline, .ionic .ion-ios7-rainy, .ionic .ion-ios7-rainy-outline, .ionic .ion-ios7-recording, .ionic .ion-ios7-recording-outline, .ionic .ion-ios7-redo, .ionic .ion-ios7-redo-outline, .ionic .ion-ios7-refresh, .ionic .ion-ios7-refresh-empty, .ionic .ion-ios7-refresh-outline, .ionic .ion-ios7-reload, .ionic .ion-ios7-rewind, .ionic .ion-ios7-rewind-outline, .ionic .ion-ios7-search, .ionic .ion-ios7-search-strong, .ionic .ion-ios7-skipbackward, .ionic .ion-ios7-skipbackward-outline, .ionic .ion-ios7-skipforward, .ionic .ion-ios7-skipforward-outline, .ionic .ion-ios7-snowy, .ionic .ion-ios7-speedometer, .ionic .ion-ios7-speedometer-outline, .ionic .ion-ios7-star, .ionic .ion-ios7-star-outline, .ionic .ion-ios7-stopwatch, .ionic .ion-ios7-stopwatch-outline, .ionic .ion-ios7-sunny, .ionic .ion-ios7-sunny-outline, .ionic .ion-ios7-telephone, .ionic .ion-ios7-telephone-outline, .ionic .ion-ios7-thunderstorm, .ionic .ion-ios7-thunderstorm-outline, .ionic .ion-ios7-time, .ionic .ion-ios7-time-outline, .ionic .ion-ios7-timer, .ionic .ion-ios7-timer-outline, .ionic .ion-ios7-trash, .ionic .ion-ios7-trash-outline, .ionic .ion-ios7-undo, .ionic .ion-ios7-undo-outline, .ionic .ion-ios7-unlocked, .ionic .ion-ios7-unlocked-outline, .ionic .ion-ios7-upload, .ionic .ion-ios7-upload-outline, .ionic .ion-ios7-videocam, .ionic .ion-ios7-videocam-outline, .ionic .ion-ios7-volume-high, .ionic .ion-ios7-volume-low, .ionic .ion-ios7-wineglass, .ionic .ion-ios7-wineglass-outline, .ionic .ion-ios7-world, .ionic .ion-ios7-world-outline, .ionic .ion-ipad, .ionic .ion-iphone, .ionic .ion-ipod, .ionic .ion-jet, .ionic .ion-key, .ionic .ion-knife, .ionic .ion-laptop, .ionic .ion-leaf, .ionic .ion-levels, .ionic .ion-lightbulb, .ionic .ion-link, .ionic .ion-load-a, .ionic .ion-load-b, .ionic .ion-load-c, .ionic .ion-load-d, .ionic .ion-location, .ionic .ion-locked, .ionic .ion-log-in, .ionic .ion-log-out, .ionic .ion-loop, .ionic .ion-magnet, .ionic .ion-male, .ionic .ion-man, .ionic .ion-map, .ionic .ion-medkit, .ionic .ion-mic-a, .ionic .ion-mic-b, .ionic .ion-mic-c, .ionic .ion-minus, .ionic .ion-minus-circled, .ionic .ion-minus-round, .ionic .ion-model-s, .ionic .ion-monitor, .ionic .ion-more, .ionic .ion-music-note, .ionic .ion-navicon, .ionic .ion-navicon-round, .ionic .ion-navigate, .ionic .ion-no-smoking, .ionic .ion-nuclear, .ionic .ion-paper-airplane, .ionic .ion-paperclip, .ionic .ion-pause, .ionic .ion-person, .ionic .ion-person-add, .ionic .ion-person-stalker, .ionic .ion-pie-graph, .ionic .ion-pin, .ionic .ion-pinpoint, .ionic .ion-pizza, .ionic .ion-plane, .ionic .ion-play, .ionic .ion-playstation, .ionic .ion-plus, .ionic .ion-plus-circled, .ionic .ion-plus-round, .ionic .ion-pound, .ionic .ion-power, .ionic .ion-pricetag, .ionic .ion-pricetags, .ionic .ion-printer, .ionic .ion-radio-waves, .ionic .ion-record, .ionic .ion-refresh, .ionic .ion-reply, .ionic .ion-reply-all, .ionic .ion-search, .ionic .ion-settings, .ionic .ion-share, .ionic .ion-shuffle, .ionic .ion-skip-backward, .ionic .ion-skip-forward, .ionic .ion-social-android, .ionic .ion-social-android-outline, .ionic .ion-social-apple, .ionic .ion-social-apple-outline, .ionic .ion-social-bitcoin, .ionic .ion-social-bitcoin-outline, .ionic .ion-social-buffer, .ionic .ion-social-buffer-outline, .ionic .ion-social-designernews, .ionic .ion-social-designernews-outline, .ionic .ion-social-dribbble, .ionic .ion-social-dribbble-outline, .ionic .ion-social-dropbox, .ionic .ion-social-dropbox-outline, .ionic .ion-social-facebook, .ionic .ion-social-facebook-outline, .ionic .ion-social-freebsd-devil, .ionic .ion-social-github, .ionic .ion-social-github-outline, .ionic .ion-social-googleplus, .ionic .ion-social-googleplus-outline, .ionic .ion-social-hackernews, .ionic .ion-social-hackernews-outline, .ionic .ion-social-linkedin, .ionic .ion-social-linkedin-outline, .ionic .ion-social-pinterest, .ionic .ion-social-pinterest-outline, .ionic .ion-social-reddit, .ionic .ion-social-reddit-outline, .ionic .ion-social-rss, .ionic .ion-social-rss-outline, .ionic .ion-social-skype, .ionic .ion-social-skype-outline, .ionic .ion-social-tumblr, .ionic .ion-social-tumblr-outline, .ionic .ion-social-tux, .ionic .ion-social-twitter, .ionic .ion-social-twitter-outline, .ionic .ion-social-vimeo, .ionic .ion-social-vimeo-outline, .ionic .ion-social-windows, .ionic .ion-social-windows-outline, .ionic .ion-social-wordpress, .ionic .ion-social-wordpress-outline, .ionic .ion-social-yahoo, .ionic .ion-social-yahoo-outline, .ionic .ion-social-youtube, .ionic .ion-social-youtube-outline, .ionic .ion-speakerphone, .ionic .ion-speedometer, .ionic .ion-spoon, .ionic .ion-star, .ionic .ion-stats-bars, .ionic .ion-steam, .ionic .ion-stop, .ionic .ion-thermometer, .ionic .ion-thumbsdown, .ionic .ion-thumbsup, .ionic .ion-trash-a, .ionic .ion-trash-b, .ionic .ion-umbrella, .ionic .ion-unlocked, .ionic .ion-upload, .ionic .ion-usb, .ionic .ion-videocamera, .ionic .ion-volume-high, .ionic .ion-volume-low, .ionic .ion-volume-medium, .ionic .ion-volume-mute, .ionic .ion-waterdrop, .ionic .ion-wifi, .ionic .ion-wineglass, .ionic .ion-woman, .ionic .ion-wrench, .ionic .ion-xbox {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .ionic .ion-spin, .ionic .ion-loading-a, .ionic .ion-loading-b, .ionic .ion-loading-c, .ionic .ion-loading-d, .ionic .ion-looping, .ionic .ion-refreshing, .ionic .ion-ios7-reloading {
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear; }
  .ionic .ion-loading-a {
    -webkit-animation-timing-function: steps(8, start);
    -moz-animation-timing-function: steps(8, start);
    animation-timing-function: steps(8, start); }
  .ionic .ion-alert:before {
    content: "\f101"; }
  .ionic .ion-alert-circled:before {
    content: "\f100"; }
  .ionic .ion-android-add:before {
    content: "\f2c7"; }
  .ionic .ion-android-add-contact:before {
    content: "\f2c6"; }
  .ionic .ion-android-alarm:before {
    content: "\f2c8"; }
  .ionic .ion-android-archive:before {
    content: "\f2c9"; }
  .ionic .ion-android-arrow-back:before {
    content: "\f2ca"; }
  .ionic .ion-android-arrow-down-left:before {
    content: "\f2cb"; }
  .ionic .ion-android-arrow-down-right:before {
    content: "\f2cc"; }
  .ionic .ion-android-arrow-up-left:before {
    content: "\f2cd"; }
  .ionic .ion-android-arrow-up-right:before {
    content: "\f2ce"; }
  .ionic .ion-android-battery:before {
    content: "\f2cf"; }
  .ionic .ion-android-book:before {
    content: "\f2d0"; }
  .ionic .ion-android-calendar:before {
    content: "\f2d1"; }
  .ionic .ion-android-call:before {
    content: "\f2d2"; }
  .ionic .ion-android-camera:before {
    content: "\f2d3"; }
  .ionic .ion-android-chat:before {
    content: "\f2d4"; }
  .ionic .ion-android-checkmark:before {
    content: "\f2d5"; }
  .ionic .ion-android-clock:before {
    content: "\f2d6"; }
  .ionic .ion-android-close:before {
    content: "\f2d7"; }
  .ionic .ion-android-contact:before {
    content: "\f2d8"; }
  .ionic .ion-android-contacts:before {
    content: "\f2d9"; }
  .ionic .ion-android-data:before {
    content: "\f2da"; }
  .ionic .ion-android-developer:before {
    content: "\f2db"; }
  .ionic .ion-android-display:before {
    content: "\f2dc"; }
  .ionic .ion-android-download:before {
    content: "\f2dd"; }
  .ionic .ion-android-dropdown:before {
    content: "\f2de"; }
  .ionic .ion-android-earth:before {
    content: "\f2df"; }
  .ionic .ion-android-folder:before {
    content: "\f2e0"; }
  .ionic .ion-android-forums:before {
    content: "\f2e1"; }
  .ionic .ion-android-friends:before {
    content: "\f2e2"; }
  .ionic .ion-android-hand:before {
    content: "\f2e3"; }
  .ionic .ion-android-image:before {
    content: "\f2e4"; }
  .ionic .ion-android-inbox:before {
    content: "\f2e5"; }
  .ionic .ion-android-information:before {
    content: "\f2e6"; }
  .ionic .ion-android-keypad:before {
    content: "\f2e7"; }
  .ionic .ion-android-lightbulb:before {
    content: "\f2e8"; }
  .ionic .ion-android-locate:before {
    content: "\f2e9"; }
  .ionic .ion-android-location:before {
    content: "\f2ea"; }
  .ionic .ion-android-mail:before {
    content: "\f2eb"; }
  .ionic .ion-android-microphone:before {
    content: "\f2ec"; }
  .ionic .ion-android-mixer:before {
    content: "\f2ed"; }
  .ionic .ion-android-more:before {
    content: "\f2ee"; }
  .ionic .ion-android-note:before {
    content: "\f2ef"; }
  .ionic .ion-android-playstore:before {
    content: "\f2f0"; }
  .ionic .ion-android-printer:before {
    content: "\f2f1"; }
  .ionic .ion-android-promotion:before {
    content: "\f2f2"; }
  .ionic .ion-android-reminder:before {
    content: "\f2f3"; }
  .ionic .ion-android-remove:before {
    content: "\f2f4"; }
  .ionic .ion-android-search:before {
    content: "\f2f5"; }
  .ionic .ion-android-send:before {
    content: "\f2f6"; }
  .ionic .ion-android-settings:before {
    content: "\f2f7"; }
  .ionic .ion-android-share:before {
    content: "\f2f8"; }
  .ionic .ion-android-social:before {
    content: "\f2fa"; }
  .ionic .ion-android-social-user:before {
    content: "\f2f9"; }
  .ionic .ion-android-sort:before {
    content: "\f2fb"; }
  .ionic .ion-android-star:before {
    content: "\f2fc"; }
  .ionic .ion-android-stopwatch:before {
    content: "\f2fd"; }
  .ionic .ion-android-storage:before {
    content: "\f2fe"; }
  .ionic .ion-android-system-back:before {
    content: "\f2ff"; }
  .ionic .ion-android-system-home:before {
    content: "\f300"; }
  .ionic .ion-android-system-windows:before {
    content: "\f301"; }
  .ionic .ion-android-timer:before {
    content: "\f302"; }
  .ionic .ion-android-trash:before {
    content: "\f303"; }
  .ionic .ion-android-volume:before {
    content: "\f304"; }
  .ionic .ion-android-wifi:before {
    content: "\f305"; }
  .ionic .ion-archive:before {
    content: "\f102"; }
  .ionic .ion-arrow-down-a:before {
    content: "\f103"; }
  .ionic .ion-arrow-down-b:before {
    content: "\f104"; }
  .ionic .ion-arrow-down-c:before {
    content: "\f105"; }
  .ionic .ion-arrow-expand:before {
    content: "\f25e"; }
  .ionic .ion-arrow-graph-down-left:before {
    content: "\f25f"; }
  .ionic .ion-arrow-graph-down-right:before {
    content: "\f260"; }
  .ionic .ion-arrow-graph-up-left:before {
    content: "\f261"; }
  .ionic .ion-arrow-graph-up-right:before {
    content: "\f262"; }
  .ionic .ion-arrow-left-a:before {
    content: "\f106"; }
  .ionic .ion-arrow-left-b:before {
    content: "\f107"; }
  .ionic .ion-arrow-left-c:before {
    content: "\f108"; }
  .ionic .ion-arrow-move:before {
    content: "\f263"; }
  .ionic .ion-arrow-resize:before {
    content: "\f264"; }
  .ionic .ion-arrow-return-left:before {
    content: "\f265"; }
  .ionic .ion-arrow-return-right:before {
    content: "\f266"; }
  .ionic .ion-arrow-right-a:before {
    content: "\f109"; }
  .ionic .ion-arrow-right-b:before {
    content: "\f10a"; }
  .ionic .ion-arrow-right-c:before {
    content: "\f10b"; }
  .ionic .ion-arrow-shrink:before {
    content: "\f267"; }
  .ionic .ion-arrow-swap:before {
    content: "\f268"; }
  .ionic .ion-arrow-up-a:before {
    content: "\f10c"; }
  .ionic .ion-arrow-up-b:before {
    content: "\f10d"; }
  .ionic .ion-arrow-up-c:before {
    content: "\f10e"; }
  .ionic .ion-at:before {
    content: "\f10f"; }
  .ionic .ion-bag:before {
    content: "\f110"; }
  .ionic .ion-battery-charging:before {
    content: "\f111"; }
  .ionic .ion-battery-empty:before {
    content: "\f112"; }
  .ionic .ion-battery-full:before {
    content: "\f113"; }
  .ionic .ion-battery-half:before {
    content: "\f114"; }
  .ionic .ion-battery-low:before {
    content: "\f115"; }
  .ionic .ion-beaker:before {
    content: "\f269"; }
  .ionic .ion-beer:before {
    content: "\f26a"; }
  .ionic .ion-bluetooth:before {
    content: "\f116"; }
  .ionic .ion-bookmark:before {
    content: "\f26b"; }
  .ionic .ion-briefcase:before {
    content: "\f26c"; }
  .ionic .ion-bug:before {
    content: "\f2be"; }
  .ionic .ion-calculator:before {
    content: "\f26d"; }
  .ionic .ion-calendar:before {
    content: "\f117"; }
  .ionic .ion-camera:before {
    content: "\f118"; }
  .ionic .ion-card:before {
    content: "\f119"; }
  .ionic .ion-chatbox:before {
    content: "\f11b"; }
  .ionic .ion-chatbox-working:before {
    content: "\f11a"; }
  .ionic .ion-chatboxes:before {
    content: "\f11c"; }
  .ionic .ion-chatbubble:before {
    content: "\f11e"; }
  .ionic .ion-chatbubble-working:before {
    content: "\f11d"; }
  .ionic .ion-chatbubbles:before {
    content: "\f11f"; }
  .ionic .ion-checkmark:before {
    content: "\f122"; }
  .ionic .ion-checkmark-circled:before {
    content: "\f120"; }
  .ionic .ion-checkmark-round:before {
    content: "\f121"; }
  .ionic .ion-chevron-down:before {
    content: "\f123"; }
  .ionic .ion-chevron-left:before {
    content: "\f124"; }
  .ionic .ion-chevron-right:before {
    content: "\f125"; }
  .ionic .ion-chevron-up:before {
    content: "\f126"; }
  .ionic .ion-clipboard:before {
    content: "\f127"; }
  .ionic .ion-clock:before {
    content: "\f26e"; }
  .ionic .ion-close:before {
    content: "\f12a"; }
  .ionic .ion-close-circled:before {
    content: "\f128"; }
  .ionic .ion-close-round:before {
    content: "\f129"; }
  .ionic .ion-cloud:before {
    content: "\f12b"; }
  .ionic .ion-code:before {
    content: "\f271"; }
  .ionic .ion-code-download:before {
    content: "\f26f"; }
  .ionic .ion-code-working:before {
    content: "\f270"; }
  .ionic .ion-coffee:before {
    content: "\f272"; }
  .ionic .ion-compass:before {
    content: "\f273"; }
  .ionic .ion-compose:before {
    content: "\f12c"; }
  .ionic .ion-connection-bars:before {
    content: "\f274"; }
  .ionic .ion-contrast:before {
    content: "\f275"; }
  .ionic .ion-disc:before {
    content: "\f12d"; }
  .ionic .ion-document:before {
    content: "\f12f"; }
  .ionic .ion-document-text:before {
    content: "\f12e"; }
  .ionic .ion-drag:before {
    content: "\f130"; }
  .ionic .ion-earth:before {
    content: "\f276"; }
  .ionic .ion-edit:before {
    content: "\f2bf"; }
  .ionic .ion-egg:before {
    content: "\f277"; }
  .ionic .ion-eject:before {
    content: "\f131"; }
  .ionic .ion-email:before {
    content: "\f132"; }
  .ionic .ion-eye:before {
    content: "\f133"; }
  .ionic .ion-eye-disabled:before {
    content: "\f306"; }
  .ionic .ion-female:before {
    content: "\f278"; }
  .ionic .ion-filing:before {
    content: "\f134"; }
  .ionic .ion-film-marker:before {
    content: "\f135"; }
  .ionic .ion-flag:before {
    content: "\f279"; }
  .ionic .ion-flash:before {
    content: "\f137"; }
  .ionic .ion-flash-off:before {
    content: "\f136"; }
  .ionic .ion-flask:before {
    content: "\f138"; }
  .ionic .ion-folder:before {
    content: "\f139"; }
  .ionic .ion-fork:before {
    content: "\f27a"; }
  .ionic .ion-fork-repo:before {
    content: "\f2c0"; }
  .ionic .ion-forward:before {
    content: "\f13a"; }
  .ionic .ion-game-controller-a:before {
    content: "\f13b"; }
  .ionic .ion-game-controller-b:before {
    content: "\f13c"; }
  .ionic .ion-gear-a:before {
    content: "\f13d"; }
  .ionic .ion-gear-b:before {
    content: "\f13e"; }
  .ionic .ion-grid:before {
    content: "\f13f"; }
  .ionic .ion-hammer:before {
    content: "\f27b"; }
  .ionic .ion-headphone:before {
    content: "\f140"; }
  .ionic .ion-heart:before {
    content: "\f141"; }
  .ionic .ion-help:before {
    content: "\f143"; }
  .ionic .ion-help-buoy:before {
    content: "\f27c"; }
  .ionic .ion-help-circled:before {
    content: "\f142"; }
  .ionic .ion-home:before {
    content: "\f144"; }
  .ionic .ion-icecream:before {
    content: "\f27d"; }
  .ionic .ion-icon-social-google-plus:before {
    content: "\f146"; }
  .ionic .ion-icon-social-google-plus-outline:before {
    content: "\f145"; }
  .ionic .ion-image:before {
    content: "\f147"; }
  .ionic .ion-images:before {
    content: "\f148"; }
  .ionic .ion-information:before {
    content: "\f14a"; }
  .ionic .ion-information-circled:before {
    content: "\f149"; }
  .ionic .ion-ionic:before {
    content: "\f14b"; }
  .ionic .ion-ios7-alarm:before {
    content: "\f14d"; }
  .ionic .ion-ios7-alarm-outline:before {
    content: "\f14c"; }
  .ionic .ion-ios7-albums:before {
    content: "\f14f"; }
  .ionic .ion-ios7-albums-outline:before {
    content: "\f14e"; }
  .ionic .ion-ios7-arrow-back:before {
    content: "\f150"; }
  .ionic .ion-ios7-arrow-down:before {
    content: "\f151"; }
  .ionic .ion-ios7-arrow-forward:before {
    content: "\f152"; }
  .ionic .ion-ios7-arrow-left:before {
    content: "\f153"; }
  .ionic .ion-ios7-arrow-right:before {
    content: "\f154"; }
  .ionic .ion-ios7-arrow-thin-down:before {
    content: "\f27e"; }
  .ionic .ion-ios7-arrow-thin-left:before {
    content: "\f27f"; }
  .ionic .ion-ios7-arrow-thin-right:before {
    content: "\f280"; }
  .ionic .ion-ios7-arrow-thin-up:before {
    content: "\f281"; }
  .ionic .ion-ios7-arrow-up:before {
    content: "\f155"; }
  .ionic .ion-ios7-at:before {
    content: "\f157"; }
  .ionic .ion-ios7-at-outline:before {
    content: "\f156"; }
  .ionic .ion-ios7-bell:before {
    content: "\f159"; }
  .ionic .ion-ios7-bell-outline:before {
    content: "\f158"; }
  .ionic .ion-ios7-bolt:before {
    content: "\f15b"; }
  .ionic .ion-ios7-bolt-outline:before {
    content: "\f15a"; }
  .ionic .ion-ios7-bookmarks:before {
    content: "\f15d"; }
  .ionic .ion-ios7-bookmarks-outline:before {
    content: "\f15c"; }
  .ionic .ion-ios7-box:before {
    content: "\f15f"; }
  .ionic .ion-ios7-box-outline:before {
    content: "\f15e"; }
  .ionic .ion-ios7-briefcase:before {
    content: "\f283"; }
  .ionic .ion-ios7-briefcase-outline:before {
    content: "\f282"; }
  .ionic .ion-ios7-browsers:before {
    content: "\f161"; }
  .ionic .ion-ios7-browsers-outline:before {
    content: "\f160"; }
  .ionic .ion-ios7-calculator:before {
    content: "\f285"; }
  .ionic .ion-ios7-calculator-outline:before {
    content: "\f284"; }
  .ionic .ion-ios7-calendar:before {
    content: "\f163"; }
  .ionic .ion-ios7-calendar-outline:before {
    content: "\f162"; }
  .ionic .ion-ios7-camera:before {
    content: "\f165"; }
  .ionic .ion-ios7-camera-outline:before {
    content: "\f164"; }
  .ionic .ion-ios7-cart:before {
    content: "\f167"; }
  .ionic .ion-ios7-cart-outline:before {
    content: "\f166"; }
  .ionic .ion-ios7-chatboxes:before {
    content: "\f169"; }
  .ionic .ion-ios7-chatboxes-outline:before {
    content: "\f168"; }
  .ionic .ion-ios7-chatbubble:before {
    content: "\f16b"; }
  .ionic .ion-ios7-chatbubble-outline:before {
    content: "\f16a"; }
  .ionic .ion-ios7-checkmark:before {
    content: "\f16e"; }
  .ionic .ion-ios7-checkmark-empty:before {
    content: "\f16c"; }
  .ionic .ion-ios7-checkmark-outline:before {
    content: "\f16d"; }
  .ionic .ion-ios7-circle-filled:before {
    content: "\f16f"; }
  .ionic .ion-ios7-circle-outline:before {
    content: "\f170"; }
  .ionic .ion-ios7-clock:before {
    content: "\f172"; }
  .ionic .ion-ios7-clock-outline:before {
    content: "\f171"; }
  .ionic .ion-ios7-close:before {
    content: "\f2bc"; }
  .ionic .ion-ios7-close-empty:before {
    content: "\f2bd"; }
  .ionic .ion-ios7-close-outline:before {
    content: "\f2bb"; }
  .ionic .ion-ios7-cloud:before {
    content: "\f178"; }
  .ionic .ion-ios7-cloud-download:before {
    content: "\f174"; }
  .ionic .ion-ios7-cloud-download-outline:before {
    content: "\f173"; }
  .ionic .ion-ios7-cloud-outline:before {
    content: "\f175"; }
  .ionic .ion-ios7-cloud-upload:before {
    content: "\f177"; }
  .ionic .ion-ios7-cloud-upload-outline:before {
    content: "\f176"; }
  .ionic .ion-ios7-cloudy:before {
    content: "\f17a"; }
  .ionic .ion-ios7-cloudy-night:before {
    content: "\f308"; }
  .ionic .ion-ios7-cloudy-night-outline:before {
    content: "\f307"; }
  .ionic .ion-ios7-cloudy-outline:before {
    content: "\f179"; }
  .ionic .ion-ios7-cog:before {
    content: "\f17c"; }
  .ionic .ion-ios7-cog-outline:before {
    content: "\f17b"; }
  .ionic .ion-ios7-compose:before {
    content: "\f17e"; }
  .ionic .ion-ios7-compose-outline:before {
    content: "\f17d"; }
  .ionic .ion-ios7-contact:before {
    content: "\f180"; }
  .ionic .ion-ios7-contact-outline:before {
    content: "\f17f"; }
  .ionic .ion-ios7-copy:before {
    content: "\f182"; }
  .ionic .ion-ios7-copy-outline:before {
    content: "\f181"; }
  .ionic .ion-ios7-download:before {
    content: "\f184"; }
  .ionic .ion-ios7-download-outline:before {
    content: "\f183"; }
  .ionic .ion-ios7-drag:before {
    content: "\f185"; }
  .ionic .ion-ios7-email:before {
    content: "\f187"; }
  .ionic .ion-ios7-email-outline:before {
    content: "\f186"; }
  .ionic .ion-ios7-eye:before {
    content: "\f189"; }
  .ionic .ion-ios7-eye-outline:before {
    content: "\f188"; }
  .ionic .ion-ios7-fastforward:before {
    content: "\f18b"; }
  .ionic .ion-ios7-fastforward-outline:before {
    content: "\f18a"; }
  .ionic .ion-ios7-filing:before {
    content: "\f18d"; }
  .ionic .ion-ios7-filing-outline:before {
    content: "\f18c"; }
  .ionic .ion-ios7-film:before {
    content: "\f18f"; }
  .ionic .ion-ios7-film-outline:before {
    content: "\f18e"; }
  .ionic .ion-ios7-flag:before {
    content: "\f191"; }
  .ionic .ion-ios7-flag-outline:before {
    content: "\f190"; }
  .ionic .ion-ios7-folder:before {
    content: "\f193"; }
  .ionic .ion-ios7-folder-outline:before {
    content: "\f192"; }
  .ionic .ion-ios7-gear:before {
    content: "\f195"; }
  .ionic .ion-ios7-gear-outline:before {
    content: "\f194"; }
  .ionic .ion-ios7-glasses:before {
    content: "\f197"; }
  .ionic .ion-ios7-glasses-outline:before {
    content: "\f196"; }
  .ionic .ion-ios7-heart:before {
    content: "\f199"; }
  .ionic .ion-ios7-heart-outline:before {
    content: "\f198"; }
  .ionic .ion-ios7-help:before {
    content: "\f19c"; }
  .ionic .ion-ios7-help-empty:before {
    content: "\f19a"; }
  .ionic .ion-ios7-help-outline:before {
    content: "\f19b"; }
  .ionic .ion-ios7-infinite:before {
    content: "\f19e"; }
  .ionic .ion-ios7-infinite-outline:before {
    content: "\f19d"; }
  .ionic .ion-ios7-information:before {
    content: "\f1a1"; }
  .ionic .ion-ios7-information-empty:before {
    content: "\f19f"; }
  .ionic .ion-ios7-information-outline:before {
    content: "\f1a0"; }
  .ionic .ion-ios7-ionic-outline:before {
    content: "\f1a2"; }
  .ionic .ion-ios7-keypad:before {
    content: "\f1a4"; }
  .ionic .ion-ios7-keypad-outline:before {
    content: "\f1a3"; }
  .ionic .ion-ios7-lightbulb:before {
    content: "\f287"; }
  .ionic .ion-ios7-lightbulb-outline:before {
    content: "\f286"; }
  .ionic .ion-ios7-location:before {
    content: "\f1a6"; }
  .ionic .ion-ios7-location-outline:before {
    content: "\f1a5"; }
  .ionic .ion-ios7-locked:before {
    content: "\f1a8"; }
  .ionic .ion-ios7-locked-outline:before {
    content: "\f1a7"; }
  .ionic .ion-ios7-medkit:before {
    content: "\f289"; }
  .ionic .ion-ios7-medkit-outline:before {
    content: "\f288"; }
  .ionic .ion-ios7-mic:before {
    content: "\f1ab"; }
  .ionic .ion-ios7-mic-off:before {
    content: "\f1a9"; }
  .ionic .ion-ios7-mic-outline:before {
    content: "\f1aa"; }
  .ionic .ion-ios7-minus:before {
    content: "\f1ae"; }
  .ionic .ion-ios7-minus-empty:before {
    content: "\f1ac"; }
  .ionic .ion-ios7-minus-outline:before {
    content: "\f1ad"; }
  .ionic .ion-ios7-monitor:before {
    content: "\f1b0"; }
  .ionic .ion-ios7-monitor-outline:before {
    content: "\f1af"; }
  .ionic .ion-ios7-moon:before {
    content: "\f1b2"; }
  .ionic .ion-ios7-moon-outline:before {
    content: "\f1b1"; }
  .ionic .ion-ios7-more:before {
    content: "\f1b4"; }
  .ionic .ion-ios7-more-outline:before {
    content: "\f1b3"; }
  .ionic .ion-ios7-musical-note:before {
    content: "\f1b5"; }
  .ionic .ion-ios7-musical-notes:before {
    content: "\f1b6"; }
  .ionic .ion-ios7-navigate:before {
    content: "\f1b8"; }
  .ionic .ion-ios7-navigate-outline:before {
    content: "\f1b7"; }
  .ionic .ion-ios7-paperplane:before {
    content: "\f1ba"; }
  .ionic .ion-ios7-paperplane-outline:before {
    content: "\f1b9"; }
  .ionic .ion-ios7-partlysunny:before {
    content: "\f1bc"; }
  .ionic .ion-ios7-partlysunny-outline:before {
    content: "\f1bb"; }
  .ionic .ion-ios7-pause:before {
    content: "\f1be"; }
  .ionic .ion-ios7-pause-outline:before {
    content: "\f1bd"; }
  .ionic .ion-ios7-people:before {
    content: "\f1c0"; }
  .ionic .ion-ios7-people-outline:before {
    content: "\f1bf"; }
  .ionic .ion-ios7-person:before {
    content: "\f1c2"; }
  .ionic .ion-ios7-person-outline:before {
    content: "\f1c1"; }
  .ionic .ion-ios7-personadd:before {
    content: "\f1c4"; }
  .ionic .ion-ios7-personadd-outline:before {
    content: "\f1c3"; }
  .ionic .ion-ios7-photos:before {
    content: "\f1c6"; }
  .ionic .ion-ios7-photos-outline:before {
    content: "\f1c5"; }
  .ionic .ion-ios7-pie:before {
    content: "\f28b"; }
  .ionic .ion-ios7-pie-outline:before {
    content: "\f28a"; }
  .ionic .ion-ios7-play:before {
    content: "\f1c8"; }
  .ionic .ion-ios7-play-outline:before {
    content: "\f1c7"; }
  .ionic .ion-ios7-plus:before {
    content: "\f1cb"; }
  .ionic .ion-ios7-plus-empty:before {
    content: "\f1c9"; }
  .ionic .ion-ios7-plus-outline:before {
    content: "\f1ca"; }
  .ionic .ion-ios7-pricetag:before {
    content: "\f28d"; }
  .ionic .ion-ios7-pricetag-outline:before {
    content: "\f28c"; }
  .ionic .ion-ios7-printer:before {
    content: "\f1cd"; }
  .ionic .ion-ios7-printer-outline:before {
    content: "\f1cc"; }
  .ionic .ion-ios7-rainy:before {
    content: "\f1cf"; }
  .ionic .ion-ios7-rainy-outline:before {
    content: "\f1ce"; }
  .ionic .ion-ios7-recording:before {
    content: "\f1d1"; }
  .ionic .ion-ios7-recording-outline:before {
    content: "\f1d0"; }
  .ionic .ion-ios7-redo:before {
    content: "\f1d3"; }
  .ionic .ion-ios7-redo-outline:before {
    content: "\f1d2"; }
  .ionic .ion-ios7-refresh:before {
    content: "\f1d6"; }
  .ionic .ion-ios7-refresh-empty:before {
    content: "\f1d4"; }
  .ionic .ion-ios7-refresh-outline:before {
    content: "\f1d5"; }
  .ionic .ion-ios7-reload:before, .ionic .ion-ios7-reloading:before {
    content: "\f28e"; }
  .ionic .ion-ios7-rewind:before {
    content: "\f1d8"; }
  .ionic .ion-ios7-rewind-outline:before {
    content: "\f1d7"; }
  .ionic .ion-ios7-search:before {
    content: "\f1da"; }
  .ionic .ion-ios7-search-strong:before {
    content: "\f1d9"; }
  .ionic .ion-ios7-skipbackward:before {
    content: "\f1dc"; }
  .ionic .ion-ios7-skipbackward-outline:before {
    content: "\f1db"; }
  .ionic .ion-ios7-skipforward:before {
    content: "\f1de"; }
  .ionic .ion-ios7-skipforward-outline:before {
    content: "\f1dd"; }
  .ionic .ion-ios7-snowy:before {
    content: "\f309"; }
  .ionic .ion-ios7-speedometer:before {
    content: "\f290"; }
  .ionic .ion-ios7-speedometer-outline:before {
    content: "\f28f"; }
  .ionic .ion-ios7-star:before {
    content: "\f1e0"; }
  .ionic .ion-ios7-star-outline:before {
    content: "\f1df"; }
  .ionic .ion-ios7-stopwatch:before {
    content: "\f1e2"; }
  .ionic .ion-ios7-stopwatch-outline:before {
    content: "\f1e1"; }
  .ionic .ion-ios7-sunny:before {
    content: "\f1e4"; }
  .ionic .ion-ios7-sunny-outline:before {
    content: "\f1e3"; }
  .ionic .ion-ios7-telephone:before {
    content: "\f1e6"; }
  .ionic .ion-ios7-telephone-outline:before {
    content: "\f1e5"; }
  .ionic .ion-ios7-thunderstorm:before {
    content: "\f1e8"; }
  .ionic .ion-ios7-thunderstorm-outline:before {
    content: "\f1e7"; }
  .ionic .ion-ios7-time:before {
    content: "\f292"; }
  .ionic .ion-ios7-time-outline:before {
    content: "\f291"; }
  .ionic .ion-ios7-timer:before {
    content: "\f1ea"; }
  .ionic .ion-ios7-timer-outline:before {
    content: "\f1e9"; }
  .ionic .ion-ios7-trash:before {
    content: "\f1ec"; }
  .ionic .ion-ios7-trash-outline:before {
    content: "\f1eb"; }
  .ionic .ion-ios7-undo:before {
    content: "\f1ee"; }
  .ionic .ion-ios7-undo-outline:before {
    content: "\f1ed"; }
  .ionic .ion-ios7-unlocked:before {
    content: "\f1f0"; }
  .ionic .ion-ios7-unlocked-outline:before {
    content: "\f1ef"; }
  .ionic .ion-ios7-upload:before {
    content: "\f1f2"; }
  .ionic .ion-ios7-upload-outline:before {
    content: "\f1f1"; }
  .ionic .ion-ios7-videocam:before {
    content: "\f1f4"; }
  .ionic .ion-ios7-videocam-outline:before {
    content: "\f1f3"; }
  .ionic .ion-ios7-volume-high:before {
    content: "\f1f5"; }
  .ionic .ion-ios7-volume-low:before {
    content: "\f1f6"; }
  .ionic .ion-ios7-wineglass:before {
    content: "\f294"; }
  .ionic .ion-ios7-wineglass-outline:before {
    content: "\f293"; }
  .ionic .ion-ios7-world:before {
    content: "\f1f8"; }
  .ionic .ion-ios7-world-outline:before {
    content: "\f1f7"; }
  .ionic .ion-ipad:before {
    content: "\f1f9"; }
  .ionic .ion-iphone:before {
    content: "\f1fa"; }
  .ionic .ion-ipod:before {
    content: "\f1fb"; }
  .ionic .ion-jet:before {
    content: "\f295"; }
  .ionic .ion-key:before {
    content: "\f296"; }
  .ionic .ion-knife:before {
    content: "\f297"; }
  .ionic .ion-laptop:before {
    content: "\f1fc"; }
  .ionic .ion-leaf:before {
    content: "\f1fd"; }
  .ionic .ion-levels:before {
    content: "\f298"; }
  .ionic .ion-lightbulb:before {
    content: "\f299"; }
  .ionic .ion-link:before {
    content: "\f1fe"; }
  .ionic .ion-load-a:before, .ionic .ion-loading-a:before {
    content: "\f29a"; }
  .ionic .ion-load-b:before, .ionic .ion-loading-b:before {
    content: "\f29b"; }
  .ionic .ion-load-c:before, .ionic .ion-loading-c:before {
    content: "\f29c"; }
  .ionic .ion-load-d:before, .ionic .ion-loading-d:before {
    content: "\f29d"; }
  .ionic .ion-location:before {
    content: "\f1ff"; }
  .ionic .ion-locked:before {
    content: "\f200"; }
  .ionic .ion-log-in:before {
    content: "\f29e"; }
  .ionic .ion-log-out:before {
    content: "\f29f"; }
  .ionic .ion-loop:before, .ionic .ion-looping:before {
    content: "\f201"; }
  .ionic .ion-magnet:before {
    content: "\f2a0"; }
  .ionic .ion-male:before {
    content: "\f2a1"; }
  .ionic .ion-man:before {
    content: "\f202"; }
  .ionic .ion-map:before {
    content: "\f203"; }
  .ionic .ion-medkit:before {
    content: "\f2a2"; }
  .ionic .ion-mic-a:before {
    content: "\f204"; }
  .ionic .ion-mic-b:before {
    content: "\f205"; }
  .ionic .ion-mic-c:before {
    content: "\f206"; }
  .ionic .ion-minus:before {
    content: "\f209"; }
  .ionic .ion-minus-circled:before {
    content: "\f207"; }
  .ionic .ion-minus-round:before {
    content: "\f208"; }
  .ionic .ion-model-s:before {
    content: "\f2c1"; }
  .ionic .ion-monitor:before {
    content: "\f20a"; }
  .ionic .ion-more:before {
    content: "\f20b"; }
  .ionic .ion-music-note:before {
    content: "\f20c"; }
  .ionic .ion-navicon:before {
    content: "\f20e"; }
  .ionic .ion-navicon-round:before {
    content: "\f20d"; }
  .ionic .ion-navigate:before {
    content: "\f2a3"; }
  .ionic .ion-no-smoking:before {
    content: "\f2c2"; }
  .ionic .ion-nuclear:before {
    content: "\f2a4"; }
  .ionic .ion-paper-airplane:before {
    content: "\f2c3"; }
  .ionic .ion-paperclip:before {
    content: "\f20f"; }
  .ionic .ion-pause:before {
    content: "\f210"; }
  .ionic .ion-person:before {
    content: "\f213"; }
  .ionic .ion-person-add:before {
    content: "\f211"; }
  .ionic .ion-person-stalker:before {
    content: "\f212"; }
  .ionic .ion-pie-graph:before {
    content: "\f2a5"; }
  .ionic .ion-pin:before {
    content: "\f2a6"; }
  .ionic .ion-pinpoint:before {
    content: "\f2a7"; }
  .ionic .ion-pizza:before {
    content: "\f2a8"; }
  .ionic .ion-plane:before {
    content: "\f214"; }
  .ionic .ion-play:before {
    content: "\f215"; }
  .ionic .ion-playstation:before {
    content: "\f30a"; }
  .ionic .ion-plus:before {
    content: "\f218"; }
  .ionic .ion-plus-circled:before {
    content: "\f216"; }
  .ionic .ion-plus-round:before {
    content: "\f217"; }
  .ionic .ion-pound:before {
    content: "\f219"; }
  .ionic .ion-power:before {
    content: "\f2a9"; }
  .ionic .ion-pricetag:before {
    content: "\f2aa"; }
  .ionic .ion-pricetags:before {
    content: "\f2ab"; }
  .ionic .ion-printer:before {
    content: "\f21a"; }
  .ionic .ion-radio-waves:before {
    content: "\f2ac"; }
  .ionic .ion-record:before {
    content: "\f21b"; }
  .ionic .ion-refresh:before, .ionic .ion-refreshing:before {
    content: "\f21c"; }
  .ionic .ion-reply:before {
    content: "\f21e"; }
  .ionic .ion-reply-all:before {
    content: "\f21d"; }
  .ionic .ion-search:before {
    content: "\f21f"; }
  .ionic .ion-settings:before {
    content: "\f2ad"; }
  .ionic .ion-share:before {
    content: "\f220"; }
  .ionic .ion-shuffle:before {
    content: "\f221"; }
  .ionic .ion-skip-backward:before {
    content: "\f222"; }
  .ionic .ion-skip-forward:before {
    content: "\f223"; }
  .ionic .ion-social-android:before {
    content: "\f225"; }
  .ionic .ion-social-android-outline:before {
    content: "\f224"; }
  .ionic .ion-social-apple:before {
    content: "\f227"; }
  .ionic .ion-social-apple-outline:before {
    content: "\f226"; }
  .ionic .ion-social-bitcoin:before {
    content: "\f2af"; }
  .ionic .ion-social-bitcoin-outline:before {
    content: "\f2ae"; }
  .ionic .ion-social-buffer:before {
    content: "\f229"; }
  .ionic .ion-social-buffer-outline:before {
    content: "\f228"; }
  .ionic .ion-social-designernews:before {
    content: "\f22b"; }
  .ionic .ion-social-designernews-outline:before {
    content: "\f22a"; }
  .ionic .ion-social-dribbble:before {
    content: "\f22d"; }
  .ionic .ion-social-dribbble-outline:before {
    content: "\f22c"; }
  .ionic .ion-social-dropbox:before {
    content: "\f22f"; }
  .ionic .ion-social-dropbox-outline:before {
    content: "\f22e"; }
  .ionic .ion-social-facebook:before {
    content: "\f231"; }
  .ionic .ion-social-facebook-outline:before {
    content: "\f230"; }
  .ionic .ion-social-freebsd-devil:before {
    content: "\f2c4"; }
  .ionic .ion-social-github:before {
    content: "\f233"; }
  .ionic .ion-social-github-outline:before {
    content: "\f232"; }
  .ionic .ion-social-googleplus:before {
    content: "\f235"; }
  .ionic .ion-social-googleplus-outline:before {
    content: "\f234"; }
  .ionic .ion-social-hackernews:before {
    content: "\f237"; }
  .ionic .ion-social-hackernews-outline:before {
    content: "\f236"; }
  .ionic .ion-social-linkedin:before {
    content: "\f239"; }
  .ionic .ion-social-linkedin-outline:before {
    content: "\f238"; }
  .ionic .ion-social-pinterest:before {
    content: "\f2b1"; }
  .ionic .ion-social-pinterest-outline:before {
    content: "\f2b0"; }
  .ionic .ion-social-reddit:before {
    content: "\f23b"; }
  .ionic .ion-social-reddit-outline:before {
    content: "\f23a"; }
  .ionic .ion-social-rss:before {
    content: "\f23d"; }
  .ionic .ion-social-rss-outline:before {
    content: "\f23c"; }
  .ionic .ion-social-skype:before {
    content: "\f23f"; }
  .ionic .ion-social-skype-outline:before {
    content: "\f23e"; }
  .ionic .ion-social-tumblr:before {
    content: "\f241"; }
  .ionic .ion-social-tumblr-outline:before {
    content: "\f240"; }
  .ionic .ion-social-tux:before {
    content: "\f2c5"; }
  .ionic .ion-social-twitter:before {
    content: "\f243"; }
  .ionic .ion-social-twitter-outline:before {
    content: "\f242"; }
  .ionic .ion-social-vimeo:before {
    content: "\f245"; }
  .ionic .ion-social-vimeo-outline:before {
    content: "\f244"; }
  .ionic .ion-social-windows:before {
    content: "\f247"; }
  .ionic .ion-social-windows-outline:before {
    content: "\f246"; }
  .ionic .ion-social-wordpress:before {
    content: "\f249"; }
  .ionic .ion-social-wordpress-outline:before {
    content: "\f248"; }
  .ionic .ion-social-yahoo:before {
    content: "\f24b"; }
  .ionic .ion-social-yahoo-outline:before {
    content: "\f24a"; }
  .ionic .ion-social-youtube:before {
    content: "\f24d"; }
  .ionic .ion-social-youtube-outline:before {
    content: "\f24c"; }
  .ionic .ion-speakerphone:before {
    content: "\f2b2"; }
  .ionic .ion-speedometer:before {
    content: "\f2b3"; }
  .ionic .ion-spoon:before {
    content: "\f2b4"; }
  .ionic .ion-star:before {
    content: "\f24e"; }
  .ionic .ion-stats-bars:before {
    content: "\f2b5"; }
  .ionic .ion-steam:before {
    content: "\f30b"; }
  .ionic .ion-stop:before {
    content: "\f24f"; }
  .ionic .ion-thermometer:before {
    content: "\f2b6"; }
  .ionic .ion-thumbsdown:before {
    content: "\f250"; }
  .ionic .ion-thumbsup:before {
    content: "\f251"; }
  .ionic .ion-trash-a:before {
    content: "\f252"; }
  .ionic .ion-trash-b:before {
    content: "\f253"; }
  .ionic .ion-umbrella:before {
    content: "\f2b7"; }
  .ionic .ion-unlocked:before {
    content: "\f254"; }
  .ionic .ion-upload:before {
    content: "\f255"; }
  .ionic .ion-usb:before {
    content: "\f2b8"; }
  .ionic .ion-videocamera:before {
    content: "\f256"; }
  .ionic .ion-volume-high:before {
    content: "\f257"; }
  .ionic .ion-volume-low:before {
    content: "\f258"; }
  .ionic .ion-volume-medium:before {
    content: "\f259"; }
  .ionic .ion-volume-mute:before {
    content: "\f25a"; }
  .ionic .ion-waterdrop:before {
    content: "\f25b"; }
  .ionic .ion-wifi:before {
    content: "\f25c"; }
  .ionic .ion-wineglass:before {
    content: "\f2b9"; }
  .ionic .ion-woman:before {
    content: "\f25d"; }
  .ionic .ion-wrench:before {
    content: "\f2ba"; }
  .ionic .ion-xbox:before {
    content: "\f30c"; }
  .ionic html, .ionic body, .ionic div, .ionic span, .ionic applet, .ionic object, .ionic iframe, .ionic h1, .ionic h2, .ionic h3, .ionic h4, .ionic h5, .ionic h6, .ionic p, .ionic blockquote, .ionic pre, .ionic a, .ionic abbr, .ionic acronym, .ionic address, .ionic big, .ionic cite, .ionic code, .ionic del, .ionic dfn, .ionic em, .ionic img, .ionic ins, .ionic kbd, .ionic q, .ionic s, .ionic samp, .ionic small, .ionic strike, .ionic strong, .ionic sub, .ionic sup, .ionic tt, .ionic var, .ionic b, .ionic i, .ionic u, .ionic center, .ionic dl, .ionic dt, .ionic dd, .ionic ol, .ionic ul, .ionic li, .ionic fieldset, .ionic form, .ionic label, .ionic legend, .ionic table, .ionic caption, .ionic tbody, .ionic tfoot, .ionic thead, .ionic tr, .ionic th, .ionic td, .ionic article, .ionic aside, .ionic canvas, .ionic details, .ionic embed, .ionic fieldset, .ionic figure, .ionic figcaption, .ionic footer, .ionic header, .ionic hgroup, .ionic menu, .ionic nav, .ionic output, .ionic ruby, .ionic section, .ionic summary, .ionic time, .ionic mark, .ionic audio, .ionic video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%; }
  .ionic ol, .ionic ul {
    list-style: none; }
  .ionic blockquote, .ionic q {
    quotes: none; }
  .ionic blockquote:before, .ionic blockquote:after, .ionic q:before, .ionic q:after {
    content: '';
    content: none; }
  .ionic audio:not([controls]) {
    display: none;
    height: 0; }
  .ionic [hidden], .ionic template {
    display: none; }
  .ionic script {
    display: none !important; }
  .ionic html {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: sans-serif;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  .ionic body {
    margin: 0;
    line-height: 1; }
  .ionic a, .ionic button, .ionic :focus, .ionic a:focus, .ionic button:focus, .ionic a:active, .ionic a:hover {
    outline: 0; }
  .ionic a {
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent; }
  .ionic a[href]:hover {
    cursor: pointer; }
  .ionic b, .ionic strong {
    font-weight: bold; }
  .ionic dfn {
    font-style: italic; }
  .ionic hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
  .ionic code, .ionic kbd, .ionic pre, .ionic samp {
    font-size: 1em;
    font-family: monospace, serif; }
  .ionic pre {
    white-space: pre-wrap; }
  .ionic q {
    quotes: "\201C" "\201D" "\2018" "\2019"; }
  .ionic small {
    font-size: 80%; }
  .ionic sub, .ionic sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0; }
  .ionic sup {
    top: -0.5em; }
  .ionic sub {
    bottom: -0.25em; }
  .ionic fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #c0c0c0; }
  .ionic legend {
    padding: 0;
    /* 2 */
    border: 0;
    /* 1 */ }
  .ionic button, .ionic input, .ionic select, .ionic textarea {
    margin: 0;
    /* 3 */
    font-size: 100%;
    /* 2 */
    font-family: inherit;
    /* 1 */
    outline-offset: 0;
    /* 4 */
    outline-style: none;
    /* 4 */
    outline-width: 0;
    /* 4 */
    -webkit-font-smoothing: inherit;
    /* 5 */ }
  .ionic button, .ionic input {
    line-height: normal; }
  .ionic button, .ionic select {
    text-transform: none; }
  .ionic button, .ionic html input[type="button"], .ionic input[type="reset"], .ionic input[type="submit"] {
    cursor: pointer;
    /* 3 */
    -webkit-appearance: button;
    /* 2 */ }
  .ionic button[disabled], .ionic html input[disabled] {
    cursor: default; }
  .ionic input[type="search"] {
    -webkit-box-sizing: content-box;
    /* 2 */
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
    /* 1 */ }
  .ionic input[type="search"]::-webkit-search-cancel-button, .ionic input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .ionic button::-moz-focus-inner, .ionic input::-moz-focus-inner {
    padding: 0;
    border: 0; }
  .ionic textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */ }
  .ionic img {
    -webkit-user-drag: none; }
  .ionic table {
    border-spacing: 0;
    border-collapse: collapse; }
  .ionic *, .ionic *:before, .ionic *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .ionic body, .ionic .ionic-body {
    -webkit-touch-callout: none;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    color: #000;
    word-wrap: break-word;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 20px;
    text-rendering: optimizeLegibility;
    -webkit-backface-visibility: hidden;
    -webkit-user-drag: none; }
  .ionic body.grade-b, .ionic body.grade-c {
    text-rendering: auto; }
  .ionic .content {
    position: relative; }
  .ionic .scroll-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    margin-top: -1px;
    width: auto;
    height: auto; }
  .ionic .scroll-view {
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: -1px; }
  .ionic .scroll {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    transform-origin: left top;
    -webkit-backface-visibility: hidden; }
  .ionic .scroll-bar {
    position: absolute;
    z-index: 9999; }
  .ionic .ng-animate .scroll-bar {
    visibility: hidden; }
  .ionic .scroll-bar-h {
    right: 2px;
    bottom: 3px;
    left: 2px;
    height: 3px; }
  .ionic .scroll-bar-h .scroll-bar-indicator {
    height: 100%; }
  .ionic .scroll-bar-v {
    top: 2px;
    right: 3px;
    bottom: 2px;
    width: 3px; }
  .ionic .scroll-bar-v .scroll-bar-indicator {
    width: 100%; }
  .ionic .scroll-bar-indicator {
    position: absolute;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 1; }
  .ionic .scroll-bar-indicator.scroll-bar-fade-out {
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    opacity: 0; }
  .ionic .grade-b .scroll-bar-indicator, .ionic .grade-c .scroll-bar-indicator {
    border-radius: 0;
    background: #aaa; }
  .ionic .grade-b .scroll-bar-indicator.scroll-bar-fade-out, .ionic .grade-c .scroll-bar-indicator.scroll-bar-fade-out {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
  .ionic .scroll-refresher {
    position: absolute;
    top: -60px;
    right: 0;
    left: 0;
    overflow: hidden;
    margin: auto;
    height: 60px; }
  .ionic .scroll-refresher .ionic-refresher-content {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    color: #666666;
    text-align: center;
    font-size: 30px; }
  .ionic .scroll-refresher .ionic-refresher-content .text-refreshing, .ionic .scroll-refresher .ionic-refresher-content .text-pulling {
    line-height: 16px;
    font-size: 16px; }
  .ionic .scroll-refresher .icon-refreshing, .ionic .scroll-refresher .icon-pulling {
    width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    backface-visibility: hidden;
    transform-style: preserve-3d; }
  .ionic .scroll-refresher .icon-pulling {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
    -webkit-animation-name: refresh-spin-back;
    -moz-animation-name: refresh-spin-back;
    animation-name: refresh-spin-back;
    -webkit-animation-duration: 200ms;
    -moz-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: none;
    -moz-animation-fill-mode: none;
    animation-fill-mode: none; }
  .ionic .scroll-refresher .icon-refreshing, .ionic .scroll-refresher .text-refreshing {
    display: none; }
  .ionic .scroll-refresher .icon-refreshing {
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-duration: 1.5s; }
  .ionic .scroll-refresher.active .icon-pulling {
    -webkit-animation-name: refresh-spin;
    -moz-animation-name: refresh-spin;
    animation-name: refresh-spin;
    -webkit-transform: translate3d(0, 0, 0) rotate(-180deg);
    transform: translate3d(0, 0, 0) rotate(-180deg); }
  .ionic .scroll-refresher.active.refreshing .icon-pulling, .ionic .scroll-refresher.active.refreshing .text-pulling {
    display: none; }
  .ionic .scroll-refresher.active.refreshing .icon-refreshing, .ionic .scroll-refresher.active.refreshing .text-refreshing {
    display: block; }
  .ionic .scroll-refresher-content {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    color: #666666;
    text-align: center;
    font-size: 30px; }
  .ionic ion-infinite-scroll .scroll-infinite {
    position: relative;
    overflow: hidden;
    margin-top: -70px;
    height: 60px; }
  .ionic .scroll-infinite-content {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    color: #666666;
    text-align: center;
    font-size: 30px; }
  .ionic ion-infinite-scroll.active .scroll-infinite {
    margin-top: -30px; }
  .ionic .overflow-scroll {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .ionic .overflow-scroll .scroll {
    position: static;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0); }
  .ionic .has-header {
    top: 44px; }
  .ionic .no-header {
    top: 0; }
  .ionic .has-subheader {
    top: 88px; }
  .ionic .has-tabs-top {
    top: 93px; }
  .ionic .has-header.has-subheader.has-tabs-top {
    top: 137px; }
  .ionic .has-footer {
    bottom: 44px; }
  .ionic .has-tabs, .ionic .bar-footer.has-tabs {
    bottom: 49px; }
  .ionic .has-footer.has-tabs {
    bottom: 93px; }
  .ionic .pane {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1; }
  .ionic .view {
    z-index: 1; }
  .ionic .pane, .ionic .view {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; }
  .ionic p {
    margin: 0 0 10px; }
  .ionic small {
    font-size: 85%; }
  .ionic cite {
    font-style: normal; }
  .ionic .text-left {
    text-align: left; }
  .ionic .text-right {
    text-align: right; }
  .ionic .text-center {
    text-align: center; }
  .ionic h1, .ionic h2, .ionic h3, .ionic h4, .ionic h5, .ionic h6, .ionic .h1, .ionic .h2, .ionic .h3, .ionic .h4, .ionic .h5, .ionic .h6 {
    color: #000;
    font-weight: 500;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 1.2; }
  .ionic h1 small, .ionic h2 small, .ionic h3 small, .ionic h4 small, .ionic h5 small, .ionic h6 small, .ionic .h1 small, .ionic .h2 small, .ionic .h3 small, .ionic .h4 small, .ionic .h5 small, .ionic .h6 small {
    font-weight: normal;
    line-height: 1; }
  .ionic h1, .ionic .h1, .ionic h2, .ionic .h2, .ionic h3, .ionic .h3 {
    margin-top: 20px;
    margin-bottom: 10px; }
  .ionic h1:first-child, .ionic .h1:first-child, .ionic h2:first-child, .ionic .h2:first-child, .ionic h3:first-child, .ionic .h3:first-child {
    margin-top: 0; }
  .ionic h1 + h1, .ionic h1 + .h1, .ionic h1 + h2, .ionic h1 + .h2, .ionic h1 + h3, .ionic h1 + .h3, .ionic .h1 + h1, .ionic .h1 + .h1, .ionic .h1 + h2, .ionic .h1 + .h2, .ionic .h1 + h3, .ionic .h1 + .h3, .ionic h2 + h1, .ionic h2 + .h1, .ionic h2 + h2, .ionic h2 + .h2, .ionic h2 + h3, .ionic h2 + .h3, .ionic .h2 + h1, .ionic .h2 + .h1, .ionic .h2 + h2, .ionic .h2 + .h2, .ionic .h2 + h3, .ionic .h2 + .h3, .ionic h3 + h1, .ionic h3 + .h1, .ionic h3 + h2, .ionic h3 + .h2, .ionic h3 + h3, .ionic h3 + .h3, .ionic .h3 + h1, .ionic .h3 + .h1, .ionic .h3 + h2, .ionic .h3 + .h2, .ionic .h3 + h3, .ionic .h3 + .h3 {
    margin-top: 10px; }
  .ionic h4, .ionic .h4, .ionic h5, .ionic .h5, .ionic h6, .ionic .h6 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .ionic h1, .ionic .h1 {
    font-size: 36px; }
  .ionic h2, .ionic .h2 {
    font-size: 30px; }
  .ionic h3, .ionic .h3 {
    font-size: 24px; }
  .ionic h4, .ionic .h4 {
    font-size: 18px; }
  .ionic h5, .ionic .h5 {
    font-size: 14px; }
  .ionic h6, .ionic .h6 {
    font-size: 12px; }
  .ionic h1 small, .ionic .h1 small {
    font-size: 24px; }
  .ionic h2 small, .ionic .h2 small {
    font-size: 18px; }
  .ionic h3 small, .ionic .h3 small, .ionic h4 small, .ionic .h4 small {
    font-size: 14px; }
  .ionic dl {
    margin-bottom: 20px; }
  .ionic dt, .ionic dd {
    line-height: 1.42857; }
  .ionic dt {
    font-weight: bold; }
  .ionic blockquote {
    margin: 0 0 20px;
    padding: 10px 20px;
    border-left: 5px solid gray; }
  .ionic blockquote p {
    font-weight: 300;
    font-size: 17.5px;
    line-height: 1.25; }
  .ionic blockquote p:last-child {
    margin-bottom: 0; }
  .ionic blockquote small {
    display: block;
    line-height: 1.42857; }
  .ionic blockquote small:before {
    content: '\2014 \00A0'; }
  .ionic q:before, .ionic q:after, .ionic blockquote:before, .ionic blockquote:after {
    content: ""; }
  .ionic address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857; }
  .ionic a.subdued {
    padding-right: 10px;
    color: #888;
    text-decoration: none; }
  .ionic a.subdued:hover {
    text-decoration: none; }
  .ionic a.subdued:last-child {
    padding-right: 0; }
  .ionic .action-sheet-backdrop {
    -webkit-transition: background-color 300ms ease-in-out;
    -moz-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0); }
  .ionic .action-sheet-backdrop.active {
    background-color: rgba(0, 0, 0, 0.5); }
  .ionic .action-sheet-wrapper {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
    position: absolute;
    bottom: 0;
    width: 100%; }
  .ionic .action-sheet-up {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .ionic .action-sheet {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
    z-index: 11;
    overflow: hidden; }
  .ionic .action-sheet .button {
    display: block;
    padding: 1px;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    color: #4a87ee;
    font-size: 18px; }
  .ionic .action-sheet .button.destructive {
    color: #ef4e3a; }
  .ionic .action-sheet-title {
    padding: 10px;
    color: #666666;
    text-align: center;
    font-size: 12px; }
  .ionic .action-sheet-group {
    margin-bottom: 5px;
    border-radius: 3px 3px 3px 3px;
    background-color: #fff; }
  .ionic .action-sheet-group .button {
    border-width: 1px 0px 0px 0px;
    border-radius: 0; }
  .ionic .action-sheet-group .button.active {
    background-color: transparent;
    color: inherit; }
  .ionic .action-sheet-group .button:first-child:last-child {
    border-width: 0; }
  .ionic .action-sheet-open {
    pointer-events: none; }
  .ionic .action-sheet-open.modal-open .modal {
    pointer-events: none; }
  .ionic .action-sheet-open .action-sheet-backdrop {
    pointer-events: auto; }
  .ionic .bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 10;
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
    height: 44px;
    border-width: 0;
    border-style: solid;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #ddd;
    background-color: white;
    /* border-width: 1px will actually create 2 device pixels on retina */
    /* this nifty trick sets an actual 1px border on hi-res displays */
    background-size: 0; }
  @media (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .ionic .bar {
      border: none;
      background-image: linear-gradient(0deg, #dddddd, #dddddd 50%, transparent 50%);
      background-position: bottom;
      background-size: 100% 1px;
      background-repeat: no-repeat; } }
  .ionic .bar.bar-clear {
    border: none;
    background: none;
    color: #fff; }
  .ionic .bar.bar-clear .button {
    color: #fff; }
  .ionic .bar.bar-clear .title {
    color: #fff; }
  .ionic .bar.item-input-inset .item-input-wrapper {
    margin-top: -1px; }
  .ionic .bar.item-input-inset .item-input-wrapper input {
    padding-left: 8px;
    height: 28px; }
  .ionic .bar.bar-light {
    border-color: #ddd;
    background-color: white;
    background-image: linear-gradient(0deg, #dddddd, #dddddd 50%, transparent 50%);
    color: #444; }
  .ionic .bar.bar-light .title {
    color: #444; }
  .ionic .bar.bar-stable {
    border-color: #b2b2b2;
    background-color: #f8f8f8;
    background-image: linear-gradient(0deg, #b2b2b2, #b2b2b2 50%, transparent 50%);
    color: #444; }
  .ionic .bar.bar-stable .title {
    color: #444; }
  .ionic .bar.bar-positive {
    border-color: #145fd7;
    background-color: #4a87ee;
    background-image: linear-gradient(0deg, #145fd7, #145fd7 50%, transparent 50%);
    color: #fff; }
  .ionic .bar.bar-positive .title {
    color: #fff; }
  .ionic .bar.bar-calm {
    border-color: #1aacc3;
    background-color: #43cee6;
    background-image: linear-gradient(0deg, #1aacc3, #1aacc3 50%, transparent 50%);
    color: #fff; }
  .ionic .bar.bar-calm .title {
    color: #fff; }
  .ionic .bar.bar-assertive {
    border-color: #cc2311;
    background-color: #ef4e3a;
    background-image: linear-gradient(0deg, #cc2311, #cc2311 50%, transparent 50%);
    color: #fff; }
  .ionic .bar.bar-assertive .title {
    color: #fff; }
  .ionic .bar.bar-balanced {
    border-color: #498f24;
    background-color: #66cc33;
    background-image: linear-gradient(0deg, #498f24, #498f24 50%, transparent 50%);
    color: #fff; }
  .ionic .bar.bar-balanced .title {
    color: #fff; }
  .ionic .bar.bar-energized {
    border-color: #d39211;
    background-color: #f0b840;
    background-image: linear-gradient(0deg, #d39211, #d39211 50%, transparent 50%);
    color: #fff; }
  .ionic .bar.bar-energized .title {
    color: #fff; }
  .ionic .bar.bar-royal {
    border-color: #552bdf;
    background-color: #8a6de9;
    background-image: linear-gradient(0deg, #552bdf, #552bdf 50%, transparent 50%);
    color: #fff; }
  .ionic .bar.bar-royal .title {
    color: #fff; }
  .ionic .bar.bar-dark {
    border-color: #111;
    background-color: #444444;
    background-image: linear-gradient(0deg, #111111, #111111 50%, transparent 50%);
    color: #fff; }
  .ionic .bar.bar-dark .title {
    color: #fff; }
  .ionic .bar .title {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    margin: 0 10px;
    min-width: 30px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
    line-height: 44px; }
  .ionic .bar .title.title-left {
    text-align: left; }
  .ionic .bar .title.title-right {
    text-align: right; }
  .ionic .bar .title a {
    color: inherit; }
  .ionic .bar .button {
    z-index: 1;
    padding: 0 8px;
    min-width: initial;
    min-height: 31px;
    font-size: 13px;
    font-weight: 400;
    line-height: 32px; }
  .ionic .bar .button.button-icon:before, .ionic .bar .button .icon:before, .ionic .bar .button.icon:before, .ionic .bar .button.icon-left:before, .ionic .bar .button.icon-right:before {
    padding-right: 2px;
    padding-left: 2px;
    font-size: 20px;
    line-height: 32px; }
  .ionic .bar .button.button-icon .icon:before, .ionic .bar .button.button-icon:before, .ionic .bar .button.button-icon.icon-left:before, .ionic .bar .button.button-icon.icon-right:before {
    vertical-align: top;
    font-size: 32px;
    line-height: 32px; }
  .ionic .bar .button.button-clear {
    font-size: 17px;
    font-weight: 300;
    padding-right: 2px;
    padding-left: 2px; }
  .ionic .bar .button.button-clear .icon:before, .ionic .bar .button.button-clear.icon:before, .ionic .bar .button.button-clear.icon-left:before, .ionic .bar .button.button-clear.icon-right:before {
    font-size: 32px;
    line-height: 32px; }
  .ionic .bar .button.back-button.active, .ionic .bar .button.back-button.activated {
    opacity: 1; }
  .ionic .bar .button-bar > .button, .ionic .bar .buttons > .button {
    min-height: 31px;
    line-height: 32px; }
  .ionic .bar .button-bar + .button, .ionic .bar .button + .button-bar {
    margin-left: 5px; }
  .ionic .bar .title + .button:last-child, .ionic .bar > .button + .button:last-child, .ionic .bar > .button.pull-right, .ionic .bar .buttons.pull-right, .ionic .bar .title + .buttons {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px; }
  .ionic .bar-light .button {
    border-color: #ddd;
    background-color: white;
    color: #444; }
  .ionic .bar-light .button:hover {
    color: #444;
    text-decoration: none; }
  .ionic .bar-light .button.active, .ionic .bar-light .button.activated {
    border-color: #ccc;
    background-color: #fafafa;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); }
  .ionic .bar-light .button.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #444;
    font-size: 17px; }
  .ionic .bar-light .button.button-icon {
    border-color: transparent;
    background: none; }
  .ionic .bar-stable .button {
    border-color: #b2b2b2;
    background-color: #f8f8f8;
    color: #444; }
  .ionic .bar-stable .button:hover {
    color: #444;
    text-decoration: none; }
  .ionic .bar-stable .button.active, .ionic .bar-stable .button.activated {
    border-color: #a2a2a2;
    background-color: #e5e5e5;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); }
  .ionic .bar-stable .button.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #444;
    font-size: 17px; }
  .ionic .bar-stable .button.button-icon {
    border-color: transparent;
    background: none; }
  .ionic .bar-positive .button {
    border-color: #145fd7;
    background-color: #4a87ee;
    color: #fff; }
  .ionic .bar-positive .button:hover {
    color: #fff;
    text-decoration: none; }
  .ionic .bar-positive .button.active, .ionic .bar-positive .button.activated {
    border-color: #145fd7;
    background-color: #145fd7;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); }
  .ionic .bar-positive .button.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #fff;
    font-size: 17px; }
  .ionic .bar-positive .button.button-icon {
    border-color: transparent;
    background: none; }
  .ionic .bar-calm .button {
    border-color: #1aacc3;
    background-color: #43cee6;
    color: #fff; }
  .ionic .bar-calm .button:hover {
    color: #fff;
    text-decoration: none; }
  .ionic .bar-calm .button.active, .ionic .bar-calm .button.activated {
    border-color: #1aacc3;
    background-color: #1aacc3;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); }
  .ionic .bar-calm .button.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #fff;
    font-size: 17px; }
  .ionic .bar-calm .button.button-icon {
    border-color: transparent;
    background: none; }
  .ionic .bar-assertive .button {
    border-color: #cc2311;
    background-color: #ef4e3a;
    color: #fff; }
  .ionic .bar-assertive .button:hover {
    color: #fff;
    text-decoration: none; }
  .ionic .bar-assertive .button.active, .ionic .bar-assertive .button.activated {
    border-color: #cc2311;
    background-color: #cc2311;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); }
  .ionic .bar-assertive .button.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #fff;
    font-size: 17px; }
  .ionic .bar-assertive .button.button-icon {
    border-color: transparent;
    background: none; }
  .ionic .bar-balanced .button {
    border-color: #498f24;
    background-color: #66cc33;
    color: #fff; }
  .ionic .bar-balanced .button:hover {
    color: #fff;
    text-decoration: none; }
  .ionic .bar-balanced .button.active, .ionic .bar-balanced .button.activated {
    border-color: #498f24;
    background-color: #498f24;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); }
  .ionic .bar-balanced .button.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #fff;
    font-size: 17px; }
  .ionic .bar-balanced .button.button-icon {
    border-color: transparent;
    background: none; }
  .ionic .bar-energized .button {
    border-color: #d39211;
    background-color: #f0b840;
    color: #fff; }
  .ionic .bar-energized .button:hover {
    color: #fff;
    text-decoration: none; }
  .ionic .bar-energized .button.active, .ionic .bar-energized .button.activated {
    border-color: #d39211;
    background-color: #d39211;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); }
  .ionic .bar-energized .button.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #fff;
    font-size: 17px; }
  .ionic .bar-energized .button.button-icon {
    border-color: transparent;
    background: none; }
  .ionic .bar-royal .button {
    border-color: #552bdf;
    background-color: #8a6de9;
    color: #fff; }
  .ionic .bar-royal .button:hover {
    color: #fff;
    text-decoration: none; }
  .ionic .bar-royal .button.active, .ionic .bar-royal .button.activated {
    border-color: #552bdf;
    background-color: #552bdf;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); }
  .ionic .bar-royal .button.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #fff;
    font-size: 17px; }
  .ionic .bar-royal .button.button-icon {
    border-color: transparent;
    background: none; }
  .ionic .bar-dark .button {
    border-color: #111;
    background-color: #444444;
    color: #fff; }
  .ionic .bar-dark .button:hover {
    color: #fff;
    text-decoration: none; }
  .ionic .bar-dark .button.active, .ionic .bar-dark .button.activated {
    border-color: #000;
    background-color: #262626;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); }
  .ionic .bar-dark .button.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #fff;
    font-size: 17px; }
  .ionic .bar-dark .button.button-icon {
    border-color: transparent;
    background: none; }
  .ionic .bar-header {
    top: 0;
    border-top-width: 0;
    border-bottom-width: 1px; }
  .ionic .bar-footer {
    bottom: 0;
    border-top-width: 1px;
    border-bottom-width: 0;
    background-position: top; }
  .ionic .bar-tabs {
    padding: 0; }
  .ionic .bar-subheader {
    top: 44px;
    display: block; }
  .ionic .bar-subfooter {
    bottom: 44px;
    display: block; }
  .ionic .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: horizontal;
    -moz-flex-direction: horizontal;
    -ms-flex-direction: horizontal;
    flex-direction: horizontal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-color: #b2b2b2;
    background-color: #f8f8f8;
    background-image: linear-gradient(0deg, #b2b2b2, #b2b2b2 50%, transparent 50%);
    color: #444;
    position: absolute;
    bottom: 0;
    z-index: 5;
    width: 100%;
    height: 49px;
    border-style: solid;
    border-top-width: 1px;
    background-size: 0;
    line-height: 49px; }
  .ionic .tabs .tab-item .badge {
    background-color: #444;
    color: #f8f8f8; }
  @media (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .ionic .tabs {
      padding-top: 2px;
      border-top: none !important;
      border-bottom: none !important;
      background-position: top;
      background-size: 100% 1px;
      background-repeat: no-repeat; } }
  .ionic .tabs-light > .tabs, .ionic .tabs.tabs-light {
    border-color: #ddd;
    background-color: #fff;
    background-image: linear-gradient(0deg, #dddddd, #dddddd 50%, transparent 50%);
    color: #444; }
  .ionic .tabs-light > .tabs .tab-item .badge, .ionic .tabs.tabs-light .tab-item .badge {
    background-color: #444;
    color: #fff; }
  .ionic .tabs-stable > .tabs, .ionic .tabs.tabs-stable {
    border-color: #b2b2b2;
    background-color: #f8f8f8;
    background-image: linear-gradient(0deg, #b2b2b2, #b2b2b2 50%, transparent 50%);
    color: #444; }
  .ionic .tabs-stable > .tabs .tab-item .badge, .ionic .tabs.tabs-stable .tab-item .badge {
    background-color: #444;
    color: #f8f8f8; }
  .ionic .tabs-positive > .tabs, .ionic .tabs.tabs-positive {
    border-color: #145fd7;
    background-color: #4a87ee;
    background-image: linear-gradient(0deg, #145fd7, #145fd7 50%, transparent 50%);
    color: #fff; }
  .ionic .tabs-positive > .tabs .tab-item .badge, .ionic .tabs.tabs-positive .tab-item .badge {
    background-color: #fff;
    color: #4a87ee; }
  .ionic .tabs-calm > .tabs, .ionic .tabs.tabs-calm {
    border-color: #1aacc3;
    background-color: #43cee6;
    background-image: linear-gradient(0deg, #1aacc3, #1aacc3 50%, transparent 50%);
    color: #fff; }
  .ionic .tabs-calm > .tabs .tab-item .badge, .ionic .tabs.tabs-calm .tab-item .badge {
    background-color: #fff;
    color: #43cee6; }
  .ionic .tabs-assertive > .tabs, .ionic .tabs.tabs-assertive {
    border-color: #cc2311;
    background-color: #ef4e3a;
    background-image: linear-gradient(0deg, #cc2311, #cc2311 50%, transparent 50%);
    color: #fff; }
  .ionic .tabs-assertive > .tabs .tab-item .badge, .ionic .tabs.tabs-assertive .tab-item .badge {
    background-color: #fff;
    color: #ef4e3a; }
  .ionic .tabs-balanced > .tabs, .ionic .tabs.tabs-balanced {
    border-color: #498f24;
    background-color: #66cc33;
    background-image: linear-gradient(0deg, #498f24, #498f24 50%, transparent 50%);
    color: #fff; }
  .ionic .tabs-balanced > .tabs .tab-item .badge, .ionic .tabs.tabs-balanced .tab-item .badge {
    background-color: #fff;
    color: #66cc33; }
  .ionic .tabs-energized > .tabs, .ionic .tabs.tabs-energized {
    border-color: #d39211;
    background-color: #f0b840;
    background-image: linear-gradient(0deg, #d39211, #d39211 50%, transparent 50%);
    color: #fff; }
  .ionic .tabs-energized > .tabs .tab-item .badge, .ionic .tabs.tabs-energized .tab-item .badge {
    background-color: #fff;
    color: #f0b840; }
  .ionic .tabs-royal > .tabs, .ionic .tabs.tabs-royal {
    border-color: #552bdf;
    background-color: #8a6de9;
    background-image: linear-gradient(0deg, #552bdf, #552bdf 50%, transparent 50%);
    color: #fff; }
  .ionic .tabs-royal > .tabs .tab-item .badge, .ionic .tabs.tabs-royal .tab-item .badge {
    background-color: #fff;
    color: #8a6de9; }
  .ionic .tabs-dark > .tabs, .ionic .tabs.tabs-dark {
    border-color: #111;
    background-color: #444;
    background-image: linear-gradient(0deg, #111111, #111111 50%, transparent 50%);
    color: #fff; }
  .ionic .tabs-dark > .tabs .tab-item .badge, .ionic .tabs.tabs-dark .tab-item .badge {
    background-color: #fff;
    color: #444; }
  .ionic .tabs-top > .tabs, .ionic .tabs.tabs-top {
    top: 44px;
    padding-top: 0;
    padding-bottom: 2px;
    background-position: bottom; }
  .ionic .tab-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    overflow: hidden;
    max-width: 150px;
    height: 100%;
    color: inherit;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    font-family: "Helvetica Neue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    opacity: 0.7; }
  .ionic .tab-item:hover {
    cursor: pointer; }
  .ionic .tabs-item-hide, .ionic .tabs-item-hide > .tabs {
    display: none; }
  .ionic .tabs-icon-top .tab-item, .ionic .tabs-icon-bottom .tab-item {
    font-size: 12px;
    line-height: 14px; }
  .ionic .tab-item .icon {
    display: block;
    margin: 0 auto;
    height: 32px;
    font-size: 32px; }
  .ionic .tabs-icon-left .tab-item, .ionic .tabs-icon-right .tab-item {
    font-size: 12px; }
  .ionic .tabs-icon-left .tab-item .icon, .ionic .tabs-icon-right .tab-item .icon {
    display: inline-block;
    vertical-align: top; }
  .ionic .tabs-icon-left .tab-item .icon:before, .ionic .tabs-icon-right .tab-item .icon:before {
    font-size: 24px;
    line-height: 49px; }
  .ionic .tabs-icon-left .tab-item .icon {
    padding-right: 3px; }
  .ionic .tabs-icon-right .tab-item .icon {
    padding-left: 3px; }
  .ionic .tabs-icon-only .icon {
    line-height: inherit; }
  .ionic .tab-item.has-badge {
    position: relative; }
  .ionic .tab-item .badge {
    position: absolute;
    padding: 1px 6px;
    top: 4%;
    right: 33%;
    right: calc(50% - 26px);
    font-size: 12px;
    height: auto;
    line-height: 16px; }
  .ionic .tab-item.tab-item-active {
    opacity: 1; }
  .ionic .tab-item.tab-item-active.tab-item-light {
    color: #fff; }
  .ionic .tab-item.tab-item-active.tab-item-stable {
    color: #f8f8f8; }
  .ionic .tab-item.tab-item-active.tab-item-positive {
    color: #4a87ee; }
  .ionic .tab-item.tab-item-active.tab-item-calm {
    color: #43cee6; }
  .ionic .tab-item.tab-item-active.tab-item-assertive {
    color: #ef4e3a; }
  .ionic .tab-item.tab-item-active.tab-item-balanced {
    color: #66cc33; }
  .ionic .tab-item.tab-item-active.tab-item-energized {
    color: #f0b840; }
  .ionic .tab-item.tab-item-active.tab-item-royal {
    color: #8a6de9; }
  .ionic .tab-item.tab-item-active.tab-item-dark {
    color: #444; }
  .ionic .item.tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0; }
  .ionic .item.tabs .icon:before {
    position: relative; }
  .ionic .menu {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    min-height: 100%;
    max-height: 100%;
    width: 275px;
    background-color: #fff; }
  .ionic .menu-content {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.2), 1px 0px 2px rgba(0, 0, 0, 0.2); }
  .ionic .grade-b .menu-content, .ionic .grade-c .menu-content {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    right: -1px;
    left: -1px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    box-shadow: none; }
  .ionic .menu-left {
    left: 0; }
  .ionic .menu-right {
    right: 0; }
  .ionic .menu-animated {
    -webkit-transition: -webkit-transform 200ms ease;
    -moz-transition: -moz-transform 200ms ease;
    transition: transform 200ms ease; }
  .ionic .modal-backdrop {
    -webkit-transition: background-color 300ms ease-in-out;
    -moz-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0); }
  .ionic .modal-backdrop.active {
    background-color: rgba(0, 0, 0, 0.5); }
  .ionic .modal {
    position: absolute;
    top: 0;
    z-index: 10;
    overflow: hidden;
    min-height: 100%;
    width: 100%;
    background-color: #fff; }
  @media (min-width: 680px) {
    .ionic .modal {
      top: 20%;
      right: 20%;
      bottom: 20%;
      left: 20%;
      overflow: visible;
      min-height: 240px;
      width: 60%; }
    .ionic .modal.ng-leave-active {
      bottom: 0; } }
  .ionic .modal-open {
    pointer-events: none; }
  .ionic .modal-open .modal {
    pointer-events: auto; }
  .ionic .popup {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 11;
    visibility: hidden;
    width: 250px;
    max-width: 100%;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.9); }
  .ionic .popup.popup-hidden {
    -webkit-animation-name: scaleOut;
    -moz-animation-name: scaleOut;
    animation-name: scaleOut;
    -webkit-animation-duration: 0.1s;
    -moz-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
  .ionic .popup.popup-showing {
    visibility: visible; }
  .ionic .popup.active {
    -webkit-animation-name: superScaleIn;
    -moz-animation-name: superScaleIn;
    animation-name: superScaleIn;
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
  .ionic .popup-head {
    padding: 15px 0px;
    border-bottom: 1px solid #eee;
    text-align: center; }
  .ionic .popup-title {
    margin: 0;
    padding: 0;
    font-size: 15px; }
  .ionic .popup-sub-title {
    margin: 5px 0 0 0;
    padding: 0;
    font-weight: normal;
    font-size: 11px; }
  .ionic .popup-body {
    padding: 10px; }
  .ionic .popup-buttons.row {
    padding: 10px 10px; }
  .ionic .popup-buttons .button {
    margin: 0px 5px;
    min-height: 45px;
    border-radius: 2px;
    line-height: 20px; }
  .ionic .popup-buttons .button:first-child {
    margin-left: 0px; }
  .ionic .popup-buttons .button:last-child {
    margin-right: 0px; }
  .ionic .popup-open {
    pointer-events: none; }
  .ionic .popup-open.modal-open .modal {
    pointer-events: none; }
  .ionic .popup-open .popup-backdrop, .ionic .popup-open .popup {
    pointer-events: auto; }
  .ionic .popup-backdrop {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.1s;
    -moz-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); }
  .ionic .loading-backdrop {
    -webkit-transition: visibility 0s linear 0.3s;
    -moz-transition: visibility 0s linear 0.3s;
    transition: visibility 0s linear 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    visibility: hidden;
    width: 100%;
    height: 100%; }
  .ionic .loading-backdrop.active {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    visibility: visible; }
  .ionic .loading-backdrop.active.show-backdrop {
    background-color: rgba(0, 0, 0, 0.7); }
  .ionic .loading {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 20px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 15px; }
  .ionic .loading h1, .ionic .loading h2, .ionic .loading h3, .ionic .loading h4, .ionic .loading h5, .ionic .loading h6 {
    color: #fff; }
  .ionic .item {
    border-color: #ddd;
    background-color: #fff;
    color: #444;
    position: relative;
    z-index: 2;
    display: block;
    margin: -1px;
    padding: 15px;
    border-width: 1px;
    border-style: solid;
    font-size: 16px; }
  .ionic .item h2 {
    margin: 0 0 4px 0;
    font-size: 16px; }
  .ionic .item h3 {
    margin: 0 0 4px 0;
    font-size: 14px; }
  .ionic .item h4 {
    margin: 0 0 4px 0;
    font-size: 12px; }
  .ionic .item h5, .ionic .item h6 {
    margin: 0 0 3px 0;
    font-size: 10px; }
  .ionic .item p {
    color: #666;
    font-size: 14px; }
  .ionic .item h1:last-child, .ionic .item h2:last-child, .ionic .item h3:last-child, .ionic .item h4:last-child, .ionic .item h5:last-child, .ionic .item h6:last-child, .ionic .item p:last-child {
    margin-bottom: 0; }
  .ionic .item .badge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 15px;
    right: 35px; }
  .ionic .item.item-button-right .badge {
    right: 65px; }
  .ionic .item.item-divider .badge {
    top: 7.5px; }
  .ionic .item .badge + .badge {
    margin-right: 5px; }
  .ionic .item.item-light {
    border-color: #ddd;
    background-color: #fff;
    color: #444; }
  .ionic .item.item-stable {
    border-color: #b2b2b2;
    background-color: #f8f8f8;
    color: #444; }
  .ionic .item.item-positive {
    border-color: #145fd7;
    background-color: #4a87ee;
    color: #fff; }
  .ionic .item.item-calm {
    border-color: #1aacc3;
    background-color: #43cee6;
    color: #fff; }
  .ionic .item.item-assertive {
    border-color: #cc2311;
    background-color: #ef4e3a;
    color: #fff; }
  .ionic .item.item-balanced {
    border-color: #498f24;
    background-color: #66cc33;
    color: #fff; }
  .ionic .item.item-energized {
    border-color: #d39211;
    background-color: #f0b840;
    color: #fff; }
  .ionic .item.item-royal {
    border-color: #552bdf;
    background-color: #8a6de9;
    color: #fff; }
  .ionic .item.item-dark {
    border-color: #111;
    background-color: #444;
    color: #fff; }
  .ionic .item[ng-click]:hover {
    cursor: pointer; }
  .ionic .item.active, .ionic .item.activated, .ionic .item-complex.active .item-content, .ionic .item-complex.activated .item-content {
    border-color: #ccc;
    background-color: #D9D9D9; }
  .ionic .item.active.item-light, .ionic .item.activated.item-light, .ionic .item-complex.active .item-content.item-light, .ionic .item-complex.activated .item-content.item-light {
    border-color: #ccc;
    background-color: #fafafa; }
  .ionic .item.active.item-stable, .ionic .item.activated.item-stable, .ionic .item-complex.active .item-content.item-stable, .ionic .item-complex.activated .item-content.item-stable {
    border-color: #a2a2a2;
    background-color: #e5e5e5; }
  .ionic .item.active.item-positive, .ionic .item.activated.item-positive, .ionic .item-complex.active .item-content.item-positive, .ionic .item-complex.activated .item-content.item-positive {
    border-color: #145fd7;
    background-color: #145fd7; }
  .ionic .item.active.item-calm, .ionic .item.activated.item-calm, .ionic .item-complex.active .item-content.item-calm, .ionic .item-complex.activated .item-content.item-calm {
    border-color: #1aacc3;
    background-color: #1aacc3; }
  .ionic .item.active.item-assertive, .ionic .item.activated.item-assertive, .ionic .item-complex.active .item-content.item-assertive, .ionic .item-complex.activated .item-content.item-assertive {
    border-color: #cc2311;
    background-color: #cc2311; }
  .ionic .item.active.item-balanced, .ionic .item.activated.item-balanced, .ionic .item-complex.active .item-content.item-balanced, .ionic .item-complex.activated .item-content.item-balanced {
    border-color: #498f24;
    background-color: #498f24; }
  .ionic .item.active.item-energized, .ionic .item.activated.item-energized, .ionic .item-complex.active .item-content.item-energized, .ionic .item-complex.activated .item-content.item-energized {
    border-color: #d39211;
    background-color: #d39211; }
  .ionic .item.active.item-royal, .ionic .item.activated.item-royal, .ionic .item-complex.active .item-content.item-royal, .ionic .item-complex.activated .item-content.item-royal {
    border-color: #552bdf;
    background-color: #552bdf; }
  .ionic .item.active.item-dark, .ionic .item.activated.item-dark, .ionic .item-complex.active .item-content.item-dark, .ionic .item-complex.activated .item-content.item-dark {
    border-color: #000;
    background-color: #262626; }
  .ionic .item, .ionic .item h1, .ionic .item h2, .ionic .item h3, .ionic .item h4, .ionic .item h5, .ionic .item h6, .ionic .item p, .ionic .item-content, .ionic .item-content h1, .ionic .item-content h2, .ionic .item-content h3, .ionic .item-content h4, .ionic .item-content h5, .ionic .item-content h6, .ionic .item-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .ionic a.item {
    color: inherit;
    text-decoration: none; }
  .ionic a.item:hover, .ionic a.item:focus {
    text-decoration: none; }
  .ionic .item-complex, .ionic a.item.item-complex, .ionic button.item.item-complex {
    padding: 0; }
  .ionic .item-complex .item-content, .ionic .item-radio .item-content {
    position: relative;
    z-index: 2;
    padding: 15px 40px 15px 15px;
    border: none;
    background-color: white; }
  .ionic a.item-content {
    display: block;
    color: inherit;
    text-decoration: none; }
  .ionic .item-text-wrap .item, .ionic .item-text-wrap .item-content, .ionic .item-text-wrap, .ionic .item-text-wrap h1, .ionic .item-text-wrap h2, .ionic .item-text-wrap h3, .ionic .item-text-wrap h4, .ionic .item-text-wrap h5, .ionic .item-text-wrap h6, .ionic .item-text-wrap p, .ionic .item-complex.item-text-wrap .item-content, .ionic .item-body h1, .ionic .item-body h2, .ionic .item-body h3, .ionic .item-body h4, .ionic .item-body h5, .ionic .item-body h6, .ionic .item-body p {
    overflow: visible;
    white-space: normal; }
  .ionic .item-complex.item-text-wrap, .ionic .item-complex.item-text-wrap h1, .ionic .item-complex.item-text-wrap h2, .ionic .item-complex.item-text-wrap h3, .ionic .item-complex.item-text-wrap h4, .ionic .item-complex.item-text-wrap h5, .ionic .item-complex.item-text-wrap h6, .ionic .item-complex.item-text-wrap p {
    overflow: visible;
    white-space: normal; }
  .ionic .item-icon-left .icon, .ionic .item-icon-right .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    height: 100%;
    font-size: 32px; }
  .ionic .item-icon-left .icon:before, .ionic .item-icon-right .icon:before {
    display: block;
    width: 32px;
    text-align: center; }
  .ionic .item .fill-icon {
    min-width: 30px;
    min-height: 30px;
    font-size: 28px; }
  .ionic .item-icon-left {
    padding-left: 45px; }
  .ionic .item-icon-left .icon {
    left: 7.5px; }
  .ionic .item-complex.item-icon-left {
    padding-left: 0; }
  .ionic .item-complex.item-icon-left .item-content {
    padding-left: 45px; }
  .ionic .item-icon-right {
    padding-right: 45px; }
  .ionic .item-icon-right .icon {
    right: 7.5px; }
  .ionic .item-complex.item-icon-right {
    padding-right: 0; }
  .ionic .item-complex.item-icon-right .item-content {
    padding-right: 45px; }
  .ionic .item-icon-left.item-icon-right .icon:first-child {
    right: auto; }
  .ionic .item-icon-left.item-icon-right .icon:last-child, .ionic .item-icon-left .item-delete .icon {
    left: auto; }
  .ionic .item-button-left {
    padding-left: 67.5px; }
  .ionic .item-button-left > .button, .ionic .item-button-left .item-content > .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: absolute;
    top: 7.5px;
    left: 7.5px;
    min-width: 34px;
    min-height: 34px;
    font-size: 18px;
    line-height: 32px; }
  .ionic .item-button-left > .button .icon:before, .ionic .item-button-left .item-content > .button .icon:before {
    position: relative;
    left: auto;
    width: auto;
    line-height: 31px; }
  .ionic .item-button-left > .button > .button, .ionic .item-button-left .item-content > .button > .button {
    margin: 0px 2px;
    min-height: 34px;
    font-size: 18px;
    line-height: 32px; }
  .ionic .item-button-right, .ionic a.item.item-button-right, .ionic button.item.item-button-right {
    padding-right: 75px; }
  .ionic .item-button-right > .button, .ionic .item-button-right .item-content > .button, .ionic .item-button-right > .buttons, .ionic .item-button-right .item-content > .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: absolute;
    top: 7.5px;
    right: 15px;
    min-width: 34px;
    min-height: 34px;
    font-size: 18px;
    line-height: 32px; }
  .ionic .item-button-right > .button .icon:before, .ionic .item-button-right .item-content > .button .icon:before, .ionic .item-button-right > .buttons .icon:before, .ionic .item-button-right .item-content > .buttons .icon:before {
    position: relative;
    left: auto;
    width: auto;
    line-height: 31px; }
  .ionic .item-button-right > .button > .button, .ionic .item-button-right .item-content > .button > .button, .ionic .item-button-right > .buttons > .button, .ionic .item-button-right .item-content > .buttons > .button {
    margin: 0px 2px;
    min-width: 34px;
    min-height: 34px;
    font-size: 18px;
    line-height: 32px; }
  .ionic a.item, .ionic button.item, .ionic .item[href] .item-content, .ionic .item[ng-click] .item-content {
    padding-right: 40px; }
  .ionic a.item:after, .ionic button.item:after, .ionic .item[href] .item-content:after, .ionic .item[ng-click] .item-content:after {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    right: 11px;
    display: block;
    margin-top: -8px;
    color: #ccc;
    content: "\f125";
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 16px;
    font-family: 'Ionicons';
    line-height: 1;
    speak: none; }
  .ionic .grade-c a.item:after, .ionic .grade-c button.item:after, .ionic .grade-c .item[href] .item-content:after, .ionic .grade-c .item[ng-click] .item-content:after {
    -webkit-font-smoothing: none;
    font-smoothing: none; }
  .ionic a.item-icon-right:after, .ionic button.item-icon-right:after, .ionic a.item-button-right:after, .ionic button.item-button-right:after, .ionic .item a.item-content:after {
    display: none; }
  .ionic .item-avatar, .ionic .item-avatar .item-content {
    padding-left: 70px;
    min-height: 70px; }
  .ionic .item-avatar > img:first-child, .ionic .item-avatar .item-image, .ionic .item-avatar .item-content > img:first-child, .ionic .item-avatar .item-content .item-image {
    position: absolute;
    top: 15px;
    left: 15px;
    max-width: 40px;
    max-height: 40px;
    width: 100%;
    border-radius: 4px; }
  .ionic .item-thumbnail-left, .ionic .item-thumbnail-left .item-content {
    padding-left: 105px;
    min-height: 100px; }
  .ionic .item-thumbnail-left > img:first-child, .ionic .item-thumbnail-left .item-image, .ionic .item-thumbnail-left .item-content > img:first-child, .ionic .item-thumbnail-left .item-content .item-image {
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: 80px;
    max-height: 80px;
    width: 100%; }
  .ionic .item-avatar.item-complex, .ionic .item-thumbnail-left.item-complex {
    padding-left: 0; }
  .ionic .item-thumbnail-right, .ionic .item-thumbnail-right .item-content {
    padding-right: 105px;
    min-height: 100px; }
  .ionic .item-thumbnail-right > img:first-child, .ionic .item-thumbnail-right .item-image, .ionic .item-thumbnail-right .item-content > img:first-child, .ionic .item-thumbnail-right .item-content .item-image {
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 80px;
    max-height: 80px;
    width: 100%; }
  .ionic .item-thumbnail-right.item-complex {
    padding-right: 0; }
  .ionic .item-image {
    padding: 0;
    text-align: center; }
  .ionic .item-image img:first-child, .ionic .item-image .list-img {
    width: 100%;
    vertical-align: middle; }
  .ionic .item-body {
    overflow: auto;
    padding: 15px;
    text-overflow: inherit;
    white-space: normal; }
  .ionic .item-body h1, .ionic .item-body h2, .ionic .item-body h3, .ionic .item-body h4, .ionic .item-body h5, .ionic .item-body h6, .ionic .item-body p {
    margin-top: 15px;
    margin-bottom: 15px; }
  .ionic .item-divider {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    min-height: 30px;
    background-color: #f5f5f5;
    color: #222;
    font-weight: bold; }
  .ionic .item-note {
    float: right;
    color: #aaa;
    font-size: 14px; }
  .ionic .item-left-editable .item-content, .ionic .item-right-editable .item-content {
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    transition-property: none; }
  .ionic .item-left-editable .item-content {
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform; }
  .ionic .item-right-editable .item-content {
    -webkit-transition-property: margin-right;
    -moz-transition-property: margin-right;
    transition-property: margin-right; }
  .ionic .item-left-editable.item-right-editable .item-content {
    -webkit-transition-property: -webkit-transform, margin-right;
    -moz-transition-property: -moz-transform, margin-right;
    transition-property: transform, margin-right; }
  .ionic .list-left-editing .item-left-editable .item-content, .ionic .item-left-editing.item-left-editable .item-content {
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0); }
  .ionic .list-right-editing .item-right-editable .item-content, .ionic .item-right-editing.item-right-editable .item-content {
    margin-right: 50px; }
  .ionic .item-left-edit {
    -webkit-transition: all ease-in-out 250ms;
    -moz-transition: all ease-in-out 250ms;
    transition: all ease-in-out 250ms;
    -webkit-transform: translate3d(-42px, 0, 0);
    -moz-transform: translate3d(-42px, 0, 0);
    transform: translate3d(-42px, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 50px;
    height: 100%;
    line-height: 100%; }
  .ionic .item-left-edit .button {
    height: 100%; }
  .ionic .item-left-edit .button.icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    height: 100%; }
  .ionic .list-left-editing .item-left-edit, .ionic .item-left-editing .item-left-edit {
    -webkit-transform: translate3d(8px, 0, 0);
    -moz-transform: translate3d(8px, 0, 0);
    transform: translate3d(8px, 0, 0); }
  .ionic .item-delete .button.icon {
    color: #ef4e3a;
    font-size: 24px; }
  .ionic .item-delete .button.icon:hover {
    opacity: 0.7; }
  .ionic .item-right-edit {
    -webkit-transition: all ease-in-out 250ms;
    -moz-transition: all ease-in-out 250ms;
    transition: all ease-in-out 250ms;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 50px;
    height: 100%;
    background: inherit; }
  .ionic .item-right-edit .button {
    min-width: 50px;
    height: 100%; }
  .ionic .item-right-edit .button.icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    height: 100%;
    font-size: 32px; }
  .ionic .item-reorder .button.icon {
    color: #444;
    font-size: 32px; }
  .ionic .item-reordering {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    box-shadow: 0px 0px 10px 0px #aaa; }
  .ionic .item-reordering .item-reorder {
    z-index: 1; }
  .ionic .item-placeholder {
    opacity: 0.7; }
  .ionic .item-left-edit.item-delete, .ionic .item-right-edit.item-reorder {
    opacity: 1; }
  .ionic .item-left-edit.item-delete.ng-hide, .ionic .item-right-edit.item-reorder.ng-hide {
    opacity: 0; }
  .ionic .item-left-edit.item-delete.ng-hide-add, .ionic .item-left-edit.item-delete.ng-hide-remove, .ionic .item-right-edit.item-reorder.ng-hide-add, .ionic .item-right-edit.item-reorder.ng-hide-remove {
    display: block !important; }
  .ionic .item-options {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%; }
  .ionic .item-options .button {
    height: 100%;
    border: none;
    border-radius: 0; }
  .ionic .list {
    position: relative;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 0;
    margin-bottom: 20px; }
  .ionic .list:last-child {
    margin-bottom: 0px; }
  .ionic .list-header {
    margin-top: 20px;
    padding: 5px 15px;
    background-color: transparent;
    color: #222;
    font-weight: bold; }
  .ionic .card.list .list-item {
    padding-right: 1px;
    padding-left: 1px; }
  .ionic .card, .ionic .list-inset {
    overflow: hidden;
    margin: 20px 10px;
    border-radius: 2px;
    background-color: #fff; }
  .ionic .card {
    padding-top: 1px;
    padding-bottom: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  .ionic .card .item:first-child, .ionic .list-inset .item:first-child, .ionic .padding > .list .item:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
  .ionic .card .item:first-child .item-content, .ionic .list-inset .item:first-child .item-content, .ionic .padding > .list .item:first-child .item-content {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
  .ionic .card .item:last-child, .ionic .list-inset .item:last-child, .ionic .padding > .list .item:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }
  .ionic .card .item:last-child .item-content, .ionic .list-inset .item:last-child .item-content, .ionic .padding > .list .item:last-child .item-content {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }
  .ionic .card .item:last-child, .ionic .list-inset .item:last-child {
    margin-bottom: -1px; }
  .ionic .card .item, .ionic .list-inset .item, .ionic .padding > .list .item, .ionic .padding-horizontal > .list .item {
    margin-right: 0;
    margin-left: 0; }
  .ionic .padding-left > .list .item {
    margin-left: 0; }
  .ionic .padding-right > .list .item {
    margin-right: 0; }
  .ionic .badge {
    background-color: transparent;
    color: #AAAAAA;
    z-index: 1;
    display: inline-block;
    padding: 3px 8px;
    min-width: 10px;
    border-radius: 10px;
    vertical-align: baseline;
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px; }
  .ionic .badge:empty {
    display: none; }
  .ionic .tabs .tab-item .badge.badge-light, .ionic .badge.badge-light {
    background-color: #fff;
    color: #444; }
  .ionic .tabs .tab-item .badge.badge-stable, .ionic .badge.badge-stable {
    background-color: #f8f8f8;
    color: #444; }
  .ionic .tabs .tab-item .badge.badge-positive, .ionic .badge.badge-positive {
    background-color: #4a87ee;
    color: #fff; }
  .ionic .tabs .tab-item .badge.badge-calm, .ionic .badge.badge-calm {
    background-color: #43cee6;
    color: #fff; }
  .ionic .tabs .tab-item .badge.badge-assertive, .ionic .badge.badge-assertive {
    background-color: #ef4e3a;
    color: #fff; }
  .ionic .tabs .tab-item .badge.badge-balanced, .ionic .badge.badge-balanced {
    background-color: #66cc33;
    color: #fff; }
  .ionic .tabs .tab-item .badge.badge-energized, .ionic .badge.badge-energized {
    background-color: #f0b840;
    color: #fff; }
  .ionic .tabs .tab-item .badge.badge-royal, .ionic .badge.badge-royal {
    background-color: #8a6de9;
    color: #fff; }
  .ionic .tabs .tab-item .badge.badge-dark, .ionic .badge.badge-dark {
    background-color: #444;
    color: #fff; }
  .ionic .button .badge {
    position: relative;
    top: -1px; }
  .ionic .slider {
    position: relative;
    visibility: hidden;
    overflow: hidden; }
  .ionic .slider-slides {
    position: relative;
    height: 100%; }
  .ionic .slider-slide {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    vertical-align: top; }
  .ionic .slider-slide-image > img {
    width: 100%; }
  .ionic .slider-pager {
    position: absolute;
    bottom: 20px;
    z-index: 1;
    width: 100%;
    height: 15px;
    text-align: center; }
  .ionic .slider-pager .slider-pager-page {
    display: inline-block;
    margin: 0px 3px;
    width: 15px;
    color: #000;
    text-decoration: none;
    opacity: 0.3; }
  .ionic .slider-pager .slider-pager-page.active {
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
    opacity: 1; }
  .ionic .split-pane {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    width: 100%;
    height: 100%; }
  .ionic .split-pane-menu {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 320px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 320px;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    overflow-y: auto;
    width: 320px;
    height: 100%;
    border-right: 1px solid #eee; }
  @media all and (max-width: 568px) {
    .ionic .split-pane-menu {
      border-right: none; } }
  .ionic .split-pane-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .ionic form {
    margin: 0 0 1.42857; }
  .ionic legend {
    display: block;
    margin-bottom: 1.42857;
    padding: 0;
    width: 100%;
    border: 1px solid #ddd;
    color: #444;
    font-size: 21px;
    line-height: 2.85714; }
  .ionic legend small {
    color: #f8f8f8;
    font-size: 1.07143; }
  .ionic label, .ionic input, .ionic button, .ionic select, .ionic textarea {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.42857; }
  .ionic input, .ionic button, .ionic select, .ionic textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  .ionic .item-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 6px 0 5px 8px; }
  .ionic .item-input input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 220px;
    -moz-box-flex: 1;
    -moz-flex: 1 0 220px;
    -ms-flex: 1 0 220px;
    flex: 1 0 220px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding-right: 24px;
    background-color: transparent; }
  .ionic .item-input .button .icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 24px;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    position: static;
    display: inline-block;
    height: auto;
    text-align: center;
    font-size: 16px; }
  .ionic .item-input .button-bar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 220px;
    -moz-box-flex: 1;
    -moz-flex: 1 0 220px;
    -ms-flex: 1 0 220px;
    flex: 1 0 220px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .ionic .item-input .icon {
    min-width: 14px; }
  .ionic .item-input-inset {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 10px; }
  .ionic .item-input-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    -moz-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-right: 8px;
    padding-left: 8px;
    background: #eee; }
  .ionic .item-input-inset .item-input-wrapper input {
    padding-left: 4px;
    height: 29px;
    background: inherit;
    line-height: 18px; }
  .ionic .item-input-wrapper ~ .button {
    margin-left: 10px; }
  .ionic .input-label {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100px;
    -moz-box-flex: 1;
    -moz-flex: 1 0 100px;
    -ms-flex: 1 0 100px;
    flex: 1 0 100px;
    display: table;
    padding: 7px 10px 7px 3px;
    max-width: 200px;
    width: 35%;
    color: #444;
    font-weight: bold;
    font-size: 14px; }
  .ionic .placeholder-icon {
    color: #aaa; }
  .ionic .placeholder-icon:first-child {
    padding-right: 6px; }
  .ionic .placeholder-icon:last-child {
    padding-left: 6px; }
  .ionic .item-stacked-label {
    display: block;
    background-color: transparent;
    box-shadow: none; }
  .ionic .item-stacked-label .input-label, .ionic .item-stacked-label .icon {
    display: inline-block;
    padding: 4px 0;
    vertical-align: middle; }
  .ionic .item-stacked-label input, .ionic .item-stacked-label textarea {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    padding: 4px 8px 3px;
    border: none;
    background-color: #fff; }
  .ionic .item-stacked-label input {
    height: 46px; }
  .ionic textarea, .ionic input[type="text"], .ionic input[type="password"], .ionic input[type="datetime"], .ionic input[type="datetime-local"], .ionic input[type="date"], .ionic input[type="month"], .ionic input[type="time"], .ionic input[type="week"], .ionic input[type="number"], .ionic input[type="email"], .ionic input[type="url"], .ionic input[type="search"], .ionic input[type="tel"], .ionic input[type="color"] {
    display: block;
    padding-top: 2px;
    height: 34px;
    color: #111;
    vertical-align: middle;
    font-size: 14px;
    line-height: 16px; }
  .ionic input, .ionic textarea {
    width: 100%; }
  .ionic textarea {
    height: auto; }
  .ionic textarea, .ionic input[type="text"], .ionic input[type="password"], .ionic input[type="datetime"], .ionic input[type="datetime-local"], .ionic input[type="date"], .ionic input[type="month"], .ionic input[type="time"], .ionic input[type="week"], .ionic input[type="number"], .ionic input[type="email"], .ionic input[type="url"], .ionic input[type="search"], .ionic input[type="tel"], .ionic input[type="color"] {
    border: 0; }
  .ionic input[type="radio"], .ionic input[type="checkbox"] {
    margin: 0;
    line-height: normal; }
  .ionic input[type="file"], .ionic input[type="image"], .ionic input[type="submit"], .ionic input[type="reset"], .ionic input[type="button"], .ionic input[type="radio"], .ionic input[type="checkbox"] {
    width: auto; }
  .ionic input[type="file"] {
    line-height: 34px; }
  .ionic input:-moz-placeholder, .ionic textarea:-moz-placeholder {
    color: #aaaaaa; }
  .ionic input:-ms-input-placeholder, .ionic textarea:-ms-input-placeholder {
    color: #aaaaaa; }
  .ionic input::-webkit-input-placeholder, .ionic textarea::-webkit-input-placeholder {
    color: #aaaaaa; }
  .ionic input[disabled], .ionic select[disabled], .ionic textarea[disabled], .ionic input[readonly], .ionic select[readonly], .ionic textarea[readonly] {
    background-color: #f8f8f8;
    cursor: not-allowed; }
  .ionic input[type="radio"][disabled], .ionic input[type="checkbox"][disabled], .ionic input[type="radio"][readonly], .ionic input[type="checkbox"][readonly] {
    background-color: transparent; }
  .ionic .checkbox {
    position: relative;
    display: inline-block;
    padding: 7px 7px;
    cursor: pointer; }
  .ionic .checkbox input:before {
    border: 1px solid #4a87ee; }
  .ionic .checkbox input:checked:before {
    background: #4a87ee; }
  .ionic .checkbox.checkbox-light input:before {
    border: 1px solid #ddd; }
  .ionic .checkbox.checkbox-light input:checked:before {
    background: #ddd; }
  .ionic .checkbox.checkbox-stable input:before {
    border: 1px solid #b2b2b2; }
  .ionic .checkbox.checkbox-stable input:checked:before {
    background: #b2b2b2; }
  .ionic .checkbox.checkbox-positive input:before {
    border: 1px solid #4a87ee; }
  .ionic .checkbox.checkbox-positive input:checked:before {
    background: #4a87ee; }
  .ionic .checkbox.checkbox-calm input:before {
    border: 1px solid #43cee6; }
  .ionic .checkbox.checkbox-calm input:checked:before {
    background: #43cee6; }
  .ionic .checkbox.checkbox-assertive input:before {
    border: 1px solid #ef4e3a; }
  .ionic .checkbox.checkbox-assertive input:checked:before {
    background: #ef4e3a; }
  .ionic .checkbox.checkbox-balanced input:before {
    border: 1px solid #66cc33; }
  .ionic .checkbox.checkbox-balanced input:checked:before {
    background: #66cc33; }
  .ionic .checkbox.checkbox-energized input:before {
    border: 1px solid #f0b840; }
  .ionic .checkbox.checkbox-energized input:checked:before {
    background: #f0b840; }
  .ionic .checkbox.checkbox-royal input:before {
    border: 1px solid #8a6de9; }
  .ionic .checkbox.checkbox-royal input:checked:before {
    background: #8a6de9; }
  .ionic .checkbox.checkbox-dark input:before {
    border: 1px solid #444; }
  .ionic .checkbox.checkbox-dark input:checked:before {
    background: #444; }
  .ionic .checkbox input {
    position: relative;
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    cursor: pointer;
    -webkit-appearance: none; }
  .ionic .checkbox input:before {
    /* what the checkbox looks like when its not checked */
    display: table;
    width: 100%;
    height: 100%;
    border-radius: 28px;
    background: #fff;
    content: ' ';
    transition: background-color 0.1s ease-in-out; }
  .ionic .checkbox input:after {
    -webkit-transition: opacity 0.05s ease-in-out;
    -moz-transition: opacity 0.05s ease-in-out;
    transition: opacity 0.05s ease-in-out;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 30%;
    left: 26%;
    display: table;
    width: 15px;
    height: 10.33333px;
    border: 3px solid #fff;
    border-top: 0;
    border-right: 0;
    content: ' ';
    opacity: 0; }
  .ionic .grade-c .checkbox input:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    top: 3px;
    left: 4px;
    border: none;
    color: #fff;
    content: '\2713';
    font-weight: bold;
    font-size: 20px; }
  .ionic .checkbox input:checked:after {
    opacity: 1; }
  .ionic .item-checkbox {
    padding-left: 58px; }
  .ionic .item-checkbox.active {
    box-shadow: none; }
  .ionic .item-checkbox .checkbox {
    position: absolute;
    top: 50%;
    right: 7.5px;
    left: 7.5px;
    z-index: 3;
    margin-top: -21px; }
  .ionic .toggle {
    position: relative;
    display: inline-block;
    margin: -5px;
    padding: 5px; }
  .ionic .toggle input:checked + .track {
    border-color: #4a87ee;
    background-color: #4a87ee; }
  .ionic .toggle.dragging .handle {
    background-color: #f2f2f2 !important; }
  .ionic .toggle.toggle-light input:checked + .track {
    border-color: #ddd;
    background-color: #ddd; }
  .ionic .toggle.toggle-stable input:checked + .track {
    border-color: #b2b2b2;
    background-color: #b2b2b2; }
  .ionic .toggle.toggle-positive input:checked + .track {
    border-color: #4a87ee;
    background-color: #4a87ee; }
  .ionic .toggle.toggle-calm input:checked + .track {
    border-color: #43cee6;
    background-color: #43cee6; }
  .ionic .toggle.toggle-assertive input:checked + .track {
    border-color: #ef4e3a;
    background-color: #ef4e3a; }
  .ionic .toggle.toggle-balanced input:checked + .track {
    border-color: #66cc33;
    background-color: #66cc33; }
  .ionic .toggle.toggle-energized input:checked + .track {
    border-color: #f0b840;
    background-color: #f0b840; }
  .ionic .toggle.toggle-royal input:checked + .track {
    border-color: #8a6de9;
    background-color: #8a6de9; }
  .ionic .toggle.toggle-dark input:checked + .track {
    border-color: #444;
    background-color: #444; }
  .ionic .toggle input {
    display: none; }
  .ionic .toggle .track {
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: background-color, border;
    -moz-transition-property: background-color, border;
    transition-property: background-color, border;
    display: inline-block;
    box-sizing: border-box;
    width: 54px;
    height: 32px;
    border: solid 2px #E5E5E5;
    border-radius: 20px;
    background-color: #E5E5E5;
    content: ' ';
    cursor: pointer; }
  .ionic .toggle .handle {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 7px;
    left: 7px;
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    background-color: #fff;
    /* used to create a larger (but hidden) hit area to slide the handle */ }
  .ionic .toggle .handle:before {
    position: absolute;
    top: -4px;
    left: -22px;
    padding: 19px 35px;
    content: " "; }
  .ionic .toggle input:checked + .track .handle {
    -webkit-transform: translate3d(22px, 0, 0);
    -moz-transform: translate3d(22px, 0, 0);
    transform: translate3d(22px, 0, 0);
    background-color: #fff; }
  .ionic .item-toggle {
    padding-right: 99px; }
  .ionic .item-toggle.active {
    box-shadow: none; }
  .ionic .item-toggle .toggle {
    position: absolute;
    top: 7.5px;
    right: 15px;
    z-index: 3; }
  .ionic .toggle input:disabled + .track {
    opacity: 0.6; }
  .ionic .item-radio {
    padding: 0; }
  .ionic .item-radio:hover {
    cursor: pointer; }
  .ionic .item-radio .item-content {
    /* give some room to the right for the checkmark icon */
    padding-right: 60px; }
  .ionic .item-radio .radio-icon {
    /* checkmark icon will be hidden by default */
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    visibility: hidden;
    padding: 13px;
    height: 100%;
    font-size: 24px; }
  .ionic .item-radio input {
    /* hide any radio button inputs elements (the ugly circles) */
    position: absolute;
    left: -9999px; }
  .ionic .item-radio input:checked ~ .item-content {
    /* style the item content when its checked */
    background: #f7f7f7; }
  .ionic .item-radio input:checked ~ .radio-icon {
    /* show the checkmark icon when its checked */
    visibility: visible; }
  .ionic .platform-android.grade-b .item-radio, .ionic .platform-android.grade-c .item-radio {
    -webkit-animation: androidCheckedbugfix infinite 1s; }
  .ionic input[type="range"] {
    display: inline-block;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 2px;
    padding-left: 1px;
    width: auto;
    height: 35px;
    outline: none;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #cccccc));
    background: linear-gradient(to right, #cccccc 0%, #cccccc 100%);
    background-position: center;
    background-size: 99% 4px;
    background-repeat: no-repeat;
    -webkit-appearance: none; }
  .ionic input[type="range"]::-webkit-slider-thumb {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 1px 3px 5px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    -webkit-appearance: none; }
  .ionic input[type="range"]::-webkit-slider-thumb:before {
    /* what creates the colorful line on the left side of the slider */
    position: absolute;
    top: 8px;
    left: -2001px;
    width: 2000px;
    height: 4px;
    background: #444;
    content: ' '; }
  .ionic input[type="range"]::-webkit-slider-thumb:after {
    /* create a larger (but hidden) hit area */
    position: absolute;
    top: -20px;
    left: -20px;
    padding: 30px;
    content: ' '; }
  .ionic .range {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 2px 4px; }
  .ionic .range.range-light input::-webkit-slider-thumb:before {
    background: #ddd; }
  .ionic .range.range-stable input::-webkit-slider-thumb:before {
    background: #b2b2b2; }
  .ionic .range.range-positive input::-webkit-slider-thumb:before {
    background: #4a87ee; }
  .ionic .range.range-calm input::-webkit-slider-thumb:before {
    background: #43cee6; }
  .ionic .range.range-balanced input::-webkit-slider-thumb:before {
    background: #66cc33; }
  .ionic .range.range-assertive input::-webkit-slider-thumb:before {
    background: #ef4e3a; }
  .ionic .range.range-energized input::-webkit-slider-thumb:before {
    background: #f0b840; }
  .ionic .range.range-royal input::-webkit-slider-thumb:before {
    background: #8a6de9; }
  .ionic .range.range-dark input::-webkit-slider-thumb:before {
    background: #444; }
  .ionic .range .icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -moz-box-flex: 0;
    -moz-flex: 0;
    -ms-flex: 0;
    flex: 0;
    display: block;
    min-width: 24px;
    text-align: center;
    font-size: 24px; }
  .ionic .range input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    margin-right: 10px;
    margin-left: 10px; }
  .ionic .range-label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    white-space: nowrap; }
  .ionic .range-label:first-child {
    padding-left: 5px; }
  .ionic .range input + .range-label {
    padding-right: 5px;
    padding-left: 0; }
  .ionic .select-inline select, .ionic .item-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    color: #333;
    text-indent: 1px;
    text-overflow: '';
    white-space: nowrap;
    font-size: 14px;
    cursor: pointer; }
  .ionic .select-inline {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: #fff;
    color: #111;
    vertical-align: middle;
    font-size: 14px;
    line-height: 16px; }
  .ionic .select-inline select {
    padding: 6px 25px 7px 8px; }
  .ionic .select-inline + .select-inline {
    margin-left: 6px; }
  .ionic .item-select {
    position: relative; }
  .ionic .item-select select {
    position: absolute;
    top: 0;
    right: 0;
    padding: 13px 45px 15px 5px;
    width: 100%;
    direction: rtl; }
  .ionic .item-select select:focus {
    min-width: 30%;
    width: auto; }
  .ionic .select-inline:after, .ionic .item-select:after {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-top: 5px solid;
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid rgba(0, 0, 0, 0);
    color: #999;
    content: "";
    pointer-events: none; }
  .ionic .select-inline:after {
    right: 7px; }
  .ionic .item-select:after {
    right: 15px; }
  .ionic select[multiple], .ionic select[size] {
    height: auto; }
  .ionic progress {
    display: block;
    margin: 15px auto;
    width: 100%; }
  .ionic .button {
    border-color: #b2b2b2;
    background-color: #f8f8f8;
    color: #444;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 1px 12px 0 12px;
    min-width: 52px;
    min-height: 47px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    vertical-align: top;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 42px;
    cursor: pointer; }
  .ionic .button:hover {
    color: #444;
    text-decoration: none; }
  .ionic .button.active, .ionic .button.activated {
    border-color: #a2a2a2;
    background-color: #e5e5e5;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); }
  .ionic .button:after {
    position: absolute;
    top: -6px;
    right: -8px;
    bottom: -6px;
    left: -8px;
    content: ' '; }
  .ionic .button .icon {
    vertical-align: top; }
  .ionic .button .icon:before, .ionic .button.icon:before, .ionic .button.icon-left:before, .ionic .button.icon-right:before {
    display: inline-block;
    padding: 0 0 1px 0;
    vertical-align: inherit;
    font-size: 24px;
    line-height: 42px; }
  .ionic .button.icon-left:before {
    float: left;
    padding-right: 0.2em;
    padding-left: 0; }
  .ionic .button.icon-right:before {
    float: right;
    padding-right: 0;
    padding-left: 0.2em; }
  .ionic .button.button-block, .ionic .button.button-full {
    margin-top: 10px;
    margin-bottom: 10px; }
  .ionic .button.button-light {
    border-color: #ddd;
    background-color: #fff;
    color: #444; }
  .ionic .button.button-light:hover {
    color: #444;
    text-decoration: none; }
  .ionic .button.button-light.active, .ionic .button.button-light.activated {
    border-color: #ccc;
    background-color: #fafafa;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); }
  .ionic .button.button-light.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #ddd; }
  .ionic .button.button-light.button-icon {
    border-color: transparent;
    background: none; }
  .ionic .button.button-light.button-outline {
    border-color: #ddd;
    background: transparent;
    color: #ddd; }
  .ionic .button.button-light.button-outline.active, .ionic .button.button-light.button-outline.activated {
    background-color: #ddd;
    box-shadow: none;
    color: #fff; }
  .ionic .button.button-stable {
    border-color: #b2b2b2;
    background-color: #f8f8f8;
    color: #444; }
  .ionic .button.button-stable:hover {
    color: #444;
    text-decoration: none; }
  .ionic .button.button-stable.active, .ionic .button.button-stable.activated {
    border-color: #a2a2a2;
    background-color: #e5e5e5;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); }
  .ionic .button.button-stable.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #b2b2b2; }
  .ionic .button.button-stable.button-icon {
    border-color: transparent;
    background: none; }
  .ionic .button.button-stable.button-outline {
    border-color: #b2b2b2;
    background: transparent;
    color: #b2b2b2; }
  .ionic .button.button-stable.button-outline.active, .ionic .button.button-stable.button-outline.activated {
    background-color: #b2b2b2;
    box-shadow: none;
    color: #fff; }
  .ionic .button.button-positive {
    border-color: #145fd7;
    background-color: #4a87ee;
    color: #fff; }
  .ionic .button.button-positive:hover {
    color: #fff;
    text-decoration: none; }
  .ionic .button.button-positive.active, .ionic .button.button-positive.activated {
    border-color: #145fd7;
    background-color: #145fd7;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); }
  .ionic .button.button-positive.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #4a87ee; }
  .ionic .button.button-positive.button-icon {
    border-color: transparent;
    background: none; }
  .ionic .button.button-positive.button-outline {
    border-color: #4a87ee;
    background: transparent;
    color: #4a87ee; }
  .ionic .button.button-positive.button-outline.active, .ionic .button.button-positive.button-outline.activated {
    background-color: #4a87ee;
    box-shadow: none;
    color: #fff; }
  .ionic .button.button-calm {
    border-color: #1aacc3;
    background-color: #43cee6;
    color: #fff; }
  .ionic .button.button-calm:hover {
    color: #fff;
    text-decoration: none; }
  .ionic .button.button-calm.active, .ionic .button.button-calm.activated {
    border-color: #1aacc3;
    background-color: #1aacc3;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); }
  .ionic .button.button-calm.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #43cee6; }
  .ionic .button.button-calm.button-icon {
    border-color: transparent;
    background: none; }
  .ionic .button.button-calm.button-outline {
    border-color: #43cee6;
    background: transparent;
    color: #43cee6; }
  .ionic .button.button-calm.button-outline.active, .ionic .button.button-calm.button-outline.activated {
    background-color: #43cee6;
    box-shadow: none;
    color: #fff; }
  .ionic .button.button-assertive {
    border-color: #cc2311;
    background-color: #ef4e3a;
    color: #fff; }
  .ionic .button.button-assertive:hover {
    color: #fff;
    text-decoration: none; }
  .ionic .button.button-assertive.active, .ionic .button.button-assertive.activated {
    border-color: #cc2311;
    background-color: #cc2311;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); }
  .ionic .button.button-assertive.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #ef4e3a; }
  .ionic .button.button-assertive.button-icon {
    border-color: transparent;
    background: none; }
  .ionic .button.button-assertive.button-outline {
    border-color: #ef4e3a;
    background: transparent;
    color: #ef4e3a; }
  .ionic .button.button-assertive.button-outline.active, .ionic .button.button-assertive.button-outline.activated {
    background-color: #ef4e3a;
    box-shadow: none;
    color: #fff; }
  .ionic .button.button-balanced {
    border-color: #498f24;
    background-color: #66cc33;
    color: #fff; }
  .ionic .button.button-balanced:hover {
    color: #fff;
    text-decoration: none; }
  .ionic .button.button-balanced.active, .ionic .button.button-balanced.activated {
    border-color: #498f24;
    background-color: #498f24;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); }
  .ionic .button.button-balanced.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #66cc33; }
  .ionic .button.button-balanced.button-icon {
    border-color: transparent;
    background: none; }
  .ionic .button.button-balanced.button-outline {
    border-color: #66cc33;
    background: transparent;
    color: #66cc33; }
  .ionic .button.button-balanced.button-outline.active, .ionic .button.button-balanced.button-outline.activated {
    background-color: #66cc33;
    box-shadow: none;
    color: #fff; }
  .ionic .button.button-energized {
    border-color: #d39211;
    background-color: #f0b840;
    color: #fff; }
  .ionic .button.button-energized:hover {
    color: #fff;
    text-decoration: none; }
  .ionic .button.button-energized.active, .ionic .button.button-energized.activated {
    border-color: #d39211;
    background-color: #d39211;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); }
  .ionic .button.button-energized.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #f0b840; }
  .ionic .button.button-energized.button-icon {
    border-color: transparent;
    background: none; }
  .ionic .button.button-energized.button-outline {
    border-color: #f0b840;
    background: transparent;
    color: #f0b840; }
  .ionic .button.button-energized.button-outline.active, .ionic .button.button-energized.button-outline.activated {
    background-color: #f0b840;
    box-shadow: none;
    color: #fff; }
  .ionic .button.button-royal {
    border-color: #552bdf;
    background-color: #8a6de9;
    color: #fff; }
  .ionic .button.button-royal:hover {
    color: #fff;
    text-decoration: none; }
  .ionic .button.button-royal.active, .ionic .button.button-royal.activated {
    border-color: #552bdf;
    background-color: #552bdf;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); }
  .ionic .button.button-royal.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #8a6de9; }
  .ionic .button.button-royal.button-icon {
    border-color: transparent;
    background: none; }
  .ionic .button.button-royal.button-outline {
    border-color: #8a6de9;
    background: transparent;
    color: #8a6de9; }
  .ionic .button.button-royal.button-outline.active, .ionic .button.button-royal.button-outline.activated {
    background-color: #8a6de9;
    box-shadow: none;
    color: #fff; }
  .ionic .button.button-dark {
    border-color: #111;
    background-color: #444;
    color: #fff; }
  .ionic .button.button-dark:hover {
    color: #fff;
    text-decoration: none; }
  .ionic .button.button-dark.active, .ionic .button.button-dark.activated {
    border-color: #000;
    background-color: #262626;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); }
  .ionic .button.button-dark.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #444; }
  .ionic .button.button-dark.button-icon {
    border-color: transparent;
    background: none; }
  .ionic .button.button-dark.button-outline {
    border-color: #444;
    background: transparent;
    color: #444; }
  .ionic .button.button-dark.button-outline.active, .ionic .button.button-dark.button-outline.activated {
    background-color: #444;
    box-shadow: none;
    color: #fff; }
  .ionic .button-small {
    padding: 0 4px;
    min-width: 28px;
    min-height: 31px;
    font-size: 12px;
    line-height: 28px; }
  .ionic .button-small .icon:before, .ionic .button-small.icon:before, .ionic .button-small.icon-left:before, .ionic .button-small.icon-right:before {
    font-size: 16px;
    line-height: 26px; }
  .ionic .button-large {
    padding: 0 16px;
    min-width: 68px;
    min-height: 59px;
    font-size: 20px;
    line-height: 53px; }
  .ionic .button-large .icon:before, .ionic .button-large.icon:before, .ionic .button-large.icon-left:before, .ionic .button-large.icon-right:before {
    padding-bottom: 2px;
    font-size: 32px;
    line-height: 51px; }
  .ionic .button-icon {
    -webkit-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    transition: opacity 0.1s;
    padding: 0 6px;
    min-width: initial;
    border-color: transparent;
    background: none; }
  .ionic .button-icon.button.active, .ionic .button-icon.button.activated {
    border-color: transparent;
    background: none;
    box-shadow: none;
    opacity: 0.3; }
  .ionic .button-icon .icon:before, .ionic .button-icon.icon:before {
    font-size: 32px; }
  .ionic .button-clear {
    -webkit-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    transition: opacity 0.1s;
    padding: 0 6px;
    max-height: 42px;
    border-color: transparent;
    background: none;
    box-shadow: none; }
  .ionic .button-clear.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #b2b2b2; }
  .ionic .button-clear.button-icon {
    border-color: transparent;
    background: none; }
  .ionic .button-clear.active, .ionic .button-clear.activated {
    opacity: 0.3; }
  .ionic .button-outline {
    -webkit-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    transition: opacity 0.1s;
    background: none;
    box-shadow: none; }
  .ionic .button-outline.button-outline {
    border-color: #b2b2b2;
    background: transparent;
    color: #b2b2b2; }
  .ionic .button-outline.button-outline.active, .ionic .button-outline.button-outline.activated {
    background-color: #b2b2b2;
    box-shadow: none;
    color: #fff; }
  .ionic .padding > .button.button-block:first-child {
    margin-top: 0; }
  .ionic .button-block {
    display: block;
    clear: both; }
  .ionic .button-block:after {
    clear: both; }
  .ionic .button-full, .ionic .button-full > .button {
    display: block;
    margin-right: 0;
    margin-left: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0; }
  .ionic button.button-block, .ionic button.button-full, .ionic .button-full > button.button, .ionic input.button.button-block {
    width: 100%; }
  .ionic a.button {
    text-decoration: none; }
  .ionic .button.disabled, .ionic .button[disabled] {
    opacity: 0.4;
    cursor: default !important;
    pointer-events: none; }
  .ionic .button-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%; }
  .ionic .button-bar.button-bar-inline {
    display: block;
    width: auto;
    *zoom: 1; }
  .ionic .button-bar.button-bar-inline:before, .ionic .button-bar.button-bar-inline:after {
    display: table;
    content: "";
    line-height: 0; }
  .ionic .button-bar.button-bar-inline:after {
    clear: both; }
  .ionic .button-bar.button-bar-inline > .button {
    width: auto;
    display: inline-block;
    float: left; }
  .ionic .button-bar > .button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    overflow: hidden;
    padding: 0 16px;
    width: 0;
    border-width: 1px 0px 1px 1px;
    border-radius: 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .ionic .button-bar > .button:before, .ionic .button-bar > .button .icon:before {
    line-height: 44px; }
  .ionic .button-bar > .button:first-child {
    border-radius: 2px 0px 0px 2px; }
  .ionic .button-bar > .button:last-child {
    border-right-width: 1px;
    border-radius: 0px 2px 2px 0px; }
  .ionic .no-animation > .ng-enter, .ionic .no-animation.ng-enter, .ionic .no-animation > .ng-leave, .ionic .no-animation.ng-leave {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
  .ionic .noop-animation > .ng-enter, .ionic .noop-animation.ng-enter, .ionic .noop-animation > .ng-leave, .ionic .noop-animation.ng-leave {
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 250ms;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 250ms;
    transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 250ms;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .ionic .ng-animate .pane {
    position: absolute; }
  .ionic .slide-left-right > .ng-enter, .ionic .slide-left-right.ng-enter, .ionic .slide-left-right > .ng-leave, .ionic .slide-left-right.ng-leave, .ionic .slide-right-left.reverse > .ng-enter, .ionic .slide-right-left.reverse.ng-enter, .ionic .slide-right-left.reverse > .ng-leave, .ionic .slide-right-left.reverse.ng-leave {
    -webkit-transition: all ease-in-out 250ms;
    -moz-transition: all ease-in-out 250ms;
    transition: all ease-in-out 250ms;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .ionic .slide-left-right > .ng-enter, .ionic .slide-left-right.ng-enter, .ionic .slide-right-left.reverse > .ng-enter, .ionic .slide-right-left.reverse.ng-enter {
    /* NEW content placed far RIGHT BEFORE it slides IN from the RIGHT */
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .ionic .slide-left-right > .ng-enter.ng-enter-active, .ionic .slide-left-right.ng-enter.ng-enter-active, .ionic .slide-right-left.reverse > .ng-enter.ng-enter-active, .ionic .slide-right-left.reverse.ng-enter.ng-enter-active {
    /* NEW content ACTIVELY sliding IN from the RIGHT */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .ionic .slide-left-right > .ng-leave.ng-leave-active, .ionic .slide-left-right.ng-leave.ng-leave-active, .ionic .slide-right-left.reverse > .ng-leave.ng-leave-active, .ionic .slide-right-left.reverse.ng-leave.ng-leave-active {
    /* OLD content ACTIVELY sliding OUT to the LEFT */
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .ionic .slide-left-right.reverse > .ng-enter, .ionic .slide-left-right.reverse.ng-enter, .ionic .slide-left-right.reverse > .ng-leave, .ionic .slide-left-right.reverse.ng-leave, .ionic .slide-right-left > .ng-enter, .ionic .slide-right-left.ng-enter, .ionic .slide-right-left > .ng-leave, .ionic .slide-right-left.ng-leave {
    -webkit-transition: all ease-in-out 250ms;
    -moz-transition: all ease-in-out 250ms;
    transition: all ease-in-out 250ms;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .ionic .slide-left-right.reverse > .ng-enter, .ionic .slide-left-right.reverse.ng-enter, .ionic .slide-right-left > .ng-enter, .ionic .slide-right-left.ng-enter {
    /* NEW content placed far LEFT BEFORE it slides IN from the LEFT */
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .ionic .slide-left-right.reverse > .ng-enter.ng-enter-active, .ionic .slide-left-right.reverse.ng-enter.ng-enter-active, .ionic .slide-right-left > .ng-enter.ng-enter-active, .ionic .slide-right-left.ng-enter.ng-enter-active {
    /* NEW content ACTIVELY sliding IN from the LEFT */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .ionic .slide-left-right.reverse > .ng-leave.ng-leave-active, .ionic .slide-left-right.reverse.ng-leave.ng-leave-active, .ionic .slide-right-left > .ng-leave.ng-leave-active, .ionic .slide-right-left.ng-leave.ng-leave-active {
    /* OLD content ACTIVELY sliding OUT to the RIGHT */
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .ionic .slide-left-right-ios7 > .ng-enter, .ionic .slide-left-right-ios7.ng-enter, .ionic .slide-left-right-ios7 > .ng-leave, .ionic .slide-left-right-ios7.ng-leave, .ionic .slide-right-left-ios7.reverse > .ng-enter, .ionic .slide-right-left-ios7.reverse.ng-enter, .ionic .slide-right-left-ios7.reverse > .ng-leave, .ionic .slide-right-left-ios7.reverse.ng-leave {
    -webkit-transition: all ease-in-out 250ms;
    -moz-transition: all ease-in-out 250ms;
    transition: all ease-in-out 250ms;
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    left: -1px;
    width: auto;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd; }
  .ionic .slide-left-right-ios7 > .ng-enter, .ionic .slide-left-right-ios7.ng-enter, .ionic .slide-right-left-ios7.reverse > .ng-enter, .ionic .slide-right-left-ios7.reverse.ng-enter {
    /* NEW content placed far RIGHT BEFORE it slides IN from the RIGHT */
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .ionic .slide-left-right-ios7 > .ng-enter.ng-enter-active, .ionic .slide-left-right-ios7.ng-enter.ng-enter-active, .ionic .slide-right-left-ios7.reverse > .ng-enter.ng-enter-active, .ionic .slide-right-left-ios7.reverse.ng-enter.ng-enter-active {
    /* NEW content ACTIVELY sliding IN from the RIGHT */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .ionic .slide-left-right-ios7 > .ng-leave.ng-leave-active, .ionic .slide-left-right-ios7.ng-leave.ng-leave-active, .ionic .slide-right-left-ios7.reverse > .ng-leave.ng-leave-active, .ionic .slide-right-left-ios7.reverse.ng-leave.ng-leave-active {
    /* OLD content ACTIVELY sliding OUT to the LEFT */
    -webkit-transform: translate3d(-15%, 0, 0);
    -moz-transform: translate3d(-15%, 0, 0);
    transform: translate3d(-15%, 0, 0); }
  .ionic .slide-left-right-ios7.reverse > .ng-enter, .ionic .slide-left-right-ios7.reverse.ng-enter, .ionic .slide-left-right-ios7.reverse > .ng-leave, .ionic .slide-left-right-ios7.reverse.ng-leave, .ionic .slide-right-left-ios7 > .ng-enter, .ionic .slide-right-left-ios7.ng-enter, .ionic .slide-right-left-ios7 > .ng-leave, .ionic .slide-right-left-ios7.ng-leave {
    -webkit-transition: all ease-in-out 250ms;
    -moz-transition: all ease-in-out 250ms;
    transition: all ease-in-out 250ms;
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    left: -1px;
    width: auto;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd; }
  .ionic .slide-left-right-ios7.reverse > .ng-enter, .ionic .slide-left-right-ios7.reverse.ng-enter, .ionic .slide-right-left-ios7 > .ng-enter, .ionic .slide-right-left-ios7.ng-enter {
    /* NEW content placed far LEFT BEFORE it slides IN from the LEFT */
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .ionic .slide-left-right-ios7.reverse > .ng-enter.ng-enter-active, .ionic .slide-left-right-ios7.reverse.ng-enter.ng-enter-active, .ionic .slide-right-left-ios7 > .ng-enter.ng-enter-active, .ionic .slide-right-left-ios7.ng-enter.ng-enter-active {
    /* NEW content ACTIVELY sliding IN from the LEFT */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .ionic .slide-left-right-ios7.reverse > .ng-leave.ng-leave-active, .ionic .slide-left-right-ios7.reverse.ng-leave.ng-leave-active, .ionic .slide-right-left-ios7 > .ng-leave.ng-leave-active, .ionic .slide-right-left-ios7.ng-leave.ng-leave-active {
    /* OLD content ACTIVELY sliding OUT to the RIGHT */
    -webkit-transform: translate3d(15%, 0, 0);
    -moz-transform: translate3d(15%, 0, 0);
    transform: translate3d(15%, 0, 0); }
  .ionic .slide-in-left {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .ionic .slide-in-left.ng-enter, .ionic .slide-in-left > .ng-enter {
    -webkit-animation-name: slideInFromLeft;
    -moz-animation-name: slideInFromLeft;
    animation-name: slideInFromLeft;
    -webkit-animation-duration: 250ms;
    -moz-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
  .ionic .slide-in-left.ng-leave, .ionic .slide-in-left > .ng-leave {
    -webkit-animation-name: slideOutToLeft;
    -moz-animation-name: slideOutToLeft;
    animation-name: slideOutToLeft;
    -webkit-animation-duration: 250ms;
    -moz-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
  .ionic .slide-in-left-add {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-animation-duration: 250ms;
    -moz-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
  .ionic .slide-in-left-add-active {
    -webkit-animation-name: slideInFromLeft;
    -moz-animation-name: slideInFromLeft;
    animation-name: slideInFromLeft; }
  .ionic .slide-out-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .ionic .slide-out-left.ng-enter, .ionic .slide-out-left > .ng-enter {
    -webkit-animation-name: slideOutToLeft;
    -moz-animation-name: slideOutToLeft;
    animation-name: slideOutToLeft;
    -webkit-animation-duration: 250ms;
    -moz-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
  .ionic .slide-out-left.ng-leave, .ionic .slide-out-left > .ng-leave {
    -webkit-animation-name: slideOutToLeft;
    -moz-animation-name: slideOutToLeft;
    animation-name: slideOutToLeft;
    -webkit-animation-duration: 250ms;
    -moz-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
  .ionic .slide-out-left-add {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-duration: 250ms;
    -moz-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
  .ionic .slide-out-left-add-active {
    -webkit-animation-name: slideOutToLeft;
    -moz-animation-name: slideOutToLeft;
    animation-name: slideOutToLeft; }
  .ionic .slide-in-right {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .ionic .slide-in-right.ng-enter, .ionic .slide-in-right > .ng-enter {
    -webkit-animation-name: slideInFromRight;
    -moz-animation-name: slideInFromRight;
    animation-name: slideInFromRight;
    -webkit-animation-duration: 250ms;
    -moz-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
  .ionic .slide-in-right.ng-leave, .ionic .slide-in-right > .ng-leave {
    -webkit-animation-name: slideInFromRight;
    -moz-animation-name: slideInFromRight;
    animation-name: slideInFromRight;
    -webkit-animation-duration: 250ms;
    -moz-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
  .ionic .slide-in-right-add {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-animation-duration: 250ms;
    -moz-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
  .ionic .slide-in-right-add-active {
    -webkit-animation-name: slideInFromRight;
    -moz-animation-name: slideInFromRight;
    animation-name: slideInFromRight; }
  .ionic .slide-out-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .ionic .slide-out-right.ng-enter, .ionic .slide-out-right > .ng-enter {
    -webkit-animation-name: slideOutToRight;
    -moz-animation-name: slideOutToRight;
    animation-name: slideOutToRight;
    -webkit-animation-duration: 250ms;
    -moz-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
  .ionic .slide-out-right.ng-leave, .ionic .slide-out-right > .ng-leave {
    -webkit-animation-name: slideOutToRight;
    -moz-animation-name: slideOutToRight;
    animation-name: slideOutToRight;
    -webkit-animation-duration: 250ms;
    -moz-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
  .ionic .slide-out-right-add {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-duration: 250ms;
    -moz-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
  .ionic .slide-out-right-add-active {
    -webkit-animation-name: slideOutToRight;
    -moz-animation-name: slideOutToRight;
    animation-name: slideOutToRight; }
  .ionic .slide-in-up {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  .ionic .slide-in-up.ng-enter, .ionic .slide-in-up > .ng-enter {
    -webkit-transition: all cubic-bezier(0.1, 0.7, 0.1, 1) 400ms;
    -moz-transition: all cubic-bezier(0.1, 0.7, 0.1, 1) 400ms;
    transition: all cubic-bezier(0.1, 0.7, 0.1, 1) 400ms; }
  .ionic .slide-in-up.ng-enter-active, .ionic .slide-in-up > .ng-enter-active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .ionic .slide-in-up.ng-leave, .ionic .slide-in-up > .ng-leave {
    -webkit-transition: all ease-in-out 250ms;
    -moz-transition: all ease-in-out 250ms;
    transition: all ease-in-out 250ms; }
  .ionic .fade-in {
    -webkit-animation: fadeOut 0.3s;
    -moz-animation: fadeOut 0.3s;
    animation: fadeOut 0.3s; }
  .ionic .fade-in.active {
    -webkit-animation: fadeIn 0.3s;
    -moz-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s; }
  .ionic .fade-in-not-out.ng-enter, .ionic .fade-in-not-out .ng-enter {
    -webkit-animation: fadeIn 0.3s;
    -moz-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s;
    position: relative; }
  .ionic .fade-in-not-out.ng-leave, .ionic .fade-in-not-out .ng-leave {
    display: none; }
  .ionic .nav-title-slide-ios7:not(.no-animation) .button.back-button {
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    transition: all 250ms;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1; }
  .ionic .nav-title-slide-ios7:not(.no-animation) .button.back-button.ng-hide {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    -moz-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0); }
  .ionic .nav-title-slide-ios7:not(.no-animation) .button.back-button.ng-hide-add, .ionic .nav-title-slide-ios7:not(.no-animation) .button.back-button.ng-hide-remove {
    display: block !important; }
  .ionic .nav-title-slide-ios7 > .ng-enter, .ionic .nav-title-slide-ios7.ng-enter, .ionic .nav-title-slide-ios7 > .ng-leave, .ionic .nav-title-slide-ios7.ng-leave {
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    transition: all 250ms;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    opacity: 1; }
  .ionic .nav-title-slide-ios7 > .ng-enter, .ionic .nav-title-slide-ios7.ng-enter {
    -webkit-transform: translate3d(30%, 0, 0);
    -moz-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
    opacity: 0; }
  .ionic .nav-title-slide-ios7 > .ng-enter.ng-enter-active, .ionic .nav-title-slide-ios7.ng-enter.ng-enter-active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .ionic .nav-title-slide-ios7 > .ng-leave.ng-leave-active, .ionic .nav-title-slide-ios7.ng-leave.ng-leave-active {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
    opacity: 0; }
  .ionic .nav-title-slide-ios7.reverse > .ng-enter, .ionic .nav-title-slide-ios7.reverse.ng-enter, .ionic .nav-title-slide-ios7.reverse > .ng-leave, .ionic .nav-title-slide-ios7.reverse.ng-leave {
    -webkit-transition: all ease-in-out 250ms;
    -moz-transition: all ease-in-out 250ms;
    transition: all ease-in-out 250ms;
    opacity: 1; }
  .ionic .nav-title-slide-ios7.reverse > .ng-enter, .ionic .nav-title-slide-ios7.reverse.ng-enter {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
    opacity: 0; }
  .ionic .nav-title-slide-ios7.reverse > .ng-enter.ng-enter-active, .ionic .nav-title-slide-ios7.reverse.ng-enter.ng-enter-active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .ionic .nav-title-slide-ios7.reverse > .ng-leave.ng-leave-active, .ionic .nav-title-slide-ios7.reverse.ng-leave.ng-leave-active {
    -webkit-transform: translate3d(30%, 0, 0);
    -moz-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
    opacity: 0; }
  .ionic .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    width: 100%; }
  .ionic .row + .row {
    margin-top: -5px;
    padding-top: 0; }
  .ionic .col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    padding: 5px;
    width: 100%; }
  .ionic .row-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .ionic .row-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .ionic .row-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .ionic .row-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch; }
  .ionic .row-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    align-items: baseline; }
  .ionic .col-top {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .ionic .col-bottom {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .ionic .col-center {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .ionic .col-offset-10 {
    margin-left: 10%; }
  .ionic .col-offset-20 {
    margin-left: 20%; }
  .ionic .col-offset-25 {
    margin-left: 25%; }
  .ionic .col-offset-33, .ionic .col-offset-34 {
    margin-left: 33.3333%; }
  .ionic .col-offset-50 {
    margin-left: 50%; }
  .ionic .col-offset-66, .ionic .col-offset-67 {
    margin-left: 66.6666%; }
  .ionic .col-offset-75 {
    margin-left: 75%; }
  .ionic .col-offset-80 {
    margin-left: 80%; }
  .ionic .col-offset-90 {
    margin-left: 90%; }
  .ionic .col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .ionic .col-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .ionic .col-25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .ionic .col-33, .ionic .col-34 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%; }
  .ionic .col-50 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .ionic .col-66, .ionic .col-67 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 66.6666%;
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%; }
  .ionic .col-75 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .ionic .col-80 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .ionic .col-90 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  @media (max-width: 567px) {
    .ionic .responsive-sm {
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .ionic .responsive-sm .col, .ionic .responsive-sm .col-10, .ionic .responsive-sm .col-20, .ionic .responsive-sm .col-25, .ionic .responsive-sm .col-33, .ionic .responsive-sm .col-34, .ionic .responsive-sm .col-50, .ionic .responsive-sm .col-66, .ionic .responsive-sm .col-67, .ionic .responsive-sm .col-75, .ionic .responsive-sm .col-80, .ionic .responsive-sm .col-90 {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-bottom: 15px;
      margin-left: 0;
      max-width: 100%;
      width: 100%; } }
  @media (max-width: 767px) {
    .ionic .responsive-md {
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .ionic .responsive-md .col, .ionic .responsive-md .col-10, .ionic .responsive-md .col-20, .ionic .responsive-md .col-25, .ionic .responsive-md .col-33, .ionic .responsive-md .col-34, .ionic .responsive-md .col-50, .ionic .responsive-md .col-66, .ionic .responsive-md .col-67, .ionic .responsive-md .col-75, .ionic .responsive-md .col-80, .ionic .responsive-md .col-90 {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-bottom: 15px;
      margin-left: 0;
      max-width: 100%;
      width: 100%; } }
  @media (max-width: 1023px) {
    .ionic .responsive-lg {
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .ionic .responsive-lg .col, .ionic .responsive-lg .col-10, .ionic .responsive-lg .col-20, .ionic .responsive-lg .col-25, .ionic .responsive-lg .col-33, .ionic .responsive-lg .col-34, .ionic .responsive-lg .col-50, .ionic .responsive-lg .col-66, .ionic .responsive-lg .col-67, .ionic .responsive-lg .col-75, .ionic .responsive-lg .col-80, .ionic .responsive-lg .col-90 {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-bottom: 15px;
      margin-left: 0;
      max-width: 100%;
      width: 100%; } }
  .ionic .hide {
    display: none; }
  .ionic .opacity-hide {
    opacity: 0; }
  .ionic .grade-b .opacity-hide, .ionic .grade-c .opacity-hide {
    opacity: 1;
    display: none; }
  .ionic .show {
    display: block; }
  .ionic .opacity-show {
    opacity: 1; }
  .ionic .invisible {
    visibility: hidden; }
  .ionic .footer-hide .bar-footer, .ionic .footer-hide .tabs {
    display: none; }
  .ionic .footer-hide .has-footer, .ionic .footer-hide .has-tabs {
    bottom: 0; }
  .ionic .inline {
    display: inline-block; }
  .ionic .disable-pointer-events {
    pointer-events: none; }
  .ionic .enable-pointer-events {
    pointer-events: auto; }
  .ionic .disable-user-behavior {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-user-drag: none;
    -ms-touch-action: none;
    -ms-content-zooming: none; }
  .ionic .block {
    display: block;
    clear: both; }
  .ionic .block:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "."; }
  .ionic .full-image {
    width: 100%; }
  .ionic .clearfix {
    *zoom: 1; }
  .ionic .clearfix:before, .ionic .clearfix:after {
    display: table;
    content: "";
    line-height: 0; }
  .ionic .clearfix:after {
    clear: both; }
  .ionic .padding {
    padding: 10px; }
  .ionic .padding-top, .ionic .padding-vertical {
    padding-top: 10px; }
  .ionic .padding-right, .ionic .padding-horizontal {
    padding-right: 10px; }
  .ionic .padding-bottom, .ionic .padding-vertical {
    padding-bottom: 10px; }
  .ionic .padding-left, .ionic .padding-horizontal {
    padding-left: 10px; }
  .ionic .rounded {
    border-radius: 4px; }
  .ionic .light, .ionic a.light {
    color: #fff; }
  .ionic .light-bg {
    background-color: #fff; }
  .ionic .light-border {
    border-color: #ddd; }
  .ionic .stable, .ionic a.stable {
    color: #f8f8f8; }
  .ionic .stable-bg {
    background-color: #f8f8f8; }
  .ionic .stable-border {
    border-color: #b2b2b2; }
  .ionic .positive, .ionic a.positive {
    color: #4a87ee; }
  .ionic .positive-bg {
    background-color: #4a87ee; }
  .ionic .positive-border {
    border-color: #145fd7; }
  .ionic .calm, .ionic a.calm {
    color: #43cee6; }
  .ionic .calm-bg {
    background-color: #43cee6; }
  .ionic .calm-border {
    border-color: #1aacc3; }
  .ionic .assertive, .ionic a.assertive {
    color: #ef4e3a; }
  .ionic .assertive-bg {
    background-color: #ef4e3a; }
  .ionic .assertive-border {
    border-color: #cc2311; }
  .ionic .balanced, .ionic a.balanced {
    color: #66cc33; }
  .ionic .balanced-bg {
    background-color: #66cc33; }
  .ionic .balanced-border {
    border-color: #498f24; }
  .ionic .energized, .ionic a.energized {
    color: #f0b840; }
  .ionic .energized-bg {
    background-color: #f0b840; }
  .ionic .energized-border {
    border-color: #d39211; }
  .ionic .royal, .ionic a.royal {
    color: #8a6de9; }
  .ionic .royal-bg {
    background-color: #8a6de9; }
  .ionic .royal-border {
    border-color: #552bdf; }
  .ionic .dark, .ionic a.dark {
    color: #444; }
  .ionic .dark-bg {
    background-color: #444; }
  .ionic .dark-border {
    border-color: #111; }
  .ionic .platform-ios7.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader) {
    height: 64px; }
  .ionic .platform-ios7.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader).item-input-inset .item-input-wrapper {
    margin-top: 19px !important; }
  .ionic .platform-ios7.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader) > * {
    margin-top: 20px; }
  .ionic .platform-ios7.platform-cordova:not(.fullscreen) .tabs-top > .tabs, .ionic .platform-ios7.platform-cordova:not(.fullscreen) .tabs.tabs-top {
    top: 64px; }
  .ionic .platform-ios7.platform-cordova:not(.fullscreen) .has-header, .ionic .platform-ios7.platform-cordova:not(.fullscreen) .bar-subheader {
    top: 64px; }
  .ionic .platform-ios7.platform-cordova:not(.fullscreen) .has-subheader {
    top: 108px; }
  .ionic .platform-ios7.platform-cordova:not(.fullscreen) .has-tabs-top {
    top: 113px; }
  .ionic .platform-ios7.platform-cordova:not(.fullscreen) .has-header.has-subheader.has-tabs-top {
    top: 157px; }
  .ionic .platform-ios7.platform-cordova.status-bar-hide {
    margin-bottom: 20px; }

.pre-footer {
  position: relative;
  z-index: 100;
  padding: 40px;
  background: #F7F7F7; }
  .pre-footer .row {
    margin: 0 auto;
    max-width: 900px; }
  .pre-footer p {
    line-height: 28px;
    color: #999; }
  .pre-footer a:hover {
    text-decoration: none; }
  .pre-footer span {
    padding-left: 5px; }
  .pre-footer .col-a {
    padding-bottom: 15px; }
  @media (min-width: 768px) {
    .pre-footer .col-a {
      padding-right: 60px;
      padding-bottom: 0;
      border-right: 1px solid #ddd; }
    .pre-footer .col-b {
      padding-left: 70px; } }

#newsletter-bar {
  border-top: none;
  background-color: rgba(79, 142, 247, 0.95);
  color: #fff;
  text-align: center;
  padding: 5px;
  z-index: 150;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 13px; }
  #newsletter-bar.top {
    position: static;
    background-color: #4e8ef7; }
  #newsletter-bar form {
    display: inline-block; }
    #newsletter-bar form input {
      margin-left: 15px;
      height: 30px;
      padding-left: 10px;
      border: none;
      border-radius: 3px;
      box-shadow: none;
      opacity: .8; }
      #newsletter-bar form input:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
        opacity: .9; }

.newsletter-box {
  background-color: #4c8cfa;
  color: #fff;
  padding: 15px;
  border-radius: 5px; }
  .newsletter-box h4 {
    color: #fff; }
  .newsletter-box .input-group {
    margin-bottom: 15px; }
  .newsletter-box .btn {
    border-left: 1px solid rgba(79, 142, 247, 0.95);
    color: rgba(79, 142, 247, 0.95); }
  .newsletter-box input.form-control {
    border: none; }

.social-box {
  margin: 55px 0px 15px 0px; }
  .social-box iframe {
    margin-right: 10px; }

#newsletter-bar {
  border-top: 1px solid #999;
  background-color: rgba(79, 142, 247, 0.95);
  color: #fff;
  text-align: center;
  padding: 5px;
  z-index: 150;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 13px; }
  #newsletter-bar form {
    display: inline-block; }
    #newsletter-bar form input {
      margin-left: 15px;
      height: 30px;
      border: none;
      border-radius: 3px;
      box-shadow: none; }

.footer {
  position: relative;
  z-index: 100;
  padding: 40px 10px 40px;
  background: #2b3442;
  color: #a4b3cd;
  text-align: center;
  font-size: 14px;
  font-family: "AvenirNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .footer a {
    color: #e2eeff;
    opacity: 1;
    transition-property: color; }
    .footer a:hover {
      color: white; }
  .footer .authors {
    clear: both;
    margin: 0 auto;
    padding: 30px 10px 10px 10px;
    max-width: 900px;
    border-top: 1px solid #414955;
    line-height: 20px; }
  .footer .base-links a {
    display: inline-block;
    padding: 3px 9px; }
  .footer .newsletter {
    margin: 0 auto 30px;
    max-width: 900px;
    text-align: left; }
    .footer .newsletter .newsletter-text {
      color: #e2eeff; }
    .footer .newsletter .sign-up {
      font-size: 13px; }
    .footer .newsletter .col-sm-7 {
      padding-left: 0; }
    .footer .newsletter .col-sm-5 {
      padding-right: 0; }
    .footer .newsletter input {
      border: none;
      background: #45546D;
      color: white; }
      .footer .newsletter input:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #51627E;
        box-shadow: inset 0px 0px 0px 1px #4E8EF7; }
      .footer .newsletter input::-webkit-input-placeholder {
        color: #8e9fb8; }
      .footer .newsletter input::-moz-placeholder {
        color: #8e9fb8; }
    .footer .newsletter button {
      padding-right: 15px;
      padding-left: 15px;
      border: 1px solid #4e8ef7;
      background: #4e8ef7;
      color: white;
      box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3); }
      .footer .newsletter button:hover {
        background: #5998FF;
        color: white; }
      .footer .newsletter button:active {
        border: 1px solid #3E75CE;
        background: #4683E7;
        color: #B1C4E4;
        box-shadow: none; }

.pre-footer {
  position: relative;
  z-index: 100;
  padding: 40px;
  background: #F7F7F7; }
  .pre-footer .row {
    margin: 0 auto;
    max-width: 900px; }
  .pre-footer p {
    color: #999;
    line-height: 28px; }
  .pre-footer a:hover {
    text-decoration: none;
    color: #4E8EF7; }
  .pre-footer span {
    padding-left: 5px; }
  .pre-footer .col-a {
    padding-bottom: 15px; }
  @media (min-width: 768px) {
    .pre-footer .col-a {
      padding-right: 60px;
      padding-bottom: 0;
      border-right: 1px solid #ddd; }
    .pre-footer .col-b {
      padding-left: 70px; } }
