/*
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/* normalize.css v2.1.3 | MIT License | git.io/normalize */
/* line 22, ../scss/style.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 28, ../scss/style.scss */
audio,
canvas,
video {
  display: inline-block;
}

/* line 32, ../scss/style.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 38, ../scss/style.scss */
[hidden],
template {
  display: none;
}

/* line 42, ../scss/style.scss */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 48, ../scss/style.scss */
body {
  margin: 0;
}

/* line 52, ../scss/style.scss */
a {
  background: transparent;
}

/* line 56, ../scss/style.scss */
a:focus {
  outline: thin dotted;
}

/* line 61, ../scss/style.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 68, ../scss/style.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 73, ../scss/style.scss */
b,
strong {
  font-weight: bold;
}

/* line 77, ../scss/style.scss */
dfn {
  font-style: italic;
}

/* line 81, ../scss/style.scss */
hr {
  height: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 87, ../scss/style.scss */
mark {
  color: #000;
  background: #ff0;
}

/* line 95, ../scss/style.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/* line 100, ../scss/style.scss */
pre {
  white-space: pre-wrap;
}

/* line 104, ../scss/style.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* line 108, ../scss/style.scss */
small {
  font-size: 80%;
}

/* line 113, ../scss/style.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 120, ../scss/style.scss */
sup {
  top: -0.5em;
}

/* line 124, ../scss/style.scss */
sub {
  bottom: -0.25em;
}

/* line 128, ../scss/style.scss */

/* line 132, ../scss/style.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 136, ../scss/style.scss */
figure {
  margin: 0;
}

/* line 140, ../scss/style.scss */
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

/* line 146, ../scss/style.scss */
legend {
  padding: 0;
  border: 0;
}

/* line 154, ../scss/style.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

/* line 161, ../scss/style.scss */
button,
input {
  line-height: normal;
}

/* line 166, ../scss/style.scss */
button,
select {
  text-transform: none;
}

/* line 173, ../scss/style.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/* line 179, ../scss/style.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 184, ../scss/style.scss */
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

/* line 189, ../scss/style.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 197, ../scss/style.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 202, ../scss/style.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 207, ../scss/style.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 212, ../scss/style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  /* line 218, ../scss/style.scss */
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* line 225, ../scss/style.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 228, ../scss/style.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 231, ../scss/style.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 235, ../scss/style.scss */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 239, ../scss/style.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 243, ../scss/style.scss */
  thead {
    display: table-header-group;
  }

  /* line 247, ../scss/style.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 250, ../scss/style.scss */
  img {
    max-width: 100% !important;
  }

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

  /* line 258, ../scss/style.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 263, ../scss/style.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 266, ../scss/style.scss */
  select {
    background: #fff !important;
  }

  /* line 269, ../scss/style.scss */
  .navbar {
    display: none;
  }

  /* line 273, ../scss/style.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 277, ../scss/style.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 280, ../scss/style.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 283, ../scss/style.scss */
  .table {
    border-collapse: collapse !important;
  }

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

/* line 300, ../scss/style.scss */
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 305, ../scss/style.scss */
body {
  font-family: Lato, sans-serif;
  background-color: #ffffff;  
  font-size: 12px;  line-height:180%;  color:rgb(104,110,122);  
}

/* line 316, ../scss/style.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 322, ../scss/style.scss */
a {
  color: #428bca;
  text-decoration: none;
}

/* line 328, ../scss/style.scss */
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

/* line 333, ../scss/style.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 339, ../scss/style.scss */
img {
  vertical-align: middle;
  width: 100%;
}
img {
  border: 0;
}


/* line 343, ../scss/style.scss */
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

/* line 349, ../scss/style.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 353, ../scss/style.scss */
.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 366, ../scss/style.scss */
.img-circle {
  border-radius: 50%;
}

/* line 370, ../scss/style.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 377, ../scss/style.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 388, ../scss/style.scss */
p {
  margin: 0 0 10px;
}

/* line 392, ../scss/style.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 400, ../scss/style.scss */
  .lead {
    font-size: 21px;
  }
}
/* line 406, ../scss/style.scss */
small,
.small {
  font-size: 85%;
}

/* line 410, ../scss/style.scss */
cite {
  font-style: normal;
}

/* line 414, ../scss/style.scss */
.text-muted {
  color: #999999;
}

/* line 418, ../scss/style.scss */
.text-primary {
  color: #428bca;
}

/* line 422, ../scss/style.scss */
.text-primary:hover {
  color: #3071a9;
}

/* line 426, ../scss/style.scss */
.text-warning {
  color: #c09853;
}

/* line 430, ../scss/style.scss */
.text-warning:hover {
  color: #a47e3c;
}

/* line 434, ../scss/style.scss */
.text-danger {
  color: #b94a48;
}

/* line 438, ../scss/style.scss */
.text-danger:hover {
  color: #953b39;
}

/* line 442, ../scss/style.scss */
.text-success {
  color: #468847;
}

/* line 446, ../scss/style.scss */
.text-success:hover {
  color: #356635;
}

/* line 450, ../scss/style.scss */
.text-info {
  color: #3a87ad;
}

/* line 454, ../scss/style.scss */
.text-info:hover {
  color: #2d6987;
}

/* line 458, ../scss/style.scss */
.text-left {
  text-align: left;
}

/* line 462, ../scss/style.scss */
.text-right {
  text-align: right;
}

/* line 466, ../scss/style.scss */
.text-center {
  text-align: center;
}

/* line 481, ../scss/style.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Lato, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin: 0;
  line-height: 150%;
}

/* line 511, ../scss/style.scss */
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: #999999;
}

/* line 527, ../scss/style.scss */
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}

/* line 533, ../scss/style.scss */
h4,
h5,
h6 {
}

/* line 543, ../scss/style.scss */
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}

/* line 548, ../scss/style.scss */
h1,
.h1 {
  font-size: 36px;
}

/* line 553, ../scss/style.scss */
h2,
.h2 {
  font-size: 25px;
  color: #7b858d;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 180%;
}

/* line 560, ../scss/style.scss */
h3,
.h3 {
  font-size: 24px;
}

/* line 565, ../scss/style.scss */
h4,
.h4 {
  font-size: 18px;
}

/* line 570, ../scss/style.scss */
h5,
.h5 {  font-size: 12px;  font-weight: 900;  text-align: center;
}

/* line 575, ../scss/style.scss */
h6,
.h6 {
  font-size: 10px;
  font-weight: bold;
  color: #989db8;
  text-align: center;
}

/* line 579, ../scss/style.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 586, ../scss/style.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

/* line 594, ../scss/style.scss */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

/* line 598, ../scss/style.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 603, ../scss/style.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 608, ../scss/style.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 614, ../scss/style.scss */
.list-inline > li:first-child {
  padding-left: 0;
}

/* line 618, ../scss/style.scss */
dl {
  margin-bottom: 20px;
}

/* line 623, ../scss/style.scss */
dt,
dd {
  line-height: 1.428571429;
}

/* line 627, ../scss/style.scss */
dt {
  font-weight: bold;
}

/* line 631, ../scss/style.scss */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 636, ../scss/style.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* line 645, ../scss/style.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }

  /* line 649, ../scss/style.scss */
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }

  /* line 653, ../scss/style.scss */
  .dl-horizontal dd:after {
    clear: both;
  }

  /* line 657, ../scss/style.scss */
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }

  /* line 661, ../scss/style.scss */
  .dl-horizontal dd:after {
    clear: both;
  }
}
/* line 667, ../scss/style.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

/* line 672, ../scss/style.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 677, ../scss/style.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

/* line 683, ../scss/style.scss */
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

/* line 689, ../scss/style.scss */
blockquote p:last-child {
  margin-bottom: 0;
}

/* line 693, ../scss/style.scss */
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

/* line 699, ../scss/style.scss */
blockquote small:before {
  content: '\2014 \00A0';
}

/* line 703, ../scss/style.scss */
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

/* line 712, ../scss/style.scss */
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}

/* line 717, ../scss/style.scss */
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

/* line 722, ../scss/style.scss */
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 727, ../scss/style.scss */
blockquote:before,
blockquote:after {
  content: "";
}

/* line 731, ../scss/style.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

/* line 740, ../scss/style.scss */
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

/* line 744, ../scss/style.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 753, ../scss/style.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

/* line 767, ../scss/style.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 776, ../scss/style.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 781, ../scss/style.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 789, ../scss/style.scss */
.container:before,
.container:after {
  display: table;
  content: " ";
}

/* line 794, ../scss/style.scss */
.container:after {
  clear: both;
}

/* line 799, ../scss/style.scss */
.container:before,
.container:after {
  display: table;
  content: " ";
}

/* line 804, ../scss/style.scss */
.container:after {
  clear: both;
}

/* line 808, ../scss/style.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 814, ../scss/style.scss */
.row:before,
.row:after {
  display: table;
  content: " ";
}

/* line 819, ../scss/style.scss */
.row:after {
  clear: both;
}

/* line 824, ../scss/style.scss */
.row:before,
.row:after {
  display: table;
  content: " ";
}

/* line 829, ../scss/style.scss */
.row:after {
  clear: both;
}

/* line 880, ../scss/style.scss */
.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-right: 15px;
  padding-left: 15px;
}

