/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
#header .crapper, ntro .crapper, #main .crapper, #footer .crapper, #copyright .crapper {
  margin: 0 auto;
  max-width: 1200px;
  overflow-x: hidden; }
  #header .crapper.smaller, ntro .crapper.smaller, #main .crapper.smaller, #footer .crapper.smaller, #copyright .crapper.smaller {
    max-width: 800px; }

#header {
  position: fixed;
  width: 100%;
  z-index: 99999999;
  background: #fff;
  box-shadow: -1px -8px 20px 10px #000; }
  #header .crapper {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 3fr;
    -ms-grid-columns: 1fr 3fr;
    grid-auto-rows: minmax(120px, auto);
    align-items: center;
    -ms-grid-row-align: center;
    justify-items: center;
    -ms-grid-column-align: center; }
  #header .crapper img {
    -ms-grid-column: 1; }
  #header .crapper div.hamburger {
    -ms-grid-column: 2; }

#main, #footer {
  padding: 50px 0;
  margin-top: 50px;
  border-top: 1px solid white;
  border-bottom: 2px solid white;
  box-shadow: 0 3px 10px #ccc; }
  #main h1, #footer h1 {
    text-align: left; }
  #main h1.article, #footer h1.article {
    text-align: center; }
  #main img, #footer img {
    display: block;
    margin: 0 auto; }
  #main.articlepage, #footer.articlepage, #main.bestuurspage, #footer.bestuurspage {
    margin-top: 150px; }
  #main.articlepage .crapper, #footer.articlepage .crapper, #main.homepage .crapper, #footer.homepage .crapper, #main.page .crapper, #footer.page .crapper {
    padding: 0 30px; }
    #main.articlepage .crapper img, #footer.articlepage .crapper img, #main.homepage .crapper img, #footer.homepage .crapper img, #main.page .crapper img, #footer.page .crapper img {
      max-width: 100%; }

#intro {
  padding: 0;
  border-bottom: 2px solid white;
  margin-top: 120px; }
  #intro div.crapper {
    height: 50vh; }
  #intro div.crapper ul {
    margin: 0;
    padding: 0; }

@media all and (max-width: 1060px) {
  .crapper {
    padding: 0 15px; }

  .withsidebar {
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr; } }

@media all and (min-width: 1060px) {
  .articles {
    display: grid;
    display: -ms-grid;
    grid-gap: 20px;
    margin: 0 auto;
    margin-bottom: 50px; }
    .articles.grid4 {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-auto-rows: minmax(100px, auto);
      -ms-grid-columns: 1fr 1fr 1fr 1fr; }
      .articles.grid4 article:nth-child(0) {
        -ms-grid-column: 1; }
      .articles.grid4 article:nth-child(1) {
        -ms-grid-column: 2; }
      .articles.grid4 article:nth-child(2) {
        -ms-grid-column: 3; }
      .articles.grid4 article:nth-child(3) {
        -ms-grid-column: 4; }
    .articles.grid3 {
      grid-template-columns: 1fr 1fr 1fr;
      grid-auto-rows: minmax(100px, auto);
      -ms-grid-columns: 1fr 1fr 1fr; }
      .articles.grid3 article:nth-child(0) {
        -ms-grid-column: 1; }
      .articles.grid3 article:nth-child(1) {
        -ms-grid-column: 2; }
      .articles.grid3 article:nth-child(2) {
        -ms-grid-column: 3; }
    .articles.grid1 {
      grid-template-columns: 1fr;
      grid-auto-rows: minmax(100px, auto);
      -ms-grid-columns: 1fr; }
      .articles.grid1 article:nth-child(0) {
        -ms-grid-column: 1; }
    .articles.withsidebar {
      display: -ms-grid;
      display: grid;
      grid-template-columns: 1fr 3fr;
      -ms-grid-columns: 1fr 3fr;
      grid-auto-rows: minmax(110px, auto);
      grid-gap: 0 50px; } }

#footer {
  background: #0b333f;
  color: #eee; }

#copyright {
  text-align: center; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden; }

