@import "../fonts/scala/stylesheet.css";
/* bootstrap */
/* @import "bootstrap-@{bootstrapVersion}/less/bootstrap.less"; */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .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;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* font awesome */
/* fontastic */
@charset "UTF-8";
@font-face {
  font-family: "untitled-font-4";
  src: url("../fonts/fontastic/untitled-font-4.eot");
  src: url("../fonts/fontastic/untitled-font-4.eot?#iefix") format("embedded-opentype"), url("../fonts/fontastic/untitled-font-4.woff") format("woff"), url("../fonts/fontastic/untitled-font-4.ttf") format("truetype"), url("../fonts/fontastic/untitled-font-4.svg#untitled-font-4") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "untitled-font-4" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-4" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-agenda:before {
  content: "\62";
}
.icon-bowling:before {
  content: "\63";
}
.icon-feest:before {
  content: "\64";
}
.icon-chevron-down:before {
  content: "\67";
}
.icon-location-arrow:before {
  content: "\68";
}
.icon-zakelijk:before {
  content: "\69";
}
.icon-hotel:before {
  content: "\65";
}
.icon-zwemmen:before {
  content: "\66";
}
.icon-chevron-circle-right:before {
  content: "\61";
}
.icon-play:before {
  content: "\6b";
}
.icon-phone:before {
  content: "\6d";
}
.icon-envelope:before {
  content: "\6c";
}
.icon-search:before {
  content: "\6a";
}
.icon-zoom:before {
  content: "\6e";
}
.icon-bars:before {
  content: "\6f";
}
.icon-caret-down:before {
  content: "\70";
}
.icon-caret-up:before {
  content: "\73";
}
.icon-times:before {
  content: "\71";
}
.icon-facebook:before {
  content: "\72";
}
.icon-twitter:before {
  content: "\74";
}
.icon-linkedin:before {
  content: "\75";
}
.icon-info-circlecutlery:before {
  content: "\76";
}
.icon-eten:before {
  content: "\77";
}
.icon-caret-right:before {
  content: "\78";
}
.icon-angle-double-right:before {
  content: "\79";
}
.icon-fitness-halter-v3:before {
  content: "\41";
}
.icon-check-circle:before {
  content: "\42";
}
.icon-chevron-up:before {
  content: "\7a";
}
.icon-ticket:before {
  content: "\43";
}
.icon-angle-double-left:before {
  content: "\44";
}
.icon-agenda-1:before {
  content: "\45";
}
.icon-instagram:before {
  content: "\46";
}
/* raamwerck */
/* float */
/* lists */
/* helper */
/* temp */
/* vars */
/* base */
/* dbw */
/* space */
/* fonts */
body {
  font-family: ScalaSansOT,sans-serif;
}
/* gen */
body,
a {
  color: #717a81;
  transition: color .25s ease;
  font-size: 16px;
}
a:hover,
a:active,
a:focus,
.current-menu-item > a,
.current-menu-parent > a,
.current-menu-ancestor > a {
  color: #a62b93;
  text-decoration: none;
}
h1,
h2,
h3,
h4 {
  color: #a62b93;
}
h5,
h6 {
  color: #717a81;
}
h1 {
  font-size: 26px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6,
#main-menu a {
  font-weight: 900;
}
img {
  width: 100%;
  height: auto;
}
ul[style="list-style-type: circle"] {
  list-style: none !important;
  padding: 0;
}
ul[style="list-style-type: circle"] li {
  padding-left: 28px;
  position: relative;
}
ul[style="list-style-type: circle"] li:before {
  content: "B";
  font-family: "untitled-font-4" !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  line-height: 1;
  text-transform: none !important;
  position: absolute;
  left: 5px;
  top: 6px;
  color: #a62b93;
}
ul[style="list-style-type: circle"] li .icon-check-circle {
  position: absolute;
  left: 5px;
  top: 3px;
  color: #a62b93;
}
/* post list */
.post-list {
  list-style: none;
  padding: 0;
}
.post-list .post a {
  margin-bottom: 15px;
  position: relative;
  display: block;
  padding-left: 115px;
  height: 75px;
  text-decoration: none;
  width: 100%;
}
.post-list .post a .thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
}
.post-list .post a .thumb img {
  width: 100%;
  height: auto;
}
.post-list .post a .text-and-title {
  height: 55px;
  overflow: hidden;
}
.post-list .post a .text-and-title .title {
  font-size: 20px;
}
.post-list .post a .text-and-title .date {
  color: #717a81;
}
.post-list .post a:hover {
  text-decoration: none;
  background: #edeef0;
  color: #717a81;
}
.post-list .post a:hover .more {
  text-decoration: underline;
}
.post-list .without-image > a {
  padding-left: 0;
}
@media (min-width: 768px) {
  .post-list {
    list-style: none;
    padding: 0;
  }
  .post-list .post a {
    margin-bottom: 15px;
    position: relative;
    display: block;
    padding-left: 215px;
    height: 150px;
    text-decoration: none;
    width: 100%;
  }
  .post-list .post a .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
  }
  .post-list .post a .thumb img {
    width: 100%;
    height: auto;
  }
  .post-list .post a .text-and-title {
    height: 130px;
    overflow: hidden;
  }
  .post-list .post a .text-and-title .title {
    font-size: 20px;
  }
  .post-list .post a .text-and-title .date {
    color: #717a81;
  }
  .post-list .post a:hover {
    text-decoration: none;
    background: #edeef0;
    color: #717a81;
  }
  .post-list .post a:hover .more {
    text-decoration: underline;
  }
  .post-list .without-image > a {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .post-list {
    list-style: none;
    padding: 0;
  }
  .post-list .post a {
    margin-bottom: 15px;
    position: relative;
    display: block;
    padding-left: 165px;
    height: 112.5px;
    text-decoration: none;
    width: 100%;
  }
  .post-list .post a .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
  }
  .post-list .post a .thumb img {
    width: 100%;
    height: auto;
  }
  .post-list .post a .text-and-title {
    height: 92.5px;
    overflow: hidden;
  }
  .post-list .post a .text-and-title .title {
    font-size: 20px;
  }
  .post-list .post a .text-and-title .date {
    color: #717a81;
  }
  .post-list .post a:hover {
    text-decoration: none;
    background: #edeef0;
    color: #717a81;
  }
  .post-list .post a:hover .more {
    text-decoration: underline;
  }
  .post-list .without-image > a {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .post-list {
    list-style: none;
    padding: 0;
  }
  .post-list .post a {
    margin-bottom: 15px;
    position: relative;
    display: block;
    padding-left: 215px;
    height: 150px;
    text-decoration: none;
    width: 100%;
  }
  .post-list .post a .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
  }
  .post-list .post a .thumb img {
    width: 100%;
    height: auto;
  }
  .post-list .post a .text-and-title {
    height: 130px;
    overflow: hidden;
  }
  .post-list .post a .text-and-title .title {
    font-size: 20px;
  }
  .post-list .post a .text-and-title .date {
    color: #717a81;
  }
  .post-list .post a:hover {
    text-decoration: none;
    background: #edeef0;
    color: #717a81;
  }
  .post-list .post a:hover .more {
    text-decoration: underline;
  }
  .post-list .without-image > a {
    padding-left: 0;
  }
}
.post-list-featured {
  list-style: none;
  padding: 0;
}
.post-list-featured .post a img {
  width: 100%;
  height: auto;
}
/* headers & a bit of body */
@media (min-width: 1200px) {
  body {
    padding-top: 100px;
  }
}
header {
  position: fixed;
  top: 0;
  z-index: 99;
  height: 100px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: none;
  /* upper */
  /* lower */
}
@media (min-width: 1200px) {
  header {
    display: block;
  }
}
header > div:first-child {
  padding-left: 300px;
  position: relative;
  background-color: #edeef0;
  height: 50px;
  /* logo */
  /* gradient stick (lol) */
  /* utilities */
}
header > div:first-child > a {
  position: absolute;
  left: -20px;
  top: 0;
  display: block;
}
header > div:first-child > a img:first-child {
  z-index: 120;
  position: absolute;
  height: auto;
  top: -210px;
  width: 410px;
  height: 410px;
  left: -30px;
  transition: all .4s ease;
}
.scrolled header > div:first-child > a img:first-child {
  top: 0;
  width: 100px;
  height: 100px;
  left: 100px;
}
header > div:first-child > a img:last-child {
  z-index: 121;
  position: absolute;
  top: 10px;
  left: 60px;
  width: 240px;
  height: 143px;
  transition: all .3s ease;
}
.scrolled header > div:first-child > a img:last-child {
  left: 90px;
  width: 130px;
  height: 77px;
}
header > div:first-child > span {
  display: block;
  position: absolute;
  height: 50px;
  width: 100%;
  background-color: #ffffff;
  right: 50%;
  margin-right: 400px;
}
header > div:first-child > span:after {
  position: absolute;
  left: 100%;
  content: "";
  width: 150px;
  height: 50px;
  background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
}
header > div:first-child > div {
  text-align: right;
  padding-right: 45px;
  position: relative;
  /* utility menu */
  /* language menu */
}
header > div:first-child > div a {
  position: relative;
  padding-left: 20px;
}
header > div:first-child > div a i {
  position: absolute;
  top: 3px;
  left: 0;
}
header > div:first-child > div > * {
  display: inline-block;
  line-height: 18px;
  margin: 8px 35px 0 0;
  padding: 0;
}
header > div:first-child > div .utility-menu {
  padding-left: 0;
  list-style: none;
}
header > div:first-child > div .utility-menu > * {
  display: inline-block;
}
header > div:first-child > div .utility-menu > * {
  margin-right: 30px;
}
header > div:first-child > div .utility-menu > *:last-of-type {
  margin-right: 0;
}
header > div:first-child > div .utility-menu > *:first-of-type {
  margin-left: 0;
}
header > div:first-child > div .language-menu {
  position: absolute;
  right: 20px;
  top: 3px;
  margin: 0;
}
header > div:first-child > div .language-menu i {
  position: absolute;
  right: -5px;
  top: 11px;
  font-size: 1em;
  padding: 0;
}
header > div:first-child > div .language-menu ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
  max-height: 35px;
  background-color: #edeef0;
  border: 1px solid #edeef0;
  transition: all .3s ease;
}
header > div:first-child > div .language-menu ul li {
  padding: 10px 15px 10px 10px;
}
header > div:first-child > div .language-menu ul li a {
  padding-left: 0;
}
header > div:first-child > div .language-menu ul li img {
  height: 20px;
  width: auto;
}
header > div:first-child > div .language-menu:hover i {
  display: none;
}
header > div:first-child > div .language-menu:hover ul {
  max-height: 200px;
  border: 1px solid #000000;
}
header a {
  font-weight: 700;
}
header a i {
  color: #a62b93;
}
header > div:last-child {
  max-width: 1270px;
  margin: 0 auto;
  /* main menu */
}
header > div:last-child ul {
  padding-left: 0;
  list-style: none;
  height: 50px;
  overflow: hidden;
  text-align: right;
  padding-top: 15px;
}
header > div:last-child ul > * {
  display: inline-block;
}
header > div:last-child ul > * {
  margin-right: 30px;
}
header > div:last-child ul > *:last-of-type {
  margin-right: 0;
}
header > div:last-child ul > *:first-of-type {
  margin-left: 0;
}
header > div:last-child ul > * {
  display: inline-block;
  line-height: 10px;
  margin: 0 30px 0 0;
  padding: 0;
}
header > div:last-child ul a {
  text-transform: uppercase;
  font-weight: 900;
}
.announcement {
  background-color: #a62b93;
  color: #ffffff;
  top: 121px;
  padding: 10px 60px 5px 15px;
  position: relative;
  position: fixed;
  left: 0px;
  right: 0;
  z-index: 98;
  opacity: 1;
  transition: opacity .25s ease;
}
@media (min-width: 1200px) {
  .announcement {
    top: 100px;
    padding: 10px 60px 5px 400px;
  }
}
.announcement.closed {
  opacity: 0;
}
.announcement a {
  color: #ffffff;
  font-weight: bold;
}
.announcement .close {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  cursor: pointer;
}
/* small header / menu */
body {
  padding-top: 100px;
}
body.disable-scroll {
  overflow: hidden;
}
body #blanket {
  opacity: 0;
  transition: opacity .3s ease;
}
body.small-menu-open #blanket {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 1;
}
#small-header {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  height: 65px;
  z-index: 200;
}
@media (min-width: 1200px) {
  #small-header {
    display: none;
  }
}
#small-header img {
  height: 100%;
  width: auto;
  padding: 15px;
}
#small-header .icon-phone {
  font-size: 2em;
  padding: 15px;
  position: absolute;
  right: 150px;
  top: 0;
}
#small-header .small-menu-toggle {
  font-size: 2em;
  padding: 15px;
  cursor: pointer;
  position: absolute;
  right: 90px;
  top: 0;
}
#small-header .menu-word {
  font-size: 2em;
  padding: 15px;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: -8px;
}
#small-header > form {
  padding: 10px 15px;
  background-color: #edeef0;
}
#small-header > form input[type="text"] {
  border-radius: 4px;
  border: 1px solid #717a81;
  width: 100%;
}
#small-header > form button i {
  position: relative;
  top: 10px;
  right: 5px;
}
#small-menu {
  -webkit-transform: translateZ(0);
  position: fixed;
  top: 121px;
  bottom: 0;
  overflow: auto;
  width: 90%;
  left: -90%;
  transition: all .5s ease;
  font-size: 1.5em;
  z-index: 201;
  background-color: #f4f4f4;
}
#small-menu.open {
  left: 0;
}
#small-menu .main-menu {
  padding: 0;
  list-style: none;
}
#small-menu .main-menu > li {
  position: relative;
  list-style: none;
  border-bottom: 1px solid #ffffff;
  padding: 5px 15px;
}
#small-menu .main-menu > li > a {
  font-weight: bold;
}
#small-menu .main-menu > li .toggle-open {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all .5s ease;
  font-size: 1.5em;
  cursor: pointer;
}
#small-menu .main-menu > li .sub-menu {
  max-height: 0px;
  overflow: hidden;
  transition: all .5s ease;
  list-style: none;
  padding-left: 15px;
}
#small-menu .main-menu > li.open .toggle-open {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#small-menu .main-menu > li.open .sub-menu {
  max-height: 9999px;
}
#small-menu .main-menu > li.current-menu-item .toggle-open,
#small-menu .main-menu > li.current-menu-parent .toggle-open,
#small-menu .main-menu > li.current-menu-ancestor .toggle-open {
  display: none;
}
#small-menu .main-menu > li.current-menu-item .sub-menu,
#small-menu .main-menu > li.current-menu-parent .sub-menu,
#small-menu .main-menu > li.current-menu-ancestor .sub-menu {
  max-height: 9999px;
}
#small-menu .utility-menu {
  list-style: none;
  padding: 0;
}
#small-menu .utility-menu li {
  padding: 5px 15px;
}
#small-menu .lower {
  background-color: #d1d4d7;
  position: relative;
  padding: 15px;
}
#small-menu .lower:before,
#small-menu .lower:after {
  content: " ";
  display: table;
}
#small-menu .lower:after {
  clear: both;
}
#small-menu .lower:before,
#small-menu .lower:after {
  content: " ";
  display: table;
}
#small-menu .lower:after {
  clear: both;
}
#small-menu .lower .language-menu {
  padding-left: 0;
  list-style: none;
}
#small-menu .lower .language-menu > * {
  display: inline-block;
}
#small-menu .lower .language-menu > * {
  margin-right: 15px;
}
#small-menu .lower .language-menu > *:last-of-type {
  margin-right: 0;
}
#small-menu .lower .language-menu > *:first-of-type {
  margin-left: 0;
}
#small-menu .lower .language-menu img {
  width: 30px;
}
#small-menu .lower .social {
  float: right;
}
/* eyecandy */
#eyecandy {
  position: relative;
  min-height: 200px;
  overflow: hidden;
}
#eyecandy img {
  width: auto;
  height: 200px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