/* line 897, ../scss/style.scss */
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

/* line 901, ../scss/style.scss */
.col-xs-12 {
  width: 100%;
}

/* line 905, ../scss/style.scss */
.col-xs-11 {
  width: 91.66666666666666%;
}

/* line 909, ../scss/style.scss */
.col-xs-10 {
  width: 83.33333333333334%;
}

/* line 913, ../scss/style.scss */
.col-xs-9 {
  width: 75%;
}

/* line 917, ../scss/style.scss */
.col-xs-8 {
  width: 66.66666666666666%;
}

/* line 921, ../scss/style.scss */
.col-xs-7 {
  width: 58.333333333333336%;
}

/* line 925, ../scss/style.scss */
.col-xs-6 {
  width: 50%;
}

/* line 929, ../scss/style.scss */
.col-xs-5 {
  width: 41.66666666666667%;
}

/* line 933, ../scss/style.scss */
.col-xs-4 {
  width: 33.33333333333333%;
}

/* line 937, ../scss/style.scss */
.col-xs-3 {
  width: 25%;
}

/* line 941, ../scss/style.scss */
.col-xs-2 {
  width: 16.666666666666664%;
}

/* line 945, ../scss/style.scss */
.col-xs-1 {
  width: 8.333333333333332%;
}

/* line 949, ../scss/style.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 953, ../scss/style.scss */
.col-xs-pull-11 {
  right: 91.66666666666666%;
}

/* line 957, ../scss/style.scss */
.col-xs-pull-10 {
  right: 83.33333333333334%;
}

/* line 961, ../scss/style.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 965, ../scss/style.scss */
.col-xs-pull-8 {
  right: 66.66666666666666%;
}

/* line 969, ../scss/style.scss */
.col-xs-pull-7 {
  right: 58.333333333333336%;
}

/* line 973, ../scss/style.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 977, ../scss/style.scss */
.col-xs-pull-5 {
  right: 41.66666666666667%;
}

/* line 981, ../scss/style.scss */
.col-xs-pull-4 {
  right: 33.33333333333333%;
}

/* line 985, ../scss/style.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 989, ../scss/style.scss */
.col-xs-pull-2 {
  right: 16.666666666666664%;
}

/* line 993, ../scss/style.scss */
.col-xs-pull-1 {
  right: 8.333333333333332%;
}

/* line 997, ../scss/style.scss */
.col-xs-pull-0 {
  right: 0;
}

/* line 1001, ../scss/style.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 1005, ../scss/style.scss */
.col-xs-push-11 {
  left: 91.66666666666666%;
}

/* line 1009, ../scss/style.scss */
.col-xs-push-10 {
  left: 83.33333333333334%;
}

/* line 1013, ../scss/style.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 1017, ../scss/style.scss */
.col-xs-push-8 {
  left: 66.66666666666666%;
}

/* line 1021, ../scss/style.scss */
.col-xs-push-7 {
  left: 58.333333333333336%;
}

/* line 1025, ../scss/style.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 1029, ../scss/style.scss */
.col-xs-push-5 {
  left: 41.66666666666667%;
}

/* line 1033, ../scss/style.scss */
.col-xs-push-4 {
  left: 33.33333333333333%;
}

/* line 1037, ../scss/style.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 1041, ../scss/style.scss */
.col-xs-push-2 {
  left: 16.666666666666664%;
}

/* line 1045, ../scss/style.scss */
.col-xs-push-1 {
  left: 8.333333333333332%;
}

/* line 1049, ../scss/style.scss */
.col-xs-push-0 {
  left: 0;
}

/* line 1053, ../scss/style.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 1057, ../scss/style.scss */
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}

/* line 1061, ../scss/style.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}

/* line 1065, ../scss/style.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 1069, ../scss/style.scss */
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}

/* line 1073, ../scss/style.scss */
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}

/* line 1077, ../scss/style.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 1081, ../scss/style.scss */
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}

/* line 1085, ../scss/style.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}

/* line 1089, ../scss/style.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 1093, ../scss/style.scss */
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}

/* line 1097, ../scss/style.scss */
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}

/* line 1101, ../scss/style.scss */
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 1106, ../scss/style.scss */
  .container {
    width: 750px;
  }

  /* line 1119, ../scss/style.scss */
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }

  /* line 1122, ../scss/style.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 1125, ../scss/style.scss */
  .col-sm-11 {
    width: 91.66666666666666%;
  }

  /* line 1128, ../scss/style.scss */
  .col-sm-10 {
    width: 83.33333333333334%;
  }

  /* line 1131, ../scss/style.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 1134, ../scss/style.scss */
  .col-sm-8 {
    width: 66.66666666666666%;
  }

  /* line 1137, ../scss/style.scss */
  .col-sm-7 {
    width: 58.333333333333336%;
  }

  /* line 1140, ../scss/style.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 1143, ../scss/style.scss */
  .col-sm-5 {
    width: 41.66666666666667%;
  }

  /* line 1146, ../scss/style.scss */
  .col-sm-4 {
    width: 33.33333333333333%;
  }

  /* line 1149, ../scss/style.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 1152, ../scss/style.scss */
  .col-sm-2 {
    width: 16.666666666666664%;
  }

  /* line 1155, ../scss/style.scss */
  .col-sm-1 {
    width: 8.333333333333332%;
  }

  /* line 1158, ../scss/style.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 1161, ../scss/style.scss */
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }

  /* line 1164, ../scss/style.scss */
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }

  /* line 1167, ../scss/style.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 1170, ../scss/style.scss */
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }

  /* line 1173, ../scss/style.scss */
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }

  /* line 1176, ../scss/style.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 1179, ../scss/style.scss */
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }

  /* line 1182, ../scss/style.scss */
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }

  /* line 1185, ../scss/style.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 1188, ../scss/style.scss */
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }

  /* line 1191, ../scss/style.scss */
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }

  /* line 1194, ../scss/style.scss */
  .col-sm-pull-0 {
    right: 0;
  }

  /* line 1197, ../scss/style.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 1200, ../scss/style.scss */
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }

  /* line 1203, ../scss/style.scss */
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }

  /* line 1206, ../scss/style.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 1209, ../scss/style.scss */
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }

  /* line 1212, ../scss/style.scss */
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }

  /* line 1215, ../scss/style.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 1218, ../scss/style.scss */
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }

  /* line 1221, ../scss/style.scss */
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }

  /* line 1224, ../scss/style.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 1227, ../scss/style.scss */
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }

  /* line 1230, ../scss/style.scss */
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }

  /* line 1233, ../scss/style.scss */
  .col-sm-push-0 {
    left: 0;
  }

  /* line 1236, ../scss/style.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 1239, ../scss/style.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }

  /* line 1242, ../scss/style.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }

  /* line 1245, ../scss/style.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 1248, ../scss/style.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }

  /* line 1251, ../scss/style.scss */
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }

  /* line 1254, ../scss/style.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 1257, ../scss/style.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }

  /* line 1260, ../scss/style.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }

  /* line 1263, ../scss/style.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 1266, ../scss/style.scss */
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }

  /* line 1269, ../scss/style.scss */
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }

  /* line 1272, ../scss/style.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 1278, ../scss/style.scss */
  .container {
    width: 970px;
  }

  /* line 1291, ../scss/style.scss */
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }

  /* line 1294, ../scss/style.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 1297, ../scss/style.scss */
  .col-md-11 {
    width: 91.66666666666666%;
  }

  /* line 1300, ../scss/style.scss */
  .col-md-10 {
    width: 83.33333333333334%;
  }

  /* line 1303, ../scss/style.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 1306, ../scss/style.scss */
  .col-md-8 {
    width: 66.66666666666666%;
  }

  /* line 1309, ../scss/style.scss */
  .col-md-7 {
    width: 58.333333333333336%;
  }

  /* line 1312, ../scss/style.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 1315, ../scss/style.scss */
  .col-md-5 {
    width: 41.66666666666667%;
  }

  /* line 1318, ../scss/style.scss */
  .col-md-4 {
    width: 33.33333333333333%;
  }

  /* line 1321, ../scss/style.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 1324, ../scss/style.scss */
  .col-md-2 {
    width: 16.666666666666664%;
  }

  /* line 1327, ../scss/style.scss */
  .col-md-1 {
    width: 8.333333333333332%;
  }

  /* line 1330, ../scss/style.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 1333, ../scss/style.scss */
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }

  /* line 1336, ../scss/style.scss */
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }

  /* line 1339, ../scss/style.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 1342, ../scss/style.scss */
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }

  /* line 1345, ../scss/style.scss */
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }

  /* line 1348, ../scss/style.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 1351, ../scss/style.scss */
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }

  /* line 1354, ../scss/style.scss */
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }

  /* line 1357, ../scss/style.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 1360, ../scss/style.scss */
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }

  /* line 1363, ../scss/style.scss */
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }

  /* line 1366, ../scss/style.scss */
  .col-md-pull-0 {
    right: 0;
  }

  /* line 1369, ../scss/style.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 1372, ../scss/style.scss */
  .col-md-push-11 {
    left: 91.66666666666666%;
  }

  /* line 1375, ../scss/style.scss */
  .col-md-push-10 {
    left: 83.33333333333334%;
  }

  /* line 1378, ../scss/style.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 1381, ../scss/style.scss */
  .col-md-push-8 {
    left: 66.66666666666666%;
  }

  /* line 1384, ../scss/style.scss */
  .col-md-push-7 {
    left: 58.333333333333336%;
  }

  /* line 1387, ../scss/style.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 1390, ../scss/style.scss */
  .col-md-push-5 {
    left: 41.66666666666667%;
  }

  /* line 1393, ../scss/style.scss */
  .col-md-push-4 {
    left: 33.33333333333333%;
  }

  /* line 1396, ../scss/style.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 1399, ../scss/style.scss */
  .col-md-push-2 {
    left: 16.666666666666664%;
  }

  /* line 1402, ../scss/style.scss */
  .col-md-push-1 {
    left: 8.333333333333332%;
  }

  /* line 1405, ../scss/style.scss */
  .col-md-push-0 {
    left: 0;
  }

  /* line 1408, ../scss/style.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 1411, ../scss/style.scss */
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }

  /* line 1414, ../scss/style.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }

  /* line 1417, ../scss/style.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 1420, ../scss/style.scss */
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }

  /* line 1423, ../scss/style.scss */
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }

  /* line 1426, ../scss/style.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 1429, ../scss/style.scss */
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }

  /* line 1432, ../scss/style.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }

  /* line 1435, ../scss/style.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 1438, ../scss/style.scss */
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }

  /* line 1441, ../scss/style.scss */
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }

  /* line 1444, ../scss/style.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 1450, ../scss/style.scss */
  .container {
    width: 1170px;
  }

  /* line 1463, ../scss/style.scss */
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }

  /* line 1466, ../scss/style.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 1469, ../scss/style.scss */
  .col-lg-11 {
    width: 91.66666666666666%;
  }

  /* line 1472, ../scss/style.scss */
  .col-lg-10 {
    width: 83.33333333333334%;
  }

  /* line 1475, ../scss/style.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 1478, ../scss/style.scss */
  .col-lg-8 {
    width: 66.66666666666666%;
  }

  /* line 1481, ../scss/style.scss */
  .col-lg-7 {
    width: 58.333333333333336%;
  }

  /* line 1484, ../scss/style.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 1487, ../scss/style.scss */
  .col-lg-5 {
    width: 41.66666666666667%;
  }

  /* line 1490, ../scss/style.scss */
  .col-lg-4 {
    width: 33.33333333333333%;
  }

  /* line 1493, ../scss/style.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 1496, ../scss/style.scss */
  .col-lg-2 {
    width: 16.666666666666664%;
  }

  /* line 1499, ../scss/style.scss */
  .col-lg-1 {
    width: 8.333333333333332%;
  }

  /* line 1502, ../scss/style.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 1505, ../scss/style.scss */
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }

  /* line 1508, ../scss/style.scss */
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }

  /* line 1511, ../scss/style.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 1514, ../scss/style.scss */
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }

  /* line 1517, ../scss/style.scss */
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }

  /* line 1520, ../scss/style.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 1523, ../scss/style.scss */
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }

  /* line 1526, ../scss/style.scss */
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }

  /* line 1529, ../scss/style.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 1532, ../scss/style.scss */
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }

  /* line 1535, ../scss/style.scss */
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }

  /* line 1538, ../scss/style.scss */
  .col-lg-pull-0 {
    right: 0;
  }

  /* line 1541, ../scss/style.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 1544, ../scss/style.scss */
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }

  /* line 1547, ../scss/style.scss */
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }

  /* line 1550, ../scss/style.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 1553, ../scss/style.scss */
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }

  /* line 1556, ../scss/style.scss */
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }

  /* line 1559, ../scss/style.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 1562, ../scss/style.scss */
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }

  /* line 1565, ../scss/style.scss */
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }

  /* line 1568, ../scss/style.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 1571, ../scss/style.scss */
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }

  /* line 1574, ../scss/style.scss */
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }

  /* line 1577, ../scss/style.scss */
  .col-lg-push-0 {
    left: 0;
  }

  /* line 1580, ../scss/style.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 1583, ../scss/style.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }

  /* line 1586, ../scss/style.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }

  /* line 1589, ../scss/style.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 1592, ../scss/style.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }

  /* line 1595, ../scss/style.scss */
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }

  /* line 1598, ../scss/style.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 1601, ../scss/style.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }

  /* line 1604, ../scss/style.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }

  /* line 1607, ../scss/style.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 1610, ../scss/style.scss */
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }

  /* line 1613, ../scss/style.scss */
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }

  /* line 1616, ../scss/style.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/* line 1621, ../scss/style.scss */
