@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'Amelia Rounded';
  font-weight: 100;
  src: url("../fonts/amelia/Amelia-Rounded-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/amelia/Amelia-Rounded-Light.woff2") format("woff2"), url("../fonts/amelia/Amelia-Rounded-Light.woff") format("woff"), url("../fonts/amelia/AmeliaRounded-Light.otf") format("opentype"); }
@font-face {
  font-family: 'Amelia Rounded';
  font-weight: 100;
  font-style: italic;
  src: url("../fonts/amelia/AmeliaRounded-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/amelia/AmeliaRounded-LightItalic.woff2") format("woff2"), url("../fonts/amelia/AmeliaRounded-LightItalic.woff") format("woff"), url("../fonts/amelia/AmeliaRounded-LightItalic.otf") format("opentype"); }
@font-face {
  font-family: 'Amelia Rounded';
  font-weight: 400;
  src: url("../fonts/amelia/Amelia-Rounded-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/amelia/Amelia-Rounded-Regular.woff2") format("woff2"), url("../fonts/amelia/Amelia-Rounded-Regular.woff") format("woff"), url("../fonts/amelia/AmeliaRounded-Regular.otf") format("opentype"); }
@font-face {
  font-family: 'Amelia Rounded';
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/amelia/AmeliaRounded-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/amelia/AmeliaRounded-RegularItalic.woff2") format("woff2"), url("../fonts/amelia/AmeliaRounded-RegularItalic.woff") format("woff"), url("../fonts/amelia/AmeliaRounded-RegularItalic.otf") format("opentype"); }
@font-face {
  font-family: 'Amelia Rounded';
  font-weight: 600;
  src: url("../fonts/amelia/AmeliaRounded-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/amelia/AmeliaRounded-Bold.woff2") format("woff2"), url("../fonts/amelia/AmeliaRounded-Bold.woff") format("woff"), url("../fonts/amelia/AmeliaRounded-Bold.otf") format("opentype"); }
@font-face {
  font-family: 'Amelia Rounded';
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/amelia/AmeliaRounded-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/amelia/AmeliaRounded-BoldItalic.woff2") format("woff2"), url("../fonts/amelia/AmeliaRounded-BoldItalic.woff") format("woff"), url("../fonts/amelia/AmeliaRounded-BoldItalic.otf") format("opentype"); }
body #acf-image-crop-overlay {
  display: none !important; }

body .acf-image-crop.cropping .crop-stage {
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.5) !important; }

.events_content {
  padding: 25px 0; }

/*------------------------------------*\
    !BASE
\*------------------------------------*/
.colored_bar {
  width: 100%; }

.colored_bar_section {
  width: 6.25%;
  height: 5px;
  float: left;
  display: block; }

.green1 {
  background-color: #abab00; }

.green2 {
  background-color: #68931b; }

.green3 {
  background-color: #74b958; }

.green4 {
  background-color: #009354; }

.lightblue {
  background-color: #66c1bf; }

.blue {
  background-color: #008bcb; }

.purple1 {
  background-color: #787ebd; }

.purple2 {
  background-color: #9f569f; }

.purple3 {
  background-color: #af1281; }

.purple4 {
  background-color: #7e1874; }

.pink {
  background-color: #ed6c91; }

.red {
  background-color: #e30512; }

.darkred {
  background-color: #af2008; }

.orange {
  background-color: #ef7c00; }

.darkorange {
  background-color: #d18700; }

.yellow {
  background-color: #e7a900; }

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

.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

body {
  background-color: #ffffff;
  font: 13px 'Amelia Rounded';
  color: #696969; }

p {
  margin: 0 0 12px 0;
  font-size: 15px;
  line-height: 24px;
  color: #3c3c3c; }

#content ::selection {
  background-color: #00A3CC;
  color: #fff; }

#content ::-moz-selection {
  background-color: #00A3CC;
  color: #fff; }

.fade {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.gform_wrapper .top_label .gfield_label {
  font-size: 15px;
  color: #3c3c3c; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="password"],
textarea {
  padding: 10px !important;
  font-size: 15px;
  background-color: #FFF;
  border: 1px solid #b2cbcf;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
  background-color: #fff;
  border-color: #3c3c3c;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

select {
  margin: 0;
  font-size: 15px;
  padding: 10px 40px 10px 10px !important;
  border: 1px solid #b2cbcf;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #b2cbcf;
  background-color: #fff url(../img/gender_arrow.png) no-repeat right 5px center;
  -webkit-appearance: none;
  outline: none;
  -moz-appearance: none;
  background-size: 18px; }

select:focus {
  background-color: #fff;
  border-color: #3c3c3c; }

.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
  font-size: 18px !important; }

.gform_wrapper .gsection {
  margin: 38px 16px 8px 0 !important;
  border-bottom: 1px solid #e5eeef !important; }

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 10px !important; }

.gform_wrapper .field_description_below .gfield_description,
.gform_wrapper .field_description_below .gfield_description p {
  font-size: 13px; }

/* --- URL's
=============================== */
a {
  color: #00B4CD;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

a:hover {
  text-decoration: underline;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

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

/* --- Headings
=============================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Amelia Rounded';
  font-weight: 600;
  margin: 0;
  padding: 0;
  color: #3c3c3c;
  line-height: normal; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

/* --- Lists
=============================== */
ol ol {
  margin: 0 0 0 40px;
  padding: 0;
  list-style: upper-alpha; }

ol ol ol {
  list-style: lower-roman; }

ol ol ol ol {
  list-style: lower-alpha; }

/* --- Images
=============================== */
img {
  max-width: 100%;
  vertical-align: bottom; }

.alignnone,
a img.alignnone {
  float: none;
  margin: 0 20px 20px 0; }

.alignleft,
a img.alignleft {
  float: left;
  margin: 0 20px 20px 0; }

.alignright,
a img.alignright {
  float: right;
  margin: 0 0 20px 20px; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto; }

.wp-caption {
  max-width: 96%;
  padding: 5px 3px 10px;
  background-color: #fff;
  border: 1px solid #F0F0F0;
  text-align: center; }

.wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none; }

.wp-caption.alignnone {
  margin: 0 20px 20px 0; }

.wp-caption.alignleft {
  margin: 0 20px 20px 0; }

.wp-caption.alignright {
  margin: 0 0 20px 20px; }

.wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px; }

/* --- Buttons
=============================== */
.button {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  border: none;
  cursor: pointer; }

.button.small {
  padding: 6px 10px; }

.button.medium {
  padding: 10px 20px; }

.button.large {
  padding: 15px 30px; }

.button.blue {
  background-color: #ef7c00;
  color: #fff; }

.button.blue:hover {
  background-color: #d27e23;
  text-decoration: none; }

.button.orange {
  background-color: #ef7c00;
  color: #fff; }

.button.orange:hover {
  background-color: #d27e23;
  text-decoration: none; }

.button.with_icon span {
  display: inline-block;
  vertical-align: middle; }

.button.with_icon i {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px; }

/* --- Forms
=============================== */
input:focus {
  outline: 0; }

/*------------------------------------*\
    LAY-OUT
\*------------------------------------*/
#wrapper {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden; }

@media (max-width: 1260px) {
  #wrapper {
    width: 960px; } }
#header {
  width: 100%;
  /* height: 90px; */
  border-bottom: 1px solid #e5eeef;
  margin-bottom: 30px; }

#header .center {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  max-width: 1200px;
  position: relative; }

#content {
  position: relative; }

#content.event {
  width: 100%;
  margin: 0;
  float: none; }

/*------------------------------------*\
    MODULE
\*------------------------------------*/
/* /////////// HEADER \\\ */
/* ------------------------------- */
.center {
  width: 1200px;
  margin: 0 auto; }

@media (max-width: 1260px) {
  .center {
    width: 960px; } }
.navigation_row {
  width: calc(100% - 260px);
  margin-top: 90px; }

/* --- Logo
=============================== */
/* .logo {
	width: 228px;
	margin: 7px 80px 0 0;
	float: left;
} */
.logo img {
  width: 100%;
  height: auto; }

.logo {
  width: 228px; }

.sublogo {
  width: 175px; }

/* --- Search
=============================== */
.search_form {
  margin: 27px 0 0 0;
  padding: 0;
  float: left; }

.search_field {
  width: 290px;
  float: left;
  -webkit-appearance: none; }

.search_btn {
  padding: 10px 15px 6px 15px;
  float: left;
  background-color: #00a3cc;
  border: none;
  color: #fff;
  -webkit-appearance: none;
  font-size: 16px; }

.search_btn:hover {
  background-color: #0083a3;
  text-decoration: none; }

/* --- New Search
=============================== */
.header_search button svg,
.search_trigger svg {
  position: relative;
  top: 3px;
  margin-right: 10px; }

.header_search {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 2;
  height: 65px;
  opacity: 0;
  transition: opacity 0s ease 0s;
  pointer-events: none; }

.header_search input {
  height: 30px;
  width: 500px;
  margin-right: 12px;
  padding-right: 50px !important; }

.close_search_trigger {
  position: absolute;
  right: 141px;
  z-index: 3;
  bottom: 13px;
  padding: 20px 20px 14px 20px;
  opacity: 0;
  transition: opacity 0s ease 0s;
  pointer-events: none;
  cursor: pointer; }

.header_search.visible,
.close_search_trigger.visible {
  opacity: 1;
  transition: opacity 0.5s ease 0s;
  pointer-events: all; }

@media only screen and (max-width: 1260px) {
  .navigation_row {
    padding-right: 30px; }

  .header_search {
    right: 30px; }

  .close_search_trigger {
    right: 171px; } }
@media only screen and (max-width: 959px) {
  .navigation_row,
  .header_search,
  .search_trigger {
    display: none; } }
/* --- Login
=============================== */
.header_account {
  position: absolute;
  right: 0px;
  top: 0; }

@media only screen and (max-width: 1260px) {
  .header_account {
    right: 30px; } }
.header_account_sub {
  position: absolute;
  z-index: 999;
  top: 95px;
  right: 0;
  width: 200px;
  margin: 0;
  padding: 20px;
  background-color: #337680;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.header_account_sub::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #337680; }

.header_account_sub li {
  margin: 0 0 20px 0;
  list-style-type: none;
  font-weight: 600; }

.header_account_sub li:last-child {
  margin-bottom: 0; }

.header_account_sub li a {
  color: #fff;
  display: block;
  text-transform: lowercase;
  font-size: 15px;
  font-weight: 400; }

.login_button {
  position: relative;
  z-index: 9999;
  margin: 25px 0 0 0;
  padding: 15px 25px;
  border-radius: 5px;
  float: right;
  background-color: #005460;
  font: 600 15px 'Amelia Rounded';
  text-transform: lowercase;
  color: #fff;
  opacity: 1.0 !important; }

.login_button span {
  display: inline-block;
  vertical-align: middle; }

.login_button i {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px; }

.login_button:hover {
  background-color: #337680;
  text-decoration: none; }

.login_button .icon {
  margin: 0 0 0 10px;
  line-height: 9px; }

.header_account:hover .header_account_sub {
  opacity: 1;
  visibility: visible; }

.header_account:hover::before {
  display: block; }

.header_account::before {
  content: "";
  position: absolute;
  display: none;
  bottom: -25px;
  right: 0;
  width: 100%;
  height: 30px;
  background: transparent; }

/* --- Navigation
=============================== */
/* .nav {
	border-bottom: 1px solid #e5eeef;
	margin-bottom: 30px;
} */
.navigation {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  font: 600 18px 'Amelia Rounded';
  text-transform: lowercase; }

.navigation li {
  position: relative;
  margin-right: 30px;
  display: inline-block;
  list-style-type: none; }

/* .navigation li:last-child {
	margin-right: 0;
} */
.navigation li a {
  padding: 20px 0;
  display: block;
  color: #3c3c3c;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.navigation li a:hover,
.navigation li.current-menu-item a {
  padding: 20px 0;
  border-bottom: 2px solid #3c3c3c;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.navigation li .sub-menu {
  position: absolute;
  top: 65px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 9999;
  background-color: #fff;
  list-style-type: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 20px;
  border: 1px solid #e5eeef;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.navigation li .sub-menu li {
  margin: 0 0 15px 0; }

.navigation li .sub-menu li:last-child {
  margin: 0; }

.navigation li .sub-menu li a {
  padding: 0 0 5px 0;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 2px solid transparent; }

.navigation li .sub-menu li a:hover {
  border-bottom: 2px solid #3c3c3c; }

.navigation li:hover > .sub-menu {
  opacity: 1;
  visibility: visible; }

#mobile_navigation:not(.mm-menu) {
  display: none; }

/* ////////// CONTENT \\\ */
/* ------------------------------- */
.page_header {
  clear: both;
  overflow: hidden; }

.title {
  margin: 0 0 25px 0;
  float: left;
  font: 600 32px 'Amelia Rounded';
  color: #3c3c3c;
  text-transform: none; }

/* --- HOME
===============================
=============================== */
.slider {
  width: 790px;
  /*  height: 330px;*/
  margin: 0 0 30px 0;
  float: left;
  overflow: hidden;
  border-radius: 5px;
  background-color: #e5eeef; }

@media (max-width: 1260px) {
  .slider,
  .slide {
    width: 630px; } }
.slide {
  position: relative;
  width: 790px;
  /*  height: 330px; */ }

.slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.slide .video_thumb {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center; }

.slide_text {
  position: absolute;
  z-index: 10;
  bottom: 30px;
  left: 0;
  padding: 20px 30px;
  font: 600 33px 'Amelia Rounded';
  text-transform: lowercase;
  color: #3c3c3c;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: rgba(229, 238, 239, 0.89); }

@media only screen and (max-width: 560px) and (min-width: 200px) {
  .slide_text {
    bottom: auto;
    top: 80px;
    font-size: 25px;
    padding: 0px 10px; }

  .slider {
    height: 150px; }

  .slide {
    width: auto;
    height: 100%; } }
.home-contentboxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.contentbox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 380px;
  min-height: 380px;
  margin: 0 30px 0 0;
  padding: 0 0 20px 0;
  float: left;
  border-radius: 5px;
  overflow: hidden; }

@media (max-width: 1260px) {
  .contentbox {
    width: 300px; } }
.contentbox.about {
  margin: 0 0 30px 30px;
  /*  height: 330px;*/
  min-height: inherit;
  float: right; }

.contentbox.last {
  margin: 0;
  background-color: #f00; }

.contentbox_image {
  width: 100%;
  height: 160px;
  display: block;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.contentbox_image img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.contentbox_inside {
  padding: 20px;
  flex: 1;
  width: 100%; }

.about h2,
.contentbox h2 {
  margin: 0;
  display: block;
  font: 600 28px 'Amelia Rounded';
  color: #3c3c3c;
  text-transform: lowercase; }

.contentbox h4 {
  color: #00b4cd;
  text-transform: lowercase; }

.contentbox_text {
  font: 15px 'Amelia Rounded'; }

.contentbox_text p {
  margin: 20px 0 0 0;
  line-height: 24px;
  color: inherit; }

.contentbox_btn {
  margin-top: auto;
  width: auto;
  margin: 0 20px;
  font: 600 15px 'Amelia Rounded';
  color: #3c3c3c;
  text-transform: lowercase;
  border-bottom: 1px solid transparent; }

.contentbox_btn:hover {
  text-decoration: none; }

.contentbox_btn:hover i {
  margin-left: 13px; }

.contentbox_btn i {
  font-size: 10px;
  margin-left: 10px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.contentbox.last,
.contentbox.last h2,
.contentbox.last .past,
.contentbox.last .contentbox_btn {
  color: #FFF; }

.contentbox.last .day.event {
  color: #3c3c3c; }

.contentbox.last .controls {
  margin-bottom: 10px; }

.contentbox.last .contentbox_text {
  margin-top: 20px; }

#mini-clndr,
.clndr-days {
  width: 280px !important; }

.clndr-day-header,
.day,
.empty {
  width: 40px !important; }

/* --- EVENTS
===============================
=============================== */
.days-container {
  width: 100% !important; }

.cl-event,
.cl-event.last {
  width: 50%;
  margin: 0 0 3% 0;
  float: left;
  overflow: hidden; }

#mini-clndr,
.clndr-days {
  width: 100% !important; }

.clndr-day-header,
.day,
.empty {
  width: 14% !important; }

.event_thumbnail {
  width: 180px;
  height: 180px;
  margin: 0 25px 0 0;
  float: left;
  overflow: hidden;
  text-align: center; }

.event_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.event_thumbnail i {
  font-size: 70px;
  line-height: 180px;
  color: #e1e1e1; }

.event_title {
  margin: 0 0 4px 0;
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #3c3c3c; }

.event_title:hover {
  text-decoration: none; }

.event_details {
  margin: 0 0 4px 0;
  display: block;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  color: #3c3c3c; }

.event_teachers {
  margin: 0 0 12px 0;
  display: block;
  color: #3c3c3c;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600; }

.event_teachers a {
  color: #3c3c3c;
  font-weight: normal; }

.event_info {
  max-width: 55%;
  float: left; }

/* --- Single event
=============================== */
#event_about {
  width: 100%;
  margin: 0 0 30px 0;
  overflow: hidden; }

#event_about .single_event_info {
  width: 990px;
  float: left;
  line-height: normal; }

#event_about .single_event_info .row {
  clear: both;
  overflow: hidden; }

#event_about .single_event_info .row .edit_event_button {
  float: right; }

#event_about .single_event_info h1 {
  margin: 5px 0 5px 0;
  float: left;
  font-size: 26px;
  font-weight: 600;
  color: #3c3c3c; }

#event_about .single_event_info .event_date_time {
  display: block;
  clear: both;
  font-weight: 600;
  font-size: 14px;
  color: #377680; }

#event_about .single_event_info .row.details {
  width: 100%;
  margin: 25px 0 0 0;
  display: table;
  table-layout: fixed; }

#event_about .single_event_info .single_event_details {
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: top; }

#event_about .single_event_info .single_event_details li {
  margin: 0 0 10px 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none; }

#event_about .single_event_info .single_event_details li:last-child {
  margin: 0; }

#event_about .single_event_info .single_event_details i {
  width: 24px;
  height: 24px;
  float: left;
  vertical-align: top;
  border-radius: 100%;
  background-color: #00b4cd;
  text-align: center;
  color: #fff;
  line-height: 24px;
  font-style: normal; }

#event_about .single_event_info .single_event_details i.middle {
  vertical-align: middle; }

#event_about .single_event_info .single_event_details span,
#event_about .single_event_info .single_event_details a {
  position: relative;
  margin: 0 0 0 32px;
  display: block !important;
  color: #3c3c3c !important;
  font-size: 15px; }

#event_about .single_event_info .single_event_details span a {
  margin: 0;
  display: block; }

#event_about .event_description {
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  clear: both;
  overflow: hidden;
  border-top: 1px solid #e5eeef; }

#event_about .event_description .entry-title {
  margin-bottom: 30px; }

#event_map_container {
  position: relative;
  width: 100%;
  height: 400px;
  background-color: #ccc; }

#event_map_overlay {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none; }

#event_map {
  width: 100%;
  height: 400px; }

/* --- Edit event
=============================== */
#edit_event {
  display: none; }

.acf-form {
  margin: 0 -12px; }

.acf-fields > .acf-field,
.acf-field[data-width] + .acf-field[data-width] {
  border: none; }

.acf-field.acf-field-message .acf-label {
  margin: 0; }

.acf-field:first-child .acf-label {
  margin: 0 0 30px 0; }

.acf-field:first-child .acf-label label,
.acf-field.acf-field-message .acf-label label {
  margin: 0;
  padding: 0 0 5px 0;
  color: #3c3c3c;
  font-weight: 700 !important;
  font-size: 1.3em !important;
  line-height: normal;
  border-bottom: 1px solid #e5eeef; }

.acf-field .acf-label label {
  color: #3c3c3c; }

.acf-field-google-map .title {
  float: none !important;
  margin: 0 !important;
  font: inherit !important; }

body .acf-input-wrap input {
  height: auto; }

.acf-icon.acf-icon-globe {
  display: none; }

.acf-error-message,
.acf-form-submit {
  margin: 0 12px; }

.acf-field-5639f505af443 i {
  display: none; }

#acf-form .acf-fields > .acf-field {
  border: none; }

#acf-form .acf-google-map .title .search {
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid #b2cbcf; }

/* --- My events
=============================== */
.add_event_button {
  float: right; }

#events_overview {
  width: 100%;
  border: none; }

#events_overview tr {
  border-bottom: 1px solid #dadada; }

#events_overview tr.even {
  background-color: #f7f7f7; }

#events_overview td {
  padding: 12px; }

#events_overview th {
  padding: 12px;
  text-align: left;
  background-color: #eeeeee;
  color: #000;
  font-size: 14px;
  text-transform: uppercase; }

#events_overview td.date {
  width: 20%; }

#events_overview td.name {
  width: 67%;
  font-weight: 600; }

#events_overview td.actions {
  width: 13%;
  text-align: right; }

#events_overview td.actions a {
  margin: 0 0 0 10px;
  display: inline-block;
  font-size: 17px;
  text-align: center; }

#events_overview td.actions a.edit_event {
  color: #009bac; }

#events_overview td.actions a.delete_event {
  color: #cd0000; }

/* --- Artikelen
===============================
=============================== */
.article-posts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.article_post_wrapper {
  width: 48%; }

.article_post {
  background-color: #E5EEEF;
  margin-bottom: 20px;
  border-radius: 5px;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 20px;
  min-height: 180px; }

.article_post a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit; }

.article_post .article_title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  max-width: 60%; }

.article_post span.article_readmore {
  color: #00B4CD;
  font-weight: bold;
  display: block;
  margin-top: 10px; }

@media only screen and (max-width: 767px) and (min-width: 200px) {
  body.post-type-archive-artikel #content {
    padding: 0 15px; }

  .article_post_wrapper {
    width: 100%; } }
/* --- NIEUWS
===============================
=============================== */
.post {
  width: 50%;
  height: auto;
  margin: 0 0 30px 0;
  padding: 0 20px 16px 0;
  float: left;
  overflow: hidden; }

.post_thumbnail {
  width: 150px;
  height: 150px;
  margin: 0 20px 0 0;
  overflow: hidden;
  float: left; }

@media (max-width: 1260px) {
  .post_thumbnail {
    width: 120px;
    height: 120px; } }
.post_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.post_content {
  width: 400px;
  float: left; }

@media (max-width: 1260px) {
  .post_content {
    width: 320px; } }
.post_content h3 {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #3c3c3c; }

.post_content h3 a {
  color: #3c3c3c; }

.post_content .post_date,
.event_date,
.event_date_time {
  margin: 4px 0 0 0;
  padding: 3px 0 5px 0;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #00b4cd; }

.post_content .post_date i,
.event_date i,
.event_date_time i {
  margin-right: 10px; }

.post_content .post_read_more {
  float: left !important; }

#content.content .page_header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 1rem;
  text-align: center; }

#content.single_post .page_header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 1rem;
  text-align: center; }

#content.single_post .post_back_button {
  float: none;
  margin-left: auto; }

#content.single_post .page_header .title {
  margin: 0 0 1rem;
  display: block;
  float: none; }

#content.single_post {
  font-size: 15px;
  line-height: 26px; }

#content.single_post p {
  line-height: 26px; }

/* /////////// FOOTER \\\ */
/* ------------------------------- */
.footer {
  margin: 30px 0;
  overflow: hidden; }

.footer .login_button {
  margin: 3px 20px 0 0;
  float: left; }

.logo_srt {
  float: left; }

.logo_srt img {
  width: 65px; }

.footer_content {
  margin: 22px 0 0 0;
  float: right;
  font: 12px 'Amelia Rounded';
  color: #726659; }

.footer_misc {
  float: left; }

.footer_misc .separator {
  margin: 0 0 0 8px; }

.footer_navigation {
  margin: 0 20px 0 0;
  padding: 0;
  float: left; }

.footer_navigation li {
  margin: 0 0 0 15px;
  padding: 0;
  float: left;
  list-style-type: none; }

.footer_navigation li:first-child {
  margin: 0; }

.footer_navigation li a {
  font-size: 15px;
  line-height: 30px;
  color: #3c3c3c;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.footer_navigation li a:hover,
.footer_navigation li.current-menu-item a {
  text-decoration: none;
  border-bottom: 1px solid #3c3c3c; }

.footer .footer__social {
  margin-left: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  background-color: #00b4cd;
  color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.footer .footer__social:hover {
  background-color: #e5eeef; }

.sabai i {
  pointer-events: none !important; }

.sabai-directory-map-header {
  display: none; }

.sabai-directory-contact {
  display: none !important; }

#login_box {
  position: relative;
  width: 60%;
  min-height: 300px;
  float: left;
  padding: 20px;
  background-color: #f1f1f1; }

#login_box .title,
#register_box .title {
  margin: 0 0 15px 0 !important;
  float: none !important;
  display: block;
  font-size: 26px !important; }

#login_box p {
  margin: 0 0 15px 0; }

#login_box input[type="text"],
#login_box input[type="password"] {
  width: 100%;
  margin: 0 0 15px 0;
  clear: both; }

#login_box .remember_me {
  margin: 7px 0 0 0;
  float: left; }

#login_box .lost_password {
  margin: 0 0 0 50px;
  color: #00a3cc;
  cursor: pointer; }

#login_box input[type="submit"] {
  padding: 10px 30px;
  float: right;
  font-weight: 600; }

#login_box .error {
  padding: 8px 10px;
  border: 1px solid #ff939a;
  background-color: #ffe4e6;
  color: #e30513; }

#login_box .error a {
  display: none !important; }

.error_login .success,
#login_box .success {
  padding: 8px 10px;
  border: 1px solid #10c006;
  background-color: #ecffee;
  color: #10c006; }

#lost_password_form {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: none; }

#login_box .login_form {
  color: #00a3cc;
  cursor: pointer; }