@media (min-width: 992px) {
  #eyecandy img {
    position: static;
    width: 100%;
    height: auto;
    -webkit-transform: none;
    transform: none;
  }
}
#eyecandy div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 70%;
  left: 15%;
  font-size: 3em;
  text-align: center;
}
#eyecandy div p,
#eyecandy div a {
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0px 0px 6px #525050;
  font-size: 22px;
  color: #ffffff;
}
@media (min-width: 992px) {
  #eyecandy div p,
  #eyecandy div a {
    font-size: 32px;
  }
}
#eyecandy div a {
  text-decoration: underline;
}
.single-event #eyecandy {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.single-event #eyecandy:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHUlEQVQIW2NkYGD4zwABjDACQwCqAKISrAwKwAIAisMEAxkZdJcAAAAASUVORK5CYII=) repeat;
}
.single-event #eyecandy img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
/* home */
.home #eyecandy {
  display: none;
}
#homepage-blocks {
  list-style: none;
  padding: 0;
  /*
		li {
			background-size:cover;
			background-position:50% 50%;
		}
		@media (min-width: @screen-sm-min) {
			li {
				padding-bottom:33%;
				&:nth-child(3), &:nth-child(4), &:nth-child(5) {
					padding-bottom:22%;
				}
			}
		}
		@media (max-width: @screen-sm-max) {
			width:100vw;
			height:250vw;
			position:relative;
			li {
				position:absolute !important;
				&:nth-child(1) {	left:0;		top:0;		width:50vw;		height:75vw;}
				&:nth-child(2) {	left:0;		top:75vw;	width:50vw;		height:75vw;}
				&:nth-child(3) {	left:50vw;	top:0;		width:50vw;		height:50vw;}
				&:nth-child(4) {	left:50vw;	top:50vw;	width:50vw;		height:50vw;}
				&:nth-child(5) {	left:50vw;	top:100vw;	width:50vw;		height:50vw;}
				&:nth-child(6) {	left:0;		top:150vw;	width:100vw;	height:50vw;}
				&:nth-child(7) {	left:0;		top:200vw;	width:100vw;	height:50vw;}
			}
		}
*/
}
#homepage-blocks li {
  display: block;
  float: left;
  position: relative;
  text-align: center;
  overflow: hidden;
  /* hover scale */
}
@media (min-width: 992px) {
  #homepage-blocks li {
    width: 50%;
  }
  #homepage-blocks li:nth-child(3),
  #homepage-blocks li:nth-child(4),
  #homepage-blocks li:nth-child(5) {
    width: 33.33333333%;
  }
}
#homepage-blocks li a img {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
#homepage-blocks li:hover a img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
#homepage-blocks li a {
  display: block;
  /* background */
  /* icon and text */
  /* overlay */
}
#homepage-blocks li a img {
  width: 100%;
  height: auto;
  z-index: 1;
  transition: all 0.9s ease;
}
#homepage-blocks li a div {
  display: inline-block;
  width: 70%;
  font-size: 1.5em;
  color: #ffffff;
  text-align: center;
  position: absolute;
  z-index: 3;
  left: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 900;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1200px) {
  #homepage-blocks li a div {
    font-size: 2.2em;
  }
}
#homepage-blocks li a div i {
  display: block;
  position: relative;
  font-size: 1.4em;
  margin-bottom: -.3em;
}
#homepage-blocks li a div i.calendar {
  font-size: 2.5em;
}
#homepage-blocks li a div i span {
  left: 50%;
  margin-left: -1.5em;
  position: absolute;
  font-size: .25em;
  width: 3em;
  text-align: center;
  font-style: normal;
  line-height: 1em;
  top: 1.65em;
  text-transform: uppercase;
}
#homepage-blocks li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: inherit;
  transition: all .6s ease;
  z-index: 2;
}
#homepage-blocks li a:hover:after {
  background-color: transparent;
}
/* width for both crumbs and contents */
#breadcrumbs,
#contents {
  max-width: 1270px;
  margin: 0 auto;
}
.blog #breadcrumbs,
.blog #contents,
.page-template-template-fullwidth #breadcrumbs,
.page-template-template-fullwidth #contents,
.search #breadcrumbs,
.search #contents,
.single-post #breadcrumbs,
.single-post #contents {
  max-width: 1000px;
}
/* crumbs */
#breadcrumbs {
  padding: 25px 15px 0 10px;
}
@media (min-width: 992px) {
  #breadcrumbs {
    padding: 25px 15px 0 15px;
  }
}
#breadcrumbs .breadcrumb_last {
  color: #a62b93;
  font-size: 14px;
}
#breadcrumbs a {
  font-size: 14px;
}
/* contents */
#contents {
  padding-top: 25px;
  padding-bottom: 15px;
  /* header */
  /* main content colums 
		.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
			padding:0 5px;
            @media (min-width: @screen-md-min) {
                padding:0 15px;
            }
			@media (min-width: @screen-sm-min) {	
				float:left;
			}
		}
		@media (min-width: @screen-sm-min) {
			.c1		{width:percentage( 1/12)};
			.c2		{width:percentage( 2/12)};
			.c3		{width:percentage( 3/12)};
			.c4		{width:percentage( 4/12)};
			.c5		{width:percentage( 5/12)};
			.c6		{width:percentage( 6/12)};
			.c7		{width:percentage( 7/12)};
			.c8		{width:percentage( 8/12)};
			.c9		{width:percentage( 9/12)};
			.c10	{width:percentage(10/12)};
			.c11	{width:percentage(11/12)};
			.c12	{width:percentage(12/12)};
		}
		@media (min-width: @screen-md-min) {}

*/
  /* columns */
  /* semantic columns 
		.left {
			display:none;
		}	
		@media (min-width: @screen-lg-min) {
			.left {
				display:block;
			}
		}
*/
  /* middle 
        .middle {
            line-height: 1.6;
            padding: 0 10px;
            @media (min-width: @screen-md-min) { 
                padding:0 15px;
            }
        }
*/
}
#contents:before,
#contents:after {
  content: " ";
  display: table;
}
#contents:after {
  clear: both;
}
#contents:before,
#contents:after {
  content: " ";
  display: table;
}
#contents:after {
  clear: both;
}
@media (min-width: 992px) {
  #contents {
    padding-bottom: 50px;
  }
}
#contents h1 {
  margin-top: 0;
  font-size: 26px;
  margin-bottom: 24px;
}
#contents p,
#contents ul,
#contents ol {
  margin-bottom: 24px;
}
#contents > * {
  padding: 0 15px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #contents > * {
    float: left;
  }
}
#contents .left-menu-wrapper {
  display: none;
}
@media (min-width: 1200px) {
  #contents .left-menu-wrapper {
    width: 25%;
    display: block;
  }
}
@media (min-width: 768px) {
  #contents .content-wrapper {
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  #contents .content-wrapper {
    width: 50%;
  }
}
@media (min-width: 768px) {
  #contents .media-wrapper {
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  #contents .media-wrapper {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  #contents.no-media .content-wrapper {
    width: 75%;
  }
}
#contents.events .left-menu-wrapper {
  display: block;
}
@media (min-width: 768px) {
  #contents.events .left-menu-wrapper {
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  #contents.events .left-menu-wrapper {
    width: 25%;
  }
}
@media (min-width: 768px) {
  #contents.events .content-wrapper {
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  #contents.events .content-wrapper {
    width: 75%;
  }
}
#contents.event .content-wrapper {
  width: 100%;
}
@media (min-width: 1200px) {
  #contents.event .content-wrapper {
    width: 66.66666667%;
  }
}
#contents.event .media-wrapper {
  width: 100%;
}
@media (min-width: 1200px) {
  #contents.event .media-wrapper {
    width: 33.33333333%;
  }
}
/* left menu */
#left-menu {
  /* gen */
  background-color: #edeef0;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  /* category */
  /* menu */
}
#left-menu > div {
  padding: 15px;
  color: #a62b93;
  text-transform: uppercase;
}
#left-menu > div a {
  font-weight: 900;
  color: #a62b93;
  line-height: 1.7em;
  font-size: 1.5em;
}
#left-menu > div a i {
  font-size: 1em;
  color: #ffffff;
  background: #a62b93;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 4px 0 0 8px;
  display: block;
  float: left;
  margin-right: 10px;
}
#left-menu ul {
  list-style: none;
  padding: 0;
}
#left-menu > ul > li {
  /* top level links */
  /* submenus, first active submenu looks top the top level because its siblings are hidden */
}
#left-menu > ul > li > a {
  display: none;
}
#left-menu > ul > li > ul {
  display: none;
}
#left-menu > ul > li.current-menu-item > ul,
#left-menu > ul > li.current-menu-parent > ul,
#left-menu > ul > li.current-menu-ancestor > ul {
  display: block;
}
#left-menu > ul > li.current-menu-item > ul > li,
#left-menu > ul > li.current-menu-parent > ul > li,
#left-menu > ul > li.current-menu-ancestor > ul > li {
  padding: 5px 15px;
  border-top: 1px solid #ffffff;
  position: relative;
  /* arrows */
  /* second level submenus, first active one looks like first submenu on screen */
}
#left-menu > ul > li.current-menu-item > ul > li.current-menu-item.menu-item-has-children:after,
#left-menu > ul > li.current-menu-parent > ul > li.current-menu-item.menu-item-has-children:after,
#left-menu > ul > li.current-menu-ancestor > ul > li.current-menu-item.menu-item-has-children:after {
  content: 'z';
}
#left-menu > ul > li.current-menu-item > ul > li.menu-item-has-children:after,
#left-menu > ul > li.current-menu-parent > ul > li.menu-item-has-children:after,
#left-menu > ul > li.current-menu-ancestor > ul > li.menu-item-has-children:after {
  position: absolute;
  right: 15px;
  top: 0;
  content: 'g';
  font-family: untitled-font-4;
}
#left-menu > ul > li.current-menu-item > ul > li > a,
#left-menu > ul > li.current-menu-parent > ul > li > a,
#left-menu > ul > li.current-menu-ancestor > ul > li > a {
  font-weight: bold;
}
#left-menu > ul > li.current-menu-item > ul > li > ul,
#left-menu > ul > li.current-menu-parent > ul > li > ul,
#left-menu > ul > li.current-menu-ancestor > ul > li > ul {
  display: none;
}
#left-menu > ul > li.current-menu-item > ul > li.current-menu-item > ul,
#left-menu > ul > li.current-menu-parent > ul > li.current-menu-item > ul,
#left-menu > ul > li.current-menu-ancestor > ul > li.current-menu-item > ul,
#left-menu > ul > li.current-menu-item > ul > li.current-menu-parent > ul,
#left-menu > ul > li.current-menu-parent > ul > li.current-menu-parent > ul,
#left-menu > ul > li.current-menu-ancestor > ul > li.current-menu-parent > ul,
#left-menu > ul > li.current-menu-item > ul > li.current-menu-ancestor > ul,
#left-menu > ul > li.current-menu-parent > ul > li.current-menu-ancestor > ul,
#left-menu > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor > ul {
  display: block;
  padding-left: 15px;
}
/* call to action */
#call-to-action {
  padding: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #edeef0;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#call-to-action .button {
  background-color: #f79122;
  color: #ffffff;
  padding: 10px 25px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #f79122;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.5em;
}
#call-to-action .button:hover,
#call-to-action .button:active,
#call-to-action .button:focus {
  background: transparent;
  color: #f79122;
}
#call-to-action .button i {
  position: relative;
  top: 3px;
}
#call-to-action .button:hover {
  background-color: #ffffff;
}
.page-template-template-events #call-to-action {
  display: none;
}
@media (min-width: 768px) {
  .page-template-template-events #call-to-action {
    display: block;
  }
}
/* right media */
#right-media ul {
  list-style: none;
  padding: 0;
}
#right-media ul li {
  margin-bottom: 15px;
  float: left;
  width: 50%;
  padding: 0 5px;
}
@media (min-width: 768px) {
  #right-media ul li {
    padding: 0;
    width: 100%;
    float: none;
  }
}
/* link blocks */
#link-blocks {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  #link-blocks {
    margin: 0 -15px;
  }
}
#link-blocks li {
  float: left;
  padding: 5px;
  width: 50%;
}
@media (min-width: 992px) {
  #link-blocks li {
    width: 33.33333333%;
    padding: 15px;
  }
}
#link-blocks a {
  position: relative;
  padding-bottom: 75%;
  background-position: 50% 50%;
  background-size: cover;
  display: block;
}
#link-blocks a:before {
  content: " ";
  position: absolute;
  height: 4em;
  width: 100%;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}
