/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

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.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-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: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.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, #main-window, .col-xs-3, .col-sm-3, #main-window, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, #main-window, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

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

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

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

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

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

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

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

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

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

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

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

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

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

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, #main-window, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

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

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

  .col-sm-3, #main-window {
    width: 25%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-pull-12 {
    right: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-push-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, #main-window, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

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

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

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

  .col-md-4, #main-window {
    width: 33.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-pull-12 {
    right: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-push-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, #main-window, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

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

  .col-lg-2, #main-window {
    width: 16.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-pull-12 {
    right: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-push-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.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;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

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

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

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

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

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

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

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

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

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

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

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

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

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

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

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

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

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

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

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

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

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

@media print {
  .hidden-print {
    display: none !important;
  }
}
h1, h2, h3, #info-panel table th, #info-window #info-window-content h4, #info-window #about-window-content h4, #about-window #info-window-content h4, #about-window #about-window-content h4 {
  font-family: 'Montserrat', sans-serif;
}

/*$blue: rgb(0, 86, 137);
$light-blue: rgb(214, 255, 246);
$light-grey: rgb(234, 234, 234);
$grey: rgb(135, 135, 135);
$dark-grey: rgb(71, 71, 71);
$orange: #E4572E;*/
body {
  padding: 0;
  margin: 0;
  position: fixed;
  width: 100%;
  height: 100%;
}
@media (max-width: 330px) {
  #main-window .label.select select {
    font-size: 11px !important;
  }
}
@media (max-width: 767px) {
  body {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}

.p-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.p-inner {
  flex-grow: 1;
  position: relative;
}

.side-padding-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.spacer {
  background: #e9e9e9;
  display: none;
}
@media (max-width: 767px) {
  .spacer {
    height: 100px;
    display: block;
  }
}

#button-bar {
  /*display: none;*/
  position: fixed;
  z-index: 1;
  bottom: 20px;
  left: 20px;
}
@media (max-width: 767px) {
  #button-bar {
    /*display: none !important;*/
  }
}
@media (min-width: 768px) {
  .p-footer_legal {
    display: none !important;
  }
  .p-footer_text {
    text-align: center !important;
  }
  #button-bar {
    top: 10px;
    right: 50px;
    bottom: auto;
    left: auto;
  }
}
#button-bar .button-box {
  display: inline-block;
  margin-left: 20px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  #button-bar .button-box {
    margin-left: 0;
  }
  #button-bar .button-box:first-child {
    position: fixed;
    top: 20px;
    right: 50px;
  }
  #button-bar .button-box.shareSocial {
    display: none !important;
  }
  #about-window {
    z-index: 999 !important;
  }
  #info-panel {
    z-index: 9999 !important;
  }
}

.icon-facebook, .icon-twitter, .icon-info {
  display: inline-block;
  font-size: 0;
  margin: 0  10px 0;
  padding: 0;
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
}
.icon-facebook i, .icon-twitter i, .icon-info i {
  background-image: url(../img/icon-fb.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: block;
  font-size: 0;
}

.icon-twitter {
  margin-right: 0;
}
.icon-twitter i {
  background-image: url(../img/icon-twitter.svg);
}

.icon-info {
  padding: 0;
  margin: 0;
}
.icon-info i {
  background-image: url(../img/icon-info.svg);
}

#main-window {
  display: none;
  position: fixed;
  top: 20px;
  left: 20px;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.1);
  z-index: 5;
  padding: 0 !important;
}
@media (max-width: 767px) {
  #main-window {
    width: calc(100% - 140px);
  }
}
#main-window .label.select {
  margin-bottom: 0;
}
#main-window .label.select span {
  margin-bottom: 0;
}
#main-window .label.select select {
  font-size: 13px;
  border: none;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

body, html {
  font-family: 'Roboto', sans-serif;
  text-rendering: optimizeLegibility;
  outline: none;
  font-size: 13px;
  line-height: 20px;
  font-weight: 200;
}

h1, h2, h3 {
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

h3 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.2 em;
}

p {
  padding-bottom: 20px;
  margin: 0;
}

.btn {
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #93378a;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: none;
  font-weight: 400;
  padding: 0 20px;
  display: block;
  width: 100%;
}