#register_box {
  width: 40%;
  height: 300px;
  float: right;
  padding: 20px;
  border-top: 2px solid #f1f1f1;
  border-right: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1; }

#register_box .title {
  color: #00a3cc; }

#evenement_search {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 20px;
  background-color: #e5eeef;
  border-radius: 5px; }

#evenement_search .row {
  margin: 15px 0 0 0;
  clear: both;
  overflow: hidden; }

#evenement_search hr {
  display: none; }

#evenement_search label {
  width: 140px;
  margin-left: 10px;
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: #3c3c3c; }

#evenement_search input[type="text"] {
  width: 480px;
  background-color: #fff; }

#evenement_search select {
  width: 130px;
  background-color: #fff url(../img/gender_arrow.png) no-repeat right center; }

#evenement_search .buttonreset {
  width: auto;
  line-height: 50px;
  margin-left: 20px;
  text-decoration: underline;
  box-shadow: none;
  background: transparent;
  padding: 0;
  border: none;
  float: right;
  color: #3c3c3c;
  text-align: center;
  font-weight: normal; }

#members_search {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 20px;
  background-color: #e5eeef;
  border-radius: 5px; }

#members_search select:last-of-type {
  margin-top: 20px; }

#members_search h2 {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 30px 0; }

#members_search h2 em {
  font-weight: normal;
  color: #00a3cc; }

#members_search .row {
  margin: 8px 0 0 0;
  clear: both;
  overflow: hidden; }

#members_search label {
  width: 170px;
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: #3c3c3c; }

#members_search label.radio {
  width: auto;
  margin: 0 0 0 5px; }

#members_search input[type="text"] {
  width: 410px;
  background-color: #fff; }

#members_search select {
  width: 130px;
  background-color: #fff url(../img/gender_arrow.png) no-repeat right center; }

#members_search input[type="radio"] {
  margin: 0 0 0 25px; }

input[type="submit"],
input[type="button"],
.em-search-submit,
button,
#members_search .button,
.button,
#evenement_search .button,
.post_content .post_read_more,
.post_back_button,
.sabai-btn-info {
  float: right;
  text-align: center;
  padding: 15px 25px;
  border-radius: 5px;
  background-color: #ef7c00;
  border: 1px solid transparent;
  font: 600 15px 'Amelia Rounded';
  text-transform: lowercase;
  color: #fff;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover,
#members_search .button:hover,
#evenement_search .button:hover,
.post_content .post_read_more:hover,
.post_back_button:hover,
.sabai-btn-info:hover {
  border: 1px solid transparent;
  background-color: #d27e23;
  text-decoration: none; }

.sabai-btn-info {
  float: none;
  background-color: #ef7c00 !important;
  border: 1px solid transparent !important; }

.sabai-btn-info:hover {
  border: 1px solid transparent !important;
  background-color: #d27e23 !important; }

.members {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clear: both; }

.members.list li.member {
  align-items: flex-start; }

.members li.member {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22%;
  margin: 0 4% 3% 0;
  padding: 0;
  float: left;
  list-style-type: none; }

.members li.member.last {
  margin: 0 0 3% 0; }

.members li.member a {
  display: block; }

.members li.member:hover a {
  color: #337680;
  text-decoration: none; }

.members li.member:hover .profile_picture::after {
  background: rgba(0, 84, 96, 0); }

.members li.member .profile_picture {
  width: 211px;
  height: 211px;
  margin: 0 0 10px 0;
  display: block;
  position: relative;
  border-radius: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden; }

.members li.member .profile_picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: rgba(0, 84, 96, 0.1);
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.members li.member .profile_picture img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.members li.member .name {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  display: block; }

.members.list li.member {
  width: 32%;
  margin: 0 2% 2% 0;
  padding: 20px;
  border: 1px solid #e5eeef;
  border-radius: 5px; }

.members.list li.member.last {
  margin: 0 0 2% 0; }

.members.list li.member .profile_picture {
  display: none; }

.members.list li.member .name {
  margin: 0 0 20px 0;
  font-size: 18px;
  color: #3c3c3c;
  text-align: left; }

.member_details {
  margin: 0;
  padding: 0; }

.member_details li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none; }

.member_details li.author_school span {
  text-transform: capitalize; }

.member_details li:last-child {
  margin: 0; }

.member_details li i {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 9999px;
  background-color: #00b4cd;
  text-align: center;
  color: #fff;
  line-height: 24px;
  font-style: normal; }

.member_details li span,
.member_details li a {
  display: inline-block !important;
  vertical-align: middle;
  font-size: 15px;
  color: #3c3c3c !important; }

.member_details li span,
.member_details li span small {
  font-size: 15px; }

.member_details li a:hover {
  color: #337680; }

.member_heading {
  margin: 0 0 20px 0;
  display: block;
  font-size: 26px;
  font-weight: 600; }

#member_about {
  width: 100%;
  margin: 0 0 30px 0;
  overflow: hidden; }

#member_about.last_section {
  margin: 0; }

#member_about .avatar {
  width: 150px;
  height: 150px;
  float: left;
  border-radius: 9999px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 30px; }

#member_about .sublogo {
  width: 150px;
  height: 150px;
  float: left;
  margin-top: 30px; }

#member_about .member_info {
  width: 1000px;
  float: right; }

@media (max-width: 1260px) {
  #member_about .member_info,
  #event_about .single_event_info {
    width: 750px; } }
#member_about .member_info .row {
  overflow: hidden;
  clear: both; }

#member_about .member_info h1 {
  margin: 5px 0 0 0;
  float: left;
  font-size: 26px;
  font-weight: 600;
  color: #3c3c3c; }

#member_about .member_info .button {
  margin: 0 0 25px 10px;
  float: right; }

#member_about .member_info .row.details {
  width: 100%;
  display: table;
  table-layout: fixed; }

#member_about .member_info .member_details {
  display: table-cell; }

#member_about .member_description {
  width: 100%;
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  font-size: 15px;
  line-height: 24px;
  clear: both;
  overflow: hidden;
  border-top: 1px solid #e5eeef; }

.sabai-box-shadow {
  box-shadow: none !important;
  border: 1px solid #dadada !important; }

#member_events {
  width: 100%;
  padding: 20px 0 0 0;
  overflow: hidden;
  border: 1px solid #e5eeef;
  border-radius: 5px; }

#member_events .event {
  width: 46%;
  float: left;
  /* toegevoegd door Harro */
  margin: 0 2% 2% 2%; }

#member_events .event .event_info {
  max-width: 52%; }

#member_events .events li {
  width: 30.66%;
  height: auto;
  margin: 0 4% 0 0;
  padding: 20px;
  border-bottom: 0;
  border: 1px solid #dadada !important; }

#member_events .events li.last {
  margin: 0; }

#member_events .events li p.event_excerpt {
  margin: 0; }

#member_extensions {
  width: 100%;
  padding: 20px;
  overflow: hidden;
  border: 1px solid #e5eeef;
  border-radius: 5px; }

.member_heading.extensie {
  margin: 30px 0 20px 0; }

#member_extensions .extensies {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

#member_extensions .extensies li {
  width: 32%;
  height: auto;
  float: left;
  margin: 0 2% 0 0;
  padding: 20px;
  font-size: 15px;
  border: 1px solid #e5eeef !important;
  border-radius: 5px; }

#member_extensions .extensies li.divider {
  width: 100%;
  height: 1px;
  margin: 0 0 20px 0;
  padding: 0;
  float: none;
  clear: both;
  overflow: hidden;
  border: none !important; }

#member_extensions .extensies li.last {
  margin: 0; }

#member_extensions .extensies li h3 {
  color: #009bac;
  font-size: 15px;
  font-weight: 600; }

#content .sabai-directory-photos {
  background-color: #e3eeef; }

#content #sabai-content {
  position: relative; }

#content .sabai-entity-buttons {
  display: none !important; }

#content #sabai-inline-nav {
  display: none !important; }

#content .sabai-btn-primary {
  background-color: #ef7c00 !important;
  border-radius: 5px;
  border-color: #ef7c00 !important; }

#content .sabai-btn-primary:hover {
  background-color: #d27e23 !important;
  border-color: #d27e23 !important; }

#content .sabai-search-text {
  margin-bottom: 30px;
  overflow: hidden; }

#content .sabai-search-text p:last-child {
  margin: 0; }

#content .sabai-directory-search .sabai-search {
  padding: 30px 225px 30px 30px;
  border-radius: 0;
  border: none;
  background-color: #e5eeef;
  border-radius: 5px; }

#content .sabai-navigation .sabai-btn-group {
  margin: 20px 20px 0 0; }

#content .sabai-navigation .sabai-btn-group .sabai-btn-sm {
  padding: 5px 20px;
  height: 40px;
  line-height: 32px; }

#content .sabai-navigation .sabai-btn-group .sabai-btn-sm i {
  margin: 0 10px 0 0; }

#content .sabai-navigation {
  position: absolute;
  right: 8px;
  top: 9px; }

#content .sabai-navigation.sabai-navigation-bottom {
  position: inherit;
  border-top: none;
  padding: 0; }

#content .sabai-directory-listings-container > .sabai-navigation {
  border-bottom: none; }

#content .sabai-directory-listings-container .sabai-entity {
  width: 50%;
  float: left; }

.sabai-form-type-sectionbreak {
  border-bottom: 1px solid #e5eeef; }

#content .sabai-form-type-sectionbreak > h2 {
  font-size: 1.3em; }

#content .sabai-search input {
  height: auto !important;
  font-size: 15px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #b2cbcf; }

#content .sabai-search input:focus {
  border: 1px solid #3c3c3c; }

#content .sabai-search .fa-gear {
  margin: 5px 10px 0 0; }

#content .sabai-search .sabai-btn {
  height: 40px !important;
  padding: 0 25px !important;
  font-size: 20px;
  border-radius: 5px !important; }

#content .sabai-search .sabai-btn:hover {
  background-color: #337680 !important; }

#content.member_single .sabai-directory-listings-container {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 20px;
  overflow: hidden;
  border: 1px solid #e5eeef;
  border-radius: 5px; }

table.em-calendar td.eventless-today,
table.em-calendar td.eventful-today {
  background-color: #fff; }

table.em-calendar td.eventless-today a,
table.em-calendar td.eventful-today a {
  color: #8b227f; }

#field_4_36 {
  margin: 0 0 30px 0; }

#edit_profile_picture {
  float: right; }

