@charset "UTF-8";
/*
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
input[type="search"] {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #f4f4f4;
}
a {
  color: #2a6ebb;
  text-decoration: none;
  font-weight: normal;
}
a:hover,
a:focus {
  color: #1c497d;
  text-decoration: underline;
}
.img-rounded {
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-border {
  background-color: #fff;
  border: 1px solid #d4d4d4;
}
.img-circle {
  border-radius: 500px;
}
.row {
  margin-left: -20px;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12765957%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12765957%;
}
.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.4893617%;
}
.row-fluid .span10 {
  width: 82.9787234%;
}
.row-fluid .span9 {
  width: 74.46808511%;
}
.row-fluid .span8 {
  width: 65.95744681%;
}
.row-fluid .span7 {
  width: 57.44680851%;
}
.row-fluid .span6 {
  width: 48.93617021%;
}
.row-fluid .span5 {
  width: 40.42553191%;
}
.row-fluid .span4 {
  width: 31.91489362%;
}
.row-fluid .span3 {
  width: 23.40425532%;
}
.row-fluid .span2 {
  width: 14.89361702%;
}
.row-fluid .span1 {
  width: 6.38297872%;
}
.row-fluid .offset12 {
  margin-left: 104.25531915%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702128%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.10638298%;
}
.row-fluid .offset9 {
  margin-left: 78.72340426%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468%;
}
.row-fluid .offset8 {
  margin-left: 70.21276596%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638%;
}
.row-fluid .offset7 {
  margin-left: 61.70212766%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.57446809%;
}
.row-fluid .offset6 {
  margin-left: 53.19148936%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.06382979%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.55319149%;
}
.row-fluid .offset4 {
  margin-left: 36.17021277%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319%;
}
.row-fluid .offset3 {
  margin-left: 27.65957447%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489%;
}
.row-fluid .offset2 {
  margin-left: 19.14893617%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.0212766%;
}
.row-fluid .offset1 {
  margin-left: 10.63829787%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5106383%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  font-family: "Lato", Arial, sans-serif;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #f5a04f;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #f2861f;
}
.text-error {
  color: #ed605a;
}
a.text-error:hover,
a.text-error:focus {
  color: #e8342c;
}
.text-info {
  color: #2a6ebb;
}
a.text-info:hover,
a.text-info:focus {
  color: #215691;
}
.text-success {
  color: #639f43;
}
a.text-success:hover,
a.text-success:focus {
  color: #4d7b34;
}
.text-white {
  color: #ffffff;
}
a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px 0;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 700;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 40px;
  font-family: 'Ubuntu Condensed', Arial, sans-serif;
  font-weight: 400;
  color: #333333;
}
h2 {
  font-size: 30px;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 300;
  color: #666666;
}
h3 {
  font-size: 30px;
  font-weight: 300;
  font-family: "Lato", Arial, sans-serif;
}
h4 {
  font-size: 16px;
  font-weight: 700;
  font-family: "Lato", Arial, sans-serif;
}
h5 {
  font-size: 14px;
  font-weight: 700;
  font-family: Arial, sans-serif;
}
h6 {
  font-size: 14px;
  font-weight: 700;
  font-family: Arial, sans-serif;
}
h1 small {
  font-size: 23.94px;
}
h2 small {
  font-size: 17.92px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
h1,
h2,
h3,
.lead {
  text-shadow: 0px 1px 0px #ffffff;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 15px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
ul.chevron li {
  list-style: none;
  position: relative;
  margin-bottom: .5em;
}
ul.chevron li:before {
  color: #f5a04f;
  content: "\e663";
  font-size: 14px;
  font-family: "Symbolicons";
  position: absolute;
  left: -1em;
  top: 2px;
}
ul.check li {
  list-style: none;
  position: relative;
  margin-bottom: .5em;
}
ul.check li:before {
  color: #639f43;
  content: "\e654";
  font-size: 16px;
  font-family: "Symbolicons";
  position: absolute;
  left: -1em;
  top: 2px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
blockquote.blockquote-fancy {
  font-family: "Lato", Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin: 0;
  padding: 20px 20px 20px 105px;
  line-height: 1.5em;
  position: relative;
  border-width: 1px 0px;
  border-style: dotted;
  border-color: #ccc;
  background-color: #eee;
}
blockquote.blockquote-fancy:before {
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  content: "\201C";
  font-size: 200px;
  line-height: 1.5em;
  position: absolute;
  left: 13px;
  top: -42px;
  color: #cccccc;
}
blockquote.blockquote-fancy small {
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  text-align: right;
  display: block;
  margin-top: 5px;
  color: #333333;
  line-height: 30px;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 3px;
  color: #666666;
  font-weight: normal;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  border-radius: 5px;
  vertical-align: middle;
}
.input-datepicker {
  margin-bottom: 10px;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #d6d2d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s box-shadow linear 0.2s;
  -o-transition: border linear 0.2s box-shadow linear 0.2s;
  transition: border linear 0.2s box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #999999;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}
input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
input[type="radio"] {
  height: 1.1em;
  width: 1.1em;
  /*.border-radius(.55em);

    &:checked {
    .background(image-url("forms/radio.png"),
                        linear-gradient(@white, #d9e6ec));
    background-position: center;
    background-repeat:no-repeat;
  }*/
}
input[type="checkbox"] {
  height: 1.1em;
  width: 1.1em;
  /*.border-radius(3px);

  &:checked {
    .background(image-url("forms/checked.png"),
                        linear-gradient(@white, #d9e6ec));
    background-position: center;
    background-repeat:no-repeat;
  }*/
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #d6d2d3;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  line-height: 1;
  position: relative;
  background-color: #ffffff;
  -webkit-padding-end: 30px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    background-image: url("../img/forms/select-gt.svg");
    background-color: #ffffff;
    background-position: center right;
    background-repeat: no-repeat;
    line-height: 1.2;
  }
}
select[multiple] {
  background-image: none;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
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;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #d6d2d3;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
  font-style: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
  font-style: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
  font-style: #999999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999999;
  font-style: #999999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline,
.control-group.warning .icon-required:before {
  color: #f5a04f;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #f5a04f;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #f5a04f;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #f2861f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fad4b0;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #f5a04f;
  background-color: #fce5d0;
  border-color: #f5a04f;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline,
.control-group.error .icon-required:before {
  color: #ed605a;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #ed605a;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #ed605a;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #e8342c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f7b9b6;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #ed605a;
  background-color: #fad6d5;
  border-color: #ed605a;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline,
.control-group.success .icon-required:before {
  color: #639f43;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #639f43;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #639f43;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #4d7b34;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #99c97f;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #639f43;
  background-color: #d8e9ce;
  border-color: #639f43;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline,
.control-group.info .icon-required:before {
  color: #2a6ebb;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #2a6ebb;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #2a6ebb;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #215691;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6da2de;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #2a6ebb;
  background-color: #dce9f7;
  border-color: #2a6ebb;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-top: 1px dotted #d4d4d4;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-block {
  display: block;
  padding-left: 0;
}
.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.help-inline.help-bubble {
  color: #333333;
  display: block;
  position: absolute;
  top: -7px;
  padding: 10px 20px;
  width: 225px;
  margin-left: 20px;
  border-radius: 5px;
  font-size: .93em;
  border: 1px solid #d6d2d3;
  background-color: #f4f4f4;
}
.help-inline.help-bubble .arrow,
.help-inline.help-bubble .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.help-inline.help-bubble .arrow {
  border-width: 11px;
  top: 20px;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #d6d2d3;
}
.help-inline.help-bubble .arrow:after {
  border-width: 10px;
  content: "";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #f4f4f4;
}
.help-inline.help-bubble.bottom {
  display: block;
  position: relative;
  margin-top: 12px;
  margin-left: 0;
  left: 12px;
  top: 120%;
  top: -webkit-calc(100% + 12px);
  top: calc(100% + 12px);
}
.help-inline.help-bubble.bottom .arrow {
  top: 0;
  left: 12px;
  border-top-width: 0;
  border-left-width: 11px;
  border-right-color: transparent;
  border-bottom-color: #d6d2d3;
}
.help-inline.help-bubble.bottom .arrow:after {
  left: -10px;
  top: 1px;
  border-top-width: 0;
  border-left-width: 10px;
  border-right-color: transparent;
  border-bottom-color: #f4f4f4;
}
.icon-required + .help-inline.help-bubble {
  margin-left: 10px;
}
.control-group.error .help-bubble {
  background-color: #ed605a;
  border-color: #ed605a;
  color: #ffffff;
}
.control-group.error .help-bubble .arrow {
  border-right-color: #ed605a;
}
.control-group.error .help-bubble .arrow:after {
  border-right-color: #ed605a;
}
.control-group.error .help-bubble.bottom .arrow {
  border-right-color: transparent;
  border-bottom-color: #ed605a;
}
.control-group.error .help-bubble.bottom .arrow:after {
  border-right-color: transparent;
  border-bottom-color: #ed605a;
}
.help-bubble.help-hover {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.help-bubble.help-hover .arrow {
  display: none;
}
.help-bubble.help-hover.bottom {
  display: inline-block;
  position: absolute;
  margin-top: 0;
}
label:hover + .help-hover,
input:hover + .help-hover,
button:hover + .help-hover,
select:hover + .help-hover,
textarea:hover + .help-hover,
.input-prepend:hover + .help-hover,
.input-append:hover + .help-hover {
  z-index: 30;
  opacity: 1;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
label:hover + .help-hover .arrow,
input:hover + .help-hover .arrow,
button:hover + .help-hover .arrow,
select:hover + .help-hover .arrow,
textarea:hover + .help-hover .arrow,
.input-prepend:hover + .help-hover .arrow,
.input-append:hover + .help-hover .arrow {
  display: block;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  border-radius: 0 5px 5px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #f4f4f4;
  border: 1px solid #d6d2d3;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  border-radius: 0;
  font-size: 14px;
  padding: 4px 10px;
  margin-left: -1px;
}
.input-append .active,
.input-prepend .active {
  background-color: #b5d8a3;
  border-color: #639f43;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  border-radius: 5px 0 0 5px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  border-radius: 5px 0 0 5px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  border-radius: 0 5px 5px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  border-radius: 0 5px 5px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  border-radius: 0 5px 5px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  border-radius: 5px 0 0 5px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  border-radius: 0 5px 5px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
.form-inline input,
.form-horizontal input,
.form-inline textarea,
.form-horizontal textarea,
.form-inline select,
.form-horizontal select,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-inline label,
.form-inline .btn-group {
  display: inline-block;
}
.form-inline .input-append,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  position: relative;
  margin-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
.control-group-wrap {
  position: relative;
  padding-top: 10px;
  padding-bottom: 0px;
}
.control-group-wrap:before,
.control-group-wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.control-group-wrap:after {
  clear: both;
}
.control-group-wrap:before,
.control-group-wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.control-group-wrap:after {
  clear: both;
}
.control-group-wrap:before {
  display: block;
  content: "";
  background: #f4f5f7;
  border-radius: 6px;
  position: absolute;
  left: 170px;
  right: 0;
  top: 0;
  bottom: 10px;
}
.input-datepicker {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  background-color: #ffffff;
}
.input-datepicker i.icon-calendar {
  top: 7px;
  right: 5px;
  position: absolute;
}
.input-datepicker input {
  background-color: transparent;
  position: relative;
  margin-bottom: 0;
  min-width: 80px;
  padding-right: 28px;
}
.input-datepicker input.form-control {
  width: 116px;
}
.input-datepicker input.hasDatepicker,
.input-datepicker input[readonly].datepicker {
  background-color: transparent;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #d4d4d4;
}
.table th {
  font-weight: normal;
  color: #666666;
  font-size: 13px;
}
.table td {
  font-size: 14px;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #d4d4d4;
}
.table .table {
  background-color: #f4f4f4;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #d4d4d4;
  border-collapse: separate;
  border-left: 0;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #d4d4d4;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  border-top-right-radius: 4px;
}
.table-striped th {
  border-bottom: 1px solid #d4d4d4;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f4f4f4;
}
.table-striped tbody td {
  border-top: none;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f4f4f4;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #d8e9ce;
}
.table tbody tr.error > td {
  background-color: #fad6d5;
}
.table tbody tr.warning > td {
  background-color: #fce5d0;
}
.table tbody tr.info > td {
  background-color: #dce9f7;
}
.table tbody tr.default td {
  background-color: #efefef;
}
.table-hover tbody tr.success:hover > td {
  background-color: #cae1bc;
}
.table-hover tbody tr.error:hover > td {
  background-color: #f7c0be;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #fad8b8;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c7dcf2;
}
/*
* Symbolset
* www.symbolset.com
* Copyright © 2012 Oak Studios LLC
*
*/
@font-face {
  font-family: 'Symbolicons';
  src: url('../webfonts/Symbolicons.eot');
}
@font-face {
  font-family: 'Symbolicons';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'), url('../webfonts/Symbolicons.woff') format('woff'), url('../webfonts/Symbolicons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
html:hover [class^="icon-"] {
  -ms-zoom: 1;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'Symbolicons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-size: 22px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'Symbolicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-size: 22px;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: text-top;
  margin-top: 0px;
  line-height: 20px;
  color: #555555;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-door:before {
  content: "\e600";
}
.icon-expand:before {
  content: "\e601";
}
.icon-cart:before {
  content: "\e602";
}
.icon-hamburger-menu:before {
  content: "\e603";
}
.icon-globe-eu:before {
  content: "\e604";
}
.icon-birdhouse-fill:before {
  content: "\e605";
}
.icon-birdhouse:before {
  content: "\e606";
}
.icon-payment-eur:before {
  content: "\e607";
}
.icon-payment-gbp:before {
  content: "\e608";
}
.icon-wheelchair:before {
  content: "\e609";
}
.icon-pool:before {
  content: "\e60a";
}
.icon-grill:before {
  content: "\e60b";
}
.icon-hanger:before {
  content: "\e60c";
}
.icon-shower:before {
  content: "\e60d";
}
.icon-buildings:before {
  content: "\e60e";
}
.icon-bed:before {
  content: "\e60f";
}
.icon-alarm:before {
  content: "\e618";
}
.icon-trashcan:before {
  content: "\e619";
}
.icon-award:before {
  content: "\e61a";
}
.icon-chats:before {
  content: "\e61b";
}
.icon-bill:before {
  content: "\e61c";
}
.icon-laptop:before {
  content: "\e61d";
}
.icon-washer:before {
  content: "\e61e";
}
.icon-sweep:before {
  content: "\e61f";
}
.icon-dashboard:before {
  content: "\e620";
}
.icon-fabric:before {
  content: "\e621";
}
.icon-parking:before {
  content: "\e622";
}
.icon-moon:before {
  content: "\e623";
}
.icon-leaf:before {
  content: "\e624";
}
.icon-utensils:before {
  content: "\e625";
}
.icon-ticket:before {
  content: "\e626";
}
.icon-dog:before {
  content: "\e627";
}
.icon-crown:before {
  content: "\e628";
}
.icon-guests:before {
  content: "\e629";
}
.icon-banknote:before {
  content: "\e62a";
}
.icon-bicycle:before {
  content: "\e62b";
}
.icon-redirect:before {
  content: "\e62c";
}
.icon-refresh:before {
  content: "\e62d";
}
.icon-fastforward:before {
  content: "\e62e";
}
.icon-rewind:before {
  content: "\e62f";
}
.icon-flag:before {
  content: "\e630";
}
.icon-up:before {
  content: "\e631";
}
.icon-down:before {
  content: "\e632";
}
.icon-tag:before {
  content: "\e633";
}
.icon-upload:before {
  content: "\e634";
}
.icon-sync:before {
  content: "\e635";
}
.icon-wifi:before {
  content: "\e636";
}
.icon-calendar-add:before {
  content: "\e637";
}
.icon-calendar-success:before {
  content: "\e638";
}
.icon-like:before {
  content: "\e639";
}
.icon-shuffle:before {
  content: "\e63a";
}
.icon-unlock:before {
  content: "\e63b";
}
.icon-notification:before {
  content: "\e63c";
}
.icon-link:before {
  content: "\e63d";
}
.icon-lock:before {
  content: "\e63e";
}
.icon-key:before {
  content: "\e63f";
}
.icon-search:before {
  content: "\e640";
}
.icon-phone:before {
  content: "\e641";
}
.icon-compose:before {
  content: "\e642";
}
.icon-attach:before {
  content: "\e643";
}
.icon-graph:before {
  content: "\e644";
}
.icon-calendar:before {
  content: "\e645";
}
.icon-document:before {
  content: "\e646";
}
.icon-folder:before {
  content: "\e647";
}
.icon-creditcard:before {
  content: "\e648";
}
.icon-payment:before,
.icon-payment-usd:before {
  content: "\e649";
}
.icon-chat:before {
  content: "\e64a";
}
.icon-user:before {
  content: "\e64b";
}
.icon-adduser:before {
  content: "\e64b";
}
.icon-usergroup:before {
  content: "\e64c";
}
.icon-globe:before {
  content: "\e64d";
}
.icon-chevron-up:before {
  content: "\e64e";
}
.icon-chevron-down:before {
  content: "\e64f";
}
.icon-list:before {
  content: "\e650";
}
.icon-location:before {
  content: "\e651";
}
.icon-sort:before {
  content: "\e652";
}
.icon-back:before {
  content: "\e653";
}
.icon-check:before {
  content: "\e654";
}
.icon-edit:before {
  content: "\e655";
}
.icon-inbox:before {
  content: "\e656";
}
.icon-alert:before {
  content: "\e657";
}
.icon-settings:before {
  content: "\e658";
}
.icon-heart:before {
  content: "\e659";
}
.icon-info:before {
  content: "\e65a";
}
.icon-chevron-left:before {
  content: "\e65b";
}
.icon-reply:before {
  content: "\e65c";
}
.icon-reload:before {
  content: "\e65d";
}
.icon-home:before {
  content: "\e65e";
}
.icon-star:before {
  content: "\e65f";
}
.icon-print:before {
  content: "\e660";
}
.icon-time:before {
  content: "\e661";
}
.icon-close:before {
  content: "\e662";
}
.icon-chevron-right:before {
  content: "\e663";
}
.icon-guestbook:before {
  content: "\e664";
}
.icon-picture:before {
  content: "\e665";
}
.icon-scissors:before {
  content: "\e666";
}
.icon-tools:before {
  content: "\e667";
}
.icon-filter:before {
  content: "\e668";
}
.icon-map:before {
  content: "\e669";
}
.icon-gift:before {
  content: "\e66a";
}
.icon-download:before {
  content: "\e66b";
}
.icon-remove:before {
  content: "\e66c";
}
.icon-question:before {
  content: "\e66d";
}
.icon-share:before {
  content: "\e66e";
}
.icon-history:before {
  content: "\e66f";
}
.icon-clapboard:before {
  content: "\e670";
}
.icon-contacts:before {
  content: "\e671";
}
.icon-plus:before {
  content: "\e672";
}
.icon-minus:before {
  content: "\e673";
}
.icon-calculator:before {
  content: "\e674";
}
.icon-suitcase:before {
  content: "\e675";
}
.icon-calendar-cancel:before {
  content: "\e676";
}
.icon-pushpin:before {
  content: "\e677";
}
.icon-birdhouse:before {
  position: relative;
  top: 7%;
  left: -5%;
}
.icon-birdhouse-tm {
  position: relative;
}
.icon-birdhouse-tm:before {
  content: "\e605";
  color: #ffffff !important;
  position: absolute;
  top: 7%;
  left: -5%;
}
.icon-birdhouse-tm:after {
  content: "\e606";
  color: #2a6ebb !important;
  position: absolute;
  top: 7%;
  left: -5%;
}
.icon-facebook:before {
  content: "\e610";
}
.icon-twitter:before {
  content: "\e611";
}
.icon-linkedin:before {
  content: "\e612";
}
.icon-googleplus:before {
  content: "\e613";
}
.icon-tumblr:before {
  content: "\e614";
}
.icon-youtube:before {
  content: "\e615";
}
.icon-instagram:before {
  content: "\e616";
}
.icon-pinterest:before {
  content: "\e617";
}
.icon-adduser:after {
  font-family: Arial, sans-serif;
  content: "+";
  font-size: 0.5em;
  top: -1.2em;
  right: .25em;
  position: relative;
  line-height: .5em;
}
.icon-required:before {
  content: "*";
  color: #d6d2d3;
  font-size: 38px;
  line-height: .9;
  font-family: Arial, sans-serif;
}
.icon-success {
  color: #639f43;
}
.icon-warning {
  color: #f5a04f;
}
.icon-error,
.icon-danger {
  color: #ed605a;
}
.icon-white {
  color: #ffffff;
}
.icon-gray {
  color: #535353;
}
.icon-lightgray {
  color: #cccccc;
}
.icon-large,
.icon-lg {
  font-size: 42px;
  width: 32.58px;
  height: 32.58px;
  line-height: 36.2px;
}
.icon-xlarge,
.icon-xl {
  font-size: 70px;
  width: 57.24px;
  height: 57.24px;
  line-height: 63.6px;
}
.btn > [class^="icon-chevron-"],
.btn > [class*=" icon-chevron-"],
.nav [class^="icon-chevron-"],
.nav [class*=" icon-chevron-"],
.navbar-inverse .nav > .active > [class^="icon-chevron-"],
.navbar-inverse .nav > .active > [class*=" icon-chevron-"] {
  font-size: 13.86px;
  margin-top: 0px;
  height: 11px;
}
.btn-large > [class^="icon-chevron-"],
.btn-large > [class*=" icon-chevron-"],
.btn-lg > [class^="icon-chevron-"],
.btn-lg > [class*=" icon-chevron-"] {
  font-size: 23.1px;
}
.btn-large > [class^="icon-chevron-"],
.btn-large > [class*=" icon-chevron-"],
.btn-lg > [class^="icon-chevron-"],
.btn-lg > [class*=" icon-chevron-"] {
  font-size: 23.1px;
}
nav.nav [class^="icon-"],
nav.nav [class*=" icon-"] {
  color: #666666;
}
nav.nav li.active [class^="icon-"],
nav.nav li.active [class*=" icon-"],
nav.nav li a:hover [class^="icon-"],
nav.nav li a:hover [class*=" icon-"] {
  color: #2158ad;
}
.text-warning [class^="icon-"],
.text-warning [class*=" icon-"] {
  color: #f5a04f;
}
.text-success [class^="icon-"],
.text-success [class*=" icon-"] {
  color: #639f43;
}
.text-info [class^="icon-"],
.text-info [class*=" icon-"] {
  color: #2a6ebb;
}
.text-error [class^="icon-"],
.text-error [class*=" icon-"],
.text-danger [class^="icon-"],
.text-danger [class*=" icon-"] {
  color: #ed605a;
}
.muted [class^="icon-"],
.muted [class*=" icon-"] {
  color: #999999;
}
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}
*/
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}
*/
[class^="icon-cc-"],
[class*=" icon-cc-"] {
  background-image: url(../img/icon.png);
  display: inline-block;
  width: 37px;
  height: 22px;
  line-height: 20px;
  vertical-align: text-top;
  background-repeat: no-repeat;
  margin-top: -3px;
}
.icon-cc-amex {
  background-position: 0px 0px;
}
.icon-cc-bank {
  background-position: 0px -32px;
}
.icon-cc-cartebleue {
  background-position: 0px -64px;
}
.icon-cc-discover {
  background-position: 0px -96px;
}
.icon-cc-echeck {
  background-position: 0px -128px;
}
.icon-cc-maestro {
  background-position: 0px -160px;
}
.icon-cc-mastercard {
  background-position: 0px -192px;
}
.icon-cc-paypal {
  background-position: 0px -224px;
}
.icon-cc-visa {
  background-position: 0px -256px;
}
.icon-cc-visaelectron {
  background-position: 0px -288px;
}
[class^="flag-"],
[class*=" flag-"] {
  background-image: url(../img/flag.png);
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 20px;
  vertical-align: text-top;
  background-repeat: no-repeat;
  margin-top: -4px;
}
i[class^="flag-"]:after,
i[class*="flag-"]:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  content: '';
  height: 16px;
  margin-top: 4px;
  margin-left: 1px;
  width: 22px;
  border: 1px solid #d1d1d1;
  border-color: rgba(0, 0, 0, 0.2);
  display: block;
}
.flag-ae {
  background-position: 0px -29px;
}
.flag-ag {
  background-position: 0px -2262px;
}
.flag-ai {
  background-position: 0px -58px;
}
.flag-am {
  background-position: 0px -87px;
}
.flag-ar {
  background-position: 0px -116px;
}
.flag-as {
  background-position: 0px -145px;
}
.flag-at {
  background-position: 0px -174px;
}
.flag-au {
  background-position: 0px -203px;
}
.flag-aw {
  background-position: 0px -232px;
}
.flag-ba {
  background-position: 0px -261px;
}
.flag-bb {
  background-position: 0px -290px;
}
.flag-be {
  background-position: 0px -319px;
}
.flag-bg {
  background-position: 0px -348px;
}
.flag-bh {
  background-position: 0px -377px;
}
.flag-bm {
  background-position: 0px -406px;
}
.flag-bo {
  background-position: 0px -435px;
}
.flag-br {
  background-position: 0px -464px;
}
.flag-bs {
  background-position: 0px -493px;
}
.flag-bt {
  background-position: 0px -522px;
}
.flag-by {
  background-position: 0px -551px;
}
.flag-bz {
  background-position: 0px -580px;
}
.flag-ca {
  background-position: 0px -609px;
}
.flag-ch {
  background-position: 0px -638px;
}
.flag-cl {
  background-position: 0px -667px;
}
.flag-cn {
  background-position: 0px -696px;
}
.flag-co {
  background-position: 0px -725px;
}
.flag-cr {
  background-position: 0px -754px;
}
.flag-cy {
  background-position: 0px -783px;
}
.flag-cz {
  background-position: 0px -812px;
}
.flag-de {
  background-position: 0px -841px;
}
.flag-dk {
  background-position: 0px -870px;
}
.flag-do {
  background-position: 0px -899px;
}
.flag-dz {
  background-position: 0px -928px;
}
.flag-ec {
  background-position: 0px -957px;
}
.flag-ee {
  background-position: 0px -986px;
}
.flag-eg {
  background-position: 0px -1015px;
}
.flag-es {
  background-position: 0px -1044px;
}
.flag-eu {
  background-position: 0px -1073px;
}
.flag-fi {
  background-position: 0px -1102px;
}
.flag-fj {
  background-position: 0px -1131px;
}
.flag-fm {
  background-position: 0px -1160px;
}
.flag-fr {
  background-position: 0px -1189px;
}
.flag-gb {
  background-position: 0px -1218px;
}
.flag-gd {
  background-position: 0px -1247px;
}
.flag-ge {
  background-position: 0px -1276px;
}
.flag-gh {
  background-position: 0px -1305px;
}
.flag-gi {
  background-position: 0px -1334px;
}
.flag-gl {
  background-position: 0px -1363px;
}
.flag-gm {
  background-position: 0px -1392px;
}
.flag-gn {
  background-position: 0px -1421px;
}
.flag-gr {
  background-position: 0px -1450px;
}
.flag-gt {
  background-position: 0px -1479px;
}
.flag-gu {
  background-position: 0px -1508px;
}
.flag-hk {
  background-position: 0px -1537px;
}
.flag-hn {
  background-position: 0px -1566px;
}
.flag-hr {
  background-position: 0px -1595px;
}
.flag-ht {
  background-position: 0px -1624px;
}
.flag-hu {
  background-position: 0px -1653px;
}
.flag-id {
  background-position: 0px -1682px;
}
.flag-ie {
  background-position: 0px -1711px;
}
.flag-il {
  background-position: 0px -1740px;
}
.flag-in {
  background-position: 0px -1769px;
}
.flag-is {
  background-position: 0px -1798px;
}
.flag-it {
  background-position: 0px -1827px;
}
.flag-jm {
  background-position: 0px -1856px;
}
.flag-jo {
  background-position: 0px -1885px;
}
.flag-jp {
  background-position: 0px -1914px;
}
.flag-ke {
  background-position: 0px -1943px;
}
.flag-kh {
  background-position: 0px -1972px;
}
.flag-kr {
  background-position: 0px -2001px;
}
.flag-kw {
  background-position: 0px -2030px;
}
.flag-ky {
  background-position: 0px -2059px;
}
.flag-la {
  background-position: 0px -2088px;
}
.flag-lb {
  background-position: 0px -2117px;
}
.flag-lc {
  background-position: 0px -2146px;
}
.flag-li {
  background-position: 0px -2175px;
}
.flag-lk {
  background-position: 0px -2204px;
}
.flag-lt {
  background-position: 0px -2233px;
}
.flag-lu {
  background-position: 0px 0px;
}
.flag-lv {
  background-position: 0px -2291px;
}
.flag-ma {
  background-position: 0px -2320px;
}
.flag-mc {
  background-position: 0px -2349px;
}
.flag-md {
  background-position: 0px -2378px;
}
.flag-me {
  background-position: 0px -2407px;
}
.flag-mf {
  background-position: 0px -2436px;
}
.flag-mg {
  background-position: 0px -2465px;
}
.flag-mk {
  background-position: 0px -2494px;
}
.flag-mn {
  background-position: 0px -2523px;
}
.flag-mo {
  background-position: 0px -2552px;
}
.flag-mq {
  background-position: 0px -2581px;
}
.flag-mt {
  background-position: 0px -2610px;
}
.flag-mv {
  background-position: 0px -2639px;
}
.flag-mx {
  background-position: 0px -2668px;
}
.flag-my {
  background-position: 0px -2697px;
}
.flag-mz {
  background-position: 0px -2726px;
}
.flag-na {
  background-position: 0px -2755px;
}
.flag-ne {
  background-position: 0px -2784px;
}
.flag-ng {
  background-position: 0px -2813px;
}
.flag-ni {
  background-position: 0px -2842px;
}
.flag-nl {
  background-position: 0px -2871px;
}
.flag-no {
  background-position: 0px -2900px;
}
.flag-np {
  background-position: 0px -2929px;
}
.flag-nz {
  background-position: 0px -2958px;
}
.flag-om {
  background-position: 0px -2987px;
}
.flag-pa {
  background-position: 0px -3016px;
}
.flag-pe {
  background-position: 0px -3045px;
}
.flag-pf {
  background-position: 0px -3074px;
}
.flag-pg {
  background-position: 0px -3103px;
}
.flag-ph {
  background-position: 0px -3132px;
}
.flag-pk {
  background-position: 0px -3161px;
}
.flag-pl {
  background-position: 0px -3190px;
}
.flag-pr {
  background-position: 0px -3219px;
}
.flag-ps {
  background-position: 0px -3248px;
}
.flag-pt {
  background-position: 0px -3277px;
}
.flag-py {
  background-position: 0px -3306px;
}
.flag-qa {
  background-position: 0px -3335px;
}
.flag-ro {
  background-position: 0px -3364px;
}
.flag-rs {
  background-position: 0px -3393px;
}
.flag-ru {
  background-position: 0px -3422px;
}
.flag-rw {
  background-position: 0px -3451px;
}
.flag-sa {
  background-position: 0px -3480px;
}
.flag-se {
  background-position: 0px -3509px;
}
.flag-sg {
  background-position: 0px -3538px;
}
.flag-si {
  background-position: 0px -3567px;
}
.flag-sk {
  background-position: 0px -3596px;
}
.flag-sl {
  background-position: 0px -3625px;
}
.flag-sm {
  background-position: 0px -3654px;
}
.flag-sn {
  background-position: 0px -3683px;
}
.flag-sv {
  background-position: 0px -3712px;
}
.flag-sz {
  background-position: 0px -3741px;
}
.flag-td {
  background-position: 0px -3770px;
}
.flag-tg {
  background-position: 0px -3799px;
}
.flag-th {
  background-position: 0px -3828px;
}
.flag-tl {
  background-position: 0px -3857px;
}
.flag-tm {
  background-position: 0px -3886px;
}
.flag-tn {
  background-position: 0px -3915px;
}
.flag-tr {
  background-position: 0px -3944px;
}
.flag-tt {
  background-position: 0px -3973px;
}
.flag-tw {
  background-position: 0px -4002px;
}
.flag-tz {
  background-position: 0px -4031px;
}
.flag-ua {
  background-position: 0px -4060px;
}
.flag-ug {
  background-position: 0px -4089px;
}
.flag-uk {
  background-position: 0px -1218px;
}
.flag-us {
  background-position: 0px -4118px;
}
.flag-uy {
  background-position: 0px -4147px;
}
.flag-uz {
  background-position: 0px -4176px;
}
.flag-va {
  background-position: 0px -4205px;
}
.flag-vc {
  background-position: 0px -4234px;
}
.flag-ve {
  background-position: 0px -4263px;
}
.flag-vg {
  background-position: 0px -4292px;
}
.flag-vi {
  background-position: 0px -4321px;
}
.flag-vn {
  background-position: 0px -4350px;
}
.flag-ws {
  background-position: 0px -4379px;
}
.flag-ye {
  background-position: 0px -4408px;
}
.flag-za {
  background-position: 0px -4437px;
}
.flag-zm {
  background-position: 0px -4466px;
}
.flag-zw {
  background-position: 0px -4495px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 3px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid #d6d2d3;
  border-radius: 4px;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.dropdown-menu.btn-block {
  display: none;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  overflow: hidden;
  background-color: #d6d2d3;
  border-bottom: 1px solid #ffffff;
  margin: 9px 1px;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 8px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #333333;
  background-color: #f4f4f4;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #333333;
  text-decoration: none;
  outline: 0;
  background-color: #f4f4f4;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open > .dropdown-menu,
.open > .dropdown-menu.btn-block {
  display: block;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 3px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 4px 4px 4px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  border-radius: 4px 4px 4px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: 0px;
}
.dropdown-submenu.pull-left {
  float: none !important;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 4px 0 4px 4px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
  overflow: visible;
}
.collapse.collapsing {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  padding: 5px 17px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #ffffff;
  /* Old browsers */
  background-color: #fbfbfb;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff, #f4f4f4);
  background-image: -o-linear-gradient(top, #ffffff, #f4f4f4);
  background-image: linear-gradient(to bottom, #ffffff, #f4f4f4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff4f4f4', GradientType=0);
  background-color: #f4f4f4;
  color: #2a6ebb;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  -webkit-transition-duration: 0.18s;
  -o-transition-duration: 0.18s;
  transition-duration: 0.18s;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #2a6ebb;
  background-color: #f4f4f4;
  text-decoration: none;
}
.btn:hover {
  box-shadow: rgba(0, 0, 0, 0.07) 0 0 0 40px inset;
}
.btn:focus {
  color: #2a6ebb;
  background-color: #f4f4f4;
}
.btn:active,
.btn.active {
  background-color: #dbdbdb \9;
}
.btn:focus {
  text-decoration: none;
  background-color: #e6e6e6;
  box-shadow: rgba(0, 0, 0, 0.07), 0, 0, 0, 40px, inset;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.3;
  filter: alpha(opacity=30);
  box-shadow: none;
}
.btn-xlarge {
  padding: 15px 40px;
  font-size: 21px;
  border-radius: 3px;
}
.btn-xlarge [class^="icon-"],
.btn-xlarge [class*=" icon-"] {
  margin-top: 0px;
}
.btn-xlarge [class^="icon-chevron-"],
.btn-xlarge [class*=" icon-chevron-"] {
  font-size: 22px;
  margin-top: 4px;
}
.btn-large {
  padding: 9px 31px;
  font-size: 18px;
  border-radius: 3px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 2px;
}
.btn-large [class^="icon-chevron-"],
.btn-large [class*=" icon-chevron-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 1.5px 9px;
  font-size: 12px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: -2px;
}
.btn-small [class^="icon-chevron-"],
.btn-small [class*=" icon-chevron-"] {
  margin-top: -2px;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -2px;
}
.btn-mini {
  padding: 1px 6px;
  font-size: 10.5px;
  border-radius: 3px;
}
.btn-mini [class^="icon-chevron-"],
.btn-mini [class*=" icon-chevron-"] {
  margin-top: -2px;
}
.btn-square {
  padding: 5px 6px;
}
.btn-square.btn-large {
  padding: 9px 10px;
}
.btn-square.btn-small {
  padding: 1.5px 2.5px;
}
.btn-square.btn-mini {
  padding: 1px 2px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  background-color: #ef9f4c;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9b56f), to(#df7d17));
  background-image: -webkit-linear-gradient(top, #f9b56f, #df7d17);
  background-image: -o-linear-gradient(top, #f9b56f, #df7d17);
  background-image: linear-gradient(to bottom, #f9b56f, #df7d17);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9b56f', endColorstr='#ffdf7d17', GradientType=0);
  background-color: #df7d17;
  border: 1px solid #d89c5d;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #df7d17;
  text-decoration: none;
}
.btn-primary:hover {
  box-shadow: rgba(0, 0, 0, 0.07) 0 0 0 40px inset;
}
.btn-primary:focus {
  color: #ffffff;
  background-color: #df7d17;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #b16312 \9;
}
.btn-danger {
  background-color: #f1847f;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f49a96), to(#ed625c));
  background-image: -webkit-linear-gradient(top, #f49a96, #ed625c);
  background-image: -o-linear-gradient(top, #f49a96, #ed625c);
  background-image: linear-gradient(to bottom, #f49a96, #ed625c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff49a96', endColorstr='#ffed625c', GradientType=0);
  background-color: #ed625c;
  border: 1px solid #ed605a;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #ed625c;
  text-decoration: none;
}
.btn-danger:hover {
  box-shadow: rgba(0, 0, 0, 0.07) 0 0 0 40px inset;
}
.btn-danger:focus {
  color: #ffffff;
  background-color: #ed625c;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #e8362e \9;
}
.btn-success {
  background-color: #6fa94f;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7db95c), to(#5a923b));
  background-image: -webkit-linear-gradient(top, #7db95c, #5a923b);
  background-image: -o-linear-gradient(top, #7db95c, #5a923b);
  background-image: linear-gradient(to bottom, #7db95c, #5a923b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7db95c', endColorstr='#ff5a923b', GradientType=0);
  background-color: #5a923b;
  border: 1px solid #5a923b;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #5a923b;
  text-decoration: none;
}
.btn-success:hover {
  box-shadow: rgba(0, 0, 0, 0.07) 0 0 0 40px inset;
}
.btn-success:focus {
  color: #ffffff;
  background-color: #5a923b;
}
.btn-success:active,
.btn-success.active {
  background-color: #446e2c \9;
}
.btn-info {
  background-color: #81b1dd;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3d7f1), to(#3778c0));
  background-image: -webkit-linear-gradient(top, #b3d7f1, #3778c0);
  background-image: -o-linear-gradient(top, #b3d7f1, #3778c0);
  background-image: linear-gradient(to bottom, #b3d7f1, #3778c0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb3d7f1', endColorstr='#ff3778c0', GradientType=0);
  background-color: #3778c0;
  border: 1px solid #3778c0;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #3778c0;
  text-decoration: none;
}
.btn-info:hover {
  box-shadow: rgba(0, 0, 0, 0.07) 0 0 0 40px inset;
}
.btn-info:focus {
  color: #ffffff;
  background-color: #3778c0;
}
.btn-info:active,
.btn-info.active {
  background-color: #2c5f98 \9;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.btn-link {
  font-weight: normal;
  font-family: Arial, sans-serif;
  border-color: transparent;
  cursor: pointer;
  color: #2a6ebb;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #1c497d;
  text-decoration: underline;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  border-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 20px;
}
.btn-group.btn-group-text {
  font-size: 14px;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  border-radius: 0;
  line-height: 20px;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 12px;
}
.btn-group > .btn-large {
  font-size: 18px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .dropdown-toggle {
  padding-right: 6px;
}
.btn-group > .btn.btn-large:first-child {
  padding-right: 22px;
  margin-left: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 6px;
  padding-right: 6px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125);
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #ffffff;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #f5a04f;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f5a04f;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #ed605a;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #639f43;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2a6ebb;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  border-radius: 0 0 6px 6px;
}
.alert {
  padding: 15px 30px 15px 25px;
  margin-bottom: 20px;
  background-color: #f5a04f;
  border: 1px solid #f5a04f;
  color: #ffffff;
  text-align: center;
  font-size: 15.96px;
  font-family: 'Ubuntu Condensed', Arial, sans-serif;
  font-weight: 300;
}
.alert strong {
  font-weight: 700;
}
.alert i {
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-top: 1px;
  margin-right: 5px;
}
.alert a:not(.btn) {
  color: #ffffff;
  text-decoration: underline;
}
.alert h4 {
  margin: 0;
  font-size: 17.92px;
}
.alert .close {
  position: relative;
  top: 0px;
  right: -10px;
  line-height: 20px;
}
.alert-danger h4,
.alert-error h4,
.alert-info h4,
.alert-success h4 {
  color: #ffffff;
}
.alert-success {
  background-color: #639f43;
  border-color: #639f43;
}
.alert-danger,
.alert-error {
  background-color: #ed605a;
  border-color: #ed605a;
}
.alert-info {
  background-color: #2a6ebb;
  border-color: #2a6ebb;
}
.alert-block {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.alert-voice {
  display: inline-block;
  position: relative;
  text-align: left;
  border-color: #d1c6ac;
  color: #333333;
  border-radius: 5px;
  background-color: #fef5e4;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fef9ed), to(#fdf0d5));
  background-image: -webkit-linear-gradient(top, #fef9ed, #fdf0d5);
  background-image: -o-linear-gradient(top, #fef9ed, #fdf0d5);
  background-image: linear-gradient(to bottom, #fef9ed, #fdf0d5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffef9ed', endColorstr='#fffdf0d5', GradientType=0);
}
.alert-voice .close {
  position: absolute;
  top: 16px;
  right: 10px;
}
.alert-voice a:not(.btn) {
  color: #333333;
}
.alert-voice i.alert-voice-speech {
  position: absolute;
  display: block;
  width: 20px;
  height: 10px;
  overflow: hidden;
  bottom: -10px;
  left: 20%;
  background: transparent;
  -webkit-transform: scale(2, 1);
  -o-transform: scale(2, 1);
     transform: scale(2, 1);
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0;
}
.alert-voice i.alert-voice-speech:before {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #d1c6ac;
  background-color: #fdf0d5;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 2px;
  top: -7px;
}
nav.nav {
  border: 1px solid #d4d4d4;
  background-color: #ffffff;
  border-radius: 5px;
  padding-bottom: 5px;
}
nav.nav i {
  font-size: 18px;
  width: 16px;
  height: 16px;
  margin-right: 0;
}
nav header {
  background-color: #2158ad;
  border: 1px solid #1f498a;
  border-radius: 5px 5px 0 0;
  box-shadow: inset 0 1px 0 #378fd0;
  color: #abbfdf;
  font-size: 16px;
  padding: 8px 10px;
  margin: -1px -1px 6px -1px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.25;
  color: #333333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: none;
  margin-top: 10px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
}
.nav-list > li > a {
  padding: 4px 10px;
  color: #666666;
}
.nav-list > li > a:hover {
  background-color: #f1f1f1;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  background-color: #f1f1f1;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
  margin-left: -6px;
  margin-right: -1px;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #e8e8e8;
}
.nav-tabs > li {
  margin-bottom: -1px;
  margin-right: 7px;
}
.nav-tabs > li > a {
  color: #333333;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid #d6d2d3;
  background-color: #e8e8e8;
  border-radius: 5px 5px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #333333;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-bottom-color: transparent;
  cursor: default;
  margin-bottom: 0px;
  margin-top: 0px;
}
.nav-pills > li > a {
  color: #666666;
  padding: 10px 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 8px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  background-color: #e8e8e8;
  background-color: #f6f6f6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #ffffff, #e8e8e8);
  background-image: -o-linear-gradient(top, #ffffff, #e8e8e8);
  background-image: linear-gradient(to bottom, #ffffff, #e8e8e8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe8e8e8', GradientType=0);
}
.nav-pills > li > a:hover {
  color: #333333;
  box-shadow: 0 1px 3px #d4d4d4;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #666666;
  box-shadow: inset 0 0 3px #c2c2c2;
  background-color: #e8e8e8;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #e8e8e8);
  background-image: -o-linear-gradient(top, #e8e8e8, #e8e8e8);
  background-image: linear-gradient(to bottom, #e8e8e8, #e8e8e8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffe8e8e8', GradientType=0);
}
.nav-pills > li > a > i {
  height: 18px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.nav-pills > li.active > a > i,
.nav-pills > li > a:hover > i {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  border-radius: 0 0 3px 3px;
}
.nav-pills .dropdown-menu {
  border-radius: 3px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #2a6ebb;
  border-bottom-color: #2a6ebb;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #1c497d;
  border-bottom-color: #1c497d;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #666666;
  border-bottom-color: #666666;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav > .disabled > a {
  color: #999999;
  border-color: #eeeeee;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
  box-shadow: none;
  color: #999999;
}
.nav-text:before,
.nav-text:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-text:after {
  clear: both;
}
.nav-text:before,
.nav-text:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-text:after {
  clear: both;
}
.nav-text > li {
  float: left;
}
.nav-text > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-text > li > a {
  color: #2a6ebb;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 8px;
  border: none;
  border-radius: 6px;
  background-color: transparent;
}
.nav-text > li > a:hover {
  background-color: #f1f1f1;
  color: #2a6ebb;
}
.nav-text > .active > a,
.nav-text > .active > a:hover {
  color: #ffffff;
  background-color: #2a6ebb;
}
.nav-text > .disabled > a,
.nav-text > .disabled > a:hover {
  background-image: none;
  background-color: transparent;
}
.nav-underline {
  margin: 0 auto;
}
.nav-underline > li {
  display: inline-block;
  margin: 0 .9em;
}
.nav-underline > li.active {
  border-bottom: 5px solid #2a6ebb;
}
.nav-underline > li.active > a,
.nav-underline > li.active [class^="icon-"],
.nav-underline > li.active [class*=" icon-"] {
  color: #2a6ebb;
}
.nav-underline > li > a {
  font-size: 16px;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 100;
  color: #666666;
  padding: 15px 5px 10px;
}
.nav-underline > li > a,
.nav-underline > li > a:hover,
.nav-underline > li > a:active {
  text-decoration: none;
}
.nav-underline > li.disabled > a {
  -webkit-filter: none;
          filter: none;
  background: none;
  background-image: none;
}
.nav-underline > li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.nav-underline [class^="icon-"],
.nav-underline [class*=" icon-"] {
  color: #cccccc;
  margin-right: 5px;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
}
.navbar-inner {
  min-height: 40px;
  background-color: #f4f4f4;
  padding: 0 20px;
  border: 1px solid #d5d5d5;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar-subnav {
  min-height: 40px;
  background-color: #f4f4f4;
  padding: 0 20px;
  border-bottom: 1px solid #d5d5d5;
}
.navbar-subnav:before,
.navbar-subnav:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-subnav:after {
  clear: both;
}
.navbar-subnav:before,
.navbar-subnav:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-subnav:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 300;
  font-family: Lato, Arial, sans-serif;
  color: #333333;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #333333;
}
.navbar-link {
  color: #2a6ebb;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}
.navbar .divider-vertical {
  height: 40px;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner .active > a {
  margin-top: -1px;
  padding-top: 11px;
}
.navbar .nav {
  position: relative;
  left: -20px;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #2a6ebb;
  text-decoration: none;
  text-shadow: 0 1px 0 #f4f4f4;
  position: relative;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #333333;
  text-decoration: none;
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -1px;
}
.navbar-subnav .nav > .active > a,
.navbar-subnav .nav > .active > a:hover,
.navbar-subnav .nav > .active > a:focus {
  font-weight: bold;
  margin-bottom: 0;
  border-bottom: none;
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e7e7e7;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e7e7e7), to(#e7e7e7));
  background-image: -webkit-linear-gradient(top, #e7e7e7, #e7e7e7);
  background-image: -o-linear-gradient(top, #e7e7e7, #e7e7e7);
  background-image: linear-gradient(to bottom, #e7e7e7, #e7e7e7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe7e7e7', endColorstr='#ffe7e7e7', GradientType=0);
  border-color: #e7e7e7 #e7e7e7 #c1c1c1;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fade-in(rgba(0, 0, 0, 0.1), 0.15);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e7e7e7;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cecece \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #d6d2d3;
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #cccccc;
  border-top-color: #d6d2d3;
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #666666;
  border-bottom-color: #666666;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #dbdbdb;
  color: #666666;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #2a6ebb;
  border-bottom-color: #2a6ebb;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #666666;
  border-bottom-color: #666666;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  background-color: #2158ad;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2158ad), to(#2158ad));
  background-image: -webkit-linear-gradient(top, #2158ad, #2158ad);
  background-image: -o-linear-gradient(top, #2158ad, #2158ad);
  background-image: linear-gradient(to bottom, #2158ad, #2158ad);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2158ad', endColorstr='#ff2158ad', GradientType=0);
  border-color: #194282;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #d4d4d4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}
.navbar-inverse .brand {
  color: #d4d4d4;
}
.navbar-inverse .navbar-text {
  color: #d4d4d4;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #2158ad;
  border-bottom: none;
}
.navbar-inverse .navbar-link {
  color: #d4d4d4;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #2158ad;
  border-right-color: #2158ad;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #2158ad;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #d4d4d4;
  border-bottom-color: #d4d4d4;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #1d4d98;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1d4d98), to(#1d4d98));
  background-image: -webkit-linear-gradient(top, #1d4d98, #1d4d98);
  background-image: -o-linear-gradient(top, #1d4d98, #1d4d98);
  background-image: linear-gradient(to bottom, #1d4d98, #1d4d98);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1d4d98', endColorstr='#ff1d4d98', GradientType=0);
  border-color: #1d4d98 #1d4d98 #112c57;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fade-in(rgba(0, 0, 0, 0.1), 0.15);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #1d4d98;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #15376d \9;
}
.breadcrumb {
  margin: 0 0 20px;
  list-style: none;
  font-size: 12px;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb > li > .divider {
  display: inline-block;
  padding: 0;
  color: #ccc;
  font-size: 0;
  position: relative;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
}
.lt-ie9 .breadcrumb > li > .divider {
  top: 1px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25) progid:DXImageTransform.Microsoft.Matrix(M11=.5, M12=0, M21=0, M22=.5, SizingMethod='auto expand')";
}
.lt-ie9 .breadcrumb > li > .divider:after {
  top: -2px;
}
.breadcrumb > li > .divider:after {
  font-family: "Symbolicons";
  position: absolute;
  content: "\e663";
  display: block;
  right: 0;
  top: -4px;
  height: 18px;
  width: 18px;
  font-size: 22px;
  color: #585858;
  -webkit-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0.25;
  filter: alpha(opacity=25);
}
.breadcrumb a {
  color: #535353;
  display: inline-block;
}
.breadcrumb .active {
  color: #999999;
}
.breadcrumb-cap {
  padding-left: 15px;
  margin: 0 ;
  color: #abbfdf;
  border: 1px solid #1f498a;
  border-bottom: none;
  box-shadow: inset 0 1px 0 #378fd0;
  list-style: none;
  background-color: #2158ad;
  border-radius: 5px 5px 0 0;
  font-size: 15.96px;
}
.breadcrumb-cap:before,
.breadcrumb-cap:after {
  display: table;
  content: "";
  line-height: 0;
}
.breadcrumb-cap:after {
  clear: both;
}
.breadcrumb-cap:before,
.breadcrumb-cap:after {
  display: table;
  content: "";
  line-height: 0;
}
.breadcrumb-cap:after {
  clear: both;
}
.breadcrumb-cap a,
.breadcrumb-cap a:hover {
  color: #abbfdf;
  text-decoration: none;
}
.breadcrumb-cap > li,
.breadcrumb-cap .breadcrumb-actions > ul > li {
  display: inline-block;
  text-shadow: none;
  position: relative;
}
.breadcrumb-cap > li.breadcrumb-actions,
.breadcrumb-cap .breadcrumb-actions > ul > li.breadcrumb-actions {
  float: right;
}
.breadcrumb-cap > li.active,
.breadcrumb-cap .breadcrumb-actions > ul > li.active,
.breadcrumb-cap > li.active > a,
.breadcrumb-cap .breadcrumb-actions > ul > li.active > a {
  color: #ffffff;
}
.breadcrumb-cap > li > a,
.breadcrumb-cap .breadcrumb-actions > ul > li > a {
  padding: 9px 30px 9px 0px;
}
.breadcrumb-cap > li > .divider,
.breadcrumb-cap .breadcrumb-actions > ul > li > .divider {
  position: absolute;
  right: 2px;
  top: 0px;
  bottom: 0px;
  font-size: 0;
  color: transparent;
  min-height: 38px;
  background-color: transparent;
  width: 12px;
  overflow: hidden;
}
.lt-ie9 .breadcrumb-cap > li > .divider,
.lt-ie9 .breadcrumb-cap .breadcrumb-actions > ul > li > .divider {
  top: 0px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.breadcrumb-cap > li > .divider:before,
.breadcrumb-cap .breadcrumb-actions > ul > li > .divider:before {
  right: -2px;
  border: solid transparent;
  content: "";
  position: absolute;
  border-top-width: 24px;
  border-bottom-width: 24px;
  border-left-width: 12px;
  top: 50%;
  margin: -24px 0 0 -13px;
  overflow: hidden;
  border-left-color: #1f498a;
}
.lt-ie9 .breadcrumb-cap > li > .divider:before,
.lt-ie9 .breadcrumb-cap .breadcrumb-actions > ul > li > .divider:before {
  top: 20px;
}
.breadcrumb-cap > li > .divider:after,
.breadcrumb-cap .breadcrumb-actions > ul > li > .divider:after {
  right: -1px;
  border: solid transparent;
  content: "";
  position: absolute;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  border-top-width: 24px;
  border-bottom-width: 24px;
  border-left-width: 12px;
  top: 50%;
  margin: -24px 0 0 -13px;
  overflow: hidden;
  border-left-color: #2158ad;
  opacity: 1;
  filter: alpha(opacity=100);
  height: auto;
  width: auto;
}
.lt-ie9 .breadcrumb-cap > li > .divider:after,
.lt-ie9 .breadcrumb-cap .breadcrumb-actions > ul > li > .divider:after {
  top: 20px;
}
.breadcrumb-cap .breadcrumb-actions > ul > li > a {
  padding-right: 15px;
}
.breadcrumb-wizard {
  min-height: 40px;
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
  background-color: #e1edf6;
  font-size: 14px;
  border-radius: 0;
  overflow: hidden;
}
.breadcrumb-wizard a,
.breadcrumb-wizard a:hover {
  color: #2a6ebb;
  text-decoration: none;
  padding: 10px 30px 10px 10px;
  background-color: #ceddef;
}
.breadcrumb-wizard > li {
  float: left;
  display: inline-block;
  text-shadow: none;
  position: relative;
  background-image: red;
}
.breadcrumb-wizard > li.last > .divider {
  background-color: #e1edf6;
}
.breadcrumb-wizard > li.complete a,
.breadcrumb-wizard > li.complete a:hover {
  background-color: #2158ad;
  color: #abbfdf;
}
.breadcrumb-wizard > li.complete .divider {
  background-color: #2158ad;
}
.breadcrumb-wizard > li.complete .divider:after {
  border-left-color: #2158ad;
}
.breadcrumb-wizard > li.active a,
.breadcrumb-wizard > li.active a:hover {
  background-color: #2158ad;
  color: #ffffff;
}
.breadcrumb-wizard > li.active .divider {
  background-color: #ceddef;
}
.breadcrumb-wizard > li.active .divider:after {
  border-left-color: #2158ad;
}
.breadcrumb-wizard > li > .divider {
  position: absolute;
  right: -3px;
  top: 0px;
  bottom: 0px;
  font-size: 0;
  color: transparent;
  min-height: 40px;
  background-color: #ceddef;
}
.lt-ie9 .breadcrumb-wizard > li > .divider {
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.breadcrumb-wizard > li > .divider:before {
  right: 0px;
  border: solid transparent;
  content: "";
  position: absolute;
  border-top-width: 24px;
  border-bottom-width: 24px;
  border-left-width: 12px;
  top: 50%;
  margin: -24px 0 0 -13px;
  overflow: hidden;
  border-left-color: white;
}
.breadcrumb-wizard > li > .divider:after {
  right: 2px;
  border: solid transparent;
  content: "";
  position: absolute;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  border-top-width: 24px;
  border-bottom-width: 24px;
  border-left-width: 12px;
  top: 50%;
  margin: -24px 0 0 -13px;
  overflow: hidden;
  border-left-color: #ceddef;
  opacity: 1;
  filter: alpha(opacity=100);
  height: auto;
  width: auto;
}
.lt-ie9 .breadcrumb-wizard > li > .divider:after {
  top: 20px;
}
.breadcrumb-wizard .active,
.breadcrumb-wizard .active a {
  color: #ffffff;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
  border-radius: 4px;
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e7e6e6), to(#e7e6e6));
  background-image: -webkit-linear-gradient(top, #e7e6e6, #e7e6e6);
  background-image: -o-linear-gradient(top, #e7e6e6, #e7e6e6);
  background-image: linear-gradient(to bottom, #e7e6e6, #e7e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe7e6e6', endColorstr='#ffe7e6e6', GradientType=0);
  background-color: #e7e6e6;
  border: 1px solid #e7e6e6;
  color: #333333;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  font-family: Arial, sans-serif;
  color: #2a6ebb;
  font-weight: normal;
  border: 1px solid #d4d4d4;
  border-left-width: 0px;
  border-radius: 0px;
}
.pagination ul > li > a:hover,
.pagination ul > li > span:hover,
.pagination ul > li > a:active,
.pagination ul > li > span:active,
.pagination ul > li > a.active,
.pagination ul > li > span.active,
.pagination ul > li > a.disabled,
.pagination ul > li > span.disabled,
.pagination ul > li > a[disabled],
.pagination ul > li > span[disabled] {
  color: #333333;
  background-color: #e7e6e6;
  text-decoration: none;
}
.pagination ul > li > a:hover,
.pagination ul > li > span:hover {
  box-shadow: rgba(0, 0, 0, 0.07) 0 0 0 40px inset;
}
.pagination ul > li > a:focus,
.pagination ul > li > span:focus {
  color: #333333;
  background-color: #e7e6e6;
}
.pagination ul > li > a:active,
.pagination ul > li > span:active,
.pagination ul > li > a.active,
.pagination ul > li > span.active {
  background-color: #cecccc \9;
}
.pagination ul > li > a > i,
.pagination ul > li > span > i {
  -webkit-transform: scale(0.65);
  -o-transform: scale(0.65);
  transform: scale(0.65);
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #ffffff;
}
.pagination ul > li > a:hover i,
.pagination ul > li > a:focus i,
.pagination ul > .active > a i,
.pagination ul > .active > span i {
  opacity: 1;
  filter: alpha(opacity=100);
}
.pagination ul > .active > a,
.pagination ul > .active > a:hover,
.pagination ul > .active > span {
  color: #666666;
  cursor: default;
  font-weight: bold;
  background-color: #ffffff;
  background-image: none;
  box-shadow: inset 0px 1px 3px #ffffff;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-image: none;
  background-color: #eeeeee;
  cursor: default;
}
.pagination ul > .disabled > span i,
.pagination ul > .disabled > a i,
.pagination ul > .disabled > a:hover i,
.pagination ul > .disabled > a:focus i {
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: 6px;
  padding-right: 6px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-left: 6px;
  padding-right: 6px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 9px 31px;
  font-size: 18px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 1.5px 9px;
  font-size: 12px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 1px 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: left;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager ul {
  display: inline-block;
}
.pager-right {
  text-align: right;
}
.pager li {
  display: inline;
  float: left;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 4px 6px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e7e6e6), to(#e7e6e6));
  background-image: -webkit-linear-gradient(top, #e7e6e6, #e7e6e6);
  background-image: -o-linear-gradient(top, #e7e6e6, #e7e6e6);
  background-image: linear-gradient(to bottom, #e7e6e6, #e7e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe7e6e6', endColorstr='#ffe7e6e6', GradientType=0);
  background-color: #e7e6e6;
  border: 1px solid #e7e6e6;
  color: #333333;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #d4d4d4;
  font-family: Arial, sans-serif;
}
.pager li > a:hover,
.pager li > span:hover,
.pager li > a:active,
.pager li > span:active,
.pager li > a.active,
.pager li > span.active,
.pager li > a.disabled,
.pager li > span.disabled,
.pager li > a[disabled],
.pager li > span[disabled] {
  color: #333333;
  background-color: #e7e6e6;
  text-decoration: none;
}
.pager li > a:hover,
.pager li > span:hover {
  box-shadow: rgba(0, 0, 0, 0.07) 0 0 0 40px inset;
}
.pager li > a:focus,
.pager li > span:focus {
  color: #333333;
  background-color: #e7e6e6;
}
.pager li > a:active,
.pager li > span:active,
.pager li > a.active,
.pager li > span.active {
  background-color: #cecccc \9;
}
.pager li.page > span {
  color: #333333;
  background-image: none;
  background-color: transparent;
  border: none;
  font-weight: bold;
  padding: 4px 12px;
}
.pager li.page > span:hover {
  box-shadow: none;
}
.pager li > a > i,
.pager li > span > i {
  -webkit-transform: scale(0.65);
  -o-transform: scale(0.65);
  transform: scale(0.65);
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager li > a:hover i,
.pager li > a:focus i {
  opacity: 1;
  filter: alpha(opacity=100);
}
.pager .right > a,
.pager .right > span {
  float: right;
}
.pager .left > a,
.pager .left > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  box-shadow: none;
  color: #999999;
  background-image: none;
  background-color: #eeeeee;
  cursor: default;
}
.pager .disabled > a i,
.pager .disabled > a:hover i,
.pager .disabled > a:focus i,
.pager .disabled > span i {
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.pager li.prev > a,
.pager li.prev > span {
  border-left-width: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: 6px;
  padding-right: 6px;
}
.pager li.next > a,
.pager li.next > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-left: 6px;
  padding-right: 6px;
  border-left: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity 0.3s linear top 0.3s ease-out;
  -o-transition: opacity 0.3s linear top 0.3s ease-out;
  transition: opacity 0.3s linear top 0.3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  border-radius: 6px 6px 0 0;
  background-color: #2158ad;
  box-shadow: inset 0 2px 0 #378fd0;
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  color: #000000;
}
.modal-header h3 {
  color: #ffffff;
  margin: 0;
  line-height: 18px;
  font-size: 18px;
  font-weight: 300;
  text-shadow: none;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  border-top: 1px dotted #d4d4d4;
  box-shadow: inset 0 1px 0 #ffffff;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  font-size: 12px;
  font-weight: 300;
  color: #666666;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: #333333;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: #d4d4d4;
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: #d4d4d4;
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: #d4d4d4;
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: #d4d4d4;
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.popover.popover-dark {
  background-color: #3d3d3d;
  border-color: #3d3d3d;
  color: #ffffff;
}
.popover.popover-dark .popover-title {
  color: #ffffff;
}
.popover.popover-dark.top .arrow {
  border-top-color: #3d3d3d;
}
.popover.popover-dark.top .arrow:after {
  border-top-color: #3d3d3d;
}
.popover.popover-dark.right .arrow {
  border-right-color: #3d3d3d;
}
.popover.popover-dark.right .arrow:after {
  border-right-color: #3d3d3d;
}
.popover.popover-dark.bottom .arrow {
  border-bottom-color: #3d3d3d;
}
.popover.popover-dark.bottom .arrow:after {
  border-bottom-color: #3d3d3d;
}
.popover.popover-dark.left .arrow {
  border-left-color: #3d3d3d;
}
.popover.popover-dark.left .arrow:after {
  border-left-color: #3d3d3d;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
.thumbnail {
  background: #ffffff;
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #2a6ebb;
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #666666;
}
.thumbnail-overlay {
  position: relative;
  display: inline-block;
}
.thumbnail-overlay:hover .overlay,
.thumbnail-overlay:focus .overlay {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.thumbnail-overlay:hover a,
.thumbnail-overlay:focus a {
  opacity: 1;
  filter: alpha(opacity=100);
}
.thumbnail-overlay:hover a i,
.thumbnail-overlay:focus a i {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.thumbnail-overlay .overlay {
  background-color: #f5a04f;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
     transition: all 0.2s ease;
}
.thumbnail-overlay a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.thumbnail-overlay a i {
  position: absolute;
  left: 45%;
  left: -webkit-calc(50% - (16px));
  left: calc(50% - (16px));
  top: 45%;
  top: -webkit-calc(50% - (16px));
  top: calc(50% - (16px));
  -webkit-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
     transition: all 0.2s ease;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label,
.badge {
  display: inline-block;
  padding: 3px 7px 3px;
  font-size: 13.02px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  background-color: #999999;
}
.label {
  border-radius: 5px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 11px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #ed605a;
}
.label-important[href],
.badge-important[href] {
  background-color: #e8342c;
}
.label-warning,
.badge-warning {
  background-color: #f5a04f;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #f2861f;
}
.label-success,
.badge-success {
  background-color: #639f43;
}
.label-success[href],
.badge-success[href] {
  background-color: #4d7b34;
}
.label-info,
.badge-info {
  background-color: #2a6ebb;
}
.label-info[href],
.badge-info[href] {
  background-color: #215691;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #eeeeee, #eeeeee);
  background-image: -o-linear-gradient(top, #eeeeee, #eeeeee);
  background-image: linear-gradient(to bottom, #eeeeee, #eeeeee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffeeeeee', GradientType=0);
  box-shadow: inset 0 1px 3px #999999;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #7bb45c;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8ac16d), to(#639f43));
  background-image: -webkit-linear-gradient(top, #8ac16d, #639f43);
  background-image: -o-linear-gradient(top, #8ac16d, #639f43);
  background-image: linear-gradient(to bottom, #8ac16d, #639f43);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac16d', endColorstr='#ff639f43', GradientType=0);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.progress-striped .bar {
  background-color: #8ac16d;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress-striped .bar:after {
  display: block;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.04);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #ef6d68;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f07671), to(#ed605a));
  background-image: -webkit-linear-gradient(top, #f07671, #ed605a);
  background-image: -o-linear-gradient(top, #f07671, #ed605a);
  background-image: linear-gradient(to bottom, #f07671, #ed605a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff07671', endColorstr='#ffed605a', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #f07671;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #7bb45c;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8ac16d), to(#639f43));
  background-image: -webkit-linear-gradient(top, #8ac16d, #639f43);
  background-image: -o-linear-gradient(top, #8ac16d, #639f43);
  background-image: linear-gradient(to bottom, #8ac16d, #639f43);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac16d', endColorstr='#ff639f43', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #8ac16d;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4685cd;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5895d9), to(#2a6ebb));
  background-image: -webkit-linear-gradient(top, #5895d9, #2a6ebb);
  background-image: -o-linear-gradient(top, #5895d9, #2a6ebb);
  background-image: linear-gradient(to bottom, #5895d9, #2a6ebb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5895d9', endColorstr='#ff2a6ebb', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5895d9;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #e8913b;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eea153), to(#df7a16));
  background-image: -webkit-linear-gradient(top, #eea153, #df7a16);
  background-image: -o-linear-gradient(top, #eea153, #df7a16);
  background-image: linear-gradient(to bottom, #eea153, #df7a16);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeea153', endColorstr='#ffdf7a16', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #eea153;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-controls-offset {
  height: 40px;
  width: 80px;
  position: absolute;
  top: 0;
  right: 0;
}
.carousel-controls-offset .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-controls-offset .carousel-control:hover i,
.carousel-controls-offset .carousel-control:focus i {
  color: #2a6ebb;
}
.carousel-controls-offset .carousel-control.right {
  right: 0;
}
.carousel-controls-offset .carousel-control.left {
  left: 0;
}
.carousel-control {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control i {
  vertical-align: middle;
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.jumbotron {
  position: relative;
  padding: 60px 0;
  margin-bottom: 30px;
  color: inherit;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
}
.jumbotron:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  opacity: 1;
}
.jumbotron h1,
.jumbotron .h1 {
  font-size: 60px;
  line-height: 50px;
  text-shadow: 0px 1px 0px #ffffff;
  color: inherit;
}
.jumbotron h2 {
  font-size: 40px;
  line-height: 50px;
  font-family: "Lato", Arial, sans-serif;
  margin: 0;
  font-weight: 300;
  color: #666666;
  text-shadow: 0px 1px 0px #ffffff;
}
.jumbotron p {
  font-size: 18px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding: 60px;
  margin-bottom: 30px;
  background-color: #eeeeee;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
.jumbotron-inverse {
  color: #ffffff;
  background: #2158ad;
  background-color: #1c4b93;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#194282), to(#2158ad));
  background-image: -webkit-linear-gradient(top, #194282, #2158ad);
  background-image: -o-linear-gradient(top, #194282, #2158ad);
  background-image: linear-gradient(to bottom, #194282, #2158ad);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff194282', endColorstr='#ff2158ad', GradientType=0);
}
.jumbotron-inverse h1,
.jumbotron-inverse h2 {
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 0, 0, 0.075);
}
.rating {
  position: relative;
  font-family: 'Symbolicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: text-top;
  text-align: left;
  height: 20px;
  width: 88px;
  line-height: 20px;
  font-size: 24px;
}
.rating:before {
  /* 5 gray stars */
  content: "\e65f" "\e65f" "\e65f" "\e65f" "\e65f";
  color: #d6d6d7;
  position: absolute;
}
.rating:after {
  /* 5 color stars */
  content: "\e65f" "\e65f" "\e65f" "\e65f" "\e65f";
  color: #0e6fb4;
  position: absolute;
  overflow: hidden;
}
.rating-0:after {
  width: 0%;
}
.rating-0-5:after {
  width: 10%;
}
.rating-1:after {
  width: 20%;
}
.rating-1-5:after {
  width: 30%;
}
.rating-2:after {
  width: 40%;
}
.rating-2-5:after {
  width: 50%;
}
.rating-3:after {
  width: 60%;
}
.rating-3-5:after {
  width: 70%;
}
.rating-4:after {
  width: 80%;
}
.rating-4-5:after {
  width: 90%;
}
.rating-5:after {
  width: 100%;
}
.rating.rating-sm {
  height: 16px;
  width: 66px;
  line-height: 18px;
  font-size: 18px;
}
.rating.rating-lg {
  height: 24px;
  width: 109px;
  line-height: 26px;
  font-size: 30px;
}
.dash-body {
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
  border-top-width: 0px;
  border-radius: 0 0 5px 5px;
}
.dash-body:before,
.dash-body:after {
  display: table;
  content: "";
  line-height: 0;
}
.dash-body:after {
  clear: both;
}
.dash-body:before,
.dash-body:after {
  display: table;
  content: "";
  line-height: 0;
}
.dash-body:after {
  clear: both;
}
.dash-body .pager {
  margin-left: 15px;
  margin-right: 15px;
}
.toolbar {
  border: 1px solid #d4d4d4;
  border-top-width: 0px;
  padding: 5px 12px;
  background-color: #f4f4f4;
}
html.dash body {
  min-height: 450px;
  background-color: #e6e9eb;
  background-color: #f5f6f7;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e9eb));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e9eb);
  background-image: -o-linear-gradient(top, #ffffff, #e6e9eb);
  background-image: linear-gradient(to bottom, #ffffff, #e6e9eb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e9eb', GradientType=0);
}
.header-bce {
  background: #ffffff;
  border-bottom: 10px solid #2158ad;
  border-top: none;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.header-bce .navbar-inner {
  box-shadow: none;
  background: none;
  background-image: none;
  border: none;
  -webkit-filter: none;
          filter: none;
}
.header-bce .header {
  margin-bottom: 0;
  background: #ffffff;
  padding: 14px 0 16px;
}
.header-bce .header.navbar .navbar-inner {
  background: #ffffff;
}
.header-bce .logo {
  display: inline-block;
  vertical-align: top;
  min-height: 50px;
}
.header-bce .logo img {
  max-height: 50px;
}
.header-bce .logo-expedia img {
  margin-right: 10px;
}
.header-bce .has-partner-divider {
  border-right: 1px solid #d4d4d4;
  margin-right: 15px;
  padding-right: 10px;
}
.header-bce .breadcrumb-container-wrapper {
  background: #f4f4f4;
}
.navbar-bce .header-bce-links {
  position: absolute;
  right: 100px;
  float: right;
  margin-bottom: 0px;
  font-family: "Lato", Arial, sans-serif;
}
.navbar-bce .header-bce-links .nav {
  margin: 0;
  left: 0;
  font-weight: normal;
  font-size: 14px;
}
.navbar-bce .header-bce-links .nav > li {
  display: block;
}
.navbar-bce .header-bce-links .nav > li > a,
.navbar-bce .header-bce-links .nav > li > .dropdown-toggle {
  color: #333333;
  text-shadow: none;
}
.navbar-bce .header-bce-links .nav > li.dropdown.open > .dropdown-toggle {
  color: #333333;
}
.navbar-bce .header-bce-links .nav > li [class^="icon-"],
.navbar-bce .header-bce-links .nav > li [class*=" icon-"] {
  color: #333333;
}
.navbar-bce .header-bce-links .btn {
  font-size: 13px;
  font-weight: bold;
  margin-top: 7px;
}
.navbar-bce .header-bce-links .btn-large {
  margin-top: 5px;
}
.header-bce-links {
  /* Override bootstrap style for open dropdown, this specific of a selector is required */
}
.header-bce-links.navbar-trav-home .nav {
  padding-left: 0;
  margin: 0;
  left: 0;
}
.header-bce-links.navbar-trav-home .nav li .flags {
  margin-top: -5px;
  margin-left: 8px;
}
.header-bce-links li a {
  margin-top: 6px;
  /* The header navbar is mix of links and buttons, want everything to line up vertically */
}
.header-bce-links li a.btn {
  margin-top: 5px;
  /* Keep margin from bootstrap */
}
.header-bce-links li > .dropdown-menu > li a {
  margin-top: 0px;
  /* Don't add extra margin for list items in drop downs */
}
.header-bce-links .nav li.dropdown.open > .dropdown-toggle,
.header-bce-links .nav li.dropdown.active > .dropdown-toggle,
.header-bce-links .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #ffffff;
}
.navbar.navbar-bce .navbar-inner {
  border: none;
  padding: 0;
  background-image: none;
}
.icon-birdhouse-header {
  font-size: 50px;
  height: 40px;
  width: 40px;
  line-height: 76.6px;
  opacity: 1;
}
.btn-header-collapse {
  display: none;
  margin: 3px 23px 0 0;
  border-right: 1px solid #d4d4d4;
  padding: 12px 25px 12px 0;
  cursor: pointer;
}
.btn-header-collapse .icon-hamburger-menu {
  font-size: 24px;
  color: #2a6ebb;
}
.header-bce-birdhouse-container {
  position: absolute;
  background: #eeeeee;
  top: 0px;
  right: 0px;
  height: 80px;
  width: 80px;
  text-align: center;
  /** NOTE ABOUT AMOUNT OF COMMENTED OUT CSS:

        Exisitng bug in Chrome Windows adds aliasing to the Birdhouse logo. I've removed
        the 3d animation in favor of simple show/hide of the birdhouse and "Our Family of Brand."
        I've left in the original 3D transitions if anyone wants to spend a few hours of their
        time trying to get it to behave on Windows Chrome.  I had no luck.  -MNOTE

     */
  /* flip the pane when hovered or dropdown is open */
  /* hide back of pane during swap */
  /* front pane, placed above back */
  /* back, initially hidden pane */
}
.header-bce-birdhouse-container .flip-container,
.header-bce-birdhouse-container .front,
.header-bce-birdhouse-container .back {
  width: 80px;
  height: 80px;
}
.header-bce-birdhouse-container .flipper {
  position: relative;
}
.header-bce-birdhouse-container .birdhouse-tagline {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 0;
  color: #666666;
  line-height: 14px;
  font: 12px "Lato", Arial, sans-serif;
}
.header-bce-birdhouse-container .front,
.header-bce-birdhouse-container .back {
  position: absolute;
  top: 0;
  left: 0;
}
.header-bce-birdhouse-container .front {
  z-index: 2;
  visibility: visible;
}
.header-bce-birdhouse-container .front img {
  margin-top: 15px;
}
.header-bce-birdhouse-container .back {
  visibility: hidden;
}
.ie8 .header-bce-birdhouse-container .back,
.ie9 .header-bce-birdhouse-container .back {
  /* IE8 and IE9 don't do transforms, so hide the back */
}
.header-bce-birdhouse-container.open .front {
  visibility: hidden;
}
.ie8 .header-bce-birdhouse-container.open .front,
.ie9 .header-bce-birdhouse-container.open .front {
  /* IE8 and IE9 don't do transforms, so hide the back */
}
.header-bce-birdhouse-container.open .back {
  visibility: visible;
}
.header-bce-birdhouse-container.open .dropdown-menu {
  top: 100%;
  left: auto;
  right: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.ie8 .header-bce-birdhouse-container.open .dropdown-menu {
  display: block;
}
.header-bce-birdhouse-container .dropdown-menu {
  /* To get fade to work, menu needs to be displayed but off screen */
  display: block;
  top: -1000px;
  left: -1000px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
}
.header-bce-birdhouse-container .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #d6d2d3;
  border-bottom-color: #d6d2d3;
  position: absolute;
  top: -10px;
  right: 17px;
}
.header-bce-birdhouse-container .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #ffffff;
  position: absolute;
  top: -9px;
  right: 18px;
}
.dropdown-menu-bce-about {
  width: 264px;
  padding: 24px;
  text-align: left;
  white-space: normal;
  font-size: 12px;
  color: #666666;
  font-weight: 300;
}
.bce-about-logo-wrapper {
  margin-top: 20px;
}
.birdhouse-toggle {
  cursor: pointer;
}
.nav .dropdown-menu .nav-header {
  padding-left: 8px;
  padding-right: 8px;
  text-transform: none;
  font-size: 12px;
  color: #333;
}
.container-marketing {
  font-family: "Lato", Arial, sans-serif;
}
.container-marketing hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 40px 0;
}
.container-marketing p:not(.lead) {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  font-family: "Lato", Arial, sans-serif;
  color: #666666;
  margin-bottom: .5em;
}
.container-marketing ol,
.container-marketing ul {
  font-size: 16px;
}
.container-marketing .btn-link {
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
}
.container-marketing .btn-link:hover {
  text-decoration: none;
}
.container-marketing .btn-link [class^="icon-chevron"] {
  color: #2a6ebb;
  font-size: 16px;
  margin-top: 2px;
}
.adspace {
  display: inline-block;
  margin-bottom: 30px;
}
.adspace footer {
  font-size: 13px;
  color: #999999;
  font-weight: 300;
}
.footer-marketing {
  font-size: 16px;
}
.footer-marketing ul {
  margin: 30px 0;
  font-weight: 300;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  text-shadow: none;
  line-height: 20px;
}
.panel-title > a {
  color: inherit;
}
.panel-dashboard .panel-title {
  font-family: "Lato", Arial, sans-serif;
  color: #666666;
  font-size: 22px;
  font-weight: 300;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f4f4f4;
  border-top: 1px solid #d4d4d4;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-dashboard .panel-footer {
  background-color: #ffffff;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #d4d4d4;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.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;
}
.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;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.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,
.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 {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #d4d4d4;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #d4d4d4;
}
.panel-dashboard .panel-heading {
  border-bottom: 1px solid #d4d4d4;
  padding: 20px 0;
  margin: 0 20px;
  position: relative;
}
.panel-dashboard .panel-heading .btn-toolbar.right {
  position: absolute;
  bottom: 15px;
  right: 0px;
}
.panel-dashboard .panel-heading.panel-toolbar {
  padding: 20px;
  margin: 0;
  background: #f4f4f4;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-dashboard .panel-heading.panel-toolbar .btn-toolbar.right {
  bottom: 20px;
  right: 20px;
}
.panel-dashboard .panel-heading.panel-toolbar .input-append,
.panel-dashboard .panel-heading.panel-toolbar .input-prepend {
  margin-bottom: 0;
}
.panel-dashboard .panel-heading .btn-toolbar {
  margin-top: 0;
  margin-bottom: 0;
}
.panel-dashboard .panel-body {
  padding: 20px 20px 30px;
}
.panel-dashboard .panel-footer {
  padding: 20px 0;
  margin: 0 20px;
}
.panel-dashboard .panel-footer:before,
.panel-dashboard .panel-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.panel-dashboard .panel-footer:after {
  clear: both;
}
.panel-dashboard .panel-footer:before,
.panel-dashboard .panel-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.panel-dashboard .panel-footer:after {
  clear: both;
}
.panel-dashboard .panel-footer .pager {
  margin: 0;
}
.panel-dashboard .table {
  margin-left: 20px;
  margin-right: 20px;
  width: calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
}
.panel-dashboard .table td {
  border-top-style: dotted;
}
.panel-dashboard .table tbody tr:first-child td {
  border-top: none;
}
.panel-dashboard .table thead th {
  border-bottom: 1px solid #d4d4d4;
}
.panel-dashboard .table tr td:first-child,
.panel-dashboard .table tr th:first-child {
  padding-left: 0;
}
.panel-dashboard .table tr td:last-child,
.panel-dashboard .table tr th:last-child {
  padding-right: 0;
}
.panel-default {
  border-color: #d4d4d4;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f4f4f4;
  border-color: #d4d4d4;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d4d4d4;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d4d4d4;
}
.panel-dashboard {
  border-color: #d4d4d4;
}
.panel-dashboard > .panel-heading {
  color: #333333;
  background-color: #ffffff;
  border-color: #d4d4d4;
}
.panel-dashboard > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d4d4d4;
}
.panel-dashboard > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d4d4d4;
}
.panel-primary {
  border-color: #f0ad4e;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f0ad4e;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f0ad4e;
}
.panel-success {
  border-color: #639f43;
}
.panel-success > .panel-heading {
  color: #639f43;
  background-color: #c4e0b5;
  border-color: #639f43;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #639f43;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #639f43;
}
.panel-info {
  border-color: #2a6ebb;
}
.panel-info > .panel-heading {
  color: #2a6ebb;
  background-color: #abcaec;
  border-color: #2a6ebb;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #2a6ebb;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #2a6ebb;
}
.panel-warning {
  border-color: #f5a04f;
}
.panel-warning > .panel-heading {
  color: #f5a04f;
  background-color: #fde9d6;
  border-color: #f5a04f;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f5a04f;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f5a04f;
}
.panel-danger {
  border-color: #ed605a;
}
.panel-danger > .panel-heading {
  color: #ed605a;
  background-color: #fbdcdb;
  border-color: #ed605a;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ed605a;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ed605a;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.clearfix:before,
.clearfix:after,
.panel-body:before,
.panel-body:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.panel-body:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* making this same as default so no hover effects are visible for now */
h1 {
  text-transform: uppercase;
}