body {
  margin: 0;
  background: #eee;
  font-family: 'Quicksand', sans-serif;
  overflow-x: hidden; }

article {
  text-align: center;
  line-height: 140%;
  padding: 10px; }

blockquote {
  font: 500 35px/38px 'Quicksand', sans-serif; }

hr {
  border: 1px solid white;
  margin: 50px 0; }

a {
  display: inline-block; }

h1 {
  color: #02adc7;
  font-size: 1.5em; }

h1.article {
  text-align: center !important; }

h2 {
  color: #aab300;
  font-size: 1.2em; }

h3 {
  color: #02adc7;
  font-size: 1em; }

p {
  color: #444;
  font-size: 1em; }

.result {
  color: rgba(255, 0, 0, 0.5);
  font-weight: 600; }

#footer p {
  color: white; }
  #footer h1, #footer h2 {
    text-align: center; }
  #footer h2 {
    display: block;
    padding: 3px;
    color: #0b333f;
    background: #aab300; }

#header img {
  justify-self: center; }

#footer .crapper a, #footer .crapper a:visited, #footer .crapper a:active, #footer .crapper a:hover {
  color: white; }

#footer div.spreuk {
  text-align: center;
  font-size: 3em; }

@media all and (max-width: 500px) {
  #header img {
    max-width: 200px; } }

.menu-main div {
  display: inline-block; }
  .menu-main div a, .menu-main div a:visited {
    display: block;
    border-radius: 3px;
    background: #02adc7;
    color: white;
    font-weight: 500;
    margin-right: 5px;
    text-decoration: none;
    padding: 10px 15px;
    text-transform: uppercase;
    box-shadow: 0px 2px 0 #333; }
  .menu-main div a:hover {
    box-shadow: 0 3px 4px black;
    background: #c6d000; }
  .menu-main div a.active {
    background: #c6d000; }

:target:before {
  content: "";
  display: block;
  height: 146px;
  /* fixed header height*/
  margin: -146px 0 0;
  /* negative fixed header height */ }

#Topper {
  /* Hidden by default */
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  /* Remove outline */
  outline: none;
  cursor: pointer;
  padding: 15px;
  border-radius: 3px;
  background: #02adc7;
  color: white;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px black;
  box-shadow: 0px 2px 0 black; }

#Topper:hover {
  background-color: #c6d000; }

#nav-toggle {
  position: absolute;
  opacity: 0;
  display: none; }
  #nav-toggle ~ label {
    position: absolute;
    opacity: 0;
    display: none; }

.hamburger {
  display: flex;
  text-align: right;
  justify-content: flex-end;
  align-items: center; }

@media all and (max-width: 985px) {
  .menu-main {
    position: fixed;
    right: -240px;
    top: 0;
    height: 100%;
    width: 240px; }

  #nav-toggle ~ label {
    display: block;
    position: relative;
    opacity: 1;
    cursor: pointer;
    transition: 0.5s transform;
    transition-timing-function: cubic-bezier(0.38, 0.52, 0.37, 1.27);
    display: inline-block;
    border-radius: 3px;
    background: #02adc7;
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    text-transform: uppercase;
    box-shadow: 0px 2px 0 black; }
    #nav-toggle ~ label:hover {
      box-shadow: 0 3px 4px black;
      background: #c6d000; }

  #nav-toggle:checked ~ label {
    background-color: grey;
    color: white;
    transform: translateX(-240px); }
    #nav-toggle:checked ~ label::before {
      content: "Close"; }
    #nav-toggle:checked ~ label .toggle-words {
      display: none; }
    #nav-toggle:checked ~ .menu-main {
      transform: translateX(-240px); }

  .menu-main {
    padding-top: 32px;
    background: #0b333f;
    transition: 0.53s transform;
    transition-timing-function: cubic-bezier(0.38, 0.52, 0.37, 1); }
    .menu-main div {
      padding: 0;
      margin: 0;
      display: block; }
    .menu-main a {
      text-decoration: none;
      color: grey;
      padding: 20px;
      display: block;
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px;
      margin-left: 15px; }

  .hamburger {
    position: absolute;
    top: 30px;
    right: 20px;
    display: inline-block; } }