table {
  max-width: 100%;
  background-color: transparent;
}

/* line 1626, ../scss/style.scss */
th {
  text-align: left;
}

/* line 1630, ../scss/style.scss */
.table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 1640, ../scss/style.scss */
.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.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

/* line 1647, ../scss/style.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

/* line 1657, ../scss/style.scss */
.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;
}

/* line 1661, ../scss/style.scss */
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

/* line 1665, ../scss/style.scss */
.table .table {
  background-color: #ffffff;
}

/* line 1674, ../scss/style.scss */
.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;
}

/* line 1678, ../scss/style.scss */
.table-bordered {
  border: 1px solid #dddddd;
}

/* line 1687, ../scss/style.scss */
.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 #dddddd;
}

/* line 1692, ../scss/style.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 1697, ../scss/style.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 1702, ../scss/style.scss */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

/* line 1706, ../scss/style.scss */
table col[class*="col-"] {
  display: table-column;
  float: none;
}

/* line 1712, ../scss/style.scss */
table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

/* line 1728, ../scss/style.scss */
.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;
}

/* line 1743, ../scss/style.scss */
.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;
}

/* line 1750, ../scss/style.scss */
.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.success:hover > th {
  background-color: #d0e9c6;
}

/* line 1765, ../scss/style.scss */
.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: #f2dede;
}

/* line 1772, ../scss/style.scss */
.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.danger:hover > th {
  background-color: #ebcccc;
}

/* line 1787, ../scss/style.scss */
.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;
}

/* line 1794, ../scss/style.scss */
.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.warning:hover > th {
  background-color: #faf2cc;
}

@media (max-width: 767px) {
  /* line 1799, ../scss/style.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }

  /* line 1808, ../scss/style.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }

  /* line 1816, ../scss/style.scss */
  .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;
  }

  /* line 1819, ../scss/style.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }

  /* line 1827, ../scss/style.scss */
  .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;
  }

  /* line 1835, ../scss/style.scss */
  .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;
  }

  /* line 1841, ../scss/style.scss */
  .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;
  }
}
/* line 1846, ../scss/style.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 1852, ../scss/style.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 1864, ../scss/style.scss */
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 1870, ../scss/style.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* line 1885, ../scss/style.scss */
input[type="file"] {
  display: block;
}

/* line 1890, ../scss/style.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 1894, ../scss/style.scss */
select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

/* line 1902, ../scss/style.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1909, ../scss/style.scss */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

/* line 1913, ../scss/style.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}

/* line 1922, ../scss/style.scss */
.form-control {
  display: block;
  width: 100%;
  height: 51px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5em;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background: #fff;  border: 1px solid #c7c9d8;  border-radius: 1px;  -webkit-box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.07);  box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.07);
}

/* line 1941, ../scss/style.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 1948, ../scss/style.scss */
.form-control:-moz-placeholder {
  color: #999999;
}

/* line 1952, ../scss/style.scss */
.form-control::-moz-placeholder {
  color: #999999;
}

/* line 1956, ../scss/style.scss */
.form-control:-ms-input-placeholder {
  color: #999999;
}

/* line 1960, ../scss/style.scss */
.form-control::-webkit-input-placeholder {
  color: #999999;
}

/* line 1966, ../scss/style.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 1971, ../scss/style.scss */
textarea.form-control {
  height: auto;
}

/* line 1975, ../scss/style.scss */
.form-group {
  margin-bottom: 8px;
}

/* line 1980, ../scss/style.scss */
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

/* line 1990, ../scss/style.scss */
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 2000, ../scss/style.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 2006, ../scss/style.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

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

/* line 2021, ../scss/style.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 2037, ../scss/style.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 2041, ../scss/style.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2049, ../scss/style.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 2054, ../scss/style.scss */
textarea.input-sm {
  height: auto;
}

/* line 2058, ../scss/style.scss */
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 2066, ../scss/style.scss */
select.input-lg {
  height: 45px;
  line-height: 45px;
}

/* line 2071, ../scss/style.scss */
textarea.input-lg {
  height: auto;
}

/* line 2080, ../scss/style.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}

/* line 2084, ../scss/style.scss */
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2090, ../scss/style.scss */
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

/* line 2096, ../scss/style.scss */
.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

/* line 2107, ../scss/style.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}

/* line 2111, ../scss/style.scss */
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2117, ../scss/style.scss */
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

/* line 2123, ../scss/style.scss */
.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

/* line 2134, ../scss/style.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}

/* line 2138, ../scss/style.scss */
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2144, ../scss/style.scss */
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

/* line 2150, ../scss/style.scss */
.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

