@charset "UTF-8";
/* ---------------------------------------------------------
   1. General reset
   4. Common site styles
   3. Custom form styles
---------------------------------------------------------*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

/**
 * 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/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* ---------------------------------------------------------
   1. General reset
---------------------------------------------------------*/
#nav ul, .aside-list, .list, .breadcrumbs ul, .calendar ul, .upcoming-events-hold .button-list, .upcoming-events-list, .view-list, .footer-bottom ul, .social-networks, .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .container:after, .aside-connect:after, #two-columns:after, #content:after, .gallery-slide:after, .tab-holder .tab-block:after, .event-wrap .three-col:after, .options-holder:after, .filter-options:after, .column-holder:after, .footer-bottom:after, .social-networks:after, .footer-top:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.flex, .flex-top, .flex-middle, .events-slider .txt, .upcoming-events-hold .events-header, .recent-news-holder .news-head, .slick-arrow, .flex-bottom, .flex-justify, .upcoming-events-list, .flex-center, .flex-end, .event-holder.single-column .event.has-img, .upcoming-events-hold .button-list, .slick-track, .slick-slide, .slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .flex-top {
    -ms-flex-align: start;
        align-items: flex-start; }
  .flex-middle, .events-slider .txt, .upcoming-events-hold .events-header, .recent-news-holder .news-head, .slick-arrow {
    -ms-flex-align: center;
        align-items: center; }
  .flex-bottom {
    -ms-flex-align: end;
        align-items: flex-end; }
  .flex-justify, .upcoming-events-hold .events-header, .upcoming-events-list, .recent-news-holder .news-head {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .flex-center, .slick-arrow {
    -ms-flex-pack: center;
        justify-content: center; }
  .flex-end {
    -ms-flex-pack: end;
        justify-content: flex-end; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #333;
  background: #fff;
  font: 18px/1.5 "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none; } }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 32px; }

h2, .h2 {
  font-size: 24px; }

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

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 16px; }

p {
  margin: 0 0 1em; }

a {
  color: #39f; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #333; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.ginput_container_address .address_state .jcf-select {
  width: 50%; }

@media (min-width: 641px) {
  .ginput_container_creditcard .ginput_complex .ginput_cardinfo_left {
    width: 55%; }
  .ginput_container_creditcard .jcf-select-ginput_card_expiration {
    width: 40%;
    margin-right: 15px; } }

/* ---------------------------------------------------------
   2. Сommon site styles
---------------------------------------------------------*/
html,
body {
  height: 100%; }

body {
  min-width: 320px;
  font-weight: 300; }

/* wrapper styles */
#wrapper {
  overflow: hidden;
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed; }

/* main container styles */
.container {
  max-width: 1115px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 600px) {
    .container {
      padding-left: 30px;
      padding-right: 30px; } }

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

/* button styles */
.button {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #656565;
  background: #fff;
  font-size: 20px;
  line-height: 1.1;
  color: #333;
  font-style: italic;
  text-decoration: none;
  padding: 7px 15px;
  transition: all 0.3s;
  text-align: center; }
  .button .fa {
    font-size: 14px;
    margin-left: 6px; }
  .button:hover {
    border-color: #62f6cc;
    background: #62f6cc; }
  .button.button-primary {
    background: #62f6cc;
    border-color: #62f6cc;
    min-width: 181px; }
    .button.button-primary:hover {
      border-color: #363636;
      background: #363636;
      color: #fff; }
  @media (min-width: 600px) {
    .button.button-primary {
      min-width: 1px; } }
  @media (min-width: 700px) {
    .button.button-primary {
      min-width: 181px; } }

img {
  vertical-align: top; }

p {
  margin-bottom: 24px; }

h1 {
  line-height: 1;
  margin-bottom: 3px; }
  @media (min-width: 600px) {
    h1 {
      font-size: 36px;
      margin-bottom: 2px; } }

h2 {
  font-weight: normal;
  margin-bottom: 30px; }
  @media (min-width: 600px) {
    h2 {
      font-size: 28px;
      line-height: 1.2857; } }

h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.667;
  margin-bottom: 14px; }

h4 {
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 6px; }

h5 a,
h6 a {
  text-decoration: none;
  color: #b3b0c1;
  font-weight: 300;
  font-style: italic;
  display: inline-block;
  vertical-align: top;
  transition: color 0.3s; }
  h5 a:hover,
  h6 a:hover {
    color: #62f6cc; }

h5 {
  line-height: 1.444;
  font-weight: 300;
  margin-bottom: 19px; }
  h5 a {
    font-size: 20px; }
  @media (min-width: 600px) {
    h5 {
      margin-bottom: 24px; } }

h6 {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.71428;
  margin: 0 0 24px; }
  h6 a {
    font-size: 16px; }

.bg-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  .bg-img img {
    visibility: hidden; }

.bg-stretch {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1; }
  .bg-stretch img {
    max-width: none; }

.hidden-mob {
  display: none; }
  @media (min-width: 600px) {
    .hidden-mob {
      display: inline; } }

/* overlay styles */
.has-overlay:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  background: rgba(54, 54, 54, 0.42); }

.floor-image {
  padding-top: 62px;
  margin-bottom: 81px;
  background-color: #f7f7f9;
  padding: 45px 42px 42px 53px;
  position: relative; }
  @media (min-width: 1024px) {
    .floor-image {
      margin-left: -134px;
      margin-bottom: 76px; } }
  @media (max-width: 599px) {
    .floor-image {
      margin: 0 -30px 55px;
      padding: 66px 30px 32px 29px; } }
  .floor-image .h2 {
    z-index: 2;
    top: 25px;
    left: 76px;
    color: #000;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    display: block;
    position: absolute; }
    @media (max-width: 1023px) {
      .floor-image .h2 {
        top: 23px;
        left: 71px;
        font-size: 27px; } }
    @media (max-width: 599px) {
      .floor-image .h2 {
        font-size: 20px;
        top: 18px;
        left: 29px; } }

@media (max-width: 1023px) {
  .event-holder.single-column {
    margin-bottom: 8px; } }

.event-holder.single-column .event-image {
  margin-bottom: 37px;
  max-width: 323px; }
  @media (max-width: 599px) {
    .event-holder.single-column .event-image {
      margin-bottom: 30px; } }

.event-holder.single-column .event {
  position: relative; }
  @media (max-width: 599px) {
    .event-holder.single-column .event {
      margin-bottom: 32px; } }
  .event-holder.single-column .event .text {
    padding: 31px 31px 28px 135px; }
    @media (max-width: 499px) {
      .event-holder.single-column .event .text {
        padding: 112px 20px 26px 19px; } }
  .event-holder.single-column .event .event-time {
    left: 31px; }
    @media (max-width: 599px) {
      .event-holder.single-column .event .event-time {
        left: 19px; } }
  .event-holder.single-column .event.has-img .text {
    width: 45%;
    padding: 27px 25px 28px 30px; }
    @media (max-width: 1023px) {
      .event-holder.single-column .event.has-img .text {
        width: 52%; } }
    @media (max-width: 499px) {
      .event-holder.single-column .event.has-img .text {
        width: 100%;
        padding: 25px 15px 28px 20px; } }
  .event-holder.single-column .event time + .more {
    margin-top: 20px; }
  @media (max-width: 599px) {
    .event-holder.single-column .event h5 {
      margin-bottom: 23px; } }
  .event-holder.single-column .event .img {
    width: 55%;
    min-height: 255px;
    background-size: cover;
    background-position: 50% 50%; }
    @media (max-width: 1023px) {
      .event-holder.single-column .event .img {
        width: 48%; } }
    @media (max-width: 499px) {
      .event-holder.single-column .event .img {
        width: 100%;
        min-height: 0;
        background-image: none !important; } }
    .event-holder.single-column .event .img img {
      width: 100%; }
      @media (min-width: 500px) {
        .event-holder.single-column .event .img img {
          display: none; } }

.event-holder.single-column .button-wrap {
  margin-top: -4px;
  margin-bottom: -2px;
  padding: 0; }

.event-holder.single-column .button {
  padding: 8px 27px;
  display: table; }

/* header styles */
#header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  min-width: 320px;
  padding: 14px 0 11px;
  background: #fff;
  height: 47px; }
  @media (min-width: 600px) {
    #header {
      height: 59px; } }
  #header .btn-holder {
    width: 130px;
    text-align: right;
    padding: 0 39px 0 0;
    display: none;
    margin: -2px 0; }
    @media (min-width: 700px) {
      #header .btn-holder {
        float: right;
        display: block; } }
    @media (min-width: 1024px) {
      #header .btn-holder {
        width: 300px;
        padding: 0 36px 0 0; } }
    .nav-active #header .btn-holder {
      display: none !important; }
    #header .btn-holder .button {
      font-style: normal;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      font-weight: normal;
      line-height: 20px;
      padding: 6px 10px;
      min-width: 111px;
      letter-spacing: 1px;
      transition: color .3s, background .3s, border .3s; }