.articlepage main {
  padding: 0 10px; }
  .articlepage main article {
    text-align: left;
    padding: 0; }
    .articlepage main article .postdate {
      font: italic bold 1em/1.4em 'Quicksand', sans-serif; }

.contactpage {
  transition-property: margin;
  transition-duration: 0.3s;
  transition-delay: 0.1s; }
  .contactpage h1 {
    text-align: left; }

.aanvraag-container * {
  box-sizing: border-box; }

.aanvraag-container {
  padding: 0;
  margin-top: 0; }
  .aanvraag-container form {
    margin: 0 auto; }
  .aanvraag-container form label {
    display: block;
    font-size: 100%;
    color: rgba(255, 255, 255, 0.8);
    width: 100%;
    border-bottom: 8px solid #c6d000;
    padding-bottom: 8px; }
  .aanvraag-container form p {
    color: white; }
  .aanvraag-container form div {
    margin-bottom: 5px; }
    .aanvraag-container form div.totaal {
      display: -ms-grid;
      display: grid;
      grid-template-columns: 4fr 1fr;
      -ms-grid-columns: 4fr 1fr;
      grid-gap: 0 15px; }
      .aanvraag-container form div.totaal input {
        text-align: right; }
    .aanvraag-container form div.stuur {
      display: grid;
      justify-items: center; }
  .aanvraag-container form h2 {
    margin-top: 40px; }
  .aanvraag-container form div.two-columns {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-auto-rows: minmax(50px, auto);
    align-items: center;
    -ms-grid-row-align: center;
    justify-items: center;
    -ms-grid-column-align: center;
    grid-gap: 0 15px; }
    .aanvraag-container form div.two-columns span {
      display: block;
      width: 100%; }
    .aanvraag-container form div.two-columns.expense {
      grid-template-columns: 4fr 1fr;
      -ms-grid-columns: 4fr 1fr; }
    .aanvraag-container form div.two-columns.expense span:nth-child(2n) input {
      text-align: right; }
  .aanvraag-container form div.four-columns {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 2fr 4fr 1fr 1fr;
    -ms-grid-columns: 2fr 4fr 1fr 1fr;
    grid-auto-rows: minmax(50px, auto);
    align-items: center;
    -ms-grid-row-align: center;
    justify-items: center;
    -ms-grid-column-align: center;
    grid-gap: 0 15px; }
    .aanvraag-container form div.four-columns span {
      display: block;
      width: 100%; }
    .aanvraag-container form div.four-columns.declare {
      grid-template-columns: 2fr 4fr 1fr 1fr;
      -ms-grid-columns: 2fr 4fr 1fr 1fr; }
    .aanvraag-container form div.four-columns.declare span:nth-child(4n) input {
      text-align: right; }
  .aanvraag-container form div.upload-drop-zone {
    border: 5px dashed #c6d000;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    color: white;
    height: 10vw;
    padding: 20px;
    margin-bottom: 20px;
    display: grid; }
    .aanvraag-container form div.upload-drop-zone span {
      display: flex;
      justify-content: center;
      align-items: center; }
  .aanvraag-container form input, .aanvraag-container form textarea, .aanvraag-container form button, .aanvraag-container form select {
    color: black;
    padding: 20px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-family: inherit;
    border: none; }
  .aanvraag-container form input[readonly] {
    background: #bebebe !important; }
  .aanvraag-container form input[type], .aanvraag-container form textarea, .aanvraag-container form select {
    background: #eee;
    font-size: 1em; }
  .aanvraag-container form textarea {
    resize: none;
    height: 150px; }
  .aanvraag-container form button {
    background: #02adc7;
    color: white;
    font-size: 1.5em;
    cursor: pointer;
    width: 50%; }
    .aanvraag-container form button:hover {
      background: #c6d000; }
  .aanvraag-container form input[type=text]#level {
    position: absolute;
    z-index: -9;
    width: 100px; }
  .aanvraag-container .readonly {
    background: #b7b7b7 !important;
    border-radius: 3px;
    font-weight: 600; }
  .aanvraag-container .formreply {
    background: none;
    padding: 10px;
    border: 1px solid #791710; }
  .aanvraag-container .homecontact form {
    max-width: 80%; }
  .aanvraag-container span.euroo {
    position: relative;
    height: 100%; }
  .aanvraag-container span.euroo:before {
    content: '€';
    position: absolute;
    color: black;
    bottom: 40px;
    left: 10px; }
  .aanvraag-container span.euroo input {
    padding-left: 30px; }

::-webkit-input-placeholder {
  color: #000 !important; }

:-moz-placeholder {
  color: #000 !important;
  opacity: 1 !important; }

::-moz-placeholder {
  color: #000 !important;
  opacity: 1 !important; }

:-ms-input-placeholder {
  color: #000 !important; }

::-ms-input-placeholder {
  color: #000 !important; }

::placeholder {
  color: #000 !important; }

@media all (max-width: 768px) {
  .aanvraag-container form label, .aanvraag-container form input, .aanvraag-container form textarea, .aanvraag-container form button {
    width: 100%; }
    .aanvraag-container form div, .aanvraag-container form div.two-columns {
      grid-template-columns: 1fr;
      -ms-grid-columns: 1fr; } }

.av-lijst {
  width: 100%; }
  .av-lijst th {
    background: #02adc7;
    color: white;
    font-weight: normal;
    font-size: 1em;
    padding: 3px; }
  .av-lijst tr {
    background: white;
    color: #444; }
  .av-lijst td {
    text-align: center;
    padding: 5px; }
  .av-lijst .nieuw {
    background: rgba(2, 173, 199, 0.5);
    text-transform: uppercase; }
  .av-lijst .in.behandeling {
    background: rgba(2, 173, 199, 0.7); }
  .av-lijst .goedgekeurd {
    background: rgba(198, 208, 0, 0.5); }
  .av-lijst .afgekeurd {
    background: rgba(255, 0, 0, 0.5); }
  .av-lijst .ingetrokken {
    background: rgba(255, 0, 0, 0.3); }
  .av-lijst .date {
    white-space: nowrap; }

table.editable tr.item:hover {
  background: #c6d000;
  color: white; }

.login input, .login textarea, .login button {
  color: black;
  padding: 20px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-family: inherit;
  border: none; }
  .login button {
    background-color: #02adc7;
    color: white; }
  .login button:hover {
    background-color: #c6d000;
    color: white; }

.contactpage {
  transition-property: margin;
  transition-duration: 0.3s;
  transition-delay: 0.1s; }
  .contactpage h1 {
    text-align: left; }

.contact-container * {
  box-sizing: border-box; }

.contact-container {
  padding: 0;
  margin-top: 0; }
  .contact-container form {
    margin: 0 auto; }
  .contact-container form input, .contact-container form textarea, .contact-container form button {
    color: black;
    padding: 20px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-family: inherit;
    border: none; }
  .contact-container form div.stuur {
    display: grid;
    justify-items: center; }
  .contact-container form input[type=text], .contact-container form input[type=email], .contact-container form input[type=phoneNL], .contact-container form textarea {
    background: #eee;
    font-size: 1em; }
  .contact-container form textarea {
    resize: none;
    height: 150px; }
  .contact-container form button {
    background: #02adc7;
    color: white;
    font-size: 1.5em;
    cursor: pointer;
    width: 50%; }
    .contact-container form button:hover {
      background-color: #c6d000; }
  .contact-container form input[type=text]#level {
    position: absolute;
    z-index: -9;
    width: 100px; }
  .contact-container form .readonly {
    background: #b7b7b7 !important;
    border-radius: 3px;
    font-weight: 600; }

.contact-container.homecontact form {
  max-width: 80%; }

.formreply {
  background: none;
  padding: 10px;
  border: 1px solid #791710; }

@media all (max-width: 768px) {
  .contact-container form input, .contact-container form textarea, .contact-container form button {
    width: 100%; } }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  /* <-- Apparently some margin are still there even though it's hidden */
  margin: 0; }

input[type='number'] {
  -moz-appearance: textfield; }

.av-lijst {
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  font-size: 0.8em; }
  .av-lijst input[readonly] {
    background: #bebebe !important; }
  .av-lijst th {
    cursor: default;
    background: #02adc7;
    color: white;
    font-weight: 600;
    font-size: 1em; }
  .av-lijst tr.item {
    background: white;
    color: #444; }
  .av-lijst tr.item.selected {
    background: #0b333f;
    color: white; }
  .av-lijst tr.item.selected:hover {
    background: #c6d000; }
  .av-lijst tr.form-row {
    background: #0b333f;
    color: white; }
  .av-lijst tr.form-row td {
    padding: 20px; }
  .av-lijst tr.form-row input, .av-lijst tr.form-row textarea, .av-lijst tr.form-row button, .av-lijst tr.form-row select {
    padding: 6px;
    display: inline-block;
    margin-bottom: 3px; }
    .av-lijst tr.form-row input.breder, .av-lijst tr.form-row textarea.breder, .av-lijst tr.form-row button.breder, .av-lijst tr.form-row select.breder {
      width: 100%; }
    .av-lijst tr.form-row input.breed, .av-lijst tr.form-row textarea.breed, .av-lijst tr.form-row button.breed, .av-lijst tr.form-row select.breed {
      width: 75%; }
    .av-lijst tr.form-row input.smal, .av-lijst tr.form-row textarea.smal, .av-lijst tr.form-row button.smal, .av-lijst tr.form-row select.smal {
      width: 25%; }
  .av-lijst tr.form-row select {
    background: #c6d000; }
  .av-lijst tr.form-row input {
    width: 50%;
    border: 1px solid #444; }
  .av-lijst tr.form-row textarea, .av-lijst tr.form-row button {
    width: 100%;
    border: 1px solid #0b333f; }
  .av-lijst tr.form-row textarea.hidden {
    display: none; }
  .av-lijst tr.form-row hr {
    border: 1px solid #c6d000;
    margin: 10px 0; }

.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #000;
  background: #4c4c4c;
  color: #fff;
  /* Use this next selector to style things like font-size and line-height: */ }

.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
  /* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */ }

.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* If you're using the icon option, use this next selector to style them */ }

.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
  /* This is the base styling required to make all Tooltipsters work */ }

.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible; }

.tooltipster-base .tooltipster-content {
  overflow: hidden;
  /* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */ }

.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute; }

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px; }

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px; }

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px; }

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px; }

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto; }

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px; }

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px; }

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px; }

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px; }

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px; }

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px; }

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px; }

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
  /* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */ }

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0; }

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
  /* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */ }

