/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Open Sans Light', sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #7f7f7f;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #2598b3;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #186274;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 36px;
  margin-bottom: 36px;
  border: 0;
  border-top: 1px solid #ffffff;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
p {
  margin: 0 0 18px;
}
.lead {
  margin-bottom: 36px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 1px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #e5e5e5;
}
.text-primary {
  color: #428bca;
}
.text-primary:hover {
  color: #3071a9;
}
.text-warning {
  color: #c09853;
}
.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
.text-danger:hover {
  color: #953b39;
}
.text-success {
  color: #468847;
}
.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
.text-info:hover {
  color: #2d6987;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans Semibold', sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #e5e5e5;
}
h1,
h2,
h3 {
  margin-top: 36px;
  margin-bottom: 18px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 18px;
  margin-bottom: 18px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
.page-header {
  padding-bottom: 17px;
  margin: 72px 0 36px;
  border-bottom: 1px solid #ffffff;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 18px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-bottom: 36px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e5e5e5;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 18px 36px;
  margin: 0 0 36px;
  border-left: 5px solid #ffffff;
}
blockquote p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #e5e5e5;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ffffff;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 36px;
  font-style: normal;
  line-height: 1.428571429;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
@media (min-width: 1px) {
  .container {
    width: 750px;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
}
@media (min-width: 1px) {
  .container {
    width: 970px;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 36px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 0px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 27px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 36px;
  font-size: 24px;
  line-height: inherit;
  color: #7f7f7f;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #616161;
  vertical-align: middle;
}
.form-control:-moz-placeholder {
  color: #878787;
}
.form-control::-moz-placeholder {
  color: #878787;
}
.form-control:-ms-input-placeholder {
  color: #878787;
}
.form-control::-webkit-input-placeholder {
  color: #878787;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #616161;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #afa4a0;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #ded9d7;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(222, 217, 215, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(222, 217, 215, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #ffffff;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 36px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 48px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 48px;
  line-height: 48px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #bfbfbf;
}
@media (min-width: 1px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 1px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #2598b3;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #186274;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #e5e5e5;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 17px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #7f7f7f;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #727272;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #e5e5e5;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #e5e5e5;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 1px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #ffffff;
}
.nav > li.disabled > a {
  color: #e5e5e5;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #e5e5e5;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ffffff;
  border-color: #2598b3;
}
.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #186274;
  border-bottom-color: #186274;
}
.nav .nav-divider {
  height: 1px;
  margin: 17px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #ffffff #ffffff #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #a1a1a1;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 1px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 1px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-pills > li.active > a .caret,
.nav-pills > li.active > a:hover .caret,
.nav-pills > li.active > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 1px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 1px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #2598b3;
  border-bottom-color: #2598b3;
}
.nav a:hover .caret {
  border-top-color: #186274;
  border-bottom-color: #186274;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 62px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 1px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 1px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 1px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 13px 15px;
  font-size: 20px;
  line-height: 36px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 1px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 14px;
  margin-bottom: 14px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 36px;
}
@media (max-width: 0px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 36px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
@media (min-width: 1px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 11px;
  margin-bottom: 11px;
}
@media (min-width: 1px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 0px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 1px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 11px;
  margin-bottom: 11px;
}
.navbar-text {
  float: left;
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (min-width: 1px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #4c4c4c;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #4c4c4c;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #aaaaaa;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #aaaaaa;
  border-bottom-color: #aaaaaa;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #555555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
@media (max-width: 0px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #4c4c4c;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #aaaaaa;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #4c4c4c;
}
.navbar-default .navbar-link:hover {
  color: #aaaaaa;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #e5e5e5;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #e5e5e5;
}
.navbar-inverse .navbar-nav > li > a {
  color: #e5e5e5;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #e5e5e5;
  border-bottom-color: #e5e5e5;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 0px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #e5e5e5;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #e5e5e5;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #e5e5e5;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #cbcbcb;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 36px;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #2598b3;
}
.thumbnail .caption {
  padding: 9px;
  color: #7f7f7f;
}
.alert {
  padding: 15px;
  margin-bottom: 36px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #953b39;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  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.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 0px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 1px) and (max-width: 0px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 0px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 1px) and (max-width: 0px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 0px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 1px) and (max-width: 0px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 0px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 1px) and (max-width: 0px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 0px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 1px) and (max-width: 0px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 0px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 1px) and (max-width: 0px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 0px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 1px) and (max-width: 0px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 0px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 1px) and (max-width: 0px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'Open Sans Light';
  src: local('Open Sans Light'), local('OpenSans-Light');
  src: url('../fonts/opensans_light/OpenSans-Light-webfont.eot');
  src: url('../fonts/opensans_light/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans_light/OpenSans-Light-webfont.woff') format('woff'), url('../fonts/opensans_light/OpenSans-Light-webfont.ttf') format('truetype'), url('../fonts/opensans_light/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans Semibold';
  src: local('Open Sans Semibold'), local('OpenSans-Semibold');
  src: url('../fonts/opensans_semibold/OpenSans-Semibold-webfont.eot');
  src: url('../fonts/opensans_semibold/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans_semibold/OpenSans-Semibold-webfont.woff') format('woff'), url('../fonts/opensans_semibold/OpenSans-Semibold-webfont.ttf') format('truetype'), url('../fonts/opensans_semibold/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  width: 100%;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  color: #2598b3;
}
a:hover {
  color: #11cefa;
  text-decoration: none;
}
a:visited {
  color: #725AB1;
}
textarea {
  resize: vertical;
}
form {
  color: #4f4f4f;
  font-size: 16px;
}
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"] {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #616161;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #afa4a0;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 45px;
  display: inline-block;
  width: inherit;
  background: transparent url('../img/input-text-bg.png') repeat-x;
}
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder {
  color: #878787;
}
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder {
  color: #878787;
}
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder {
  color: #878787;
}
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder {
  color: #878787;
}
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 {
  border-color: #ded9d7;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(222, 217, 215, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(222, 217, 215, 0.6);
}
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"] {
  cursor: not-allowed;
  background-color: #ffffff;
}
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"] {
  height: auto;
}
textarea {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #616161;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #afa4a0;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 100%;
}
textarea:-moz-placeholder {
  color: #878787;
}
textarea::-moz-placeholder {
  color: #878787;
}
textarea:-ms-input-placeholder {
  color: #878787;
}
textarea::-webkit-input-placeholder {
  color: #878787;
}
textarea:focus {
  border-color: #ded9d7;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(222, 217, 215, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(222, 217, 215, 0.6);
}
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
  cursor: not-allowed;
  background-color: #ffffff;
}
textareatextarea {
  height: auto;
}
select {
  background: #ffffff url('../img/input-select-bg.png') no-repeat right center;
  height: 30px;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
input[type="submit"],
input[type="button"],
button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 4px;
  outline: none;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
input[type="submit"].red-button,
input[type="button"].red-button,
button.red-button,
input[type="submit"].grey-button,
input[type="button"].grey-button,
button.grey-button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  font-size: 18px;
  width: 210px;
  height: 35px;
}
input[type="submit"].red-button,
input[type="button"].red-button,
button.red-button {
  color: #ffffff;
  text-shadow: 1px 1px 0 #000000;
  background-color: #dd3620;
  border: 0;
  box-shadow: 0 0 8px 0 #bbb;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  outline: none;
}
input[type="submit"].red-button:hover,
input[type="button"].red-button:hover,
button.red-button:hover {
  box-shadow: 0 0 6px 2px #ddd;
  background-color: #f62307;
}
input[type="submit"].red-button:focus,
input[type="button"].red-button:focus,
button.red-button:focus {
  border: 2px solid #ddd;
  box-shadow: 0 0 8px 0 #9a2616 inset;
}
input[type="submit"].red-button:active,
input[type="button"].red-button:active,
button.red-button:active {
  background-color: #bb230f;
}
input[type="submit"].grey-button,
input[type="button"].grey-button,
button.grey-button {
  color: #252525;
  text-shadow: 1px 1px 0 #dadada;
  background-color: #eceae8;
  border: 0;
  box-shadow: 0 0 8px 0 #bbb;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  outline: none;
}
input[type="submit"].grey-button:hover,
input[type="button"].grey-button:hover,
button.grey-button:hover {
  box-shadow: 0 0 6px 2px #ddd;
  background-color: #f0eae4;
}
input[type="submit"].grey-button:focus,
input[type="button"].grey-button:focus,
button.grey-button:focus {
  border: 2px solid #ddd;
  box-shadow: 0 0 8px 0 #c9c4be inset;
}
input[type="submit"].grey-button:active,
input[type="button"].grey-button:active,
button.grey-button:active {
  background-color: #dad0c7;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
a i {
  -webkit-transition: -webkit-transform 1s ease;
  -moz-transition: -moz-transform 1s ease;
  -o-transition: -o-transform 1s ease;
  transition: transform 1s ease;
}
.lt-ie9 {
  /*  
        .logo {        
             //Fix background size in IE8 and older
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
                src='../img/logo.png',
                sizingMethod='scale'); // TODO: use relative url
        }
    
        .bookingFrontpage .box { // This fix (trick) let permit the transparent box have non-transparent elements
            background:transparent;
            filter: ~"progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF)"; // 0.4->66, 0.5->7F
            zoom: 1;
        }
    */
}
.navbar {
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.navbar .logo {
  float: left !important;
  margin-top: 10px;
  padding: 10px 0 63px 0px;
  width: 178px;
  min-height: 100%;
  position: relative;
}
.navbar .logo a {
  position: absolute;
  top: 0;
  left: 0;
}
.navbar .logo a h1,
.navbar .logo a:hover h1 {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.navbar .logo img {
  display: block;
  width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.first {
  padding-top: 140px;
}
#booking-section {
  min-height: 400px;
  background: #e6e6d9 url('../img/background_main.jpg') repeat-x fixed top center;
  overflow: hidden;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#booking-section form,
#booking-section form * {
  font-weight: normal;
  vertical-align: middle;
}
#booking-section form > div {
  margin-top: 5px;
}
#booking-section form label {
  padding-left: 12px;
  font-weight: normal;
}
#booking-section .login-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #2a2a2a;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 14px;
  display: table;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#booking-section .login-btn:hover {
  background-color: #444444;
  -webkit-box-shadow: 0 0 10px 0 #909090;
  box-shadow: 0 0 10px 0 #909090;
  cursor: pointer;
}
#booking-section .login-btn a {
  color: #fff;
  line-height: 38px;
  text-decoration: none;
  vertical-align: middle;
  text-shadow: 1px 1px 0 #000;
  padding: 0 10px 0 20px;
}
#booking-section .login-btn i.icon-user {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 5px 10px;
  width: 19px;
  height: 21px;
  background: transparent url('../img/icon-user.png') no-repeat;
}
#booking-section .grey-bg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: #0a0a0a;
  max-width: 830px;
  background-color: #f3f0ef;
  border: #fff solid 2px;
}
#booking-section .choice {
  padding: 0 5px;
}
#booking-section .choice > div,
#booking-section .choice input[type="radio"],
#booking-section .choice input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
}
#booking-section .choice label {
  font-weight: normal;
  display: inline;
  padding: 0 5px;
  vertical-align: middle;
}
#booking-section .buttons-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  width: 470px;
}
#booking-section .buttons-container input,
#booking-section .buttons-container button {
  display: inline-block;
  margin: 0 10px;
}
#booking-section .information-form {
  padding: 30px 0;
}
#booking-section .information-form .traveler-info-title {
  font-size: 28px;
  margin-bottom: 25px;
}
#booking-section .information-form input[type="text"],
#booking-section .information-form input[type="email"],
#booking-section .information-form input[type="tel"],
#booking-section .information-form input[type="password"] {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
#booking-section .information-form .checkbox-item {
  padding-bottom: 10px;
}
#booking-section .information-form .checkbox-item > span {
  display: table-cell;
}
#booking-section .information-form .checkbox-item > a > label {
  cursor: pointer;
}
#booking-section .information-form .checkbox-item > label,
#booking-section .information-form .checkbox-item > a {
  display: table-cell;
  font-size: 14px;
}
#booking-section.loggedOut .bookingMinaSidor .userpage {
  display: none;
}
#booking-section.loggedIn .bookingMinaSidor .register {
  display: none;
}
#booking-section .bookingMinaSidor {
  margin-bottom: 80px;
}
#booking-section .bookingMinaSidor .mina-sidor {
  margin-top: 40px;
  padding: 40px 60px 60px 60px;
  text-shadow: 0 0 0 #7f0000;
}
#booking-section .bookingMinaSidor .mina-sidor .status {
  background-color: #fff;
  display: inline-block;
}
#booking-section .bookingMinaSidor .mina-sidor .font-text {
  font-size: 14px;
}
#booking-section .bookingMinaSidor .mina-sidor .city-select {
  margin-top: 40px;
}
#booking-section .bookingMinaSidor .mina-sidor .article-title {
  min-width: 220px;
  font-size: 26px;
  height: 35px;
  line-height: 35px;
}
#booking-section .bookingShowConfirm .confirming-msg {
  padding: 20px;
}
#booking-section .bookingSelectPayment,
#booking-section .bookingShowConfirm {
  margin-bottom: 80px;
}
#booking-section .bookingSelectPayment .select-payment,
#booking-section .bookingShowConfirm .select-payment {
  margin-top: 40px;
  padding: 40px 60px 60px 60px;
  text-shadow: 0 0 0 #7f0000;
}
#booking-section .bookingSelectPayment .select-payment .trip-info,
#booking-section .bookingShowConfirm .select-payment .trip-info {
  padding: 5px;
  margin: 10px 0;
  background-color: #fff;
}
#booking-section .bookingSelectPayment .select-payment .row,
#booking-section .bookingShowConfirm .select-payment .row {
  padding-top: 10px;
  padding-bottom: 5px;
}
#booking-section .bookingSelectPayment .select-payment .row div,
#booking-section .bookingShowConfirm .select-payment .row div {
  margin-top: 2px;
  margin-bottom: 2px;
}
#booking-section .bookingSelectPayment .select-payment .upgifter,
#booking-section .bookingShowConfirm .select-payment .upgifter,
#booking-section .bookingSelectPayment .select-payment .choose-payment,
#booking-section .bookingShowConfirm .select-payment .choose-payment {
  padding-top: 30px;
}
#booking-section .bookingSelectPayment .select-payment .upgifter-title,
#booking-section .bookingShowConfirm .select-payment .upgifter-title {
  padding-bottom: 5px;
}
#booking-section .bookingSelectPayment .select-payment .choose-payment,
#booking-section .bookingShowConfirm .select-payment .choose-payment {
  width: 330px;
  padding-bottom: 30px;
}
#booking-section .bookingSelectPayment .select-payment .bonus-option > span,
#booking-section .bookingShowConfirm .select-payment .bonus-option > span {
  width: 75px;
  margin: 0 5px;
  display: inline-block;
}
#booking-section .bookingSelectPayment .select-payment hr,
#booking-section .bookingShowConfirm .select-payment hr {
  margin-top: 24px;
  margin-bottom: 24px;
}
#booking-section .bookingSelectTrip {
  padding-bottom: 50px;
}
#booking-section .bookingSelectTrip .booking-timetable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 50px;
}
#booking-section .bookingSelectTrip .booking-timetable .shadow-table {
  width: 100%;
  height: 36px;
  position: absolute;
  top: 101%;
  background: transparent url('../img/top-shadow--booking.png') no-repeat 40px center;
}
#booking-section .bookingSelectTrip .booking-timetable#trips,
#booking-section .bookingSelectTrip .booking-timetable#returnTrips {
  margin-top: 75px;
}
#booking-section .bookingSelectTrip .booking-timetable#total-box {
  margin-top: 15px;
}
#booking-section .bookingSelectTrip .booking-timetable,
#booking-section .bookingSelectTrip .booking-timetable > * {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#booking-section .bookingSelectTrip .booking-timetable .icon-slut {
  width: 20px;
  height: 20px;
  background: transparent url('../img/icon-slut.png') no-repeat center;
  display: inline-block;
  vertical-align: middle;
}
#booking-section .bookingSelectTrip .booking-timetable label {
  font-weight: normal;
}
#booking-section .bookingSelectTrip .booking-timetable .date-panel {
  margin-left: 0;
  margin-right: 0;
  display: table;
  position: absolute;
  top: -35px;
  left: 70px;
  width: 695px;
  line-height: 45px;
}
#booking-section .bookingSelectTrip .booking-timetable .date-panel:before,
#booking-section .bookingSelectTrip .booking-timetable .date-panel:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#booking-section .bookingSelectTrip .booking-timetable .date-panel:after {
  clear: both;
}
#booking-section .bookingSelectTrip .booking-timetable .date-panel:before,
#booking-section .bookingSelectTrip .booking-timetable .date-panel:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#booking-section .bookingSelectTrip .booking-timetable .date-panel:after {
  clear: both;
}
#booking-section .bookingSelectTrip .booking-timetable .date-panel .date-box {
  position: relative;
  float: left;
  width: 33.33333333333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: table-cell;
  vertical-align: middle;
  width: 33.1%;
  background-color: #6d6d6d;
  height: inherit;
  border: 1px solid #a19f9b;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