#link-blocks a .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 3.66em;
  overflow: hidden;
  padding: .33em .66em;
  color: #ffffff;
  font-weight: 900;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}
@media (min-width: 992px) {
  #link-blocks a .title {
    font-size: 22px;
  }
}
#link-blocks a .sticker {
  position: absolute;
  background-color: #a62b93;
  color: #ffffff;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  text-align: center;
  right: 5px;
  top: 5px;
  font-size: 16px;
  padding-top: 8px;
  line-height: 18px;
}
@media (min-width: 992px) {
  #link-blocks a .sticker {
    width: 85px;
    height: 85px;
    right: 15px;
    top: 15px;
    font-size: 19px;
    line-height: 20px;
  }
}
#link-blocks a .sticker p {
  margin: 0;
}
/* social */
.social {
  padding-left: 0;
  list-style: none;
  float: right;
  margin: 5px 0;
}
.social > * {
  display: inline-block;
}
.social > * {
  margin-right: 15px;
}
.social > *:last-of-type {
  margin-right: 0;
}
.social > *:first-of-type {
  margin-left: 0;
}
.social i {
  font-size: 1.4em;
  background-color: #edeef0;
  color: #a62b93;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 6px;
  text-align: center;
  display: block;
}
@media (min-width: 992px) {
  .social i {
    font-size: 1.5em;
    width: 50px;
    height: 50px;
    padding: 12px;
  }
}
.social a:hover i {
  color: #ffffff;
  background-color: #a62b93;
}
/* search */
.search {
  position: relative;
  clear: both;
}
.search input {
  width: 100%;
  padding: 7px 10px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .search input {
    width: 250px;
  }
}
.search button {
  position: absolute;
  background: transparent;
  border: 0;
  right: 10px;
  top: 6px;
  font-size: 20px;
  color: #a62b93;
}
/* image thums */
.image a {
  display: block;
  background-size: cover;
  background-position: 50% 50%;
}
a.fresco {
  position: relative;
  display: block;
}
a.fresco i {
  position: absolute;
  bottom: 6%;
  right: 3%;
  font-size: 1.2em;
  color: #a62b93;
  border-radius: 50%;
  width: 35px;
  background: #ffffff;
  height: 35px;
  padding: 6px 0 0 8px;
  opacity: 0.8;
  -webkit-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
@media (min-width: 768px) {
  a.fresco i {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
a.fresco:hover i {
  background: #a62b93;
  color: #ffffff;
  opacity: 1;
}
.single-event .image a i {
  font-size: 0.9em;
  width: 25px;
  height: 25px;
  padding: 3px 0 0 5px;
}
.single-event .video a i {
  font-size: 1.5em;
  width: 50px;
  height: 50px;
  padding: 10px 0 0 15px;
}
/* youtube video thumbs */
.video a {
  display: block;
  padding-bottom: 75%;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.video a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2em;
  color: #ffffff;
  border-radius: 50%;
  width: 65px;
  background: #a62b93;
  height: 65px;
  padding: 15px 0 0 9px;
}
.video a:hover i {
  color: #a62b93;
  background: #ffffff;
}
/* title gradient */
/* buttons */
.button {
  margin-top: 15px;
  display: inline-block;
  padding: 5px 15px;
  color: #ffffff;
  font-weight: bold;
  background-color: #f79122;
}
/* link and movie block */
.link-block,
.movie-block {
  position: relative;
}
.link-block .text,
.movie-block .text {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 15px;
  color: #ffffff;
  text-align: center;
}
.link-block .text .title,
.movie-block .text .title,
.link-block .text h2,
.movie-block .text h2 {
  color: #ffffff;
  font-weight: 900;
  text-shadow: 0px 0px 6px #525050;
  max-width: 1270px;
  margin: 0 auto;
  line-height: 1em;
  font-size: 24px;
}
@media (min-width: 992px) {
  .link-block .text .title,
  .movie-block .text .title,
  .link-block .text h2,
  .movie-block .text h2 {
    line-height: 2em;
    font-size: 32px;
  }
}
/* this one is moved with javascript, from the blocks to the list of events / packages */
#events .link-block,
#packages .link-block {
  margin: 0 15px 25px;
}
#events .link-block a,
#packages .link-block a {
  position: relative;
  overflow: hidden;
  height: 231px;
  display: block;
}
#events .link-block a img,
#packages .link-block a img {
  border-radius: 5px;
  width: auto;
  height: 231px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#events .link-block a .text .title,
#packages .link-block a .text .title {
  line-height: 1em;
  font-size: 1.25em;
}
@media (min-width: 992px) {
  #events .link-block a .text .title,
  #packages .link-block a .text .title {
    line-height: 1.2em;
    font-size: 2em;
  }
}
/* share button */
#share {
  margin-top: 15px;
}
#share .title {
  font-weight: bold;
  margin-bottom: 15px;
}
#share ul {
  padding-left: 0;
  list-style: none;
}
#share ul > * {
  display: inline-block;
}
#share ul > * {
  margin-right: 15px;
}
#share ul > *:last-of-type {
  margin-right: 0;
}
#share ul > *:first-of-type {
  margin-left: 0;
}
#share ul li a {
  padding: 10px 16px 1px 16px;
  background: #717a81;
  border-radius: 4px;
  display: block;
  border: 2px solid transparent;
}
#share ul li a i {
  font-size: 30px;
  color: #ffffff;
}
#share ul li.facebook a {
  background: #3b5998;
}
#share ul li.facebook a:hover {
  border: 2px solid #3b5998;
  background: #ffffff;
}
#share ul li.facebook a:hover i {
  color: #3b5998;
}
#share ul li.twitter a {
  background: #4099FF;
}
#share ul li.twitter a:hover {
  border: 2px solid #4099FF;
  background: #ffffff;
}
#share ul li.twitter a:hover i {
  color: #4099FF;
}
#share ul li.linkedin a {
  background: #0077B5;
}
#share ul li.linkedin a:hover {
  border: 2px solid #0077B5;
  background: #ffffff;
}
#share ul li.linkedin a:hover i {
  color: #0077B5;
}
/* after content blocks */
#after-content-blocks {
  text-align: center;
  /* badges block */
  /* packages block */
  /* gallery block */
  /* events block */
  /* linkblocks, the grandest execption of them all */
}
#after-content-blocks:before,
#after-content-blocks:after {
  content: " ";
  display: table;
}
#after-content-blocks:after {
  clear: both;
}
#after-content-blocks:before,
#after-content-blocks:after {
  content: " ";
  display: table;
}
#after-content-blocks:after {
  clear: both;
}
#after-content-blocks .block {
  /* block level */
  padding: 15px 45px;
  background-color: #edeef0;
  /* items in block */
  /* variations */
}
#after-content-blocks .block:before,
#after-content-blocks .block:after {
  content: " ";
  display: table;
}
#after-content-blocks .block:after {
  clear: both;
}
#after-content-blocks .block:before,
#after-content-blocks .block:after {
  content: " ";
  display: table;
}
#after-content-blocks .block:after {
  clear: both;
}
#after-content-blocks .block h2 {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  #after-content-blocks .block h2 {
    margin-top: 45px;
    margin-bottom: 40px;
  }
}
#after-content-blocks .block ul {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: inline-block;
}
#after-content-blocks .block ul li {
  padding: 5px;
  width: 50%;
  display: inline-block;
}
@media (min-width: 992px) {
  #after-content-blocks .block ul li {
    width: 50%;
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  #after-content-blocks .block ul li {
    width: 33.33333333%;
  }
}
#after-content-blocks .block ul li > * {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  display: block;
  position: relative;
  text-align: center;
  background-color: #ffffff;
  height: 100%;
}
#after-content-blocks .block .flickity-prev-next-button {
  background: none;
}
#after-content-blocks .block .flickity-prev-next-button:hover {
  background: none;
}
#after-content-blocks .block .flickity-prev-next-button.previous {
  left: -40px;
}
#after-content-blocks .block .flickity-prev-next-button.next {
  right: -40px;
}
#after-content-blocks .block.wide {
  padding: 0;
}
#after-content-blocks .block.wide ul li {
  padding: 0;
}
#after-content-blocks .block.wide .flickity-prev-next-button.previous {
  left: 10px;
}
#after-content-blocks .block.wide .flickity-prev-next-button.next {
  right: 10px;
}
#after-content-blocks .block.single {
  overflow: hidden;
}
#after-content-blocks .block.single a {
  min-height: 185px;
  overflow: hidden;
  max-height: 400px;
  display: block;
}
#after-content-blocks .block.single img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (max-width: 740px) {
  #after-content-blocks .block.single img {
    width: auto;
    height: 185px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