#edit_profile_picture img {
  border-radius: 9999px; }

#edit_profile_picture p {
  margin: 0;
  line-height: 0; }

#edit_profile_picture #user-avatar-display-image {
  position: relative; }

#edit_profile_picture .loader_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.8) url(img/ajax-loader.gif) no-repeat center center; }

.current_avatar_label {
  margin: 0 0 30px 0;
  display: block;
  text-align: center;
  font-weight: 600;
  color: #3c3c3c; }

.edit_profile_picture_link,
.remove_profile_picture_link {
  margin: 8px 0 0 0;
  display: block; }

.edit_profile_picture_link i,
.remove_profile_picture_link i {
  margin: 0 6px 0 0;
  display: inline-block;
  vertical-align: middle; }

.edit_profile_picture_link span,
.remove_profile_picture_link span {
  display: inline-block;
  vertical-align: middle; }

.edit_profile_picture_link {
  color: #ff5a00; }

.edit_profile_picture_link span {
  font-weight: 600; }

.edit_profile_picture_link:hover {
  color: #00a3cc; }

.remove_profile_picture_link {
  color: #b6b6b6; }

.remove_profile_picture_link:hover {
  color: #dc0000; }

body .gform_wrapper img.ui-datepicker-trigger {
  vertical-align: middle;
  cursor: pointer; }

body .gfield .datepicker {
  width: 130px !important; }

body .gfield input[type="radio"] {
  margin: 0 0 0 2px !important; }

#TB_window {
  background: url(img/ajax-loader.gif) no-repeat center center #fff !important; }

#TB_closeAjaxWindow .screen-reader-text {
  display: none !important; }

#edit_profile_picture_frame_container {
  background-color: #f00; }

#edit_profile_picture_frame_container {
  width: 780px;
  background: transparent url(../img/ajax-loader.gif) no-repeat center center;
  float: left; }

#edit_profile_picture_frame {
  width: 100%;
  height: 315px;
  float: left;
  border: none;
  background: transparent; }

#pagination,
.uwpqsfpagi {
  width: 100%;
  margin: 30px 0 0 0;
  padding: 0;
  clear: both;
  overflow: hidden;
  text-align: center; }

#pagination ul {
  margin: 0;
  padding: 0;
  text-align: center; }

#pagination ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  list-style-type: none; }

#pagination ul li a,
#pagination ul li a.page-numbers,
a.upagievent {
  width: 36px;
  padding: 10px;
  display: block;
  font-weight: 600;
  background: transparent;
  color: #3c3c3c; }

#pagination ul li.dots,
#pagination ul li span.page-numbers.dots {
  width: 36px;
  padding: 10px 6px;
  display: block; }

#pagination ul li a:hover,
#pagination ul li a.page-numbers:hover,
a.upagievent:hover {
  color: #005460;
  background: transparent;
  text-decoration: none; }

#pagination ul li.active a,
#pagination ul li span.page-numbers.current,
span.upagicurrent {
  width: 36px;
  padding: 10px;
  display: block;
  font-weight: 600;
  background-color: #005460;
  border-radius: 5px;
  color: #fff; }

a.upagievent,
span.upagicurrent {
  margin: 0 1px;
  display: inline-block !important;
  height: auto;
  line-height: normal; }

#pagination ul li.next_page a,
#pagination ul li.prev_page a,
#pagination ul li a.page-numbers.next,
#pagination ul li a.page-numbers.prev {
  width: auto;
  margin: 0 25px;
  padding: 0;
  display: block;
  background-color: #ef7c00;
  color: #fff;
  border-radius: 5px;
  text-transform: lowercase; }

#pagination ul li.next_page a:hover,
#pagination ul li.prev_page a:hover,
#pagination ul li a.page-numbers.next:hover,
#pagination ul li a.page-numbers.prev:hover,
#pagination ul li.next_page a:hover i,
#pagination ul li.prev_page a:hover i,
#pagination ul li a.page-numbers.next:hover i,
#pagination ul li a.page-numbers.prev:hover i {
  background-color: #d27e23;
  text-decoration: none; }

#pagination ul li.next_page a span,
#pagination ul li.prev_page a span,
#pagination ul li a.page-numbers.next span,
#pagination ul li a.page-numbers.prev span {
  padding: 9px 10px 10px 10px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600; }

#pagination ul li.next_page a i,
#pagination ul li.prev_page a i,
#pagination ul li a.page-numbers.next i,
#pagination ul li a.page-numbers.prev i {
  padding: 10px 13px 9px 13px;
  display: inline-block;
  vertical-align: middle;
  background-color: #ef7c00;
  font-size: 16px; }

.evenement_voorwaarden {
  color: #3c3c3c;
  font-style: italic; }

/*------------------------------------*\
    BIODANZA
\*------------------------------------*/
body #wpca-box {
  max-width: 320px;
  width: 100%;
  min-height: inherit;
  margin: 30px;
  padding: 30px;
  box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.1);
  background-color: #fff; }

body #wpca-box.wpca-ct {
  top: inherit !important;
  bottom: 30px !important;
  margin: 0;
  transform: translate(-50%, 0%) !important; }

body #wpca-box .wpca-lay-out-content p {
  padding: 0; }

body #wpca-box .wpca-lay-out-content a {
  text-decoration: underline; }

body #wpca-box .wpca-lay-out-content a:hover {
  color: #000 !important; }

body #wpca-box .wpca-lay-out-content * {
  font-family: 'Amelia Rounded';
  font-size: 13px;
  line-height: 17px !important;
  color: #696969 !important; }

body #wpca-box .wpca-lay-out-content .cookie-heading {
  margin: 0 0 15px 0;
  display: block;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #3c3c3c !important;
  line-height: normal !important;
  text-transform: uppercase !important; }

body #wpca-box .wpca-lay-out-content .cookie-text {
  color: #8493A8; }

body #wpca-box .wpca-lay-out-meta {
  margin: 20px 0 0 0;
  text-align: left; }

body #wpca-box .wpca-lay-out-meta .wpca-btn {
  background: none;
  font-family: 'Amelia Rounded' !important;
  font-size: 14px;
  color: #878786; }

body #wpca-box.wpca-has-decline #wpca-box-meta .wpca-btn {
  width: auto; }

body #wpca-box .wpca-lay-out-meta .wpca-btn.wpca-btn-accept {
  padding: 10px 30px 10px;
  border-radius: 0;
  font-weight: 600;
  color: #fff;
  background-color: #ef7c00;
  border: 1px solid #ef7c00 !important; }

body #wpca-box .wpca-lay-out-meta .wpca-btn.wpca-btn-accept:hover {
  background-color: #d27e23;
  color: #fff; }

body #wpca-box .wpca-lay-out-meta .wpca-btn.wpca-btn-decline {
  color: #8493a8; }

body #wpca-box .wpca-lay-out-meta .wpca-btn.wpca-btn-decline:hover {
  text-decoration: underline; }

@media only screen and (max-width: 319px) {
  body #wpca-box {
    width: 100%;
    max-width: inherit;
    margin: 0 !important;
    padding: 20px !important;
    background-color: #fff !important; }

  body #wpca-box .wpca-lay-out-content br {
    display: none; } }
.sabai-box-shadow {
  border: none !important;
  border-radius: 5px; }

.sabai-googlemaps-infobox > img {
  top: 5px;
  right: 5px; }