/* line 2156, ../scss/style.scss */
.form-control-static {
  margin-bottom: 0;
}

/* line 2160, ../scss/style.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 2168, ../scss/style.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2173, ../scss/style.scss */
  .form-inline .form-control {
    display: inline-block;
  }

  /* line 2177, ../scss/style.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  /* line 2184, ../scss/style.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
/* line 2194, ../scss/style.scss */
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 2200, ../scss/style.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 2206, ../scss/style.scss */
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

/* line 2211, ../scss/style.scss */
.form-horizontal .form-group:after {
  clear: both;
}

/* line 2216, ../scss/style.scss */
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

/* line 2221, ../scss/style.scss */
.form-horizontal .form-group:after {
  clear: both;
}

/* line 2225, ../scss/style.scss */
.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  /* line 2230, ../scss/style.scss */
  .form-horizontal .control-label {
    text-align: right;
  }
}
/* line 2235, ../scss/style.scss */
.btn {
  display: inline-block;
  padding: 14px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 2256, ../scss/style.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 2263, ../scss/style.scss */
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

/* line 2269, ../scss/style.scss */
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 2278, ../scss/style.scss */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2287, ../scss/style.scss */
.btn-default {
  background-color: #ffffff;  border: 1px solid #c7c9d8;    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.07);  box-shadow: 0 1px 3px 0 rgba(0,0,0,.07);
  color: #989db8;    font-size: 12px;  
  font-weight: 600;  
  text-transform: uppercase;
}

/* line 2297, ../scss/style.scss */
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

/* line 2305, ../scss/style.scss */
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 2323, ../scss/style.scss */
.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: #ffffff;
  border-color: #cccccc;
}

/* line 2328, ../scss/style.scss */
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 2338, ../scss/style.scss */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

/* line 2346, ../scss/style.scss */
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 2364, ../scss/style.scss */
.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: #428bca;
  border-color: #357ebd;
}

/* line 2369, ../scss/style.scss */
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 2379, ../scss/style.scss */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

/* line 2387, ../scss/style.scss */
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 2405, ../scss/style.scss */
.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: #eea236;
}

/* line 2410, ../scss/style.scss */
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 2420, ../scss/style.scss */
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

/* line 2428, ../scss/style.scss */
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 2446, ../scss/style.scss */
.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: #d43f3a;
}

/* line 2451, ../scss/style.scss */
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 2461, ../scss/style.scss */
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

/* line 2469, ../scss/style.scss */
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 2487, ../scss/style.scss */
.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: #4cae4c;
}

/* line 2492, ../scss/style.scss */
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 2502, ../scss/style.scss */
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

/* line 2510, ../scss/style.scss */
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 2528, ../scss/style.scss */
.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: #46b8da;
}

/* line 2533, ../scss/style.scss */
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

/* line 2543, ../scss/style.scss */
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2552, ../scss/style.scss */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

/* line 2557, ../scss/style.scss */
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

/* line 2566, ../scss/style.scss */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

/* line 2571, ../scss/style.scss */
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 2579, ../scss/style.scss */
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2586, ../scss/style.scss */
.btn-xs {
  padding: 1px 5px;
}

/* line 2590, ../scss/style.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

/* line 2597, ../scss/style.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 2603, ../scss/style.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 2607, ../scss/style.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 2613, ../scss/style.scss */
.fade.in {
  opacity: 1;
}

/* line 2617, ../scss/style.scss */
.collapse {
  display: none;
}

/* line 2621, ../scss/style.scss */
.collapse.in {
  display: block;
}

/* line 2625, ../scss/style.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/* line 2634, ../scss/style.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
}

/* line 2646, ../scss/style.scss */
.dropdown {
  position: relative;
}

/* line 2650, ../scss/style.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 2654, ../scss/style.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

/* line 2675, ../scss/style.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 2680, ../scss/style.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 2687, ../scss/style.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

/* line 2698, ../scss/style.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 2706, ../scss/style.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

/* line 2715, ../scss/style.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

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

/* line 2728, ../scss/style.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 2732, ../scss/style.scss */
.open > a {
  outline: 0;
}

/* line 2736, ../scss/style.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

/* line 2744, ../scss/style.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 2753, ../scss/style.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 2759, ../scss/style.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}

/* line 2766, ../scss/style.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  /* line 2773, ../scss/style.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
/* line 2779, ../scss/style.scss */
.btn-default .caret {
  border-top-color: #333333;
}

/* line 2787, ../scss/style.scss */
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

/* line 2791, ../scss/style.scss */
.dropup .btn-default .caret {
  border-bottom-color: #333333;
}

/* line 2799, ../scss/style.scss */
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

/* line 2804, ../scss/style.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 2811, ../scss/style.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 2823, ../scss/style.scss */
.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;
}

/* line 2828, ../scss/style.scss */
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

/* line 2835, ../scss/style.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 2840, ../scss/style.scss */
.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

/* line 2845, ../scss/style.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 2850, ../scss/style.scss */
.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

/* line 2855, ../scss/style.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 2859, ../scss/style.scss */
.btn-toolbar .btn-group {
  float: left;
}

/* line 2866, ../scss/style.scss */
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

/* line 2870, ../scss/style.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 2874, ../scss/style.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 2878, ../scss/style.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 2884, ../scss/style.scss */
.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;
}

/* line 2889, ../scss/style.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 2893, ../scss/style.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 2898, ../scss/style.scss */
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 2903, ../scss/style.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 2909, ../scss/style.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 2913, ../scss/style.scss */
.btn-group-xs > .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2921, ../scss/style.scss */
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2928, ../scss/style.scss */
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 2935, ../scss/style.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 2940, ../scss/style.scss */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

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

/* line 2950, ../scss/style.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2955, ../scss/style.scss */
.btn .caret {
  margin-left: 0;
}

/* line 2959, ../scss/style.scss */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 2964, ../scss/style.scss */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 2969, ../scss/style.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 2977, ../scss/style.scss */
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

/* line 2982, ../scss/style.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 2987, ../scss/style.scss */
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

/* line 2992, ../scss/style.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 2996, ../scss/style.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 3003, ../scss/style.scss */
.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;
}

/* line 3008, ../scss/style.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3012, ../scss/style.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3018, ../scss/style.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
}

/* line 3024, ../scss/style.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3029, ../scss/style.scss */
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3034, ../scss/style.scss */
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 3039, ../scss/style.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

/* line 3046, ../scss/style.scss */
.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 3053, ../scss/style.scss */
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

/* line 3057, ../scss/style.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 3063, ../scss/style.scss */
.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 3069, ../scss/style.scss */
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

/* line 3076, ../scss/style.scss */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 3086, ../scss/style.scss */
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}

/* line 3093, ../scss/style.scss */
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

/* line 3099, ../scss/style.scss */
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3109, ../scss/style.scss */
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

/* line 3116, ../scss/style.scss */
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

/* line 3122, ../scss/style.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 3128, ../scss/style.scss */
.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;
}

/* line 3133, ../scss/style.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 3139, ../scss/style.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

/* line 3151, ../scss/style.scss */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 3157, ../scss/style.scss */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 3164, ../scss/style.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 3172, ../scss/style.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3177, ../scss/style.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 3185, ../scss/style.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 3190, ../scss/style.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 3194, ../scss/style.scss */
.input-group-btn {
  position: relative;
  white-space: nowrap;
}

/* line 3199, ../scss/style.scss */
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}

/* line 3203, ../scss/style.scss */
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}

/* line 3207, ../scss/style.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 3211, ../scss/style.scss */
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

/* line 3216, ../scss/style.scss */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

/* line 3220, ../scss/style.scss */
.nav {
  padding-left: 0;
  margin: 50px 0 20px;
  list-style: none;
}

/* line 3227, ../scss/style.scss */
.nav:before,
.nav:after {
  display: table;
  content: " ";
}

/* line 3232, ../scss/style.scss */
.nav:after {
  clear: both;
}

/* line 3237, ../scss/style.scss */
.nav:before,
.nav:after {
  display: table;
  content: " ";
}

/* line 3242, ../scss/style.scss */
.nav:after {
  clear: both;
}

/* line 3246, ../scss/style.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 3251, ../scss/style.scss */
.nav > li > a {
  position: relative;
  display: block;
}

/* line 3258, ../scss/style.scss */
.nav > li > a:hover i, .nav > li > a:focus i {
    border: 1px solid red;
}

/* line 3263, ../scss/style.scss */
.nav > li.disabled > a {
  color: #999999;
}

/* line 3268, ../scss/style.scss */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 3277, ../scss/style.scss */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

/* line 3284, ../scss/style.scss */
.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

/* line 3289, ../scss/style.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 3296, ../scss/style.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 3300, ../scss/style.scss */
.nav-tabs {
}

/* line 3304, ../scss/style.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 3309, ../scss/style.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  text-align: center;
}

/* line 3316, ../scss/style.scss */
#process > a:hover > i {
  border-color: red;
}

/* line 3322, ../scss/style.scss */


/* line 3330, ../scss/style.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 3335, ../scss/style.scss */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 3339, ../scss/style.scss */
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 3344, ../scss/style.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 3350, ../scss/style.scss */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 3354, ../scss/style.scss */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 3359, ../scss/style.scss */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 3366, ../scss/style.scss */
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  /* line 3371, ../scss/style.scss */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 3377, ../scss/style.scss */
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
/* line 3382, ../scss/style.scss */
.nav-pills > li {
  float: left;
}