.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.tooltipster-light {
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #ededed;
  color: #666; }

.tooltipster-light .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px; }

.tooltipster-noir {
  border-radius: 0px;
  border: 3px solid #2c2c2c;
  background: #fff;
  color: #2c2c2c; }

.tooltipster-noir .tooltipster-content {
  font-family: 'Georgia', serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px; }

.tooltipster-punk {
  border-radius: 5px;
  border-bottom: 3px solid #f71169;
  background: #2a2a2a;
  color: #fff; }

.tooltipster-punk .tooltipster-content {
  font-family: 'Courier', monospace;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px; }

.tooltipster-shadow {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.3);
  color: #2c2c2c; }

.tooltipster-shadow .tooltipster-content {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px; }

.tooltipster-lighty {
  border-radius: 5px;
  border: 2px solid #673430;
  background: #ededed;
  color: #666; }

.tooltipster-lighty .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px; }

.cb-slideshow, .cb-slideshow:after {
  position: absolute;
  width: 100%;
  height: 50vh;
  top: 120px;
  left: 0px;
  z-index: 0;
  overflow: hidden; }

.cb-slideshow:after {
  content: '';
  top: 0px;
  background: transparent url(/assets/images/pattern.png) repeat top left; }

.cb-slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 36s linear infinite 0s;
  -moz-animation: imageAnimation 36s linear infinite 0s;
  -o-animation: imageAnimation 36s linear infinite 0s;
  -ms-animation: imageAnimation 36s linear infinite 0s;
  animation: imageAnimation 36s linear infinite 0s; }

.cb-slideshow li div {
  z-index: 1000;
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-animation: titleAnimation 36s linear infinite 0s;
  -moz-animation: titleAnimation 36s linear infinite 0s;
  -o-animation: titleAnimation 36s linear infinite 0s;
  -ms-animation: titleAnimation 36s linear infinite 0s;
  animation: titleAnimation 36s linear infinite 0s; }

.cb-slideshow li div h3 {
  font-family: 'Quicksand', 'Arial Narrow', Arial, sans-serif;
  font-size: 240px;
  text-shadow: -1px 0 #333, 0 1px #333, 1px 0 #333, 0 -1px #333;
  padding: 0;
  line-height: 200px;
  color: #02adc7; }

.cb-slideshow li:nth-child(1) span {
  background-image: url(../images/1.jpg); }

.cb-slideshow li:nth-child(2) span {
  background-image: url(../images/2.jpg);
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s; }

.cb-slideshow li:nth-child(3) span {
  background-image: url(../images/3.jpg);
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s; }

.cb-slideshow li:nth-child(4) span {
  background-image: url(../images/4.jpg);
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s; }

.cb-slideshow li:nth-child(5) span {
  background-image: url(../images/5.jpg);
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s; }

.cb-slideshow li:nth-child(6) span {
  background-image: url(../images/6.jpg);
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -o-animation-delay: 30s;
  -ms-animation-delay: 30s;
  animation-delay: 30s; }

.cb-slideshow li:nth-child(2) div {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s; }

.cb-slideshow li:nth-child(3) div {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s; }

.cb-slideshow li:nth-child(4) div {
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s; }

.cb-slideshow li:nth-child(5) div {
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s; }

.cb-slideshow li:nth-child(6) div {
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -o-animation-delay: 30s;
  -ms-animation-delay: 30s;
  animation-delay: 30s;
  /* Animation for the slideshow images */ }

@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in; }

  8% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -webkit-animation-timing-function: ease-out; }

  17% {
    opacity: 1;
    -webkit-transform: scale(1.1); }

  25% {
    opacity: 0;
    -webkit-transform: scale(1.1); }

  100% {
    opacity: 0; } }