.sabai-googlemaps-infobox-arrow {
  background-color: #e5eeef; }

.sabai-directory-listing-infobox .sabai-directory-main {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid transparent;
  background-color: #e5eeef; }

.sabai-directory-listing-infobox .sabai-directory-main a {
  color: #3c3c3c; }

.sabai-directory-title,
.sabai-directory-location {
  position: relative;
  padding-left: 25px;
  font-size: 15px; }

.sabai-directory-title i,
.sabai-directory-location i {
  position: absolute;
  top: 2px;
  left: 0; }

.sabai-directory-listing-infobox .sabai-directory-title {
  margin-bottom: 15px; }

.sabai-directory-listing-infobox .sabai-directory-location {
  font-size: 15px;
  line-height: 21px; }

.sabai-directory-listing-infobox .sabai-directory-info {
  margin-bottom: 0; }

.sabai-directory-field,
.sabai-directory-body {
  margin-bottom: 20px; }

.sabai-entity-bundle-type-directory-listing.sabai-entity-mode-full .sabai-directory-main,
.sabai-directory-field:last-of-type {
  margin-bottom: 0; }

.sabai-field-label,
.sabai-field-value {
  font-size: 15px; }

.sabai-directory-listings-list .sabai-entity,
.sabai-directory-listing-reviews > .sabai-entity,
.sabai-directory-listing-photos > .sabai-entity {
  border-bottom: none !important; }

hr {
  border: 0;
  border-top: 1px solid #e5eeef; }

.content,
.content b,
.content strong {
  font-size: 15px;
  line-height: 24px; }

.ui-datepicker {
  border: none !important; }

body .mm-menu {
  background-color: #e5eeef; }

body .mm-listview > li:not(.mm-divider):after,
body .mm-listview .mm-next:before {
  display: none; }

body .mm-menu .mm-listview > li .mm-arrow:after,
body .mm-menu .mm-listview > li .mm-next:after {
  border-color: #00b4cd; }

body .mm-listview > li > a,
body .mm-listview > li > span {
  padding: 15px 10px 15px 20px;
  font-size: 18px;
  text-transform: none;
  color: #3c3c3c; }

body .mm-listview .profile_button {
  margin: 20px 20px 0 20px;
  background-color: #005460;
  border-radius: 5px;
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
  text-align: center; }

body .mm-listview .profile_button span {
  color: #FFF; }

body .mm-listview .profile_button i {
  color: #FFF;
  margin-right: 10px; }

body .mm-menu .mm-navbar a,
body .mm-menu .mm-navbar > * {
  color: #3c3c3c; }

/* Home content below */
.home_content_below {
  margin-top: 38px; }

.home_content_below h2 {
  color: #00B4CD;
  line-height: 42px;
  margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .home_content_below {
    margin-top: 0; }

  .home_content_below .contentbox {
    margin-bottom: 0; } }
/* Home blog section */
.blog_item {
  width: 100%; }

.blog_item a {
  background-color: #E5EEEF;
  margin-bottom: 20px;
  border-radius: 5px;
  display: flex;
  width: 100%;
  height: 115px;
  padding: 20px;
  align-items: center; }

.blog_item a:hover,
.article_item a:hover {
  text-decoration: none; }

.blog_item a:hover .blog_read_more,
.article_item a:hover .article_read_more {
  text-decoration: underline; }

.blog_item_thumb {
  min-width: 80px;
  margin-bottom: auto; }

.blog_item_thumb img {
  border-radius: 5px; }

.blog_item_content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column; }

.blog_item_content h3 {
  font-size: 18px;
  line-height: 24px; }

.blog_item_content_footer,
.article_item_content_footer,
.video_info_footer {
  color: #00B4CD;
  font-weight: bold;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  margin-top: 10px; }

.blog_item_content_footer .date svg,
.video_info_footer .date svg,
.article_item_content_footer .date svg {
  margin-right: 12px;
  position: relative;
  top: 3px; }

@media only screen and (max-width: 560px) {
  .blog_item_thumb {
    display: none; }

  .blog_item a {
    height: auto;
    min-height: 115px; } }
/* Home Articles section */
.home_articles .article_item {
  background-color: #E5EEEF;
  margin-bottom: 20px;
  border-radius: 5px;
  display: flex;
  width: 100%;
  height: 115px;
  align-items: center;
  padding: 20px; }

.home_articles .article_item h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px; }

.home_articles .article_item span {
  color: #00B4CD;
  font-weight: bold; }

.home_articles .article_item a {
  display: block;
  width: 100%; }

.home_articles .article_item a:hover {
  text-decoration: none; }

.home_articles .article_item a:hover .article_read_more {
  text-decoration: underline; }

@media only screen and (max-width: 560px) {
  .home_articles .article_item {
    height: auto;
    min-height: 115px; } }
/* Home Videos section */
.home_videos.contentbox.last h2 {
  color: #00B4CD; }

@media only screen and (max-width: 1260px) {
  .home_videos.contentbox.last {
    width: 100%; }

  .contentbox.home_blogs,
  .contentbox.home_articles {
    width: 48%;
    margin-right: 0; }

  .contentbox.home_articles {
    margin-left: auto; } }
.home_videos .home_video_item {
  display: block;
  width: 100%;
  margin-bottom: 20px; }

.home_videos .home_video_item:last-child {
  margin-bottom: 0; }

.video_thumb {
  display: block;
  background-position: center;
  background-size: cover;
  height: 115px;
  border-radius: 5px;
  float: left;
  max-width: 170px;
  width: 100%;
  margin-right: 30px;
  position: relative; }

.video_thumb .play_icon {
  position: absolute;
  bottom: 10px;
  left: 10px; }

.video_thumb .play_icon .play_icon_img {
  width: 0.75rem; }

.video_thumb:hover .play_icon {
  transform: scale(1.1); }

span.play_icon {
  z-index: 2;
  background-color: #00B4CD;
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease; }

span.play_icon img {
  position: relative;
  bottom: -1px;
  right: -1px; }

.slide .slide_img {
  width: 100%;
  max-width: none; }

.slide .video_thumb .play_icon {
  position: relative;
  left: auto;
  bottom: auto;
  width: 60px;
  height: 60px; }

.slide .video_thumb .play_icon .play_icon_img {
  width: 1rem; }

.video_info .video_title {
  font-size: 18px;
  line-height: 24px;
  color: #3C3C3C; }

.video_info .video_duration {
  margin-right: 0.5rem; }

.video_info .video_duration:after {
  content: '|';
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem; }

.video_info .yt_link {
  font-weight: bold;
  color: #00B4CD; }

@media only screen and (max-width: 560px) {
  .home_videos .video_thumb {
    max-width: 100%;
    height: 160px;
    float: none; }

  .video_info {
    height: auto;
    margin-top: 15px;
    width: 100%; }

  .video_info .video_title {
    max-width: 60%;
    margin-bottom: 7px; } }
/* Search page */
body.search .container {
  padding: 0 15px; }

.search_title {
  font-size: 32px;
  margin: 0 0 30px 0; }

.search_again {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 60px; }

.search_again input.search_field {
  width: 100%;
  float: none; }

.search_again button {
  float: none;
  padding: 15px 15px 15px 20px;
  min-width: 190px;
  margin-left: 10px;
  outline: none; }

.search_again button svg {
  position: relative;
  left: -5px;
  top: 3px; }

.found_item {
  padding-bottom: 25px;
  border-bottom: 1px solid #E5EEEF;
  margin-bottom: 25px;
  display: block; }

.found_title {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 8px; }

.found_excerpt {
  font-size: 15px;
  line-height: 18px;
  color: #3C3C3C; }

.search_notfound {
  margin-bottom: 60px; }

@media only screen and (max-width: 595px) {
  .search_mobile_hide {
    display: none; }

  .search_again button {
    min-width: auto; }

  .search_again button svg {
    left: -2px; } }
/*  Home event section */
.contentbox.contentbox_event {
  padding: 30px 20px 20px 20px; }

.contentbox.contentbox_event h2 {
  margin-bottom: 15px; }

.contentbox_event .event_title {
  color: #fff; }

.contentbox_event .location {
  font-weight: normal; }

.contentbox_event a.event_item {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px; }

.contentbox_event a.event_item:hover {
  text-decoration: none; }

.contentbox_event a.event_item:last-of-type {
  margin-bottom: 0; }

.contentbox_event .event_left {
  min-width: 54px;
  margin-right: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: center; }

.contentbox_event .calendar_top {
  background-color: #337680;
  border-radius: 5px 5px 0 0;
  padding: 5px 0; }

.contentbox_event .calendar_bottom {
  background-color: #7DAEB6;
  border-radius: 0 0 5px 5px;
  font-size: 14px;
  line-height: 20px;
  padding: 1px 0 0 0; }

.contentbox_event .contentbox_btn {
  margin-left: 0; }

@media only screen and (max-width: 959px) and (min-width: 200px) {
  .contentbox.contentbox_event.last {
    padding: 30px 20px 20px 20px; } }
/*  Top nav menu */
.top_nav_wrapper {
  margin-top: 25px;
  float: right; }

.top_nav_wrapper ul {
  list-style-type: none; }

.top_nav_wrapper ul li {
  display: inline-block; }

.top_nav_wrapper ul li a {
  font-size: 15px;
  line-height: 30px;
  color: #3c3c3c;
  margin-left: 25px; }

.header_account {
  width: calc(100% - 260px); }

.header_account .login_button {
  margin-left: 25px; }

@media only screen and (max-width: 767px) and (min-width: 200px) {
  .top_nav_wrapper {
    display: none; } }
/* Video posts styling */
.video_posts_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.video_posts_wrapper .video_post_wrapper {
  width: 50%;
  margin-bottom: 50px;
  margin: 0 -15px 50px -15px; }

.video_item {
  padding: 0 15px;
  height: 100%; }

.video_item .video_text {
  color: #3c3c3c;
  padding: 5px 0;
  font-size: 15px; }

.video_item .video_info {
  height: 100%; }

@media only screen and (max-width: 959px) and (min-width: 200px) {
  .video_posts_wrapper .video_post_wrapper {
    width: 100%; }

  .video_posts_wrapper .video_thumb {
    margin-bottom: 10px; }

  .video_posts_wrapper .video_info {
    height: auto; }

  .video_posts_wrapper .video_info .video_title {
    max-width: 100%; } }
.acf-field[data-name='group_teacher'] {
  display: none; }

.socials {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1rem; }

.socials .inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap; }

.socials .share_buttons {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none; }

.socials .share_buttons:hover a {
  opacity: 0.5; }

.socials .share_buttons:hover a:hover {
  opacity: 1; }

.socials .share_label {
  margin-right: 1rem; }

.socials a {
  margin: 0 7px 0 0;
  transition: all ease 0.2s;
  width: 30px;
  height: 30px;
  background-color: #04b5ce;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  color: white; }

.socials a i {
  font-size: 1rem;
  transition: all ease-in-out 0.15s;
  color: inherit; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.term_description {
  margin-bottom: 2rem; }

/* --- Columns
=============================== */
.acf-media-modal .media-views-heading {
  display: none; }

.acf-media-modal .media-toolbar-secondary label {
  display: none; }

.acf-media-modal .media-toolbar-primary label {
  display: none; }

.acf-media-modal button,
.acf-media-modal .button {
  float: none !important; }

.acf-media-modal .media-modal-close {
  width: auto !important;
  padding-right: 20px; }

.acf-media-modal .media-modal-close:hover {
  background: none;
  color: #666; }

.acf-media-modal .media-modal-close span:before {
  vertical-align: text-top; }

.acf-media-modal .media-frame-actions-heading {
  display: none !important; }

.acf-media-modal .media-frame select {
  height: auto;
  line-height: normal; }

.acf-media-modal .media-menu-item {
  color: #000 !important; }

.divider {
  background: #e5eeef;
  height: 1px;
  width: 100%;
  clear: both;
  overflow: hidden;
  margin: 60px 0; }

.row {
  margin: 0 -15px 0 -15px;
  clear: both; }

.row .column {
  float: left;
  padding: 0 15px;
  width: 100%; }

.row .column.one_fifth {
  width: 20%; }

.row .column.one_fourth {
  width: 25%; }

.row .column.one_third {
  width: 33.33%; }

.row .column.one_third:nth-child(3n+4) {
  clear: left; }

@media only screen and (max-width: 958px) {
  .row .column.one_third {
    width: 50%; }

  .row .column.one_third:nth-child(3n+4) {
    clear: none; }

  .row .column.one_third:nth-child(2n+3) {
    clear: left; } }
@media only screen and (max-width: 559px) {
  .row .column.one_third {
    width: 100%; }

  .row .column.one_third:nth-child(2n+3) {
    clear: none; } }
.row .column.two_fifth {
  width: 40%; }

.row .column.one_half {
  width: 50%; }

.row .column.one_half:nth-child(2n+3) {
  clear: left; }

@media only screen and (max-width: 958px) {
  .row .column.one_half {
    width: 100%; }

  .row .column.one_half:nth-child(2n+3) {
    clear: none; } }
.row .column.three_fifth {
  width: 60%; }

.row .column.two_third {
  width: 66.66%; }

.row .column.three_fourth {
  width: 75%; }

.row .column.four_fifth {
  width: 80%; }

.group_item {
  width: 50%;
  height: auto;
  margin: 0 0 30px 0;
  padding: 0 20px 16px 0;
  float: left;
  display: flex;
  align-items: flex-start;
  overflow: hidden; }

@media only screen and (max-width: 958px) {
  .group_item {
    width: 100%;
    float: none;
    padding: 0; } }
@media only screen and (max-width: 399px) {
  .group_item {
    flex-direction: column;
    padding: 0; } }
.group_item:nth-child(2n+1) {
  clear: both; }

.group_item_thumbnail {
  width: 180px;
  height: 180px;
  margin: 0 25px 0 0;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0; }

.group_item_thumbnail.no_image {
  background: #e5eeef; }

@media only screen and (max-width: 958px) {
  .group_item_thumbnail {
    width: 100px;
    height: 100px; } }
@media only screen and (max-width: 399px) {
  .group_item_thumbnail {
    margin: 0 10 10px 0px; } }
.group_item_title {
  margin: 0 0 10px 0;
  display: block;
  font-size: 18px; }

.group_item_title h3 {
  font-size: 18px; }

.group_item_location {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  font-weight: normal;
  color: #04b5ce; }

.group_item_location i {
  position: absolute;
  top: 4px;
  left: 0; }

.group_item .button {
  float: none; }

@media only screen and (max-width: 399px) {
  .group_item .button {
    display: block; } }
.my_groups_header {
  margin-bottom: 50px; }

@media only screen and (max-width: 559px) {
  .my_groups_header h1 {
    width: 100%; } }
@media only screen and (max-width: 559px) {
  .my_groups_header .add_event_button {
    padding: 6px;
    float: none; } }
.groups_list_wrapper {
  display: flex;
  flex-wrap: wrap; }

.groups_list_wrapper .group_item {
  width: 100%; }

.success_wrapper {
  -webkit-animation: fadeOut 1s;
  animation: fadeOut 1s;
  animation-delay: 5s;
  animation-fill-mode: forwards;
  padding: 20px 0; }

.success {
  background-color: #04b5ce;
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
  text-align: center;
  opacity: 1;
  border-radius: 5px; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  99% {
    opacity: 0.01;
    width: 100%;
    height: 100%; }
  100% {
    opacity: 0;
    width: 0;
    height: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  99% {
    opacity: 0.01;
    width: 100%;
    height: 100%; }
  100% {
    opacity: 0;
    width: 0;
    height: 0; } }
@media only screen and (max-width: 559px) {
  .basic_info .button {
    padding: 10px; } }
section.member_groups_wrapper {
  display: flex;
  margin: 0 -15px; }

@media only screen and (max-width: 958px) {
  section.member_groups_wrapper {
    flex-wrap: wrap; } }
section.member_groups_wrapper > section {
  width: 33.3%;
  padding: 0 15px; }

@media only screen and (max-width: 958px) {
  section.member_groups_wrapper > section {
    width: 50%; } }
@media only screen and (max-width: 767px) {
  section.member_groups_wrapper > section {
    width: 100%; } }
.member_groepen_list {
  list-style-type: none;
  padding: 50px 30px;
  margin: 0;
  border-radius: 5px;
  border: 1px solid #e5eeef; }

.member_groepen_listitem {
  margin-bottom: 50px; }

.member_groepen_listitem:last-child {
  margin-bottom: 0; }

.member_groepen_listitem .group_item {
  width: 100%;
  padding: 0;
  margin: 0;
  float: none; }

.member_groepen_listitem .group_item_thumbnail {
  width: 80px;
  height: 80px; }

.member_groepen_listitem .group_item_title h3 {
  color: #04b5ce;
  font-size: 18px; }

.member_groepen_listitem .group_item_location {
  font-weight: normal;
  color: #252529;
  font-size: 15px;
  line-height: 13px;
  padding-left: 0; }

.member_groepen_listitem .group_item_location span {
  display: block;
  margin-bottom: 10px; }

.member_groepen_listitem .group_item_location .fa-map-marker {
  display: none; }

.member_groepen_listitem .button {
  display: none; }

.groups_search_box .groups_search_box_form {
  position: relative;
  margin: 0 0 30px 0;
  padding: 30px;
  background: #e5eeef;
  border-radius: 5px; }

@media only screen and (max-width: 958px) {
  .groups_search_box .groups_search_box_form {
    padding: 20px; } }
.groups_search_box .groups_search_box_form .form_row {
  position: relative;
  margin: 0 0 15px 0;
  clear: both;
  overflow: hidden; }

.groups_search_box .groups_search_box_form .form_row.last, .groups_search_box .groups_search_box_form .form_row:last-child {
  margin: 0; }

.groups_search_box .groups_search_box_form .form_row label {
  position: relative; }

.groups_search_box .groups_search_box_form .form_row label > span {
  width: 180px;
  padding: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: bold;
  color: #3c3c3c; }

.groups_search_box .groups_search_box_form .form_row .groups_search_box_form_field,
.groups_search_box .groups_search_box_form .form_row .groups_search_box_form_category,
.groups_search_box .groups_search_box_form .form_row .groups_search_box_form_radius {
  width: 480px; }

@media only screen and (max-width: 958px) {
  .groups_search_box .groups_search_box_form .form_row .groups_search_box_form_field,
  .groups_search_box .groups_search_box_form .form_row .groups_search_box_form_category,
  .groups_search_box .groups_search_box_form .form_row .groups_search_box_form_radius {
    width: 100%; } }
.groups_search_box .groups_search_box_form .form_row .groups_search_box_form_geolocation_button {
  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  cursor: pointer;
  color: #04b5ce; }

@media only screen and (max-width: 958px) {
  .groups_search_box .groups_search_box_form .form_row .groups_search_box_form_geolocation_button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateX(-50%); } }
.groups_search_box .groups_search_box_form .groups_search_box_form_button {
  position: absolute;
  top: 30px;
  right: 30px; }

@media only screen and (max-width: 958px) {
  .groups_search_box .groups_search_box_form .groups_search_box_form_button {
    position: relative;
    top: initial;
    right: initial;
    margin: 20px 0 0 0;
    float: none; } }
@media only screen and (max-width: 559px) {
  .groups_search_box .groups_search_box_form .groups_search_box_form_button {
    width: 100%;
    display: block; } }
.groups_search_box .groups_search_box_form .groups_search_box_form_reset {
  position: absolute;
  top: 100px;
  right: 67px; }

@media only screen and (max-width: 958px) {
  .groups_search_box .groups_search_box_form .groups_search_box_form_reset {
    position: static;
    margin: 0 0 0 20px; } }
@media only screen and (max-width: 958px) and (max-width: 559px) {
  .groups_search_box .groups_search_box_form .groups_search_box_form_reset {
    margin: 20px 0 0 0;
    display: block;
    text-align: center; } }
.groups_map {
  height: 600px;
  margin: 0 0 30px 0;
  border-radius: 5px; }

@media only screen and (max-width: 559px) {
  .groups_map {
    height: 400px; } }
.groups_map .marker {
  display: none; }

.groups_map h3 {
  font-size: 18px; }

.groups_map .button {
  float: none; }

.content.event {
  position: relative; }

.content.event .row.no_images .column.one_half {
  width: 100%; }

.content.event .row.no_images .column.one_half.right_column {
  margin-top: 0; }

@media only screen and (max-width: 767px) {
  .content.event .row.no_images .column.one_half.right_column {
    margin-top: 70px; } }
.main_group_image {
  max-width: 500px;
  margin-bottom: 50px; }

.group_header {
  margin: 40px 0 30px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap; }

.group_header h1 {
  display: inline-block;
  vertical-align: middle;
  max-width: 600px; }

.group_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-top: 20px; }

.group_info > div {
  margin-bottom: 20px;
  width: 50%; }

@media only screen and (max-width: 479px) {
  .group_info > div {
    width: 100%; } }
.group_info_head {
  font-weight: 700; }

.right_column {
  position: relative;
  padding-left: 50px; }

.right_column .edit_event_button {
  display: inline-block;
  vertical-align: middle; }

.button-goup {
  display: inline-block;
  vertical-align: middle; }

.button-goup .button {
  margin: 10px 10px 10px 0; }

.button-goup .button.delete_event_button {
  margin-right: 0; }

.button.acf-button:not([type="submit"]) {
  background-color: #337680; }

.button.acf-button:not([type="submit"]):hover {
  background-color: #005460; }

.button.delete_event_button {
  background-color: #e74c3c; }

.button.delete_event_button:hover {
  background-color: #c0392b; }

@media only screen and (max-width: 559px) {
  .acf-field {
    width: 100% !important; } }
.group_images_column {
  max-width: 500px; }

@media only screen and (max-width: 958px) {
  .group_images_column {
    width: 100% !important; } }
.images_header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  color: #04b5ce;
  margin-bottom: 20px; }

.images_header h3 {
  color: #04b5ce;
  font-size: 22px; }

.images_header .enlarge {
  text-decoration: underline;
  cursor: pointer; }

.images_header img {
  position: relative;
  bottom: 3px;
  margin-right: 1px; }

.group_images_row {
  margin-bottom: 50px; }

.group_images {
  padding: 30px 20px;
  border-radius: 5px;
  border: 1px solid #e5eeef;
  display: flex;
  flex-wrap: wrap; }

@media only screen and (max-width: 958px) {
  .group_images {
    justify-content: space-evenly; } }
.group_images.in_out_images {
  justify-content: center; }

.group_images.in_out_images a:nth-child(2) {
  margin-top: 10px; }

.group_images a {
  margin: 10px; }

.group_images img {
  max-height: 120px; }

body #acf-image-crop-overlay {
  display: none !important; }

body .acf-image-crop.cropping .crop-stage {
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.5) !important; }

.events_content {
  padding: 25px 0; }

/*------------------------------------*\
    !BASE
\*------------------------------------*/
.colored_bar {
  width: 100%; }

.colored_bar_section {
  width: 6.25%;
  height: 5px;
  float: left;
  display: block; }

.green1 {
  background-color: #abab00; }

.green2 {
  background-color: #68931b; }

.green3 {
  background-color: #74b958; }

.green4 {
  background-color: #009354; }

.lightblue {
  background-color: #66c1bf; }

.blue {
  background-color: #008bcb; }

.purple1 {
  background-color: #787ebd; }

.purple2 {
  background-color: #9f569f; }

.purple3 {
  background-color: #af1281; }

.purple4 {
  background-color: #7e1874; }

.pink {
  background-color: #ed6c91; }

.red {
  background-color: #e30512; }

.darkred {
  background-color: #af2008; }

.orange {
  background-color: #ef7c00; }

.darkorange {
  background-color: #d18700; }

.yellow {
  background-color: #e7a900; }

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

.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

body {
  background-color: #ffffff;
  font: 13px 'Amelia Rounded';
  color: #696969; }

p {
  margin: 0 0 12px 0;
  font-size: 15px;
  line-height: 24px;
  color: #3c3c3c; }

#content ::selection {
  background-color: #00A3CC;
  color: #fff; }

#content ::-moz-selection {
  background-color: #00A3CC;
  color: #fff; }

.fade {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.gform_wrapper .top_label .gfield_label {
  font-size: 15px;
  color: #3c3c3c; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="password"],
textarea {
  padding: 10px !important;
  font-size: 15px;
  background-color: #FFF;
  border: 1px solid #b2cbcf;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
  background-color: #fff;
  border-color: #3c3c3c;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

select {
  margin: 0;
  font-size: 15px;
  padding: 10px 40px 10px 10px !important;
  border: 1px solid #b2cbcf;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #b2cbcf;
  background-color: #fff url(../img/gender_arrow.png) no-repeat right 5px center;
  -webkit-appearance: none;
  outline: none;
  -moz-appearance: none;
  background-size: 18px; }

select:focus {
  background-color: #fff;
  border-color: #3c3c3c; }

.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
  font-size: 18px !important; }

.gform_wrapper .gsection {
  margin: 38px 16px 8px 0 !important;
  border-bottom: 1px solid #e5eeef !important; }

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 10px !important; }

.gform_wrapper .field_description_below .gfield_description,
.gform_wrapper .field_description_below .gfield_description p {
  font-size: 13px; }

/* --- URL's
=============================== */
a {
  color: #00A3CC;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

a:hover {
  text-decoration: underline;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

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

/* --- Headings
=============================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Amelia Rounded';
  font-weight: 600;
  margin: 0;
  padding: 0;
  color: #3c3c3c; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

/* --- Lists
=============================== */
ol ol {
  margin: 0 0 0 40px;
  padding: 0;
  list-style: upper-alpha; }

ol ol ol {
  list-style: lower-roman; }

ol ol ol ol {
  list-style: lower-alpha; }

/* --- Images
=============================== */
img {
  max-width: 100%;
  vertical-align: bottom; }

.alignnone,
a img.alignnone {
  float: none;
  margin: 0 20px 20px 0; }

.alignleft,
a img.alignleft {
  float: left;
  margin: 0 20px 20px 0; }

.alignright,
a img.alignright {
  float: right;
  margin: 0 0 20px 20px; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto; }

.wp-caption {
  max-width: 96%;
  padding: 5px 3px 10px;
  background-color: #fff;
  border: 1px solid #F0F0F0;
  text-align: center; }

.wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none; }

.wp-caption.alignnone {
  margin: 0 20px 20px 0; }

.wp-caption.alignleft {
  margin: 0 20px 20px 0; }

.wp-caption.alignright {
  margin: 0 0 20px 20px; }

.wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px; }

/* --- Buttons
=============================== */
.button {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  border: none;
  cursor: pointer; }

.button.small {
  padding: 6px 10px; }

.button.medium {
  padding: 10px 20px; }

.button.large {
  padding: 15px 30px; }

.button.blue {
  background-color: #ef7c00;
  color: #fff; }

.button.blue:hover {
  background-color: #d27e23;
  text-decoration: none; }

.button.orange {
  background-color: #ef7c00;
  color: #fff; }

.button.orange:hover {
  background-color: #d27e23;
  text-decoration: none; }

.button.with_icon span {
  display: inline-block;
  vertical-align: middle; }

.button.with_icon i {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px; }

/* --- Forms
=============================== */
input:focus {
  outline: 0; }

/*------------------------------------*\
    LAY-OUT
\*------------------------------------*/
#wrapper {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden; }

@media (max-width: 1260px) {
  #wrapper {
    width: 960px; } }
#header {
  width: 100%;
  /* height: 90px; */
  border-bottom: 1px solid #e5eeef;
  margin-bottom: 30px; }

#header .center {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  max-width: 1200px;
  position: relative; }

#content {
  position: relative; }

#content.event {
  width: 100%;
  margin: 0;
  float: none; }

/*------------------------------------*\
    MODULE
\*------------------------------------*/
/* /////////// HEADER \\\ */
/* ------------------------------- */
.center {
  width: 1200px;
  margin: 0 auto; }

@media (max-width: 1260px) {
  .center {
    width: 960px; } }
.navigation_row {
  width: calc(100% - 260px);
  margin-top: 90px; }

/* --- Logo
=============================== */
/* #logo {
	width: 228px;
	margin: 7px 80px 0 0;
	float: left;
} */
#logo img {
  width: 228px;
  height: auto; }

.logo-mobile {
  display: none; }

/* --- Search
=============================== */
.search_form {
  margin: 27px 0 0 0;
  padding: 0;
  float: left; }

.search_field {
  width: 290px;
  float: left;
  -webkit-appearance: none; }

.search_btn {
  padding: 10px 15px 6px 15px;
  float: left;
  background-color: #00a3cc;
  border: none;
  color: #fff;
  -webkit-appearance: none;
  font-size: 16px; }

.search_btn:hover {
  background-color: #0083a3;
  text-decoration: none; }

/* --- New Search
=============================== */
.header_search button svg,
.search_trigger svg {
  position: relative;
  top: 3px;
  margin-right: 10px; }

.header_search {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 2;
  height: 65px;
  opacity: 0;
  transition: opacity 0s ease 0s;
  pointer-events: none; }

.header_search input {
  height: 30px;
  width: 500px;
  margin-right: 12px;
  padding-right: 50px !important; }

.close_search_trigger {
  position: absolute;
  right: 141px;
  z-index: 3;
  bottom: 13px;
  padding: 20px 20px 14px 20px;
  opacity: 0;
  transition: opacity 0s ease 0s;
  pointer-events: none;
  cursor: pointer; }

.header_search.visible,
.close_search_trigger.visible {
  opacity: 1;
  transition: opacity 0.5s ease 0s;
  pointer-events: all; }

@media only screen and (max-width: 1260px) {
  .navigation_row {
    padding-right: 30px; }

  .header_search {
    right: 30px; }

  .close_search_trigger {
    right: 171px; } }
@media only screen and (max-width: 959px) {
  .navigation_row,
  .header_search,
  .search_trigger {
    display: none; } }
/* --- Login
=============================== */
.header_account {
  position: absolute;
  right: 0px;
  top: 0; }

@media only screen and (max-width: 1260px) {
  .header_account {
    right: 30px; } }
.header_account_sub {
  position: absolute;
  z-index: 999;
  top: 95px;
  right: 0;
  width: 200px;
  margin: 0;
  padding: 20px;
  background-color: #337680;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.header_account_sub::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #337680; }

.header_account_sub li {
  margin: 0 0 20px 0;
  list-style-type: none;
  font-weight: 600; }

.header_account_sub li:last-child {
  margin-bottom: 0; }

.header_account_sub li a {
  color: #fff;
  display: block;
  text-transform: lowercase;
  font-size: 15px;
  font-weight: 400; }

.login_button {
  position: relative;
  z-index: 9999;
  margin: 25px 0 0 0;
  padding: 15px 25px;
  border-radius: 5px;
  float: right;
  background-color: #005460;
  font: 600 15px 'Amelia Rounded';
  text-transform: lowercase;
  color: #fff;
  opacity: 1.0 !important; }

.login_button span {
  display: inline-block;
  vertical-align: middle; }

.login_button i {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px; }

.login_button:hover {
  background-color: #337680;
  text-decoration: none; }

.login_button .icon {
  margin: 0 0 0 10px;
  line-height: 9px; }

.header_account:hover .header_account_sub {
  opacity: 1;
  visibility: visible; }

.header_account:hover::before {
  display: block; }

.header_account::before {
  content: "";
  position: absolute;
  display: none;
  bottom: -25px;
  right: 0;
  width: 100%;
  height: 30px;
  background: transparent; }

/* --- Navigation
=============================== */
/* .nav {
	border-bottom: 1px solid #e5eeef;
	margin-bottom: 30px;
} */
.navigation {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  font: 600 18px 'Amelia Rounded';
  text-transform: lowercase; }

.navigation li {
  position: relative;
  margin-right: 30px;
  display: inline-block;
  list-style-type: none; }

/* .navigation li:last-child {
	margin-right: 0;
} */
.navigation li a {
  padding: 20px 0;
  display: block;
  color: #3c3c3c;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.navigation li a:hover,
.navigation li.current-menu-item a {
  padding: 20px 0;
  border-bottom: 2px solid #3c3c3c;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.navigation li .sub-menu {
  position: absolute;
  top: 65px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 9999;
  background-color: #fff;
  list-style-type: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 20px;
  border: 1px solid #e5eeef;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.navigation li .sub-menu li {
  margin: 0 0 15px 0; }

.navigation li .sub-menu li:last-child {
  margin: 0; }

.navigation li .sub-menu li a {
  padding: 0 0 5px 0;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 2px solid transparent; }

.navigation li .sub-menu li a:hover {
  border-bottom: 2px solid #3c3c3c; }

.navigation li:hover > .sub-menu {
  opacity: 1;
  visibility: visible; }

#mobile_navigation:not(.mm-menu) {
  display: none; }

/* ////////// CONTENT \\\ */
/* ------------------------------- */
.page_header {
  clear: both;
  overflow: hidden; }

.title {
  margin: 0 0 25px 0;
  float: left;
  font: 600 32px 'Amelia Rounded';
  color: #3c3c3c;
  text-transform: none; }

/* --- HOME
===============================
=============================== */
.slider {
  width: 790px;
  /*  height: 330px;*/
  margin: 0 0 30px 0;
  float: left;
  overflow: hidden;
  border-radius: 5px;
  background-color: #e5eeef; }

@media (max-width: 1260px) {
  .slider,
  .slide {
    width: 630px; } }
.slide {
  position: relative;
  width: 790px;
  /*  height: 330px; */ }

.slide_text {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 10;
  bottom: 0px;
  left: 0;
  padding: 10px 30px;
  font: 600 33px 'Amelia Rounded';
  text-transform: lowercase;
  color: #3c3c3c;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: rgba(229, 238, 239, 0.89); }

.slide_button {
  position: absolute;
  z-index: 10;
  bottom: 30px;
  left: 0;
  padding: 20px 30px;
  font: 600 33px 'Amelia Rounded';
  text-transform: lowercase;
  color: #3c3c3c;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: rgba(229, 238, 239, 0.89); }

@media only screen and (max-width: 560px) and (min-width: 200px) {
  .slider {
    width: 100%;
    /*    height: 330px;*/
    margin: 0 0 30px 0; }

  .slide_text {
    bottom: auto;
    top: 80px;
    font-size: 25px;
    padding: 0px 10px; }

  .slide {
    width: auto;
    height: 100%; }

  .slide_button {
    bottom: 30px;
    left: 0;
    padding: 10px 15px; } }
.home-contentboxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.contentbox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 380px;
  min-height: 380px;
  margin: 0 30px 0 0;
  padding: 0 0 20px 0;
  /*    float: left;*/
  border-radius: 5px;
  overflow: hidden; }

@media (max-width: 1260px) {
  .contentbox {
    width: 300px; } }
.contentbox.about {
  /*    margin: 0 0 30px 30px;*/
  margin: 0;
  /*  height: 330px;*/
  min-height: inherit;
  float: right; }

.contentbox.last {
  margin: 0;
  background-color: #f00; }

.contentbox_image {
  width: 100%;
  height: 160px;
  display: block;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.contentbox_image img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.contentbox_inside {
  /*    padding: 20px;*/
  flex: 1;
  width: 100%; }

.about h2,
.contentbox h2 {
  margin: 0;
  display: block;
  font: 600 28px 'Amelia Rounded';
  color: #3c3c3c;
  text-transform: lowercase; }

.contentbox h4 {
  color: #00b4cd;
  text-transform: lowercase; }

.contentbox_text {
  font: 15px 'Amelia Rounded'; }

.contentbox_text p {
  margin: 20px 0 0 0;
  line-height: 24px;
  color: inherit; }

.contentbox_btn {
  margin-top: auto;
  width: auto;
  margin: 0 20px;
  font: 600 15px 'Amelia Rounded';
  color: #3c3c3c;
  text-transform: lowercase;
  border-bottom: 1px solid transparent; }

.contentbox_btn:hover {
  text-decoration: none; }

.contentbox_btn:hover i {
  margin-left: 13px; }

.contentbox_btn i {
  font-size: 10px;
  margin-left: 10px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.contentbox.last,
.contentbox.last h2,
.contentbox.last .past,
.contentbox.last .contentbox_btn {
  color: #FFF; }

.contentbox.last .day.event {
  color: #3c3c3c; }

.contentbox.last .controls {
  margin-bottom: 10px; }

.contentbox.last .contentbox_text {
  margin-top: 20px; }

#mini-clndr,
.clndr-days {
  width: 280px !important; }

.clndr-day-header,
.day,
.empty {
  width: 40px !important; }

/* --- EVENTS
===============================
=============================== */
.days-container {
  width: 100% !important; }

.cl-event,
.cl-event.last {
  width: 50%;
  margin: 0 0 3% 0;
  float: left;
  overflow: hidden; }

#mini-clndr,
.clndr-days {
  width: 100% !important; }

.clndr-day-header,
.day,
.empty {
  width: 14% !important; }

.event_thumbnail {
  width: 180px;
  height: 180px;
  margin: 0 25px 0 0;
  float: left;
  overflow: hidden;
  text-align: center; }

.event_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.event_thumbnail i {
  font-size: 70px;
  line-height: 180px;
  color: #e1e1e1; }

.event_title {
  margin: 0 0 4px 0;
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #3c3c3c; }

.event_title:hover {
  text-decoration: none; }

.event_details {
  margin: 0 0 4px 0;
  display: block;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  color: #3c3c3c; }

.event_teachers {
  margin: 0 0 12px 0;
  display: block;
  color: #3c3c3c;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600; }

.event_teachers a {
  color: #3c3c3c;
  font-weight: normal; }

.event_info {
  max-width: 55%;
  float: left; }

/* --- Single event
=============================== */
#event_about {
  width: 100%;
  margin: 0 0 30px 0;
  overflow: hidden; }

#event_about .single_event_info {
  width: 990px;
  float: left;
  line-height: normal; }

#event_about .single_event_info .row {
  clear: both;
  overflow: hidden;
  margin: 0; }

#event_about .single_event_info .row .edit_event_button {
  float: right; }

#event_about .single_event_info h1 {
  margin: 5px 0 5px 0;
  float: left;
  font-size: 26px;
  font-weight: 600;
  color: #3c3c3c; }

#event_about .single_event_info .event_date_time {
  display: block;
  clear: both;
  font-weight: 600;
  font-size: 14px;
  color: #377680; }

#event_about .single_event_info .row.details {
  width: 100%;
  margin: 25px 0 0 0;
  display: table;
  table-layout: fixed; }

#event_about .single_event_info .single_event_details {
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: top; }

#event_about .single_event_info .single_event_details li {
  margin: 0 0 10px 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none; }

#event_about .single_event_info .single_event_details li:last-child {
  margin: 0; }

#event_about .single_event_info .single_event_details i {
  width: 24px;
  height: 24px;
  float: left;
  vertical-align: top;
  border-radius: 100%;
  background-color: #00b4cd;
  text-align: center;
  color: #fff;
  line-height: 24px;
  font-style: normal; }

#event_about .single_event_info .single_event_details i.middle {
  vertical-align: middle; }

#event_about .single_event_info .single_event_details span,
#event_about .single_event_info .single_event_details a {
  position: relative;
  margin: 0 0 0 32px;
  display: block !important;
  color: #3c3c3c !important;
  font-size: 15px; }

#event_about .single_event_info .single_event_details span a {
  margin: 0;
  display: block; }

#event_about .event_description {
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  clear: both;
  overflow: hidden;
  border-top: 1px solid #e5eeef; }

#event_about .event_description .entry-title {
  margin-bottom: 30px; }

#event_map_container {
  position: relative;
  width: 100%;
  height: 400px;
  background-color: #ccc; }

#event_map_overlay {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none; }

#event_map {
  width: 100%;
  height: 400px; }

/* --- Edit event
=============================== */
#edit_event {
  display: none; }

.acf-form {
  margin: 0 -12px; }

.acf-fields > .acf-field,
.acf-field[data-width] + .acf-field[data-width] {
  border: none; }

.acf-field.acf-field-message .acf-label {
  margin: 0; }

.acf-field:first-child .acf-label {
  margin: 0 0 30px 0; }

.acf-field:first-child .acf-label label,
.acf-field.acf-field-message .acf-label label {
  margin: 0;
  padding: 0 0 5px 0;
  color: #3c3c3c;
  font-weight: 700 !important;
  font-size: 1.3em !important;
  line-height: normal;
  border-bottom: 1px solid #e5eeef; }

.acf-field .acf-label label {
  color: #3c3c3c; }

.acf-field-google-map .title {
  float: none !important;
  margin: 0 !important;
  font: inherit !important; }

body .acf-input-wrap input {
  height: auto; }

.acf-icon.acf-icon-globe {
  display: none; }

.acf-error-message,
.acf-form-submit {
  margin: 0 12px; }

.acf-field-5639f505af443 i {
  display: none; }

#acf-form .acf-fields > .acf-field {
  border: none; }

#acf-form .acf-google-map .title .search {
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid #b2cbcf; }

/* --- My events
=============================== */
.add_event_button {
  float: right; }

#events_overview {
  width: 100%;
  border: none; }

#events_overview tr {
  border-bottom: 1px solid #dadada; }

#events_overview tr.even {
  background-color: #f7f7f7; }

#events_overview td {
  padding: 12px; }

#events_overview th {
  padding: 12px;
  text-align: left;
  background-color: #eeeeee;
  color: #000;
  font-size: 14px;
  text-transform: uppercase; }

#events_overview td.date {
  width: 20%; }

#events_overview td.name {
  width: 67%;
  font-weight: 600; }

#events_overview td.actions {
  width: 13%;
  text-align: right; }

#events_overview td.actions a {
  margin: 0 0 0 10px;
  display: inline-block;
  font-size: 17px;
  text-align: center; }

#events_overview td.actions a.edit_event {
  color: #009bac; }

#events_overview td.actions a.delete_event {
  color: #cd0000; }

/* --- Artikelen
===============================
=============================== */
.article-posts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.article_post_wrapper {
  width: 48%; }

.article_post {
  background-color: #E5EEEF;
  margin-bottom: 20px;
  border-radius: 5px;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 20px;
  min-height: 180px; }

.article_post a {
  display: block;
  width: 100%;
  text-decoration: none; }

.article_post .article_title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  max-width: 60%; }

.article_post span.article_readmore {
  color: #00B4CD;
  font-weight: bold;
  display: block;
  margin-top: 10px; }

@media only screen and (max-width: 767px) and (min-width: 200px) {
  body.post-type-archive-artikel #content {
    padding: 0 15px; }

  .article_post_wrapper {
    width: 100%; } }
/* --- NIEUWS
===============================
=============================== */
.post {
  width: 50%;
  height: auto;
  margin: 0 0 30px 0;
  padding: 0 20px 16px 0;
  float: left;
  overflow: hidden; }

.post_thumbnail {
  width: 150px;
  height: 150px;
  margin: 0 20px 0 0;
  overflow: hidden;
  float: left; }

@media (max-width: 1260px) {
  .post_thumbnail {
    width: 120px;
    height: 120px; } }
.post_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.post_content {
  width: 400px;
  float: left; }

@media (max-width: 1260px) {
  .post_content {
    width: 320px; } }
.post_content h3 {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #3c3c3c; }

.post_content h3 a {
  color: #3c3c3c; }

.post_content .post_date,
.event_date,
.event_date_time {
  margin: 4px 0 0 0;
  padding: 3px 0 5px 0;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #00b4cd; }

.post_content .post_date i,
.event_date i,
.event_date_time i {
  margin-right: 10px; }

.post_content .post_read_more {
  float: left !important; }

#content.single_post .page_header {
  display: flex;
  flex-direction: row;
  margin: 0 0 30px 0;
  text-align: center; }

#content.single_post .post_back_button {
  float: none;
  margin-left: auto; }

#content.single_post {
  font-size: 15px;
  line-height: 26px; }

#content.single_post p {
  line-height: 26px; }

/* /////////// FOOTER \\\ */
/* ------------------------------- */
.footer {
  margin: 30px 0;
  overflow: hidden; }

.footer .login_button {
  margin: 3px 20px 0 0;
  float: left; }

.logo_srt {
  float: left; }

.logo_srt img {
  width: 65px; }

.footer_content {
  margin: 22px 0 0 0;
  float: right;
  font: 12px 'Amelia Rounded';
  color: #726659; }

.footer_misc {
  float: left; }

.footer_misc .separator {
  margin: 0 0 0 8px; }

.footer_navigation {
  margin: 0 20px 0 0;
  padding: 0;
  float: left; }

.footer_navigation li {
  margin: 0 0 0 15px;
  padding: 0;
  float: left;
  list-style-type: none; }

.footer_navigation li:first-child {
  margin: 0; }

.footer_navigation li a {
  font-size: 15px;
  line-height: 30px;
  color: #3c3c3c;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.footer_navigation li a:hover,
.footer_navigation li.current-menu-item a {
  text-decoration: none;
  border-bottom: 1px solid #3c3c3c; }

.footer .footer__social {
  margin-left: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  background-color: #00b4cd;
  color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.footer .footer__social:hover {
  background-color: #e5eeef; }

.sabai i {
  pointer-events: none !important; }

.sabai-directory-map-header {
  display: none; }

.sabai-directory-contact {
  display: none !important; }

#login_box {
  position: relative;
  width: 60%;
  min-height: 300px;
  float: left;
  padding: 20px;
  background-color: #f1f1f1; }

#login_box .title,
#register_box .title {
  margin: 0 0 15px 0 !important;
  float: none !important;
  display: block;
  font-size: 26px !important; }

#login_box p {
  margin: 0 0 15px 0; }

#login_box input[type="text"],
#login_box input[type="password"] {
  width: 100%;
  margin: 0 0 15px 0;
  clear: both; }

#login_box .remember_me {
  margin: 7px 0 0 0;
  float: left; }

#login_box .lost_password {
  margin: 0 0 0 50px;
  color: #00a3cc;
  cursor: pointer; }

#login_box input[type="submit"] {
  padding: 10px 30px;
  float: right;
  font-weight: 600; }

#login_box .error {
  padding: 8px 10px;
  border: 1px solid #ff939a;
  background-color: #ffe4e6;
  color: #e30513; }

#login_box .error a {
  display: none !important; }

.error_login .success,
#login_box .success {
  padding: 8px 10px;
  border: 1px solid #10c006;
  background-color: #ecffee;
  color: #10c006; }

#lost_password_form {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: none; }

#login_box .login_form {
  color: #00a3cc;
  cursor: pointer; }

#register_box {
  width: 40%;
  height: 300px;
  float: right;
  padding: 20px;
  border-top: 2px solid #f1f1f1;
  border-right: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1; }

#register_box .title {
  color: #00a3cc; }

#evenement_search {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 20px;
  background-color: #e5eeef;
  border-radius: 5px; }

#evenement_search .row {
  margin: 15px 0 0 0;
  clear: both;
  overflow: hidden; }

#evenement_search hr {
  display: none; }

#evenement_search label {
  width: 140px;
  margin-left: 10px;
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: #3c3c3c; }

#evenement_search input[type="text"] {
  width: 480px;
  background-color: #fff; }

#evenement_search select {
  width: 130px;
  background-color: #fff url(../img/gender_arrow.png) no-repeat right center; }

#evenement_search .buttonreset {
  width: auto;
  line-height: 50px;
  margin-left: 20px;
  text-decoration: underline;
  box-shadow: none;
  background: transparent;
  padding: 0;
  border: none;
  float: right;
  color: #3c3c3c;
  text-align: center;
  font-weight: normal; }

#members_search {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 20px;
  background-color: #e5eeef;
  border-radius: 5px; }

#members_search select:last-of-type {
  margin-top: 20px; }

#members_search h2 {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 30px 0; }

#members_search h2 em {
  font-weight: normal;
  color: #00a3cc; }

#members_search .row {
  margin: 8px 0 0 0;
  clear: both;
  overflow: hidden; }

#members_search label {
  width: 170px;
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: #3c3c3c; }

#members_search label.radio {
  width: auto;
  margin: 0 0 0 5px; }

#members_search input[type="text"] {
  width: 410px;
  background-color: #fff; }

#members_search select {
  width: 130px;
  background-color: #fff url(../img/gender_arrow.png) no-repeat right center; }

#members_search input[type="radio"] {
  margin: 0 0 0 25px; }

input[type="submit"],
input[type="button"],
.em-search-submit,
button,
#members_search .button,
.button,
#evenement_search .button,
.post_content .post_read_more,
.post_back_button,
.sabai-btn-info {
  float: right;
  text-align: center;
  padding: 15px 25px;
  border-radius: 5px;
  background-color: #ef7c00;
  border: 1px solid transparent;
  font: 600 15px 'Amelia Rounded';
  text-transform: lowercase;
  color: #fff;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover,
#members_search .button:hover,
#evenement_search .button:hover,
.post_content .post_read_more:hover,
.post_back_button:hover,
.sabai-btn-info:hover {
  border: 1px solid transparent;
  background-color: #d27e23;
  text-decoration: none; }

.sabai-btn-info {
  float: none;
  background-color: #ef7c00 !important;
  border: 1px solid transparent !important; }

.sabai-btn-info:hover {
  border: 1px solid transparent !important;
  background-color: #d27e23 !important; }

.members {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clear: both; }

.members.list li.member {
  align-items: flex-start; }

.members li.member {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22%;
  margin: 0 4% 3% 0;
  padding: 0;
  float: left;
  list-style-type: none; }

.members li.member.last {
  margin: 0 0 3% 0; }

.members li.member a {
  display: block; }

.members li.member:hover a {
  color: #337680;
  text-decoration: none; }

.members li.member:hover .profile_picture::after {
  background: rgba(0, 84, 96, 0); }

.members li.member .profile_picture {
  width: 211px;
  height: 211px;
  margin: 0 0 10px 0;
  display: block;
  position: relative;
  border-radius: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden; }

.members li.member .profile_picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: rgba(0, 84, 96, 0.1);
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.members li.member .profile_picture img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.members li.member .name {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  display: block; }

.members.list li.member {
  width: 32%;
  margin: 0 2% 2% 0;
  padding: 20px;
  border: 1px solid #e5eeef;
  border-radius: 5px; }

.members.list li.member.last {
  margin: 0 0 2% 0; }

.members.list li.member .profile_picture {
  display: none; }

.members.list li.member .name {
  margin: 0 0 20px 0;
  font-size: 18px;
  color: #3c3c3c;
  text-align: left; }

.member_details {
  margin: 0;
  padding: 0; }

.member_details li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none; }

.member_details li.author_school span {
  text-transform: capitalize; }

.member_details li:last-child {
  margin: 0; }

.member_details li i {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 9999px;
  background-color: #00b4cd;
  text-align: center;
  color: #fff;
  line-height: 24px;
  font-style: normal; }

.member_details li span,
.member_details li a {
  display: inline-block !important;
  vertical-align: middle;
  font-size: 15px;
  color: #3c3c3c !important; }

.member_details li span,
.member_details li span small {
  font-size: 15px; }

.member_details li a:hover {
  color: #337680; }

.member_heading {
  margin: 0 0 20px 0;
  display: block;
  font-size: 26px;
  font-weight: 600; }

#member_about {
  width: 100%;
  margin: 0 0 30px 0;
  overflow: hidden; }

#member_about.last_section {
  margin: 0; }

#member_about .avatar {
  width: 150px;
  height: 150px;
  float: left;
  border-radius: 9999px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 30px; }

#member_about .sublogo {
  width: 150px;
  height: 150px;
  float: left;
  margin-top: 30px; }

#member_about .member_info {
  width: 1000px;
  float: right; }

@media (max-width: 1260px) {
  #member_about .member_info,
  #event_about .single_event_info {
    width: 750px; } }
#member_about .member_info .row {
  overflow: hidden;
  clear: both;
  margin: 0; }

#member_about .member_info h1 {
  margin: 5px 0 0 0;
  float: left;
  font-size: 26px;
  font-weight: 600;
  color: #3c3c3c; }

#member_about .member_info .button {
  margin: 0 0 25px 10px;
  float: right; }

#member_about .member_info .row.details {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0; }

#member_about .member_info .member_details {
  display: table-cell; }

#member_about .member_description {
  width: 100%;
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  font-size: 15px;
  line-height: 24px;
  clear: both;
  overflow: hidden;
  border-top: 1px solid #e5eeef; }

.sabai-box-shadow {
  box-shadow: none !important;
  border: 1px solid #dadada !important; }

#member_events {
  width: 100%;
  padding: 20px 0 0 0;
  overflow: hidden;
  border: 1px solid #e5eeef;
  border-radius: 5px; }

#member_events .event {
  width: 46%;
  float: left;
  /* toegevoegd door Harro */
  margin: 0 2% 2% 2%; }

#member_events .event .event_info {
  max-width: 52%; }

#member_events .events li {
  width: 30.66%;
  height: auto;
  margin: 0 4% 0 0;
  padding: 20px;
  border-bottom: 0;
  border: 1px solid #dadada !important; }

#member_events .events li.last {
  margin: 0; }

#member_events .events li p.event_excerpt {
  margin: 0; }

#member_extensions {
  width: 100%;
  padding: 20px;
  overflow: hidden;
  border: 1px solid #e5eeef;
  border-radius: 5px; }

.member_heading.extensie {
  margin: 30px 0 20px 0; }

#member_extensions .extensies {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

#member_extensions .extensies li {
  width: 32%;
  height: auto;
  float: left;
  margin: 0 2% 0 0;
  padding: 20px;
  font-size: 15px;
  border: 1px solid #e5eeef !important;
  border-radius: 5px; }

#member_extensions .extensies li.divider {
  width: 100%;
  height: 1px;
  margin: 0 0 20px 0;
  padding: 0;
  float: none;
  clear: both;
  overflow: hidden;
  border: none !important; }