/* line 3386, ../scss/style.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 3390, ../scss/style.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 3396, ../scss/style.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}

/* line 3403, ../scss/style.scss */
.nav-pills > li.active > a .caret,
.nav-pills > li.active > a:hover .caret,
.nav-pills > li.active > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 3408, ../scss/style.scss */
.nav-stacked > li {
  float: none;
}

/* line 3412, ../scss/style.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 3417, ../scss/style.scss */
.nav-justified {
  width: 100%;
}

/* line 3421, ../scss/style.scss */
.nav-justified > li {
  float: none;
}

/* line 3425, ../scss/style.scss */
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 3430, ../scss/style.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 3436, ../scss/style.scss */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 3440, ../scss/style.scss */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 3445, ../scss/style.scss */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 3449, ../scss/style.scss */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 3456, ../scss/style.scss */
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  /* line 3461, ../scss/style.scss */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 3467, ../scss/style.scss */
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
/* line 3472, ../scss/style.scss */
.tab-content > .tab-pane {
  display: none;
  transition: 1s;
}

/* line 3476, ../scss/style.scss */
.tab-content > .active {
  display: block;
}

/* line 3480, ../scss/style.scss */
.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

/* line 3485, ../scss/style.scss */
.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

/* line 3490, ../scss/style.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 3496, ../scss/style.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

/* line 3504, ../scss/style.scss */
.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

/* line 3509, ../scss/style.scss */
.navbar:after {
  clear: both;
}

/* line 3514, ../scss/style.scss */
.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

/* line 3519, ../scss/style.scss */
.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 3524, ../scss/style.scss */
  .navbar {
    border-radius: 4px;
  }
}
/* line 3530, ../scss/style.scss */
.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

/* line 3535, ../scss/style.scss */
.navbar-header:after {
  clear: both;
}

/* line 3540, ../scss/style.scss */
.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

/* line 3545, ../scss/style.scss */
.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 3550, ../scss/style.scss */
  .navbar-header {
    float: left;
  }
}
/* line 3555, ../scss/style.scss */
.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 3566, ../scss/style.scss */
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

/* line 3571, ../scss/style.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 3576, ../scss/style.scss */
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

/* line 3581, ../scss/style.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 3585, ../scss/style.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 3590, ../scss/style.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  /* line 3595, ../scss/style.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  /* line 3601, ../scss/style.scss */
  .navbar-collapse.in {
    overflow-y: auto;
  }

  /* line 3604, ../scss/style.scss */
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }

  /* line 3607, ../scss/style.scss */
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }

  /* line 3610, ../scss/style.scss */
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
/* line 3616, ../scss/style.scss */
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 3623, ../scss/style.scss */
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 3629, ../scss/style.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 3635, ../scss/style.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}
/* line 3641, ../scss/style.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 3650, ../scss/style.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
/* line 3655, ../scss/style.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 3660, ../scss/style.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 3666, ../scss/style.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 3674, ../scss/style.scss */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 3679, ../scss/style.scss */
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
/* line 3684, ../scss/style.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 3696, ../scss/style.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 3703, ../scss/style.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 3708, ../scss/style.scss */
  .navbar-toggle {
    display: none;
  }
}
/* line 3713, ../scss/style.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 3717, ../scss/style.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 3724, ../scss/style.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  /* line 3734, ../scss/style.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  /* line 3737, ../scss/style.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  /* line 3741, ../scss/style.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 3747, ../scss/style.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }

  /* line 3751, ../scss/style.scss */
  .navbar-nav > li {
    float: left;
  }

  /* line 3754, ../scss/style.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  /* line 3761, ../scss/style.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 3764, ../scss/style.scss */
  .navbar-right {
    float: right !important;
  }
}
/* line 3769, ../scss/style.scss */
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  /* line 3782, ../scss/style.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 3787, ../scss/style.scss */
  .navbar-form .form-control {
    display: inline-block;
  }

  /* line 3791, ../scss/style.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  /* line 3798, ../scss/style.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  /* line 3805, ../scss/style.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  /* line 3811, ../scss/style.scss */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/* line 3823, ../scss/style.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 3829, ../scss/style.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3835, ../scss/style.scss */
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 3840, ../scss/style.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 3845, ../scss/style.scss */
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 3852, ../scss/style.scss */
  .navbar-text {
    margin-right: 15px;
    margin-left: 15px;
  }
}
/* line 3858, ../scss/style.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 3863, ../scss/style.scss */
.navbar-default .navbar-brand {
  color: #777777;
}

/* line 3868, ../scss/style.scss */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 3873, ../scss/style.scss */
.navbar-default .navbar-text {
  color: #777777;
}

/* line 3877, ../scss/style.scss */
.navbar-default .navbar-nav > li > a {
  color: #777777;
}

/* line 3882, ../scss/style.scss */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

/* line 3889, ../scss/style.scss */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

/* line 3896, ../scss/style.scss */
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

/* line 3901, ../scss/style.scss */
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

/* line 3906, ../scss/style.scss */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

/* line 3910, ../scss/style.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

/* line 3915, ../scss/style.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 3920, ../scss/style.scss */
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

/* line 3927, ../scss/style.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

/* line 3934, ../scss/style.scss */
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

/* line 3939, ../scss/style.scss */
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

@media (max-width: 767px) {
  /* line 3945, ../scss/style.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }

  /* line 3949, ../scss/style.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }

  /* line 3955, ../scss/style.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }

  /* line 3961, ../scss/style.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
/* line 3967, ../scss/style.scss */
.navbar-default .navbar-link {
  color: #777777;
}

/* line 3971, ../scss/style.scss */
.navbar-default .navbar-link:hover {
  color: #333333;
}

/* line 3975, ../scss/style.scss */
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

/* line 3980, ../scss/style.scss */
.navbar-inverse .navbar-brand {
  color: #999999;
}

/* line 3985, ../scss/style.scss */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

/* line 3990, ../scss/style.scss */
.navbar-inverse .navbar-text {
  color: #999999;
}

/* line 3994, ../scss/style.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

/* line 3999, ../scss/style.scss */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

/* line 4006, ../scss/style.scss */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

/* line 4013, ../scss/style.scss */
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

/* line 4018, ../scss/style.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

/* line 4023, ../scss/style.scss */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

/* line 4027, ../scss/style.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

/* line 4032, ../scss/style.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 4038, ../scss/style.scss */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}

/* line 4043, ../scss/style.scss */
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 4048, ../scss/style.scss */
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

/* line 4055, ../scss/style.scss */
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (max-width: 767px) {
  /* line 4061, ../scss/style.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  /* line 4064, ../scss/style.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }

  /* line 4068, ../scss/style.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }

  /* line 4074, ../scss/style.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }

  /* line 4080, ../scss/style.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
/* line 4086, ../scss/style.scss */
.navbar-inverse .navbar-link {
  color: #999999;
}

/* line 4090, ../scss/style.scss */
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

/* line 4094, ../scss/style.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 4102, ../scss/style.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 4106, ../scss/style.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}

/* line 4112, ../scss/style.scss */
.breadcrumb > .active {
  color: #999999;
}

/* line 4116, ../scss/style.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 4123, ../scss/style.scss */
.pagination > li {
  display: inline;
}

/* line 4128, ../scss/style.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

/* line 4140, ../scss/style.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 4147, ../scss/style.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 4155, ../scss/style.scss */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

/* line 4164, ../scss/style.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 4177, ../scss/style.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

/* line 4185, ../scss/style.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

/* line 4191, ../scss/style.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 4197, ../scss/style.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 4203, ../scss/style.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

/* line 4209, ../scss/style.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4215, ../scss/style.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 4220, ../scss/style.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 4228, ../scss/style.scss */
.pager:before,
.pager:after {
  display: table;
  content: " ";
}

/* line 4233, ../scss/style.scss */
.pager:after {
  clear: both;
}

/* line 4238, ../scss/style.scss */
.pager:before,
.pager:after {
  display: table;
  content: " ";
}

/* line 4243, ../scss/style.scss */
.pager:after {
  clear: both;
}

/* line 4247, ../scss/style.scss */
.pager li {
  display: inline;
}

/* line 4252, ../scss/style.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

/* line 4261, ../scss/style.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 4267, ../scss/style.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 4272, ../scss/style.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 4279, ../scss/style.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

/* line 4285, ../scss/style.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 4299, ../scss/style.scss */
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4305, ../scss/style.scss */
.label:empty {
  display: none;
}

/* line 4309, ../scss/style.scss */
.label-default {
  background-color: #999999;
}

/* line 4314, ../scss/style.scss */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

/* line 4318, ../scss/style.scss */
.label-primary {
  background-color: #428bca;
}

/* line 4323, ../scss/style.scss */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

/* line 4327, ../scss/style.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 4332, ../scss/style.scss */
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

/* line 4336, ../scss/style.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 4341, ../scss/style.scss */
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 4345, ../scss/style.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 4350, ../scss/style.scss */
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 4354, ../scss/style.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 4359, ../scss/style.scss */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 4363, ../scss/style.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
}

