body.global,
body.global #container,
body.global #page {
    background: #000;
}

body.global #logo {
    background-image: url('../images/global-logo.png');
    background-size: contain;
    width: 233px;
    height: 67px;
}


#footer-global-left {
    width: 25%;
    float: left;
    min-height: 10px;
    text-align: center;
}

#footer-global-right {
    width: 25%;
    float: left;
    min-height: 10px;
}

body.global a.index-event {
    background: #ffdd00;
}

body.global .index-event-bg {
    height: 299px;
    background-size: cover;
}
.index-event-global-wrap {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    text-align: center;
}
.index-event-global-name {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 5px #000, 0 0 10px #000, 0 0 15px #000;
    display: block;
    margin-bottom: 10px;
}
@media screen and (min-width: 1201px) {
    .global .event-header {
        display: flex;
    }

    .global .event-header h1 {
        flex: 2 0 auto;
    }

    .global .event-header .event-header-btns {
        flex: 2 0 auto;
    }
}
@media screen and (min-width: 601px) {
    .event-header-btns {
        display: flex;
    }

    .event-header-btn {
        flex: 1 0 0;
        padding-left: 20px;
        margin-bottom: 10px;
    }
}
@media (max-width: 1360px) {
    #footer-global-left {
        float: none;
        width: auto;
    }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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: 0;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*
Version: @@ver@@ Timestamp: @@timestamp@@
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input{
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 27px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 27px;
    color: #444;
    text-decoration: none;

    border-radius: 0px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius:0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, white));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 90%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 90%);
    background-image: -o-linear-gradient(bottom, #eeeeee 0%, white 90%);
    background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
    background-image: linear-gradient(top, #eeeeee 0%,#ffffff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-undermask {
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9998;
    background-color: transparent;
    filter: alpha(opacity=0);
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
    background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('select2.png') no-repeat 0 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('select2.png') no-repeat 100% -22px;
    background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('select2.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('select2.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('select2.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100%;
    background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('select2-spinner.gif') no-repeat 100%, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('select2-spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
            box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
    background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
    background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
    background-image: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
    background-image: linear-gradient(top, #ffffff 0%,#eeeeee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(0.5, #eeeeee));
    background-image: -webkit-linear-gradient(center top, white 0%, #eeeeee 50%);
    background-image: -moz-linear-gradient(center top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -ms-linear-gradient(bottom, #ffffff 0%,#eeeeee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
    background-image: linear-gradient(bottom, #ffffff 0%,#eeeeee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: white;
    color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
            box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
            box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0 );
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('select2.png') right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices{
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background:none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    outline: 0;
    left: 0px;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}
/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi)  {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
      background-image: url('select2x2.png') !important;
      background-repeat: no-repeat !important;
      background-size: 60px 40px !important;
  }
  .select2-search input {
      background-position: 100% -21px !important;
  }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
html, body {
    height: 100%;
}
img { border: 0; max-width: 100%;}
a { 
    text-decoration: none;
    color: #ffde00;
}
*:focus {outline:none}
*:focus {outline:none !important}
a,
a:after {
    transition: all 0.4s;
}
p {
    margin: 0;
    -webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;
}

.runmageddon {
    font-family:"runmageddon",Arial,sans-serif;
}




#header-user {
    position: absolute;
    top: 60px;
    left: 270px;
    font-size: 22px;
    color: #ffde00;
    line-height: 32px;
}
#header-lang {
    float: right;

}



#container {
    position: relative;
}


h1 {
    color: #ffdd00;
    font-size: 35px;
    font-weight: normal;
    line-height: 35px;

    font-family:"runmageddon",Arial,sans-serif;
    margin-top: 0;
}
h2 {
    color: #ffdd00;
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
}
h2 span {
    color: #fff;
}
h2.alert-error {
    color: #ff0000;
}
h2.runmageddon {
    font-weight:normal;
}
h3 {
    font-family:"runmageddon",Arial,sans-serif;
    font-size: 27px;
    font-weight: normal;
}
h4 {
    font-size: 16px;
    font-weight: bold;
}
#partners {
    background: #261205;
    display: block;
    min-width: 1000px;
    padding-bottom: 200px;
    
}
#partners-v2 {
    background: #261205;
    display: block;
    min-width: 1000px;
    padding-bottom: 200px;
}
.partners-group {
    height: 160px;
    width: auto;
    float: left;
    position: relative;
}
.partners-group-name {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
#partners-container {
    
    margin: 0 auto;
}
#partners-header {
    font-size: 75px;
    color: #fff;
    text-align:center;
    height: 75px;
    line-height: 75px;
    padding: 0px 0 10px 0;
}
#partners-wrap {
    display: block;
    height: 128px;
}

#index-wrap {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 102px - 162px);
}
#index-video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
#index-video > video {
    min-width: 100%;
    min-height: 100%;

    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    height: auto;

    /* Center the video */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}




#faq-container {
    padding: 0 0 0 0;
}
.faq-elements {
    counter-reset: faq-counter;
}
.faq-element-name:before {
    content: counter(faq-counter)".";
    counter-increment: faq-counter;
    width: 25px;
    display: inline-block;
    text-align: right;
    margin-right: 5px;
}
.faq-element {
    padding: 0 0 17px 0;
}
.faq-element-name {
    color: #ffde00;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
}
.faq-element.active .faq-element-name {
    text-decoration: underline;
}
.faq-element-answer {
    color: #fff;
    display: none;
    width: 100%;
    padding-left: 30px;
}
.person-container {
    width: 296px;
    margin-right: 35px;
    margin-bottom: 15px;
    float: left;
}
.person-container:nth-child(3n) {
    margin-left: 0;
}
.person-image {
    display: block;
    height: 162px;
}
.person-name {
    display: block;
    width: 299px;
    height: 148px;
    margin: -44px 0 -32px 0;
    background: url('../images/personbg.png') no-repeat;
    text-align: center;
}
.person-name-name {
    font-weight: bold;
    color: #ffde00;
    padding: 44px 0 0 0;
    font-size: 14px;
}
.person-description {
    padding: 0 15px;
}





.text table {
    border-collapse: collapse;
}

.text table td {
    border: 1px solid #734C35;
    padding: 3px;
}


.obstacles-element {
    padding: 0 0 17px 0;
    max-width: 870px;
    width: auto;
}

.obstacles-element-name {
    color: #ffde00;
    font-weight: bold;
    
}
.obstacles-element-answer {
    color: #fff;
}
.obstacle-element-image {
    float: left;
    margin: 0 10px 0 0;
}


.trainings-column {
    width: 283px;
    float: left;
    margin: 0 33px 0 0;
}
.training-element {
    border-bottom: 1px solid #080300;
    margin: 0 0 14px 0;
}
.training-element-name {
    font-weight: bold;
    color: #ffde00;
    font-size: 14px;
}
.training-element-description {
    font-weight: bold;
    color: #f9f2e6;
    font-size: 14px;
}
#trainings-map {
    width: 356px;
    height: 406px;
    display: block;
    float: right;
}
#trainings-container {
    float: left;
}


.gallery-element-name {
    color: #ffde00;
    font-weight: bold;
    padding: 0 0 15px 0;
}
.gallery-photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -32px;
    margin-right: -32px;
}
.gallery-photo {
    box-sizing: border-box;
    width: 33%;
    width: calc(100%/3);
    max-width: 200px;
    border: 2px solid transparent;
    overflow: hidden;
    position: relative;
}
.gallery-photo a {
    display: block;
    position: relative;
    padding-bottom: 100%;
}
.gallery-photo a img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.gallery-photo a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    opacity: 0;
    background: #000;
}
.gallery-photo a:hover:after {
    opacity: 0.71;
}
.gallery-photo-name {
    display: block;
    padding: 5px 0 0 20px;
}
.index-partners-slide {
    display: block;
    height: 127px;
	
}
.index-partners-logo {
    display: block;
    float: left;
    width: 114px;
    height: 107px;
    padding: 10px;
    margin: 0 0 0 10px;
}
.index-partners-logo:first-child {
	margin-left: 0;
}
.index-partners-logo a {
    display: block;
    width: 114px;
    height: 107px;
}