#member_extensions .extensies li.last {
  margin: 0; }

#member_extensions .extensies li h3 {
  color: #009bac;
  font-size: 15px;
  font-weight: 600; }

#content .sabai-directory-photos {
  background-color: #e3eeef; }

#content #sabai-content {
  position: relative; }

#content .sabai-entity-buttons {
  display: none !important; }

#content #sabai-inline-nav {
  display: none !important; }

#content .sabai-btn-primary {
  background-color: #ef7c00 !important;
  border-radius: 5px;
  border-color: #ef7c00 !important; }

#content .sabai-btn-primary:hover {
  background-color: #d27e23 !important;
  border-color: #d27e23 !important; }

#content .sabai-search-text {
  margin-bottom: 30px;
  overflow: hidden; }

#content .sabai-search-text p:last-child {
  margin: 0; }

#content .sabai-directory-search .sabai-search {
  padding: 30px 225px 30px 30px;
  border-radius: 0;
  border: none;
  background-color: #e5eeef;
  border-radius: 5px; }

#content .sabai-navigation .sabai-btn-group {
  margin: 20px 20px 0 0; }

#content .sabai-navigation .sabai-btn-group .sabai-btn-sm {
  padding: 5px 20px;
  height: 40px;
  line-height: 32px; }

#content .sabai-navigation .sabai-btn-group .sabai-btn-sm i {
  margin: 0 10px 0 0; }