/* logo styles */
.logo-holder {
  float: left; }
  .logo-holder .logo-text {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    display: none;
    float: left;
    background: url(images/logo-text.svg) no-repeat;
    height: 15px;
    margin: 4px 0 0 27px;
    background-size: 335px auto;
    width: 335px; }
    @media (min-width: 768px) {
      .logo-holder .logo-text {
        background-size: 423px auto;
        width: 423px; } }
    .logo-holder .logo-text a {
      display: block;
      height: 100%; }
  @media (min-width: 600px) {
    .logo-holder {
      padding-top: 6px; } }
  @media (min-width: 700px) {
    .logo-holder .logo-text {
      display: block; }
    .logo-holder .logo {
      float: left;
      position: relative; }
      .logo-holder .logo:before {
        content: '';
        position: absolute;
        right: -18px;
        top: -5px;
        bottom: 3px;
        width: 2px;
        background: #363636; } }

/* navigation opener styles */
.nav-opener {
  float: right;
  width: 22px;
  height: 18px;
  position: relative; }
  .nav-opener:hover span, .nav-opener:hover:before, .nav-opener:hover:after {
    background: #62f6cc; }
  .nav-active .nav-opener span {
    opacity: 0; }
  .nav-active .nav-opener:before, .nav-active .nav-opener:after {
    transform: rotate(45deg);
    top: 50%;
    left: 0;
    right: 0;
    height: 3px;
    margin-top: -3px; }
  .nav-active .nav-opener:after {
    transform: rotate(-45deg); }
  .nav-active .nav-opener .btn-holder {
    display: none; }
  .nav-opener span, .nav-opener:before, .nav-opener:after {
    background: #363636;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    margin-top: -2px;
    transition: all .3s linear; }
  .nav-opener:before, .nav-opener:after {
    content: '';
    top: 0;
    margin-top: 0; }
  .nav-opener:after {
    top: auto;
    bottom: 0; }
  @media (min-width: 600px) {
    .nav-opener {
      margin-top: 6px; } }

.nav-active {
  overflow: hidden; }

/* main navigation */
#nav {
  background: #62f6cc;
  position: absolute;
  height: calc(100vh - 47px);
  top: 47px;
  left: 0;
  right: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s; }
  .nav-active #nav {
    overflow-y: auto;
    overflow-x: visible;
    max-height: none; }
  #nav ul {
    text-align: center;
    padding: 56px 0 30px; }
  #nav li {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0 10px 15px;
    text-transform: uppercase; }
  #nav a {
    text-decoration: none;
    color: #423f43;
    transition: color 0.3s; }
    #nav a:hover {
      color: #fff; }
  @media (min-width: 600px) {
    #nav {
      height: calc(100vh - 59px);
      top: 59px; }
      #nav ul {
        padding: 96px 0 20px; }
      #nav li {
        font-size: 60px;
        letter-spacing: 3px;
        padding-bottom: 30px; } }

/* sidebar styles */
#sidebar {
  padding: 25px 0; }
  @media (min-width: 600px) {
    #sidebar {
      padding: 0;
      width: 30.7%;
      float: right; } }
  @media (min-width: 1024px) {
    #sidebar {
      width: 235px; } }

/* sidebar list styles */
.aside-list {
  margin-bottom: 30px; }
  .aside-list.add {
    margin-bottom: 0; }
    .aside-list.add li > a {
      padding: 6px 0; }
  .aside-list li {
    border-bottom: 1px solid #8e8e8e; }
    .aside-list li > a {
      display: block;
      color: #231f20;
      text-decoration: none;
      padding: 8px 0;
      transition: color 0.2s; }
      .aside-list li > a:hover {
        color: #b3b0c1; }
        .aside-list li > a:hover .arrow {
          margin-left: 4px; }
    .aside-list li .arrow {
      font-size: 14px;
      margin: 0 0 5px 7px;
      vertical-align: bottom;
      transition: margin 0.3s; }
  .aside-list .left-icon {
    font-size: 12px;
    width: 16px; }

.aside-title {
  display: block;
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #8e8e8e; }

.figure-desc {
  margin: 0;
  overflow: hidden;
  padding: 12px 0; }
  .figure-desc img,
  .figure-desc figcaption {
    display: inline-block;
    vertical-align: middle; }
  .figure-desc img {
    margin-right: 15px;
    max-width: 103px; }
  .figure-desc figcaption {
    width: 48%; }
    .figure-desc figcaption a {
      color: #231f20;
      text-decoration: none;
      transition: color 0.2s; }
      .figure-desc figcaption a .fa {
        transition: margin 0.3s;
        font-size: 14px;
        margin-left: 7px; }
      .figure-desc figcaption a:hover {
        color: #b3b0c1; }
        .figure-desc figcaption a:hover .fa {
          margin-left: 4px; }
  @media (min-width: 600px) {
    .figure-desc img {
      margin-right: 5px;
      width: 47%; }
    .figure-desc figcaption {
      width: 47%; } }
  @media (min-width: 1024px) {
    .figure-desc figcaption {
      width: 43%;
      padding-top: 10px; }
    .figure-desc img {
      margin-right: 25px; } }

.logo-figure {
  text-align: center;
  margin: 0;
  text-align: left;
  padding: 9px 0 27px; }

.aside-button {
  margin-bottom: 42px; }

/* sidebar connect styles */
.aside-connect {
  margin-bottom: 10px; }
  .aside-connect .heading {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px; }
  .aside-connect .social-networks {
    float: none; }
    .aside-connect .social-networks li {
      margin-bottom: 10px; }
    .aside-connect .social-networks a {
      color: #fff; }
      .aside-connect .social-networks a:hover {
        background: #62f6cc;
        color: #363636; }

@media (max-width: 699px) {
  #sidebar.hide-mobile {
    display: none !important; } }

/* two columns */
#two-columns {
  padding: 36px 0 72px; }
  @media (min-width: 600px) {
    #two-columns {
      padding: 66px 0 93px; } }
  @media (min-width: 1024px) {
    #two-columns {
      padding-bottom: 62px; } }

/* content style */
#content {
  float: left;
  width: 65%;
  margin-bottom: 42px; }
  @media (max-width: 699px) {
    #content {
      width: 100%;
      margin-bottom: 51px; } }
  @media (min-width: 1024px) {
    #content {
      width: 70.9%;
      margin-bottom: 60px; } }

@media (min-width: 1024px) {
  .content-holder {
    padding-left: 134px; }
    .content-holder .pull-quote {
      margin-left: -134px; } }

.content-holder.event-section {
  width: 100%;
  float: left; }
  @media (min-width: 800px) {
    .content-holder.event-section {
      width: 65%; } }
  @media (min-width: 1024px) {
    .content-holder.event-section {
      width: 70.9%; } }

/* pull quote style */
.pull-quote {
  margin: 0;
  quotes: none;
  background: #f0eff3;
  font-size: 24px;
  line-height: 1.5;
  font-style: italic;
  padding: 13px 22px 17px;
  margin-bottom: 26px; }
  .pull-quote q {
    display: block; }
  @media (min-width: 600px) {
    .pull-quote {
      font-size: 28px;
      line-height: 1.2857;
      padding: 23px 20px 28px;
      margin-bottom: 34px; } }
  @media (min-width: 1024px) {
    .pull-quote {
      padding: 33px 55px 27px;
      margin-bottom: 29px; } }

/* global list */
.list {
  margin-bottom: 8px; }
  .list.inline-list li {
    display: inline-block;
    vertical-align: top; }
  .list li {
    padding: 0 0 9px 14px;
    position: relative; }
    .list li:before {
      width: 4px;
      height: 4px;
      content: '';
      position: absolute;
      left: 0;
      top: 11px;
      border-radius: 4px;
      background: #333; }
  @media (min-width: 600px) {
    .list {
      margin-bottom: 25px; } }

/* description text style */
.description-text {
  text-align: center; }
  .description-text figure {
    margin: 0 0 9px;
    display: inline-block;
    vertical-align: top;
    max-width: 100%; }
  .description-text figcaption {
    display: block;
    text-align: right;
    font-size: 14px;
    line-height: 1.3;
    padding-top: 8px; }
  .description-text .text {
    text-align: left; }
  .description-text h5 {
    margin-bottom: 34px; }
  .description-text h6 {
    padding-right: 21%; }
  @media (min-width: 600px) {
    .description-text figure {
      float: right;
      max-width: 49%;
      margin: 51px 0 0 10px; } }
  @media (min-width: 1024px) {
    .description-text figure {
      max-width: 45%;
      margin: -16px 0 0 13%; } }

/* popup holder style */
.popup-holder {
  height: 0;
  overflow: hidden;
  position: relative; }

.fancybox-inner .event {
  max-width: 330px;
  margin: 0 auto; }

/* banner styles */
.banner {
  position: relative;
  color: #fff;
  text-align: center;
  height: 297px;
  padding: calc(47px + 20px) 0 20px; }
  .banner .container {
    height: 100%; }
  .banner .center {
    height: 100%;
    white-space: nowrap;
    max-width: 600px;
    margin: 0 auto; }
    .banner .center:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin-left: -0.25em;
      height: 100%; }
  .banner h1 {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    max-width: 100%;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 42px;
    margin: 0;
    letter-spacing: 2px; }
  @media (min-width: 600px) {
    .banner {
      height: 347px;
      padding: calc(59px + 20px) 0 20px; }
      .banner h1 {
        font-size: 43px; } }

