/**
    * usage
    *
    * element {
    *      @media (@to_tablet) {
    *          ...
    *      }
    * }
    */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
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: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 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) ")";
  }
  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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .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;
  }
}
/*@import "glyphicons.less";*/
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  background-color: #fff;
}
body.page-home {
  background-color: #fff;
  /*background-color: transparent;*/
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #ec733c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #b84d1a;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 5px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  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;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: #666666;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #ababab;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  /*margin-bottom: (@line-height-computed / 2);*/
  margin-bottom: 24px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 50px;
}
h2,
.h2 {
  font-size: 37px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 21px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  /*margin: 0 0 (@line-height-computed / 2);*/
  margin: 0 0 24px;
}
.lead {
  margin-bottom: 24px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}
small,
.small {
  font-size: 87%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #ababab;
}
.text-primary {
  color: #0096e2;
}
a.text-primary:hover {
  color: #0074af;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #cc5b69;
}
a.text-danger:hover {
  color: #ba3a4a;
}
.bg-primary {
  color: #fff;
  background-color: #0096e2;
}
a.bg-primary:hover {
  background-color: #0074af;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f5dee1;
}
a.bg-danger:hover {
  background-color: #e9b7bd;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  /*margin-bottom: (@line-height-computed / 2);*/
  margin-bottom: 24px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.5;
}
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;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #ababab;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 0;
  margin: 0 0 12px;
  font-size: 20px;
  /*border-left: 5px solid @blockquote-border-color;*/
}
@media (min-width: 768px) {
  blockquote {
    padding: 12px 24px;
    margin: 0 0 24px;
  }
}
@media (min-width: 768px) {
  blockquote {
    margin-left: -38px;
  }
}
blockquote:before {
  content: "\201c";
  font-size: 55px;
  line-height: 1;
  float: left;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  blockquote:before {
    margin-left: -20px;
  }
}
blockquote p,
blockquote ul,
blockquote ol {
  overflow: hidden;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  /*color: @blockquote-small-color;*/
  /*&:before {
      content: '\2014 \00A0'; // em dash, nbsp
    }*/
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
/*blockquote:before,*/
blockquote:after {
  content: "";
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #4b4b4b;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    /*width: 750px;*/
  }
}
@media (min-width: 992px) {
  .container {
    /*width: 970px;*/
  }
}
@media (min-width: 1200px) {
  .container {
    /*width: 1170px;*/
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 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, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.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: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f5dee1;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #efcacf;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 22px;
  line-height: inherit;
  color: #4b4b4b;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  /*.box-shadow(inset 0 1px 1px rgba(0,0,0,.075));*/
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #b8b8b8;
  outline: 0;
  /*.box-shadow(~"inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px @{color-rgba}");*/
}
.form-control::-moz-placeholder {
  color: #ababab;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #ababab;
}
.form-control::-webkit-input-placeholder {
  color: #ababab;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 40px;
  line-height: 1.5 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 33px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 53px;
}
.form-group {
  margin-bottom: 24px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  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"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.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],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 53px;
  padding: 12px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 5px;
}
select.input-lg {
  height: 53px;
  line-height: 53px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 50px;
}
.form-control-feedback {
  position: absolute;
  top: 29px;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 53px;
  height: 53px;
  line-height: 53px;
}
.input-sm + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  color: #3c763d;
  background-color: #dff0d8;
  /*.box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); // Redeclare so transitions work*/
}
.has-success .form-control:focus {
  border-color: #2b542c;
  /*@shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px lighten(@border-color, 20%);*/
  /*.box-shadow(@shadow);*/
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  color: #8a6d3b;
  background-color: #fcf8e3;
  /*.box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); // Redeclare so transitions work*/
}
.has-warning .form-control:focus {
  border-color: #66512c;
  /*@shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px lighten(@border-color, 20%);*/
  /*.box-shadow(@shadow);*/
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #cc5b69;
}
.has-error .form-control {
  border-color: #cc5b69;
  color: #cc5b69;
  background-color: #f5dee1;
  /*.box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); // Redeclare so transitions work*/
}
.has-error .form-control:focus {
  border-color: #ba3a4a;
  /*@shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px lighten(@border-color, 20%);*/
  /*.box-shadow(@shadow);*/
}
.has-error .input-group-addon {
  color: #cc5b69;
  border-color: #cc5b69;
  background-color: #f5dee1;
}
.has-error .form-control-feedback {
  color: #cc5b69;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #ec733c;
}
.checkbox .help-block {
  display: inline;
  padding-left: 5px;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.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 .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 16.96px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  /*border: 1px solid transparent;*/
  border: 0;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  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;
  background-image: none;
  /*.opacity(.65);*/
  /*.box-shadow(none);*/
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #0096e2;
  border-color: transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0074af;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0096e2;
  border-color: transparent;
}
.btn-primary .badge {
  color: #0096e2;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: transparent;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: transparent;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: transparent;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: transparent;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: transparent;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: transparent;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: transparent;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: transparent;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #0070b2;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #000;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #ababab;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 12px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 5px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.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;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
/*@import "dropdowns.less";*/
.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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-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 {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  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:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-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,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  padding-bottom: 10px;
  padding-top: 10px;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 53px;
  padding: 12px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 5px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 53px;
  line-height: 53px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.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: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 12px 16px;
  font-size: 20px;
  border-radius: 5px;
}
.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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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 > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.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: #ababab;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #ababab;
  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: #0070b2;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #0096e2;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  /*border: 1px solid transparent;*/
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 8px 15px 0;
  margin-bottom: 13px;
  font-size: 20px;
  line-height: 24px;
  /*height: @navbar-height;*/
}
@media (min-width: 992px) {
  .navbar-brand {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .navbar-brand img {
    height: 71px;
    width: auto;
  }
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  /*.navbar-vertical-align(34px);*/
  margin-top: 24px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 27px;
  height: 4px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 0 -15px;
}
.navbar-nav > li > a {
  padding-top: 13px;
  padding-bottom: 10px;
  line-height: 24px;
}
@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: 24px;
  }
  .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: 20px 0 0 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 10px;
    line-height: 1;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    margin-top: 20px;
  }
}
@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;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.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-btn {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  /*background-color: @navbar-default-bg;*/
  /*border-color: @navbar-default-border;*/
  /*  .navbar-collapse,
  .navbar-form {
    border-color: @navbar-default-border;
  }*/
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #142630;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #4b4b4b;
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a:hover:after,
  .navbar-default .navbar-nav > li > a:focus:after {
    content: "";
    display: block;
    /*height: 3px;*/
    background: currentColor;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    position: absolute;
    left: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > .current-menu-item > a,
  .navbar-default .navbar-nav > .current-menu-item > a:hover,
  .navbar-default .navbar-nav > .current-menu-item > a:focus {
    color: #666666;
    background-color: #fff;
  }
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #080808;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #fff;
  color: #142630;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .current-menu-item > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .current-menu-item > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .current-menu-item > a:focus {
    color: #666666;
    background-color: #fff;
  }
  .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: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #fff;
}
.navbar-default .navbar-link:hover {
  color: #fff;
}
.navbar-default .btn-link {
  color: #fff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #fff;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #ababab;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ababab;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ababab;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .current-menu-item > a,
.navbar-inverse .navbar-nav > .current-menu-item > a:hover,
.navbar-inverse .navbar-nav > .current-menu-item > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ababab;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .current-menu-item > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .current-menu-item > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .current-menu-item > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .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: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ababab;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #ababab;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
@media (min-width: 768px) {
  .page-home .menu-item-home > a:after,
  .page-pricing .menu-item-pricing > a:after,
  .page-pricing .menu-item-pricing > a:after,
  .page-partners .menu-item-partners > a:after,
  .page-how-it-works .menu-item-how-it-works > a:after,
  .page-developers .menu-item-developers > a:after,
  .page-signup .menu-item-signup > a:after {
    content: "";
    display: block;
    /*height: 3px;*/
    background: currentColor;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    position: absolute;
    left: 0;
    right: 0;
  }
}
/*@import "breadcrumbs.less";*/
/*@import "pagination.less";*/
/*@import "pager.less";*/
/*@import "labels.less";*/
/*@import "badges.less";*/
.jumbotron {
  padding: 0;
  margin-bottom: 0;
  color: #fff;
  background-color: #142630;
}
.jumbotron h1,
.jumbotron .h1 {
  color: #fff;
}
.jumbotron p {
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #05090c;
}
.container .jumbotron {
  border-radius: 5px;
}
.jumbotron .container {
  max-width: 100%;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0070b2;
}
.thumbnail .caption {
  padding: 9px;
  color: #4b4b4b;
}
.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f5dee1;
  border-color: #efcad5;
  color: #cc5b69;
}