#content .sabai-navigation {
  position: absolute;
  right: 8px;
  top: 9px; }

#content .sabai-navigation.sabai-navigation-bottom {
  position: inherit;
  border-top: none;
  padding: 0; }

#content .sabai-directory-listings-container > .sabai-navigation {
  border-bottom: none; }

#content .sabai-directory-listings-container .sabai-entity {
  width: 50%;
  float: left; }

.sabai-form-type-sectionbreak {
  border-bottom: 1px solid #e5eeef; }

#content .sabai-form-type-sectionbreak > h2 {
  font-size: 1.3em; }

#content .sabai-search input {
  height: auto !important;
  font-size: 15px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #b2cbcf; }

#content .sabai-search input:focus {
  border: 1px solid #3c3c3c; }

#content .sabai-search .fa-gear {
  margin: 5px 10px 0 0; }

#content .sabai-search .sabai-btn {
  height: 40px !important;
  padding: 0 25px !important;
  font-size: 20px;
  border-radius: 5px !important; }

#content .sabai-search .sabai-btn:hover {
  background-color: #337680 !important; }

#content.member_single .sabai-directory-listings-container {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 20px;
  overflow: hidden;
  border: 1px solid #e5eeef;
  border-radius: 5px; }

table.em-calendar td.eventless-today,
table.em-calendar td.eventful-today {
  background-color: #fff; }

table.em-calendar td.eventless-today a,
table.em-calendar td.eventful-today a {
  color: #8b227f; }

#field_4_36 {
  margin: 0 0 30px 0; }

#edit_profile_picture {
  float: right; }

#edit_profile_picture img {
  border-radius: 9999px; }

#edit_profile_picture p {
  margin: 0;
  line-height: 0; }

#edit_profile_picture #user-avatar-display-image {
  position: relative; }

#edit_profile_picture .loader_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.8) url(img/ajax-loader.gif) no-repeat center center; }

.current_avatar_label {
  margin: 0 0 30px 0;
  display: block;
  text-align: center;
  font-weight: 600;
  color: #3c3c3c; }

.edit_profile_picture_link,
.remove_profile_picture_link {
  margin: 8px 0 0 0;
  display: block; }

.edit_profile_picture_link i,
.remove_profile_picture_link i {
  margin: 0 6px 0 0;
  display: inline-block;
  vertical-align: middle; }

.edit_profile_picture_link span,
.remove_profile_picture_link span {
  display: inline-block;
  vertical-align: middle; }

.edit_profile_picture_link {
  color: #ff5a00; }

.edit_profile_picture_link span {
  font-weight: 600; }

.edit_profile_picture_link:hover {
  color: #00a3cc; }

.remove_profile_picture_link {
  color: #b6b6b6; }

.remove_profile_picture_link:hover {
  color: #dc0000; }

body .gform_wrapper img.ui-datepicker-trigger {
  vertical-align: middle;
  cursor: pointer; }

body .gfield .datepicker {
  width: 130px !important; }

body .gfield input[type="radio"] {
  margin: 0 0 0 2px !important; }

#TB_window {
  background: url(img/ajax-loader.gif) no-repeat center center #fff !important; }

#TB_closeAjaxWindow .screen-reader-text {
  display: none !important; }

#edit_profile_picture_frame_container {
  background-color: #f00; }

#edit_profile_picture_frame_container {
  width: 780px;
  background: transparent url(../img/ajax-loader.gif) no-repeat center center;
  float: left; }

#edit_profile_picture_frame {
  width: 100%;
  height: 315px;
  float: left;
  border: none;
  background: transparent; }

#pagination,
.uwpqsfpagi {
  width: 100%;
  margin: 30px 0 0 0;
  padding: 0;
  clear: both;
  overflow: hidden;
  text-align: center; }

#pagination ul {
  margin: 0;
  padding: 0;
  text-align: center; }

#pagination ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  list-style-type: none; }

#pagination ul li a,
#pagination ul li a.page-numbers,
a.upagievent {
  width: 36px;
  padding: 10px;
  display: block;
  font-weight: 600;
  background: transparent;
  color: #3c3c3c; }

#pagination ul li.dots,
#pagination ul li span.page-numbers.dots {
  width: 36px;
  padding: 10px 6px;
  display: block; }

#pagination ul li a:hover,
#pagination ul li a.page-numbers:hover,
a.upagievent:hover {
  color: #005460;
  background: transparent;
  text-decoration: none; }

#pagination ul li.active a,
#pagination ul li span.page-numbers.current,
span.upagicurrent {
  width: 36px;
  padding: 10px;
  display: block;
  font-weight: 600;
  background-color: #005460;
  border-radius: 5px;
  color: #fff; }

a.upagievent,
span.upagicurrent {
  margin: 0 1px;
  display: inline-block !important;
  height: auto;
  line-height: normal; }

#pagination ul li.next_page a,
#pagination ul li.prev_page a,
#pagination ul li a.page-numbers.next,
#pagination ul li a.page-numbers.prev {
  width: auto;
  margin: 0 25px;
  padding: 0;
  display: block;
  background-color: #ef7c00;
  color: #fff;
  border-radius: 5px;
  text-transform: lowercase; }

#pagination ul li.next_page a:hover,
#pagination ul li.prev_page a:hover,
#pagination ul li a.page-numbers.next:hover,
#pagination ul li a.page-numbers.prev:hover,
#pagination ul li.next_page a:hover i,
#pagination ul li.prev_page a:hover i,
#pagination ul li a.page-numbers.next:hover i,
#pagination ul li a.page-numbers.prev:hover i {
  background-color: #d27e23;
  text-decoration: none; }

#pagination ul li.next_page a span,
#pagination ul li.prev_page a span,
#pagination ul li a.page-numbers.next span,
#pagination ul li a.page-numbers.prev span {
  padding: 9px 10px 10px 10px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600; }

#pagination ul li.next_page a i,
#pagination ul li.prev_page a i,
#pagination ul li a.page-numbers.next i,
#pagination ul li a.page-numbers.prev i {
  padding: 10px 13px 9px 13px;
  display: inline-block;
  vertical-align: middle;
  background-color: #ef7c00;
  font-size: 16px; }

.evenement_voorwaarden {
  color: #3c3c3c;
  font-style: italic; }

/*------------------------------------*\
    BIODANZA
\*------------------------------------*/
body #wpca-box {
  max-width: 320px;
  width: 100%;
  min-height: inherit;
  margin: 30px;
  padding: 30px;
  box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.1);
  background-color: #fff; }

body #wpca-box.wpca-ct {
  top: inherit !important;
  bottom: 30px !important;
  margin: 0;
  transform: translate(-50%, 0%) !important; }

body #wpca-box .wpca-lay-out-content p {
  padding: 0; }

body #wpca-box .wpca-lay-out-content a {
  text-decoration: underline; }

body #wpca-box .wpca-lay-out-content a:hover {
  color: #000 !important; }

body #wpca-box .wpca-lay-out-content * {
  font-family: 'Amelia Rounded';
  font-size: 13px;
  line-height: 17px !important;
  color: #696969 !important; }

body #wpca-box .wpca-lay-out-content .cookie-heading {
  margin: 0 0 15px 0;
  display: block;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #3c3c3c !important;
  line-height: normal !important;
  text-transform: uppercase !important; }

body #wpca-box .wpca-lay-out-content .cookie-text {
  color: #8493A8; }

body #wpca-box .wpca-lay-out-meta {
  margin: 20px 0 0 0;
  text-align: left; }

body #wpca-box .wpca-lay-out-meta .wpca-btn {
  background: none;
  font-family: 'Amelia Rounded' !important;
  font-size: 14px;
  color: #878786; }

body #wpca-box.wpca-has-decline #wpca-box-meta .wpca-btn {
  width: auto; }

body #wpca-box .wpca-lay-out-meta .wpca-btn.wpca-btn-accept {
  padding: 10px 30px 10px;
  border-radius: 0;
  font-weight: 600;
  color: #fff;
  background-color: #ef7c00;
  border: 1px solid #ef7c00 !important; }

body #wpca-box .wpca-lay-out-meta .wpca-btn.wpca-btn-accept:hover {
  background-color: #d27e23;
  color: #fff; }

body #wpca-box .wpca-lay-out-meta .wpca-btn.wpca-btn-decline {
  color: #8493a8; }

body #wpca-box .wpca-lay-out-meta .wpca-btn.wpca-btn-decline:hover {
  text-decoration: underline; }

@media only screen and (max-width: 319px) {
  body #wpca-box {
    width: 100%;
    max-width: inherit;
    margin: 0 !important;
    padding: 20px !important;
    background-color: #fff !important; }

  body #wpca-box .wpca-lay-out-content br {
    display: none; } }
.sabai-box-shadow {
  border: none !important;
  border-radius: 5px; }

.sabai-googlemaps-infobox > img {
  top: 5px;
  right: 5px; }