@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in; }

  8% {
    opacity: 1;
    -moz-transform: scale(1.05);
    -moz-animation-timing-function: ease-out; }

  17% {
    opacity: 1;
    -moz-transform: scale(1.1); }

  25% {
    opacity: 0;
    -moz-transform: scale(1.1); }

  100% {
    opacity: 0; } }

@-o-keyframes imageAnimation {
  0% {
    opacity: 0;
    -o-animation-timing-function: ease-in; }

  8% {
    opacity: 1;
    -o-transform: scale(1.05);
    -o-animation-timing-function: ease-out; }

  17% {
    opacity: 1;
    -o-transform: scale(1.1); }

  25% {
    opacity: 0;
    -o-transform: scale(1.1); }

  100% {
    opacity: 0; } }

@-ms-keyframes imageAnimation {
  0% {
    opacity: 0;
    -ms-animation-timing-function: ease-in; }

  8% {
    opacity: 1;
    -ms-transform: scale(1.05);
    -ms-animation-timing-function: ease-out; }

  17% {
    opacity: 1;
    -ms-transform: scale(1.1); }

  25% {
    opacity: 0;
    -ms-transform: scale(1.1); }

  100% {
    opacity: 0; } }

@keyframes imageAnimation {
  /* Animation for the title */
  0% {
    opacity: 0;
    animation-timing-function: ease-in; }

  8% {
    opacity: 1;
    transform: scale(1.05);
    animation-timing-function: ease-out; }

  17% {
    opacity: 1;
    transform: scale(1.1); }

  25% {
    opacity: 0;
    transform: scale(1.1); }

  100% {
    opacity: 0; } }