.alert-Innova360 {
  background-color: #fee2d8;
  border-color: #cccccc;
  color: #fd6624;
}

.alert-recover-pwd {
  background-color: #606060;
  border-color: #cccccc;
  color: #FFFFFF;
}

.alert-change-pwd {
  background-color: #cccccc;
  border: none;
  padding: 40px;
}

.alert-change-pwd > .lead > #login-mobile > a{
  background-color: #cccccc;
  border: none;
}

.alert-danger hr {
  border-top-color: #e9b7c6;
}
.alert-danger .alert-link {
  color: #ba3a4a;
}
/*@import "progress-bars.less";*/
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body > a {
  color: #1180f1;
}

.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;
}
/*@import "list-group.less";*/
/*@import "panels.less";*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
/*@import "wells.less";*/
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  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 {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate3d(0, -25%, 0);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #142630;
}
.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.5px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.3);
  }
  .modal-sm {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
/*@import "tooltip.less";*/
/*@import "popovers.less";*/
/*@import "carousel.less";*/
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after,
.p-row:before,
.p-row:after,
.l-row:before,
.l-row:after,
.m-row:before,
.m-row:after,
.s-row:before,
.s-row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer:after,
.p-row:after,
.l-row:after,
.m-row:after,
.s-row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
 * clases for text alignment (not included in bootstrap)
 * https://github.com/twbs/bootstrap/issues/11292
 * ----------------------------------------------------
 */
.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
  text-align: left;
}
.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
  text-align: center;
}
.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
  text-align: right;
}
.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
  text-align: justify;
}
@media (max-width: 767px) {
  .text-left-not-xs,
  .text-center-not-xs,
  .text-right-not-xs,
  .text-justify-not-xs {
    text-align: left;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-justify-xs {
    text-align: justify;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-not-sm,
  .text-center-not-sm,
  .text-right-not-sm,
  .text-justify-not-sm {
    text-align: left;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-justify-sm {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-left-not-md,
  .text-center-not-md,
  .text-right-not-md,
  .text-justify-not-md {
    text-align: left;
  }
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
  .text-justify-md {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-left-not-lg,
  .text-center-not-lg,
  .text-right-not-lg,
  .text-justify-not-lg {
    text-align: left;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-justify-lg {
    text-align: justify;
  }
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.29), 0 4px 0 #0070b2;
  margin-bottom: 4px;
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  /*border-color: darken(@btn-color, 14%);*/
}
.btn-default:hover,
.btn-default:focus {
  background-image: linear-gradient(to bottom, #0070b2 0%, #006099 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0070b2', endColorstr='#ff006099', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.29), 0 4px 0 #00588c;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled] {
  background-color: #ababab;
  background-image: none;
  color: #eaeaea;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.29), 0 4px 0 #848484;
}
.btn-primary {
  background-image: linear-gradient(to bottom, #0096e2 0%, #008dd4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0096e2', endColorstr='#ff008dd4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  /*border-color: darken(@btn-color, 14%);*/
}
.btn-primary:hover,
.btn-primary:focus {
  background-image: linear-gradient(to bottom, #007bc0 0%, #0078b4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007bc0', endColorstr='#ff0078b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.29), 0 4px 0 #00588c;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #006da5;
  border-color: #00679b;
}
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #ababab;
  background-image: none;
  color: #eaeaea;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.29), 0 4px 0 #848484;
}
.btn-success {
  background-image: linear-gradient(to bottom, #5cb85c 0%, #5cb85c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff5cb85c', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  /*border-color: darken(@btn-color, 14%);*/
}
.btn-success:hover,
.btn-success:focus {
  background-image: linear-gradient(to bottom, #0070b2 0%, #006099 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0070b2', endColorstr='#ff006099', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.29), 0 4px 0 #00588c;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #ababab;
  background-image: none;
  color: #eaeaea;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.29), 0 4px 0 #848484;
}
.btn-info {
  background-image: linear-gradient(to bottom, #5bc0de 0%, #5bc0de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff5bc0de', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  /*border-color: darken(@btn-color, 14%);*/
}
.btn-info:hover,
.btn-info:focus {
  background-image: linear-gradient(to bottom, #0070b2 0%, #006099 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0070b2', endColorstr='#ff006099', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.29), 0 4px 0 #00588c;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #ababab;
  background-image: none;
  color: #eaeaea;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.29), 0 4px 0 #848484;
}
.btn-warning {
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #f0ad4e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#fff0ad4e', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  /*border-color: darken(@btn-color, 14%);*/
}
.btn-warning:hover,
.btn-warning:focus {
  background-image: linear-gradient(to bottom, #0070b2 0%, #006099 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0070b2', endColorstr='#ff006099', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.29), 0 4px 0 #00588c;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #ababab;
  background-image: none;
  color: #eaeaea;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.29), 0 4px 0 #848484;
}
.btn-danger {
  background-image: linear-gradient(to bottom, #d9534f 0%, #d9534f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffd9534f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  /*border-color: darken(@btn-color, 14%);*/
}
.btn-danger:hover,
.btn-danger:focus {
  background-image: linear-gradient(to bottom, #0070b2 0%, #006099 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0070b2', endColorstr='#ff006099', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.29), 0 4px 0 #00588c;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #ababab;
  background-image: none;
  color: #eaeaea;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.29), 0 4px 0 #848484;
}
.thumbnail,
.img-thumbnail {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: linear-gradient(to bottom, #0096e2 0%, #0085c9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0096e2', endColorstr='#ff0085c9', GradientType=0);
  background-color: #0085c9;
}
.navbar-default {
  /*#gradient > .vertical(@start-color: lighten(@navbar-default-bg, 10%); @end-color: @navbar-default-bg);*/
  /*.reset-filter(); // Remove gradient in IE<10 to fix bug where dropdowns don't get triggered*/
  /*border-radius: @navbar-border-radius;*/
  /*@shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);*/
  /*.box-shadow(@shadow);*/
}
.navbar-default .navbar-nav li {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}
@media (min-width: 992px) {
  .navbar-default .navbar-nav li {
    font-size: 20px;
  }
}
.navbar-default .navbar-nav li.sign-in a {
  outline: none;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav li.sign-in a {
    /*color: #142630;*/
  }
  .navbar-default .navbar-nav li.sign-in.is-open {
    background: #fff;
    border-radius: 4px 4px 0 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .navbar-default .navbar-nav li.sign-in.is-open a:after,
  .navbar-default .navbar-nav li.sign-in.is-open a:hover:after {
    content: none;
  }
}
.navbar-default .navbar-nav > .current-menu-item > a {
  /*#gradient > .vertical(@start-color: darken(@navbar-default-bg, 5%); @end-color: darken(@navbar-default-bg, 2%));*/
  /*.box-shadow(inset 0 3px 9px rgba(0,0,0,.075));*/
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > .current-menu-item > a:after {
    content: "";
    display: block;
    height: 3px;
    background: currentColor;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    position: absolute;
    left: 0;
    right: 0;
  }
}
.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a {
  /*text-transform: uppercase;*/
  font-weight: 600;
  color: #666666;
}
.navbar-inverse {
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .active > a {
  background-image: linear-gradient(to bottom, #222 0%, #282828 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
.progress {
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: linear-gradient(to bottom, #0096e2 0%, #0074af 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0096e2', endColorstr='#ff0074af', GradientType=0);
}
.progress-bar-success {
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.progress-bar-striped {
  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);
}
.list-group {
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #0074af;
  background-image: linear-gradient(to bottom, #0096e2 0%, #007dbc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0096e2', endColorstr='#ff007dbc', GradientType=0);
  border-color: #007dbc;
}
.panel {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: linear-gradient(to bottom, #0096e2 0%, #0085c9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0096e2', endColorstr='#ff0085c9', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: linear-gradient(to bottom, #f5dee1 0%, #efcacf 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5dee1', endColorstr='#ffefcacf', GradientType=0);
}
.well {
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
/**
 * nxticon
 * ----------------------------------------------------
 */
@font-face {
  font-family: 'nxticon';
  src: url('/l/fonts/nxticon.eot?-861lxl');
  src: url('/l/fonts/nxticon.eot?#iefix-861lxl') format('embedded-opentype'), url('/l/fonts/nxticon.ttf?-861lxl') format('truetype'), url('/l/fonts/nxticon.woff?-861lxl') format('woff'), url('/l/fonts/nxticon.svg?-861lxl#nxticon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="nxticon-"],
[class*=" nxticon-"] {
  font-family: 'nxticon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nxticon-slack:before {
  content: "\e618";
}
.nxticon-chrome:before {
  content: "\e614";
}
.nxticon-firefox:before {
  content: "\e615";
}
.nxticon-opera:before {
  content: "\e616";
}
.nxticon-safari:before {
  content: "\e617";
}
.nxticon-prototype:before {
  content: "\e613";
}
.nxticon-login:before {
  content: "\e612";
}
.nxticon-rocket-single:before {
  content: "\e60c";
}
.nxticon-capital:before {
  content: "\e601";
}
.nxticon-approve:before {
  content: "\e600";
}
.nxticon-team:before {
  content: "\e60e";
}
.nxticon-idea:before {
  content: "\e606";
}
.nxticon-tick:before {
  content: "\e60f";
}
.nxticon-email:before {
  content: "\e603";
}
.nxticon-password:before {
  content: "\e609";
}
.nxticon-chatter:before {
  content: "\e602";
}
.nxticon-facebook:before {
  content: "\e604";
}
.nxticon-google:before {
  content: "\e605";
}
.nxticon-linkedin:before {
  content: "\e607";
}
.nxticon-next:before {
  content: "\e608";
}
.nxticon-play:before {
  content: "\e60a";
}
.nxticon-previous:before {
  content: "\e60b";
}
.nxticon-rocket:before {
  content: "\e60d";
}
.nxticon-twitter:before {
  content: "\e610";
}
.nxticon-yammer:before {
  content: "\e611";
}
.nxticon-windows-azure:before {
  content: "\e900";
}
/**
 * navbar hover & active styles
 */
/**
 * reset list styles
 */
/**
 * custom font sizes
 * different sizes for mobile
 */
/**
 * webfont icon styles
 */
/**
 * CORE
 * Overrides Bootstrap core styles for
 * headings, type, forms...
 * ----------------------------------------------------
 */
/**
 * headings
 * smaller size in mobile
 */
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 19px;
  }
}
h5,
.h5 {
  letter-spacing: -1px;
  font-weight: 500;
}
@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  h6,
  .h6 {
    font-size: 10px;
  }
}
/**
 * NXT buttons
 * ----------------------------------------------------
 */
.btn-nxt {
  display: inline-block;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-transform: uppercase;
  /*border: 1px solid transparent;*/
  border: 0;
  white-space: nowrap;
  border-radius: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #ec733c;
  border-color: transparent;
  /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.29), 0 4px 0 #0070b2;*/
  margin-bottom: 4px;
  background-image: linear-gradient(to bottom, #ec733c 0%, #ec733c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0096e2', endColorstr='#ff008dd4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  /*border-color: darken(@btn-color, 14%);*/
  padding: 12px 16px;
  font-size: 20px;
  line-height: 1.33;
  max-width: 100%;
}
.btn-nxt:focus,
.btn-nxt:active:focus,
.btn-nxt.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-nxt:hover,
.btn-nxt:focus {
  color: #333;
  text-decoration: none;
}
.btn-nxt:active,
.btn-nxt.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-nxt.disabled,
.btn-nxt[disabled],
fieldset[disabled] .btn-nxt {
  cursor: not-allowed;
  pointer-events: none;
  background-image: none;
  /*.opacity(.65);*/
  /*.box-shadow(none);*/
}
.btn-nxt:active,
.btn-nxt.active {
  background-image: none;
}
.btn-nxt:hover,
.btn-nxt:focus,
.btn-nxt:active,
.btn-nxt.active,
.open > .dropdown-toggle.btn-nxt {
  color: #fff;
  background-color: #ec733c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-nxt:active,
.btn-nxt.active,
.open > .dropdown-toggle.btn-nxt {
  background-image: none;
}
.btn-nxt.disabled,
.btn-nxt[disabled],
fieldset[disabled] .btn-nxt,
.btn-nxt.disabled:hover,
.btn-nxt[disabled]:hover,
fieldset[disabled] .btn-nxt:hover,
.btn-nxt.disabled:focus,
.btn-nxt[disabled]:focus,
fieldset[disabled] .btn-nxt:focus,
.btn-nxt.disabled:active,
.btn-nxt[disabled]:active,
fieldset[disabled] .btn-nxt:active,
.btn-nxt.disabled.active,
.btn-nxt[disabled].active,
fieldset[disabled] .btn-nxt.active {
  background-color: #ec733c;
  border-color: transparent;
}
.btn-nxt .badge {
  color: #ec733c;
  background-color: #fff;
}
.btn-nxt:active,
.navbar-nav > li >btn-nxt.active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-nxt:hover,
.btn-nxt:focus {
  background-image: linear-gradient(to bottom, #c45d32 0%, #c45d32 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007bc0', endColorstr='#ff0078b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.29), 0 4px 0 #d46433;*/
}
.btn-nxt:active,
.btn-nxt.active {
  background-color: #b84d1a;
  border-color: #b84d1a;
}
.btn-nxt.disabled,
.btn-nxt[disabled] {
  background-color: #ababab;
  background-image: none;
  color: #eaeaea;
  /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.29), 0 4px 0 #848484;*/
}
@media (min-width: 768px) {
  .btn-nxt {
    min-width: 284px;
  }
  .btn-nxt.btn-block {
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .btn-nxt {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .btn-nxt {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media (max-width: 1199px) {
  .col-sm-4 .btn-nxt {
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }
}
/**
 * .btn-spinner
 * button + spinner
 * ----------------------------------------------------
 */
.btn-spinner {
  position: relative;
}
.btn-spinner .spinner {
  position: absolute;
  top: 0;
  bottom: 0;
}
.btn-spinner_left .spinner {
  left: 10px;
}
.btn-spinner_right .spinner {
  right: 10px;
}
/**
 * .input-tall
 * Input with same height as button (used in signup)
 * ----------------------------------------------------
 */
.input-tall {
  height: 54px;
  padding: 10px 12px;
}
/**
 * .actions.inline 
 * nxt-btn + a.link-more inline
 * ----------------------------------------------------
 */
@media (min-width: 768px) {
  .actions.inline .btn-nxt {
    min-width: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.actions.inline .link-more {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .actions.inline .link-more {
    margin-left: 0;
    margin-top: 20px;
    display: block;
    text-align: center;
  }
}
/**
 * Section title with bottom border
 * ----------------------------------------------------
 */
.section-title {
  position: relative;
  display: inline-block;
}

#page-title .section-title {
  margin: 0;
}
.p-row .section-title {
  margin-top: 0;
}
/**
 * bg-pattern-icons
 * Icons pattern background
 * ----------------------------------------------------
 */
.bg-pattern-icons {
  background-color: #007ebe;
  background-image: url("img/bg-pattern-icons.png");
  background-repeat: repeat;
  padding-top: 33px;
  padding-bottom: 60px;
  color: #fff;
}

.bg-pattern-icons-i360 {
  padding-top: 33px;
  padding-bottom: 60px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .bg-pattern-icons {
    background-image: url("img/bg-pattern-icons-2x.png");
    background-size: 142px 136px;
  }
}
@media (min-width: 992px) {
  .bg-pattern-icons {
    padding-top: 47px;
    padding-bottom: 60px;
  }
}
.bg-pattern-icons .section-title {
  color: #fff;
}
/**
 * bg-pattern-waves
 * Wavy background
 * ----------------------------------------------------
 */
.bg-pattern-waves {
  background-image: url("img/bg-pattern-waves.png");
  background-repeat: repeat;
  background-attachment: fixed;
  position: relative;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .bg-pattern-waves {
    background-image: url("img/bg-pattern-waves-2x.png");
    background-size: 18px 4px;
  }
}
.bg-pattern-waves:after {
  content: "";
  display: block;
  height: 6px;
  background-image: url("img/bg-pattern-waves-bottom.png");
  background-repeat: repeat-x;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .bg-pattern-waves:after {
    background-image: url("img/bg-pattern-waves-bottom-2x.png");
    background-size: 18px 6px;
  }
}
/**
 * quote (success stories)
 * ----------------------------------------------------
 */
blockquote > p {
  font-size: 18px;
}
@media (min-width: 768px) {
  blockquote > p {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  blockquote .media {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  blockquote .media {
    margin-left: 12px;
  }
}
blockquote .media > .pull-left {
  margin-right: 20px;
}
blockquote .media-heading {
  display: block;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
blockquote .author.media {
  margin-top: 20px;
}
blockquote .author.media .media-object {
  border: 3px solid #ababab;
}
/**
 * link more
 * ----------------------------------------------------
 */
.link-more {
  font-weight: 700;
}
.link-more .nxticon-next {
  font-size: 22px;
  vertical-align: middle;
  margin-left: 5px;
}
.link-more:hover {
  text-decoration: none;
}
.link-more:hover span {
  text-decoration: underline;
}
/**
 * .p-row, .m-row
 * rows with padding
 * ----------------------------------------------------
 */
.p-row,
.l-row {
  margin-left: -15px;
  margin-right: -15px;
  padding: 40px 0 50px;
}
@media (min-width: 768px) {
  .p-row,
  .l-row {
    padding: 70px 0;
  }
}
.m-row {
  margin-left: -15px;
  margin-right: -15px;
  padding: 30px 0;
}
.s-row {
  margin-left: -15px;
  margin-right: -15px;
  padding: 20px 0;
}
/**
 * rows with custom background
 * ------------------------------------------------------
 */
.dark-row {
  padding: 100px 0;
  margin-top: 100px;
  background-color: #142630;
  color: #fff;
}
.dark-row .lead {
  margin-top: 1em;
}
.dark-row :last-child {
  margin-bottom: 0;
}
.dark-row h1,
.dark-row h2,
.dark-row h3,
.dark-row h4,
.dark-row h5,
.dark-row h6 {
  color: #fff;
}
/**
 * .nxt-pager
 * next / previous links
 * ----------------------------------------------------
 */
.nxt-pager {
  padding-left: 15px;
  padding-right: 15px;
}
.nxt-pager:before,
.nxt-pager:after {
  content: " ";
  display: table;
}
.nxt-pager:after {
  clear: both;
}
.nxt-pager:before,
.nxt-pager:after {
  content: " ";
  display: table;
}
.nxt-pager:after {
  clear: both;
}
.nxt-pager.p-row {
  padding-bottom: 0;
}
/**
 * .scroll-content
 * fixed height
 * ----------------------------------------------------
 */
.scroll-content {
  height: 230px;
  padding: 15px;
  overflow-y: scroll;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
}
/**
 * button in forms
 */
form .action {
  margin-top: 30px;
}
@media (min-width: 768px) {
  form .action {
    margin-top: 40px;
  }
}
/**
 * .list-tick-bullet
 * ----------------------------------------------------
 */
.list-tick-bullet li {
  list-style: none;
  position: relative;
}
.list-tick-bullet li:before {
  font-family: 'nxticon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e60f";
  font-size: 11px;
  position: absolute;
  top: 7px;
  left: -18px;
}
/**
 * .img-inline-list
 * ------------------------------------------------------
 */
.img-inline-list {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: auto;
  padding: 0;
}
.img-inline-list > picture,
.img-inline-list > img,
.img-inline-list > div,
.img-inline-list > li {
  display: table-cell;
  text-align: center;
  padding: 0 20px;
  vertical-align: top;
}
.img-inline-list .img-responsive {
  margin: auto;
}
/**
 * classes for custom modals
 * ----------------------------------------------------
 */
.modal-body-nopadding {
  padding: 0;
}
body.loaded .icon-list li {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.icon-list {
  padding-left: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .icon-list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 768px) {
  .icon-list {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
.icon-list li {
  transform: translate3d(0, 80px, 0);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0, 2, 1, 1), opacity 0.3s linear;
}
@media (max-width: 767px) {
  .icon-list li {
    margin-bottom: 36px;
  }
  .icon-list li:before,
  .icon-list li:after {
    content: " ";
    display: table;
  }
  .icon-list li:after {
    clear: both;
  }
  .icon-list li:before,
  .icon-list li:after {
    content: " ";
    display: table;
  }
  .icon-list li:after {
    clear: both;
  }
}
@media (min-width: 768px) {
  .icon-list li {
    display: table-cell;
    text-align: center;
  }
}
.icon-list li.pos-1 {
  transition-delay: .50ms;
}
.icon-list li.pos-2 {
  transition-delay: 150ms;
}
.icon-list li.pos-3 {
  transition-delay: 250ms;
}
.icon-list li.pos-4 {
  transition-delay: 350ms;
}
.icon-list li.pos-5 {
  transition-delay: 450ms;
}
.icon-list [class*="nxticon-"] {
  font-size: 24px;
  line-height: 44px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .icon-list [class*="nxticon-"] {
    font-size: 40px;
    line-height: 74px;
  }
}
.icon-list .circle {
  width: 50px;
  height: 50px;
  text-align: center;
  float: left;
  margin-right: 15px;
  display: inline-block;
  border: 3px solid currentColor;
  border-radius: 100%;
}
@media (min-width: 768px) {
  .icon-list .circle {
    float: none;
    width: 80px;
    height: 80px;
    margin-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.icon-list .caption {
  display: block;
  margin: 15px auto 0;
}
@media (max-width: 767px) {
  .icon-list .caption {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .icon-list .caption {
    max-width: 80%;
  }
}
.signup-options > li {
  margin-bottom: 15px;
}
.btn-signup {
  padding: 20px;
  text-align: left;
  box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
.btn-signup:hover {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 100%);
}
.btn-signup [class*="nxticon-"] {
  font-size: 40px;
  height: 40px;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn-signup .nxticon-email {
  height: 42px;
}
.btn-signup.gplus {
  background-color: #DD4B39;
  color: #fff;
}
.btn-signup.chatter {
  background-color: #0092DA;
  color: #fff;
}
.btn-signup.yammer {
  background-color: #396B9A;
  color: #fff;
}
.btn-signup.email {
  background-color: #F5F6F6;
  color: #0070B2;
}
.btn-signup.linkedin {
  background-color: #007bb6;
  color: #fff;
}
.btn-signup.facebook {
  background-color: #3b5998;
  color: #fff;
}
/*#photo-crop-wrapper {
    width: 330px;
}*/
.cropFrame {
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.cropImage {
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
  max-width: none;
}
.cropControls {
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 26px;
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  t-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cropControls span {
  display: block;
  float: left;
  color: #fff;
  font-size: 13px;
  margin: 3px 0 0 5px;
}
.cropZoomIn,
.cropZoomOut {
  display: block;
  float: right;
  margin: 4px 4px 0 0;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  border-radius: 4px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.cropZoomIn:hover,
.cropZoomOut:hover {
  text-decoration: none;
}
.cropZoomIn::after,
.cropZoomIn .after {
  content: "+";
  display: block;
}
.cropZoomOut::after,
.cropZoomOut .after {
  content: "-";
  display: block;
}
#cropbox-container {
  width: 300px;
  height: 300px;
  position: relative;
  margin: auto;
}
/**
 * .instance-hint
 */
.instance-hint:before,
.instance-hint:after {
  content: " ";
  display: table;
}
.instance-hint:after {
  clear: both;
}
.instance-hint:before,
.instance-hint:after {
  content: " ";
  display: table;
}
.instance-hint:after {
  clear: both;
}
.instance-hint #instance-id-hint {
  float: left;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.instance-hint .pull-right {
  line-height: 24px;
}
.spinner {
  width: 55px;
  height: 28px;
  margin: auto;
  text-align: center;
}
.spinner > div {
  width: 9px;
  height: 9px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  animation-fill-mode: both;
}
.spinner .bounce1 {
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  animation-delay: -0.16s;
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/**
 * #header (LAYOUT)
 * ----------------------------------------------------
 */
#header {
  background-color: #EEEEEE;
  padding-top: 0;
}
@media (min-width: 768px) {
  #header {
    /*padding-top: 45px;*/
  }
}
/**
 * .navbar (layout)
 * ----------------------------------------------------
 */
.navbar > .container {
  background-color: #fff;
  border-bottom-width: 1px;
  border-bottom-color: #e4e4e4;
  border-bottom-style: solid;
  padding: 30px 100px 20px 100px;
}
.navbar > .container:after {
  content: "";
  display: block;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
}
.no-title:not(.page-home) .navbar > .container:after {
  background: transparent;
}
/**
 * #section-info (LAYOUT)
 * ----------------------------------------------------
 */
 #section-info {
  background-color: #fff;
  border-bottom-width: 1px;
  border-bottom-color: #e4e4e4;
  border-bottom-style: solid;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}

#section-info .multi-device img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
/**
 * #landing-container (LAYOUT)
 * ----------------------------------------------------
 */
#landing-container {
  background-color: #fff;
  padding-left: 80px;
  padding-right: 80px;
}
/**
 * #footer (LAYOUT)
 * ----------------------------------------------------
 */
#footer {
  /*padding-top: 55px;*/
  padding-bottom: 0;
  color: #ababab;
  background-color: #EEEEEE;
  /**
     * mobile stores logos
     */
  /**
     * text links inline with separator bullets (site links & legal links)
     */
  /**
     * site links
     */
  /**
     * legal links
     */
  /**
     * footer logo
     */
  /**
     * social links
     */
}
#footer > .container {
  background-color: #fff;
  padding-left: 80px;
  padding-right: 80px;
}
@media (min-width: 768px) {
  #footer {
    /*padding-bottom: 45px;*/
  }
}
/*@media (min-width: 992px) {
  #footer {
    padding-top: 100px;
    padding-bottom: 45px;
  }
}*/
@media (min-width: 992px) {
  #footer .container {
    position: relative;
  }
}
#footer a {
  color: #ababab;
}
#footer .mobile-stores {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  #footer .mobile-stores {
    padding-bottom: 31px;
  }
}
@media (min-width: 992px) {
  #footer .mobile-stores {
    float: right;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
#footer .mobile-stores ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .mobile-stores ul:before,
#footer .mobile-stores ul:after {
  content: " ";
  display: table;
}
#footer .mobile-stores ul:after {
  clear: both;
}
#footer .mobile-stores ul:before,
#footer .mobile-stores ul:after {
  content: " ";
  display: table;
}
#footer .mobile-stores ul:after {
  clear: both;
}
@media (min-width: 360px) and (max-width: 767px) {
  #footer .mobile-stores img {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 768px) {
  #footer .mobile-stores img {
    width: auto !important;
    height: 36px;
  }
}
@media (max-width: 991px) {
  #footer .mobile-stores li {
    width: 50%;
  }
}
@media (min-width: 992px) {
  #footer .mobile-stores li {
    float: left;
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  #footer .mobile-stores .app-store {
    float: left !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer .mobile-stores .app-store {
    padding-right: 15px;
  }
  #footer .mobile-stores .app-store .svg-wrapper {
    float: right;
  }
}
@media (max-width: 991px) {
  #footer .mobile-stores .google-play {
    float: right !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer .mobile-stores .google-play {
    text-align: left;
    padding-left: 15px;
  }
}
#footer .mobile-stores .svg-wrapper {
  position: relative;
  float: left;
}
#footer .mobile-stores .svg-wrapper .svg-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#footer .text-links-inline ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .text-links-inline li {
  display: inline-block;
  margin-bottom: 6px;
  line-height: 1;
}
#footer .text-links-inline li.sep {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #ababab;
  margin: 0 6px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #footer .text-links-inline li.sep.break {
    display: block;
    clear: both;
    width: 0;
    height: 0;
    margin: 0;
    background: transparent;
  }
}
#footer .site-links {
  border-top: 1px solid rgba(171, 171, 171, 0.4);
  padding: 23px 0 37px;
}
@media (min-width: 768px) {
  #footer .site-links {
    padding: 30px 0 0;
  }
}
@media (min-width: 992px) {
  #footer .site-links {
    clear: both;
    text-align: right;
  }
}
#footer .site-links li {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
#footer .legal-info {
  padding-bottom: 37px;
}
@media (min-width: 992px) {
  #footer .legal-info {
    text-align: right;
  }
}
#footer .legal-info li {
  font-size: 13px;
}
@media (max-width: 991px) {
  #footer .footer-logo {
    padding: 0 55px 34px;
  }
}
@media (min-width: 992px) {
  #footer .footer-logo {
    position: absolute;
    top: 0;
    padding-top: 30px;
    min-width: 450px;
  }
}
#footer .footer-logo a:hover {
  text-decoration: none;
}
#footer .footer-logo .nxticon-rocket,
#footer .footer-logo .logo-text img {
  display: block;
}
@media (max-width: 991px) {
  #footer .footer-logo .logo-rocket,
  #footer .footer-logo .logo-text,
  #footer .footer-logo .logo-title-text {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
#footer .footer-logo .logo-rocket {
  margin-bottom: 17px;
}
@media (min-width: 992px) {
  #footer .footer-logo .logo-rocket {
    float: left;
    margin-right: 17px;
  }
}
#footer .footer-logo .logo-text {
  margin-bottom: 6px;
  text-transform: lowercase;
  /*font-family: @headings-font-family;*/
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}

.logo-title-text {
  margin-bottom: 6px;
  text-transform: lowercase;
  color: #727272;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;

}

@media (min-width: 992px) {
  #footer .footer-logo .logo-text,
  #footer .footer-logo .logo-title-text {
    margin-top: 10px;
    margin-bottom: 4px;
    display: table;
  }
}
#footer .footer-logo .nxticon-rocket {
  font-size: 68px;
}
#footer .footer-logo p {
  font-size: 18px;
  margin-bottom: 0;
  line-height: normal;
}
@media (min-width: 992px) {
  #footer .social-links {
    margin-top: -80px;
    margin-left: 75px;
  }
}
#footer .social-links ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .social-links li {
  display: inline-block;
  font-size: 33px;
  padding: 0 6px;
}
#footer .social-links a,
#footer .social-links [class*="nxticon-"] {
  display: block;
}
#footer .social-links a {
  transition: color .2s;
}
#footer .social-links a:hover {
  text-decoration: none;
}
#footer .social-links a:hover.facebook {
  color: #3b5998;
}
#footer .social-links a:hover.twitter {
  color: #00aced;
}
#footer .social-links a:hover.google {
  color: #DD4B39;
}
#footer .social-links a:hover.linkedin {
  color: #007bb6;
}
/**
 * #pre-footer (try it now)
 * ----------------------------------------------------
 */