/* line 4378, ../scss/style.scss */
.badge:empty {
  display: none;
}

/* line 4383, ../scss/style.scss */
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4389, ../scss/style.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4395, ../scss/style.scss */
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}

/* line 4400, ../scss/style.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 4404, ../scss/style.scss */
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

/* line 4414, ../scss/style.scss */
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

/* line 4419, ../scss/style.scss */
.jumbotron p {
  line-height: 1.4;
}

/* line 4423, ../scss/style.scss */
.container .jumbotron {
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  /* line 4428, ../scss/style.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  /* line 4432, ../scss/style.scss */
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  /* line 4436, ../scss/style.scss */
  .jumbotron h1 {
    font-size: 63px;
  }
}
/* line 4441, ../scss/style.scss */
.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 4456, ../scss/style.scss */
.thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* line 4466, ../scss/style.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

/* line 4470, ../scss/style.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 4475, ../scss/style.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 4482, ../scss/style.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 4487, ../scss/style.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 4492, ../scss/style.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 4496, ../scss/style.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 4500, ../scss/style.scss */
.alert-dismissable {
  padding-right: 35px;
}

/* line 4504, ../scss/style.scss */
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 4511, ../scss/style.scss */
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 4517, ../scss/style.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 4521, ../scss/style.scss */
.alert-success .alert-link {
  color: #356635;
}

/* line 4525, ../scss/style.scss */
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 4531, ../scss/style.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 4535, ../scss/style.scss */
.alert-info .alert-link {
  color: #2d6987;
}

/* line 4539, ../scss/style.scss */
.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 4545, ../scss/style.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 4549, ../scss/style.scss */
.alert-warning .alert-link {
  color: #a47e3c;
}

/* line 4553, ../scss/style.scss */
.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 4559, ../scss/style.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 4563, ../scss/style.scss */
.alert-danger .alert-link {
  color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  /* line 4568, ../scss/style.scss */
  from {
    background-position: 40px 0;
  }

  /* line 4571, ../scss/style.scss */
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  /* line 4577, ../scss/style.scss */
  from {
    background-position: 40px 0;
  }

  /* line 4580, ../scss/style.scss */
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  /* line 4586, ../scss/style.scss */
  from {
    background-position: 0 0;
  }

  /* line 4589, ../scss/style.scss */
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  /* line 4595, ../scss/style.scss */
  from {
    background-position: 40px 0;
  }

  /* line 4598, ../scss/style.scss */
  to {
    background-position: 0 0;
  }
}

/* line 4603, ../scss/style.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 4613, ../scss/style.scss */
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

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

/* line 4636, ../scss/style.scss */
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 4641, ../scss/style.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 4645, ../scss/style.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 4652, ../scss/style.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

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

/* line 4663, ../scss/style.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

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

/* line 4674, ../scss/style.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

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

/* line 4686, ../scss/style.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 4692, ../scss/style.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 4696, ../scss/style.scss */
.media:first-child {
  margin-top: 0;
}

/* line 4700, ../scss/style.scss */
.media-object {
  display: block;
}

/* line 4704, ../scss/style.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 4708, ../scss/style.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 4712, ../scss/style.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 4716, ../scss/style.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 4721, ../scss/style.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 4726, ../scss/style.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

/* line 4735, ../scss/style.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 4740, ../scss/style.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 4746, ../scss/style.scss */
.list-group-item > .badge {
  float: right;
}

/* line 4750, ../scss/style.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 4754, ../scss/style.scss */
a.list-group-item {
  color: #555555;
}

/* line 4758, ../scss/style.scss */
a.list-group-item .list-group-item-heading {
  color: #333333;
}

/* line 4763, ../scss/style.scss */
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 4770, ../scss/style.scss */
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 4779, ../scss/style.scss */
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

/* line 4785, ../scss/style.scss */
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

/* line 4789, ../scss/style.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 4794, ../scss/style.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 4799, ../scss/style.scss */
.panel {
  margin: 0;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 0;
}

/* line 4808, ../scss/style.scss */
.panel-body {
  padding: 15px;
}

/* line 4813, ../scss/style.scss */
.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

/* line 4818, ../scss/style.scss */
.panel-body:after {
  clear: both;
}

/* line 4823, ../scss/style.scss */
.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

/* line 4828, ../scss/style.scss */
.panel-body:after {
  clear: both;
}

/* line 4832, ../scss/style.scss */
.panel > .list-group {
  margin-bottom: 0;
}

/* line 4836, ../scss/style.scss */
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

/* line 4840, ../scss/style.scss */
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 4845, ../scss/style.scss */
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

/* line 4849, ../scss/style.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 4854, ../scss/style.scss */
.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0;
}

/* line 4859, ../scss/style.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}

/* line 4864, ../scss/style.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 4879, ../scss/style.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 4894, ../scss/style.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 4909, ../scss/style.scss */
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}

/* line 4913, ../scss/style.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4920, ../scss/style.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 4924, ../scss/style.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

/* line 4930, ../scss/style.scss */
.panel-title > a {
  color: inherit;
}

/* line 4934, ../scss/style.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4942, ../scss/style.scss */
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

/* line 4948, ../scss/style.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 4952, ../scss/style.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 4956, ../scss/style.scss */
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

/* line 4960, ../scss/style.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 4964, ../scss/style.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

/* line 4968, ../scss/style.scss */
.panel-default {
  border-color: #dddddd;
}

/* line 4972, ../scss/style.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

/* line 4978, ../scss/style.scss */
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

/* line 4982, ../scss/style.scss */
.panel-default > .panel-heading > .dropdown .caret {
  border-color: #333333 transparent;
}

/* line 4986, ../scss/style.scss */
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

/* line 4990, ../scss/style.scss */
.panel-primary {
  border-color: #428bca;
}

/* line 4994, ../scss/style.scss */
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 5000, ../scss/style.scss */
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

/* line 5004, ../scss/style.scss */
.panel-primary > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}

/* line 5008, ../scss/style.scss */
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

/* line 5012, ../scss/style.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 5016, ../scss/style.scss */
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5022, ../scss/style.scss */
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

/* line 5026, ../scss/style.scss */
.panel-success > .panel-heading > .dropdown .caret {
  border-color: #468847 transparent;
}

/* line 5030, ../scss/style.scss */
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 5034, ../scss/style.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 5038, ../scss/style.scss */
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 5044, ../scss/style.scss */
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}

/* line 5048, ../scss/style.scss */
.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #c09853 transparent;
}

/* line 5052, ../scss/style.scss */
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

/* line 5056, ../scss/style.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 5060, ../scss/style.scss */
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5066, ../scss/style.scss */
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

/* line 5070, ../scss/style.scss */
.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #b94a48 transparent;
}

/* line 5074, ../scss/style.scss */
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5078, ../scss/style.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 5082, ../scss/style.scss */
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5088, ../scss/style.scss */
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

/* line 5092, ../scss/style.scss */
.panel-info > .panel-heading > .dropdown .caret {
  border-color: #3a87ad transparent;
}

/* line 5096, ../scss/style.scss */
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 5100, ../scss/style.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 5111, ../scss/style.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 5116, ../scss/style.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 5121, ../scss/style.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 5126, ../scss/style.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 5138, ../scss/style.scss */
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 5146, ../scss/style.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 5154, ../scss/style.scss */
.modal-open {
  overflow: hidden;
}