.index-partners-logo-sponsor {
    display: block;
    width: 100%;
    height: 140px;
    text-align: center;
}
.index-partners-logo-sponsor a {
    display: block;
    width: 100%;
    height: 140px;
}
.index-partners-logo-medium {
    display: block;
    width: 50%;
    height: 140px;
    text-align: center;
    float: left;
}
.index-partners-logo-medium a {
    display: block;
    width: 100%;
    height: 140px;
}

.index-partners-logo-small {
    display: block;
    width: 50%;
    height: 60px;
    text-align: center;
    float: left;
}
.index-partners-logo-small a {
    display: block;
    width: 100%;
    height: 60px;
}


.index-partners-small-cycle {
    display: block;
    height: 140px;
    width: 100%;
}
.index-partners-small-slide {
    display: block;
    height: 140px;
    width: 100%;
}

#index-news {
    margin-bottom: 22px;

    position:absolute;
    bottom: 0;
    left: 0;

    padding: 2px;
    background: #ffdd00;
    background: -moz-linear-gradient(left, #000000 0%, #ffdd00 100%);
    background: -webkit-linear-gradient(left, #000000 0%,#ffdd00 100%);
    background: linear-gradient(to right, #000000 0%,#ffdd00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffdd00',GradientType=1 );
}
#index-news-bg {

    width: 508px;
    position: relative;
    box-sizing: border-box;

    height: 230px;
}
#index-news-elements {
    position: relative;
}
.index-news-element-wrap {
    display: block;
}
.index-news-element {
    background: #000;
    min-height: 229px;
    width: 508px;
    box-sizing: border-box;
    
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 8px;
    padding-bottom: 40px;
    text-align: center;
    position: relative;
}
.index-news-element-image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.index-news-element-image:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: #000;
    opacity: 0.5;
}
.index-news-element-more {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    text-align: center;
}

.index-news-element-header {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #ffdd00;
    text-transform: uppercase;
}
.index-news-element-date {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.index-news-element-name {
    font-size: 16px;
    font-weight: 600;
    color: #ffdd00;
    margin-bottom: 10px;
    text-transform: uppercase;
    position: relative;
}
.index-news-element-teaser {
    font-size: 12px;
    line-height: 22px;
    
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}


.gallery-photo .gallery-play {
    background: url('../images/slider_play.png') no-repeat center 33%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.event-results-container {
    padding: 5px 0 25px 0;
}
a.event-results {
    display: block;
    padding: 0 0 0 48px;
    background: url('../images/pdf.png') no-repeat 2px center;
    min-height: 30px;
    color: #fff;
    float: left;
}
span.event-results-name {
    font-size: 14px;
    font-weight: bold;
    color: #ffde00;
    display: block;
}
.press-file {
    border-bottom: 1px solid #080300;
    padding: 13px 0 13px 0;
}
.press-file-download {
    float: left;
    width: 110px;
    height: 26px;
    display: block;
}

.press-file-right {
    float: left;
    width: 440px;
}
.press-file-date {
    font-size: 14px;
    font-weight: bold;
    color: #ffde00;
}
.press-file-name {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

#press-files-container {
    width: 660px;
    padding: 0 0 30px 0;
}

.press-file-download-pdf {
    display: block;
    padding: 0 0 0 32px;
    background: url('../images/press-pdf.png') no-repeat left center;
    color: #734c35;
}
.press-file-download-doc {
    display: block;
    padding: 0 0 0 32px;
    background: url('../images/press-doc.png') no-repeat left center;
    color: #734c35;
}
#index-container {
    position: relative;
    float: right;
    padding-right: 20px;
}

#index-events {
    float: right;
    padding-top: 32px;
    padding-right: 22px;
    z-index: 1001;
    position: relative;
}
#index-left {
    padding-top: 32px;
    padding-right: 22px;
    float: left;
    width: 508px;
    padding-bottom: 227px;
}
a.index-event {
    display: block;

    padding: 2px;

    color: #fff;
    position: relative;
    margin-bottom: 22px;

    background: #ffdd00;
    background: -moz-linear-gradient(left, #000000 0%, #ffdd00 100%);
    background: -webkit-linear-gradient(left, #000000 0%,#ffdd00 100%);
    background: linear-gradient(to right, #000000 0%,#ffdd00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffdd00',GradientType=1 );
}

.index-event-bg {
    background-color: #000;
    background-image: url('../images/index-event-bg1.jpg');
    background-repeat: no-repeat;
    background-position: right top;
    height: 230px;
    width: 508px;
    box-sizing: border-box;
    display: block;
    padding: 10px 15px;
    position: relative;
}
.index-event:nth-child(2n) .index-event-bg {
    background-image: url('../images/index-event-bg2.jpg');
}
.index-event-tagheuer .index-event-bg,
.index-event.index-event-tagheuer:nth-child(2n) .index-event-bg {
    min-height: 220px;
    padding-top: 14px;
    background-image: url('../images/index-event-tagheuer.jpg');
}
.index-event-first .index-event-bg,
.index-event.index-event-first:nth-child(2n) .index-event-bg {
    min-height: 220px;
    padding-top: 14px;
    background-image: url('../images/index-event-first.jpg');
}


a.index-event-promo {
    text-align: right;
}
.index-event-promo .index-event-bg:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.index-event-promo .index-event-bg {
    height: 230px;
    background-size: cover;
    background-position: center top;
}
.index-event-promo-name {
    text-align: right;
    color: #ffdd00;
    vertical-align: middle;
    font-size: 36px;
    line-height: 36px;
    display: inline-block;
    text-shadow: 3px 3px 5px #000, -3px -3px 5px #000;
}
.index-event-promo-more {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    text-align: center;
}
.index-event-title {
    display: block;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    line-height: 21px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    text-align: left;
    position: relative;
}
.index-event-subtitle {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    line-height: 19px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.index-event-name-date {
    display: block;
    height: 54px;
    padding-top: 5px;
    padding-right: 100px;
    padding-bottom: 5px;
    position: relative;
}

.index-event-date {
    display: block;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;

    padding-bottom: 10px;
    line-height: 18px;
}
.index-event-countdown-btn {
    display: block;
    padding-bottom: 5px;

}
.index-event-countdown-btn .btn {
    height: 35px;
    line-height: 27px;
    vertical-align: top;
    margin-left: 15px;
    position: relative;
}

.index-event-teaser {
    display: block;
    font-size: 17px;
}
.index-event-dateplace {
    display: block;
    font-size: 17px;
    
}
.index-event-runs {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

    position: absolute;
    left: 14px;
    bottom: 8px;
    right: 130px;
}
.index-event-run {
    text-align: center;
}
.index-event-run-name {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 2px;
    height: 28px;
    font-family: "Open Sans", Arial, Helvetica,sans-serif;
}
.index-event-run-name:before {
    content: "";
    display: inline-block;
    width: 0;
    vertical-align: bottom;
    height: 100%;
}
.index-event-run-name span {
    display: inline-block;
    vertical-align: bottom;
}
.index-event-run-percent {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    display: block;
    line-height: 14px;
}

.index-event .countdown {
    display: inline-block;
    height: 35px;
    overflow: hidden;
    vertical-align: top;
    position: relative;
}
.index-event .countdown .countdown-segment {
    float: left;
    background: #2f2f2f;
    text-align: center;
    margin-right: 5px;
    color: #fff;
    height: 35px;
    overflow: hidden;
}
.index-event .countdown .countdown-segment:first-child {
    color: #ffdd00;
}
.index-event .countdown .countdown-segment .countdown-item {
    font-size: 22px;
    font-weight: 700;
    display: block;
    line-height: 23px;
    height: 23px;
    overflow: hidden;
    padding-left: 4px;
    padding-right: 4px;
}
.index-event .countdown .countdown-segment .countdown-segment-label {
    display: block;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 12px;
    font-weight: 600;
    height: 12px;
    overflow: hidden;
    padding-left: 2px;
    padding-right: 2px;
}


.index-event-first .index-event-bg,
.index-event.index-event-first:nth-child(2n) .index-event-bg {
    height: 229px;
    padding-top: 14px;
    background-position: right top;
}

.index-event .index-event-countdown-btn .btn {
    position: absolute;
    right: 14px;
    bottom: 14px;
}
.index-event-bg-mobile {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-position: right top;
    background-repeat: no-repeat;
    display: none;
}

.text {
    padding: 0 0px 0 0;
    text-align: justify;
}



.fancybox-overlay {
	z-index: 100001;
}
.fancybox-wrap {
	z-index: 100002;
}


/* FORMULARZE GLOBALNIE */

#form-container .control-group span.error,
.form-container .control-group span.error, 
.control-group.error .help-inline
 {
    display: block;
    color: red;
    font-weight: bold;
    clear: both;
    text-transform: uppercase;
}

.form-container,
#form-container {
    padding: 0 0 50px 0;
}


.btn-dotpay {
    border: 0;
    background: #fff url('../images/dotpay_logo.png') no-repeat center center;
    background-size: contain;
    width: 196px;
    height: 48px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 0;
}



.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    max-width: 100%;
}
.checkbox input[type=checkbox]
{
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}
.checkbox label > p { display: inline;}

fieldset {
    border: 0;
    padding: 0;
    margin: 0 0 10px 0;
}
.form-container select {
     width: 100%;
}
.form-container input[type=text].error, 
.form-container input[type=date].error, 
.form-container input[type=email].error, 
.form-container input[type=password].error,
#form-container input[type=text].error, 
#form-container input[type=date].error
{
    border-color: red;
}
.form-container input[type=checkbox] {
    
}

.form-container .control-group {
    margin: 14px 0 14px 0;
    
}
/*
.form-container button {
    background: url('../images/subscribe.png');
    width: 157px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 22px;
    font-family:"runmageddon",Arial,sans-serif;
    border: 0;
    margin: 14px 0 0 50px;
    padding: 0;
    cursor: pointer;
}*/

.form-container .control-group span.error {
    display: block;
    color: red;
    font-weight: bold;
}

.form-container .form-column {
    width: 330px;
    float: left;
}
.form-container .form-column3 {
    width: 220px;
    float: left;
}
.form-container .form-column3 input[type=date],.form-container .form-column3 input[type=text],.form-container .form-column3 select {
    width: 180px;
    float: left;
}
.form-container .form-column4 {
    width: 150px;
    float: left;
}
.form-container .form-column4 input[type=date],.form-container .form-column4 input[type=text],.form-container .form-column4 select {
    width: 110px;
    float: left;
}

.form-container select[name="birthDate[day]"],
.form-container select[name="childBirthDate[day]"] 
{
    width: 70px;
}
.form-container select[name="birthDate[month]"],
.form-container select[name="childBirthDate[month]"]
{
    width: 135px;
}
.form-container select[name="birthDate[year]"],
.form-container select[name="childBirthDate[year]"]
{
    width: 90px;
}
.form-container #control-group-birthDate {
    
}

#controls-sports>label {
    display: block;
}

