@import url(colorbox.css);
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.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, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

/*! 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.428571429;
  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: thin dotted;
    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.428571429;
  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; }

@-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; } }

.half {
  float: left;
  width: 50%; }

fieldset {
  border: none;
  padding: 0;
  margin: 0; }

.form-messages {
  color: #fff;
  margin-top: 5px; }

form {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  width: 300px;
  margin-bottom: 35px; }
  form input, form textarea {
    display: block;
    width: 100%;
    border-radius: 7px;
    -webkit-appearance: none;
    outline: none;
    border: 1px solid #000;
    height: 35px;
    padding: 0 20px;
    margin: 15px 0; }
  form textarea {
    padding: 20px;
    min-height: 180px; }
  form button {
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 7px;
    border: none;
    outline: none;
    background: #fa6942;
    display: block;
    margin: 0 auto;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    form button:hover {
      background: #c85435; }

.section-to-toggle {
  display: none; }

/* Z-INDEX */
.formError {
  z-index: 990; }

.formError .formErrorContent {
  z-index: 991; }

.formError .formErrorArrow {
  z-index: 996; }

.ui-dialog .formError {
  z-index: 5000; }

.ui-dialog .formError .formErrorContent {
  z-index: 5001; }

.ui-dialog .formError .formErrorArrow {
  z-index: 5006; }

.inputContainer {
  position: relative;
  float: left; }

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left; }

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block; }

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none; }

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px; }

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0; }

.greenPopup .formErrorContent {
  background: #33be40; }

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative; }

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0; }

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px; }

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block; }

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none; }

.greenPopup .formErrorArrow div {
  background: #33be40; }

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none; }

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none; }

.formError .formErrorArrow .line8 {
  width: 11px; }

.formError .formErrorArrow .line7 {
  width: 9px; }

.formError .formErrorArrow .line6 {
  width: 7px; }

.formError .formErrorArrow .line5 {
  width: 5px; }

.formError .formErrorArrow .line4 {
  width: 3px; }

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd; }

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd; }

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd; }

body {
  font-family: 'lato', Helvetica, Arial, sans-serif;
  font-size: 17px; }
  @media all and (max-width: 991px) {
    body {
      font-size: 15px; } }

img {
  max-width: 100%; }