#pre-footer {
  background-color: #142630;
  background-image: url(img/bg-moon-lg.png);
  background-repeat: no-repeat;
  color: #fff;
  padding: 45px 0 100px;
}
@media (min-width: 992px) {
  #pre-footer {
    background-position: 50% 120%;
    transition: background-position 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  #pre-footer.is-visible {
    background-position: 50% 100%;
  }
}
#pre-footer .section-title {
  color: #fff;
}
@media (max-width: 991px) {
  #pre-footer {
    padding-top: 30px;
    background-position: center 126%;
  }
}
#pre-footer .section-title {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  #pre-footer .section-title {
    margin-bottom: 52px;
  }
}
#pre-footer p {
  font-size: 18px;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  #pre-footer p {
    font-size: 22px;
    margin-bottom: 52px;
  }
}
/**
 * JUMBOTRON
 * ----------------------------------------------------
 */
.jumbotron {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: 43px;
  }
}
@media (min-width: 992px) {
  .jumbotron {
    padding-top: 50px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .jumbotron [class*="col-"] {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
.jumbotron h1 {
  line-height: 1.2;
  margin-bottom: 30px;
}
.jumbotron .lead {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .jumbotron .lead {
    font-size: 18px;
    line-height: 1.5;
  }
}
.jumbotron .video-area {
  position: relative;
  z-index: 4;
  min-height: 330px;
}
@media (min-width: 768px) {
  .jumbotron .video-area {
    min-height: 496px;
  }
}
@media (min-width: 992px) {
  .jumbotron .video-area {
    min-height: 400px;
  }
}
.jumbotron .play {
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 120px;
  margin: auto;
  opacity: 0;
  transition: opacity 1.5s;
  outline: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .jumbotron .play {
    top: 65px;
  }
}
.jumbotron .play.loaded {
  opacity: 1;
}
.jumbotron .play .nxticon-play {
  font-size: 92px;
  display: block;
  margin-bottom: 20px;
}
.jumbotron .play span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  line-height: 1;
}
.jumbotron .devices {
  position: absolute;
  transition: opacity 1s;
  opacity: .5;
}
@media (max-width: 767px) {
  .jumbotron .devices {
    height: 330px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .jumbotron .devices {
    height: 467px;
  }
}
@media (max-width: 991px) {
  .jumbotron .devices {
    width: 100%;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .jumbotron .devices {
    right: -185px;
    top: 0;
    width: 758px;
    height: 650px;
  }
}
@media (min-width: 1200px) {
  .jumbotron .devices {
    right: -100px;
  }
}
@media (min-width: 1550px) {
  .jumbotron .devices {
    right: 0;
  }
}
.jumbotron .devices.loaded > div {
  opacity: 1;
}
@media (min-width: 992px) {
  .jumbotron .devices.loaded .desktop {
    -ms-transform: translateX(-100px);
        transform: translateX(-100px);
  }
}
@media (min-width: 1850px) {
  .jumbotron .devices.loaded .desktop {
    -ms-transform: translateX(-400px);
        transform: translateX(-400px);
  }
}
@media (max-width: 991px) {
  .jumbotron .devices.loaded .tablet {
    transform: translate3d(-50%, 0, 0);
  }
}
@media (min-width: 992px) {
  .jumbotron .devices.loaded .tablet {
    -ms-transform: translateX(-210px);
        transform: translateX(-210px);
  }
}
@media (min-width: 1850px) {
  .jumbotron .devices.loaded .tablet {
    -ms-transform: translateX(-100px);
        transform: translateX(-100px);
  }
}
@media (max-width: 991px) {
  .jumbotron .devices.loaded .phone {
    transform: translate3d(25%, 0, 0);
  }
}
@media (min-width: 992px) {
  .jumbotron .devices.loaded .phone {
    -ms-transform: translateX(-415px);
        transform: translateX(-415px);
  }
}
@media (min-width: 1850px) {
  .jumbotron .devices.loaded .phone {
    -ms-transform: translateX(-50px);
        transform: translateX(-50px);
  }
}
.jumbotron .devices.playhover {
  opacity: .7;
}
.jumbotron .devices > div {
  position: absolute;
  opacity: 0;
  transition: opacity .3s, transform .6s;
}
.jumbotron .devices .desktop {
  top: 30px;
}
@media (max-width: 767px) {
  .jumbotron .devices .desktop {
    left: 0;
    right: 0;
    top: 24px;
    text-align: center;
  }
  .jumbotron .devices .desktop img {
    width: 510px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .jumbotron .devices .desktop {
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    margin-left: 50%;
  }
}
@media (min-width: 992px) {
  .jumbotron .devices .desktop {
    right: -200px;
    top: 50px;
    top: 55px;
  }
}
.jumbotron .devices .tablet {
  z-index: 2;
  top: 155px;
}
@media (max-width: 767px) {
  .jumbotron .devices .tablet {
    top: 110px;
  }
  .jumbotron .devices .tablet img {
    width: 382px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .jumbotron .devices .tablet {
    transform: translate3d(-50%, 140px, 0);
    margin-left: 50%;
  }
}
@media (min-width: 992px) {
  .jumbotron .devices .tablet {
    right: 6px;
  }
}
.jumbotron .devices .phone {
  z-index: 3;
  top: 255px;
}
@media (max-width: 767px) {
  .jumbotron .devices .phone {
    top: 158px;
  }
  .jumbotron .devices .phone img {
    width: 175px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .jumbotron .devices .phone {
    transform: translate3d(25%, 220px, 0);
    margin-left: 50%;
  }
}
@media (min-width: 992px) {
  .jumbotron .devices .phone {
    right: 152px;
  }
}
/**
 * #page-title (layout)
 * ----------------------------------------------------
 */
#page-title {
  margin-top: -18px;
  background-color: #fff;
  padding-left: 80px;
  padding-right: 80px;
}
@media (min-width: 768px) {
  #page-title .p-row {
    padding: 54px 0 40px;
  }
}
#page-title .section-title {
  color: #666666;
}
/**
 * #intro (layout)
 * ----------------------------------------------------
 */
#intro {
  padding: 30px;
}
@media (min-width: 768px) {
  #intro {
    padding: 63px 0;
  }
}
#intro a {
  color: #fff;
  text-decoration: underline;
}
#intro p {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  line-height: 1.5;
}
#intro .h2,
#intro .h3 {
  margin-top: 0;
  color: #fff;
}
#intro :last-child {
  margin-bottom: 0;
}
/**
 * #content (layout)
 * ----------------------------------------------------
 */