@-webkit-keyframes titleAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px); }

  8% {
    opacity: 1;
    -webkit-transform: translateY(0px); }

  17% {
    opacity: 1;
    -webkit-transform: scale(1); }

  19% {
    opacity: 0; }

  25% {
    opacity: 0;
    -webkit-transform: scale(10); }

  100% {
    opacity: 0; } }

@-moz-keyframes titleAnimation {
  0% {
    opacity: 0;
    -moz-transform: translateY(200px); }

  8% {
    opacity: 1;
    -moz-transform: translateY(0px); }

  17% {
    opacity: 1;
    -moz-transform: scale(1); }

  19% {
    opacity: 0; }

  25% {
    opacity: 0;
    -moz-transform: scale(10); }

  100% {
    opacity: 0; } }

@-o-keyframes titleAnimation {
  0% {
    opacity: 0;
    -o-transform: translateY(200px); }

  8% {
    opacity: 1;
    -o-transform: translateY(0px); }

  17% {
    opacity: 1;
    -o-transform: scale(1); }

  19% {
    opacity: 0; }

  25% {
    opacity: 0;
    -o-transform: scale(10); }

  100% {
    opacity: 0; } }

@-ms-keyframes titleAnimation {
  0% {
    opacity: 0;
    -ms-transform: translateY(200px); }

  8% {
    opacity: 1;
    -ms-transform: translateY(0px); }

  17% {
    opacity: 1;
    -ms-transform: scale(1); }

  19% {
    opacity: 0; }

  25% {
    opacity: 0;
    -webkit-transform: scale(10); }

  100% {
    opacity: 0; } }