/* breadcrumb style */
.breadcrumbs {
  font-size: 15px;
  line-height: 1.7333;
  padding: 14px 0; }
  .breadcrumbs li {
    display: inline;
    position: relative;
    padding-right: 12px; }
    .breadcrumbs li:after {
      content: '\f105';
      font-family: 'FontAwesome';
      font-size: 14px;
      position: absolute;
      top: -2px;
      right: 1px;
      color: #bdbbc9; }
    .breadcrumbs li:last-child:after {
      display: none; }
  .breadcrumbs span {
    color: #999; }
  .breadcrumbs a {
    text-decoration: none;
    color: #363636;
    transition: color 0.3s; }
    .breadcrumbs a:hover {
      color: #62f6cc; }
  @media (min-width: 600px) {
    .breadcrumbs {
      padding: 19px 0; } }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  text-shadow: none; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  width: 19px;
  height: 19px;
  position: absolute;
  top: -12px;
  right: 13px;
  cursor: pointer;
  z-index: 8040;
  background: url(../images/close.png) no-repeat; }
  .fancybox-close:hover {
    opacity: 0.7; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 20%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-prev span,
.fancybox-next span {
  width: 47px;
  height: 47px;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  cursor: pointer;
  z-index: 8040;
  background: #fff url(../images/arrow-left.png) no-repeat 9px 11px;
  border-radius: 47px;
  left: -23px; }

.fancybox-next span {
  left: auto;
  right: -23px;
  background-image: url(../images/arrow-right.png);
  background-position: 12px 16px; }

.fancybox-prev:hover span {
  visibility: visible;
  background-color: #62f6cc;
  background-image: url(../images/arrow-left-white.png); }

.fancybox-next:hover span {
  visibility: visible;
  background-color: #62f6cc;
  background-image: url(../images/arrow-right-white.png); }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/* ---------------------------------------------------------
   3. Сustom form styles
---------------------------------------------------------*/
/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #999;
  width: 100%;
  height: 35px; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 14px;
  line-height: 35px;
  margin: 0 35px 0 8px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 24px;
  bottom: 0;
  right: 0;
  top: 0;
  font-size: 16px;
  line-height: 1;
  color: #b3b0c1; }
  .jcf-select .jcf-select-opener:before {
    content: '\f107';
    font-family: 'FontAwesome' !important;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #62f6cc; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 22px;
  font-size: 15px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  height: 1%; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%; }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */ }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em; }

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/* button sets */
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer; }

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url("images/jquery-ui/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222222; }

.ui-widget-content a {
  color: #222222; }

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url("images/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold; }

.ui-widget-header a {
  color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("images/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url("images/jquery-ui/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url("images/jquery-ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("images/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("images/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/jquery-ui/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/jquery-ui/ui-icons_444444_256x240.png"); }

.ui-state-default .ui-icon {
  background-image: url("images/jquery-ui/ui-icons_888888_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/jquery-ui/ui-icons_444444_256x240.png"); }

.ui-state-active .ui-icon {
  background-image: url("images/jquery-ui/ui-icons_444444_256x240.png"); }

.ui-state-highlight .ui-icon {
  background-image: url("images/jquery-ui/ui-icons_2e83ff_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/jquery-ui/ui-icons_cd0a0a_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url("images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  border-radius: 8px; }

.ui-datepicker {
  font-size: 12px;
  line-height: 16px; }

/* gallery slider style */
.gallery-slide {
  position: relative;
  margin-bottom: 99px; }
  .gallery-slide .mask {
    overflow: hidden;
    margin: 0 -7px;
    position: relative; }
  .gallery-slide .slideset {
    width: 100% !important;
    white-space: nowrap;
    letter-spacing: -4px;
    font-size: 0; }
  .gallery-slide .slide {
    display: inline-block;
    vertical-align: top;
    padding: 0 7px;
    width: 50%;
    letter-spacing: 0;
    font-size: 15px; }
  .gallery-slide .controls {
    font-size: 15px;
    margin: 20px 0 0;
    padding: 7px 0 0;
    border-top: 1px solid #8e8e8e;
    text-align: center; }
  .gallery-slide .btn-prev,
  .gallery-slide .btn-next {
    float: left;
    color: #363636;
    text-decoration: none;
    position: relative;
    padding-left: 33px;
    text-transform: lowercase;
    transition: color 0.3s; }
    .gallery-slide .btn-prev:before,
    .gallery-slide .btn-next:before {
      content: '';
      width: 26px;
      height: 22px;
      position: absolute;
      left: 0;
      top: -5px;
      transform: rotate(15deg);
      background: url(../images/arrow-left.png) no-repeat; }
    .gallery-slide .btn-prev:hover:before,
    .gallery-slide .btn-next:hover:before {
      background-image: url(../images/arrow-left-hover.png); }
  .gallery-slide .btn-next {
    float: right;
    padding-left: 0;
    padding-right: 33px; }
    .gallery-slide .btn-next:before {
      background-image: url(../images/arrow-right.png);
      left: auto;
      right: 0;
      top: 3px;
      transform: rotate(-3deg); }
    .gallery-slide .btn-next:hover:before {
      background-image: url(../images/arrow-right-hover.png); }
  .gallery-slide .btn-next {
    float: right; }
  .gallery-slide .counter {
    color: #989898;
    padding: 0 100px; }
    .gallery-slide .counter .slide-num {
      color: #363636; }
  @media (min-width: 600px) {
    .gallery-slide .mask {
      margin: 0 -15px; }
    .gallery-slide .slide {
      width: 33.333%;
      padding: 0 15px; }
    .gallery-slide .controls {
      margin-top: 26px; } }
  @media (min-width: 1024px) {
    .gallery-slide {
      margin-bottom: 79px; }
      .gallery-slide .mask {
        margin: 0 -11px; }
      .gallery-slide .slide {
        padding: 0 11px; } }

/* tabs style */
.tab-holder {
  position: relative; }
  .tab-holder .column {
    position: relative;
    height: 170px; }
    .tab-holder .column > a {
      display: block;
      height: 100%;
      text-align: center;
      white-space: nowrap;
      position: relative; }
      .tab-holder .column > a:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        margin-left: -0.25em; }
      .tab-holder .column > a:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: hidden;
        background: rgba(37, 37, 37, 0.4);
        z-index: 2;
        transition: background 0.3s; }
      .tab-holder .column > a:hover:after {
        background: #62f6cc; }
      .tab-holder .column > a:hover .txt {
        color: #363636; }
    .tab-holder .column:nth-child(2n) > a:after {
      background: rgba(37, 37, 37, 0.7); }
    .tab-holder .column:nth-child(2n) > a:hover:after {
      background: #b3b0c1; }
    .tab-holder .column:nth-child(2n) > a:hover .txt {
      color: #62f6cc; }
    .tab-holder .column:hover .tab-content {
      z-index: 1; }
    .tab-holder .column .center {
      display: inline-block;
      vertical-align: middle;
      white-space: normal;
      position: relative;
      z-index: 4;
      padding: 10px 0;
      max-width: 90%;
      margin: 0 auto; }
    .tab-holder .column .bg-stretch img {
      filter: grayscale(100%); }
  .tab-holder .txt {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    transition: color 0.3s; }
  @media (min-width: 480px) {
    .tab-holder .column {
      float: left;
      width: 50%;
      position: static; }
      .tab-holder .column:last-child {
        width: 100%; } }
  @media (min-width: 700px) {
    .tab-holder .tab-content {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      overflow: hidden; }
      .tab-holder .tab-content.active {
        z-index: 1; }
    .tab-holder .column .bg-stretch img {
      filter: grayscale(0); }
    .tab-holder .column,
    .tab-holder .column:last-child {
      width: 33.333%;
      height: 256px;
      position: static; }
      .tab-holder .column .bg-stretch,
      .tab-holder .column:last-child .bg-stretch {
        z-index: -2;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%; }
        .tab-holder .column .bg-stretch img,
        .tab-holder .column:last-child .bg-stretch img {
          display: none; }
      .tab-holder .column:hover .column .bg-stretch,
      .tab-holder .column:hover .column:last-child .bg-stretch,
      .tab-holder .column:last-child:hover .column .bg-stretch,
      .tab-holder .column:last-child:hover .column:last-child .bg-stretch {
        z-index: 1; }
    .tab-holder .js-tab-hidden {
      display: none !important; } }
  @media (min-width: 1024px) {
    .tab-holder .txt {
      font-size: 36px;
      line-height: 1; } }

/* calendar styles */
.calendar {
  width: 100%;
  table-layout: fixed;
  font-size: 14px;
  line-height: 18px; }
  .calendar th {
    background: #62f6cc;
    border: 1px solid #fff;
    font-weight: normal;
    text-transform: uppercase;
    padding: 8px 10px; }
  .calendar td {
    background: #f0eff3;
    border: 1px solid #fff;
    vertical-align: top;
    text-align: right;
    height: 158px;
    font-weight: normal;
    padding: 7px 12px; }
    .calendar td > a {
      text-decoration: none;
      color: #363636;
      transition: color 0.3s;
      display: block;
      height: 100%; }
      .calendar td > a:hover {
        color: #62f6cc; }
  .calendar .day {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 0; }
  .calendar ul {
    text-align: left;
    font-size: 12px;
    letter-spacing: 0.05em; }
    .calendar ul li {
      margin-bottom: 11px; }
    .calendar ul a {
      color: #333;
      text-decoration: none;
      transition: color 0.3s; }
      .calendar ul a:hover {
        color: #62f6cc; }
    .calendar ul .slide-hide {
      display: none; }
    .calendar ul .opener {
      color: #b3b0c1;
      font-style: italic; }
    .calendar ul .hide-open {
      display: none; }
  .calendar .active {
    background: #62f6cc; }
    .calendar .active .day {
      font-weight: 700; }
    .calendar .active .slide-hide {
      display: block; }
    .calendar .active .hide-open {
      display: inline; }
    .calendar .active .normal-hide {
      display: none; }
    .calendar .active ul a:hover {
      color: #fff; }
    .calendar .active .opener {
      color: #9491a3; }
      .calendar .active .opener .fa:before {
        content: '\f106'; }
  @media (max-width: 1023px) {
    .calendar th {
      padding: 2px 10px; }
    .calendar .day {
      margin-bottom: -5px; }
    .calendar td {
      height: 107px;
      padding: 3px 9px; }
    .calendar ul {
      margin-left: -2px;
      letter-spacing: -0.025em; }
      .calendar ul li {
        margin-bottom: 1px; } }
  .calendar .mob-only {
    display: none; }
  @media (max-width: 700px) {
    .calendar th,
    .calendar td {
      display: none; }
    .calendar .events {
      display: block;
      background: transparent;
      padding: 15px 0 0;
      border: none;
      margin-bottom: 20px;
      border-top: 1px solid #b3b0c1;
      height: auto; }
      .calendar .events.first {
        border: none;
        padding-top: 0; }
    .calendar .mob-only {
      display: inline; }
    .calendar .day {
      text-align: left;
      font-weight: 600;
      margin-bottom: 6px; }
    .calendar ul {
      font-size: 15px;
      line-height: 1.1; }
      .calendar ul li {
        margin-bottom: 10px; }
      .calendar ul a {
        color: #989898; }
      .calendar ul .slide-hide {
        display: block; }
      .calendar ul .fa {
        display: none; }
    .calendar .opener {
      display: none; } }

/* homepage banner style */
.banner .clara-text {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(images/clara-text.png) no-repeat;
  background-size: 283px auto;
  width: 283px;
  height: 165px;
  margin: 0 auto; }

@media (min-width: 600px) {
  .banner .clara-text {
    background-size: 506px auto;
    width: 506px;
    height: 335px; } }

/* seperate homepage style */
.home-page #header {
  background: transparent;
  height: 75px;
  padding: 24px 0 11px;
  transition: padding 0.3s, height 0.3s; }
  .home-page #header.fixed-position {
    padding: 14px 0 11px;
    height: 47px;
    background: #fff; }
    .home-page #header.fixed-position .logo-holder .logo-text {
      display: none; }
    .home-page #header.fixed-position .logo-holder .logo {
      display: block; }
    .home-page #header.fixed-position .nav-opener span, .home-page #header.fixed-position .nav-opener:before, .home-page #header.fixed-position .nav-opener:after {
      background: #363636; }
    .home-page #header.fixed-position .btn-holder {
      margin: -5px 0; }
      @media (max-width: 991px) {
        .home-page #header.fixed-position .btn-holder {
          width: 130px; } }
      @media (min-width: 700px) {
        .home-page #header.fixed-position .btn-holder {
          margin: -2px 0; } }
      .home-page #header.fixed-position .btn-holder .button {
        color: #333;
        border-color: #656565; }
        .home-page #header.fixed-position .btn-holder .button:hover {
          border-color: #62f6cc;
          background: #62f6cc;
          color: #363636; }
  @media (max-width: 1023px) {
    .home-page #header .btn-holder {
      width: 200px; } }
  .home-page #header .btn-holder .button {
    color: #fff; }
    .home-page #header .btn-holder .button:hover {
      border-color: #62f6cc;
      background: #62f6cc;
      color: #363636; }

.home-page .logo-holder .logo-text {
  display: block;
  background-image: url(images/clara-logotext.png);
  background-size: 203px auto;
  width: 203px;
  margin: 0;
  height: 40px; }

.home-page .logo-holder .logo {
  display: none; }

.home-page .nav-opener span, .home-page .nav-opener:after, .home-page .nav-opener:before {
  background: #fff; }

.home-page .nav-opener:hover span, .home-page .nav-opener:hover:after, .home-page .nav-opener:hover:before {
  background: #62f6cc; }

.home-page .banner {
  height: 436px;
  padding: 80px 0; }

.home-page.nav-active #header {
  background: #fff;
  padding: 25px 0 11px;
  height: 58px; }
  .home-page.nav-active #header .button {
    color: #333;
    border-color: #656565; }
  .home-page.nav-active #header.fixed-position {
    padding-top: 14px;
    height: 47px; }
    .home-page.nav-active #header.fixed-position #nav {
      top: 47px; }

.home-page.nav-active #nav {
  top: 58px; }

.home-page.nav-active .nav-opener:before, .home-page.nav-active .nav-opener:after {
  background: #363636; }

.home-page.nav-active .logo-holder .logo {
  display: block; }

.home-page.nav-active .logo-holder .logo-text {
  display: none; }

@media (min-width: 600px) {
  .home-page.nav-active #header {
    padding-top: 17px; } }

@media (min-width: 700px) {
  .home-page .banner {
    height: 788px; }
  .home-page #header {
    padding-top: 30px; }
    .home-page #header.fixed-position {
      height: 59px; }
      .home-page #header.fixed-position .logo-holder .logo-text {
        background-image: url(images/logo-text.svg);
        display: inline-block;
        margin: 4px 0 0 27px; }
  .home-page.nav-active #header {
    padding-top: 14px; }
    .home-page.nav-active #header.fixed-position {
      height: 59px; }
      .home-page.nav-active #header.fixed-position #nav {
        top: 59px; }
  .home-page.nav-active .logo-holder .logo-text {
    background-image: url(images/logo-text.svg);
    display: inline-block;
    margin: 4px 0 0 27px; }
  .home-page .logo-holder .logo-text {
    background-image: url(images/logo-text-white.svg);
    background-size: 335px auto;
    width: 335px;
    height: 17px;
    margin-left: -7px; } }
  @media (min-width: 700px) and (min-width: 768px) {
    .home-page .logo-holder .logo-text {
      background-size: 423px auto;
      width: 423px; } }