a {
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  a:hover, a:focus, a:active {
    text-decoration: none; }

.centered {
  text-align: center; }

.align-right {
  text-align: right; }

ul {
  list-style-type: none;
  padding-left: 0; }
  ul li {
    text-indent: -5px; }
    ul li:before {
      content: "-";
      position: relative;
      left: -5px; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2; }

.menu-btn {
  display: none; }

.menu {
  height: 70px;
  background: #2c3e50; }
  .menu .menu-content {
    position: relative;
    top: 50%;
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .menu .menu-content:before, .menu .menu-content:after {
      content: " ";
      display: table; }
    .menu .menu-content:after {
      clear: both; }

.menu .home-lnk, footer .home-lnk {
  color: #69c0fa;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 17px;
  float: left; }
  .menu .home-lnk:hover, footer .home-lnk:hover {
    color: #2980b9; }

.menu ul, footer ul {
  float: right;
  font-size: 0; }
  .menu ul li, footer ul li {
    display: inline-block;
    font-size: 16px; }
    .menu ul li + li, footer ul li + li {
      margin-left: 40px; }
    .menu ul li a, footer ul li a {
      color: #fff; }
      .menu ul li a:hover, footer ul li a:hover {
        color: #2980b9; }

@media all and (max-width: 991px) {
  .menu ul li + li, footer ul li + li {
    margin-left: 15px; } }

@media all and (max-width: 767px) {
  .menu, footer {
    height: auto; }
    .menu .menu-content, footer .menu-content {
      top: auto;
      -o-transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      transform: none; }
    .menu .home-lnk, footer .home-lnk {
      float: none;
      padding: 10px 0;
      display: block;
      color: #fff; }
    .menu .menu-btn, footer .menu-btn {
      display: block;
      color: #fff;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      cursor: pointer;
      font-size: 20px;
      width: 44px;
      height: 44px;
      line-height: 44px;
      text-align: center; }
    .menu ul, footer ul {
      display: none;
      float: none; }
      .menu ul li, footer ul li {
        display: block;
        text-indent: 0; }
        .menu ul li:before, footer ul li:before {
          display: none; }
        .menu ul li a, footer ul li a {
          display: block;
          padding: 10px 0; }
        .menu ul li + li, footer ul li + li {
          margin-left: 0;
          border-top: 1px solid #2980b9; } }

.intro {
  background: url("../img/intro-bg-2.jpg") center top no-repeat;
  background-attachment: fixed;
  height: 513px;
  color: #fff;
  font-size: 17px;
  margin-top: 70px; }
  .intro h2 {
    font-size: 18px; }
  .intro .intro-content {
    position: relative;
    top: 50%;
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .intro .text {
    max-width: 320px; }
  .intro .scrollto {
    color: #fa6942;
    font-weight: normal; }
    .intro .scrollto i {
      margin-left: 5px; }
  .intro .gps {
    background: url("../img/gps.png") center center no-repeat;
    margin: 0 auto;
    width: 100%;
    height: 0;
    padding-top: 101.524390244%;
    max-width: 328px;
    color: #fff;
    position: relative; }
    .intro .gps .tagline {
      cursor: pointer;
      display: block;
      color: #fff;
      text-align: center;
      position: absolute;
      top: 50%;
      width: 100%;
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .intro .gps .tagline span {
        display: block;
        color: #fa6942;
        text-transform: uppercase; }
  @media all and (max-width: 1199px) {
    .intro .gps {
      background-size: cover; } }
  @media all and (max-width: 991px) {
    .intro {
      background-position: left -435px top;
      height: 350px; } }
  @media all and (max-width: 767px) {
    .intro {
      height: auto;
      padding: 24px 0;
      background-attachment: scroll;
      text-align: center;
      margin-top: 44px;
      background-image: url("../img/background-320.jpg");
      background-position: top left;
      background-repeat: repeat-x; }
      .intro .gps {
        background-size: contain;
        width: 290px;
        height: 294.420731707px;
        padding: 0; }
      .intro .intro-content {
        top: auto;
        -o-transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none; }
      .intro .text {
        margin: 0 auto; } }

#cboxLoadedContent .expertise-content {
  display: block !important; }

.expertises {
  background: #fff;
  padding: 50px 0; }
  .expertises h1 {
    color: #fa6942;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 0; }
  .expertises h4 {
    text-transform: uppercase;
    color: #2c3e50;
    font-size: 15px;
    margin-top: 0; }
  .expertises .gps {
    width: 100%;
    height: 0;
    padding-top: 102.134146341%;
    background: url("../img/gps-dark.png") center center no-repeat;
    margin: 0 auto;
    max-width: 328px;
    color: #fa6942;
    position: relative; }
    .expertises .gps .tagline {
      text-align: center;
      position: absolute;
      top: 50%;
      width: 100%;
      font-weight: bold;
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    @media all and (max-width: 1199px) {
      .expertises .gps {
        background-size: cover; } }
    @media all and (max-width: 767px) {
      .expertises .gps {
        background-size: contain;
        width: 290px;
        height: 294.420731707px;
        padding: 0; } }
  .expertises .left-expertises, .expertises .right-expertises {
    padding-top: 115px; }
  .expertises .expertise {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e9;
    color: #2c3e50;
    font-weight: bold; }
    .expertises .expertise:hover, .expertises .expertise.active {
      color: #fa6942;
      border-bottom-color: #fa6942;
      outline: none; }
    @media all and (max-width: 767px) {
      .expertises .expertise:hover, .expertises .expertise.active {
        color: #2c3e50;
        border-bottom: 1px solid #e8e8e9;
        outline: none; } }
  .expertises .left-expertises .expertise {
    padding-left: 35px; }
  .expertises .right-expertises .expertise {
    text-align: right;
    padding-right: 35px; }
  .expertises .gps-row {
    margin-bottom: 10px; }
  @media all and (max-width: 991px) {
    .expertises .left-expertises, .expertises .right-expertises {
      padding-top: 23.5px; } }
  @media all and (max-width: 767px) {
    .expertises .left-expertises .expertise, .expertises .right-expertises .expertise {
      padding-left: 0;
      padding-right: 0;
      text-align: center; }
    .expertises .right-expertises {
      padding-top: 0; } }

.expertise-content {
  display: none;
  font-size: 14px;
  padding: 50px 30px; }
  .expertise-content h2 {
    color: #fa6942;
    margin-bottom: 0;
    margin-top: 0; }
  .expertise-content h3 {
    font-size: 18px;
    color: #2980b9;
    margin-top: 0;
    margin-bottom: 25px; }
  .expertise-content .left, .expertise-content .right {
    padding-left: 115px; }
  .expertise-content ul {
    padding-left: 10px; }
  .expertise-content .left {
    padding-right: 4%; }
  .expertise-content .right {
    border-left: 1px solid #8b959f; }
  @media all and (max-width: 767px) {
    .expertise-content {
      display: none !important; } }

.realisations h1 {
  margin-top: 10px;
  font-size: 25px;
  color: #676767; }

.realisations .tabbed-menu {
  background: #cdcdcd;
  color: #fff;
  height: 114px; }
  .realisations .tabbed-menu h1 {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 114px; }
  .realisations .tabbed-menu .container, .realisations .tabbed-menu .row, .realisations .tabbed-menu .tab {
    height: 100%; }
  .realisations .tabbed-menu .tab {
    cursor: pointer; }
    .realisations .tabbed-menu .tab i {
      height: 70px;
      width: 70px;
      display: inline-block;
      vertical-align: middle;
      border: 2px solid #fff;
      border-radius: 100%;
      text-align: center;
      line-height: 66px;
      font-size: 36px;
      -o-transition: background-color 0.3s ease 0s;
      -webkit-transition: background-color 0.3s ease 0s;
      -moz-transition: background-color 0.3s ease 0s;
      -ms-transition: background-color 0.3s ease 0s;
      transition: background-color 0.3s ease 0s; }
    .realisations .tabbed-menu .tab .text {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 85px);
      margin-left: 10px; }
    .realisations .tabbed-menu .tab .content {
      position: relative;
      top: 50%;
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .realisations .tabbed-menu .tab:hover i, .realisations .tabbed-menu .tab.active i {
      background: #fa6942; }
  @media all and (max-width: 991px) {
    .realisations .tabbed-menu {
      height: 160px; }
      .realisations .tabbed-menu .tab {
        text-align: center; }
        .realisations .tabbed-menu .tab .text {
          display: block;
          margin: 0 auto;
          width: 100%; } }
  @media all and (max-width: 767px) {
    .realisations .tabbed-menu {
      height: auto;
      padding-bottom: 30px; }
      .realisations .tabbed-menu .title {
        text-align: center; }
      .realisations .tabbed-menu h1 {
        line-height: 1;
        margin: 30px 0; }
      .realisations .tabbed-menu .tab {
        font-size: 12px;
        padding: 0 10px; }
        .realisations .tabbed-menu .tab i {
          width: 50px;
          height: 50px;
          line-height: 46px;
          font-size: 24px; }
        .realisations .tabbed-menu .tab .content {
          top: auto;
          -o-transform: none;
          -webkit-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          transform: none; } }

.realisations .title-row {
  background-color: #cdcdcd;
  border-bottom: 1px solid #fff;
  padding-top: 20px;
  padding-bottom: 20px; }
  .realisations .title-row .title {
    margin-bottom: 30px; }
    .realisations .title-row .title:before, .realisations .title-row .title:after {
      content: " ";
      display: table; }
    .realisations .title-row .title:after {
      clear: both; }
    .realisations .title-row .title .text {
      color: #000;
      width: 76%;
      float: left; }
    .realisations .title-row .title span {
      background: #E0E2E5;
      width: 12%;
      display: block;
      float: left;
      height: 2px;
      margin: 23px 0 0 0; }
  @media all and (max-width: 767px) {
    .realisations .title-row .title {
      width: 100%;
      margin-bottom: 20px; }
      .realisations .title-row .title .text {
        width: 100%; }
      .realisations .title-row .title span {
        display: none; } }

.realisations .tabbed-content {
  text-align: center;
  padding: 40px 0;
  background: url("../img/map.jpg") top center no-repeat;
  background-color: #cdcdcd;
  position: relative; }
  .realisations .tabbed-content .tab {
    display: none; }
    .realisations .tabbed-content .tab.active {
      display: block; }
  .realisations .tabbed-content .arrow {
    position: absolute;
    top: 50%;
    left: 0;
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 50px;
    color: #8b959f; }
    .realisations .tabbed-content .arrow:hover {
      color: #676767; }
    .realisations .tabbed-content .arrow.next {
      left: auto;
      right: 0; }
  .realisations .tabbed-content .well {
    background: #fa6942;
    border-radius: 14px;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    padding: 17px 0; }
  .realisations .tabbed-content .info {
    padding-bottom: 50px; }
  .realisations .tabbed-content .info + .info {
    border-left: 1px solid #2980b9; }
  .realisations .tabbed-content ul {
    display: inline-block;
    text-align: left;
    margin-top: 30px;
    color: #2c3e50;
    font-weight: bold; }
    .realisations .tabbed-content ul li + li {
      margin-top: 15px; }
  @media all and (max-width: 767px) {
    .realisations .tabbed-content .title {
      width: 100%;
      margin-bottom: 20px; }
      .realisations .tabbed-content .title .text {
        width: 100%; }
      .realisations .tabbed-content .title span {
        display: none; }
    .realisations .tabbed-content .info {
      padding-bottom: 0; }
      .realisations .tabbed-content .info + .info {
        margin-top: 20px; }
    .realisations .tabbed-content .info * {
      display: none; }
    .realisations .tabbed-content .well {
      width: 100%;
      font-size: 13px;
      padding: 14px 0;
      border-radius: 7px; }
    .realisations .tabbed-content .info .well, .realisations .tabbed-content .info br {
      display: block; } }

.bio {
  background-image: -webkit-linear-gradient(top, #2c3e50 0%, #2980b9 100%);
  background-image: -o-linear-gradient(top, #2c3e50 0%, #2980b9 100%);
  background-image: linear-gradient(to bottom, #2c3e50 0%, #2980b9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2C3E50', endColorstr='#FF2980B9', GradientType=0);
  padding-top: 55px; }
  .bio .bio-row {
    position: relative;
    padding-bottom: 215px; }
  .bio .bio-pic {
    position: static; }
  .bio img {
    position: absolute;
    bottom: 0;
    left: 15px; }
  .bio h1 {
    text-transform: uppercase;
    color: #fa6942;
    font-size: 25px;
    margin-bottom: 55px;
    margin-top: 0; }
  @media all and (max-width: 991px) {
    .bio .bio-row {
      padding-bottom: 20px; }
    .bio img {
      width: 282.5px; } }
  @media all and (max-width: 767px) {
    .bio {
      padding: 35px 0 0; }
      .bio .bio-row {
        padding-bottom: 0; }
      .bio .bio-pic {
        position: relative; }
      .bio img {
        position: relative;
        top: auto;
        left: auto;
        width: 100%; }
      .bio h1 {
        margin-bottom: 20px; } }

.bio-text {
  padding-left: 0; }
  .bio-text p, .bio-text a, .bio-text h1, .bio-text form {
    padding-left: 35px; }
  .bio-text p {
    color: white; }
  .bio-text h1 {
    text-transform: uppercase;
    color: #fa6942;
    font-size: 25px;
    margin-bottom: 55px;
    margin-top: 0; }
  .bio-text blockquote {
    padding-left: 35px;
    margin-left: 0;
    color: white;
    border-left: 1px solid #92BCD7; }
  .bio-text a {
    color: #fa6942; }
  @media all and (max-width: 991px) {
    .bio-text p, .bio-text a, .bio-text h1, .bio-text form, .bio-text blockquote {
      padding-left: 15px; } }
  @media all and (max-width: 767px) {
    .bio-text {
      text-align: center;
      padding-left: 15px; }
      .bio-text blockquote {
        width: 100%;
        border-left: none; }
      .bio-text p, .bio-text a, .bio-text h1, .bio-text form, .bio-text blockquote {
        padding-left: 0; }
      .bio-text form {
        width: 100%; } }

footer {
  background: #2c3e50;
  padding-top: 60px;
  padding-bottom: 40px; }
  footer .menu-row {
    margin-bottom: 25px; }
  footer .linkedin {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    border: 2px solid #69c0fa;
    text-align: center;
    line-height: 34px;
    color: #69c0fa;
    vertical-align: middle; }
    footer .linkedin:hover {
      color: #2980b9;
      border-color: #2980b9; }
  footer .fill {
    display: inline-block;
    vertical-align: middle;
    background: #31485D;
	width: 100%;
    height: 2px;
    margin-top: 19px;
    margin-bottom: 19px; }
  footer .disclaimer {
    color: grey; }
  @media all and (max-width: 767px) {
    footer {
      padding: 30px 0;
      text-align: center; }
      footer .menu-row {
        text-align: center; }
        footer .menu-row .home-lnk {
          float: none; }
        footer .menu-row ul {
          display: none; }
      footer .fill {
        display: none; }
      footer .disclaimer {
        text-align: center;
        margin-top: 25px; } }