@keyframes titleAnimation {
  /* Show at least something when animations not supported */
  0% {
    opacity: 0;
    transform: translateY(200px); }

  8% {
    opacity: 1;
    transform: translateY(0px); }

  17% {
    opacity: 1;
    transform: scale(1); }

  19% {
    opacity: 0; }

  25% {
    opacity: 0;
    transform: scale(10); }

  100% {
    opacity: 0; } }

.no-cssanimations .cb-slideshow li span {
  opacity: 1; }

@media all and (max-width: 1140px) {
  .cb-slideshow li div h3 {
    font-size: 100px; } }

@media all and (max-width: 600px) {
  .cb-slideshow li div h3 {
    font-size: 50px; } }

.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table; }

.lightSlider {
  overflow: hidden;
  margin: 0; }

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.lSSlideWrapper > .lightSlider:after {
  clear: both; }

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade {
  position: relative; }

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%; }

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade > *.active {
  z-index: 10; }

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
  /** /!!! End of core css Should not edit !!!/**/
  /* Pager */ }

.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center; }

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px; }

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s; }

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca; }

.lSSlideOuter .media {
  opacity: 0.8; }

.lSSlideOuter .media.active {
  opacity: 1;
  /* End of pager */
  /** Gallery */ }

.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s; }

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px; }

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%; }

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table; }

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
  /* End of Gallery*/
  /* slider actions */ }

.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url('../images/controls.png');
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s; }

.lSAction > a:hover {
  opacity: 1; }

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px; }

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px; }

.lSAction > a.disabled {
  pointer-events: none; }

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
  /* vertical */ }

.lSSlideOuter.vertical {
  position: relative; }

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important; }

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0; }

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
  /* vertical controlls */ }

.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0; }

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto; }

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
  /* vertical */
  /* Rtl */ }

.lSSlideOuter.lSrtl {
  direction: rtl; }

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none; }

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0; }

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left; }

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
  /* Rtl */ }

@-webkit-keyframes rightEnd {
  0% {
    left: 0; }

  50% {
    left: -15px; }

  100% {
    left: 0; } }

@keyframes rightEnd {
  0% {
    left: 0; }

  50% {
    left: -15px; }

  100% {
    left: 0; } }