#content {
  padding: 20px 0 24px;
}
@media (min-width: 768px) {
  #content {
    padding: 38px 0 48px;
  }
}

/**
 * #landing-title
 * ----------------------------------------------------
 */
.landing-title {
  font-size: 40px;
  font-weight: 600;
}

.landing-sub-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 80px;
}

@media (min-width: 1000px) {
  #landing-title {
    padding-top: 60px;
  }
}

@media (min-width: 1200px) {
  #landing-title {
    padding-top: 80px;
  }
}
/**
 * #login
 * ----------------------------------------------------
 */
.login-container {
  outline: none;
  background-color: #fff;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .login-container {
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 2;
  }
}
@media (min-width: 768px) {
  .login-container {
    position: relative;
  }
}
#login {
  padding: 4rem;
  margin-top: -1px;
  background: #edf0f4;
  border-radius: 20px;
  /*box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.3);*/
  background-clip: padding-box;
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #login {
    /* max 767 */
    margin-right: -5px;
  }
}
@media (min-width: 768px) {
  #login {
    /* max 768
    border-top-right-radius: 0;*/
    /*        
        width: 315px;
        position: absolute;
        top: -18px;
        right: @grid-gutter-width / 2; // container padding
        z-index: 5;
*/
    background: rgb(237, 240, 244);
    /* hh */
  }
}
#login form .h5 {
  /* max-width: 170px;  hh */
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  #login form .h5 {
    max-width: 170px;
  }
}
#login .alert {
  padding-top: 10px;
  padding-bottom: 10px;
}
#login .field {
  position: relative;
}
#login .field input {
  /*vertical-align: center;*/
  /*border-radius: 10px;*/
  background: #fff;
  /*padding-top: 10px;*/
}
#login .field input:focus {
  position: relative;
  z-index: 1;
}
#login .field input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}
#login .field .input-wrapper {
  position: relative;
}
#login .field.has-error input {
  position: relative;
  z-index: 1;
}
#login .field.has-error .error {
  position: absolute;
  font-size: 14px;
  text-align: center;
  vertical-align: center;
  display: block;
  width: 100%;
  background-color: #fce4dc;
  color: #ec733c;

}
#login .field.has-error [class*="nxticon-"] {
  color: #ec733c;
}
#login .field:first-child input {
  /*border-radius: 10px;
  padding-top: 10px;
  border-left: none;*/
}
#login .field:first-child.has-error {
  /*padding-top: 22px;*/
}
#login .field:first-child.has-error .error {
  top: 0;
  border-radius: 5px 5px 5px 5px;
}
#login .field:last-child input {
  border-radius: 0 0 4px 4px;
}
#login .field:last-child.has-error {
  padding-bottom: 22px;
}
#login .field + .field {
  margin-top: -2px;
}
#login .field [class*="nxticon-"] {
  /*position: absolute;*/
  z-index: 2;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 25px;
  font-weight: bold;
  /*width: 19px;
  height: 19px;*/
  text-align: center;
  color: #ababab;
}
#login .action {
  margin-top: 13px;
}
#login .social-login {
  margin-top: 40px;
}
#login .social-login .h5 {
  position: relative;
}
#login .social-login .h5 span {
  background: transparent;
  /* #fff */
  padding: 0 13px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #login .social-login .h5 span {
    background: #fff;
  }
}
#login .social-login .h5:after {
  content: "";
  display: block;
  height: 1px;
  /*background: fade(@gray-dark, 40%);*/
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#login .social-login ul {
  padding-left: 0;
  list-style: none;
  margin: 10px auto 0;
  display: inline-block;
}
#login .social-login li {
  float: left;
  margin: 0 5px;
}
#login .social-login li:first-child {
  margin-left: 0;
}
#login .social-login li:last-child {
  margin-right: 0;
}
#login .social-login [class*="nxticon-"] {
  font-size: 26px;
}
#login .social-login .google {
  color: #DD4B39;
}
#login .social-login .google:hover {
  color: #c23321;
}
#login .social-login .linkedin {
  color: #007bb6;
}
#login .social-login .linkedin:hover {
  color: #005983;
}
#login .social-login .yammer {
  color: #396B9A;
}
#login .social-login .yammer:hover {
  color: #2b5175;
}
#login .social-login .chatter {
  color: #0092DA;
}
#login .social-login .chatter:hover {
  color: #0070a7;
}
#login .social-login .facebook {
  color: #3b5998;
}
#login .social-login .facebook:hover {
  color: #2d4373;
}
#login .social-login .slack {
  color: #3DAA7F;
}
#login .social-login .slack:hover {
  color: #308463;
}
#login .social-login .windows-azure {
  color: #00bdf5;
}
#login .social-login .windows-azure:hover {
  color: #0096c2;
}
#login .social-login a {
  text-decoration: none;
}
#login .social-login a.disabled {
  opacity: .3;
}
@media (max-width: 767px) {
  #login .social-login .h5 span {
    background: #fff;
  }
  #login .social-login .h5:after {
    background: rgba(75, 75, 75, 0.4);
  }
}
/**
 * HOME
 * ----------------------------------------------------
 */