#booking-section .bookingSelectTrip .booking-timetable .date-panel .date-box.prevDay,
#booking-section .bookingSelectTrip .booking-timetable .date-panel .date-box.nextDay {
  cursor: pointer;
}
#booking-section .bookingSelectTrip .booking-timetable .date-panel .date-box.currentDay {
  margin: 0 1px;
  background-color: #1c1c1c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#booking-section .bookingSelectTrip .booking-timetable .date-panel .top-shadow {
  width: 100%;
  height: 38px;
  background: transparent url('../img/top-shadow--booking.png') no-repeat center;
}
#booking-section .bookingSelectTrip .booking-timetable table {
  width: 98%;
  border-collapse: collapse;
  margin: 10px;
}
#booking-section .bookingSelectTrip .booking-timetable table caption {
  width: 800px;
  font-size: 18px;
  text-align: center;
  margin: 20px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#booking-section .bookingSelectTrip .booking-timetable table thead {
  background-color: #f3f0ef;
  border: 0;
}
#booking-section .bookingSelectTrip .booking-timetable table thead tr.titles td {
  padding-bottom: 15px;
}
#booking-section .bookingSelectTrip .booking-timetable table thead td {
  border: #f3f0ef solid 2px;
}
#booking-section .bookingSelectTrip .booking-timetable table tfoot td {
  padding-top: 15px;
  color: #FF0000;
}
#booking-section .bookingSelectTrip .booking-timetable table .info-row td {
  font-size: 14px;
  padding: 10px 0;
}
#booking-section .bookingSelectTrip .booking-timetable table td {
  border-top: #f3f0ef solid 1px;
  vertical-align: middle;
}
#booking-section .bookingSelectTrip .booking-timetable table td.empty > * {
  visibility: hidden;
}
#booking-section .bookingSelectTrip .booking-timetable table td .cell {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
}
#booking-section .bookingSelectTrip .booking-timetable table td .price {
  padding-left: 8px;
  min-width: 72px;
}
#booking-section .bookingSelectTrip .booking-timetable table td label.price:after,
#booking-section .bookingSelectTrip .booking-timetable table td span.price.red:after {
  content: ":-";
}
#booking-section .bookingSelectTrip .booking-timetable table td .radiobtn {
  padding-left: 10px;
  width: 27px;
}
#booking-section .bookingSelectTrip .booking-timetable table .blue-title {
  color: #19a1d6;
  cursor: pointer;
}
#booking-section .bookingSelectTrip .booking-timetable table td.normal-cols {
  color: #fff;
  background-color: #9A9691;
  width: 22%;
}
#booking-section .bookingSelectTrip .booking-timetable table td.rott-cols {
  color: #fff;
  background-color: #F50000;
  border-left: #f3f0ef solid 2px;
  border-right: #f3f0ef solid 2px;
  width: 22%;
}
#booking-section .bookingSelectTrip .booking-timetable table td.justnu-cols {
  color: #FAE015;
  background-color: #54524D;
  width: 22%;
}
#booking-section .bookingSelectTrip .booking-timetable .price-table {
  width: inherit;
  margin-left: 100px;
  margin-right: 100px;
  color: #000;
  font-size: 20px;
}
#booking-section .bookingSelectTrip .booking-timetable .price-table td {
  white-space: nowrap;
  padding: 5px;
}
#booking-section .bookingSelectTrip .booking-timetable .price-table td.resa-prices,
#booking-section .bookingSelectTrip .booking-timetable .price-table td.age-titles {
  width: 45%;
}
#booking-section .bookingSelectTrip .booking-timetable .price-table td span {
  display: block;
}
#booking-section .bookingFrontpage {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#booking-section .bookingFrontpage .box {
  position: relative;
  float: left;
  width: 41.66666666666667%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
  max-height: 487px;
  width: 390px;
  height: 410px;
  padding: 10px;
  background: transparent url('../img/card-base.png') no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#booking-section .bookingFrontpage .box .return-option {
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}
#booking-section .bookingFrontpage .box .return-option .choice {
  float: left;
}
#booking-section .bookingFrontpage .box .age-option {
  margin-left: 0;
  margin-right: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 91%;
}
#booking-section .bookingFrontpage .box .age-option:before,
#booking-section .bookingFrontpage .box .age-option:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#booking-section .bookingFrontpage .box .age-option:after {
  clear: both;
}
#booking-section .bookingFrontpage .box .age-option:before,
#booking-section .bookingFrontpage .box .age-option:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#booking-section .bookingFrontpage .box .age-option:after {
  clear: both;
}
#booking-section .bookingFrontpage .box .age-option .option {
  position: relative;
  float: left;
  width: 33.33333333333333%;
  min-height: 1px;
  padding-left: 2.5px;
  padding-right: 2.5px;
  min-width: 50px;
}
#booking-section .bookingFrontpage .box .age-option .selectize-input {
  background: #ffffff url('../img/input-select-bg.png') no-repeat right center;
  padding: 0 30px 0 10px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#booking-section .bookingFrontpage .box .age-option .selectize-input,
