/*! 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;
}

@font-face {
  font-family: "Basic Commercial LT W05";
  src: url("../fonts/5687259/986f5bad-c74c-44a9-863c-6a7eaf8d80ae.eot?#iefix");
  src: url("../fonts/5687259/986f5bad-c74c-44a9-863c-6a7eaf8d80ae.eot?#iefix") format("eot"), url("../fonts/5687259/29f2c5b2-2c1f-4e48-94a4-c7aa62e1c3e6.woff2") format("woff2"), url("../fonts/5687259/c8789a1b-e064-4a11-aba5-ef45f212841d.woff") format("woff"), url("../fonts/5687259/cd07d9d3-e8b7-46a4-8edb-0601adc4cae2.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Basic Commercial LT W05";
  src: url("../fonts/5551392/e97f43d7-09a0-43ca-93d9-d01c7bca49b6.eot?#iefix");
  src: url("../fonts/5551392/e97f43d7-09a0-43ca-93d9-d01c7bca49b6.eot?#iefix") format("eot"), url("../fonts/5551392/9ee5b13c-03cc-4dc5-8f33-c0ce3b804820.woff2") format("woff2"), url("../fonts/5551392/bab996fb-420c-4118-a05c-2a316794496c.woff") format("woff"), url("../fonts/5551392/fbf0ff93-a3c7-478b-893b-2c3afe5f6067.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Basic Commercial LT W05";
  src: url("../fonts/5551394/c92a9365-db75-4520-8ee2-c2e107c7227c.eot?#iefix");
  src: url("../fonts/5551394/c92a9365-db75-4520-8ee2-c2e107c7227c.eot?#iefix") format("eot"), url("../fonts/5551394/184462ee-4d98-4eae-bc1e-c3c677ef131f.woff2") format("woff2"), url("../fonts/5551394/c08777e8-bdb0-4b67-86ee-405831ca4125.woff") format("woff"), url("../fonts/5551394/08b036e5-c489-44e0-b5fd-7d4b5da48756.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Basic Commercial LT W05";
  src: url("../fonts/5551396/9c5c9b64-30f3-446a-baa2-873af00d9e4b.eot?#iefix");
  src: url("../fonts/5551396/9c5c9b64-30f3-446a-baa2-873af00d9e4b.eot?#iefix") format("eot"), url("../fonts/5551396/56e177f1-1ef0-481f-a35c-94fa1f4a02fc.woff2") format("woff2"), url("../fonts/5551396/19062f00-8789-48f7-b883-271eb2e56785.woff") format("woff"), url("../fonts/5551396/402bfa34-df54-495c-983a-dc36dc1ec4be.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

.slick-dots, .drop ul, #footer ul, .register-form ul, .sidebar ul, .main-content .btn-block .social-networks, .dashboard-block table ul, .filter-block .filter-menu ul, .filter-drop ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after, dl:after, .container:after, .row:after, .add-event-block .acf-fields > .acf-field:after {
  content: '';
  display: block;
  clear: both;
}

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

html {
  box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

body {
  color: #000;
  background: #fff;
  font: 16px/1.2 "Basic Commercial LT W05", "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;
  line-height: 1.2;
  margin: 0 0 0.5em;
  color: inherit;
}

h1, .h1 {
  font-size: 80px;
  line-height: 1;
  line-height: 1;
  letter-spacing: -0.006em;
}

@media (max-width:1199px) {
  h1, .h1 {
    font-size: 60px;
  }

}

@media (max-width:1023px) {
  h1, .h1 {
    font-size: 45px;
  }

}

@media (max-width:767px) {
  h1, .h1 {
    font-size: 30px;
  }

}

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

@media (max-width:1023px) {
  h2, .h2 {
    font-size: 32px;
  }

}

@media (max-width:767px) {
  h2, .h2 {
    font-size: 24px;
  }

}

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

@media (max-width:767px) {
  h3, .h3 {
    font-size: 22px;
  }

}

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

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

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

p {
  margin: 0 0 1em;
}

a {
  color: #000;
}

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'], input[type='url'], input[type='number'], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #000;
  padding: 0.4em 0.7em;
  width: 100%;
  height: 30px;
}
#Participation {
-webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #000;
  padding: 0.4em 0.7em;
  width: 100%;
  height: 30px;
}

input[type='text']:focus, input[type='tel']:focus, input[type='email']:focus, input[type='search']:focus, input[type='password']:focus, input[type='url']:focus, input[type='number']:focus, textarea:focus {
  border-color: #000;
}

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, input[type='url']::-webkit-input-placeholder, input[type='number']::-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, input[type='url']::-moz-placeholder, input[type='number']::-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, input[type='url']:-moz-placeholder, input[type='number']:-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, input[type='url']:-ms-input-placeholder, input[type='number']:-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, input[type='url'].placeholder, input[type='number'].placeholder, textarea.placeholder {
  color: #999;
}

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

textarea {
  resize: vertical;
  vertical-align: top;
  height: 150px;
}

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

.select-wrap {
  position: relative;
}

.select-wrap:before {
  content: "";
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #000 #000 transparent transparent;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 6px;
  right: 15px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.select-wrap select {
  height: 30px;
  border: 1px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 35px !important;
  padding-left: 7px;
  position: relative;
  z-index: 1;
  background: transparent;
}

.select-wrap select::-ms-expand {
  display: none;
}

blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1.2em;
}

th, td {
  border: 1px solid #999;
  padding: .5em;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul, ol {
  padding-left: 3em;
}

ul ul, ul ol, ol ul, ol ol {
  padding-left: 3em;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold;
}

dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
}

.x-large-1 {
  width: 8.3333333333%;
}

.x-large-2 {
  width: 16.6666666667%;
}

.x-large-3 {
  width: 25%;
}

.x-large-4 {
  width: 33.3333333333%;
}

.x-large-5 {
  width: 41.6666666667%;
}

.x-large-6 {
  width: 50%;
}

.x-large-7 {
  width: 58.3333333333%;
}

.x-large-8 {
  width: 66.6666666667%;
}

.x-large-9 {
  width: 75%;
}

.x-large-10 {
  width: 83.3333333333%;
}

.x-large-11 {
  width: 91.6666666667%;
}

.x-large-12 {
  width: 100%;
}

.x-large-offset-0 {
  margin-left: 0;
}

.x-large-offset-1 {
  margin-left: 8.3333333333%;
}

.x-large-offset-2 {
  margin-left: 16.6666666667%;
}

.x-large-offset-3 {
  margin-left: 25%;
}

.x-large-offset-4 {
  margin-left: 33.3333333333%;
}

.x-large-offset-5 {
  margin-left: 41.6666666667%;
}

.x-large-offset-6 {
  margin-left: 50%;
}

.x-large-offset-7 {
  margin-left: 58.3333333333%;
}

.x-large-offset-8 {
  margin-left: 66.6666666667%;
}

.x-large-offset-9 {
  margin-left: 75%;
}

.x-large-offset-10 {
  margin-left: 83.3333333333%;
}

.x-large-offset-11 {
  margin-left: 91.6666666667%;
}

@media (max-width:1199px) {
  .large-1 {
    width: 8.3333333333%;
  }

  .large-2 {
    width: 16.6666666667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.3333333333%;
  }

  .large-5 {
    width: 41.6666666667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.3333333333%;
  }

  .large-8 {
    width: 66.6666666667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.3333333333%;
  }

  .large-11 {
    width: 91.6666666667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0;
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

}

@media (max-width:1023px) {
  .medium-1 {
    width: 8.3333333333%;
  }

  .medium-2 {
    width: 16.6666666667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.3333333333%;
  }

  .medium-5 {
    width: 41.6666666667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.3333333333%;
  }

  .medium-8 {
    width: 66.6666666667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.3333333333%;
  }

  .medium-11 {
    width: 91.6666666667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

}

@media (max-width:767px) {
  .small-1 {
    width: 8.3333333333%;
  }

  .small-2 {
    width: 16.6666666667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.3333333333%;
  }

  .small-5 {
    width: 41.6666666667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.3333333333%;
  }

  .small-8 {
    width: 66.6666666667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.3333333333%;
  }

  .small-11 {
    width: 91.6666666667%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0;
  }

  .small-offset-1 {
    margin-left: 8.3333333333%;
  }

  .small-offset-2 {
    margin-left: 16.6666666667%;
  }

  .small-offset-3 {
    margin-left: 25%;
  }

  .small-offset-4 {
    margin-left: 33.3333333333%;
  }

  .small-offset-5 {
    margin-left: 41.6666666667%;
  }

  .small-offset-6 {
    margin-left: 50%;
  }

  .small-offset-7 {
    margin-left: 58.3333333333%;
  }

  .small-offset-8 {
    margin-left: 66.6666666667%;
  }

  .small-offset-9 {
    margin-left: 75%;
  }

  .small-offset-10 {
    margin-left: 83.3333333333%;
  }

  .small-offset-11 {
    margin-left: 91.6666666667%;
  }

}

@media (max-width:479px) {
  .x-small-1 {
    width: 8.3333333333%;
  }

  .x-small-2 {
    width: 16.6666666667%;
  }

  .x-small-3 {
    width: 25%;
  }

  .x-small-4 {
    width: 33.3333333333%;
  }

  .x-small-5 {
    width: 41.6666666667%;
  }

  .x-small-6 {
    width: 50%;
  }

  .x-small-7 {
    width: 58.3333333333%;
  }

  .x-small-8 {
    width: 66.6666666667%;
  }

  .x-small-9 {
    width: 75%;
  }

  .x-small-10 {
    width: 83.3333333333%;
  }

  .x-small-11 {
    width: 91.6666666667%;
  }

  .x-small-12 {
    width: 100%;
  }

  .x-small-offset-0 {
    margin-left: 0;
  }

  .x-small-offset-1 {
    margin-left: 8.3333333333%;
  }

  .x-small-offset-2 {
    margin-left: 16.6666666667%;
  }

  .x-small-offset-3 {
    margin-left: 25%;
  }

  .x-small-offset-4 {
    margin-left: 33.3333333333%;
  }

  .x-small-offset-5 {
    margin-left: 41.6666666667%;
  }

  .x-small-offset-6 {
    margin-left: 50%;
  }

  .x-small-offset-7 {
    margin-left: 58.3333333333%;
  }

  .x-small-offset-8 {
    margin-left: 66.6666666667%;
  }

  .x-small-offset-9 {
    margin-left: 75%;
  }

  .x-small-offset-10 {
    margin-left: 83.3333333333%;
  }

  .x-small-offset-11 {
    margin-left: 91.6666666667%;
  }

}

.container {
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
}

.row {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col {
  float: left;
  padding: 0 15px;
}

a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease, border 0.3s ease, background 0.3s ease, color 0.3s ease;
  transition: opacity 0.3s ease, border 0.3s ease, background 0.3s ease, color 0.3s ease;
}

img {
  vertical-align: top;
}

.btn {
  border: 1px solid #000;
  padding: 6px 10px;
  font-weight: 700;
  min-height: 40px;
  font-size: 21px;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  text-align: center;
}

@media (max-width:767px) {
  .btn {
    font-size: 18px;
    line-height: 1.5;
  }

}

.btn.btn-arrow {
  text-align: left;
  min-width: 300px;
  padding-right: 50px;
  position: relative;
}

.btn.btn-arrow.btn-website {
  min-width: 200px;
}

@media (max-width:767px) {
  .btn.btn-arrow {
    min-width: 200px;
  }

}

.btn.btn-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  height: 14px;
  width: 21px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/arrow.svg") no-repeat;
}

.btn.btn-arrow:hover {
  background: #000;
  color: #fff;
}

.btn.btn-arrow:hover:before {
  background: url("../images/arrow-hover.svg") no-repeat;
}

.btn:hover {
  background: #000;
  color: #fff;
}

.img-wrap a:hover {
  opacity: 0.7;
}

.heading-block {
  border-top: 1px solid #000;
  padding: 30px 0;
  width: calc(100% - 30px);
}

@media (max-width:767px) {
  .heading-block {
    width: 100%;
  }

}

.heading-block h2 {
  margin: 0;
  max-width: 200px;
}

.block {
  margin-bottom: 60px;
}

@media (max-width:767px) {
  .block {
    margin-bottom: 40px;
  }

}

.block .img-wrap {
  margin-bottom: 30px;
}

@media (max-width:767px) {
  .block .img-wrap {
    margin-bottom: 20px;
  }

}

.block .img-wrap img {
  width: 100%;
}

.block:hover {
  opacity: 0.7;
}

.block .text {
  padding-right: 30px;
  position: relative;
  font-size: 21px;
}

@media (max-width:767px) {
  .block .text {
    font-size: 18px;
  }

}

.block .text h3 {
  margin: 0;
  font-weight: 400;
  font-size: 21px;
}

@media (max-width:767px) {
  .block .text h3 {
    font-size: 18px;
  }

}

.block .text strong.tag a {
  pointer-events: none;
  cursor: default;
}

.block .text a.arrow {
  position: absolute;
  top: 0;
  right: 0;
  height: 14px;
  width: 21px;
  background: url("../images/arrow.svg") no-repeat;
}

@media (max-width:767px) {
  .block .text a.arrow {
    top: auto;
    bottom: 2px;
  }

}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  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: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.banner, .inner-banner {
  margin-bottom: 30px;
}

.banner .banner-image, .inner-banner .banner-image {
  min-height: 782px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.banner .banner-image:before, .inner-banner .banner-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

@media (max-width:1399px) {
  .banner .banner-image, .inner-banner .banner-image {
    min-height: 550px;
  }

}

@media (max-width:1023px) {
  .banner .banner-image, .inner-banner .banner-image {
    min-height: 500px;
  }

}

@media (max-width:767px) {
  .banner .banner-image, .inner-banner .banner-image {
    min-height: 260px;
  }

}

.banner .banner-image iframe, .inner-banner .banner-image iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
}

.banner .banner-image video, .inner-banner .banner-image video {
  display:none;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner .arrow-down, .inner-banner .arrow-down {
  position: absolute;
  bottom: 3px;
  left: 50%;
  background: url("../images/arrow.svg") no-repeat;
  width: 21px;
  height: 14px;
  z-index: 1;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.banner .arrow-down:hover, .inner-banner .arrow-down:hover {
  opacity: 0.7;
}

.inner-banner {
  min-height: 300px;
}

.inner-banner .banner-image {
  min-height: 300px;
}

@media (max-width:767px) {
  .inner-banner .banner-image {
    min-height: 155px;
  }

}

@media (max-width:767px) {
  .inner-banner {
    min-height: 175px;
  }

}

.single-events .inner-banner {
  margin-bottom: 120px;
}

@media (max-width:1023px) {
  .single-events .inner-banner {
    margin-bottom: 50px;
  }

}

.slick-slide {
  outline: none;
}

.slick-dots {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 14px;
}

.slick-dots li {
  display: inline-block;
  vertical-align: top;
}

.slick-dots li.slick-active button:before {
  background: #fff;
}

.slick-dots li.slick-active button:after {
  width: 99px;
  margin-left: 30px;
  margin-top: -4px;
  -webkit-transition: width 1.5s ease;
  transition: width 1.5s ease;
}

.slick-dots li + li {
  margin-left: 20px;
}

.slick-dots li button {
  padding: 0;
  font-size: 0;
  background: none;
  border: none;
}

.slick-dots li button:before {
  content: "";
  width: 9px;
  height: 9px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.slick-dots li button:after {
  display: block;
  content: '';
  background: #fff;
  height: 1px;
  width: 0;
}

.slick-dots li button:hover:before {
  background: #fff;
}

.slick-arrow {
  position: absolute;
  bottom: 0;
  border: 1px solid #fff;
  height: 50px;
  width: 50px;
  background: transparent;
  font-size: 0;
  z-index: 5;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.slick-arrow:hover {
  background: #fff;
}

.slick-arrow:hover:before {
  color: #000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.slick-arrow:before {
  font-size: 20px;
  line-height: 6px;
  color: #fff;
}

.slick-arrow.slick-prev {
  left: 0;
  display: none !important;
}

.slick-arrow.slick-prev:before {
  content: "<";
}

.slick-arrow.slick-next {
  right: 0;
  margin-left: 30px;
}

.slick-arrow.slick-next:before {
  content: ">";
}

.subscription-slider-block {
  margin-bottom: 60px;
}

.subscription-slider-block .slick-slide {
  position: relative;
}

.subscription-slider-block .slick-slide:before {
  content: "";
  background: rgba(255, 0, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.subscription-slider-block .slick-slide img {
  width: 100%;
}

#header {
  padding: 30px 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: padding 0.3s ease, background 0.3s ease;
  transition: padding 0.3s ease, background 0.3s ease;
  line-height: 1;
}

@media (max-width:767px) {
  #header {
    padding: 20px 0;
  }

}

#header .container {
  position: relative;
}

.logo img {
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

.logo .normal {
  max-width: 260px;
}

@media (max-width:767px) {
  .logo .normal {
    max-width: 130px;
  }

}

.logo .condensed {
  max-width: 123px;
  display: none;
}

@media (max-width:767px) {
  .logo .condensed {
    max-width: 54px;
  }

}

.sticky #header {
  background: #fff;
}

.sticky .logo .normal {
  display: none;
}

.sticky .logo .condensed {
  display: block;
}










































.nav-opener {
  display:none;
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  top: 4px;
  left: 20px;
  z-index: 9;
  width: 30px;
  height: 30px;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

@media (max-width:767px) {
  .nav-opener {
    width: 20px;
    height: 20px;
  }

}
@media (max-width:1200px) {
  .nav-opener {
    display:block;
  }

}

.nav-opener:hover {
  opacity: 0.5;
}

.nav-opener:before, .nav-opener:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #000;
}

.nav-opener:before {
  width: 2px;
  height: 30px;
}

@media (max-width:767px) {
  .nav-opener:before {
    height: 20px;
  }

}

.nav-opener:after {
  width: 30px;
  height: 2px;
}

@media (max-width:767px) {
  .nav-opener:after {
    width: 20px;
  }

}







































.drop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background:transparent;
  padding: 30px 0 55px;
  margin-top: -30px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  padding-right: 9.4%;
}

@media (max-width:767px) {
  .drop {
    padding: 30px 20px;
  }

}


@media (max-width:1200px) {
  .drop {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
     background:#fff;
  }

}

.drop .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.drop .col {
  float: right;
  width: 30%;
}

@media (max-width:1199px) {
  .drop .col {
    width: 50%;
  }

}

@media (max-width:767px) {
  .drop .col {
    width: 80%;
    max-width: 300px;
  }

}

.drop ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.drop ul.menu li {
  margin-bottom: 7px;
  width: 50%;
  padding-right: 15px;
}

.drop ul.menu li a {
  font-size: 27px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (max-width:767px) {
  .drop ul.menu li a {
    font-size: 18px;
  }

}

.drop ul.menu li a:hover {
  opacity: 0.7;
}

.drop ul.social-networks {
  margin-top: 62px;
}

.sticky .drop ul.social-networks {
  display:none;
}
@media (max-width:767px) {
  .drop ul.social-networks {
    margin-top: 20px;
  }

}

.drop ul.social-networks li {
  display: inline-block;
  vertical-align: top;
  font-size: 29px;
}

.drop ul.social-networks li + li {
  margin-left: 13px;
}

.nav-active .nav-opener {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-active .drop {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.nav-active .searchbox {
  left: 20px;
  top: 50px;
}

.searchbox {
  min-width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 67px;
  width: 0;
  padding-left: 70px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  z-index: 2;
  -webkit-transition: top ease-in-out 0.4s, left ease-in-out 0.4s;
  transition: top ease-in-out 0.4s, left ease-in-out 0.4s;
}

@media (max-width:767px) {
  .searchbox {
    min-width: 20px;
    height: 20px;
    left: 22px;
    top: 30px;
    padding-left: 30px;
  }

}

.searchbox .searchbox-input {
  padding: 0;
  background: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid #000;
  top: 0;
  right: 0;
  outline: 0;
  width: 100%;
  height: 30px;
  margin: 0;
}

@media (max-width:767px) {
  .searchbox .searchbox-input {
    height: 25px;
  }

}

.searchbox .searchbox-icon, .searchbox .searchbox-submit {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  font-size: 30px;
  background: transparent;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width:767px) {
  .searchbox .searchbox-icon, .searchbox .searchbox-submit {
    width: 24px;
    height: 20px;
  }

}

.searchbox .searchbox-icon:hover, .searchbox .searchbox-submit:hover {
  opacity: 0.7;
}

.searchbox .searchbox-submit {
  font-size: 0;
}

.searchbox-open {
  width: 285px;
}

@media (max-width:1349px) {
  .searchbox-open {
    width: 200px;
  }

}

.submit-wrap:before {
  content: "";
  background: url("../images/icon-search.png") no-repeat;
  position: absolute;
  top: 5px;
  left: 2px;
  width: 36px;
  height: 30px;
}

@media (max-width:767px) {
  .submit-wrap:before {
    background-size: 24px 20px;
    top: 0;
    left: 0;
  }

}

#footer .footer-wrap {
  border-top: 1px solid #000;
  padding: 35px 0;
}

#footer .footer-wrap > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer ul li a {
  text-decoration: none;
}

#footer ul li.gallery-login a {
  opacity: 0.3;
}

#footer ul li.gallery-login a:hover {
  opacity: 1;
}

#footer .social-networks {
  padding-left: 5px;
  padding-bottom: 5px;
}

@media (max-width:767px) {
  #footer .social-networks {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

}

#footer .social-networks li {
  display: inline-block;
  vertical-align: top;
  font-size: 29px;
}

@media (max-width:767px) {
  #footer .social-networks li {
    font-size: 24px;
  }

}

#footer .social-networks li + li {
  margin-left: 13px;
}

#footer .social-networks li a:hover {
  opacity: 0.7;
}

.footer-menu .col {
  width: 22.3%;
}

@media (max-width:1023px) {
  .footer-menu .col {
    width: 33.33%;
  }

}

@media (max-width:767px) {
  .footer-menu .col {
    width: 100%;
    text-align: center;
  }

}

@media (max-width:767px) {
  .footer-menu ul li {
    margin-bottom: 10px;
  }

}

.footer-menu ul li a {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 22px;
}

@media (max-width:767px) {
  .footer-menu ul li a {
    font-size: 18px;
  }

}

.footer-menu ul li a:hover {
  opacity: 0.7;
}

#wppb_general_top_error_message, .wppb-form-error {
  color: red;
  display: block;
  margin: 0;
}

.pms_field-errors-wrapper p {
  color: red;
  margin-bottom: 0;
  margin-left: 25.7%;
}

@media (max-width:1379px) {
  .pms_field-errors-wrapper p {
    margin-left: 27%;
  }

}

@media (max-width:1023px) {
  .pms_field-errors-wrapper p {
    margin-left: 30%;
  }

}

@media (max-width:767px) {
  .pms_field-errors-wrapper p {
    margin-left: 0;
  }

}

.register-block h1 {
  margin-top: 80px;
  margin-bottom: 66px;
  padding-right: 120px;
}

@media (max-width:1023px) {
  .register-block h1 {
    margin-top: 0;
    margin-bottom: 30px;
    padding-right: 0;
  }

}

.register-block .text-wrap {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  padding-bottom: 66px;
  padding-right: 120px;
}

@media (max-width:1023px) {
  .register-block .text-wrap {
    font-size: 24px;
    padding-right: 0;
  }

}

@media (max-width:767px) {
  .register-block .text-wrap {
    font-size: 21px;
    padding-bottom: 30px;
  }

}

.register-block .text-wrap p {
  margin-bottom: 32px;
}

.register-block #wppb_general_top_error_message, .register-block .wppb-form-error {
  margin-left: 25.7%;
}

@media (max-width:1379px) {
  .register-block #wppb_general_top_error_message, .register-block .wppb-form-error {
    margin-left: 27%;
  }

}

@media (max-width:1023px) {
  .register-block #wppb_general_top_error_message, .register-block .wppb-form-error {
    margin-left: 30%;
  }

}

@media (max-width:767px) {
  .register-block #wppb_general_top_error_message, .register-block .wppb-form-error {
    margin-left: 0;
  }

}

.register-block .btn {
  min-width: 250px;
  margin-top: 66px;
  margin-bottom: 30px;
}

@media (max-width:1023px) {
  .register-block .btn {
    margin-top: 0;
    margin-bottom: 0;
  }

}

.register-form {
  padding-bottom: 80px;
}

@media (max-width:767px) {
  .register-form {
    padding-bottom: 50px;
  }

}

.register-form h4 {
  font-size: 26px;
  margin-bottom: 33px;
  margin-top: 80px;
}

@media (max-width:767px) {
  .register-form h4 {
    font-size: 22px;
    margin-top: 50px;
    margin-bottom: 20px;
  }

}

.register-form [type="radio"]:checked, .register-form [type="radio"]:not(:checked), .register-form [type="checkbox"]:checked, .register-form [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
#wppb-form-element-35 [type="radio"]:checked, #wppb-form-element-35 [type="radio"]:not(:checked), #wppb-form-element-35 [type="checkbox"]:checked, #wppb-form-element-35 [type="checkbox"]:not(:checked) {
  position: static !important;
  left: 0px !important;
  margin-right:10px;
}

#wppb-form-element-35 label {
  font-size: 20px;
}
#wppb-form-element-35 .wppb-checkboxes {
  margin-top:15px;
}
#wppb-form-element-35 .wppb-checkboxes label{
  font-size: 15px !important;
}

.register-form [type="radio"]:checked + span, .register-form [type="radio"]:not(:checked) + span, .register-form [type="checkbox"]:checked + span, .register-form [type="checkbox"]:not(:checked) + span {
  position: relative;
  padding: 2px 0 0 54px;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  color: #000;
}

@media (max-width:767px) {
  .register-form [type="radio"]:checked + span, .register-form [type="radio"]:not(:checked) + span, .register-form [type="checkbox"]:checked + span, .register-form [type="checkbox"]:not(:checked) + span {
    font-size: 18px;
    padding: 0 0 0 30px;
  }

}

.register-form [type="radio"]:checked + span:before, .register-form [type="radio"]:checked + span:after, .register-form [type="radio"]:not(:checked) + span:before, .register-form [type="radio"]:not(:checked) + span:after, .register-form [type="checkbox"]:checked + span:before, .register-form [type="checkbox"]:checked + span:after, .register-form [type="checkbox"]:not(:checked) + span:before, .register-form [type="checkbox"]:not(:checked) + span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}

.register-form [type="radio"]:checked + span:before, .register-form [type="radio"]:not(:checked) + span:before, .register-form [type="checkbox"]:checked + span:before, .register-form [type="checkbox"]:not(:checked) + span:before {
  width: 24px;
  height: 24px;
  border: 1px solid #000;
}

@media (max-width:767px) {
  .register-form [type="radio"]:checked + span:before, .register-form [type="radio"]:not(:checked) + span:before, .register-form [type="checkbox"]:checked + span:before, .register-form [type="checkbox"]:not(:checked) + span:before {
    width: 18px;
    height: 18px;
  }

}

.register-form [type="radio"]:checked + span:after, .register-form [type="radio"]:not(:checked) + span:after, .register-form [type="checkbox"]:checked + span:after, .register-form [type="checkbox"]:not(:checked) + span:after {
  width: 10px;
  height: 10px;
  top: 7px;
  left: 7px;
  background: #000;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}

@media (max-width:767px) {
  .register-form [type="radio"]:checked + span:after, .register-form [type="radio"]:not(:checked) + span:after, .register-form [type="checkbox"]:checked + span:after, .register-form [type="checkbox"]:not(:checked) + span:after {
    width: 6px;
    height: 6px;
    top: 6px;
    left: 6px;
  }

}

.register-form [type="radio"]:not(:checked) + span:after, .register-form [type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.register-form [type="radio"]:checked + span:after, .register-form [type="checkbox"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.register-form span.pms_term_and_condition a.terms-link {
  font-size: 14px;
}

.register-form ul.pms-billing-details {
  display: block !important;
}

.wppb-form-field.wppb-subscription-plans .pms-form-fields-wrapper label, .wppb-form-field.wppb-subscription-plans .pms-field-section label {
  width: 25.6%;
}

.wppb-input, .wppb-default-e-mail, .wppb-default-username, .wppb-default-password, .wppb-default-repeat-password, .wppb-default-website, .wppb-avatar, .wppb-map, .pms-field {
  margin-bottom: 21px;
}

.wppb-input:after, .wppb-default-e-mail:after, .wppb-default-username:after, .wppb-default-password:after, .wppb-default-repeat-password:after, .wppb-default-website:after, .wppb-avatar:after, .wppb-map:after, .pms-field:after {
  clear: both;
  display: block;
  content: '';
}

.wppb-input label, .wppb-default-e-mail label, .wppb-default-username label, .wppb-default-password label, .wppb-default-repeat-password label, .wppb-default-website label, .wppb-avatar label, .wppb-map label, .pms-field label {
  width: 25.7%;
  float: left;
  padding-right: 15px;
  font-size: 20px;
}

@media (max-width:1379px) {
  .wppb-input label, .wppb-default-e-mail label, .wppb-default-username label, .wppb-default-password label, .wppb-default-repeat-password label, .wppb-default-website label, .wppb-avatar label, .wppb-map label, .pms-field label {
    width: 27%;
  }

}

@media (max-width:1023px) {
  .wppb-input label, .wppb-default-e-mail label, .wppb-default-username label, .wppb-default-password label, .wppb-default-repeat-password label, .wppb-default-website label, .wppb-avatar label, .wppb-map label, .pms-field label {
    font-size: 17px;
    width: 30%;
    margin-bottom: 10px;
  }

}

@media (max-width:767px) {
  .wppb-input label, .wppb-default-e-mail label, .wppb-default-username label, .wppb-default-password label, .wppb-default-repeat-password label, .wppb-default-website label, .wppb-avatar label, .wppb-map label, .pms-field label {
    width: 100%;
  }

}

.wppb-input label .wppb-required, .wppb-default-e-mail label .wppb-required, .wppb-default-username label .wppb-required, .wppb-default-password label .wppb-required, .wppb-default-repeat-password label .wppb-required, .wppb-default-website label .wppb-required, .wppb-avatar label .wppb-required, .wppb-map label .wppb-required, .pms-field label .wppb-required {
  padding-left: 5px;
  color: #f00;
}

.wppb-input .pms-field-description, .wppb-default-e-mail .pms-field-description, .wppb-default-username .pms-field-description, .wppb-default-password .pms-field-description, .wppb-default-repeat-password .pms-field-description, .wppb-default-website .pms-field-description, .wppb-avatar .pms-field-description, .wppb-map .pms-field-description, .pms-field .pms-field-description {
  width: 25.7%;
  font-size: 13px;
}

@media (max-width:1379px) {
  .wppb-input .pms-field-description, .wppb-default-e-mail .pms-field-description, .wppb-default-username .pms-field-description, .wppb-default-password .pms-field-description, .wppb-default-repeat-password .pms-field-description, .wppb-default-website .pms-field-description, .wppb-avatar .pms-field-description, .wppb-map .pms-field-description, .pms-field .pms-field-description {
    width: 27%;
  }

}

@media (max-width:1023px) {
  .wppb-input .pms-field-description, .wppb-default-e-mail .pms-field-description, .wppb-default-username .pms-field-description, .wppb-default-password .pms-field-description, .wppb-default-repeat-password .pms-field-description, .wppb-default-website .pms-field-description, .wppb-avatar .pms-field-description, .wppb-map .pms-field-description, .pms-field .pms-field-description {
    width: 30%;
  }

}

@media (max-width:767px) {
  .wppb-input .pms-field-description, .wppb-default-e-mail .pms-field-description, .wppb-default-username .pms-field-description, .wppb-default-password .pms-field-description, .wppb-default-repeat-password .pms-field-description, .wppb-default-website .pms-field-description, .wppb-avatar .pms-field-description, .wppb-map .pms-field-description, .pms-field .pms-field-description {
    width: 100%;
  }

}

.wppb-input input, .wppb-default-e-mail input, .wppb-default-username input, .wppb-default-password input, .wppb-default-repeat-password input, .wppb-default-website input, .wppb-avatar input, .wppb-map input, .pms-field input {
  width: 74.3%;
}

@media (max-width:1379px) {
  .wppb-input input, .wppb-default-e-mail input, .wppb-default-username input, .wppb-default-password input, .wppb-default-repeat-password input, .wppb-default-website input, .wppb-avatar input, .wppb-map input, .pms-field input {
    width: 73%;
  }

}

@media (max-width:1023px) {
  .wppb-input input, .wppb-default-e-mail input, .wppb-default-username input, .wppb-default-password input, .wppb-default-repeat-password input, .wppb-default-website input, .wppb-avatar input, .wppb-map input, .pms-field input {
    width: 70%;
  }

}

@media (max-width:767px) {
  .wppb-input input, .wppb-default-e-mail input, .wppb-default-username input, .wppb-default-password input, .wppb-default-repeat-password input, .wppb-default-website input, .wppb-avatar input, .wppb-map input, .pms-field input {
    width: 100%;
  }

}

.pms-field .pms-field-description {
  margin: 7px 0 28px;
}

.wppb-form-field .wppb-description-delimiter {
  margin: 7px 0 28px;
  display: block;
  width: 100%;
  padding-left: 25.7%;
  font-size: 13px;
}

@media (max-width:1379px) {
  .wppb-form-field .wppb-description-delimiter {
    padding-left: 27%;
  }

}

@media (max-width:1023px) {
  .wppb-form-field .wppb-description-delimiter {
    padding-left: 30%;
  }

}

@media (max-width:767px) {
  .wppb-form-field .wppb-description-delimiter {
    padding-left: 0;
  }

}

.form-submit, .login-submit {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  font-weight: 700;
}

.form-submit:before, .login-submit:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  height: 14px;
  width: 21px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/arrow.svg") no-repeat;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.form-submit:hover, .login-submit:hover {
  background: #000;
  color: #fff;
}

.form-submit:hover:before, .login-submit:hover:before {
  background: url("../images/arrow-hover.svg") no-repeat;
}

#upload_gallery_image_button, .acf-actions .acf-button, .form-submit #register, .form-submit #wppb-submit, .form-submit #edit_profile, .form-submit #wppb-recover-password-button, .login-submit #register, .login-submit #wppb-submit, .login-submit #edit_profile, .login-submit #wppb-recover-password-button {
  border: 1px solid #000;
  padding: 7px 36px 8px 14px;
  background: transparent;
  position: relative;
  z-index: 1;
  font-size: 21px;
  min-width: 215px;
  text-align: left;
}

#upload_gallery_image_button , .acf-actions .acf-button{
  margin-bottom:10px;
  min-width: auto;
  display:inline-block !important;
  padding-right:15px !important;
}


#upload_gallery_image_button:hover , .acf-actions .acf-button:hover {
  color:#fff !important;
  background-color:#000 !important;
}

.pms-field-type-select .pms-field-input-container {
  position: relative;
}

.pms-field-type-select .pms-field-input-container:before {
  content: "";
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #000 #000 transparent transparent;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 6px;
  right: 15px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (max-width:767px) {
  .pms-field-type-select .pms-field-input-container:before {
    top: 36px;
  }

}

.pms-field-type-select .pms-field-input-container select {
  height: 30px;
  border: 1px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 35px;
  padding-left: 7px;
}

.pms-field-type-select .pms-field-input-container select::-ms-expand {
  display: none;
}

.pms-subscription-plan-description {
  font-size: 13px;
  margin: 8px 0 16px 54px;
  max-width: 683px;
}

@media (max-width:767px) {
  .pms-subscription-plan-description {
    margin-left: 30px;
  }

}

.pms-subscription-plan {
  padding-left: 54px;
}

@media (max-width:767px) {
  .pms-subscription-plan {
    padding-left: 30px;
  }

}

.pms-subscription-plan [type="radio"]:not(:checked) + span::before {
  left: -54px;
}

@media (max-width:767px) {
  .pms-subscription-plan [type="radio"]:not(:checked) + span::before {
    left: -30px;
  }

}

.pms-subscription-plan [type="radio"]:checked + span, .pms-subscription-plan [type="radio"]:not(:checked) + span {
  padding-left: 0;
  display: inline;
}

.pms-subscription-plan [type="radio"]:checked + span::before {
  left: -54px;
}

@media (max-width:767px) {
  .pms-subscription-plan [type="radio"]:checked + span::before {
    left: -30px;
  }

}

.pms-subscription-plan [type="radio"]:checked + span::after {
  left: -47px;
}

@media (max-width:767px) {
  .pms-subscription-plan [type="radio"]:checked + span::after {
    left: -24px;
  }

}

.pms-subscription-plan span {
  font-size: 21px;
}

.pms-subscription-plan .pms-subscription-plan-description {
  margin-left: 0;
}

.pms-instruction {
  padding: 40px 0 20px;
}

#pms-paygates-wrapper {
  margin: 40px 0 10px;
}

@media (max-width:767px) {
  #pms-paygates-wrapper {
    margin: 50px 0;
  }

}

#pms-paygates-wrapper h3 {
  margin-bottom: 31px;
}

.fst_payment_type_notice {
  margin-bottom: 60px;
  display: none;
}

.fst_payment_type_notice.active {
  display: block;
}

#pms-paygates-inner {
  max-width: 566px;
  margin-bottom: 35px;
}

#pms-paygates-inner label + label {
  float: right;
}

.wppb-checkbox-terms-and-conditions {
  margin-top: 50px;
}

@media (max-width:767px) {
  .wppb-checkbox-terms-and-conditions {
    margin-top: 30px;
  }

}

.wppb-send-credentials-checkbox {
  margin-bottom: 50px;
  visibility: hidden;
  opacity: 0;
}

@media (max-width:767px) {
  .wppb-send-credentials-checkbox {
    margin-bottom: 30px;
  }

}

.wppb-form-field.wppb-subscription-plans .pms-form-fields-wrapper label, .wppb-form-field.wppb-subscription-plans .pms-field-section label {
  width: 25.7% !important;
  padding-right: 15px !important;
}

@media (max-width:1379px) {
  .wppb-form-field.wppb-subscription-plans .pms-form-fields-wrapper label, .wppb-form-field.wppb-subscription-plans .pms-field-section label {
    width: 27% !important;
  }

}

@media (max-width:1023px) {
  .wppb-form-field.wppb-subscription-plans .pms-form-fields-wrapper label, .wppb-form-field.wppb-subscription-plans .pms-field-section label {
    width: 30% !important;
  }

}

@media (max-width:767px) {
  .wppb-form-field.wppb-subscription-plans .pms-form-fields-wrapper label, .wppb-form-field.wppb-subscription-plans .pms-field-section label {
    width: 100% !important;
    padding-bottom: 0 !important;
  }

}

.wppb-form-field .pms-billing-details input[type="text"], .wppb-form-field #pms_billing_country {
  width: 74.3% !important;
}

@media (max-width:1379px) {
  .wppb-form-field .pms-billing-details input[type="text"], .wppb-form-field #pms_billing_country {
    width: 73% !important;
  }

}

@media (max-width:1023px) {
  .wppb-form-field .pms-billing-details input[type="text"], .wppb-form-field #pms_billing_country {
    width: 70% !important;
  }

}

@media (max-width:767px) {
  .wppb-form-field .pms-billing-details input[type="text"], .wppb-form-field #pms_billing_country {
    width: 100% !important;
  }

}

.edit-profile-block {
  padding-top: 40px;
}

.edit-profile-form .form-submit {
  margin-top: 40px;
}

#wppb_form_success_message {
  color: green;
}

.wppb-error {
  color: red;
}

.wppb-error a {
  color: red;
}

.wppb-error a:hover {
  opacity: 0.7;
}

.log-in-block {
  padding: 80px 0;
}

@media (max-width:767px) {
  .log-in-block {
    padding: 50px 0;
  }

}

.log-in-block h1 {
  margin-bottom: 96px;
}

@media (max-width:767px) {
  .log-in-block h1 {
    margin-bottom: 30px;
  }

}

.log-in-block .wppb-error {
  margin-left: 26.5%;
}

@media (max-width:1199px) {
  .log-in-block .wppb-error {
    margin-left: 35%;
  }

}

@media (max-width:767px) {
  .log-in-block .wppb-error {
    margin-left: 0;
  }

}

#loginform > p:not(.login-submit) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#loginform > p:not(.login-submit) input[type="text"], #loginform > p:not(.login-submit) input[type="password"] {
  width: 36.2%;
  height: 40px;
}

@media (max-width:1199px) {
  #loginform > p:not(.login-submit) input[type="text"], #loginform > p:not(.login-submit) input[type="password"] {
    width: 45%;
  }

}

@media (max-width:767px) {
  #loginform > p:not(.login-submit) input[type="text"], #loginform > p:not(.login-submit) input[type="password"] {
    width: 100%;
  }

}

p.login-register-lost-password {
  margin-top: 15px;
}

.log-in-form label {
  font-size: 20px;
  width: 26.5%;
  padding-right: 15px;
}

@media (max-width:1199px) {
  .log-in-form label {
    width: 35%;
  }

}

@media (max-width:767px) {
  .log-in-form label {
    width: 100%;
    font-size: 16px;
    margin-bottom: 5px;
  }

}

.log-in-form .login-remember {
  margin-left: 26.5%;
  margin-top: 29px;
}

@media (max-width:1199px) {
  .log-in-form .login-remember {
    margin-left: 35%;
  }

}

@media (max-width:767px) {
  .log-in-form .login-remember {
    margin-left: 0;
  }

}

.log-in-form .login-remember label {
  font-size: 14px;
}

.log-in-form .login-submit {
  margin-top: 27px;
}

.pms-account-subscriptions-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid black;
}

.pms-account-subscriptions-header span {
  width: 33.33%;
  font-size: 21px;
  padding: 5px 10px;
  text-align: center;
}

@media (max-width:479px) {
  .pms-account-subscriptions-header span {
    font-size: 16px;
  }

}

.pms-account-subscriptions-header span + span {
  border-left: 1px solid black;
}

.pms-account-subscriptions-header span:first-child {
  text-align: left;
}

.pms-account-subscriptions-header span:last-child {
  text-align: right;
}

.pms-subscription-plan-has-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 0 0 30px;
  border: 1px solid black;
  border-top: none;
}

.pms-subscription-plan-has-actions span {
  font-size: 17px;
  width: 33.33%;
  text-align: center;
  padding: 5px 10px;
  border-bottom: 1px solid black;
}

@media (max-width:479px) {
  .pms-subscription-plan-has-actions span {
    font-size: 14px;
  }

}

.pms-subscription-plan-has-actions span + span {
  border-left: 1px solid black;
}

.pms-subscription-plan-has-actions span:first-child {
  text-align: left;
}

.pms-subscription-plan-has-actions span:last-child {
  text-align: right;
}

.pms-subscription-plan-has-actions .pms-subscription-plan-expiration {
  text-align: right;
}

.pms-subscription-plan-has-actions .pms-subscription-details {
  position: absolute;
  bottom: 0;
  right: 0;
  border: none;
  width: 100%;
}

.pms-subscription-plan-has-actions .pms-subscription-details a:hover {
  opacity: 0.7;
}

.pms-account-subscription-details-table {
  width: 100%;
  margin-bottom: 15px;
}

.pms-account-subscription-details-table td {
  border-color: #000;
}

.wppb-subscription-plans a:hover {
  opacity: 0.7;
}

.detail-heading {
  margin-bottom: 60px;
}

@media (max-width:767px) {
  .detail-heading {
    margin-bottom: 30px;
  }

}

.detail-heading .back {
  padding-top: 8px;
}

@media (max-width:767px) {
  .detail-heading .back {
    margin-bottom: 15px;
  }

}

.detail-heading .back a {
  padding-left: 40px;
  position: relative;
  font-size: 21px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width:1023px) {
  .detail-heading .back a {
    font-size: 18px;
  }

}

.detail-heading .back a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 14px;
  width: 21px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -7px;
  background: url("../images/arrow.svg") no-repeat;
}

.detail-heading .back a:hover {
  opacity: 0.7;
}

.detail-heading h1 {
  margin-bottom: 0;
}

.detail-heading time {
  font-size: 80px;
}

@media (max-width:1199px) {
  .detail-heading time {
    font-size: 60px;
  }

}

@media (max-width:1023px) {
  .detail-heading time {
    font-size: 45px;
  }

}

@media (max-width:767px) {
  .detail-heading time {
    font-size: 30px;
  }

}

.sidebar {
  font-size: 21px;
  font-weight: 700;
}

@media (max-width:1023px) {
  .sidebar {
    font-size: 18px;
  }

}

.sidebar a:hover {
  opacity: 0.7;
}

.sidebar .tag {
  display: block;
  margin-bottom: 24px;
}

.sidebar .date {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 26px 0;
}

.sidebar .price {
  display: block;
}

.sidebar .gallery-detail {
  padding: 25px 0;
  border-bottom: 1px solid #000;
}

.sidebar .gallery-detail p {
  margin: 0;
}

.sidebar .gallery-info {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 25px 0;
}

.sidebar .gallery-info .social-networks {
  margin-bottom: 0;
}

.sidebar .article-types {
  margin: 0 0 1em;
}

.sidebar ul.social-networks {
  margin-bottom: 37px;
}

.sidebar ul.social-networks li {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
}

.sidebar ul.social-networks li + li {
  margin-left: 8px;
}

.sidebar ul.social-networks li a:hover {
  opacity: 0.7;
}

.sidebar .view-gallery {
  display: block;
  padding-bottom: 0px;
}

.sidebar .add-to-calendar {
  position: relative;
}

.sidebar .add-to-calendar a {
  display: block;
  padding: 13px 30px 15px 0;
}

.sidebar .add-to-calendar a#add-to-calendar:hover {
  opacity: 1;
}

.sidebar .add-to-calendar a#add-to-calendar .ace_dd .ace_opt {
  padding: 15px 20px;
}

.sidebar .add-to-calendar a#add-to-calendar .ace_dd .ace_opt:nth-child(1), .sidebar .add-to-calendar a#add-to-calendar .ace_dd .ace_opt:nth-child(3), .sidebar .add-to-calendar a#add-to-calendar .ace_dd .ace_opt:nth-child(4) {
  display: none;
}

.sidebar .add-to-calendar:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #000 #000 transparent transparent;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -5px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}

.sidebar .event-logos {
  border-top: 1px solid #000;
  padding: 33px 0 25px;
}

.sidebar .event-logos ul li + li {
  margin-top: 27px;
}

.sidebar .tag-lists {
  padding: 22px 0 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}

.sidebar a.btn {
  min-width: 0;
  width: 100%;
}

.detail-main-block {
  margin-bottom: 120px;
}

@media (max-width:1023px) {
  .detail-main-block {
    margin-bottom: 80px;
  }

}

@media (max-width:767px) {
  .detail-main-block {
    margin-bottom: 50px;
  }

}

.detail-main-block .sidebar {
  padding-right: 30px;
}

@media (max-width:767px) {
  .detail-main-block .sidebar {
    margin-bottom: 30px;
  }

}

.main-content h2 {
  max-width: 700px;
}

.main-content img {
  margin-bottom: 15px;
  display: block;
}

.main-content .event-gallery {
  margin-bottom: 60px;
}

.main-content .caption {
  display: block;
  font-style: italic;
}

@media (max-width:767px) {
  .main-content .caption {
    margin-bottom: 30px;
  }

}

.main-content.generic-page p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.main-content.generic-page ul li, .main-content.generic-page ol li {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.main-content p {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 60px;
}

@media (max-width:1199px) {
  .main-content p {
    font-size: 21px;
  }

}

@media (max-width:1023px) {
  .main-content p {
    font-size: 18px;
    margin-bottom: 40px;
  }

}

.main-content .btn-block {
  margin-bottom: 60px;
}

@media (max-width:767px) {
  .main-content .btn-block {
    margin-bottom: 30px;
  }

}

.main-content .btn-block .share-icons {
  display: none;
  vertical-align: middle;
}

.main-content .btn-block .share-icons.active {
  display: inline-block;
}

.main-content .btn-block .share-icons.active ul.heateor_sss_sharing_ul, .main-content .btn-block .share-icons.active ul.heateor_sss_follow_ul {
  margin: 0 !important;
}

.main-content .btn-block .share-icons.active ul.heateor_sss_sharing_ul .heateorSssSharing, .main-content .btn-block .share-icons.active ul.heateor_sss_sharing_ul .heateorSssSharingButton, .main-content .btn-block .share-icons.active ul.heateor_sss_follow_ul .heateorSssSharing, .main-content .btn-block .share-icons.active ul.heateor_sss_follow_ul .heateorSssSharingButton {
  margin: 0 2px;
  background: none;
  background-position: center center;
  background-repeat: no-repeat;
}

.main-content .btn-block .share-icons.active ul.heateor_sss_sharing_ul .heateorSssSharing.heateorSssFacebookBackground, .main-content .btn-block .share-icons.active ul.heateor_sss_sharing_ul .heateorSssSharingButton.heateorSssFacebookBackground, .main-content .btn-block .share-icons.active ul.heateor_sss_follow_ul .heateorSssSharing.heateorSssFacebookBackground, .main-content .btn-block .share-icons.active ul.heateor_sss_follow_ul .heateorSssSharingButton.heateorSssFacebookBackground {
  background-image: url("../images/facebook.png");
}

.main-content .btn-block .share-icons.active ul.heateor_sss_sharing_ul .heateorSssSharing.heateorSssTwitterBackground, .main-content .btn-block .share-icons.active ul.heateor_sss_sharing_ul .heateorSssSharingButton.heateorSssTwitterBackground, .main-content .btn-block .share-icons.active ul.heateor_sss_follow_ul .heateorSssSharing.heateorSssTwitterBackground, .main-content .btn-block .share-icons.active ul.heateor_sss_follow_ul .heateorSssSharingButton.heateorSssTwitterBackground {
  background-image: url("../images/twitter.png");
}

.main-content .btn-block .share-icons.active ul.heateor_sss_sharing_ul .heateorSssSharing.heateorSssGoogleplusBackground, .main-content .btn-block .share-icons.active ul.heateor_sss_sharing_ul .heateorSssSharingButton.heateorSssGoogleplusBackground, .main-content .btn-block .share-icons.active ul.heateor_sss_follow_ul .heateorSssSharing.heateorSssGoogleplusBackground, .main-content .btn-block .share-icons.active ul.heateor_sss_follow_ul .heateorSssSharingButton.heateorSssGoogleplusBackground {
  background-image: url("../images/googleplus.png");
}

.main-content .btn-block .share-icons.active ul.heateor_sss_sharing_ul .heateorSssSharing.heateorSssCopyLinkBackground, .main-content .btn-block .share-icons.active ul.heateor_sss_sharing_ul .heateorSssSharingButton.heateorSssCopyLinkBackground, .main-content .btn-block .share-icons.active ul.heateor_sss_follow_ul .heateorSssSharing.heateorSssCopyLinkBackground, .main-content .btn-block .share-icons.active ul.heateor_sss_follow_ul .heateorSssSharingButton.heateorSssCopyLinkBackground {
  background-image: url("../images/link.png");
}

.main-content .btn-block .share-icons.active ul.heateor_sss_sharing_ul .heateorSssSharing.heateorSssCopyLinkBackground .heateorSssCopyLinkSvg, .main-content .btn-block .share-icons.active ul.heateor_sss_sharing_ul .heateorSssSharingButton.heateorSssCopyLinkBackground .heateorSssCopyLinkSvg, .main-content .btn-block .share-icons.active ul.heateor_sss_follow_ul .heateorSssSharing.heateorSssCopyLinkBackground .heateorSssCopyLinkSvg, .main-content .btn-block .share-icons.active ul.heateor_sss_follow_ul .heateorSssSharingButton.heateorSssCopyLinkBackground .heateorSssCopyLinkSvg {
  background: none;
}

.main-content .btn-block .share-icons.active ul.heateor_sss_sharing_ul .heateorSssSharing.heateorSssInstagramBackground, .main-content .btn-block .share-icons.active ul.heateor_sss_sharing_ul .heateorSssSharingButton.heateorSssInstagramBackground, .main-content .btn-block .share-icons.active ul.heateor_sss_follow_ul .heateorSssSharing.heateorSssInstagramBackground, .main-content .btn-block .share-icons.active ul.heateor_sss_follow_ul .heateorSssSharingButton.heateorSssInstagramBackground {
  background-image: url("../images/instagram-brands.svg");
  background-size: 24px;
}

.main-content .btn-block .share-icons.active ul.heateor_sss_sharing_ul .heateorSssSharing.heateorSssEmailBackground, .main-content .btn-block .share-icons.active ul.heateor_sss_sharing_ul .heateorSssSharingButton.heateorSssEmailBackground, .main-content .btn-block .share-icons.active ul.heateor_sss_follow_ul .heateorSssSharing.heateorSssEmailBackground, .main-content .btn-block .share-icons.active ul.heateor_sss_follow_ul .heateorSssSharingButton.heateorSssEmailBackground {
  background-image: url("../images/mail.png");
}

.main-content .btn-block .share-icons.active ul.heateor_sss_sharing_ul .heateorSssSharing *:not(.heateorSssCopyLinkSvg), .main-content .btn-block .share-icons.active ul.heateor_sss_sharing_ul .heateorSssSharingButton *:not(.heateorSssCopyLinkSvg), .main-content .btn-block .share-icons.active ul.heateor_sss_follow_ul .heateorSssSharing *:not(.heateorSssCopyLinkSvg), .main-content .btn-block .share-icons.active ul.heateor_sss_follow_ul .heateorSssSharingButton *:not(.heateorSssCopyLinkSvg) {
  visibility: hidden;
  opacity: 0;
}

.main-content .btn-block .social-networks {
  margin-left: 32px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width:479px) {
  .main-content .btn-block .social-networks {
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
  }

}

@media (max-width:1023px) {
  .main-content .btn-block .social-networks {
    margin-left: 0;
    padding-top: 20px;
    display: block;
  }

}

.main-content .btn-block .social-networks li {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
}

.main-content .btn-block .social-networks li + li {
  margin-left: 15px;
}

.main-content .btn-block .social-networks li a:hover {
  opacity: 0.7;
}

@media (max-width:479px) {
  .main-content .btn {
    width: 100%;
  }

}

.main-content .btn + .btn {
  margin-left: 15px;
}

@media (max-width:479px) {
  .main-content .btn + .btn {
    margin: 15px 0 0;
  }

}

@media (max-width:1023px) {
  .main-content .btn.btn-arrow {
    min-width: 210px;
  }

}

@media (max-width:479px) {
  .main-content .btn.btn-arrow {
    width: 100%;
  }

}

.related-block {
  padding-bottom: 100px;
}

@media (max-width:767px) {
  .related-block {
    padding-bottom: 50px;
  }

}

.related-block .btn-wrap {
  text-align: center;
}

.related-block .btn-wrap .btn {
  min-width: 200px;
}

.add-event-block {
  padding-bottom: 120px;
}

@media (max-width:767px) {
  .add-event-block {
    padding-bottom: 60px;
  }

}

.add-event-block .acf-form-submit {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 40px 0 0;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}

@media (max-width:767px) {
  .add-event-block .acf-form-submit {
    margin-top: 20px;
  }

}

.add-event-block .acf-form-submit:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  height: 14px;
  width: 21px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/arrow.svg") no-repeat;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.add-event-block .acf-form-submit:hover {
  background: #000;
  color: #fff;
}

.add-event-block .acf-form-submit:hover:before {
  background: url("../images/arrow-hover.svg") no-repeat;
}

.add-event-block .acf-form-submit .acf-button {
  border: 1px solid #000;
  padding: 7px 36px 8px 14px;
  background: transparent;
  position: relative;
  z-index: 1;
  font-size: 21px;
  min-width: 215px;
  text-align: left;
}

.add-event-block .acf-form-submit .acf-spinner {
  position: absolute;
  top: 12px;
  right: -23px;
}

.add-event-block .acf-repeater .acf-fields > .acf-field {
  padding: 10px;
}

.add-event-block .acf-fields > .acf-field {
  padding: 0;
  border: none;
  margin-bottom: 20px;
}

.add-event-block .acf-fields > .acf-field .acf-image-uploader a.acf-button.button {
  font-weight: bold;
}

.add-event-block .acf-fields .acf-label {
  width: 25.7%;
  float: left;
  padding-right: 15px;
  margin: 0;
  font-size: 20px;
}

@media (max-width:1379px) {
  .add-event-block .acf-fields .acf-label {
    width: 27%;
  }

}

@media (max-width:1023px) {
  .add-event-block .acf-fields .acf-label {
    width: 30%;
    font-size: 17px;
    margin-bottom: 10px;
  }

}

@media (max-width:767px) {
  .add-event-block .acf-fields .acf-label {
    width: 100%;
  }

}

.add-event-block .acf-fields .acf-label label {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

@media (max-width:1023px) {
  .add-event-block .acf-fields .acf-label label {
    font-size: 17px;
  }

}

.add-event-block .acf-fields .acf-label .description {
  font-size: 12px;
}

.add-event-block .acf-fields .select-wrap, .add-event-block .acf-fields .multi-select-wrap, .add-event-block .acf-fields .acf-input {
  float: left;
  width: 74.3%;
}

.add-event-block .acf-fields .select-wrap .acf-input-prepend, .add-event-block .acf-fields .multi-select-wrap .acf-input-prepend, .add-event-block .acf-fields .acf-input .acf-input-prepend {
  height: 30px;
  line-height: 24px;
  border-color: #000;
}

@media (max-width:1379px) {
  .add-event-block .acf-fields .select-wrap, .add-event-block .acf-fields .multi-select-wrap, .add-event-block .acf-fields .acf-input {
    width: 73%;
  }

}

@media (max-width:1023px) {
  .add-event-block .acf-fields .select-wrap, .add-event-block .acf-fields .multi-select-wrap, .add-event-block .acf-fields .acf-input {
    width: 70%;
  }

}

@media (max-width:767px) {
  .add-event-block .acf-fields .select-wrap, .add-event-block .acf-fields .multi-select-wrap, .add-event-block .acf-fields .acf-input {
    width: 100%;
  }

}

.add-event-block .acf-fields .select-wrap textarea, .add-event-block .acf-fields .multi-select-wrap textarea, .add-event-block .acf-fields .acf-input textarea {
  resize: none;
}

.add-event-block .acf-fields .acf-field-select .acf-input {
  position: relative;
}

.add-event-block .acf-fields .acf-field-select .acf-input:before {
  content: "";
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #000 #000 transparent transparent;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 6px;
  right: 15px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.add-event-block .acf-fields .acf-field-select .acf-input select {
  height: 30px;
  border: 1px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 35px;
  padding-left: 7px;
  position: relative;
  z-index: 1;
  background: transparent;
}

.add-event-block .acf-fields .acf-field-select .acf-input select::-ms-expand {
  display: none;
}

.add-event-block .acf-fields .multi-select-wrap select {
  border: 1px solid #000;
}

.add-event-block .acf-input-wrap input {
  height: 30px;
}

.dashboard-block {
  padding-bottom: 120px;
}

@media (max-width:767px) {
  .dashboard-block {
    padding-bottom: 50px;
  }

}

.dashboard-block .table-wrap {
  overflow-x: auto;
  overflow-y: hidden;
}

.dashboard-block table {
  width: 100%;
  min-width: 600px;
}

.dashboard-block table td, .dashboard-block table th {
  text-align: center;
}

.dashboard-block table .sn {
  width: 5%;
}

.dashboard-block table .name {
  width: 70%;
}

.dashboard-block table .status {
  width: 10%;
}

.dashboard-block table .action {
  width: 15%;
}

.dashboard-block table td.name {
  text-align: left;
}

.dashboard-block table ul {
  margin-left: -10px;
}

.dashboard-block table ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

.dashboard-block table a:hover {
  opacity: 0.7;
}

.dashboard-block .action-btns .btn {
  margin-bottom: 5px;
}

.recover-password .wppb-username-email {
  margin-bottom: 20px;
}

.recover-password .wppb-warning {
  color: #ff0000;
}

.recover-password #wppb-recover-password ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.recover-password #wppb-recover-password ul li input[type="text"], .recover-password #wppb-recover-password ul li input[type="password"] {
  width: 36.2%;
  height: 40px;
}

@media (max-width:1199px) {
  .recover-password #wppb-recover-password ul li input[type="text"], .recover-password #wppb-recover-password ul li input[type="password"] {
    width: 45%;
  }

}

@media (max-width:767px) {
  .recover-password #wppb-recover-password ul li input[type="text"], .recover-password #wppb-recover-password ul li input[type="password"] {
    width: 100%;
  }

}

.recover-password #wppb-recover-password .wppb-form-field label {
  font-size: 20px;
  width: 26.5%;
  padding-right: 15px;
}

@media (max-width:1199px) {
  .recover-password #wppb-recover-password .wppb-form-field label {
    width: 35%;
  }

}

@media (max-width:767px) {
  .recover-password #wppb-recover-password .wppb-form-field label {
    width: 100%;
    font-size: 16px;
    margin-bottom: 5px;
  }

}

.partner-group h2 {
  border-bottom: 1px solid #000;
}

.partner-group ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.partner-group ul li {
  display: inline-block;
  max-width: 190px;
  padding-right: 50px;
}

.partner-group ul li img {
  max-width: 100%;
  height: auto;
}

.not-found-page {
  text-align: center;
}

.not-found-page .not-found-inner {
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 0;
}

@media (max-width:767px) {
  .not-found-page .not-found-inner {
    min-height: 200px;
  }

}

.not-found-page .not-found-text p {
  font-size: 21px;
  font-weight: 700;
}

@media (max-width:1023px) {
  .not-found-page .not-found-text p {
    font-size: 18px;
  }

}

.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.subscription-text {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 24px 30px 30px;
}

.subscription-text .text {
  max-width: 240px;
  min-height: 355px;
  font-size: 26px;
  font-weight: 700;
}

@media (max-width:1199px) {
  .subscription-text .text {
    font-size: 24px;
  }

}

@media (max-width:1023px) {
  .subscription-text .text {
    font-size: 20px;
  }

}

@media (max-width:767px) {
  .subscription-text .text {
    font-size: 18px;
    min-height: 0;
    max-width: 100%;
    margin-bottom: 30px;
  }

}

.subscription-text a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 14px;
  width: 21px;
  background: url("../images/arrow.svg") no-repeat;
}

.subscription-text a:hover {
  opacity: 0.7;
}

.subscription-text .subscription-from {
  position: relative;
}

.subscription-text .subscription-from input[type='text'], .subscription-text .subscription-from input[type='email'] {
  height: 35px;
  margin-bottom: 12px;
}

.subscription-text .subscription-from input[type='text']::-webkit-input-placeholder, .subscription-text .subscription-from input[type='email']::-webkit-input-placeholder {
  color: #000;
  font-weight: 700;
}

.subscription-text .subscription-from input[type='text']::-moz-placeholder, .subscription-text .subscription-from input[type='email']::-moz-placeholder {
  color: #000;
}

.subscription-text .subscription-from input[type='text']:-ms-input-placeholder, .subscription-text .subscription-from input[type='email']:-ms-input-placeholder {
  color: #000;
}

.subscription-text .subscription-from input[type='text']:-moz-placeholder, .subscription-text .subscription-from input[type='email']:-moz-placeholder {
  color: #000;
}

.subscription-text .subscription-from .mc4wp-response {
  padding-top: 10px;
}

.subscription-text .subscription-from .mc4wp-response .mc4wp-success {
  font-size: 14px;
  color: #00a200;
}

.subscription-text .subscription-from button[type='submit'] {
  font-size: 16px;
}

.subscription-text .subscription-from input[type='email'] {
  padding-right: 60px;
  outline: none;
}

.subscription-text .btn {
  display: block;
  min-width: 0;
  min-height: 30px;
}

.featured-events-block {
  margin-bottom: 30px;
}

@media (max-width:767px) {
  .featured-events-block {
    margin-bottom: 30px;
  }

}

.filter-block {
  margin-bottom: 30px;
  position: relative;
}

.filter-block .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-block .filter-title .title {
  font-size: 21px;
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width:767px) {
  .filter-block .filter-title .title {
    font-size: 20px;
    margin-bottom: 15px;
  }

}

.filter-block .filter-title .title:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 7px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #000 #000 transparent transparent;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}

.filter-block .filter-title .title:hover {
  opacity: 0.7;
}

.filter-block .filter-title.filter-active .title:before {
  top: 11px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width:767px) {
  .filter-block .filter-menu {
    margin-bottom: 15px;
  }

}

.filter-block .filter-menu ul {
  letter-spacing: -5px;
  margin-left: -15px;
}

@media (max-width:767px) {
  .filter-block .filter-menu ul {
    margin-left: -10px;
  }

}

.filter-block .filter-menu ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  margin-left: 15px;
  margin-bottom: 5px;
}

@media (max-width:767px) {
  .filter-block .filter-menu ul li {
    margin-left: 10px;
  }

}

.filter-block .filter-menu ul li > a, .filter-block .filter-menu ul li span.ft-menu {
  border: 1px solid #000;
  display: block;
  padding: 5px 25px 5px 10px;
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
  cursor: pointer;
}

.filter-block .filter-menu ul li > a:hover, .filter-block .filter-menu ul li span.ft-menu:hover {
  opacity: 0.7;
}

.filter-block .filter-menu ul li > a.inactive, .filter-block .filter-menu ul li span.ft-menu.inactive {
  opacity: 0.3;
}

.filter-block .filter-menu ul li > a.active .cross, .filter-block .filter-menu ul li span.ft-menu.active .cross {
  display: inline-block;
}

.filter-block .cross {
  position: absolute;
  top: 8px;
  right: 5px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  display: none;
}

.filter-block .cross:before, .filter-block .cross:after {
  content: "";
  width: 1px;
  height: 14px;
  background: #000;
  position: absolute;
  right: 7px;
  top: 0;
}

.filter-block .cross:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.filter-block .cross:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.filter-block .filter-view {
  font-size: 21px;
  font-weight: 700;
  text-align: right;
  text-transform: capitalize;
}

.filter-block .filter-view input[type='radio'] {
  display: none;
}

@media (max-width:767px) {
  .filter-block .filter-view {
    font-size: 20px;
  }

}

.filter-block .filter-view a:hover {
  opacity: 0.7;
}

.filter-block .filter-view .normal-view, .filter-block .filter-view .calendar-view {
  display: block;
}

.filter-block .filter-view .normal-view.active, .filter-block .filter-view .calendar-view.active {
  display: none;
}

.filter-block .filter-view .jump-wrap {
  display: inline-block;
  position: relative;
}

@media (max-width:767px) {
  .filter-block .filter-view .jump-wrap {
    float: left;
  }

}

.filter-block .filter-view .jump-wrap.active .cross {
  display: block;
}

.filter-block .filter-view .jump-wrap .jump-to-date {
  display: inline-block;
  margin-right: 25px;
}

@media (max-width:1023px) {
  .filter-block .filter-view .jump-wrap .jump-to-date {
    margin-right: 0;
  }

}

.filter-block .filter-view label {
  cursor: pointer;
}

.filter-block .filter-view label:hover {
  opacity: 0.7;
}

.events-block .filter-divider {
  width: 100%;
  display: block;
}

.ui-datepicker {
  margin-top: 30px;
}

.filter-drop {
  background: #fff;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all  0.4s ease-in-out;
  transition: all  0.4s ease-in-out;
}

@media (max-width:767px) {
  .filter-drop {
    padding: 20px 0 40px;
  }

}

.filter-drop ul {
  padding-left: 10px;
  margin-bottom: 30px;
}

@media (max-width:767px) {
  .filter-drop ul {
    padding-left: 0;
  }

}

.filter-drop ul li {
  font-size: 20px;
  position: relative;
  padding-left: 20px;
}

@media (max-width:1199px) {
  .filter-drop ul li {
    font-size: 18px;
  }

}

.filter-drop ul li input {
  position: absolute;
  top: 6px;
  left: 0;
}

.filter-drop ul li label.label-control span:before {
  content: '';
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  font-size: 11px;
  text-align: center;
  line-height: 14px;
  display: inline-block;
  position: relative;
  top: 0;
  left: -10px;
  border-radius: 2px;
  color: #fff;
  color: transparent;
  text-shadow: 0 0 0 green;
}

.filter-drop ul li label.label-control input[type='radio'], .filter-drop ul li label.label-control input[type='checkbox'] {
  display: none;
}

.filter-drop ul li label.label-control input[type='radio']:checked + span:before, .filter-drop ul li label.label-control input[type='checkbox']:checked + span:before {
  background: #000;
}

.filter-drop ul li label.label-control input[type='radio']:checked + span:after, .filter-drop ul li label.label-control input[type='checkbox']:checked + span:after {
  content: '';
  height: 5px;
  width: 9px;
  border-color: #fff #fff transparent transparent;
  border-width: 2px 2px 0 0;
  border-style: solid;
  position: absolute;
  top: 8px;
  left: 12px;
  -webkit-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  transform: rotate(130deg);
}

@media (max-width:767px) {
  .filter-drop ul li label.label-control input[type='radio']:checked + span:after, .filter-drop ul li label.label-control input[type='checkbox']:checked + span:after {
    top: 5px;
  }

}

.filter-drop.option-active {
  padding: 40px 0 80px;
  opacity: 1;
  max-height: 500px;
}

@media (max-width:1023px) {
  .filter-drop.option-active {
    max-height: 9999px;
  }

}

@media (max-width:1023px) {
  .filter-drop .medium-3 {
    width: 20%;
  }

  .filter-drop .small-12 {
    width: 100%;
  }

  .filter-drop .small-6 {
    width: 50%;
  }

}

.events-block {
  padding-bottom: 60px;
}

.events-block.loading {
  position: relative;
}

.events-block.loading .sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 999;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}

.events-block.loading .sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.events-block.loading .sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.events-block.loading .sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.events-block.loading .sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.events-block.loading .sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.events-block.loading .sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.events-block.loading .sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.events-block.loading .sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.events-block.loading .sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.events-block.loading .sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.events-block.loading .sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.events-block.loading .sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.events-block.loading .sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.events-block.loading .sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.events-block.loading .sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.events-block.loading .sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.events-block.loading .sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.events-block.loading .sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.events-block.loading .sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.events-block.loading .sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.events-block.loading .sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.events-block.loading .sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.events-block.loading .sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.events-block.loading .sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

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

}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

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

}

.events-block.loading::before {
  content: '';
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.events-block .btn-wrap {
  text-align: center;
}

.subscription-wrap {
  position: relative;
}

.subscription-wrap input[type='text'], .subscription-wrap input[type='email'] {
  height: 35px;
  margin-bottom: 12px;
  font-size: 16px;
}

.subscription-wrap input[type='text']::-webkit-input-placeholder, .subscription-wrap input[type='email']::-webkit-input-placeholder {
  color: #000;
  font-weight: 700;
}

.subscription-wrap input[type='text']::-moz-placeholder, .subscription-wrap input[type='email']::-moz-placeholder {
  color: #000;
}

.subscription-wrap input[type='text']:-ms-input-placeholder, .subscription-wrap input[type='email']:-ms-input-placeholder {
  color: #000;
}

.subscription-wrap input[type='text']:-moz-placeholder, .subscription-wrap input[type='email']:-moz-placeholder {
  color: #000;
}

.subscription-wrap .mc4wp-response {
  padding-top: 10px;
}

.subscription-wrap .mc4wp-response .mc4wp-success {
  font-size: 14px;
  color: #00a200;
}

.subscription-wrap button[type='submit'] {
  font-size: 16px;
  margin: 0 0  50px;
}

.subscription-wrap input[type='email'] {
  padding-right: 60px;
  outline: none;
}

.search-page .tabs {
  list-style: none;
  padding: 0;
  display: block;
}

.search-page .tabs li {
  display: inline-block;
}

.search-page .tabs li span {
  border: 1px solid #000;
  padding: 10px 26px;
  display: inline-block;
  cursor: pointer;
}

.search-page .tabs li.active span {
  background: #000;
  color: #fff;
}

.search-page .tab-wrap .tab-content {
  display: none;
}

.search-page .tab-wrap .tab-content.active {
  display: block;
}

/**
 * New changes on CSS only
 */