.sabai-googlemaps-infobox-arrow {
  background-color: #e5eeef; }

.sabai-directory-listing-infobox .sabai-directory-main {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid transparent;
  background-color: #e5eeef; }

.sabai-directory-listing-infobox .sabai-directory-main a {
  color: #3c3c3c; }

.sabai-directory-title,
.sabai-directory-location {
  position: relative;
  padding-left: 25px;
  font-size: 15px; }

.sabai-directory-title i,
.sabai-directory-location i {
  position: absolute;
  top: 2px;
  left: 0; }

.sabai-directory-listing-infobox .sabai-directory-title {
  margin-bottom: 15px; }

.sabai-directory-listing-infobox .sabai-directory-location {
  font-size: 15px;
  line-height: 21px; }

.sabai-directory-listing-infobox .sabai-directory-info {
  margin-bottom: 0; }

.sabai-directory-field,
.sabai-directory-body {
  margin-bottom: 20px; }

.sabai-entity-bundle-type-directory-listing.sabai-entity-mode-full .sabai-directory-main,
.sabai-directory-field:last-of-type {
  margin-bottom: 0; }

.sabai-field-label,
.sabai-field-value {
  font-size: 15px; }

.sabai-directory-listings-list .sabai-entity,
.sabai-directory-listing-reviews > .sabai-entity,
.sabai-directory-listing-photos > .sabai-entity {
  border-bottom: none !important; }

hr {
  border: 0;
  border-top: 1px solid #e5eeef; }

.content,
.content b,
.content strong {
  font-size: 15px;
  line-height: 24px; }

.ui-datepicker {
  border: none !important; }

body .mm-menu {
  background-color: #e5eeef; }

body .mm-listview > li:not(.mm-divider):after,
body .mm-listview .mm-next:before {
  display: none; }

body .mm-menu .mm-listview > li .mm-arrow:after,
body .mm-menu .mm-listview > li .mm-next:after {
  border-color: #00b4cd; }

body .mm-listview > li > a,
body .mm-listview > li > span {
  padding: 15px 10px 15px 20px;
  font-size: 18px;
  text-transform: none;
  color: #3c3c3c; }

body .mm-listview .profile_button {
  margin: 20px 20px 0 20px;
  background-color: #005460;
  border-radius: 5px;
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
  text-align: center; }

body .mm-listview .profile_button span {
  color: #FFF; }

body .mm-listview .profile_button i {
  color: #FFF;
  margin-right: 10px; }

body .mm-menu .mm-navbar a,
body .mm-menu .mm-navbar > * {
  color: #3c3c3c; }

/* Home content below */
.home_content_below {
  margin-top: 38px; }

.home_content_below h2 {
  color: #00B4CD;
  line-height: 42px;
  margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .home_content_below {
    margin-top: 0; }

  .home_content_below .contentbox {
    margin-bottom: 0; } }
/* Home blog section */
.blog_item {
  width: 100%; }

.blog_item a {
  background-color: #E5EEEF;
  margin-bottom: 20px;
  border-radius: 5px;
  display: flex;
  width: 100%;
  height: 115px;
  padding: 20px;
  align-items: center; }

.blog_item a:hover {
  text-decoration: none; }

.blog_item a:hover .blog_read_more {
  text-decoration: underline; }

.blog_item_thumb {
  min-width: 80px;
  margin-bottom: auto; }

.blog_item_thumb img {
  border-radius: 5px; }

.blog_item_content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column; }

.blog_item_content h3 {
  font-size: 18px;
  line-height: 24px; }

.blog_item_content_footer {
  color: #00B4CD;
  font-weight: bold;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  margin-top: 10px; }

.blog_item_content_footer .date svg {
  margin-right: 12px;
  position: relative;
  top: 3px; }

@media only screen and (max-width: 560px) {
  .blog_item_thumb {
    display: none; }

  .blog_item a {
    height: auto;
    min-height: 115px; } }
/* Home Articles section */
.home_articles .article_item {
  background-color: #E5EEEF;
  margin-bottom: 20px;
  border-radius: 5px;
  display: flex;
  width: 100%;
  height: 115px;
  align-items: center;
  padding: 20px; }

.home_articles .article_item h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px; }

.home_articles .article_item span {
  color: #00B4CD;
  font-weight: bold; }

.home_articles .article_item a {
  display: block;
  width: 100%; }

.home_articles .article_item a:hover {
  text-decoration: none; }

.home_articles .article_item a:hover .article_read_more {
  text-decoration: underline; }

@media only screen and (max-width: 560px) {
  .home_articles .article_item {
    height: auto;
    min-height: 115px; } }
/* Home Videos section */
.home_videos.contentbox.last h2 {
  color: #00B4CD; }

@media only screen and (max-width: 1260px) {
  .home_videos.contentbox.last {
    width: 100%; }

  .contentbox.home_blogs,
  .contentbox.home_articles {
    width: 48%;
    margin-right: 0; }

  .contentbox.home_articles {
    margin-left: auto; } }
.home_videos .home_video_item {
  display: block;
  width: 100%;
  margin-bottom: 20px; }

.home_videos .home_video_item:last-child {
  margin-bottom: 0; }

.video_thumb {
  display: block;
  background-position: center;
  background-size: cover;
  height: 115px;
  border-radius: 5px;
  float: left;
  max-width: 170px;
  width: 100%;
  margin-right: 30px;
  position: relative; }

/* .video_thumb:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(226deg, rgba(0,180,205,0.33) 50%, rgba(0,0,0,0.00) 100%);
	opacity: 1;
	transition: all 0.5s ease 0s;
}

.video_thumb:hover:after {
	opacity: 0.33;
	transition: all 0.5s ease 0s;
} */
.video_info {
  color: #00B4CD;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  height: 115px;
  justify-content: space-evenly; }

.video_info .video_title {
  font-size: 18px;
  line-height: 24px;
  color: #3C3C3C; }

/* .video_info .video_duration {
    margin-right: 12px;
} */
.video_info .yt_link {
  font-weight: bold;
  color: #00B4CD; }

@media only screen and (max-width: 560px) {
  .home_videos .video_thumb {
    max-width: 100%;
    height: 160px;
    float: none; }

  .video_info {
    height: auto;
    margin-top: 15px;
    width: 100%; }

  .video_info .video_title {
    max-width: 60%;
    margin-bottom: 7px; } }
/* Search page */
body.search .container {
  padding: 0 15px; }

.search_title {
  font-size: 32px;
  margin: 0 0 30px 0; }

.search_again {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 60px; }

.search_again input.search_field {
  width: 100%;
  float: none; }

.search_again button {
  float: none;
  padding: 15px 15px 15px 20px;
  min-width: 190px;
  margin-left: 10px;
  outline: none; }

.search_again button svg {
  position: relative;
  left: -5px;
  top: 3px; }

.found_item {
  padding-bottom: 25px;
  border-bottom: 1px solid #E5EEEF;
  margin-bottom: 25px;
  display: block; }

.found_title {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 8px; }

.found_excerpt {
  font-size: 15px;
  line-height: 18px;
  color: #3C3C3C; }

.search_notfound {
  margin-bottom: 60px; }

@media only screen and (max-width: 595px) {
  .search_mobile_hide {
    display: none; }

  .search_again button {
    min-width: auto; }

  .search_again button svg {
    left: -2px; } }
/*  Home event section */
.contentbox.contentbox_event {
  padding: 30px 20px 20px 20px; }

.contentbox.contentbox_event h2 {
  margin-bottom: 15px; }

.contentbox_event .event_title {
  color: #fff; }

.contentbox_event a.event_item {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px; }

.contentbox_event a.event_item:hover {
  text-decoration: none; }

.contentbox_event a.event_item:last-of-type {
  margin-bottom: 0; }

.contentbox_event .event_left {
  min-width: 54px;
  margin-right: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: center; }

.contentbox_event .calendar_top {
  background-color: #337680;
  border-radius: 5px 5px 0 0;
  padding: 5px 0; }

.contentbox_event .calendar_bottom {
  background-color: #7DAEB6;
  border-radius: 0 0 5px 5px;
  font-size: 14px;
  line-height: 20px;
  padding: 1px 0 0 0; }

.contentbox_event .contentbox_btn {
  margin-left: 0; }

@media only screen and (max-width: 959px) and (min-width: 200px) {
  .contentbox.contentbox_event.last {
    padding: 30px 20px 20px 20px; } }
/*  Top nav menu */
.top_nav_wrapper {
  margin-top: 25px;
  float: right; }

.top_nav_wrapper ul {
  list-style-type: none; }

.top_nav_wrapper ul li {
  display: inline-block; }

.top_nav_wrapper ul li a {
  font-size: 15px;
  font-weight: normal;
  line-height: 30px;
  color: #3c3c3c;
  margin-left: 25px; }

.header_account {
  width: calc(100% - 260px); }

.header_account .login_button {
  margin-left: 25px; }

@media only screen and (max-width: 767px) and (min-width: 200px) {
  .top_nav_wrapper {
    display: none; } }
/* Video posts styling */
.video_posts_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.video_posts_wrapper .video_post_wrapper {
  width: 50%;
  margin-bottom: 50px;
  margin: 0 -15px 50px -15px; }

.video_item {
  padding: 0 15px;
  height: 100%; }

.video_item .video_text {
  color: #3c3c3c;
  padding: 5px 0;
  font-size: 15px; }

.video_item .video_info {
  height: 100%; }

@media only screen and (max-width: 959px) and (min-width: 200px) {
  .video_posts_wrapper .video_post_wrapper {
    width: 100%; }

  .video_posts_wrapper .video_thumb {
    margin-bottom: 10px; }

  .video_posts_wrapper .video_info {
    height: auto; }

  .video_posts_wrapper .video_info .video_title {
    max-width: 100%; } }
.acf-field[data-name='group_teacher'] {
  display: none; }

/* --- Columns
=============================== */
.col {
  float: left;
  margin: 0 4% 2% 0; }

.col.last {
  margin: 0 0 2% 0; }

.col.one_half {
  width: 48%; }

.col.one_third {
  width: 30.66%; }

.col.two_third {
  width: 65.33%; }

.col.one_fourth {
  width: 22%; }

.col.three_fourth {
  width: 74%; }

.col.one_fifth {
  width: 16.8%; }

.col.two_fifth {
  width: 37.6%; }

.col.three_fifth {
  width: 58%; }

.col.four_fifth {
  width: 79%; }

/* --- Google Maps
=============================== */
.googlemap {
  position: relative;
  max-width: inherit; }

.googlemap .map_canvas {
  width: 100%;
  height: 100%; }

.googlemap .map_canvas h3 {
  margin: 0 0 10px;
  font-size: 14px; }

.map_canvas img {
  max-width: none !important; }

/* --- Testimonial
=============================== */
.testimonial {
  margin: 0;
  padding: 30px;
  overflow: hidden;
  font-style: italic;
  line-height: 140%; }

.testimonial img.alignleft {
  margin: 0 40px 0 0; }

.testimonial img.alignright {
  margin: 0 0 0 40px; }

.testimonial .author {
  display: block;
  font-size: 12px;
  font-weight: bold; }

/* --- Accordion
=============================== */
.accordion_group {
  border-top: 1px solid #DBDBDB; }

h3.accordion_title {
  border: 1px solid #DBDBDB;
  border-top: 0px solid #DBDBDB;
  margin: 0px;
  padding: 10px 15px;
  cursor: pointer;
  font-weight: normal;
  font-size: 14px; }

h3.accordion_title.active {
  color: #00A3CC; }

.accordion_content {
  padding: 15px;
  border-left: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB; }

/* --- Tabs
=============================== */
.tab_group_titles {
  margin: 0px;
  padding: 0px; }

.tab_group_titles li {
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
  font-family: "Bree Serif";
  font-weight: normal;
  color: #ff5a00; }

.tab_group_items {
  padding: 0px;
  background-color: #fff;
  clear: left; }

h3.tab_group_accordion_title {
  cursor: pointer;
  padding: 5px;
  display: none; }

.tab_group_item {
  display: none;
  padding: 15px; }

.tab_active {
  border: 1px solid #DBDBDB;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px !important;
  color: #00A3CC; }

.tab_group_title.tab_active {
  color: #00A3CC; }

.tab_active {
  border-bottom: none;
  background-color: #fff; }

.tab_group_item {
  border: 1px solid #DBDBDB; }

h3.tab_group_accordion_title {
  border: 1px solid #DBDBDB;
  border-top: 0px solid #DBDBDB;
  margin: 0px;
  padding: 10px 15px; }

h3.tab_active {
  border-bottom: 0px solid #DBDBDB !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important; }

h3.tab_active {
  background-color: #DBDBDB !important; }

.tab_group_item-active {
  display: block; }

h3.tab_group_accordion_title:first-child {
  border-top: 1px solid #DBDBDB !important; }

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  ul.tab_group_titles {
    display: none; }

  h3.tab_group_accordion_title {
    display: block; }

  .tab_group_accordion_title-closed {
    display: none !important; } }
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr; }

.royalSlider > * {
  float: left; }

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0); }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden; }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

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

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVideoContainer {
    /*left: 0;
	top: 0;
	position: absolute;*/
    /*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px; }

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

img.rsImg {
  max-width: none; }

.grab-cursor {
  cursor: url(grab.png) 8 8, move; }

.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif); }

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-genderless:before, .fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.mm-listview .profile_button {
  background-color: #00a3cc;
  color: #fff; }

.mm-listview .profile_button .mm-next:after {
  border-color: #fff !important; }

.mm-menu,
.mm-panels,
.mm-panels > .mm-panel {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  box-sizing: border-box; }

.mm-btn,
.mm-menu {
  box-sizing: border-box; }

.mm-listview a,
.mm-listview a:hover,
.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none; }

.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu {
  display: block;
  padding: 0;
  position: absolute; }

.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  position: absolute; }

.mm-btn,
.mm-panel.mm-highest {
  z-index: 1; }

.mm-panels {
  overflow: hidden; }

.mm-panel {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-panel.mm-opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px; }

.mm-listview .mm-divider,
.mm-listview > li > a,
.mm-listview > li > span,
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px; }

.mm-panels > .mm-panel:after,
.mm-panels > .mm-panel:before {
  content: '';
  display: block;
  height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  transform: none !important; }

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-listview > li.mm-vertical > .mm-next,
.mm-vertical .mm-listview > li > .mm-next {
  height: 40px;
  bottom: auto; }

.mm-listview > li.mm-vertical > .mm-next:after,
.mm-vertical .mm-listview > li > .mm-next:after {
  top: 16px;
  bottom: auto; }

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after,
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 19px; }

.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0; }

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-clear:before,
.mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px; }

.mm-clear:after,
.mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px; }

.mm-arrow:after,
.mm-next:after,
.mm-prev:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px; }

.mm-arrow:after,
.mm-next:after {
  border-top: none;
  border-left: none;
  right: 23px; }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #ff5a00 !important; }

.mm-navbar > * {
  display: block;
  padding: 10px 0; }

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0; }

.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase; }

.mm-listview > li {
  position: relative; }

.mm-listview > li,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before,
.mm-listview > li:after {
  border-color: inherit; }

.mm-listview > li > a,
.mm-listview > li > span {
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0; }

.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
  padding-right: 50px; }

.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 20px; }

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px; }

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%; }

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none; }

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0; }

.mm-listview .mm-inset > li {
  padding: 5px 0; }

.mm-listview .mm-divider {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }

.mm-listview .mm-spacer > .mm-next {
  top: 40px; }

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #ff5a00; }

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-listview > li .mm-arrow:after,
.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-divider,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05); }

.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  z-index: 1; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-blocking,
html.mm-blocking body {
  overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }

html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed; }

.mm-menu.mm-offcanvas.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }
.mm-menu.mm-autoheight.mm-bottom,
.mm-menu.mm-autoheight.mm-top {
  max-height: 80%; }

.mm-menu.mm-autoheight.mm-bottom.mm-fullscreen,
.mm-menu.mm-autoheight.mm-top.mm-fullscreen {
  max-height: 100%; }

.mm-menu.mm-measureheight .mm-panel {
  display: block !important; }

.mm-menu.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

.mm-menu.mm-columns {
  transition-property: width, max-width, -webkit-transform;
  transition-property: transform, width, max-width;
  transition-property: transform, width, max-width, -webkit-transform; }

.mm-menu.mm-columns .mm-panels > .mm-panel {
  width: 100%;
  right: auto;
  display: none;
  transition-property: width, -webkit-transform;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened {
  border-right: 1px solid;
  border-color: inherit;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 2; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-0 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-0 {
  display: block;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0; }

html.mm-opening.mm-columns-0 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 0px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-1 {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-1 {
  display: block;
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0); }

.mm-menu.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening.mm-columns-1 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }
.mm-menu.mm-columns-1 .mm-panels > .mm-panel {
  width: 100%; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-2 {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-2 {
  display: block;
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0); }

.mm-menu.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px; }

html.mm-opening.mm-columns-2 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 1100px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0); } }
.mm-menu.mm-columns-2 .mm-panels > .mm-panel {
  width: 50%; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-3 {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-3 {
  display: block;
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0); }

.mm-menu.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px; }

html.mm-opening.mm-columns-3 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 1650px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0); } }
.mm-menu.mm-columns-3 .mm-panels > .mm-panel {
  width: 33.34%; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-4 {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-4 {
  display: block;
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0); }

.mm-menu.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px; }

html.mm-opening.mm-columns-4 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 2200px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0); } }
.mm-menu.mm-columns-4 .mm-panels > .mm-panel {
  width: 25%; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-5 {
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-5 {
  display: block;
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0); }

.mm-menu.mm-columns-5 {
  width: 80%;
  min-width: 140px;
  max-width: 2200px; }

html.mm-opening.mm-columns-5 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 2750px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate3d(2200px, 0, 0);
    transform: translate3d(2200px, 0, 0); } }
.mm-menu.mm-columns-5 .mm-panels > .mm-panel {
  width: 20%; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-6 {
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-6 {
  display: block;
  -webkit-transform: translate3d(700%, 0, 0);
  transform: translate3d(700%, 0, 0); }

.mm-menu.mm-columns-6 {
  width: 80%;
  min-width: 140px;
  max-width: 2640px; }

html.mm-opening.mm-columns-6 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 3300px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate3d(2640px, 0, 0);
    transform: translate3d(2640px, 0, 0); } }
.mm-menu.mm-columns-6 .mm-panels > .mm-panel {
  width: 16.67%; }

em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }

em.mm-counter + a.mm-next {
  width: 90px; }

em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px; }

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-nosubresults > .mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-fixeddivider:after {
  content: none !important;
  display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
  transition-duration: 0s; }

.mm-menu.mm-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%; }

html.mm-dropdown .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0; }

html.mm-dropdown #mm-blocker {
  transition-delay: 0s !important;
  z-index: 1; }

html.mm-dropdown .mm-menu {
  z-index: 2; }

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
  display: none; }

.mm-menu.mm-tip:before {
  content: '';
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-menu.mm-tipleft:before {
  left: 22px; }

.mm-menu.mm-tipright:before {
  right: 22px; }

.mm-menu.mm-tiptop:before {
  top: -8px; }

.mm-menu.mm-tipbottom:before {
  bottom: -8px; }

.mm-iconpanel .mm-panel {
  transition-property: left, -webkit-transform;
  transition-property: transform, left;
  transition-property: transform, left, -webkit-transform; }

.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit; }

.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0; }

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px; }

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px; }

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px; }

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px; }

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px; }

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px; }

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  transition: opacity 0.4s ease; }

.mm-subopened .mm-subblocker {
  opacity: .6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3; }

.mm-navbar-bottom,
.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none; }

.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  top: auto;
  bottom: 0; }

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-navbar[class*=mm-navbar-content-] > * {
  box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }

.mm-navbar .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px; }

.mm-navbar .mm-breadcrumbs > a {
  text-decoration: underline; }

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-navbar-top-1 {
  top: 0; }

.mm-hasnavbar-top-1 .mm-panels,
.mm-navbar-top-2 {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panels,
.mm-navbar-top-3 {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panels,
.mm-navbar-top-4 {
  top: 120px; }

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px; }

.mm-navbar-bottom-1 {
  bottom: 0; }

.mm-hasnavbar-bottom-1 .mm-panels,
.mm-navbar-bottom-2 {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panels,
.mm-navbar-bottom-3 {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panels,
.mm-navbar-bottom-4 {
  bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px; }

.mm-navbar-size-2 {
  height: 80px; }

.mm-navbar-size-3 {
  height: 120px; }

.mm-navbar-size-4 {
  height: 160px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }

.mm-sronly {
  text-indent: 10px;
  overflow: hidden;
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: -1; }

.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-search {
  height: 40px;
  padding: 7px 10px 0;
  position: relative; }

.mm-search input {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0 10px; }

.mm-search input::-ms-clear {
  display: none; }

.mm-search .mm-clear,
.mm-search .mm-next {
  right: 0; }

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.mm-panel.mm-hassearch {
  padding-top: 40px; }

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px; }

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0; }

.mm-noresults .mm-indexer {
  display: none !important; }

li.mm-nosubresults > a.mm-next {
  display: none; }

li.mm-nosubresults > a.mm-next + a,
li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px; }

.mm-panels > .mm-resultspanel:not(.mm-opened) {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  transition: right .4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%; }

.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px; }

.mm-hasindexer .mm-indexer {
  right: 0; }

.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a,
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span,
.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen),
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span,
.mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
  transition: background 0.4s ease; }

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.5); }

input.mm-check,
input.mm-toggle {
  position: absolute;
  left: -10000px; }

label.mm-check,
label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 20px; }

label.mm-check:before,
label.mm-toggle:before {
  content: '';
  display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: .1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

li.mm-vertical label.mm-check,
li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0;
  top: 5px; }

label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px; }

label.mm-check + a,
label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-check,
a.mm-next + label.mm-toggle {
  right: 60px; }

a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span,
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  margin-right: 50px; }

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }

a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-check,
em.mm-counter + a.mm-next + label.mm-toggle {
  right: 100px; }

em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span,
em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu label.mm-toggle:before {
  background: #f3f3f3; }

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7); }

.mm-listview.mm-border-none > li:after,
.mm-menu.mm-border-none .mm-listview > li:after {
  content: none; }

.mm-listview.mm-border-full > li:after,
.mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important; }

.mm-listview.mm-border-offset > li:after,
.mm-menu.mm-border-offset .mm-listview > li:after {
  right: 20px; }

.mm-menu.mm-effect-menu-zoom {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  transform-origin: left center; }

html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  transform-origin: right center; }

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-menu.mm-effect-menu-slide {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  transition: opacity 0.4s ease; }

html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1; }

.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  transform-origin: left center; }

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li {
  transition: none 0.4s ease; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(1) {
  transition-delay: 50ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(2) {
  transition-delay: 0.1s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(3) {
  transition-delay: 150ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(4) {
  transition-delay: 0.2s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(5) {
  transition-delay: 250ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(6) {
  transition-delay: 0.3s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(7) {
  transition-delay: 350ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(8) {
  transition-delay: 0.4s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(9) {
  transition-delay: 450ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(10) {
  transition-delay: 0.5s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(11) {
  transition-delay: 550ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(12) {
  transition-delay: 0.6s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(13) {
  transition-delay: 650ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(14) {
  transition-delay: 0.7s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(15) {
  transition-delay: 750ms; }

.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0; }

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  transition-property: opacity;
  opacity: 0; }

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1; }

.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  transition-property: opacity, top;
  opacity: 0;
  top: -25%; }

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0; }

.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0); } }
.mm-menu.mm-fullscreen.mm-bottom,
.mm-menu.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span,
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span {
  text-overflow: clip;
  white-space: normal; }

html.mm-pagedim #mm-blocker,
html.mm-pagedim-black #mm-blocker,
html.mm-pagedim-white #mm-blocker {
  opacity: 0; }

html.mm-pagedim-black.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim.mm-opening #mm-blocker {
  opacity: .3;
  transition: opacity 0.4s ease 0.4s; }

html.mm-pagedim #mm-blocker {
  background: inherit; }

html.mm-pagedim-white #mm-blocker {
  background: #fff; }

html.mm-pagedim-black #mm-blocker {
  background: #000; }

.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }

.mm-menu.mm-pageshadow.mm-front:after,
.mm-menu.mm-pageshadow.mm-next:after {
  content: none;
  display: none; }

.mm-menu.mm-popup {
  transition: opacity .4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

html.mm-popup.mm-opening .mm-menu.mm-popup {
  opacity: 1; }

html.mm-popup .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0; }

html.mm-popup #mm-blocker {
  transition-delay: 0s !important;
  z-index: 1; }

html.mm-popup .mm-menu {
  z-index: 2; }

.mm-menu.mm-bottom,
.mm-menu.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0); } }
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0; }

html.mm-front #mm-blocker {
  z-index: 1; }

html.mm-front .mm-menu {
  z-index: 2; }

.mm-menu.mm-front,
.mm-menu.mm-next {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-navbar a,
.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-btn:after,
.mm-menu.mm-theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark .mm-divider,
.mm-menu.mm-theme-dark .mm-fixeddivider span,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-indexer a,
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333; }

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-navbar a,
.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-btn:after,
.mm-menu.mm-theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after,
.mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white .mm-divider,
.mm-menu.mm-theme-white .mm-fixeddivider span,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-indexer a,
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff; }

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-navbar a,
.mm-menu.mm-theme-black .mm-navbar > *,
.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-btn:after,
.mm-menu.mm-theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after,
.mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black .mm-divider,
.mm-menu.mm-theme-black .mm-fixeddivider span,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-indexer a,
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000; }

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu .mm-tileview.mm-listview:after,
.mm-menu.mm-tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both; }

.mm-menu .mm-tileview.mm-listview > li > .mm-next:after,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
.mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
.mm-menu.mm-tileview .mm-listview > li > .mm-next:before,
.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none; }

.mm-menu .mm-tileview.mm-listview > li,
.mm-menu.mm-tileview .mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0;
  float: left;
  position: relative; }

.mm-menu .mm-tileview.mm-listview > li:after,
.mm-menu.mm-tileview .mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-s,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-l,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%; }

.mm-menu .mm-tileview.mm-listview > li > a,
.mm-menu .mm-tileview.mm-listview > li > span,
.mm-menu.mm-tileview .mm-listview > li > a,
.mm-menu.mm-tileview .mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0; }

.mm-menu .mm-tileview.mm-listview > li > .mm-next,
.mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto; }

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0; }

.mm-menu.mm-tileview .mm-listview {
  margin: 0; }

#mobile_navigation_button {
  margin: 25px 15px 0 0;
  display: none;
  float: right;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #005460;
  text-decoration: none;
  border-radius: 5px; }

#mobile_navigation_button i {
  padding: 12px;
  display: inline-block;
  vertical-align: middle;
  background-color: #005460;
  font-size: 16px;
  border-radius: 5px; }

#mobile_navigation_button span {
  padding: 0 12px 0 14px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

@media only screen and (max-width: 1025px) {
  .advertorial_inner {
    padding: 4px 5px !important; } }
@media only screen and (min-width: 200px) and (max-width: 959px) {
  .advertorial_inner .event_details span {
    display: none; }

  #content .sabai-navigation {
    position: relative; }

  #content .sabai-directory-search .sabai-search {
    padding: 20px; }

  #content .sabai-navigation .sabai-btn-group {
    margin: 0; }

  .sabai-search .sabai-row > div {
    margin-bottom: 20px; }

  .sabai-search .sabai-row > .sabai-directory-search-submit {
    margin-bottom: 0; }

  .logo {
    display: block;
    margin: 7px 0 20px 15px;
    width: 150px; }

  .sublogo {
    width: 150px; }

  #wrapper,
  .center {
    width: auto; }

  #header {
    margin: 0 0 30px 0; }

  .logo {
    margin: 7px 0 0 15px; }

  .login_button {
    margin: 25px 15px 0 0; }

  .navigation,
  .login_button {
    display: none; }

  #mobile_navigation_button {
    display: block; }

  #content,
  .footer {
    padding: 0 30px; }

  .title,
  #member_about .member_info h1,
  .member_heading {
    font-size: 24px; }

  #login_box {
    width: 100%;
    height: auto;
    min-height: inherit;
    margin: 0 0 15px 0;
    overflow: hidden;
    float: none; }

  #login_box .remember_me {
    width: 100%;
    overflow: hidden;
    clear: both;
    float: none; }

  #login_box input[type="submit"] {
    margin: 20px 0 0 0;
    float: none;
    display: block; }

  #register_box {
    width: 100%;
    height: auto;
    padding: 0;
    float: none;
    border: none; }

  #content.home .clear:before,
  #content.home .clear:after {
    display: none;
    clear: none; }

  .contentbox,
  .contentbox.about,
  .contentbox.last {
    width: 100% !important;
    margin: 0 0 30px 0;
    padding: 0;
    min-height: inherit !important;
    float: none;
    height: auto; }

  .contentbox_image {
    width: 100%;
    height: auto; }

  .contentbox_btn {
    position: static;
    bottom: inherit;
    left: inherit;
    width: auto;
    margin: 0 15px 15px 15px;
    display: block; }

  .about h2,
  .contentbox h2 {
    font-size: 23px; }

  #members_search label[for="naam"] {
    width: auto;
    display: block; }

  #members_search input[type="text"] {
    width: 100%;
    margin: 0 0 10px 0; }

  #members_search .button {
    width: 100%;
    float: none; }

  #members_search label {
    width: 40%;
    margin: 0 0 10px 0; }

  #members_search select {
    width: 59%;
    margin: 0 0 10px 0; }

  #members_search input[type="radio"] {
    margin: 0 0 0 2px; }

  #members_search .view_all_teachers {
    margin: 10px 0 0 0; }

  .members li.member,
  .members li.member.last {
    width: 46%; }

  .members li.member .profile_picture {
    width: 100%;
    height: auto; }

  /* Opgesplitst door Harro 9 mei */
  .event_thumbnail {
    width: 100%;
    height: 100px;
    text-align: left; }

  .event_thumbnail img {
    width: 100px; }

  .members li.member .name {
    font-size: 15px; }

  #member_about .member_info,
  #event_about .single_event_info {
    width: auto; }

  #member_about .member_info .button,
  #event_about .single_event_info .row .edit_event_button,
  #event_about .single_event_info .event_date_time {
        /*		margin: 0 0 10px 115px;
		float: none;  Verwijderd door Harro 9 mei - lijkt beter te werken?  */ }

  #member_about .member_info .member_details,
  #event_about .single_event_info .single_event_details {
    width: 100%;
    float: left;
    display: block; }

  #member_about .member_info h1 {
    width: 100%; }

  #member_about .member_info .button {
    float: left;
    margin: 10px 0; }

  #member_about .member_info .button.email_button {
    margin-right: 10px; }

  #member_events .event {
    width: auto;
    float: none;
    display: block; }

  .member_heading {
    margin: 25px 0 !important; }

  .event_info,
  #member_events .event .event_info {
    max-width: 60%; }

  #events_overview td.name {
    width: 63%; }

  #events_overview td.actions {
    width: 15%; }

  #event_map_overlay {
    display: block; }

  #event_map_container,
  #event_map {
    height: 200px !important; }

  #edit_profile_picture {
    position: static;
    text-align: left;
    left: inherit; }

  .cl-event,
  .cl-event.last {
    width: 100%;
    margin: 0 0 3% 0;
    float: none;
    overflow: hidden; }

  #content .sabai-directory-listings-container .sabai-entity {
    width: 100%;
    float: none; }

  .post {
    width: 100%;
    height: auto;
    float: none; }

  .post_content {
    width: auto; }

  .logo_srt {
    margin: 0 0 0 15px; } }
@media only screen and (min-width: 200px) and (max-width: 479px) {
  .logo {
    display: block;
    margin: 7px 0 20px 15px;
    width: 150px; }

  .sublogo {
    width: 150px; }

  #mobile_navigation_button span {
    display: none; }

  .sabai-googlemaps-map {
    height: 300px !important; }

  #members_search label {
    width: 100%;
    float: none; }

  #members_search select {
    width: 100%;
    float: none; }

  #members_search h2 {
    font-size: 24px; }

  #member_about {
    padding: 15px; }

  #member_about .member_info .member_details,
  #event_about .single_event_info .single_event_details {
    width: auto;
    float: none;
    display: block;
    margin-top: 10px;
    /* toegevoegd door Harro 9 mei */ }

  .member_details li:last-child,
  #event_about .single_event_info .single_event_details li:last-child {
    margin: 0 0 10px 0; }

  #member_about .member_description {
    margin: 20px 0 0 0;
    padding: 20px 0 0 0; }

  #pagination ul li a,
  #pagination ul li a.page-numbers.prev,
  #pagination ul li a,
  #pagination ul li a.page-numbers.next {
    display: none; }

  /* Toegevoegd door Harro */
  .button.with_icon i {
    padding: 6px; }

  .button.with_icon span {
    font-size: 12px; }

  #member_extensions .extensies li {
    float: none;
    width: 100%; }

  /* Einde toegevoegd door Harro */ }
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #wrapper,
  .center {
    width: 768px; }

  #mobile_navigation_button {
    display: block; }

  .logo {
    display: block;
    margin: 7px 0 20px 15px;
    width: 150px; }

  .sublogo {
    width: 150px; }

  .nav {
    display: none; }

  .login_button {
    display: none; }

  .login_button {
    margin: 25px 15px 0 0; }

  .navigation li {
    margin: 0 1.3%;
    padding: 0; }

  .slider {
    width: 502px; }

  .contentbox {
    width: 236px;
    min-height: 400px; }

  .contentbox_btn {
    width: 215px; }

  #members_search input[type="text"] {
    width: 320px; }

  .members li.member .profile_picture {
    width: 100%;
    height: auto; }

  .members li.member .name {
    font-size: 15px; }

  #member_about .member_info,
  #event_about .single_event_info {
    width: 540px;
    padding-left: 30px; }

  #member_about .member_info h1 {
    margin: 5px 0 10px 0;
    float: none;
    display: block; }

  #member_about .member_info .button {
    margin: 0 10px 25px 0;
    float: none; }

  .event_info,
  #member_events .event .event_info {
    max-width: 40%; }

  #evenement_search label {
    width: 99px; }

  .event_thumbnail {
    width: 140px;
    height: 140px; }

  #events_overview td.name {
    width: 63%; }

  #events_overview td.actions {
    width: 15%; } }