/* line 5158, ../scss/style.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

/* line 5170, ../scss/style.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 5180, ../scss/style.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 5186, ../scss/style.scss */
.modal-dialog {
  position: relative;
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

/* line 5195, ../scss/style.scss */
.modal-content {
  position: relative;
  outline: none;
  background-clip: padding-box;
}

/* line 5207, ../scss/style.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

/* line 5217, ../scss/style.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 5222, ../scss/style.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 5227, ../scss/style.scss */
.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 5233, ../scss/style.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 5237, ../scss/style.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 5242, ../scss/style.scss */
.modal-body {
  position: relative;
  padding: 20px;
}

/* line 5247, ../scss/style.scss */
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 5255, ../scss/style.scss */
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

/* line 5260, ../scss/style.scss */
.modal-footer:after {
  clear: both;
}

/* line 5265, ../scss/style.scss */
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

/* line 5270, ../scss/style.scss */
.modal-footer:after {
  clear: both;
}

/* line 5274, ../scss/style.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 5279, ../scss/style.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 5283, ../scss/style.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  /* line 5288, ../scss/style.scss */
  .modal-dialog {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /* line 5293, ../scss/style.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
/* line 5299, ../scss/style.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

/* line 5310, ../scss/style.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 5315, ../scss/style.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 5320, ../scss/style.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 5325, ../scss/style.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 5330, ../scss/style.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 5335, ../scss/style.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

/* line 5345, ../scss/style.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5353, ../scss/style.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

/* line 5361, ../scss/style.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

/* line 5368, ../scss/style.scss */
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

/* line 5375, ../scss/style.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

/* line 5383, ../scss/style.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

/* line 5391, ../scss/style.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

/* line 5399, ../scss/style.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

/* line 5406, ../scss/style.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

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

/* line 5432, ../scss/style.scss */
.popover.top {
  margin-top: -10px;
}

/* line 5436, ../scss/style.scss */
.popover.right {
  margin-left: 10px;
}

/* line 5440, ../scss/style.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 5444, ../scss/style.scss */
.popover.left {
  margin-left: -10px;
}

/* line 5448, ../scss/style.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 5459, ../scss/style.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 5464, ../scss/style.scss */
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5473, ../scss/style.scss */
.popover .arrow {
  border-width: 11px;
}

/* line 5477, ../scss/style.scss */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 5482, ../scss/style.scss */
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 5491, ../scss/style.scss */
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

/* line 5499, ../scss/style.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 5508, ../scss/style.scss */
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

/* line 5516, ../scss/style.scss */
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

/* line 5525, ../scss/style.scss */
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

/* line 5533, ../scss/style.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

/* line 5542, ../scss/style.scss */
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

/* line 5550, ../scss/style.scss */
.carousel {
  position: relative;
}

/* line 5554, ../scss/style.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 5560, ../scss/style.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 5568, ../scss/style.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

/* line 5577, ../scss/style.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 5581, ../scss/style.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 5586, ../scss/style.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 5592, ../scss/style.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 5596, ../scss/style.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 5601, ../scss/style.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 5605, ../scss/style.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 5609, ../scss/style.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 5613, ../scss/style.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 5627, ../scss/style.scss */
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

/* line 5636, ../scss/style.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

/* line 5648, ../scss/style.scss */
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 5658, ../scss/style.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

/* line 5666, ../scss/style.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}

/* line 5671, ../scss/style.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}

/* line 5676, ../scss/style.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

/* line 5684, ../scss/style.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 5688, ../scss/style.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 5692, ../scss/style.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 5704, ../scss/style.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
}

/* line 5717, ../scss/style.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

/* line 5724, ../scss/style.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 5737, ../scss/style.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 5745, ../scss/style.scss */
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  /* line 5752, ../scss/style.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  /* line 5757, ../scss/style.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 5763, ../scss/style.scss */
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

/* line 5768, ../scss/style.scss */
.clearfix:after {
  clear: both;
}

/* line 5772, ../scss/style.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 5778, ../scss/style.scss */
.pull-right {
  float: right !important;
}

/* line 5782, ../scss/style.scss */
.pull-left {
  float: left !important;
}

/* line 5786, ../scss/style.scss */
.hide {
  display: none !important;
}

/* line 5790, ../scss/style.scss */
.show {
  display: block !important;
}

/* line 5794, ../scss/style.scss */
.invisible {
  visibility: hidden;
}

/* line 5798, ../scss/style.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 5806, ../scss/style.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 5811, ../scss/style.scss */
.affix {
  position: fixed;
}

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

/* line 5822, ../scss/style.scss */
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 5827, ../scss/style.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 5830, ../scss/style.scss */
  tr.visible-xs {
    display: table-row !important;
  }

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

  /* line 5843, ../scss/style.scss */
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }

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

  /* line 5856, ../scss/style.scss */
  tr.visible-xs.visible-md {
    display: table-row !important;
  }

  /* line 5860, ../scss/style.scss */
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 5866, ../scss/style.scss */
  .visible-xs.visible-lg {
    display: block !important;
  }

  /* line 5869, ../scss/style.scss */
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }

  /* line 5873, ../scss/style.scss */
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
/* line 5881, ../scss/style.scss */
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 5886, ../scss/style.scss */
  .visible-sm.visible-xs {
    display: block !important;
  }

  /* line 5889, ../scss/style.scss */
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }

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

  /* line 5902, ../scss/style.scss */
  tr.visible-sm {
    display: table-row !important;
  }

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

  /* line 5915, ../scss/style.scss */
  tr.visible-sm.visible-md {
    display: table-row !important;
  }

  /* line 5919, ../scss/style.scss */
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 5925, ../scss/style.scss */
  .visible-sm.visible-lg {
    display: block !important;
  }

  /* line 5928, ../scss/style.scss */
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }

  /* line 5932, ../scss/style.scss */
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
/* line 5940, ../scss/style.scss */
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 5945, ../scss/style.scss */
  .visible-md.visible-xs {
    display: block !important;
  }

  /* line 5948, ../scss/style.scss */
  tr.visible-md.visible-xs {
    display: table-row !important;
  }

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

  /* line 5961, ../scss/style.scss */
  tr.visible-md.visible-sm {
    display: table-row !important;
  }

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

  /* line 5974, ../scss/style.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 5978, ../scss/style.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 5984, ../scss/style.scss */
  .visible-md.visible-lg {
    display: block !important;
  }

  /* line 5987, ../scss/style.scss */
  tr.visible-md.visible-lg {
    display: table-row !important;
  }

  /* line 5991, ../scss/style.scss */
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
/* line 5999, ../scss/style.scss */
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 6004, ../scss/style.scss */
  .visible-lg.visible-xs {
    display: block !important;
  }

  /* line 6007, ../scss/style.scss */
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }

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

  /* line 6020, ../scss/style.scss */
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }

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

  /* line 6033, ../scss/style.scss */
  tr.visible-lg.visible-md {
    display: table-row !important;
  }

  /* line 6037, ../scss/style.scss */
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 6043, ../scss/style.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 6046, ../scss/style.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 6050, ../scss/style.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
/* line 6055, ../scss/style.scss */
.hidden-xs {
  display: block !important;
}

/* line 6059, ../scss/style.scss */
tr.hidden-xs {
  display: table-row !important;
}

/* line 6064, ../scss/style.scss */
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 6072, ../scss/style.scss */
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6081, ../scss/style.scss */
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6090, ../scss/style.scss */
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 6099, ../scss/style.scss */
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
/* line 6104, ../scss/style.scss */
.hidden-sm {
  display: block !important;
}

/* line 6108, ../scss/style.scss */
tr.hidden-sm {
  display: table-row !important;
}

/* line 6113, ../scss/style.scss */
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 6121, ../scss/style.scss */
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6130, ../scss/style.scss */
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6139, ../scss/style.scss */
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 6148, ../scss/style.scss */
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
/* line 6153, ../scss/style.scss */
.hidden-md {
  display: block !important;
}

/* line 6157, ../scss/style.scss */
tr.hidden-md {
  display: table-row !important;
}

/* line 6162, ../scss/style.scss */
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 6170, ../scss/style.scss */
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6179, ../scss/style.scss */
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6188, ../scss/style.scss */
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 6197, ../scss/style.scss */
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
/* line 6202, ../scss/style.scss */
.hidden-lg {
  display: block !important;
}

/* line 6206, ../scss/style.scss */
tr.hidden-lg {
  display: table-row !important;
}

/* line 6211, ../scss/style.scss */
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 6219, ../scss/style.scss */
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6228, ../scss/style.scss */
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6237, ../scss/style.scss */
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 6246, ../scss/style.scss */
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
/* line 6254, ../scss/style.scss */
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  /* line 6259, ../scss/style.scss */
  .visible-print {
    display: block !important;
  }

  /* line 6262, ../scss/style.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 6266, ../scss/style.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }

  /* line 6272, ../scss/style.scss */
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/* line 6277, ../scss/style.scss */
header {
  background: url(img/mainImage.png);
  font-size: 12px;
  font-weight: bold;
  color: white;
  text-align: center;
  border-bottom: 2px solid #FF080E;
  padding-bottom: 50px;
}

/* line 6284, ../scss/style.scss */
.logo a {
  display: inline-block;
  background: url(img/codeAboveLLC.png) no-repeat 50% 0;
  text-indent: -100000px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: white;
  height: 51px;
  width: 105px;
}

/* line 6297, ../scss/style.scss */
header .fa {
  font-size: 39px;
  color: #f96e5b;
  display: block;
  text-align: center;
  border-radius: 35px;
  width: 75px;
  margin: 0 auto 0;
  height: 75px;
  line-height: 75px;
  transition: 0.5s;
}

/* line 6302, ../scss/style.scss */
header .logo {
  margin-top: 20px;
  margin-bottom: 70px;
}

/* line 6306, ../scss/style.scss */
header h2 {
  margin-bottom: 50px;
}

/* line 6311, ../scss/style.scss */
.mb50 {
  margin-bottom: 50px;
}

/* line 6315, ../scss/style.scss */
header .fa:hover {
  background: rgba(0, 0, 0, 0.3);
  color: red;
  border-radius: 35px;
  font-size: 50px;
}

/* line 6322, ../scss/style.scss */
header .col-sm-4 {
  margin-bottom: 20px;
}

/* line 6326, ../scss/style.scss */
.tac {
  text-align: center;
}

/* line 6336, ../scss/style.scss */
#process h2 {
  color: #b7b8cc;
  margin-bottom: 10px;
}
/* line 6339, ../scss/style.scss */
#process i {
  font-size: 22px;
  color: #DCDFE3;
  border-radius: 100px;
  border: 1px solid #DCDFE3;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  transition: 0.5s;
}


#process i:hover {
    border: 1px solid #F96E5B;
    color: #F96E5B;
}

header col-sm-4 {}
header .col-sm-4 {
    margin-bottom: 20px;
}

#process i:hover {
    border: 1px solid #F96E5B;
    color: #F96E5B;
}