/**
 * #features
 */
#features .bg-pattern-icons {
  position: relative;
  z-index: 1;
  padding-bottom: 130px;
}
@media (min-width: 768px) {
  #features .bg-pattern-icons {
    padding-bottom: 145px;
  }
}
@media (min-width: 992px) {
  #features .bg-pattern-icons {
    padding-bottom: 168px;
  }
}
#features .bg-pattern-waves .container {
  margin-top: -90px;
}
@media (min-width: 768px) {
  #features .bg-pattern-waves .container {
    margin-top: -100px;
  }
}
@media (min-width: 992px) {
  #features .bg-pattern-waves .container {
    margin-top: -124px;
  }
}
@media (min-width: 768px) {
  #features .bg-pattern-waves .row {
    margin-bottom: 52px;
  }
}
@media (min-width: 992px) {
  #features .bg-pattern-waves .row {
    margin-bottom: 60px;
  }
  #features .bg-pattern-waves .row:last-child {
    margin-bottom: 50px;
  }
}
#features .bg-pattern-waves .col-sm-4 {
  position: relative;
  z-index: 2;
}
#features .bg-pattern-waves .col-sm-4 h3 {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  #features .bg-pattern-waves .col-sm-4 {
    margin-bottom: 65px;
  }
}
#features .img-game img {
  margin-right: -13px;
}
#features .img-mobile img {
  margin-right: -4px;
}
@media (max-width: 991px) {
  #features [class*="img-"] img {
    height: 190px;
    width: auto;
  }
}
#features .list-inline {
  margin-bottom: 0;
  line-height: 1;
}
#features .list-inline li {
  padding-left: 2px;
  padding-right: 2px;
}
#features .list-inline [class*="nxticon-"] {
  font-size: 30px;
}
#features .list-inline .nxticon-google {
  color: #DD4B39;
}
#features .list-inline .nxticon-linkedin {
  color: #007bb6;
}
#features .list-inline .nxticon-yammer {
  color: #396B9A;
}
#features .list-inline .nxticon-chatter {
  color: #0092DA;
}
#features .list-inline .nxticon-facebook {
  color: #3b5998;
}
/**
 * #success-stories
 */