@media (max-width: 959px) {
  #content .sabai-directory-listings-container .sabai-entity {
    width: 100%; }

  #event_about .single_event_info .row .edit_event_button {
    float: left; }

  #evenement_search,
  #members_search {
    margin: 0 0 20px 0;
    overflow: hidden; }

  #evenement_search label[for="naam"] {
    width: auto;
    display: block; }

  #evenement_search input[type="text"] {
    width: 100%;
    margin: 0 0 10px 0; }

  #evenement_search .buttonreset,
  #evenement_search .button {
    margin: 0px 0px 10px 2%;
    width: 49%; }

  #evenement_search .button {
    margin: 0 0 10px 0; }

  #evenement_search hr {
    display: none; }

  #evenement_search label {
    width: 100%;
    margin: 0;
    padding: 15px 0 0 0;
    float: left;
    text-align: left !important; }

  #evenement_search select {
    width: 100%;
    float: right; } }
@media (max-width: 550px) {
  .footer {
    display: flex;
    flex-direction: column; }

  .logo_srt {
    order: 2;
    text-align: center;
    margin: 30px 0 0 0; }

  .footer_content {
    order: 1;
    text-align: center; }

  .footer__social {
    margin-top: 20px; }

  .footer .footer__social:first-of-type {
    margin: 0; }

  .footer_navigation {
    margin: 0; }

  .footer_content ul {
    width: 100%;
    display: flex;
    justify-content: center; } }
@media (max-width: 800px) {
  #content .sabai-directory-listings-container .sabai-entity .sabai-col-xs-9 {
    margin-top: 20px;
    width: 100%; } }
@media (max-width: 470px) {
  #members_search select:last-of-type {
    margin-top: 0; } }
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

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

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform,opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform,opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: 0px) {
  .fancybox-caption {
    padding: env(safe-area-inset-top, 25px) env(safe-area-inset-right, 44px) env(safe-area-inset-bottom, 25px) env(safe-area-inset-left, 44px); } }
.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes a {
  to {
    transform: rotate(1turn); } }
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0; }

  .fancybox-close-small {
    right: -6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }

  @supports (padding: 0px) {
    .fancybox-caption {
      padding: env(safe-area-inset-right, 12px) env(safe-area-inset-left, 12px); } } }
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs
  .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
/*# sourceMappingURL=style.css.map */
/* ==========================================================================
   Google map
   ========================================================================== */
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0; }

/* Fixes potential theme css conflict. */
.acf-map img {
  max-width: inherit !important; }

element {
  display: block; }

.header_account_sub {
  position: absolute;
  z-index: 999;
  top: 95px;
  right: 0;
  width: 200px;
  margin: 0;
  padding: 20px;
  background-color: #337680;
  text-align: center;
  opacity: 1 !important;
  visibility: hidden;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

@media screen and (max-width: 480px) {
  .event-item .group_item_content .group_item_location {
    font-weight: normal; } }

/*# sourceMappingURL=style.css.map */