/* text block style */
.text-section {
  position: relative;
  padding: 59px 0;
  font-size: 24px;
  line-height: 1.5; }
  .text-section.has-bg {
    color: #fff; }
    .text-section.has-bg .bg-img:before, .text-section.has-bg .bg-img:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      overflow: hidden;
      background: rgba(179, 176, 193, 0.2); }
    .text-section.has-bg .bg-img:after {
      background: rgba(19, 19, 19, 0.2);
      z-index: 1; }
    .text-section.has-bg .button {
      border-color: #fff;
      color: #fff;
      background: transparent; }
      .text-section.has-bg .button:hover {
        border-color: #62f6cc;
        background: #62f6cc;
        color: #363636; }
  .text-section h2 {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    text-align: center;
    margin: 0 auto 17px; }
  .text-section .meet-clara {
    background: url(images/meet-clara.png) no-repeat;
    background-size: 235px auto;
    width: 235px;
    height: 56px; }
  .text-section .rent-space {
    background: url(images/rent-space.png) no-repeat;
    background-size: 275px auto;
    width: 275px;
    height: 51px; }
  .text-section .education {
    background: url(images/education.png) no-repeat;
    background-size: 242px auto;
    height: 71px;
    width: 242px; }
  .text-section .article {
    letter-spacing: -0.01em; }
  .text-section .btn-wrap {
    text-align: center; }
  .text-section .button {
    padding: 8px 23px; }
    .text-section .button .fa {
      vertical-align: middle; }
  .text-section p {
    margin-bottom: 55px; }
    .text-section p strong {
      font-weight: 400; }
  .text-section .article {
    max-width: 553px;
    margin: 0 auto; }
  @media (min-width: 600px) {
    .text-section {
      padding: 236px 0 165px;
      font-size: 28px;
      line-height: 1.28571; }
      .text-section h2 {
        margin-bottom: 27px; }
      .text-section p {
        margin-bottom: 59px; }
      .text-section .meet-clara {
        background-size: 295px auto;
        height: 71px;
        width: 295px; }
      .text-section .rent-space {
        background-size: 346px auto;
        width: 346px;
        height: 64px; }
      .text-section .education {
        background-size: 281px auto;
        width: 281px;
        height: 83px; } }

/* event wrapper */
.event-wrap {
  padding: 77px 0 55px;
  position: relative; }
  .event-wrap .container {
    max-width: 910px; }
  .event-wrap h2 {
    text-align: center; }
  .event-wrap header {
    margin-bottom: 9px; }
  .event-wrap .wrap {
    border-top: 2px solid #dedede;
    text-align: right;
    font-size: 16px;
    font-style: italic; }
    .event-wrap .wrap a {
      text-decoration: none;
      color: #999eaa;
      transition: color 0.3s; }
      .event-wrap .wrap a:hover {
        color: #62f6cc; }
  .event-wrap .upcoming-event {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    background: url(images/event-heading.png) no-repeat;
    background-size: 281px auto;
    width: 281px;
    height: 65px;
    margin: 0 auto 5px; }
  .event-wrap .effect {
    position: absolute;
    top: 62px;
    right: -160px;
    background: url(images/effect.png) no-repeat;
    background-size: 350px auto;
    height: 500px;
    width: 350px;
    z-index: -1; }
  .event-wrap h3 {
    margin-bottom: 12px; }
    .event-wrap h3 a {
      text-decoration: none;
      color: #333;
      transition: color 0.3s; }
      .event-wrap h3 a:hover {
        color: #62f6cc; }
  .event-wrap .column {
    line-height: 26px;
    border-top: 2px solid #dedede;
    padding: 30px 0 21px; }
    .event-wrap .column:first-child {
      border-top: none;
      padding-top: 0; }
  .event-wrap p {
    margin-bottom: 20px; }
  .event-wrap .more {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 47px;
    height: 47px;
    border-radius: 47px;
    border: 3px solid #b3b0c1;
    display: block;
    margin: 0 auto;
    position: relative; }
    .event-wrap .more:before {
      content: '';
      width: 26px;
      height: 22px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -8px 0 0 -10px;
      background: url(images/arrow-right.png) no-repeat; }
    .event-wrap .more:hover {
      background: #62f6cc;
      border-color: #62f6cc; }
      .event-wrap .more:hover:before {
        background-image: url(images/arrow-right-white.png); }
  @media (min-width: 600px) {
    .event-wrap {
      padding: 221px 0 124px; }
      .event-wrap header {
        margin-bottom: 28px; }
      .event-wrap .effect {
        top: 200px;
        background-size: auto;
        width: 538px;
        height: 404px;
        right: -210px; }
      .event-wrap .upcoming-event {
        background-size: 457px auto;
        width: 457px;
        height: 105px;
        margin-bottom: -17px;
        position: relative;
        z-index: 2; }
      .event-wrap p {
        margin-bottom: 30px; }
      .event-wrap .column {
        float: left;
        width: 33.333%;
        padding: 0 6px 0 10px;
        border: none; }
        .event-wrap .column:first-child {
          padding-left: 0; } }
  @media (min-width: 1024px) {
    .event-wrap {
      padding-bottom: 161px; }
      .event-wrap p {
        margin-bottom: 23px; } }

/* new updated code */
.featured-events-holder {
  padding-top: 100px; }
  @media (max-width: 1023px) {
    .featured-events-holder {
      padding-top: 80px; } }
  @media (max-width: 599px) {
    .featured-events-holder {
      padding-top: 51px; } }
  .featured-events-holder a {
    transition: all 0.3s; }

.events-slider {
  margin-bottom: 100px; }
  @media (max-width: 1023px) {
    .events-slider {
      margin-bottom: 80px; } }
  @media (max-width: 599px) {
    .events-slider {
      margin-bottom: 50px; } }
  @media (max-width: 599px) {
    .events-slider .slick-slide {
      position: relative; } }
  .events-slider + .options-holder {
    padding-top: 0;
    margin-top: -40px; }
    @media (max-width: 1023px) {
      .events-slider + .options-holder {
        margin-top: -29px; } }
    @media (max-width: 599px) {
      .events-slider + .options-holder {
        margin-top: 0;
        padding-top: 2px; } }
  .events-slider .img {
    width: 62%;
    min-height: 448px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
    @media (max-width: 1023px) {
      .events-slider .img {
        min-height: 385px;
        width: 50%; } }
    @media (max-width: 599px) {
      .events-slider .img {
        min-height: 0;
        width: 100%;
        overflow: hidden;
        background-image: none !important; } }
    .events-slider .img img {
      max-width: none;
      position: relative;
      margin: 0 -48px;
      width: calc(100% + 106px); }
      @media (min-width: 600px) {
        .events-slider .img img {
          display: none; } }
  .events-slider h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 16px;
    letter-spacing: 0; }
    .events-slider h1 a {
      color: inherit;
      text-decoration: none; }
      .events-slider h1 a:hover {
        color: #61f6cc; }
  .events-slider .txt {
    position: relative;
    width: 38%;
    padding: 40px 60px;
    background-color: #f7f7f9;
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 1.2;
    font-weight: 400; }
    @media (max-width: 1023px) {
      .events-slider .txt {
        width: 50%;
        padding: 39px 40px; } }
    @media (max-width: 599px) {
      .events-slider .txt {
        width: 100%;
        position: static;
        padding: 27px 20px 77px 20px; } }
    .events-slider .txt .frame {
      margin-bottom: 64px; }
      @media (max-width: 1023px) {
        .events-slider .txt .frame {
          margin-bottom: -2px; } }
  .events-slider time {
    margin-bottom: 11px;
    display: block; }
  .events-slider .label {
    position: absolute;
    top: 0;
    left: 60px;
    display: block;
    padding: 6px 20px 5px;
    background-color: #62f6cc;
    color: #363636;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.066em; }
    @media (max-width: 1023px) {
      .events-slider .label {
        left: 39px; } }
    @media (max-width: 599px) {
      .events-slider .label {
        left: 20px;
        letter-spacing: 0.042em; } }
  .events-slider .studio-link {
    color: #333;
    text-decoration: none; }
    .events-slider .studio-link:hover {
      color: #61f6cc; }

.upcoming-events-hold {
  margin-bottom: 128px;
  position: relative; }
  @media (max-width: 1023px) {
    .upcoming-events-hold {
      margin-bottom: 72px; } }
  @media (max-width: 599px) {
    .upcoming-events-hold {
      margin-bottom: 61px; } }
  .upcoming-events-hold .bg-image {
    position: absolute;
    top: -82px;
    right: -1px;
    z-index: -1; }
    @media (max-width: 1023px) {
      .upcoming-events-hold .bg-image {
        width: 379px;
        top: -43px; } }
    @media (max-width: 599px) {
      .upcoming-events-hold .bg-image {
        top: -21px;
        max-width: 97%; } }
  .upcoming-events-hold .events-header {
    border-top: 2px solid #dcdcdc;
    padding-top: 15px;
    margin-bottom: 38px; }
    @media (max-width: 1023px) {
      .upcoming-events-hold .events-header {
        padding-top: 20px;
        margin-bottom: 49px; } }
    @media (max-width: 599px) {
      .upcoming-events-hold .events-header {
        padding-top: 18px;
        margin-bottom: 24px; } }
    @media (max-width: 699px) {
      .upcoming-events-hold .events-header .button-list {
        display: none; } }
  .upcoming-events-hold .img {
    max-width: 38%; }
    @media (max-width: 599px) {
      .upcoming-events-hold .img {
        max-width: 79%; } }
  .upcoming-events-hold .button-list {
    margin-left: -20px;
    max-width: 62%; }
    @media (max-width: 767px) {
      .upcoming-events-hold .button-list {
        margin-left: 0; } }
    @media (max-width: 599px) {
      .upcoming-events-hold .button-list {
        max-width: none;
        margin-left: -19px; } }
    .upcoming-events-hold .button-list li {
      margin-left: 30px;
      margin-bottom: 21px; }
      @media (max-width: 1023px) {
        .upcoming-events-hold .button-list li {
          margin-bottom: 16px; } }
      @media (max-width: 767px) {
        .upcoming-events-hold .button-list li {
          margin-left: 10px; } }
      @media (max-width: 599px) {
        .upcoming-events-hold .button-list li {
          margin-left: 18px;
          margin-bottom: 19px; } }
    .upcoming-events-hold .button-list .button {
      padding: 8px 27px; }
      @media (max-width: 1023px) {
        .upcoming-events-hold .button-list .button {
          padding: 8px 26px; } }
      @media (max-width: 767px) {
        .upcoming-events-hold .button-list .button {
          padding: 8px 11px; } }
      @media (max-width: 599px) {
        .upcoming-events-hold .button-list .button {
          padding: 8px 28px; } }

.upcoming-events-list {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  margin: 0 -15px; }
  @media (max-width: 1023px) {
    .upcoming-events-list {
      line-height: 1.6481; } }
  @media (max-width: 767px) {
    .upcoming-events-list {
      margin: 0 -10px; } }
  @media (min-width: 700px) {
    .upcoming-events-list + .button-list {
      display: none; } }
  .upcoming-events-list time {
    color: #999eaa;
    margin: 0 -5px 4px;
    display: block;
    letter-spacing: 0.0222em; }
    @media (max-width: 1023px) {
      .upcoming-events-list time {
        line-height: 1.4375;
        margin-bottom: 1px; } }
    @media (max-width: 599px) {
      .upcoming-events-list time {
        max-width: none; } }
    .upcoming-events-list time > span {
      margin: 0 5px; }
      @media (max-width: 1023px) {
        .upcoming-events-list time > span:last-child {
          display: block; } }
      @media (max-width: 399px) {
        .upcoming-events-list time > span:last-child {
          display: inline; } }
    .upcoming-events-list time .sep {
      font-style: normal; }
      @media (max-width: 1023px) {
        .upcoming-events-list time .sep {
          display: none; } }
      @media (max-width: 399px) {
        .upcoming-events-list time .sep {
          display: inline; } }
  .upcoming-events-list p {
    margin-bottom: 10px; }
  .upcoming-events-list li {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 21px; }
    @media (max-width: 1023px) {
      .upcoming-events-list li {
        max-width: 30%;
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .upcoming-events-list li {
        max-width: none;
        padding: 0 10px; } }
    @media (max-width: 599px) {
      .upcoming-events-list li {
        width: 50%; } }
    @media (max-width: 399px) {
      .upcoming-events-list li {
        width: 100%;
        padding: 0 15px; } }
  .upcoming-events-list .h3 {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3185;
    margin-bottom: 4px; }
    @media (max-width: 1023px) {
      .upcoming-events-list .h3 {
        margin-bottom: 0; } }
    .upcoming-events-list .h3 a {
      color: inherit;
      text-decoration: none; }
      .upcoming-events-list .h3 a:hover {
        color: #61f6cc; }

.recent-news-holder {
  padding-top: 104px;
  margin: 0 -15px 140px; }
  @media (max-width: 1023px) {
    .recent-news-holder {
      padding-top: 69px;
      margin: 0 15px 101px; } }
  @media (max-width: 599px) {
    .recent-news-holder {
      padding-top: 56px;
      margin-bottom: 80px; } }
  .recent-news-holder .news-head {
    margin: 0 15px 19px; }
    @media (max-width: 599px) {
      .recent-news-holder .news-head {
        margin: 0 0 19px; } }
    @media (max-width: 399px) {
      .recent-news-holder .news-head {
        text-align: center;
        display: block;
        margin: 0 15px 26px; } }
    @media (max-width: 1023px) {
      .recent-news-holder .news-head > img {
        width: 226px; } }
    @media (max-width: 399px) {
      .recent-news-holder .news-head > img {
        max-width: 89%;
        display: block;
        margin: 0 auto; } }
  .recent-news-holder .view-all {
    transition: all 0.3s;
    color: #b3b0c1;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.0907em;
    text-decoration: none; }
    @media (max-width: 1023px) {
      .recent-news-holder .view-all {
        margin-top: 22px; } }
    @media (max-width: 399px) {
      .recent-news-holder .view-all {
        display: table;
        margin: 12px auto 0; } }
    .recent-news-holder .view-all:hover {
      color: #61f6cc; }

.recent-news-slider a {
  transition: all 0.3s; }

.recent-news-slider .label {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 29px;
  display: block;
  padding: 6px 10px 5px;
  background-color: #62f6cc;
  color: #363636;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.066em; }
  @media (max-width: 599px) {
    .recent-news-slider .label {
      left: 20px;
      letter-spacing: 0.042em; } }

.recent-news-slider h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 11px; }
  @media (max-width: 767px) {
    .recent-news-slider h2 {
      font-size: 25px; } }
  @media (max-width: 599px) {
    .recent-news-slider h2 {
      font-size: 26px;
      line-height: 1.1538; } }
  .recent-news-slider h2 a {
    color: inherit;
    text-decoration: none; }
    .recent-news-slider h2 a:hover {
      color: #62f6cc; }

.recent-news-slider .slide {
  padding: 0 15px; }
  @media (max-width: 599px) {
    .recent-news-slider .slide {
      padding: 0 5px; } }

.recent-news-slider .news {
  position: relative;
  background: #f8f7f9;
  width: 100%; }

.recent-news-slider .txt {
  padding: 64px 41px 18px 27px;
  line-height: 1.4444; }
  @media (max-width: 1023px) {
    .recent-news-slider .txt {
      padding: 64px 24px 18px 29px; } }
  @media (max-width: 767px) {
    .recent-news-slider .txt {
      padding: 64px 14px 18px 19px; } }
  @media (max-width: 599px) {
    .recent-news-slider .txt {
      padding: 50px 15px 21px 20px; } }
  .recent-news-slider .txt p {
    margin-bottom: 12px; }

.recent-news-slider .img {
  height: 203px;
  position: relative;
  background-size: cover;
  background-position: 50% 50%; }
  .recent-news-slider .img a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2; }
  .recent-news-slider .img:after {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #363636;
    opacity: 0.15; }
  .recent-news-slider .img + .txt {
    padding-top: 20px; }
    @media (max-width: 599px) {
      .recent-news-slider .img + .txt {
        padding-top: 18px; } }
    .recent-news-slider .img + .txt h2 {
      margin-bottom: 14px; }

.recent-news-slider .more {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  font-style: italic;
  letter-spacing: 0.075em; }
  .recent-news-slider .more .fa {
    margin-left: 1px;
    font-size: 14px; }
  .recent-news-slider .more:hover {
    color: #61f6cc; }

/* about page style */
.about-page #two-columns {
  padding-top: 26px;
  padding-bottom: 31px; }

.about-page #main {
  position: relative;
  overflow: hidden; }
  .about-page #main > .bg-img {
    bottom: 0;
    top: -370px;
    background-size: auto; }

.about-page .list {
  margin-bottom: 21px; }
  .about-page .list li {
    padding-bottom: 0; }

@media (min-width: 600px) {
  .about-page .banner {
    height: 340px; }
  .about-page #two-columns {
    padding-top: 0;
    padding-bottom: 46px; }
  .about-page #content {
    padding-top: 44px; } }

@media (min-width: 1024px) {
  .about-page .banner {
    height: 610px; } }

@media (min-width: 1024px) {
  .about-page .list {
    padding-right: 21%; }
  .about-page #two-columns {
    padding-bottom: 48px; } }

/* event heading style */
.event-heading {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(images/event-heading.png) no-repeat;
  background-size: 281px auto;
  width: 281px;
  height: 66px;
  margin: -9px 0 30px; }
  @media (min-width: 600px) {
    .event-heading {
      background-size: 457px auto;
      width: 457px;
      height: 106px;
      margin: -4px 0 31px; } }

.view {
  float: right;
  padding-top: 7px; }
  .view .title {
    float: left;
    font-style: italic;
    font-weight: 300;
    color: #b3b0c1; }
  @media (max-width: 700px) {
    .view.add .fa-calendar:before {
      content: '\f0ca'; } }
  @media (min-width: 700px) {
    .view {
      padding-top: 0;
      margin-top: -7px; }
      .view.add {
        margin: 0;
        padding-top: 16px; }
        .view.add .title {
          float: left;
          margin: 0;
          margin: 0 15px 0 0; }
      .view .title {
        float: none;
        display: block;
        margin-bottom: -5px; } }
  @media (min-width: 1024px) {
    .view {
      margin: 0;
      padding-top: 16px; }
      .view .title {
        float: left;
        margin: 0 15px 0 0; } }

/* view option style */
.view-list {
  float: left; }
  .view-list li {
    float: left;
    font-size: 19px;
    margin-left: 19px; }
  .view-list .fa-th {
    margin-top: 5px; }
  .view-list a {
    color: #b3b0c1;
    transition: color 0.3s; }
    .view-list a:hover {
      color: #62f6cc; }
  .view-list .active > a {
    color: #62f6cc; }
  @media (min-width: 700px) {
    .view-list li:first-child {
      margin-left: 0; } }

.filter-options.filter-active .drop {
  max-height: 500px; }

@media (min-width: 600px) {
  .filter-options.filter-active .drop {
    max-height: none; } }

/* filter options */
.options-holder {
  position: relative;
  padding-top: 60px;
  margin-bottom: 40px; }
  @media (max-width: 1023px) {
    .options-holder {
      padding-top: 0;
      margin-top: -29px;
      margin-bottom: 26px; } }
  .options-holder .input .button {
    border-color: #62f6cc;
    height: 40px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 9px;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    background: transparent; }
    .options-holder .input .button:hover {
      background: #62f6cc; }
  .options-holder .drop {
    max-height: 0;
    overflow: hidden;
    position: absolute;
    left: -20px;
    right: -20px;
    top: -20px;
    z-index: 3;
    background: #f4f4f4;
    transition: max-height 0.3s;
    box-shadow: 0 5px 10px rgba(0, 0, 1, 0.08); }
  .options-holder .drop-wrap {
    padding: 20px; }
  .options-holder .holder {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    font-size: 14px;
    width: 50%; }
  .options-holder .w2 {
    width: 26.3%; }
  .options-holder .w3 {
    width: 39.3%; }
  .options-holder .w5 {
    width: 100%; }
  .options-holder .w4 {
    width: 34.4%; }
  .options-holder .wrap {
    margin: 0 -5px;
    letter-spacing: -4px;
    font-size: 0; }
  .options-holder .input {
    position: relative;
    margin-bottom: 14px;
    padding: 0 5px; }
  .options-holder .opener {
    position: absolute;
    top: 50%;
    right: 17px;
    color: #363636;
    margin-top: -9px;
    transition: color 0.3s;
    z-index: -1; }
    .options-holder .opener:hover {
      color: #62f6cc; }
    .options-holder .opener .fa-search {
      color: #b3b0c1; }
      .options-holder .opener .fa-search:hover {
        color: #62f6cc; }
  .options-holder .with-icon [type="text"] {
    padding-right: 30px; }
  .options-holder [type="text"] {
    width: 100%;
    border: 1px solid #62f6cc;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    color: #363636;
    text-transform: uppercase;
    padding: 5px 8px;
    letter-spacing: 0.5px;
    outline: none;
    background: transparent; }
    .options-holder [type="text"]::-webkit-input-placeholder {
      color: #363636; }
    .options-holder [type="text"]::-moz-placeholder {
      opacity: 1;
      color: #363636; }
    .options-holder [type="text"]:-moz-placeholder {
      color: #363636; }
    .options-holder [type="text"]:-ms-input-placeholder {
      color: #363636; }
    .options-holder [type="text"].placeholder {
      color: #363636; }
  .options-holder [data-datepicker=""] {
    cursor: pointer; }
    .options-holder [data-datepicker=""]:hover + .opener {
      color: #62f6cc; }
  .options-holder .button.button-primary {
    min-width: 1px;
    width: 100%;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px; }
  .options-holder .button.filter-button {
    background: #fff; }
    .options-holder .button.filter-button:hover {
      background: #333; }
  @media (min-width: 700px) {
    .options-holder {
      margin-bottom: 12px; }
      .options-holder .drop {
        position: static;
        max-height: none;
        background: transparent;
        box-shadow: none; }
      .options-holder .drop-wrap {
        padding: 0;
        margin: 0 -6px; }
      .options-holder .wrap {
        display: inline;
        margin: 0; }
      .options-holder .holder {
        width: 25.1%; }
      .options-holder .w1 {
        width: 22.6%; }
      .options-holder .w2 {
        width: 14%; }
      .options-holder .w3 {
        width: 21%; }
      .options-holder .w4 {
        width: 17.3%; }
      .options-holder .w5 {
        width: 47.6%; }
        .options-holder .w5.add {
          width: 31%; }
      .options-holder .btn-wrap {
        width: 21.4%; }
      .options-holder .hidden-tab {
        display: none; }
      .options-holder .input {
        padding: 0 6px; } }
  @media (min-width: 1024px) {
    .options-holder .w5 {
      width: 48%; }
    .options-holder .btn-wrap {
      width: 16.4%; } }

.filter-options {
  font-size: 14px;
  line-height: 1.28571; }
  .filter-options .filter-opener {
    float: left;
    display: block;
    border: 1px solid #62f6cc;
    text-transform: uppercase;
    text-decoration: none;
    color: #363636;
    width: 119px;
    padding: 10px 26px 10px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: 2px;
    position: relative; }
    .filter-options .filter-opener:before {
      content: '\f107';
      position: absolute;
      top: 50%;
      right: 9px;
      line-height: 1;
      margin-top: -8px;
      font-size: 17px;
      font-family: 'FontAwesome' !important;
      color: #b3b0c1; }
  @media (min-width: 700px) {
    .filter-options {
      overflow: hidden;
      width: 87.1%;
      max-width: 617px; }
      .filter-options .filter-opener {
        display: none; } }
  @media (min-width: 1024px) {
    .filter-options {
      max-width: 700px; } }

.event-holder {
  margin-bottom: 60px; }
  .event-holder .button-wrap {
    text-align: center;
    padding-bottom: 20px; }
  .event-holder .button {
    padding: 8px 15px; }
  @media (min-width: 700px) {
    .event-holder .button-wrap {
      padding: 29px 0 40px; } }
  @media (min-width: 1024px) {
    .event-holder .button-wrap {
      padding-bottom: 79px; } }

.event {
  margin-bottom: 40px;
  width: 100%; }
  .event.has-img h2 {
    margin: 0 0 14px; }
  .event.has-img .text {
    padding-top: 25px; }
  .event .text {
    padding: 112px 31px 24px 30px;
    overflow: hidden;
    background: #f7f7f9; }
  .event figure {
    margin: 0;
    text-align: center; }
    .event figure img {
      width: 100%;
      max-width: none; }
  .event .event-time {
    position: absolute;
    top: 0;
    left: 45px;
    width: 66px;
    z-index: 1;
    background: #62f6cc;
    text-align: center; }
    @media (max-width: 599px) {
      .event .event-time {
        left: 30px; } }
    .event .event-time .month {
      display: block;
      background: #b3b0c1;
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      padding: 4px 3px;
      text-transform: uppercase; }
    .event .event-time .date {
      display: block;
      padding: 6px;
      color: #363636;
      font-size: 46px;
      line-height: 0.9; }
      .event .event-time .date em {
        display: block;
        font-size: 15px;
        font-style: normal;
        text-transform: uppercase;
        font-weight: 700; }
  .event .time {
    display: block;
    font-weight: 700;
    color: #333;
    font-size: 16px;
    text-transform: uppercase; }
  .event h5 {
    margin-bottom: 25px; }
  .event .more {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    font-style: italic;
    transition: color 0.3s; }
    .event .more .fa {
      margin-left: 5px;
      font-size: 14px; }
    .event .more:hover {
      color: #62f6cc; }
  .event h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 8px;
    overflow: hidden; }
    .event h2 a {
      color: #333;
      text-decoration: none; }
  @media (min-width: 600px) {
    .event {
      margin-bottom: 30px; }
      .event figure img {
        max-width: none;
        width: 100%; }
      .event .text {
        padding-bottom: 18px; } }

/* event holder  */
@media (min-width: 600px) {
  .column-holder {
    margin: 0 -15px; }
    .column-holder .event {
      float: left;
      width: 50%;
      padding: 0 15px; }
      .column-holder .event.has-img {
        float: right; } }

@media (min-width: 1024px) {
  .column-holder .event {
    width: 33.333%; }
    .column-holder .event.has-img {
      float: left; } }

.single-event .wp-post-image {
  margin-bottom: 30px; }

.single-event .event-information .section-title {
  margin-bottom: 0; }

.single-event .event-information .event-data {
  margin: 0 0 18px 0;
  padding: 0;
  list-style: none; }
  .single-event .event-information .event-data a {
    color: #62f6cc;
    text-decoration: none; }

.single-event .event-information li {
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #333; }
  .single-event .event-information li:last-child {
    border-bottom: none; }

.single-event .event-information .data-title {
  font-weight: 600; }

.single-event .event-information a.button {
  color: #333; }

.single-event .button.more-info {
  margin-top: 20px; }

.blog .options-holder {
  margin-top: 0; }

.blog .filter-options {
  margin: 29px 0; }
  @media (min-width: 700px) {
    .blog .filter-options {
      max-width: 100%;
      width: 100%; } }
  @media (min-width: 1024px) {
    .blog .filter-options {
      text-align: right; } }

.blog .drop-wrap .holder.w5 {
  text-align: left; }
  @media (min-width: 1024px) {
    .blog .drop-wrap .holder.w5 {
      width: 22%; } }

@media (min-width: 1024px) {
  .blog .options-holder .btn-wrap {
    width: 10%; } }

.blog .options-holder .button.button-primary {
  background: #62f6cc; }

.news-heading {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(images/news-heading.png) no-repeat;
  background-size: 66px auto;
  width: 66px;
  height: 32px;
  margin: -9px 0 30px; }
  @media (min-width: 600px) {
    .news-heading {
      background-size: 131px auto;
      width: 131px;
      height: 64px;
      margin: -4px 0 31px; } }

.type-post {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
  background: #f7f7f9; }
  .type-post.has-img {
    float: right; }
  @media (min-width: 600px) {
    .type-post {
      width: calc(48% - 15px);
      margin: 0 15px 30px; } }
  @media (min-width: 1024px) {
    .type-post {
      width: calc(31.95% - 15px); }
      .type-post.has-img {
        float: left; } }
  .type-post .post-category {
    position: absolute;
    top: 0;
    left: 45px;
    z-index: 1;
    background: #62f6cc;
    text-align: center;
    padding: 5px 10px; }
  .type-post h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 8px;
    overflow: hidden; }
    .type-post h2 a {
      color: #333;
      text-decoration: none; }
  .type-post figure {
    margin: 0;
    text-align: center; }
    .type-post figure img {
      width: 100%;
      max-width: none; }
  .type-post .text {
    padding: 45px 45px 30px; }
  .type-post .more {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    font-style: italic;
    transition: color 0.3s; }
    .type-post .more .fa {
      margin-left: 5px;
      font-size: 14px; }
    .type-post .more:hover {
      color: #62f6cc; }

/* calendar control styles */
.calendar-control {
  clear: both;
  padding-top: 15px;
  font-size: 14px;
  color: #989898;
  text-transform: uppercase; }
  .calendar-control .hide-mob {
    display: none; }
  .calendar-control .hold {
    border: 1px solid #62f6cc;
    overflow: hidden;
    display: table;
    width: 100%; }
  .calendar-control .date {
    border-left: 1px solid #62f6cc;
    padding: 9px 4px 9px;
    display: table-cell;
    text-align: center; }
    .calendar-control .date:first-child {
      border-left: none; }
    .calendar-control .date.add {
      font-weight: 600;
      color: #000; }
  .calendar-control a {
    color: #989898;
    text-decoration: none; }
    .calendar-control a:hover {
      color: #62f6cc; }
  .calendar-control .fa-angle-left {
    margin-right: 2px; }
  .calendar-control .fa-angle-right {
    margin-left: 2px; }
  @media (min-width: 600px) {
    .calendar-control {
      clear: none;
      float: left;
      width: 70%;
      padding-top: 0;
      margin-bottom: 13px;
      max-width: 500px; }
      .calendar-control .hide-mob {
        display: inline; } }

.calendar-wrap {
  margin-bottom: 59px; }
  @media (max-width: 1023px) {
    .calendar-wrap {
      margin-bottom: 103px; } }
  @media (max-width: 699px) {
    .calendar-wrap {
      margin-bottom: 60px; } }

.calendar-date {
  display: none; }
  @media (max-width: 699px) {
    .calendar-date {
      display: block;
      background: #62f6cc;
      color: #fff;
      font-size: 24px;
      line-height: 1.2;
      text-transform: uppercase;
      padding: 3px 9px;
      letter-spacing: 1px;
      margin-bottom: 24px; } }

/* footer styles */
#footer {
  display: table-footer-group;
  width: 100%;
  height: 1%;
  overflow: hidden; }

/* map block styles */
.map-block {
  position: relative;
  color: #62f6cc;
  text-align: center;
  padding: 56px 0 96px; }
  .map-block .center {
    display: inline-block;
    vertical-align: top;
    position: relative;
    max-width: 275px;
    margin: 0 auto; }
  .map-block .title {
    display: block;
    text-transform: uppercase;
    color: #62f6cc;
    margin-bottom: 25px; }
    .map-block .title a {
      color: #62f6cc;
      text-decoration: none; }
  .map-block address {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    background: url(images/address.png) no-repeat;
    background-size: 100% auto;
    width: 275px;
    height: 136px;
    margin-bottom: 41px; }
  .map-block .place-pin {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    background: url(images/map-marker.svg) no-repeat;
    width: 26px;
    height: 34px;
    background-size: 26px auto;
    float: right;
    position: absolute;
    right: 42px;
    bottom: 0; }
    .map-block .place-pin:hover {
      opacity: 0.7; }
  @media (min-width: 600px) {
    .map-block {
      padding-bottom: 30px; }
      .map-block .center {
        max-width: 420px; }
      .map-block .title {
        margin-bottom: 19px; }
      .map-block address {
        background-size: 420px 208px;
        width: 420px;
        height: 208px; }
      .map-block .place-pin {
        right: 21px;
        bottom: 67px; } }

/* information block styles */
.info-block {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 43px; }
  .info-block .button-holder {
    margin-bottom: 31px; }
  .info-block .button {
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    padding: 13px 33px;
    letter-spacing: 1px; }
  @media (min-width: 700px) {
    .info-block {
      padding-top: 38px;
      padding-bottom: 18px; }
      .info-block .button-holder {
        float: left;
        padding-top: 15px; }
      .info-block .button {
        padding: 14px 34px; } }
  @media (min-width: 1024px) {
    .info-block {
      padding-bottom: 33px; }
      .info-block .button-holder {
        margin: 0 58px 0 48px; } }

/* footer slider style */
.slide-holder {
  position: relative; }
  .slide-holder .mask {
    overflow: hidden;
    margin: 0 52px;
    height: 83px; }
  .slide-holder .slide-mask {
    float: left;
    width: 100%;
    overflow: hidden; }
  .slide-holder .slideset {
    white-space: nowrap;
    width: 100% !important;
    letter-spacing: -4px; }
  .slide-holder .slide {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    letter-spacing: 0;
    padding: 0 10px; }
  .slide-holder .btn-prev,
  .slide-holder .btn-next {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    position: absolute;
    left: 17px;
    top: 50%;
    background: url(images/arrow-left.png) no-repeat;
    height: 22px;
    width: 26px;
    margin-top: -11px;
    outline: none !important; }
    .slide-holder .btn-prev:hover,
    .slide-holder .btn-next:hover {
      background-image: url(images/arrow-left-hover.png); }
  .slide-holder .btn-next {
    left: auto;
    right: 17px;
    margin-top: -6px;
    background-image: url(images/arrow-right.png); }
    .slide-holder .btn-next:hover {
      background-image: url(images/arrow-right-hover.png); }
  @media (min-width: 600px) {
    .slide-holder {
      overflow: hidden;
      padding-left: 29px; }
      .slide-holder .slide {
        width: 50%; }
      .slide-holder .btn-prev {
        left: 36px; }
      .slide-holder .btn-next {
        right: 0; } }
  @media (min-width: 1024px) {
    .slide-holder .slide {
      width: 33.333%;
      padding: 0; } }

.footer-holder {
  position: relative;
  overflow: hidden;
  padding-top: 31px; }
  .footer-holder .bg-img:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    background: rgba(98, 246, 204, 0.9); }
  @media (min-width: 700px) {
    .footer-holder {
      padding-top: 72px; } }
  @media (min-width: 1024px) {
    .footer-holder .container {
      padding-left: 40px;
      padding-right: 40px; } }

.footer-bottom {
  margin-bottom: 36px;
  display: none; }
  .footer-bottom .column {
    float: left;
    width: 25%;
    padding: 0 10px 0 18px;
    position: relative; }
    .footer-bottom .column:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 32px;
      left: 0;
      min-height: 165px;
      width: 2px;
      background: rgba(54, 54, 54, 0.74); }
  .footer-bottom ul {
    overflow: hidden;
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.2857; }
  .footer-bottom li {
    margin-bottom: 6px; }
  .footer-bottom a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s; }
    .footer-bottom a:hover {
      color: #fff; }
  .footer-bottom h3 {
    margin-bottom: 4px;
    line-height: 1.333; }
  @media (min-width: 600px) {
    .footer-bottom {
      display: block; } }
  @media (min-width: 700px) {
    .footer-bottom .column {
      width: 24%; } }
  @media (min-width: 1024px) {
    .footer-bottom {
      margin-bottom: 68px; }
      .footer-bottom .column:first-child {
        width: 26.6%; }
      .footer-bottom .column:last-child {
        width: 21%;
        float: right; } }

/* social block styles */
.social-block {
  overflow: hidden;
  margin-bottom: 34px; }
  @media (min-width: 700px) {
    .social-block {
      float: left;
      width: 25%;
      padding-top: 6px;
      margin: 0; } }

.twitter-link {
  display: inline-block;
  font-weight: 700;
  margin: 5px 0 0 7px; }
  .twitter-link a {
    text-decoration: none;
    color: #414042;
    transition: color 0.3s; }
    .twitter-link a:hover {
      color: #fff; }
  @media (min-width: 600px) {
    .twitter-link {
      display: block;
      margin: 0;
      padding: 7px 0 0; } }

/* social networks */
.social-networks {
  float: left; }
  .social-networks li {
    float: left;
    margin-right: 6px;
    font-size: 13px; }
  .social-networks a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    background: #363636;
    color: #62f6cc;
    text-align: center;
    white-space: nowrap;
    transition: color 0.3s, background 0.3s; }
    .social-networks a:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      height: 100%; }
    .social-networks a:hover {
      color: #fff; }
  .social-networks .fa {
    display: inline-block;
    vertical-align: middle; }
  @media (min-width: 600px) {
    .social-networks {
      float: none; } }

/* newsletter form */
.newsletter-form .title {
  display: block;
  padding: 0 0 7px 3px; }

.newsletter-form .input-wrap {
  display: table;
  width: 100%;
  table-layout: fixed; }

.newsletter-form .btn-holder {
  display: table-footer-group; }

.newsletter-form .input {
  margin-bottom: 21px; }

.newsletter-form .form-input {
  border: none;
  width: 100%;
  font-size: 14px;
  color: #333;
  height: 40px;
  padding: 6px 17px;
  outline: none; }
  .newsletter-form .form-input::-webkit-input-placeholder {
    color: #333; }
  .newsletter-form .form-input::-moz-placeholder {
    opacity: 1;
    color: #333; }
  .newsletter-form .form-input:-moz-placeholder {
    color: #333; }
  .newsletter-form .form-input:-ms-input-placeholder {
    color: #333; }
  .newsletter-form .form-input.placeholder {
    color: #333; }

.newsletter-form [type="submit"] {
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  padding: 11px 10px;
  width: 108px;
  min-height: 40px;
  border: 1px solid #43675d;
  color: #414042; }
  .newsletter-form [type="submit"]:hover {
    background: #62f6cc;
    border-color: #62f6cc; }

@media (min-width: 700px) {
  .newsletter-form {
    float: right;
    width: 74.1%; }
    .newsletter-form .title {
      float: left;
      letter-spacing: 0.02em;
      padding: 5px 0 0;
      width: 135px; }
    .newsletter-form .input-wrap {
      display: block;
      overflow: hidden;
      width: auto; }
    .newsletter-form .btn-holder {
      float: right;
      margin-left: 20px; }
    .newsletter-form .input {
      overflow: hidden;
      margin: 0; } }

@media (min-width: 1024px) {
  .newsletter-form {
    max-width: 509px;
    margin-right: 16px; }
    .newsletter-form .btn-holder {
      margin-left: 7px; } }

.footer-top {
  margin-bottom: 70px; }
  @media (min-width: 600px) {
    .footer-top {
      margin-bottom: 58px; } }
  @media (min-width: 1024px) {
    .footer-top {
      margin-bottom: 108px; } }

/* copyright text styles */
.copyright-holder {
  background: #43cca9;
  font-size: 12px;
  line-height: 1.5833;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 0; }
  .copyright-holder a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s; }
    .copyright-holder a:hover {
      color: #363636; }
  .copyright-holder p {
    margin-bottom: 0; }
  @media (min-width: 1024px) {
    .copyright-holder {
      text-align: center; } }

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    transform: translate3d(0, 0, 0); }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-track {
  position: relative;
  left: 0;
  top: 0; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: -ms-flexbox;
    display: flex; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow {
  transition: background, 0.3s, ease-in-out, color, 0.3s, ease-in-out;
  top: 50%;
  left: -24px;
  width: 47px;
  height: 47px;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  transform: translateY(-50%);
  color: #babdc1;
  z-index: 9;
  font-size: 33px;
  text-decoration: none;
  line-height: 1;
  padding-right: 2px; }
  @media (min-width: 600px) {
    .slick-arrow {
      top: 50% !important; } }
  .recent-news-slider .slick-arrow {
    padding: 1px;
    width: auto;
    height: auto;
    left: -27px;
    border-radius: 0; }
  .slick-arrow:hover {
    color: #61f6cc; }
  .slick-arrow.slick-next {
    left: auto;
    right: -24px;
    padding-right: 0;
    padding-left: 2px; }
    .recent-news-slider .slick-arrow.slick-next {
      left: auto;
      padding: 1px;
      right: -27px; }

.slick-dots {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 30px;
  left: 62%;
  margin-left: 46px;
  color: transparent; }
  @media (max-width: 1023px) {
    .slick-dots {
      left: 50%;
      bottom: 28px;
      margin-left: 26px; } }
  @media (max-width: 599px) {
    .slick-dots {
      left: 0;
      margin-left: 6px; } }
  .slick-dots li {
    margin-left: 13px; }
    .slick-dots li.slick-active button {
      border-color: #62f6cc;
      background-color: #62f6cc; }
  .slick-dots button {
    transition: all 0.3s;
    border-radius: 50%;
    padding: 0;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 3px solid #dad5db; }
    .slick-dots button:hover {
      border-color: #62f6cc;
      background-color: #62f6cc; }