#booking-section .bookingFrontpage .box .age-option .selectize-input input {
  line-height: 27px;
  height: 30px;
  font-size: 12px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#booking-section .bookingFrontpage .box .age-option .selectize-input:after {
  /* hide dropdown arrow display: none;*/
  right: 5px;
}
#booking-section .bookingFrontpage .box .age-option .selectize-dropdown-header {
  overflow: hidden;
  white-space: nowrap;
}
#booking-section .bookingFrontpage .box .city-option {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 230px;
  vertical-align: middle;
  margin-top: 20px;
}
#booking-section .bookingFrontpage .box .city-option .selectize-control {
  margin: 10px 0;
}
#booking-section .bookingFrontpage .box .city-option .selectize-input {
  padding: inherit;
  white-space: nowrap;
}
#booking-section .bookingFrontpage .box .city-option .selectize-input,
#booking-section .bookingFrontpage .box .city-option .selectize-input input {
  line-height: 37px;
  height: 40px;
  padding-left: 15px;
}
#booking-section .bookingFrontpage .box .city-option .selectize-dropdown-content * {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#booking-section .bookingFrontpage .box .city-option .selectize-input:after {
  display: none;
}
#booking-section .bookingFrontpage .box .date-label {
  padding-left: 15px;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  max-width: 400px;
  display: block;
}
#booking-section .bookingFrontpage .box .date-label:before,
#booking-section .bookingFrontpage .box .date-label:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#booking-section .bookingFrontpage .box .date-label:after {
  clear: both;
}
#booking-section .bookingFrontpage .box .date-label:before,
#booking-section .bookingFrontpage .box .date-label:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#booking-section .bookingFrontpage .box .date-label:after {
  clear: both;
}
#booking-section .bookingFrontpage .box .date-label > div {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 22.5px;
  padding-right: 22.5px;
}
#booking-section .bookingFrontpage .box .date-option {
  margin-left: 0;
  margin-right: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  max-width: 400px;
  display: table;
}
#booking-section .bookingFrontpage .box .date-option:before,
#booking-section .bookingFrontpage .box .date-option:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#booking-section .bookingFrontpage .box .date-option:after {
  clear: both;
}
#booking-section .bookingFrontpage .box .date-option:before,
#booking-section .bookingFrontpage .box .date-option:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#booking-section .bookingFrontpage .box .date-option:after {
  clear: both;
}
#booking-section .bookingFrontpage .box .date-option .date {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 22.5px;
  padding-right: 22.5px;
  vertical-align: middle;
}
#booking-section .bookingFrontpage .box .date-option .date input {
  font-size: 14px;
  color: #4f4f4f;
  outline: none;
  max-width: 80px;
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: middle;
}
#booking-section .bookingFrontpage .box .date-option i.icon-calendar {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 37px;
  background: transparent url('../img/icon-calendar.png') no-repeat center;
}
#booking-section .bookingFrontpage .box .date-option input {
  width: 100%;
}
#booking-section .bookingFrontpage .kampainj {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  color: #fff;
}
#booking-section .bookingFrontpage .kampainj,
#booking-section .bookingFrontpage .kampainj > * {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#booking-section .bookingFrontpage .kampainj p {
  padding: 0;
  line-height: 1.2em;
  text-align: center;
  text-shadow: 0px 0px 1px rgba(255, 0, 0, 0);
}
#booking-section .bookingFrontpage .kampainj .title1 {
  font-family: "Open Sans Semibold", sans-serif;
  font-size: 1.98em;
  text-transform: uppercase;
}
#booking-section .bookingFrontpage .kampainj .title2 {
  font-family: "Open Sans Semibold", sans-serif;
  font-size: 7.8em;
  text-transform: uppercase;
}
#booking-section .bookingFrontpage .kampainj .title3 {
  font-size: 1.44em;
}
.offers {
  margin-top: -20px;
  background-color: #ffffff;
  padding: 15px;
  max-width: 1115px;
  position: block;
  z-index: 1;
  display: block;
}
.offers .offer-box {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1px) {
  .offers .offer-box {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1px) {
  .offers .offer-box {
    float: left;
    width: 25%;
  }
}
.offers .thumbnail {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
  height: 620px;
  overflow: hidden;
  padding: 0;
}
.offers .thumbnail img {
  width: 100%;
  max-width: 250px;
  margin-bottom: 10px;
}
.offers .thumbnail .caption {
  padding: 3px 0 3px 0;
}
.offers .thumbnail .caption .title {
  width: 88%;
  font-size: 1.4em;
  line-height: 1em;
  color: #ffffff;
  background-color: #141414;
  margin: 0 0 2px 0;
  padding: 4px 0 4px 9px;
}
.offers .thumbnail .caption .offer-body {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  padding: 18px;
}
#slider {
  margin-bottom: 50px;
  padding: 0;
  min-width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
  display: block;
}
#slider .top-shadow,
#slider .cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#slider .cover {
  background: transparent;
  width: 100%;
  height: 100%;
}
#slider .slides {
  position: relative;
  z-index: -2;
}
#slider .slides img {
  width: 100%;
  height: auto;
  z-index: -2;
}
#news {
  display: block;
  background-color: #ffffff;
  padding-bottom: 50px;
}
#news .news-maintitle {
  font-family: 'Open Sans Light', sans-serif;
  font-size: 28px;
  padding-left: 40px;
}
#news .news-item {
  padding: 20px 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 50px;
  padding-right: 50px;
}
#news .news-item:before,
#news .news-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#news .news-item:after {
  clear: both;
}
#news .news-item:before,
#news .news-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#news .news-item:after {
  clear: both;
}
#news .news-item .news-date {
  position: relative;
  float: left;
  width: 16.666666666666664%;
  min-height: 1px;
  padding-left: 2.5px;
  padding-right: 2.5px;
  max-width: 50px;
}
#news .news-item .news-date span {
  margin: 0;
  padding: 0;
  display: block;
  width: 50px;
  text-align: center;
  vertical-align: middle;
}
#news .news-item .news-date span.day {
  background-color: #F4F4F4;
  color: #666666;
  line-height: 40px;
  font-size: 22px;
  font-family: 'Open Sans Semibold', sans-serif;
}
#news .news-item .news-date span.month {
  background-color: #666666;
  color: #FFFFFF;
  line-height: 20px;
  font-size: 14px;
}
#news .news-item .news-body {
  position: relative;
  float: left;
  width: 83.33333333333334%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#news .news-item .news-body,