.subscription-event {
    width: 620px;
    font-size: 22px;
    color: #fff;
    line-height: 32px;
    padding: 0 0 22px 0;
}
a.subscription-event-name {
    color: #fff;
}
.subscription-event-subscribe {
    /*background: url("../images/subscribe.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 58px;
    line-height: 58px;
    font-size: 26px;
    text-decoration: none;
    text-align: center;
    width: 157px;
    color: #241005;
    display: block;*/
    float: right;
}

.subscription-event-info {
    font-size: 32px;
    line-height: 36px;
    color: #ffdd00;
    margin-top: -30px;
    margin-bottom: 40px;
}

#content {
    padding-top: 20px;
    padding-bottom: 20px;
}


.subscribe-product {
    float: left;
    width: 280px;
    height: 80px;
    position: relative;
}
.subscribe-product input {
    position: absolute;
    top: 0;
    left: 60px;
}
.subscribe-product-image {
    float: left;
    width: 52px;
    height: 52px;
    border: 1px solid #888888;
    display: block;
    background: #fff;
}

.subscribe-product-price {
    color: #ffde00;
    display: block;
    margin-left: 85px;
}
.subscribe-product-name {

    display: block;
    margin-left: 85px;
}

.pull-left {
    float: left;
}
.pull-right {
    float: right;
}




/* KOLKA */
.radial-progress {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #4d4300;
    position: relative;
    border-radius: 50%;
    
    vertical-align: middle;
    z-index: 5000;
    transform-origin: 50% 0%;
}

.radial-progress .mask,
.radial-progress .fill {
    width:    30px;
    height:   30px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;

    transition: -webkit-transform 3s;
    transition: -ms-transform 3s;
    transition: transform 3s;
    -webkit-backface-visibility: hidden;
}
.radial-progress .mask {
    clip: rect(0px, 31px, 31px, 15px);
} 
.radial-progress .mask .fill {
    clip: rect(0px, 15px, 30px, 0px);
    background-color: #ffde00;
}
/*
.circle .fill, .circle .mask.full {
    transform: rotate(175deg);
}
.circle .fill.fix {
    transform: rotate(350deg);
}*/
.radial-progress .inset {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 5px;
    top: 5px;
    background-color: #000;
    border-radius: 50%;
    
    line-height: 20px;
    font-size: 8px;
    color: #fff;
    text-align: center;
}


.form-separator {
    display: block;
    height: 1px;
    background: #ffdd00;
    overflow: hidden;
    margin: 15px 0 15px 0;
}

label.control-label {
    font-weight: bold;
    font-size: 1.1em;

}








i.sort-up {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent #ffdd00 transparent;
    display: block;
    position: absolute;
    top: 2px;
    right: 0px;
}
i.sort-down {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #ffdd00 transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: 2px;
    right: 0px;
}
.tablesorter-header-inner {
    position: relative;
    cursor: pointer;
    padding-right: 12px;
    /*padding-right: 12px !important;*/
}
th.tablesorter-headerAsc i.sort-up {
    display: block;
}
th.tablesorter-headerAsc i.sort-down {
    display: none;
}
th.tablesorter-headerDesc i.sort-up {
    display: none;
}
th.tablesorter-headerDesc i.sort-down {
    display: block;
}

.controls>label.radio {
    margin-right: 25px;
}
.controls {
    position: relative;
    padding-right: 25px;
}

form h2 {
    margin: 10px 0 0 0;
    color: #ffdd00;
}

#index-news-all {
    float: right;
}


.ambassador-progress-container {
    display: block;
    position: relative;
    height: 32px;
    margin: 7px 5px 0px 5px;
}
.ambassador-progress-line {
    display: block;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}
.ambassador-progress-scale {
    position: absolute;
    top: 18px;
    left: 0;
    width: 1px;
    height: 5px;
    background: #fff;
}
.ambassador-progress-scale.ambassador-progress-scale-step {
    background: #fff;
    height: 23px;
    top: 0px;
}
.ambassador-progress-label {
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 11px;
    width: 16px;
    text-align: center;
    margin-left: -8px;
}
.ambassador-progress-label.ambassador-progress-scale-step {
    font-size: 13px;
    color: #ffde00;
}
.ambassador-progress {
    position: absolute;
    top: 1px;
    left: 0;
    background: #ffde00;
    height: 20px;
    border-right: 1px solid #ffde00;
}