#after-content-blocks .block.single .button {
  background-color: #a62b93;
  padding: 10px 25px 7px 25px;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.5em;
  border-radius: 10px;
}
@media (min-width: 992px) {
  #after-content-blocks .block.single .button {
    padding: 12px 40px;
    font-size: 22px;
  }
}
#after-content-blocks .block.single .button i {
  font-size: 24px;
  vertical-align: middle;
  padding-right: 10px;
}
@media (min-width: 992px) {
  #after-content-blocks .block.single .button i {
    font-size: 30px;
    padding-right: 15px;
  }
}
#after-content-blocks .block.single .button:hover {
  background-color: #ffffff;
  color: #a62b93;
}
#after-content-blocks .block.movie-block .button {
  position: relative;
  padding-left: 75px;
}
#after-content-blocks .block.movie-block .button:hover i {
  color: #a62b93;
  background: none;
}
#after-content-blocks .block.movie-block .button i {
  background: none;
  color: #ffffff;
  top: 7px;
  position: absolute;
  left: 15px;
}
#after-content-blocks .badges-block.block {
  padding: 10px 5px;
}
@media (min-width: 992px) {
  #after-content-blocks .badges-block.block {
    padding: 15px 45px;
  }
}
#after-content-blocks .badges-block.block ul li {
  width: 33.33333333%;
}
@media (min-width: 992px) {
  #after-content-blocks .badges-block.block ul li {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #after-content-blocks .badges-block.block ul li {
    width: 33.33333333%;
  }
}
#after-content-blocks .badges-block p:first-child {
  font-weight: 900;
  padding-top: 10px;
  font-size: 18px;
}
@media (min-width: 992px) {
  #after-content-blocks .badges-block p:first-child {
    padding-top: 25px;
    font-size: 25px;
  }
}
#after-content-blocks .badges-block p {
  font-size: 1em;
  word-break: break-all;
}
@media (min-width: 992px) {
  #after-content-blocks .badges-block p {
    font-size: 2em;
  }
}
#after-content-blocks .badges-block p strong {
  font-size: 2.5em;
  font-weight: 900;
}
#after-content-blocks .badges-block p a {
  display: block;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #after-content-blocks .badges-block p a {
    margin-bottom: 25px;
  }
}
#after-content-blocks .badges-block img {
  padding: 15px;
}
#after-content-blocks .packages-block ul li {
  width: 100%;
}
@media (min-width: 992px) {
  #after-content-blocks .packages-block ul li {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #after-content-blocks .packages-block ul li {
    width: 33.33333333%;
  }
}
#after-content-blocks .packages-block ul li a:hover {
  background: #edeef0;
  color: #717a81;
}
#after-content-blocks .gallery-block {
  background: #ffffff;
}
#after-content-blocks .gallery-block ul {
  max-width: none;
  display: block;
}
#after-content-blocks .gallery-block ul li {
  width: 50%;
}
@media (min-width: 768px) {
  #after-content-blocks .gallery-block ul li {
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  #after-content-blocks .gallery-block ul li {
    width: 25%;
  }
}
#after-content-blocks .gallery-block ul li.image i {
  display: none;
}
#after-content-blocks .gallery-block ul .flickity-prev-next-button .arrow {
  fill: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#after-content-blocks .events-block a {
  border-radius: 5px;
  padding-bottom: 15px;
  /*			
            img {
                border-radius: 5px 5px 0 0;
            }
            .date {
                position:absolute;
                top:0;
                left:50%;
                -webkit-transform:translateX(-50%);
                transform:translateX(-50%);
                background-color:@purple;
                color:@white;
                text-transform:uppercase;
                font-size:2.2em;
                font-weight: 900;
                line-height: 0.9em;
                padding: 10px 8px 10px 8px;   
                border-radius: 0px 0px 5px 5px;
                .day,.days {
                }
                .days {
                    word-spacing: -6px;
                }
                .month{
                    font-size: 0.6em;
                }
                .start,.end {
                }
                &.same-day {
                    width:102px;
                }
                &.different-day {
                    width:104px;
                }
                &.different-month {
                    width:125px;
                }
            }

			14-2-2018 changed
*/
}
#after-content-blocks .events-block a .image-and-date {
  position: relative;
  text-align: center;
}
#after-content-blocks .events-block a .image-and-date img {
  border-radius: 5px 5px 0 0;
}
#after-content-blocks .events-block a .image-and-date > div {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#after-content-blocks .events-block a .image-and-date > div .date {
  display: inline-block;
  background-color: rgba(166, 43, 147, 0.9);
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
  padding: 10px 8px 10px 8px;
  border-radius: 5px 5px 0px 0px;
  font-size: 1.6em;
}
#after-content-blocks .events-block a .title-and-description {
  overflow: hidden;
  height: 150px;
  padding: 15px;
}
#after-content-blocks .events-block a .title-and-description .title {
  font-size: 1.4em;
  line-height: 1.25em;
  font-weight: 900;
  color: #a62b93;
  text-transform: uppercase;
  padding-bottom: 10px;
}
#after-content-blocks .events-block a .title-and-description .description {
  font-size: 18px;
}
#after-content-blocks .events-block a .button {
  margin-top: 0;
  text-transform: uppercase;
  padding: 6px 28px;
  font-weight: 900;
  font-size: 18px;
  border: 2px solid #f79122;
  border-radius: 4px;
}
#after-content-blocks .events-block a .button:hover {
  border: 2px solid #f79122;
  background: #ffffff;
  color: #f79122;
}
#after-content-blocks .linkblocks-block {
  padding: 10px 5px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  #after-content-blocks .linkblocks-block {
    padding: 15px 45px;
  }
}
#after-content-blocks .linkblocks-block a:before {
  content: " ";
  position: absolute;
  height: 4em;
  width: 100%;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}