.tab-content h6 {  font-size: 14px;  color: rgb(249,110,91);  text-align:center;
    text-transform: uppercase;
  margin-bottom: 10px;}

#process {
    padding: 50px 0;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    /* You need at least a height, adjust this to your needs */
    height: 100px;
}

.jcarousel ul {
    width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
}

#testimonial {
    background: #f7f8f9;  border: 1px solid #dce0e3;  -webkit-box-shadow: 0 1px 3px 0 #000;  box-shadow: 0 1px 3px 0 #000;
    padding: 50px 0;
}
.client {                                                                    
      
    display: inline-block;      position: relative;      
    width: 100%;
}

.client:before {
    content:"";display:block;margin-top:100%;
}

#testimonial article {
    color: #7b858d;    
    font-size: 14px;  line-height: 150%;
    font-weight: 300;
    margin-bottom: 10px;
}
.star {
    color: orange;
    font-size: 12px;
    margin-bottom: 10px;
}
#testimonial p {
    color: #989db8;        
    font-size: 12px;    line-height: 120%;
}
a:hover {
    text-decoration: none;
}

.client .inner {
    position: absolute;      top: 0;      
    bottom: 0;      left: 0;      right: 0;      
      
    border-radius: 300px;
}

.client.first .inner {background:url(img/team1.png);background-size: 100%;}
.client.second .inner {background:url(img/team2.png);background-size: 100%;}
.client.third .inner {background:url(img/team3.png);background-size: 100%;}
.client.fourth .inner {background:url(img/team4.png);background-size: 100%;}



.star .na {
    color: rgb(233, 233, 233);
}

.cap-overlay .button { margin-top:10px}
  .cap-overlay{ color:#fff; background: rgba(0, 0, 0, 0.8);left:0; font-size: 14px; padding: 20px 20px;}
  .cap-overlay h5 {color:#fff;}
  a[data-toggle="drop-panel"] {display: block;}
  
#team .cap-overlay {}
  
 
.drop-panel span {
    text-align: center;
    display: block;
}


.drop-panel span {
    text-align: center;
    display: block;
}

.drop-panel p {  font-size:12px;  line-height:180%;  color:rgb(152,157,184);
}

.drop-panel b {  font-size:12px;  font-weight:900;  letter-spacing:0pt;  line-height:120%;  color:rgb(152,157,184);  text-align:center;
    display: block;
    margin-bottom: 20px;
}


.drop-panel .list, .drop-panel .view {
    background-color: rgb(152,157,184);
    color: white;
    width: 52px;
    height: 52px;
    display: inline-block;
    border-radius: 25px;
    line-height: 52px;
    margin-right: 7px;
    transition: .5s;
}

.drop-panel .view {
    background: #F96E5B;
}

.drop-panel .list:hover {
    background: rgb(120, 124, 148);
}
.drop-panel .view:hover {
    background: rgb(224, 94, 77);
}


.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
}


#portfolio {
    background: #363C46;
    text-align: center;
    padding: 50px 0;
}
#portfolio h2 {  color:rgb(183,184,204);
  margin-bottom: 10px;}
#portfolio {
}
#portfolio h6 {
    margin-bottom: 50px;
}

#team h2 {  color:rgb(183,184,204);  text-align:center;
  margin: 0;}
  
  .grid p {
    text-align: center;
    line-height: 150%;
    margin-bottom: 0;
}


#graph h3 {  font-size:36px;  font-weight:bold;  color:rgb(255,255,255);
    margin: 0;
}

#graph h2 {
    top: 10px;
    position: relative;
    margin-bottom: 30px;
}

#graph {
    background: black;
    padding: 50px 0;
}

#team {
    padding: 50px 0;
}
#graph img {
    width: auto;
    vertical-align: middle;
    margin-top: 20px;
    width: 68px;
    display: block;
}
#graph article {
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}
#graph p {
    font-size: 12px;
    margin: 0;
    text-align: center;
}

#logos {
    padding: 50px 0;
    background: #fff;    border: 1px solid #c7c9d8;    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0,.07);    box-shadow: 0 1px 3px 0 rgba(0, 0, 0,.07);
}

#logos h5 {
    color: #989db8;        
    margin-bottom: 20px;
}


#lastQuote {
    background: black;
    padding: 50px 0;
    text-align: center;
    text-align: ce;
    text-align: c;
}

#lastQuote .h2 {
    font-size: 16px;
    
}

#logos img:hover {
    opacity: 0.5;
}
#logos img {
    transition: 0.5s;
}

.cb {
    clear: both;
}


#process {
    padding-bottom: 50px;
}

#team .cap-overlay {
    border-radius: 50px;
}
#team cap-overlay {
    border-radius: 300px;
}

}


.grid h3.color {
    color: rgb(71, 76, 105);
}



}


#lastQuote .h2 {
    font-size: 16px;
}

#logos img:hover {
    opacity: 0.5;
}
#logos img {
    transition: 0.5s;
    vertical-align: middle;
}
#lastQuote h2 {
    font-size: 16px;
    letter-spacing: 0;
}

.cb {
    clear: both;
}

footer {
    background: #F7F8F9;
    padding: 50px 0;
}

#map {
                height: 330px;
            
                margin-bottom: 30px;
}
            
            input, textarea { color: #000; }
.placeholder { color: #aaa; }

#process {
    padding-bottom: 50px;
}

#team .cap-overlay {
    border-radius: 50px;
}
#team cap-overlay {
    border-radius: 300px;
}

}


.grid h3.color {
    color: rgb(71, 76, 105);
}



}


#lastQuote .h2 {
    font-size: 16px;
}

#logos img:hover {
    opacity: 0.5;
}
#logos img {
    transition: 0.5s;
}
#lastQuote h2 {
    font-size: 16px;
    letter-spacing: 0;
}

.cb {
    clear: both;
}

footer h6 {
    color: #7b858d;    font-size: 18px;      
    text-align: left;
    font-weight: 600;
    margin-bottom: 20px;
}

#contact article {
    background: #fff;  border: 1px solid #c7c9d8;  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.07);  box-shadow: 0 1px 3px 0 rgba(0,0,0,.07);
    padding: 20px;
    color: #989db8;    font-size: 14px;  line-height: 180%;
}

#contact ul {
    margin-bottom: 30px;
}
.col-xs-10.socialbar_mini.borderless {
    padding: 0;
}
#contact ul.ssm {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    left: 0;
}

#contact .fa {
    border: 1px solid #C7C9D8;
    background: #F7F8F9;
    width: 22px;
    height: 22px;
    border-radius: 30px;
    text-align: center;
    line-height: 22px;
}
#contact ul li {
}

a:focus, a:active {
    outline: none;
}

a {}
#form {
    margin-bottom: 30px;
}

#contact {
}

#logos div {
    vertical-align: middle;
}

#colorbox h6 {
    color: #fff;    font-size: 12px;  font-weight: 900;    
    text-align: left;
}
#colorbox {  color:rgb(152,157,184);
}
#colorbox p {
    color: #989db8;    font-size: 12px;      
    font-weight: 600;
}
#colorbox .row {
    margin: 20px 0;
}

.btn3 {
    background: #f96e5b;  
    border-radius: 2px;  font-size: 10px;  font-weight: bold;  
    padding: 5px 10px;
    font-weight: 600;
    letter-spacing: 0;
}


/* animate.css stuff */
.animated.one {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.animated.two {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.animated.three {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.animated.four {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:20px;
    right:20px;
    /*display:none;
    text-indent:-9999px;*/
    background: #F96E5B;
    text-align: center;
    vertical-align: middle;
    color: white;
    line-height:40px;
}


/* skrollr.js stuff */
        #process {
          -skrollr-animation-name:animation1;
        }
        @-skrollr-keyframes animation1 {
          0 {
            display:none;
          }

          300 {
            display:block;
          }
        }

        #testimonial {
          -skrollr-animation-name:animation2;
        }
        @-skrollr-keyframes animation2 {
          0 {
            display:none;
          }

          700 {
            display:block;
          }
        }

        #portfolio {
          -skrollr-animation-name:animation3;
        }
        @-skrollr-keyframes animation3 {
          1100 {
            left:-10000px;
            position:relative;
            transition:0.5s;
          }

          1200 {
            left:0;
          }
        }

        #team {
          -skrollr-animation-name:animation4;
        }
        @-skrollr-keyframes animation4 {
          0 {
            display:none;
          }

          1800 {
            display:block;
          }
        }

        #graph {
          -skrollr-animation-name:animation5;
        }
        @-skrollr-keyframes animation5 {
          0 {
            display:none;
          }

          2000 {
            display:block;
          }
        }

        #logos {
          -skrollr-animation-name:animation6;
        }
        @-skrollr-keyframes animation6 {
          0 {
            left:10000px;
            position:relative;
          }

          2300 {
            left:0;
          }
        }

        footer {
          -skrollr-animation-name:animation7;
        }
        @-skrollr-keyframes animation7 {
          0 {
            left:10000px;
            position:relative;
          }

          2600 {
            left:0;
          }
        }

        #lastQuote {
          -skrollr-animation-name:animation8;
        }
        @-skrollr-keyframes animation8 {
          0 {
            display:none;
          }

          2700 {
            display:block;
          }
        }