.ambassador-progress-step {
    position: absolute;
    top: 0px;
    left: 0;
    width: 13px;
    height: 10px;
    margin-left: -6px;
}
.ambassador-progress-step-right {
    position: absolute;
    top: 0;
    right: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 0;
    border-color: #fff transparent transparent transparent;
}
.ambassador-progress-step-left {
    position: absolute;
    top: 0;
    left: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #fff transparent transparent;
}
.ambassador-progress-next {
    color: #ffde00;
    padding: 17px 0 0 0;
}
.ambassador-progress-wrapper {
    padding: 5px 0 40px 0;
}
.ambassador-progress-wrapper h3 {
    margin: 0 0 0 0;
}
.ambassador-progress-people {
    padding: 15px 0 15px 0;
}


#partners-v3 {
    background: #fff;
    color: #000;
    display: block;
    min-width: 1000px;
    padding-bottom: 200px;
    padding-top: 10px;
}
#partners-v3-container {
    width: 1000px;
    margin: 0 auto;
}

.partners-v3-group-name {

    text-align: left;
    
    font-weight: normal;
    font-size: 18px;
}
.partners-v3-small-cycle {
    display: block;
    height: 85px;
}
.partners-v3-small-slide-logo {
    width: 125px;
    text-align: center;
    height: 85px;
    display: inline-block;
    vertical-align: top;
}
.partners-v3-small-slide-logo a {
    height: 85px;
    width: 125px;
    display: block;
    text-align: center;
}
.partners-v3-group {
    float: left;
}
.partners-v3-group-logo {
    display: block;
    float: left;
}
.partners-v3-group-logo a {
    display: block;
    margin: 0 5px;
    min-height: 100px;
    text-align: center;
}
.partners-v3-group-logo a img {
    max-width: 100%;
}
.partners-v3-group-2 .partners-v3-group-logo a img {
    max-height: 50px;
}
.checkbox.required label:after,
.control-group.required >label:after,
.control-group.required .controls>label:after,
.control-group.required .form-check::after
{
    content:"*";
    transform:scale(1.5);
    color: #ffde00;
    display: inline-block;
    line-height: 100%;
    margin-right: -22px;
    width: 22px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
.control-group.required .controls>label.radio:after {
    content: "";
    display: none;
}
.no-required .control-group.required .form-check::after {
    display: none;
}

div.required-information {
    padding: 10px 0 10px 0;
    line-height: 29px;
}
div.required-information span {
    font-size: 29px;
    color: #ffde00;
    display: inline-block;
    
}


.event {
    width: auto;
    max-width: 720px;
    font-size: 22px;
    color: #fff;
    line-height: 32px;
    padding: 0 0 22px 0;
}
a.event-name {
    color: #fff;
    float: left;
}
.event-btn {
    float: right;
}



tr.team td {
    padding-top: 2px;
    padding-bottom: 2px;
}
tr.team-strike td {
    background: url('../images/strike.gif') repeat-x center center;
    color: #615247;
}


.event-intro {
    padding: 0 0 15px 0;

}
h3.event-heading {
    margin: 0 0 3px 0;
    color: #ffde00;
}
.event-content {
    padding: 0 0 15px 25px;
}
.event-content img {
    max-width: 100% !important;
}
h2.events_heading {
    color: #ffde00;
}
.subscription-confirm-separator {
    display: block;
    height: 1px;
    background: #000;
    overflow: hidden;
    margin: 1px 0 1px 0;
}
.subscription-confirm-row {
    margin: 7px 0 7px 0;
}
.subscription-confirm-row span,
.subscription-confirm-row strong {
    font-weight: bold;
    color: #ffde00;
}

.package-container {
    padding: 0 0 17px;
    border-bottom: 1px solid #fff;
    border-bottom-color: rgba(255,255,255,0.2);
    margin-bottom: 17px;
}
.package-container:last-child {
    border-bottom: 0;
}
.package-container .package-name {
    font-size: 24px;
    font-family: "runmageddon",Arial,sans-serif;
}
.package-container .package-right {
    margin-left: 350px;
}
.package-container .package-price {
    float: left;
}
.package-price {
    font-size: 29px;
    font-family: "runmageddon",Arial,sans-serif;
    line-height: 58px;   
}
.package-price-regular {
    color: #ff0000;
    position: relative;
    display: inline-block;
    margin-right: 30px;
}
.package-price-regular:after {
    content: "";
    height: 2px;
    display: block;
    overflow: hidden;
    background: #ff0000;
    box-shadow: 1px 1px 1px #000;
    position: absolute;
    left: -5px;
    right: -5px;
    top: 50%;
    transform: rotate(-3deg);
    
}
.package-price-discount {
    color: #ffde00;
}
.package-container .package-more {
    float: right;
}
.package-container .package-image {
    float: left;
    width: 350px;
}
.package-container .package-description {
    
}

.media-item {
    height: 250px;
    width: 327px;
    float: left;
    display: block;
    position: relative;
}
.media-item img.mask {
    width: 327px;
    max-width: 327px !important;
}
.media-item-name {
    display: block;
    padding: 5px 0 0 20px;
}
.media-item .gallery-play {
    background: url('../images/slider_play.png') no-repeat center 33%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.media-item-audio-image {
    position: absolute;
    top: 0;
    left: 0;
}
.pricelist-table {
    width: 1000px;
}
.pricelist-table th {
    border: 1px solid #734c35;
    padding: 3px 3px 3px 15px;
}
.pricelist-table .active td,
.pricelist-table th.active,
.pricelist-table td.active
{
    background: #ffde00;
    font-weight: bold;
    color: #2c1709;
}
#trainings-v2-container {
    width: 100%;
    overflow: hidden;
}
#trainings-v2-voivodeships {
    float: left;
    width: 50%;
}
#trainings-v2-citites {
    float: right;
    width: 50%;
}
#trainings-v2-voivodeships svg g {
    cursor: pointer;
}
#trainings-v2-voivodeships svg path {
    fill: #ffde00;
    transition: all 0.4s;
    
}
#trainings-v2-voivodeships svg g text {
    font-family: "runmageddon";
    font-size: 32px;
}
#trainings-v2-voivodeships svg g:hover path {
    fill: #fff;
}
#trainings-v2-cities-voivodeship {
    font-size: 45px;
    color: #ffde00;
    padding-bottom: 15px;
    line-height: 55px;
}

#trainings-v2-cities-list {
    
}
#trainings-v2-cities-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#trainings-v2-cities-list ul li {
    float: left;
    width: 50%;
    padding: 10px 0 0 0;
}
#trainings-v2-cities-list ul li a {
    font-size: 16px;
    font-weight: bold;
}
#trainings-v2-cities-list ul li a:hover {
    color: #fff;
}
#trainings-v2-points {
    float: left;
    width: 50%;
}
#trainings-v2-points ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#trainings-v2-points ul li {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #000;
}
#trainings-v2-points ul li:last-child {
    border-bottom: 0;
}
#trainings-v2-points ul li.trainings-v2-points-group  {
    border-bottom: 0;
    color: #ffde00;
    font-size: 24px;
}
#trainings-v2-map {
    float: right;
    width: 50%;
    height: 400px;

}
i.rmg-ico {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
}
i.rmg-ico.rmg-ico-marker {
    background-image: url('../images/ico/map-marker.png')
}
i.rmg-ico.rmg-ico-facebook {
    background-image: url('../images/ico/facebook.png')
}
i.rmg-ico.rmg-ico-globe {
    background-image: url('../images/ico/globe.png')
}
.trainings-v2-points-logo {
    float: left;
    width: 80px;
    height: 48px;
}
.trainings-v2-points-right {
    margin-left: 100px;
}
.trainings-v2-points-name {
    font-size: 14px;
    font-weight: bold;
}

.tile-contest .tile-content {
    min-height: 130px;
}