#news .news-item .news-body h4 {
  font-size: 14px;
  margin-top: 5px;
}
#news .news-item .news-body h4 {
  font-family: 'Open Sans Semibold', sans-serif;
}
.subpage .container {
  background-image: -webkit-gradient(left, linear, 0 0, 0 100%, from(#ffffff), color-stop(50%, #f3f2f1), to(#ffffff));
  background-image: -webkit-linear-gradient(left, #ffffff, #f3f2f1 50%, #ffffff);
  background-image: -moz-linear-gradient(left, #ffffff, #f3f2f1 50%, #ffffff);
  background-image: linear-gradient(to right, #ffffff, #f3f2f1 50%, #ffffff);
  background-repeat: no-repeat;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=1);
  padding-bottom: 150px;
}
.subpage a:hover i {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.subpage article {
  color: #2E2E2E;
  text-shadow: 0 0 0 #2E2E2E;
  padding-bottom: 50px;
  text-align: justify;
  line-height: 26px;
}
.subpage article img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 20px 5px;
}
.subpage article ul {
  list-style: circle outside none;
}
.subpage article h3 {
  font-size: 24px;
  font-family: 'Open Sans Light', sans-serif;
  font-weight: normal;
  margin-top: 0;
  color: #fe6521;
  text-shadow: 0 0 0 #fe6521;
}
.subpage article h2 {
  font-size: 28px;
}
.subpage article h1 {
  font-size: 32px;
}
.subpage aside > a {
  display: block;
  color: #202021;
  text-shadow: 0 0 0 #202021;
  background-color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  height: 50px;
  line-height: 50px;
  width: 100%;
  margin: 2px;
  font-size: 18px;
  font-weight: 500;
  padding-left: 10px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.subpage aside > a:hover {
  color: #3333ff;
}
.subpage aside > a i {
  display: inline-block;
  padding: 0;
  margin: 0 15px 0 5px;
  vertical-align: middle;
  width: 38px;
  height: 38px;
  background: transparent url('../img/icon-kund.png');
}
.subpage aside > a i.aterforsaljare {
  background-position: 0 0;
}
.subpage aside > a i.resevillkor {
  background-position: 0 -38px;
}
.subpage aside > a i.hittegods {
  background-position: 0 -76px;
}
.subpage aside > a i.linje {
  background-position: 0 -114px;
}
.subpage aside > a i.reklamationer {
  background-position: 0 -152px;
}
.subpage aside .timetable-links > a {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
#sticky-links #link-box {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: absolute;
  right: 0;
  top: 350px;
  z-index: 10;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin: 0;
  padding: 0;
  width: 162px;
  height: 127px;
  background: transparent url('../img/side-links.png') no-repeat 0% 0%;
  overflow: hidden;
}
#sticky-links #link-box a {
  display: block;
  width: 162px;
  height: 41px;
  margin: 1px 0 1px 0;
}
#sticky-links #link-box a:hover {
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
footer {
  display: block;
  background-color: #484848;
  font-size: 14px;
  color: #dad7d0;
  margin-left: 0;
  margin-right: 0;
}
footer ::-moz-selection {
  background: #434343;
  text-shadow: none;
}
footer ::selection {
  background: #434343;
  text-shadow: none;
}
footer:before,
footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
footer:after {
  clear: both;
}
footer:before,
footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
footer:after {
  clear: both;
}
footer .top-shadow {
  position: relative;
}
footer a:hover i {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
footer .footer-widget {
  margin: 15px 0;
  z-index: 1;
  text-shadow: 0 0 2px #626262;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1px) {
  footer .footer-widget {
    float: left;
    width: 33.33333333333333%;
  }
}
footer .footer-widget a,
footer .footer-widget a:visited {
  color: #7dc2e3;
}
footer .footer-widget a:hover {
  color: #fff;
}
footer .footer-widget h3 {
  margin: 0;
  font-family: 'Open Sans Light', sans-serif;
  font-size: 18px;
  color: #ffffff;
  padding: 0 0 20px 0;
}
footer .footer-widget ul {
  margin-left: 0;
  padding-left: 0;
  padding-right: 50px;
}
footer .footer-widget li {
  width: 100%;
  padding: 10px 0 20px 0px;
  margin: 0;
  display: block;
  list-style: none;
  list-style-image: none;
  border-bottom: 1px dotted #686868;
}
footer .footer-widget li:last-child {
  border-bottom: 0px none;
}
footer .footer-widget .footer-linkar a {
  display: table;
}
footer .footer-widget .footer-linkar .store-link {
  font-size: 12px;
  white-space: nowrap;
}
footer .footer-widget .footer-linkar .store-link a {
  color: inherit;
  display: inline-block;
  margin-right: 30px;
}
footer .footer-widget .footer-linkar .store-link a i {
  background: transparent url('../img/icon-store.png') no-repeat;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 56px;
  height: 56px;
}
footer .footer-widget .footer-linkar .store-link a i.icon-apple {
  background-position: 0 0;
}
footer .footer-widget .footer-linkar .store-link a i.icon-android {
  background-position: 0 -56px;
}
footer .footer-widget .fb-btn {
  display: block;
  background: transparent url('../img/facebook-like.png');
  width: 150px;
  height: 44px;
}
footer .footer-widget .footer-recentposts {
  padding: 0;
  margin: 0;
  height: auto;
  overflow: hidden;
}
footer .footer-widget .footer-recentposts li {
  display: block;
  list-style: none;
  list-style-image: none;
  padding: 10px 20px 20px 0px;
  border: 0px;
}
footer .footer-widget .footer-recentposts li p {
  padding: 1px 0;
  margin: 0;
  width: 100% !important;
  display: block;
}
footer .footer-widget .footer-flicker {
  padding-top: 10px;
}
footer .blue-icon {
  background-color: #54CFEE;
  color: #ffffff;
  padding: 8px 10px 6px 10px;
  float: left;
  margin: 3px 10px 6px 0px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
footer .footer-bottom {
  display: block;
  background-color: #333333;
  height: 50px;
  font-size: 12px;
}
footer .footer-bottom .copyright,
footer .footer-bottom .icons {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
}
footer .footer-bottom .copyright {
  font-size: 12px;
  color: #8E8E8E;
}
footer .footer-bottom .icons {
  float: right !important;
  color: #fff;
  font-size: 1.1em;
  font-weight: normal;
}
footer .footer-bottom .icons * {
  margin: 0 7px;
}
i#pageup {
  display: none;
  height: 48px;
  width: 48px;
  background: #000000 url('../img/arrow-up.png') no-repeat;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  opacity: 0.1;
  filter: alpha(opacity=10);
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
i#pageup:hover {
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.ybuss-modal .modal-dialog {
  width: 720px;
}
.ybuss-modal .modal-content {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f1f0ee), to(#d9d6d1));
  background-image: -webkit-linear-gradient(top, #f1f0ee 0%, #d9d6d1 100%);
  background-image: -moz-linear-gradient(top, #f1f0ee 0%, #d9d6d1 100%);
  background-image: linear-gradient(to bottom, #f1f0ee 0%, #d9d6d1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f0ee', endColorstr='#ffd9d6d1', GradientType=0);
  color: #000;
}
.ybuss-modal .title {
  font-size: 30px;
  text-align: center;
  color: #000;
  text-shadow: 0 0 0 #000;
  margin-bottom: 25px;
}
.ybuss-modal#tidtabeller .title,
.ybuss-modal#plaster .title {
  text-transform: uppercase;
}
.ybuss-modal input {
  width: 90%;
}
.ybuss-modal .red-button {
  margin-top: 20px;
  margin-bottom: 20px;
}
.ybuss-modal .billiga {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.ybuss-modal .billiga:before,
.ybuss-modal .billiga:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.ybuss-modal .billiga:after {
  clear: both;
}
.ybuss-modal .billiga:before,
.ybuss-modal .billiga:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.ybuss-modal .billiga:after {
  clear: both;
}
.ybuss-modal .billiga .billiga-item {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 16px;
  overflow: hidden;
}
.ybuss-modal .billiga .billiga-item .city,
.ybuss-modal .billiga .billiga-item .price {
  background-color: #7F7C77;
  vertical-align: middle;
  white-space: nowrap;
}
.ybuss-modal .billiga .billiga-item .city {
  position: relative;
  float: left;
  width: 58.333333333333336%;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  color: #fff;
}
.ybuss-modal .billiga .billiga-item .price {
  position: relative;
  float: left;
  width: 41.66666666666667%;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  color: #E2E346;
}
.ybuss-modal .billiga .notice {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-top: 10px;
  color: #000;
}
.ybuss-modal .tidtabeller {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.ybuss-modal .tidtabeller:before,
.ybuss-modal .tidtabeller:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.ybuss-modal .tidtabeller:after {
  clear: both;
}
.ybuss-modal .tidtabeller:before,
.ybuss-modal .tidtabeller:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.ybuss-modal .tidtabeller:after {
  clear: both;
}
.ybuss-modal .tidtabeller .text-content {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.ybuss-modal .tidtabeller .text-content .tid-link {
  width: 95%;
  padding-left: 10px;
  display: block;
  vertical-align: middle;
  line-height: 35px;
  font-size: 20px;
  background-color: #fff;
  color: #36baff;
  margin-top: 15px;
}
.ybuss-modal .tidtabeller .text-content .notice1 {
  color: #5c5c5c;
  font-style: italic;
}
.ybuss-modal .tidtabeller .text-content .notice2 {
  margin-top: 65px;
  color: #000;
}
.ybuss-modal .tidtabeller .icon-file {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 5px 40px;
  width: 109px;
  height: 144px;
  background: transparent url('../img/icon-file.png') no-repeat;
}
.ybuss-modal .resehistorik {
  width: 100%;
  text-shadow: 0 0 0 #000;
}
.ybuss-modal .resehistorik tbody tr {
  background-color: #fff;
  border-top: 5px solid #E4E2DE;
}
.ybuss-modal .resehistorik tbody tr td {
  white-space: pre-wrap;
}
.ybuss-modal .resehistorik td {
  padding: 5px 12px;
}
.ybuss-modal .resehistorik td a {
  text-shadow: none;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default */
/* Small devices (tablets, 768px and up) */
@media (min-width: 1px) {
  .navbar {
    border: 0;
    background: transparent url('../img/huvudmeny.png') repeat-x;
    background-position: 0 14px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    height: 113px;
  }
  .navbar,
  .navbar * {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .navbar.small-header {
    height: 46px;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .navbar.small-header .top-border {
    height: 0;
  }
  .navbar.small-header .top-shadow {
    display: none;
  }
  .navbar.small-header .navbar-header .logo {
    width: 89px;
  }
  .navbar.small-header ul.nav {
    margin-top: 10px;
  }
  .navbar.small-header .logo a h1 {
    visibility: hidden;
  }
  .navbar .top-border {
    margin: 0;
    padding: 0;
    border: 0;
    height: 14px;
    background: transparent url('../img/top-border.png') repeat-x;
    -webkit-box-shadow: 0 0 2px #353535;
    box-shadow: 0 0 2px #353535;
  }
  .navbar .nav {
    margin: 27px -15px 0 -15px;
    padding-left: 10px;
  }
  .navbar .nav li a {
    padding: 0 6px 0 6px;
    border-right: 2px solid #F3F3F3;
    text-shadow: 0 0 0 #4c4c4c;
  }
  .navbar .nav li:last-of-type a {
    border: none;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 1px) {
  .navbar .nav {
    margin: 27px 30px 0 20px;
  }
  .navbar .nav li a {
    padding: 0 15px 0 15px;
  }
  .navbar .top-shadow {
    position: absolute;
    top: 85%;
    height: 15px;
  }
  #booking-section .bookingFrontpage .box {
    margin-left: 15px;
  }
  #booking-section .kampainj p {
    margin: 0 0 0 5px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .navbar-header .logo {
    margin-left: 91px;
  }
  .navbar .nav {
    margin-left: 200px;
  }
}
@media (max-width: 0px) {
  .navbar-header .logo {
    margin: 20px 0 0 25px;
    padding: 0 0 63px 0px;
    width: 124.6px;
  }
  #booking-section {
    margin-top: 70px;
  }
}
.top-shadow {
  width: 100%;
  height: 36px;
  background: transparent url('../img/top-shadow.png') no-repeat top center;
}
.nav > li > a {
  display: inline-block;
}
.navbar .nav li a[data-toggle] {
  padding-left: 0;
}
.js .age-option select,
.js .city-option select,
.js .return-option input {
  opacity: 0;
  filter: alpha(opacity=0);
}
.js #booking-section #slider-loading {
  position: relative;
  top: 100px;
  left: 45%;
}
.js #booking-section #slider-booking {
  visibility: hidden;
}
.no-js #slider-loading {
  display: none;
}
.article-title {
  display: inline-block;
  font-family: 'Open Sans Light', sans-serif;
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  min-width: 280px;
  background-color: #272425;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: center;
  -webkit-box-shadow: 0 0 2px 0 #272425;
  box-shadow: 0 0 2px 0 #272425;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-shadow: 0px 0px 1px rgba(255, 0, 0, 0);
  margin-bottom: 30px;
}
.font-title {
  font-size: 24px;
}
.modal-vertical-centered {
  /*    transform: translate(0, 50%) !important;
        -ms-transform: translate(0, 50%) !important;  IE 9 
        -webkit-transform: translate(0, 50%) !important;  Safari and Chrome */
}
.popover-content {
  font-size: 13px;
}
.text-bold {
  font-weight: bold;
}
.text-nowrap {
  white-space: nowrap;
}
.red {
  color: #FF0C0C;
  text-shadow: 0 0 0 #FF0C0C;
}
.orange {
  color: #fe6521;
  text-shadow: 0 0 0 #fe6521;
}
.number-select .selectize-input {
  background: #ffffff url('../img/input-select-bg.png') no-repeat right center;
  padding: 0 30px 0 10px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.number-select .selectize-input,
.number-select .selectize-input input {
  line-height: 27px;
  height: 30px;
  font-size: 12px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.number-select .selectize-input:after {
  /* hide dropdown arrow display: none;*/
  right: 5px;
}
.number-select .selectize-dropdown-header {
  overflow: hidden;
  white-space: nowrap;
}
.city-select {
  vertical-align: middle;
  margin-top: 20px;
}
.city-select .selectize-control {
  margin: 10px 0;
}
.city-select .selectize-input {
  padding: inherit;
  white-space: nowrap;
}
.city-select .selectize-input,
.city-select .selectize-input input {
  line-height: 37px;
  height: 40px;
  padding-left: 15px;
}
.city-select .selectize-dropdown-content * {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.city-select .selectize-input:after {
  display: none;
}
/* Set style for text selection */
::-moz-selection {
  background: #fffb93;
  text-shadow: none;
}
::selection {
  background: #fffb93;
  text-shadow: none;
}