#after-content-blocks .linkblocks-block a:hover:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(166, 43, 147, 0.75);
}
#after-content-blocks .linkblocks-block a:before {
  z-index: 49;
}
#after-content-blocks .linkblocks-block .title {
  font-size: 1em;
  font-weight: 900;
  max-height: 3em;
  overflow: hidden;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 0 10px 10px 10px;
  text-align: left;
}
@media (min-width: 992px) {
  #after-content-blocks .linkblocks-block .title {
    font-size: 1.6em;
    text-align: center;
    padding: 0 25px 15px 25px;
  }
}
#after-content-blocks .linkblocks-block .width-2 {
  width: 100%;
}
#after-content-blocks .linkblocks-block .width-3 {
  width: 100%;
}
#after-content-blocks .linkblocks-block a {
  overflow: hidden;
}
#after-content-blocks .linkblocks-block img {
  width: 100%;
  left: 0;
  z-index: 48;
}
/* event */
.single-event h1 {
  color: #ffffff;
  font-size: 3em;
  font-weight: 900;
  text-shadow: 0px 0px 6px #525050;
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
}
.single-event .big-date {
  color: #f79122;
  font-size: 2em;
  font-weight: bold;
  margin-top: 30px;
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .single-event .big-date {
    margin-top: 120px;
  }
}
@media (max-width: 768px) {
  .single-event #contents {
    padding: 0 10px 15px 10px;
  }
}
@media (max-width: 768px) {
  .single-event #contents .c4 {
    padding: 15px 0 0;
  }
}
.single-event #contents .content-wrapper {
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
}
.single-event #contents .content-wrapper h2 {
  font-size: 30px;
}
.single-event #contents .back-to-events {
  color: #f79122;
}
.single-event .content-wrapper {
  background-color: rgba(255, 255, 255, 0.9);
}
.single-event .media {
  margin-top: 30px;
}
.single-event .media img {
  vertical-align: baseline;
}
.single-event .media ul {
  padding: 0;
  list-style: none;
}
.single-event .media ul li {
  display: inline-block;
  width: 25%;
}
.single-event .media ul .flickity-prev-next-button {
  background: none;
}
.single-event .media ul .flickity-prev-next-button .arrow {
  fill: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#calendar-input {
  display: none;
}
.page-template-template-events #left-menu {
  margin-top: -105px;
  position: relative;
  z-index: 98;
  display: none;
}
@media (min-width: 768px) {
  .page-template-template-events #left-menu {
    display: block;
  }
}
#left-menu > #calendar {
  padding: 0 15px;
  padding-bottom: 85%;
  background-color: #edeef0;
}
#left-menu > #calendar .date-picker-wrapper {
  position: absolute;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  padding: 0;
  border: none;
  color: #717a81;
  font-family: ScalaSansOT,sans-serif;
}
#left-menu > #calendar .date-picker-wrapper .caption th {
  font-weight: 900;
}
#left-menu > #calendar .date-picker-wrapper .caption .month-name {
  font-weight: 700;
}
#left-menu > #calendar .date-picker-wrapper .month-wrapper {
  border: none;
  background-color: transparent;
  padding: 0;
}
#left-menu > #calendar .date-picker-wrapper .month-wrapper table {
  width: 100%;
}
#left-menu > #calendar .date-picker-wrapper .month-wrapper .week-name th {
  font-weight: 900;
}
#left-menu > #calendar .date-picker-wrapper .month-wrapper .day {
  font-size: 15px;
  font-weight: 700;
  color: #717a81;
  padding: 3px 2px;
  border-radius: 4px;
}
#left-menu > #calendar .date-picker-wrapper .month-wrapper .real-today {
  background-color: #f79122;
  color: #ffffff;
}
#left-menu > #calendar .date-picker-wrapper .month-wrapper .has-event {
  font-weight: 900;
  background-color: #d1d4d7;
  background: #d1d4d7;
  background: -moz-linear-gradient(45deg, #d1d4d7 0%, #d1d4d7 77%, #a62b93 83%, #a62b93 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #d1d4d7), color-stop(77%, #d1d4d7), color-stop(83%, #a62b93), color-stop(100%, #a62b93));
  background: -webkit-linear-gradient(45deg, #d1d4d7 0%, #d1d4d7 77%, #a62b93 83%, #a62b93 100%);
  background: -o-linear-gradient(45deg, #d1d4d7 0%, #d1d4d7 77%, #a62b93 83%, #a62b93 100%);
  background: -ms-linear-gradient(45deg, #d1d4d7 0%, #d1d4d7 77%, #a62b93 83%, #a62b93 100%);
  background: linear-gradient(45deg, #d1d4d7 0%, #d1d4d7 77%, #a62b93 83%, #a62b93 100%);
}
#left-menu > #calendar .date-picker-wrapper .next,
#left-menu > #calendar .date-picker-wrapper .prev {
  font-weight: 900;
}
#left-menu > #calendar-feedback {
  color: #717a81;
  text-align: center;
  text-transform: none;
}
.page-template-template-events #contents .left {
  display: block;
}
#events a {
  border-radius: 5px;
  padding-bottom: 15px;
  /*			
            img {
                border-radius: 5px 5px 0 0;
            }
            .date {
                position:absolute;
                top:0;
                left:50%;
                -webkit-transform:translateX(-50%);
                transform:translateX(-50%);
                background-color:@purple;
                color:@white;
                text-transform:uppercase;
                font-size:2.2em;
                font-weight: 900;
                line-height: 0.9em;
                padding: 10px 8px 10px 8px;   
                border-radius: 0px 0px 5px 5px;
                .day,.days {
                }
                .days {
                    word-spacing: -6px;
                }
                .month{
                    font-size: 0.6em;
                }
                .start,.end {
                }
                &.same-day {
                    width:102px;
                }
                &.different-day {
                    width:104px;
                }
                &.different-month {
                    width:125px;
                }
            }

			14-2-2018 changed
*/
}
#events a .image-and-date {
  position: relative;
  text-align: center;
}
#events a .image-and-date img {
  border-radius: 5px 5px 0 0;
}
#events a .image-and-date > div {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#events a .image-and-date > div .date {
  display: inline-block;
  background-color: rgba(166, 43, 147, 0.9);
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
  padding: 10px 8px 10px 8px;
  border-radius: 5px 5px 0px 0px;
  font-size: 1.6em;
}
#events a .title-and-description {
  overflow: hidden;
  height: 150px;
  padding: 15px;
}
#events a .title-and-description .title {
  font-size: 1.4em;
  line-height: 1.25em;
  font-weight: 900;
  color: #a62b93;
  text-transform: uppercase;
  padding-bottom: 10px;
}
#events a .title-and-description .description {
  font-size: 18px;
}
#events a .button {
  margin-top: 0;
  text-transform: uppercase;
  padding: 6px 28px;
  font-weight: 900;
  font-size: 18px;
  border: 2px solid #f79122;
  border-radius: 4px;
}
#events a .button:hover {
  border: 2px solid #f79122;
  background: #ffffff;
  color: #f79122;
}
#events ul {
  margin: 0 -15px;
  list-style: none;
  padding: 0;
}
#events ul li {
  padding: 0 15px 30px 15px;
  width: 100%;
  display: inline-block;
}
@media (min-width: 768px) {
  #events ul li {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #events ul li {
    width: 33.33333333%;
  }
}
#events ul li > * {
  display: block;
  position: relative;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