.contest-item-wrapper {
    position: relative;
}
.contest-item-wrapper .loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgba(255,221,0,0.5);
    display: none;
}
.contest-item-wrapper.loading .loading {
    display: block
}
.contest-item-wrapper .loading:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.media-item img.mask {
    width: 327px;
    max-width: 327px !important;
}
.contest-item-name {
    font-size: 21px;
    display: block;
    padding: 0 10px;
    text-align: center;
}
.contest-item-votes {
    float: left;
    font-size: 22px;
    display: block;
    color: #fff;
    line-height: 40px;
}

.contest-item-vote {
    padding: 0 10px;
}
.contest-item .contest-vote {
    float: right;
}

.vote-response {
    font-size: 16px;
    text-align: center;
    padding: 0;
    line-height: 24px;
}
.vote-response.error {
    color: #ff0000;
}
.contest-item-view {
    max-width: 500px;
    margin-bottom: 25px;
}
.contest-item-view .contest-item-votes {
    line-height: 60px;
}
#contest-view {
    text-align: center;
}
#events-nav-wrapper {
    position: relative;
}
#events-nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
}
#events-nav-header {
    font-size: 22px;
    font-family:"runmageddon",Arial,sans-serif;
    text-align: center;
    color: #fff;
}
#events-nav a {
    background: url('../images/btn-rmg-xl.png') no-repeat;
    background-size: 100% 200%;
    width: 230px;
    height: auto;
    line-height: 30px;
    text-align: center;
    font-size: 22px;
    font-family:"runmageddon",Arial,sans-serif;
    border: 0;
    margin: 0px;
    padding: 14px 10px;
    cursor: pointer;
    display: inline-block;
    color: #241005;
}

#events-nav a:hover {
    background-position: left bottom;
    color: #fff !important; 
}

.tile {
    border: 1px solid #ffdd00;
    float: left;
    width: 352px;
    box-sizing: border-box;
    margin-bottom: 69px;
}
.tile-image {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ffdd00;
    display: block;
    position: relative;
}
.tile-image > img {
    float: left;
}
.tile-content {
    padding: 20px;
    box-sizing: border-box;
    min-height: 260px;
}
.tile-name {
    color: #ffdd00;
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
}
.tile-subname {
    color: #ffdd00;
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
}
.tile-description {
    font-size: 14px;
    line-height: 19px;
    text-align: justify;
}
.tile-btns {
    text-align: center;
}
.tile-btns .btn {
    margin-bottom: 11px;
}


.tile {
    margin-left: 77px;
}
.tile:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
}
.event-top-cta {
    margin-bottom: 20px;
}


.event-top-info {
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    padding-bottom: 20px;
}
.event-top-right {
    flex: 1 1 0;
}

.event-top-formulas-title {
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 22px;
}
.event-top-formula {
    font-size: 22px;
    margin-bottom: 10px;
}
.event-top-formula-name {
    display: inline-block;
    color: #ffdd00;
    width: 140px;
}
.event-top-formula-content {
    display: inline-block;
    color: #fff;
}
.event-top-formula-content > span:first-child {
    display: inline-block;
    width: 75px;
}
.event-top-formula-content > span:nth-child(2) {
    display: inline-block;
    width: 175px;
}
.event-top-formula-content > span:nth-child(2):before{
    content: "|";
    display: inline-block;
    width: 25px;
}
.event-top-formula-content > span:nth-child(3):before{
    content: "|";
    display: inline-block;
    width: 25px;
}

.event-pricelist-table {
    width: 100%;
    border-collapse: collapse;
    border: 0;
}
.event-pricelist-table th {
    text-align: center;
    border: 1px solid #ffdd00;
    text-transform: uppercase;
    font-size: 22px;
    padding: 10px;
    font-weight: normal;
}
.event-pricelist-table th:first-child {
    border: 0;
}
.event-pricelist-table th.past {
    color: #252525;
}
.event-pricelist-table th.active {
    color: #ffdd00;
}
.event-pricelist-table td {
    text-align: center;
    border: 1px solid #ffdd00;
    font-size: 22px;
}
.event-pricelist-table td.price {
    font-size: 12px;
    padding: 20px 5px 16px;
}
.event-pricelist-table td.price span {
    font-size: 30px;
    display: inline-block;
    padding-top: 2px;
}
.event-pricelist-table td.price .btn {
    margin-top: 15px;
}
.event-pricelist-table td.past {
    color: #252525;
}
.event-pricelist-table td.past span {
    position: relative;
}
.event-pricelist-table td.past span:before {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    background: #252525;
}
.event-pricelist-table td.active span {
    font-weight: bold;
    color: #ffdd00;
}






.event-items {

}
.event-item-wrap {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 20px;
}
.event-item {
    border: 1px solid #ffdd00;
    width: 100%;
    position: relative;
}
.event-item-image {
    width: 303px;
    height: 287px;
    float: left;
    display: block;
    position: relative;
}
.event-item-image img {
    max-width: 100%;
}
.event-item-image-name {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 30px 10px 20px 10px;
    color: #ffdd00;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 40%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 40%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 40%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );

}
.event-item-image-name {

}
.event-item-right {
    position: absolute;
    left: 300px;
    right: 0;
    bottom: 0;
    top: 0;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 42px;
    height: 100%;
    box-sizing: border-box;
}

.event-item-name {
    font-size: 23px;
    color: #ffdd00;
    text-align: center;
    margin-bottom: 12px;
    display: block;
}
.event-item-name span {
    color: #fff;
}
.event-item-btn-disabled {
    text-align: center;
    margin-bottom: 5px;
}
.event-item-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.event-item-btn .btn {
    margin-bottom: 9px;
}

.event-item-full .event-item-image,
.event-item-large .event-item-image {
    height: 384px;
}
.event-item-wrap.event-item-full {
    width: 100%;
    float: none;
    clear: left;
}
.event-item-wrap.event-item-full .event-item-formulas {
    column-count: 3;
    column-gap: 30px;
}
.event-item-wrap.event-item-full .event-item-btn {
    left: auto;
    right: 20px;
}

.content-right .event-item-image {
    width: 204px;
    height: 258px;
}
.content-right .event-item-right {
    left: 204px;
}
.content-right .event-item-right .event-item-formulas {
    font-size: 12px;
    line-height: 16px;
}

.user-products-for-you {
    margin-bottom: 30px;
}

.event-formulas-item-percent {
    display: inline-block;
    line-height: 55px;
    padding-left: 15px;
    vertical-align: middle;
    font-size: 30px;
}
.radial-progress.radial-progress-xl {
    width: 70px;
    height: 70px;
}

.radial-progress.radial-progress-xl .mask,
.radial-progress.radial-progress-xl .fill {
    width:    70px;
    height:   70px;
}
.radial-progress.radial-progress-xl .mask {
    clip: rect(0px, 71px, 71px, 35px);
}
.radial-progress.radial-progress-xl .mask .fill {
    clip: rect(0px, 35px, 70px, 0px);
}
.radial-progress.radial-progress-xl .inset {
    width: 40px;
    height: 40px;
    left: 15px;
    top: 15px;
}
.event-formulas-progress-items {
    text-align: center;
    border-bottom: 1px solid #ffdd00;
}
.event-formulas-progress-item {
    display: inline-block;
    margin: 0 10px 30px 10px;
    text-align: center;
}
.event-formulas-progress-item-name {
    color: #fff;
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 10px;
}
.event-formulas-progress-item-name a {
    color: #fff;
    font-weight: 500;
    font-size: 28px;
}
.event-formulas-progress-item-progress {
    color: #fff;
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.event-formulas-progress-item-progress a {
    color: #fff;
    font-size: 28px;
}

.tile-press .tile-subname {
    color: #fff;
    margin-bottom: 25px;
    min-height: 84px;
}
.tile-media .tile-name {
    font-size: 18px;
}
.tile-media .tile-subname {
    color: #fff;
}
.tile-media .tile-content {
    min-height: 140px;
}
hr {
    border: 0;
    height: 0;
    border-top: 1px solid #ffdd00;
    margin: 30px 0;
}
hr.full {
    margin-left: -58px;
}

.subscribe-summary-heading {
    color: #ffdd00;
    font-size: 20px;
    margin-bottom: 16px;
    margin-top: 22px;
    font-weight: bold;
}

#galleries {

}
.tile-gallery .tile-image {
    height: 175px;
    overflow: hidden;
}
.tile-gallery .tile-subname {
    color: #fff;
}