.register-block .btn {
  margin-top: 10px;
  margin-bottom: 20px;
}

.pms-account-navigation {
  margin-bottom: 20px;
}

.pms-account-navigation ul .pms-account-navigation-link {
  border: 1px solid #000;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  text-align: center;
  margin-bottom: 10px;
}

.pms-account-navigation ul .pms-account-navigation-link a {
  padding: 6px 12px;
  font-size: 21px;
  min-height: 40px;
  line-height: 40px;
  font-weight: 700;
  display: block;
}

.pms-account-navigation ul .pms-account-navigation-link a:hover {
  background: #000;
  color: #fff;
}

.pms-account-navigation ul .pms-account-navigation-link--profile {
  display: none;
}

.dashboard-block #retry-payment table {
  min-width: 100%;
}

.pms-field-type-select .pms-field-input-container {
  width: 74.3%;
  float: right;
}

.pms-field-type-select .pms-field-input-container select#pms_billing_country {
  width: 100%;
}

#pms-retry-payment-subscription-form input[type="submit"], #retry-payment a.pms-account-subscription-action-link, .edit-profile-form a.pms-account-subscription-action-link {
  border: 1px solid #000;
  padding: 8px 14px;
  background: transparent;
  position: relative;
  z-index: 1;
  font-size: 21px;
  font-weight: 700;
  min-width: 180px;
  text-align: left;
  margin-right: 20px;
}