.label {
  margin-bottom: 20px;
  display: block;
}
.label span {
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.label select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  background: transparent;
  color: #93378a;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  font-weight: 400;
  position: relative;
  z-index: 3;
}
.label select::-ms-expand {
  display: none;
}
.label select:focus::-ms-value {
  background: transparent;
  color: #93378a;
}
.label.select .select-wrap {
  position: relative;
  display: block;
}
.label.select .select-wrap:before {
  background-image: url(../img/dropdownarrow.svg);
  width: 8px;
  height: 5px;
  position: absolute;
  content: '';
  right: 15px;
  top: 18px;
  z-index: 2;
}

#google-map {
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
}
#google-map .map-marker {
  background-image: url(../img/gmap-marker.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  width: 28px;
  height: 50px;
  top: -42px;
  left: -14px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  padding-top: 10px;
  font-weight: 500;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(51, 51, 51, 0.3);
  z-index: 2;
}
@media (min-width: 768px) {
  .popup {
    height: 100%;
  }
}
.popup .contents {
  z-index: 3;
}

#startup-window {
  background-color: #fff;
  position: absolute;
  padding: 20px;
  text-align: center;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  #startup-window {
    z-index: 9999;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 150px;
  }
  #startup-window::-webkit-scrollbar {
    width: 0 !important;
  }
}
#startup-window h1 {
  font-size: 58px;
  color: #93378a;
  letter-spacing: 50 em;
  text-align: left;
  line-height: 42px;
  padding-top: 65px;
  margin-left: 20px;
  margin-bottom: 35px;
  margin-top: 0;
  background-image: url(../img/union-kingdom.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 106px;
  height: 168px;
}
#startup-window h1 small {
  font-size: 28px;
  color: #333333;
  display: block;
  font-weight: 400;
  margin-left: 3px;
}
@media (min-width: 768px) {
  #startup-window {
    top: 50%;
    left: 50%;
    margin-top: -285px;
    margin-left: -285px;
    -moz-border-radius: 285px;
    -webkit-border-radius: 285px;
    border-radius: 285px;
    width: 570px;
    height: 570px;
  }
  #startup-window h1 {
    margin-left: 105px;
    margin-right: 108px;
    height: 217px;
    background-size: 133px;
    padding-top: 82px;
    padding-left: 0;
    margin-bottom: 5px;
    font-size: 72px;
    line-height: 49px;
  }
  #startup-window h1 small {
    font-size: 35px;
  }
  #startup-window p {
    font-size: 14px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

#info-panel {
  background-color: white;
  position: absolute;
  top: 0;
  left: -270px;
  height: 100%;
  z-index: 2;
  width: 270px;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  #info-panel {
    overflow-y: scroll;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }
  #info-panel::-webkit-scrollbar {
    width: 0 !important;
  }
}
#info-panel img {
  width: 151px;
  display: block;
  margin: 10px auto;
}
#info-panel table {
  width: 100%;
}
#info-panel table th {
  text-align: left;
  font-weight: 400;
  font-size: 10px;
  color: rgba(51, 51, 51, 0.6);
  padding-left: 10px;
}
#info-panel table thead {
  width: 270px;
  display: block;
}
#info-panel table tbody {
  display: block;
  width: 270px;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  left: 0;
  top: 228px;
  bottom: 0;
}
#info-panel table tbody::-webkit-scrollbar {
  width: 0 !important;
}
#info-panel table tbody tr {
  cursor: pointer;
}
#info-panel table tbody tr:nth-child(1) {
  background: #93378a;
}
#info-panel table tbody tr:nth-child(2) {
  background: #9e3c94;
}
#info-panel table tbody tr:nth-child(3) {
  background: #a53f9b;
}
#info-panel table tbody tr:nth-child(4) {
  background: #ac41a2;
}
#info-panel table tbody tr:nth-child(5) {
  background: #b343a8;
}
#info-panel table tbody tr:nth-child(6) {
  background: #b745ac;
}
#info-panel table tbody tr:nth-child(7) {
  background: #ba4daf;
}
#info-panel table tbody tr:nth-child(8) {
  background: #ba54b0;
}
#info-panel table tbody tr:nth-child(9) {
  background: #bc5cb3;
}
#info-panel table tbody tr:nth-child(10) {
  background: #ba65b2;
}
#info-panel table tbody tr:nth-child(11) {
  background: #bd6fb6;
}
#info-panel table tbody tr:nth-child(12) {
  background: #bd77b7;
}
#info-panel table tbody tr:nth-child(13) {
  background: #be83b9;
}
#info-panel table tbody tr:nth-child(14) {
  background: #b98ab5;
}
#info-panel table tbody tr:nth-child(15) {
  background: #b28eaf;
}
#info-panel table tbody tr:nth-child(16) {
  background: #ac8ca9;
}
#info-panel table tbody tr:nth-child(17) {
  background: #a389a1;
}
#info-panel table tbody tr:nth-child(18) {
  background: #9c889a;
}
#info-panel table tbody tr:nth-child(19) {
  background: #958794;
}
#info-panel table tbody tr:nth-child(20) {
  background: #8c808b;
}
#info-panel table tbody tr:nth-child(21) {
  background: #857b84;
}
#info-panel table tbody tr:nth-child(22) {
  background: #7d747c;
}
#info-panel table tbody tr:nth-child(23) {
  background: #777076;
}
#info-panel table tbody tr:nth-child(24) {
  background: #6f676e;
}
#info-panel table tbody tr:nth-child(25) {
  background: #6a6369;
}
#info-panel table tbody tr:nth-child(26) {
  background: #645f63;
}
#info-panel table tbody tr:nth-child(27) {
  background: #5e5a5d;
}
#info-panel table tbody tr:nth-child(28) {
  background: #585557;
}
#info-panel table tbody tr:nth-child(29) {
  background: #535152;
}
#info-panel table tbody tr:nth-child(30) {
  background: #4e4d4e;
}
#info-panel table tr td, #info-panel table tr th {
  width: 140px;
  height: 45px;
}
#info-panel table tr td:first-child, #info-panel table tr th:first-child {
  width: 45px;
}
#info-panel table tr td:last-child, #info-panel table tr th:last-child {
  width: 85px;
}
#info-panel table tr td {
  padding-left: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}