.tile-gallery .tile-content {
    min-height: 60px;
}
.tile-gallery .tile-btns > a {
    display: block;
}




.background-photo #container {
    background: rgba(0,0,0,0.7)
}
.background-photo #page {
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
}
.background-photo .top {
    display: none;
}

.event-top-formula-progress {
    float: left;
    margin-right: 20px;
}
.event-top-formula-progress-title {
    font-size: 22px;
    padding-bottom: 15px;
}

.event-top-description {
    float: left;

}
.event-top-description-title {
    font-size: 22px;
    padding-bottom: 15px;
}

.event-top-description-content {

}

.embed-video {
    padding-bottom: 56.3%;
    position: relative;
    border: 1px solid #ffdd00;
    box-sizing: border-box;
    margin-top: 20px;
}
.embed-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.page-training-content {
    margin-bottom: 40px;
}
.page-training-items {

}
.page-training-item {
    border: 1px solid #ffdd00;
    margin-bottom: 40px;
}
.page-training-item-photo {
    width: 50%;
    border-right: 1px solid #ffdd00;
    padding-bottom: 50%;
    float: left;
    position: relative;
}
.page-training-item-photo img {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    max-height: 100%;
}
.page-training-item-right {
    margin-left: 50%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
}
.page-training-item-name {
    color: #ffdd00;
    font-size: 35px;
    font-weight: normal;
    line-height: 35px;
    margin-bottom: 20px;
    text-align: center;
}
.page-training-item-teaser {
    min-height: 275px;
}
.page-training-item-btn {
    text-align: center;
}

.subscribe-section {
    padding: 0 50px;
}
/*
.carousel-items {

}

.carousel-item {
    box-sizing: border-box;
    width: 273px;
    border: 1px solid #ffdd00;
    display: block;
    margin: 0 auto;
}
.carousel-item.charity-item {
    min-height: 487px;
}
.carousel-item-image {
    box-sizing: border-box;
    height: 258px;
    border-bottom: 1px solid #ffdd00;
    display: block;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.carousel-item-image:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.carousel-item-image img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.carousel-item-name {

    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 30px 10px 20px 10px;
    color: #ffdd00;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 40%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 40%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 40%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.carousel-item-subname {
    text-align: center;
    color: #ffdd00;
    font-size: 34px;
    line-height: 34px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.carousel-item-date {
    text-align: center;
    color: #fff;
    font-size: 28px;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.carousel-item-teaser {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.carousel-item-btn {
    text-align: center;
}


.carousel-item-more {
    display: none;
}
*/

.charity-bundles label.control-label {
    font-size: 0.9em;
}
.charity-bundles input[type=text],
.charity-bundles input[type=email] {
    height: 23px;
}
.charity-bundles textarea {
    height: 110px;
}
.charity-bundles button {

}

.charity-bundle-heading {
    color: #ffdd00;
    font-size: 35px;
    font-weight: normal;
    line-height: 35px;
    font-family: "runmageddon",Arial,sans-serif;
    margin-top: 0;
    padding: 20px 0;
    text-align: center;
}
.charity-bundle-wrap {
    border: 1px solid #ffff00;
    padding: 20px;
}
.charity-bundle-standard {
    float: left;
    width: 55%;
}
.charity-bundle-select {
    float: right;
    width: 45%;
    padding-left: 30px;
    box-sizing: border-box;
}
@media(max-width: 1000px) {
    .charity-bundle-standard,
    .charity-bundle-select {
        float: none;
        width: auto;
        padding-left: 0;
    }

}
.center {
    text-align: center;
}



.blog-items {

}
.blog-item-wrap {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0px;
    margin-bottom: 20px;
}
.blog-item {
    border: 0;
    width: 100%;
    position: relative;
}
.blog-item-image {
    width: 190px;

    float: left;
    display: block;
    position: relative;
}
.blog-item-image img {
    max-width: 100%;
}
.blog-item-right {
    float: none;
    margin-left: 190px;

    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;


    box-sizing: border-box;
}

.blog-item-name {
    font-size: 25px;
    color: #ffdd00;
    text-align: center;
    margin-bottom: 12px;
    display: block;
}
.blog-item-name span {
    color: #fff;
}
.blog-item-teaser {
    color: #fff;
    margin: 10px 0px;
    font-size: 16px;
}
.blog-item-btn {

    text-align: center;
}

#controls-captcha input[type=text] {
    display: block;
}
.navigation-section {
    margin-bottom: 20px;
}
.navigation-section-form {
    border: 1px solid #ffdd00;
    padding: 20px;
}
.navigation-section-form .form-container {
    padding-bottom: 0;
}

.naviation-section-items {}

.navigation-section-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    align-content: stretch;

    border: 1px solid #ffdd00;
    margin-bottom: 30px;
}
.navigation-section-item-wrap {
    flex: 1 1 0;
    padding: 20px 20px;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
}
.navigation-section-item-text {

}
.navigation-section-item-image {
    flex: 1 1 0;
    background-size: cover;
    background-position: center center;
    min-height: 340px;
}
.navigation-section-item-image:before {
    content: " ";
}
.navigation-section-item:nth-child(2n) .navigation-section-item-wrap {
    order: -1;
}

.navigation-section-form h2 {
    padding-left: 45px;
}

.navigation-section-form .control-group {
    float: left;
    width: 50%;
}
.navigation-section-form .control-group > label {
    color: #ffdd00;
}

.navigation-section-form input[type=text], .navigation-section-form input[type=date], .navigation-section-form input[type=email], .navigation-section-form input[type=password], .navigation-section-form textarea {
    width: 100%;
}

.paypo-button {
    cursor: pointer;
}





.form-check input[type=radio],
.form-check input[type=checkbox] {
    position: absolute;
    visibility: hidden;
}
.form-check {
    display: block;
    padding-left: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
}
.form-check-inline {
    display: inline-block;
    margin-right: 10px;
}
.form-check label {
    display: inline;


}
.form-check input[type=checkbox] + label:before,
.form-check input[type=radio] + label:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    border: 3px solid #fff;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.4s;
}
.form-check input[type=radio] + label:before {
    border-radius: 50%;
}
.form-check input[type=checkbox]:checked + label:before,
.form-check input[type=checkbox] + label:hover:before,
.form-check input[type=radio]:checked + label:before,
.form-check input[type=radio] + label:hover:before
{
    border-color: #ffdd00;
}
.form-check input[type=checkbox] + label:after,
.form-check input[type=radio] + label:after {
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -5px;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: transparent;
    cursor: pointer;
    box-sizing: border-box;
}
.form-check input[type=radio] + label:after {
    border-radius: 50%;
}
.form-check input[type=checkbox]:checked + label:after,
.form-check input[type=radio]:checked + label:after {
    background: #ffdd00;
}

input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label {
    opacity: 0.5;
}

.subscribe-section-insurance label strong {
    color: #ffdd00;
}


/* RESPONSIVE MAGIC */

@media (max-width: 1000px) {



    #content img {
        max-width: 100%;
        height: auto !important;
    }
    #content .text {
        padding-right: 0;
    }
    
    #faq-container {
        padding-right: 0;
    }
    

    
    label.radio {
        display: block;
    }
    #control-group-discountType .controls::after,
    #control-group-whoPays .controls::after {
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 0;
    }
    

    #pagebg {
        min-height: 0;
    }
    
    a.event-name {
        float: none;
        display: block;
    }
    .event-btn {
        float: none;
    }
    
    #content iframe {
        max-width: 100%;
    }
    .pricelist-table {
        width: 100%;
    }
    #content .pricelist-table .active td:before {
        color: #2c1709;
    }
    #events-nav {
        position: static;
        right: auto;
        top: auto;
        width: 100%;
    }
}