#retry-payment a.pms-account-subscription-action-link {
  display: inline-block;
}

.edit-profile-form a.pms-account-subscription-action-link {
  display: block;
  max-width: 180px;
  text-align: center;
  margin-bottom: 20px;
}

.edit-profile-form .wppb-form-field.wppb-subscription-plans {
  display: none;
}

#pms-retry-payment-subscription-form input[type="submit"]:hover, #retry-payment a.pms-account-subscription-action-link:hover {
  background: #000;
  color: #fff;
}

#pms-retry-payment-subscription-form input[name="pms_confirm_retry_payment_subscription"] {
  margin-left: 25.7%;
}

.dashboard-logout {
  margin-top: 20px;
}

.wppb-input-hidden {
    display: none;
}

@media (max-width:1379px) {
  .pms-field-type-select .pms-field-input-container {
    width: 73%
  }

  #pms-retry-payment-subscription-form input[name="pms_confirm_retry_payment_subscription"] {
    margin-left: 27%;
  }

}

@media (max-width:1023px) {
  .pms-field-type-select .pms-field-input-container {
    width: 70%
  }

  #pms-retry-payment-subscription-form input[name="pms_confirm_retry_payment_subscription"] {
    margin-left: 30%;
  }

}

@media (max-width:767px) {
  .pms-field-type-select .pms-field-input-container {
    width: 100%
  }

  #pms-retry-payment-subscription-form input[name="pms_confirm_retry_payment_subscription"] {
    margin-left: 0;
  }

  #pms-retry-payment-subscription-form input[type="submit"], #retry-payment a.pms-account-subscription-action-link {
    min-width: 140px;
  }

}

@media (max-width:480px) {
  #pms-retry-payment-subscription-form input[type="submit"], #retry-payment a.pms-account-subscription-action-link {
    width: 100%;
    margin: 0 0 15px;
    text-align: center;
  }

}