@-webkit-keyframes topEnd {
  0% {
    top: 0; }

  50% {
    top: -15px; }

  100% {
    top: 0; } }

@keyframes topEnd {
  0% {
    top: 0; }

  50% {
    top: -15px; }

  100% {
    top: 0; } }

@-webkit-keyframes leftEnd {
  0% {
    left: 0; }

  50% {
    left: 15px; }

  100% {
    left: 0; } }

@keyframes leftEnd {
  0% {
    left: 0; }

  50% {
    left: 15px; }

  100% {
    left: 0; } }

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0; }

  50% {
    bottom: -15px; }

  100% {
    bottom: 0; } }

@keyframes bottomEnd {
  0% {
    bottom: 0; }

  50% {
    bottom: -15px; }

  100% {
    bottom: 0; } }

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
  /*/  GRab cursor */ }

.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.album-container {
  max-width: 710px;
  margin: 0 0 20px 0; }

.album-container img {
  display: block;
  height: auto;
  width: 100%; }

section.gallery-other-section {
  margin-top: 75px;
  padding-bottom: 75px; }
  section.gallery-other-section .wrapper {
    padding-top: 75px; }

div.q-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: sans-serif; }
  div.q-container h3 {
    font-weight: normal;
    font-size: 0.9em;
    text-transform: uppercase;
    margin: 1.2em 0 0 0; }

#q-graph {
  /* fixes layout wonkiness in FF1.5 */
  display: block;
  position: relative;
  width: 150px;
  height: 274px;
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 11px; }

#q-graph tr, #q-graph th, #q-graph td {
  position: absolute;
  bottom: 0;
  width: 150px;
  z-index: 2;
  margin: 0;
  padding: 0;
  text-align: center; }

#q-graph td {
  transition: all 0.3s ease; }
  #q-graph td:hover {
    background-color: #4d4d4d;
    opacity: 0.9;
    color: white; }

#q-graph thead tr {
  left: 100%;
  top: 50%;
  bottom: auto;
  margin: -2.5em 0 0 5em; }

#q-graph thead th {
  width: 7.5em;
  height: auto;
  padding: 0.5em 1em; }

#q-graph thead th.sent {
  top: 0;
  left: 0;
  line-height: 2; }

#q-graph thead th.paid {
  top: 2.75em;
  line-height: 2;
  left: 0; }

#q-graph tbody tr {
  height: 246px;
  padding-top: 2px;
  border-right: 1px dotted #c4c4c4;
  color: #aaa; }

#q-graph #q1 {
  left: 0; }

#q-graph tbody th {
  bottom: -1.75em;
  vertical-align: top;
  font-weight: normal;
  color: #333; }

#q-graph .bar {
  width: 60px;
  border: 1px solid;
  border-bottom: none;
  color: #000; }

#q-graph .bar p {
  margin: 5px 0 0;
  padding: 0;
  color: #fff; }

#q-graph .sent {
  left: 13px;
  background-color: #c6d000;
  border-color: transparent; }

#q-graph .paid {
  left: 77px;
  background-color: #02adc7;
  border-color: transparent; }

#ticks {
  position: relative;
  top: -240px;
  left: 2px;
  width: 146px;
  height: 300px;
  z-index: 1;
  margin-bottom: -240px;
  font-size: 10px;
  font-family: "fira-sans-2", Verdana, sans-serif; }

#ticks .tick {
  position: relative;
  border-top: 1px dotted #c4c4c4;
  width: 150px; }
  #ticks .tick:last-child {
    border-bottom: 1px dotted #c4c4c4; }

#ticks .tick p {
  position: absolute;
  left: -5em;
  top: -0.8em;
  margin: 0 0 0 0.5em; }

div.sidebar {
  padding: 0 20px;
  background: #f8f8f8; }
  div.sidebar .startknop {
    background: #02adc7;
    color: white;
    text-decoration: none;
    padding: 20px 40px;
    border: 1px dashed black;
    margin: 1em;
    margin-left: 0; }