@media (max-width: 1200px) {








}





/* */
@media(max-width: 800px) {
    .subscription-event {
        width: auto;
    }
    .btn-xl {
        display: block;
        width: 100%;
    }
}

/* tabelki... */
@media(max-width: 1000px) {
    /* Force table to not be like tables anymore */
    #content table,
    #content thead,
    #content tbody,
    #content th,
    #content td,
    #content tr
    { 
        display: block; 
        border: 0;
        padding: 0;
    }
    #content table {
        width: auto !important;
    }
    
    /* Hide table headers (but not display: none;, for accessibility) */
    #content thead tr { 
            position: absolute;
            top: -9999px;
            left: -9999px;
    }

    #content tr { 
        border-bottom: 0;
    }

    #content td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #4d4300;
        position: relative;
        padding-left: 45%; 
        text-align: left;
        min-height: 21px;
        padding-top: 4px;
        padding-bottom: 4px;
        width: auto !important;
    }
    #content td:last-child {
        border-bottom-color: #ffde00;
    }

    #content td:before { 
        content:attr(data-heading);
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 0px;
        left: 0px;
        width: 40%;
        height: 100%;
        margin-right: 5%; 
        white-space: nowrap;
        font-weight: bold;
        color: #ffde00;
        text-align: right;
        overflow: hidden;
    }

    #content td.price:before {
        line-height: 38px;
    }
    #content td.price .btn {
        margin-top: 5px;
    }
}

/* user */
@media(max-width: 1000px) {
    
    #user-panel {
        float: none;
        margin: 0 -15px;
        width: auto;
    }
    #user-nav {
        background: #180c05;
        height: auto;
        position: relative;
        width: auto;
    }
    #user-nav ul {
        list-style: outside none none;
        padding: 0px 15px 0 15px;
    }
    #user-nav ul li {
        border-top: 0;
        border-bottom: 1px solid #321b0c;
    }
    
    #user-nav-logout {
        bottom: auto;
        position: static;
        right: auto;
        transform: none;
        background: none;
        color: #ffde00;
        height: auto;
        line-height: 21px;
        width: auto;
        margin-left: 15px;
    }

}
/* formularze... */
@media(max-width: 1000px) {

    .form-container .form-column,
    .form-container .form-column3,
    .form-container .form-column4
    {
        float: none;
        width: auto;
    }
    .subscribe-section {
        padding-left: 0;
        padding-right: 0;
    }
    .content {
        padding-left: 0px;
        padding-right: 0px;
        border: 0;
    }
}
/* przeszkody */
@media(max-width: 1000px) {
    .obstacle-element-image {
        float: none;

    }
    .obstacle-element-image img {
        max-width: 100%;
    }
    .obstacle-element-name {
        float: none;

    }
}
/* gdzie trenowac */

@media(max-width: 1000px) {
    #trainings-v2-voivodeships {
        float: none;
        width: 497px;
        margin: 0 auto;
    }
    
    #trainings-v2-citites {
        float: none;
        width: auto;
    }
    #trainings-v2-points {
        float: none;
        width: auto;
    }
    #trainings-v2-map {
        float: none;
        height: 400px;
        width: auto;
    }
}
@media(max-width: 530px) {
    #trainings-v2-voivodeships {
        float: none;
        width: 248px;
        height: 234px;
    }
    #trainings-v2-voivodeships svg {
        transform: scale(0.5);
        transform-origin: 0 0;
    }
    .trainings-v2-points-logo {
        float: none;
        height: 48px;
        width: auto;
        text-align: center;
    }
    .trainings-v2-points-right {
        margin-left: 0px;
    }
}
@media(max-width: 400px) {
    .media-item {
        width: 290px;
        overflow: hidden;
    }
    .media-item img.mask {
        transform:scale(0.88);
        transform-origin: 0 0;
    }
    
}

/* v2 globals */
@media(max-width: 1200px) {
    

    .container {
        width: auto;
    }
    h1 {
        text-align: center;
    }
    .event-top {
        padding: 20px;
        border: 0;
        margin-bottom: 30px;
        text-align: center;
        border-bottom: 1px solid #ffdd00;
        margin-left: -15px;
        margin-right: -15px;
    }
    .event-top-map {
        display: none;
    }
    .event-top-signup {
        float: none;
        width: auto;
        padding-left: 0;
        padding-right: 0;
        
    }
    .event-top-right {
        float: none;
        width: auto;
    }


}
@media(max-width: 1200px) {
    #index-container {
        float: none;
        padding-right: 00px;
    }
    #index-left {
        float: right;
        padding-bottom: 0;
    }
    #index-news {
        position: static;
        left: auto;
        bottom: auto;
    }
    #index-events {
        clear: right;
        padding-top: 0;
    }

}
/* index */
@media(max-width: 760px) {
    
    #index-wrap {
        min-height: 0;
    }
    #index-arrow {
        display: none;
    }

    #index-video {
        display: none;
    }

    #index-events {
        float: none;
        margin-top: 0;
        margin-right: 0;
        padding-right: 0;
        width: auto;
        background: #000;
    }
    a.index-event {
        margin-bottom: 25px;
        width: auto;
        float: none;
        box-sizing: border-box;
        margin-right: 5px;
        margin-left: 0px;
    }

    .index-event-bg {
        width: auto;
        padding-left: 10px;
        padding-right: 0;
        background-position: right top;
    }

    .index-event-bg-mobile {
        display: block;
    }

    #index-left {
        float: none;
        width: auto;
        padding-right: 0;
    }

    #index-news {
        float: none;
        margin-top: 0;
        margin-right: 5px;
        width: auto;
    }
    .index-news-element {
        width: auto;
    }
    #index-news-bg {
        width: auto;
    }
}
@media(max-width: 1360px) {
    .index-event-name-date {
        padding-right: 0;
    }
    .index-news-element-left {
        float: none;
        width: auto;
    }
    .index-news-element-right {
        display: none;
    }
    .index-event-promos {
        float: none;
        margin-left: 0;
        position: relative;
        left: auto;
        top: auto;
    }
}
/* imprezy */
@media(max-width: 1360px) {

    .event-item-wrap {
        width: auto;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }
    .event-content {
        padding-left: 0;
    }

}

@media (max-width: 760px) {
    .event-item {
        max-width: 303px;
        margin-left: auto;
        margin-right: auto;
    }
    .event-item-image {
        display: block;
        width: auto;
        height: auto;
        float: none;
    }
    .event-item-right {
        position: static;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
    }
}
@media(max-width: 1360px) {
    .tile {
        margin-left: auto;
        margin-right: auto;
        width: auto;
        max-width: 352px;
        margin-bottom: 32px;
        display: block;
        float: none;
    }
    .tile:nth-child(3n+1) {
        margin-left: auto;
        margin-right: auto;
    }
    .tile-content {
        min-height: 0;
    }
}


@media(min-width: 600px) {
    .gallery-photo {
        width: 25%;
    }
}
@media(min-width: 800px) {
    .gallery-photo {
        width: 20%;
    }
}
@media(min-width: 1000px) {
    .gallery-photo {
        width: calc(100%/6);
    }
}
@media(min-width: 1360px) {
    .gallery-photo {
        width: 20%;
    }
}

@media(max-width: 1000px) {
    .package-container .package-image {
        float: none;
        width: auto;
        text-align: center;
    }
    .package-container .package-right {
        margin-left: 0;
    }
}
@media(min-width: 1201px) {
    .slick-prev {
        left: -20px;
    }
    .slick-next {
        right: -20px;
    }
}


@media(min-width: 1361px) {
    .container {
        width: 1340px;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }

}