#info-panel table tr td:first-child {
  font-size: 18px;
  padding-left: 0;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
#info-panel table tr td:last-child {
  position: relative;
}
#info-panel table tr td:last-child:after {
  content: '';
  width: 5px;
  height: 8px;
  top: 17px;
  right: 17px;
  background-image: url(../img/arrow-white-sm-white.svg);
  display: block;
  position: absolute;
}
#info-panel #info-bar-close {
  display: block;
  height: 24px;
  line-height: 24px;
  text-align: center;
  top: 15px;
  right: 15px;
  width: 24px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #e4e4e4;
  color: #93378a;
  position: absolute;
  font-size: 10px;
  font-weight: 500;
}
#info-panel #info-bar-close:hover {
  background-color: #e4e4e4;
  color: #fff;
  text-decoration: none;
}
#info-panel #info-bar-close:active, #info-panel #info-bar-close:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  #info-panel {
    width: 100%;
    left: -100%;
  }
  #info-panel table tbody, #info-panel table thead {
    position: static;
    display: table-row-group;
    width: auto;
  }
  #info-panel table tbody td, #info-panel table tbody th, #info-panel table thead td, #info-panel table thead th {
    padding-left: 20px;
  }
}

#info-window, #about-window {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: rgba(51, 51, 51, 0.3);
  z-index: 2;
  position: absolute;
}
#info-window .box, #about-window .box {
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 3;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
#info-window .box::-webkit-scrollbar, #about-window .box::-webkit-scrollbar {
  width: 0 !important;
}



@media (min-width: 768px) {
  #info-window .box, #about-window .box {
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    width: 530px;
    bottom: auto;
    margin-left: -265px;
  }
}
#info-window header, #about-window header {
  padding: 20px;
  background: #93378a;
  position: relative;
}

@media (min-width: 768px) and (max-height:700px){

  #info-window .box, #about-window .box {
      overflow: hidden;
      position: absolute;
      top: 50%;
      left: 50%;
      height: 450px;
  }

  #info-window-content {
    overflow-y:scroll;
    height: 340px;
  }

}

@media (min-width: 768px) {
  #info-window header, #about-window header {
    padding: 20px 90px;
  }
}
#info-window header .close, #about-window header .close {
  cursor: pointer;
  background-image: url(../img/white-cross.svg);
  width: 52px;
  height: 46px;
  background-size: 12px 12px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