#success-stories {
  padding-top: 33px;
  padding-bottom: 68px;
}
@media (min-width: 768px) {
  #success-stories {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
#success-stories .section-title {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  #success-stories .section-title {
    margin-bottom: 110px;
  }
}
@media (min-width: 768px) {
  #success-stories .content-row {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  #success-stories .col-sm-6 {
    margin-bottom: 50px;
  }
}
#modal-video .modal-dialog {
  margin-top: 120px;
}
#modal-video .modal-content {
  overflow: hidden;
}
#modal-video .modal-body-nopadding {
  background-color: #000;
}
/**
 * DEVELOPERS (page)
 * .page-developers
 * ----------------------------------------------------
 */
.page-developers #content .instructions {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-developers #content .instructions {
    margin-bottom: 60px;
  }
}
/**
 * .page-pricing (page)
 * ----------------------------------------------------
 */
.page-pricing #intro {
  height: 150px;
}
@media (min-width: 768px) {
  .page-pricing #intro {
    height: 165px;
  }
}
.page-pricing #intro + #content {
  margin-top: -112px;
}
@media (min-width: 768px) {
  .page-pricing #intro + #content {
    margin-top: -125px;
  }
}
.page-pricing .pack {
  position: relative;
  padding-top: 200px;
}
@media (max-width: 767px) {
  .page-pricing .pack {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .page-pricing .pack {
    padding-top: 230px;
  }
}
.page-pricing .pack .section-title {
  margin-top: 0;
}
.page-pricing .pack .pricing {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100%;
  width: 180px;
  height: 180px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 992px) {
  .page-pricing .pack .pricing {
    width: 208px;
    height: 208px;
  }
}
.page-pricing .pack .pricing:after {
  content: "";
  border: 4px solid #fff;
  margin: 8px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-pricing .pack .pricing p {
  line-height: 1;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.page-pricing .pack .pricing .line {
  display: block;
}
.page-pricing .pack .pricing .large {
  font-size: 37px;
}
.page-pricing .pack .pricing .medium {
  font-size: 25px;
}
@media (min-width: 992px) {
  .page-pricing .pack .pricing .medium {
    font-size: 28px;
  }
}
.page-pricing .pack .pricing .small {
  font-size: 16px;
}
.page-pricing .pack .pricing .first {
  font-size: 26px;
}
.page-pricing .pack .pricing .last {
  font-size: 21px;
}
.page-pricing .pack-starterkit .section-title {
  color: #4bafe2;
}
.page-pricing .pack-starterkit .pricing {
  background: #4bafe2;
}
@media (max-width: 767px) {
  .page-pricing .pack-enterprise {
    padding-top: 230px;
  }
}
.page-pricing .pack-enterprise .section-title {
  color: #0096e2;
}
.page-pricing .pack-enterprise .pricing {
  width: 210px;
  height: 210px;
  background: #0096e2;
}
@media (min-width: 768px) {
  .page-pricing .pack-enterprise .pricing {
    top: -30px;
  }
}
@media (min-width: 992px) {
  .page-pricing .pack-enterprise .pricing {
    width: 238px;
    height: 238px;
  }
}
.page-pricing .pack-enterprise .pricing .large {
  font-size: 50px;
}
.page-pricing .pack-enterprise .pricing .currency {
  font-size: 37px;
}
.page-pricing .pack-bigmonster {
  margin-bottom: 0;
}
.page-pricing .pack-bigmonster .section-title {
  color: #0070b2;
}
.page-pricing .pack-bigmonster .pricing {
  background: #0070b2;
}
/**
 * archive (page)
 * basic styles
 * ----------------------------------------------------
 */
.archive .post + .post {
  margin-top: 70px;
}
/**
 * error 404 page
 * ----------------------------------------------------
 */
.error404 .search-form {
  margin-top: 60px;
}
/**
 * how it works (page)
 * ----------------------------------------------------
 */
.page-how-it-works .info-point {
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .page-how-it-works .info-point {
    margin-top: 60px;
    margin-bottom: 40px;
    display: table;
  }
}
.page-how-it-works .info-point img {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .page-how-it-works .info-point img {
    max-width: 164px;
    height: auto;
    margin-right: 35px;
  }
}
.page-how-it-works .info-point .text {
  text-align: center;
}
@media (min-width: 768px) {
  .page-how-it-works .info-point .text {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
  }
}
.page-how-it-works .info-point .text :last-child {
  margin-bottom: 0;
}
.page-signin-choose .community-list {
  /**margin-top: 48px;*/
}
.page-signin-choose .new-community-btn {
  margin-top: 20px;
}
.community-item {
  background-color: #edf0f4;
  position: relative;
  padding: 10px 10px 12px;
}
@media (min-width: 768px) {
  .community-item {
    /*padding: 14px 14px 18px;*/
  }
}
.community-item + .community-item {
  margin-top: 16px;
}
.community-item:hover {
  background-color: #EBEFEF;
}
.community-item:hover .user-photo {
  border-color: #BEC1C1;
}
.community-item .pull-left {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .community-item .pull-left {
    margin-right: 30px;
  }
}
.community-item .logo-bg {
  width: 65px;
  height: 45px;
  line-height: 32px;
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
}
@media (min-width: 768px) {
  .community-item .logo-bg {
    width: 108px;
    height: 70px;
    line-height: 50px;
    padding: 10px;
  }
}
.community-item .logo-bg img {
  max-width: 50px;
  height: auto;
}
@media (min-width: 768px) {
  .community-item .logo-bg img {
    max-width: 84px;
  }
}
.community-item .community-name {
  margin: 4px 0 0;
}
@media (max-width: 767px) {
  .community-item .community-name {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .community-item .community-name {
    margin: 10px 0 5px;
  }
}
@media (max-width: 767px) {
  .community-item .link-access {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .community-item .community-name,
  .community-item .link-access {
    max-width: 74%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 768px) {
  .community-item .media-body {
    min-height: 70px;
  }
}
.community-item .user-photo {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  border: 1px solid #DDDEDE;
}
@media (max-width: 767px) {
  .community-item .user-photo {
    width: 45px;
  }
}
@media (min-width: 768px) {
  .community-item .user-photo {
    right: 24px;
  }
}
.community-item .nxticon-login {
  vertical-align: text-top;
  font-size: 14px;
}
@media (min-width: 768px) {
  .community-item .nxticon-login {
    font-size: 17px;
  }
}
.community-item .link-access:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.community-item .link-access:hover {
  text-decoration: none;
}
.community-item .link-access:hover span {
  text-decoration: underline;
}
.page-maintenance #footer .site-links ul,
.page-maintenance #footer .legal-info ul {
  visibility: hidden;
}
.page-success-story blockquote .author.media .media-object {
  border: none;
}
.page-success-story .section-data {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .page-success-story .section-data {
    padding-bottom: 0;
  }
}
.page-success-story .data-list {
  padding-left: 0;
  list-style: none;
  margin-top: 55px;
  margin-bottom: 0;
}
.page-success-story .data-list .data,
.page-success-story .data-list .caption,
.page-success-story .data-list [class*="nxticon-"] {
  display: block;
}
.page-success-story .data-list .large,
.page-success-story .data-list .medium {
  color: #142630;
  font-weight: 600;
  line-height: 1;
}
.page-success-story .data-list .large {
  font-size: 37px;
}
.page-success-story .data-list .medium {
  font-size: 24px;
}
.page-success-story .data-list .caption {
  font-size: 20px;
  line-height: 1;
}
.page-success-story .data-list [class*="nxticon-"] {
  font-size: 39px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .page-success-story .data-list .col-xs-6 {
    margin-bottom: 60px;
  }
  .page-success-story .data-list .col-xs-6.last-row {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .page-signup .error-msg p {
    margin-bottom: 0;
  }
}
.page-signup .user-info {
  margin-bottom: 50px;
}
.page-signup .user-info .img-circle {
  border: 3px solid #DDDEDE;
  margin-top: 2px;
}
.page-signup .user-info .data {
  line-height: 1.4;
}
.page-signup .user-info .data strong {
  display: block;
}
.page-signup table {
  margin-bottom: 0;
}
.page-signup th label {
  font-weight: bold;
}
.page-signup .actions {
  margin-top: 40px;
}
.page-signup .form-mini .actions {
  margin-top: 0;
}
.page-signup .form-mini legend {
  margin-bottom: 30px;
  padding-bottom: 7px;
}
.page-signup .user-avatar {
  overflow: visible;
}
.page-signup .user-avatar .img-circle {
  border: 3px solid #D6D6D6;
  background: #D6D6D6;
}
.page-signup .user-avatar .pull-left {
  margin-right: 12px;
}
.page-signup .user-avatar a {
  font-weight: bold;
}
.page-signup .user-avatar p {
  line-height: 1.3;
}
.page-signup .user-avatar .action {
  margin-top: 5px;
  margin-bottom: 12px;
}
.page-signup .user-avatar .help-block {
  font-size: 14px;
}
.page-signup .user-avatar .drag-supported {
  display: none;
}
.page-signup .user-avatar.dnd-supported .drag-supported {
  display: block;
}
.page-signup .user-avatar.drag-hover .img-circle {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
@media (max-width: 767px) {
  .page-partners .section-partners {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.page-partners .section-partners .heading {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .page-partners .section-partners .heading {
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .page-partners .img-inline-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .page-partners .img-inline-list picture {
    display: block;
    -ms-flex: 0 1 200px;
        flex: 0 1 200px;
    min-height: 75px;
  }
}
@media (min-width: 992px) {
  .page-partners .img-inline-list {
    max-width: 80%;
  }
}
.page-partners .logo-eforcers {
  margin-top: 4px;
}
.page-partners .logo-innova {
  margin-top: 9px;
}
.partners-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 90px;
}
.partners-grid__item {
  -ms-flex: 1 0 262px;
      flex: 1 0 262px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 30px;
  text-align: center;
  font-weight: 600;
  color: #142630;
}
@media (min-width: 768px) {
  .partners-grid__item {
    margin-top: 90px;
  }
}
@media (min-width: 1200px) {
  .partners-grid__item {
    max-width: 262px;
  }
}
.partners-grid__item img {
  margin-left: auto;
  margin-right: auto;
}
.browser-list a {
  text-decoration: none;
}
.browser-list a span {
  display: block;
}
.browser-list a:hover span {
  text-decoration: underline;
}
.browser-list [class*="nxticon-"] {
  font-size: 40px;
}
@media (min-width: 768px) {
  .browser-list [class*="nxticon-"] {
    font-size: 60px;
  }
}
/**
 * #identity-choose
 * ----------------------------------------------------
 */
#identity-choose {
  background-color: #EEEEEE;
}
#identity-container {
  background-color: #fff;
  border-left-width: 2px;
  border-left-color: #e4e4e4;
  border-left-style: solid;
  border-right-width: 2px;
  border-right-color: #e4e4e4;
  border-right-style: solid;
  padding-left: 80px;
  padding-right: 80px;
}

.identity-sub-title {
  font-size: 20px;
  font-weight: normal;
  color: #6b6b6b;
}

/*
*#login-web
*---------------------------------------------
*
 */
#login-web {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
}

.login-web-title {
  color: #FFFFFF;
  font-size: 26px;
  font-weight: 700;
}