@media(max-width: 1000px) {
    .blog-item-wrap {
        width: auto;
        float: none;
    }
}
@media(max-width: 600px) {
    .blog-item-image {
        display: none;
    }
    .blog-item-right {
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .index-event .index-event-countdown-btn .btn {
        position: relative;
        right: auto;
        bottom: auto;
    }
    .index-event-runs {
        right: 14px;
    }
}



.szlachetna-paczka h1,
.szlachetna-paczka h2,
.szlachetna-paczka h3,
.szlachetna-paczka .event-top .countdown .countdown-segment:first-child .countdown-item {
    color: #ed1b25;
}
.szlachetna-paczka #top,
.szlachetna-paczka .event-top,
.szlachetna-paczka .content-nav,
.szlachetna-paczka .content-nav > ul > li,
.szlachetna-paczka .content-right,
.szlachetna-paczka .event-top .countdown::before,
.szlachetna-paczka hr {
    border-color: #ed1b25
}
h1.szlachetna-paczka-heading {
    font-size: 67px;
    text-align: center;
    line-height: 70px;
}

.bundle-income {
    max-width: 940px;
    box-sizing: border-box;
    margin: 60px auto;
    background: #ed1b25;
    color: #fff;
    font-size: 37px;
    text-align: center;
    padding: 20px;
    line-height: 40px;
    position: relative;
}
.bundle-income-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.szlachetna-paczka .tile-image,
.szlachetna-paczka .tile {
    border-color: #ed1b25;
}
.szlachetna-paczka .tile-name {
    color: #ed1b25;
}
.szlachetna-paczka .event-item {
    border-color: #ed1b25;
}
.szlachetna-paczka .event-item-name {
    color: #ed1b25;
}

.bundle-photo {
    display: block;
    margin-left: -58px;
    margin-right: -58px;
}
.bundle-photo img {
    max-width: 100%;
}
.bundle-view {
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid #ed1b25;
}
.bundle-view-heading {
    text-align: center;
    font-size: 54px;
    margin-top: 0;
}
.bundle-view-content {
    padding: 20px 20px 30px 20px;
}
.bundle-view-btn {
    text-align: right;
}
.bundle-view-price {
    font-size: 54px;
    margin-bottom: 15px;
    line-height: 60px;
}
.bundle-view-price span {
    font-weight: bold;
    color: #ed1b25;

}
.tile-bundle-item .tile-content {
    min-height: 160px;
}
.event-top-bundles {

}
.event-top-bundle {
    font-size: 22px;
    margin-bottom: 10px;
}
.event-top-bundle a {
    color: #fff;
}
.event-top-bundle a span {
    color: #ed1b25;
    display: inline-block;
    width: 150px;
    text-transform: uppercase;
}

.btn-bundle {
    background: #8e1016;
    border-color: #ed1b25;
    color: #fff;
}
.btn-bundle:hover {
    background: #ed1b25;
    border-color: #ed1b25;
    color: #fff;
}

a.index-event.index-event-bundle {
    background: #ed1b25;
}

.index-event.index-event-bundle .index-event-bg,
.index-event.index-event-bundle:nth-child(2n) .index-event-bg {
    background-image: url('../images/index-event-bundle.jpg');
}
.index-event.index-event-bundle .index-event-name {
    color: #ed1b25;
}

.index-event.index-event-bundle .countdown .countdown-segment:first-child {
    color: #ed1b25;
}

.index-event.index-event-bundle .radial-progress {
    background: #48080b;
}
.index-event.index-event-bundle .radial-progress .mask .fill {
    background-color: #ed1b25;
}
table.table-cart {
    border-collapse: collapse;
    border-spacing: 0;
}
.table-cart tr td {
    border-bottom: 1px solid #ffdd00;
    padding: 10px 0;
    text-align: center;
}

.table-cart tr td.table-cart-item-pic {
    width: 1%;
}
.table-cart tr td.table-cart-item-name {
    text-align: left;
}
.table-cart tr td.table-cart-item-pic img {
    max-width: 90px;
    margin-right: 10px;
}

.btn-cart-remove {
    color: #dc3545;
    font-size: 1.2em;
}
.btn-cart-remove:hover {
    color: #fff;
}

@media (max-width: 1000px) {
    #content table.table-cart tr:after {
        display: table;
        content: "";
        line-height: 0;
        clear: both;
    }
    #content table.table-cart td {
        border: none;
        position: relative;
        padding-left: 0;
        text-align: left;
        min-height: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #content table.table-cart td:before {
        display: none;
    }
    #content table.table-cart tr {
        border-bottom: 1px solid #ffdd00;
        margin-top: 20px;
        padding-bottom: 20px;
    }
    #content td.table-cart-item-pic {
        width: 70px;
        float: left;
    }
    #content td.table-cart-item-name {
        margin-left: 80px;
    }
    #content td.table-cart-item-unit-price {
        clear: both;
        float: left;
        width: 35%;
    }
    #content td.table-cart-item-qty {
        float: left;
        width: 20%;
    }
    #content td.table-cart-item-total-price {
        float: left;
        width: 35%;
    }
    #content table.table-cart td.table-cart-item-unit-price:before,
    #content table.table-cart td.table-cart-item-qty:before ,
    #content table.table-cart td.table-cart-item-total-price:before
    {
        display: inline;
        position: static;
        width: auto;
        top: auto;
        left: auto;
        text-align: left;
    }

    #content td.table-cart-item-actions {
        float:right
    }
}
@media(max-width: 480px) {
    #content table.table-cart td.table-cart-item-unit-price:before,
    #content table.table-cart td.table-cart-item-qty:before ,
    #content table.table-cart td.table-cart-item-total-price:before
    {
        display: block;
    }
}


.order-total {
    margin-bottom: 15px;
}
.order-total > div{
    float: right;
    padding: 20px;
    font-size: 22px;
    background-color: #ffdd00;
    color: #000;
    text-align: right;
}
.order-total > div > span {
    font-weight: bold;
}
@media(max-width: 800px) {
    .order-total > div {
        display: block;
        float: none;
        padding: 10px;
        font-size: 16px;
    }
}

.cart-buttons {
    display: flex;
    justify-content: space-between;
}
@media(max-width: 800px) {
    .cart-buttons {
        display: block;
    }
}


.order-status {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.order-status-pending {
    color: #212529;
    background-color: #ffdd00;
}
.order-status-completed {
    color: #000;
    background-color: limegreen;
}
.order-status-canceled {
    color: #fff;
    background-color: #6c757d;
}.
 order-status-invalid {
    color: #fff;
    background-color: red;
}
#unite-overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100vh;
    table-layout: fixed;
    width: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 9999;
}
#unite-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    cursor: pointer;
    background: url('../images/close.png');
}
#unite-wrapper {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
#unite-buttons {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1000;
}
#unite-buttons .btn {
    margin-right: 15px;
}

#unite {
    display: inline-block;
    position: relative;
    padding-top: 0px;
    padding-bottom: 40px;
    box-sizing: border-box;
    min-height: 230px;
    min-width: 320px;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}
#unite * {
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
}

#unite-photo {
    background: #000;
    cursor: pointer;
}
#unite-photo img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
    pointer-events: none;
}
#unite-photo .slick-next {
    opacity: 0;
    right: 10px;
}
#unite-photo .slick-prev {
    opacity: 0;
    left: 10px;
}
#unite-photo:hover .slick-prev {
    opacity: 0.6;
}
#unite-photo:hover .slick-next {
    opacity: 0.6;
}
#unite-photo:hover .slick-prev.hover {
    opacity: 1.0;
}
#unite-photo:hover .slick-next.hover {
    opacity: 1.0;
}
.blocker {
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    width: 100%; height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.75);
    text-align: center;
}
.blocker:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}
.blocker.behind {
    background-color: transparent;
}
.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
}

.modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');

}

.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px;
}

.modal-spinner > div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.modal-spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.modal-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.5) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5);
    }  20% {
           transform: scaleY(1.0);
           -webkit-transform: scaleY(1.0);
       }
}