#info-window header h3, #about-window header h3 {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  #info-window header h3, #about-window header h3 {
    font-size: 25px;
  }
}
#info-window .label, #about-window .label {
  margin-bottom: 0;
}
#info-window .label span, #about-window .label span {
  color: #fff;
}
@media (min-width: 768px) {
  #info-window .label span, #about-window .label span {
    text-align: center;
  }
}
#info-window .label.select .select-wrap, #about-window .label.select .select-wrap {
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  #info-window .label.select .select-wrap, #about-window .label.select .select-wrap {
    margin-bottom: 0;
  }
}
#info-window .label.select .select-wrap select, #about-window .label.select .select-wrap select {
  border: none;
}
#info-window #info-window-content h3, #info-window #about-window-content h3, #about-window #info-window-content h3, #about-window #about-window-content h3 {
  padding: 0 0 0 32px;
  margin: 20px 20px 10px 20px;
  position: relative;
}
@media (min-width: 768px) {
  #info-window #info-window-content h3, #info-window #about-window-content h3, #about-window #info-window-content h3, #about-window #about-window-content h3 {
    margin: 30px 40px 20px 40px;
  }
}
#info-window #info-window-content h3:before, #info-window #about-window-content h3:before, #about-window #info-window-content h3:before, #about-window #about-window-content h3:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 16px;
  height: 24px;
  background-size: contain;
  background-image: url(../img/header-marker.svg);
}
#info-window #info-window-content p, #info-window #about-window-content p, #about-window #info-window-content p, #about-window #about-window-content p {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  #info-window #info-window-content p, #info-window #about-window-content p, #about-window #info-window-content p, #about-window #about-window-content p {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#info-window #info-window-content h4, #info-window #about-window-content h4, #about-window #info-window-content h4, #about-window #about-window-content h4 {
  background: #e9e9e9;
  font-size: 14px;
  position: relative;
  padding: 0 0 0 55px;
  margin: 0;
  font-weight: 500;
  height: 52px;
  line-height: 52px;
}
@media (min-width: 768px) {
  #info-window #info-window-content h4, #info-window #about-window-content h4, #about-window #info-window-content h4, #about-window #about-window-content h4 {
    padding-left: 70px;
  }
}
#info-window #info-window-content h4:before, #info-window #about-window-content h4:before, #about-window #info-window-content h4:before, #about-window #about-window-content h4:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  top: 15px;
  left: 20px;
  position: absolute;
  background-size: 20px;
  background-image: url(../img/calendar-icon.svg);
}
@media (min-width: 768px) {
  #info-window #info-window-content h4:before, #info-window #about-window-content h4:before, #about-window #info-window-content h4:before, #about-window #about-window-content h4:before {
    left: 40px;
  }
}
#info-window #info-window-content table, #info-window #about-window-content table, #about-window #info-window-content table, #about-window #about-window-content table {
  width: 100%;
  padding: 0;
  margin: 0;
}
@media (xs) {
  #info-window #info-window-content table, #info-window #about-window-content table, #about-window #info-window-content table, #about-window #about-window-content table {
    background: #e9e9e9;
    padding-bottom: 80px;
  }
}
#info-window #info-window-content table thead tr, #info-window #about-window-content table thead tr, #about-window #info-window-content table thead tr, #about-window #about-window-content table thead tr {
  background: #dedede;
}
#info-window #info-window-content table thead tr th, #info-window #about-window-content table thead tr th, #about-window #info-window-content table thead tr th, #about-window #about-window-content table thead tr th {
  text-align: left;
  font-size: 8px;
  font-weight: 600;
  height: 40px;
  vertical-align: middle;
}
#info-window #info-window-content table thead tr th:first-child, #info-window #about-window-content table thead tr th:first-child, #about-window #info-window-content table thead tr th:first-child, #about-window #about-window-content table thead tr th:first-child {
  padding-left: 20px;
}
@media (min-width: 768px) {
  #info-window #info-window-content table thead tr th:first-child, #info-window #about-window-content table thead tr th:first-child, #about-window #info-window-content table thead tr th:first-child, #about-window #about-window-content table thead tr th:first-child {
    padding-left: 40px;
  }
}
#info-window #info-window-content table tbody, #info-window #about-window-content table tbody, #about-window #info-window-content table tbody, #about-window #about-window-content table tbody {
  background: #e9e9e9;
}
#info-window #info-window-content table tbody tr, #info-window #about-window-content table tbody tr, #about-window #info-window-content table tbody tr, #about-window #about-window-content table tbody tr {
  border-bottom: 1px solid #d9d9d9;
}
#info-window #info-window-content table tbody tr td, #info-window #about-window-content table tbody tr td, #about-window #info-window-content table tbody tr td, #about-window #about-window-content table tbody tr td {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  height: 60px;
}
#info-window #info-window-content table tbody tr td:first-child, #info-window #about-window-content table tbody tr td:first-child, #about-window #info-window-content table tbody tr td:first-child, #about-window #about-window-content table tbody tr td:first-child {
  padding-left: 20px;
}
@media (min-width: 768px) {
  #info-window #info-window-content table tbody tr td:first-child, #info-window #about-window-content table tbody tr td:first-child, #about-window #info-window-content table tbody tr td:first-child, #about-window #about-window-content table tbody tr td:first-child {
    padding-left: 40px;
  }
}
#info-window #info-window-content table tbody tr td small, #info-window #about-window-content table tbody tr td small, #about-window #info-window-content table tbody tr td small, #about-window #about-window-content table tbody tr td small {
  display: block;
  font-size: 13px;
  font-weight: 400;
}
#info-window #info-window-content table tbody tr td .arrow-up, #info-window #about-window-content table tbody tr td .arrow-up, #about-window #info-window-content table tbody tr td .arrow-up, #about-window #about-window-content table tbody tr td .arrow-up {
  background-image: url(../img/arrow-up.svg);
  display: block;
  height: 18px;
  width: 12px;
  background-size: contain;
  margin: 0;
}
#info-window #info-window-content table tbody tr td .arrow-down, #info-window #about-window-content table tbody tr td .arrow-down, #about-window #info-window-content table tbody tr td .arrow-down, #about-window #about-window-content table tbody tr td .arrow-down {
  background-image: url(../img/arrow-down.svg);
  display: block;
  height: 18px;
  width: 12px;
  background-size: contain;
  margin: 0;
}
#info-window #info-window-content table tbody tr td:last-child, #info-window #about-window-content table tbody tr td:last-child, #about-window #info-window-content table tbody tr td:last-child, #about-window #about-window-content table tbody tr td:last-child {
  background-image: url(../img/lines.svg);
  background-size: 78px;
  background-repeat: repeat-y;
  position: relative;
}
#info-window #info-window-content table tbody tr td .bar-wrap, #info-window #about-window-content table tbody tr td .bar-wrap, #about-window #info-window-content table tbody tr td .bar-wrap, #about-window #about-window-content table tbody tr td .bar-wrap {
  height: 40px;
  width: 78px;
  position: relative;
}
#info-window #info-window-content table tbody tr td .bar-up, #info-window #info-window-content table tbody tr td .bar-down, #info-window #info-window-content table tbody tr td .bar-average, #info-window #about-window-content table tbody tr td .bar-up, #info-window #about-window-content table tbody tr td .bar-down, #info-window #about-window-content table tbody tr td .bar-average, #about-window #info-window-content table tbody tr td .bar-up, #about-window #info-window-content table tbody tr td .bar-down, #about-window #info-window-content table tbody tr td .bar-average, #about-window #about-window-content table tbody tr td .bar-up, #about-window #about-window-content table tbody tr td .bar-down, #about-window #about-window-content table tbody tr td .bar-average {
  height: 8px;
  left: 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
  position: absolute;
}
#info-window #info-window-content table tbody tr td .bar-up, #info-window #info-window-content table tbody tr td .bar-down, #info-window #about-window-content table tbody tr td .bar-up, #info-window #about-window-content table tbody tr td .bar-down, #about-window #info-window-content table tbody tr td .bar-up, #about-window #info-window-content table tbody tr td .bar-down, #about-window #about-window-content table tbody tr td .bar-up, #about-window #about-window-content table tbody tr td .bar-down {
  top: 10px;
}
#info-window #info-window-content table tbody tr td .bar-up, #info-window #about-window-content table tbody tr td .bar-up, #about-window #info-window-content table tbody tr td .bar-up, #about-window #about-window-content table tbody tr td .bar-up {
  background: #60cd4e;
}
#info-window #info-window-content table tbody tr td .bar-down, #info-window #about-window-content table tbody tr td .bar-down, #about-window #info-window-content table tbody tr td .bar-down, #about-window #about-window-content table tbody tr td .bar-down {
  background: #da6161;
}
#info-window #info-window-content table tbody tr td .bar-average, #info-window #about-window-content table tbody tr td .bar-average, #about-window #info-window-content table tbody tr td .bar-average, #about-window #about-window-content table tbody tr td .bar-average {
  background: #c3c3c3;
  top: 23px;
}
#info-window #info-window-content table tbody tr td .bar-label, #info-window #about-window-content table tbody tr td .bar-label, #about-window #info-window-content table tbody tr td .bar-label, #about-window #about-window-content table tbody tr td .bar-label {
  position: absolute;
  font-size: 8px;
  font-weight: 300;
  padding-left: 5px;
}
#info-window #info-window-content table tbody tr td .bar-label.bar-label--up, #info-window #info-window-content table tbody tr td .bar-label.bar-label--down, #info-window #about-window-content table tbody tr td .bar-label.bar-label--up, #info-window #about-window-content table tbody tr td .bar-label.bar-label--down, #about-window #info-window-content table tbody tr td .bar-label.bar-label--up, #about-window #info-window-content table tbody tr td .bar-label.bar-label--down, #about-window #about-window-content table tbody tr td .bar-label.bar-label--up, #about-window #about-window-content table tbody tr td .bar-label.bar-label--down {
  top: 7px;
}
#info-window #info-window-content table tbody tr td .bar-label.bar-label--average, #info-window #about-window-content table tbody tr td .bar-label.bar-label--average, #about-window #info-window-content table tbody tr td .bar-label.bar-label--average, #about-window #about-window-content table tbody tr td .bar-label.bar-label--average {
  top: 20px;
}
#info-window #info-window-content table tbody tr:first-child td, #info-window #about-window-content table tbody tr:first-child td, #about-window #info-window-content table tbody tr:first-child td, #about-window #about-window-content table tbody tr:first-child td {
  padding-top: 27px;
  height: 87px;
}
#info-window #info-window-content table tbody tr:first-child td:last-child:before, #info-window #about-window-content table tbody tr:first-child td:last-child:before, #about-window #info-window-content table tbody tr:first-child td:last-child:before, #about-window #about-window-content table tbody tr:first-child td:last-child:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 27px;
  background-color: #e9e9e9;
  background-size: 83px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../img/numbers.svg);
}
#info-window #info-window-content table tbody tr:last-child, #info-window #about-window-content table tbody tr:last-child, #about-window #info-window-content table tbody tr:last-child, #about-window #about-window-content table tbody tr:last-child {
  border-bottom: none;
}
#info-window #about-window-content, #about-window #about-window-content {
  padding-top: 20px;
}
#info-window #about-window-content h4, #about-window #about-window-content h4 {
  background: transparent;
}
#info-window #about-window-content h4:before, #about-window #about-window-content h4:before {
  background-image: url(../img/icon-map.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 18px;
}
#info-window #about-window-content h4:last-of-type:before, #about-window #about-window-content h4:last-of-type:before {
  background-image: url(../img/icon-data.svg);
}

