/*!
	* 02-10-2013
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/*
font-family:'HelveticaNeueW01-Thin';
font-family:'DINNextW01-CondensedMed';
font-family:'DINNextW01-CondensedLig';
font-family:'HelveticaNeueW01-77BdCn 692722';

*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 34px;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #358fc9;
}
a:hover,
a:focus {
  color: #25648c;
  text-decoration: underline;
}
.img-rounded {
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  border-radius: 500px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 34px;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12765957%;
  *margin-left: 2.07446809%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12765957%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851%;
}
.row-fluid .span11 {
  width: 91.4893617%;
  *width: 91.43617021%;
}
.row-fluid .span10 {
  width: 82.9787234%;
  *width: 82.92553191%;
}
.row-fluid .span9 {
  width: 74.46808511%;
  *width: 74.41489362%;
}
.row-fluid .span8 {
  width: 65.95744681%;
  *width: 65.90425532%;
}
.row-fluid .span7 {
  width: 57.44680851%;
  *width: 57.39361702%;
}
.row-fluid .span6 {
  width: 48.93617021%;
  *width: 48.88297872%;
}
.row-fluid .span5 {
  width: 40.42553191%;
  *width: 40.37234043%;
}
.row-fluid .span4 {
  width: 31.91489362%;
  *width: 31.86170213%;
}
.row-fluid .span3 {
  width: 23.40425532%;
  *width: 23.35106383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.84042553%;
}
.row-fluid .span1 {
  width: 6.38297872%;
  *width: 6.32978723%;
}
.row-fluid .offset12 {
  margin-left: 104.25531915%;
  *margin-left: 104.14893617%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957%;
  *margin-left: 102.0212766%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085%;
  *margin-left: 95.63829787%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702128%;
  *margin-left: 93.5106383%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255%;
  *margin-left: 87.12765957%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.10638298%;
  *margin-left: 85%;
}
.row-fluid .offset9 {
  margin-left: 78.72340426%;
  *margin-left: 78.61702128%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468%;
  *margin-left: 76.4893617%;
}
.row-fluid .offset8 {
  margin-left: 70.21276596%;
  *margin-left: 70.10638298%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638%;
  *margin-left: 67.9787234%;
}
.row-fluid .offset7 {
  margin-left: 61.70212766%;
  *margin-left: 61.59574468%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.57446809%;
  *margin-left: 59.46808511%;
}
.row-fluid .offset6 {
  margin-left: 53.19148936%;
  *margin-left: 53.08510638%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.06382979%;
  *margin-left: 50.95744681%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106%;
  *margin-left: 44.57446809%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.55319149%;
  *margin-left: 42.44680851%;
}
.row-fluid .offset4 {
  margin-left: 36.17021277%;
  *margin-left: 36.06382979%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319%;
  *margin-left: 33.93617021%;
}
.row-fluid .offset3 {
  margin-left: 27.65957447%;
  *margin-left: 27.55319149%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489%;
  *margin-left: 25.42553191%;
}
.row-fluid .offset2 {
  margin-left: 19.14893617%;
  *margin-left: 19.04255319%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.0212766%;
  *margin-left: 16.91489362%;
}
.row-fluid .offset1 {
  margin-left: 10.63829787%;
  *margin-left: 10.53191489%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5106383%;
  *margin-left: 8.40425532%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 200;
  line-height: 36px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 12px 0;
  font-family: inherit;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 24px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 sup,
h2 sup,
h3 sup,
h4 sup,
h5 sup,
h6 sup,
h1 sub,
h2 sub,
h3 sub,
h4 sub,
h5 sub,
h6 sub {
  text-transform: lowercase;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: 1;
}
h1 {
  font-size: 44px;
}
h2 {
  margin: 60px 0 24px;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 26px;
    margin: 20px 0 10px;
  }
}
h3 {
  margin: 60px 0 24px;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 23px;
    margin: 20px 0 10px;
  }
}
h4 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 20px;
    margin: 20px 0 10px;
  }
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 13.6px;
}
h1 small {
  font-size: 28px;
}
h2 small {
  font-size: 20px;
}
h3 small {
  font-size: 16px;
}
h4 small {
  font-size: 16px;
}
.page-header {
  padding-bottom: 11px;
  margin: 24px 0 36px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 12px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 24px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 24px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 12px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 24px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 24px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 24px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 24px;
  font-style: normal;
  line-height: 24px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 14px;
  color: #333333;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 24px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 24px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 24px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 48px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 18px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}
input,
button,
select,
textarea {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 24px;
  padding: 4px 6px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 34px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 34px;
}
select {
  width: 220px;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #eeeeee;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 24px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 23px 20px 24px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 12px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 12px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 16px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 24px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #98df99;
  border-color: #35a936;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  border-radius: 0;
}
.form-search .input-append .search-query {
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 12px;
}
legend + .control-group {
  margin-top: 24px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 24px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 12px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 24px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 24px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
/*@import "http://nuitblanche.brussels/wp-content/themes/roots-master/assets/css/sprites.less";*/
/*@import "http://nuitblanche.brussels/wp-content/themes/roots-master/assets/css/dropdowns.less";*/
/*@import "http://nuitblanche.brussels/wp-content/themes/roots-master/assets/css/wells.less";*/
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn,
.gform_button {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  *line-height: 24px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  *margin-left: .3em;
}
.btn:hover,
.gform_button:hover,
.btn:focus,
.gform_button:focus,
.btn:active,
.gform_button:active,
.btn.active,
.gform_button.active,
.btn.disabled,
.gform_button.disabled,
.btn[disabled],
.gform_button[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.gform_button:active,
.btn.active,
.gform_button.active {
  background-color: #cccccc \9;
}
.btn:first-child,
.gform_button:first-child {
  *margin-left: 0;
}
.btn:hover,
.gform_button:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus,
.gform_button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.gform_button.active,
.btn:active,
.gform_button:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
}
.btn.disabled,
.gform_button.disabled,
.btn[disabled],
.gform_button[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 18px;
  line-height: normal;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 14px;
  line-height: 22px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 13px;
  line-height: 21px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn,
.gform_button {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary,
.gform_button {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #357bc9;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#358fc9), to(#355ec9));
  background-image: -webkit-linear-gradient(top, #358fc9, #355ec9);
  background-image: linear-gradient(to bottom, #358fc9, #355ec9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff358fc9', endColorstr='#ff355ec9', GradientType=0);
  border-color: #355ec9 #355ec9 #25418c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #355ec9;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.gform_button:hover,
.btn-primary:focus,
.gform_button:focus,
.btn-primary:active,
.gform_button:active,
.btn-primary.active,
.gform_button.active,
.btn-primary.disabled,
.gform_button.disabled,
.btn-primary[disabled],
.gform_button[disabled] {
  color: #ffffff;
  background-color: #355ec9;
  *background-color: #3054b5;
}
.btn-primary:active,
.gform_button:active,
.btn-primary.active,
.gform_button.active {
  background-color: #2a4ba1 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f9a54a;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fab468), to(#f78f1e));
  background-image: -webkit-linear-gradient(top, #fab468, #f78f1e);
  background-image: linear-gradient(to bottom, #fab468, #f78f1e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab468', endColorstr='#fff78f1e', GradientType=0);
  border-color: #f78f1e #f78f1e #c26807;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f78f1e;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f78f1e;
  *background-color: #f38309;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #da7508 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #358fc9;
  border-radius: 0;
}
.btn-link:hover {
  color: #25648c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 12px;
  margin-bottom: 12px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 16px;
}
.btn-group > .btn-mini {
  font-size: 12px;
}
.btn-group > .btn-small {
  font-size: 13.6px;
}
.btn-group > .btn-large {
  font-size: 20px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #355ec9;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f78f1e;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  border-radius: 0 0 6px 6px;
}
.alert,
.validation_error,
#gforms_confirmation_message {
  padding: 8px 35px 8px 14px;
  margin-bottom: 24px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 24px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 24px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 24px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #358fc9;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 11px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 24px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #358fc9;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #358fc9;
  border-bottom-color: #358fc9;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #25648c;
  border-bottom-color: #25648c;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 24px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  /*  #gradient > .vertical(@navbarBackgroundHighlight, @navbarBackground);*/
  /*  border: 1px solid @navbarBorder;*/
  /*  .border-radius(@baseBorderRadius);*/
  /*  .box-shadow(0 1px 4px rgba(0,0,0,.065));*/
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 8px 20px 8px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #000000;
}
.navbar-link {
  color: #000000;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #358fc9;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  /*    .box-shadow(~"0 1px 10px rgba(0,0,0,.1)");*/
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 8px 15px 8px;
  color: #000000;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #358fc9;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #358fc9;
  text-decoration: none;
  background-color: transparent;
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f2f2f2;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #f2f2f2);
  background-image: linear-gradient(to bottom, #f2f2f2, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#fff2f2f2', GradientType=0);
  border-color: #f2f2f2 #f2f2f2 #cccccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f2f2f2;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #f2f2f2;
  *background-color: #e5e5e5;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #d9d9d9 \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #358fc9;
  border-bottom-color: #358fc9;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
  color: #358fc9;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #358fc9;
  border-bottom-color: #358fc9;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}
.navbar-inverse .brand {
  color: #999999;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
/*@import "http://nuitblanche.brussels/wp-content/themes/roots-master/assets/css/breadcrumbs.less";*/
/*@import "http://nuitblanche.brussels/wp-content/themes/roots-master/assets/css/pagination.less";*/
/*@import "http://nuitblanche.brussels/wp-content/themes/roots-master/assets/css/pager.less";*/
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 24px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 24px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #358fc9;
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 13.536px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label {
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f78f1e;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #da7508;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
/*@import "http://nuitblanche.brussels/wp-content/themes/roots-master/assets/css/progress-bars.less";*/
.accordion {
  margin-bottom: 24px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  text-decoration: none;
  position: absolute;
  top: 40%;
  left: 15px;
  width: 30px;
  height: 30px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  border-top: 1px solid white;
  border-left: 1px solid white;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.33+0,0+100 */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(0, 0, 0, 0.33)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-linear-gradient(315deg, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.carousel-control.right {
  left: auto;
  right: 15px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 15;
  background-color: rgba(33, 33, 33, 0.2);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.33+100 */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.33)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.33) 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.33) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#54000000', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
@media screen and (min-width: 769px) {
  .carousel-control {
    width: 40px;
    height: 40px;
    left: 45px;
  }
  .carousel-control.right {
    right: 45px;
  }
}
.carousel-indicators {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 5px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 1px;
  text-indent: -999px;
  background-color: #ccc;
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #333;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background: white;
  background: rgba(255, 255, 255, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: black;
  line-height: 1.2;
}
.carousel-caption h4 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.2;
}
@media screen and (min-width: 481px) {
  .carousel-caption h4 {
    font-size: 32px;
    line-height: 1.1;
  }
}
.carousel-caption p {
  margin-bottom: 0;
  font-size: 16px;
}
@media screen and (min-width: 481px) {
  .carousel-caption p {
    font-size: 20px;
  }
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 36px;
  color: inherit;
  background-color: #eeeeee;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 36px;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icomoon-"],
[class*="icomoon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-twitter-square:before {
  content: "\f081";
}
.icomoon-facebook-square:before {
  content: "\f082";
}
.icomoon-pinterest-square:before {
  content: "\f0d3";
}
.icomoon-youtube-square:before {
  content: "\f166";
}
.icomoon-instagram:before {
  content: "\f16d";
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
/* ==========================================================================
   Base
   ========================================================================== */
.custom-hidden {
  position: absolute;
  left: 0;
  top: -10000px;
  overflow: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px !important;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}
/*
font-family:'HelveticaNeueW01-45Ligh';

*/
/* =============================================================================
   Header
   ========================================================================== */
.main-header {
  position: relative;
  margin-top: 15px;
}
.main-header h1 {
  margin: 0;
  width: 90%;
  float: left;
}
.main-header .partners {
  width: 30%;
  float: right;
  text-align: right;
}
.main-header .partners img {
  margin-top: 2px;
  height: 40px;
}
.main-header .back-to-home {
  text-decoration: none;
}
.main-header a {
  display: block;
  text-decoration: none;
  color: black;
}
.main-header time {
  display: block;
  text-decoration: none;
  font-size: 20px;
  line-height: 36px;
}
.main-header img.logo {
  text-decoration: none;
}
.main-header .mons-2015 {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 20000;
}
.main-header .mons-2015 img {
  width: 40px;
}
@media screen and (min-width: 481px) {
  .main-header h1 {
    width: 90%;
  }
  .main-header .partners {
    width: 20%;
  }
  .main-header .partners img {
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .main-header {
    margin: 15px auto 30px auto;
  }
  .main-header h1 {
    width: 75%;
    margin-left: 0px;
  }
  .main-header img.logo {
    width: 75%;
    display: inline-block;
  }
  .main-header time {
    display: inline-block;
    vertical-align: bottom;
    line-height: 20px;
  }
  .main-header .partners {
    width: auto;
    position: absolute;
    left: 0px;
    top: 0;
  }
  .main-header .partners img {
    height: 44px;
  }
  .main-header .mons-2015 {
    top: 0;
    right: 65px;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .main-header .mons-2015 img {
    width: 44px;
  }
}
@media screen and (min-width: 961px) {
  .main-header h1 {
    width: 66%;
  }
  .main-header img.logo {
    width: 75%;
  }
  .main-header .partners img {
    height: 50px;
  }
  .main-header .mons-2015 {
    position: static;
    float: left;
  }
  .main-header .mons-2015 img {
    width: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .main-header h1 {
    margin-left: 0;
  }
  .main-header .partners img {
    height: 63px;
  }
  .main-header .mons-2015 img {
    width: 63px;
  }
}
.open-menu {
  position: absolute;
  width: 36px;
  height: 30px;
  bottom: 6px;
  right: 0;
}
.open-menu i,
.open-menu:before,
.open-menu:after {
  content: "";
  width: 20px;
  height: 3px;
  background-color: black;
  display: block;
  position: absolute;
  top: 30%;
  left: 8px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.open-menu i {
  top: 50%;
}
.open-menu:after {
  top: 70%;
}
@media screen and (min-width: 769px) {
  .open-menu {
    display: none;
  }
}
.main-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.main-nav ul.on {
  visibility: visible;
}
.main-nav ul.dropdown-menu {
  display: none;
}
.main-nav li {
  display: block;
  border-bottom: 1px solid white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-nav ul.on li {
  border-bottom-color: gray;
  max-height: 36px;
}
.main-nav a {
  position: relative;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .main-nav {
    margin-bottom: 30px;
  }
  .main-nav ul {
    text-align: left;
  }
  .main-nav ul:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
  .main-nav ul:before {
    content: "";
    display: block;
    margin-top: -20px;
  }
  .main-nav ul li {
    padding-right: 20px;
    max-height: 40px;
    border-bottom: 0;
    display: inline-block;
    overflow: visible;
    position: relative;
    top: 20px;
  }
  .main-nav ul a {
    line-height: 20px;
    height: auto;
  }
  .main-nav ul.dropdown-menu {
    position: absolute;
    z-index: 100000;
    top: 100%;
    width: 200px;
    margin: 0;
    padding: 0;
    border: 2px solid rgba(33, 33, 33, 0.1);
    border-top: 0;
    border-left: 0;
  }
  .main-nav ul.dropdown-menu:hover {
    display: block;
  }
  .main-nav ul.dropdown-menu li {
    display: block;
    margin: 0;
    padding: 0;
    max-height: none;
    background-color: white;
  }
  .main-nav ul.dropdown-menu li a {
    padding: 5px;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    border-bottom: 1px solid gray;
  }
  .main-nav ul.dropdown-menu li a:hover {
    font-weight: normal;
    background-color: gray;
    color: white;
  }
  .main-nav ul.dropdown-menu li:last-child a {
    border-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .main-nav li {
    display: inline-block;
  }
}
.home-nav a {
  box-sizing: border-box;
  display: block;
  padding: 15px 2%;
  background-color: #123;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.2;
}
.home-nav a:hover {
  background-color: black;
}
@media screen and (min-width: 580px) {
  .home-nav a {
    float: left;
    width: 50%;
    padding: 20px 2%;
    font-size: 24px;
    font-weight: 700;
  }
}
@media screen and (min-width: 769px) {
  .home-nav a {
    padding: 30px 5%;
    font-size: 36px;
  }
}
.home-nav .child-1 {
  background-color: gray;
}
.home-nav .child-2 {
  background-color: #9a9a9a;
}
.home-nav .child-3 {
  background-color: #5a5a5a;
}
.home-nav .child-4 {
  background-color: gray;
}
.home-nav .child-5 {
  background-color: #a6a6a6;
}
.home-nav .child-6 {
  background-color: #676767;
}
.home-nav .child-7 {
  background-color: gray;
}
.home-nav .child-8 {
  background-color: #8d8d8d;
}
.lg-switch {
  display: inline-block;
  display: block;
  clear: both;
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
}
.lg-switch li {
  display: inline-block;
}
.lg-switch li.active a {
  color: white;
  background-color: black;
}
.lg-switch a {
  line-height: 1;
  display: block;
  padding: 2px 5px;
}
@media screen and (min-width: 769px) {
  .lg-switch {
    position: absolute;
    top: 0;
    right: 0px;
  }
}
.language_switcher {
  list-style-type: none;
  width: auto;
  position: absolute;
  right: 60px;
  bottom: 6px;
  height: 30px;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .language_switcher {
    bottom: auto;
    right: 15px;
    top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .form-search {
    height: 0;
    overflow: hidden;
  }
  .form-search.on {
    margin: 10px 0;
    height: auto;
    overflow: visible;
  }
}
@media screen and (min-width: 769px) {
  .form-search {
    text-align: right;
  }
  .form-search input.search-query {
    width: 20%;
    padding-left: 4px;
    padding-right: 4px;
  }
}
.form-search button.submit {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url('../img/search2.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.form-search input.search-query {
  border-radius: 3px;
}
.navbar-search {
  font-size: 0;
}
.navbar-search .search-query {
  padding: 1px 10px;
  margin-top: 3px;
  font-style: italic;
  /*	.border-radius(@baseBorderRadius);*/
  border-radius: 6px 0 0 6px;
  box-shadow: none;
  color: #999999;
  background-color: #eeeeee;
  border: none;
}
.navbar-search .search-query:-moz-placeholder {
  color: #999999;
}
.navbar-search .search-query:-ms-input-placeholder {
  color: #999999;
}
.navbar-search .search-query::-webkit-input-placeholder {
  color: #999999;
}
.navbar-search .search-query:focus {
  border: none;
  border-color: transparent;
  box-shadow: none;
}
.navbar-search input[type=submit] {
  display: inline;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  margin: 3px 0 0 0;
  white-space: nowrap;
  margin-top: 3px;
  height: 22px;
  background: #eeeeee url('../img/search2.png') no-repeat center center;
  width: 24px;
  border: none;
  border-radius: 0 6px 6px 0;
}
.top-navigations {
  text-align: right;
}
.top-menu {
  text-align: right;
}
.navbar .nav.top-nav {
  vertical-align: top;
  display: inline-block;
  margin: 0;
  float: none;
  /*	text-align:right;*/
}
.navbar .nav.top-nav li {
  float: none;
  display: inline-block;
}
.navbar .nav.top-nav > li > a {
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  margin: 0 5px;
  padding: 0 0 5px 0;
  border-bottom: 4px solid transparent;
}
.navbar .nav.top-nav > li.active > a,
.navbar .nav.top-nav > li.active > a:hover,
.navbar .nav.top-nav > li.active > a:focus,
.navbar .nav.top-nav > li > a:hover,
.navbar .nav.top-nav > li > a:focus {
  box-shadow: none;
  position: static;
  top: 4px;
  padding-top: 0;
  border-bottom: 4px solid #358fc9;
}
.navbar .nav.top-nav > li:last-child > a {
  margin-right: 0;
}
.navbar .language_switcher {
  border-left: 2px solid #000000;
  display: inline-block;
  /*	float:right;*/
  margin: 0;
  padding-left: 10px;
  margin-left: 10px;
  /*	text-align:right;*/
}
.navbar .language_switcher > li {
  display: block;
  float: left;
  padding: 0;
  margin: 0 2px;
}
.navbar .language_switcher > li > a {
  color: #ffffff;
  padding: 4px 6px 1px 6px;
  font-weight: 400;
  background-color: #333333;
}
.navbar .language_switcher > li > a:hover {
  text-decoration: none;
  background-color: #358fc9;
}
.navbar .language_switcher > li.active a {
  background-color: #358fc9;
}
.navbar .language_switcher > li:last-child > a {
  /*		margin-right:0;*/
}
.social-links {
  position: static;
  margin: 0;
  padding: 0;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.7);
  list-style: none;
}
.social-links li {
  display: inline-block;
  padding: 4px 4px 4px 6px;
  text-align: center;
}
.social-links li.facebook a:hover {
  color: #3b5998;
}
.social-links li.twitter a:hover {
  color: #4099FF;
}
.social-links li.instagram a:hover {
  color: #517fa4;
}
.social-links li.pinterest a:hover {
  color: #cb2027;
}
.social-links li.youtube a:hover {
  color: #bb0000;
}
.social-links li.issuu .issuu-logo {
  display: block;
  width: 28px;
  height: 28px;
}
.social-links li.issuu a:hover {
  color: #ee5226;
}
.social-links li.issuu a:hover svg {
  fill: #ee5226;
}
.social-links li.soundcloud a {
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  background-color: #333;
  border-radius: 4px;
  vertical-align: middle;
}
.social-links li.soundcloud a:hover {
  background-color: #F75718;
}
.social-links li.soundcloud span.fa {
  vertical-align: middle;
  margin-bottom: 3px;
  font-size: 12px;
  color: white;
}
.social-links a {
  text-decoration: none;
  display: block;
  font-size: 28px;
  width: 28px;
  height: 28px;
  text-align: center;
  color: #333;
}
/* ==========================================================================
   Content
   ========================================================================== */
.quick-access {
  padding-top: 10px;
  /*	text-align:center;*/
  border-bottom: 1px solid #eeeeee;
}
.content {
  padding-bottom: 3em;
}
/* =Partenaires
--------------------
-------------------- */
table.table.partners {
  border: none;
}
table.table.partners td {
  display: block;
  border: 0 !important;
  padding: 10px;
}
@media screen and (min-width: 769px) {
  table.table.partners td {
    padding: 20px;
    text-align: center;
    display: table-cell;
  }
}
/* =Home Bullets
--------------------
-------------------- */
.home-title {
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'HelveticaNeueW01-Thin', "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 48px;
  margin: 60px 0 30px;
  padding: 0;
  font-size: 30px;
  line-height: 1.2;
  margin: 12px 0;
}
@media screen and (max-width: 768px) {
  .home-title {
    font-size: 32px;
    margin: 20px 0 10px;
  }
}
.home-bullets .home-bullet {
  display: block;
  margin: 20px 0;
  width: 100%;
  float: left;
  padding: 0 20px;
  text-align: center;
  color: #222222;
  text-decoration: none;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.home-bullets .bullet-picture {
  height: 0;
  padding-bottom: 100%;
  background-color: #eeeeee;
  background-size: cover;
  border-radius: 100%;
}
.home-bullets h2 {
  font-size: 16px;
  font-family: 'HelveticaNeueW01-77BdCn 692722', "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 8px 0;
  line-height: 1.5;
}
/* --- end Home Bullets --- */
.type-post {
  margin-bottom: 60px;
}
.type-post h2 {
  margin-top: 0;
  vertical-align: middle;
}
.type-post time {
  font-size: 16px;
  text-transform: lowercase;
  color: #999999;
  display: inline-block;
  margin-bottom: 8px;
}
/*=SINGLE ACTIVITY
---------------------------------------- 
---------------------------------------- */
.back-to-program {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  font-family: 'DINNextW01-CondensedMed', "Montserrat", Helvetica, Arial, sans-serif;
  display: block;
  padding: 20px 0;
}
.entry-picture {
  height: 200px;
  background-repeat: no-repeat;
  background-position: top center ;
}
.content-extra {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 40px;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #000000;
}
.content-extra iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*		max-height:3600px;*/
}
article.activity {
  margin-bottom: 60px;
}
article.activity header {
  margin-top: 30px;
  margin-bottom: 15px;
}
@media screen and (min-width: 981px) {
  article.activity header {
    margin-top: 45px;
  }
}
@media screen and (min-width: 1201px) {
  article.activity header {
    margin-top: 60px;
  }
}
article.activity header figure {
  float: left;
  margin: 0;
}
article.activity header figcaption {
  color: #999999;
  font-family: 'DINNextW01-CondensedLig', "Montserrat", Helvetica, Arial, sans-serif;
  text-align: right;
}
article.activity header .activity-meta {
  margin-top: 15px;
}
article.activity header .activity-categories {
  text-transform: uppercase;
  font-family: 'DINNextW01-CondensedLig', "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  padding: 0;
  *zoom: 1;
}
article.activity header .activity-categories:before,
article.activity header .activity-categories:after {
  display: table;
  content: "";
  line-height: 0;
}
article.activity header .activity-categories:after {
  clear: both;
}
article.activity header .activity-categories li {
  display: block;
  float: left;
  padding: 0 4px;
  margin: 0 1px 0 0;
  color: #ffffff;
  background-color: #555555;
}
article.activity header .activity-categories li.performance {
  background-color: #444798;
}
article.activity header .activity-categories li.installation {
  background-color: #378ecb;
}
article.activity header .activity-categories li.performance-installation,
article.activity header .activity-categories li.installation-performance {
  background-color: #342756;
}
article.activity header .activity-categories li.film {
  background-color: #efe000;
}
article.activity header .activity-categories li.concert,
article.activity header .activity-categories li.audio-walk {
  background-color: #f28c00;
}
article.activity header .activity-categories li.film-concert {
  background-color: #dd4f26;
}
article.activity header .activity-categories li.in {
  background-color: #e6007e;
}
article.activity header .activity-categories li.out {
  background-color: #35a936;
}
article.activity header .activity-categories li.cat-supp {
  background-color: #333333;
}
article.activity header .activity-categories li.interactive {
  background-color: #333333;
}
article.activity header .activity-categories li.limited {
  color: #333333;
  border: 1px solid #555555;
  padding-bottom: 0;
  /*					background-color:@grayDark;*/
}
article.activity header .activity-categories li.kids {
  background-color: #e71e26;
}
article.activity header .schedule-control {
  /*			display:none;*/
}
article.activity .activity-main .activity-logos {
  margin: 0px -5px 25px;
  *zoom: 1;
}
article.activity .activity-main .activity-logos:before,
article.activity .activity-main .activity-logos:after {
  display: table;
  content: "";
  line-height: 0;
}
article.activity .activity-main .activity-logos:after {
  clear: both;
}
article.activity .activity-main .activity-logos li {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  display: block;
  float: left;
  /*				width:50%;*/
  padding: 0 5px;
}
article.activity .activity-main .activity-logos li img {
  max-width: 100px;
  max-height: 50px;
  width: auto;
}
article.activity .activity-main aside h2 {
  margin: 30px 0 15px 0;
  font-family: 'DINNextW01-CondensedMed', "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 28px;
}
article.activity .activity-main aside h2:first-child {
  margin-top: 0;
}
article.activity .activity-main aside .schedule {
  margin-bottom: 20px;
}
article.activity .activity-main aside .activity-places {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
article.activity .activity-main aside .activity-places li {
  line-height: 18px;
  margin-bottom: 10px;
}
article.activity .activity-main aside .activity-places li i.activity-marker {
  text-align: center;
  font-style: normal;
  color: #ffffff;
  display: block;
  float: left;
  width: 20px;
  margin-right: 5px;
  height: 32px;
  line-height: 20px;
  background: transparent url('../img/mapcolors.png') no-repeat 0 0;
}
article.activity .activity-main aside .place-description {
  padding-left: 25px;
  margin: 10px 0 20px;
}
article.activity .activity-main aside .open-map-slider svg {
  width: 20px;
  height: 20px;
  fill: white;
  vertical-align: middle;
}
article.activity .activity-accessibility {
  *zoom: 1;
  margin: 0 0 30px 0;
  padding: 0;
}
article.activity .activity-accessibility:before,
article.activity .activity-accessibility:after {
  display: table;
  content: "";
  line-height: 0;
}
article.activity .activity-accessibility:after {
  clear: both;
}
article.activity .activity-accessibility li {
  display: block;
  min-height: 40px;
  padding-left: 45px;
  padding-top: 0;
  margin-bottom: 10px;
  background: transparent no-repeat 0 0;
  font-size: 15px;
  line-height: 20px;
  /*

			mal-voyant : mal voyant
			mal-voyant-accompagnateur : mal voyant avec accompagnateur
			mal-entendant : mal entendant
			mobilite-reduite : mobilité réduite
			mobilite-reduite-accompagnateur : mobilité réduite avec accompagnateur
			*/
  background-size: 40px;
}
article.activity .activity-accessibility li.mal-entendant {
  background-image: url("../img/accessibility/mal-entendant.jpg");
  background-image: url("http://nuitblanche.brussels/wp-content/themes/roots-master/assets/img/accessibility/update/oreille-verte.gif");
  background-image: url("../img/accessibility/update/mal-entendant.gif");
}
article.activity .activity-accessibility li.mal-entendant-accompagnateur {
  background-image: url("../img/accessibility/mal-entendant.jpg");
  background-image: url("../img/accessibility/update/mal-entendant-accompagnateur.gif");
}
article.activity .activity-accessibility li.mal-voyant {
  background-image: url("../img/accessibility/mal-voyant.jpg");
  background-image: url("../img/accessibility/update/mal-voyant.gif");
}
article.activity .activity-accessibility li.mal-voyant-accompagnateur {
  background-image: url("../img/accessibility/mal-voyant-accompagnateur.jpg");
  background-image: url("http://nuitblanche.brussels/wp-content/themes/roots-master/assets/img/accessibility/update/oeil-orange.gif");
  background-image: url("../img/accessibility/update/mal-voyant-accompagnateur.gif");
}
article.activity .activity-accessibility li.mobilite-reduite {
  background-image: url("../img/accessibility/mobilite-reduite.jpg");
  background-image: url("http://nuitblanche.brussels/wp-content/themes/roots-master/assets/img/accessibility/update/chaise-verte.gif");
  background-image: url("../img/accessibility/update/mobilite-reduite.gif");
}
article.activity .activity-accessibility li.mobilite-reduite-accompagnateur {
  background-image: url("../img/accessibility/mobilite-reduite-accompagnateur.jpg");
  background-image: url("http://nuitblanche.brussels/wp-content/themes/roots-master/assets/img/accessibility/update/chaise-orange.gif");
  background-image: url("../img/accessibility/update/mobilite-reduite-accompagnateur.gif");
}
article.activity .activity-accessibility li.langue-signes {
  background-image: url("../img/accessibility/mobilite-reduite-accompagnateur.jpg");
  background-image: url("http://nuitblanche.brussels/wp-content/themes/roots-master/assets/img/accessibility/update/hands.gif");
  background-image: url("../img/accessibility/update/langue-signes.gif");
}
article.activity .activity-accessibility li.accompagnateur {
  background-image: url("../img/accessibility/accompagnateur.svg");
  background-image: url("http://nuitblanche.brussels/wp-content/themes/roots-master/assets/img/accessibility/update/");
}
article.activity .activity-accessibility li.induction {
  background-image: url("../img/accessibility/picto_bleu_induction.png");
}
article.activity .activity-accessibility li.mal-voyant-nega {
  background-image: url("../img/accessibility/update/mal-voyant-nega.gif");
}
article.activity .activity-accessibility li.mal-entendant-nega {
  background-image: url("../img/accessibility/update/mal-entendant-nega.gif");
}
article.activity .activity-accessibility li.mobilite-reduite-nega {
  background-image: url("../img/accessibility/update/mobilite-reduite-nega.gif");
}
article.activity .activity-title {
  margin-top: 0;
  font-weight: normal;
  font-family: 'DINNextW01-CondensedMed', "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 30px;
  display: block;
  position: relative;
  padding-left: 55px;
}
article.activity .activity-title span {
  font-size: 66%;
  font-family: 'DINNextW01-CondensedLig', "Montserrat", Helvetica, Arial, sans-serif;
  /*			#font > .shorthand(16px, normal, 22px)*/
}
@media screen and (min-width: 769px) {
  article.activity .activity-title {
    font-size: 44px;
  }
}
article.activity .activity-number {
  display: block;
  height: 70px;
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  color: white;
  background: url('../img/iconMap.svg') no-repeat top center;
  background-size: auto auto;
}
.nosvg article.activity .activity-accessibility li.mal-entendant {
  background-image: url("../img/accessibility/mal-entendant.jpg");
}
.nosvg article.activity .activity-accessibility li.mal-voyant {
  background-image: url("../img/accessibility/mal-voyant.jpg");
}
.nosvg article.activity .activity-accessibility li.mal-voyant-accompagnateur {
  background-image: url("../img/accessibility/mal-voyant-accompagnateur.jpg");
}
.nosvg article.activity .activity-accessibility li.mobilite-reduite {
  background-image: url("../img/accessibility/mobilite-reduite.jpg");
}
.nosvg article.activity .activity-accessibility li.mobilite-reduite-accompagnateur {
  background-image: url("../img/accessibility/mobilite-reduite-accompagnateur.jpg");
}
.nosvg article.activity .activity-accessibility li.accompagnateur {
  background-image: url("../img/accessibility/accompagnateur.svg");
}
.nosvg article.activity .activity-accessibility li.induction {
  background-image: url("../img/accessibility/picto_bleu_induction.png");
}
/* ---------------------------------------- 
close SINGLE ACTIVITY */
.streaming-wrapper {
  position: relative;
  max-width: 768px;
  margin: 0 auto;
}
.streaming-wrapper * {
  line-height: 1.1;
  box-sizing: border-box;
}
.streaming-wrapper header {
  margin-bottom: 30px;
}
.nb-flux-wrapper {
  padding: 0;
  margin: 30px 0;
}
.nb-flux {
  position: relative;
  line-height: 120px;
  text-align: center;
  color: white;
  height: 0;
  padding-bottom: 61%;
  background-color: #333;
  margin-bottom: 20px;
}
.nb-flux iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* --------***-------- 
----------------------
=Thank you page
---------------------- */
.gform_wrapper {
  padding: 10px;
  margin-bottom: 20px;
}
.gform_wrapper ul {
  list-style: none;
  margin-left: 0;
}
.gform_wrapper form {
  margin-bottom: 0;
}
.gfield_radio input,
.gfield_checkbox input {
  vertical-align: 0;
}
.inline .gfield_radio li {
  display: inline-block;
  margin-right: 8px;
}
.gfield_radio label,
.gfield_checkbox label {
  display: inline-block;
  margin-left: 8px;
}
.gform_wrapper .validation_message {
  display: none;
}
.gform_wrapper .gfield_required {
  color: #e71e26;
  padding-left: 1px;
}
.gform_wrapper .gfield_error label {
  color: #b94a48;
}
.gform_wrapper label {
  font-weight: bold;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper textarea {
  width: 100%;
  box-sizing: border-box;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=email] {
  height: 40px;
}
.gform_wrapper .ty-firstname,
.gform_wrapper .ty-lastname,
.gform_wrapper .ty-message,
.gform_wrapper .gform_footer {
  padding: 0 10px;
  box-sizing: border-box;
}
.gform_wrapper .ty-firstname,
.gform_wrapper .ty-lastname {
  width: 50%;
  float: left;
}
.gform_wrapper .ty-message textarea {
  height: 120px;
}
.entry-content-asset {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  margin-bottom: 40px;
}
.entry-content-asset iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* end Thank you page
------------------- */
/* --------***-------- 
----------------------
=HOME
---------------------- */
.share-home-post-event {
  text-align: center;
}
.share-home-post-event a {
  font-size: 40px;
  color: #555555;
  text-decoration: none;
}
.share-home-post-event a:hover {
  color: #000;
}
.home-post-event {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.home-post-event iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* end HOME
------------------- */
/*=Single Place
---------------------------------------- 
---------------------------------------- */
article.places .place-title {
  margin-top: 0;
  font-weight: normal;
  font-family: 'DINNextW01-CondensedMed', "Montserrat", Helvetica, Arial, sans-serif;
}
article.places .place-meta {
  font-size: 40px;
  margin-top: 0;
  font-weight: normal;
  font-family: 'DINNextW01-CondensedLig', "Montserrat", Helvetica, Arial, sans-serif;
}
article.places header {
  margin-bottom: 20px;
}
article.places #place-map {
  height: 0;
  padding-bottom: 100%;
  background-color: #555555;
}
article.places #place-map img {
  max-width: none;
}
article.places .place-activities {
  font-size: 24px;
  margin-top: 0;
  font-weight: normal;
  font-family: 'DINNextW01-CondensedMed', "Montserrat", Helvetica, Arial, sans-serif;
}
/* ---------------------------------------- 
close Single Place */
.featured-event-link {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.featured-event-link .featured-picture-wrapper {
  overflow: hidden;
  text-align: center;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  margin-bottom: 10px;
}
.featured-event-link .featured-event-categories {
  opacity: 0;
  filter: alpha(opacity=0);
}
.featured-event-link .picture-overlay-effect {
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  float: left;
  width: 0%;
  padding-bottom: 0%;
  background-color: #358fc9;
  margin-top: 50%;
  margin-left: 50%;
  border-radius: 50%;
  opacity: 0.79;
  filter: alpha(opacity=79);
}
.featured-event-link:hover {
  text-decoration: none;
}
.featured-event-link:hover .picture-overlay-effect {
  margin-top: 0%;
  margin-left: 0%;
  width: 100%;
  padding-bottom: 100%;
}
.featured-event-link:hover .featured-event-categories {
  margin-top: -75%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.featured-event-link:hover .featured-event-title,
.featured-event-link:hover .featured-event-artist {
  color: #358fc9;
}
.featured-event-categories {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  top: 0;
  width: 100%;
  /*		.opacity(0);*/
  text-align: center;
}
.featured-event-categories li {
  margin: 0;
  font-family: 'DINNextW01-CondensedLig', "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  background-color: #555555;
  border: 1px solid #ffffff;
  padding: 4px 6px 0px 6px;
  color: #ffffff;
  font-weight: normal;
}
.featured-event-categories li.performance {
  background-color: #444798;
}
.featured-event-categories li.installation {
  background-color: #378ecb;
}
.featured-event-categories li.performance-installation,
.featured-event-categories li.installation-performance {
  background-color: #342756;
}
.featured-event-categories li.film {
  background-color: #efe000;
}
.featured-event-categories li.concert,
.featured-event-categories li.audio-walk {
  background-color: #f28c00;
}
.featured-event-categories li.film-concert {
  background-color: #dd4f26;
}
.featured-event-categories li.in {
  background-color: #e6007e;
}
.featured-event-categories li.out {
  background-color: #358fc9;
}
.featured-event {
  margin-bottom: 30px;
}
.featured-event ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.featured-event {
  max-width: 270px;
}
.featured-event a {
  color: #333333;
  display: block;
  text-decoration: none;
}
.illustrated_header {
  *zoom: 1;
}
.illustrated_header:before,
.illustrated_header:after {
  display: table;
  content: "";
  line-height: 0;
}
.illustrated_header:after {
  clear: both;
}
.illustrated_header img {
  width: 100%;
}
.illustrated_header .copyright {
  color: #999999;
  float: right;
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  .illustrated_header .copyright {
    font-size: 14px;
    margin-right: 15px;
  }
}
.page-title {
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'HelveticaNeueW01-Thin', "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 48px;
  line-height: 1.2;
  margin: 60px 0 30px;
}
@media screen and (max-width: 768px) {
  .page-title {
    font-size: 32px;
    margin: 20px 0 10px;
  }
}
table {
  width: 100%;
  margin-bottom: 24px;
}
table th,
table td {
  padding: 8px;
  line-height: 24px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
table th {
  font-weight: bold;
}
table thead th {
  vertical-align: bottom;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody + tbody {
  border-top: 2px solid #dddddd;
}
table .table {
  background-color: #ffffff;
}
.featured-event .entry-picture {
  text-align: center;
  -webkit-transition: all .5s;
          transition: all .5s;
  /*	margin:2% auto;*/
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #358fc9 no-repeat 50% 50%;
  border-radius: 50%;
  /*	border:4px solid @black;*/
}
.featured-event-title {
  text-align: center;
  font-family: 'DINNextW01-CondensedMed', "Montserrat", Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
}
.featured-event-artist {
  text-align: center;
  font-family: 'DINNextW01-CondensedLig', "Montserrat", Helvetica, Arial, sans-serif;
  margin: 0;
  color: #000000;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
/* =PLACES
--------------------
-------------------- */
.places-list h3 {
  font-family: 'DINNextW01-CondensedLig', "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.places-list h3 strong {
  font-family: 'DINNextW01-CondensedMed', "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
/* --- end PLACES --- */
/*=PROGRAMME + FILTERS
---------------------------------------- 
---------------------------------------- */
.program-header {
  margin-top: 60px;
}
.program-header .page-title {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .program-header .page-title {
    float: left;
  }
}
@media screen and (min-width: 769px) {
  .program-utilities {
    margin-top: 10px;
    float: right;
  }
}
.program-brochure,
.program-map {
  display: inline-block;
  margin-bottom: 15px;
  line-height: 1;
}
.program-brochure svg,
.program-map svg {
  display: inline-block;
  text-align: top;
  fill: white;
  width: 16px;
  height: 16px;
}
.program-brochure span,
.program-map span {
  display: inline-block;
  vertical-align: top;
}
.program-filters {
  font-size: 11px;
  border: 1px dashed #000000;
  border-left: none;
  border-right: none;
  padding: 5px 0;
  margin-bottom: 24px;
}
.program-filters br {
  display: inline-block;
}
.program-filters * {
  /*		vertical-align: baseline;*/
  text-transform: uppercase;
  font-family: 'DINNextW01-CondensedLig', "Montserrat", Helvetica, Arial, sans-serif;
  display: inline;
  margin-right: 5px;
}
.program-filters p {
  margin: 0;
}
.program-filters ul {
  margin: 0;
}
.program-filters ul li {
  position: relative;
  padding: 0;
  margin: 0;
}
.program-filters .pmr a {
  margin: 0 5px 0 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
.program-filters .pmr a img {
  margin: 0;
  vertical-align: bottom;
  max-height: 24px;
}
.program-filters .pmr a.unselected img {
  opacity: .5;
}
.program-filters a {
  text-decoration: none;
  padding: 2px 6px;
  color: #ffffff;
  background-color: #555555;
  border: 1px solid #555555;
}
.program-filters a.program-filter-any {
  display: inline-block;
  line-height: 16px;
  margin-bottom: 5px;
  background-color: #ffffff;
  color: #888;
  border-color: #888;
}
.program-filters a.program-filter-any.active {
  color: #333;
  border-color: #333;
  background-color: #ddd;
}
.program-filters a.performance {
  background-color: #444798;
  border-color: #444798;
}
.program-filters a.parties {
  background-color: #f2e500;
  border-color: #f2e500;
}
.program-filters a.installation {
  background-color: #378ecb;
  border-color: #378ecb;
}
.program-filters a.performance-installation,
.program-filters a.installation-performance {
  background-color: #342756;
  border-color: #342756;
}
.program-filters a.film {
  background-color: #efe000;
  border-color: #efe000;
}
.program-filters a.concert,
.program-filters a.audio-walk {
  background-color: #f28c00;
  border-color: #f28c00;
}
.program-filters a.film-concert {
  background-color: #dd4f26;
  border-color: #dd4f26;
}
.program-filters a.kids-friendly {
  background-color: white;
  border-color: white;
  color: #000;
}
.program-filters a.kids-friendly.selected {
  background-color: black;
  border-color: black;
  color: white;
}
.program-filters a.indoor {
  background-color: #35a936;
  border-color: #35a936;
}
.program-filters a.outdoor {
  background-color: #e6007e;
  border-color: #e6007e;
}
.program-filters a.unselected {
  color: #999999;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.program-filters a:hover {
  text-decoration: none;
  opacity: .8;
}
.program-filters h3 {
  display: inline-block;
  /*		vertical-align: bottom;*/
  font-size: 14px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 0;
}
.program-filters .filters-stack {
  display: block;
  margin-bottom: 10px;
}
.program-filters > span {
  display: none;
}
.program-filters > br {
  display: none;
}
.program-filters .jump-to-artists {
  text-align: right;
  margin: 0 0 0 30px;
}
.program-filters select {
  vertical-align: top;
  height: 24px;
  margin: 0;
  width: 200px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 14px;
}
@media screen and (min-width: 981px) {
  .program-filters h3 {
    display: inline;
  }
  .program-filters .filters-stack {
    display: inline;
    margin-bottom: 0;
  }
  .program-filters span {
    display: inline;
  }
  .program-filters > br {
    display: none;
  }
}
.program-list {
  padding-top: 24px;
  margin-bottom: 60px;
}
.program-list li {
  display: block;
  position: relative;
  overflow: visible;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0 0 100% 0;
  float: left;
  background-color: gray;
  text-align: left;
}
@media screen and (min-width: 481px) {
  .program-list li {
    width: 49.999%;
    width: 50%;
    padding-bottom: 50%;
  }
  .program-list li.double {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .program-list li {
    width: 33.33%;
    padding-bottom: 33.33%;
  }
  .program-list li.double {
    width: 66.66%;
  }
}
@media screen and (min-width: 981px) {
  .program-list li {
    width: 24.999%;
    width: 25%;
    padding-bottom: 25%;
  }
  .program-list li.double {
    width: 50%;
  }
}
.program-list li a {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.program-list li a:hover .overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.program-list li a:focus {
  outline: medium dotted #333;
}
.program-list li .overlay {
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.program-list li .program-title {
  z-index: 7777;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  color: white;
}
.program-list li .map-markers {
  z-index: 6666;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 30px;
  text-align: center;
}
.program-list li .map-marker {
  display: inline-block;
  width: 20px;
  height: 32px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  position: relative;
}
.program-list li .map-marker svg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 20px;
  height: 32px;
}
.program-list li .map-marker i {
  position: relative;
  z-index: 1;
  font-style: normal;
}
.program-list li .map-marker.performance .iconFill {
  fill: #444798 !important;
}
.program-list li .map-marker.installation .iconFill {
  fill: #378ecb !important;
}
.program-list li .map-marker.performance-installation .iconFill,
.program-list li .map-marker.installation-performance .iconFill {
  fill: #342756 !important;
}
.program-list li .map-marker.film .iconFill {
  fill: #efe000 !important;
}
.program-list li .map-marker.concert .iconFill {
  fill: #f28c00 !important;
}
.program-list li .map-marker.film-concert .iconFill {
  fill: #dd4f26 !important;
}
.program-list li .picture-fill {
  overflow: hidden;
  height: 0;
  width: 86%;
  padding-bottom: 86%;
  border-radius: 50%;
  margin: 0 7% 10px 7%;
  background-color: #345;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
  display: none;
}
.isotope .isotope-item.isotope-hidden {
  /*	display:none;*/
}
/* ---------------------------------------- 
close PROGRAMME + FILTERS */
.programme-isotope .programme-item {
  width: 49%;
  margin-bottom: 20px;
}
.programme-isotope .programme-item .programme-item-in {
  text-align: center;
  display: block;
}
.programme-isotope .programme-item .programme-item-in h3 {
  margin: 0;
}
.programme-isotope .programme-item .programme-item-in .picture-fill {
  overflow: hidden;
  height: 0;
  width: 92%;
  padding-bottom: 92%;
  border-radius: 50%;
  /*				height:100%;*/
  margin: 0 4%;
  background-color: #345;
  /*				height:auto;*/
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
/*=INFOS 
---------------------------------------- 
---------------------------------------- */
.nb-infos {
  margin-bottom: 60px;
}
.nb-infos-item {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding: 30px;
  display: block;
  padding: 15px 2%;
  background-color: #123;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.2;
}
.nb-infos-item:nth-child(5n) {
  background-color: #9a9a9a;
}
.nb-infos-item:nth-child(5n+1) {
  background-color: #5a5a5a;
}
.nb-infos-item:nth-child(5n+2) {
  background-color: gray;
}
.nb-infos-item:nth-child(5n+3) {
  background-color: #676767;
}
.nb-infos-item:nth-child(5n+4) {
  background-color: #a6a6a6;
}
.nb-infos-item:hover {
  background-color: black;
  text-decoration: none;
  color: white;
}
/*=SCHEDULE 
---------------------------------------- 
---------------------------------------- */
.send-schedule {
  margin-bottom: 0;
  border-top: 1px solid #000000;
  background-color: #f7f8f9;
  padding: 2%;
}
.send-schedule.off {
  display: none;
}
.send-schedule input,
.send-schedule button {
  margin-bottom: 4px;
  margin-right: 10px;
}
.send-schedule p {
  font-family: 'DINNextW01-CondensedMed', "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
}
.send-schedule label {
  font-size: 12px;
  font-weight: bold;
}
.schedule-item {
  border-top: 1px solid #000000;
  padding: 20px 0;
  position: relative;
}
.schedule-item:last-child {
  border-bottom: 1px solid #000000;
}
.schedule-item .schedule-title {
  font-size: 26px;
  font-weight: normal;
  line-height: 32px;
  margin: 0;
  font-family: 'DINNextW01-CondensedMed', "Montserrat", Helvetica, Arial, sans-serif;
}
.schedule-item .schedule-title small {
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  font-family: 'DINNextW01-CondensedLig', "Montserrat", Helvetica, Arial, sans-serif;
  color: #333333;
}
.schedule-item .schedule-place ul li {
  *zoom: 1;
  margin-bottom: 10px;
}
.schedule-item .schedule-place ul li:before,
.schedule-item .schedule-place ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.schedule-item .schedule-place ul li:after {
  clear: both;
}
.schedule-item .schedule-place ul .schedule-place-numero {
  text-align: center;
  font-style: normal;
  color: #ffffff;
  display: block;
  float: left;
  width: 20px;
  margin-right: 5px;
  height: 32px;
  line-height: 20px;
  background: transparent url('../img/mapcolors.png') no-repeat 0 0;
}
.schedule-item .delete-schedule-item {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 0;
  height: 26px;
  width: 26px;
  background: url('../img/icons/close24transp.png') no-repeat;
}
.btn-flat {
  text-rendering: optimizeLegibility;
  font-family: 'HelveticaNeueW01-77BdCn 692722', "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border-radius: 0;
  border: none;
  background-image: none;
  color: #ffffff;
  text-decoration: none;
  text-shadow: none;
  font-size: 14px;
  line-height: 16px;
  padding-top: 6px;
  font-weight: normal;
}
.btn-black {
  background-color: #000000;
}
.btn-black:hover {
  background-color: #555555;
  color: #ffffff;
}
.schedule-options {
  text-align: right;
}
/* ---------------------------------------- 
close SCHEDULE  */
/* ==========================================================================
   Primary Content
   ========================================================================== */
.featured-news-title {
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
}
.featured-news-title a {
  font-family: 'DINNextW01-CondensedMed', "Montserrat", Helvetica, Arial, sans-serif;
  color: #333333;
}
.type-post h2 {
  font-size: 20px;
}
/* ==========================================================================
   MAP Content
   ========================================================================== */
#gmap {
  margin: 20px 0;
  height: 500px;
  background-color: #ccc;
}
#gmap img {
  max-width: none;
}
.map_label {
  display: block;
  width: 20px;
  text-align: center;
  border-radius: 4px;
  /*	background-color:#000;*/
}
.map_label_txt {
  /*	font-weight:bold;*/
  color: #fff;
  font-size: 9px;
}
.map_label_txt_focused {
  color: #e71e26;
  font-size: 9px;
  font-weight: bold;
}
.popup-map-inner {
  width: 600px;
  height: 400px;
  background-color: #358fc9;
}
.map-slider {
  position: fixed;
  width: 0%;
  height: 90%;
  padding: 5px 0 5px 5px;
  top: 5%;
  right: -10px;
  background-color: #ffffff;
  z-index: 20000;
  box-shadow: -1px -1px 3px #999999;
}
.map-slider img {
  max-width: none;
}
.map-slider .g-map-slider {
  background-color: #555555;
  height: 100%;
}
.map-slider .close-map-slider {
  z-index: 100000;
  display: none;
  position: absolute;
  font-size: 20px;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border: 1px solid #333333;
  border-top: none;
  border-left: none;
  line-height: 26px;
  text-align: center;
  background-color: #ffffff;
  color: #e71e26;
  text-decoration: none;
}
.map-slider .close-map-slider:hover {
  background-color: #eeeeee;
}
.map-slider .close-map-slider:before {
  content: "\2715";
  line-height: 30px;
}
.map-slider.open {
  right: 0;
  width: 95%;
}
.map-slider.open .close-map-slider {
  display: block;
}
.infobox-content {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  margin: 20px 10px;
}
.infobox-content p {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  *zoom: 1;
}
.infobox-content p:before,
.infobox-content p:after {
  display: table;
  content: "";
  line-height: 0;
}
.infobox-content p:after {
  clear: both;
}
.infobox-content span {
  text-align: center;
  display: block;
  float: left;
  width: 18px;
  height: 25px;
  padding-top: 3px;
  margin-right: 8px;
  background: #ffffff url('../img/icoMapBlack.png') no-repeat;
  color: #ffffff;
}
.infobox-content .infobox-activity {
  border-top: 1px solid #000000;
  padding: 10px 0;
}
.infobox-content .infobox-activity p {
  margin: 0 0 4px 0;
}
.infobox-content .infobox-activity-name a {
  font-family: 'DINNextW01-CondensedLig', "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
}
.infobox-content .infobox-activity-artist {
  font-family: 'DINNextW01-CondensedLig', "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
}
.infobox-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  left: 50%;
  margin-left: -10px;
  top: -1px;
  z-index: 999999;
  background-color: #ffffff;
  border: 10px solid #ffffff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: -1px -1px 0px 0px #555555;
}
/* ==========================================================================
   Sidebar
   ========================================================================== */
/* ==========================================================================
   Posts
   ========================================================================== */
/* ==========================================================================
   Footer
   ========================================================================== */
.content-info {
  background-color: black;
  padding: 10px;
  text-align: center;
}
.content-info p {
  margin: 0;
  color: white;
  font-weight: 700;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .content-info p {
    font-size: 12px;
  }
}
.partners-2018 {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px -5px;
}
.partners-2018 li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80px;
  margin: 0 5px 10px;
}
.partners-2018 a {
  display: block;
  padding: 5px;
  background-color: #fff;
  -webkit-transition: background-color 0.2s;
          transition: background-color 0.2s;
}
.partners-2018 a:hover {
  background-color: #ccc;
}
/*
.content-info {
	
	margin-top:@baseLineHeight;
	
	background-color:@white;
	color:@grayDark;
	padding:20px 0 0 0;
	.container{
		border-top:4px solid @black;
		padding-top:20px;
	}
	.mention{
		font-size:10px;
		line-height:1;
		text-transform:uppercase;
	}
}
.partners-logos{
	margin-bottom:20px;
	ul{
		list-style: none;
		margin:0 -10px;
		padding:0;
	}
	li{
		display:block;
		float:left;
		height:70px;
		padding:0 10px;
	}
}
.footer-logos{
	img{
		margin:0 5px 10px 0;
	}
}
.partners-footer-title{
	text-transform:uppercase;
	font-family:@HelveticaThin;
	#font > .shorthand(20px, normal, 26px);
}
.partner-title{
	font-family:@HelveticaThin;
	text-transform:uppercase;
	#font > .shorthand(16px, normal, 22px);
}

.partner-footer-link{
	margin-bottom:20px;
}
.footer-bottom{
	background-color:@black;
	color:@white;
	//border-top:1px solid @gray;
	//padding:10px 0;
	margin:0 -20px;
	padding:10px 20px;
	p{
		margin-bottom:0;
	}
	.container{
		border-top-width:1px;
	}
}
.footer-nav{
	
	margin:0;
	list-style: none;
	li{
		display:inline-block;
		margin-right:10px;
		a{
			color:@white;
			text-decoration:underline;
		}
	}
}
*/
#as-gfx img {
  width: 40px;
  height: 40px;
  border: none;
}
.fb-comments,
.fb-comments iframe[style] {
  width: 100% !important;
}
.home-fb .fb-activity,
.home-fb span {
  width: 100% !important;
  max-width: 100% !important;
}
.home-fb .fb-activity iframe[style],
.home-fb span iframe[style] {
  width: 100% !important;
}
.home-event-actions .btn-flat {
  width: 100%;
  padding-top: 8px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 15px;
}
/*=OFF SEASON
---------------------------------------- 
---------------------------------------- */
.offseason-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-top: 80px;
}
.offseason-video iframe {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.offseason-photos {
  /*	margin-top:80px;*/
}
.offseason-photos .slides-title {
  font-family: 'DINNextW01-CondensedMed', "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
}
.offseason-photos .slide-wrapper {
  margin-bottom: 40px;
}
.icon-chevron-left,
.icon-chevron-right {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/sprites.png);
  background-repeat: no-repeat;
}
.icon-chevron-left {
  background-position: 0 0;
}
.icon-chevron-right {
  background-position: -32px 0;
}
.slidesjs-navigation {
  margin-top: 3px;
}
.slidesjs-previous {
  margin-right: 5px;
  float: left;
}
.slidesjs-next {
  margin-right: 5px;
  float: left;
}
.slidesjs-pagination {
  margin: 6px 0 0;
  float: right;
  list-style: none;
}
.slidesjs-pagination li {
  float: left;
  margin: 0 1px;
}
.slidesjs-pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url(../img/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}
.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background-position: 0 -13px;
}
.slidesjs-pagination li a:hover {
  background-position: 0 -26px;
}
/* ---------------------------------------- 
close OFF SEASON */
/*=WHAT'S NEXT
---------------------------------------- 
---------------------------------------- */
.whats-next-wrapper {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
}
.whats-next-wrapper * {
  line-height: 1.1;
  box-sizing: border-box;
}
.whats-next-header h1 {
  padding: 0 15px;
}
.whats-next-title {
  display: block;
  margin: 20px auto;
  width: 140px;
  height: 140px;
  background-color: black;
  text-align: center;
  color: white;
  position: relative;
  border-radius: 100%;
}
.whats-next-title h2 {
  display: block;
  color: white;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 700;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.whats-next-content {
  padding: 10px 15px;
}
body.page-template-template-whats-next,
body.page-template-template-geonb {
  padding: 0;
}
.back-to-website,
.back-to-list,
.show-direction {
  display: block;
  background-color: #0071bc;
  padding: 10px 15px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
}
.back-to-website *,
.back-to-list *,
.show-direction * {
  display: inline-block;
  vertical-align: middle;
}
.back-to-website svg,
.back-to-list svg,
.show-direction svg {
  margin-right: 4px;
  height: 14px;
  fill: white;
}
.enter-whats-next {
  display: block;
  background-color: #0071bc;
  padding: 10px 15px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  background-color: black;
  font-size: 15px;
  text-align: center;
}
.enter-whats-next * {
  display: inline-block;
  vertical-align: middle;
}
.enter-whats-next svg {
  margin-right: 4px;
  height: 14px;
  fill: white;
}
p.geo-infos {
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  position: fixed;
  width: 140px;
  top: 40%;
  left: 0;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.4);
}
.wn-list {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateX(0%) translateY(0%);
  -ms-transform: translateX(0%) translateY(0%);
  transform: translateX(0%) translateY(0%);
}
.wn-list.off {
  -webkit-transform: translateX(-100%) translateY(0%);
  -ms-transform: translateX(-100%) translateY(0%);
  transform: translateX(-100%) translateY(0%);
}
.wn-list li {
  min-height: 120px;
  background-color: black;
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.wn-list li.active {
  -webkit-transform: translateX(-130px) translateY(0px);
  -ms-transform: translateX(-130px) translateY(0px);
  transform: translateX(-130px) translateY(0px);
}
.wn-list .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}
.wn-activity {
  color: white;
  font-weight: 700;
  position: relative;
  z-index: 120;
  padding: 20px;
}
.wn-activity h1 {
  font-weight: 700;
  margin: 0;
  font-size: 18px;
  margin-bottom: 10px;
}
.wn-controls {
  z-index: 140;
  position: absolute;
  right: 0;
  top: 0;
  width: 130px;
  height: 100%;
  -webkit-transform: translateX(100%) translateY(0px);
  -ms-transform: translateX(100%) translateY(0px);
  transform: translateX(100%) translateY(0px);
}
.wn-controls a {
  font-size: 14px;
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: #0071bc;
  color: white;
  left: 0;
  text-decoration: none;
  text-align: center;
}
.wn-controls a.infos {
  top: 0;
  border-bottom: 1px solid white;
  z-index: 145;
}
.wn-controls a.direction {
  top: 50%;
  z-index: 143;
}
.wn-controls a div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.wn-controls a svg {
  display: block;
  margin: 0 auto 5px;
  height: 14px;
  fill: white;
}
.wn-infos time,
.wn-infos .place {
  display: block;
  margin: 0 0 8px 0;
}
.wn-infos time svg,
.wn-infos .place svg {
  margin-right: 4px;
  fill: white;
  height: 13px;
}
.wn-placeholder {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateX(100%) translateY(0%);
  -ms-transform: translateX(100%) translateY(0%);
  transform: translateX(100%) translateY(0%);
}
.wn-placeholder.on {
  -webkit-transform: translateX(0%) translateY(0%);
  -ms-transform: translateX(0%) translateY(0%);
  transform: translateX(0%) translateY(0%);
}
.wn-activity-pane {
  padding: 15px;
}
.wn-activity-pane h1 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
}
.wn-activity-pane img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.wn-activity-pane time {
  display: block;
  margin-bottom: 10px;
}
.wn-activity-pane .place {
  margin-bottom: 10px;
}
.wn-activity-pane .place p {
  margin: 0;
}
.wn-activity-pane .show-direction {
  display: inline-block;
  margin-bottom: 10px;
}
/*
.whats-next{
	.activities{
		
		margin:0;
		padding:0;
		min-height:320px;
	}
	li{
		display:none;
		padding:10px;
		margin-bottom:10px;
		background-color:lighten(@blue,50%);
	}
	font-family:@DinCdnLig;
	#font > .shorthand(18px, normal, 22px);
	strong{
		font-family:@DinCdn;
		font-weight:normal;
	}
	
	h3{
		margin:0;
		font-weight:normal;
		font-family:@DinCdn;
		#font > .shorthand(22px, normal , 26px);
	}
	.activity-infos, .activity-picture{
		width:40%;
		float:left;
		
		big{
			font-weight:normal;
			font-family:@DinCdn;	
			#font > .shorthand(20px, normal, 24px);
		}
	}
	.activity-infos{
		width:60%;
		text-align:right;
		float:right;
	}
	.activity-categories{
		text-transform:uppercase;
		font-family:@DinCdnLig;
		#font > .shorthand(1px);
		margin-bottom:10px;
		padding:0;
		.clearfix;
		float:right;
		li{
			display:block;
			float:left;
			padding:4px 4px 0 4px;
			margin:0 1px 0 0;
			color:@white;
			
			&.digital-art{
				background-color:@orange;
			}
			&.performance{
				background-color:@black;
			}
			&.installation{
				background-color:@blue;
			}
			&.urban-game{
				background-color:@red;
			}
			&.in{
				background-color:@pink;
			}
			&.out{
				background-color:@blue;
			}
			&.cat-supp{
				background-color:@grayDark;
			}
		}
	}
	.activity-distance{
		margin:7px 0;
		
		border-bottom:1px solid @gray;
	}
	
	.activity-description{
		font-family:@sansFontFamily;
		#font > .shorthand(13px, normal, 16px);
		color:@grayLight;
	}
	.activity-picture-wrapper{
		overflow:hidden;
		text-align:center;
		height:0;
		width:100%;
		padding-bottom:100%;
		border-radius:50%;
		margin-bottom:10px;
		background-color:darken(@blue,25%);
	}
}
*/
/* --------***-------- 
----------------------
=VIP
---------------------- */
.vip-intro {
  margin: 30px auto;
}
.vip-intro a {
  text-align: center;
  display: block;
  max-width: 600px;
  margin: 0 auto 30px;
  color: #000;
  text-decoration: none;
  font-size: 22px;
}
.vip-intro h1 {
  display: block;
  margin: 30px auto 40px;
  width: 120px;
  height: 120px;
  background-color: black;
  color: white;
  text-align: center;
  font-size: 50px;
  line-height: 120px;
  border-radius: 100%;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.vip-intro .vip-enter {
  margin: 30px 0;
  text-align: center;
}
.vip-intro .vip-enter a {
  background-color: black;
  color: white;
  display: inline-block;
  margin: 0 20px;
}
.vip-intro .vip-enter a:hover {
  opacity: .7;
}
.vip-nl {
  /*	float: right;*/
  background: black;
  display: inline-block;
  vertical-align: top;
  margin: 20px;
  padding: 30px;
  border-radius: 100px;
  font-size: 32px;
  color: white;
  text-decoration: none;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.vip-nl:hover {
  color: white;
  text-decoration: none;
  background: #333333;
}
/* end VIP
------------------- */
.zap-actions {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #666;
  border-top: 1px solid #999;
  /*	-webkit-box-shadow:  0px -2px 1px 1px rgba(10, 10, 10, .2);*/
  /*	        box-shadow:  0px -2px 1px 1px rgba(10, 10, 10, .2);*/
}
.zap-actions .btn-xlarge {
  float: left;
  width: 48%;
  padding-left: 0;
  padding-right: 0;
  /*		margin:0 0 10px 0;*/
  display: block;
  /*		width:100%;*/
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  box-shadow: inset 0px 22px 22px 0px rgba(255, 255, 255, 0.2);
}
.zap-actions .btn-xlarge.get-map {
  width: 48%;
  margin-right: 4%;
}
.activity-more,
.activity-less {
  display: inline-block;
  background-color: #358fc9;
  color: #fff;
  padding: 0px 5px 2px 5px;
  text-decoration: none;
  margin: 0 4px;
  font-weight: bold;
}
.activity-more:hover,
.activity-less:hover {
  text-decoration: none;
  color: #fff;
}
/* ---------------------------------------- 
close WHAT'S NEXT */
/* --------***-------- 
----------------------
=Archives
---------------------- */
.single-archives {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #999;
}
.single-archives header {
  font-family: 'HelveticaNeueW01-77BdCn 692722', "Montserrat", Helvetica, Arial, sans-serif;
}
.single-archives .archives-activities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 0 -5px 15px;
  margin: 0 0px 20px;
}
.single-archives .archives-activities-item {
  width: 33.3334%;
  box-sizing: border-box;
}
.single-archives .archives-activities-item-title {
  color: white;
  position: absolute;
  z-index: 240;
  bottom: 10px;
  left: 10px;
  width: calc(80%);
  line-height: 1.2;
  text-shadow: 1px 1px 0 black;
}
.single-archives .archives-activities a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background-size: 110%;
  background-position: center;
  -webkit-transition: all .35s ease;
          transition: all .35s ease;
}
.single-archives .archives-activities a:hover {
  background-size: 100%;
}
.single-archives .archives-activities a:hover .overlay {
  background-color: rgba(0, 0, 0, 0.15);
}
.single-archives .archives-activities a .overlay {
  z-index: 200;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .25s ease;
          transition: all .25s ease;
}
@media (min-width: 600px) {
  .single-archives .archives-activities-item {
    width: 25%;
  }
}
@media (min-width: 990px) {
  .single-archives .archives-activities-item {
    width: 20%;
  }
}
.single-archives .archives-media {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-archives .archives-brochure {
  margin-bottom: 20px;
}
.single-archives .archives-video .archives-video-embed {
  width: 100%;
  height: 0;
  padding-bottom: 66.66%;
  /* 16:9 */
  position: relative;
}
.single-archives .archives-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.single-archives .archives-slider ul {
  list-style: none ;
  margin: 0;
  padding: 0;
}
.single-archives .archives-slider a {
  display: block;
  border: 1px solid #666;
  border-bottom-width: 2px;
  border-left: 0;
  border-top: 0;
}
.single-archives .archives-slider a:hover img {
  opacity: 1;
}
.single-archives .archives-slider img {
  opacity: .5;
}
.single-archives .archives-slider li {
  margin-bottom: 10px;
}
.single-archives nav.archives-jump-nav ul {
  list-style: none;
  font-family: 'DINNextW01-CondensedMed', "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.single-archives nav.archives-jump-nav li {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.single-archives nav.archives-jump-nav a {
  text-transform: uppercase;
  color: #555555;
}
.post-type-archive-archives .content a {
  opacity: .6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-type-archive-archives .content a:hover {
  opacity: 1;
}
/* end Archives
------------------- */
.btn-form {
  font-size: 125%;
  padding: 25px;
  margin: 15px 0;
  border-radius: 2px;
}
/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
figure.alignnone {
  margin-left: 0;
  margin-right: 0;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (min-width: 767px) {
  .social-links {
    position: fixed;
    z-index: 10000;
    right: 0;
    top: 33%;
    margin: -100px 0 0 0;
    padding: 0;
    background-color: #FFF;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid #ccc;
    border-right: none;
    border-bottom-width: 2px;
  }
  .social-links li {
    display: block;
  }
  .home-bullets .home-bullet {
    width: 25%;
    padding: 0 20px;
  }
  .footer-bottom {
    margin: 0;
    padding: 10px 0;
  }
}
@media (max-width: 979px) {
  .nb,
  .bxl,
  .free {
    height: 80px;
    margin-right: 10px;
  }
  .navbar .nav-collapse {
    background-color: #999999;
    display: none;
  }
  .navbar .nav-collapse .nav,
  .navbar .nav-collapse .language_switcher {
    display: block;
    border: none;
    margin: 0 0 4px 0;
    padding: 0;
    background-color: #000000;
  }
  .navbar .nav-collapse .nav > li,
  .navbar .nav-collapse .language_switcher > li {
    display: list-item;
    margin: 0;
  }
  .navbar .nav-collapse .nav > li > a,
  .navbar .nav-collapse .language_switcher > li > a {
    border-radius: 0;
    box-shadow: none;
    position: static;
    top: auto;
    border-bottom: none;
    color: #ffffff;
    border-left: 4px solid #000000;
    margin: 0;
    padding: 9px 10px;
    font-weight: normal;
  }
  .navbar .nav-collapse .nav > li > a:hover,
  .navbar .nav-collapse .language_switcher > li > a:hover,
  .navbar .nav-collapse .nav > li > a:focus,
  .navbar .nav-collapse .language_switcher > li > a:focus,
  .navbar .nav-collapse .nav > li > a:active,
  .navbar .nav-collapse .language_switcher > li > a:active,
  .navbar .nav-collapse .nav > li.active > a,
  .navbar .nav-collapse .language_switcher > li.active > a {
    color: #358fc9;
    top: auto;
    position: static;
    border-bottom: none;
    padding: 9px 15px !important;
    background-color: transparent;
    border-color: #358fc9;
  }
  .navbar-inner {
    padding-right: 0;
    min-height: 0;
  }
  .nav-collapse .navbar-search {
    background-color: #000000;
    border: none !important;
    margin: 4px 0 !important;
  }
  .banner {
    padding-bottom: 0px;
    border-bottom: 2px solid #000000;
  }
  #menu-top-menu {
    /*		display:none;*/
  }
  .navbar .language_switcher {
    /*		display:none;*/
  }
}
@media (min-width: 200px) and (max-width: 479px) {
  .nb,
  .bxl {
    height: 60px;
    margin-right: 10px;
  }
  .free {
    display: none;
  }
}
@media (max-width: 767px) {
  .top-navigations {
    text-align: left;
    margin: 10px 0;
  }
  .logo {
    padding-bottom: 10px;
  }
  .navbar .btn-navbar {
    margin-top: 10px;
    float: left;
  }
  .map-slider.open {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .home-bullets .home-bullet {
    width: 25%;
    padding: 0 10px;
  }
  .nb,
  .bxl,
  .free {
    margin-right: 10px;
  }
}
@media (min-width: 979px) {
  .nb,
  .bxl,
  .free {
    margin-right: 40px;
  }
  .navbar .nav > li > a {
    margin: 0 15px;
  }
  .navbar .nav > li.active > a,
  .navbar .nav > li.active > a:hover,
  .navbar .nav > li.active > a:focus,
  .navbar .nav > li > a:hover,
  .navbar .nav > li > a:focus {
    box-shadow: none;
    position: relative;
    top: 4px;
    padding-top: 6px;
    border-bottom: 4px solid #358fc9;
  }
  .nav-collapse .nav > li > a {
    font-weight: 400;
  }
  .navbar .nav > li:first-child > a {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .programme-isotope .programme-item {
    width: 16.5%;
  }
}
@media print {
  *,
  body,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  ul,
  ol {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
  }
  header h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
  }
  .page-title {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
  }
}
.home-2017 {
  box-sizing: border-box;
  margin-bottom: 1em;
}
.home-2017 * {
  box-sizing: border-box;
}
.home-2017 h1 {
  font-size: 2em;
  margin: 0 0 .5em;
}
.home-2017__main {
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .home-2017__main {
    background-image: none !important;
  }
}
.home-2017__main__illu {
  display: block;
  height: 120px;
  position: relative;
  color: white;
  text-decoration: none;
  text-shadow: 2px 2px 0px black;
}
.home-2017__main__illu:hover {
  text-decoration: none;
}
.home-2017__main__illu:hover .home-2017__main__illu__img {
  opacity: .8;
}
.home-2017__main__illu:hover .home-2017__main__illu__txt {
  opacity: 1;
}
.home-2017__main__illu__img {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  z-index: 300;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-2017__main__illu__txt {
  color: black;
  text-shadow: 1px 1px 0px white;
  display: block;
  position: absolute;
  z-index: 560;
  top: .5em;
  left: .5em;
  opacity: 0;
  z-index: 345;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.home-2017__activities {
  height: 120px;
  margin-bottom: 1em;
}
.home-2017__activities__item {
  width: 50%;
  float: left;
}
.home-2017__activities__item:first-child {
  border-right: 2px solid white;
}
.home-2017__activities__item:last-child {
  border-left: 2px solid white;
}
.home-2017__activities__item a {
  position: relative;
  display: block;
  padding: .5em;
  color: white;
  font-size: 1.4em;
  margin: 0;
  text-shadow: 1px 1px 0px black;
  height: 100%;
  text-decoration: none;
}
.home-2017__activities__item a:hover .home-2017__activities__item__text {
  opacity: 1;
}
.home-2017__activities__item a:hover .home-2017__activities__item__illu {
  opacity: .8;
}
.home-2017__activities__item__text {
  position: absolute;
  top: .5em;
  left: .5em;
  opacity: 0;
  z-index: 345;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.home-2017__activities__item__illu {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  position: absolute;
  z-index: 333;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .home-2017 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .home-2017__features {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 1em;
  }
  .home-2017__main {
    padding: 0 0 .5em 0;
    min-height: 240px;
    margin: 0;
    position: relative;
  }
  .home-2017__main__illu {
    display: none;
  }
  .home-2017__activities {
    height: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0;
  }
  .home-2017__activities__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: auto;
  }
  .home-2017__twitter {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    height: 360px;
  }
}
@media (min-width: 960px) {
  .home-2017__main {
    height: auto;
    padding: 0 52% .5em 0;
    min-height: 320px;
    position: relative;
  }
  .home-2017__main__illu {
    display: block;
    border-left: 2px solid white;
    border-bottom: 4px solid white;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .home-2017__activities {
    height: 180px;
  }
  .home-2017__twitter {
    height: 480px;
  }
}
.home-2017 .twitter-timeline {
  display: block !important;
  max-height: 100%;
}
.home-2018 {
  box-sizing: border-box;
}
.home-2018 * {
  box-sizing: border-box;
}
.home-2018__header {
  margin-bottom: 2rem;
}
.home-2018__card {
  margin-bottom: 2rem;
}
.home-2018__card-content {
  padding: .25rem .75rem;
  position: relative;
}
.home-2018__card-content:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid white;
  right: 20px;
  top: -10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.home-2018__card-link {
  padding: .25rem .75rem;
  position: absolute;
  bottom: .25rem;
}
.home-2018__card-link p {
  margin: 0;
}
.home-2018__card-inner {
  height: 100%;
  box-shadow: 0px 0px 2px 1px rgba(44, 44, 44, 0.2);
  position: relative;
  padding-bottom: 40px;
  /*
			display: flex;
			flex-direction: column;
			> a{}
			> div{
				flex: 1;
				
				display: flex;
				flex-direction: column;
				.text{
					flex:1;
					padding-bottom: .5rem;
				}
			}
			*/
}
@media (min-width: 560px) {
  .home-2018__features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .home-2018__card {
    padding-left: .75rem;
    padding-right: .75rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
}
@media (min-width: 960px) {
  .home-2018__card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33334%;
  }
}
.home-2018 h2 {
  font-size: 2rem;
  line-height: 1.125;
  margin: 1rem 0;
}