#events ul li > *:hover {
  background: #edeef0;
  color: #717a81;
}
/* buy tickets and book button */
.buy-tickets,
.book {
  background-color: #f79122;
  color: #ffffff;
  padding: 10px 25px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  border: 2px solid #f79122;
  font-weight: 900;
  text-transform: uppercase;
}
.buy-tickets:hover,
.book:hover,
.buy-tickets:active,
.book:active,
.buy-tickets:focus,
.book:focus {
  background: transparent;
  color: #f79122;
}
/* event details */
#price-and-time {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 15px;
  margin: 15px 15px 30px 15px;
  /*	
		.clearfix();
		margin:15px 0 25px;
		@media (min-width: @screen-sm-min) {
			& > * {
				float:left;
				width:50%;
				&:first-child {
					padding-right:7.5px;
				}
				&:last-child {
					padding-left:7.5px;
				}
			}
		}
		@media (min-width: @screen-md-min) {}
		@media (min-width: @screen-lg-min) {}

		.title {
			font-weight: 900;
			font-size:1.5em;
            position: relative;
            padding-left: 35px;
            margin-bottom: 10px;
            i {
                color: @purple;
                position: absolute;
                top: 3px;
                left: 0;
            }
		}
		td:first-child {
			padding-right:15px;
			font-weight:bold;
			vertical-align:top;
		}	
*/
}
.media-wrapper #price-and-time {
  margin: 0 0 30px 0;
}
#price-and-time .prices .title,
#price-and-time .times .title {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 15px;
}
#price-and-time .prices .title i,
#price-and-time .times .title i {
  color: #a62b93;
  font-size: 36px;
  position: relative;
  top: 10px;
  margin-right: 15px;
}
#price-and-time .prices table,
#price-and-time .times table {
  width: 100%;
}
#price-and-time .prices table td,
#price-and-time .times table td {
  padding-bottom: 5px;
}
#price-and-time .prices table td.label,
#price-and-time .times table td.label {
  font-weight: bold;
}
#price-and-time .prices {
  margin-top: 15px;
}
#price-and-time .prices td.extra-text-non-guests,
#price-and-time .prices td .extra-text-guests {
  padding-bottom: 30px;
}
#price-and-time .prices td.extra-text {
  font-size: 14px;
  font-style: italic;
  text-align: center;
  padding: 10px 0 20px 0;
}
#price-and-time .times {
  padding-bottom: 30px;
  border-bottom: 1px dotted #717a81;
}
#price-and-time .times .title {
  margin-bottom: 15px;
}
#price-and-time .buy-tickets {
  margin: 15px;
  display: block;
}
@media (max-width: 991px) {
  #price-and-time .times {
    padding-bottom: 10px;
  }
  #price-and-time .prices {
    margin-top: 5px;
  }
  #price-and-time .prices td.extra-text {
    padding: 10px 0 5px 0;
  }
  #price-and-time .buy-tickets {
    margin: 5px 15px 15px 15px;
  }
}
/* upcoming events widget */
.upcoming-events,
.random-vacancies {
  background-color: #ffffff;
  border-radius: 8px;
  padding-bottom: 1px;
  text-align: center;
}
.upcoming-events div.title,
.random-vacancies div.title {
  background-color: #a62b93;
  padding: 15px;
  color: #ffffff;
  border-radius: 8px 8px 0 0;
  font-weight: 900;
  text-align: center;
  font-size: 22px;
}
.upcoming-events .post-list,
.random-vacancies .post-list {
  margin: 15px;
  text-align: left;
  list-style: none;
  padding: 0;
}
.upcoming-events .post-list .post a,
.random-vacancies .post-list .post a {
  margin-bottom: 15px;
  position: relative;
  display: block;
  padding-left: 115px;
  height: 75px;
  text-decoration: none;
  width: 100%;
}
.upcoming-events .post-list .post a .thumb,
.random-vacancies .post-list .post a .thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
}
.upcoming-events .post-list .post a .thumb img,
.random-vacancies .post-list .post a .thumb img {
  width: 100%;
  height: auto;
}
.upcoming-events .post-list .post a .text-and-title,
.random-vacancies .post-list .post a .text-and-title {
  height: 55px;
  overflow: hidden;
}
.upcoming-events .post-list .post a .text-and-title .title,
.random-vacancies .post-list .post a .text-and-title .title {
  font-size: 20px;
}
.upcoming-events .post-list .post a .text-and-title .date,
.random-vacancies .post-list .post a .text-and-title .date {
  color: #717a81;
}
.upcoming-events .post-list .post a:hover,
.random-vacancies .post-list .post a:hover {
  text-decoration: none;
  background: #edeef0;
  color: #717a81;
}
.upcoming-events .post-list .post a:hover .more,
.random-vacancies .post-list .post a:hover .more {
  text-decoration: underline;
}
.upcoming-events .post-list .without-image > a,
.random-vacancies .post-list .without-image > a {
  padding-left: 0;
}
.upcoming-events .post-list .post a,
.random-vacancies .post-list .post a {
  border-bottom: 1px solid #ccc;
  height: 90px;
}
.upcoming-events .post-list .post a .text-and-title,
.random-vacancies .post-list .post a .text-and-title {
  height: 80px;
}
.upcoming-events .post-list .post a .text-and-title .title,
.random-vacancies .post-list .post a .text-and-title .title {
  margin: 8px 0 0 0;
  font-size: 18px;
  color: #717a81;
}
.upcoming-events .post-list .post a .more,
.random-vacancies .post-list .post a .more {
  display: none;
}
.upcoming-events .all-events-link,
.random-vacancies .all-events-link {
  background-color: #a62b93;
  padding: 8px 28px;
  margin: 0 0 15px;
  display: inline-block;
  font-weight: 900;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  border-radius: 8px;
  text-transform: uppercase;
  border: 2px solid #a62b93;
}
.upcoming-events .all-events-link:hover,
.random-vacancies .all-events-link:hover {
  background-color: #ffffff;
  color: #a62b93;
  border-color: #a62b93;
}
/* blog */
.blog .post-list {
  list-style: none;
  padding: 0;
}
.blog .post-list .post a {
  margin-bottom: 15px;
  position: relative;
  display: block;
  padding-left: 215px;
  height: 150px;
  text-decoration: none;
  width: 100%;
}
.blog .post-list .post a .thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
}
.blog .post-list .post a .thumb img {
  width: 100%;
  height: auto;
}
.blog .post-list .post a .text-and-title {
  height: 130px;
  overflow: hidden;
}
.blog .post-list .post a .text-and-title .title {
  font-size: 20px;
}
.blog .post-list .post a .text-and-title .date {
  color: #717a81;
}
.blog .post-list .post a:hover {
  text-decoration: none;
  background: #edeef0;
  color: #717a81;
}
.blog .post-list .post a:hover .more {
  text-decoration: underline;
}
.blog .post-list .without-image > a {
  padding-left: 0;
}
@media (min-width: 768px) {
  .blog .post-list {
    list-style: none;
    padding: 0;
  }
  .blog .post-list .post a {
    margin-bottom: 15px;
    position: relative;
    display: block;
    padding-left: 315px;
    height: 225px;
    text-decoration: none;
    width: 100%;
  }
  .blog .post-list .post a .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
  }
  .blog .post-list .post a .thumb img {
    width: 100%;
    height: auto;
  }
  .blog .post-list .post a .text-and-title {
    height: 205px;
    overflow: hidden;
  }
  .blog .post-list .post a .text-and-title .title {
    font-size: 20px;
  }
  .blog .post-list .post a .text-and-title .date {
    color: #717a81;
  }
  .blog .post-list .post a:hover {
    text-decoration: none;
    background: #edeef0;
    color: #717a81;
  }
  .blog .post-list .post a:hover .more {
    text-decoration: underline;
  }
  .blog .post-list .without-image > a {
    padding-left: 0;
  }
}
.blog .post-list .post a {
  margin-bottom: 25px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  border-radius: 8px;
}
.blog .post-list .post a .thumb img {
  border-radius: 8px 0 0 8px;
}
.blog .post-list .post a .title {
  margin-bottom: 0;
}
.blog .post-list .post a .more {
  text-align: right;
  padding-right: 15px;
}
/* packages */
#packages .package a {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  display: block;
  position: relative;
  text-align: center;
  background-color: #ffffff;
}
#packages .package a:hover {
  background-color: #edeef0;
}
#packages ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  #packages ul {
    margin: 0 -15px;
  }
}
#packages ul li {
  width: 100%;
  display: inline-block;
  padding: 5px;
}
@media (min-width: 992px) {
  #packages ul li {
    width: 33.33333333%;
    padding: 0 15px 30px 15px;
  }
}
#packages ul .button {
  margin-top: 0;
  text-transform: uppercase;
  padding: 6px 28px;
  font-weight: 900;
  font-size: 18px;
  border: 2px solid #f79122;
  border-radius: 4px;
}
#packages ul .button:hover {
  border: 2px solid #f79122;
  background: #ffffff;
  color: #f79122;
}
.package a {
  border-radius: 5px;
  position: relative;
  padding-bottom: 15px;
}
.package a .title {
  overflow: hidden;
  font-size: 1.3em;
  font-weight: 900;
  color: #a62b93;
  padding: 20px;
  line-height: 22px;
  height: 85px;
}
.package a .description {
  margin: 5px 15px;
  height: 65px;
  overflow: hidden;
  font-size: 18px;
}
.package a .sticker {
  position: absolute;
  background-color: #a62b93;
  color: #ffffff;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  text-align: center;
  left: 16px;
  top: 100px;
}
.package a .sticker p {
  font-size: 23px;
  line-height: 1em;
  padding-top: 15px;
}
.package a .sticker p strong {
  font-weight: 900;
}
@media (max-width: 400px) {
  .package a .sticker {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(0.66, 0.66);
    transform: scale(0.66, 0.66);
  }
}
.package a .button {
  margin-top: 0;
  text-transform: uppercase;
  padding: 6px 28px;
  font-weight: 900;
  font-size: 18px;
  border: 2px solid #f79122;
  border-radius: 4px;
}
.package a .button:hover {
  border: 2px solid #f79122;
  background: #ffffff;
  color: #f79122;
}
/* search */
#search-results {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}
#search-results li {
  margin-bottom: 25px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  border-radius: 8px;
  padding: 15px;
}
#search-results li:last-child {
  border-bottom: 1px solid #717a81;
}
#search-results li a {
  color: #a62b93;
  font-weight: bold;
}
#search-results li .label {
  color: #bbb;
  display: inline-block;
  float: left;
  margin-right: .5em;
}
#search-results #pagination span,
#search-results #pagination a {
  padding: 10px 18px;
  font-size: 20px;
  margin: 0 10px 0 0;
  border-radius: 2px;
}
#search-results #pagination .current,
#search-results #pagination a:hover {
  background: #a62b93;
  color: #ffffff;
  border-color: #a62b93;
}
/* business class */
.in-business-category h1,
.in-business-category h2,
.in-business-category h3,
.in-business-category #left-menu div a,
.in-business-category #breadcrumbs .breadcrumb_last,
.in-business-category a:hover,
.in-business-category a:active,
.in-business-category a:focus,
.in-business-category .current-menu-item > a,
.in-business-category .current-menu-parent > a,
.in-business-category .current-menu-ancestor > a,
.in-business-category #events a .title-and-description .title,
.in-business-category #left-menu > #calendar .date-picker-wrapper .month-wrapper .has-event,
.in-business-category #left-menu > div,
.in-business-category .package .title {
  color: #78225f;
}
.in-business-category .all-events-link {
  background-color: #78225f;
  border: 2px solid #78225f;
}
.in-business-category .all-events-link:hover {
  background-color: #ffffff;
  color: #78225f;
  border-color: #78225f;
}
.in-business-category .image a i {
  color: #78225f;
}
.in-business-category .image a:hover i {
  color: #ffffff;
  background-color: #78225f;
}
.in-business-category #link-blocks a .sticker,
.in-business-category #left-menu div a i,
.in-business-category #events .date,
.in-business-category .upcoming-events .title {
  background: #78225f;
  background-color: #78225f;
}
.in-business-category .video a i {
  color: #78225f;
}
.in-business-category .video a:hover i {
  color: #ffffff;
  background-color: #78225f;
}
.in-business-category #after-content-blocks .block.single .button {
  background: #78225f;
  background-color: #78225f;
}
.in-business-category #after-content-blocks .block.single .button:hover {
  color: #78225f;
  background: #ffffff;
}
.in-business-category #after-content-blocks .block.single .button:hover i {
  color: #78225f;
}
.in-business-category #after-content-blocks .linkblocks-block li a:hover:after {
  background-color: rgba(120, 34, 95, 0.65);
}
.in-business-category .package .sticker {
  background-color: #78225f;
}
.in-business-category footer > div:first-child > div > div:nth-child(3) ul li {
  width: 25%;
}
.in-business-category ul[style="list-style-type: circle"] li:before {
  color: #78225f;
}
/* tables */
table.responsive.small-only {
  display: table;
}
table.responsive.small-only th {
  padding-top: 30px;
}
table.responsive.small-only th.st-head-row {
  padding-top: 5px;
  border-top: 30px solid #ffffff;
}
table.responsive.large-only {
  display: none;
}
@media (min-width: 768px) {
  table.responsive.small-only {
    display: none;
  }
  table.responsive.large-only {
    display: table;
  }
}
table.responsive td {
  padding: 5px 15px 5px 15px;
  background-color: #f8f8f9;
  border-bottom: 1px solid #ffffff;
}
table.responsive thead td {
  vertical-align: top;
  background-color: #e1e3e5;
}
table.responsive thead td:first-line {
  font-weight: bold;
}
table.responsive .st-head-row {
  background-color: #e1e3e5;
  padding: 5px 15px 5px 15px;
  border-bottom: 1px solid #ffffff;
}
table.responsive .st-head-row:first-line {
  font-weight: bold;
}
table.responsive .st-head-row-main {
  background-color: #ffffff;
}
/* footer */
footer {
  clear: both;
  /* upper */
  /* lower */
}
footer > div:first-child {
  background-color: #edeef0;
  padding: 25px 0;
}
footer > div:first-child > div {
  max-width: 1270px;
  margin: 0 auto;
  /* all */
  /* certificates */
  /* newsletter */
}
footer > div:first-child > div:before,
footer > div:first-child > div:after {
  content: " ";
  display: table;
}
footer > div:first-child > div:after {
  clear: both;
}
footer > div:first-child > div:before,
footer > div:first-child > div:after {
  content: " ";
  display: table;
}
footer > div:first-child > div:after {
  clear: both;
}
footer > div:first-child > div > div {
  float: left;
  padding: 15px;
}
@media (min-width: 992px) {
  footer > div:first-child > div > div {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  footer > div:first-child > div > div {
    width: 25%;
  }
}
footer > div:first-child > div > div h3,
footer > div:first-child > div > div .gform_title {
  font-weight: 700;
  font-size: 1.5em;
  margin: 0 0 15px 0;
  color: #717a81;
}
footer > div:first-child > div > div .gform_wrapper {
  margin: 0;
}
footer > div:first-child > div > div .phone,
footer > div:first-child > div > div .opening_hours,
footer > div:first-child > div > div .email {
  padding-left: 20px;
  position: relative;
  font-weight: 700;
}
footer > div:first-child > div > div .phone i,
footer > div:first-child > div > div .opening_hours i,
footer > div:first-child > div > div .email i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #a62b93;
}
footer > div:first-child > div > div ul {
  list-style: none;
  padding: 0;
  margin: 0 15px 0 0;
}
footer > div:first-child > div > div form input[type=text] {
  width: 100%;
}
footer > div:first-child > div > div:nth-child(3) ul {
  margin: 0 -5px;
}
footer > div:first-child > div > div:nth-child(3) ul li {
  width: 33.33333333%;
  float: left;
  padding: 0 5px;
}
footer > div:first-child > div .newsletter {
  width: 100%;
}
@media (min-width: 992px) {
  footer > div:first-child > div .newsletter {
    width: 25%;
  }
}
footer > div:first-child > div .newsletter .signupform {
  background: #b3b8be;
  padding: 25px 15px 15px;
  border-radius: 10px;
}
footer > div:first-child > div .newsletter .signupform input[type=text] {
  width: 100%;
  font-size: 1.25em;
  padding: 5px 15px;
  margin: 5px 0;
  border: 0;
  border-radius: 5px;
}
footer > div:first-child > div .newsletter .signupform table {
  width: 100%;
}
footer > div:first-child > div .newsletter .signupform td {
  text-align: center;
}
footer > div:first-child > div .newsletter .signupform .button {
  text-transform: uppercase;
  font-weight: 900;
  border-radius: 5px;
  border: 2px solid #f79122;
  padding: 8px 28px;
  font-size: 18px;
  width: 100%;
}
footer > div:first-child > div .newsletter .signupform .button:hover {
  color: #f79122;
  background: #ffffff;
}
footer > div:first-child > div .newsletter .gform_wrapper .gform_body {
  background: #b3b8be;
  padding: 25px 15px 15px;
  border-radius: 10px 10px 0 0;
}
footer > div:first-child > div .newsletter .gform_wrapper .gform_body li {
  margin: 0;
}
footer > div:first-child > div .newsletter .gform_wrapper .gform_body li .gfield_label {
  display: none;
}
footer > div:first-child > div .newsletter .gform_wrapper .gform_body li input[type=text] {
  width: 100%;
  font-size: 1.25em;
  padding: 5px 15px;
}
footer > div:first-child > div .newsletter .gform_wrapper .gform_footer {
  background: #b3b8be;
  padding: 0 15px 15px;
  margin-top: 0;
  text-align: center;
  border-radius: 0 0 10px 10px;
}
footer > div:first-child > div .newsletter .gform_wrapper .gform_footer .button {
  text-transform: uppercase;
  font-weight: 900;
  border-radius: 5px;
  border: 2px solid #f79122;
  padding: 8px 28px;
  font-size: 18px;
}
footer > div:first-child > div .newsletter .gform_wrapper .gform_footer .button:hover {
  color: #f79122;
  background: #ffffff;
}
footer > div:last-child {
  background-color: #d1d4d7;
}
footer > div:last-child:before,
footer > div:last-child:after {
  content: " ";
  display: table;
}
footer > div:last-child:after {
  clear: both;
}
footer > div:last-child:before,
footer > div:last-child:after {
  content: " ";
  display: table;
}
footer > div:last-child:after {
  clear: both;
}
footer > div:last-child > div {
  max-width: 1170px;
  margin: 30px auto;
  padding: 0 15px;
}
footer > div:last-child > div img {
  height: 50px;
  width: auto;
}
/* gform */
.gform_button {
  background-color: #f79122;
  color: #ffffff;
  padding: 10px 25px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  border: 2px solid #f79122;
  font-weight: 900;
  text-transform: uppercase;
}
.gform_button:hover,
.gform_button:active,
.gform_button:focus {
  background: transparent;
  color: #f79122;
}
/*! Flickity v1.2.1
	http://flickity.metafizzy.co
	---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: 0;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
  background: #fff;
}
.flickity-prev-next-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #0099ff;
}
.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  opacity: .6;
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  opacity: .3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  opacity: .25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  opacity: 1;
}
.date-picker,
.date-picker-wrapper {
  font-size: 12px;
  font-family: Arial,sans-serif;
}
.date-picker {
  width: 170px;
  height: 25px;
  padding: 0 0 0 10px;
  border: 0;
  line-height: 25px;
  font-weight: 700;
  cursor: pointer;
  color: #303030;
  position: relative;
  z-index: 2;
}
.date-picker-wrapper {
  position: absolute;
  z-index: 1;
  border: 1px solid #bfbfbf;
  padding: 5px 12px;
  line-height: 20px;
  color: #aaa;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-sizing: initial;
}
.date-picker-wrapper.inline-wrapper {
  position: relative;
  box-shadow: none;
  display: inline-block;
}
.date-picker-wrapper .drp_top-bar .error-top,
.date-picker-wrapper .drp_top-bar .normal-top,
.date-picker-wrapper .month-wrapper table .day.lastMonth,
.date-picker-wrapper .month-wrapper table .day.nextMonth,
.date-picker-wrapper .selected-days {
  display: none;
}
.date-picker-wrapper.single-date {
  width: auto;
}
.date-picker-wrapper.no-shortcuts {
  padding-bottom: 12px;
}
.date-picker-wrapper.no-topbar {
  padding-top: 12px;
}
.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px;
}
.date-picker-wrapper b {
  color: #666;
  font-weight: 700;
}
.date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline;
}
.date-picker-wrapper .month-name {
  text-transform: uppercase;
}
.date-picker-wrapper .month-wrapper {
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px;
  cursor: default;
  position: relative;
}
.date-picker-wrapper .month-wrapper table,
.date-picker-wrapper .month-wrapper table.month2 {
  width: 190px;
  float: left;
}
.date-picker-wrapper .month-wrapper table td,
.date-picker-wrapper .month-wrapper table th {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0;
  padding: 0;
}
.date-picker-wrapper .month-wrapper table .day {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #ccc;
  cursor: default;
}
.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default;
}
.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #9cdbf7;
}
.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: uppercase;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}
.date-picker-wrapper .time label {
  white-space: nowrap;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  cursor: pointer;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #cdecfa;
}
.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #ffe684;
}
.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: #70ccd5;
}
.date-picker-wrapper table .caption {
  height: 40px;
}
.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
  padding: 0 5px;
  cursor: pointer;
}
.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
  background-color: #ccc;
  color: #fff;
}
.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  background-color: red;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0;
}
.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden;
}
.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative;
}
.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eeeeee;
}
.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid #ffffff;
}
.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
}
.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3;
}
.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3;
}
.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0;
}
.date-picker-wrapper .drp_top-bar .default-top {
  display: block;
}
.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red;
}
.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar.normal .normal-top,
.date-picker-wrapper.single-month .time {
  display: block;
}
.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #0076a3;
  background: #0095cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
  color: #fff;
  line-height: initial;
}
.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: 1px solid #b7b7b7;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));
  background: -moz-linear-gradient(top, #ffffff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.date-picker-wrapper .time {
  position: relative;
}
.date-picker-wrapper .hide,
.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none;
}
.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px;
}
.date-picker-wrapper .time1,
.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}
.date-picker-wrapper .time1 {
  float: left;
}
.date-picker-wrapper .time2 {
  float: right;
}
.date-picker-wrapper .hour,
.minute {
  text-align: right;
}
.date-picker-wrapper .first-date-selected,
.date-picker-wrapper .last-date-selected {
  background-color: #49e !important;
  color: #fff !important;
}
.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  background-color: #ff0;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}
.date-picker-wrapper .date-range-length-tip:after {
  content: '';
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ff0;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
}
.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer;
}
.date-picker-wrapper .week-number.week-number-selected {
  color: #49E;
  font-weight: 700;
}
/* op verzoek van news 5-9-2017 */
.content-wrapper p a.fresco {
  display: inline-block;
}
.content-wrapper p a.fresco img {
  max-width: 100%;
}
.content-wrapper iframe {
  max-width: 100%;
}
/* 7-9-2017 */
.content-wrapper p a {
  display: inline-block;
}
/* 22-11-2017 */
.content-wrapper p a {
  font-weight: 700;
  color: #a62b93;
}
/* 14-11-2018 */
.content-wrapper li a {
  font-weight: 700;
  color: #a62b93;
}
.content-wrapper #events li a {
  font-weight: normal;
  color: gray;
}
body.in-business-category .content-wrapper p a {
  color: #78225f;
  /* 16-2-2018 */
}
/* 14-12-2017 */
.event-template-default hr {
  border-top: 1px solid #a62b93;
}
/* 14-11-2018 */
hr {
  border-top: 1px solid #a62b93;
}
/* 6-2-2018 */
p img.alignleft {
  float: left;
  width: auto;
  margin: 0 1em 1em 0;
  max-width: 100%;
}
/* 16-2-2018 */
a.fresco:hover i {
  background-color: #78225f;
}
.signup-vacancies {
  background-color: #a62b93;
  background-image: url(../images/signup-vacancies-bg.png);
  background-position: 100% 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  color: #ffffff;
}
.signup-vacancies h3 {
  color: #ffffff;
}
.signup-vacancies .wrapper {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 10px;
}
.signup-vacancies .wrapper h3 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 20px;
}
.signup-vacancies .wrapper p {
  font-size: 20px;
}
.signup-vacancies .wrapper form {
  display: inline-block;
  width: 100%;
}
@media (min-width: 992px) {
  .signup-vacancies .wrapper form {
    margin-top: 50px;
  }
}
.signup-vacancies .wrapper form input {
  border-radius: 3px;
  border: none;
  padding: 12px 18px !important;
  color: #000000;
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .signup-vacancies .wrapper form input {
    width: 20%;
    margin-left: 30px;
  }
  .signup-vacancies .wrapper form input:first-child {
    margin-left: 0;
  }
}
.signup-vacancies .wrapper form input[type=submit] {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 900;
  border-radius: 5px;
  padding: 8px 28px;
  font-size: 18px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .signup-vacancies .wrapper form input[type=submit] {
    margin-left: 90px;
  }
}
@media (min-width: 992px) {
  .signup-vacancies .wrapper .gform_footer {
    display: inline-block;
    width: 20%;
  }
}
.single-vacancy #contents {
  padding-top: 50px;
}
.single-vacancy #contents .content-wrapper .back-to-vacancies {
  color: #a62b93;
  margin-bottom: 15px;
  display: inline-block;
}
.single-vacancy #contents .content-wrapper .meta {
  margin-top: -20px;
  font-style: italic;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .single-vacancy #contents .content-wrapper {
    width: 66%;
    float: left;
  }
}
.single-vacancy #contents .random-vacancies {
  border: 1px solid #edeef0;
  padding: 0;
  margin: 0 15px;
}
@media (min-width: 992px) {
  .single-vacancy #contents .random-vacancies {
    width: calc(33% - 30px);
    float: left;
  }
}
.page-template-template-vacancies #contents {
  padding-top: 50px;
}
.page-template-template-vacancies #contents .content-wrapper {
  width: 100%;
}
.page-template-template-vacancies #contents .content-wrapper .video {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .page-template-template-vacancies #contents .content-wrapper .video {
    float: right;
    padding-left: 20px;
    margin-bottom: 0;
    width: 50%;
  }
}
.page-template-template-vacancies #contents .content-wrapper .video a {
  padding-bottom: 55%;
}
.page-template-template-vacancies #contents .content-wrapper .video a i {
  padding: 15px 0 0 19px;
}
.page-template-template-vacancies .vacancies-list {
  background: #edeef0;
  padding: 30px 0;
}
.page-template-template-vacancies .vacancies-list h2 {
  text-transform: uppercase;
  text-align: center;
  margin: 30px 0;
}
.page-template-template-vacancies .vacancies-list ul {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.page-template-template-vacancies .vacancies-list ul li {
  width: 100%;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .page-template-template-vacancies .vacancies-list ul li {
    width: 33%;
  }
}
.page-template-template-vacancies .vacancies-list ul li a {
  display: block;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
  text-align: center;
}
.page-template-template-vacancies .vacancies-list ul li a .image-and-title {
  position: relative;
}
.page-template-template-vacancies .vacancies-list ul li a .image-and-title .title {
  position: absolute;
  bottom: 0;
  padding: 20px;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  background: rgba(166, 43, 147, 0.8);
  width: 100%;
}
.page-template-template-vacancies .vacancies-list ul li a .description {
  padding: 15px;
  height: 150px;
  text-align: left;
}
.page-template-template-vacancies .vacancies-list ul li a .more {
  padding: 10px 25px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  border: 2px solid #a62b93;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #a62b93;
  color: #ffffff;
  margin: 15px;
}
.page-template-template-vacancies .vacancies-list ul li a .more:hover {
  background-color: transparent;
  color: #a62b93;
}
.page-template-template-vacancies .vacancies-extra-text {
  padding: 50px 20px;
}
.page-template-template-vacancies .vacancies-extra-text .wrapper {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
}
/* 21-02-2019 */
#packages .package a .description {
  color: #717a81;
}
/* 27-03-2019 joost faber */
.content-wrapper form table {
  width: 100%;
  max-width: 300px;
}
.content-wrapper table input[type="text"] {
  padding: 8px 15px;
  width: 100%;
  border-radius: 5px;
  margin-top: 10px;
  border: 1px solid #dbdbdb;
}
.content-wrapper table input[type="submit"] {
  border-radius: 5px;
  border: 1px solid #f79122;
  padding: 8px 15px;
}
/* 27-03-2019 joost faber */
p img.alignright {
  float: right;
  width: auto;
  margin: 0 1em 1em 0;
  max-width: 100%;
}