@media (max-width: 767px) {
  #info-window {
    height: 100%;
  }
}

#about-window {
  opacity: 0;
}

.p-footer {
  z-index: 9999;
  height: 50px;
  background: #fff;
  position: relative;
}

.p-footer_inner {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  display: flex;
  padding: 0 10px;
  width: 100%;
  z-index: 3;
  height: 50px;
  align-items: center;
  justify-content: flex-start;
  transition: transform 0.3s;
  -webkit-box-shadow: 0px -3px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -3px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -3px 0px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .p-footer_inner {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .p-footer_inner.is-open {
    transform: translateY(-75px);
  }
}

.p-footer_logo {
  display: inline-block;
  position: relative;
  width: 100px;
  z-index: 1999;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-footer_logo {
    order: 1;
  }
}

.p-footer_logo a {
  display: block;
}

.p-footer_logo a img {
  display: block;
  width: 100%;
  height: auto;
}

.legal-btn {
  color: #95358c;
  cursor: pointer;
  display: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .legal-btn {
    display: inline-block;
  }
}
/*@media (max-width: 320px) {
  .legal-btn {
    font-size: 8px !important;
  }
}*/
.p-footer_legal {
  order: 2;
  flex-grow: 1;
  display: flex;
  justify-content: center;
}

.p-footer_text {
  background: #fff;
  color: #999;
  display: inline-block;
  font-size: 10px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-align: left;
  flex-grow: 1;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .p-footer_text {
    height: 75px;
    position: absolute;
    top: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
  }
}

.p-footer_text p {
  padding-bottom: 0;
}

.p-footer_social {
  display: flex;
  width: 80px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-footer_social {
    order: 2;
  }
}

.p-footer_social-btn {
  background: #95358c none repeat scroll 0 0;
  border-radius: 50%;
  display: block;
  height: 35px;
  width: 35px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-footer_social-btn:first-child {
  margin-right: 10px;
}

.p-footer_social-btn svg {
  fill: #fff;
  display: block;
  width: 20px;
}
